@font-face {
  font-family: Nu Century Gothic;
  src: url('../fonts/nu_century_gothic.zip') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Century Gothic;
  src: url('../fonts/century-gothic.zip') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

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

:root {
  --neutral--10: white;
  --neutral--100: #0e0f11;
  --neutral--80: #636b75;
  --transparent: #0000;
  --neutral--90: #1e2024;
  --neutral--50: #d0d4d9;
  --darkgreen: #006b2b;
  --sea-green: #569a56;
  --primary--70: #1d39c4;
  --primary--80: #10239e;
  --primary--50: #597ef7;
  --neutral--30: #edf0f3;
  --primary--10: #f2f6ff;
  --primary--20: #e5eeff;
  --neutral--40: #dde1e6;
  --neutral--20: #f9fafb;
  --neutral--5: #ffffff80;
  --seagreen: #1e9952;
  --neutral--60: var(--altadash-grey);
  --primary--40: #85a5ff;
  --neutral--70: #838d95;
  --secondary--20: #ffd8bf;
  --secondary--10: #fff2e8;
  --success--20: #d9f7be;
  --success--10: #f6ffed;
  --success--80: #237804;
  --warning--30: #ffe58f;
  --warning--10: #fffbe6;
  --warning--90: #874d00;
  --error--20: #ffccc7;
  --error--10: #fff1f0;
  --error--70: #cf1322;
  --info--20: #bae7ff;
  --info--10: #e6f7ff;
  --info--70: #096dd9;
  --primary--30: #adc6ff;
  --error--60: #f5222d;
  --warning--60: #faad14;
  --success--60: #52c41a;
  --info--60: #1890ff;
  --info--30: #494856;
  --error--30: #ffa39e;
  --success--30: #b7eb8f;
  --secondary--60: #fa541c;
  --secondary--70: #d4380d;
  --primary--90: #061178;
  --primary--100: #030852;
  --secondary--30: #ffbb96;
  --secondary--40: #ff9c6e;
  --secondary--50: #ff7a45;
  --secondary--90: #871400;
  --secondary--100: #610b00;
  --success--40: #95de64;
  --altadash-green: #7cdf5e;
  --success--70: #389e0d;
  --success--90: #135200;
  --success--100: #092b00;
  --warning--20: #fff1b8;
  --warning--40: #ffd666;
  --warning--50: #ffc53d;
  --warning--70: #d48806;
  --warning--80: #ad6800;
  --warning--100: #613400;
  --error--40: #ff7875;
  --error--50: #ff4d4f;
  --error--80: #a8071a;
  --error--90: #820014;
  --error--100: #5c0011;
  --info--40: #69c0ff;
  --info--50: #40a9ff;
  --info--80: #0050b3;
  --info--90: #003a8c;
  --info--100: #002766;
  --honeydew: #d9f7e7;
  --darkgreen-2: #005222;
  --powderblue: #a5e9c2;
  --black\<deleted\|variable-6bde1f7a\>: var(--neutral--100);
  --altadash-grey: #aaafb6;
  --color-3: white;
  --grovelinkgreen: #687d6b;
  --grovelinkgray: #2d3947;
  --color: white;
  --forestgreen: #0d823c;
  --color-2: white;
  --black: var(--neutral--100);
}

.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-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.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;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--neutral--10);
  color: var(--neutral--100);
  letter-spacing: -.011em;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  display: block;
}

h1 {
  letter-spacing: -.022em;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.25;
}

h2 {
  letter-spacing: -.021px;
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1.25;
}

h3 {
  letter-spacing: -.019px;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
}

h4 {
  letter-spacing: -.017em;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
}

h5 {
  letter-spacing: -.014em;
  margin-top: 1rem;
  margin-bottom: .5rem;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.5;
}

h6 {
  letter-spacing: -.011em;
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  color: var(--neutral--80);
  margin-bottom: 1.5rem;
}

a {
  color: var(--transparent);
  text-decoration: underline;
}

ul {
  color: var(--neutral--80);
  margin-bottom: 0;
  padding-left: 2rem;
}

ol {
  color: var(--neutral--80);
  margin-bottom: 1rem;
  padding-left: 2rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  color: var(--neutral--90);
  font-weight: 600;
}

blockquote {
  border-left: 1px solid var(--neutral--50);
  color: var(--neutral--80);
  margin-bottom: 1rem;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.75;
}

.container {
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
}

.container.container-navbar {
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.container.hero-contaiber {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.heading {
  color: var(--neutral--100);
}

.heading.xl {
  letter-spacing: -.022em;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-family: Inter, sans-serif;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.25;
}

.heading.xl.c-t-neutral-10 {
  font-family: Inter, sans-serif;
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading.xl.c-t-neutral-10.xxl {
  text-align: left;
  font-size: 4rem;
  line-height: 1.1;
}

.heading.l {
  border-bottom: 2px solid var(--darkgreen);
  letter-spacing: -.021em;
  border-radius: 0;
  flex-direction: row;
  flex: 0 auto;
  align-self: auto;
  width: auto;
  max-width: 504px;
  margin-top: 0;
  margin-bottom: 1.25rem;
  padding-right: 0;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
  display: flex;
}

.heading.l.c-t-neutral-10.top {
  margin-top: 2.5rem;
}

.heading.l.s-m-b-0 {
  margin-bottom: 0;
}

.heading.l.latest {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--sea-green);
  text-align: center;
  flex-wrap: wrap;
  order: 1;
  justify-content: center;
  width: auto;
  max-width: 90%;
}

.heading.m {
  letter-spacing: -.019em;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
}

.heading.s {
  letter-spacing: -.017em;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
}

.heading.s.cut-text {
  max-width: 300px;
  margin-top: 1rem;
  margin-bottom: .5rem;
  font-weight: 700;
}

.heading.xs {
  letter-spacing: -.014em;
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}

.heading.xxs {
  letter-spacing: -.011em;
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.body-text {
  color: var(--neutral--80);
  margin-top: 0;
}

.body-text.m {
  letter-spacing: -.011em;
}

.body-text.m.c-t-neutral-10 {
  text-align: left;
}

.body-text.m.s-m-b-0.sh-m-b-24 {
  width: 100%;
  max-width: 504px;
}

.body-text.m.bold {
  font-weight: 600;
}

.body-text.m.inline {
  display: inline;
}

.body-text.m.s-m-0 {
  flex: 1;
}

.body-text.m.c-t-primary-20 {
  color: #accdac;
}

.body-text.m.text-prew-crop {
  margin-bottom: 1rem;
  display: block;
}

.body-text.l {
  letter-spacing: -.014em;
  font-size: 1.125rem;
  line-height: 1.75;
}

.body-text.s {
  letter-spacing: 0;
  margin-bottom: 1rem;
  font-size: .875rem;
  line-height: 1.4285;
}

.body-text.s.s-m-b-0 {
  margin-bottom: 0;
}

.section-title {
  width: 50%;
  margin-bottom: 48px;
}

.section-title.centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section-title._2-columns {
  width: 100%;
  margin-left: -12px;
  margin-right: -12px;
  display: flex;
}

.section-title.section-header {
  padding-top: 40px;
}

.wrapper-m {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 64px;
  display: block;
  overflow: visible;
}

.l-g-3-col {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 32px;
  display: grid;
}

.feature-block.flex {
  align-items: flex-start;
  display: flex;
}

.feature-block.centered {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.l-g-4-col {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.l-g-4-col.features {
  grid-row-gap: 48px;
}

.link-with-icon {
  text-decoration: none;
  display: inline-block;
}

.link-with-icon:hover {
  color: var(--primary--70);
}

.link-with-icon:active {
  color: var(--primary--80);
}

.link-with-icon:focus {
  box-shadow: 0 0 0 2px var(--neutral--10), 0 0 0 5px var(--transparent);
  color: var(--primary--70);
}

.link-with-icon.icon-right {
  color: var(--transparent);
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.link-with-icon.icon-right.modal {
  display: none;
}

.link-icon-text {
  color: var(--sea-green);
  font-weight: 500;
  display: inline-block;
}

.button {
  background-color: var(--transparent);
  color: var(--neutral--10);
  text-align: center;
  align-items: center;
  text-decoration: none;
  transition: background-color .25s;
  position: relative;
}

.button:hover {
  background-color: var(--primary--50);
}

.button:active {
  background-color: var(--primary--70);
}

.button:focus {
  box-shadow: 0 0 0 2px var(--neutral--10), 0 0 0 5px var(--transparent);
}

.button.secondary {
  color: #2f54eb;
  background-color: #f0f5ff;
  transition: box-shadow .25s, color .25s, background-color .25s;
  box-shadow: inset 0 0 0 1px #adc6ff;
}

.button.secondary:hover {
  color: #1d39c4;
  box-shadow: inset 0 0 0 1px #2f54eb;
}

.button.outline {
  background-color: var(--neutral--10);
  color: var(--neutral--100);
}

.button.outline:hover {
  background-color: var(--neutral--30);
}

.button.medium {
  border-radius: 6px;
  padding: 8px 12px;
  display: inline-block;
}

.button.medium:hover {
  background-color: var(--primary--70);
}

.button.medium:active {
  background-color: var(--primary--80);
}

.button.medium:focus {
  background-color: var(--primary--70);
}

.button.medium.icon-only {
  padding: 12px;
}

.button.medium.secondary {
  background-color: var(--neutral--10);
  box-shadow: none;
  color: var(--transparent);
}

.button.medium.secondary:hover {
  background-color: var(--primary--10);
}

.button.medium.secondary:active {
  background-color: var(--primary--20);
}

.button.medium.secondary:focus {
  box-shadow: 0 0 0 2px var(--neutral--10), 0 0 0 5px var(--transparent);
}

.button.medium.outline {
  box-shadow: inset 0 0 0 1px var(--neutral--40);
}

.button.medium.outline:hover {
  background-color: var(--neutral--20);
}

.button.medium.outline:active {
  background-color: var(--neutral--30);
}

.button.medium.outline:focus {
  background-color: var(--neutral--20);
  box-shadow: 0 0 0 2px var(--neutral--10), 0 0 0 5px var(--transparent), inset 0 0 0 1px var(--neutral--40);
}

.button.medium.outline.multiple {
  box-shadow: 1px 1px 3px 0 #00000014, inset 0 0 0 1px var(--neutral--40);
  width: 100%;
  height: 44px;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.button.medium.form-button {
  width: 100%;
  margin-bottom: 12px;
}

.button.medium.form-button.s-m-0 {
  margin-bottom: 0;
}

.button.medium.ghost {
  box-shadow: inset 0 0 0 1px var(--neutral--5);
  background-color: #0000;
}

.button.medium.ghost:hover {
  box-shadow: inset 0 0 0 1px var(--neutral--10);
}

.button.medium.ghost:active {
  box-shadow: inset 0 0 0 1px var(--neutral--10);
  color: var(--neutral--10);
  background-color: #ffffff1a;
}

.button.medium.ghost:focus {
  box-shadow: inset 0 0 0 1px var(--neutral--10);
}

.button.medium.ocss-green {
  background-color: var(--sea-green);
  min-height: 48px;
  margin-bottom: 60px;
}

.button.medium.ocss-green:hover {
  background-color: var(--darkgreen);
}

.button.medium.dp-black {
  background-color: var(--neutral--90);
  margin-bottom: 60px;
}

.button.medium.dp-blue {
  background-color: var(--primary--70);
  margin-bottom: 60px;
}

.button.medium.dp-green {
  background-color: var(--seagreen);
  margin-bottom: 60px;
}

.button.small {
  border-radius: 6px;
  padding: 4px 8px;
  font-size: .875rem;
  line-height: 1.5rem;
}

.button.small:hover {
  background-color: var(--primary--70);
}

.button.small:active {
  background-color: var(--primary--80);
}

.button.small:focus {
  background-color: var(--primary--70);
}

.button.small.icon-only {
  padding: 6px 8px;
}

.button.small.secondary {
  background-color: var(--neutral--10);
  box-shadow: none;
  color: var(--transparent);
}

.button.small.secondary:hover {
  background-color: var(--primary--10);
}

.button.small.secondary:active {
  background-color: var(--primary--20);
}

.button.small.secondary:focus {
  color: var(--primary--50);
}

.button.small.outline {
  box-shadow: 0 0 0 1px var(--neutral--40);
}

.button.small.outline:hover {
  background-color: var(--neutral--20);
}

.button.small.outline:active {
  background-color: var(--neutral--30);
}

.button.small.outline:focus {
  background-color: var(--neutral--20);
}

.button.small.ghost {
  box-shadow: 0 0 0 1px var(--neutral--5);
  background-color: #0000;
}

.button.small.ghost:hover {
  box-shadow: 0 0 0 1px var(--neutral--10);
}

.button.small.ghost:active {
  box-shadow: 0 0 0 1px var(--neutral--10);
  color: var(--neutral--10);
  background-color: #ffffff1a;
}

.button.small.ghost:focus {
  box-shadow: 0 0 0 1px var(--neutral--10);
}

.button.small.cookies {
  flex: none;
  margin-left: 16px;
}

.button-text {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  font-weight: 500;
  display: flex;
}

.button-text.ocss-green {
  color: var(--seagreen);
}

.dropdown-menu-navbar {
  z-index: 8;
}

.dropdown-menu-navbar.w--open {
  border: 1px solid var(--neutral--40);
  background-color: var(--neutral--10);
  color: var(--neutral--90);
  border-radius: 6px;
  width: 200px;
  margin-top: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  overflow: hidden;
  box-shadow: 0 2px 8px #0003;
}

.dropdown-menu-navbar.dark.w--open {
  border: 1px solid var(--neutral--80);
  background-color: var(--neutral--90);
}

.dropdown-menu-item {
  background-color: var(--neutral--10);
  align-items: center;
  padding: 6px 16px;
  display: flex;
}

.dropdown-menu-item:hover {
  background-color: var(--primary--10);
}

.dropdown-menu-item.w--current {
  color: var(--neutral--10);
  background-color: #2f54eb;
}

.breadcrumbs-link {
  color: var(--neutral--80);
  font-weight: 500;
  text-decoration: none;
}

.breadcrumbs-link:hover {
  color: var(--transparent);
}

.breadcrumbs-link:active {
  color: var(--primary--70);
}

.breadcrumbs-link:focus {
  color: var(--transparent);
}

.breadcrumbs-link.w--current {
  color: var(--neutral--100);
}

.breadcrumbs-separator {
  color: var(--neutral--60);
  padding-left: 8px;
  padding-right: 8px;
  line-height: 24px;
  display: inline-block;
}

.l-g-2-col {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.l-g-2-col.features {
  grid-row-gap: 48px;
}

.inline-link {
  color: var(--transparent);
  font-weight: 500;
  text-decoration: none;
}

.inline-link:hover {
  color: var(--primary--70);
}

.inline-link:active {
  color: var(--primary--80);
}

.inline-link:focus {
  box-shadow: 0 0 0 2px var(--neutral--10), 0 0 0 5px var(--transparent);
  color: var(--primary--70);
}

.input {
  border: 1px solid var(--neutral--40);
  background-color: var(--neutral--10);
  border-radius: 6px;
  margin-bottom: 4px;
  font-size: 1rem;
  font-weight: 400;
}

.input:hover {
  border-color: var(--primary--40);
}

.input:active {
  border-color: var(--primary--50);
}

.input:focus {
  border-color: var(--transparent);
  background-color: var(--neutral--10);
}

.input::placeholder {
  color: var(--neutral--70);
}

.input.medium {
  height: 44px;
  margin-bottom: 12px;
  box-shadow: 0 1px 3px #00000014;
}

.input.medium.horizontal {
  margin-bottom: 0;
  margin-right: 8px;
}

.input.medium.bg-dark {
  border-style: none;
  border-color: var(--neutral--80);
  background-color: var(--neutral--90);
  color: var(--neutral--60);
}

.input.medium.bg-dark:hover {
  border-color: var(--neutral--80);
}

.input.medium.bg-dark:focus {
  border-color: var(--neutral--70);
  color: var(--neutral--10);
}

.input.medium.bg-dark::placeholder {
  color: var(--neutral--70);
}

.input.medium.icon-left {
  padding-left: 36px;
  position: relative;
}

.input.medium.icon-right {
  padding-left: 12px;
  padding-right: 36px;
  position: relative;
}

.input.textarea {
  min-height: 96px;
  margin-bottom: 12px;
  box-shadow: 0 1px 3px #00000008;
}

.form.form-horizontal {
  flex-direction: row;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.cta-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tagline {
  background-color: var(--primary--10);
  color: var(--transparent);
  letter-spacing: -.006em;
  border-radius: 6px;
  margin-bottom: 1.25rem;
  padding-left: 8px;
  padding-right: 8px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 28px;
  display: inline-block;
}

.feature-text-wrapper {
  padding-top: 8px;
  padding-left: 24px;
}

.card {
  color: var(--neutral--100);
  flex-direction: column;
  text-decoration: none;
  transition: color .25s, border-color .25s;
  display: flex;
}

.card:hover, .card:focus {
  color: var(--transparent);
}

.card.card-box {
  background-color: var(--neutral--10);
  border-radius: 6px;
  flex-direction: column;
  justify-content: space-between;
  transition: box-shadow .25s, color .25s, border-color .25s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 8px #5d637026;
}

.card.card-box:hover {
  color: var(--transparent);
  border-color: #2f54eb;
  box-shadow: 0 6px 10px #5d637033;
}

.card.card-box:active {
  box-shadow: 0 2px 6px #5d637033;
}

.card.card-horizontal {
  background-color: var(--neutral--10);
  border-radius: 6px;
  flex-direction: row;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 8px #5d63701a;
}

.card.card-horizontal:hover {
  box-shadow: 0 6px 10px #5d637033;
}

.card.card-horizontal:active {
  box-shadow: 0 2px 6px #5d637033;
}

.card.card-blog-big {
  flex-direction: row;
  align-items: center;
}

.card-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 256px;
  margin-bottom: 24px;
}

.card-image.card-image-box {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 0;
}

.card-text-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.card-text-wrapper.centered {
  text-align: center;
}

.card-text-wrapper.main-pad {
  padding-left: 12px;
}

.card-horizontal-text-wrapper {
  align-self: stretch;
  margin-left: 16px;
}

.button-separator {
  width: 8px;
  height: 8px;
  display: inline-block;
}

.side-nav-menu {
  position: sticky;
  top: 32px;
}

.side-nav-menu-item {
  color: var(--neutral--80);
  background-color: #0000;
  border-radius: 6px;
  padding: 6px 16px;
  text-decoration: none;
  display: block;
}

.side-nav-menu-item:hover {
  background-color: var(--primary--10);
}

.side-nav-menu-item:active {
  color: var(--primary--70);
}

.side-nav-menu-item:focus {
  color: var(--primary--50);
}

.side-nav-menu-item.w--current {
  background-color: var(--primary--10);
  color: var(--transparent);
}

.side-nav-menu-item.w--current:hover {
  background-color: var(--primary--10);
}

.side-nav-menu-item.small {
  padding: 6px 12px;
  font-size: .875rem;
  line-height: 1.5;
}

.tab {
  background-color: var(--neutral--10);
  box-shadow: inset 0 -1px 0 0 var(--neutral--50);
  color: var(--neutral--80);
  padding: 12px 16px;
}

.tab:hover {
  color: var(--transparent);
}

.tab:active {
  background-color: var(--primary--10);
}

.tab:focus {
  background-color: var(--primary--10);
  color: var(--transparent);
}

.tab.w--current {
  background-color: var(--neutral--10);
  box-shadow: inset 0 -2px 0 0 var(--transparent);
  color: var(--transparent);
  padding: 12px 16px;
}

.tab.w--current:active, .tab.w--current:focus {
  background-color: var(--primary--10);
}

.tag {
  border: 1px solid var(--neutral--40);
  background-color: var(--neutral--20);
  color: var(--neutral--90);
  border-radius: 6px;
  align-items: center;
  margin-right: 4px;
  padding: 0 4px;
  font-size: .875rem;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
}

.tag.tag-secondary {
  border-color: var(--secondary--20);
  background-color: var(--secondary--10);
  color: #ad2102;
}

.tag.tag-success {
  border-color: var(--success--20);
  background-color: var(--success--10);
  color: var(--success--80);
}

.tag.tag-warning {
  border-color: var(--warning--30);
  background-color: var(--warning--10);
  color: var(--warning--90);
}

.tag.tag-error {
  border-color: var(--error--20);
  background-color: var(--error--10);
  color: var(--error--70);
}

.tag.tag-info {
  border-color: var(--info--20);
  background-color: var(--info--10);
  color: var(--info--70);
}

.tag.tag-primary {
  border-color: var(--primary--30);
  background-color: var(--primary--10);
  color: var(--transparent);
}

.tag.tag-closeable {
  display: flex;
}

.input-title {
  margin-bottom: .25rem;
  font-weight: 600;
}

.form-footer-links {
  justify-content: space-between;
  font-size: .875rem;
  line-height: 1.5;
  display: flex;
}

.footer {
  border-top: 1px solid var(--neutral--40);
  background-color: var(--neutral--10);
  text-align: left;
  align-items: flex-start;
  padding-top: 64px;
  padding-left: 0;
  padding-right: 0;
}

.footer.dark {
  border-top-color: var(--neutral--90);
  background-color: var(--neutral--100);
  color: var(--neutral--10);
}

.material-icons.icon-right {
  margin-left: 4px;
}

.material-icons.icon-right.icon-dropdown {
  align-self: center;
}

.material-icons.icon-right.icon-close {
  flex: none;
  align-self: center;
  font-size: .875rem;
  line-height: .875rem;
}

.material-icons.icon-right.ocss-green {
  color: var(--sea-green);
}

.material-icons.icon-right.ocss-green.close-modal-arrow {
  letter-spacing: 0;
  transform-style: preserve-3d;
  line-height: .9;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.material-icons.icon-right.contact_left {
  padding-right: 20px;
}

.material-icons.icon-left {
  margin-top: 2px;
  margin-right: 4px;
}

.material-icons.icon-left.icon-list-item {
  margin-top: 3px;
  margin-right: 4px;
  font-size: 18px;
}

.material-icons.icon-left.icon-list-item.error {
  color: var(--error--60);
}

.material-icons.icon-left.icon-list-item.warning {
  color: var(--warning--60);
}

.material-icons.icon-left.icon-list-item.success {
  color: var(--success--60);
}

.material-icons.icon-left.icon-list-item.info {
  color: var(--info--60);
}

.material-icons.icon-left.icon-collapse {
  color: var(--neutral--80);
  margin-top: 0;
  margin-right: 0;
}

.material-icons.icon-left.icon-alert-banner {
  margin-top: 2px;
}

.material-icons.icon-left.icon-alert-banner.c-t-secondary-60 {
  align-items: center;
  margin-top: 0;
  margin-right: 8px;
  display: flex;
}

.material-icons.small {
  font-size: 16px;
}

.material-icons.small.icon-right {
  margin-top: 1px;
  margin-left: 4px;
}

.material-icons.small.icon-left {
  margin-top: 1px;
  margin-right: 4px;
}

.material-icons.icon-input-left {
  color: var(--neutral--80);
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translate(0, -50%);
}

.material-icons.icon-close {
  cursor: pointer;
}

.material-icons.icon-close:hover {
  opacity: .5;
}

.material-icons.feature-icon-small {
  color: var(--transparent);
  width: 1.5rem;
  height: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.5rem;
}

.material-icons.feature-icon-small.slider-icon {
  color: var(--neutral--70);
}

.material-icons.feature-icon-small.slider-icon:hover {
  color: var(--neutral--80);
}

.material-icons.star {
  color: var(--warning--60);
  margin-right: 4px;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.material-icons.dropdown-menu-item-icon {
  color: var(--neutral--80);
  width: 1.4rem;
  height: 1.4rem;
  margin-top: 0;
  margin-bottom: -2px;
  margin-right: .5rem;
  font-size: 1.4rem;
}

.material-icons.caret-down {
  margin-left: 4px;
}

.material-icons.icon-input-right {
  color: var(--neutral--80);
  position: absolute;
  top: 50%;
  left: auto;
  right: 12px;
  transform: translate(0, -50%);
}

.material-icons.icon-back {
  margin-right: 4px;
}

.icon-list-item {
  align-items: flex-start;
  margin-bottom: .25rem;
  display: flex;
}

.icon-list-item.vertical {
  margin-bottom: 0;
  padding-left: 8px;
  padding-right: 8px;
}

.grid-table {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--neutral--40);
  border-radius: 6px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  overflow: hidden;
}

.grid-table.headings-table {
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: .4fr .3fr .3fr 1fr;
  margin-bottom: 48px;
}

.grid-table.body-text-table {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .4fr .3fr .3fr 1fr;
  margin-bottom: 48px;
}

.grid-table.alignment {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: .5fr .5fr 1.5fr;
}

.table-cell {
  box-shadow: inset 0 -1px 0 0 var(--neutral--40);
  color: var(--neutral--80);
  padding: 10px 12px;
}

.table-cell.last {
  box-shadow: none;
}

.table-header {
  background-color: var(--neutral--20);
  box-shadow: inset 0 -1px 0 0 var(--neutral--40);
  color: var(--neutral--100);
  padding: 10px 12px;
  font-size: 1rem;
  font-weight: 600;
}

.navbar {
  background-color: var(--neutral--10);
  flex-flow: row;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.navbar.dark {
  background-color: var(--neutral--100);
  display: block;
  position: relative;
}

.navbar-menu {
  align-items: center;
  display: flex;
}

.nav-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--neutral--80);
  border-radius: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 8px 16px;
  text-decoration: none;
  display: inline-block;
}

.nav-link:hover {
  color: var(--seagreen);
}

.nav-link:active {
  background-color: var(--neutral--20);
}

.nav-link.w--current {
  color: var(--seagreen);
}

.nav-link.nav-link-dropdown {
  padding-right: 36px;
}

.nav-link.nav-link-dropdown.w--open {
  color: #2f54eb;
}

.nav-link.nav-link-dropdown.color-inverse.w--open {
  color: var(--neutral--10);
}

.nav-link.color-inverse {
  color: var(--neutral--60);
}

.nav-link.color-inverse:hover {
  color: var(--neutral--10);
}

.nav-link.color-inverse:active {
  background-color: var(--neutral--90);
}

.nav-link.color-inverse:focus {
  color: var(--neutral--10);
}

.nav-link.legal {
  padding-top: 2px;
}

.dropdown-icon {
  margin-right: 16px;
}

.footer-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.brand-logo {
  margin-right: 24px;
}

.navbar-menu-wrapper {
  align-items: center;
  display: flex;
}

.footer-logo {
  padding-bottom: 0;
}

.footer-logo.s-m-r-24.st-m-0.w--current {
  margin-right: 30px;
  padding-bottom: 10px;
}

.vertical-menu-title {
  margin-bottom: 12px;
  font-weight: 600;
}

.vertical-menu-title.color-inverse {
  color: var(--neutral--10);
}

.vertical-menu-list-item {
  margin-bottom: 8px;
}

.footer-top {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 48px;
  display: flex;
}

.footer-social-media {
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-bottom {
  color: var(--neutral--80);
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.footer-bottom.color-inverse {
  color: var(--neutral--70);
}

.vertical-menu-link {
  color: var(--neutral--80);
  margin-bottom: 0;
  text-decoration: none;
  display: none;
}

.vertical-menu-link:hover {
  color: var(--seagreen);
  text-decoration: none;
}

.vertical-menu-link.color-inverse {
  color: var(--neutral--70);
}

.vertical-menu-link.color-inverse:hover {
  color: var(--neutral--10);
}

.social-media-icon {
  color: var(--seagreen);
  padding-left: 0;
  padding-right: 0;
  font-size: 2rem;
  line-height: 1.5rem;
  display: inline-block;
}

.social-media-icon:hover {
  transform: scale(1.1);
}

.sm-icon-link {
  object-fit: fill;
  margin-right: 12px;
  overflow: visible;
}

.sm-icon-link:hover {
  color: var(--seagreen);
}

.footer-grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
}

.footer-logo-2 {
  float: none;
  margin-bottom: 16px;
  display: block;
  position: static;
}

.footer-grid-3 {
  grid-column-gap: 24px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1.75fr;
}

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

.footer-bottom-2 {
  color: var(--neutral--80);
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.footer-bottom-2.color-inverse {
  border-top-color: var(--neutral--90);
  color: var(--neutral--70);
}

.footer-2 {
  border-top: 1px solid var(--neutral--40);
  background-color: var(--neutral--10);
  text-align: left;
  align-items: flex-start;
  padding-top: 32px;
  overflow: hidden;
}

.footer-2.dark {
  border-top-color: var(--neutral--90);
  background-color: var(--neutral--100);
}

.sm-icons-wrapper {
  flex-direction: column;
  align-self: center;
  align-items: flex-end;
  height: 24px;
  display: flex;
}

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

.cta-section-form-wrapper.center {
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
}

.footer-menu-wrapper {
  align-items: center;
  display: flex;
}

.menu-button {
  display: none;
}

.navbar-menu-right {
  align-items: center;
  display: flex;
}

.navbar-menu-mobile {
  align-self: center;
  align-items: center;
  display: none;
}

.breadcrumbs {
  color: var(--neutral--80);
  align-items: center;
  display: block;
}

.breadcrumbs.hero-breadcrumbs {
  margin-bottom: 64px;
}

.text-icon-wrapper {
  align-items: center;
  display: flex;
}

.text-icon-wrapper.centered {
  justify-content: center;
}

.alert-info {
  border: 1px solid var(--info--30);
  background-color: var(--info--10);
  color: var(--neutral--90);
  border-radius: 6px;
  padding: 16px;
  display: flex;
}

.popup-title {
  color: var(--neutral--100);
  flex: 1;
  margin-bottom: 8px;
  font-weight: 600;
}

.popup-title.color-inverse {
  color: var(--neutral--10);
}

.toast {
  border: 1px solid var(--neutral--40);
  background-color: var(--neutral--10);
  color: var(--neutral--90);
  border-radius: 6px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 640px;
  padding: 24px;
  display: flex;
  box-shadow: 0 2px 8px #00000026;
}

.toast.dark {
  border-color: var(--neutral--90);
  background-color: var(--neutral--100);
  color: var(--neutral--10);
}

.toast-header {
  justify-content: space-between;
  align-self: stretch;
  display: flex;
}

.modal {
  border-style: solid;
  border-width: 1px;
  border-color: var(--neutral--50) var(--neutral--50) var(--neutral--40);
  background-color: var(--neutral--10);
  color: var(--neutral--90);
  border-radius: 6px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 12px #00000026;
}

.checkbox {
  border: 1px solid var(--neutral--50);
  background-color: var(--neutral--10);
  cursor: pointer;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-right: 8px;
  transition: background-color .2s;
}

.checkbox:hover {
  border-color: var(--primary--50);
}

.checkbox.w--redirected-checked {
  border-color: var(--transparent);
  background-color: var(--transparent);
  background-image: url('../images/check.svg');
  background-size: 12px 12px;
}

.checkbox.w--redirected-focus {
  border-color: var(--primary--50);
  box-shadow: 0 0 0 2px var(--neutral--10), 0 0 0 5px var(--transparent);
}

.checkbox-label {
  color: var(--neutral--80);
  margin-bottom: 0;
  font-weight: 400;
}

.checkbox-field {
  align-items: center;
  margin-bottom: 4px;
  display: flex;
}

.radio-button-label {
  color: var(--neutral--80);
  margin-bottom: 0;
  font-weight: 400;
}

.radio-button {
  border-color: var(--neutral--50);
  background-color: var(--neutral--10);
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-right: 8px;
}

.radio-button:hover {
  border-color: var(--primary--50);
}

.radio-button.w--redirected-checked {
  border-width: 6px;
  border-color: var(--transparent);
  background-color: var(--neutral--10);
  width: 20px;
  height: 20px;
}

.radio-button.w--redirected-focus {
  border-color: var(--primary--50);
  box-shadow: 0 0 0 2px var(--neutral--10), 0 0 0 5px var(--transparent);
}

.radio-button-field, .switch-field {
  align-items: center;
  margin-bottom: 4px;
  display: flex;
}

.switch {
  background-color: var(--neutral--40);
  cursor: pointer;
  background-image: url('../images/Switch-Handle.svg');
  background-position: 2px;
  background-repeat: no-repeat;
  background-size: 16px;
  border-style: none;
  border-radius: 10px;
  width: 36px;
  height: 20px;
  margin-top: 0;
  margin-right: 8px;
  transition: background-color .2s;
}

.switch:hover {
  border-color: var(--primary--50);
  background-color: var(--neutral--50);
}

.switch.w--redirected-checked {
  border-width: 0;
  border-color: var(--transparent);
  background-color: var(--transparent);
  background-image: url('../images/Switch-Handle.svg');
  background-position: 17px;
  background-size: 16px;
}

.switch.w--redirected-focus {
  border-color: var(--primary--50);
  box-shadow: 0 0 0 2px var(--neutral--10), 0 0 0 5px var(--transparent);
}

.switch-label {
  color: var(--neutral--80);
  margin-bottom: 0;
  font-weight: 400;
}

.input-caption {
  color: var(--neutral--80);
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.input-caption.color-inverse {
  color: var(--neutral--70);
}

.input-icon-wrapper {
  flex: 1;
  position: relative;
}

.tooltip {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--neutral--100);
  color: var(--neutral--10);
  text-align: center;
  border-radius: 6px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 240px;
  margin-bottom: 8px;
  padding: 8px;
  font-size: .875rem;
  line-height: 1.5;
  display: none;
  position: absolute;
  inset: auto 0% 36px 24%;
  transform: translate(-50%);
  box-shadow: 0 2px 8px #00000026;
}

.tooltip-arrow {
  background-color: var(--neutral--100);
  width: 12px;
  height: 12px;
  position: absolute;
  inset: auto 50% -6px;
  transform: rotate(45deg);
}

.text-block {
  align-self: center;
}

.tooltip-trigger-content {
  align-self: center;
  align-items: center;
  display: inline-block;
  position: relative;
  bottom: -4px;
}

.tooltip-trigger {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
}

.modal-wrapper {
  z-index: 5000;
  background-color: #00000080;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
}

.modal-header {
  border-bottom: 1px solid var(--neutral--40);
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding: 12px 24px;
  display: flex;
}

.modal-header-title {
  color: var(--neutral--100);
  flex: 1;
  margin-bottom: 0;
  font-weight: 600;
}

.modal-content {
  padding: 24px;
}

.collapse-item {
  background-color: var(--neutral--20);
  cursor: pointer;
  padding-left: 16px;
  padding-right: 16px;
}

.collapse-item.last {
  border-bottom-style: none;
}

.collapse-text {
  opacity: 0;
  color: var(--neutral--80);
  padding-top: 0;
  padding-bottom: 12px;
  padding-left: 32px;
  display: none;
}

.collapse-text.borderless {
  padding-left: 12px;
}

.collapse-trigger {
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.collapse-title {
  flex: 1;
  margin-left: 12px;
  font-weight: 500;
  display: inline-block;
}

.collapse {
  border-radius: 6px;
  overflow: hidden;
}

.collapse.borderless {
  background-color: var(--neutral--10);
  border-style: none;
  padding: 24px;
}

.alert-error {
  border: 1px solid var(--error--30);
  background-color: var(--error--10);
  color: var(--neutral--90);
  border-radius: 6px;
  padding: 16px;
  display: flex;
}

.alert-warning {
  border: 1px solid var(--warning--30);
  background-color: var(--warning--10);
  color: var(--neutral--90);
  border-radius: 6px;
  padding: 16px;
  display: flex;
}

.alert-success {
  border: 1px solid var(--success--30);
  background-color: var(--success--10);
  color: var(--neutral--90);
  border-radius: 6px;
  padding: 16px;
  display: flex;
}

.select {
  border: 1px solid var(--neutral--50);
  background-color: var(--neutral--20);
  margin-bottom: 12px;
}

.select:hover {
  border-color: var(--primary--50);
}

.select:focus {
  border-color: var(--primary--70);
  background-color: var(--neutral--10);
}

.select.medium {
  border-color: var(--neutral--40);
  background-color: var(--neutral--10);
  cursor: pointer;
  border-radius: 6px;
  height: 44px;
  box-shadow: 0 1px 3px #00000014;
}

.component-wrapper {
  border: 1px dashed var(--neutral--60);
  border-radius: 0;
  margin-top: 64px;
  margin-bottom: 128px;
  padding: 24px;
  position: relative;
}

.component-wrapper.dark {
  background-color: var(--neutral--100);
  color: var(--neutral--10);
}

.component-wrapper.last {
  margin-bottom: 0;
}

.component-wrapper-label {
  background-color: var(--neutral--30);
  color: var(--neutral--90);
  letter-spacing: -.006em;
  cursor: pointer;
  background-image: url('../images/copy-icon.svg');
  background-position: 12px;
  background-repeat: no-repeat;
  background-size: 11px;
  border-radius: 6px 6px 0 0;
  padding: 6px 16px 6px 32px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  display: block;
  position: absolute;
  inset: -34px auto auto -1px;
}

.component-wrapper-label:hover {
  opacity: .8;
}

.style-guide-page-header {
  border-bottom: 1px solid var(--neutral--40);
  background-color: var(--neutral--20);
  color: var(--neutral--100);
}

.input-with-label {
  margin-bottom: 1.5rem;
}

.grid-styleguide---buttons {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.dropdown-inline {
  color: var(--neutral--80);
  padding: 0;
}

.dropdown-inline:hover {
  color: var(--transparent);
}

.dropdown-inline:active, .dropdown-inline:focus {
  color: var(--primary--70);
}

.dropdown-inline.w--open {
  color: var(--transparent);
}

.style-guide-page-header-text {
  width: 65%;
  padding-top: 64px;
  padding-bottom: 64px;
}

.divider {
  background-color: var(--neutral--40);
  width: 100%;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.button-fluid {
  background-color: var(--transparent);
  color: var(--neutral--10);
  text-align: center;
  border-radius: 6px;
  align-items: center;
  width: 100%;
  padding: 8px 12px;
  text-decoration: none;
  transition: background-color .25s;
  display: inline-block;
  position: relative;
}

.button-fluid:hover {
  background-color: var(--primary--50);
}

.button-fluid:active {
  background-color: var(--primary--70);
}

.button-fluid:focus {
  box-shadow: 0 0 0 2px var(--neutral--10), 0 0 0 5px var(--transparent);
}

.button-fluid.secondary {
  color: #2f54eb;
  background-color: #f0f5ff;
  transition: box-shadow .25s, color .25s, background-color .25s;
  box-shadow: inset 0 0 0 1px #adc6ff;
}

.button-fluid.secondary:hover {
  color: #1d39c4;
  box-shadow: inset 0 0 0 1px #2f54eb;
}

.button-fluid.outline {
  background-color: var(--neutral--10);
  color: var(--neutral--100);
}

.button-fluid.outline:hover {
  background-color: var(--neutral--30);
}

.button-fluid.medium {
  text-align: center;
  width: 100%;
}

.button-fluid.medium:hover {
  background-color: var(--primary--70);
}

.button-fluid.medium:active {
  background-color: var(--primary--80);
}

.button-fluid.medium:focus {
  background-color: var(--primary--70);
}

.button-fluid.medium.icon-only {
  padding: 12px 14px;
  font-size: 22px;
}

.button-fluid.medium.secondary {
  background-color: var(--neutral--10);
  box-shadow: none;
  color: var(--transparent);
}

.button-fluid.medium.secondary:hover {
  background-color: var(--primary--10);
}

.button-fluid.medium.secondary:active {
  background-color: var(--primary--20);
}

.button-fluid.medium.secondary:focus {
  box-shadow: 0 0 0 2px var(--neutral--10), 0 0 0 5px var(--transparent);
}

.button-fluid.medium.outline {
  box-shadow: 0 0 0 1px var(--neutral--40);
}

.button-fluid.medium.outline:hover {
  background-color: var(--neutral--20);
}

.button-fluid.medium.outline:active {
  background-color: var(--neutral--30);
}

.button-fluid.medium.outline:focus {
  background-color: var(--neutral--20);
  box-shadow: 0 0 0 2px var(--neutral--10), 0 0 0 5px var(--transparent), 0 0 0 1px var(--neutral--40);
}

.button-fluid.medium.ghost {
  box-shadow: inset 0 0 0 1px var(--neutral--5);
  background-color: #0000;
}

.button-fluid.medium.ghost:hover {
  box-shadow: inset 0 0 0 1px var(--neutral--10);
}

.button-fluid.medium.ghost:active {
  box-shadow: inset 0 0 0 1px var(--neutral--10);
  background-color: #ffffff1a;
}

.button-fluid.medium.ghost:focus {
  box-shadow: inset 0 0 0 1px var(--neutral--10);
}

.button-fluid.medium.enterprise {
  background-color: var(--secondary--60);
}

.button-fluid.medium.enterprise:hover {
  background-color: var(--secondary--70);
}

.button-fluid.medium.enterprise:active {
  background-color: #ad2102;
}

.button-fluid.medium.enterprise:focus {
  background-color: var(--secondary--70);
}

.button-fluid.medium.dark {
  background-color: var(--neutral--100);
}

.button-fluid.medium.dark:hover {
  background-color: var(--neutral--90);
}

.button-fluid.medium.dark:active {
  background-color: var(--neutral--80);
}

.button-fluid.medium.dark:focus {
  background-color: var(--neutral--90);
}

.button-fluid.medium.dark-pro {
  background-color: var(--neutral--10);
  color: var(--neutral--100);
}

.button-fluid.medium.dark-pro:hover {
  background-color: var(--neutral--30);
}

.button-fluid.medium.dark-pro:active {
  background-color: var(--neutral--40);
}

.button-fluid.medium.dark-pro:focus {
  background-color: var(--neutral--30);
  box-shadow: 0 0 0 2px var(--neutral--90), 0 0 0 5px var(--neutral--10);
}

.button-fluid.small {
  text-align: center;
  width: 100%;
  padding: 4px 8px;
  font-size: .875rem;
  line-height: 1.5rem;
}

.button-fluid.small:hover {
  background-color: var(--primary--70);
}

.button-fluid.small:active {
  background-color: var(--primary--80);
}

.button-fluid.small:focus {
  background-color: var(--primary--70);
}

.button-fluid.small.icon-only {
  padding: 6px 8px;
}

.button-fluid.small.secondary {
  background-color: var(--neutral--10);
  box-shadow: none;
  color: var(--transparent);
}

.button-fluid.small.secondary:hover {
  background-color: var(--primary--10);
}

.button-fluid.small.secondary:active {
  background-color: var(--primary--20);
}

.button-fluid.small.secondary:focus {
  background-color: var(--primary--10);
  box-shadow: 0 0 0 2px var(--neutral--10), 0 0 0 5px var(--transparent);
}

.button-fluid.small.outline {
  box-shadow: 0 0 0 1px var(--neutral--40);
}

.button-fluid.small.outline:hover {
  background-color: var(--neutral--20);
}

.button-fluid.small.outline:active {
  background-color: var(--neutral--30);
}

.button-fluid.small.outline:focus {
  background-color: var(--neutral--20);
  box-shadow: 0 0 0 2px var(--neutral--10), 0 0 0 5px var(--transparent), 0 0 0 1px var(--neutral--40);
}

.button-fluid.small.ghost {
  box-shadow: inset 0 0 0 1px var(--neutral--5);
  background-color: #0000;
}

.button-fluid.small.ghost:hover {
  box-shadow: inset 0 0 0 1px var(--neutral--10);
}

.button-fluid.small.ghost:active {
  box-shadow: inset 0 0 0 1px var(--neutral--10);
  color: var(--neutral--10);
  background-color: #ffffff1a;
}

.button-fluid.small.ghost:focus {
  box-shadow: inset 0 0 0 1px var(--neutral--10);
}

.navbar-vertical {
  background-color: var(--neutral--10);
  box-shadow: inset -1px 0 0 0 var(--neutral--50);
  color: var(--neutral--100);
  text-align: left;
  align-items: flex-start;
  width: 280px;
  display: block;
  position: static;
  inset: 0% auto 0% 0%;
}

.navbar-vertical.docsui {
  box-shadow: inset -1px 0 0 0 var(--neutral--40);
}

.navbar-vertical-link {
  color: var(--neutral--80);
  padding: 8px 36px;
  text-decoration: none;
  display: block;
  position: relative;
}

.navbar-vertical-link:hover {
  background-color: var(--primary--10);
  box-shadow: inset -1px 0 0 0 var(--neutral--50);
  color: var(--transparent);
}

.navbar-vertical-link:active {
  background-color: var(--primary--20);
}

.navbar-vertical-link:focus {
  background-color: var(--primary--10);
  color: var(--transparent);
}

.navbar-vertical-link.w--current {
  background-color: var(--primary--10);
  box-shadow: inset -2px 0 0 0 var(--transparent);
  color: var(--transparent);
}

.navbar-vetrical-menu-title {
  color: var(--neutral--100);
  margin-top: 24px;
  margin-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 600;
}

.navbar-vetrical-menu-title-2 {
  color: var(--neutral--90);
  margin-top: 12px;
  margin-bottom: 8px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: .875rem;
  font-weight: 500;
}

.navbar-vertical-brand {
  width: 100%;
  margin-bottom: 16px;
  padding: 24px;
}

.style-guide {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.style-guide-page-wrapper {
  display: flex;
}

.navbar-vertical---mobile {
  background-color: var(--neutral--10);
  display: none;
  position: relative;
}

.navbar-vertical-overlay {
  margin-bottom: 128px;
  display: block;
}

.navbar-vertical-bg {
  display: none;
}

.nav-tabs-container {
  max-width: 1232px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 8px;
  display: flex;
}

.style-guide-page-section-wrapper.narrow {
  max-width: 480px;
}

.nav-tab {
  color: var(--neutral--80);
  padding: 12px 16px;
}

.nav-tab:hover {
  color: var(--transparent);
}

.nav-tab:active {
  background-color: var(--primary--10);
  color: var(--primary--70);
}

.nav-tab:focus {
  background-color: var(--primary--10);
  color: var(--transparent);
}

.nav-tab.w--current {
  box-shadow: inset 0 -3px 0 0 var(--transparent);
  color: var(--transparent);
}

.nav-tabs {
  box-shadow: inset 0 -1px 0 0 var(--neutral--40);
  background-color: #0000;
}

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

.alert-content {
  padding-left: 4px;
}

.s-p-8 {
  padding: 8px;
}

.s-p-y-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.s-p-x-8 {
  padding-left: 8px;
  padding-right: 8px;
}

.s-p-t-8 {
  padding-top: 8px;
}

.s-p-r-8 {
  padding-right: 8px;
}

.s-p-b-8 {
  padding-bottom: 8px;
}

.s-p-l-8 {
  padding-left: 8px;
}

.s-p-12 {
  padding: 12px;
}

.s-p-y-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.s-p-x-12 {
  padding-left: 12px;
  padding-right: 12px;
}

.s-p-t-12 {
  padding-top: 12px;
}

.s-p-r-12 {
  padding-right: 12px;
}

.s-p-b-12 {
  padding-bottom: 12px;
}

.s-p-l-12 {
  padding-left: 12px;
}

.s-p-16 {
  padding: 16px;
}

.s-p-y-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.s-p-x-16 {
  padding-left: 12px;
  padding-right: 12px;
}

.s-p-t-16 {
  padding-top: 16px;
}

.s-p-r-16 {
  padding-right: 16px;
}

.s-p-b-16 {
  padding-bottom: 16px;
}

.s-p-l-16 {
  padding-left: 16px;
}

.s-p-24 {
  padding: 24px;
}

.s-p-y-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.s-p-x-24 {
  padding-left: 24px;
  padding-right: 24px;
}

.s-p-t-24 {
  padding-top: 24px;
}

.s-p-r-24 {
  padding-right: 24px;
}

.s-p-b-24 {
  padding-bottom: 24px;
}

.s-p-l-24 {
  padding-left: 24px;
}

.s-p-32 {
  padding: 32px;
}

.s-p-y-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.s-p-x-32 {
  padding-left: 32px;
  padding-right: 32px;
}

.s-p-t-32 {
  padding-top: 32px;
}

.s-p-r-32 {
  padding-right: 32px;
}

.s-p-b-32 {
  padding-bottom: 32px;
}

.s-p-l-32 {
  padding-left: 32px;
}

.s-p-48 {
  padding: 48px;
}

.s-p-y-48 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.s-p-x-48 {
  padding-left: 48px;
  padding-right: 48px;
}

.s-p-t-48 {
  padding-top: 48px;
}

.s-p-r-48 {
  padding-right: 48px;
}

.s-p-b-48 {
  padding-bottom: 48px;
}

.s-p-l-48 {
  padding-left: 48px;
}

.s-p-64 {
  padding: 64px;
}

.s-p-y-64 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.s-p-x-64 {
  padding-left: 64px;
  padding-right: 64px;
}

.s-p-t-64 {
  padding-top: 64px;
}

.s-p-r-64 {
  padding-right: 64px;
}

.s-p-b-64 {
  padding-bottom: 64px;
}

.s-p-l-64 {
  padding-left: 64px;
}

.s-p-128 {
  padding: 128px;
}

.s-p-y-128 {
  padding-top: 128px;
  padding-bottom: 128px;
}

.s-p-t-128 {
  padding-top: 128px;
}

.s-p-x-128 {
  padding-left: 128px;
  padding-right: 128px;
}

.s-p-r-128 {
  padding-right: 128px;
}

.s-p-b-128 {
  padding-bottom: 128px;
}

.s-p-l-128 {
  padding-left: 128px;
}

.s-p-0 {
  padding: 0;
}

.s-p-y-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.s-p-x-0 {
  padding-left: 0;
  padding-right: 0;
}

.s-p-t-0 {
  padding-top: 0;
}

.s-p-r-0 {
  padding-right: 0;
}

.s-p-b-0 {
  padding-bottom: 0;
}

.s-p-l-0 {
  padding-left: 0;
}

.s-p-4 {
  padding: 4px;
}

.s-p-y-4 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.s-p-x-4 {
  padding-left: 4px;
  padding-right: 4px;
}

.s-p-t-4 {
  padding-top: 4px;
}

.s-p-r-4 {
  padding-right: 4px;
}

.s-p-b-4 {
  padding-bottom: 4px;
}

.s-p-l-4 {
  padding-left: 4px;
}

.s-m-0 {
  margin: 0;
}

.s-m-y-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.s-m-x-0 {
  margin-left: 0;
  margin-right: 0;
}

.s-m-t-0 {
  margin-top: 0;
}

.s-m-r-0 {
  margin-right: 0;
}

.s-m-b-0 {
  margin-bottom: 0;
}

.s-m-l-0 {
  margin-left: 0;
}

.s-m-4 {
  margin: 4px;
}

.s-m-y-4 {
  margin-top: 4px;
  margin-bottom: 4px;
}

.s-m-x-4 {
  margin-left: 4px;
  margin-right: 4px;
}

.s-m-t-4 {
  margin-top: 4px;
}

.s-m-r-4 {
  margin-right: 4px;
}

.s-m-b-4 {
  margin-bottom: 4px;
}

.s-m-l-4 {
  margin-left: 4px;
}

.s-m-8 {
  margin: 8px;
}

.s-m-y-8 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.s-m-x-8 {
  margin-left: 8px;
  margin-right: 8px;
}

.s-m-t-8 {
  margin-top: 8px;
}

.s-m-r-8 {
  margin-right: 8px;
}

.s-m-b-8 {
  margin-bottom: 8px;
}

.s-m-l-8 {
  margin-left: 8px;
}

.s-m-12 {
  margin: 12px;
}

.s-m-y-12 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.s-m-x-12 {
  margin-left: 12px;
  margin-right: 12px;
}

.s-m-t-12 {
  margin-top: 12px;
}

.s-m-r-12 {
  margin-right: 12px;
}

.s-m-b-12 {
  margin-bottom: 12px;
}

.s-m-l-12 {
  margin-left: 12px;
}

.s-m-16 {
  margin: 16px;
}

.s-m-y-16 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.s-m-x-16 {
  margin-left: 16px;
  margin-right: 16px;
}

.s-m-t-16 {
  margin-top: 16px;
}

.s-m-r-16 {
  margin-right: 16px;
}

.s-m-b-16 {
  margin-bottom: 16px;
}

.s-m-l-16 {
  margin-left: 16px;
}

.s-m-24 {
  margin: 24px;
}

.s-m-y-24 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.s-m-x-24 {
  margin-left: 24px;
  margin-right: 24px;
}

.s-m-t-24 {
  margin-top: 24px;
}

.s-m-r-24 {
  margin-right: 24px;
}

.s-m-b-24 {
  margin-bottom: 24px;
}

.s-m-l-24 {
  margin-left: 24px;
}

.s-m-32 {
  margin: 32px;
}

.s-m-y-32 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.s-m-x-32 {
  margin-left: 32px;
  margin-right: 32px;
}

.s-m-t-32 {
  margin-top: 32px;
}

.s-m-r-32 {
  margin-right: 32px;
}

.s-m-b-32 {
  margin-bottom: 32px;
}

.s-m-l-32 {
  margin-left: 32px;
}

.s-m-48 {
  margin: 48px;
}

.s-m-y-48 {
  margin-top: 48px;
  margin-bottom: 48px;
}

.s-m-x-48 {
  margin-left: 48px;
  margin-right: 48px;
}

.s-m-t-48 {
  margin-top: 48px;
}

.s-m-r-48 {
  margin-right: 48px;
}

.s-m-b-48 {
  margin-bottom: 48px;
}

.s-m-l-48 {
  margin-left: 48px;
}

.s-m-64 {
  margin: 64px;
}

.s-m-y-64 {
  margin-top: 64px;
  margin-bottom: 64px;
}

.s-m-x-64 {
  margin-left: 64px;
  margin-right: 64px;
}

.s-m-t-64 {
  margin-top: 64px;
}

.s-m-r-64 {
  margin-right: 64px;
}

.s-m-b-64 {
  margin-bottom: 64px;
}

.s-m-l-64 {
  margin-left: 64px;
}

.s-m-128 {
  margin: 128px;
}

.s-m-y-128 {
  margin-top: 128px;
  margin-bottom: 128px;
}

.s-m-x-128 {
  margin-left: 128px;
  margin-right: 128px;
}

.s-m-t-128 {
  margin-top: 128px;
}

.s-m-r-128 {
  margin-right: 128px;
}

.s-m-b-128 {
  margin-bottom: 128px;
}

.s-m-l-128 {
  margin-left: 128px;
}

.c-b-neutral-10 {
  background-color: var(--neutral--10);
}

.c-b-neutral-20 {
  background-color: var(--neutral--20);
}

.c-b-neutral-30 {
  background-color: var(--neutral--30);
}

.c-b-neutral-40 {
  background-color: var(--neutral--40);
}

.c-b-neutral-50 {
  background-color: var(--neutral--50);
}

.c-b-neutral-60 {
  background-color: var(--neutral--60);
}

.c-b-neutral-70 {
  background-color: var(--neutral--70);
}

.c-b-neutral-80 {
  background-color: var(--neutral--80);
}

.c-b-neutral-90 {
  background-color: var(--neutral--90);
}

.c-b-neutral-100 {
  background-color: var(--neutral--100);
}

.c-b-primary-10 {
  background-color: var(--primary--10);
}

.c-b-primary-20 {
  background-color: var(--primary--20);
}

.c-b-primary-30 {
  background-color: var(--primary--30);
}

.c-b-primary-40 {
  background-color: var(--primary--40);
}

.c-b-primary-50 {
  background-color: var(--primary--50);
}

.c-b-primary-60 {
  background-color: var(--transparent);
}

.c-b-primary-70 {
  background-color: var(--primary--70);
}

.c-b-primary-80 {
  background-color: var(--primary--80);
}

.c-b-primary-90 {
  background-color: var(--primary--90);
}

.c-b-primary-100 {
  background-color: var(--primary--100);
}

.c-b-secondary-10 {
  background-color: var(--secondary--10);
}

.c-b-secondary-20 {
  background-color: var(--secondary--20);
}

.c-b-secondary-30 {
  background-color: var(--secondary--30);
}

.c-b-secondary-40 {
  background-color: var(--secondary--40);
}

.c-b-secondary-50 {
  background-color: var(--secondary--50);
}

.c-b-secondary-60 {
  background-color: var(--secondary--60);
}

.c-b-secondary-70 {
  background-color: var(--secondary--70);
}

.c-b-secondary-80 {
  background-color: #ad2102;
}

.c-b-secondary-90 {
  background-color: var(--secondary--90);
}

.c-b-secondary-100 {
  background-color: var(--secondary--100);
}

.c-b-success-10 {
  background-color: var(--success--10);
}

.c-b-warning-10 {
  background-color: var(--warning--10);
}

.c-b-error-10 {
  background-color: var(--error--10);
}

.c-b-info-10 {
  background-color: var(--info--10);
}

.c-b-success-20 {
  background-color: var(--success--20);
}

.c-b-success-30 {
  background-color: var(--success--30);
}

.c-b-success-40 {
  background-color: var(--success--40);
}

.c-b-success-50 {
  background-color: var(--altadash-green);
}

.c-b-success-60 {
  background-color: var(--success--60);
}

.c-b-success-70 {
  background-color: var(--success--70);
}

.c-b-success-80 {
  background-color: var(--success--80);
}

.c-b-success-90 {
  background-color: var(--success--90);
}

.c-b-success-100 {
  background-color: var(--success--100);
}

.c-b-warning-20 {
  background-color: var(--warning--20);
}

.c-b-warning-30 {
  background-color: var(--warning--30);
}

.c-b-warning-40 {
  background-color: var(--warning--40);
}

.c-b-warning-50 {
  background-color: var(--warning--50);
}

.c-b-warning-60 {
  background-color: var(--warning--60);
}

.c-b-warning-70 {
  background-color: var(--warning--70);
}

.c-b-warning-80 {
  background-color: var(--warning--80);
}

.c-b-warning-90 {
  background-color: var(--warning--90);
}

.c-b-warning-100 {
  background-color: var(--warning--100);
}

.c-b-error-20 {
  background-color: var(--error--20);
}

.c-b-error-30 {
  background-color: var(--error--30);
}

.c-b-error-40 {
  background-color: var(--error--40);
}

.c-b-error-50 {
  background-color: var(--error--50);
}

.c-b-error-60 {
  background-color: var(--error--60);
}

.c-b-error-70 {
  background-color: var(--error--70);
}

.c-b-error-80 {
  background-color: var(--error--80);
}

.c-b-error-90 {
  background-color: var(--error--90);
}

.c-b-error-100 {
  background-color: var(--error--100);
}

.c-b-info-20 {
  background-color: var(--info--20);
}

.c-b-info-30 {
  background-color: var(--info--30);
}

.c-b-info-40 {
  background-color: var(--info--40);
}

.c-b-info-50 {
  background-color: var(--info--50);
}

.c-b-info-60 {
  background-color: var(--info--60);
}

.c-b-info-70 {
  background-color: var(--info--70);
}

.c-b-info-80 {
  background-color: var(--info--80);
}

.c-b-info-90 {
  background-color: var(--info--90);
}

.c-b-info-100 {
  background-color: var(--info--100);
}

.c-t-neutral-10 {
  color: var(--neutral--10);
}

.c-t-neutral-20 {
  color: var(--neutral--20);
}

.c-t-neutral-30 {
  color: var(--neutral--30);
}

.c-t-neutral-40 {
  color: var(--neutral--40);
}

.c-t-neutral-50 {
  color: var(--neutral--50);
}

.c-t-neutral-60 {
  color: var(--neutral--60);
}

.c-t-neutral-70 {
  color: var(--neutral--70);
}

.c-t-neutral-80 {
  color: var(--neutral--80);
}

.c-t-neutral-90 {
  color: var(--neutral--90);
}

.c-t-neutral-100 {
  color: var(--neutral--100);
}

.c-t-primary-10 {
  color: var(--primary--10);
}

.c-t-primary-20 {
  color: var(--primary--20);
}

.c-t-primary-30 {
  color: var(--primary--30);
}

.c-t-primary-40 {
  color: var(--primary--40);
}

.c-t-primary-50 {
  color: var(--primary--50);
}

.c-t-primary-60 {
  color: var(--transparent);
}

.c-t-primary-60.ocss-green {
  color: var(--seagreen);
}

.c-t-primary-70 {
  color: var(--primary--70);
}

.c-t-primary-80 {
  color: var(--primary--80);
}

.c-t-primary-90 {
  color: var(--primary--90);
}

.c-t-primary-100 {
  color: var(--primary--100);
}

.c-t-secondary-10 {
  color: var(--secondary--10);
}

.c-t-secondary-20 {
  color: var(--secondary--20);
}

.c-t-secondary-30 {
  color: var(--secondary--30);
}

.c-t-secondary-40 {
  color: var(--secondary--40);
}

.c-t-secondary-50 {
  color: var(--secondary--50);
}

.c-t-secondary-60 {
  color: var(--secondary--60);
}

.c-t-secondary-70 {
  color: var(--secondary--70);
}

.c-t-secondary-80 {
  color: #ad2102;
}

.c-t-secondary-90 {
  color: var(--secondary--90);
}

.c-t-secondary-100 {
  color: var(--secondary--100);
}

.c-t-success-10 {
  color: var(--success--10);
}

.c-t-warning-10 {
  color: var(--warning--10);
}

.c-t-error-10 {
  color: var(--error--10);
}

.c-t-info-10 {
  color: var(--info--10);
}

.c-t-success-20 {
  color: var(--success--20);
}

.c-t-success-30 {
  color: var(--success--30);
}

.c-t-success-40 {
  color: var(--success--40);
}

.c-t-success-50 {
  color: var(--altadash-green);
}

.c-t-success-60 {
  color: var(--success--60);
}

.c-t-success-70 {
  color: var(--success--70);
}

.c-t-success-80 {
  color: var(--success--80);
}

.c-t-success-90 {
  color: var(--success--90);
}

.c-t-success-100 {
  color: var(--success--100);
}

.c-t-warning-20 {
  color: var(--warning--20);
}

.c-t-warning-30 {
  color: var(--warning--30);
}

.c-t-warning-40 {
  color: var(--warning--40);
}

.c-t-warning-50 {
  color: var(--warning--50);
}

.c-t-warning-60 {
  color: var(--warning--60);
}

.c-t-warning-70 {
  color: var(--warning--70);
}

.c-t-warning-80 {
  color: var(--warning--80);
}

.c-t-warning-90 {
  color: var(--warning--90);
}

.c-t-warning-100 {
  color: var(--warning--100);
}

.c-t-error-20 {
  color: var(--error--20);
}

.c-t-error-30 {
  color: var(--error--30);
}

.c-t-error-40 {
  color: var(--error--40);
}

.c-t-error-50 {
  color: var(--error--50);
}

.c-t-error-60 {
  color: var(--error--60);
}

.c-t-error-70 {
  color: var(--error--70);
}

.c-t-error-80 {
  color: var(--error--80);
}

.c-t-error-90 {
  color: var(--error--90);
}

.c-t-error-100 {
  color: var(--error--100);
}

.c-t-info-20 {
  color: var(--info--20);
}

.c-t-info-30 {
  color: var(--info--30);
}

.c-t-info-40 {
  color: var(--info--40);
}

.c-t-info-50 {
  color: var(--info--50);
}

.c-t-info-60 {
  color: var(--info--60);
}

.c-t-info-70 {
  color: var(--info--70);
}

.c-t-info-80 {
  color: var(--info--80);
}

.c-t-info-90 {
  color: var(--info--90);
}

.c-t-info-100 {
  color: var(--info--100);
}

.st-m-b-24 {
  margin-right: auto;
  line-height: 1.25;
}

.st-m-b-24.legal {
  font-size: .75rem;
}

.breadcrumbs-dropdown {
  justify-content: center;
  font-weight: 500;
  display: flex;
}

.breadcrumbs-dropdown:hover {
  color: var(--primary--50);
}

.breadcrumbs-dropdown:active {
  color: var(--primary--70);
}

.dropdown-button-text {
  justify-content: center;
  align-items: center;
  display: flex;
}

.card-title {
  flex-direction: column;
  display: flex;
}

.card-title.centered {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.t-a-l {
  text-align: left;
}

.t-a-c {
  text-align: center;
}

.t-a-r {
  text-align: right;
}

.t-a-j {
  text-align: justify;
}

.feature-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  align-items: center;
}

.feature-grid-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  align-items: center;
}

.feature-grid-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  align-items: center;
}

.hero-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: center;
}

.hero-image {
  border-radius: 20px;
  width: 100%;
}

.hero-grid-2 {
  grid-column-gap: 48px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  align-items: center;
}

.hero-title-centered {
  text-align: center;
  width: 60%;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
}

.hero-title-centered.s-m-b-0 {
  margin-bottom: 0;
}

.wrapper-l {
  padding-top: 128px;
  padding-bottom: 128px;
}

.ctas-wrapper {
  text-align: left;
  margin-top: 1.5rem;
}

.ctas-wrapper.s-m-0 {
  margin-top: 0;
}

.faq-item-wrapper {
  margin-bottom: 24px;
}

.faq-item-wrapper.box {
  background-color: var(--neutral--20);
  border-radius: 6px;
  margin-bottom: 24px;
  padding: 24px;
}

.faq-item-wrapper.box.last {
  margin-bottom: 0;
}

.faq-item-wrapper-2 {
  border-top: 1px solid var(--neutral--40);
  align-items: flex-start;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.faq-col-1 {
  width: 40%;
  padding-right: 16px;
}

.faq-col-2 {
  width: 60%;
}

.faq-question {
  margin-bottom: 8px;
  font-weight: 600;
}

.pricing-card-1 {
  background-color: var(--neutral--10);
  box-shadow: inset 0 0 0 1px var(--neutral--40);
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.pricing-card-1.pro {
  box-shadow: inset 0 0 0 2px var(--transparent);
}

.pricing-card-1.enterprise {
  box-shadow: inset 0 0 0 2px var(--secondary--60);
}

.pricing-card-header {
  border-bottom: 1px solid var(--neutral--40);
  background-color: var(--neutral--10);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  display: flex;
}

.price {
  letter-spacing: -.02em;
  margin-bottom: 1rem;
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 1;
}

.currency-span {
  color: var(--neutral--70);
  padding-right: 4px;
  font-size: 1.5rem;
  font-weight: 500;
}

.price-2 {
  color: var(--neutral--100);
  letter-spacing: -.02em;
  margin-bottom: 1.5rem;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.25;
}

.price-title {
  font-weight: 600;
  line-height: 40px;
}

.currency-span-2 {
  color: var(--neutral--70);
  padding-right: 4px;
  font-size: 1.25rem;
}

.pricing-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.pricing-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--neutral--50);
  background-color: var(--neutral--10);
  text-align: center;
  border-radius: 6px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.tooltip-text {
  margin-right: 4px;
  font-weight: 500;
  display: inline-block;
}

.testimonials-logos-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
}

.testimonial-box {
  background-color: var(--neutral--20);
  border-radius: 6px;
  flex-direction: column;
  justify-content: space-between;
  padding: 48px;
  display: flex;
}

.testimonial-box.light {
  border: 1px solid var(--neutral--40);
  background-color: var(--neutral--10);
}

.testimonial-box-2 {
  background-color: var(--neutral--20);
  text-align: center;
  border-radius: 6px;
  padding: 48px 128px;
}

.alert-banner {
  background-color: var(--secondary--10);
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 500;
}

.alert-content-2 {
  display: flex;
}

.contact-link {
  color: var(--neutral--80);
  align-items: flex-start;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: relative;
}

.contact-link:hover {
  color: var(--transparent);
}

.contact-grid {
  grid-column-gap: 48px;
  grid-row-gap: 24px;
  background-color: var(--neutral--20);
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  padding: 64px;
}

.contact-image {
  object-fit: cover;
  height: 800px;
}

.collapse-item-2 {
  cursor: pointer;
  padding-left: 16px;
  padding-right: 16px;
}

.modal-buttons-wrapper {
  justify-content: flex-end;
  margin-top: 16px;
  display: flex;
}

.testimonial-logo-wrapper {
  background-color: var(--neutral--20);
  justify-content: center;
  align-items: center;
  height: 128px;
  display: flex;
}

.hero-video {
  border-radius: 20px;
}

.wrapper-s {
  padding-top: 32px;
  padding-bottom: 32px;
}

.hero-grid-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 64px;
}

.hero-form-wrapper {
  border: 1px solid var(--neutral--40);
  background-color: var(--neutral--10);
  border-radius: 6px;
  margin-left: 64px;
  margin-right: 64px;
  padding: 48px;
  box-shadow: 0 4px 8px #00000026;
}

.long-content-menu-left {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.5fr;
  align-items: start;
}

.long-content-center {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.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;
}

.class-label {
  border: 1px solid var(--info--80);
  background-color: var(--info--70);
  color: #fff;
  border-radius: 4px;
  padding-left: 4px;
  padding-right: 4px;
  font-size: .875rem;
  font-weight: 400;
  display: inline-block;
}

.class-label.body {
  background-color: #b5518c;
  border-color: #86285f;
}

.class-label-wrapper {
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px;
}

.backtotop-wrapper {
  z-index: 999;
  position: fixed;
  inset: auto 16px 48px auto;
}

.hidden {
  display: none;
}

.color-block {
  width: 100%;
  height: 48px;
}

.alert-banner-2 {
  background-color: var(--primary--70);
  color: var(--neutral--10);
  text-align: center;
  justify-content: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.brand-logo-image {
  height: 2.5rem;
}

.customize-page-wrapper {
  display: flex;
}

.customize-instructions {
  border-right: 1px solid var(--neutral--50);
  width: 35%;
  height: 100vh;
}

.customize-preview {
  width: 75%;
  height: 100vh;
}

.style-wrapper {
  border: 1px dashed var(--neutral--50);
  background-color: var(--neutral--20);
  border-radius: 4px;
  margin-bottom: 24px;
  padding: 24px;
  position: relative;
}

.component-wrapper-2 {
  border: 2px dashed var(--neutral--100);
  background-color: var(--neutral--10);
  border-radius: 4px;
  margin-top: 64px;
  padding: 24px;
  position: relative;
}

.component-wrapper-label-2 {
  background-color: var(--neutral--100);
  color: var(--neutral--10);
  cursor: pointer;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: .875rem;
  font-weight: 500;
  display: block;
  position: absolute;
  inset: -40px auto auto 0%;
}

.component-wrapper-label-2:hover {
  opacity: .8;
}

.tabs-menu {
  box-shadow: inset 0 -1px 0 0 var(--neutral--50);
}

.docsui {
  display: block;
}

.hero-section.hero-big {
  background-image: linear-gradient(#00000080, #00000080), url('../images/nasa-Q1p7bh3SHj8-unsplash-a.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 50vh;
  display: none;
}

.feature-section.c-b-neutral-20 {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  display: none;
  position: static;
}

.feature-grid-section {
  margin-top: 64px;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.cta-section {
  background-color: #0000;
  display: block;
}

.cta-section.c-b-primary-60 {
  background-color: #2b802b;
  margin-top: 64px;
  margin-bottom: 128px;
  overflow: hidden;
}

.cta-section.background-cto {
  margin-top: 64px;
  margin-bottom: 64px;
  overflow: hidden;
}

.testimonials-section {
  overflow: hidden;
}

.cards-section {
  margin-bottom: 64px;
}

.colors-transfer-grid {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.color-table-label {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 48px;
  display: flex;
}

.color-table-label.color-group-name {
  text-align: right;
  justify-content: flex-end;
  padding-left: 8px;
  padding-right: 8px;
}

.color-table-swatch {
  height: 48px;
}

.color-table-swatch.c-b-neutral-90 {
  background-color: var(--neutral--90);
}

.row {
  flex-direction: row;
  margin-left: -12px;
  margin-right: -12px;
  display: flex;
}

.column {
  width: 50%;
  padding-left: 12px;
  padding-right: 12px;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.lightbox-centered {
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-box-wrapper {
  background-color: var(--neutral--20);
  border-radius: 20px;
  padding: 64px;
}

.section-box-wrapper.c-b-neutral-10 {
  background-color: var(--neutral--10);
}

.feature-content-wrapper.right {
  padding-left: 64px;
}

.feature-content-wrapper.left {
  padding-right: 64px;
}

.dropdown-fluid {
  display: block;
}

.dropdown-menu-1 {
  z-index: 8;
  cursor: pointer;
  display: none;
}

.dropdown-menu-1:active {
  background-color: #b3d6f9;
}

.dropdown-menu-1.w--open {
  border: 1px solid var(--neutral--40);
  background-color: var(--neutral--10);
  color: var(--neutral--90);
  border-radius: 6px;
  width: 200px;
  margin-top: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  overflow: hidden;
  box-shadow: 0 2px 8px #0003;
}

.dropdown-menu-item---navbar {
  background-color: #0000;
  padding: 8px 16px;
}

.dropdown-menu-item---navbar:hover {
  background-color: var(--primary--10);
}

.dropdown-menu-item---navbar.w--current {
  color: var(--neutral--10);
  background-color: #2f54eb;
}

.dropdown-menu-item---navbar.dark {
  color: var(--neutral--60);
}

.dropdown-menu-item---navbar.dark:hover {
  background-color: #ffffff0d;
}

.dropdown-menu-item---navbar.dark:active, .dropdown-menu-item---navbar.dark:focus {
  background-color: #ffffff14;
}

.feature-icon-wrapper {
  background-color: var(--primary--10);
  color: var(--transparent);
  border-radius: 6px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  display: flex;
}

.feature-icon-wrapper.dark {
  background-color: var(--neutral--90);
  color: var(--neutral--10);
}

.feature-icon-wrapper.alt {
  width: 32px;
  height: 32px;
  margin-bottom: 0;
  margin-right: 16px;
}

.text-wrapper.centered {
  text-align: center;
}

.navbar-buttons {
  margin-left: 8px;
}

.navbar-buttons.mobile {
  display: none;
}

.avatar {
  object-fit: cover;
  border-radius: 50%;
  width: 64px;
  height: 64px;
}

.avatar.default {
  border: 2px solid var(--neutral--10);
  box-shadow: 0 0 0 3px var(--transparent);
  width: 44px;
  height: 44px;
}

.avatar.default.group {
  box-shadow: none;
  margin-right: -8px;
}

.avatar.small {
  border: 1px solid var(--neutral--10);
  box-shadow: 0 0 0 3px var(--transparent);
  width: 32px;
  height: 32px;
}

.avatar.small.group {
  box-shadow: none;
  margin-right: -8px;
}

.avatar.large {
  border: 2px solid var(--neutral--10);
  box-shadow: 0 0 0 3px var(--transparent);
  width: 56px;
  height: 56px;
}

.avatar.large.group {
  box-shadow: none;
  margin-right: -16px;
}

.avatar-wrapper.horizontal {
  align-items: center;
  display: flex;
}

.avatar-wrapper.vertical {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.avatar-label-text {
  margin-left: 1rem;
}

.avatar-label-text.centered {
  text-align: center;
  margin-top: 8px;
  margin-left: 0;
}

.footer-navigation {
  align-self: auto;
}

.code-span {
  border: 1px solid var(--neutral--50);
  background-color: var(--neutral--30);
  color: var(--neutral--100);
  border-radius: 4px;
  padding-left: 4px;
  padding-right: 4px;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  display: inline-block;
}

.custom-code-embeds {
  display: none;
}

.lc-countdown {
  margin-left: 4px;
  display: inline;
}

.lc-countdown.big {
  display: flex;
}

.lc-countdown-wrapper {
  display: inline-block;
}

.lc-countdown-wrapper.vertical {
  flex-direction: column;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.lc-countdown-count {
  margin-right: 2px;
  font-weight: 600;
  display: inline-block;
}

.lc-countdown-count.big {
  font-size: 2.375rem;
  font-weight: 600;
  line-height: 1.25;
}

.lc-countdown-label {
  margin-right: 4px;
  display: inline-block;
}

.cookie-notification {
  border: 1px solid var(--neutral--40);
  background-color: var(--neutral--10);
  color: var(--neutral--90);
  border-radius: 6px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px;
  display: flex;
  box-shadow: 0 2px 8px #00000026;
}

.countdown-banner {
  background-color: var(--error--70);
  color: var(--neutral--10);
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.countdown-banner.c-b-primary-10 {
  background-color: var(--primary--10);
}

.dropdown-menu-breadcrumbs {
  z-index: 8;
  background-color: var(--neutral--10);
  border-radius: 6px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.dropdown-menu-breadcrumbs.w--open {
  background-color: var(--neutral--10);
  color: var(--neutral--90);
  width: 200px;
  margin-top: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px #0003;
}

.tabs-vertical {
  align-items: center;
  display: flex;
}

.tabs-menu-vertical {
  flex-direction: column;
  width: 35%;
  margin-right: 12px;
  display: flex;
}

.tabs-content-vertical {
  width: 65%;
  margin-left: 12px;
}

.tab-vertical {
  background-color: #0000;
  border-radius: 6px;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 16px 24px;
}

.tab-vertical:hover {
  background-color: var(--neutral--20);
}

.tab-vertical.w--current {
  background-color: var(--primary--10);
  cursor: pointer;
  padding: 16px 24px;
}

.section-title-column {
  width: 50%;
  padding-left: 12px;
  padding-right: 12px;
}

.tabs-switch {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.tabs-switch-menu {
  background-color: var(--neutral--30);
  text-align: center;
  border-radius: 6px;
  align-items: center;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  padding: 4px;
  display: flex;
}

.tab-switch {
  color: var(--neutral--80);
  text-align: center;
  background-color: #0000;
  border-radius: 4px;
  align-items: center;
  padding: 8px 24px;
  font-weight: 500;
  display: flex;
}

.tab-switch.w--current {
  background-color: var(--neutral--10);
  color: var(--neutral--100);
  box-shadow: 1px 1px 3px #00000014;
}

.list-vertical {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.stars-wrapper {
  margin-bottom: 8px;
}

.testimonials-slider {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.slide-nav {
  display: none;
}

.testimonials-mask {
  align-self: stretch;
  max-width: 580px;
  overflow: visible;
}

.testimonials-slide {
  margin-right: 24px;
}

.slider-left-arrow {
  background-color: var(--neutral--100);
  border-radius: 100%;
  width: 56px;
  min-width: 56px;
  height: 56px;
  min-height: 56px;
  left: -20px;
}

.slider-left-arrow:hover {
  background-color: var(--transparent);
}

.slider-arrow-icon {
  font-size: 1.5rem;
}

.slider-right-arrow {
  background-color: var(--neutral--100);
  border-radius: 100%;
  width: 56px;
  min-width: 56px;
  height: 56px;
  min-height: 56px;
  right: -18px;
}

.slider-right-arrow:hover {
  background-color: var(--transparent);
}

.countup-number {
  color: var(--neutral--100);
  margin-bottom: .25rem;
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 1.25;
}

.countup-number.alt {
  color: var(--transparent);
  font-size: 2.25rem;
}

.countup {
  color: var(--neutral--90);
  text-align: center;
}

.countup.alt {
  background-color: var(--neutral--20);
  border-radius: 6px;
  padding: 24px;
}

.countup-wrapper {
  justify-content: center;
  display: flex;
}

.countup-plus {
  margin-bottom: .25rem;
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 1.25;
}

.countup-plus.alt {
  color: var(--transparent);
  font-size: 2.25rem;
}

.lc-text-replace {
  display: flex;
}

.dropdown-menu-separator {
  background-color: var(--neutral--40);
  width: 100%;
  height: 1px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.dropdown-link-w-icon {
  color: var(--neutral--80);
  align-items: center;
  width: 100%;
  padding: 6px 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-w-icon:hover {
  background-color: var(--neutral--20);
}

.dropdown-link-w-icon:active {
  background-color: var(--neutral--30);
}

.slide-1 {
  background-color: var(--primary--10);
  height: 100%;
}

.slider {
  background-color: #0000;
  height: 100%;
}

.left-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
}

.right-arrow {
  color: var(--neutral--90);
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-2 {
  background-color: var(--neutral--20);
}

.slide-3 {
  background-color: var(--neutral--100);
}

.megamenu {
  border-bottom: 1px solid var(--neutral--40);
  background-color: var(--neutral--10);
  display: none;
  position: absolute;
  inset: 68px 0% auto;
}

.megamenu.dark {
  border-bottom-color: var(--neutral--90);
  background-color: var(--neutral--100);
}

.megamenu-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-top: 24px;
  padding-bottom: 48px;
}

.nav-megamenu-trigger {
  color: var(--neutral--80);
  cursor: pointer;
  border-radius: 6px;
  align-items: center;
  padding: 8px 16px;
  text-decoration: none;
  display: flex;
}

.nav-megamenu-trigger:hover {
  color: var(--transparent);
}

.nav-megamenu-trigger:active, .nav-megamenu-trigger:focus {
  background-color: var(--neutral--20);
}

.nav-megamenu-trigger.w--open {
  display: flex;
}

.nav-megamenu-trigger.color-inverse {
  color: var(--neutral--60);
}

.nav-megamenu-trigger.color-inverse:hover {
  color: var(--neutral--10);
}

.nav-megamenu-trigger.color-inverse:active {
  background-color: var(--neutral--90);
}

.nav-megamenu-trigger.color-inverse:focus {
  background-color: var(--neutral--90);
  color: var(--neutral--10);
}

.megamenu-dropdown {
  border-radius: 6px;
}

.megamenu-mobile {
  border-bottom: 1px solid var(--neutral--40);
  background-color: var(--neutral--10);
  display: none;
}

.nav-megamenu-list {
  margin-bottom: 0;
}

.megamenu-2 {
  border-bottom: 1px solid var(--neutral--40);
  background-color: var(--neutral--10);
  display: none;
  position: absolute;
  inset: 68px 0% auto;
}

.megamenu-2.dark {
  border-bottom-color: var(--neutral--90);
  background-color: var(--neutral--100);
  display: none;
}

.megamenu-nav-link-box {
  background-color: #0000;
  border-radius: 6px;
  align-items: flex-start;
  padding: 24px;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.megamenu-nav-link-box:hover {
  background-color: var(--neutral--20);
}

.megamenu-nav-link-box:active {
  background-color: var(--neutral--30);
}

.megamenu-nav-link-box:focus {
  background-color: var(--neutral--20);
  box-shadow: 0 0 0 2px var(--neutral--10), 0 0 0 5px var(--transparent);
}

.megamenu-nav-link-box.dark:hover {
  background-color: #ffffff0d;
}

.megamenu-nav-link-box.dark:active {
  background-color: var(--neutral--90);
}

.megamenu-nav-link-box.dark:focus {
  background-color: var(--neutral--90);
  box-shadow: 0 0 0 2px var(--neutral--100), 0 0 0 5px var(--neutral--10);
}

.megamenu-grid-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: -24px;
  margin-right: -24px;
  padding-top: 24px;
  padding-bottom: 48px;
}

.megamenu-navlink-text-wrapper {
  align-self: stretch;
  margin-left: 16px;
}

.preview-area {
  background-color: var(--neutral--30);
  height: 400px;
}

.tabs-content {
  overflow: visible;
}

.collapse-wrapper {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-box-small {
  border: 1px solid var(--neutral--40);
  background-color: var(--neutral--10);
  border-radius: 6px;
  padding: 24px;
  font-size: .875rem;
  line-height: 1.5;
  display: flex;
}

.cta-box {
  border-radius: 20px;
  padding: 64px;
}

.grid-blog-1 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.card-image-blog-big {
  object-fit: cover;
  border-radius: 6px;
}

.card-blog-text-wrapper {
  padding-left: 0;
  padding-right: 24px;
  text-decoration: none;
}

.card-blog-big-grid {
  grid-column-gap: 20px;
  grid-row-gap: 24px;
  object-fit: fill;
  grid-template-rows: minmax(128px, 1fr);
  grid-template-columns: 2fr 1fr;
  place-items: center stretch;
  max-height: 512px;
}

.feature-list-item {
  background-color: var(--neutral--10);
  border-radius: 6px;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 8px;
  display: flex;
}

.feature-list-item.alt {
  margin-top: 0;
  margin-bottom: 0;
  box-shadow: 0 1px 3px #00000014;
}

.feature-grid-4 {
  grid-column-gap: 48px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 3fr;
}

.feature-grid-4.reversed {
  grid-template-columns: 3fr 1.75fr;
}

.feature-section-image {
  border-radius: 12px;
  margin-bottom: 32px;
}

.feature-section-image.s-m-b-0 {
  margin-bottom: 0;
}

.l-g-2x1 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

.l-g-1x2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

.countup-number-big {
  color: var(--transparent);
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 1.25;
  display: inline-block;
}

.countup-wrapper-2 {
  align-items: flex-end;
  margin-bottom: 8px;
  display: flex;
}

.pricing-card-3 {
  border: 1px solid var(--neutral--50);
  background-color: var(--neutral--10);
  border-radius: 6px;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  display: flex;
}

.pricing-card-3.pro {
  border-width: 2px;
  border-color: var(--transparent);
}

.footer-address {
  margin-top: 44px;
}

.wrapper-box {
  background-color: var(--neutral--20);
  padding: 64px;
}

.age-verification-cont {
  z-index: 1000;
  opacity: 0;
  background-color: #070303cc;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  inset: 0%;
}

.age-verification-form {
  background-color: var(--neutral--10);
  border-radius: 6px;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.age-verification-wrapper {
  padding: 48px;
  position: relative;
}

.verify-age-alert {
  background-color: var(--error--10);
  opacity: 0;
  color: var(--error--70);
  text-align: center;
  width: 100%;
  padding: 4px 10px;
  transition: opacity .2s;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.dropdown {
  display: block;
}

.tags {
  flex-wrap: wrap;
  display: flex;
  overflow: hidden;
}

.tags-wrapper {
  flex: 1;
  display: flex;
}

.button-content-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.breadcrumbs-back-mobile {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.multiple-select-content {
  color: var(--neutral--80);
  justify-content: space-between;
  align-items: center;
  height: 44px;
  display: flex;
}

.text-wrapper-l {
  padding-right: 64px;
}

.testimonial-author {
  color: var(--neutral--100);
  margin-bottom: 0;
  font-weight: 600;
}

.image-full-width {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 480px;
}

.hero-image-big-text-wrapper {
  margin-bottom: 48px;
}

.image-responsive {
  object-fit: cover;
  width: 100%;
  height: 480px;
}

.countup-title {
  margin-bottom: .5rem;
  font-weight: 600;
}

.feature-list-items {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.pricing-grid-1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.pricing-list-title {
  margin-top: 2rem;
  margin-bottom: .5rem;
  font-weight: 600;
}

.pricing-card-2 {
  background-color: var(--neutral--10);
  border-radius: 20px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 8px #0000001a;
}

.pricing-card-2-header {
  background-color: var(--neutral--30);
  align-self: stretch;
  padding: 32px;
}

.pricing-card-2-header.pro {
  background-color: var(--primary--20);
  color: var(--transparent);
}

.pricing-card-2-header.enterprise {
  background-color: var(--secondary--10);
  color: #ad2102;
}

.pricing-2-card-title {
  margin-bottom: .75rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.price-month-span {
  font-size: 1.125rem;
}

.pricing-card-list {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 32px;
  display: flex;
}

.pricing-card-4 {
  background-color: var(--neutral--90);
  border-radius: 20px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 8px #0000001a;
}

.pricing-card-4.pro {
  box-shadow: inset 0 0 0 2px var(--neutral--10), 0 4px 8px 0 #0000001a;
}

.pricing-card-4-header {
  align-self: stretch;
  padding: 32px 32px 0;
}

.pricing-3-card-title {
  color: var(--neutral--10);
  margin-bottom: .75rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.l-g-1-col {
  grid-template-columns: 1fr;
}

.testimonials-feature-text-wrapper {
  padding-right: 64px;
}

.long-content-menu-right {
  grid-column-gap: 128px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .5fr;
  align-items: start;
}

.overview-list-grid {
  grid-column-gap: 24px;
  grid-row-gap: 32px;
  background-color: var(--neutral--20);
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 120px;
  padding: 32px;
}

.docs-section {
  padding-top: 64px;
  padding-bottom: 64px;
}

.docs-section.first {
  padding-top: 0;
}

.docs-section.last {
  padding-bottom: 0;
}

.input-description {
  margin-bottom: .75rem;
}

.footer-docs {
  border-top: 1px solid var(--neutral--40);
  background-color: var(--neutral--20);
}

.footer-bottom-docs {
  color: var(--neutral--80);
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.footer-docs-embed {
  display: none;
}

.footer-docs-navigation {
  margin-left: -16px;
}

.lc-embed {
  display: none;
}

.style-guide-content-section {
  flex: 1;
}

.testimonial-logo {
  opacity: .5;
  filter: grayscale();
  width: 50%;
}

.megamenu-item-icon {
  background-color: var(--primary--10);
  color: var(--transparent);
  border-radius: 6px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.megamenu-item-icon.dark {
  background-color: var(--neutral--80);
  color: var(--neutral--10);
}

.megamenu-link-description {
  margin-bottom: 0;
}

.megamenu-link-description.dark {
  color: var(--neutral--70);
}

.megamenu-link-title {
  color: var(--neutral--100);
  margin-bottom: .5rem;
  font-weight: 600;
}

.megamenu-link-title.c-t-neutral-10 {
  color: var(--neutral--10);
}

.color-text-block {
  background-color: #fff;
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 8px 16px;
  display: flex;
  box-shadow: inset 0 0 0 1px #0000001a;
}

.color-text-block.dark {
  background-color: #000;
}

.heading-2 {
  font-weight: 600;
}

.feature-block-photo {
  cursor: pointer;
  transition: opacity .555s;
}

.feature-block-photo.flex {
  align-items: flex-start;
  display: flex;
}

.feature-block-photo.centered {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 6px;
}

.image-2, .video, .background-video {
  width: 100%;
  height: 100%;
}

.header-section {
  height: 100vh;
  overflow: hidden;
}

.header-section.hide {
  display: none;
}

.background-video-2 {
  background-image: linear-gradient(#0003, #0003);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
}

.slider-2 {
  background-color: #0000;
  height: 180px;
  padding-left: 48px;
  padding-right: 48px;
}

.slide {
  padding-left: 85px;
  padding-right: 85px;
}

.slider-wrapper-wide {
  display: flex;
}

.logo-wrapper-wide {
  justify-content: center;
  align-items: center;
  width: 20%;
  margin-top: 65px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.icon {
  color: #000;
}

.section-3 {
  display: none;
}

.testimonial-columns {
  display: flex;
}

.quote-image {
  min-width: 70px;
  position: absolute;
  top: -25px;
  left: -15px;
}

.testimonial-paragraph {
  color: #546681;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}

.button-menu {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #8c54ff;
  background-image: linear-gradient(159deg, #8c54ff, #7b41f1);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  min-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  text-decoration: none;
  transition: all .4s ease-out;
  display: flex;
  box-shadow: inset -1px -1px 3px #201b3d99, inset 1px 1px 3px #eee6ff70, 1px 1px 2px #5b3acc;
}

.button-menu:hover {
  box-shadow: inset 1px 1px 3px #201b3d38, inset -1px -1px 3px #eee6ff00, 1px 1px 2px #5b3acc;
}

.slider-arrow-wrap {
  margin-top: 45px;
  display: flex;
}

.arrow-cta {
  width: 100px;
  position: absolute;
  inset: auto auto -120% -20%;
}

.right-arrow-2 {
  display: none;
  inset: auto 35% 0% auto;
}

.slider-left {
  border-radius: 45px 0 45px 45px;
  justify-content: center;
  align-items: center;
  min-height: 45px;
  margin-right: 15px;
  padding: 15px 36px;
  display: flex;
  box-shadow: 1px 1px 45px #0016321a;
}

.testimonial-content-wrap {
  align-items: center;
  width: 50%;
  min-height: 350px;
  padding: 25px 25px 25px 55px;
  display: flex;
}

.left-arrow-2 {
  display: none;
  position: absolute;
  inset: auto 40% 0% auto;
}

.icon-3 {
  color: #4c4172;
}

.testimonial-content-block {
  max-width: 590px;
  position: relative;
}

.testimonial-author-wrap {
  margin-top: 45px;
}

.container-2 {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.flowbase-navigation {
  border-bottom: 1px solid #9b9eb838;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  padding: 20px 3%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.button-wrapper {
  position: relative;
}

.arrow {
  width: 28px;
}

.logo {
  width: 114px;
  margin-bottom: 8px;
}

.container-flex-nav {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.author-name {
  color: #546681;
  margin-top: 0;
  font-size: 17px;
  font-weight: 400;
}

.slider-right {
  border-radius: 45px 0 45px 45px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 20px 36px;
  display: flex;
  box-shadow: 1px 1px 55px #00163214;
}

.testimonial-image-block {
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 350px;
  padding: 85px;
  display: flex;
  position: relative;
}

.testimonial-image {
  width: 100%;
}

.testimonial-slider {
  background-color: #0000;
  height: 100%;
}

.flowbase-logo {
  width: 55px;
}

.testimonial-section {
  background-image: url('../images/shape_02.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 370px;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 800px;
  margin-top: 64px;
  margin-bottom: 64px;
  padding: 180px 5%;
  display: none;
  position: relative;
}

.arrow-disabled {
  border-radius: 45px 0 45px 45px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 20px 36px;
  display: flex;
}

.section-4 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-11 {
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 60%;
  display: flex;
}

.heading-4 {
  text-align: center;
  width: 100%;
  max-width: 750px;
  margin-top: 60px;
  margin-bottom: 20px;
}

.paragraph-4 {
  color: var(--neutral--80);
  text-align: center;
  width: 680px;
  margin-top: 10px;
  margin-bottom: 50px;
}

.paragraph-4.blogs {
  width: 100%;
  max-width: 700px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-12 {
  object-fit: fill;
  object-position: 0% 0%;
  background-image: url('../images/V3-Seal-002.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  border-bottom: 0 #000;
  border-right: 0 #000;
  border-radius: 8px;
  flex: 0 auto;
  width: 100%;
  max-width: 750px;
  height: 500px;
  margin-bottom: 3px;
  position: static;
  overflow: visible;
}

.rich-text-block {
  color: var(--neutral--90);
  letter-spacing: 0;
  text-indent: 0;
  white-space: normal;
  width: 100%;
  padding-top: 25px;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
}

.rich-text-block.legal {
  width: auto;
  padding-right: 30px;
}

.section-5 {
  padding: 60px 140px 100px;
}

.button-text-2 {
  letter-spacing: -.02em;
  font-size: 14px;
  font-weight: 500;
}

.section-large {
  padding: 120px 5% 140px;
  position: relative;
}

.section-large.tighter {
  padding-top: 40px;
}

.button-grid {
  grid-template-rows: auto;
}

.button-neutral {
  background-color: var(--primary--70);
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 48px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button-neutral:hover {
  background-color: #282556;
}

.button-neutral:active {
  background-color: #160042;
}

.button-neutral:focus {
  outline-offset: 0px;
  outline: 2px solid #6b7094;
}

.container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.h2-heading {
  letter-spacing: -.04em;
  margin-top: 0;
  font-size: 56px;
  line-height: 1.2;
}

.h2-heading.margin-bottom-16 {
  font-size: 42px;
}

.paragraph-large {
  color: var(--neutral--50);
  text-align: center;
  letter-spacing: -.02em;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  font-size: 18px;
  line-height: 32px;
  display: flex;
}

.paragraph-large.text-color-gray-500 {
  color: #6b7094;
  display: none;
}

.paragraph-large.text-color-gray-700 {
  color: #282556;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}

.paragraph-large.text-color-gray-700.job-listings {
  width: 100%;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 30px;
}

.paragraph-large.infocontact {
  text-align: left;
  justify-content: flex-start;
  max-width: 200px;
}

.paragraph-large.infocontact.sewp {
  color: var(--neutral--70);
}

.paragraph-large.cta {
  padding-left: 25%;
  padding-right: 25%;
}

.button-secondary {
  outline-offset: 0px;
  color: #160042;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #0000;
  border: 1px solid #e4e6f1;
  border-radius: 50px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button-secondary:hover {
  background-color: #f3f5fb;
  border-color: #0000;
}

.button-secondary:active {
  color: #642eff;
  background-color: #e4e6f1;
}

.button-secondary:focus {
  outline-offset: 0px;
  outline: 2px solid #160042;
}

.button-wrapper-2 {
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.grid-cta-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.margin-bottom-24 {
  align-self: auto;
  margin-bottom: 24px;
}

.flex-wrapper-centre {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.flex-wrapper-centre.margin-bottom-48 {
  margin-bottom: 48px;
}

.button-wrapper-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.paragraph-large-2 {
  letter-spacing: -.02em;
  font-size: 18px;
  line-height: 1.8;
}

.paragraph-large-2.text-color-gray-400 {
  color: #b6b9ce;
}

.section-header-dark {
  background-color: #00144247;
  padding: 0 0%;
}

.header-icon {
  margin-bottom: 32px;
}

.button-white {
  outline-offset: 0px;
  color: #160042;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 48px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button-white:hover {
  color: #fff;
  background-color: #642eff;
}

.text-color-white {
  color: #fff;
  font-size: 3.25rem;
  line-height: 1.1;
}

.navigation-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.navigation {
  background-color: #fff;
  align-items: center;
  width: 100%;
  min-height: 88px;
  padding: 24px 5%;
  display: flex;
}

.logo-link {
  justify-content: flex-start;
  width: 20%;
  display: flex;
}

.n {
  background-color: var(--primary--70);
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 48px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.n:hover {
  background-color: #282556;
}

.logo-2 {
  width: 220px;
}

.navigation-menu {
  align-items: center;
  display: flex;
  position: static;
}

.navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.navigation-link {
  color: #160042;
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 50px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.navigation-link:hover {
  color: #160042;
  background-color: #f3f5fb;
}

.navigation-link.w--current {
  color: #642eff;
}

.grid-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.h4-heading {
  color: var(--neutral--90);
  letter-spacing: -.02em;
  margin-top: 0;
  font-size: 40px;
  line-height: 1.4;
}

.h4-heading.textgreen {
  color: var(--seagreen);
}

.section-small {
  background-color: var(--neutral--30);
  margin-top: 64px;
  margin-bottom: 64px;
  padding: 64px 5%;
}

.section-small.clientsection {
  padding-top: 128px;
  padding-bottom: 128px;
}

.logo-block-2 {
  background-color: #f3f5fb;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 96px;
  padding: 24px;
  display: flex;
}

.heading-detail-small {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.heading-detail-small.margin-bottom-12 {
  margin-bottom: 12px;
}

.heading-detail-small.margin-bottom-12.text-color-gray-500 {
  color: #6b7094;
  margin-top: 3rem;
}

.heading-detail-small.margin-bottom-12.textgreen {
  color: var(--seagreen);
}

.heading-detail-small.text-color-white {
  color: #fff;
}

.heading-detail-small.text-color-white.large {
  letter-spacing: 0;
  text-transform: none;
  font-size: 24px;
}

.heading-detail-small.large {
  letter-spacing: 0;
  text-transform: none;
  font-size: 20px;
}

.grid-four-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.h3-heading {
  letter-spacing: -.02em;
  margin-top: 0;
  font-size: 48px;
  line-height: 1.2;
}

.h3-heading.text-color-white {
  color: #fff;
}

.h3-heading.margin-bottom-12.white {
  color: var(--neutral--20);
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-bottom: 60px;
  padding-left: 60px;
  display: flex;
  overflow: visible;
}

.h3-heading.slider {
  color: var(--seagreen);
}

.section-small-dark {
  background-color: var(--primary--80);
  padding: 72px 5%;
}

.flex-wrapper-centre-2 {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.flex-wrapper-centre-2.margin-bottom-48 {
  margin-bottom: 48px;
  padding-top: 24px;
}

.logo-block-dark {
  background-color: var(--primary--70);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 96px;
  padding: 24px;
  display: flex;
}

.background-video-3 {
  width: 100%;
  height: 100%;
  padding: 92px 5%;
}

.feature-blog-grid {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
}

.title-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 520px;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  line-height: 1.2;
  display: block;
}

.detail-wrapper {
  align-items: center;
  margin-bottom: 10px;
  font-weight: 500;
  display: flex;
}

.blog-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-columns: 1fr 1fr 1fr;
}

.title-heading {
  color: #8c4e14;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.2;
}

.arrow-link {
  color: #8c4e14;
  align-items: center;
  margin-top: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.detail-block {
  color: #000;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.blog-image {
  border-radius: 8px;
  width: 100%;
  height: 176px;
  margin-bottom: 20px;
  overflow: hidden;
}

.feature-paragraph {
  color: #aaa;
  font-size: 18px;
  line-height: 1.5;
}

.blog-title-h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 32px;
  line-height: 1.2;
}

.blog-icon {
  width: 16px;
  margin-right: 8px;
}

.blog-section {
  background-color: #f9f9f9;
  padding: 80px 3%;
}

.blog-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.feature-content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-block-2 {
  margin-right: 10px;
}

.image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.line-break {
  background-color: #f1f1f1;
  width: 100%;
  height: 2px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.feature-blog-image {
  border-radius: 8px;
  height: 306px;
  overflow: hidden;
}

.container-3 {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.blog-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.blog-thumbnail-feature {
  border-radius: 14px;
  width: 100%;
  height: 320px;
  margin-bottom: 24px;
}

.blog-link {
  margin-left: 4px;
  margin-right: 4px;
  padding: 4px;
  display: none;
}

.blog-thumbnail-small {
  border-radius: 14px;
  width: 100%;
  max-width: 168px;
  height: 168px;
  margin-right: 20px;
}

.grid-blog-small-horizontal {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
}

.section-blog {
  align-items: center;
  padding: 60px 5% 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-date {
  color: #b6bcce;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

.h5-heading {
  color: #061237;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 800;
  line-height: 40px;
}

.blog-horizontal-link {
  align-items: flex-start;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.blog-horizontal-link.blog-vert {
  padding-top: 0;
  padding-bottom: 0;
}

.title-large {
  color: var(--seagreen);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 600;
  display: none;
}

.title-large.ocss-green {
  color: var(--seagreen);
}

.blog-content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.paragraph-large-3 {
  color: #67718e;
  letter-spacing: -.02em;
  max-width: 600px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.title-wrapper-2 {
  text-align: center;
  max-width: 600px;
  margin-bottom: 92px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-standard {
  color: #67718e;
  letter-spacing: -.02em;
  margin-bottom: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.paragraph-standard.greenback {
  background-color: var(--seagreen);
  color: var(--neutral--10);
  border-radius: 12px;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.paragraph-standard.whitetext {
  color: var(--honeydew);
  padding-top: 20px;
  padding-bottom: 40px;
  font-weight: 400;
}

.paragraph-standard.dark {
  color: var(--darkgreen-2);
  padding-bottom: 40px;
}

.h3-heading-2 {
  color: #061237;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 50px;
  font-weight: 800;
  line-height: 60px;
}

.h3-heading-2.profile {
  padding-top: 16px;
  display: none;
}

.share-link-wrapper {
  align-items: center;
  display: flex;
}

.blog-heading {
  color: #061237;
  letter-spacing: -.02em;
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.container-4 {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.grid-blog-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  align-items: center;
}

.badge-category {
  color: #1355ff;
  text-transform: uppercase;
  border-radius: 32px;
  margin-bottom: 0;
  padding: 4px 10px;
  font-weight: 600;
  line-height: 24px;
}

.image-cover-2 {
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  height: 100%;
}

.blog-detail-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 14px;
  display: flex;
}

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

.text-block-3, .text-block-4 {
  font-weight: 700;
}

.text-block-4.ocss-green {
  color: var(--seagreen);
}

.text-block-5 {
  color: #1355ff;
  align-self: center;
  padding-top: 32px;
  font-weight: 700;
}

.image-3, .image-4 {
  display: none;
}

.navigation-wrapper-2 {
  grid-column-gap: 16px;
  align-self: auto;
  align-items: center;
  margin-top: 14px;
  display: flex;
}

.navigation-secondary {
  color: #080808;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #0000;
  border: 0 solid #e6e6e6;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s, border-color .3s;
  display: none;
}

.navigation-secondary:hover {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}

.icon-arrow {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.navigation-link-2 {
  color: #5c5c5c;
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 6px;
  padding: 4px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
  display: block;
}

.navigation-link-2:hover {
  color: #080808;
  border: 1px solid #e6e6e6;
}

.navigation-link-2.w--current {
  color: var(--seagreen);
}

.navigation-menu-2 {
  grid-column-gap: 12px;
  align-items: center;
  margin-right: 24px;
  display: flex;
  position: relative;
}

.navigation-button-2 {
  grid-column-gap: 8px;
  background-color: var(--transparent);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 8px 12px 8px 20px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.navigation-button-2:hover {
  background-color: var(--primary--40);
}

.navigation-button-2.ocss-green {
  grid-column-gap: 6px;
  background-color: var(--sea-green);
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 14px;
}

.menu-button-3 {
  color: #080808;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 8px;
  transition: color .3s;
}

.menu-button-3:hover {
  color: #ea7462;
}

.menu-button-3.w--open {
  color: #fff;
  background-color: #ea7462;
  border-color: #ea7462;
}

.navigation-2 {
  background-color: #fff;
  align-items: center;
  width: 100%;
  margin-bottom: 140px;
  padding: 10px 5%;
  display: block;
}

.logo-3 {
  text-align: left;
  width: 200px;
}

.text-block-6 {
  color: #0000;
}

.navigation-secondary-2 {
  color: #080808;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #0000;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s, border-color .3s;
  display: flex;
}

.navigation-secondary-2:hover {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}

.text-field-icon-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.form-newsletter-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.field-icon {
  color: #b6b9ce;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  inset: auto auto auto 16px;
}

.paragraph-regular {
  color: #818a9c;
  max-width: 460px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.button-primary {
  color: #fff;
  background-color: #1457ff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: background-color .3s;
  display: flex;
}

.button-primary:hover {
  background-color: #1237a5;
}

.button-primary.ocss-green {
  background-color: var(--sea-green);
}

.header-grid {
  grid-column-gap: 72px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.1fr;
  align-items: center;
}

.navigation-button-3 {
  grid-column-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #1457ff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.navigation-button-3:hover {
  background-color: #c74e38;
}

.header-logo-grey {
  color: #818a9c;
  display: block;
}

.header-logo-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 32px;
  flex-wrap: wrap;
  margin-top: 96px;
  display: flex;
}

.navigation-link-3 {
  color: #586174;
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 6px;
  padding: 4px 16px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.navigation-link-3:hover {
  color: #080808;
  border: 1px solid #e6e6e6;
}

.navigation-link-3.w--current {
  color: #642eff;
}

.section-header-large {
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 5% 140px;
  display: flex;
  position: relative;
}

.menu-button-4 {
  border-radius: 4px;
  padding: 8px;
  transition: color .3s;
}

.menu-button-4:hover {
  color: #1457ff;
}

.form-wrapper-small {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  margin-top: 48px;
  display: flex;
}

.form-wrapper-small.cta-space {
  justify-content: flex-end;
  margin-top: 0;
}

.text-field-icon {
  color: #160042;
  border: 1px solid #e4e6f1;
  border-radius: 8px;
  width: 100%;
  height: 44px;
  margin-bottom: 0;
  padding: 8px 12px;
  font-size: 14px;
  transition: all .25s;
}

.text-field-icon:hover {
  border-color: #b6b9ce;
}

.text-field-icon:focus {
  color: #160042;
  border-color: #160042;
}

.text-field-icon::placeholder {
  color: var(--sea-green);
}

.hero-heading {
  color: #07090d;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 56px;
  line-height: 72px;
}

.header-form-block {
  margin-bottom: 0;
}

.text-field-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 302px;
  max-width: 302px;
}

.header-tall-image {
  width: 50%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.container-5 {
  z-index: 5;
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.header-image-tall {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.header-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding: 100px 48px 100px 24px;
}

.logo-4 {
  width: 124px;
}

.span-primary {
  color: #1457ff;
}

.wrapper-m-2 {
  margin-top: 64px;
  margin-bottom: 64px;
  padding-top: 64px;
  padding-bottom: 64px;
}

.container-6 {
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.card-image-blog-big-2 {
  object-fit: fill;
  object-position: 50% 50%;
  border-radius: 10px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}

.card-2 {
  color: #0e0f11;
  flex-direction: column;
  text-decoration: none;
  transition: color .25s, border-color .25s;
  display: flex;
}

.card-2:hover, .card-2:focus {
  color: #2f54eb;
}

.card-2.card-blog-big {
  flex-direction: row;
  align-items: center;
}

.tagline-2 {
  color: var(--sea-green);
  letter-spacing: -.006em;
  text-transform: none;
  background-color: #d7e7d7;
  border-radius: 6px;
  margin-bottom: 1.25rem;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 28px;
  display: inline-block;
}

.tagline-2.d {
  font-size: 2rem;
  line-height: 120%;
}

.heading-5 {
  color: #0e0f11;
}

.heading-5.l {
  letter-spacing: -.021em;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.25;
}

.heading-5.s {
  letter-spacing: -.017em;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25;
}

.heading-5.m {
  letter-spacing: -.019em;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.25;
  text-decoration: none;
}

.body-text-2 {
  color: #636b75;
  margin-top: 0;
}

.body-text-2.m {
  letter-spacing: -.011em;
}

.body-text-2.m.s-m-0 {
  flex: 1;
  margin-bottom: 1rem;
}

.card-blog-big-grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  place-items: center stretch;
  padding-bottom: 40px;
}

.collection-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template: "."
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.div-block-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.collection-list-wrapper {
  padding-bottom: 24px;
}

.mdal-wrapper {
  z-index: 99999;
  background-color: var(--neutral--10);
  opacity: 1;
  cursor: auto;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  transition: all .8s;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-box {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  max-width: 1248px;
  display: grid;
}

.right-modal {
  flex-direction: column;
  align-items: flex-start;
}

.img-modal {
  border-radius: 15px;
  margin-bottom: 30px;
}

.contant-left-modal {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.close-modal {
  align-items: center;
  margin-bottom: 30px;
  text-decoration: none;
  display: flex;
}

.body-2 {
  height: 100%;
}

.box-img {
  object-fit: fill;
  width: auto;
  height: 99.46%;
  max-height: 400px;
  position: relative;
}

.link-block {
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.link-block.consortium-dev {
  padding-top: 20px;
}

.img-plus {
  width: 48px;
  height: 48px;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.navbar-box-left {
  align-items: center;
  display: flex;
}

.dropdown-toggle {
  padding: 0 20px 0 0;
}

.icon-4 {
  color: #5c5c5c;
}

.text-block-7 {
  font-size: 16px;
}

.link-text {
  align-items: center;
  margin-top: auto;
  display: flex;
}

.linktext-item {
  color: var(--sea-green);
  margin-bottom: 0;
  font-weight: 400;
}

.dropdown-list-2 {
  background-color: #5d3838;
}

.dropdown-list-2.w--open {
  background-color: #fff;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.logo-circle {
  background-color: #0000;
  border: 1px #e4e6f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 155px;
  min-width: 155px;
  height: 155px;
  min-height: 155px;
  margin: 14px;
  padding: 24px;
  display: block;
}

.logo-circle.circle-smaller {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  height: 100px;
  min-height: 100px;
  max-height: 100px;
  margin-left: 48px;
}

.logo-circle-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: none;
}

.career-detail-text {
  color: #160042;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.flex-wrapper-left {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.flex-wrapper-left.margin-bottom-32 {
  flex-direction: column;
  align-items: stretch;
}

.career-tab-menu-vertical {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.career-detail-row {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.career-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #e4e6f1;
  border-radius: 12px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  padding: 40px;
  display: flex;
}

.career-card:hover {
  box-shadow: 0 48px 140px -48px #393b6a29;
}

.blog-category-icon {
  width: 16px;
  height: 16px;
  margin-right: 13px;
}

.career-detail {
  flex-direction: row;
  align-items: center;
  margin-right: 16px;
  display: flex;
}

.career-top-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.grid-one-column {
  grid-column-gap: 40px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: 10%;
  display: grid;
}

.blog-category-title-2 {
  color: #160042;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

.career-category {
  letter-spacing: .08em;
  align-items: center;
  margin-top: 3rem;
  font-size: 24px;
  display: flex;
}

.career-button-small {
  background-color: var(--seagreen);
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 6px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  min-height: 40px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.career-button-small:hover {
  background-color: var(--darkgreen-2);
}

.career-button-small:active {
  background-color: #160042;
}

.career-button-small:focus {
  outline-offset: 0px;
  outline: 2px solid #6b7094;
}

.career-button-small.reverse {
  background-color: var(--neutral--10);
  color: var(--seagreen);
  font-size: 16px;
  font-weight: 700;
}

.career-button-small.reverse:hover {
  background-color: var(--seagreen);
  color: var(--neutral--10);
}

.career-badge {
  color: var(--neutral--80);
  text-align: center;
  background-color: #d9f7e7a6;
  border-radius: 24px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 16px;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
}

.icon-5 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.career-tab-content {
  margin-left: 10%;
}

.h5-heading-2 {
  color: var(--neutral--90);
  letter-spacing: -.02em;
  margin-top: 0;
  font-size: 32px;
  line-height: 1.5;
}

.career-name-wrapper {
  align-items: center;
  display: flex;
}

.career-tabs {
  flex-direction: row;
  display: none;
}

.career-tab-link {
  color: var(--darkgreen-2);
  letter-spacing: -.01em;
  background-color: #0000;
  border-radius: 4px;
  min-width: 295px;
  margin-bottom: 8px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 16px;
  font-size: 14px;
  font-weight: 500;
  transition: all .3s;
  display: block;
}

.career-tab-link.w--current {
  color: var(--neutral--90);
  background-color: #d9f7e7a6;
}

.career-tab-link.careers {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 4px;
}

.icon-standard-small {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.career-icon-location {
  background-color: #f7f9fd;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 12px;
  display: flex;
}

.div-block-14 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3rem;
  display: block;
}

.div-block-15 {
  margin-bottom: 24px;
  display: block;
}

.greenback {
  background-color: #d9f7e780;
  border-radius: 10px;
  height: 100%;
  padding: 20px 40px 40px;
}

.div-block-16 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.backlink {
  color: var(--seagreen);
  background-color: #0000;
  align-items: flex-end;
  display: flex;
}

.div-block-17 {
  display: flex;
}

.div-block-17.div-block-11 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 756px;
  margin-bottom: 20px;
  padding-top: 60px;
}

.link-block-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: left;
  justify-content: flex-end;
  width: 750px;
  margin-top: 60px;
  display: flex;
}

.image-5 {
  opacity: .75;
  max-width: 5%;
}

.div-block-18 {
  display: flex;
}

.text-block-8 {
  color: var(--neutral--90);
  text-align: right;
  padding-right: 10px;
  font-weight: 700;
  display: block;
}

.white-link {
  color: var(--honeydew);
  text-decoration: none;
}

.white-link:hover {
  color: var(--secondary--30);
}

.dp-blog-container {
  z-index: 5;
  direction: ltr;
  color: #e41111;
  text-align: left;
  -webkit-text-stroke-color: var(--neutral--5);
  text-transform: none;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}

.bloom {
  width: 30%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.button-2 {
  color: #fff;
  background-color: #2041ff;
  border-radius: 4px;
  align-items: center;
  padding: 20px 44px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.button-2:hover {
  background-color: #1c3bee;
}

.button-2.hide {
  display: none;
}

.button-wrapper-4 {
  justify-content: flex-end;
  display: flex;
}

.dp-thumbnail {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: none;
  margin-right: 0;
}

.blog-item-wrap {
  color: #1f2937;
  height: auto;
  text-decoration: none;
}

.read-time {
  color: #9a9a9a;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.heading-large {
  color: #fff;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  text-decoration: none;
}

.heading-large.darktype {
  color: var(--neutral--10);
  font-size: 300%;
  font-weight: 700;
  display: none;
}

.text-block-9 {
  color: #8e8e8e;
  letter-spacing: 2px;
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.blog-title-2 {
  color: var(--neutral--90);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.blog-title-2.darktype {
  color: var(--neutral--90);
  margin-bottom: 6px;
  padding-left: 0;
}

.blog-section-2 {
  background-color: #0f0f11;
  padding: 100px 3%;
  position: relative;
  overflow: hidden;
}

.dp-blog-image-wrap {
  border-radius: 10px;
  height: 300px;
  margin-bottom: 24px;
  overflow: hidden;
}

.blog-grid-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 70px;
}

.image-6 {
  margin-left: 10px;
}

.blog-date-2 {
  color: #9a9a9a;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.dp-grid-heading {
  grid-column-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  align-items: end;
  margin-bottom: 100px;
  overflow: hidden;
}

.dp-grid-heading.dp {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.detail-wrapper-2 {
  justify-content: space-between;
  margin-top: 20px;
  display: flex;
}

.category-text {
  color: #2041ff;
  letter-spacing: 1px;
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.collection-list-3 {
  grid-column-gap: 60px;
  grid-row-gap: 63px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-19 {
  margin-top: 30px;
  margin-bottom: 140px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-20 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-20.careermain {
  grid-template-columns: 1.5fr .5fr;
  padding-bottom: 40px;
}

.text-block-10 {
  color: var(--neutral--90);
  flex: 0 auto;
  align-self: auto;
}

.no-link {
  background-color: var(--powderblue);
  color: var(--neutral--80);
  text-decoration: none;
}

.text-block-11 {
  background-color: var(--honeydew);
  color: var(--neutral--90);
  border-radius: 4px;
  padding: 6px;
}

.div-block-22 {
  background-image: url('../images/daniel-peters-2tvkoVK8prc-unsplash_md_gr.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  height: 40vh;
}

.div-block-22.alt {
  background-image: url('../images/lou-levit-0lHIMPhRtN8-unsplash_md.jpg');
  background-position: 50%;
}

.div-block-22.alt.legal {
  height: 20vh;
}

.timeline-wrapper {
  position: relative;
}

.button-wrapper-row {
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.button-round-white {
  color: #1355ff;
  background-color: #fff;
  border: 2px solid #f5f9ff;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  padding: 14px 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

.button-round-white:hover {
  color: #1355ff;
  background-color: #fff;
}

.year-text {
  color: var(--seagreen);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
  display: none;
}

.paragraph-standard-2 {
  color: #67718e;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.grid-timeline {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.card-timeline {
  z-index: 5;
  background-color: #fff;
  border-radius: 14px;
  max-width: 600px;
  margin-bottom: 20px;
  padding: 32px;
  position: relative;
}

.card-timeline.end-card {
  margin-bottom: 0;
}

.timeline-blue {
  background-color: #1355ff;
  width: 6px;
  position: absolute;
  inset: 0% auto 0% 10%;
}

.button-round-blue {
  background-color: #1355ff;
  border: 2px solid #1355ff;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  margin-right: 32px;
  padding: 14px 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

.button-round-blue:hover {
  color: #1355ff;
  background-color: #fff;
}

.heading-large-2 {
  color: #061237;
  letter-spacing: -.02em;
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  display: none;
}

.section-timeline {
  background-color: #d9f7e740;
  align-items: center;
  padding: 140px 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-timeline.closer {
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 60px;
}

.dropdown-2 {
  display: none;
}

.contact-heading {
  color: #1c2122;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  font-weight: 400;
  line-height: 86px;
}

.container-large {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.paragraph-regular-2 {
  font-size: 16px;
  line-height: 24px;
}

.button-secondary-2 {
  color: #fff;
  text-transform: uppercase;
  background-color: #1c2122;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  display: flex;
}

.contact-card {
  outline-offset: 0px;
  object-fit: fill;
  border-radius: 12px;
  outline: 1px solid #ccd4d6;
  flex-direction: column;
  align-items: stretch;
  padding: 32px;
  transition: all .3s;
  display: flex;
}

.contact-card:hover {
  outline-offset: 0px;
  background-color: #e9eced;
  outline: 1px solid #e9eced;
}

.text-weight-semibold {
  font-weight: 600;
}

.heading-detail {
  color: #323c3e;
  letter-spacing: .02em;
  text-transform: uppercase;
  white-space: normal;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.margin-bottom-32 {
  margin-bottom: 32px;
}

.icon-medium {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.heading-wrapper-large {
  text-align: center;
  max-width: 620px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: none;
}

.section-large-2 {
  padding: 120px 5%;
  position: relative;
}

.contact-text {
  max-width: 200px;
  font-weight: 500;
  line-height: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: -.02em;
  background-color: #1c2122;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 8px 32px;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  text-decoration: none;
  display: flex;
}

.caption-regular {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.caption-regular.text-color-gray-800 {
  color: #323c3e;
}

.grid-three-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-three-column.bottom {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  object-position: 50% 50%;
  grid-auto-flow: row;
  justify-items: stretch;
  padding-top: 60px;
}

.contact-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.contact-icon-wrap {
  color: #323c3e;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-bottom: 24px;
  display: flex;
}

.contact-button-wrapper {
  max-width: 142px;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-23 {
  display: block;
}

.title-paragraph {
  color: var(--neutral--50);
  font-size: 18px;
  line-height: 32px;
}

.form-section {
  background-color: var(--neutral--80);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 100px 3%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.large-title {
  color: var(--neutral--10);
  letter-spacing: -.04em;
  margin-bottom: 32px;
  font-size: 48px;
  line-height: 65px;
}

.form-heading {
  color: #02044a;
  letter-spacing: -.03em;
  margin-top: 0;
  font-size: 26px;
  line-height: 38px;
}

.form-block {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.success-message {
  color: #fff;
  background-color: #7e47ea;
  border-radius: 20px;
}

.text-field-large {
  border: 2px solid #ece3fc;
  border-radius: 10px;
  min-height: 150px;
  padding-top: 12px;
  padding-left: 24px;
  padding-right: 24px;
  transition: all .4s;
}

.text-field-large:hover {
  border-width: 2px;
  border-color: #7e47eb;
}

.text-field-large:active, .text-field-large:focus {
  border-width: 2px;
  border-color: #5f30e2;
}

.text-field-large::placeholder {
  color: #ccc;
}

.title-wrap {
  color: #7b88a8;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 32px;
  display: flex;
  position: relative;
  top: -38px;
}

.form-wrap {
  background-color: #fff;
  border-radius: 40px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  padding-left: 80px;
  padding-right: 80px;
  box-shadow: 14px 14px 40px #dfd1fa40;
}

.title {
  color: var(--powderblue);
  letter-spacing: 4px;
  font-weight: 600;
}

.text-field {
  border: 2px solid #ece3fc;
  border-radius: 10px;
  min-height: 56px;
  padding-left: 24px;
  padding-right: 24px;
  transition: all .4s;
}

.text-field:hover, .text-field:active, .text-field:focus {
  border-width: 2px;
  border-color: #7e47eb;
}

.text-field::placeholder {
  color: #ccc;
}

.form-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.form-icon-circle {
  background-color: #f9f6fe;
  border: 15px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 105px;
  height: 105px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px;
  display: flex;
}

.required {
  color: #7e48ea;
  font-size: 14px;
}

.title-wrapper-3 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 620px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.field-wrap {
  margin-bottom: 20px;
}

.submit-button {
  color: #fff;
  background-color: #7e48ea;
  border-radius: 20px;
  width: 100%;
  height: 64px;
  margin-top: 20px;
  padding: 20px 40px;
  font-size: 14px;
  font-weight: 500;
  transition: all .3s;
}

.submit-button:hover {
  background-color: #6c37d6;
}

.form-paragraph {
  color: #999;
  font-size: 16px;
  line-height: 32px;
}

.display-normal {
  color: #262626;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.1;
}

.image-7 {
  color: var(--seagreen);
}

.icon-base {
  margin-top: 72px;
}

.h1-white {
  color: #fff;
  margin-bottom: 16px;
  font-size: 44px;
}

.form-base-fizz {
  background-color: var(--seagreen);
  border-radius: 16px;
  align-items: center;
  min-height: 440px;
  padding: 60px 100px;
  display: flex;
}

.detail {
  color: #fff;
  letter-spacing: .5px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 500;
}

.submit-button-fizz {
  background-color: var(--neutral--10);
  color: var(--seagreen);
  border-radius: 8px;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 700;
  transition: all .3s;
}

.form-block-2 {
  border-radius: 12px;
  margin-left: auto;
  margin-right: auto;
}

.button-wrap {
  justify-content: flex-start;
  margin-top: 32px;
}

.text-field-fizz {
  background-color: #0000;
  border: 1px #c4cee8;
  border-bottom: 2px solid #b197ff;
  border-radius: 0;
  min-height: 48px;
  padding-top: 10px;
  padding-bottom: 16px;
  padding-left: 0;
  transition: all .3s;
}

.text-field-fizz:active, .text-field-fizz:focus {
  color: #fff;
  border-width: 2px;
  border-color: #5f30e2 #5f30e2 #fcd3c7;
  font-size: 16px;
}

.text-field-fizz::placeholder {
  color: #b197ff;
  font-size: 16px;
}

.form-grid-wave {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
  width: 100%;
  height: 100%;
}

.icon-fizz {
  margin-right: 12px;
}

.icon-wrap {
  color: #fff;
  align-items: center;
  margin-bottom: 32px;
  font-size: 16px;
  display: flex;
}

.container-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.field-grid-fizz {
  grid-row-gap: 0px;
  grid-template-rows: auto;
  margin-bottom: 24px;
}

.field-wrap-2 {
  margin-bottom: 24px;
}

.form-section-fizz {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 25vh;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.paragraph {
  color: var(--powderblue);
}

.title-wrap-karma {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 42px;
  display: flex;
}

.input-grid-karma {
  grid-template-rows: auto auto;
}

.contact-icon-karma {
  margin-right: 20px;
}

.text-field-karma {
  border: 1px #c4cee8;
  border-bottom: 2px solid #dfdfe8;
  border-radius: 0;
  min-height: 56px;
  margin-bottom: 0;
  padding-left: 0;
  transition: all .3s;
}

.text-field-karma:hover {
  border-bottom-width: 2px;
  border-bottom-color: #5f30e2;
}

.text-field-karma:active, .text-field-karma:focus {
  color: #02044a;
  border-width: 2px;
  border-color: #5f30e2;
}

.text-field-karma::placeholder {
  color: #aeafc5;
  font-size: 16px;
}

.detail-dark {
  color: #02044a;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 500;
}

.display-small {
  color: #494a7d;
  margin-bottom: 0;
  line-height: 1.1;
}

.submit-button-karma {
  background-color: var(--seagreen);
  color: #fff;
  border-radius: 8px;
  padding: 20px 40px;
  font-size: 16px;
  transition: all .3s;
}

.submit-button-karma:hover {
  background-color: var(--darkgreen);
}

.h2-white {
  color: #fff;
}

.form-block-karma {
  background-color: #fff;
  border-radius: 16px;
  align-items: center;
  padding: 10px;
  display: flex;
  box-shadow: 40px 40px 96px -16px #aeafc53d;
}

.field-wrap-karma {
  margin-bottom: 24px;
}

.paragraph-karma {
  color: #ffffffa3;
  font-size: 16px;
}

.block-karma {
  background-color: var(--seagreen);
  border-radius: 12px;
  padding: 40px;
}

.radio-button-2 {
  border: 2px solid #aeafc5;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-right: 10px;
  padding-bottom: 0;
}

.radio-button-2.w--redirected-checked {
  background-color: var(--seagreen);
}

.check-wrap-karma {
  margin-top: 20px;
  margin-bottom: 24px;
}

.contact-detail-wrap {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 120px;
  display: flex;
}

.form-content {
  padding: 40px;
}

.display-heading {
  margin-bottom: 16px;
  font-size: 44px;
}

.radio-button-field-2 {
  align-self: auto;
  margin-right: 32px;
  padding-top: 6px;
  padding-bottom: 6px;
  line-height: 1.5;
}

.form-grid-karma {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  width: 100%;
  height: 100%;
}

.display-s-600 {
  color: #02044a;
  letter-spacing: -.02em;
  margin-bottom: 14px;
  font-size: 16px;
}

.contact-detail {
  color: #fff;
  border: 2px solid #0c75ff00;
  border-radius: 8px;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 10px;
  font-size: 16px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.social-wrap {
  align-items: center;
  display: none;
}

.button-wrap-karma {
  justify-content: flex-end;
  margin-top: 32px;
  display: flex;
}

.button-wrap-karma.alt {
  margin-top: 0;
}

.social-circle-small {
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-right: 12px;
  padding: 6px;
  transition: all .3s;
  display: flex;
}

.social-circle-small:hover {
  background-color: #fa949d;
}

.form-section-karma {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin-top: 0;
  margin-bottom: 30px;
  padding: 0 3%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.check-wrapper-karma {
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.check-wrapper-karma.nogap {
  margin-top: 0;
}

.cta-paragraph {
  color: #fff9;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

.error-message {
  padding: 16px 18px;
}

.cta-field-wrap {
  margin-bottom: 24px;
  position: relative;
}

.cta-right {
  color: #fff;
  max-width: 300px;
  margin-top: 40px;
  margin-left: 60px;
}

.cta-left {
  flex: 1;
  max-width: 450px;
}

.email-field {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 6px;
  height: 70px;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 80px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  transition: background-color .2s;
}

.email-field:hover {
  border-style: solid;
  border-color: #044afa4d;
}

.email-field:focus {
  border-style: solid;
  border-color: #044afa;
}

.email-field::placeholder {
  color: #d0d0d0;
}

.cta-heading {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
}

.cta-form-block {
  background-color: #044afa1a;
  border-radius: 50px;
  margin-bottom: 0;
}

.submit-button-2 {
  color: #fff;
  background-color: #044afa;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 30px;
  width: 60px;
  height: 60px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  transition: background-color .3s;
  position: absolute;
  inset: 5px 5px auto auto;
}

.submit-button-2:hover {
  background-color: #316afb;
}

.cta-container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.success-content {
  justify-content: center;
  align-items: center;
  min-height: 200px;
  display: flex;
}

.cta-sale-text {
  color: #7e7e7e99;
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 80%;
  padding-top: 2px;
  padding-left: 35px;
  font-size: 14px;
  line-height: 20px;
}

.success-message-2 {
  background-color: #0000;
  font-size: 18px;
  line-height: 26px;
}

.cta-form {
  background-image: linear-gradient(to bottom, var(--seagreen), var(--seagreen));
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 80px 60px 80px 80px;
  display: flex;
}

.cta-section-2 {
  text-align: left;
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.margin-bottom-16 {
  justify-content: center;
  margin-bottom: 16px;
  display: flex;
}

.margin-bottom-16.career-section {
  padding-left: 220px;
  padding-right: 220px;
}

.form-submit {
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #160042;
  border-radius: 48px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.form-submit:hover {
  background-color: #282556;
}

.form-submit:active {
  background-color: #160042;
}

.form-submit:focus {
  outline-offset: 0px;
  outline: 2px solid #6b7094;
}

.paragraph-small {
  color: var(--neutral--40);
  text-align: center;
  letter-spacing: -.01em;
  justify-content: center;
  font-size: 14px;
  line-height: 24px;
  display: none;
}

.input-2 {
  border: 1px solid #e4e6f1;
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  margin-right: 16px;
  padding: 12px 16px;
}

.input-2::placeholder {
  color: #b6b9ce;
}

.margin-top-48 {
  margin-top: 48px;
}

.form-block-3 {
  justify-content: center;
  margin-bottom: 16px;
  display: flex;
}

.section-regular {
  background-color: var(--seagreen);
  background-image: url('../images/lou-levit-0lHIMPhRtN8-unsplash_md.jpg');
  background-position: 50% 75%;
  background-size: cover;
  padding: 92px 5%;
  position: relative;
}

.section-regular.career {
  background-image: linear-gradient(#0f0b2966, #0f0b2966), url('../images/ivana-cajina-dQejX2ucPBs-unsplash.jpg');
  background-position: 0 0, 50% 35%;
  background-size: auto, cover;
  margin-top: 64px;
  margin-bottom: 0;
  padding-top: 128px;
  padding-bottom: 164px;
}

.form-wrapper {
  align-items: center;
  display: flex;
}

.cta-placeholder {
  border-radius: 12px;
  width: 100%;
  display: none;
}

.heading-6 {
  color: var(--neutral--10);
  text-align: center;
  padding-left: 10%;
  padding-right: 10%;
  font-size: 3rem;
}

.div-block-24 {
  display: block;
}

.contacticon {
  padding-top: 10px;
  padding-left: 2px;
  padding-right: 20px;
  line-height: 2;
}

.div-block-25 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-25.careerbutton {
  margin-top: 40px;
}

.search {
  flex: 0 auto;
  align-self: center;
  display: flex;
}

.search-input {
  border-radius: 6px;
  align-self: auto;
  min-height: 40px;
  margin-bottom: 0;
  margin-right: 10px;
  padding-right: 10px;
  line-height: 2;
}

.search-container {
  margin-top: 60px;
}

.link {
  color: var(--seagreen);
}

.search-2 {
  display: flex;
}

.search-input-2 {
  border-radius: 6px;
  min-height: 40px;
  margin-bottom: 0;
  margin-right: 10px;
  line-height: 2;
}

.bold-text {
  color: var(--sea-green);
}

.radio-button-3 {
  background-color: #569a5600;
  border-style: none;
  border-radius: 4%;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.radio-button-3.w--redirected-checked {
  background-color: #d9f7e7a6;
  border: 0 #d9f7e7a6;
  border-radius: 0%;
}

.radio-button-3.w--redirected-focus {
  box-shadow: none;
}

.radio-button-field-3 {
  cursor: pointer;
  min-width: 295px;
  padding: 14px 30px 14px 16px;
  position: relative;
}

.radio-button-label-2 {
  position: relative;
}

.tabs {
  flex-direction: row;
  display: flex;
}

.success-message-3 {
  border-radius: 12px;
}

.gallery-slider-mask {
  width: 350px;
  overflow: visible;
}

.gallery-lightbox {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.gallery-slide {
  margin-right: 40px;
}

.heading-detail-small-2 {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
}

.heading-detail-small-2.margin-bottom-12 {
  margin-bottom: 12px;
}

.heading-detail-small-2.margin-bottom-12.text-color-gray-500 {
  color: #6b7094;
}

.slide-nav-hidden {
  display: none;
  bottom: -50px;
}

.right-arrow-3 {
  color: #393b6a;
  background-color: #0000;
  border: 1px solid #e4e6f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: none;
  inset: auto 0% -90px auto;
}

.right-arrow-3:hover {
  color: #fff;
  background-color: #160042;
  border-color: #160042;
}

.image-cover-3 {
  object-fit: cover;
  border-radius: 6px 6px 0 0;
  width: 100%;
  height: 80%;
}

.left-arrow-3 {
  color: #393b6a;
  background-color: #0000;
  border: 1px solid #e4e6f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: none;
  inset: auto 60px -90px auto;
}

.left-arrow-3:hover {
  color: #fff;
  background-color: #160042;
}

.gallery-slider {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.section-gallery {
  padding: 40px 5% 100px;
  overflow: hidden;
}

.gallery-image-small-square {
  border-radius: 6px;
  height: 350px;
  text-decoration: none;
}

.x-close {
  display: none;
}

.consortium-link {
  padding-bottom: 20px;
  text-decoration: none;
}

.consortium-link.hyphen {
  color: var(--neutral--90);
}

.ota-head {
  padding-top: 10px;
  padding-bottom: 10px;
}

.ota {
  color: var(--seagreen);
  text-decoration: underline;
}

.section-carousel {
  display: none;
  overflow: hidden;
}

.slider-wrapper {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
}

.slider-list {
  width: 100%;
  display: flex;
  position: relative;
}

.slider-item {
  flex: none;
  width: 30vw;
  height: 40vw;
  margin-right: 32px;
  padding: 10px;
}

.slider-area {
  overflow: hidden;
}

.slider-content {
  width: 15000px;
}

.carousel {
  width: 100%;
}

.slide-4 {
  background-color: #404040;
  justify-content: center;
  width: 300px;
  height: 300px;
  display: flex;
  box-shadow: 0 0 10px #000;
}

.section-6 {
  display: none;
}

.nolink2 {
  color: var(--neutral--100);
  text-decoration: none;
}

.slider-3 {
  display: none;
}

.div-block-27 {
  justify-content: flex-start;
  display: flex;
  overflow: visible;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  overflow: hidden;
}

.grid-2.carouselgrid {
  display: none;
}

.div-block-28 {
  border: 2px none var(--neutral--40);
  background-color: var(--neutral--30);
  color: var(--neutral--100);
  border-radius: 10px;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px 40px 40px;
  display: flex;
}

.div-block-28.rev-flex {
  flex-direction: row-reverse;
}

.skillbridgelogo {
  border-radius: 12px;
  margin-right: 40px;
}

.skillbridgelogo.revflex {
  aspect-ratio: 1;
  max-width: none;
  margin-right: 0;
}

.form-block-4 {
  margin-top: 20px;
}

.div-block-29 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 120px;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
}

.image-8 {
  border-radius: 10px;
}

.lightboxheader {
  color: var(--seagreen);
  text-decoration: none;
}

.text-span {
  color: var(--neutral--90);
}

.paragraph-5 {
  margin-bottom: 3rem;
}

.text-block-12 {
  align-items: stretch;
  display: block;
}

.text-block-12.legal {
  border-bottom: 1px solid var(--sea-green);
  text-align: right;
  font-size: .75rem;
}

.captions {
  background-color: var(--neutral--90);
  color: var(--neutral--70);
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  width: 100%;
  max-height: 20%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.text-block-13 {
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.text-block-13.captions {
  text-decoration: none;
}

.link-block-copy {
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.link-block-copy.consortium-dev {
  padding-top: 20px;
}

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

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  font-size: .9rem;
  display: flex;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_close-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_title {
  color: #021a69;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_text {
  color: #021a69;
  font-size: .75rem;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 2.5rem;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-prefs_label {
  color: #4353ff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

.fs-cc-banner_button {
  border: 2px solid var(--sea-green);
  background-color: var(--sea-green);
  color: #fff;
  text-align: center;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--sea-green);
  color: var(--sea-green);
  background-color: #f5f5f5;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 1rem;
  height: 1rem;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .625rem;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-manager_icon {
  width: 2rem;
  height: 2rem;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 1.5rem;
  font-size: .9rem;
}

.fs-cc-banner_text-link {
  border: 1px solid var(--sea-green);
  color: var(--sea-green);
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  flex-direction: column;
  padding: .625rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  height: 16vh;
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.fs-cc-prefs_button {
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #fff;
  border-color: #4353ff;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.div-divider {
  background-color: var(--black\<deleted\|variable-6bde1f7a\>);
  outline-offset: 0px;
  border: 1px #000;
  border-radius: 20px;
  outline: 3px #0e0f11;
  width: 60%;
  height: 10px;
  margin-bottom: 28px;
  line-height: 1.75px;
}

.dropdown-list-3 {
  background-color: #0000;
}

.div-block-31 {
  height: 100%;
}

.div-block-32 {
  text-align: center;
  justify-content: center;
  display: flex;
}

.div-block-33 {
  justify-content: center;
  margin-bottom: 38px;
  display: flex;
}

.div-block-34 {
  justify-content: center;
  width: 100%;
  display: flex;
}

.industry-column {
  border-right: 1px none var(--sea-green);
  padding-right: 20px;
}

.government-column {
  border-left: 1px none var(--sea-green);
  outline-offset: 0px;
  color: var(--neutral--90);
  outline: 3px #e41111;
  padding-left: 15px;
}

.blog-image-wrap {
  border-radius: 10px;
  height: 300px;
  max-height: 200px;
  margin-bottom: 24px;
  overflow: hidden;
}

.blog-content-wrap {
  border-radius: 10px;
  height: auto;
  max-height: none;
  margin-bottom: 0;
  overflow: hidden;
}

.dp-blog-item-wrap {
  color: #1f2937;
  flex-direction: row;
  justify-content: space-around;
  height: auto;
  text-decoration: none;
  display: flex;
}

.text-block-14 {
  color: var(--seagreen);
  text-decoration: none;
}

.link-block-3 {
  text-decoration: none;
}

.collection-item-2 {
  margin-bottom: 0;
}

.dp-collection-list-item {
  border-bottom: 1px dashed var(--seagreen);
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.dp-collection-list-item.addclasses {
  flex-direction: row;
  justify-content: space-between;
  max-width: 1100px;
  display: flex;
}

.dp-collection-list-item.addclasses.reverse-flex {
  flex-direction: row-reverse;
}

.div-block-35 {
  object-fit: fill;
  width: 90%;
  padding-top: 30px;
  padding-bottom: 20px;
  display: block;
}

.heading-7 {
  color: var(--seagreen);
  text-align: center;
}

.blog-container {
  z-index: 5;
  direction: ltr;
  color: #e41111;
  text-align: left;
  -webkit-text-stroke-color: var(--neutral--5);
  text-transform: none;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}

.grid-heading {
  grid-column-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  align-items: end;
  margin-bottom: 100px;
  overflow: hidden;
}

.grid-heading.dp {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.section-7 {
  height: 0;
}

.div-block-36 {
  z-index: 1;
  height: 100px;
  margin-top: 0;
  margin-bottom: 0;
  position: static;
  inset: 0% 0% auto;
}

.div-block-36.dp-header {
  z-index: 1;
  height: auto;
  position: fixed;
}

.div-block-37 {
  padding-left: 34px;
}

.dp-tagline-2 {
  color: var(--sea-green);
  letter-spacing: -.006em;
  text-transform: none;
  background-color: #d7e7d7;
  border-radius: 6px;
  margin-bottom: 1.25rem;
  margin-left: 0;
  margin-right: 8px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 28px;
  display: inline-block;
}

.dp-tagline-2.d {
  font-size: 2rem;
  line-height: 120%;
}

.dp-tagline-2.dp-blue {
  background-color: var(--primary--30);
  color: var(--info--70);
}

.dp-tagline-2.dp-blue.addclasses.erase {
  display: none;
}

.dp-tag-collection-list {
  display: flex;
}

.empty-state {
  background-color: var(--neutral--5);
}

.dp-blog-link-containter {
  color: #1f2937;
  height: auto;
  margin-left: 0;
  padding-left: 0;
  text-decoration: none;
  display: block;
}

.collection-list-4 {
  font-weight: 700;
}

.collection-list-wrapper-2 {
  font-weight: 400;
}

.div-block-38 {
  justify-content: flex-start;
  width: 30%;
  display: block;
}

.body-3 {
  justify-content: center;
  display: block;
}

.hidden-list, .dp-tag-text-list {
  display: none;
}

.dp-collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.empty-state-2 {
  background-color: #0000;
}

.collection-list-wrapper-3 {
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.collection-list-5 {
  display: flex;
}

.collection-list-6 {
  flex-flow: wrap;
  justify-content: flex-start;
  padding-top: 10px;
  display: flex;
}

.collection-list-6.rev {
  flex-direction: row-reverse;
}

.div-block-39 {
  flex-wrap: wrap;
  align-content: flex-start;
  width: 70%;
  padding-top: 15px;
  display: flex;
}

.link-block-4 {
  width: auto;
  padding: 4px;
  display: block;
}

.dp-header-tagline {
  color: var(--sea-green);
  letter-spacing: -.006em;
  text-transform: none;
  background-color: #d7e7d7;
  border-radius: 6px;
  align-self: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 28px;
  display: inline-block;
}

.dp-header-tagline.d {
  font-size: 2rem;
  line-height: 120%;
}

.dp-header-tagline.tag-link.dp-blue {
  background-color: var(--primary--30);
  color: var(--info--70);
  -webkit-text-stroke-color: var(--info--70);
}

.dp-header-tagline.tag-link.dp-grey {
  color: #0e0f11;
  background-color: #edf0f3;
  margin-left: 10px;
}

.dp-header-tagline.tag-link.dp-red {
  background-color: var(--secondary--20);
  color: var(--secondary--60);
  margin-top: 15px;
}

.div-block-40 {
  border: 1px #000;
  border-radius: 0;
  flex-flow: row;
  justify-content: flex-start;
  display: flex;
}

.div-block-40.rev {
  justify-content: flex-end;
}

.filter-checkbox-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  margin-top: 10px;
  display: flex;
}

.checkbox-field-2 {
  align-self: center;
}

.collection-list-wrapper-4 {
  height: auto;
  display: block;
}

.collection-list-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
}

.dp-filter-checkbox {
  width: 100px;
  height: 100px;
  margin: 0;
  display: none;
}

.checkbox-label-2 {
  display: block;
}

.checkbox-label-2.dp-tagline-2, .checkbox-label-2.dp-tagline-2-copy {
  box-shadow: 0 2px 5px #0003;
}

.dp-tag-filter {
  color: var(--sea-green);
  letter-spacing: -.006em;
  text-transform: none;
  background-color: #d7e7d7;
  border-radius: 6px;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 28px;
  display: inline-block;
}

.dp-tag-filter.d {
  font-size: 2rem;
  line-height: 120%;
}

.dp-tag-filter.dp-blue {
  background-color: var(--primary--30);
  color: var(--info--70);
}

.checkbox-field-3 {
  height: auto;
  margin: 0 5px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.collection-item-4 {
  height: auto;
}

.dp-industry-tag-header {
  color: var(--sea-green);
  text-align: center;
  letter-spacing: -.022em;
  text-transform: none;
  background-color: #d7e7d7;
  border-radius: 6px;
  width: auto;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 8px;
  padding: 40px;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.25rem;
  display: inline-block;
}

.dp-industry-tag-header.d {
  font-size: 2rem;
  line-height: 120%;
}

.dp-industry-tag-header.dp-blue {
  background-color: var(--primary--30);
  color: var(--info--70);
}

.div-block-41 {
  text-align: center;
  border-bottom: 1px solid #000;
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 0;
  padding-bottom: 10px;
  display: flex;
}

.div-block-42 {
  border: 1px #000;
  justify-content: center;
  width: 85%;
  display: flex;
}

.div-block-43 {
  background-color: #0000;
  justify-content: center;
  display: flex;
}

.div-block-44 {
  padding: 0 20px;
}

.dp-header-container {
  z-index: 5;
  direction: ltr;
  color: #e41111;
  text-align: left;
  -webkit-text-stroke-color: var(--neutral--5);
  text-transform: none;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}

.div-block-38-copy {
  justify-content: flex-start;
  width: auto;
  display: block;
}

.div-block-45 {
  flex-wrap: nowrap;
  justify-content: center;
  margin-bottom: 50px;
  display: block;
}

.heading-8 {
  border-bottom: 5px solid var(--neutral--50);
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 2.75rem;
}

.div-block-46 {
  outline-offset: 0px;
  border: 0 solid #000;
  border-bottom-width: 1px;
  outline: 3px #e41111;
  flex-wrap: wrap;
  justify-content: space-between;
}

.columns {
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.dp-industrytag-header {
  color: var(--info--70);
  text-align: center;
  letter-spacing: -.022em;
  text-transform: none;
  background-color: #adc6ff99;
  border-radius: 6px;
  width: auto;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 8px;
  padding: 20px;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.25rem;
  display: inline-block;
}

.dp-industrytag-header.d {
  font-size: 2rem;
  line-height: 120%;
}

.div-block-41-rev {
  text-align: center;
  border-bottom: 1px solid #000;
  flex-direction: row;
  justify-content: flex-end;
  margin-bottom: 0;
  padding-bottom: 10px;
  display: flex;
}

.div-block-47 {
  max-width: 1040px;
  padding: 20px;
  display: flex;
}

.div-block-48 {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.div-block-49 {
  width: 1040px;
}

.dp-div-block-19 {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1300px;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-50 {
  justify-content: center;
  margin-bottom: 50px;
  padding-bottom: 0;
  display: flex;
}

.div-block-51 {
  object-fit: fill;
  flex-direction: row;
  width: 50%;
  display: flex;
}

.div-block-51.reverse-flex {
  flex-direction: row-reverse;
}

.dp-gov-tag-text-list {
  display: none;
}

.div-block-11-copy {
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 1000px;
  display: flex;
}

.div-block-52 {
  display: flex;
}

.collection-list-wrapper-5 {
  background-color: var(--neutral--10);
  border-left: 1px #000;
  border-right: 1px #000;
  border-radius: 0;
  margin-left: 30px;
  margin-right: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
}

.body-4 {
  display: block;
}

.div-block-53 {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.link-block-5 {
  width: 100%;
  text-decoration: none;
}

.dp-heading-4 {
  text-align: center;
  width: 750px;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 20px;
}

.div-block-54 {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  flex-direction: column;
  align-items: center;
  width: auto;
  min-width: 0;
  max-width: 950px;
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.empty-state-3, .empty-state-4 {
  display: none;
}

.collection-list-wrapper-6, .collection-list-8 {
  display: flex;
}

.dp-div-block-12 {
  object-fit: fill;
  object-position: 0% 0%;
  background-image: url('../images/joel-rivera-camacho-o-nbr3LLyNE-unsplash-b.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 8px;
  flex: 0 auto;
  width: 100%;
  height: 500px;
  min-height: 0;
  margin-bottom: 0;
  position: static;
  overflow: visible;
}

.div-block-55 {
  justify-content: space-between;
  width: 100%;
  max-width: 750px;
  margin-bottom: 37px;
  display: flex;
}

.text-block-15 {
  padding-right: 10px;
}

.div-block-56 {
  display: flex;
}

.dp-div-block-56 {
  width: auto;
  max-width: 70%;
  display: flex;
}

.text-field-2 {
  display: block;
}

.text-field-3 {
  display: none;
}

.text-block-16 {
  margin-bottom: -10px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
}

.text-block-17 {
  background-color: var(--neutral--40);
  color: #569a56;
  border-radius: 5px;
  align-self: center;
  padding: 2px 10px;
}

.sort-by-tag {
  background-color: var(--neutral--10);
  color: var(--sea-green);
  letter-spacing: -.006em;
  text-transform: none;
  border-radius: 6px;
  align-self: flex-start;
  margin: 10px 8px 0 0;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 28px;
  display: inline-block;
}

.sort-by-tag.d {
  font-size: 2rem;
  line-height: 120%;
}

.sort-by-tag.dp-blue {
  color: var(--info--70);
  background-color: #0000;
}

.sort-by-tag.dp-blue.addclasses.erase {
  display: none;
}

.div-block-57 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-9 {
  max-width: 15px;
  max-height: 15px;
  padding-top: 1px;
}

.dp-active-tag-template {
  color: var(--sea-green);
  letter-spacing: -.006em;
  text-transform: none;
  background-color: #d7e7d7;
  border-radius: 6px;
  align-items: center;
  margin-bottom: 1.25rem;
  margin-left: 0;
  margin-right: 8px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 28px;
  display: flex;
}

.dp-active-tag-template.d {
  font-size: 2rem;
  line-height: 120%;
}

.dp-active-tag-template.dp-blue {
  background-color: var(--primary--30);
  color: var(--info--70);
}

.dp-active-tag-template.dp-blue.addclasses.erase {
  display: none;
}

.div-block-58 {
  padding-top: 10px;
  display: inline-block;
}

.text-block-18 {
  padding-right: 3px;
}

.div-block-59 {
  justify-content: space-between;
  padding-top: 5px;
  display: flex;
}

.div-block-47-copy {
  object-fit: fill;
  max-width: 1040px;
  padding: 20px;
  display: block;
}

.dp-results-text {
  color: var(--neutral--60);
  padding-right: 5px;
}

.dp-results {
  color: var(--sea-green);
  padding-right: 5px;
}

.dp-results.dp-blue {
  color: var(--primary--80);
}

.dotted-div-block {
  border: 1px #000;
  border-bottom-style: dashed;
  border-radius: 0;
  flex-flow: row;
  justify-content: flex-start;
  display: flex;
}

.dotted-div-block.rev {
  justify-content: flex-end;
}

.dp-button-section {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.div-block-42-copy {
  border: 1px #000;
  justify-content: center;
  width: 85%;
  display: flex;
}

.div-block-60 {
  justify-content: space-around;
  display: flex;
}

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

.back-button {
  text-decoration: none;
}

.text-block-19 {
  color: var(--neutral--90);
  max-height: none;
  font-style: italic;
  text-decoration: none;
}

.link-block-6 {
  max-height: 28px;
  text-decoration: none;
}

.link-block-6.w--current {
  flex-direction: row;
  align-items: flex-start;
  max-height: 28px;
  display: flex;
}

.dp-body-4 {
  background-color: var(--neutral--10);
  display: block;
}

.dp-wrapper-l {
  padding-top: 100px;
  padding-bottom: 0;
}

.dp-div-block-50 {
  background-color: #0000;
  justify-content: center;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 0;
  display: flex;
}

.heading-8-copy {
  border-bottom: 5px solid var(--neutral--50);
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 4.75rem;
}

.wrapper-l-copy {
  padding-top: 128px;
  padding-bottom: 128px;
}

.dp-industry-tag-header-front-page {
  color: var(--sea-green);
  text-align: center;
  letter-spacing: -.022em;
  text-transform: none;
  white-space: nowrap;
  background-color: #d7e7d7;
  border-radius: 6px;
  width: auto;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 8px;
  padding: 20px;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.25rem;
  display: inline-block;
}

.dp-industry-tag-header-front-page.d {
  font-size: 2rem;
  line-height: 120%;
}

.dp-industry-tag-header-front-page.dp-blue {
  background-color: var(--primary--30);
  color: var(--info--70);
}

.dp-industry-tag-header-front-page.dp-grey {
  color: #26272a;
  background-color: #edf0f3;
}

.dp-industry-tag-header-front-page.dp-red {
  background-color: var(--secondary--20);
  color: var(--secondary--60);
  -webkit-text-stroke-color: var(--error--50);
}

.dp-industry-tag-header-copy {
  color: var(--sea-green);
  text-align: center;
  letter-spacing: -.022em;
  text-transform: none;
  background-color: #d7e7d7;
  border-radius: 6px;
  width: auto;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 8px;
  padding: 40px;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.25rem;
  display: inline-block;
}

.dp-industry-tag-header-copy.d {
  font-size: 2rem;
  line-height: 120%;
}

.dp-industry-tag-header-copy.dp-blue {
  background-color: var(--primary--30);
  color: var(--info--70);
}

.text-block-20 {
  color: var(--neutral--60);
  text-align: center;
}

.div-block-62 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-63 {
  justify-content: center;
  display: flex;
}

.paragraph-standard-2-copy {
  color: #67718e;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.update-box-containter {
  background-color: var(--neutral--30);
  color: #100e11;
  border-radius: 20px;
  max-width: 1100px;
  margin: 10px 140px 30px;
  padding: 20px 60px;
  display: block;
}

.text-block-21 {
  background-color: var(--neutral--30);
  text-align: center;
  border-radius: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 70px;
  font-weight: 700;
}

.rich-text-block-2 {
  color: #100e11;
  text-align: center;
  text-transform: none;
  margin-top: 25px;
  padding-top: 0;
  line-height: 1.25;
}

.div-block-64 {
  text-align: center;
  flex-wrap: nowrap;
  justify-content: center;
  display: flex;
}

.div-block-65 {
  justify-content: center;
  display: flex;
}

.collection-list-9 {
  line-height: 1.25;
}

.image-10 {
  border-radius: 10px;
  max-width: 100px;
  max-height: 100px;
  margin-right: 13px;
  padding-right: 0;
}

.image-11 {
  border-radius: 10px;
  max-width: 100px;
  max-height: 100px;
  margin-left: 10px;
  margin-right: 20px;
}

.div-block-66 {
  width: auto;
  max-width: 400px;
}

.space-intel-div-block-40 {
  border: 1px #000;
  border-radius: 0;
  flex-flow: row;
  justify-content: flex-start;
  padding-top: 12px;
  display: flex;
}

.space-intel-div-block-40.rev {
  justify-content: flex-end;
}

.div-block-51-si {
  object-fit: fill;
  flex-direction: row;
  width: 30%;
  display: flex;
}

.div-block-51-si.reverse-flex {
  flex-direction: row-reverse;
}

.div-block-35-si {
  object-fit: fill;
  width: 90%;
  padding-top: 30px;
  padding-bottom: 20px;
  display: block;
}

.div-block-46-si {
  outline-offset: 0px;
  border: 0 solid #000;
  border-bottom-width: 1px;
  outline: 3px #e41111;
  flex-wrap: wrap;
  justify-content: space-between;
}

.div-block-67 {
  justify-content: flex-start;
  margin-bottom: 16px;
  display: flex;
}

.typed-words {
  align-self: center;
}

.collection-list-wrapper-7 {
  margin-bottom: 20px;
}

.div-block-68 {
  justify-content: flex-start;
  padding-left: 17%;
  display: flex;
}

.div-block-69 {
  border: 1px solid var(--primary--80);
  background-color: var(--neutral--90);
  border-radius: 20px;
  height: 5px;
  margin-top: 0;
  margin-bottom: 15px;
}

.image-12 {
  border-radius: 20px;
  max-width: 75px;
  margin-top: 10px;
  margin-left: 10px;
  padding-left: 0;
}

.div-block-70 {
  align-self: center;
}

.text-block-22 {
  padding-left: 0;
}

.div-block-53-copy {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.dp-div-block-19-copy {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1300px;
  margin-top: -20px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-69-dotted {
  border: 1px none var(--primary--80);
  background-color: var(--neutral--90);
  outline-offset: 0px;
  border-radius: 20px;
  outline: 1px #100e11;
  width: 70%;
  height: 1px;
  margin-top: 0;
  margin-bottom: 15px;
  display: block;
}

.div-block-71 {
  justify-content: center;
  align-items: center;
  margin-bottom: -20px;
  padding-bottom: 0;
  display: flex;
}

.rich-text-block-3 {
  margin-bottom: 0;
}

.text-block-23 {
  margin-bottom: 20px;
}

.link-block-10 {
  align-self: center;
  width: 51.0694px;
  margin-left: 0%;
  margin-right: 0%;
  padding-right: 0;
}

.body-5 {
  display: block;
}

.div-block-72 {
  color: var(--altadash-grey);
  background-color: #313131;
  background-image: linear-gradient(90deg, #272727, #414040);
  border-right: 5px solid #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 20%;
  min-height: 100%;
  margin-left: 0;
  margin-right: -16px;
  overflow: hidden;
}

.div-block-73 {
  box-sizing: border-box;
  scrollbar-width: none;
  background-color: #414141;
  background-image: linear-gradient(146deg, #252525, #5f5f5f);
  flex-direction: column;
  width: 80%;
  height: calc(100svh - 75px);
  padding: 0 20px 20px;
  font-size: 1vw;
  display: flex;
  overflow: auto;
}

.div-block-74 {
  color: var(--altadash-grey);
  flex-flow: row;
  align-items: stretch;
  display: flex;
}

.div-block-75 {
  color: #49c23c;
  background-color: #212823;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  margin: 31px 10px;
  font-size: 10rem;
  display: flex;
}

.dashthirdlevel {
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  margin-top: 0;
  display: flex;
}

.altadash-nav {
  scrollbar-width: none;
  background-color: #000;
  justify-content: space-between;
  align-items: center;
  height: 75px;
  display: flex;
  position: static;
}

.altadash-nav.fixit {
  position: fixed;
}

.heading-9 {
  color: #7cdf5e;
  margin-top: 21px;
  margin-left: 50px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
}

.terminal-div {
  clear: both;
  color: var(--neutral--60);
  text-align: center;
  cursor: pointer;
  background-color: #000;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin: 5px 10px 25px;
  display: flex;
  position: static;
}

.starlink-chart {
  background-color: #1f2022;
  border-radius: 10px;
  width: 300px;
  height: 300px;
  padding-right: 30px;
  box-shadow: 2px 2px 6px #82ff50;
}

.content {
  background-color: #000;
  justify-content: space-around;
  display: none;
}

.chartheader {
  background-color: var(--neutral--100);
  color: #82ff50;
}

.text-block-24 {
  color: var(--honeydew);
  width: auto;
  font-size: 1.5rem;
}

.div-block-75-copy {
  background-color: var(--neutral--100);
  color: #49c23c;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 45%;
  height: 100%;
  margin: 0 10px;
  padding: 14px;
  font-size: 10rem;
  display: flex;
}

.div-block-75-copy.expd-ping {
  justify-content: flex-start;
  width: 65%;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
  inset: 0%;
  box-shadow: 0 2px 14px 20px #84848433;
}

.div-block-79 {
  display: flex;
}

.div-block-80 {
  border-radius: 0;
  width: 90%;
  max-width: 90%;
  height: 90%;
  margin: 0;
  padding: 0;
  position: static;
}

.div-block-80.test {
  height: auto;
}

.div-block-81 {
  color: #7cdf5e;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  min-height: 100px;
  max-height: 100px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
}

.text-block-25, .text-block-26 {
  font-size: 7rem;
}

.div-block-82 {
  background-color: #0000;
  flex: 0 auto;
  width: 250px;
  max-width: 250px;
  height: 225px;
  max-height: 250px;
  margin-bottom: 0;
  padding: 0;
  position: static;
}

.div-block-83 {
  justify-content: space-between;
  align-items: center;
  height: 4.5%;
  margin-top: 0;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.textblock27 {
  color: var(--black\<deleted\|variable-6bde1f7a\>);
  text-align: center;
  -webkit-text-stroke-color: var(--black\<deleted\|variable-6bde1f7a\>);
  cursor: pointer;
  font-size: 2rem;
  display: block;
}

.textblock27.selected {
  color: #7cdf5e;
  text-align: center;
  cursor: pointer;
}

.div-block-84 {
  background-color: #000;
  border-radius: 0 0 7px 7px;
  width: 7px;
  height: 75px;
}

.div-block-80-copy {
  border: 1px solid #69a445;
  border-radius: 1px;
  width: 300px;
  height: 200px;
  margin: 17px;
  padding: 5px;
}

.div-block-75-copdy {
  background-color: var(--neutral--100);
  color: #49c23c;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 100%;
  margin: 0 5px 31px 0;
  padding-right: 0;
  font-size: 10rem;
  display: block;
}

.div-block-75-copdy.halfbox {
  width: 100%;
  height: 48%;
  margin: 0;
  padding-top: 0;
}

.div-block-75-copdy.halfbox.resources {
  height: 25%;
  margin-top: auto;
  margin-bottom: auto;
  overflow: clip;
}

.div-block-75-copdy.halfbox.management {
  height: 45%;
  margin-top: 0;
  margin-bottom: 0;
}

.text-block-28 {
  color: var(--neutral--60);
  text-align: center;
  margin-top: 0;
  font-size: 1.25rem;
}

.text-block-28.halfgraph {
  margin-top: 0;
}

.text-block-28.halfgraph.activealert {
  margin-top: 10px;
}

.text-block-28.downupheader {
  margin-top: -15px;
}

.div-block-80-copy-copy {
  border-radius: 1px;
  width: 90%;
  height: 80%;
  margin: 0 17px;
  padding: 5px 20px 0 0;
}

.div-block-80-copy-copy.halfbox {
  height: auto;
  max-height: 60%;
  margin-top: 0;
}

.div-block-80-copy-copy.terminal-info {
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 1rem;
}

.div-block-80-copy-copy.terminal-info.downup {
  width: auto;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-right: 0;
}

.div-block-80-copy-copy.terminal-info.downup.num {
  max-width: 100%;
  margin-top: 0;
  padding-left: 5px;
  padding-right: 2px;
}

.div-block-80-copy-copy.terminal-info.test {
  width: auto;
}

.div-block-80-copy-copy.terminal-info.lessmargin {
  margin-top: 0;
}

.div-block-80-copy-copy.terminal-info.nomargin {
  width: auto;
  margin-top: 0;
  padding-top: 0;
}

.div-block-80-copy-copy.downup {
  flex: 1;
  order: -1;
  align-self: stretch;
  min-width: auto;
  max-width: 70%;
  height: 100%;
  min-height: auto;
  max-height: none;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 0;
  padding-right: 0;
  display: block;
  overflow: visible;
}

.div-block-80-copy-copy.nodataapicall {
  width: auto;
}

.div-block-80-copy-copy.name {
  padding-top: 0;
}

.text-block-27-copy {
  color: #60c243;
  font-size: 2rem;
}

.div-block-78-copy {
  color: var(--success--60);
  text-align: center;
  background-color: #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin: 25px 10px 30px;
  display: flex;
}

.div-block-85 {
  color: #82ff50;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body-6 {
  color: var(--altadash-grey);
  background-color: #414141;
  flex-flow: row;
  height: 100%;
  margin-left: 0;
  padding-left: 0;
  display: block;
}

.div-block-86 {
  width: 55%;
  margin-left: 10px;
  margin-right: 0;
}

.text-block-29 {
  flex-direction: row;
  align-items: flex-end;
  font-size: 1em;
  display: flex;
}

.div-block-87 {
  width: 55%;
}

.div-block-88 {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 40%;
  height: 100%;
  max-height: 350px;
  margin-left: 10px;
  margin-right: 0;
  display: flex;
}

.div-block-89 {
  border-radius: 2px;
  align-items: center;
  max-height: 200px;
  display: block;
}

.text-block-30 {
  color: var(--altadash-green);
  font-size: 20px;
}

.div-block-90 {
  justify-content: center;
  align-items: center;
  max-height: 125px;
  display: flex;
  overflow: hidden;
}

.div-block-91 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-92 {
  width: 55%;
  height: 100%;
}

.div-block-92.test {
  width: 100%;
  margin-bottom: 17px;
}

.div-block-93 {
  width: 100%;
}

.text-block-31 {
  color: var(--neutral--60);
  text-align: center;
  padding-top: 5px;
  padding-right: 10px;
  font-size: 1rem;
}

.div-block-94 {
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-95 {
  align-items: center;
  display: flex;
}

.text-block-31-copy {
  color: var(--neutral--60);
  text-align: center;
  padding-top: 0;
  padding-right: 27px;
  font-size: 1rem;
}

.div-block-96 {
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin: 0 0 17px;
  display: flex;
}

.div-block-97 {
  flex-flow: wrap;
  justify-content: flex-start;
  height: auto;
  margin-bottom: 10px;
  padding-left: 17px;
  display: flex;
}

.div-block-97.datadef {
  justify-content: center;
  align-items: center;
  padding-left: 0;
}

.div-block-97.last, .div-block-97.downup {
  margin-bottom: 0;
}

.text-block-32 {
  color: var(--neutral--60);
  margin-top: 17px;
  margin-left: 17px;
  padding-top: 5px;
  padding-left: 5px;
  font-size: 1rem;
  display: flex;
}

.text-block-32.close {
  margin-top: 0;
  padding-top: 0;
}

.text-block-32.datadef {
  cursor: pointer;
  margin-top: 17px;
  text-decoration: underline;
}

.text-block-32.datadef.terminalinfotext {
  margin-top: 0;
  margin-bottom: 15px;
  margin-left: 0;
  padding-left: 0;
  display: none;
}

.text-block-32.datadef.terminaltrackertext {
  margin-top: -5px;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  font-size: 1rem;
}

.text-block-32.nowrap {
  white-space: nowrap;
}

.text-block-32.downup {
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
}

.div-block-98 {
  color: #7cdf5e;
  justify-content: flex-end;
  height: 60%;
  display: flex;
}

.html-embed {
  display: none;
}

.text-block-33 {
  color: #acb6aa;
  margin-bottom: 24px;
  overflow: visible;
}

.text-block-33.green {
  color: #7cdf5e;
  display: flex;
}

.text-block-33.red-status {
  color: var(--error--60);
  display: flex;
}

.text-block-33.green-status {
  color: #7cdf5e;
  display: none;
}

.text-block-33.lessmargin {
  margin-bottom: 0;
}

.div-block-99 {
  height: 5px;
}

.def-modal-wrapper {
  z-index: 999;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.def-modal-wrapper.nodata {
  display: flex;
}

.def-modal-background {
  cursor: pointer;
  background-color: #00000080;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-100 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.def-modal {
  z-index: 1;
  text-align: center;
  background-color: #000;
  border-radius: 20px;
  width: 100%;
  max-width: 800px;
  padding: 10px 30px 25px;
  display: block;
  position: relative;
  inset: 0%;
  box-shadow: 0 2px 14px 20px #84848433;
}

.text-block-34 {
  display: block;
}

.def-model-closer {
  float: right;
  clear: right;
  background-color: var(--neutral--60);
  cursor: pointer;
  border-radius: 10px;
  flex: 0 auto;
  align-self: flex-start;
  width: 5%;
  height: 5%;
  display: block;
  position: relative;
  inset: 4% 0% auto auto;
}

.paragraph-6 {
  color: var(--neutral--60);
  text-align: left;
  margin-bottom: 0;
}

.list-item-2 {
  color: var(--neutral--90);
}

.grid-3 {
  grid-template: "."
                 "."
                 "."
                 "."
                 "."
                 / .5fr 1fr;
  justify-items: start;
}

.grid-3.userguide {
  grid-template-columns: .25fr 1fr;
}

.heading-10 {
  color: #49c23c;
  font-family: Century Gothic, sans-serif;
  font-weight: 400;
  display: block;
  overflow: hidden;
}

.generalscripts {
  display: none;
}

.image-13 {
  margin-left: 20px;
}

.button-3 {
  float: right;
  color: #000;
  object-fit: fill;
  background-color: #414141;
  border-radius: 5px;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 10px;
  display: block;
}

.nodata-par {
  color: var(--neutral--60);
  text-align: center;
  justify-content: center;
  margin-top: 5px;
  margin-bottom: 1rem;
  display: flex;
}

.div-block-101 {
  box-sizing: border-box;
  float: none;
  clear: both;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 2px solid var(--altadash-green);
  background-color: var(--neutral--90);
  object-fit: fill;
  border-radius: 15px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 90%;
  max-width: none;
  height: 75%;
  margin: auto;
  display: block;
  position: static;
  inset: auto 0% 0%;
}

.def-modal-wrapper-nodata {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.def-modal-wrapper-nodata.nodata {
  display: flex;
}

.def-modal-background-nodata {
  cursor: pointer;
  background-color: #00000080;
  display: flex;
  position: absolute;
  inset: 0%;
}

.def-modal-nodata {
  z-index: 1;
  text-align: center;
  background-color: #000;
  border-radius: 20px;
  width: 80%;
  max-width: none;
  height: 80%;
  padding: 10px 30px 25px;
  display: block;
  position: relative;
  inset: 0%;
  box-shadow: 0 2px 14px 20px #84848433;
}

.def-model-closer-nodata {
  background-color: var(--neutral--60);
  cursor: pointer;
  border-radius: 10px;
  position: absolute;
  inset: 4% 4% auto auto;
}

.image-14 {
  margin-top: 0;
  margin-bottom: 0;
}

.awsscripts {
  display: none;
}

.text-block-35 {
  color: var(--neutral--60);
  text-align: center;
  -webkit-text-stroke-color: var(--neutral--60);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 100%;
  position: static;
}

.div-block-102 {
  background-color: #292929;
  border-bottom: 2px solid #000;
  padding-top: 1px;
  padding-bottom: 0;
  display: block;
}

.terminal-container {
  width: 100%;
}

.div-block-103 {
  justify-content: space-around;
  margin-top: 0;
  margin-bottom: 6px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
  display: flex;
}

.text-block-36 {
  color: #000;
  text-align: center;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 3px;
  padding-top: 1px;
  text-decoration: underline;
  display: flex;
}

.def-modal-wrapper-userguide {
  z-index: 999;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.def-modal-wrapper-userguide.nodata {
  display: flex;
}

.def-modal-background-userguide {
  cursor: pointer;
  background-color: #00000080;
  display: flex;
  position: absolute;
  inset: 0%;
}

.def-modal-userguide {
  z-index: 1;
  text-align: center;
  background-color: #000;
  border-radius: 20px;
  width: 100%;
  max-width: 800px;
  padding: 10px 30px 25px;
  display: block;
  position: relative;
  inset: 0%;
  box-shadow: 0 2px 14px 20px #84848433;
}

.def-model-closer-userguide {
  background-color: var(--neutral--60);
  cursor: pointer;
  border-radius: 10px;
  position: absolute;
  inset: 4% 4% auto auto;
}

.userguide-par {
  color: var(--neutral--60);
  text-align: center;
  margin-top: 16px;
  margin-bottom: 1rem;
}

.text-block-37 {
  padding-left: 5px;
  padding-right: 5px;
  display: none;
}

.text-block-38 {
  color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 100%;
  display: flex;
}

.div-block-104 {
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.text-block-39 {
  color: var(--neutral--80);
}

.altadashnamediv {
  display: none;
}

.org-textblock {
  color: var(--neutral--60);
  text-align: center;
  cursor: pointer;
  background-color: #272727;
  border: 1px solid #000;
  border-radius: 20px;
  margin-bottom: 10px;
  margin-left: 50px;
  margin-right: 50px;
}

.pingnumber-div {
  color: #82ff50;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  min-height: 100px;
  font-size: 10rem;
  display: flex;
}

.parent-terminal-container {
  scrollbar-width: thin;
  scrollbar-gutter: stable;
  scrollbar-color: #100 #292929;
  flex-flow: column;
  width: 100%;
  min-height: 0;
  max-height: calc(100svh - 190px);
  display: block;
  overflow: auto;
}

.altadashformmain {
  scrollbar-width: none;
  background-color: #414141;
  flex-direction: column;
  width: 80%;
  height: calc(100svh - 75px);
  padding: 20px;
  font-size: 1vw;
  display: flex;
  overflow: auto;
}

.nickname-mapping-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--neutral--90);
  border: 1px solid #000;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  padding: 10px;
  display: flex;
}

.altadash-form {
  background-color: var(--neutral--100);
  color: #49c23c;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0 10px 31px;
  padding: 14px;
  font-size: 1rem;
  display: flex;
}

.dashform-submit {
  background-color: var(--altadash-green);
  color: var(--neutral--90);
  border-radius: 10px;
  margin-top: 15px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.25rem;
}

.dashform-submit.info {
  margin-bottom: 10px;
  margin-left: 48%;
}

.dashfrom-textfield {
  color: #7cdf5e;
  text-align: center;
  background-color: #0e0f11;
  border-radius: 5px;
  margin-top: 17px;
}

.terminal-id-form-text {
  color: var(--neutral--60);
  white-space: nowrap;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  font-size: 1rem;
}

.terminal-id-form-text.close {
  margin-top: 0;
  padding-top: 0;
}

.terminal-id-form-text.datadef {
  cursor: pointer;
  margin-top: 17px;
  text-decoration: underline;
}

.terminal-id-form-text.nowrap {
  white-space: nowrap;
}

.dashform-form {
  background-color: var(--neutral--100);
  color: #49c23c;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0 10px 31px;
  padding: 14px;
  font-size: 1rem;
  display: flex;
}

.link-block-11 {
  cursor: pointer;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 21px;
  margin-bottom: 1.5rem;
  margin-left: 50px;
  text-decoration: none;
  display: flex;
}

.alta {
  color: var(--neutral--80);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Century Gothic, sans-serif;
  font-weight: 400;
}

.div-block-102-copy {
  background-color: #292929;
  border-bottom: 2px solid #000;
  justify-content: center;
  margin-top: -1px;
  margin-bottom: -10px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.text-block-35-copy {
  color: var(--neutral--60);
  text-align: center;
  align-self: center;
  margin: 9px auto 14px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
  display: block;
}

.link-block-12 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: block;
}

.below-terminal-div {
  flex-flow: column;
  justify-content: center;
  padding-bottom: 10px;
  display: flex;
}

.downup-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  background-color: #0000;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 80%;
  height: 100%;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 0;
  padding-left: 0;
  display: flex;
  position: static;
  inset: 0%;
}

.downup-container.expd-downup {
  z-index: 1;
  background-color: #00000080;
  width: 100%;
  position: fixed;
}

.graph-model-closer {
  background-color: var(--neutral--60);
  cursor: pointer;
  border-radius: 10px;
  display: none;
  position: absolute;
  inset: 4% 4% auto auto;
}

.graph-model-closer.expd-ping, .graph-model-closer.expd-droprate, .graph-model-closer.expd-obstruction, .graph-model-closer.expd-sigqual, .graph-model-closer.expd-downup {
  display: block;
}

.customize-lables {
  color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
  text-decoration: underline;
  display: block;
}

.customize-lables.visible {
  display: block;
}

.ping-div {
  background-color: var(--neutral--100);
  color: #49c23c;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  background-clip: border-box;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 14px 14px;
  font-size: 10rem;
  display: flex;
}

.ping-div.expd-ping {
  z-index: 2;
  cursor: auto;
  justify-content: flex-start;
  width: 50%;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
  inset: 0%;
  box-shadow: 0 2px 14px 20px #84848433;
}

.eventlisteners {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: none;
  position: static;
}

.droprate-container {
  cursor: pointer;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 5px;
  display: flex;
  position: static;
  inset: 0%;
}

.droprate-container.expd-ping {
  background-color: #00000080;
  width: 100%;
  position: fixed;
}

.droprate-container.expd-droprate {
  z-index: 1;
  background-color: #00000080;
  width: 100%;
  height: 100%;
  position: fixed;
}

.droprate-div {
  background-color: var(--neutral--100);
  color: #49c23c;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  font-size: 10rem;
  display: block;
}

.droprate-div.halfbox {
  width: 100%;
  height: 48%;
  margin: 0;
  padding-top: 0;
}

.droprate-div.halfbox.resources {
  height: 56%;
}

.droprate-div.halfbox.management {
  height: 40%;
}

.droprate-div.expd-droprate {
  z-index: 2;
  cursor: default;
  width: 50%;
  height: auto;
  position: relative;
  box-shadow: 0 2px 14px 20px #84848433;
}

.droprate-div.expd-downup {
  width: 40%;
  height: auto;
  position: relative;
  box-shadow: 0 2px 14px 20px #84848433;
}

.obstruction-container {
  cursor: pointer;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 5px;
  display: flex;
  position: static;
  inset: 0%;
}

.obstruction-container.expd-ping {
  background-color: #00000080;
  width: 100%;
  position: fixed;
}

.obstruction-container.expd-droprate {
  background-color: #00000080;
  width: 100%;
  height: 100%;
  position: fixed;
}

.obstruction-container.expd-obstruction {
  z-index: 1;
  background-color: #00000080;
  width: 100%;
  height: 100%;
  position: fixed;
}

.obstruction-div {
  background-color: var(--neutral--100);
  color: #49c23c;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 10rem;
  display: block;
}

.obstruction-div.halfbox {
  width: 100%;
  height: 48%;
  margin: 0;
  padding-top: 0;
}

.obstruction-div.halfbox.resources {
  height: 56%;
}

.obstruction-div.halfbox.management {
  height: 40%;
}

.obstruction-div.expd-obstruction {
  cursor: default;
  width: 50%;
  height: auto;
  position: relative;
  box-shadow: 0 2px 14px 20px #84848433;
}

.sigqual-container {
  cursor: pointer;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 0;
  display: flex;
  position: static;
  inset: 0%;
}

.sigqual-container.expd-ping, .sigqual-container.expd-sigqual {
  background-color: #00000080;
  width: 100%;
  position: fixed;
}

.sigqual-div {
  background-color: var(--neutral--100);
  color: #49c23c;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  background-clip: border-box;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 14px 14px;
  font-size: 10rem;
  display: flex;
}

.sigqual-div.expd-ping, .sigqual-div.expd-sigqual {
  cursor: auto;
  justify-content: flex-start;
  width: 65%;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
  inset: 0%;
  box-shadow: 0 2px 14px 20px #84848433;
}

.div-block-105 {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 30%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  display: flex;
}

.ping-container {
  cursor: pointer;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
  inset: 0%;
}

.ping-container.expd-ping {
  z-index: 1;
  background-color: #00000080;
  width: 100%;
  position: fixed;
}

.ping-container.expd-droprate, .ping-container.expd-downup {
  background-color: #00000080;
  width: 100%;
  height: 100%;
  position: fixed;
}

.downup-div {
  background-color: var(--neutral--100);
  color: #49c23c;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  font-size: 12rem;
  display: flex;
}

.downup-div.halfbox {
  width: 100%;
  height: 48%;
  margin: 0;
  padding-top: 0;
}

.downup-div.halfbox.resources {
  height: 56%;
}

.downup-div.halfbox.management {
  height: 40%;
}

.downup-div.expd-droprate {
  width: 50%;
  height: auto;
  position: relative;
  box-shadow: 0 2px 14px 20px #84848433;
}

.downup-div.expd-downup {
  z-index: 2;
  cursor: default;
  width: 80%;
  height: auto;
  position: relative;
  box-shadow: 0 2px 14px 20px #84848433;
}

.dashform-name {
  color: var(--neutral--60);
  text-align: center;
  margin-top: 10px;
  font-size: 1.25rem;
}

.dashform-name.halfgraph {
  margin-top: 0;
  padding-top: 10px;
}

.form-name {
  color: var(--neutral--60);
  font-size: 1.25rem;
}

.nicknameformscripts, .addterminalformscripts {
  display: none;
}

.add-terminal-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--neutral--90);
  border: 1px solid #000;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  padding: 10px;
  display: flex;
}

.text-block-40 {
  text-align: center;
  cursor: pointer;
  margin-top: -23px;
  margin-bottom: 15px;
}

.terminal-entry-grid {
  grid-template: "."
                 "."
                 "."
                 "."
                 "."
                 / .5fr 1fr .75fr;
  justify-items: start;
}

.terminal-entry-grid.userguide {
  grid-template-columns: .25fr 1fr;
}

.rich-text-block-4 {
  flex: 1;
  align-self: auto;
  margin-left: auto;
  margin-right: auto;
  font-size: 8px;
  font-style: italic;
  font-weight: 400;
  line-height: 20px;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container-9 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

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

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.link-block-13 {
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.link-block-13.w--current {
  flex-flow: row;
  flex: 0 auto;
  order: -1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  font-family: Nu Century Gothic, sans-serif;
  font-size: 0;
  line-height: 0;
  display: flex;
}

.heading-11 {
  color: var(--neutral--80);
  margin-bottom: 0;
  font-family: Century Gothic, sans-serif;
  font-weight: 400;
  display: block;
}

.div-block-106 {
  width: 100%;
  height: 100%;
}

.div-block-107 {
  flex-flow: column;
  width: 80%;
  margin-left: 0;
  padding-left: 10px;
  display: flex;
}

.div-block-108 {
  flex-flow: row;
  justify-content: space-between;
  align-self: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.div-block-109 {
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.heading-12 {
  color: #7cdf5e;
  margin-bottom: 0;
  font-family: Century Gothic, sans-serif;
  font-weight: 400;
}

.link-block-14 {
  margin-right: -44px;
}

.text-block-41 {
  color: var(--neutral--80);
  font-family: Century Gothic, sans-serif;
}

.text-block-42 {
  color: var(--altadash-green);
}

.heading-13 {
  color: var(--altadash-green);
  align-self: auto;
  margin-bottom: 0;
  font-family: Century Gothic, sans-serif;
  font-weight: 400;
  display: block;
}

.docrepo-bucketname {
  color: var(--success--70);
}

.docrepo-context-menu-container {
  display: none;
}

.docrepo-context-menu {
  z-index: 1;
  border: 1px none var(--primary--30);
  background-color: var(--transparent);
  cursor: default;
  width: 150px;
  height: 60px;
  min-height: 0;
  display: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.docrepo-upload-files-container {
  display: none;
}

.docrepo-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 500px;
  display: flex;
}

.docrepo-filetree {
  color: var(--neutral--60);
  cursor: pointer;
  scrollbar-color: #100 #292929;
  scrollbar-width: thin;
  scrollbar-gutter: stable;
  min-height: 100px;
  max-height: 400px;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 1rem;
  overflow: auto;
}

.docrepo-filetree.terminal-management {
  max-height: 700px;
}

.docrepo-code {
  display: none;
}

.docrepo-pdf-viewer {
  width: 50%;
  height: 100%;
  margin-left: 50px;
}

.docrepo-body-container {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: var(--neutral--100);
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.timedividerend {
  background-color: #000;
  border-radius: 7px;
  width: 0;
  height: 75px;
}

.dashfirstlevel {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 0;
  padding-bottom: 10px;
  display: flex;
}

.dashsecondlevel {
  flex-flow: row;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 0;
  display: flex;
}

.dashrepo-container {
  cursor: auto;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 100%;
  margin-bottom: 31px;
  margin-left: 10px;
  margin-right: 0;
  display: flex;
  position: static;
  inset: 0%;
}

.dashrepo-container.expd-ping, .dashrepo-container.expd-sigqual {
  background-color: #00000080;
  width: 100%;
  position: fixed;
}

.div-block-110 {
  max-width: 275px;
}

.dashrepo-div {
  background-color: var(--neutral--100);
  color: #49c23c;
  -webkit-text-fill-color: inherit;
  cursor: auto;
  background-clip: border-box;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 14px 14px;
  font-size: 10rem;
  display: flex;
}

.dashrepo-div.expd-ping, .dashrepo-div.expd-sigqual {
  cursor: auto;
  justify-content: flex-start;
  width: 65%;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
  inset: 0%;
  box-shadow: 0 2px 14px 20px #84848433;
}

.div-block-111 {
  width: 50%;
}

.div-block-112 {
  align-self: flex-start;
  width: 40%;
  height: 100%;
  margin-left: 5px;
  padding-left: 0;
  padding-right: 0;
}

.docreposcripts {
  display: none;
}

.timedivs {
  color: var(--neutral--90);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 100%;
  display: flex;
}

.timedivs.selected {
  background-color: var(--transparent);
  color: var(--altadash-green);
  cursor: pointer;
  display: flex;
}

.timedivs.selected-copy {
  background-color: var(--transparent);
  color: var(--altadash-green);
  cursor: pointer;
  display: block;
}

.dcorepo-bucketname {
  color: var(--success--60);
  font-size: 1.5rem;
  font-weight: 400;
}

.docrepo-buckets {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  background-color: var(--transparent);
  color: var(--neutral--60);
  border: 1px #000;
  border-radius: 0;
  justify-content: space-around;
  align-items: center;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  display: flex;
}

.docrepo-crfolder-button {
  border: 1px none var(--neutral--90);
  background-color: var(--neutral--90);
  color: var(--altadash-green);
  border-radius: 20px;
  min-width: 100px;
  min-height: 30px;
  padding: 10px;
}

.docrepo-context-menu-options {
  border: 1px none var(--altadash-green);
  color: var(--neutral--100);
  cursor: default;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.docrepo-context-menu-option {
  border: 1px none var(--altadash-green);
  background-color: var(--color-3);
  pointer-events: auto;
  color: var(--neutral--100);
  cursor: pointer;
  mix-blend-mode: normal;
  width: 200px;
  height: 30px;
  padding: 0;
}

.docrepo-filetree-container {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--transparent);
  color: var(--neutral--60);
  border: 0 #000;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-height: 300px;
  max-height: 700px;
  display: flex;
}

.docrepo-pdfviewer {
  z-index: 1;
  width: 100%;
  display: flex;
  position: static;
  inset: 0%;
}

.docrepo-file-input {
  display: none;
}

.dashrepocontainer {
  background-color: var(--neutral--100);
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-left: 8px;
  display: flex;
  overflow: visible;
}

.dashrepocode {
  display: none;
}

.docrepo-pdfviewer-admin {
  z-index: 1;
  width: 100%;
  height: 1300px;
  display: block;
  position: fixed;
  inset: 0%;
}

.def-modal-wrapper-pdfviewer {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.def-modal-wrapper-pdfviewer.nodata {
  display: flex;
}

.def-modal-background-pdfviewer {
  cursor: pointer;
  background-color: #00000080;
  display: flex;
  position: absolute;
  inset: 0%;
}

.def-modal-pdfviewer {
  z-index: 1;
  text-align: center;
  background-color: #000;
  border-radius: 20px;
  width: 95%;
  max-width: 1200px;
  padding: 10px 30px 25px;
  display: block;
  position: relative;
  inset: 0%;
  box-shadow: 0 2px 14px 20px #84848433;
}

.def-model-closer-pdfviewer {
  background-color: var(--neutral--60);
  cursor: pointer;
  border-radius: 10px;
  position: absolute;
  inset: 4% 4% auto auto;
}

.docrepo-pdfviewer-container {
  z-index: 1;
  width: 100%;
  height: 75svh;
  display: flex;
  position: static;
  inset: 0%;
}

.dashform-form-body {
  background-color: var(--neutral--100);
  color: #49c23c;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 95%;
  margin: 0 10px 31px;
  padding: 14px;
  font-size: 1rem;
  display: flex;
}

.terminaldisplayscripts {
  display: none;
}

.termdis-orgs {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--transparent);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.termdis-terminals {
  border: 1px none var(--honeydew);
}

.termdis-org {
  background-color: var(--neutral--90);
  color: var(--neutral--60);
  border: 1px solid #000;
  border-radius: 20px;
  padding: 10px;
}

.termdis-terminal {
  background-color: var(--neutral--90);
  color: var(--neutral--80);
  border-radius: 20px;
  justify-content: center;
  width: auto;
  margin-top: 0;
  margin-left: -30px;
  margin-right: 0;
  padding: 10px;
  display: flex;
}

.dashform-dev-link {
  justify-content: center;
  align-items: center;
  display: block;
}

.docrepo-filetree-container-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--neutral--60);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.dashfourthlevel {
  flex-flow: row;
  justify-content: space-between;
  margin-top: 10px;
  display: flex;
}

.terminalinfotext {
  color: var(--neutral--60);
  margin-top: 0;
  margin-left: 0;
  padding-top: 5px;
  padding-left: 5px;
  font-size: 1rem;
}

.terminalinfotext.close {
  margin-top: 0;
  padding-top: 0;
}

.terminalinfotext.datadef {
  cursor: pointer;
  margin-top: 17px;
  text-decoration: underline;
}

.terminalinfotext.nowrap {
  white-space: nowrap;
}

.terminalinfotext.nomargin {
  margin-left: 0;
}

.activealertscontainer {
  background-color: var(--neutral--100);
  object-fit: contain;
  scrollbar-color: #100 #292929;
  scrollbar-width: thin;
  scrollbar-gutter: stable;
  flex-flow: column;
  align-items: center;
  width: 100%;
  min-height: 65px;
  max-height: 65px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
  overflow: auto;
}

.activealert-div {
  width: 100%;
  display: flex;
}

.activealert-timestamp {
  color: var(--altadash-grey);
  padding-right: 10px;
  font-size: 1rem;
}

.activealert-alert {
  color: var(--altadash-green);
  font-size: 1rem;
}

.activealertsdummyclasses {
  display: flex;
}

.def-modal-wrapper-activealerts {
  z-index: 999;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.def-modal-wrapper-activealerts.nodata {
  display: flex;
}

.grid-4 {
  scrollbar-gutter: stable;
  scrollbar-color: #100 #292929;
  grid-template: "."
                 "."
                 "."
                 "."
                 "."
                 / .25fr 1fr;
  justify-items: start;
  max-height: 600px;
  overflow: auto;
}

.grid-4.userguide {
  grid-template-columns: .25fr 1fr;
}

.def-modal-activealerts {
  z-index: 1;
  text-align: center;
  background-color: #000;
  border-radius: 20px;
  width: 100%;
  max-width: 1100px;
  padding: 10px 30px 25px;
  display: block;
  position: relative;
  inset: 0%;
  box-shadow: 0 2px 14px 20px #84848433;
}

.marketinteldiv {
  background-color: var(--neutral--100);
  color: #49c23c;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  margin: 0 5px 31px 0;
  padding-right: 0;
  font-size: 10rem;
}

.marketinteldiv.halfbox {
  width: 100%;
  height: 48%;
  margin: 0;
  padding-top: 0;
}

.marketinteldiv.halfbox.resources {
  height: 57.8%;
  margin-top: 0;
}

.marketinteldiv.halfbox.management {
  height: 40%;
  margin-top: 0;
  margin-bottom: 0;
}

.marketintelcontainer {
  background-color: var(--neutral--100);
  scrollbar-color: #100 #292929;
  scrollbar-width: thin;
  scrollbar-gutter: stable;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-height: 400px;
  margin-top: 20px;
  margin-left: 0;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
  overflow: auto;
}

.marketintelphoto {
  color: var(--altadash-grey);
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 1rem;
  display: flex;
}

.image-15 {
  border-radius: 10px;
  display: block;
}

.marketinteltitle {
  color: var(--altadash-grey);
  text-align: center;
  width: 100%;
  margin-top: 10px;
  font-size: 1.2rem;
}

.marketinteltext {
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.marketinteldate {
  color: var(--altadash-grey);
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  font-size: .85rem;
}

.marketinteldatetime {
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 10px;
  display: flex;
}

.marketintelblock {
  border-bottom-style: solid;
  border-bottom-color: #292929;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: flex;
}

.marketintelblock.reverse-flex {
  flex-flow: row-reverse;
}

.alertdefinitiontooltip {
  z-index: 1;
  box-sizing: content-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--neutral--10);
  text-align: center;
  border-radius: 6px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 300px;
  font-size: 1rem;
  line-height: 1.5;
  display: none;
  position: absolute;
  inset: auto 0% 36px 24%;
  transform: translate(-50%);
  box-shadow: 0 2px 8px #00000026;
}

.tooltiptext {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--black\<deleted\|variable-6bde1f7a\>);
  color: var(--altadash-green);
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 5px 8px;
  display: flex;
  box-shadow: 0 0 5px 5px #52525233;
}

.markintelscripts, .marketintelscripts {
  display: none;
}

.marketintelimage {
  border-radius: 10px;
  display: block;
}

.add-intel-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--neutral--90);
  border: 1px solid #000;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 575px;
  margin-top: 15px;
  padding: 10px;
  display: flex;
}

.add-intel-label {
  color: var(--neutral--60);
  white-space: nowrap;
  margin-top: 0;
  margin-left: 17px;
  padding-top: 0;
  padding-left: 5px;
  font-size: 1rem;
}

.add-intel-label.close {
  margin-top: 0;
  padding-top: 0;
}

.add-intel-label.datadef {
  cursor: pointer;
  margin-top: 17px;
  text-decoration: underline;
}

.add-intel-label.nowrap {
  white-space: nowrap;
}

.add-intel-submit {
  background-color: var(--neutral--90);
  color: var(--altadash-grey);
  border: 1px solid #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100px;
  margin-top: 15px;
  padding: 10px;
  font-size: 1rem;
  display: flex;
  position: static;
}

.markintel-form-container {
  border-bottom: 3px dashed #292929;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 15px;
  display: flex;
}

.terminaltrackerdiv {
  background-color: var(--neutral--100);
  color: #49c23c;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 100%;
  margin: 0 0 5px 5px;
  padding-right: 0;
  font-size: 10rem;
  display: flex;
}

.terminaltrackerdiv.halfbox {
  width: 100%;
  height: 48%;
  margin: 0;
  padding-top: 0;
}

.terminaltrackerdiv.halfbox.resources {
  height: 57.8%;
  margin-top: 0;
}

.terminaltrackerdiv.halfbox.management {
  height: 40%;
  margin-top: 0;
  margin-bottom: 0;
}

.terminaltrackercontainer {
  background-color: var(--neutral--100);
  color: #aaafb6;
  scrollbar-color: #100 #292929;
  scrollbar-width: thin;
  scrollbar-gutter: stable;
  border: 2px solid #292929;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 95%;
  height: 500px;
  max-height: 400px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 1rem;
  display: flex;
  overflow: visible;
}

.terminaltrackerscripts {
  color: var(--powderblue);
  display: none;
}

.dashform-textfield {
  color: #7cdf5e;
  background-color: #0e0f11;
  width: 275px;
}

.dashform-textfield.credits {
  width: 30px;
}

.dashform-textfield.status {
  width: 70px;
}

.dashform-textfield.kit_number {
  width: 130px;
}

.dashform-textfield.serial_number {
  width: 175px;
}

.dashform-textfield.activation_date {
  width: 120px;
}

.dashform-textfield.nickname {
  width: 240px;
}

.docrepo-bucket {
  background-color: var(--neutral--90);
  border: 1px solid #000;
  border-radius: 20px;
  padding: 10px;
}

.addtermform-container {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.docrepo-file, .docrepo-folder {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.add-button {
  color: var(--neutral--60);
  padding-left: 10px;
}

.mark-intel-container {
  scrollbar-color: #100 #292929;
  scrollbar-width: thin;
  scrollbar-gutter: stable;
  width: 55%;
  max-height: 800px;
  margin-top: 20px;
  overflow: auto;
}

.orgs-markintel {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.markintel-form-container-copy {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.add-intel-container {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.markintel-org {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--neutral--90);
  color: var(--neutral--60);
  border: 1px solid #000;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.markintel-delete-button {
  background-color: var(--neutral--90);
  color: var(--altadash-green);
  border: 1px solid #000;
  border-radius: 20px;
  padding: 10px;
}

.auto-fill-button {
  background-color: var(--neutral--90);
  color: var(--altadash-grey);
  border: 1px solid #000;
  border-radius: 20px;
  width: 100px;
  min-width: 100px;
  margin-top: 15px;
  padding: 10px;
}

.text-block-43 {
  color: #aaafb6;
}

.add-intel-input, .add-intel-link.add-intel-input {
  margin-top: 0;
}

.add-intel-submit-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.market-intel-form-container {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.add-intel-link-container {
  width: 100%;
  max-width: 575px;
  display: flex;
}

.emailform {
  z-index: 1000;
  background-color: var(--color-3);
  border: 1px solid #ccc;
  border-radius: 1px;
  padding: 20px;
  display: none;
  position: fixed;
  top: auto;
  box-shadow: 0 0 10px 10px #0000001a;
}

.email-form-container {
  background-color: var(--neutral--100);
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 2px 14px 20px #00000080;
}

.def-modal-wrapper-copy {
  z-index: 999;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.def-modal-wrapper-copy.nodata {
  display: flex;
}

.def-modal-wrapper-support {
  z-index: 999;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.def-modal-wrapper-support.nodata {
  display: flex;
}

.def-modal-background-support {
  cursor: pointer;
  background-color: #00000080;
  display: flex;
  position: absolute;
  inset: 0%;
}

.def-modal-support {
  z-index: 1;
  text-align: center;
  background-color: #000;
  border-radius: 20px;
  width: 95%;
  max-width: 750px;
  height: 95%;
  padding: 10px 30px 25px;
  display: block;
  position: relative;
  inset: 0%;
  box-shadow: 0 2px 14px 20px #84848433;
}

.def-model-closer-support {
  background-color: var(--neutral--60);
  cursor: pointer;
  border-radius: 10px;
  position: absolute;
  inset: 4% 4% auto auto;
}

.support-container {
  z-index: 1;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: calc(100% - 45px - 2.75rem);
  display: flex;
  position: static;
  inset: 0%;
}

.support-textarea {
  background-color: var(--black\<deleted\|variable-6bde1f7a\>);
  width: 100%;
  height: 100%;
  min-height: 100px;
  margin-top: 0;
}

.info-icon {
  width: 15px;
  height: 15px;
  margin-left: 5px;
}

.info-icon.change {
  margin-left: 0;
  margin-right: 5px;
}

.info-icon.uptime {
  margin-top: 12px;
}

.header-text-box {
  color: var(--neutral--10);
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.header-text-box.activealerts {
  height: 25%;
  margin-top: 10px;
}

.usermanagementscripts, .usermanagement-dummyclasses {
  display: none;
}

.um-option {
  background-color: #000;
}

.um-cell {
  text-align: center;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  min-height: 30px;
  padding: 3px;
  overflow: hidden;
}

.um-cell.access {
  max-width: 50px;
}

.um-checkbox {
  color: var(--altadash-green);
  background-color: #000;
  width: 20px;
  height: 20px;
}

.um-select {
  background-color: #000;
  width: 100%;
  min-width: 85px;
  height: 100%;
}

.um-empty-row {
  height: 36.61px;
  min-height: 30px;
}

.um-user-table {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--altadash-grey);
  border-collapse: collapse;
  border: 1px solid #313131;
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-height: 400px;
  margin-left: 0;
  padding-left: 0;
  font-size: .85rem;
}

.um-table-header {
  color: var(--altadash-green);
  min-width: 115px;
  padding: 4px;
}

.um-table-header.access {
  width: 70px;
  min-width: 70px;
}

.um-pagination-controls {
  background-color: #292929;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-left: 35%;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

.um-table-container {
  color: var(--altadash-green);
  scrollbar-gutter: stable;
  scrollbar-color: #100 #292929;
  border-bottom: 4px dashed #292929;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 30px;
  padding: 4px 4px 30px;
  display: flex;
  overflow: auto;
}

.um-next-page, .um-prev-page {
  background-color: #000;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.um-page-info, .um-total-users {
  color: var(--altadash-grey);
}

.um-input {
  color: #7cdf5e;
  background-color: #0e0f11;
  width: 275px;
}

.um-label {
  color: var(--altadash-grey);
}

.um-add-more-users, .um-submit, .um-remove-user-input {
  color: var(--altadash-green);
  background-color: #292929;
  border-radius: 5px;
}

.um-input-cell {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.um-user-input {
  display: flex;
}

.um-group-select {
  color: #7cdf5e;
  background-color: #0e0f11;
  width: 275px;
}

.infoformscripts {
  display: none;
}

.terminal-info-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--neutral--90);
  border: 1px solid #000;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  padding: 10px;
  display: flex;
}

.chatboxscripts {
  display: none;
}

.terminal-info-table {
  border-collapse: collapse;
  width: 100%;
  overflow-x: auto;
}

.term-info-container {
  scrollbar-color: #100 #292929;
  scrollbar-gutter: stable;
  width: 100%;
  overflow-x: auto;
}

.chatbox-dummyclasses {
  display: none;
}

.chat-message {
  border: 2px solid var(--altadash-grey);
  background-color: var(--black\<deleted\|variable-6bde1f7a\>);
  text-align: left;
  overflow-wrap: break-word;
  border-radius: 10px;
  max-width: 70%;
  padding: 10px;
}

.chat-chatbox {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--neutral--60);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--neutral--60);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--neutral--60);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--neutral--60);
  scrollbar-color: #100 #292929;
  scrollbar-gutter: stable;
  border-radius: 1px;
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  height: 550px;
  padding: 19px;
  display: flex;
  position: relative;
  overflow: auto;
}

.chat-right {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.chat-left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.chat-timestamp {
  font-size: .8rem;
}

.def-modal-wrapper-report {
  z-index: 999;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.def-modal-wrapper-report.nodata {
  display: flex;
}

.def-modal-report {
  z-index: 1;
  text-align: center;
  background-color: #000;
  border-radius: 20px;
  width: 95%;
  max-width: 900px;
  height: 95%;
  padding: 10px 30px 25px;
  display: block;
  position: relative;
  inset: 0%;
  box-shadow: 0 2px 14px 20px #84848433;
}

.def-modal-background-report {
  background-color: #00000080;
  display: flex;
  position: absolute;
  inset: 0%;
}

.def-model-closer-report {
  background-color: var(--neutral--60);
  cursor: pointer;
  border-radius: 10px;
  position: absolute;
  inset: 4% 4% auto auto;
}

.report-container {
  z-index: 1;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  height: calc(100% - 45px - 2.75rem);
  margin-top: 40px;
  display: flex;
  position: static;
  inset: 0%;
}

.image-16 {
  margin-right: 10px;
}

.reportpopupscripts, .report-dummyclasses {
  display: none;
}

.report-orgs-and-terminals-div {
  flex-flow: column;
  align-items: center;
  height: 100%;
  display: flex;
}

.report-form-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.report-orgs {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.report-terminals {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  overflow: auto;
}

.report-timeperiod {
  background-color: var(--neutral--100);
  color: var(--altadash-green);
}

.report-input {
  background-color: var(--neutral--100);
  color: var(--altadash-green);
  border-radius: 0;
  padding: 5px;
}

.report-terminal {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--neutral--90);
  border-radius: 20px;
  align-items: center;
  padding: 10px;
  display: flex;
}

.report-org {
  background-color: var(--neutral--90);
  border: 1px solid #000;
  border-radius: 20px;
  padding: 10px;
}

.report-connect-button {
  background-color: var(--neutral--90);
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 10px;
}

.report-form-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

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

.chat-org {
  background-color: var(--neutral--90);
  border-radius: 20px;
  padding: 10px;
}

.chat-message-input {
  background-color: var(--neutral--100);
  color: var(--altadash-green);
  border-radius: 10px;
  width: 70%;
  padding: 10px;
}

.chat-sendbutton {
  background-color: var(--neutral--90);
  color: var(--altadash-green);
  border-radius: 20px;
  padding: 10px;
}

.chat-form-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.chat-imagepreview {
  max-width: 200px;
  max-height: 200px;
  display: none;
}

.chat-link {
  color: var(--primary--70);
}

.chat-uploadbutton {
  background-color: var(--neutral--90);
  cursor: pointer;
  background-image: url('../images/fileupload.png');
  background-position: 50%;
  background-size: 20px 20px;
  padding: 10px;
}

.chat-imagepreview-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.chat-deletebutton {
  background-color: var(--neutral--90);
  border-radius: 20px;
  padding: 10px;
}

.support-container-copy {
  z-index: 1;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: calc(100% - 45px - 2.75rem);
  display: flex;
  position: static;
  inset: 0%;
}

.chat-filepreview-container {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.chat-filepreview {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--neutral--90);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.chat-delete-filepreview {
  background-color: var(--neutral--100);
  border-radius: 20px;
  font-size: 1.33rem;
  line-height: 1.33rem;
}

.um-mfa-status-container {
  color: var(--altadash-grey);
  margin-top: 10px;
  display: flex;
}

.um-mfa-status-select {
  color: #7cdf5e;
  background-color: #0e0f11;
  width: 115px;
  margin-left: 15px;
}

.search-3 {
  border: 1px solid #6a6a6a;
  border-radius: 2px;
  width: 200px;
}

.search-input-3 {
  background-color: #000;
}

.search-4 {
  background-color: var(--transparent);
  pointer-events: auto;
  width: 220px;
  margin-left: 19px;
  display: block;
}

.search-input-4 {
  background-color: var(--neutral--90);
  pointer-events: auto;
  border: 1px solid #fff;
  border-radius: 7px;
  height: 38px;
}

.search-button {
  float: none;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  mix-blend-mode: normal;
  background-color: #292929;
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 38px;
  margin-top: -48px;
  margin-bottom: 0;
  margin-left: -89px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.field-label {
  color: var(--transparent);
}

.um-search-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 0;
  display: flex;
}

.um-search-box {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.del {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin: 20px;
  display: flex;
}

.um-custom-input-1, .um-custom-inpu {
  color: #7cdf5e;
  background-color: #0e0f11;
  width: 275px;
}

.um-custom-inpu.credits {
  width: 30px;
}

.um-custom-inpu.status {
  width: 70px;
}

.um-custom-inpu.kit_number {
  width: 130px;
}

.um-custom-inpu.serial_number {
  width: 175px;
}

.um-custom-inpu.activation_date {
  width: 120px;
}

.um-custom-inpu.nickname {
  width: 240px;
}

.um-custom-input {
  color: #7cdf5e;
  background-color: #0e0f11;
  width: 275px;
  margin-right: 20px;
}

.um-custom-input.credits {
  width: 30px;
}

.um-custom-input.status {
  width: 70px;
}

.um-custom-input.kit_number {
  width: 130px;
}

.um-custom-input.serial_number {
  width: 175px;
}

.um-custom-input.activation_date {
  width: 120px;
}

.um-custom-input.nickname {
  width: 240px;
}

.um-search-button-box {
  color: var(--altadash-green);
  background-color: #292929;
  border-radius: 5px;
  margin-left: 20px;
}

.um-search-button {
  color: var(--altadash-green);
  background-color: #292929;
  border-radius: 5px;
}

.div-block-113 {
  margin-left: 20px;
}

.sewpvi-picture {
  background-image: url('../images/sewpvi-3.png'), url('../images/sewpvi-2.png'), url('../images/daniel-peters-2tvkoVK8prc-unsplash_md_gr.jpg');
  background-position: 50%, 50%, 0 0;
  background-repeat: repeat, repeat, repeat;
  background-size: cover, cover, cover;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: flex-end;
  height: 300px;
  display: flex;
}

.sewpvi-picture.alt {
  background-image: url('../images/lou-levit-0lHIMPhRtN8-unsplash_md.jpg');
  background-position: 50%;
}

.sewpvi-picture.alt.legal {
  height: 20vh;
}

.sewpvi-heading {
  color: var(--neutral--10);
  letter-spacing: -.02em;
  background-image: linear-gradient(12deg, #000, #fff0 56%);
  border-radius: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 65px;
  line-height: 1.2;
  display: flex;
}

.sewpvi-heading.text-color-white {
  color: #fff;
}

.sewpvi-heading.margin-bottom-12.white {
  color: var(--neutral--20);
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-bottom: 60px;
  padding-left: 60px;
  display: flex;
  overflow: visible;
}

.sewpvi-heading.slider {
  color: var(--seagreen);
}

.sewpvi-bullet {
  margin-top: -20px;
  margin-left: 30px;
  padding-top: 0;
}

.link-2 {
  color: var(--black\<deleted\|variable-6bde1f7a\>);
}

.sewpvi-grid3 {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
}

.sewpvi-grid3.bottom {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  object-position: 50% 50%;
  grid-auto-flow: row;
  justify-items: stretch;
  padding-top: 60px;
}

.sewpvi-contactcard {
  outline-offset: 0px;
  object-fit: fill;
  border-radius: 12px;
  outline: 1px solid #ccd4d6;
  flex-direction: column;
  align-items: stretch;
  width: 300px;
  padding: 32px;
  transition: all .3s;
  display: flex;
}

.sewpvi-contactcard:hover {
  outline-offset: 0px;
  background-color: #e9eced;
  outline: 1px solid #e9eced;
}

.div-block-114 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.paragraph-7 {
  margin-top: 15px;
}

.info-icon-newdoc {
  width: 15px;
  height: 15px;
  margin-left: 5px;
  display: none;
}

.info-icon-newdoc.change {
  margin-left: 0;
  margin-right: 5px;
}

.info-icon-newdoc.uptime {
  margin-top: 12px;
}

.def-modal-wrapper-docrepol-loading {
  z-index: 999;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.def-modal-wrapper-docrepol-loading.nodata {
  display: flex;
}

.def-modal-background-docrepo-loading {
  cursor: pointer;
  background-color: #00000080;
  display: flex;
  position: absolute;
  inset: 0%;
}

.def-modal-docrepo-loading {
  z-index: 1;
  text-align: center;
  background-color: #000;
  border-radius: 20px;
  width: auto;
  max-width: 1200px;
  padding: 10px 30px 25px;
  display: block;
  position: relative;
  inset: 0%;
  box-shadow: 0 2px 14px 20px #84848433;
}

.def-model-closer-docrepo-loading {
  background-color: var(--neutral--60);
  cursor: pointer;
  border-radius: 10px;
  position: absolute;
  inset: 4% 4% auto auto;
}

.info-icon-copy {
  width: 15px;
  height: 15px;
  margin-left: 5px;
}

.info-icon-copy.change {
  margin-left: 0;
  margin-right: 5px;
}

.info-icon-copy.uptime {
  margin-top: 12px;
}

.info-icon-copy-copy {
  width: 15px;
  height: 15px;
  margin-left: 5px;
}

.info-icon-copy-copy.change {
  margin-left: 0;
  margin-right: 5px;
}

.info-icon-copy-copy.uptime {
  margin-top: 12px;
}

.inactivetextpopup {
  color: var(--error--70);
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 10px;
  padding-left: 5px;
  font-size: 1rem;
  display: none;
}

.inactivetextpopup.close {
  margin-top: 0;
  padding-top: 0;
}

.inactivetextpopup.datadef {
  cursor: pointer;
  margin-top: 17px;
  text-decoration: underline;
}

.inactivetextpopup.datadef.terminalinfotext {
  margin-top: 0;
  margin-bottom: 15px;
  margin-left: 0;
  padding-left: 0;
  display: none;
}

.inactivetextpopup.datadef.terminaltrackertext {
  margin-top: -5px;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  font-size: 1rem;
}

.inactivetextpopup.nowrap {
  white-space: nowrap;
}

.inactivetextpopup.downup {
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
}

.text-block-38-copy {
  color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 0;
  font-size: 100%;
  display: flex;
}

.diagnosticsscripts {
  display: none;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular-2 {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-3 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-3:hover {
  color: #1a1b1fbf;
}

.nav-link-3:focus-visible, .nav-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.div-block-115 {
  background-color: var(--black\<deleted\|variable-6bde1f7a\>);
  background-image: url('../images/Background.png');
  background-position: 0 0;
  background-size: 100%;
  justify-content: flex-end;
  align-items: stretch;
  width: 80%;
  height: 95vh;
  font-size: 100%;
  line-height: 1.75vh;
  display: flex;
  position: static;
}

.body-7 {
  background-color: #414141;
  line-height: 1.75rem;
}

.planetcontainer {
  flex: none;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  margin-bottom: 0;
  margin-left: auto;
  display: flex;
}

.terminal-div-copy {
  clear: none;
  color: var(--neutral--60);
  text-align: center;
  cursor: pointer;
  background-color: #000;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 90%;
  height: 50px;
  margin: 5px 10px 25px;
  display: flex;
  position: static;
}

.container-10 {
  float: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: block;
}

.terminal-div-copy {
  clear: both;
  color: var(--neutral--60);
  text-align: center;
  cursor: pointer;
  background-color: #000;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin: 5px 10px 25px;
  display: flex;
  position: static;
}

.div-block-116 {
  z-index: 9999;
  background-color: #232323ad;
  display: block;
  position: fixed;
  inset: 0%;
}

.container-11 {
  background-color: #000;
  border-radius: 25px;
  max-width: 65%;
  max-height: 90%;
  margin-top: 18px;
  position: fixed;
  inset: 0%;
}

.button-4 {
  background-color: #aaafb6;
  justify-content: flex-end;
  width: 7%;
  display: flex;
}

.def-modal-trackinfo {
  z-index: 9999;
  text-align: center;
  background-color: #000;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  max-width: 750px;
  height: 95%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 30px 25px;
  font-size: .85rem;
  display: block;
  position: absolute;
  inset: auto 0%;
  box-shadow: 0 2px 14px 20px #84848433;
}

.def-modal-wrapper-trackinfo {
  z-index: 9999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #181818b5;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0 0% 0%;
}

.def-modal-wrapper-trackinfo.nodata {
  display: flex;
}

.track-user-guide-header {
  color: var(--altadash-green);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--altadash-green);
  margin: 10px 0 auto;
  font-size: 1.75rem;
  font-weight: 700;
  display: block;
  position: absolute;
  inset: 0%;
}

.trackguide-container {
  display: block;
  position: relative;
}

.text-block-44 {
  color: var(--neutral--60);
  text-align: center;
  margin-top: 30px;
  margin-right: 0;
  line-height: 1.3rem;
}

.div-block-74-tracker {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--altadash-grey);
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  min-width: auto;
  min-height: 100%;
  max-height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.body-7-copy {
  object-fit: fill;
  background-color: #414141;
  height: 100vh;
  line-height: 1.75rem;
  display: block;
  overflow: hidden;
}

.timezonecontainer {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: end flex-start;
  align-self: center;
  align-items: stretch;
  width: 59.9996%;
  min-width: 50%;
  max-width: 60vw;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  display: flex;
  overflow: hidden;
}

.timezonediv {
  border: 1px solid var(--altadash-green);
  background-color: var(--black\<deleted\|variable-6bde1f7a\>);
  border-radius: 4px;
  width: 6.1vw;
  min-width: 70px;
  height: 27px;
}

.zonetime {
  justify-content: center;
  width: auto;
  min-width: auto;
  min-height: auto;
  max-height: none;
  margin-bottom: 27px;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.zoneholder {
  float: right;
  clear: left;
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center;
  width: 13vw;
  margin-left: 1px;
  margin-right: 1px;
  font-family: Inter, sans-serif;
  display: grid;
  position: static;
}

.text-block-45 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  outline-offset: 0px;
  text-align: center;
  border: 1px #000;
  outline: 3px #aaafb6;
  justify-content: flex-end;
  width: auto;
  margin-bottom: -1px;
  padding-bottom: 0;
  padding-right: 0;
  font-size: .8rem;
  display: block;
  position: static;
}

.loading-overlay {
  z-index: 4000;
  overflow-wrap: normal;
  background-color: #131212;
  flex: none;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  margin-bottom: 0;
  display: none;
  position: fixed;
}

.container-12 {
  justify-content: center;
  align-self: center;
  align-items: baseline;
  max-width: none;
  display: flex;
}

.text-block-46 {
  clear: none;
  color: var(--altadash-green);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  justify-content: center;
  width: 35vw;
  height: 5vh;
  margin-top: 227px;
  margin-left: 0;
  padding-top: 0;
  font-family: Century Gothic, sans-serif;
  font-size: 2.5vw;
  display: flex;
  position: static;
}

.globe {
  z-index: 9991;
  box-sizing: border-box;
  flex: 0 auto;
  align-self: auto;
  width: 25vh;
  max-width: 25%;
  margin-left: 0;
  display: block;
  position: absolute;
}

.div-block-117 {
  position: relative;
  top: auto;
}

.image-17 {
  z-index: 9996;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
  position: absolute;
}

.div-block-118 {
  width: 25vw;
  margin-left: -164px;
  display: block;
}

.terminal-div-copy-copy {
  clear: none;
  color: var(--altadash-green);
  text-align: center;
  cursor: pointer;
  background-color: #000;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 90%;
  height: 50px;
  margin: 5px 10px 25px;
  display: flex;
  position: static;
}

.div-block-119 {
  display: none;
}

.back-text {
  color: var(--neutral--60);
  text-align: center;
  align-self: center;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
  display: block;
}

.altatrack-dev-link {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-47, .text-block-48, .deleteterminalscripts {
  display: none;
}

.ping-container-copy {
  cursor: pointer;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
  inset: 0%;
}

.ping-container-copy.expd-ping {
  z-index: 1;
  background-color: #00000080;
  width: 100%;
  position: fixed;
}

.ping-container-copy.expd-droprate, .ping-container-copy.expd-downup {
  background-color: #00000080;
  width: 100%;
  height: 100%;
  position: fixed;
}

.zoneholderzulu {
  float: right;
  clear: left;
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center;
  width: 13vw;
  margin-left: 0;
  margin-right: 0;
  font-family: Inter, sans-serif;
  display: grid;
  position: static;
}

.headingmagellan {
  background-color: var(--neutral--90);
  color: var(--neutral--100);
  display: block;
}

.headingmagellan.xl {
  letter-spacing: -.022em;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-family: Inter, sans-serif;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.25;
}

.headingmagellan.xl.c-t-neutral-10 {
  font-family: Inter, sans-serif;
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 1.2;
}

.headingmagellan.xl.c-t-neutral-10.xxl {
  text-align: left;
  font-size: 4rem;
  line-height: 1.1;
}

.headingmagellan.l {
  border-bottom: 2px solid var(--darkgreen);
  letter-spacing: -.021em;
  border-radius: 0;
  flex-direction: row;
  flex: 0 auto;
  align-self: auto;
  width: auto;
  max-width: 504px;
  margin-top: 0;
  margin-bottom: 1.25rem;
  padding-right: 0;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
  display: flex;
}

.headingmagellan.l.c-t-neutral-10.top {
  margin-top: 2.5rem;
}

.headingmagellan.l.s-m-b-0 {
  margin-bottom: 0;
}

.headingmagellan.l.latest {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--sea-green);
  text-align: center;
  flex-wrap: wrap;
  order: 1;
  justify-content: center;
  width: auto;
  max-width: 90%;
}

.headingmagellan.m {
  letter-spacing: -.019em;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
}

.headingmagellan.s {
  letter-spacing: -.017em;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
}

.headingmagellan.s.cut-text {
  max-width: 300px;
  margin-top: 1rem;
  margin-bottom: .5rem;
}

.headingmagellan.xs {
  letter-spacing: -.014em;
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}

.headingmagellan.xxs {
  letter-spacing: -.011em;
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.textblockmagellan {
  color: var(--info--30);
  padding: 0 10px;
  font-family: Century Gothic, sans-serif;
  font-size: 3rem;
  display: block;
}

.text-block-49-copy {
  z-index: 0;
  float: left;
  clear: none;
  color: var(--neutral--60);
  text-align: center;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: 22px;
  margin-left: 0;
  padding: 0;
  font-family: Century Gothic, sans-serif;
  font-size: 1.2rem;
  display: block;
  position: static;
}

.child-terminal-container {
  scrollbar-width: thin;
  scrollbar-gutter: stable;
  scrollbar-color: #100 #292929;
  flex-flow: column;
  width: 100%;
  min-height: 0;
  display: block;
}

.container-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: block;
}

.container-14 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch start;
  justify-items: start;
  margin-top: -6px;
  margin-left: 0;
  display: flex;
}

.magellansidebardiv {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #55414100;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 25%;
  height: 90%;
  margin-left: 0;
  display: block;
}

.magellanmaindiv {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #9f424200;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 90%;
  display: block;
}

.magellancontentcontainer {
  z-index: 9999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--transparent);
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#2d2c34, #494957);
  background-clip: border-box;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 92%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
  box-shadow: inset 0 2px 3px #a7bef5;
}

.body-6-copy {
  background-color: var(--transparent);
  color: var(--altadash-grey);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: row;
  height: 92%;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
}

.div-block-122 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--info--30);
  background-image: linear-gradient(90deg, #aac2fa, var(--info--30));
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: .6%;
  margin-left: 0;
  display: block;
  box-shadow: 0 2px 5px #0003;
}

.magellansidebarcontainer {
  box-sizing: border-box;
  border: 4px solid var(--primary--30);
  background-color: var(--neutral--90);
  box-shadow: inset 0 0 4px 0 #a7bef5, 0 2px 5px 0 var(--neutral--90);
  object-fit: fill;
  border-radius: 18px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: auto;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.magellanmaincontainer {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 4px solid var(--primary--30);
  background-color: var(--neutral--90);
  box-shadow: inset 0 0 4px 0 #a7bef5, 0 2px 5px 0 var(--neutral--90);
  object-fit: fill;
  border-radius: 18px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: auto;
  margin-top: 0;
  margin-left: 4px;
  margin-right: 29px;
  padding-top: 0;
  padding-right: 0;
  display: flex;
  overflow: visible;
}

.container-15 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  width: 90%;
  height: 7%;
  margin-top: 16px;
  margin-left: auto;
  display: block;
}

.container-16 {
  box-sizing: border-box;
  object-fit: none;
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: 94%;
  max-height: 94%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  overflow: clip;
}

.text-block-49 {
  justify-content: center;
  align-items: center;
  margin-top: -3px;
  padding-top: 0;
  font-family: Century Gothic, sans-serif;
  font-size: 3vh;
  line-height: 5vh;
  display: flex;
}

.div-block-123 {
  height: 6vh;
}

.div-block-124 {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--transparent);
  box-shadow: 0 0 5px 0 var(--info--30);
  border: 4px solid #494856;
  border-radius: 12px;
  flex-flow: column;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 85%;
  height: 88%;
  margin-top: 0;
  margin-left: 0;
  display: flex;
  overflow: clip;
}

.div-block-125 {
  box-sizing: content-box;
  float: left;
  clear: both;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  background-color: var(--neutral--60);
  border-radius: 20px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: flex-start center;
  place-items: center stretch;
  width: 85%;
  height: 4px;
  margin-top: 3px;
  margin-bottom: 0;
  margin-left: 22px;
  padding-top: 0;
  padding-left: 0;
  display: flex;
  position: static;
  inset: 0% 0% auto;
  overflow: visible;
}

.div-block-125-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--neutral--60);
  border-radius: 20px;
  justify-content: center;
  width: 94%;
  height: .6%;
  margin-top: -27px;
  margin-left: 34px;
  padding-top: 0;
  display: block;
}

.container-16-copy {
  box-sizing: border-box;
  object-fit: fill;
  flex-flow: row;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  max-width: none;
  height: 80%;
  margin-top: 28px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block-124-copy {
  box-sizing: content-box;
  clear: left;
  background-color: var(--transparent);
  object-fit: fill;
  border: 5px solid #494856;
  border-radius: 12px;
  flex-flow: row;
  justify-content: center;
  align-self: flex-start;
  align-items: stretch;
  width: 80%;
  height: 98%;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  display: block;
  overflow: hidden;
  box-shadow: 0 0 5px #494856;
}

.div-block-123-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: -18px;
  margin-bottom: 0;
  margin-left: 17px;
  padding-bottom: 0;
  display: flex;
}

.magellanselector {
  box-sizing: content-box;
  border: 1px solid var(--transparent);
  background-color: var(--transparent);
  color: var(--transparent);
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#494856, #494856);
  background-clip: border-box;
  border-radius: 11px;
  justify-content: center;
  width: 60%;
  height: 70%;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  display: flex;
}

.text-block-50 {
  color: var(--neutral--60);
  text-align: center;
  flex: 0 auto;
  align-self: center;
  margin-top: 0;
  font-size: 100%;
  line-height: 100%;
  display: flex;
}

.div-block-126 {
  z-index: 9999;
  background-color: var(--neutral--90);
  height: 4%;
  margin-top: 0;
  padding-top: 0;
  display: block;
  position: sticky;
}

.div-block-122-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--info--30);
  background-image: linear-gradient(90deg, #305874, var(--info--30));
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: .6%;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  display: block;
}

.button-3-copy {
  float: right;
  color: #1e2024;
  -webkit-text-stroke-color: #1e2024;
  object-fit: fill;
  background-color: #494856;
  border-radius: 5px;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 14px;
  margin-left: auto;
  margin-right: 27px;
  padding: 10px;
  display: block;
  box-shadow: 0 0 4px #a7bef5;
}

.container-17 {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.magellancontentcontaineroverlay {
  z-index: 9999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--transparent);
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#2d2c34, #494957);
  background-clip: border-box;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.div-block-127 {
  background-color: #1e2024;
  height: 4%;
}

.div-block-122-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--info--30);
  background-image: linear-gradient(90deg, #acc4fd, var(--neutral--90));
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: .6%;
  margin-top: 0;
  margin-left: 0;
  display: block;
}

.image-18 {
  vertical-align: baseline;
  width: 30%;
  margin-top: 135px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  inset: auto auto 0% 0%;
}

.inventory-nav {
  scrollbar-width: none;
  background-color: #000;
  justify-content: space-between;
  align-items: center;
  height: 75px;
  display: flex;
  position: static;
}

.inventory-nav.fixit {
  position: fixed;
}

.link-block-13-copy {
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.link-block-13-copy.w--current {
  flex-flow: row;
  flex: 0 auto;
  order: -1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  font-family: Nu Century Gothic, sans-serif;
  font-size: 0;
  line-height: 0;
  display: flex;
}

.inventorymaindiv {
  background-color: #fff;
  height: calc(100svh - 75px);
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-128 {
  font-size: 5rem;
}

.inventoryaltagroveid {
  border-bottom: 2px solid var(--neutral--70);
  color: var(--black\<deleted\|variable-6bde1f7a\>);
  padding-right: 15px;
  font-size: 2rem;
}

.inventoryaltagroveid.label {
  color: var(--neutral--80);
}

.inventoryclassification {
  border-bottom: 2px solid #838d95;
  padding-right: 20px;
  font-size: 3rem;
}

.inventoryclassification.label {
  color: var(--neutral--70);
}

.inventoryattributes {
  justify-content: space-around;
  margin-top: 15px;
  display: flex;
}

.inventoryattributecolumn {
  width: 700px;
  max-width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}

.inventoryattributediv {
  border-bottom: 1px solid #dadada;
  justify-content: space-between;
  width: auto;
  display: flex;
}

.text-block-51 {
  border-bottom: 3px solid #000;
  border-radius: 0;
}

.viewitemscripts, .onloadscripts {
  display: none;
}

.inventoryvaluetext {
  text-align: right;
  order: 1;
  justify-content: flex-end;
  align-items: center;
}

.div-block-129 {
  display: flex;
}

.inventorymodificationinfo {
  color: var(--black\<deleted\|variable-6bde1f7a\>);
  padding-right: 5px;
  font-size: .8rem;
}

.inventorymodificationinfo.label {
  color: var(--neutral--80);
  margin-left: 5px;
}

.form-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.field-label-2 {
  background-color: var(--transparent);
  margin-right: 10px;
  font-weight: 700;
}

.inventoryinput {
  border: 1px solid #cfcfcf;
  border-radius: 7px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  min-width: 150px;
  height: 38px;
  margin-bottom: 0;
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  overflow: hidden;
}

.text-field-5 {
  border-radius: 7px;
  width: 200px;
  height: 38px;
  margin-bottom: 0;
  margin-right: 10px;
}

.dashform-submit-copy {
  float: right;
  clear: left;
  background-color: var(--altadash-green);
  color: var(--neutral--90);
  cursor: pointer;
  border-radius: 10px;
  justify-content: flex-end;
  align-items: center;
  height: 38px;
  margin-top: 0;
  padding: 0 10px;
  font-size: 1.25rem;
  display: block;
}

.dashform-submit-copy.info {
  margin-bottom: 10px;
  margin-left: 48%;
}

.text-block-52 {
  font-size: 3rem;
}

.div-block-130 {
  border-bottom: 2px solid #000;
  margin-top: 10px;
  font-size: 1.25rem;
  display: flex;
}

.text-block-53 {
  margin-right: 5px;
}

.inventoryitemdiv {
  border-bottom: 1px solid #dbdbdb;
  justify-content: flex-start;
  align-items: center;
  height: 45px;
  padding-left: 20px;
  display: flex;
}

.inventoryitemattribute {
  white-space: nowrap;
  margin-right: 10px;
}

.inventoryitemkey {
  background-color: var(--honeydew);
  border: 1px solid #7cdf5e;
  flex-flow: row;
  height: 30px;
  margin-right: 30px;
  display: flex;
}

.inventoryitemtype {
  margin-right: 5px;
}

.inventoryitemid {
  white-space: nowrap;
  margin-right: 0;
}

.queryitemscripts {
  display: none;
}

.div-block-131 {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 800px;
  display: flex;
}

.div-block-133 {
  width: 150px;
  height: 45px;
}

.div-block-134 {
  box-sizing: content-box;
  clear: left;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--transparent);
  object-fit: fill;
  border: 5px solid #494856;
  border-radius: 12px;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  width: 90%;
  height: 98%;
  margin-top: -32px;
  margin-left: 0;
  padding-left: 0;
  display: block;
  overflow: hidden;
  box-shadow: 0 0 5px #494856;
}

.container-18 {
  box-sizing: content-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  height: auto;
  min-height: 75px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block-135 {
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.inventory-additem {
  border: 5px solid var(--black\<deleted\|variable-6bde1f7a\>);
  background-color: var(--transparent);
  color: var(--neutral--90);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0 10px;
  font-size: 1.25rem;
  font-weight: 700;
  display: flex;
}

.inventory-additem.info {
  margin-bottom: 10px;
  margin-left: 48%;
}

.additemscripts {
  display: none;
}

.inventoryadditemsubmission {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-54 {
  color: var(--neutral--70);
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: 23px;
  padding-left: 4px;
  padding-right: 4px;
}

.inventory-header {
  border-bottom: 2px solid #000;
}

.inventory-row {
  border-bottom: 1px solid #c9c9c9;
}

.inventory-cell {
  padding: 5px;
}

.def-modal-wrapper-altatrack {
  z-index: 999;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.def-modal-wrapper-altatrack .def-modal-background-nodata {
  z-index: 0;
}

.def-modal-wrapper-altatrack .def-modal-nodata {
  z-index: 10;
}

.def-modal-wrapper-altatrack.nodata {
  display: flex;
}

.expandbutton {
  box-sizing: border-box;
  float: right;
  clear: none;
  color: #000;
  object-fit: fill;
  background-color: #414141;
  border-radius: 5px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 12px;
  margin-left: 300px;
  margin-right: 300px;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.2rem;
  display: block;
  position: static;
  overflow: visible;
}

.div-block-136 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: space-around center;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.container-19 {
  border-radius: 25px;
  width: 90%;
  max-width: none;
  height: 80%;
}

.altatrackscripts {
  display: none;
}

.button-20 {
  color: var(--altadash-green);
  background-color: #292929;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.attribute-value-input {
  border: 1px dashed #d3d3d3;
  min-width: 100px;
}

.link-block-15 {
  margin-left: 0;
}

.container-20 {
  justify-content: flex-end;
  align-self: stretch;
  align-items: center;
  width: 20%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.button-21 {
  color: var(--black\<deleted\|variable-6bde1f7a\>);
  background-color: #7cdf5e;
  margin-left: 10px;
  margin-right: 10px;
}

.button-22 {
  clear: right;
  justify-content: flex-end;
  align-items: center;
  padding-left: 10px;
  display: block;
}

.container-21 {
  margin-right: 0;
}

.def-modal-wrapper-devlog {
  z-index: 999;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.def-modal-wrapper-devlog.nodata {
  display: flex;
}

.container-22 {
  width: 100%;
  height: 100%;
  display: block;
  overflow: clip;
}

.def-modal-wrapper-devlog2 {
  z-index: 999;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.def-modal-wrapper-devlog2.nodata {
  display: flex;
}

.container-23 {
  width: 100%;
  height: 100%;
  overflow: clip;
}

.div-block-72-copy {
  width: 100%;
  height: 90%;
  display: block;
}

.container-24 {
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  height: 80%;
  margin-top: 23px;
  display: block;
}

.div-block-137 {
  background-color: #000;
  border: 2px solid #72df5e;
  border-radius: 16px;
  width: 99.9999%;
  height: 100%;
}

.body-8 {
  background-color: #141421;
  background-image: url('../images/vj5BAYn3xA4k0RON-generated_image.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 100vh;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.grovelinkheader {
  border-style: solid;
  border-width: 0 0 3px;
  border-color: var(--grovelinkgreen);
  background-color: #14142100;
  background-image: linear-gradient(270deg, #07111c00, #000);
  height: 100%;
  display: none;
}

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

.div-block-138 {
  float: none;
  clear: both;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 3px solid var(--grovelinkgreen);
  text-align: right;
  background-color: #00000082;
  border-radius: 20px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: stretch;
  width: 20%;
  max-width: 300px;
  height: 95%;
  margin: 0 0 auto;
  padding-bottom: 0;
  display: block;
  box-shadow: 0 0 5px 6px #000;
}

.div-block-139 {
  float: right;
  clear: none;
  text-align: right;
  background-color: #0006;
  border: 2px solid #687d6b;
  border-radius: 20px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: stretch;
  width: 22%;
  height: 80%;
  margin: 0 0 auto;
  padding-bottom: 0;
  text-decoration: underline;
  display: flex;
}

.container-26 {
  grid-column-gap: 29px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: none;
  height: 77%;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 10px;
  padding-top: 0;
  display: flex;
}

.div-block-140 {
  box-sizing: border-box;
  float: none;
  clear: both;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 3px solid var(--grovelinkgreen);
  outline-offset: 0px;
  text-align: right;
  object-fit: fill;
  background-color: #00000082;
  border-radius: 20px;
  outline: 3px #0e0f11;
  flex-flow: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: stretch;
  width: auto;
  height: 95%;
  margin: 0 0 auto;
  padding-bottom: 0;
  display: block;
  box-shadow: 0 0 5px 6px #0b1216;
}

.section-9 {
  border-top: 3px solid #687d6b;
  border-bottom: 1px solid var(--grovelinkgreen);
  background-color: var(--neutral--100);
  width: 100%;
  height: 12%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.container-27 {
  background-color: var(--transparent);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 90%;
  min-height: 90%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 5px;
  display: block;
  overflow: auto;
}

.div-block-141 {
  box-sizing: border-box;
  border-style: solid;
  border-width: 3px;
  border-color: #687d6b #687d6b var(--grovelinkgreen);
  background-color: #2d3947;
  border-radius: 10px;
  width: 88%;
  height: 18%;
  min-height: auto;
  margin: 15px auto;
  display: block;
  overflow: visible;
  box-shadow: inset 0 2px 5px 5px #0000005e;
}

.div-block-142 {
  width: 97.0786%;
  height: 100%;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
}

.text-block-55 {
  float: none;
  color: var(--neutral--60);
  text-align: center;
  word-break: normal;
  overflow-wrap: normal;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 55%;
  margin: auto;
  padding-top: 0;
  font-family: Droid Sans, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: static;
}

.div-block-143 {
  background-color: var(--grovelinkgreen);
  width: 99.9999%;
  height: 2%;
}

.div-block-144 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 99.9999%;
  height: 40%;
  display: grid;
}

.button-23 {
  width: 90%;
  height: 40%;
  margin-left: 15px;
  margin-right: auto;
}

.div-block-145 {
  background-color: var(--grovelinkgreen);
  text-align: center;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80%;
  margin: auto;
  font-weight: 700;
  display: flex;
}

.container-28 {
  width: 99.4187%;
  max-width: none;
  height: 12%;
  display: flex;
}

.div-block-146 {
  background-color: var(--grovelinkgreen);
  width: 100%;
  height: .75%;
}

.container-29 {
  white-space: nowrap;
  word-break: keep-all;
  flex-flow: wrap;
  place-content: flex-start;
  align-items: flex-start;
  width: 99.4187%;
  max-width: none;
  height: 82%;
  margin: 0;
  display: flex;
  overflow: auto;
}

.search-input-5 {
  width: 20%;
  height: 15%;
  margin: auto;
}

.search-button-2 {
  margin: auto;
  display: block;
}

.search-5 {
  width: 52%;
  height: 40%;
  margin: 15px auto auto;
  display: flex;
}

.search-button-3 {
  box-sizing: content-box;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  direction: ltr;
  text-align: justify;
  white-space: normal;
  overflow-wrap: normal;
  object-fit: cover;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  width: 9%;
  height: 45%;
  margin: auto;
  text-decoration: none;
  display: block;
  overflow: visible;
}

.search-input-6 {
  width: 100%;
  height: 100%;
  margin: auto;
}

.search-button-copy {
  float: none;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--grovelinkgreen);
  color: var(--black\<deleted\|variable-6bde1f7a\>);
  text-align: center;
  mix-blend-mode: normal;
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  width: 20%;
  height: 38px;
  margin: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.search-input-7 {
  border: 2px solid var(--grovelinkgreen);
  color: var(--grovelinkgreen);
  background-color: #2d3947;
  border-radius: 8px;
}

.div-block-147 {
  width: 9%;
  height: 40%;
}

.div-block-148 {
  background-color: var(--grovelinkgreen);
  text-align: center;
  border-radius: 10px 0 0 10px;
  justify-content: center;
  align-items: center;
  width: 15%;
  height: 50%;
  margin: auto 0 auto auto;
  font-size: 100%;
  font-weight: 700;
  line-height: 100%;
  display: flex;
}

.div-block-149 {
  clear: none;
  border: 2px solid var(--altadash-grey);
  color: var(--neutral--60);
  text-align: left;
  background-color: #2d3947;
  justify-content: center;
  align-items: center;
  width: 30%;
  min-width: 25%;
  height: 50%;
  margin: auto 0;
  font-size: .9rem;
  font-weight: 400;
  line-height: 2.2;
  display: flex;
  box-shadow: inset 0 2px 5px 5px #00000045;
}

.div-block-150 {
  background-color: var(--grovelinkgreen);
  text-align: center;
  border-radius: 0 10px 10px 0;
  justify-content: center;
  align-items: center;
  width: 15%;
  height: 50%;
  margin: auto auto auto 0;
  font-size: 100%;
  font-weight: 700;
  line-height: 100%;
  display: flex;
}

.container-30 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 98%;
  max-width: none;
  height: 12%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: none;
}

.grovelinkcheck {
  background-color: var(--grovelinkgreen);
  border-radius: 15px;
  width: 7.5%;
  max-width: 75px;
  height: 100%;
  margin-left: 20px;
  margin-right: auto;
  display: none;
}

.div-block-152 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--grovelinkgreen);
  border-radius: 15px;
  grid-template-rows: 61px;
  grid-template-columns: 1fr minmax(1%, 1%) 1fr 1% 1fr 1% 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center;
  align-self: center;
  place-items: center;
  width: 84%;
  height: 100%;
  margin: auto 20px auto auto;
  display: grid;
}

.spacer {
  background-color: var(--altadash-grey);
  border-radius: 5px;
  width: 50%;
  height: 80%;
  margin: auto;
}

.div-block-153 {
  border: 2px solid var(--altadash-grey);
  color: var(--neutral--60);
  text-align: center;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: anywhere;
  background-color: #2d3947;
  border-radius: 15px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 100%;
  margin: auto;
  font-size: 1rem;
  line-height: 3.3;
  display: flex;
  overflow: clip;
  box-shadow: inset 0 2px 5px 7px #0000003d;
}

.container-31 {
  border-top: 3px solid var(--grovelinkgreen);
  background-color: #000307;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 100%;
  max-width: none;
  height: 10%;
  padding-top: 10px;
  display: block;
}

.div-block-145-copy {
  background-color: var(--grovelinkgreen);
  text-align: center;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 50%;
  margin: 10px auto auto;
  line-height: 2;
  display: flex;
}

.div-block-154 {
  background-color: var(--grovelinkgreen);
  text-align: center;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 14%;
  height: 56%;
  margin: 15px auto auto;
  font-size: 100%;
  font-weight: 700;
  line-height: 100%;
  display: flex;
}

.container-32 {
  width: 98%;
  max-width: none;
  height: 90px;
  display: flex;
}

.section-10 {
  width: 100%;
  height: 9%;
  margin-top: auto;
  margin-bottom: 15px;
  display: flex;
}

.button-24 {
  display: inline-block;
}

.container-33 {
  border-bottom: 3px solid var(--grovelinkgreen);
  background-image: linear-gradient(90deg, #000, #00000030);
  width: 100%;
  max-width: none;
  height: 100%;
  display: flex;
}

.button-3-copy {
  float: right;
  clear: right;
  border: 2px solid var(--grovelinkgreen);
  color: #aaafb6;
  object-fit: fill;
  background-color: #2d3947;
  border-radius: 5px;
  flex: 0 auto;
  order: 0;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  display: block;
  box-shadow: inset 0 2px 5px 5px #0000004f;
}

.div-block-155 {
  background-color: #222c3600;
  width: 100%;
  height: 104%;
  display: flex;
}

.heading-11-copy {
  color: #2d3947;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 25px;
  font-family: Century Gothic, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  display: flex;
}

.heading-13-copy {
  color: var(--grovelinkgreen);
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0;
  font-family: Century Gothic, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  display: flex;
}

.heading-14 {
  color: var(--neutral--60);
  justify-content: flex-start;
  align-items: center;
  margin: 40px 0 auto 20px;
  font-family: Century Gothic, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  display: flex;
}

.div-block-154-copy {
  background-color: var(--grovelinkgreen);
  text-align: center;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 56%;
  margin: auto;
  font-size: 100%;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.container-34 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0;
  display: flex;
}

.container-35 {
  flex: 1;
  width: 100%;
  display: flex;
}

.container-36 {
  justify-content: center;
  align-items: center;
  width: 12%;
  height: 100%;
  display: flex;
}

.addlinkpopup {
  z-index: 9999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  background-color: #000000b3;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-156 {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 3px solid var(--grovelinkgreen);
  box-shadow: 0 0 5px 4px var(--grovelinkgreen);
  background-color: #00050a;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  height: 90%;
  margin: auto;
  display: block;
  position: fixed;
  inset: 0%;
}

.div-block-157 {
  width: 90%;
  height: 8%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-158 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 2px solid var(--grovelinkgreen);
  border-bottom: 2px solid #000;
  grid-template-rows: minmax(auto, 25%) auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  height: 14%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  display: grid;
}

.div-block-159 {
  border-bottom: 1px solid var(--grovelinkgreen);
  height: 12%;
}

.div-block-160 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 2px solid var(--grovelinkgreen);
  grid-template-rows: minmax(10%, 18%) auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  height: 30%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  display: grid;
}

.div-block-161, .div-block-162 {
  border-top: 2px solid var(--grovelinkgreen);
  width: 90%;
  height: 18%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-158-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 2px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 12%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-163 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-19 {
  background-color: var(--altadash-grey);
  border-radius: 10px;
  order: 1;
  align-self: center;
  margin: auto 40px auto auto;
  display: block;
}

.div-block-164 {
  display: flex;
}

.button-3-copy-copy {
  float: right;
  border: 2px solid var(--grovelinkgreen);
  color: var(--altadash-grey);
  -webkit-text-stroke-color: #1e2024;
  object-fit: fill;
  background-color: #494856;
  border-radius: 5px;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: auto;
  margin: auto;
  padding: 7px;
  display: block;
}

.div-block-165 {
  color: var(--altadash-grey);
  text-align: center;
  width: 99.9997%;
  height: 30%;
  font-size: 1.35rem;
  display: block;
}

.div-block-166 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 99.9997%;
  height: 30%;
  display: grid;
}

.div-block-167 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-168 {
  border: 2px solid var(--grovelinkgreen);
  color: var(--grovelinkgreen);
  text-align: center;
  border-radius: 10px;
  width: 20%;
  height: 80%;
  font-size: 1.35rem;
  line-height: 1.3;
}

.div-block-169 {
  display: flex;
}

.text-block-56 {
  color: var(--neutral--60);
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  font-size: 1.2rem;
}

.div-block-170 {
  border: 2px solid var(--grovelinkgreen);
  background-color: var(--grovelinkgray);
  color: var(--neutral--60);
  border-radius: 10px;
  width: 60%;
  height: 55%;
  margin: auto 0 auto 10px;
  display: block;
}

.addprojectpopup {
  background-color: #000000b3;
  width: 100%;
  max-width: none;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.div-block-171 {
  border: 3px solid var(--grovelinkgreen);
  box-shadow: 0 0 5px 4px var(--grovelinkgreen);
  background-color: #00050a;
  border-radius: 20px;
  flex: 0 auto;
  align-self: center;
  width: 50%;
  max-width: 727px;
  height: 80%;
  max-height: 680px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
}

.addlinkcontainer {
  background-color: #000000b3;
  width: 100%;
  max-width: none;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.projectform {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000000b3;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
  position: fixed;
  inset: 0%;
}

.container-38 {
  max-width: none;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-172 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: minmax(0%, 100%);
  grid-template-columns: 1fr 2fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 13%;
  display: grid;
}

.div-block-173 {
  justify-content: flex-start;
  align-items: center;
  width: 24%;
  height: 100%;
  margin-left: auto;
  margin-right: 20px;
  display: flex;
}

.div-block-174 {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-175---copy {
  border-top: 2px solid var(--grovelinkgreen);
  outline-offset: 0px;
  outline: 3px #e148c0;
  width: 90%;
  height: 13%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-176 {
  border: 3px solid var(--grovelinkgreen);
  border-radius: 15px;
  width: 90%;
  height: 38%;
  margin-bottom: 14px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-177 {
  border: 3px solid var(--grovelinkgreen);
  color: var(--neutral--60);
  border-radius: 20px;
  width: 90%;
  height: 25%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-178 {
  flex-flow: row;
  width: 90%;
  height: 9%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-179 {
  border-bottom: 2px solid var(--grovelinkgreen);
  color: var(--neutral--60);
  text-align: center;
  width: 85%;
  height: 17%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.35rem;
}

.div-block-180 {
  grid-column-gap: 16px;
  grid-row-gap: 4px;
  grid-template-rows: 50px auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 83%;
  padding-top: 20px;
  padding-left: 20px;
  display: grid;
  overflow: auto;
}

.div-block-168-copy {
  border: 2px solid var(--grovelinkgreen);
  color: var(--grovelinkgreen);
  text-align: center;
  border-radius: 10px;
  width: 55%;
  height: 80%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.35rem;
  line-height: 1.6;
  display: block;
}

.locationform {
  background-color: #000000b3;
  width: 100%;
  max-width: none;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.heading-13-copy-copy {
  color: var(--grovelinkgreen);
  align-self: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Century Gothic, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  display: flex;
  position: static;
}

.div-block-176-copy {
  border: 3px solid var(--grovelinkgreen);
  border-radius: 15px;
  width: 90%;
  height: 62%;
  margin-bottom: 14px;
  margin-left: auto;
  margin-right: auto;
}

.container-38-copy {
  max-width: none;
  display: flex;
  position: fixed;
  inset: 0%;
}

.addprojectform {
  background-color: #000000b3;
  max-width: none;
  display: none;
  position: fixed;
  inset: 0%;
}

.addlocationscripts, .addprojectscripts {
  display: block;
}

.authoverlay {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: none;
  position: fixed;
  inset: 0%;
}

.image-20 {
  vertical-align: baseline;
  width: 100%;
  height: 100%;
  margin: auto;
}

.div-block-181 {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 60%;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: 0%;
}

.div-block-182 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 4px solid var(--grovelinkgreen);
  border-bottom: 4px solid var(--grovelinkgreen);
  background-color: #040d15bf;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 150%;
  display: flex;
}

.div-block-183 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 15%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-184 {
  color: var(--neutral--60);
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 6%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Century Gothic, sans-serif;
  font-size: 1.3rem;
  display: flex;
}

.heading-15 {
  color: var(--grovelinkgray);
  -webkit-text-stroke-color: var(--grovelinkgreen);
  justify-content: flex-end;
  align-items: center;
  width: 40%;
  height: 100%;
  margin: auto 0 auto auto;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Century Gothic, sans-serif;
  font-size: 500%;
  font-weight: 400;
  line-height: 1%;
  display: flex;
}

.heading-16 {
  color: var(--grovelinkgreen);
  justify-content: flex-start;
  align-items: center;
  width: 22%;
  height: 100%;
  margin: auto auto auto 0;
  font-family: Century Gothic, sans-serif;
  font-size: 500%;
  font-weight: 400;
  display: flex;
}

.div-block-185 {
  width: auto;
  height: 90%;
  margin: auto 10px;
  display: block;
  overflow: auto;
}

.viewerpopup {
  background-color: #000000ad;
  width: 100%;
  max-width: none;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-186 {
  width: 99%;
  height: 14%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-187 {
  border-top: 2px solid var(--grovelinkgreen);
  border-bottom: 2px solid var(--grovelinkgreen);
  width: 85%;
  height: 60%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  overflow: auto;
}

.templateheader {
  color: var(--grovelinkgreen);
  justify-content: center;
  align-items: center;
  margin: auto;
  font-family: Century Gothic, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  display: flex;
}

.grovelinkcloser {
  background-color: var(--altadash-grey);
  border-radius: 10px;
  order: 1;
  align-self: center;
  width: 6%;
  min-width: 43px;
  max-width: 45px;
  height: 45%;
  min-height: 43px;
  max-height: 45%;
  margin: auto 40px auto -50px;
  padding-left: 0;
  display: block;
  position: relative;
  left: 0;
}

.div-block-188 {
  border: 1px solid var(--grovelinkgreen);
  opacity: 1;
  direction: ltr;
  color: var(--altadash-grey);
  text-align: center;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  border-radius: 12px;
  width: auto;
  max-width: none;
  height: auto;
  margin: 5px 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1rem;
  line-height: 1.2rem;
  display: block;
  overflow: visible;
}

.div-block-189 {
  width: 100%;
  height: 25%;
  padding: 10px 20px 20px;
}

.templateselect {
  border: 2px solid var(--grovelinkgreen);
  background-color: var(--grovelinkgray);
  color: var(--neutral--60);
  white-space: normal;
  word-break: normal;
  overflow-wrap: break-word;
  border-radius: 17px;
  width: 90%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  overflow: auto;
}

.div-block-145-copy {
  background-color: var(--grovelinkgreen);
  text-align: center;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80%;
  margin: auto;
  font-weight: 700;
  display: flex;
}

.div-block-191 {
  grid-column-gap: 16px;
  grid-row-gap: 4px;
  color: var(--neutral--60);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 99.9998%;
  height: 70%;
  display: grid;
}

.div-block-192 {
  color: var(--neutral--60);
  width: 99.9998%;
  height: 70%;
}

.starlinkselector {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.div-block-193 {
  border: 2px solid var(--altadash-grey);
  background-color: #2d39479e;
  border-radius: 11px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 5%;
  padding-right: 56px;
  display: none;
}

.div-block-194 {
  color: var(--neutral--60);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 100%;
  margin-left: 40px;
  margin-right: 0;
  display: block;
}

.div-block-194-copy {
  color: var(--neutral--60);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 100%;
  margin-left: 0;
  margin-right: -68px;
  display: block;
}

.deleteform {
  background-color: #000000b3;
  width: 100%;
  max-width: none;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.button-3-copy-copy-copy {
  float: right;
  border: 2px solid var(--grovelinkgreen);
  color: var(--altadash-grey);
  -webkit-text-stroke-color: #1e2024;
  object-fit: fill;
  background-color: #494856;
  border-radius: 5px;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: auto;
  margin: auto;
  padding: 7px;
  display: flex;
}

.div-block-175---copy-copy {
  border-top: 2px solid var(--transparent);
  outline-offset: 0px;
  outline: 3px #e148c0;
  width: 90%;
  height: 13%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-19-copy {
  background-color: var(--altadash-grey);
  border-radius: 10px;
  order: 1;
  align-self: center;
  margin: auto 40px auto auto;
  display: block;
}

.div-block-154-copy-copy {
  text-align: center;
  background-color: #687d6b;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 15%;
  height: 56%;
  margin: auto;
  font-size: 100%;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.div-block-195 {
  width: 15%;
  height: 100%;
  padding-left: 0;
  display: flex;
}

.heading-13-copy-copy-copy {
  color: var(--grovelinkgray);
  align-self: auto;
  margin: auto 0 auto auto;
  font-family: Century Gothic, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  display: block;
}

.navbar-logo-center-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container-2.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container-39 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

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

.navbar-brand-three-2 {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three-2 {
  width: 100%;
}

.nav-menu-three-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block-2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-4 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-4:hover {
  color: #1a1b1fbf;
}

.nav-link-4:focus-visible, .nav-link-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-3 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-3 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-3:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-3:focus-visible, .nav-dropdown-toggle-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-3 {
  margin-right: 10px;
}

.nav-dropdown-list-3 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-3.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-3 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-3:focus-visible, .nav-dropdown-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: #1a1b1fbf;
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-5:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-5:active {
  background-color: #43464d;
}

.nav-links {
  justify-content: flex-start;
  display: flex;
  position: static;
}

.main-layout {
  flex-flow: row;
  display: flex;
}

.sidebar {
  width: 0%;
}

.templatecontainer {
  background-color: #0006;
  width: 99.9999%;
  max-width: none;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-196 {
  justify-content: center;
  align-items: center;
  width: 26%;
  height: 60%;
  margin: auto;
  padding-top: 0;
  display: block;
  position: fixed;
  inset: 0%;
}

.templateselectcontainer {
  width: 100%;
  height: 70%;
  padding: 10px 20px 20px;
}

.importtemplatebutton {
  background-color: var(--grovelinkgreen);
  text-align: center;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 8%;
  margin: 15px auto 20px;
  font-size: 100%;
  line-height: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.templatecloser {
  background-color: var(--altadash-grey);
  border-radius: 10px;
  order: 1;
  align-self: center;
  width: 6%;
  min-width: 43px;
  max-width: 45px;
  height: 45%;
  min-height: 43px;
  max-height: 45%;
  margin: auto 40px auto -50px;
  padding-left: 0;
  display: block;
  position: relative;
  left: 0;
}

.templateitem {
  border: 3px solid var(--grovelinkgreen);
  text-align: center;
  background-color: #00000054;
  border-radius: 13px;
  width: 90%;
  height: 12%;
  margin: 10px auto;
  font-size: 1.3rem;
  line-height: 2.2;
}

.itemtile {
  border: 3px solid var(--grovelinkgreen);
  background-color: var(--grovelinkgray);
  text-align: center;
  mix-blend-mode: normal;
  border-radius: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 18%;
  height: 60%;
  margin: 10px 0 10px 20px;
  display: flex;
  overflow: visible;
  box-shadow: inset 0 0 5px 6px #0000004f;
}

.checkboxcontainer {
  width: 25%;
  height: 26%;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.container-41 {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: 3 / 2;
  object-fit: fill;
  border-radius: 18px;
  flex-flow: row;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 50%;
  height: 21.905%;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  display: flex;
  overflow: clip;
}

.imageplaceholder {
  box-sizing: border-box;
  float: none;
  clear: none;
  aspect-ratio: auto;
  vertical-align: top;
  object-fit: scale-down;
  border-radius: 17px;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: inline-block;
  position: static;
  overflow: hidden;
}

.container-42 {
  object-fit: fill;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: none;
  height: 68%;
  margin-top: -7px;
  margin-bottom: auto;
  padding-top: 0;
  display: flex;
  overflow: auto;
}

.itemtileparams {
  border: 2px solid var(--altadash-grey);
  color: var(--neutral--60);
  text-align: center;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: anywhere;
  object-fit: scale-down;
  background-color: #2d3947;
  border-radius: 15px;
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 22%;
  margin: 0 auto 5px;
  font-size: 1rem;
  line-height: 3.3;
  display: block;
  overflow: clip;
  box-shadow: inset 0 2px 5px 7px #0000003d;
}

.checkboxcontainer-copy {
  width: 25%;
  height: 26%;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.indextile {
  max-width: none;
  display: none;
  position: fixed;
  inset: 0%;
}

.indextilecontainer {
  background-color: #000000b3;
  width: 100%;
  max-width: none;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.indextileblock {
  border: 3px solid var(--grovelinkgreen);
  box-shadow: 0 0 5px 4px var(--grovelinkgreen);
  background-color: #00050a;
  border-radius: 20px;
  width: 90%;
  height: 90%;
  margin: auto;
  display: block;
  position: fixed;
  inset: 0%;
}

.div-block-75-copdy-copy {
  background-color: var(--neutral--100);
  color: #49c23c;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 100%;
  margin: 0 5px 31px 0;
  padding-right: 0;
  font-size: 10rem;
  display: block;
}

.div-block-75-copdy-copy.halfbox {
  width: 100%;
  height: 48%;
  margin: 0;
  padding-top: 0;
}

.div-block-75-copdy-copy.halfbox.resources {
  height: 31%;
  margin-top: 0;
}

.div-block-75-copdy-copy.halfbox.management {
  height: 35%;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-97-copy {
  flex-flow: wrap;
  justify-content: flex-start;
  height: auto;
  margin-bottom: 10px;
  padding-left: 17px;
  display: flex;
}

.div-block-97-copy.datadef {
  justify-content: center;
  align-items: center;
  padding-left: 0;
}

.div-block-97-copy.last, .div-block-97-copy.downup {
  margin-bottom: 0;
}

.terminalinfotext-copy {
  color: var(--neutral--60);
  height: 50%;
  margin-top: 0;
  margin-left: 0;
  padding-top: 5px;
  padding-left: 5px;
  font-size: 1rem;
}

.terminalinfotext-copy.close {
  margin-top: 0;
  padding-top: 0;
}

.terminalinfotext-copy.datadef {
  cursor: pointer;
  margin-top: 17px;
  text-decoration: underline;
}

.terminalinfotext-copy.nowrap {
  white-space: nowrap;
}

.terminalinfotext-copy.nomargin {
  margin-left: 0;
}

.home-header-section {
  height: 100vh;
  margin-top: -143px;
  overflow: hidden;
}

.home-header-section.hide {
  display: none;
}

.section-11.nav {
  height: 100px;
}

.text-span-4 {
  color: #569a56;
}

.navigation-button-4 {
  grid-column-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #0000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 8px 12px 8px 20px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.navigation-button-4:hover {
  background-color: #85a5ff;
}

.navigation-button-4.ocss-green {
  grid-column-gap: 6px;
  background-color: #569a56;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 14px;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.navigation-3 {
  background-color: #fff;
  align-items: center;
  width: 100%;
  margin-bottom: 140px;
  padding: 10px 5%;
  display: block;
}

.menu-button-8 {
  color: #080808;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 8px;
  transition: color .3s;
}

.menu-button-8:hover {
  color: #ea7462;
}

.menu-button-8.w--open {
  color: #fff;
  background-color: #ea7462;
  border-color: #ea7462;
}

.search-6 {
  flex: 0 auto;
  align-self: center;
  display: flex;
}

.heading-17 {
  color: #000;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  align-self: flex-end;
  margin-top: 20px;
  font-family: Inter, sans-serif;
  text-decoration: none;
}

.link-9 {
  color: #333;
  font-family: Inter, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.logo-link-3 {
  justify-content: flex-start;
  width: 20%;
  text-decoration: none;
  display: flex;
}

.text-block-57 {
  color: #0000;
}

.link-7, .link-7.w--current {
  color: #333;
  font-family: Inter, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.logo-5 {
  text-align: left;
  width: 40px;
  height: 45px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.search-input-8 {
  border-radius: 6px;
  align-self: auto;
  min-height: 40px;
  margin-bottom: 0;
  margin-right: 10px;
  padding-right: 10px;
  line-height: 2;
}

.navigation-secondary-3 {
  color: #080808;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #0000;
  border: 0 solid #e6e6e6;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s, border-color .3s;
  display: none;
}

.navigation-secondary-3:hover {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}

.amazon-kuiper-div-block {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.directory {
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: auto;
  margin-top: 40px;
}

.viasat-image, .eutelsat-oneweb-image {
  border-radius: 20px;
  max-width: none;
}

.ses-intelsat-div-block {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.spacex-div-block {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.link-6 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 400%;
  font-weight: 700;
  line-height: 400%;
  text-decoration: none;
  position: absolute;
}

.link-6.home-link {
  font-size: 300%;
  text-decoration: none;
}

.link-10 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 60px;
  font-weight: 700;
  text-decoration: none;
  position: absolute;
}

.iridium-div-block {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.amazon-kuiper-image {
  border-radius: 20px;
  align-self: auto;
  width: 700px;
  max-width: none;
  height: auto;
  font-size: 70px;
  position: static;
  overflow: clip;
}

.viasat-div-block {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.spacex-image {
  box-sizing: border-box;
  -webkit-text-fill-color: inherit;
  vertical-align: baseline;
  object-fit: fill;
  background-color: #0000;
  background-clip: border-box;
  border-radius: 20px;
  align-self: auto;
  width: 700px;
  max-width: none;
  height: 350px;
  overflow: clip;
}

.spacex-image.home-images {
  width: 70%;
  height: 100%;
}

.iridium-image {
  border-radius: 20px;
  max-width: none;
}

.ses-intelsat-image {
  border-radius: 20px;
  width: 700px;
  max-width: none;
  height: 100.016%;
}

.ses-intelsat-image.home-images {
  width: 100%;
  height: 100.016%;
}

.eutelsat-oneweb-div-block {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.section-12 {
  margin-top: 10px;
}

.text-block-59 {
  color: #569a56;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  font-family: Inter, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 50%;
  display: flex;
}

.grid-5 {
  grid-template-rows: auto auto auto;
  margin-top: 40px;
}

.section-2 {
  box-sizing: border-box;
  object-fit: fill;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: auto;
  line-height: 500px;
  display: block;
  overflow: visible;
}

.div-block-3 {
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(#00000080, #00000080);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15rem;
  display: flex;
  position: static;
}

.heading-18 {
  color: #fff;
  justify-content: center;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 100px;
  display: flex;
}

.text-span-5 {
  color: #569a56;
}

.navigation-button-5 {
  grid-column-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #0000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 8px 12px 8px 20px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.navigation-button-5:hover {
  background-color: #85a5ff;
}

.navigation-button-5.ocss-green {
  grid-column-gap: 6px;
  background-color: #569a56;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 14px;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.navigation-4 {
  background-color: #fff;
  align-items: center;
  width: 100%;
  margin-bottom: 140px;
  padding: 10px 5%;
  display: block;
}

.search-7 {
  flex: 0 auto;
  align-self: center;
  display: flex;
}

.heading-19 {
  color: #000;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  align-self: flex-end;
  margin-top: 20px;
  font-family: Inter, sans-serif;
  text-decoration: none;
}

.link-11 {
  color: #333;
  font-family: Inter, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.text-block-60 {
  color: #0000;
}

.link-12, .link-12.w--current {
  color: #333;
  font-family: Inter, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.logo-6 {
  text-align: left;
  width: 40px;
  height: 45px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.search-input-9 {
  border-radius: 6px;
  align-self: auto;
  min-height: 40px;
  margin-bottom: 0;
  margin-right: 10px;
  padding-right: 10px;
  line-height: 2;
}

.link-8 {
  color: #333;
  font-family: Inter, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.navigation-secondary-4 {
  color: #080808;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #0000;
  border: 0 solid #e6e6e6;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s, border-color .3s;
  display: none;
}

.navigation-secondary-4:hover {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}

.tab-link-news {
  background-color: #7cdf5e;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.text-block-61 {
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.tab-link-overview-2 {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.tab-link-overview-2.w--current {
  background-color: #7cdf5e;
  border-top-right-radius: 20px;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.text-block-62 {
  margin-left: 40px;
  font-size: 1.2rem;
}

.text-block-63 {
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.tabs-2 {
  border-radius: 20px;
  margin-top: -38px;
  display: block;
}

.tab-link-tab-2 {
  background-color: #7cdf5e;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.tab-link-tab-2.w--current {
  background-color: #7cdf5e;
}

.text-block-64 {
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.tab-link-service-offerings {
  background-color: #7cdf5e;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.heading-20 {
  color: #569a56;
  margin-top: 30px;
  margin-left: 40px;
  font-family: Inter, sans-serif;
}

.tab-link-future-launches-services {
  background-color: #7cdf5e;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.text-block-65 {
  font-family: Inter, sans-serif;
}

.text-block-66 {
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.tab-link-contracts {
  background-color: #7cdf5e;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.text-block-67 {
  justify-content: flex-start;
  align-items: center;
  margin-left: 40px;
  display: block;
}

.tab-link-tab-3 {
  background-color: #7cdf5e;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.tab-link-tab-3.w--current {
  background-color: #7cdf5e;
}

.text-block-68 {
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.tab-link-tab-1 {
  background-color: #7cdf5e;
  border: 0 solid #000;
  border-radius: 20px 20px 0 0;
  font-weight: 700;
}

.tab-link-tab-1.w--current {
  border-radius: 20px 20px 0 0;
}

.text-span-6 {
  color: #569a56;
}

.navigation-button-6 {
  grid-column-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #0000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 8px 12px 8px 20px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.navigation-button-6:hover {
  background-color: #85a5ff;
}

.navigation-button-6.ocss-green {
  grid-column-gap: 6px;
  background-color: #569a56;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 14px;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.navigation-5 {
  background-color: #fff;
  align-items: center;
  width: 100%;
  margin-bottom: 140px;
  padding: 10px 5%;
  display: block;
}

.search-8 {
  flex: 0 auto;
  align-self: center;
  display: flex;
}

.heading-21 {
  color: #000;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  align-self: flex-end;
  margin-top: 20px;
  font-family: Inter, sans-serif;
  text-decoration: none;
}

.link-13 {
  color: #333;
  font-family: Inter, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.text-block-69 {
  color: #0000;
}

.link-14, .link-14.w--current {
  color: #333;
  font-family: Inter, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.logo-7 {
  text-align: left;
  width: 40px;
  height: 45px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.search-input-10 {
  border-radius: 6px;
  align-self: auto;
  min-height: 40px;
  margin-bottom: 0;
  margin-right: 10px;
  padding-right: 10px;
  line-height: 2;
}

.link-15 {
  color: #333;
  font-family: Inter, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.navigation-secondary-5 {
  color: #080808;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #0000;
  border: 0 solid #e6e6e6;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s, border-color .3s;
  display: none;
}

.navigation-secondary-5:hover {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}

.section-13 {
  background-image: url('../images/SES-Press-Release_image.jpg'), url('../images/SES-Press-Release_O3b-mPOWER.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.div-block-197 {
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(#00000080, #00000080);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15rem;
  display: flex;
  position: static;
}

.heading-22 {
  color: #fff;
  justify-content: center;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 100px;
  display: flex;
}

.text-block-70 {
  margin-left: 40px;
  font-size: 1.2rem;
}

.text-block-74 {
  width: 50%;
  margin-left: 40px;
  font-size: 1.2rem;
}

.fs-table_instance {
  width: 50%;
  margin-left: 40px;
  display: block;
}

.fs-table_row {
  text-align: left;
  border: 1px solid #ddd;
}

.fs-table_table {
  text-align: left;
  border-collapse: collapse;
  border: 1px solid #ddd;
  width: 100%;
}

.heading-23 {
  color: #569a56;
  margin-top: 30px;
  margin-left: 40px;
  font-family: Inter, sans-serif;
}

.text-block-75 {
  margin-left: 40px;
}

.text-block-73 {
  width: 50%;
  margin-left: 40px;
  font-size: 1.2rem;
}

.text-block-76 {
  justify-content: flex-start;
  align-items: center;
  margin-left: 40px;
  display: block;
}

.text-block-72 {
  width: 50%;
  margin-left: 40px;
  font-size: 1.2rem;
}

.tab-link-overview-3 {
  background-color: #7cdf5e;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.fs-table_cell {
  text-align: left;
  border: 1px solid #ddd;
  width: 50%;
  padding: 8px;
}

.text-block-77 {
  font-family: Inter, sans-serif;
}

.navigation-6 {
  background-color: #fff;
  align-items: center;
  width: 100%;
  margin-bottom: 140px;
  padding: 10px 5%;
  display: block;
}

.search-9 {
  flex: 0 auto;
  align-self: center;
  display: flex;
}

.heading-24 {
  color: #000;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  align-self: flex-end;
  font-family: Inter, sans-serif;
  text-decoration: none;
}

.link-16 {
  color: #333;
  font-family: Inter, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.text-block-78 {
  color: #0000;
}

.link-17, .link-17.w--current {
  color: #333;
  font-family: Inter, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.logo-8 {
  text-align: left;
  width: 40px;
  height: 45px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.search-input-11 {
  border-radius: 6px;
  align-self: auto;
  min-height: 40px;
  margin-bottom: 0;
  margin-right: 10px;
  padding-right: 10px;
  line-height: 2;
}

.link-18 {
  color: #333;
  font-family: Inter, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.navigation-secondary-6 {
  color: #080808;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #0000;
  border: 0 solid #e6e6e6;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s, border-color .3s;
  display: none;
}

.navigation-secondary-6:hover {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}

.section-14 {
  box-sizing: border-box;
  object-fit: fill;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('../images/pexels-spacex-60132.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  width: 100%;
  height: auto;
  line-height: 500px;
  display: block;
  overflow: visible;
}

.div-block-198 {
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(#00000080, #00000080);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15rem;
  display: flex;
  position: static;
}

.heading-25 {
  color: #fff;
  justify-content: center;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 100px;
  display: flex;
}

.text-block-79 {
  margin-left: 40px;
}

.heading-26 {
  color: #569a56;
  margin-top: 30px;
  margin-left: 40px;
  font-family: Inter, sans-serif;
}

.text-block-80 {
  font-family: Inter, sans-serif;
}

.text-block-81 {
  justify-content: flex-start;
  align-items: center;
  margin-left: 40px;
  display: block;
}

.navigation-7 {
  background-color: #fff;
  align-items: center;
  width: 100%;
  margin-bottom: 140px;
  padding: 10px 5%;
  display: block;
}

.search-10 {
  flex: 0 auto;
  align-self: center;
  display: flex;
}

.heading-27 {
  color: #000;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  align-self: flex-end;
  margin-top: 20px;
  font-family: Inter, sans-serif;
  text-decoration: none;
}

.text-block-82 {
  color: #0000;
}

.link-19, .link-19.w--current {
  color: #333;
  font-family: Inter, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.logo-9 {
  text-align: left;
  width: 40px;
  height: 45px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.section-15 {
  background-image: url('../images/system-3653381.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: auto;
  overflow: visible;
}

.div-block-199 {
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(#00000080, #00000080);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15rem;
  display: flex;
  position: static;
}

.heading-28 {
  color: #fff;
  justify-content: center;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 100px;
  display: flex;
}

.text-block-83 {
  font-family: Inter, sans-serif;
}

.tab-link-overview-4 {
  background-color: #7cdf5e;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.tab-link-overview-4.w--current {
  background-color: #7cdf5e;
  border-top-right-radius: 20px;
}

.heading-29 {
  color: #569a56;
  margin-top: 30px;
  margin-left: 40px;
  font-family: Inter, sans-serif;
}

.text-block-84 {
  margin-left: 40px;
  font-size: 1.2rem;
}

.text-block-85 {
  justify-content: flex-start;
  align-items: center;
  margin-left: 40px;
  display: block;
}

.text-block-86 {
  margin-left: 40px;
}

.text-block-87, .text-block-88, .text-block-89 {
  width: 50%;
  margin-left: 40px;
  font-size: 1.2rem;
}

.search-11 {
  flex: 0 auto;
  align-self: center;
  display: flex;
}

.heading-30 {
  color: #000;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  align-self: flex-end;
  margin-top: 20px;
  font-family: Inter, sans-serif;
  text-decoration: none;
}

.text-block-90 {
  color: #0000;
}

.link-20, .link-20.w--current {
  color: #333;
  font-family: Inter, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.logo-10 {
  text-align: left;
  width: 40px;
  height: 45px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.section-16 {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  height: 100%;
}

.div-block-200 {
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(#00000080, #00000080);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15rem;
  display: flex;
  position: static;
}

.text-block-91 {
  width: 50%;
  margin-left: 40px;
  font-family: Inter, sans-serif;
  font-size: 1.2rem;
}

.image-21 {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 40px;
  display: block;
}

.text-block-92, .text-block-93 {
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.heading-31 {
  color: #569a56;
  margin-top: 30px;
  margin-left: 40px;
  font-family: Inter, sans-serif;
}

.tab-link-overview {
  background-color: #7cdf5e;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.tab-link-overview.w--current {
  background-color: #7cdf5e;
  border-top-right-radius: 20px;
}

.text-block-94 {
  margin-left: 40px;
  font-size: 1.2rem;
}

.text-block-95 {
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.text-block-96 {
  font-family: Inter, sans-serif;
}

.text-block-97 {
  justify-content: flex-start;
  align-items: center;
  margin-left: 40px;
  display: block;
}

.text-block-98 {
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.image-22 {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 40px;
  display: block;
}

.text-block-99 {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.text-block-100 {
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.link-21, .text-block-101 {
  margin-left: 40px;
}

.text-block-102 {
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.text-block-103 {
  width: 50%;
  margin-left: 40px;
  font-family: Inter, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.search-12 {
  flex: 0 auto;
  align-self: center;
  display: flex;
}

.heading-32 {
  color: #000;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  align-self: flex-end;
  margin-top: 20px;
  font-family: Inter, sans-serif;
  text-decoration: none;
}

.text-block-104 {
  color: #0000;
}

.link-22, .link-22.w--current {
  color: #333;
  font-family: Inter, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.section-17 {
  box-sizing: border-box;
  object-fit: fill;
  background-image: url('../images/pexels-spacex-60132.jpg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: auto;
  line-height: 500px;
  display: block;
  overflow: visible;
}

.div-block-201 {
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(#00000080, #00000080);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15rem;
  display: flex;
  position: static;
}

.text-block-105, .text-block-106, .text-block-107 {
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.heading-33 {
  color: #569a56;
  margin-top: 30px;
  margin-left: 40px;
  font-family: Inter, sans-serif;
}

.text-block-108 {
  width: 50%;
  margin-left: 40px;
  font-family: Inter, sans-serif;
  font-size: 1.2rem;
}

.text-block-109, .text-block-110, .text-block-111 {
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.text-block-112 {
  justify-content: flex-start;
  align-items: center;
  margin-left: 40px;
  display: block;
}

.text-block-113 {
  margin-left: 40px;
  font-size: 1.2rem;
}

.heading-34 {
  color: #569a56;
  margin-left: 40px;
  font-family: Inter, sans-serif;
}

.text-block-114 {
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.tab-link-overview-5 {
  background-color: #7cdf5e;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.tab-link-overview-5.w--current {
  background-color: #7cdf5e;
  border-top-right-radius: 20px;
}

.text-block-115 {
  font-family: Inter, sans-serif;
}

.search-13 {
  flex: 0 auto;
  align-self: center;
  display: flex;
}

.heading-35 {
  color: #000;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  align-self: flex-end;
  font-family: Inter, sans-serif;
  text-decoration: none;
}

.text-block-116 {
  color: #0000;
}

.link-23, .link-23.w--current {
  color: #333;
  font-family: Inter, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.home-image {
  border-radius: 20px;
  width: 80%;
  height: auto;
}

.link-24 {
  position: absolute;
}

.home-link {
  color: var(--color);
  font-size: 250%;
  font-weight: 700;
  line-height: 1.75;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.text-block-117 {
  margin-left: 40px;
}

.button-25 {
  background-color: #569a56;
  border-radius: 20px;
  margin-left: 40px;
}

.text-block-118 {
  margin-top: 40px;
  margin-left: 40px;
}

.button-26 {
  background-color: #569a56;
  border-radius: 20px;
}

.text-block-119 {
  color: var(--neutral--100);
  margin-left: 40px;
}

.button-27 {
  margin-left: 40px;
}

html.w-mod-js [data-ix="tooltip-hover"] {
  display: inline-block;
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container.container-navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.megamenu-container {
    padding-left: 8px;
    padding-right: 8px;
  }

  .body-text.m.s-m-b-0.sh-m-b-24 {
    margin-bottom: 1.5rem;
  }

  .section-title {
    width: 100%;
    margin-bottom: 32px;
  }

  .section-title.centered {
    width: 75%;
  }

  .section-title._2-columns {
    flex-direction: column;
  }

  .l-g-3-col {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .l-g-3-col.lt-g-2-col {
    grid-template-columns: 1fr 1fr;
  }

  .l-g-3-col.lt-g-1-col {
    grid-template-columns: 1fr;
  }

  .l-g-3-col.cards {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .l-g-4-col {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .button.medium {
    font-size: 16px;
  }

  .button.small.cookies {
    flex: none;
  }

  .dropdown-menu-navbar {
    position: relative;
  }

  .dropdown-menu-navbar.w--open {
    background-color: var(--neutral--20);
    box-shadow: none;
    text-align: center;
    border-style: none;
    margin-top: 0;
    position: relative;
  }

  .dropdown-menu-navbar.dark.w--open {
    border-style: none;
  }

  .l-g-2-col {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .l-g-2-col.lt-g-1-col {
    grid-template-columns: 1fr;
  }

  .input {
    font-size: 16px;
  }

  .cta-wrapper {
    width: 80%;
  }

  .card.card-horizontal {
    flex-direction: column;
  }

  .card-horizontal-text-wrapper {
    margin-left: 0;
    padding: 0;
  }

  .side-nav-menu {
    position: static;
  }

  .footer {
    padding-left: 0;
    padding-right: 0;
  }

  .material-icons.icon-left.icon-collapse {
    margin-top: 1px;
  }

  .material-icons.icon-left.icon-alert-banner.c-t-secondary-60 {
    align-items: flex-start;
    margin-top: 4px;
  }

  .material-icons.caret-down.megamenu-icon {
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .navbar-menu {
    background-color: var(--neutral--10);
    text-align: center;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    box-shadow: 0 4px 4px #00000030;
  }

  .navbar-menu.dark {
    background-color: var(--neutral--100);
  }

  .nav-link {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link.nav-link-dropdown {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-right: 16px;
    display: flex;
  }

  .footer-grid {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .brand-logo {
    margin-right: 0;
    padding-left: 0;
  }

  .footer-logo.s-m-r-24.st-m-0 {
    align-self: center;
  }

  .footer-logo.s-m-r-24.st-m-0.w--current {
    align-self: center;
    padding-bottom: 5px;
  }

  .vertical-menu-title {
    margin-bottom: 12px;
  }

  .vertical-menu-list-item {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .vertical-menu-link.color-inverse {
    color: var(--neutral--70);
  }

  .vertical-menu-link.color-inverse:hover {
    color: var(--neutral--10);
  }

  .sm-icon-link {
    margin-right: 16px;
  }

  .sm-icon-link.s-m-r-0 {
    margin-right: 0;
  }

  .footer-grid-2, .footer-grid-3 {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .footer-top-2 {
    flex-direction: row;
    align-items: center;
  }

  .footer-bottom-2 {
    flex-direction: column;
  }

  .footer-2 {
    padding-bottom: 32px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-cta {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .cta-section-text-wrapper {
    padding-right: 0;
  }

  .cta-section-form-wrapper {
    width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-menu-wrapper {
    flex-direction: row;
    align-self: stretch;
    align-items: stretch;
  }

  .menu-button.w--open {
    background-color: var(--primary--10);
    color: var(--transparent);
  }

  .menu-button.color-inverse {
    color: var(--neutral--10);
  }

  .menu-button.color-inverse.w--open {
    background-color: var(--neutral--90);
  }

  .navbar-menu-right {
    z-index: -5000;
    background-color: var(--neutral--10);
    text-align: center;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    display: none;
    box-shadow: 0 4px 4px #00000030;
  }

  .navbar-menu-mobile {
    display: block;
  }

  .collapse-text {
    display: none;
  }

  .style-guide-page-header {
    padding: 31px 0 0;
  }

  .grid-styleguide---buttons {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .style-guide-page-header-text {
    width: 100%;
    padding-top: 88px;
    padding-bottom: 48px;
  }

  .navbar-vertical {
    z-index: 5000;
    background-color: #0000;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    position: fixed;
    inset: 0% 0% auto;
  }

  .navbar-vertical-brand {
    display: none;
  }

  .navbar-vertical-content-wrapper {
    background-color: var(--neutral--10);
    width: 70%;
    padding-top: 8px;
    padding-bottom: 200px;
    display: block;
    overflow: scroll;
  }

  .navbar-vertical---mobile {
    border-bottom: 1px solid var(--neutral--50);
    padding-top: 8px;
    padding-bottom: 8px;
    display: block;
  }

  .navbar-vertical-overlay {
    z-index: 5000;
    width: 100%;
    height: 100vh;
    display: none;
    position: relative;
  }

  .navbar-vertical-bg {
    background-color: #00000080;
    align-self: stretch;
    width: 30%;
    height: 100vh;
    display: block;
  }

  .nav-tabs-container {
    overflow: scroll;
  }

  .style-guide-page-section-wrapper.narrow {
    max-width: 100%;
  }

  .nav-tab {
    flex: none;
  }

  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }

  .st-p-0 {
    padding: 0;
  }

  .st-p-y-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .st-p-x-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .st-p-t-0 {
    padding-top: 0;
  }

  .st-p-r-0 {
    padding-right: 0;
  }

  .st-p-b-0 {
    padding-bottom: 0;
  }

  .st-p-l-0 {
    padding-left: 0;
  }

  .st-p-4 {
    padding: 4px;
  }

  .st-p-y-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .st-p-x-4 {
    padding-left: 4px;
    padding-right: 4px;
  }

  .st-p-t-4 {
    padding-top: 4px;
  }

  .st-p-r-4 {
    padding-right: 4px;
  }

  .st-p-b-4 {
    padding-bottom: 4px;
  }

  .st-p-l-4 {
    padding-left: 4px;
  }

  .st-p-8 {
    padding: 8px;
  }

  .st-p-y-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .st-p-x-8 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .st-p-t-8 {
    padding-top: 8px;
  }

  .st-p-r-8 {
    padding-right: 8px;
  }

  .st-p-b-8 {
    padding-bottom: 8px;
  }

  .st-p-l-8 {
    padding-left: 8px;
  }

  .st-p-12 {
    padding: 12px;
  }

  .st-p-y-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .st-p-x-12 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .st-p-t-12 {
    padding-top: 12px;
  }

  .st-p-r-12 {
    padding-right: 12px;
  }

  .st-p-b-12 {
    padding-bottom: 12px;
  }

  .st-p-l-12 {
    padding-left: 12px;
  }

  .st-p-16 {
    padding: 16px;
  }

  .st-p-y-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .st-p-x-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .st-p-t-16 {
    padding-top: 16px;
  }

  .st-p-r-16 {
    padding-right: 16px;
  }

  .st-p-b-16 {
    padding-bottom: 16px;
  }

  .st-p-l-16 {
    padding-left: 16px;
  }

  .st-p-24 {
    padding: 24px;
  }

  .st-p-y-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .st-p-x-24 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .st-p-t-24 {
    padding-top: 24px;
  }

  .st-p-r-24 {
    padding-right: 24px;
  }

  .st-p-b-24 {
    padding-bottom: 24px;
  }

  .st-p-l-24 {
    padding-left: 24px;
  }

  .st-p-32 {
    padding: 32px;
  }

  .st-p-y-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .st-p-x-32 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .st-p-t-32 {
    padding-top: 32px;
  }

  .st-p-r-32 {
    padding-right: 32px;
  }

  .st-p-b-32 {
    padding-bottom: 32px;
  }

  .st-p-l-32 {
    padding-left: 32px;
  }

  .st-p-48 {
    padding: 48px;
  }

  .st-p-y-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .st-p-x-48 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .st-p-t-48 {
    padding-top: 48px;
  }

  .st-p-r-48 {
    padding-right: 48px;
  }

  .st-p-b-48 {
    padding-bottom: 48px;
  }

  .st-p-l-48 {
    padding-left: 48px;
  }

  .st-p-64 {
    padding: 64px;
  }

  .st-p-y-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .st-p-x-64 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .st-p-t-64 {
    padding-top: 64px;
  }

  .st-p-r-64 {
    padding-right: 64px;
  }

  .st-p-b-64 {
    padding-bottom: 64px;
  }

  .st-p-l-64 {
    padding-left: 64px;
  }

  .st-p-128 {
    padding: 128px;
  }

  .st-p-y-128 {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .st-p-x-128 {
    padding-left: 128px;
    padding-right: 128px;
  }

  .st-p-t-128 {
    padding-top: 128px;
  }

  .st-p-r-128 {
    padding-right: 128px;
  }

  .st-p-b-128 {
    padding-bottom: 128px;
  }

  .st-p-l-128 {
    padding-left: 128px;
  }

  .st-m-0 {
    margin: 0;
  }

  .st-m-y-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .st-m-x-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .st-m-t-0 {
    margin-top: 0;
  }

  .st-m-r-0 {
    margin-right: 0;
  }

  .st-m-b-0 {
    margin-bottom: 0;
  }

  .st-m-l-0 {
    margin-left: 0;
  }

  .st-m-4 {
    margin: 4px;
  }

  .st-m-y-4 {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .st-m-x-4 {
    margin-left: 4px;
    margin-right: 4px;
  }

  .st-m-t-4 {
    margin-top: 4px;
  }

  .st-m-r-4 {
    margin-right: 4px;
  }

  .st-m-b-4 {
    margin-bottom: 4px;
  }

  .st-m-l-4 {
    margin-left: 4px;
  }

  .st-m-8 {
    margin: 8px;
  }

  .st-m-y-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .st-m-x-8 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .st-m-t-8 {
    margin-top: 8px;
  }

  .st-m-r-8 {
    margin-right: 8px;
  }

  .st-m-b-8 {
    margin-bottom: 8px;
  }

  .st-m-l-8 {
    margin-left: 8px;
  }

  .st-m-12 {
    margin: 12px;
  }

  .st-m-y-12 {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .st-m-x-12 {
    margin-left: 12px;
    margin-right: 12px;
  }

  .st-m-t-12 {
    margin-top: 12px;
  }

  .st-m-r-12 {
    margin-right: 12px;
  }

  .st-m-b-12 {
    margin-bottom: 12px;
  }

  .st-m-l-12 {
    margin-left: 12px;
  }

  .st-m-16 {
    margin: 16px;
  }

  .st-m-y-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .st-m-x-16 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .st-m-t-16 {
    margin-top: 16px;
  }

  .st-m-r-16 {
    margin-right: 16px;
  }

  .st-m-b-16 {
    margin-bottom: 16px;
  }

  .st-m-l-16 {
    margin-left: 16px;
  }

  .st-m-24 {
    margin: 24px;
  }

  .st-m-y-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .st-m-x-24 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .st-m-t-24 {
    margin-top: 24px;
  }

  .st-m-r-24 {
    margin-right: 24px;
  }

  .st-m-b-24 {
    margin-bottom: 24px;
  }

  .st-m-l-24 {
    margin-left: 24px;
  }

  .st-m-32 {
    margin: 32px;
  }

  .st-m-y-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .st-m-x-32 {
    margin-left: 32px;
    margin-right: 32px;
  }

  .st-m-t-32 {
    margin-top: 32px;
  }

  .st-m-r-32 {
    margin-right: 32px;
  }

  .st-m-b-32 {
    margin-bottom: 32px;
  }

  .st-m-l-32 {
    margin-left: 32px;
  }

  .st-m-48 {
    margin: 48px;
  }

  .st-m-y-48 {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .st-m-x-48 {
    margin-left: 48px;
    margin-right: 48px;
  }

  .st-m-t-48 {
    margin-top: 48px;
  }

  .st-m-r-48 {
    margin-right: 48px;
  }

  .st-m-b-48 {
    margin-bottom: 48px;
  }

  .st-m-l-48 {
    margin-left: 48px;
  }

  .st-m-64 {
    margin: 64px;
  }

  .st-m-y-64 {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .st-m-x-64 {
    margin-left: 64px;
    margin-right: 64px;
  }

  .st-m-t-64 {
    margin-top: 64px;
  }

  .st-m-r-64 {
    margin-right: 64px;
  }

  .st-m-b-64 {
    margin-bottom: 64px;
  }

  .st-m-l-64 {
    margin-left: 64px;
  }

  .st-m-128 {
    margin: 128px;
  }

  .st-m-y-128 {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .st-m-x-128 {
    margin-left: 128px;
    margin-right: 128px;
  }

  .st-m-t-128 {
    margin-top: 128px;
  }

  .st-m-r-128 {
    margin-right: 128px;
  }

  .st-m-b-128 {
    margin-bottom: 128px;
  }

  .st-m-l-128 {
    margin-left: 128px;
  }

  .breadcrumbs-dropdown {
    align-items: center;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .feature-grid-2 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .feature-grid-3 {
    grid-row-gap: 48px;
    grid-template-columns: 1.5fr;
  }

  .hero-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    text-align: center;
    grid-template-columns: 1.25fr;
  }

  .hero-grid-2 {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .hero-title-centered {
    width: 100%;
  }

  .ctas-wrapper {
    margin-top: 1rem;
  }

  .faq-item-wrapper.box, .faq-item-wrapper.box.last {
    margin-bottom: 16px;
  }

  .faq-question {
    line-height: 1.5;
  }

  .pricing-card-1 {
    border-radius: 4px;
  }

  .pricing-2, .pricing-3 {
    width: 1024px;
  }

  .testimonials-logos-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .testimonial-box {
    padding: 32px;
  }

  .testimonial-box-2 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .alert-banner {
    line-height: 1.5;
  }

  .feature-section-list {
    text-align: left;
  }

  .contact-grid {
    grid-column-gap: 16px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    padding: 48px;
  }

  .contact-image {
    width: 100%;
    height: 320px;
  }

  .pricing-table-wrapper {
    overflow: scroll;
  }

  .hero-grid-3 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    text-align: center;
    grid-template-columns: 1.25fr;
  }

  .hero-form-wrapper {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    padding: 32px;
  }

  .long-content-menu-left {
    grid-template-columns: 1.5fr;
  }

  .nav-menu {
    display: flex;
  }

  .customize-page-wrapper {
    flex-direction: column;
  }

  .customize-instructions {
    width: 100%;
    height: auto;
    padding-left: 16px;
    padding-right: 16px;
    overflow: visible;
  }

  .customize-preview {
    width: 100%;
    height: auto;
    overflow: visible;
  }

  .row {
    flex-direction: column;
  }

  .column {
    width: 100%;
  }

  .section-box-wrapper {
    padding: 24px;
  }

  .feature-content-wrapper.right {
    padding-left: 0;
  }

  .feature-content-wrapper.left {
    padding-right: 0;
  }

  .dropdown-menu-1.w--open {
    margin-top: 4px;
    position: absolute;
  }

  .dropdown-menu-item---navbar {
    color: var(--neutral--80);
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .dropdown-menu-item---navbar:hover {
    background-color: var(--neutral--30);
  }

  .dropdown-menu-item---navbar:active {
    color: var(--neutral--90);
  }

  .dropdown-menu-item---navbar:focus {
    background-color: var(--neutral--30);
  }

  .navbar-buttons {
    flex-direction: column;
    margin-top: 8px;
    margin-left: 0;
    display: flex;
  }

  .navbar-buttons.mobile {
    display: flex;
  }

  .footer-navigation {
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 30px;
    margin-bottom: 24px;
    display: flex;
  }

  .dropdown-menu-breadcrumbs.w--open {
    background-color: var(--neutral--20);
    text-align: center;
    margin-top: 0;
  }

  .tabs-vertical {
    flex-direction: column;
  }

  .tabs-menu-vertical {
    width: 100%;
    margin-right: 0;
  }

  .tabs-content-vertical {
    order: -1;
    width: 100%;
    margin-bottom: 32px;
    margin-left: 0;
  }

  .section-title-column {
    width: 100%;
  }

  .slider-left-arrow {
    left: -24px;
  }

  .slider-right-arrow {
    right: -24px;
  }

  .dropdown-link-w-icon {
    text-align: left;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .megamenu-grid {
    grid-row-gap: 24px;
    text-align: center;
    grid-template-columns: 1fr;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-megamenu-trigger {
    justify-content: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .megamenu-dropdown {
    flex-direction: column;
    display: flex;
  }

  .megamenu-mobile {
    background-color: var(--neutral--20);
    border-bottom-style: none;
    border-radius: 6px;
    display: block;
  }

  .megamenu-mobile.dark {
    background-color: var(--neutral--100);
  }

  .dropdown-list {
    position: relative;
  }

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

  .megamenu-nav-link-box {
    text-align: left;
    padding: 16px;
    font-size: .875rem;
    line-height: 1.5;
  }

  .megamenu-grid-2 {
    grid-row-gap: 8px;
    text-align: center;
    border-radius: 6px;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .megamenu-navlink-text-wrapper {
    margin-left: 16px;
    padding: 0;
  }

  .preview-area {
    height: 640px;
  }

  .testimonial-box-small {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .grid-blog-1 {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .card-blog-text-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .card-blog-big-grid {
    grid-template-columns: 1fr;
  }

  .feature-grid-4 {
    grid-row-gap: 48px;
    grid-template-columns: 1.75fr;
  }

  .feature-grid-4.reversed {
    grid-row-gap: 48px;
    grid-template-columns: 3fr;
  }

  .l-g-2x1, .l-g-1x2 {
    grid-template-columns: 2fr;
  }

  .footer-address {
    margin-top: 24px;
  }

  .text-wrapper-l {
    padding-right: 0;
  }

  .hero-left-1-form-text {
    text-align: left;
  }

  .image-full-width {
    height: auto;
  }

  .hero-image-big-text-wrapper {
    text-align: center;
  }

  .image-responsive {
    height: auto;
  }

  .pricing-grid-1 {
    grid-template-columns: 1fr;
  }

  .pricing-card-2, .pricing-card-4 {
    border-radius: 4px;
  }

  .testimonials-feature-text-wrapper {
    text-align: center;
    padding-right: 0;
  }

  .long-content-menu-right {
    grid-template-columns: 1.5fr;
  }

  .overview-list-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .footer-bottom-docs {
    text-align: center;
    flex-direction: column;
  }

  .footer-docs-navigation {
    flex-direction: column;
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 0;
    display: flex;
  }

  .testimonial-logo {
    width: 70%;
  }

  .megamenu-item-icon {
    background-color: var(--transparent);
    color: var(--neutral--10);
  }

  .megamenu-link-description {
    margin-bottom: 0;
  }

  .megamenu-link-description.dark {
    color: var(--neutral--60);
  }

  .megamenu-link-title {
    margin-bottom: 0;
  }

  .logo-wrapper-wide {
    margin-top: 72px;
  }

  .testimonial-image-block {
    padding: 30px;
  }

  .div-block-11 {
    width: 90%;
  }

  .rich-text-block {
    width: 100%;
  }

  .container-regular {
    display: block;
  }

  .paragraph-large.cta {
    padding-left: 20%;
    padding-right: 27%;
  }

  .grid-cta-2 {
    grid-template-columns: 1fr;
  }

  .navigation-wrapper {
    align-items: center;
    width: auto;
    display: flex;
  }

  .navigation {
    position: relative;
  }

  .logo-link {
    width: 25%;
    margin-right: 0;
  }

  .logo-link.w--current {
    width: 23%;
  }

  .menu-button-2 {
    color: #393b6a;
    border: 1px solid #f3f5fb;
    border-radius: 8px;
    padding: 12px;
  }

  .menu-button-2.w--open {
    background-color: #160042;
    border-color: #fff;
  }

  .navigation-menu {
    color: #393b6a;
    background-color: #fff;
    border-radius: 8px;
    padding: 12px;
    position: absolute;
  }

  .navigation-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .navigation-link {
    width: 100%;
  }

  .grid-two-column {
    grid-template-columns: 1fr;
  }

  .grid-four-column {
    grid-template-columns: 1fr 1fr;
  }

  .feature-blog-grid {
    grid-column-gap: 32px;
  }

  .blog-grid {
    grid-template-columns: 1fr 1fr;
  }

  .section-blog {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .grid-blog-large {
    grid-template-columns: 1fr;
  }

  .navigation-wrapper-2 {
    align-items: center;
    width: auto;
    display: flex;
  }

  .navigation-link-2 {
    width: 100%;
  }

  .navigation-menu-2 {
    color: #393b6a;
    background-color: #fff;
    border-radius: 8px;
    padding: 12px;
    position: absolute;
  }

  .navigation-menu-2.w--open {
    background-color: #282556;
    border-color: #fff;
  }

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

  .navigation-2 {
    position: relative;
  }

  .logo-link-2 {
    margin-right: 0;
  }

  .header-grid {
    grid-template-columns: 1fr;
  }

  .navigation-link-3 {
    width: 100%;
  }

  .section-header-large {
    padding-bottom: 400px;
  }

  .menu-button-4.w--open {
    background-color: #07090d;
    justify-content: center;
    align-items: center;
  }

  .header-tall-image {
    width: 100%;
    height: 300px;
    inset: auto 0% 0%;
  }

  .container-6 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card-blog-big-grid-2 {
    grid-template-columns: 1fr;
  }

  .mdal-wrapper {
    opacity: 1;
    padding-top: 50vw;
    padding-bottom: 30px;
    display: none;
    overflow: auto;
  }

  .modal-box {
    grid-template-columns: 1fr;
  }

  .flex-wrapper-left.margin-bottom-32 {
    display: flex;
  }

  .career-tab-menu-vertical {
    margin-bottom: 40px;
  }

  .career-tab-content {
    margin-left: 0%;
  }

  .career-tabs {
    flex-direction: column;
  }

  .career-tab-link {
    width: 100%;
  }

  .div-block-14 {
    margin-top: 1rem;
    display: block;
  }

  .button-wrapper-4 {
    justify-content: flex-start;
  }

  .heading-large {
    margin-bottom: 20px;
  }

  .heading-large.darktype {
    margin-top: 20px;
    font-size: 300%;
  }

  .blog-grid-2 {
    grid-column-gap: 40px;
  }

  .dp-grid-heading {
    grid-template-columns: 1fr;
  }

  .collection-list-3 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .div-block-20.careermain {
    flex-direction: column;
    grid-template-columns: 1.5fr .5fr;
    grid-auto-flow: column;
    display: flex;
  }

  .div-block-21 {
    position: static;
  }

  .button-wrapper-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .button-round-white {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .grid-timeline {
    grid-column-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .section-timeline {
    padding-bottom: 140px;
  }

  .grid-three-column {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .form-base-fizz {
    padding-left: 32px;
    padding-right: 32px;
  }

  .form-grid-wave {
    grid-column-gap: 22px;
    grid-template-columns: .8fr 1fr;
  }

  .input-grid-karma {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .block-karma {
    min-width: 290px;
    padding: 30px;
  }

  .form-content {
    padding: 30px;
  }

  .form-grid-karma {
    grid-template-columns: 1fr 2fr;
  }

  .form-section-karma {
    padding-bottom: 20px;
  }

  .cta-right {
    margin-left: 40px;
  }

  .cta-sale-text {
    width: 60%;
  }

  .cta-form {
    padding-left: 40px;
    padding-right: 40px;
  }

  .margin-bottom-16.career-section {
    padding-left: 84px;
    padding-right: 84px;
  }

  .heading-6 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .tabs {
    flex-direction: column;
  }

  .gallery-slider-mask {
    width: 420px;
  }

  .section-gallery {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .form-block-4 {
    margin-top: 20px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-banner_component {
    height: 17vh;
  }

  .dp-collection-list-item.addclasses {
    justify-content: space-around;
    display: block;
  }

  .div-block-35 {
    object-fit: fill;
    width: 100%;
  }

  .grid-heading {
    grid-template-columns: 1fr;
  }

  .collection-list-6 {
    display: flex;
  }

  .collection-list-7 {
    flex-wrap: wrap;
  }

  .dp-tag-filter {
    padding-bottom: 0;
  }

  .collection-item-4 {
    padding-bottom: 10px;
  }

  .dp-industry-tag-header.dp-blue {
    font-size: 4.5rem;
    display: inline-block;
  }

  .div-block-46 {
    object-fit: scale-down;
    object-position: 0% 0%;
  }

  .dp-div-block-19 {
    flex-flow: row;
    justify-content: space-between;
    display: flex;
  }

  .div-block-51 {
    width: auto;
  }

  .dp-heading-4 {
    width: 100%;
  }

  .div-block-54 {
    width: 139.873%;
  }

  .dotted-div-block {
    flex-wrap: wrap;
  }

  .form-block-5 {
    flex-wrap: wrap;
    display: flex;
  }

  .dp-industry-tag-header-front-page.dp-blue {
    white-space: nowrap;
    overflow: visible;
  }

  .update-box-containter {
    margin-left: 60px;
    margin-right: 60px;
  }

  .div-block-51-si {
    width: auto;
  }

  .div-block-35-si {
    object-fit: fill;
    width: 100%;
  }

  .div-block-46-si {
    object-fit: scale-down;
    object-position: 0% 0%;
  }

  .dp-div-block-19-copy {
    flex-flow: row;
    justify-content: space-between;
    display: flex;
  }

  .div-block-72 {
    width: 30%;
    display: block;
    overflow: visible;
  }

  .div-block-73 {
    width: 70%;
  }

  .dashthirdlevel {
    flex-direction: column;
  }

  .div-block-75-copy {
    width: 100%;
  }

  .div-block-75-copy.expd-ping {
    margin-bottom: 21px;
  }

  .div-block-75-copdy {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }

  .div-block-75-copdy.halfbox {
    margin-bottom: 10px;
  }

  .div-block-75-copdy.halfbox.resources {
    height: auto;
    margin-bottom: 0;
  }

  .div-block-75-copdy.halfbox.management {
    height: auto;
  }

  .div-block-80-copy-copy.downup {
    max-width: 90%;
  }

  .div-block-91 {
    flex-direction: column;
  }

  .div-block-96 {
    width: 100%;
  }

  .div-block-97.datadef {
    margin-bottom: 0;
  }

  .div-block-97.last {
    padding-bottom: 5px;
  }

  .def-modal-wrapper {
    display: none;
  }

  .button-3 {
    margin-left: 10px;
  }

  .def-modal-wrapper-nodata {
    display: none;
  }

  .def-modal-nodata {
    width: 95%;
  }

  .text-block-38 {
    background-color: var(--transparent);
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .org-textblock {
    margin-left: 30px;
    margin-right: 30px;
  }

  .altadashformmain {
    width: 70%;
  }

  .altadash-form {
    width: 100%;
  }

  .dashform-submit.info {
    margin-left: 42%;
  }

  .dashform-form {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .downup-container {
    width: 100%;
    padding-top: 10px;
    padding-left: 0;
  }

  .customize-lables {
    display: block;
  }

  .ping-div {
    width: 100%;
  }

  .ping-div.expd-ping {
    margin-bottom: 21px;
  }

  .droprate-container, .droprate-div {
    width: 100%;
  }

  .droprate-div.halfbox {
    margin-bottom: 10px;
  }

  .obstruction-container, .obstruction-div {
    width: 100%;
  }

  .obstruction-div.halfbox {
    margin-bottom: 10px;
  }

  .sigqual-container {
    width: 100%;
    margin-left: 0;
    padding-top: 10px;
  }

  .sigqual-div {
    width: 100%;
  }

  .sigqual-div.expd-ping, .sigqual-div.expd-sigqual {
    margin-bottom: 21px;
  }

  .div-block-105 {
    width: 100%;
    margin-right: 0;
  }

  .ping-container {
    width: 100%;
  }

  .downup-div {
    width: 100%;
    margin-left: -10px;
  }

  .downup-div.halfbox {
    margin-bottom: 10px;
  }

  .container-9 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-5 {
    padding: 12px;
  }

  .menu-button-5.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .div-block-107 {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    padding-left: 0;
  }

  .div-block-108 {
    flex-flow: column;
  }

  .dashfirstlevel, .dashsecondlevel {
    flex-direction: column;
  }

  .dashrepo-container {
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-left: 0;
  }

  .dashrepo-div {
    width: 100%;
  }

  .dashrepo-div.expd-ping, .dashrepo-div.expd-sigqual {
    margin-bottom: 21px;
  }

  .div-block-111 {
    width: 100%;
  }

  .div-block-112 {
    width: 100%;
    margin-left: 0;
  }

  .dashform-form-body {
    width: 100%;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .dashfourthlevel {
    flex-direction: column;
    margin-top: -20px;
  }

  .def-modal-wrapper-activealerts {
    display: none;
  }

  .marketinteldiv {
    width: 100%;
    margin-bottom: 10px;
  }

  .marketinteldiv.halfbox {
    margin-bottom: 10px;
  }

  .markintel-form-container {
    width: 90%;
  }

  .terminaltrackerdiv {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .terminaltrackerdiv.halfbox {
    margin-bottom: 10px;
  }

  .mark-intel-container {
    width: 90%;
  }

  .def-modal-wrapper-copy {
    display: none;
  }

  .um-pagination-controls {
    margin-left: 20%;
  }

  .um-user-input {
    flex-flow: wrap;
  }

  .sewpvi-grid3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 25px;
  }

  .div-block-114 {
    flex-flow: column;
  }

  .text-block-38-copy {
    background-color: var(--transparent);
    color: var(--altadash-grey);
    overflow-wrap: normal;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    margin: auto auto 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-8 {
    z-index: auto;
    box-sizing: content-box;
    clear: both;
    background-color: var(--transparent);
    text-align: center;
    margin-top: -20px;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 0;
    position: static;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-6 {
    padding: 12px;
  }

  .menu-button-6.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .timezonediv {
    height: 23px;
    margin-left: 2px;
    margin-right: 2px;
  }

  .zonetime {
    margin-bottom: 0;
    font-size: .8rem;
  }

  .zoneholder {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-45 {
    font-size: .65rem;
  }

  .ping-container-copy {
    width: 100%;
  }

  .zoneholderzulu {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .magellanmaindiv {
    margin-left: -15px;
  }

  .dashform-submit-copy.info, .inventory-additem.info {
    margin-left: 42%;
  }

  .def-modal-wrapper-altatrack {
    display: none;
  }

  .expandbutton {
    margin-left: 10px;
  }

  .def-modal-wrapper-devlog, .def-modal-wrapper-devlog2 {
    display: none;
  }

  .div-block-72-copy {
    width: 30%;
    display: block;
    overflow: visible;
  }

  .button-3-copy, .button-3-copy-copy, .button-3-copy-copy-copy {
    margin-left: 10px;
  }

  .container-39 {
    max-width: 728px;
  }

  .navbar-wrapper-three-2 {
    justify-content: space-between;
  }

  .navbar-brand-three-2 {
    position: relative;
  }

  .nav-menu-wrapper-three-2 {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-4 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-7 {
    padding: 12px;
  }

  .menu-button-7.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .sidebar {
    width: 25%;
  }

  .ticket-list {
    width: 75%;
  }

  .div-block-75-copdy-copy {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }

  .div-block-75-copdy-copy.halfbox {
    margin-bottom: 10px;
  }

  .div-block-75-copdy-copy.halfbox.resources {
    height: auto;
    margin-bottom: 0;
  }

  .div-block-75-copdy-copy.halfbox.management {
    height: auto;
  }

  .div-block-97-copy.datadef {
    margin-bottom: 0;
  }

  .div-block-97-copy.last {
    padding-bottom: 5px;
  }

  .navigation-3 {
    position: relative;
  }

  .menu-button-8.w--open {
    background-color: #ea7462;
  }

  .logo-link-3 {
    width: 25%;
    margin-right: 0;
  }

  .logo-link-3.w--current {
    width: 23%;
  }

  .viasat-image, .eutelsat-oneweb-image {
    width: 245px;
    height: 125px;
  }

  .link-6 {
    font-size: 150%;
    line-height: 150%;
  }

  .link-10 {
    width: auto;
    height: auto;
    font-size: 150%;
    line-height: 150%;
  }

  .amazon-kuiper-image {
    width: 100%;
    height: 100%;
  }

  .spacex-image {
    width: 245px;
    height: 125px;
    font-size: 14px;
  }

  .iridium-image {
    width: 100%;
    height: 100%;
  }

  .ses-intelsat-image {
    width: 100.007%;
    height: 100%;
  }

  .navigation-4, .navigation-5, .navigation-6, .navigation-7 {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  h3, h4 {
    margin-top: 16px;
    margin-bottom: 8px;
  }

  h5 {
    margin-top: 12px;
    margin-bottom: 4px;
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container.container-navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.container-box-section {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .heading.xl {
    margin-bottom: 12px;
  }

  .section-title, .section-title.centered {
    width: 100%;
  }

  .l-g-3-col {
    grid-row-gap: 32px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .l-g-3-col.lt-g-2-col {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .l-g-4-col {
    grid-column-gap: 16px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .l-g-4-col.features {
    grid-row-gap: 32px;
  }

  .button.small.cookies {
    align-self: stretch;
    margin-top: 16px;
    margin-left: 0;
  }

  .breadcrumbs-link.desktop, .breadcrumbs-separator {
    display: none;
  }

  .l-g-2-col {
    grid-template-columns: 1fr;
  }

  .l-g-2-col.cards {
    grid-row-gap: 32px;
  }

  .l-g-2-col.faq {
    grid-row-gap: 0px;
  }

  .cta-wrapper {
    width: 100%;
  }

  .footer {
    padding: 48px 0 0;
  }

  .icon-list-item.vertical {
    margin-bottom: .25rem;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .footer-logo {
    padding-left: 0;
  }

  .footer-bottom {
    flex-direction: column;
    margin-top: 24px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .social-media-icon {
    font-size: 1.75rem;
    line-height: 1.75rem;
  }

  .sm-icon-link {
    margin-right: 12px;
  }

  .footer-grid-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
  }

  .footer-logo-2 {
    padding-left: 0;
  }

  .footer-grid-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .footer-top-2 {
    flex-direction: row;
    align-items: center;
  }

  .footer-2 {
    padding: 32px 0;
  }

  .cta-section-form-wrapper {
    width: 100%;
    max-width: 360px;
  }

  .cta-section-form-wrapper.center {
    width: 100%;
  }

  .footer-menu-wrapper {
    flex-direction: row;
    align-items: center;
  }

  .breadcrumbs.hero-breadcrumbs {
    margin-bottom: 48px;
  }

  .component-wrapper {
    margin-top: 56px;
    margin-bottom: 48px;
    padding: 16px;
  }

  .component-wrapper-label {
    top: -36px;
  }

  .style-guide-page-header {
    padding: 24px 0 0;
  }

  .grid-styleguide---buttons {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .navbar-vertical-content-wrapper {
    width: 85%;
  }

  .navbar-vertical-bg {
    width: 25%;
  }

  .nav-tab {
    flex: none;
  }

  .sh-p-0 {
    padding: 0;
  }

  .sh-p-y-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sh-p-x-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .sh-p-t-0 {
    padding-top: 0;
  }

  .sh-p-r-0 {
    padding-right: 0;
  }

  .sh-p-b-0 {
    padding-bottom: 0;
  }

  .sh-p-l-0 {
    padding-left: 0;
  }

  .sh-p-4 {
    padding: 4px;
  }

  .sh-p-y-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .sh-p-x-4 {
    padding-left: 4px;
    padding-right: 4px;
  }

  .sh-p-t-4 {
    padding-top: 4px;
  }

  .sh-p-r-4 {
    padding-right: 4px;
  }

  .sh-p-b-4 {
    padding-bottom: 4px;
  }

  .sh-p-l-4 {
    padding-left: 4px;
  }

  .sh-p-8 {
    padding: 8px;
  }

  .sh-p-y-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .sh-p-x-8 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .sh-p-t-8 {
    padding-top: 8px;
  }

  .sh-p-r-8 {
    padding-right: 8px;
  }

  .sh-p-b-8 {
    padding-bottom: 8px;
  }

  .sh-p-l-8 {
    padding-left: 8px;
  }

  .sh-p-12 {
    padding: 12px;
  }

  .sh-p-y-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .sh-p-x-12 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .sh-p-t-12 {
    padding-top: 12px;
  }

  .sh-p-r-12 {
    padding-right: 12px;
  }

  .sh-p-b-12 {
    padding-bottom: 12px;
  }

  .sh-p-l-12 {
    padding-left: 12px;
  }

  .sh-p-16 {
    padding: 16px;
  }

  .sh-p-y-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .sh-p-x-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sh-p-t-16 {
    padding-top: 16px;
  }

  .sh-p-r-16 {
    padding-right: 16px;
  }

  .sh-p-b-16 {
    padding-bottom: 16px;
  }

  .sh-p-l-16 {
    padding-left: 16px;
  }

  .sh-p-24 {
    padding: 24px;
  }

  .sh-p-y-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .sh-p-x-24 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .sh-p-t-24 {
    padding-top: 24px;
  }

  .sh-p-r-24 {
    padding-right: 24px;
  }

  .sh-p-l-24 {
    padding-left: 24px;
  }

  .sh-p-b-24 {
    padding-bottom: 24px;
  }

  .sh-p-32 {
    padding: 32px;
  }

  .sh-p-y-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .sh-p-x-32 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .sh-p-t-32 {
    padding-top: 32px;
  }

  .sh-p-r-32 {
    padding-right: 32px;
  }

  .sh-p-b-32 {
    padding-bottom: 32px;
  }

  .sh-p-l-32 {
    padding-left: 32px;
  }

  .sh-p-48 {
    padding: 48px;
  }

  .sh-p-y-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .sh-p-x-48 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .sh-p-t-48 {
    padding-top: 48px;
  }

  .sh-p-r-48 {
    padding-right: 48px;
  }

  .sh-p-b-48 {
    padding-bottom: 48px;
  }

  .sh-p-l-48 {
    padding-left: 48px;
  }

  .sh-p-64 {
    padding: 64px;
  }

  .sh-p-y-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .sh-p-x-64 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .sh-p-t-64 {
    padding-top: 64px;
  }

  .sh-p-r-64 {
    padding-right: 64px;
  }

  .sh-p-l-64 {
    padding-left: 64px;
  }

  .sh-p-b-64 {
    padding-bottom: 64px;
  }

  .sh-p-128 {
    padding: 128px;
  }

  .sh-p-y-128 {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .sh-p-x-128 {
    padding-left: 128px;
    padding-right: 128px;
  }

  .sh-p-t-128 {
    padding-top: 128px;
  }

  .sh-p-r-128 {
    padding-right: 128px;
  }

  .sh-p-b-128 {
    padding-bottom: 128px;
  }

  .sh-p-l-128 {
    padding-left: 128px;
  }

  .sh-m-0 {
    margin: 0;
  }

  .sh-m-y-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sh-m-x-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .sh-m-t-0 {
    margin-top: 0;
  }

  .sh-m-r-0 {
    margin-right: 0;
  }

  .sh-m-b-0 {
    margin-bottom: 0;
  }

  .sh-m-l-0 {
    margin-left: 0;
  }

  .sh-m-4 {
    margin: 4px;
  }

  .sh-m-y-4 {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .sh-m-x-4 {
    margin-left: 4px;
    margin-right: 4px;
  }

  .sh-m-t-4 {
    margin-top: 4px;
  }

  .sh-m-r-4 {
    margin-right: 4px;
  }

  .sh-m-b-4 {
    margin-bottom: 4px;
  }

  .sh-m-l-4 {
    margin-left: 4px;
  }

  .sh-m-8 {
    margin: 8px;
  }

  .sh-m-y-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .sh-m-x-8 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .sh-m-t-8 {
    margin-top: 8px;
  }

  .sh-m-r-8 {
    margin-right: 8px;
  }

  .sh-m-b-8 {
    margin-bottom: 8px;
  }

  .sh-m-l-8 {
    margin-left: 8px;
  }

  .sh-m-12 {
    margin: 12px;
  }

  .sh-m-y-12 {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .sh-m-x-12 {
    margin-left: 12px;
    margin-right: 12px;
  }

  .sh-m-t-12 {
    margin-top: 12px;
  }

  .sh-m-r-12 {
    margin-right: 12px;
  }

  .sh-m-b-12 {
    margin-bottom: 12px;
  }

  .sh-m-l-12 {
    margin-left: 12px;
  }

  .sh-m-16 {
    margin: 16px;
  }

  .sh-m-y-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .sh-m-x-16 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .sh-m-t-16 {
    margin-top: 16px;
  }

  .sh-m-r-16 {
    margin-right: 16px;
  }

  .sh-m-b-16 {
    margin-bottom: 16px;
  }

  .sh-m-l-16 {
    margin-left: 16px;
  }

  .sh-m-24 {
    margin: 24px;
  }

  .sh-m-y-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .sh-m-x-24 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .sh-m-t-24 {
    margin-top: 24px;
  }

  .sh-m-r-24 {
    margin-right: 24px;
  }

  .sh-m-l-24 {
    margin-left: 24px;
  }

  .sh-m-b-24 {
    margin-bottom: 24px;
  }

  .sh-m-32 {
    margin: 32px;
  }

  .sh-m-y-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .sh-m-x-32 {
    margin-left: 32px;
    margin-right: 32px;
  }

  .sh-m-t-32 {
    margin-top: 32px;
  }

  .sh-m-r-32 {
    margin-right: 32px;
  }

  .sh-m-b-32 {
    margin-bottom: 32px;
  }

  .sh-m-l-32 {
    margin-left: 32px;
  }

  .sh-m-48 {
    margin: 48px;
  }

  .sh-m-y-48 {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .sh-m-x-48 {
    margin-left: 48px;
    margin-right: 48px;
  }

  .sh-m-t-48 {
    margin-top: 48px;
  }

  .sh-m-r-48 {
    margin-right: 48px;
  }

  .sh-m-b-48 {
    margin-bottom: 48px;
  }

  .sh-m-l-48 {
    margin-left: 48px;
  }

  .sh-m-64 {
    margin: 64px;
  }

  .sh-m-y-64 {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .sh-m-x-64 {
    margin-left: 64px;
    margin-right: 64px;
  }

  .sh-m-t-64 {
    margin-top: 64px;
  }

  .sh-m-r-64 {
    margin-right: 64px;
  }

  .sh-m-b-64 {
    margin-bottom: 64px;
  }

  .sh-m-l-64 {
    margin-left: 64px;
  }

  .sh-m-128 {
    margin: 128px;
  }

  .sh-m-y-128 {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .sh-m-x-128 {
    margin-left: 128px;
    margin-right: 128px;
  }

  .sh-m-t-128 {
    margin-top: 128px;
  }

  .sh-m-r-128 {
    margin-right: 128px;
  }

  .sh-m-b-128 {
    margin-bottom: 128px;
  }

  .sh-m-l-128 {
    margin-left: 128px;
  }

  .breadcrumbs-dropdown {
    display: none;
  }

  .feature-grid, .feature-grid-2 {
    text-align: left;
  }

  .wrapper-l {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-item-wrapper, .faq-item-wrapper.box {
    margin-bottom: 16px;
  }

  .faq-item-wrapper-2 {
    flex-direction: column;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .faq-col-1, .faq-col-2 {
    width: 100%;
  }

  .pricing-2 {
    width: 1024px;
  }

  .pricing-3 {
    width: 800px;
  }

  .testimonials-logos-grid {
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-box-2 {
    padding: 48px 32px;
  }

  .alert-banner {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: .875rem;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    padding: 32px;
  }

  .pricing-table-wrapper {
    overflow: scroll;
  }

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

  .hero-form-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding: 32px;
  }

  .nav-menu {
    display: flex;
  }

  .alert-banner-2 {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: .875rem;
  }

  .style-wrapper, .component-wrapper-2 {
    margin-top: 48px;
    margin-bottom: 48px;
    padding: 16px;
  }

  .component-wrapper-label-2 {
    font-size: 14px;
    line-height: 16px;
    top: -32px;
  }

  .hero-section.box {
    background-color: var(--neutral--20);
  }

  .section-box-wrapper {
    padding: 24px;
  }

  .section-box-wrapper.c-b-neutral-10 {
    border-radius: 0;
  }

  .footer-navigation {
    justify-content: center;
    margin-top: 30px;
  }

  .cookie-notification {
    text-align: center;
    flex-direction: column;
    align-items: flex-start;
  }

  .countdown-banner {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: .875rem;
  }

  .list-vertical {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .testimonials-mask {
    max-width: 80%;
  }

  .grid-blog-1 {
    grid-row-gap: 32px;
  }

  .feature-grid-4 {
    grid-row-gap: 24px;
  }

  .wrapper-box {
    padding-left: 0;
    padding-right: 0;
  }

  .breadcrumbs-back-mobile {
    display: flex;
  }

  .breadcrumbs-dropdown-wrapper {
    display: none;
  }

  .feature-list-items {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }

  .overview-list-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .footer-bottom-docs {
    flex-direction: column;
    margin-top: 24px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .footer-docs-navigation {
    margin-top: 24px;
  }

  .image {
    object-fit: cover;
  }

  .slider-2 {
    height: auto;
  }

  .slider-wrapper-wide {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .logo-wrapper-wide {
    flex-wrap: wrap;
    width: 30%;
    margin-top: 20px;
  }

  .testimonial-columns {
    flex-direction: column;
  }

  .testimonial-content-wrap {
    width: 100%;
    padding-left: 25px;
  }

  .logo {
    width: 130px;
  }

  .testimonial-image-block {
    width: 100%;
  }

  .testimonial-image {
    max-width: 390px;
  }

  .testimonial-section {
    padding-top: 260px;
  }

  .div-block-11 {
    flex-flow: column;
    width: 95%;
  }

  .section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h2-heading {
    font-size: 44px;
  }

  .paragraph-large.cta {
    padding-left: 64px;
    padding-right: 64px;
  }

  .logo-link {
    width: 35%;
  }

  .logo-link.w--current {
    width: 30%;
  }

  .grid-two-column {
    grid-template-columns: 1fr;
  }

  .h4-heading {
    font-size: 36px;
  }

  .section-small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .heading-detail-small.large {
    margin-top: 1rem;
  }

  .h3-heading {
    font-size: 40px;
  }

  .feature-blog-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .blog-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .blog-image {
    height: 220px;
  }

  .title-wrapper-2 {
    margin-bottom: 60px;
  }

  .navigation-secondary {
    display: none;
  }

  .navigation-menu-2 {
    margin-right: 10px;
  }

  .navigation-secondary-2 {
    display: none;
  }

  .text-field-wrapper {
    width: 100%;
  }

  .container-6 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .tagline-2 {
    display: none;
  }

  .collection-list, .div-block-13 {
    grid-template-columns: 1fr;
  }

  .box-img {
    max-height: 256px;
  }

  .career-badge {
    margin-bottom: 10px;
    margin-left: 0;
  }

  .career-name-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .div-block-14 {
    grid-template-columns: 2fr;
  }

  .div-block-17.div-block-11 {
    object-fit: fill;
    width: 100%;
  }

  .div-block-18 {
    margin-bottom: 1rem;
  }

  .heading-large.darktype {
    white-space: nowrap;
    margin-top: 20px;
    font-size: 200%;
  }

  .dp-blog-image-wrap {
    height: 240px;
  }

  .blog-grid-2 {
    grid-template-columns: 1fr;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  .collection-list-3 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-20 {
    grid-template-columns: 2fr;
  }

  .grid-timeline {
    grid-template-columns: 1fr;
  }

  .section-timeline {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .contact-heading {
    font-size: 50px;
    line-height: 56px;
  }

  .section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .grid-three-column {
    grid-template-columns: 1fr;
  }

  .title-wrapper-3 {
    margin-bottom: 60px;
  }

  .form-grid-wave {
    grid-template-columns: 1fr;
  }

  .input-grid-karma {
    grid-template-columns: 1fr 1fr;
  }

  .form-block-karma {
    box-shadow: 40px 40px 96px -16px #aeafc53d;
  }

  .contact-detail-wrap {
    margin-bottom: 60px;
  }

  .form-grid-karma {
    grid-template-columns: 1fr;
  }

  .form-section-karma {
    margin-bottom: 0;
    padding-bottom: 100px;
  }

  .cta-right {
    background-color: #044afa;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    max-width: none;
    margin: 0 -40px 40px;
    padding: 60px 40px 40px;
  }

  .cta-left {
    max-width: 100%;
  }

  .email-field {
    font-size: 18px;
  }

  .cta-sale-text {
    width: 100%;
  }

  .cta-form {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-direction: column-reverse;
    align-items: stretch;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .cta-section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .margin-bottom-16.career-section {
    padding-left: 32px;
    padding-right: 32px;
  }

  .section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-regular.career {
    padding-top: 100px;
    padding-bottom: 128px;
  }

  .heading-6 {
    font-size: 2.8rem;
  }

  .container-8 {
    object-fit: fill;
  }

  .gallery-slider-mask {
    width: 400px;
  }

  .right-arrow-3, .left-arrow-3 {
    display: none;
  }

  .section-gallery {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-28 {
    flex-direction: column;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }

  .fs-cc-banner_component {
    height: 20vh;
  }

  .blog-image-wrap, .blog-content-wrap {
    height: 240px;
  }

  .dp-collection-list-item.addclasses {
    display: block;
  }

  .div-block-35 {
    object-fit: scale-down;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .div-block-36.dp-header {
    height: 75px;
  }

  .dp-tagline-2, .dp-header-tagline, .div-block-40 {
    display: none;
  }

  .collection-list-7 {
    flex-flow: wrap;
  }

  .dp-tag-filter {
    display: flex;
  }

  .dp-industry-tag-header {
    line-height: 4rem;
    display: block;
  }

  .div-block-44 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-46 {
    border-bottom-style: none;
    justify-content: flex-start;
  }

  .dp-industrytag-header {
    display: none;
  }

  .div-block-41-rev {
    border-bottom-style: none;
  }

  .dp-div-block-19 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-51, .div-block-53 {
    flex-direction: row;
  }

  .dp-heading-4 {
    display: inline;
  }

  .div-block-54 {
    width: 100%;
  }

  .dp-div-block-12 {
    height: 450px;
  }

  .sort-by-tag {
    display: block;
  }

  .dp-active-tag-template {
    display: flex;
  }

  .dp-wrapper-l, .wrapper-l-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dp-industry-tag-header-front-page {
    width: 100%;
    display: flex;
  }

  .dp-industry-tag-header-front-page.dp-blue {
    text-decoration: none;
  }

  .dp-industry-tag-header-copy {
    display: none;
  }

  .link-block-7, .link-block-8, .link-block-9 {
    text-decoration: none;
  }

  .update-box-containter {
    margin-left: 30px;
    margin-right: 30px;
  }

  .space-intel-div-block-40 {
    display: none;
  }

  .div-block-51-si {
    flex-direction: row;
  }

  .div-block-35-si {
    object-fit: scale-down;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .div-block-46-si {
    border-bottom-style: none;
    justify-content: flex-start;
  }

  .div-block-53-copy {
    flex-direction: row;
  }

  .dp-div-block-19-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-9 {
    margin-left: 0;
  }

  .def-modal-wrapper, .def-modal-wrapper-nodata {
    display: none;
  }

  .text-block-37 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .org-textblock {
    margin-left: 10px;
    margin-right: 10px;
  }

  .altadashformmain {
    padding-left: 10px;
    padding-right: 10px;
  }

  .dashform-submit.info {
    margin-left: 40%;
  }

  .terminal-id-form-text {
    white-space: normal;
  }

  .link-block-11, .alta {
    margin-left: 0;
  }

  .div-block-105 {
    width: 100%;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .def-modal-wrapper-activealerts {
    display: none;
  }

  .add-intel-label {
    white-space: normal;
  }

  .add-intel-link-container {
    flex-flow: column;
    align-items: center;
  }

  .orgs-addintel {
    display: flex;
  }

  .def-modal-wrapper-copy {
    display: none;
  }

  .um-pagination-controls {
    margin-left: 10%;
  }

  .sewpvi-heading {
    font-size: 40px;
  }

  .sewpvi-grid3 {
    grid-template-columns: 1fr;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-2 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .timezonecontainer {
    justify-content: center;
    align-items: stretch;
    width: auto;
    min-width: auto;
  }

  .zoneholder {
    display: none;
  }

  .headingmagellan.xl {
    margin-bottom: 12px;
  }

  .dashform-submit-copy.info, .inventory-additem.info {
    margin-left: 40%;
  }

  .def-modal-wrapper-altatrack, .def-modal-wrapper-devlog, .def-modal-wrapper-devlog2 {
    display: none;
  }

  .navbar-brand-three-2 {
    padding-left: 0;
  }

  .nav-menu-three-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block-2 {
    flex-direction: column;
  }

  .nav-link-4 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-3 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-3.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-3.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-12 {
    margin-top: 10px;
  }

  .heading-17 {
    width: 46.3856%;
    font-size: 140%;
    line-height: 100%;
  }

  .logo-link-3 {
    width: 35%;
  }

  .logo-link-3.w--current {
    width: 30%;
  }

  .navigation-secondary-3 {
    display: none;
  }

  .viasat-image, .eutelsat-oneweb-image {
    width: 179px;
    max-width: none;
    height: 90px;
  }

  .amazon-kuiper-image {
    max-width: none;
  }

  .spacex-image {
    width: 178.656px;
    max-width: none;
    height: 90px;
  }

  .iridium-image {
    max-width: none;
  }

  .ses-intelsat-image {
    width: 100%;
    max-width: none;
    height: 100%;
  }

  .heading-19 {
    width: 46.3856%;
    font-size: 140%;
    line-height: 100%;
  }

  .navigation-secondary-4 {
    display: none;
  }

  .heading-21 {
    width: 46.3856%;
    font-size: 140%;
    line-height: 100%;
  }

  .navigation-secondary-5 {
    display: none;
  }

  .heading-24 {
    width: 46.3856%;
    font-size: 140%;
    line-height: 100%;
  }

  .navigation-secondary-6 {
    display: none;
  }

  .heading-27, .heading-30, .heading-32, .heading-35 {
    width: 46.3856%;
    font-size: 140%;
    line-height: 100%;
  }
}

@media screen and (max-width: 479px) {
  .section-title._2-columns, .feature-block.flex {
    flex-direction: column;
  }

  .l-g-4-col {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .button.medium {
    align-self: stretch;
  }

  .button.medium.form-button {
    margin-top: 4px;
  }

  .button.medium.dp-black, .button.medium.dp-blue, .button.medium.dp-green {
    margin-bottom: 0;
  }

  .l-g-2-col {
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .input.medium {
    margin-bottom: .5rem;
  }

  .input.medium.horizontal {
    margin-bottom: 8px;
    margin-right: 0;
  }

  .form.form-horizontal {
    flex-direction: column;
  }

  .feature-text-wrapper {
    padding-left: 0;
  }

  .tab {
    flex: none;
    display: block;
  }

  .footer {
    text-align: left;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .material-icons.icon-left.icon-collapse {
    margin-top: 4px;
  }

  .nav-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-grid {
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .footer-logo {
    padding-left: 0;
  }

  .footer-logo.s-m-r-24.st-m-0.w--current {
    flex: 0 auto;
    margin-right: 10px;
    padding-bottom: 0;
  }

  .footer-top {
    flex-direction: column;
    align-items: center;
  }

  .footer-social-media {
    justify-content: center;
  }

  .footer-bottom {
    text-align: center;
    flex-direction: column;
  }

  .vertical-menu-link {
    text-decoration: none;
  }

  .footer-grid-2 {
    text-align: center;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1.5fr;
  }

  .footer-logo-2 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .footer-grid-3 {
    text-align: center;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .footer-top-2 {
    align-items: stretch;
  }

  .footer-bottom-2 {
    text-align: center;
    flex-direction: column;
    margin-top: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .footer-bottom-2.color-inverse {
    color: var(--neutral--70);
  }

  .footer-2 {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .sm-icons-wrapper {
    justify-content: center;
  }

  .grid-cta {
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .cta-section-form-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .footer-menu-wrapper {
    flex-direction: row;
    align-items: center;
  }

  .menu-button.w--open {
    background-color: var(--primary--10);
    color: var(--transparent);
  }

  .menu-button.color-inverse.w--open {
    color: var(--neutral--10);
  }

  .radio-button {
    margin-top: 0;
  }

  .radio-button-field, .switch-field {
    align-items: center;
    display: flex;
  }

  .collapse-trigger {
    align-items: flex-start;
  }

  .collapse-title {
    line-height: 1.5;
  }

  .collapse.borderless {
    padding: 16px;
  }

  .grid-styleguide---buttons {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .navbar-vertical {
    text-align: left;
  }

  .sm-p-0 {
    padding: 0;
  }

  .sm-p-y-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm-p-x-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .sm-p-t-0 {
    padding-top: 0;
  }

  .sm-p-r-0 {
    padding-right: 0;
  }

  .sm-p-b-0 {
    padding-bottom: 0;
  }

  .sm-p-l-0 {
    padding-left: 0;
  }

  .sm-p-4 {
    padding: 4px;
  }

  .sm-p-8 {
    padding: 8px;
  }

  .sm-p-12 {
    padding: 12px;
  }

  .sm-p-16 {
    padding: 16px;
  }

  .sm-p-24 {
    padding: 24px;
  }

  .sm-p-32 {
    padding: 32px;
  }

  .sm-p-48 {
    padding: 48px;
  }

  .sm-p-64 {
    padding: 64px;
  }

  .sm-p-128 {
    padding: 129px;
  }

  .sm-m-0 {
    margin: 0;
  }

  .sm-m-8 {
    margin: 8px;
  }

  .sm-m-12 {
    margin: 12px;
  }

  .sm-m-16 {
    margin: 16px;
  }

  .sm-m-24 {
    margin: 24px;
  }

  .sm-m-32 {
    margin: 32px;
  }

  .sm-m-48 {
    margin: 48px;
  }

  .sm-m-64 {
    margin: 64px;
  }

  .sm-m-128 {
    margin: 128px;
  }

  .sm-p-y-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .sm-p-y-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .sm-p-y-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .sm-p-y-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .sm-p-y-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .sm-p-y-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .sm-p-y-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .sm-p-y-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .sm-p-y-128 {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .sm-m-y-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm-m-x-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .sm-m-y-4 {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .sm-m-4 {
    margin: 4px;
  }

  .sm-m-y-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .sm-m-y-12 {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .sm-m-y-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .sm-m-y-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .sm-m-y-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .sm-m-y-48 {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .sm-m-y-64 {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .sm-m-y-128 {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .sm-m-x-4 {
    margin-left: 4px;
    margin-right: 4px;
  }

  .sm-m-x-8 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .sm-m-x-12 {
    margin-left: 12px;
    margin-right: 12px;
  }

  .sm-m-x-16 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .sm-m-x-24 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .sm-m-x-32 {
    margin-left: 32px;
    margin-right: 32px;
  }

  .sm-m-x-48 {
    margin-left: 48px;
    margin-right: 48px;
  }

  .sm-m-x-64 {
    margin-left: 64px;
    margin-right: 64px;
  }

  .sm-m-x-128 {
    margin-left: 128px;
    margin-right: 128px;
  }

  .sm-m-t-0 {
    margin-top: 0;
  }

  .sm-m-t-4 {
    margin-top: 4px;
  }

  .sm-m-t-8 {
    margin-top: 8px;
  }

  .sm-m-t-12 {
    margin-top: 12px;
  }

  .sm-m-t-16 {
    margin-top: 16px;
  }

  .sm-m-t-24 {
    margin-top: 24px;
  }

  .sm-m-t-32 {
    margin-top: 32px;
  }

  .sm-m-t-48 {
    margin-top: 48px;
  }

  .sm-m-t-64 {
    margin-top: 64px;
  }

  .sm-m-t-128 {
    margin-top: 128px;
  }

  .sm-m-r-0 {
    margin-right: 0;
  }

  .sm-m-r-4 {
    margin-right: 4px;
  }

  .sm-m-r-8 {
    margin-right: 8px;
  }

  .sm-m-r-12 {
    margin-right: 12px;
  }

  .sm-m-r-16 {
    margin-right: 16px;
  }

  .sm-m-r-24 {
    margin-right: 24px;
  }

  .sm-m-r-32 {
    margin-right: 32px;
  }

  .sm-m-r-48 {
    margin-right: 48px;
  }

  .sm-m-r-64 {
    margin-right: 64px;
  }

  .sm-m-r-128 {
    margin-right: 128px;
  }

  .sm-m-b-0 {
    margin-bottom: 0;
  }

  .sm-m-b-4 {
    margin-bottom: 4px;
  }

  .sm-m-b-8 {
    margin-bottom: 8px;
  }

  .sm-m-b-12 {
    margin-bottom: 12px;
  }

  .sm-m-b-16 {
    margin-bottom: 16px;
  }

  .sm-m-b-24 {
    margin-bottom: 24px;
  }

  .sm-m-b-32 {
    margin-bottom: 32px;
  }

  .sm-m-b-48 {
    margin-bottom: 48px;
  }

  .sm-m-b-64 {
    margin-bottom: 64px;
  }

  .sm-m-b-128 {
    margin-bottom: 128px;
  }

  .sm-m-l-0 {
    margin-left: 0;
  }

  .sm-m-l-4 {
    margin-left: 4px;
  }

  .sm-m-l-8 {
    margin-left: 8px;
  }

  .sm-m-l-12 {
    margin-left: 12px;
  }

  .sm-m-l-16 {
    margin-left: 16px;
  }

  .sm-m-l-24 {
    margin-left: 24px;
  }

  .sm-m-l-32 {
    margin-left: 32px;
  }

  .sm-m-l-48 {
    margin-left: 48px;
  }

  .sm-m-l-64 {
    margin-left: 64px;
  }

  .sm-m-l-128 {
    margin-left: 128px;
  }

  .sm-p-x-4 {
    padding-left: 4px;
    padding-right: 4px;
  }

  .sm-p-x-8 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .sm-p-x-12 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .sm-p-x-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sm-p-x-24 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .sm-p-x-32 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .sm-p-x-48 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .sm-p-x-64 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .sm-p-x-128 {
    padding-left: 128px;
    padding-right: 128px;
  }

  .sm-p-t-4 {
    padding-top: 4px;
  }

  .sm-p-t-8 {
    padding-top: 8px;
  }

  .sm-p-t-12 {
    padding-top: 12px;
  }

  .sm-p-t-16 {
    padding-top: 16px;
  }

  .sm-p-t-24 {
    padding-top: 24px;
  }

  .sm-p-t-32 {
    padding-top: 32px;
  }

  .sm-p-t-48 {
    padding-top: 48px;
  }

  .sm-p-t-64 {
    padding-top: 64px;
  }

  .sm-p-t-128 {
    padding-top: 128px;
  }

  .sm-p-r-4 {
    padding-right: 4px;
  }

  .sm-p-r-8 {
    padding-right: 8px;
  }

  .sm-p-r-12 {
    padding-right: 12px;
  }

  .sm-p-r-16 {
    padding-right: 16px;
  }

  .sm-p-r-24 {
    padding-right: 24px;
  }

  .sm-p-r-32 {
    padding-right: 32px;
  }

  .sm-p-r-48 {
    padding-right: 48px;
  }

  .sm-p-r-64 {
    padding-right: 64px;
  }

  .sm-p-r-128 {
    padding-right: 128px;
  }

  .sm-p-b-4 {
    padding-bottom: 4px;
  }

  .sm-p-b-8 {
    padding-bottom: 8px;
  }

  .sm-p-b-12 {
    padding-bottom: 12px;
  }

  .sm-p-b-16 {
    padding-bottom: 16px;
  }

  .sm-p-b-24 {
    padding-bottom: 24px;
  }

  .sm-p-b-32 {
    padding-bottom: 32px;
  }

  .sm-p-b-48 {
    padding-bottom: 48px;
  }

  .sm-p-b-64 {
    padding-bottom: 64px;
  }

  .sm-p-b-128 {
    padding-bottom: 128px;
  }

  .sm-p-l-4 {
    padding-left: 4px;
  }

  .sm-p-l-8 {
    padding-left: 8px;
  }

  .sm-p-l-12 {
    padding-left: 12px;
  }

  .sm-p-l-16 {
    padding-left: 16px;
  }

  .sm-p-l-24 {
    padding-left: 24px;
  }

  .sm-p-l-32 {
    padding-left: 32px;
  }

  .sm-p-l-48 {
    padding-left: 48px;
  }

  .sm-p-l-64 {
    padding-left: 64px;
  }

  .sm-p-l-128 {
    padding-left: 128px;
  }

  .feature-grid-2 {
    grid-row-gap: 48px;
  }

  .ctas-wrapper {
    flex-direction: column;
    margin-top: 1rem;
    display: flex;
  }

  .testimonials-logos-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-box-2 {
    padding: 32px 16px;
  }

  .alert-banner {
    padding-bottom: 4px;
  }

  .contact-grid {
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .hero-form-wrapper {
    padding: 24px;
  }

  .alert-banner-2 {
    text-align: left;
    padding-bottom: 4px;
  }

  .brand-logo-image {
    height: 1.25rem;
  }

  .tabs-menu {
    flex-direction: row;
    display: flex;
    overflow: auto;
  }

  .section-box-wrapper {
    padding: 24px;
  }

  .avatar.large {
    width: 48px;
    height: 48px;
  }

  .avatar-wrapper.horizontal {
    align-items: center;
  }

  .footer-navigation {
    align-self: stretch;
    align-items: stretch;
    margin-top: 30px;
  }

  .section-title-column {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-switch-menu {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .tab-switch {
    text-align: center;
    flex: 1;
    justify-content: center;
  }

  .testimonials-slide {
    width: 320px;
  }

  .megamenu-grid {
    grid-template-columns: 1fr;
  }

  .megamenu-nav-link-box {
    flex-direction: column;
  }

  .megamenu-grid-2 {
    grid-template-columns: 1fr;
  }

  .megamenu-navlink-text-wrapper {
    margin-left: 0;
  }

  .preview-area {
    height: 800px;
  }

  .testimonial-box-small {
    flex-direction: column;
  }

  .cta-box {
    padding: 48px 24px;
  }

  .pricing-card-3 {
    padding: 32px;
  }

  .button-content-wrapper {
    justify-content: center;
  }

  .feature-list-items {
    grid-row-gap: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .overview-list-grid {
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .footer-bottom-docs {
    text-align: center;
    flex-direction: column;
  }

  .footer-docs-navigation {
    align-self: stretch;
    align-items: stretch;
    margin-top: 24px;
  }

  .testimonial-logo {
    width: 50%;
  }

  .megamenu-item-icon {
    margin-bottom: 1rem;
  }

  .feature-block-photo.flex {
    flex-direction: column;
  }

  .slider-2 {
    height: auto;
  }

  .slider-wrapper-wide {
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .logo-wrapper-wide {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .testimonial-content-wrap, .testimonial-image-block {
    padding: 15px;
  }

  .button-grid {
    grid-template-columns: 1fr;
  }

  .paragraph-large.cta {
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo-link, .logo-link.w--current {
    width: 50%;
  }

  .n {
    display: none;
  }

  .heading-detail-small.margin-bottom-12.text-color-gray-500 {
    width: 100%;
  }

  .heading-detail-small.large {
    margin-top: .5rem;
  }

  .grid-four-column {
    grid-template-columns: 1fr;
  }

  .blog-thumbnail-feature {
    margin-bottom: 20px;
  }

  .blog-thumbnail-small {
    max-width: none;
    height: 240px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .blog-horizontal-link {
    flex-wrap: wrap;
  }

  .paragraph-large-3 {
    font-size: 18px;
    line-height: 30px;
  }

  .paragraph-standard.dark {
    padding-bottom: 20px;
  }

  .h3-heading-2 {
    font-size: 48px;
  }

  .navigation-secondary, .navigation-button-2, .navigation-secondary-2 {
    display: none;
  }

  .form-newsletter-wrapper {
    flex-direction: column;
  }

  .header-block {
    text-align: center;
  }

  .paragraph-regular {
    font-size: 18px;
    line-height: 30px;
  }

  .button-primary {
    width: 100%;
  }

  .navigation-button-3 {
    display: none;
  }

  .header-logo-wrapper {
    justify-content: center;
  }

  .form-wrapper-small {
    flex-direction: column;
    align-items: center;
  }

  .hero-heading {
    font-size: 44px;
    line-height: 62px;
  }

  .header-form-block {
    width: 100%;
  }

  .text-field-wrapper {
    max-width: 100%;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .logo-circle {
    width: 72px;
    min-width: 72px;
    height: 72px;
    min-height: 72px;
    padding: 14px;
  }

  .career-detail-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .career-card {
    padding: 32px 24px;
  }

  .career-detail {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .career-top-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .career-button-small {
    margin-top: 14px;
  }

  .career-tab-link {
    width: 100%;
    min-width: auto;
    padding-left: 0;
  }

  .div-block-14 {
    grid-template-columns: 2fr;
    width: 100%;
  }

  .greenback {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-18 {
    margin-bottom: .5rem;
  }

  .text-block-8 {
    padding-right: 4px;
  }

  .heading-large.darktype {
    margin-top: 20px;
    font-size: 100%;
    line-height: 28px;
  }

  .dp-blog-image-wrap {
    height: 240px;
  }

  .dp-grid-heading {
    margin-bottom: 60px;
  }

  .collection-list-3 {
    grid-template-columns: 1fr;
  }

  .div-block-19 {
    padding-left: 30px;
  }

  .div-block-20 {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .div-block-21 {
    width: 100%;
  }

  .button-round-white {
    text-align: center;
  }

  .card-timeline {
    padding: 24px;
  }

  .button-round-blue {
    text-align: center;
  }

  .large-title {
    font-size: 50px;
    line-height: 60px;
  }

  .form-wrap {
    padding-left: 32px;
    padding-right: 32px;
  }

  .field-grid-fizz {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .input-grid-karma {
    grid-template-columns: 1fr;
  }

  .contact-icon-karma {
    margin-right: 20px;
  }

  .form-content {
    width: 100%;
    padding: 16px;
  }

  .button-wrap-karma {
    margin-top: 60px;
  }

  .check-wrapper-karma {
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-right {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .email-field {
    margin-bottom: 8px;
  }

  .cta-form-block {
    height: auto;
  }

  .success-message-2 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .cta-form {
    border-radius: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .margin-bottom-16.career-section {
    padding-left: 5px;
    padding-right: 5px;
  }

  .form-submit {
    width: 100%;
    margin-top: 12px;
  }

  .input-2 {
    margin-right: 0;
  }

  .form-wrapper {
    flex-direction: column;
  }

  .heading-6 {
    font-size: 2.5rem;
  }

  .search {
    display: none;
  }

  .div-block-26 {
    flex-direction: column;
    flex: 0 auto;
    display: block;
  }

  .gallery-slider-mask {
    width: 100%;
  }

  .section-gallery {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-28 {
    flex-direction: column;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .skillbridgelogo {
    margin-right: 0;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -1.5rem .75rem auto auto;
  }

  .fs-cc-prefs_component {
    padding: 1.5rem;
  }

  .fs-cc-banner_component {
    height: 35vh;
  }

  .fs-cc-prefs_button {
    margin-bottom: .5rem;
  }

  .blog-image-wrap, .blog-content-wrap {
    height: 240px;
  }

  .grid-heading {
    margin-bottom: 60px;
  }

  .div-block-36.dp-header {
    height: 50px;
  }

  .dp-bullet-points {
    width: 100%;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .dp-collection-list {
    width: 100%;
  }

  .dp-industry-tag-header {
    padding: 10px 20px;
    font-size: 3rem;
  }

  .dp-industry-tag-header.dp-blue {
    padding-left: 10px;
    padding-right: 9px;
    font-size: 3rem;
  }

  .div-block-42 {
    width: 100%;
  }

  .div-block-46, .div-block-41-rev {
    justify-content: center;
  }

  .div-block-49 {
    width: 100%;
  }

  .dp-div-block-19 {
    width: 100%;
    padding-left: 20px;
  }

  .div-block-51 {
    width: 100%;
  }

  .collection-list-wrapper-5 {
    width: 106.347%;
    padding-left: 0;
    padding-right: 0;
  }

  .dp-div-block-12 {
    height: 100%;
    min-height: 200px;
  }

  .div-block-47-copy {
    padding-left: 10px;
  }

  .div-block-60 {
    flex-direction: row;
    display: flex;
  }

  .div-block-61 {
    flex-direction: column;
  }

  .dp-wrapper-l {
    width: 0;
    height: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .dp-industry-tag-header-front-page {
    font-size: 150%;
  }

  .dp-industry-tag-header-front-page.dp-blue {
    min-width: 210px;
    font-size: 150%;
  }

  .list-item {
    width: 100%;
  }

  .div-block-63 {
    height: auto;
    margin-bottom: 0;
  }

  .update-box-containter {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-51-si {
    width: 100%;
  }

  .div-block-46-si {
    justify-content: center;
  }

  .dp-div-block-19-copy {
    width: 100%;
    padding-left: 20px;
  }

  .div-block-72 {
    width: 100%;
  }

  .div-block-73 {
    width: 100%;
    height: auto;
    overflow: visible;
  }

  .div-block-74 {
    scrollbar-width: none;
    flex-direction: column;
    height: calc(100svh - 75px);
    overflow: auto;
  }

  .altadash-nav {
    flex-flow: row;
  }

  .div-block-80 {
    width: auto;
    padding-left: 0;
  }

  .div-block-82 {
    display: none;
  }

  .textblock27 {
    font-size: 1.5rem;
  }

  .div-block-80-copy-copy.nodataapicall {
    font-size: .7rem;
  }

  .div-block-87 {
    width: auto;
  }

  .div-block-88 {
    width: auto;
    height: auto;
  }

  .div-block-91 {
    align-items: stretch;
  }

  .div-block-92 {
    width: auto;
    height: auto;
  }

  .div-block-93 {
    width: auto;
    margin-left: 60px;
  }

  .div-block-94 {
    flex-direction: column;
  }

  .def-modal-wrapper {
    display: none;
  }

  .def-modal {
    max-height: 500px;
    overflow: scroll;
  }

  .heading-10 {
    font-size: 1.5rem;
  }

  .button-3, .nodata-par {
    font-size: .7rem;
  }

  .def-modal-wrapper-nodata {
    display: none;
  }

  .image-14 {
    width: 60px;
  }

  .def-modal-wrapper-userguide {
    display: none;
  }

  .org-textblock {
    margin-left: 50px;
    margin-right: 50px;
  }

  .parent-terminal-container {
    max-height: none;
  }

  .altadashformmain {
    width: 100%;
    overflow: visible;
  }

  .nickname-mapping-div, .add-terminal-div {
    display: block;
  }

  .container-9 {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .link-block-13 {
    margin-top: 15px;
  }

  .heading-11, .heading-13 {
    font-size: 2rem;
  }

  .dashrepocontainer {
    flex-direction: column;
  }

  .def-modal-wrapper-pdfviewer {
    display: none;
  }

  .activealertscontainer {
    flex-direction: column;
  }

  .def-modal-wrapper-activealerts {
    display: none;
  }

  .def-modal-activealerts {
    max-height: 500px;
    overflow: scroll;
  }

  .marketintelcontainer {
    flex-direction: column;
  }

  .add-intel-div {
    display: block;
  }

  .terminaltrackercontainer {
    flex-direction: column;
  }

  .def-modal-wrapper-copy, .def-modal-wrapper-support {
    display: none;
  }

  .um-pagination-controls {
    margin-left: 0%;
  }

  .terminal-info-row {
    display: block;
  }

  .def-modal-wrapper-report, .def-modal-wrapper-docrepol-loading {
    display: none;
  }

  .nav-menu-2 {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .def-modal-wrapper-trackinfo {
    display: none;
  }

  .div-block-74-tracker {
    scrollbar-width: none;
    flex-direction: column;
    height: calc(100svh - 75px);
    overflow: auto;
  }

  .loading-overlay, .zoneholderzulu {
    display: none;
  }

  .child-terminal-container {
    max-height: none;
  }

  .inventory-nav {
    flex-flow: row;
  }

  .link-block-13-copy {
    margin-top: 15px;
  }

  .def-modal-wrapper-altatrack {
    display: none;
  }

  .expandbutton {
    font-size: .7rem;
  }

  .def-modal-wrapper-devlog, .def-modal-wrapper-devlog2 {
    display: none;
  }

  .div-block-72-copy {
    width: 100%;
  }

  .button-3-copy {
    font-size: .7rem;
  }

  .heading-11-copy, .heading-13-copy {
    font-size: 2rem;
  }

  .button-3-copy-copy {
    font-size: .7rem;
  }

  .heading-13-copy-copy, .templateheader {
    font-size: 2rem;
  }

  .button-3-copy-copy-copy {
    font-size: .7rem;
  }

  .heading-13-copy-copy-copy {
    font-size: 2rem;
  }

  .container-39 {
    max-width: none;
  }

  .nav-menu-three-2 {
    flex-direction: column;
  }

  .navigation-button-4, .search-6 {
    display: none;
  }

  .logo-link-3, .logo-link-3.w--current {
    width: 50%;
  }

  .navigation-secondary-3, .navigation-button-5, .search-7, .navigation-secondary-4, .navigation-button-6, .search-8, .navigation-secondary-5, .search-9, .navigation-secondary-6, .search-10, .search-11, .search-12, .search-13 {
    display: none;
  }
}

#w-node-_5ca32876-717a-4eb1-46e5-66ce81d13309-6e8cd760 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a34cf13f-c06d-58ba-d00b-77d4931bf4ad-6e8cd760 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-e0a37861-3bf1-241d-02b2-d3bd7433d72c-6e8cd760, #w-node-_4e6d9c56-8707-27ca-9f39-40b4d76aef87-ae01deae, #w-node-_6bc3eacd-96a6-2281-9a41-3664c9ab5ff6-ae01deae, #w-node-_3ceec1c7-a853-a728-f0a3-11110cf65490-e48cd7ef, #w-node-_227aa4c4-1cc8-d34a-f605-25e2fac2b0b7-e48cd7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c74be733-34bb-8d6c-b685-cbcbcc8d7cb1-cc8d7ca6 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-c74be733-34bb-8d6c-b685-cbcbcc8d7cbc-cc8d7ca6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b3010a2d-59f4-e8e7-9395-4625131945d8-131945cd {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-b3010a2d-59f4-e8e7-9395-4625131945e3-131945cd, #w-node-b3010a2d-59f4-e8e7-9395-4625131945ed-131945cd {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0dcf6f4b-d40e-3c42-fdb7-15e1a7bba684-7b8cd7f4 {
  place-self: start;
}

#w-node-_3bea9463-3147-4809-40b7-b483f13d898e-7b8cd7f4 {
  place-self: stretch start;
}

#w-node-_02b322df-e62b-9b55-509f-986f1867463e-7b8cd7f4, #w-node-_4d6aea45-216f-a305-5441-eb15370ba49a-5d8cd7f6, #w-node-cbe93518-008c-c958-6cac-0456a499d6ff-1a20dcd8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31cb8a00-da38-4f1e-a2e9-554aa6d3b530-a6d3b518, #w-node-d1a9e73a-4bc3-3b42-2960-6ae9a8e3cedf-a8e3cea2 {
  align-self: stretch;
}

#w-node-bdac670b-446b-7bd3-1602-660901061cee-01061ce5 {
  place-self: center end;
}

#w-node-_54e8e409-857f-b3ac-67b0-2e65cced7566-cced755b {
  place-self: center stretch;
}

#w-node-_102114bc-6c20-81d4-5ea6-6a099426a045-9426a03c, #w-node-_6d12a1bb-ff6c-7104-10eb-63793543d292-3543d289, #w-node-_12043139-7844-c569-f011-516ccb0704c1-cb0704b6, #w-node-f4ef8fcd-f29f-5151-502d-7de2712d72df-712d72d6, #w-node-dedf54a3-9ff1-5427-4012-ace2d0602351-d0602348, #w-node-_7927aa13-4373-63e1-11ff-744df68f286a-f68f285f, #w-node-_1e8d7594-c33e-d7a6-b7ce-65ae9ffbd6a0-9ffbd698, #w-node-eafbc070-20cb-8493-0600-2a57c2ac0763-c2ac075b, #w-node-_98d1977c-8ad1-bed3-7f90-6c8f6d874fd5-6d874fcb {
  place-self: center end;
}

#w-node-_3ab56a4f-983b-c645-23c1-9f15293b3a9c-bc9177bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8ca58d2a-d600-6121-b59f-70cee829647f-e829644c, #w-node-fbba13b3-03db-72fc-e9da-5476548ac42c-548ac3f9 {
  justify-self: end;
}

#w-node-_9e0fde0c-8be1-27d4-b3ab-fee8a60899a4-d38cd823 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_9e0fde0c-8be1-27d4-b3ab-fee8a60899b3-d38cd823, #w-node-_9e0fde0c-8be1-27d4-b3ab-fee8a60899c2-d38cd823, #w-node-_47e9cb1a-7ca8-6727-31f2-073d8235f96e-7e8cd829 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f814b7f8-6606-8e4f-4131-f8872ceb6460-7e8cd829, #w-node-f814b7f8-6606-8e4f-4131-f8872ceb646a-7e8cd829, #w-node-f814b7f8-6606-8e4f-4131-f8872ceb6474-7e8cd829, #w-node-_0329da1b-37ac-8abe-8508-4b903443d828-7e8cd829, #w-node-_658ddd13-617e-7d63-aed4-31208db3dced-7e8cd829, #w-node-_28259b75-5edd-83ab-3d62-29e5cae11078-7e8cd829, #w-node-_37e02779-61ab-b5c8-3800-aad80deb749b-7e8cd829, #w-node-_37e02779-61ab-b5c8-3800-aad80deb74a5-7e8cd829, #w-node-_37e02779-61ab-b5c8-3800-aad80deb74af-7e8cd829, #w-node-_37e02779-61ab-b5c8-3800-aad80deb74b9-7e8cd829, #w-node-_37e02779-61ab-b5c8-3800-aad80deb74c3-7e8cd829, #w-node-_37e02779-61ab-b5c8-3800-aad80deb74cd-7e8cd829 {
  justify-self: stretch;
}

#w-node-_3a5957ce-51a0-68eb-b36e-45cc4a95e5b4-218cd833, #w-node-_27e1573b-7faa-5c82-cc35-0cef86f4bec7-218cd833, #w-node-_05b145b4-ffa1-b9ae-7986-b0bd832bae0a-218cd833 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4e5b2621-2259-9f4c-9499-a8b160c89c33-60c89bfd, #w-node-_4e5b2621-2259-9f4c-9499-a8b160c89c50-60c89bfd, #w-node-_4e5b2621-2259-9f4c-9499-a8b160c89c64-60c89bfd, #w-node-_4e5b2621-2259-9f4c-9499-a8b160c89c81-60c89bfd {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3c38fd4d-e23e-9ae5-89f4-f427f93bf5f5-f93bf5a9, #w-node-_6621b908-446f-705b-0eb8-1ffbfb841b19-a58cd83b, #w-node-_087c6529-5e1f-0c92-1918-ca42ba7fd3b9-278cd84a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a778cbd-adf7-1e7d-23d9-fb8c36cd48ab-145b9fa2 {
  place-self: center;
}

#US-East.w-node-_7c8103c0-a640-58a6-43bb-bce5cbe44bbc-145b9fa2 {
  place-self: start;
}

#Eastern.w-node-_19b8cf32-e424-1666-1813-493f18ef25c7-145b9fa2, #Pacific.w-node-d9d5efb2-2cdf-a4bd-1647-9f0dfce4055f-145b9fa2, #Pacific.w-node-_7fffadd7-d693-6aa9-6f40-c4c82e0053da-145b9fa2, #Japan.w-node-d1f3d9da-a5c2-e811-6e96-1f1cb6feac22-145b9fa2, #w-node-_1b4ab217-95cd-f606-02db-feb1bd45a377-69afe1c1 {
  place-self: center;
}

#US-East.w-node-_1b4ab217-95cd-f606-02db-feb1bd45a37d-69afe1c1 {
  place-self: start;
}

#Eastern.w-node-_1b4ab217-95cd-f606-02db-feb1bd45a37e-69afe1c1, #Pacific.w-node-_1b4ab217-95cd-f606-02db-feb1bd45a384-69afe1c1, #Pacific.w-node-_1b4ab217-95cd-f606-02db-feb1bd45a38a-69afe1c1, #Japan.w-node-_1b4ab217-95cd-f606-02db-feb1bd45a390-69afe1c1 {
  place-self: center;
}

#w-node-b33f1694-34b9-9dab-a7df-4f88919ee914-667fb0dc, #w-node-f98acebd-4527-fd86-187b-622dc93212bd-667fb0dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-b33f1694-34b9-9dab-a7df-4f88919ee91d-667fb0dc, #w-node-b33f1694-34b9-9dab-a7df-4f88919ee929-667fb0dc, #w-node-_7d62a9af-859d-8421-3390-e2049a5002a4-c4c11ea2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a6204fb-f026-7dd5-8dbd-a6989c540712-c4c11ea2 {
  align-self: auto;
}

#w-node-_56eeabd4-edff-0b5f-e08d-b669ea244b08-153a54fc {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: auto;
}

#w-node-_7b40eda4-0a4a-8d99-f109-f2230fd42d29-153a54fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_9d256122-0846-3524-84a5-243d454a4417-153a54fc {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_30023e27-b65b-732f-167f-ea2de3542e5e-153a54fc {
  grid-area: 1 / 2 / 2 / 3;
}

#ResourceBtn.w-node-b955602a-d69b-a2de-984e-32b32c25cf39-153a54fc {
  place-self: center;
}

#addShip.w-node-_3f34a430-abff-61de-c8b6-77bc874566f5-153a54fc, #AddUsers.w-node-_876d3726-167a-f847-e579-fe78cf166c4a-153a54fc, #NessusBtn.w-node-_492ca008-8c46-0fa9-2605-4f8443f02d61-153a54fc, #TempBtn.w-node-_9dbad3d2-59b8-1a9c-437f-586988ca2eac-153a54fc {
  align-self: center;
}

#w-node-_9a778cbd-adf7-1e7d-23d9-fb8c36cd48ab-929dee90 {
  place-self: center;
}

#US-East.w-node-_7c8103c0-a640-58a6-43bb-bce5cbe44bbc-929dee90 {
  place-self: start;
}

#Eastern.w-node-_19b8cf32-e424-1666-1813-493f18ef25c7-929dee90, #Pacific.w-node-d9d5efb2-2cdf-a4bd-1647-9f0dfce4055f-929dee90, #Pacific.w-node-_7fffadd7-d693-6aa9-6f40-c4c82e0053da-929dee90, #Japan.w-node-d1f3d9da-a5c2-e811-6e96-1f1cb6feac22-929dee90, #w-node-_1b4ab217-95cd-f606-02db-feb1bd45a377-45287877 {
  place-self: center;
}

#US-East.w-node-_1b4ab217-95cd-f606-02db-feb1bd45a37d-45287877 {
  place-self: start;
}

#Eastern.w-node-_1b4ab217-95cd-f606-02db-feb1bd45a37e-45287877, #Pacific.w-node-_1b4ab217-95cd-f606-02db-feb1bd45a384-45287877, #Pacific.w-node-_1b4ab217-95cd-f606-02db-feb1bd45a38a-45287877, #Japan.w-node-_1b4ab217-95cd-f606-02db-feb1bd45a390-45287877 {
  place-self: center;
}

#w-node-_7d62a9af-859d-8421-3390-e2049a5002a4-de6769ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a6204fb-f026-7dd5-8dbd-a6989c540712-de6769ac, #AquisitionDateDisplay.w-node-_9fe3f5d2-a6e2-a957-28eb-0dffbe8cb75e-43359753 {
  align-self: auto;
}

#w-node-_6278f139-b7f4-bd2f-1595-240d26a989c0-43359753, #LocationCloser.w-node-_6278f139-b7f4-bd2f-1595-240d26a989c1-43359753 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_6278f139-b7f4-bd2f-1595-240d26a989c2-43359753 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_05698ce0-9535-5bef-6f78-f65f11ddd0eb-43359753, #DeleteItemCloser.w-node-_05698ce0-9535-5bef-6f78-f65f11ddd0ec-43359753 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_05698ce0-9535-5bef-6f78-f65f11ddd0ed-43359753, #w-node-a79d9cd1-725d-0bb7-95a0-b5a818f715c0-43359753 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7409e84a-7c57-6fb8-d9b9-b31b34f90678-43359753 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_1974136e-8c2d-67e2-d351-d84b4a93ae0f-43359753 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5cf670f6-556d-6c08-faa7-bda53b42aca3-43359753 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-f15847f9-79f2-7836-bb90-e520b986ffdf-43359753 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_80afa17d-2c02-46ec-c49c-5de0de8d849f-43359753 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-a0b30260-cca8-7ca5-7919-4b53bfc7e14b-43359753 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b69fe36d-dc29-5c42-8fd2-ca55d10f5f55-43359753 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-fa0e5902-fadd-88ee-68cc-597ded293af2-43359753 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_9cfc05b8-3e82-744e-9419-44f00a6d1014-43359753 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-cf1b3736-6ffc-384d-aab2-2936d8cb040f-43359753 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_8b774c4e-9e9c-e00e-03d1-b200438a4f7c-43359753 {
  grid-area: 3 / 2 / 4 / 3;
}

#KitNumberDiv.w-node-_06376c1f-3d7e-5400-15fa-50e211b0c6ec-43359753 {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-e431564a-2c95-c88c-1d5e-a83e9cf4e15a-43359753 {
  grid-area: 3 / 3 / 4 / 4;
}

#NicknameDiv.w-node-afe4a366-58d9-eebd-a51a-4d8fa7e7fea3-43359753 {
  grid-area: 4 / 2 / 5 / 3;
}

#NicknameDiv.w-node-c7ada807-f897-c60c-1d71-9c2ccf98323c-43359753 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_4f81c084-88a5-cf44-4a5c-5641af75ac2e-43359753 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d056fa10-b45f-12fa-b8cb-34a48cc25c52-43359753 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_5e586a8c-2fb8-2076-e4fe-992ef54e6854-43359753 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5e586a8c-2fb8-2076-e4fe-992ef54e6859-43359753 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_5e586a8c-2fb8-2076-e4fe-992ef54e685d-43359753 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5e586a8c-2fb8-2076-e4fe-992ef54e685f-43359753 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_5e586a8c-2fb8-2076-e4fe-992ef54e6864-43359753 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_5e586a8c-2fb8-2076-e4fe-992ef54e6869-43359753 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_5e586a8c-2fb8-2076-e4fe-992ef54e686f-43359753 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5e586a8c-2fb8-2076-e4fe-992ef54e6871-43359753 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_5e586a8c-2fb8-2076-e4fe-992ef54e6876-43359753 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_5e586a8c-2fb8-2076-e4fe-992ef54e687b-43359753 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_5e586a8c-2fb8-2076-e4fe-992ef54e6880-43359753 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_5e586a8c-2fb8-2076-e4fe-992ef54e6885-43359753 {
  grid-area: 3 / 2 / 4 / 3;
}

#KitNumberDiv.w-node-_5e586a8c-2fb8-2076-e4fe-992ef54e688a-43359753 {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-_5e586a8c-2fb8-2076-e4fe-992ef54e688e-43359753 {
  grid-area: 3 / 3 / 4 / 4;
}

#NicknameDiv.w-node-_5e586a8c-2fb8-2076-e4fe-992ef54e6893-43359753 {
  grid-area: 4 / 2 / 5 / 3;
}

#NicknameDiv.w-node-_5e586a8c-2fb8-2076-e4fe-992ef54e6898-43359753 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_5e586a8c-2fb8-2076-e4fe-992ef54e68a3-43359753 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5e586a8c-2fb8-2076-e4fe-992ef54e68a5-43359753, #w-node-_0af86206-796c-34e7-e7f8-c36b9967bb0e-43359753, #ProjectCloser.w-node-_0af86206-796c-34e7-e7f8-c36b9967bb0f-43359753 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_0af86206-796c-34e7-e7f8-c36b9967bb10-43359753 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1b65a40b-a0cf-6e4c-4e6c-6d9fb013f079-43359753 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_9a778cbd-adf7-1e7d-23d9-fb8c36cd48ab-6aa6ed60 {
  place-self: center;
}

#US-East.w-node-_7c8103c0-a640-58a6-43bb-bce5cbe44bbc-6aa6ed60 {
  place-self: start;
}

#Eastern.w-node-_19b8cf32-e424-1666-1813-493f18ef25c7-6aa6ed60, #Pacific.w-node-d9d5efb2-2cdf-a4bd-1647-9f0dfce4055f-6aa6ed60, #Pacific.w-node-_7fffadd7-d693-6aa9-6f40-c4c82e0053da-6aa6ed60, #Japan.w-node-d1f3d9da-a5c2-e811-6e96-1f1cb6feac22-6aa6ed60, #w-node-_1b4ab217-95cd-f606-02db-feb1bd45a377-6ddc25f5 {
  place-self: center;
}

#US-East.w-node-_1b4ab217-95cd-f606-02db-feb1bd45a37d-6ddc25f5 {
  place-self: start;
}

#Eastern.w-node-_1b4ab217-95cd-f606-02db-feb1bd45a37e-6ddc25f5, #Pacific.w-node-_1b4ab217-95cd-f606-02db-feb1bd45a384-6ddc25f5, #Pacific.w-node-_1b4ab217-95cd-f606-02db-feb1bd45a38a-6ddc25f5, #Japan.w-node-_1b4ab217-95cd-f606-02db-feb1bd45a390-6ddc25f5 {
  place-self: center;
}

#w-node-_7d62a9af-859d-8421-3390-e2049a5002a4-60475cdc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a6204fb-f026-7dd5-8dbd-a6989c540712-60475cdc {
  align-self: auto;
}

#w-node-_542ad2a8-691d-0099-50f1-f31cf27823ac-992f1b39, #w-node-_542ad2a8-691d-0099-50f1-f31cf27823b0-992f1b39, #w-node-_542ad2a8-691d-0099-50f1-f31cf27823b4-992f1b39, #w-node-_542ad2a8-691d-0099-50f1-f31cf27823b8-992f1b39, #w-node-_542ad2a8-691d-0099-50f1-f31cf27823bc-992f1b39, #w-node-_542ad2a8-691d-0099-50f1-f31cf27823c0-992f1b39 {
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-e0a37861-3bf1-241d-02b2-d3bd7433d723-6e8cd760 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_652559d1-79b3-6e57-cf44-28920eccdd56-d9dfd6ce {
    order: -9999;
  }

  #w-node-_986dd887-2a81-65c3-0063-79f923da43a9-23da439a, #w-node-_986dd887-2a81-65c3-0063-79f923da43b2-23da439a, #w-node-_986dd887-2a81-65c3-0063-79f923da43c1-23da439a, #w-node-_986dd887-2a81-65c3-0063-79f923da43f9-23da439a {
    order: 9999;
  }

  #w-node-c74be733-34bb-8d6c-b685-cbcbcc8d7cb1-cc8d7ca6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c74be733-34bb-8d6c-b685-cbcbcc8d7cb3-cc8d7ca6, #w-node-c74be733-34bb-8d6c-b685-cbcbcc8d7cb4-cc8d7ca6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c74be733-34bb-8d6c-b685-cbcbcc8d7cbc-cc8d7ca6, #w-node-b3010a2d-59f4-e8e7-9395-4625131945d8-131945cd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b3010a2d-59f4-e8e7-9395-4625131945da-131945cd, #w-node-b3010a2d-59f4-e8e7-9395-4625131945db-131945cd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b3010a2d-59f4-e8e7-9395-4625131945e3-131945cd, #w-node-b3010a2d-59f4-e8e7-9395-4625131945ed-131945cd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bdac670b-446b-7bd3-1602-660901061cee-01061ce5, #w-node-_54e8e409-857f-b3ac-67b0-2e65cced755f-cced755b, #w-node-_54e8e409-857f-b3ac-67b0-2e65cced7566-cced755b, #w-node-_102114bc-6c20-81d4-5ea6-6a099426a045-9426a03c, #w-node-_6d12a1bb-ff6c-7104-10eb-63793543d292-3543d289, #w-node-_12043139-7844-c569-f011-516ccb0704c1-cb0704b6, #w-node-f4ef8fcd-f29f-5151-502d-7de2712d72df-712d72d6, #w-node-dedf54a3-9ff1-5427-4012-ace2d0602351-d0602348, #w-node-_7927aa13-4373-63e1-11ff-744df68f286a-f68f285f, #w-node-_1e8d7594-c33e-d7a6-b7ce-65ae9ffbd6a0-9ffbd698, #w-node-eafbc070-20cb-8493-0600-2a57c2ac0763-c2ac075b, #w-node-_98d1977c-8ad1-bed3-7f90-6c8f6d874fd5-6d874fcb {
    justify-self: center;
  }

  #w-node-_2ae81888-6ba8-ca67-402c-b24d8e0e2501-e0238619, #w-node-_3fa84d9c-f288-188b-8601-60c2f3246ce2-e0238619, #w-node-_57433b79-c4bf-7899-545a-53924f5aacfe-e0238619 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4d3c3188-0038-7fab-9796-778bd7a32883-7c0dd497, #w-node-_806bec91-5997-332c-7aa5-c3a9e6390bdf-863c55ff, #w-node-_557a42d5-d2ec-3773-c2eb-462e891e1926-29fe9bf5, #w-node-_2e3e6954-d16b-9de2-a0f0-2c3179fdaf8c-93bade7b, #w-node-_9f8e46c9-e6b0-92aa-90f7-1226a586cd8a-7896003a, #w-node-_97dea878-81c4-3c0b-7423-38db70986641-15f8bf65, #w-node-_8b5e2516-86f9-f53a-c8d0-67653d46f696-1d7ed89c, #w-node-_3425d505-7be6-b48a-a404-f91f9e530550-925ba67b, #w-node-_0f019b5d-e324-23ac-9db8-f4e1c6d1897a-86661a0e, #w-node-_527340d5-8eb7-38cc-decb-9907b3e7552d-34d50c4f, #w-node-b4610269-af1b-a435-1771-a79c6dcee084-69c82631, #w-node-_6715ac67-07f2-a6e7-7ff7-853bce39fd7f-ce39fd7b {
    order: 9999;
  }

  #w-node-_44029b2c-dffa-6086-35aa-073c48ebe486-48ebe461, #w-node-_7dde023c-7314-1e39-d24c-fa471acc5762-1acc575f, #w-node-_8ca58d2a-d600-6121-b59f-70cee829647f-e829644c {
    justify-self: center;
  }

  #w-node-_55448bd9-6fa8-584f-063e-8786b18850bd-b18850ba {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-e6deb8f1-2f42-5c77-21ab-674dd4fad89f-d4fad87a, #w-node-e8c5ac3b-5140-0ca0-f500-a629bdf96978-bdf96975, #w-node-fbba13b3-03db-72fc-e9da-5476548ac42c-548ac3f9, #w-node-_6377f0eb-4e7a-4c95-b23b-e9c8c55c265f-c55c265c {
    justify-self: center;
  }

  #w-node-e47497e5-cbea-22c9-2cff-56d526b7de7f-c18cd822, #w-node-_2ddcadf6-bdbb-8337-dfc9-c0bc3e9ecbd2-7e8cd829 {
    order: 9999;
  }

  #w-node-_16ae7aaf-ad41-486a-8761-73b40df6400b-0df64007, #w-node-bac5f9ed-d695-8af0-59ee-19f60c630bed-0c630be9, #w-node-_434a8897-1202-d4cc-cece-cfae070118f5-070118e1 {
    order: -9999;
  }

  #w-node-bbb51a92-5fc7-5b2b-d2d1-03c454e3161e-54e3161e {
    order: 9999;
  }

  #w-node-_76bde3f0-af0e-355d-a329-b4df283b6d85-7ed7a6ce, #w-node-_76bde3f0-af0e-355d-a329-b4df283b6dbc-7ed7a6ce, #w-node-_76bde3f0-af0e-355d-a329-b4df283b6df3-7ed7a6ce, #w-node-e5b4e691-251d-76b9-92ca-67367219a120-7ed7a6ce, #w-node-e5b4e691-251d-76b9-92ca-67367219a157-7ed7a6ce, #w-node-e5b4e691-251d-76b9-92ca-67367219a18e-7ed7a6ce, #w-node-_247c1ed1-4d5b-ccb3-ec07-4df923a8b93b-23a8b930, #w-node-_247c1ed1-4d5b-ccb3-ec07-4df923a8b965-23a8b930, #w-node-_247c1ed1-4d5b-ccb3-ec07-4df923a8b994-23a8b930, #w-node-fa67f50d-baa2-d6ff-868f-edc88ee41eb0-a05eeb6b, #w-node-e49bd22c-ee0d-69d2-30c6-dc989f2e9426-a05eeb6b, #w-node-bec59c72-8b71-921e-faf5-53df8faf9666-a05eeb6b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_26339d4e-7cff-a5cb-7a82-81f6e70d316f-a58cd83b, #w-node-_4b18efe3-bd62-d17f-3a96-7236be4fc7a7-278cd84a {
    order: 9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6341b29f-033e-dca1-ba9c-522b6aeb7d1b-6e8cd760 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_17a5c847-3e50-2d9e-39a5-ff78074817ca-ae01deae {
    place-self: center stretch;
  }

  #w-node-_8ca58d2a-d600-6121-b59f-70cee829647f-e829644c, #w-node-fbba13b3-03db-72fc-e9da-5476548ac42c-548ac3f9 {
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_02b322df-e62b-9b55-509f-986f1867463e-7b8cd7f4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_102114bc-6c20-81d4-5ea6-6a099426a045-9426a03c, #w-node-_6d12a1bb-ff6c-7104-10eb-63793543d292-3543d289, #w-node-_12043139-7844-c569-f011-516ccb0704c1-cb0704b6 {
    justify-self: stretch;
  }

  #w-node-_44029b2c-dffa-6086-35aa-073c48ebe464-48ebe461 {
    justify-self: center;
  }

  #w-node-_55448bd9-6fa8-584f-063e-8786b18850bd-b18850ba {
    justify-self: stretch;
  }

  #w-node-e6deb8f1-2f42-5c77-21ab-674dd4fad87d-d4fad87a {
    justify-self: center;
  }

  #w-node-_6377f0eb-4e7a-4c95-b23b-e9c8c55c265f-c55c265c {
    justify-self: stretch;
  }
}


@font-face {
  font-family: 'Nu Century Gothic';
  src: url('../fonts/nu_century_gothic.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Century Gothic';
  src: url('../fonts/century-gothic.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
