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

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

@font-face {
  font-family: Opensans;
  src: url('../fonts/OpenSans-BoldItalic.ttf') format("truetype"), url('../fonts/OpenSans-ExtraBoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Opensans;
  src: url('../fonts/OpenSans-Bold.ttf') format("truetype"), url('../fonts/OpenSans-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Opensans;
  src: url('../fonts/OpenSans-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Opensans;
  src: url('../fonts/OpenSans-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Opensans;
  src: url('../fonts/OpenSans-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Opensans;
  src: url('../fonts/OpenSans-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Opensans;
  src: url('../fonts/OpenSans-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --rich-black: #000b11;
  --white: white;
  --timberwolf: #d6d6d6;
  --riva-red: red;
  --indigo-dye: #004070;
  --asparagus: #62903c;
  --white-smoke: whitesmoke;
  --dim-gray: #6b7174;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

p {
  color: var(--rich-black);
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Opensans, Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.9rem;
}

a {
  font-family: Opensans, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-decoration: none;
}

blockquote {
  color: var(--rich-black);
  border-left: 5px solid #e2e2e2;
  margin-bottom: 20px;
  padding: 10px 20px;
  font-family: Opensans, Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.h1 {
  color: var(--rich-black);
  text-transform: uppercase;
  font-family: Obvia, Arial, sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 4.7rem;
}

.h1.hero-head {
  color: var(--white);
  filter: drop-shadow(2px 3px 2px #000b114d);
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: -4px;
  font-size: 5rem;
  line-height: 4.7rem;
}

.h1.hero-head.small {
  color: var(--timberwolf);
  margin-bottom: 0;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 2.2rem;
}

.h1.hero-head.small.red {
  color: var(--riva-red);
  text-transform: none;
}

.h1.hero-head.sub {
  filter: drop-shadow(2px 3px 2px #000b1180);
  margin-bottom: 80px;
  margin-left: 0;
  font-family: Opensans, Arial, sans-serif;
  font-size: 2rem;
  line-height: 2.7rem;
}

.h1.hero-head.sub.home {
  margin-top: 40px;
  margin-bottom: 50px;
  font-size: 2.1rem;
  line-height: 2.6rem;
}

.h1.hero-head.sub.products {
  width: 90%;
  margin-bottom: 10px;
}

.h1.hero-head.article {
  margin-left: 0;
  font-size: 3rem;
  line-height: 3.5rem;
}

.h1.hero-head.lone {
  -webkit-backdrop-filter: drop-shadow(2px 3px 2px #000b114d);
  backdrop-filter: drop-shadow(2px 3px 2px #000b114d);
  margin-bottom: 80px;
}

.h1.hero-head.services {
  filter: drop-shadow(2px 3px 2px #000b1180);
}

.h4 {
  color: var(--rich-black);
  font-family: Obvia, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8rem;
}

.h4.brand {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
}

.h4.brand._2 {
  margin-top: -5px;
}

.h4.white {
  border-left: 5px solid var(--riva-red);
  padding-left: 10px;
}

.h4.white.blue {
  border-left-color: var(--indigo-dye);
}

.h4.white.green {
  border-left-color: var(--asparagus);
  font-family: Obvia, Arial, sans-serif;
}

.h4.green-2 {
  border-left: 5px solid var(--asparagus);
  padding-left: 10px;
}

.h4.blue-2 {
  border-left: 5px solid var(--indigo-dye);
  padding-left: 10px;
}

.h4.title {
  color: var(--white);
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.h4.imp {
  color: var(--riva-red);
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Opensans, Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
}

.h5 {
  color: var(--rich-black);
  font-family: Obvia, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
}

.h5.white {
  text-align: center;
  width: 100%;
  margin-top: 0;
  font-size: 1.3rem;
  line-height: 1.6rem;
}

.h5.white._3 {
  text-align: left;
  margin-top: 40px;
}

.h2 {
  color: var(--rich-black);
  font-family: Obvia, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 3.5rem;
}

.h2.white {
  color: var(--white);
  padding-bottom: 10px;
}

.h2.white.call {
  width: 80%;
  line-height: 3.1rem;
}

.h2.white.lone {
  margin-bottom: 0;
}

.h2.white.riva {
  padding-bottom: 20px;
}

.h2.white.about {
  margin-top: 60px;
}

.h3 {
  color: var(--rich-black);
  font-family: Obvia, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.5rem;
}

.h3.white {
  color: var(--white-smoke);
}

.h3.white.vis {
  border: 1px dotted var(--timberwolf);
  text-align: center;
  background-color: #6b717480;
  background-image: linear-gradient(#0009, #0009);
  border-radius: 10px;
  width: 100%;
  height: 62px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 2rem;
}

.h3.white.vis.red {
  border-color: var(--dim-gray);
  background-color: #cf1300;
  background-image: none;
  margin-top: 0;
  margin-bottom: 0;
}

.h3.white.vis.red.botom {
  margin-top: 12px;
}

.h3.white.second {
  margin-top: 60px;
}

.h3.white.next {
  margin-top: 40px;
}

.h3.second {
  margin-top: 60px;
}

.paragraph {
  margin-bottom: 20px;
  font-family: Opensans, Arial, sans-serif;
}

.link {
  color: var(--asparagus);
  cursor: pointer;
  margin-right: 5px;
  font-family: Opensans, Arial, sans-serif;
  text-decoration: none;
}

.link.riva {
  color: var(--riva-red);
  font-size: 1rem;
}

.link.comp {
  color: var(--indigo-dye);
}

.link.comp.article {
  width: 150px;
  font-size: 1rem;
  transition: color .2s;
  display: block;
}

.link.comp.article:hover {
  color: var(--asparagus);
}

.link.comp.article._2 {
  margin-top: 10px;
  margin-bottom: 0;
  transition: color .2s;
}

.link.comp.article._2:hover {
  color: var(--asparagus);
}

.link.gray {
  color: var(--dim-gray);
  cursor: pointer;
}

.link.gray:hover {
  color: var(--riva-red);
}

.text-block {
  color: var(--rich-black);
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Opensans, Arial, sans-serif;
  font-size: 1.3rem;
  line-height: 1.8rem;
  text-decoration: none;
}

.text-block.hero-text {
  color: var(--white);
  text-transform: uppercase;
  max-width: 393px;
  margin-top: 0;
  font-size: 1.3rem;
  line-height: 1.6rem;
}

.text-block.hero-text.home {
  max-width: 395px;
  font-size: 1.3rem;
}

.text-block.white {
  color: var(--white);
}

.text-block.compare {
  border-bottom: 1px dotted var(--timberwolf);
  color: var(--white);
  text-align: center;
  width: 100%;
  height: 65px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 16px 0 20px;
  font-size: 1rem;
  line-height: 1.2rem;
}

.text-block.compare.use {
  border-bottom-color: var(--timberwolf);
  justify-content: center;
  align-items: center;
  height: 65px;
  padding: 0;
  font-size: 1rem;
  display: flex;
}

.text-block.compare.use.last {
  border-bottom-style: none;
}

.text-block.compare.use.implement {
  width: 50%;
}

.text-block.compare.use.implement.mob {
  display: none;
}

.text-block.compare.use.implement.desk {
  padding-right: 10px;
}

.text-block.compare.use.mob {
  display: none;
}

.text-block.compare.legend {
  color: var(--rich-black);
  text-align: left;
  border-style: none;
  width: auto;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  font-size: 1.3rem;
}

.text-block.compare.blank {
  border-style: none;
  width: 270px;
}

.text-block.compare.ware {
  color: var(--rich-black);
  text-align: right;
  border-bottom-style: none;
  border-left-style: none;
  border-right: 1px #000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  padding: 0 10px 0 0;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.7rem;
  display: flex;
}

.text-block.compare.mob {
  display: none;
}

.text-block.article-date {
  color: var(--white);
  font-size: 1rem;
  position: absolute;
  inset: auto auto 0% 20px;
}

.text-block.flag {
  border-style: dotted none dotted dotted;
  border-width: 1px;
  border-color: var(--timberwolf);
  color: var(--white);
  background-color: #6b717499;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 55%;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 5px 20px;
  font-size: 1rem;
  line-height: 1.5rem;
  position: absolute;
  inset: auto 0 15% auto;
}

.text-block.flag.green {
  background-color: #62903ccc;
}

.text-block.flag.red {
  background-color: #f00c;
}

.text-block.comma {
  margin-right: 5px;
}

.text-block.info {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 500;
}

.text-block.info.link {
  color: var(--asparagus);
}

.text-block.option {
  border-bottom-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5px;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.4rem;
}

.text-block.video {
  color: var(--white);
  filter: drop-shadow(2px 3px 2px #000b114d);
  width: 48%;
  margin-top: 100px;
}

.text-block.champ {
  color: var(--white);
  font-size: 1.7rem;
  line-height: 2.2rem;
}

.text-block.note {
  background-color: var(--rich-black);
  color: var(--white);
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 40px;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
  position: absolute;
  inset: auto 0% -46.8021px;
}

.block-quote {
  border-left-color: var(--asparagus);
  font-family: Opensans, Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
}

.block-quote.riva {
  border-left-color: var(--riva-red);
}

.block-quote.comp {
  border-left-color: var(--indigo-dye);
}

.block-quote.gray {
  border-left-color: var(--dim-gray);
}

.button {
  border: 1px dotted var(--timberwolf);
  color: #fff;
  cursor: pointer;
  background-color: #000b11;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 8px 50px 8px 15px;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  text-decoration: none;
}

.button:hover {
  border-color: var(--timberwolf);
  box-shadow: 2px 3px 4px 1px #000b1126;
}

.button:focus, .button:focus-visible, .button[data-wf-focus-visible] {
  border: 1px solid #6b7174;
}

.button.riva:hover {
  background-image: linear-gradient(270deg, var(--riva-red), transparent);
}

.button.riva:focus {
  border-color: var(--riva-red);
}

.button.riva.call {
  background-color: #0000;
  width: auto;
}

.button.riva.call:focus {
  border-color: var(--riva-red);
}

.button.geo:hover {
  border-color: var(--asparagus);
  background-image: linear-gradient(270deg, var(--asparagus), #000b1100);
}

.button.geo:focus {
  border-color: var(--asparagus);
}

.button.comp:hover {
  border-color: var(--indigo-dye);
  background-image: linear-gradient(270deg, var(--indigo-dye), #000b1100);
}

.button.comp:focus {
  border-color: var(--indigo-dye);
}

.button.gray:hover {
  border-color: var(--dim-gray);
  background-image: linear-gradient(270deg, var(--dim-gray), #000b1100);
}

.button.gray.hero-button {
  background-color: #0000;
  width: auto;
}

.button.gray.hero-button:focus {
  border-color: var(--white);
}

.brand {
  color: var(--rich-black);
  font-family: Dissember, Arial, sans-serif;
  font-weight: 400;
}

.div-block {
  background-color: var(--rich-black);
  flex: 1;
  width: 160px;
  height: 50px;
}

.div-block.red {
  background-color: var(--riva-red);
  color: var(--riva-red);
}

.div-block.red.gradient {
  background-image: linear-gradient(180deg, #bd0707, var(--riva-red));
}

.div-block.blue {
  background-color: var(--indigo-dye);
}

.div-block.blue.gradient {
  background-image: linear-gradient(180deg, #002d47, var(--indigo-dye));
}

.div-block.green {
  background-color: var(--asparagus);
}

.div-block.green.gradient {
  background-image: linear-gradient(180deg, #588538, var(--asparagus));
}

.div-block.grey {
  background-color: var(--dim-gray);
}

.div-block.grey.gradient {
  background-image: linear-gradient(180deg, var(--dim-gray), var(--timberwolf));
}

.div-block.light {
  background-color: var(--timberwolf);
}

.div-block.light.gradient {
  background-image: linear-gradient(#d2d2d2, #fff);
}

.div-block.black.gradient {
  background-image: linear-gradient(180deg, var(--rich-black), #535453);
}

.div-block-2 {
  margin-bottom: 25px;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 51px;
  grid-row-gap: 51px;
  display: flex;
}

.navbar {
  z-index: 2;
  background-color: var(--rich-black);
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 2px 3px 10px #000b1126;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  font-family: Opensans, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  transition: color .2s;
}

.nav-link:hover, .nav-link:focus {
  color: var(--riva-red);
}

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

.nav-link.w--current:hover {
  color: var(--riva-red);
}

.nav-link.w--current:focus {
  color: var(--dim-gray);
}

.nav-link.riva {
  text-transform: none;
}

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

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

.nav-link.riva.w--current:hover, .nav-link.riva.w--current:focus {
  color: var(--riva-red);
}

.nav-link.dropdown {
  background-color: var(--rich-black);
}

.nav-link.dropdown:hover {
  color: var(--dim-gray);
}

.nav-link.dropdown.page {
  text-align: right;
  background-color: #0000;
  border-right: 5px solid #000b11e6;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
  transition: border-color .2s, padding .2s, color .2s;
}

.nav-link.dropdown.page:hover {
  border-right-color: var(--riva-red);
}

.nav-link.dropdown.page:focus {
  border-right-color: var(--riva-red);
  color: var(--riva-red);
}

.nav-link.dropdown.page.w--current {
  color: var(--riva-red);
  display: none;
}

.nav-link.dropdown.page.light {
  background-color: var(--white-smoke);
  color: var(--rich-black);
}

.nav-link.dropdown.page.light:hover {
  color: var(--dim-gray);
}

.nav-link.dropdown.page._2 {
  color: var(--rich-black);
  border-right-color: #f5f5f5e6;
}

.nav-link.dropdown.page._2:hover {
  border-right-color: var(--riva-red);
}

.nav-link.dropdown.page._2:focus {
  border-right-color: var(--riva-red);
  color: var(--riva-red);
}

.nav-link.dropdown.page._2.geo, .nav-link.dropdown.page._2.blue {
  background-color: #f5f5f5e6;
}

.nav-link.dropdown.page._2.blue:hover {
  border-right-color: var(--indigo-dye);
}

.nav-link.dropdown.page.geo {
  background-color: #000b11e6;
  border-right-color: #0000;
}

.nav-link.dropdown.page.geo:hover {
  border-right-color: var(--indigo-dye);
}

.nav-link.page {
  border-right: 5px solid var(--riva-red);
  text-align: right;
  background-color: #0000;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 20px;
  font-size: .9rem;
  font-weight: 500;
  transition: padding .2s, color .2s;
}

.nav-link.page:hover, .nav-link.page:focus {
  color: var(--white);
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-link.page.w--open {
  border-right: 5px solid var(--riva-red);
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: opacity .2s, padding .2s, color .2s;
}

.nav-link.page.dark {
  color: var(--rich-black);
  border-left-width: 5px;
}

.nav-link.page.geo {
  border-right-color: var(--indigo-dye);
}

.container {
  max-width: 85vw;
  padding-top: 3%;
  padding-bottom: 6%;
  position: relative;
}

.container.support {
  padding-bottom: 0%;
}

.container.press {
  max-width: 70vw;
}

.container.schematic {
  padding-top: 0%;
}

.container._2 {
  padding-top: 1%;
}

.container._1 {
  padding-bottom: 2%;
}

.container.about {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0%;
}

.container.video {
  padding-top: 15%;
  padding-bottom: 15%;
}

.brand-2 {
  cursor: pointer;
  width: 25%;
  min-width: 150px;
  margin-top: 5px;
}

.nav {
  max-width: 95vw;
  margin-left: auto;
  margin-right: auto;
}

.card {
  border: 1px solid var(--riva-red);
  background-color: var(--white-smoke);
  background-image: linear-gradient(#ffffffed, #ffffffed), url('../images/v882-kul-38-a.svg');
  background-position: 0 0, 50% 70%;
  background-size: auto, cover;
  border-radius: 10px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  margin-bottom: 20px;
  padding: 40px 30px 20px;
  display: flex;
}

.card.volante, .card.coda {
  width: 100%;
}

.geo-hero {
  background-image: linear-gradient(170deg, #000b11 40%, #000b11e6 50%, #004070cc 78%, #62903c99), url('../images/dark-topographic.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 100vh;
}

.geo-hero.riva {
  background-image: linear-gradient(90deg, #000b11, #240604 42%, #ff180099 68%);
  height: 700px;
  position: relative;
  overflow: hidden;
}

.geo-hero.riva.pic {
  filter: saturate(140%);
  background-image: linear-gradient(150deg, #000b11 7%, #f003), url('../images/IMG_0739-copy-2_1.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: auto;
  margin-bottom: -5px;
}

.geo-hero.short {
  background-image: linear-gradient(170deg, #000b11 40%, #000b11e6 50%, #004070cc 78%, #62903c99);
  height: auto;
  padding-bottom: 40px;
  box-shadow: 2px 3px 10px #000b1126;
}

.geo-hero.short.ops {
  filter: saturate(150%);
  background-image: linear-gradient(170deg, #000b11 30%, #000b11e6 50%, #f003), url('../images/skua-teapot-dome-3.PNG');
  background-position: 0 0, 0 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 120%;
  background-attachment: scroll, scroll;
}

.geo-hero.short.news {
  filter: saturate(200%);
  background-image: url('../images/news_1.avif'), linear-gradient(#0000, #0000);
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 100vw, auto;
  background-attachment: scroll, scroll;
  padding-top: 5%;
}

.geo-hero.short.about {
  background-image: url('../images/SEG2018-1-copy_1.avif'), linear-gradient(#0000, #0000);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  background-attachment: scroll, scroll;
  position: relative;
}

.geo-hero.short.services {
  filter: none;
  background-image: linear-gradient(#000b1133, #000b1133), url('../images/services_1.avif'), linear-gradient(#0000, #0000);
  background-position: 0 0, 100% 0, 0 0;
  background-size: auto, cover, auto;
  background-attachment: scroll, scroll, scroll;
}

.geo-hero.home {
  background-image: linear-gradient(170deg, #000b11 25%, #000b11e6 35%, #004070cc 78%, #62903c99);
  height: auto;
  padding-bottom: 40px;
  overflow: hidden;
}

.geo-hero.careers {
  filter: saturate(150%);
  background-image: linear-gradient(150deg, #000b11cc, #00407033 46%, #62903c33), url('../images/careers_1.avif');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: auto;
  padding-bottom: 100px;
  box-shadow: 2px 3px 10px #0003;
}

.hero-box {
  justify-content: flex-start;
  align-items: stretch;
  max-width: 85vw;
  height: 100%;
  padding-top: 20%;
  padding-bottom: 5%;
  display: flex;
  position: relative;
}

.hero-box.riva {
  padding-top: 15%;
}

.hero-box.press {
  padding-top: 10%;
}

.hero-box.home {
  padding-top: 8%;
}

.hero-box.about {
  padding-top: 8%;
  padding-bottom: 5%;
}

.hero-box.news {
  padding-top: 15%;
  padding-bottom: 15%;
}

.hero-box.services {
  padding-bottom: 14%;
}

.dropdown {
  vertical-align: text-top;
}

.dropdown-list {
  color: var(--rich-black);
}

.dropdown-list.w--open {
  color: var(--white);
  transition: opacity .2s;
}

.body {
  background-color: var(--rich-black);
  background-image: url('../images/dark-topographic.svg');
  background-position: 50% 0;
  background-size: auto;
  background-attachment: fixed;
}

.body.riva {
  background-image: url('../images/v882-kul-37-black.svg');
  background-position: 100% 0;
  background-size: cover;
  background-attachment: fixed;
}

.body.careers {
  background-image: none;
}

.hero-block {
  padding-bottom: 20px;
}

.hero-block.left {
  max-width: 810px;
  padding-right: 30px;
}

.hero-block.left.lone {
  max-width: none;
  padding-top: 5%;
}

.hero-block.left.lone.article {
  padding-top: 5%;
}

.hero-block.left.lone.riva {
  min-width: 800px;
  max-width: 900px;
  padding-top: 5%;
  padding-bottom: 15%;
  padding-right: 0;
}

.hero-block.left.lone.about {
  padding-top: 33%;
}

.hero-block.left.text {
  max-width: none;
  padding-top: 10%;
  padding-right: 0;
}

.hero-block.left.text.careers {
  padding-top: 5%;
}

.hero-block.left.home {
  padding-bottom: 73px;
}

.hero-block.right {
  text-align: center;
  width: 50%;
}

.hero-block.lottie {
  z-index: -1;
  background-color: var(--rich-black);
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.hero-block.lottie.home {
  z-index: 0;
  background-color: #0000;
  height: auto;
  margin-top: 470px;
  top: 0%;
  bottom: 0%;
  left: 55%;
  overflow: visible;
}

.hero-text {
  color: var(--timberwolf);
}

.hero-para {
  color: var(--timberwolf);
  max-width: 600px;
  margin-top: 30px;
  margin-bottom: 20px;
  line-height: 1.7rem;
}

.hero-para.careers {
  width: 65%;
  max-width: none;
  margin-bottom: 40px;
}

.hero-para.products {
  filter: drop-shadow(2px 3px 2px #000b1180);
  margin-top: 10px;
}

.riva {
  text-transform: none;
}

.div-block-4 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-2 {
  float: none;
  margin-top: -8px;
  margin-left: 9px;
}

.v-spacer {
  border-left: 1px dotted var(--white);
  width: 3px;
  height: 60px;
  margin-top: -4px;
}

.section.white {
  background-color: var(--white-smoke);
  margin-bottom: 0;
}

.section.dim-grey {
  background-image: linear-gradient(#6b7174d9, #6b7174d9);
}

.section.call {
  background-image: linear-gradient(357deg, #000b11 12%, #000b11e6 26%, #00407099 61%, #62903ce6);
}

.section.black {
  background-color: #000b11de;
}

.section.black.about {
  padding-bottom: 7%;
}

.section.hidden {
  display: none;
}

.section.geo {
  background-image: linear-gradient(#000b11de, #000b11de);
}

.section.smoke {
  background-color: #ffffffeb;
}

.section.video {
  background-color: #000b11;
  position: relative;
  overflow: hidden;
}

.section.map {
  background-image: linear-gradient(#f5f5f5cc, #f5f5f5cc), url('../images/OJO4YQ0_1.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.image-3 {
  text-align: center;
  border-radius: 10px;
  width: 400px;
  overflow: hidden;
}

.div-block-5 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.paragraph-2 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.9rem;
}

.div-block-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  width: 65%;
  display: flex;
}

.div-block-7 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-7._100 {
  width: 100%;
}

.image-4 {
  width: 55px;
  margin-right: 20px;
}

.footer-dark {
  background-color: var(--rich-black);
  border-bottom: 1px #e4ebf3;
  padding: 50px 30px 30px;
  position: relative;
}

.container-2 {
  width: 95vw;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  padding-right: 20px;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-block.top {
  margin-top: 0;
}

.title-small {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Opensans, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: var(--white);
  cursor: pointer;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 1rem;
  line-height: 16px;
  text-decoration: none;
  transition: color .2s;
}

.footer-link:hover, .footer-link:focus {
  color: var(--riva-red);
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: none;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-copyright-center {
  color: var(--timberwolf);
  margin-top: 50px;
  font-size: 14px;
  line-height: 16px;
}

.green {
  color: var(--asparagus);
}

.div-block-10 {
  background-image: linear-gradient(#fffc, #fffc), url('../images/OJO4YQ0_1.avif');
  background-position: 0 0, 50% 35%;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.blue {
  color: var(--indigo-dye);
}

.red {
  color: var(--riva-red);
}

.grey {
  color: var(--dim-gray);
}

.partners {
  background-image: linear-gradient(#000b11, #000b11);
  padding: 60px 30px;
  position: relative;
}

.clients-tag {
  color: var(--dim-gray);
  text-align: center;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Opensans, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 20px;
}

.logo-wrapper {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.partner-image {
  height: 40px;
  margin-bottom: 0;
}

.partner-image.lenovo {
  width: 145px;
}

.partner-image.mechdyne {
  width: 190px;
}

.partner-image.bigger {
  height: 50px;
}

.partner-image.smaller {
  height: 35px;
}

.partner-image.bigger-2 {
  height: 60px;
}

.partner-image.mini {
  height: 25px;
}

.div-block-11 {
  justify-content: space-between;
  display: flex;
}

.square {
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}

.square.hidden {
  display: none;
}

.square.riva {
  width: 100%;
}

.image-6 {
  height: 90px;
  margin-bottom: 10px;
}

.image-6._2 {
  height: 80px;
}

.image-6._3 {
  height: 85px;
}

.title-link {
  color: var(--white);
  font-size: 1rem;
  font-weight: 500;
}

.tiles {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: wrap;
  justify-content: space-around;
  align-items: center;
  width: 50%;
  display: flex;
}

.products {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 40px;
  display: flex;
}

.letter-space {
  letter-spacing: -3px;
}

.letter-space.plus {
  letter-spacing: -7px;
}

.description {
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 10px;
}

.bar {
  background-color: var(--riva-red);
  width: 6px;
  height: 30px;
  margin-top: -4px;
  margin-right: 10px;
}

.platorm {
  width: 96%;
  margin-top: -5px;
}

.platorm.volante {
  width: 97%;
}

.heading {
  border-left: 5px solid var(--riva-red);
  color: var(--white);
  margin-top: 30px;
  padding-left: 10px;
  font-family: Opensans, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4rem;
}

.heading.black {
  margin-top: 0;
  margin-bottom: 40px;
  line-height: 1.8rem;
}

.heading.black.op {
  padding-right: 10px;
}

.heading.dark {
  color: var(--rich-black);
  font-size: 1.6rem;
  line-height: 1.8rem;
}

.white {
  color: var(--white-smoke);
}

.white._2 {
  color: var(--rich-black);
}

.white.ops {
  font-size: 1.2rem;
}

.heading-2 {
  color: var(--rich-black);
  margin-top: 40px;
  font-family: Opensans, Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
}

.select-table {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  padding: 0;
}

.center-cell {
  border: 1px dotted var(--rich-black);
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.center-cell.top {
  border-color: var(--rich-black);
  background-color: #0000;
  padding: 10% 5% 12%;
}

.center-cell.together {
  background-color: #0000;
}

.text-block-2 {
  color: #d6d6d6;
  font-family: Open Sans, sans-serif;
  font-size: 1.1rem;
  line-height: 2rem;
}

.text-block-2.label {
  color: #000b11;
  text-align: center;
  margin-top: 6px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.6rem;
}

.text-block-2.label.table {
  color: var(--rich-black);
  font-size: 1.1rem;
}

.text-block-2.label.num {
  color: var(--rich-black);
  font-size: 1rem;
  font-weight: 400;
}

.stat {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 1px dotted var(--dim-gray);
  background-color: var(--white);
  cursor: default;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 15%;
  margin-bottom: 10px;
  padding: 20px;
  display: flex;
  box-shadow: 2px 3px 10px #0003;
}

.text-block-3 {
  color: var(--rich-black);
  text-align: center;
  font-family: Opensans, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
}

.image-8 {
  width: 50%;
}

.series-stats {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: flex-start;
  padding-top: 30px;
  display: flex;
}

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

.tabs-menu.news {
  display: none;
}

.tab {
  border-bottom: 3px solid var(--dim-gray);
  color: var(--rich-black);
  background-color: #0000;
  width: 18%;
  padding-left: 0;
  font-size: 1.1rem;
  font-weight: 500;
}

.tab.w--current {
  border-bottom-style: solid;
  border-bottom-color: var(--riva-red);
  background-color: #0000;
}

.tab.x {
  width: 32%;
}

.tab.c {
  width: 23%;
}

.tab.c:hover {
  border-bottom-color: var(--riva-red);
}

.tab.g {
  width: 49%;
}

.tab.news {
  border-bottom-style: solid;
  border-bottom-color: var(--indigo-dye);
  color: var(--rich-black);
  width: 24%;
}

.tab.news:hover, .tab.news.w--current {
  border-bottom-color: var(--asparagus);
}

.tab.news.riva.w--current {
  border-bottom-color: var(--riva-red);
}

.tab.top {
  border-bottom: 1px dotted var(--rich-black);
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-family: Opensans, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.options {
  margin-top: 40px;
}

.hardware {
  padding-top: 20px;
  padding-bottom: 20px;
}

.hardware.last {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.list-item {
  color: var(--white);
  padding-bottom: 10px;
  font-family: Opensans, Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.9rem;
}

.list-item.black {
  color: var(--rich-black);
  padding-bottom: 10px;
}

.list-item.ops {
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.image-9 {
  margin-left: -8px;
}

.last {
  margin-bottom: 20px;
}

.list {
  margin-bottom: 0;
}

.list.ops {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  margin-top: 10px;
}

.list.ops.red {
  flex-flow: column;
  padding-left: 0;
}

.list.black {
  color: var(--rich-black);
}

.jump-nav {
  z-index: 1;
  width: 270px;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
}

.jump-nav._3 {
  display: none;
}

.jump-nav.geo {
  width: 180px;
}

.text-container {
  width: 100%;
  height: auto;
  position: relative;
}

.text-content {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.accordion {
  flex-direction: row;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.accordion.single {
  width: 100%;
}

.accordion.use {
  width: 55%;
}

.option {
  border-bottom: 1px dotted var(--dim-gray);
  cursor: auto;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.option._1 {
  cursor: auto;
  width: 100%;
  height: auto;
}

.option.white {
  border-bottom-color: var(--dim-gray);
  cursor: auto;
  padding-bottom: 25px;
}

.option.plus {
  padding-top: 10px;
}

.option.prod {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.option-text {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: static;
  inset: auto 0% 0%;
  overflow: hidden;
}

.comparisons {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding-left: 0;
  display: flex;
}

.use-case {
  width: 100%;
  display: flex;
}

.platform {
  border: 1px dotted var(--dim-gray);
  border-radius: 10px;
  width: 17%;
  padding-left: 10px;
  padding-right: 10px;
  box-shadow: 2px 3px 10px #0003;
}

.platform.non {
  border-right: 1px dotted var(--white);
  background-color: #000b114d;
  width: 12%;
}

.platform.non.computare, .platform.non.brahma {
  border-right-color: var(--dim-gray);
  background-color: var(--rich-black);
}

.platform.non.atlas {
  border-right-color: var(--dim-gray);
  background-color: var(--dim-gray);
}

.platform.volante {
  background-color: #cf1300;
  width: 17%;
}

.platform.coda {
  background-color: #cf1300;
}

.platform.wares {
  box-shadow: none;
  border-style: none;
  width: 35%;
}

.platform.wares._2 {
  width: 37%;
}

.platform.implement {
  background-color: var(--rich-black);
  width: 29%;
}

.platform.implement.prem {
  background-color: var(--riva-red);
  width: 29%;
}

.platform.implement.cloud {
  background-color: var(--dim-gray);
}

.div-block-16 {
  justify-content: space-between;
  display: flex;
}

.div-block-17 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.div-block-20 {
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  display: flex;
  position: relative;
}

.paragraph-5 {
  margin-top: -5px;
}

.operation {
  border: 1px dotted var(--dim-gray);
  background-color: var(--rich-black);
  cursor: pointer;
  background-image: linear-gradient(#000b11cc, #000b11cc), url('../images/v882-kul-38-a.svg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-radius: 10px;
  width: 100%;
  margin-top: 0;
  padding: 0 20px 40px;
  overflow: hidden;
}

.div-block-22 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  margin-top: 40px;
  display: flex;
  position: static;
}

.column {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 48%;
  display: flex;
}

.div-block-23 {
  justify-content: space-between;
  margin-top: 20px;
  padding-bottom: 30px;
  display: flex;
}

.opsup {
  border: 1px dotted var(--dim-gray);
  background-color: #000b11a6;
  border-radius: 10px;
  width: 49%;
  padding: 20px 35px 30px;
}

.opsup._2 {
  background-color: #6b7174a6;
  box-shadow: 2px 3px 10px #0003;
}

.visual {
  flex-flow: column;
  justify-content: space-between;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  display: flex;
}

.schematic-column {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 10px;
  display: flex;
}

.schematic-column.red {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
}

.opvis {
  border: 1px dotted var(--dim-gray);
  background-color: #6b717480;
  background-image: linear-gradient(#0009, #0009);
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 49%;
  padding: 40px;
  display: flex;
}

.opvis.red {
  background-color: #cf1300;
  background-image: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 19%;
}

.opvis.wolf {
  background-color: var(--timberwolf);
  background-image: linear-gradient(#00000080, #00000080);
}

.opvis.white {
  background-color: var(--timberwolf);
  background-image: linear-gradient(#0000004d, #0000004d);
}

.div-block-25 {
  justify-content: space-between;
  margin-bottom: 10px;
  display: flex;
}

.support-schematic {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.legend-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
  display: flex;
}

.div-block-28 {
  border: 1px dotted var(--dim-gray);
  background-color: #6b717480;
  background-image: linear-gradient(#0009, #0009);
  border-radius: 10px;
  flex: none;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.div-block-28._2 {
  background-color: var(--timberwolf);
  background-image: linear-gradient(#0000004d, #0000004d);
}

.div-block-28._3 {
  background-color: #ff1800;
  background-image: none;
}

.div-block-28._4 {
  background-color: var(--timberwolf);
  background-image: linear-gradient(#00000080, #00000080);
}

.legend {
  justify-content: flex-start;
  align-items: center;
  width: 48%;
  margin-bottom: 20px;
  display: flex;
}

.address {
  color: var(--white);
  margin-top: 20px;
  font-size: .9rem;
  line-height: 1.4rem;
}

.bold-text {
  font-weight: 500;
}

.link-block {
  background-color: #000b1199;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  position: relative;
}

.link-block:focus {
  border: 2px solid var(--riva-red);
}

.collection-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  display: flex;
}

.collection-item {
  border: 1px dotted var(--dim-gray);
  background-image: url('../images/ranges-01_1.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  width: 32%;
  height: 270px;
  box-shadow: 2px 3px 10px #0003;
}

.collection-item.bw {
  background-image: url('../images/business-wire-vector-logo.png');
}

.collection-item.rivad {
  background-image: url('../images/geocomputing-hero-banner_1.avif');
}

.collection-item.syd {
  background-image: url('../images/ce6ce82a486e1ced42828c643d0d8f0d630f83cd.webp');
}

.collection-item.dk {
  background-image: url('../images/Screenshot-2025-05-29-101007_1.avif');
}

.collection-list-wrapper {
  margin-top: 20px;
}

.collection-list-wrapper.hidden {
  display: none;
}

.pagination {
  color: var(--rich-black);
  background-color: #0000;
  border-style: none;
  border-radius: 0;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
}

.pagination:hover {
  color: var(--dim-gray);
}

.pagination.r {
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.pagination.l {
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  left: 0;
  right: auto;
}

.empty-state {
  background-color: #0000;
}

.next {
  padding-right: 10px;
}

.prev {
  padding-left: 10px;
}

.pagination-2 {
  flex-flow: row;
  justify-content: space-between;
  margin-top: 40px;
}

.div-block-31 {
  margin-top: -13px;
}

.info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 20px;
  display: flex;
}

.author {
  display: flex;
}

.source {
  cursor: pointer;
  display: flex;
}

.article {
  margin-bottom: 40px;
}

.feature-image {
  border: 1px dotted var(--dim-gray);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 10px;
  height: 350px;
  margin-bottom: 40px;
  position: relative;
}

.paragraph-7.apps {
  width: 60%;
}

.top {
  margin-top: 40px;
}

.div-block-35 {
  background-image: radial-gradient(circle, #0000, #000b1133);
  border-radius: 10px;
  width: 100%;
  height: 100%;
  box-shadow: 2px 3px 10px #0003;
}

.div-block-35.bw {
  background-image: radial-gradient(circle, #0000, #000b1133), url('../images/business-wire-vector-logo.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-35.rivad {
  background-image: radial-gradient(circle, #0000, #000b1133), url('../images/geocomputing-hero-banner_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-35.syd {
  background-image: radial-gradient(circle, #0000, #000b1133), url('../images/ce6ce82a486e1ced42828c643d0d8f0d630f83cd.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-35.diskover {
  background-image: radial-gradient(circle, #0000, #000b1133), url('../images/Screenshot-2025-05-29-101007_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lottie-animation {
  z-index: -2;
  height: 130%;
  position: absolute;
  inset: -6% -7% 0% auto;
}

.lottie-animation-2 {
  width: 600px;
}

.preloader-v8---brix {
  z-index: 99999;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.preloader-v8-contet---brix {
  z-index: 2;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.preloader-v8-bg-primary---brix {
  z-index: 1;
  background-color: #000b11;
  width: 100%;
  height: 100%;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.slide {
  text-align: center;
}

.slide-nav, .right-arrow {
  display: none;
}

.mask {
  border-radius: 10px;
  height: 100%;
}

.slider {
  filter: contrast(200%);
  border-radius: 10px;
  width: 80%;
  height: 500px;
  position: sticky;
  top: 25%;
}

.slider.home {
  filter: none;
  background-color: #0000;
  width: 100%;
  height: 500px;
  display: none;
  position: static;
}

.slider.riva {
  filter: contrast(140%);
  background-color: #0000;
  width: 80%;
  height: auto;
  margin-top: 40px;
  top: 15%;
  overflow: hidden;
}

.icon-2, .icon-3 {
  display: none;
}

.image-16 {
  width: 400px;
  position: absolute;
  inset: 0% 0% auto 15%;
}

.image-16.dr, .image-16.rt {
  opacity: 0;
}

.div-block-36 {
  width: 100%;
  height: 350px;
  position: sticky;
  top: 20%;
}

.lottie-animation-3 {
  filter: drop-shadow(2px 3px 3px #0003);
  width: 40%;
  margin-top: -30px;
  margin-left: -15px;
  margin-right: -50px;
}

.image-20 {
  filter: contrast(158%);
  height: 100%;
  position: relative;
  top: 0%;
  bottom: 0%;
  right: auto;
}

.image-21 {
  filter: contrast(137%);
  border-radius: 10px;
  max-width: 94%;
  height: 100%;
  position: relative;
  top: 0%;
  bottom: 0%;
}

.image-22 {
  height: 100%;
  margin-top: 0;
}

.paragraph-8 {
  line-height: 1.6rem;
}

.image-23, .image-24 {
  height: 100%;
  margin-top: 0;
}

.image-24._2, .image-24._3 {
  border-radius: 10px;
  max-width: 80%;
  height: auto;
}

.lottie-animation-4 {
  filter: drop-shadow(2px 3px 3px #0003);
  width: 20%;
  margin-top: 27px;
}

.lottie-animation-5 {
  filter: drop-shadow(2px 3px 3px #0003);
  width: 25%;
  margin-top: 54px;
}

.stat-img {
  width: 35px;
}

.stat-img.top {
  width: 35px;
  margin-top: 0;
}

.stat-img.cpu {
  width: 34px;
  padding-right: 5px;
}

.stat-img.cpu.table {
  padding-right: 0;
}

.stat-img.clock {
  width: 34px;
}

.stat-img.mem {
  width: 40px;
  margin-bottom: -5px;
}

.opt {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 49%;
  display: flex;
}

.stat-block {
  justify-content: flex-start;
  align-items: center;
  width: 49%;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.platform-options {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  border-bottom: 1px dotted var(--dim-gray);
  flex-flow: wrap;
  padding-bottom: 60px;
  display: flex;
}

.platform-options.none {
  border-bottom-style: none;
}

.option-title {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.option-title:focus-visible, .option-title[data-wf-focus-visible] {
  border: 2px solid var(--riva-red);
}

.x {
  color: var(--dim-gray);
  text-align: right;
  cursor: pointer;
  width: 5%;
  margin-top: 10px;
  padding-right: 10px;
  font-family: Opensans, Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
}

.x:focus-visible, .x[data-wf-focus-visible] {
  border: 2px solid var(--riva-red);
}

.option-title-first {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.option-title-first:focus-visible, .option-title-first[data-wf-focus-visible] {
  border: 2px solid var(--riva-red);
}

.heading-wrap {
  justify-content: space-between;
  align-items: center;
  height: 110px;
  padding-top: 40px;
  display: flex;
}

.marquee {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  margin-top: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.thumbnail {
  height: 160px;
}

.file-link {
  margin-bottom: 40px;
  text-decoration: none;
}

.link-block-3 {
  transition: color .2s;
  display: flex;
}

.link-block-3:hover {
  color: var(--indigo-dye);
}

.background-video {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

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

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.marquee-content-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: none;
  justify-content: space-around;
  align-items: center;
  min-width: 100%;
  display: flex;
}

.marquee-content-1.scroll {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.marquee-content-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: none;
  justify-content: space-around;
  align-items: center;
  min-width: 100%;
  display: flex;
}

.marquee-content-2.scroll, .marquee-content-2.scroll2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.marquee-content-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: none;
  justify-content: space-around;
  align-items: center;
  min-width: 100%;
  display: flex;
}

.marquee-content-3.scroll, .marquee-content-3.scroll3 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.marquee-content-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: none;
  justify-content: space-around;
  align-items: center;
  min-width: 100%;
  display: flex;
}

.marquee-content-4.scroll, .marquee-content-4.scroll4 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.x2 {
  color: var(--dim-gray);
  cursor: pointer;
  margin-top: -40px;
  padding-right: 10px;
  font-family: Opensans, Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
}

.heading-copy {
  border-left: 5px solid var(--riva-red);
  color: var(--white);
  margin-top: 30px;
  padding-left: 10px;
  font-family: Opensans, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4rem;
}

.heading-copy.black {
  margin-top: 0;
  margin-bottom: 40px;
  line-height: 1.8rem;
}

.heading-copy.dark {
  color: var(--rich-black);
  font-size: 1.3rem;
}

.u-aspect-16x9 {
  width: 100%;
  height: 100%;
  padding-top: 0%;
  position: absolute;
  overflow: hidden;
}

.u-img-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0 0% 0%;
}

.italic-text {
  font-size: 2.1rem;
}

.image-25 {
  max-width: 125%;
  position: relative;
  right: 100px;
}

.image-26 {
  margin-left: -17px;
}

.paragraph-9 {
  color: var(--white);
  margin-top: 0;
}

.first {
  margin-top: 0;
  margin-bottom: 40px;
}

.image-28 {
  height: 600px;
}

.div-block-37 {
  position: relative;
}

.riva-header {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.dropdown-list-2 {
  background-color: #000b11e6;
  width: 100%;
}

.dropdown-list-2.w--open {
  -webkit-text-fill-color: inherit;
  background-color: #000b11e6;
  background-clip: border-box;
}

.dropdown-list-2._2, .dropdown-list-2._2.w--open {
  background-color: #f5f5f5e6;
}

.dropdown-list-2.geo {
  width: auto;
  inset: 100% 0% 0% auto;
}

.dropdown-list-2.geo.w--open {
  flex-flow: column;
}

.text-block-4 {
  color: var(--rich-black);
  font-weight: 600;
}

.text-block-5 {
  font-weight: 600;
}

.slide-2 {
  text-align: center;
  height: 496px;
}

.slide-3 {
  text-align: center;
  border-radius: 10px;
  height: 500px;
}

.div-block-38 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 7px;
  margin-bottom: 6px;
  display: flex;
}

.social {
  color: var(--white);
  transition: color .2s;
}

.social:hover {
  color: var(--riva-red);
}

.text-span {
  text-transform: none;
}

.lightbox-link {
  text-align: center;
  cursor: zoom-in;
  width: 100%;
}

.lightbox-link:focus-visible, .lightbox-link[data-wf-focus-visible] {
  border: 2px solid var(--riva-red);
}

.lightbox-link.mobile {
  display: none;
}

.image-29 {
  opacity: .9;
  width: 100%;
  margin-left: -35px;
}

.paragraph-10 {
  margin-top: 40px;
}

.image-31 {
  height: 100%;
}

.image-32 {
  margin-left: -3px;
}

.image-33 {
  z-index: 2000;
  filter: drop-shadow(2px 3px 2px #000b114d);
  max-width: 110%;
  margin-left: -11%;
}

.image-34 {
  margin-left: -3%;
}

.div-block-39 {
  display: flex;
}

.div-block-40 {
  justify-content: space-around;
  align-items: center;
  width: 40%;
  display: flex;
}

.image-35 {
  width: 39%;
}

@media screen and (min-width: 1440px) {
  .h1.hero-head.sub.products {
    width: 100%;
    margin-top: 10px;
  }

  .h3.white.vis.red {
    padding-top: 10px;
  }

  .paragraph {
    line-height: 2rem;
  }

  .link.riva, .link.gray {
    font-size: 1.1rem;
  }

  .container {
    width: 75vw;
    max-width: 1200px;
  }

  .container.list {
    padding-top: 4%;
  }

  .container.press {
    max-width: 60vw;
  }

  .nav {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
  }

  .card {
    padding-top: 40px;
  }

  .geo-hero.riva {
    margin-left: auto;
    margin-right: auto;
  }

  .geo-hero.short.news {
    background-position: 50%, 0 0;
  }

  .geo-hero.short.about {
    background-image: url('../images/SEG2018-1-copy_1.avif'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
    background-attachment: scroll, scroll;
  }

  .geo-hero.home {
    height: auto;
    position: relative;
  }

  .geo-hero.careers {
    padding-top: 5%;
  }

  .hero-box {
    width: 75vw;
    max-width: 1200px;
    padding-top: 5%;
    position: relative;
  }

  .hero-box.riva {
    max-width: 1200px;
  }

  .hero-box.news {
    padding-top: 13%;
    padding-bottom: 5%;
  }

  .hero-box.services {
    padding-top: 9%;
    padding-bottom: 10%;
  }

  .body.riva {
    background-position: 50% 0;
    background-size: cover;
  }

  .hero-block.left.lone {
    padding-top: 15%;
  }

  .hero-block.left.lone.riva {
    width: 75%;
  }

  .hero-block.left.lone.about {
    padding-top: 50%;
  }

  .hero-block.left.text {
    padding-top: 13%;
  }

  .hero-block.lottie {
    right: 0%;
  }

  .hero-block.lottie.home {
    margin-top: 425px;
    top: 0%;
    bottom: 0%;
    right: -10%;
  }

  .hero-para.products {
    margin-top: 20px;
  }

  .image-3 {
    border-radius: 10px;
  }

  .div-block-5 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .div-block-6 {
    justify-content: space-between;
  }

  .container-2 {
    max-width: 1300px;
  }

  .logo-wrapper {
    width: 70vw;
    margin-left: auto;
    margin-right: auto;
  }

  .square {
    width: 25%;
  }

  .image-6 {
    width: 100px;
  }

  .tiles {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 49%;
  }

  .series-stats {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .comparisons {
    padding-left: 0;
  }

  .platform.wares {
    width: 40%;
  }

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

  .div-block-20 {
    text-align: center;
    position: relative;
  }

  .legend-wrapper {
    flex-flow: row;
  }

  .legend {
    width: auto;
  }

  .paragraph-7.apps {
    width: 60%;
  }

  .lottie-animation {
    height: 145%;
    top: -15%;
    right: -2%;
  }

  .lottie-animation-2 {
    width: 700px;
  }

  .slider.home {
    filter: none;
  }

  .slider.riva {
    height: auto;
  }

  .image-20 {
    filter: contrast(158%);
  }

  .image-21 {
    filter: contrast(137%);
  }

  .image-24._2, .image-24._3 {
    max-width: 90%;
    height: 100%;
  }

  .background-video {
    height: 100%;
  }

  .slide-2, .slide-3 {
    height: 485px;
  }

  .image-33 {
    max-width: 110%;
    left: -10%;
  }

  .div-block-39 {
    justify-content: space-between;
  }

  .div-block-40 {
    width: 40%;
  }
}

@media screen and (min-width: 1920px) {
  .h1.hero-head.sub.products {
    width: 90%;
  }

  .h3.white.vis.red {
    height: 64px;
  }

  .card {
    flex-flow: wrap;
  }

  .card.atlas {
    width: 100%;
  }

  .hero-block.left.lone {
    padding-right: 0%;
  }

  .hero-block.lottie.home {
    margin-top: 450px;
  }

  .section.black.career {
    height: 45vh;
  }

  .image-3 {
    width: 400px;
  }

  .div-block-6 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .description {
    width: 100%;
  }

  .schematic-column.red {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
  }

  .paragraph-7.apps {
    width: 50%;
  }

  .lottie-animation {
    height: 170%;
    top: -25%;
    right: -2%;
  }

  .slider.home {
    height: 550px;
  }

  .slider.riva {
    width: 70%;
    max-height: none;
  }

  .image-21 {
    height: 100%;
  }

  .image-24._2 {
    max-width: 100%;
  }

  .slide-2 {
    text-align: center;
  }

  .div-block-40 {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    justify-content: center;
    width: 50%;
  }

  .image-35 {
    width: 32%;
  }
}

@media screen and (max-width: 991px) {
  p {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .h1.hero-head {
    margin-bottom: 10px;
    font-size: 3.5rem;
    line-height: 3.8rem;
  }

  .h1.hero-head.small {
    font-size: 1.7rem;
    line-height: 2.8rem;
  }

  .h1.hero-head.sub {
    width: 90%;
    font-size: 1.6rem;
    line-height: 1.9rem;
  }

  .h1.hero-head.sub.home {
    width: auto;
    padding-right: 0;
    font-size: 1.7rem;
    line-height: 2.2rem;
  }

  .h1.hero-head.sub.products {
    width: 100%;
  }

  .h1.hero-head.article {
    font-size: 1.9rem;
    line-height: 2.4rem;
  }

  .h1.hero-head.home {
    font-size: 4rem;
    line-height: 4.5rem;
  }

  .h4 {
    font-size: 1.4rem;
    line-height: 1.7rem;
  }

  .h4.brand {
    font-size: 1.6rem;
  }

  .h4.white {
    font-size: 1.4rem;
    line-height: 1.7rem;
  }

  .h5.white {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }

  .h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .h2.white {
    font-size: 2.5rem;
    line-height: 2.6rem;
  }

  .h2.white.call {
    width: 100%;
    font-size: 2.2rem;
    line-height: 2.4rem;
  }

  .h3.white {
    font-size: 1.6rem;
  }

  .h3.white.vis {
    margin-top: 0;
    padding-top: 10px;
    font-size: 1.4rem;
  }

  .text-block {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }

  .text-block.hero-text.home {
    max-width: 365px;
    font-size: 1.2rem;
  }

  .text-block.white {
    font-size: 1.1rem;
    line-height: 1.4rem;
  }

  .text-block.compare {
    font-size: .8rem;
  }

  .text-block.compare.use {
    width: 33%;
    font-size: .8rem;
  }

  .text-block.compare.use.implement {
    line-height: .8rem;
  }

  .text-block.compare.use.implement.mob {
    display: flex;
  }

  .text-block.compare.use.implement.mob._2, .text-block.compare.use.implement.desk {
    display: none;
  }

  .text-block.compare.use.implement.desk._2 {
    display: flex;
  }

  .text-block.compare.use.two {
    width: 50%;
  }

  .text-block.compare.legend {
    font-size: 1.1rem;
  }

  .text-block.compare.ware {
    font-size: 1.1rem;
    line-height: 1.3rem;
  }

  .text-block.compare.mob {
    display: block;
  }

  .text-block.compare.desk {
    display: none;
  }

  .text-block.option {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .text-block.video {
    width: 55%;
    font-size: 1rem;
  }

  .nav-link {
    background-color: var(--rich-black);
    text-align: right;
    padding: 14px 12px 10px;
    font-size: .8rem;
  }

  .container.press {
    max-width: 85vw;
  }

  .container.video {
    padding-bottom: 5%;
  }

  .brand-2 {
    min-width: 180px;
  }

  .brand-2.w--current {
    margin-top: 5px;
  }

  .icon {
    color: #fff;
  }

  .card {
    width: 100%;
    height: auto;
  }

  .geo-hero.riva {
    height: auto;
  }

  .geo-hero.short {
    height: auto;
    padding-bottom: 10px;
  }

  .geo-hero.short.news {
    background-size: cover, auto;
  }

  .geo-hero.home {
    height: auto;
    padding-bottom: 0;
  }

  .geo-hero.careers {
    padding-bottom: 0;
  }

  .hero-box {
    flex-flow: column-reverse;
    justify-content: center;
    align-items: stretch;
  }

  .hero-box.riva {
    justify-content: center;
    align-items: stretch;
    padding-top: 0%;
  }

  .hero-box.home {
    padding-top: 15%;
  }

  .hero-box.news {
    padding-top: 25%;
  }

  .hero-block.left {
    padding-right: 0;
  }

  .hero-block.left.lone {
    padding-top: 10%;
    padding-right: 0%;
  }

  .hero-block.left.lone.riva {
    min-width: auto;
    padding-top: 25%;
  }

  .hero-block.left.text {
    padding-top: 25%;
  }

  .hero-block.left.home {
    flex-flow: column;
    padding-bottom: 0;
  }

  .hero-block.right {
    display: none;
  }

  .hero-block.lottie {
    inset: 0% 0% 0% auto;
  }

  .hero-block.lottie.home {
    opacity: .4;
    margin-top: 0%;
    position: static;
    inset: auto -10% 0% auto;
  }

  .hero-para {
    margin-top: 10px;
    line-height: 1.6rem;
  }

  .div-block-4 {
    margin-top: 40px;
  }

  .section.black.career {
    height: auto;
  }

  .image-3 {
    text-align: center;
    width: 50%;
  }

  .div-block-5 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .paragraph-2 {
    margin-top: -20px;
    font-size: 1.1rem;
    line-height: 1.5rem;
  }

  .div-block-6 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
    order: 1;
    width: 100%;
    margin-top: 0;
  }

  .div-block-7 {
    align-items: center;
  }

  .image-4 {
    margin-bottom: 20px;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .footer-link {
    font-size: .9rem;
  }

  .div-block-10 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .partners {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .logo-wrapper {
    justify-content: center;
  }

  .partner-image {
    margin-bottom: 0;
  }

  .partner-image.lenovo {
    width: 125px;
  }

  .partner-image.mechdyne {
    width: 170px;
  }

  .menu-button, .menu-button.w--open, .nav-menu {
    background-color: var(--rich-black);
  }

  .div-block-11 {
    flex-flow: column;
  }

  .square {
    margin-top: 20px;
  }

  .square.riva {
    margin-top: 0;
  }

  .image-6 {
    height: 75px;
  }

  .tiles {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
  }

  .div-block-15 {
    width: 100%;
  }

  .description {
    font-size: 1rem;
  }

  .heading.black {
    font-size: 1.1rem;
    line-height: 1.3rem;
  }

  .heading.black.op {
    font-size: 1.2rem;
  }

  .heading.dark {
    font-size: 1.4rem;
    line-height: 1.7rem;
  }

  .white {
    font-size: 1rem;
  }

  .white._2 {
    font-size: .9rem;
    line-height: 19px;
  }

  .white.ops {
    font-size: 1rem;
  }

  .center-cell.top {
    padding-left: 10%;
    padding-right: 10%;
  }

  .text-block-2.label {
    font-size: 1.2rem;
  }

  .text-block-2.label.table {
    padding-left: 5px;
    padding-right: 5px;
  }

  .stat {
    width: 31%;
    margin-bottom: 0;
  }

  .text-block-3 {
    font-size: 1rem;
  }

  .series-stats {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .tabs-menu.news {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

  .tab.c, .tab.g {
    font-size: 1rem;
  }

  .tab.news {
    width: 49%;
  }

  .list-item {
    font-size: 1rem;
  }

  .list-item.ops {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .image-9 {
    width: 50%;
  }

  .list.ops {
    padding-left: 80px;
  }

  .list.ops.red {
    padding-left: 25px;
  }

  .list.ops.red._2 {
    padding-left: 80px;
  }

  .jump-nav._3 {
    position: sticky;
  }

  .accordion, .accordion.use {
    width: 100%;
  }

  .option._3, .option._2, .option._1 {
    padding-bottom: 20px;
  }

  .option.plus {
    padding-top: 0;
  }

  .comparisons {
    padding-left: 0;
  }

  .use-case {
    justify-content: space-between;
    align-items: center;
  }

  .platform.non.computare {
    width: 16%;
  }

  .platform.non.brahma, .platform.non.atlas {
    width: 30%;
  }

  .platform.volante, .platform.coda {
    width: 45%;
  }

  .platform.wares {
    width: 26%;
    padding-left: 0;
    padding-right: 5px;
  }

  .features {
    flex-flow: column;
  }

  .features.use {
    flex-flow: row;
  }

  .div-block-20 {
    display: none;
  }

  .operation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column {
    width: 100%;
  }

  .opsup {
    padding-left: 30px;
    padding-right: 30px;
  }

  .visual {
    flex-flow: column;
    margin-top: 30px;
  }

  .opvis {
    width: 100%;
  }

  .opvis.red {
    width: 49%;
  }

  .opvis.red._2 {
    width: 100%;
  }

  .opvis.red._3 {
    width: 49%;
  }

  .div-block-25 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .support-schematic {
    width: 100%;
  }

  .legend-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
  }

  .legend {
    width: 47%;
    margin-bottom: 10px;
  }

  .collection-item {
    width: 48%;
  }

  .info {
    margin-top: 20px;
  }

  .feature-image {
    height: 250px;
  }

  .paragraph-7 {
    line-height: 1.6rem;
  }

  .paragraph-7.apps {
    width: 60%;
  }

  .top {
    margin-top: 10px;
  }

  .lottie-animation {
    margin-top: -105px;
    top: 14%;
    right: -13%;
  }

  .lottie-animation-2 {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  .preloader-v8---brix {
    display: none;
  }

  .preloader-v8-loader---brix {
    width: 100px;
  }

  .slider.home {
    height: 400px;
  }

  .slider.riva {
    width: 85%;
    height: 340px;
  }

  .image-16 {
    left: 0%;
  }

  .div-block-36 {
    margin-left: 20px;
  }

  .image-21 {
    height: 111%;
  }

  .image-22 {
    margin-top: 0;
  }

  .opt {
    width: 100%;
  }

  .heading-copy.black {
    font-size: 1.1rem;
    line-height: 1.3rem;
  }

  .italic-text {
    line-height: 2.5rem;
  }

  .image-28 {
    height: 500px;
  }

  .lightbox-link.mobile {
    display: block;
  }

  .image-33 {
    max-width: 95%;
    margin-left: -7%;
    left: 0%;
  }

  .image-35 {
    width: 45%;
  }
}

@media screen and (max-width: 767px) {
  p {
    font-size: .9rem;
  }

  .h1.hero-head {
    margin-bottom: 0;
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .h1.hero-head.small {
    font-size: 1.4rem;
    line-height: 1.9rem;
  }

  .h1.hero-head.sub {
    margin-bottom: 40px;
    font-size: 1.2rem;
    line-height: 1.7rem;
  }

  .h1.hero-head.sub.home {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }

  .h1.hero-head.article {
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .h1.hero-head.home {
    font-size: 3rem;
    line-height: 3.8rem;
  }

  .h4 {
    font-size: 1.3rem;
    line-height: 1.5rem;
  }

  .h4.brand, .h4.white {
    font-size: 1.3rem;
  }

  .h2 {
    font-size: 2.5rem;
    line-height: 2.7rem;
  }

  .h2.white {
    line-height: 2.7rem;
  }

  .h2.white.call {
    font-size: 1.7rem;
    line-height: 2rem;
  }

  .h3.white {
    font-size: 1.4rem;
  }

  .h3.white.vis {
    padding-top: 20px;
  }

  .h3.white.vis.red {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .link, .link.riva, .link.gray {
    font-size: .9rem;
  }

  .text-block {
    margin-top: 10px;
    font-size: 1.2rem;
  }

  .text-block.hero-text.home {
    margin-right: 10px;
    font-size: 1.1rem;
    line-height: 1.3rem;
  }

  .text-block.white {
    width: 100%;
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .text-block.compare, .text-block.compare.use {
    font-size: .7rem;
  }

  .text-block.compare.use.implement.mob._2 {
    display: flex;
  }

  .text-block.compare.use.implement.desk._2, .text-block.compare.use.desk {
    display: none;
  }

  .text-block.compare.use.mob {
    display: flex;
  }

  .text-block.compare.legend {
    font-size: .9rem;
  }

  .text-block.compare.ware {
    padding-right: 5px;
    font-size: .9rem;
    line-height: 1.1rem;
  }

  .text-block.option {
    font-size: .9rem;
  }

  .text-block.video {
    width: 100%;
  }

  .text-block.note {
    text-align: center;
    font-size: .9rem;
  }

  .button {
    margin-right: 10px;
    font-size: .9rem;
  }

  .nav-link {
    text-align: center;
    font-size: 1rem;
  }

  .nav-link.dropdown.page._3:hover {
    color: var(--riva-red);
  }

  .nav-link.page {
    font-size: .8rem;
  }

  .nav-link.page._3 {
    text-align: center;
    border-right-style: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .container.list {
    padding-left: 0;
  }

  .brand-2.w--current {
    margin-top: 3px;
  }

  .geo-hero.riva {
    height: auto;
    padding-top: 8%;
  }

  .geo-hero.riva.pic {
    height: auto;
  }

  .geo-hero.short.ops {
    background-position: 0 0, 0 100%;
  }

  .geo-hero.short.news {
    background-image: linear-gradient(#0000, #0000), url('../images/news_1.avif'), linear-gradient(#0000, #0000);
    background-position: 0 0, 57% 105%, 0 0;
    background-size: auto, 155vw, auto;
    padding-top: 10%;
  }

  .geo-hero.short.about {
    background-position: 0 0, 50%, 0 0;
  }

  .geo-hero.home {
    padding-bottom: 0;
  }

  .geo-hero.careers {
    height: 60vh;
    padding-bottom: 0;
  }

  .hero-box {
    padding-top: 19%;
  }

  .hero-block.left.lone {
    padding-top: 25%;
  }

  .hero-block.left.lone.riva {
    padding-right: 0;
  }

  .hero-block.left.home {
    width: 100%;
  }

  .hero-para {
    margin-top: 20px;
  }

  .hero-para.careers {
    width: 100%;
  }

  .div-block-4 {
    flex-flow: row;
    display: block;
  }

  .image-2 {
    margin-left: 0;
  }

  .v-spacer {
    height: 50px;
    margin-top: 0;
    margin-right: 10px;
    display: none;
  }

  .image-3 {
    width: 70%;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-content {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    place-items: stretch start;
    margin-top: 0;
    padding-right: 0;
  }

  .footer-block {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
    padding-left: 0;
  }

  .footer-link {
    font-size: .8rem;
  }

  .footer-link:hover {
    color: var(--dim-gray);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .div-block-10 {
    flex-flow: row;
  }

  .partners {
    padding: 40px 15px 20px;
  }

  .logo-wrapper {
    margin-bottom: -30px;
  }

  .partner-image {
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .menu-button {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-11 {
    flex-flow: column;
  }

  .square {
    width: auto;
  }

  .image-6 {
    width: 70px;
  }

  .image-6.riva {
    width: auto;
  }

  .tiles, .div-block-15 {
    width: 100%;
  }

  .description {
    font-size: .9rem;
  }

  .heading {
    font-size: 1.2rem;
  }

  .heading.dark {
    font-size: 1.3rem;
  }

  .white {
    font-size: .9rem;
    line-height: 1.5rem;
  }

  .white._2 {
    font-size: .8rem;
  }

  .white.ops {
    font-size: .9rem;
  }

  .select-table.comp {
    margin-bottom: -15px;
    margin-left: 20%;
  }

  .text-block-2 {
    line-height: 1.5rem;
  }

  .text-block-2.label {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .text-block-2.label.table, .text-block-2.label.num, .text-block-3 {
    font-size: .9rem;
  }

  .tabs-menu {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .tab {
    width: 19%;
    font-size: 1rem;
  }

  .tab.x {
    width: 31%;
  }

  .tab.c {
    width: 24%;
  }

  .tab.g {
    width: 47%;
  }

  .tab.news {
    width: 48%;
  }

  .tab.top {
    font-size: 1rem;
  }

  .hardware {
    padding-top: 0;
  }

  .list-item {
    font-size: .9rem;
    line-height: 1.5rem;
  }

  .list-item.ops {
    font-size: .9rem;
  }

  .image-9 {
    width: 60%;
  }

  .list {
    padding-left: 30px;
  }

  .list.ops, .list.ops.red, .list.ops.red._2 {
    padding-left: 60px;
  }

  .jump-nav {
    order: -1;
    width: 100%;
    margin-top: 0;
    display: none;
  }

  .jump-nav._3 {
    background-color: var(--rich-black);
    display: block;
    position: sticky;
    top: 50px;
  }

  .accordion, .accordion.use {
    width: 100%;
  }

  .comparisons {
    margin-top: 0;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .platform.non.computare {
    width: 16%;
  }

  .platform.volante, .platform.coda {
    width: 42%;
  }

  .platform.wares._2 {
    width: 22%;
  }

  .platform.implement {
    width: 29%;
  }

  .div-block-16 {
    flex-flow: column;
  }

  .div-block-17 {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
  }

  .div-block-20 {
    display: none;
  }

  .paragraph-5 {
    font-size: 1.1rem;
  }

  .div-block-22 {
    flex-flow: column;
  }

  .column {
    width: 100%;
  }

  .div-block-23 {
    flex-flow: column;
    padding-bottom: 20px;
  }

  .opsup {
    width: 100%;
    margin-bottom: 20px;
  }

  .visual {
    margin-top: 20px;
  }

  .opvis.red, .opvis.red._3 {
    width: 100%;
  }

  .div-block-25 {
    flex-flow: wrap;
  }

  .legend-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .legend {
    margin-bottom: 10px;
  }

  .collection-item {
    width: 100%;
  }

  .div-block-31 {
    padding-right: 10px;
  }

  .feature-image {
    height: 200px;
  }

  .paragraph-7 {
    line-height: 1.5rem;
  }

  .paragraph-7.apps {
    width: 100%;
  }

  .lottie-animation {
    margin-top: -17px;
    top: 1%;
  }

  .lottie-animation-2 {
    width: 100%;
  }

  .preloader-v8---brix {
    display: none;
  }

  .preloader-v8-loader---brix {
    width: 50px;
  }

  .lottie-animation-3 {
    margin-top: -14px;
    margin-left: -6px;
    margin-right: -21px;
  }

  .image-21 {
    height: 114%;
  }

  .platform-options {
    padding-bottom: 40px;
  }

  .platform-options.comp {
    overflow: auto;
  }

  .x {
    display: none;
  }

  .marquee {
    margin-top: 0;
  }

  .x2 {
    display: none;
  }

  .heading-copy {
    font-size: 1.2rem;
  }

  .italic-text {
    font-size: 1.8rem;
    line-height: 2.1rem;
  }

  .image-28 {
    height: 400px;
  }

  .riva-header {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .lightbox-link.mobile {
    display: block;
  }

  .image-33 {
    max-width: 100%;
  }

  .div-block-39 {
    flex-flow: column;
  }

  .div-block-40 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    justify-content: center;
    width: 100%;
    margin-top: 10px;
  }

  .image-35 {
    width: 35%;
  }
}

@media screen and (max-width: 479px) {
  .h1.hero-head {
    margin-bottom: 10px;
    margin-left: 0;
    font-size: 1.4rem;
    line-height: 1.7rem;
  }

  .h1.hero-head.small {
    font-size: .9rem;
    line-height: 1.3rem;
  }

  .h1.hero-head.sub {
    width: 100%;
    margin-bottom: 10px;
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .h1.hero-head.sub.home {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }

  .h1.hero-head.article {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .h1.hero-head.home {
    font-size: 1.7rem;
    line-height: 1.7rem;
  }

  .h4.white.green {
    font-size: 1.3rem;
  }

  .h4.green, .h4.green-2, .h4.blue-2 {
    font-size: 1.1rem;
    line-height: 1.3rem;
  }

  .h4.title {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }

  .h5.white {
    font-size: 1.1rem;
    line-height: 1.2rem;
  }

  .h2, .h2.white {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }

  .h2.white.call {
    width: 100%;
    font-size: 1.3rem;
    line-height: 1.5rem;
  }

  .h2.white.lone {
    font-size: 1.6rem;
    line-height: 1.7rem;
  }

  .h2.home {
    text-align: center;
  }

  .h3 {
    font-size: 1.4rem;
    line-height: 1.7rem;
  }

  .h3.white {
    line-height: 1.6rem;
  }

  .h3.white.vis {
    height: auto;
    padding-top: 10px;
    font-size: 1.2rem;
  }

  .h3.white.vis.red {
    padding-top: 10px;
    font-size: 1.2rem;
  }

  .text-block {
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .text-block.hero-text, .text-block.hero-text.home {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .text-block.compare.ware {
    font-size: .9rem;
    line-height: 1.1rem;
  }

  .text-block.article-date {
    font-size: .9rem;
  }

  .text-block.flag {
    font-size: .8rem;
  }

  .text-block.note {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: .6rem;
    bottom: -39.8021px;
  }

  .button {
    font-size: .9rem;
  }

  .button.riva, .button.riva.call, .button.gray.hero-button {
    width: 100%;
  }

  .container {
    padding-top: 6%;
  }

  .brand-2.w--current {
    width: 60%;
  }

  .nav {
    margin-left: auto;
    margin-right: auto;
  }

  .card {
    flex-flow: wrap;
  }

  .geo-hero {
    height: 80vh;
  }

  .geo-hero.riva {
    margin-bottom: -15px;
    top: -15px;
  }

  .geo-hero.riva.pic {
    background-position: 0 0, 50% 100%;
    margin-bottom: -18px;
  }

  .geo-hero.short {
    height: auto;
    padding-top: 10%;
  }

  .geo-hero.short.news {
    background-image: url('../images/news_1.avif'), linear-gradient(#0000, #0000);
    background-position: 50% 106%, 0 0;
    background-size: 144vw, auto;
    padding-top: 21%;
  }

  .geo-hero.short.about {
    background-image: linear-gradient(#0000, #0000), url('../images/SEG2018-1-copy_1.avif'), linear-gradient(#0000, #0000);
    background-position: 0 0, 50%, 0 0;
    background-size: auto, cover, auto;
  }

  .geo-hero.home {
    padding-top: 31px;
    padding-bottom: 0;
  }

  .geo-hero.careers {
    height: auto;
    margin-top: 50px;
    padding-bottom: 10px;
  }

  .hero-box {
    justify-content: center;
    align-items: stretch;
  }

  .hero-box.riva {
    height: auto;
    padding-top: 35%;
  }

  .hero-box.press {
    padding-top: 31%;
  }

  .hero-block.left {
    padding-right: 0;
  }

  .hero-block.left.lone {
    padding-top: 10%;
  }

  .hero-block.left.lone.article {
    margin-bottom: 0;
  }

  .hero-block.left.lone.riva {
    padding-top: 0%;
    padding-bottom: 10%;
  }

  .hero-block.left.lone.about {
    margin-bottom: 0;
  }

  .hero-block.left.text {
    padding-top: 0%;
  }

  .hero-block.right {
    display: none;
  }

  .hero-block.lottie {
    inset: 0% 0% 0% auto;
  }

  .hero-block.lottie.home {
    margin-top: -10%;
  }

  .hero-para {
    line-height: 1.2rem;
  }

  .div-block-4 {
    flex-flow: column;
    margin-top: 20px;
  }

  .image-2 {
    width: 50%;
  }

  .section.video {
    background-color: #000b11d9;
  }

  .image-3 {
    width: 100%;
  }

  .div-block-5 {
    margin-top: 20px;
  }

  .paragraph-2 {
    text-align: center;
    margin-top: 0;
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .div-block-6 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
  }

  .div-block-7 {
    flex-flow: column;
    margin-bottom: 20px;
  }

  .image-4 {
    margin-right: 0;
  }

  .container-2 {
    max-width: 85vw;
  }

  .footer-wrapper {
    flex-flow: column;
  }

  .footer-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    place-items: center stretch;
    width: 100%;
  }

  .footer-block {
    justify-content: flex-start;
    align-items: center;
  }

  .footer-block.top {
    margin-bottom: 30px;
  }

  .footer-link, .footer-copyright-center {
    text-align: center;
  }

  .div-block-10 {
    display: none;
  }

  .partners {
    padding-bottom: 40px;
  }

  .logo-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .partner-image {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .square {
    width: 47%;
  }

  .tiles {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-bottom: 20px;
  }

  .div-block-15 {
    margin-top: 60px;
  }

  .products {
    margin-top: 20px;
  }

  .description {
    width: 100%;
  }

  .description.main {
    margin-left: -14px;
  }

  .heading.black {
    margin-top: 2px;
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .heading.black.op {
    line-height: 1.4rem;
  }

  .select-table {
    width: 100%;
    margin-bottom: -15px;
    margin-left: 122px;
  }

  .select-table.gpu {
    margin-left: 55%;
  }

  .select-table.comp {
    margin-left: 73%;
  }

  .center-cell {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .center-cell.top {
    padding: 5% 0% 2%;
  }

  .center-cell.together {
    background-color: #d6d6d675;
    padding-top: 2%;
    padding-bottom: 0%;
  }

  .text-block-2 {
    margin-bottom: 10px;
    padding-right: 5px;
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .text-block-2.label {
    font-size: 1rem;
  }

  .text-block-2.label.table {
    padding-left: 3px;
    padding-right: 3px;
  }

  .stat {
    width: 47%;
  }

  .series-stats {
    padding-top: 20px;
  }

  .tab {
    width: 46%;
  }

  .tab.x, .tab.c {
    width: 47%;
  }

  .tab.news {
    width: 100%;
  }

  .hardware {
    padding-top: 0;
  }

  .list-item.ops {
    font-size: .9rem;
  }

  .image-9 {
    width: 70%;
    margin-left: -4px;
  }

  .list {
    padding-left: 20px;
  }

  .list.ops, .list.ops.red, .list.ops.red._2 {
    padding-left: 10px;
  }

  .jump-nav {
    display: none;
  }

  .jump-nav._3 {
    top: 60px;
  }

  .accordion {
    padding-top: 0;
  }

  .option._1 {
    width: 100%;
  }

  .comparisons {
    margin-top: 0;
    overflow: auto;
  }

  .platform.non.computare {
    flex: none;
    width: auto;
  }

  .platform.non.brahma, .platform.non.atlas {
    flex: none;
    width: 80px;
  }

  .platform.volante, .platform.coda {
    flex: none;
    width: 90px;
  }

  .platform.wares {
    flex: none;
    width: 130px;
    margin-left: 282px;
  }

  .platform.wares._2 {
    width: 120px;
    margin-left: 318px;
    padding-right: 8px;
  }

  .platform.implement, .platform.implement.prem {
    flex: none;
    width: 165px;
  }

  .div-block-16 {
    flex-flow: column;
  }

  .div-block-17 {
    justify-content: flex-start;
    align-items: center;
  }

  .features {
    flex-flow: column;
  }

  .div-block-22 {
    margin-top: 20px;
    overflow: hidden;
  }

  .div-block-23 {
    padding-bottom: 0;
  }

  .visual {
    flex-flow: column;
    margin-top: 20px;
  }

  .schematic-column {
    flex-flow: column;
    width: 100%;
  }

  .opvis, .opvis.red, .opvis.red._2 {
    width: 100%;
  }

  .div-block-25, .support-schematic {
    flex-flow: column;
  }

  .legend-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .legend {
    width: 100%;
    margin-bottom: 0;
  }

  .pagination.r {
    position: relative;
    top: 10px;
    right: -100px;
  }

  .pagination.l {
    position: relative;
  }

  .div-block-31 {
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .info {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .feature-image {
    height: 150px;
  }

  .lottie-animation {
    height: 100%;
    margin-top: 0;
    margin-left: -30%;
    top: 13%;
    right: -21%;
  }

  .preloader-v8---brix {
    display: none;
  }

  .slider.home {
    height: auto;
  }

  .paragraph-8 {
    margin-top: 0;
  }

  .paragraph-8.top {
    margin-top: 10px;
  }

  .stat-block {
    width: 100%;
  }

  .platform-options {
    overflow: auto;
  }

  .marquee {
    margin-top: 10px;
  }

  .background-video {
    display: none;
  }

  .heading-copy.black {
    margin-top: 2px;
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .u-aspect-16x9 {
    width: 200%;
    inset: 0% -5% 0% auto;
  }

  .italic-text {
    font-size: 1.3rem;
    line-height: 1.7rem;
  }

  .image-28 {
    height: 300px;
  }

  .div-block-38 {
    justify-content: center;
    align-items: center;
  }

  .image-32 {
    margin-left: 0;
  }

  .image-33 {
    max-width: 110%;
    margin-left: -4%;
    position: static;
  }

  .div-block-40 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: space-between;
  }

  .image-35 {
    width: 45%;
  }
}

#w-node-_558208d3-336b-5b80-4a76-6bdbe8386612-e838660c, #w-node-_558208d3-336b-5b80-4a76-6bdbe838661b-e838660c, #w-node-_558208d3-336b-5b80-4a76-6bdbe8386626-e838660c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_543da81d-033f-dddf-2cc9-7f6c3204367a-1c7f84dd {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-cf5eb434-5cc1-f98c-af36-6c9086cc1d02-1c7f84dd {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_4ff6d0a4-2d4f-28cd-88c2-28b0faa46596-1c7f84dd {
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_9fe4eb42-14c1-4ac6-0ee1-1fd338f48079-1c7f84dd, #w-node-_6ccfbffc-a7a6-279b-335f-807b611adda3-1c7f84dd {
  grid-row: span 2 / span 2;
}

#w-node-_114b33f2-88d0-7510-d91a-0a2d25a60677-1c7f84dd {
  grid-row: span 3 / span 3;
}

@media screen and (max-width: 991px) {
  #w-node-_543da81d-033f-dddf-2cc9-7f6c3204367a-1c7f84dd {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  #w-node-cf5eb434-5cc1-f98c-af36-6c9086cc1d02-1c7f84dd {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  #w-node-_4ff6d0a4-2d4f-28cd-88c2-28b0faa46596-1c7f84dd {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  #w-node-_9fe4eb42-14c1-4ac6-0ee1-1fd338f48079-1c7f84dd, #w-node-_6ccfbffc-a7a6-279b-335f-807b611adda3-1c7f84dd {
    grid-row: span 2 / span 2;
  }

  #w-node-_114b33f2-88d0-7510-d91a-0a2d25a60677-1c7f84dd {
    grid-row: span 3 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_543da81d-033f-dddf-2cc9-7f6c3204367a-1c7f84dd {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  #w-node-cf5eb434-5cc1-f98c-af36-6c9086cc1d02-1c7f84dd {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  #w-node-_4ff6d0a4-2d4f-28cd-88c2-28b0faa46596-1c7f84dd {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 20% 20% 20% 20% 20% 20% 20%;
  }

  #w-node-_9fe4eb42-14c1-4ac6-0ee1-1fd338f48079-1c7f84dd, #w-node-_6ccfbffc-a7a6-279b-335f-807b611adda3-1c7f84dd {
    grid-row: span 2 / span 2;
  }

  #w-node-_114b33f2-88d0-7510-d91a-0a2d25a60677-1c7f84dd {
    grid-row: span 3 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_558208d3-336b-5b80-4a76-6bdbe8386612-e838660c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_543da81d-033f-dddf-2cc9-7f6c3204367a-1c7f84dd {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 35% 35% 35% 35% 35%;
  }

  #w-node-_5c286512-c878-9bbd-9174-2b273ac6513a-1c7f84dd, #w-node-_5c286512-c878-9bbd-9174-2b273ac65155-1c7f84dd, #w-node-_5c286512-c878-9bbd-9174-2b273ac6516a-1c7f84dd, #w-node-_5c286512-c878-9bbd-9174-2b273ac6517f-1c7f84dd, #w-node-_5c286512-c878-9bbd-9174-2b273ac65194-1c7f84dd, #w-node-_5c286512-c878-9bbd-9174-2b273ac651a9-1c7f84dd {
    grid-column: span 1 / span 1;
  }

  #w-node-cf5eb434-5cc1-f98c-af36-6c9086cc1d02-1c7f84dd {
    grid-template-rows: auto auto auto;
    grid-template-columns: 35% 35% 35% 35% 35%;
  }

  #w-node-cf5eb434-5cc1-f98c-af36-6c9086cc1d03-1c7f84dd, #w-node-cf5eb434-5cc1-f98c-af36-6c9086cc1d1e-1c7f84dd {
    grid-column: span 1 / span 1;
  }

  #w-node-_4ff6d0a4-2d4f-28cd-88c2-28b0faa46596-1c7f84dd {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 35% 35% 35% 35% 35% 35% 35%;
  }

  #w-node-_4ff6d0a4-2d4f-28cd-88c2-28b0faa46597-1c7f84dd, #w-node-_4ff6d0a4-2d4f-28cd-88c2-28b0faa465b2-1c7f84dd {
    grid-column: span 1 / span 1;
  }

  #w-node-_9fe4eb42-14c1-4ac6-0ee1-1fd338f48079-1c7f84dd {
    grid-row: span 2 / span 2;
  }

  #w-node-_4ff6d0a4-2d4f-28cd-88c2-28b0faa465c7-1c7f84dd, #w-node-_4ff6d0a4-2d4f-28cd-88c2-28b0faa465dc-1c7f84dd {
    grid-column: span 1 / span 1;
  }

  #w-node-_6ccfbffc-a7a6-279b-335f-807b611adda3-1c7f84dd {
    grid-row: span 2 / span 2;
  }

  #w-node-_4ff6d0a4-2d4f-28cd-88c2-28b0faa465f1-1c7f84dd {
    grid-column: span 1 / span 1;
  }

  #w-node-_114b33f2-88d0-7510-d91a-0a2d25a60677-1c7f84dd {
    grid-row: span 3 / span 3;
  }
}


@font-face {
  font-family: 'Obvia';
  src: url('../fonts/Obvia-Medium.OTF') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dissember';
  src: url('../fonts/Dissember.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-BoldItalic.ttf') format('truetype'), url('../fonts/OpenSans-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Bold.ttf') format('truetype'), url('../fonts/OpenSans-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}