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

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

@font-face {
  font-family: Encryptsim;
  src: url('../fonts/encryptsim-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --background-color-graymodern900: #121926;
  --background-color-graymodern200: #e3e8ef;
  --white\<deleted\|variable-9ca47e8d\>: white;
  --black\<deleted\|variable-868d7afd\>: #101010;
  --dim-grey\<deleted\|variable-b38ff0ca\>: #636c78;
  --background-color-graymodern700: #364152;
  --text-color-graymodern50: #f8fafc;
  --silver\<deleted\|variable-557d6741\>: #c7c7c7;
  --background-color-greentrue400: #32d583;
  --background-color-graymodern25: #fcfcfd;
  --background-color-graymodern800: #202939;
  --text-color-graymodern200: #e3e8ef;
  --background-color-graymodern400: #9aa4b2;
  --background-color-graymodern50: #f8fafc;
  --midnight-blue: #0a033c;
  --dark-sea-green\<deleted\|variable-5ec5c8a4\>: #8bb8a2;
  --background-color-graymodern600: #4b5565;
  --background-color-graymodern300: #cdd5df;
  --background-color-graymodern100: #eef2f6;
  --background-color-graymodern500: #697586;
  --background-color-greentrue200: #a6f4c5;
  --background-color-greentrue25: #f6fef9;
  --background-color-greentrue700: #027a48;
  --background-color-greentrue600: #039855;
  --background-color-greentrue800: #05603a;
  --background-color-greentrue100: #d1fadf;
  --background-color-greentrue500: #12b76a;
  --background-color-greentrue50: #ecfdf3;
  --background-color-greentrue300: #6ce9a6;
  --background-color-greentrue900: #054f31;
  --text-color-graymodern600: #4b5565;
  --text-color-graymodern100: #eef2f6;
  --text-color-graymodern25: #fcfcfd;
  --text-color-graymodern900: #121926;
  --text-color-graymodern500: #697586;
  --text-color-graymodern700: #364152;
  --text-color-graymodern300: #cdd5df;
  --text-color-graymodern800: #202939;
  --text-color-graymodern400: #9aa4b2;
  --text-color-greentrue600: #039855;
  --text-color-greentrue25: #f6fef9;
  --text-color-greentrue400: #32d583;
  --text-color-greentrue100: #d1fadf;
  --text-color-greentrue300: #6ce9a6;
  --text-color-greentrue50: #ecfdf3;
  --text-color-greentrue500: #12b76a;
  --text-color-greentrue800: #05603a;
  --text-color-greentrue700: #027a48;
  --text-color-greentrue900: #054f31;
  --text-color-greentrue200: #a6f4c5;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

.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-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-page-count {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

body {
  background-color: var(--background-color-graymodern900);
  color: var(--background-color-graymodern200);
  font-family: Neuehaasunicapro, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

h1 {
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: regulator-nova;
  font-weight: 500;
}

h2 {
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Encryptsim, Tahoma, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 1em;
}

h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Neuehaasunicapro, Verdana, sans-serif;
  font-size: 22px;
  line-height: 1.4em;
}

h4 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
  font-family: Neuehaasunicapro, Verdana, sans-serif;
  line-height: 1.6em;
}

a {
  text-decoration: underline;
  transition: all .2s;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
  list-style-type: none;
}

.header {
  z-index: 90;
  position: absolute;
  inset: 0% 0% auto;
}

.content {
  z-index: 2;
  color: var(--background-color-graymodern200);
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.content.maxw-0 {
  max-width: none;
}

.section {
  padding: 64px;
  position: relative;
}

.section.mod--hero {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  padding-top: 220px;
  display: flex;
  overflow: hidden;
}

.section.mod--hero.help-hero {
  min-height: 50vh;
}

.section.mod--hero.privacy {
  min-height: 60vh;
}

.section.mod--business {
  padding-bottom: 90px;
  overflow: visible;
}

.section.mod--process.blog-section {
  box-shadow: none;
}

.header-absolute {
  z-index: 1;
  padding-left: 64px;
  padding-right: 64px;
  position: absolute;
  inset: 74px 0% auto;
}

.timeline__col {
  flex: 1;
  justify-content: flex-end;
}

.timeline__col.mod--1 {
  flex: 0 auto;
  justify-content: flex-start;
}

.timeline__col.mod--4 {
  justify-content: flex-start;
  width: 100%;
  max-width: 790px;
}

.footer {
  color: var(--white\<deleted\|variable-9ca47e8d\>);
  padding: 80px 64px 56px;
  position: relative;
  overflow: hidden;
}

.home__lecture-images {
  z-index: 2;
  background-color: var(--black\<deleted\|variable-868d7afd\>);
  position: relative;
  overflow: hidden;
}

.menu {
  display: none;
}

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

.header__col.mod--2 {
  color: #f8fafc;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header__logo-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: block;
}

.header__logo-img2 {
  margin-left: 18px;
}

.header__nav-link {
  color: var(--silver\<deleted\|variable-557d6741\>);
  margin-left: 35px;
  margin-right: 35px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.header__nav-link:hover {
  color: var(--white\<deleted\|variable-9ca47e8d\>);
}

.header__nav-link.w--current {
  display: flex;
}

.header__buttons {
  justify-content: flex-end;
  display: flex;
}

.btn {
  text-align: center;
  background-color: #4c4e8e;
  border-style: none;
  border-radius: 10px;
  min-width: 165px;
  min-height: 60px;
  padding-top: 19px;
  padding-bottom: 19px;
  font-size: 18px;
  text-decoration: none;
}

.btn.mod--login.pagination {
  color: var(--background-color-graymodern25);
  min-height: 45px;
}

.btn.mod--offer {
  background-color: var(--background-color-graymodern25);
  color: var(--background-color-graymodern25);
  justify-content: center;
  align-items: center;
  min-width: 60px;
  transition-duration: .4s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 25px 25px #4e494133;
}

.btn.max-width-full {
  background-color: var(--background-color-greentrue400);
}

.btn.pagination-btn {
  background-color: var(--background-color-graymodern700);
  color: var(--background-color-graymodern200);
}

.btn.mod--offer {
  color: #fcfcfd;
  background-color: #fcfcfd;
  justify-content: center;
  align-items: center;
  min-width: 60px;
  transition-duration: .4s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 25px 25px #4e494133;
}

.btn.btn--reg {
  background-color: #0000;
  border: 1px solid #b2b7bd;
}

.btn.btn--reg:hover {
  border-color: #fff;
}

.btn.mod--login {
  background-color: #32d583;
  justify-content: center;
  align-items: center;
  min-width: 60px;
  margin-right: 16px;
  padding-top: 0;
  padding-bottom: 2px;
  transition-duration: .3s;
  display: flex;
  box-shadow: 0 1px 20px -4px #41464e00;
}

.btn.mod--login:hover {
  box-shadow: 0 20px 20px -4px #41464e33;
}

.btn.btn--business {
  background-color: #32d583;
}

.btn.btn--business.buy-now-btn {
  min-width: 100%;
}

.bg__grey {
  z-index: 0;
  background-color: var(--background-color-graymodern800);
  border-radius: 45px;
  width: 100%;
  height: 100%;
  position: relative;
}

.bg__grey.animated-text {
  background-color: var(--background-color-graymodern800);
}

.hero__content {
  color: var(--white\<deleted\|variable-9ca47e8d\>);
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading1 {
  font-size: 80px;
  line-height: 1em;
}

.heading1.mod--hero {
  color: var(--text-color-graymodern50);
  max-width: 760px;
  margin-bottom: 32px;
  font-family: Encryptsim, Tahoma, sans-serif;
  font-weight: 400;
  line-height: 1.1em;
}

.hero__p {
  color: var(--text-color-graymodern200);
  max-width: 600px;
  margin-bottom: 40px;
  font-family: Neuehaasunicapro, Verdana, sans-serif;
  font-size: 22px;
}

.addfile-wrap {
  cursor: pointer;
  border-radius: 45px;
  width: 282px;
  height: 233px;
  margin-top: 4rem;
  padding: 25px;
  position: relative;
}

.addfile {
  background-color: var(--background-color-graymodern400);
  color: var(--background-color-graymodern25);
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(60deg, #a7c1d333, #d5d9e133 70%, #faecec33);
  background-clip: border-box;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.addfile__plus {
  background-color: var(--white\<deleted\|variable-9ca47e8d\>);
  background-image: url('../images/Lock--Streamline-Unicons.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50%;
  background-attachment: scroll;
  border-radius: 100px;
  flex: none;
  width: 56px;
  height: 56px;
  margin-bottom: 16px;
  box-shadow: 0 30px 30px #41464e4d;
}

.addfile__txt.mod--desc {
  color: #fffc;
  font-size: 14px;
}

.addfile__txt.mod--title {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 500;
}

.bg__img {
  z-index: 1;
  display: block;
}

.bg__img.mod--1 {
  inset: 200px auto auto 0;
}

.bg__img.mod--2 {
  border-bottom-left-radius: 45px;
  inset: auto auto 0 188px;
}

.bg__img.mod--3 {
  inset: auto 100px 100px auto;
}

.bg__img.mod--4 {
  inset: 210px 0 auto auto;
}

.bg__img.mod--5 {
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  inset: 0 auto auto 107px;
}

.bg__img.mod--6 {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  inset: auto 30% 0% auto;
}

.bg__img.mod--7 {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  inset: 120px 0 auto auto;
}

.processes__columns {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.processes__col {
  flex: 1;
}

.processes__col.mod--1 {
  max-width: 542px;
}

.processes__col.mod--2 {
  max-width: 540px;
  margin-left: 90px;
  position: relative;
}

.processes__heading-wrap {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 44px;
  display: flex;
}

.processes__p {
  color: var(--background-color-graymodern200);
  max-width: 250px;
  margin-bottom: 0;
  font-family: Neuehaasunicapro, Verdana, sans-serif;
}

.processes__logos {
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  display: flex;
}

.processes__logo {
  margin-right: 56px;
}

.processes__logo.mod--last {
  margin-right: 0;
}

.graph-block {
  z-index: 2;
  background-color: var(--background-color-graymodern800);
  color: var(--background-color-graymodern25);
  border-radius: 20px;
  width: 100%;
  height: 370px;
  padding: 32px 40px 40px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 85px 128px -19px #0003;
}

.graph-block.protected-block, .graph-block.buybox-block {
  height: auto;
  overflow: visible;
}

.graph__columns {
  justify-content: space-between;
  display: block;
}

.graph__col {
  flex: 1;
}

.graph__col.mod--2 {
  max-width: 180px;
}

.graph__btn {
  z-index: 2;
  border-radius: 8px;
  width: 32px;
  height: 32px;
  font-size: 25px;
  position: absolute;
  inset: 27px 40px auto auto;
}

.graph__heading {
  margin-bottom: 28px;
}

.graph__circle {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  margin-right: 32px;
  display: flex;
  position: relative;
}

.graph__list {
  margin-bottom: -24px;
}

.graph__list-item {
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.graph__list-dot {
  background-color: #4c4e8e;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 8px;
  height: 8px;
  margin-right: 16px;
  display: flex;
  position: relative;
}

.graph__list-dot.mod--2 {
  background-color: #8bb8a2;
}

.graph__list-dot.mod--3 {
  background-color: #e5d2a2;
}

.graph__list-dot.mod--4 {
  background-color: #ff4033;
}

.graph__list-dot.mod--5 {
  background-color: #432e2d;
}

.graph__list-txt {
  color: #0a033cb3;
  flex: 1;
  font-size: 14px;
}

.graph__list-numb {
  color: #0a033c;
  flex: none;
  margin-left: 16px;
  font-family: regulator-nova;
  font-size: 14px;
  font-weight: 700;
}

.graph__total-txt {
  color: #999;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 1.2em;
}

.graph__total-numb {
  font-family: regulator-nova;
  font-size: 32px;
  font-weight: 500;
  line-height: 1em;
}

.processes__bg {
  display: block;
  position: absolute;
  inset: auto 0% 0% auto;
}

.processes__bg.mod--1 {
  inset: 110px auto auto -60px;
}

.processes__bg.mod--2 {
  border-radius: 30px;
  bottom: -130px;
  left: -110px;
  right: auto;
}

.processes__bg.mod--2.mod--3 {
  inset: -73px auto auto -69px;
}

.processes__bg.mod--2.mod-hands {
  bottom: -128px;
  left: -253px;
}

.processes__heading {
  color: var(--background-color-graymodern50);
  margin-bottom: 16px;
  margin-right: 40px;
  font-family: Encryptsim, Tahoma, sans-serif;
  font-weight: 400;
}

.heading--center {
  color: var(--background-color-graymodern50);
  text-align: center;
  font-family: Encryptsim, Tahoma, sans-serif;
}

.work__card {
  background-color: var(--background-color-graymodern800);
  box-shadow: none;
  text-align: center;
  border-radius: 30px;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 48px 32px;
  transition: all .4s;
  display: flex;
}

.work__card:hover {
  box-shadow: 0 55px 100px -6px #41464e1a;
}

.work__card.support-categories {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
  overflow: visible;
}

.work__ico-wrap {
  background-color: var(--background-color-graymodern700);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work__title {
  margin-bottom: 20px;
  font-family: Encryptsim, Tahoma, sans-serif;
}

.work__p {
  color: var(--background-color-graymodern200);
}

.business__columns {
  justify-content: space-between;
  margin-top: 20px;
  display: flex;
}

.business__col {
  flex: 1;
}

.business__col.mod--1 {
  flex: 0 auto;
  align-items: flex-end;
  width: 100%;
  max-width: 560px;
  display: flex;
  position: relative;
}

.business__col.mod--2 {
  max-width: 540px;
  margin-left: 90px;
}

.business__p {
  color: var(--background-color-graymodern200);
  margin-bottom: 0;
}

.business__buttons {
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.btn-link {
  color: var(--midnight-blue);
  background-image: url('../images/ico_arrow.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 22px;
  text-decoration: none;
}

.btn-link.mod--business {
  color: var(--background-color-graymodern200);
  background-image: url('../images/Arrow-Right--Streamline-Streamline-3.0-1.svg');
  background-size: 14px;
  margin-left: 32px;
}

.btn-link.mod--business:hover {
  padding-right: 26px;
}

.stat-block {
  z-index: 2;
  background-color: var(--background-color-graymodern800);
  border-radius: 20px;
  flex-direction: column;
  width: 100%;
  min-height: 340px;
  padding: 25px 40px 40px 315px;
  display: flex;
  position: relative;
  box-shadow: 0 85px 128px -19px #0003;
}

.stat-block.mod-compability {
  min-height: auto;
  margin-right: 0;
  padding-left: 40px;
}

.stat__heading {
  margin-bottom: 5px;
  font-weight: 400;
}

.stat__person {
  z-index: 1;
  transform-style: preserve-3d;
  position: absolute;
  inset: auto auto 0 32px;
}

.stat__lines {
  z-index: 2;
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.stat__line {
  object-fit: none;
  object-position: 50% 0%;
  width: 24px;
  margin-left: 16px;
}

.business__bg {
  z-index: 0;
  position: absolute;
  inset: auto auto 0% 0%;
}

.business__bg.mod--1 {
  bottom: 240px;
  left: -150px;
}

.business__bg.mod--1.mod-compability {
  width: 400px;
  top: auto;
  bottom: 120px;
}

.business__bg.mod--2 {
  inset: 95px -63px auto auto;
}

.stat__month {
  color: var(--background-color-greentrue400);
  font-size: 14px;
}

.footer__columns {
  justify-content: space-between;
  display: flex;
  position: relative;
}

.footer__columns.mod--bottom {
  align-items: center;
  margin-top: 64px;
  padding-top: 32px;
}

.footer__col.mod--1 {
  flex: 1;
  max-width: 425px;
}

.footer__col.mod--3 {
  padding-right: 50px;
}

.footer__p {
  color: #c7c7c7;
  max-width: 310px;
  margin-bottom: 0;
}

.footer__list {
  column-count: 2;
  column-rule-width: 0px;
  column-gap: 64px;
  margin-bottom: 0;
}

.footer__list-item {
  margin-bottom: 16px;
}

.droplang {
  color: #c7c7c7;
}

.droplang__btn {
  opacity: .7;
  color: var(--white\<deleted\|variable-9ca47e8d\>);
  padding: 0 20px 0 0;
}

.droplang__arrow {
  opacity: 1;
  background-image: url('../images/ico_arrow-drop.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  margin-right: 0;
  position: absolute;
  top: 6px;
  right: 0;
}

.droplang__list {
  background-color: #0000;
  bottom: 30px;
}

.droplang__list.w--open {
  background-color: var(--white\<deleted\|variable-9ca47e8d\>);
  border-radius: 16px;
  min-width: 140px;
  padding: 16px 24px;
  right: 0;
}

.droplang__list-link {
  color: #0a033cb3;
  background-image: url('../images/dot-lang.svg');
  background-position: 4px;
  background-repeat: no-repeat;
  background-size: 0;
  margin-top: 6px;
  margin-bottom: 6px;
  padding: 5px 16px;
}

.droplang__list-link:hover {
  color: #0a033c;
}

.droplang__list-link.w--current {
  color: var(--midnight-blue);
  background-position: 0;
  background-size: 8px;
}

.footer__copyright {
  color: var(--silver\<deleted\|variable-557d6741\>);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer__copyright:hover {
  color: var(--white\<deleted\|variable-9ca47e8d\>);
}

.footer__copyright-logo {
  flex: none;
  margin-right: 14px;
}

.footer__offer {
  background-color: var(--background-color-graymodern700);
  background-image: none;
  background-size: auto;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 820px;
  min-height: 200px;
  margin: -20px auto 64px;
  padding: 50px 55px 50px 80px;
  display: flex;
  position: relative;
}

.footer__offer-heading {
  color: var(--background-color-graymodern25);
  max-width: 400px;
  margin-bottom: 0;
  font-family: Neuehaasunicapro, Verdana, sans-serif;
}

.footer__offer-btn-wrap {
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 17px;
  transition: all .4s;
  display: flex;
}

.btn-login__ico-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.btn-login__ico {
  display: block;
}

.btn-login__ico.mod--1 {
  margin-right: -1px;
  transition: all .5s;
  position: relative;
}

.btn-login__ico.mod--0 {
  margin-right: 0;
  transition: all .5s;
  position: absolute;
  left: -22px;
}

.btn-login__arrow {
  align-items: center;
  transition: all .4s;
  position: relative;
  right: 0;
}

.addfile__block.mod--1 {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.addfile__block.mod--2 {
  z-index: 2;
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.addfile__block.mod--3 {
  z-index: 3;
  opacity: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.addfile__img-wrap {
  position: relative;
}

.addfile__img {
  z-index: 1;
  transition: all .3s;
  display: block;
  position: relative;
}

.addfile__img.mod--1 {
  z-index: 0;
  opacity: .4;
  max-width: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0);
}

.addfile__img.mod--1.active {
  bottom: 12px;
  left: -26px;
  transform: rotate(-30deg);
}

.addfile__img.mod--2 {
  z-index: 0;
  opacity: .4;
  max-width: 40px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}

.addfile__img.mod--2.active {
  bottom: 12px;
  right: -26px;
  transform: rotate(30deg);
}

.addfile__img.mod--0 {
  border-radius: 6px;
  box-shadow: 0 10px 23px #00000040;
}

.addfile__process-bg {
  z-index: 0;
  background-color: var(--dark-sea-green\<deleted\|variable-5ec5c8a4\>);
  height: 0%;
  position: absolute;
  inset: auto 0% 0%;
}

.addfile__process-percent {
  z-index: 2;
  letter-spacing: -.04em;
  width: 100%;
  font-family: regulator-nova;
  font-size: 48px;
  font-weight: 700;
  line-height: 1em;
  position: relative;
}

.addfile__block-hover {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.nav-txt.mod--over {
  color: #e3e8ef;
  position: absolute;
  top: -25px;
}

.nav-txt-anim {
  transition: all .3s;
  position: relative;
  top: 0;
}

.graph__total {
  z-index: 5;
  background-color: var(--white\<deleted\|variable-9ca47e8d\>);
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 121px;
  height: 122px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 20px #0003;
}

.graph__part {
  z-index: 0;
  opacity: 1;
  transition: all .2s;
  position: absolute;
  inset: 0%;
}

.graph__part.active {
  transform: scale(1.1);
}

.graph__part.active:hover {
  z-index: 0;
}

.graph__part.mod--full {
  z-index: 1;
  opacity: 1;
}

.graph__part-canvas {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.graph__list-dot-border {
  border: 1px solid #4c4e8e;
  border-radius: 100px;
  flex: none;
  width: 16px;
  height: 16px;
  padding: 0;
  transition: all .3s;
  transform: scale(0);
}

.graph__list-dot-border.mod--2 {
  border-color: #8bb8a2;
}

.graph__list-dot-border.mod--3 {
  border-color: #e5d2a2;
}

.graph__list-dot-border.mod--4 {
  border-color: #ff4033;
}

.graph__list-dot-border.mod--5 {
  border-color: #432e2d;
}

.graph__list-dot-border.active {
  transform: none;
}

.work__ico-anim {
  transition: all .4s;
  position: relative;
  top: 0;
}

.work__ico {
  display: block;
}

.work__ico.mod--over {
  position: absolute;
  bottom: -80px;
}

.btn__txt-wrap {
  color: var(--white\<deleted\|variable-9ca47e8d\>);
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.btn__txt {
  margin-top: -2px;
}

.btn__txt.mod--over {
  color: #fcfcfd;
  display: block;
  position: absolute;
  top: -20px;
}

.btn__txt.mod--over.buy-now {
  margin-top: -2px;
}

.btn__txt-anim {
  transition: all .2s;
  position: relative;
  top: 0;
}

.btn-offer__arrow-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  transition: all .4s;
  display: flex;
  position: relative;
  left: 0;
}

.btn-offer__arrow {
  display: block;
}

.btn-offer__arrow.mod--over {
  position: absolute;
  left: -25px;
}

.processes__line {
  background-image: url('../images/dash.svg');
  background-position: 0%;
  background-repeat: repeat-x;
  background-size: auto;
  height: 1px;
}

.footer__nav-link {
  color: var(--silver\<deleted\|variable-557d6741\>);
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.footer__nav-link:hover {
  color: var(--white\<deleted\|variable-9ca47e8d\>);
}

.bg {
  z-index: 1;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.bg.mod--footer {
  align-items: flex-end;
  margin-top: 170px;
}

.stat__txt-wrap {
  z-index: 2;
  text-align: right;
  position: relative;
}

.stat__bg-lines {
  z-index: 0;
  background-image: url('../images/lines.svg');
  background-position: 55px 120px;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.stat__bg-lines.mod-compability {
  height: auto;
}

.footer__line {
  background-color: #f2f2f233;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.bg__img-wrap {
  z-index: 1;
  position: absolute;
  inset: 0% auto auto 0%;
}

.bg__img-wrap.mod--1 {
  width: 200px;
  inset: 180px auto auto 0;
}

.bg__img-wrap.mod--1.japan {
  width: 230px;
}

.bg__img-wrap.mod--2 {
  width: 450px;
  inset: auto auto 0 24px;
}

.bg__img-wrap.mod--2.my-rounded-container {
  position: absolute;
}

.bg__img-wrap.mod--2.japan {
  width: 200px;
  left: 72px;
}

.bg__img-wrap.mod--3 {
  width: 200px;
  inset: auto 100px 100px auto;
}

.bg__img-wrap.mod--3.japan {
  width: 100px;
}

.bg__img-wrap.mod--4 {
  width: 220px;
  inset: 200px 0 auto auto;
}

.bg__img-wrap.mod--4.japan {
  width: 250px;
}

.bg__img-wrap.mod--5 {
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  inset: 0 auto auto 107px;
}

.bg__img-wrap.mod--6 {
  inset: auto auto 0 30%;
}

.bg__img-wrap.mod--7 {
  inset: 18px 0 auto auto;
}

.header__humburger-wrap {
  display: none;
}

.header__humb {
  display: block;
}

.swiper {
  border-radius: 16px;
  width: 100%;
  overflow: hidden;
}

.swiper.mod--work {
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.swiper-wrapper {
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.swiper-slide {
  justify-content: center;
  align-items: stretch;
  display: block;
  position: relative;
}

.swiper-slide.mod--work {
  height: auto;
}

.swiper__pagination {
  display: none;
}

.footer__drop {
  z-index: 0;
}

.footer__drop-btn {
  cursor: auto;
  margin-bottom: 16px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.footer__drop-arrow {
  margin-right: 0;
  display: none;
}

.footer__title {
  color: var(--white\<deleted\|variable-9ca47e8d\>);
  font-size: 22px;
  line-height: 1.4em;
}

.footer__drop-list {
  background-color: #0000;
  display: block;
  position: relative;
  overflow: hidden;
}

.menu__buttons {
  justify-content: flex-end;
  display: flex;
}

.footer__follow-wrap {
  background-color: #636c78;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  margin-top: 32px;
  font-size: 16px;
  display: flex;
}

.footer__follow {
  z-index: 1;
  color: #fff9;
  padding-left: 35px;
  font-weight: 300;
  line-height: 1.5em;
  position: relative;
}

.footer__follow-heart {
  z-index: -1;
  background-image: url('../images/follow-heart.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-bottom: -20px;
  display: inline-block;
  position: relative;
  top: -6px;
  right: -4px;
}

.footer__follow-link {
  color: #fff;
  display: inline-block;
}

.footer__follow-and {
  color: #fff;
}

.overflow-hidden {
  position: relative;
  overflow: hidden;
}

.overflow-hidden.mod--submit {
  transition: all .2s;
}

.overflow-hidden.mod--submit.active {
  opacity: 0;
}

.form-block {
  margin-bottom: 0;
}

.input-wrap {
  position: relative;
}

.form__result-anim {
  align-items: center;
  width: 0;
  display: flex;
  overflow: hidden;
}

.form__result-anim.active {
  width: 1rem;
  transition: all 1s;
}

.remodal__img {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  display: block;
  position: relative;
}

.form__submit {
  z-index: 3;
  background-color: #3898ec00;
  display: block;
  position: absolute;
  inset: 0%;
}

.remodal__text-wrap {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
}

.overflow__anim {
  transition: all .4s;
  position: relative;
  top: 0;
  right: 0;
}

.remodal__content {
  z-index: 2;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 2.5rem 3rem 3rem;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.form__submit-arrow {
  z-index: 1;
  transition: all .2s;
  display: block;
  position: relative;
}

.form__submit-arrow.mod--2 {
  position: absolute;
  top: 0;
  right: 1.5rem;
}

.form__result {
  z-index: 2;
  opacity: 0;
  justify-content: flex-start;
  align-items: center;
  padding-left: .75rem;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.form__result.active {
  opacity: 1;
}

.remodal__heading {
  max-width: 13rem;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.2;
}

.input {
  z-index: 1;
  color: #fff;
  letter-spacing: .02em;
  text-transform: uppercase;
  background-color: #0000;
  border: 0 solid #000;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  height: 50px;
  margin-bottom: 0;
  padding: 0;
  font-size: 15px;
  position: relative;
}

.input::placeholder {
  color: #fff;
}

.input.mod--modal {
  color: #222736;
  text-transform: none;
  border-bottom-color: #22273633;
  height: 70px;
  font-size: 18px;
}

.input.mod--modal::placeholder {
  color: #22273680;
  text-transform: none;
}

.remodal__text {
  color: #0a033ccc;
  max-width: 16rem;
  margin-bottom: 0;
  font-size: 1.1rem;
  line-height: 1.5;
}

.remodal.remodal--global {
  color: #222736;
  text-align: left;
  background-color: #fff;
  background-image: linear-gradient(#000 10%, #fff 10%);
  border-radius: 1.2rem;
  width: 100%;
  max-width: 38rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.form__submit-wrap {
  background-color: var(--dark-sea-green\<deleted\|variable-5ec5c8a4\>);
  border-radius: .6rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  position: absolute;
  bottom: 1.1rem;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.form__result-ico {
  flex: none;
  width: 1rem;
  max-width: none;
  display: block;
}

.remodal__close {
  z-index: 5;
  opacity: .7;
  filter: none;
  cursor: pointer;
  background-image: url('../images/ico-close-modal.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  transition: all .2s;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}

.remodal__close:hover {
  opacity: 1;
}

.text-block {
  color: var(--white\<deleted\|variable-9ca47e8d\>);
  margin-left: 18px;
  font-family: Encryptsim, Tahoma, sans-serif;
  font-size: 24px;
  display: inline-block;
}

.text-block.animated-text {
  color: var(--background-color-graymodern25);
}

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.rl-styleguide_background-color-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.text-color-secondary {
  color: #000;
}

.icon-height-custom1 {
  height: 1.25rem;
}

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

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

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.text-color-white {
  color: #fff;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 20rem;
}

.padding-0 {
  padding: 0;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.rl-styleguide_item-row.is-button-row {
  grid-template-columns: 19rem 1fr;
}

.margin-xlarge {
  margin: 4rem;
}

.padding-vertical, .padding-vertical.padding-tiny, .padding-vertical.padding-xhuge, .padding-vertical.padding-large, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-medium, .padding-vertical.padding-custom1, .padding-vertical.padding-xlarge, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-custom2, .padding-vertical.padding-xxlarge, .padding-vertical.padding-xsmall, .padding-vertical.padding-custom3, .padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0;
}

.form_message-success-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.padding-xxlarge {
  padding: 5rem;
}

.icon-embed-custom1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.text-color-black {
  color: #000;
}

.text-color-black.text-style-allcaps {
  color: var(--background-color-graymodern25);
  text-transform: none;
  word-break: break-all;
  overflow-wrap: break-word;
}

.padding-left, .padding-left.padding-xxlarge, .padding-left.padding-custom3, .padding-left.padding-xsmall, .padding-left.padding-small, .padding-left.padding-0, .padding-left.padding-custom1, .padding-left.padding-medium, .padding-left.padding-xhuge, .padding-left.padding-large, .padding-left.padding-xxsmall, .padding-left.padding-huge, .padding-left.padding-tiny, .padding-left.padding-xlarge, .padding-left.padding-xxhuge, .padding-left.padding-custom2 {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.form_checkbox-icon {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form_checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form_checkbox-icon.is-alternate {
  border-color: #fff;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.rl-styleguide_subheading {
  z-index: 3;
  color: #000;
  background-color: #eee;
  border-radius: .75rem;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.margin-top-auto {
  margin-top: auto;
}

.margin-bottom, .margin-bottom.margin-xhuge, .margin-bottom.margin-small, .margin-bottom.margin-large, .margin-bottom.margin-huge, .margin-bottom.margin-custom3, .margin-bottom.margin-xsmall, .margin-bottom.margin-tiny, .margin-bottom.margin-custom1, .margin-bottom.margin-0, .margin-bottom.margin-custom2, .margin-bottom.margin-xxlarge, .margin-bottom.margin-medium, .margin-bottom.margin-xlarge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-xxsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-color-primary {
  color: #000;
}

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

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.margin-xsmall {
  margin: 1rem;
}

.rl-styleguide_callout-heading-wrapper {
  font-size: 1.25rem;
  font-weight: 600;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.icon-height-large {
  height: 5rem;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.shadow-xxsmall {
  box-shadow: 0 1px 2px #0000000d;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--background-color-graymodern600);
  color: var(--background-color-graymodern200);
  border: 1px #eee;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: .25rem .5rem;
  font-size: .875rem;
  text-decoration: none;
  display: inline-flex;
}

.tag.is-text {
  background-color: #0000;
  border-style: none;
  border-color: #0000;
  padding: 0;
  display: inline-block;
}

.tag.is-text.is-alternate {
  color: #fff;
  background-color: #0000;
}

.tag.is-alternate {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.rl-styleguide_button-row {
  grid-column-gap: 1rem;
  display: flex;
}

.text-rich-text {
  font-family: Open Sans, sans-serif;
  position: static;
}

.margin-right, .margin-right.margin-custom2, .margin-right.margin-medium, .margin-right.margin-0, .margin-right.margin-small, .margin-right.margin-xxhuge, .margin-right.margin-xxlarge, .margin-right.margin-large, .margin-right.margin-xxsmall, .margin-right.margin-huge, .margin-right.margin-xhuge, .margin-right.margin-tiny, .margin-right.margin-custom3, .margin-right.margin-custom1, .margin-right.margin-xlarge, .margin-right.margin-xsmall {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.padding-small {
  padding: 1.5rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.background-color-secondary {
  background-color: #eee;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pointer-events-none {
  pointer-events: none;
}

.icon-height-xsmall {
  height: 1.5rem;
}

.margin-vertical, .margin-vertical.margin-xxlarge, .margin-vertical.margin-0, .margin-vertical.margin-custom2, .margin-vertical.margin-xhuge, .margin-vertical.margin-medium, .margin-vertical.margin-custom3, .margin-vertical.margin-xxsmall, .margin-vertical.margin-custom1, .margin-vertical.margin-large, .margin-vertical.margin-xsmall, .margin-vertical.margin-xxhuge, .margin-vertical.margin-small, .margin-vertical.margin-xlarge, .margin-vertical.margin-tiny, .margin-vertical.margin-huge {
  margin-left: 0;
  margin-right: 0;
}

.heading-style-h1 {
  font-family: Encryptsim, Tahoma, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.form_field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.form_field-label.is-alternate {
  color: #fff;
}

.background-color-tertiary {
  background-color: #aaa;
}

.margin-tiny {
  margin: .25rem;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.form_radio-label {
  margin-bottom: 0;
}

.form_message-error {
  color: #b42318;
  background-color: #fef3f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.text-style-muted {
  opacity: .6;
}

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

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: #eee;
  min-width: 3rem;
  height: 100%;
  position: relative;
}

.icon-embed-xlarge {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.5rem;
  height: 6.5rem;
  display: flex;
}

.rl-styleguide_label {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #ebeffa;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_label.is-html-tag {
  color: #bb4198;
  background-color: #f9eff6;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1.5rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.margin-huge {
  margin: 6rem;
}

.heading-style-h6 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.padding-tiny {
  padding: .25rem;
}

.hide {
  display: none;
}

.text-weight-xbold {
  font-weight: 800;
}

.background-color-primary {
  background-color: #fff;
}

.form_input {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: #000;
}

.form_input::placeholder {
  color: #0009;
}

.form_input.is-select-input {
  background-image: url('../images/chevron-down.svg');
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: auto;
}

.form_input.is-select-input.is-alternate {
  background-image: url('../images/chevron-down-white.svg');
}

.form_input.is-alternate {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.form_input.is-alternate::placeholder {
  color: #fff9;
}

.form_input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form_radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.form_radio.is-alternate {
  color: #fff;
}

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.heading-style-h3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008;
}

.button {
  background-color: var(--background-color-greentrue400);
  color: #fff;
  text-align: center;
  border: 1px solid #000;
  border-radius: 10px;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button.is-secondary {
  color: #000;
  background-color: #0000;
}

.button.is-secondary.is-alternate {
  color: #fff;
  background-color: #0000;
}

.button.is-link {
  color: #000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button.is-link.is-alternate {
  color: #fff;
  background-color: #0000;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-small.is-icon-only {
  padding-left: .5rem;
  padding-right: .5rem;
}

.button.is-tertiary {
  color: #000;
  background-color: #0000;
  border-color: #0000;
}

.button.is-alternate {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.button.is-icon-only {
  padding-left: .75rem;
  padding-right: .75rem;
}

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
}

.rl-styleguide_nav-link {
  color: #fff;
  border-radius: .25rem;
  padding: .5rem 1rem;
  text-decoration: none;
}

.rl-styleguide_nav-link.w--current {
  color: #000;
  background-color: #fff;
}

.text-align-right {
  text-align: right;
}

.shadow-small {
  box-shadow: 0 4px 8px -2px #0000001a, 0 2px 4px -2px #0000000f;
}

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

.form_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.max-width-xsmall {
  width: 100%;
  max-width: 25rem;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--background-color-graymodern200);
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.margin-top, .margin-top.margin-xxhuge, .margin-top.margin-0, .margin-top.margin-medium, .margin-top.margin-custom1, .margin-top.margin-custom3, .margin-top.margin-xlarge, .margin-top.margin-large, .margin-top.margin-custom2, .margin-top.margin-xhuge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-small {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.margin-top.margin-xsmall, .margin-top.margin-tiny, .margin-top.margin-xxsmall, .margin-top.margin-huge, .margin-top.margin-xxlarge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-xsmall {
  opacity: 1;
  opacity: 1;
  opacity: 1;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.spacer-tiny {
  width: 100%;
  padding-top: .25rem;
}

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

.pointer-events-auto {
  pointer-events: auto;
}

.margin-xxhuge {
  margin: 10rem;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.padding-section-large {
  padding-top: 7rem;
}

.padding-section-large.padding-blog {
  padding-top: 0;
  padding-bottom: 0;
}

.shadow-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: #eee;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.aspect-ratio-square {
  aspect-ratio: 1;
}

.rl-styleguide_icons-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #00000024;
}

.form_checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.form_checkbox.is-alternate {
  color: #fff;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 7rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 10rem;
}

.margin-0 {
  margin: 0;
}

.heading-style-h5 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

.text-size-regular {
  font-size: 1rem;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
}

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.background-color-white {
  background-color: #fff;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.form_field-wrapper {
  position: relative;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxsmall {
  padding: .5rem;
}

.text-style-quote {
  border-left: .1875rem solid #000;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.margin-xhuge {
  margin: 7rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.padding-large {
  width: 100%;
  padding: 3rem;
}

.padding-horizontal, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-small, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-huge, .padding-horizontal.padding-large, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-custom1, .padding-horizontal.padding-custom3, .padding-horizontal.padding-0, .padding-horizontal.padding-tiny, .padding-horizontal.padding-xlarge, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-custom2 {
  padding-top: 0;
  padding-bottom: 0;
}

.rl-styleguide_callout-link-wrapper-colors {
  background-image: linear-gradient(135deg, #ff744826, #ff484826 50%, #6248ff26), linear-gradient(#fff, #fff);
  border-radius: .6875rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  display: flex;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.padding-xsmall {
  padding: 1rem;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.rl-styleguide_form-wrapper {
  padding-right: 1.5rem;
}

.text-size-tiny {
  font-size: .75rem;
}

.icon-1x1-large {
  width: 5rem;
  height: 5rem;
}

.rl-styleguide_spacing {
  border: 1px dashed #000;
}

.text-color-alternate {
  color: #fff;
}

.text-size-large {
  font-size: 1.25rem;
}

.form_checkbox-label {
  margin-bottom: 0;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.rl-styleguide_nav {
  z-index: 1000;
  background-color: #000;
  border-radius: .75rem;
  margin-top: 1rem;
  padding: .5rem;
  position: sticky;
  top: 1rem;
}

.rl-styleguide_callout-link_colors {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  border-radius: .75rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 1px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.rl-styleguide_heading {
  z-index: 4;
  color: #000;
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-size: 3.5rem;
  font-weight: 700;
}

.icon-1x1-xxsmall {
  width: 1rem;
  height: 1rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.rl-styleguide_subheading-small {
  font-size: 1rem;
  font-weight: 400;
}

.form_radio-icon {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form_radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.form_radio-icon.is-alternate {
  border-color: #fff;
}

.overflow-auto {
  overflow: auto;
}

.background-color-alternative {
  background-color: #000;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.text-align-left {
  text-align: left;
}

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

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

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #0000002e;
}

.text-weight-normal {
  font-weight: 400;
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .5rem;
}

.icon-height-xxsmall {
  height: 1rem;
}

.rl-styleguide_spacing-all {
  display: none;
}

.icon-height-small {
  height: 2rem;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.spacer-xsmall {
  width: 100%;
  padding-top: 1rem;
}

.form_message-success {
  color: #027a48;
  background-color: #ecfdf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.padding-bottom, .padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xlarge, .padding-bottom.padding-small, .padding-bottom.padding-xsmall, .padding-bottom.padding-custom3, .padding-bottom.padding-xxlarge, .padding-bottom.padding-0, .padding-bottom.padding-medium, .padding-bottom.padding-tiny, .padding-bottom.padding-xhuge, .padding-bottom.padding-custom1, .padding-bottom.padding-large, .padding-bottom.padding-xxhuge, .padding-bottom.padding-huge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-xxsmall {
  margin: .5rem;
}

.icon-height-xlarge {
  height: 6.5rem;
}

.text-size-small {
  font-size: .875rem;
}

.text-size-small.text-weight-semibold {
  padding-right: .2rem;
  display: flex;
}

.text-size-small.japan {
  text-align: left;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.margin-horizontal, .margin-horizontal.margin-medium, .margin-horizontal.margin-huge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-large, .margin-horizontal.margin-custom3, .margin-horizontal.margin-small, .margin-horizontal.margin-0, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-tiny, .margin-horizontal.margin-xxhuge, .margin-horizontal.margin-custom2, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-xxlarge {
  margin-top: 0;
  margin-bottom: 0;
}

.margin-left, .margin-left.margin-xxhuge, .margin-left.margin-tiny, .margin-left.margin-custom1, .margin-left.margin-xsmall, .margin-left.margin-xxsmall, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xhuge, .margin-left.margin-xlarge, .margin-left.margin-custom3, .margin-left.margin-medium, .margin-left.margin-xxlarge, .margin-left.margin-0, .margin-left.margin-custom2, .margin-left.margin-small {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.overflow-hidden-2 {
  overflow: hidden;
}

.icon-1x1-custom1 {
  width: 1.25rem;
  height: 1.25rem;
}

.margin-large {
  margin: 3rem;
}

.icon-height-medium {
  height: 3rem;
}

.margin-medium {
  margin: 2rem;
}

.overflow-scroll {
  overflow: scroll;
}

.text-style-italic {
  font-style: italic;
}

.padding-right, .padding-right.padding-xxlarge, .padding-right.padding-xlarge, .padding-right.padding-large, .padding-right.padding-huge, .padding-right.padding-xxsmall, .padding-right.padding-xxhuge, .padding-right.padding-0, .padding-right.padding-medium, .padding-right.padding-custom1, .padding-right.padding-xsmall, .padding-right.padding-tiny, .padding-right.padding-custom2, .padding-right.padding-xhuge, .padding-right.padding-custom3, .padding-right.padding-small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.text-size-medium {
  font-size: 1.125rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.heading-style-h2 {
  font-family: Encryptsim, Tahoma, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.padding-medium {
  padding: 2rem;
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.max-width-small {
  width: 100%;
  max-width: 30rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-small {
  margin: 1.5rem;
}

.padding-top, .padding-top.padding-medium, .padding-top.padding-large, .padding-top.padding-xxlarge, .padding-top.padding-xhuge, .padding-top.padding-tiny, .padding-top.padding-custom1, .padding-top.padding-xxhuge, .padding-top.padding-xlarge, .padding-top.padding-custom2, .padding-top.padding-xxsmall, .padding-top.padding-xsmall, .padding-top.padding-custom3, .padding-top.padding-small, .padding-top.padding-huge, .padding-top.padding-0 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.rl-styleguide_color-spacer {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.background-color-graymodern200 {
  background-color: var(--background-color-graymodern200);
}

.background-color-graymodern400 {
  background-color: var(--background-color-graymodern400);
}

.background-color-graymodern700 {
  background-color: var(--background-color-graymodern700);
}

.background-color-graymodern600 {
  background-color: var(--background-color-graymodern600);
}

.background-color-graymodern300 {
  background-color: var(--background-color-graymodern300);
}

.background-color-graymodern25 {
  background-color: var(--background-color-graymodern25);
}

.background-color-graymodern50 {
  background-color: var(--background-color-graymodern50);
}

.background-color-graymodern800 {
  background-color: var(--background-color-graymodern800);
}

.background-color-graymodern100 {
  background-color: var(--background-color-graymodern100);
}

.background-color-graymodern900 {
  background-color: var(--background-color-graymodern900);
}

.background-color-graymodern500 {
  background-color: var(--background-color-graymodern500);
}

.background-color-greentrue200 {
  background-color: var(--background-color-greentrue200);
}

.background-color-greentrue25 {
  background-color: var(--background-color-greentrue25);
}

.background-color-greentrue700 {
  background-color: var(--background-color-greentrue700);
}

.background-color-greentrue600 {
  background-color: var(--background-color-greentrue600);
}

.background-color-greentrue800 {
  background-color: var(--background-color-greentrue800);
}

.background-color-greentrue100 {
  background-color: var(--background-color-greentrue100);
}

.background-color-greentrue500 {
  background-color: var(--background-color-greentrue500);
}

.background-color-greentrue50 {
  background-color: var(--background-color-greentrue50);
}

.background-color-greentrue300 {
  background-color: var(--background-color-greentrue300);
}

.background-color-greentrue400 {
  background-color: var(--background-color-greentrue400);
}

.background-color-greentrue900 {
  background-color: var(--background-color-greentrue900);
}

.text-color-graymodern600 {
  color: var(--text-color-graymodern600);
}

.text-color-graymodern200 {
  color: var(--text-color-graymodern200);
}

.text-color-graymodern50 {
  color: var(--text-color-graymodern50);
}

.rl-styleguide_color-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.rl-styleguide_item-row-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.text-color-graymodern100 {
  color: var(--text-color-graymodern100);
}

.text-color-graymodern25 {
  color: var(--text-color-graymodern25);
}

.text-color-graymodern900 {
  color: var(--text-color-graymodern900);
}

.text-color-graymodern500 {
  color: var(--text-color-graymodern500);
}

.text-color-graymodern700 {
  color: var(--text-color-graymodern700);
}

.text-color-graymodern300 {
  color: var(--text-color-graymodern300);
}

.text-color-graymodern800 {
  color: var(--text-color-graymodern800);
}

.text-color-graymodern400 {
  color: var(--text-color-graymodern400);
}

.text-color-greentrue600 {
  color: var(--text-color-greentrue600);
}

.text-color-greentrue25 {
  color: var(--text-color-greentrue25);
}

.rl-styleguide_item-row-3 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.text-color-greentrue400 {
  color: var(--text-color-greentrue400);
}

.text-color-greentrue100 {
  color: var(--text-color-greentrue100);
}

.text-color-greentrue300 {
  color: var(--text-color-greentrue300);
}

.text-color-greentrue50 {
  color: var(--text-color-greentrue50);
}

.text-color-greentrue500 {
  color: var(--text-color-greentrue500);
}

.text-color-greentrue800 {
  color: var(--text-color-greentrue800);
}

.text-color-greentrue700 {
  color: var(--text-color-greentrue700);
}

.text-color-greentrue900 {
  color: var(--text-color-greentrue900);
}

.text-color-greentrue200 {
  color: var(--text-color-greentrue200);
}

.body {
  background-color: var(--background-color-graymodern900);
  color: var(--background-color-graymodern200);
}

.heading {
  color: var(--background-color-graymodern50);
  font-family: Encryptsim, Tahoma, sans-serif;
  font-weight: 400;
}

.spline-scene {
  max-width: 100%;
  position: absolute;
  bottom: auto;
  left: 32px;
}

.spline-scene-2 {
  z-index: 1;
  min-width: 115%;
  position: absolute;
  top: -5rem;
  bottom: -5rem;
  left: 0;
  overflow: clip;
}

.bold-text {
  flex-flow: column;
  display: flex;
}

.text-span {
  font-size: 20px;
}

.footer-cta-text1 {
  font-family: Encryptsim, Tahoma, sans-serif;
  font-weight: 400;
  display: block;
}

.footer-cta-text2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1em;
  display: block;
}

.product8_content-bottom {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.product8_item {
  opacity: .9;
  border-radius: 1rem 1rem 0 0;
  width: 100%;
}

.product8_title-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  text-decoration: none;
  display: flex;
}

.home_benefits_item-text-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.product-header7_rating-icon {
  color: #121926;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.product-header7_reviews-wrapper {
  align-items: center;
  display: block;
}

.button-2 {
  opacity: 1;
  color: #fcfcfd;
  text-align: center;
  background-color: #528bff;
  border: 1px solid #528bff;
  border-radius: .75rem;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-2:hover {
  color: #fcfcfd;
  background-color: #84adff;
}

.home_benefits_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.product8_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.home_benefits_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
}

.product-header7_rating-wrapper {
  margin-right: .5rem;
  display: flex;
}

.product8_item-link {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.home_benefits_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.flex-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq5_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

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

.faq5_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.faq5_accordion {
  opacity: .9;
  background-color: #e3e8ef;
  background-image: url('../images/features.gradient.bg.svg'), url('../images/noise.png');
  background-position: 0%, 0%;
  background-size: cover, cover;
  background-attachment: fixed, scroll;
  border: 1px #121926;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq5_accordion.examples-of-use {
  background-color: #0000;
  background-image: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.faq5_answer {
  overflow: hidden;
}

.paragraph.text-align-center.example-use2 {
  margin-bottom: 0;
  font-size: 16px;
}

.paragraph.text-weight-bold.example-use {
  margin-top: 7px;
  margin-bottom: 0;
}

.paragraph.example-use2 {
  margin-bottom: 0;
  font-size: 16px;
}

.bold-text-2 {
  text-shadow: 0 1px 5px #202939;
  font-weight: 400;
}

.bold-text-3 {
  color: var(--text-color-graymodern200);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
}

.bold-text-4, .bold-text-5 {
  font-weight: 400;
}

.coming-soon-overlay {
  z-index: 9999;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0009;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
}

.glass-block {
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  color: #fff;
  text-align: center;
  background-color: #ffffff03;
  background-image: url('../images/noise_1.png');
  background-position: 50%;
  background-size: 25%;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60vw;
  max-width: 950px;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  box-shadow: inset 0 39px 56px -36px #ffffff80, inset 0 7px 11px -4px #ffffff40, inset 0 -82px 68px -64px #32d58354, inset 0 98px 100px -48px #32d58357, inset 0 4px 18px #32d58354, inset 0 1px 40px #32d58329;
}

.image {
  margin-bottom: 30px;
}

.countdown-heading {
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 50px;
  font-family: Encryptsim, Tahoma, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 32px;
}

.countdown-block {
  grid-column-gap: 3rem;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: center;
  width: 80%;
  display: flex;
}

.countdown-cell {
  flex-direction: column;
  align-items: center;
  width: 140px;
  display: flex;
}

.countdown-title {
  letter-spacing: -1px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 6rem;
  font-weight: 500;
  line-height: 7rem;
}

.countdown-subtitle {
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Neuehaasunicapro, Verdana, sans-serif;
  font-size: 1rem;
  line-height: 1.2rem;
}

.code-embed {
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.rounded-container {
  border-bottom-left-radius: 45px;
  position: relative;
  overflow: hidden;
}

.libraries-header_heading {
  color: var(--text-color-graymodern100);
  text-shadow: 0 1px 5px #202939;
  margin-top: 3rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3;
}

.libraries-header_text-underline {
  -webkit-text-fill-color: inherit;
  vertical-align: baseline;
  background-image: url('../images/99circle3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 112px;
  background-attachment: scroll;
  background-clip: border-box;
  margin: -5rem -3.5rem -5rem -5rem;
  padding: 5rem;
  display: inline-block;
  overflow: visible;
}

.blog22_item-link {
  color: var(--background-color-graymodern200);
  text-decoration: none;
}

.blog22_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.blog22_featured-image-wrapper {
  border-radius: 0;
  width: 100%;
  overflow: hidden;
}

.category-filter-menu {
  color: var(--background-color-graymodern200);
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.blog22_item {
  background-color: var(--background-color-graymodern700);
  border-radius: 1.25rem;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2rem;
  padding: 1rem;
  display: block;
}

.button-3 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-3.is-link {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-3.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  display: flex;
}

.blog22_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.category-filter-link {
  color: var(--background-color-graymodern200);
  white-space: nowrap;
  background-color: #0000;
  flex: none;
  padding: .5rem 1rem;
  text-decoration: none;
}

.category-filter-link.w--current {
  border-color: var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: #fff;
}

.category-filter-link.current {
  border-color: var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--background-color-graymodern700);
  color: var(--background-color-graymodern200);
  border-radius: 20px;
}

.category-filter-link.current.w--current {
  background-color: var(--background-color-graymodern700);
  color: var(--background-color-graymodern200);
  border-style: none;
  border-radius: 20px;
  text-decoration: none;
}

.blog22_featured-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.blog22_image-wrapper {
  border-radius: 0;
  width: 100%;
  overflow: hidden;
}

.blog22_meta-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog22_featured-item-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.blog22_featured-item-link {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  color: var(--background-color-graymodern200);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  text-decoration: none;
  display: grid;
}

.pagination1_component {
  color: var(--background-color-graymodern200);
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.pagination1_button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  min-width: 6.5rem;
  min-height: 2.5rem;
  padding: .5rem 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
}

.pagination1_button.is-previous {
  color: var(--background-color-graymodern200);
  justify-content: flex-start;
  margin-right: auto;
  text-decoration: none;
}

.pagination1_button.is-next {
  color: var(--background-color-graymodern200);
  justify-content: flex-end;
  margin-left: auto;
  text-decoration: none;
}

.pagination1_page-button-wrapper {
  color: var(--background-color-graymodern200);
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.pagination1_page-button {
  color: var(--background-color-graymodern200);
  border: 1px solid #0000;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem 1rem;
  text-decoration: none;
  display: flex;
}

.pagination1_page-button.w--current {
  border-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.blog-post-header1_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.blog-post-header1_image {
  aspect-ratio: 2;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.icon-embed-xsmall-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.blog-post-header1_image-wrapper {
  border-radius: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.blog-post-header1_author-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.breadcrumb-divider {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.blog-post-header1_content-top {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.blog-post-header1_date-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.blog-post-header1_social-link {
  background-color: #fff;
  border-radius: 20px;
  padding: .25rem;
}

.breadcrumb-link {
  color: var(--background-color-graymodern200);
  text-decoration: none;
}

.breadcrumb-link.w--current {
  font-weight: 600;
}

.blog-post-header1_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  display: flex;
}

.breadcrumb_component {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: var(--background-color-graymodern200);
  align-items: center;
  width: 100%;
  display: flex;
}

.section_blog-post-header1 {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  color: var(--background-color-graymodern200);
}

.text-weight-semibold {
  font-weight: 600;
}

.content29_content-bottom {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.content29_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  display: flex;
}

.icon-embed-xsmall-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.tag-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--background-color-graymodern700);
  color: var(--background-color-graymodern200);
  border: 1px #eee;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.content29_author-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.content29_content-wrapper {
  margin-bottom: 4rem;
}

.section_content29 {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  flex: 1;
}

.content29_tag-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.divider-horizontal {
  background-color: var(--\<unknown\|relume-variable-border-color-1\>);
  width: 100%;
  height: 1px;
}

.content29_tag-list-wrapper {
  width: 50%;
}

.content29_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.content29_share-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.content29_social-link {
  background-color: #fff;
  border-radius: 20px;
  padding: .25rem;
}

.blog40_item-link {
  color: var(--background-color-graymodern200);
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.heading-style-h2-2 {
  font-family: Encryptsim, Tahoma, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.blog40_item {
  border: 1px none var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--background-color-graymodern800);
  color: var(--background-color-graymodern200);
  border-radius: 1.25rem;
  padding: 1rem;
  overflow: hidden;
}

.blog40_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.blog40_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.button-4 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-4.is-secondary {
  background-color: var(--background-color-graymodern700);
  border-style: none;
  border-radius: 1.25rem;
}

.button-4.is-link {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-4.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.button-group-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group-2.is-right {
  justify-content: flex-end;
  align-items: center;
}

.blog40_meta-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.blog40_component {
  flex-direction: column;
  align-items: center;
}

.blog40_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.blog40_item-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.image-2 {
  border-radius: 20px;
}

.min-read {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  display: flex;
}

.collection-item, .div-block-2, .div-block-3 {
  display: flex;
}

.one-time-payment-sticker {
  position: absolute;
  overflow: visible;
}

.one-time-payment-sticker-div {
  z-index: 3;
  mix-blend-mode: normal;
  background-color: #a31a0e;
  border-radius: 1rem;
  padding: 15px 17px;
  position: absolute;
  top: 0;
  right: -20px;
  overflow: visible;
  transform: rotate(12deg);
  box-shadow: 0 85px 128px -19px #0003;
}

.one-time-payment-text {
  font-size: 20px;
}

.footer__copyright-2 {
  color: #c7c7c7;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer__copyright-2:hover {
  color: #fff;
}

.footer__nav-link-2 {
  color: #c7c7c7;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.footer__nav-link-2:hover {
  color: #fff;
}

.footer__offer-2 {
  background-color: #364152;
  background-image: none;
  background-size: auto;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 820px;
  min-height: 200px;
  margin: -20px auto 64px;
  padding: 50px 55px 50px 80px;
  display: flex;
  position: relative;
}

.droplang__btn-2 {
  opacity: .7;
  color: #fff;
  padding: 0 20px 0 0;
}

.bg__grey-2 {
  z-index: 0;
  background-color: #202939;
  border-radius: 45px;
  width: 100%;
  height: 100%;
  position: relative;
}

.bg__grey-2.animated-text {
  background-color: #202939;
}

.footer-2 {
  color: #fff;
  padding: 80px 64px 56px;
  position: relative;
  overflow: hidden;
}

.droplang__list-2 {
  background-color: #0000;
  bottom: 30px;
}

.droplang__list-2.w--open {
  background-color: #fff;
  border-radius: 16px;
  min-width: 140px;
  padding: 16px 24px;
  right: 0;
}

.btn__txt-wrap-2 {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.footer__offer-heading-2 {
  color: #fcfcfd;
  max-width: 400px;
  margin-bottom: 0;
  font-family: Neuehaasunicapro, Verdana, sans-serif;
}

.processes__heading-2 {
  color: #f8fafc;
  max-width: 220px;
  margin-bottom: 16px;
  margin-right: 40px;
  font-family: Encryptsim, Tahoma, sans-serif;
  font-weight: 400;
}

.processes__p-2 {
  color: #e3e8ef;
  max-width: 250px;
  margin-bottom: 0;
  font-family: Neuehaasunicapro, Verdana, sans-serif;
}

.footer__title-2 {
  color: #fff;
  font-size: 22px;
  line-height: 1.4em;
}

.header__nav-link-2 {
  color: #c7c7c7;
  margin-left: 35px;
  margin-right: 35px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.header__nav-link-2:hover {
  color: #fff;
}

.graph-block-2 {
  z-index: 2;
  color: #fcfcfd;
  background-color: #202939;
  border-radius: 20px;
  width: 100%;
  height: 370px;
  padding: 32px 40px 40px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 85px 128px -19px #0003;
}

.graph-block-2.buybox-block {
  height: auto;
  overflow: visible;
}

.icon-embed-xsmall-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.droplang__list-link-2 {
  color: #0a033cb3;
  background-image: url('../images/dot-lang.svg');
  background-position: 4px;
  background-repeat: no-repeat;
  background-size: 0;
  margin-top: 6px;
  margin-bottom: 6px;
  padding: 5px 16px;
}

.droplang__list-link-2:hover {
  color: #0a033c;
}

.droplang__list-link-2.w--current {
  color: #0a033c;
  background-position: 0;
  background-size: 8px;
}

.text-block-2 {
  color: #fff;
  margin-left: 18px;
  font-family: Encryptsim, Tahoma, sans-serif;
  font-size: 24px;
  display: inline-block;
}

.text-block-2.animated-text {
  color: #fcfcfd;
}

.help-headline {
  font-weight: 400;
}

.breadcrumb_component-2 {
  align-items: center;
  width: 100%;
  display: flex;
}

.breadcrumb-link-2 {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  text-decoration: none;
}

.breadcrumb-link-2.w--current {
  font-weight: 600;
}

.breadcrumb-link-2.is-active {
  font-weight: 500;
}

.breadcrumb-divider-2 {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

.tag-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  background-color: #eee;
  border: 1px #eee;
  justify-content: center;
  align-items: center;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.section_content29-2 {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  color: var(--\<unknown\|relume-variable-text-color-1\>);
}

.faq14_grid-list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  padding-top: 1rem;
  display: grid;
}

.section_faq14 {
  color: #121926;
}

.faq14_icon-wrapper {
  display: inline-block;
}

.faq14_item {
  background-color: var(--background-color-graymodern800);
  color: var(--background-color-graymodern100);
  text-align: center;
  background-image: url('../images/gradient.bg-1.svg');
  background-size: cover;
  background-attachment: fixed;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.collection-item-2 {
  padding-bottom: 20px;
  display: flex;
}

.breadcrumb_component-3 {
  align-items: center;
  width: 100%;
  display: flex;
}

.breadcrumb-link-3 {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  text-decoration: none;
}

.breadcrumb-link-3.w--current {
  font-weight: 600;
}

.breadcrumb-link-3.is-active {
  font-weight: 500;
}

.breadcrumb-divider-3 {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

.card-header1_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  border-right: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  border-left: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  align-items: end;
  padding: 1.5rem;
  display: grid;
}

.stacked-list7_status-wrapper {
  background-color: #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: .125rem .75rem;
  display: flex;
}

.dropdown1_dropdown-list.w--open {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  margin-top: .5rem;
  padding: .5rem;
}

.dropdown1_dropdown-list.is-right {
  right: 0;
}

.button-5 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-5.is-tertiary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
  border-color: #0000;
}

.button-5.is-small {
  padding: .5rem 1.25rem;
}

.button-5.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.card-header1_content-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.stacked-list7_component {
  width: 100%;
  padding-bottom: 20px;
}

.button-group-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.stacked-list7_content-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.stacked-list7_item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-bottom: 1px none var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--background-color-graymodern700);
  color: var(--background-color-graymodern200);
  border-radius: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  padding: 1rem 1.5rem;
  text-decoration: none;
  display: grid;
}

.dropdown1_component {
  margin-left: 0;
  margin-right: 0;
}

.heading-style-h5-2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.dropdown1_toggle {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  padding: 0;
  display: flex;
}

.dropdown1_dropdown-link {
  padding: .5rem 1rem;
}

.dropdown1_dropdown-link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.collection-list-wrapper {
  display: flex;
}

.collection-list {
  flex-flow: wrap;
  align-items: stretch;
  display: flex;
}

.breadcrumb_component-4 {
  align-items: center;
  width: 100%;
  display: flex;
}

.breadcrumb-link-4 {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  text-decoration: none;
}

.breadcrumb-link-4.w--current {
  font-weight: 600;
}

.breadcrumb-link-4.is-active {
  font-weight: 500;
}

.breadcrumb-link-5 {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  text-decoration: none;
}

.breadcrumb-link-5.w--current {
  font-weight: 600;
}

.breadcrumb-link-5.is-active {
  font-weight: 500;
}

.breadcrumb-link-6 {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  text-decoration: none;
}

.breadcrumb-link-6.w--current {
  font-weight: 600;
}

.breadcrumb-link-6.is-active {
  font-weight: 500;
}

.bold-text-6 {
  letter-spacing: 0;
}

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

.graph-block-3 {
  z-index: 2;
  color: #fcfcfd;
  background-color: #202939;
  border-radius: 20px;
  width: 100%;
  height: 370px;
  padding: 32px 40px 40px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 85px 128px -19px #0003;
}

.graph-block-3.buybox-block {
  height: auto;
  overflow: visible;
}

.graph-block-3.buybox-block.japan {
  background-color: var(--background-color-graymodern700);
  margin-top: 32px;
  margin-bottom: 32px;
}

.icon-embed-xsmall-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.regional-gb-dropdown {
  margin-top: 4px;
  margin-bottom: 10px;
  display: block;
}

.regional-gb-dropdown._w-dropdown.gb-dropdown.region-dropdown {
  z-index: 999;
}

.text-block-3 {
  color: var(--background-color-graymodern25);
}

.dropdown-toggle {
  padding: 0 51px 0 0;
}

.icon {
  color: var(--background-color-graymodern25);
}

.dropdown-list {
  background-color: var(--midnight-blue);
}

.dropdown-list.w--open {
  background-color: var(--background-color-graymodern600);
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.dropdown-list.close-dropdown.w--open {
  max-height: 200px;
  overflow: scroll;
}

.dropdown-link, .dropdown-link-2, .dropdown-link-3 {
  color: var(--background-color-graymodern25);
}

.contract_bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--background-color-graymodern800);
  border-radius: 45px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: 24px;
  margin-right: 24px;
  padding: 1rem 2.5rem;
  display: flex;
}

.coupon_copy-text {
  background-color: var(--background-color-graymodern700);
  border-radius: 45px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: grid;
}

.coupon_copy-text-left {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 1.5rem;
  padding-right: .5rem;
  display: flex;
}

.solana-header {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-color-grey {
  color: #747077;
}

.text-color-grey.text-size-tiny {
  color: var(--background-color-graymodern50);
}

.button-6 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-6.is-full-width {
  background-color: #36c67e;
  border-style: none;
  border-radius: 45px;
  width: 100%;
  min-width: 8.5rem;
}

.component-instructions-delete {
  z-index: 1;
  background-color: var(--\<unknown\|relume-variable-neutral-shade-1\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  text-align: left;
  padding: 2rem;
  position: relative;
}

.component-instructions-list {
  padding-left: 1.25rem;
}

.component-instructions-item {
  padding-left: .5rem;
}

.rl-styleguide_label_green {
  color: var(--\<unknown\|relume-variable-neutral-white\>);
  white-space: nowrap;
  cursor: context-menu;
  background-color: #038547;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.stylesystem-class-label {
  cursor: context-menu;
  background-color: #83747426;
  border-radius: 4px;
  padding-left: .5rem;
  padding-right: .5rem;
  display: inline-block;
}

.stylesystem-class-label.is-animation {
  background-image: url('../images/interaction-icon.svg');
  background-position: 8px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 2rem;
}

.content27_component {
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 20rem 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.content27_sidebar {
  flex-direction: column;
  width: 100%;
  margin-right: 12rem;
  display: flex;
  position: sticky;
  top: 6rem;
}

.content27_sidebar-heading {
  font-size: 1.5rem;
}

.content27_accordion-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: none;
}

.content27_link-content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content27_link-wrapper {
  overflow: hidden;
}

.content27_link-wrapper.is-h3, .content27_link-wrapper.is-h4, .content27_link-wrapper.is-h5, .content27_link-wrapper.is-h6 {
  padding-left: 1rem;
}

.content27_link {
  color: var(--background-color-graymodern200);
  width: 100%;
  padding: .75rem 1rem;
  text-decoration: none;
}

.content27_link.w--current {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-foreground\>);
  font-weight: 600;
}

.content27_link.current {
  border-color: var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--background-color-graymodern700);
  color: var(--background-color-graymodern200);
  border-radius: 20px;
}

.content27_link.current.w--current {
  background-color: var(--background-color-graymodern700);
  color: var(--background-color-graymodern200);
  border-style: none;
  border-radius: 20px;
  text-decoration: none;
}

.content27_link.is-h3.w--current, .content27_link.is-h4.w--current, .content27_link.is-h6.w--current {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
}

.content27_h-trigger {
  display: none;
}

.content29_divider {
  background-color: #0000;
  width: 100%;
  max-width: 48rem;
  height: 1px;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.content27_sidebar-heading-text {
  justify-content: space-between;
  align-items: center;
  font-size: 1.5rem;
  line-height: 1.5;
}

.list-item {
  line-height: 2;
}

.link, .link-2 {
  color: var(--background-color-graymodern200);
}

.tooltip1_component {
  color: var(--background-color-graymodern25);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.tooltip1_tooltip-wrapper {
  width: 15rem;
  padding-bottom: .75rem;
  position: absolute;
  bottom: 100%;
}

.tooltip1_tooltip-wrapper.is-bottom-wrapper {
  z-index: 3;
  padding-top: .75rem;
  padding-bottom: 0;
  top: 100%;
  bottom: auto;
}

.tooltip1_card-wrapper {
  background-color: var(--background-color-graymodern600);
  border-radius: 20px;
  padding: 1.25rem;
  position: relative;
}

.tooltip1_pointer {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .75rem;
  height: .75rem;
  margin-bottom: .375rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: rotate(45deg);
}

.tooltip1_pointer.is-bottom-pointer {
  z-index: 1;
  background-color: var(--background-color-graymodern600);
  color: var(--background-color-graymodern25);
  margin-top: .375rem;
  margin-bottom: 0;
  top: 0%;
  bottom: auto;
}

.icon-embed-xsmall-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.tooltip1_responsive {
  display: none;
}

.phone-tooltip {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.icon-embed-xsmall-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

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

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

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

.text-field {
  border-radius: 10px;
}

.data-number-select {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.checkbox-field, .checkbox-field-2 {
  margin-top: 5px;
}

.image-3 {
  position: relative;
  top: -3px;
  left: -4px;
  transform: rotate(20deg);
}

.header__nav-link-3 {
  color: #c7c7c7;
  margin-left: 35px;
  margin-right: 35px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header__nav-link-3:hover {
  color: #fff;
}

.header__nav-link-3.w--current {
  display: flex;
}

.image-4 {
  position: relative;
  top: -3px;
  left: -4px;
  transform: rotate(20deg);
}

.section_banner16 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.banner16_component {
  color: var(--background-color-graymodern25);
  flex-direction: column;
  justify-content: flex-end;
  width: 100vw;
  max-width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.banner16_content-top {
  justify-content: flex-end;
  display: flex;
}

.banner16_marquee-top {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: space-around;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.banner16_heading-wrapper {
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.banner16_image-wrapper {
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.banner16_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 4rem;
}

.banner16_content-bottom {
  justify-content: flex-start;
  display: flex;
}

.banner16_marquee-bottom {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: space-around;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.dropdown2_component {
  margin-left: 0;
  margin-right: 0;
}

.dropdown2_toggle {
  grid-column-gap: .5rem;
  border: 1px solid var(--background-color-graymodern200);
  color: var(--background-color-graymodern200);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-width: 165px;
  min-height: 60px;
  padding: 19px 15px;
  display: flex;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.dropdown2_dropdown-list.w--open {
  color: var(--background-color-graymodern200);
  background-color: #202939;
  border: 1px solid #fcfcfd;
  border-radius: 10px;
  margin-top: .5rem;
  padding: .5rem;
}

.dropdown2_dropdown-link {
  color: var(--background-color-graymodern200);
  justify-content: center;
  align-items: center;
  padding: .5rem;
  display: flex;
}

.dropdown2_dropdown-link:hover {
  background-color: var(--background-color-graymodern700);
  border-radius: 10px;
}

.dropdown2_dropdown-link.w--current {
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

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

.div-block-4:hover {
  background-color: var(--background-color-graymodern700);
  border-radius: 10px;
}

@media screen and (max-width: 991px) {
  .section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section.mod--hero {
    min-height: auto;
    padding-top: 220px;
    padding-bottom: 85px;
  }

  .section.mod--work {
    overflow: hidden;
  }

  .header-absolute {
    padding-left: 24px;
    padding-right: 24px;
    top: 24px;
  }

  .timeline__col.mod--1 {
    align-items: center;
    margin-bottom: 32px;
    display: flex;
  }

  .footer {
    padding: 65px 24px 24px;
  }

  .menu__nav-link {
    color: var(--white\<deleted\|variable-9ca47e8d\>);
    text-align: center;
    border-bottom: 1px solid #f2f2f233;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 600;
    text-decoration: none;
  }

  .menu__nav-link:hover, .menu__nav-link.w--current {
    background-position: 0;
    background-size: 10px;
  }

  .menu {
    z-index: 0;
    justify-content: center;
    padding: 8px;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: hidden;
  }

  .menu__content {
    background-color: var(--dim-grey\<deleted\|variable-b38ff0ca\>);
    border-radius: 22px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
    inset: 0%;
  }

  .menu__nav {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 240px;
    display: flex;
    overflow: hidden;
  }

  .header__btn-menu-inter {
    padding: 0;
    position: absolute;
    inset: 0%;
  }

  .header__btn-menu-inter.mod--open {
    z-index: 1;
  }

  .header__btn-menu-inter.mod--close {
    z-index: 2;
    display: none;
  }

  .header__col.mod--2, .header__logo-img2, .header__buttons {
    display: none;
  }

  .btn.btn--reg {
    flex: 1;
  }

  .bg__grey {
    border-radius: 22px;
  }

  .heading1.mod--hero {
    font-size: 50px;
  }

  .hero__p {
    margin-bottom: 32px;
  }

  .addfile-wrap {
    border-radius: 35px;
    width: 264px;
    height: 126px;
  }

  .addfile {
    border-radius: 20px;
  }

  .addfile__plus {
    width: 46px;
    height: 46px;
    margin-bottom: 0;
    margin-right: 16px;
  }

  .bg__img.mod--1 {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .bg__img.mod--2 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .bg__img.mod--3 {
    border-radius: 10px;
    box-shadow: 0 30px 40px -20px #0000004d;
  }

  .bg__img.mod--4 {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .bg__img.mod--6 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .bg__img.mod--7 {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .processes__columns {
    display: block;
  }

  .processes__col.mod--1 {
    max-width: 100%;
    margin-bottom: 60px;
  }

  .processes__col.mod--2 {
    margin-left: 0;
    margin-right: auto;
  }

  .processes__heading-wrap {
    justify-content: flex-start;
    margin-bottom: 32px;
  }

  .processes__logos {
    justify-content: flex-start;
  }

  .processes__bg.mod--2.mod-hands {
    bottom: -143px;
    left: -84px;
  }

  .work__card {
    margin-left: auto;
    margin-right: auto;
  }

  .work__card:hover {
    box-shadow: 0 30px 50px -6px #41464e1a;
  }

  .business__columns {
    flex-direction: column-reverse;
    margin-top: 0;
  }

  .business__col.mod--1 {
    margin-left: 24px;
    margin-right: auto;
  }

  .business__col.mod--2 {
    margin-bottom: 80px;
    margin-left: 0;
  }

  .business__bg.mod--1.mod-compability {
    filter: brightness(90%);
    bottom: 65px;
  }

  .footer__col.mod--1 {
    max-width: 280px;
  }

  .footer__list {
    column-count: 1;
  }

  .footer__copyright {
    font-size: 14px;
  }

  .addfile__block.mod--1 {
    text-align: left;
    flex-direction: row;
  }

  .bg {
    margin: 8px -16px;
  }

  .bg__img-wrap.mod--1 {
    width: 150px;
    height: auto;
    top: 81px;
    left: 0;
  }

  .bg__img-wrap.mod--2 {
    width: 300px;
  }

  .bg__img-wrap.mod--3 {
    width: 125px;
    top: 50px;
    bottom: auto;
    right: auto;
  }

  .bg__img-wrap.mod--4 {
    width: 180px;
    top: 250px;
  }

  .bg__img-wrap.mod--5 {
    display: none;
  }

  .bg__img-wrap.mod--7 {
    top: auto;
    bottom: 252px;
  }

  .header__humburger-wrap {
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex;
    position: relative;
  }

  .header__humb {
    z-index: 0;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    position: relative;
  }

  .header__humb-line {
    background-color: #fff;
    border-radius: 100px;
    flex: none;
    width: 100%;
    height: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 0;
    position: relative;
  }

  .header__humb-line.mod--1 {
    top: 0;
  }

  .header__humb-line.mod--2 {
    width: 100%;
    left: auto;
  }

  .header__humb-line.mod--3 {
    bottom: 0;
  }

  .header__humb-close {
    z-index: 2;
    padding: 0;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .swiper-slide.mod--work {
    max-width: 264px;
  }

  .swiper__pagination {
    justify-content: center;
    align-items: center;
    width: auto;
    height: 8px;
    margin-top: 24px;
    padding: 0;
    display: flex;
  }

  .swiper__pagination-dot {
    border: 1px solid #ef4136;
    border-radius: 100px;
    flex: none;
    width: 8px;
    height: 8px;
    margin-left: 4px;
    margin-right: 4px;
    padding: 0;
  }

  .swiper__pagination-dot.active {
    background-color: #ef4136;
  }

  .menu__buttons {
    flex: none;
    justify-content: center;
    max-width: 240px;
    margin-top: 32px;
  }

  .footer__follow-wrap {
    margin-top: 40px;
  }

  .hide-tablet {
    display: none;
  }

  .spacer-xxlarge {
    padding-top: 4.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .rl-styleguide_item-row {
    grid-template-columns: auto 1fr;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 7.5rem;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .spacer-xlarge {
    padding-top: 3.5rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

  .padding-huge {
    padding: 5rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .glass-block {
    flex-flow: column;
  }

  .countdown-heading {
    width: 80%;
  }

  .libraries-header_heading {
    font-size: 1.5rem;
  }

  .libraries-header_text-underline {
    background-position: 50%;
    background-size: 22.5rem;
  }

  .blog22_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .content29_content-wrapper {
    margin-bottom: 3rem;
  }

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

  .blog40_list {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr;
  }

  .menu__nav-link-2 {
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #f2f2f233;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 600;
    text-decoration: none;
  }

  .menu__nav-link-2:hover, .menu__nav-link-2.w--current {
    background-position: 0;
    background-size: 10px;
  }

  .footer__copyright-2 {
    font-size: 14px;
  }

  .menu__content-2 {
    background-color: #636c78;
    border-radius: 22px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
    inset: 0%;
  }

  .bg__grey-2 {
    border-radius: 22px;
  }

  .footer-2 {
    padding: 65px 24px 24px;
  }

  .faq14_grid-list {
    grid-column-gap: 2rem;
  }

  .dropdown1_dropdown-list {
    overflow: hidden;
  }

  .dropdown1_toggle {
    align-items: center;
    display: flex;
  }

  .bold-text-6 {
    font-size: 2rem;
  }

  .content27_component {
    grid-column-gap: 3rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .content27_sidebar {
    width: 100%;
    margin-right: 0;
    position: relative;
    top: 0;
  }

  .content27_sidebar-heading {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border: 1px solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
    justify-content: space-between;
    align-items: center;
    padding: .75rem 1rem;
    display: flex;
  }

  .content27_accordion-icon {
    display: flex;
  }

  .content27_sidebar-heading-text {
    font-size: 1.125rem;
    font-weight: 400;
  }

  .banner16_heading-wrapper {
    text-align: center;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }

  h1 {
    letter-spacing: 0;
    font-size: 38px;
  }

  h2 {
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 1.2em;
  }

  .content.mod--hero {
    top: -65px;
  }

  .section {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .section.mod--business {
    padding-bottom: 70px;
    overflow: hidden;
  }

  .section.mod--process {
    padding-bottom: 70px;
  }

  .timeline__col.mod--1 {
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .footer {
    padding-top: 45px;
    padding-bottom: 64px;
  }

  .home__lecture-images {
    max-width: 64px;
  }

  .menu {
    display: none;
  }

  .menu__nav {
    max-width: 230px;
  }

  .btn {
    min-width: 130px;
    min-height: 48px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
  }

  .btn.mod--offer {
    min-width: 48px;
  }

  .btn.btn--reg {
    font-weight: 600;
  }

  .btn.mod--login {
    min-width: 48px;
  }

  .heading1 {
    margin-bottom: 16px;
    font-size: 38px;
  }

  .heading1.mod--hero {
    max-width: 340px;
    margin-bottom: 16px;
  }

  .hero__p {
    max-width: 360px;
    font-size: 14px;
  }

  .bg__img.mod--1 {
    object-fit: cover;
    object-position: 100% 50%;
  }

  .bg__img.mod--2 {
    object-fit: cover;
    object-position: 50% 0%;
  }

  .bg__img.mod--3 {
    box-shadow: none;
  }

  .bg__img.mod--4, .bg__img.mod--7 {
    object-fit: cover;
    object-position: 0% 50%;
  }

  .processes__col.mod--2 {
    margin-left: auto;
    margin-right: auto;
  }

  .processes__p {
    max-width: 270px;
  }

  .processes__logo {
    margin-right: 48px;
  }

  .graph-block {
    box-shadow: 0 20px 50px -10px #0003;
  }

  .graph__columns {
    display: block;
  }

  .graph__col.mod--1 {
    margin-bottom: 32px;
  }

  .graph__col.mod--2 {
    max-width: none;
  }

  .graph__btn {
    top: 28px;
  }

  .graph__heading {
    font-size: 18px;
  }

  .graph__circle {
    margin-left: auto;
    margin-right: auto;
  }

  .graph__list-item {
    margin-bottom: 16px;
  }

  .processes__bg.mod--2 {
    border-radius: 20px;
  }

  .processes__bg.mod--2.mod-hands {
    bottom: -110px;
  }

  .processes__heading {
    max-width: none;
    margin-right: 0;
  }

  .work__card {
    border-radius: 12px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .work__ico-wrap {
    width: 48px;
    height: 48px;
    margin-bottom: 24px;
  }

  .work__title {
    margin-bottom: 12px;
    font-size: 18px;
  }

  .business__col.mod--1 {
    width: 100%;
    margin-left: auto;
    margin-right: 0;
  }

  .business__buttons {
    margin-top: 32px;
  }

  .stat-block {
    border-radius: 20px;
    flex: 1;
    align-items: flex-start;
    width: auto;
    min-height: 236px;
    padding: 24px;
    box-shadow: 0 20px 50px -10px #0003;
  }

  .stat-block.mod-compability {
    border-radius: 20px;
  }

  .stat__heading {
    font-size: 18px;
  }

  .stat__person {
    max-width: 250px;
    left: auto;
    right: 0;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .business__bg.mod--1 {
    object-fit: cover;
    object-position: 0% 50%;
    border-radius: 20px 0 0 20px;
    position: relative;
    bottom: auto;
    left: auto;
  }

  .business__bg.mod--1.mod-compability {
    bottom: -55px;
  }

  .business__bg.mod--2 {
    position: relative;
    top: auto;
    right: auto;
  }

  .footer__columns.mod--bottom {
    align-items: flex-end;
    margin-top: 48px;
    padding-top: 24px;
  }

  .footer__columns.mod--top {
    display: block;
  }

  .footer__col.mod--1 {
    max-width: 100%;
    margin-bottom: 16px;
  }

  .footer__col.mod--1.mod--bottom {
    margin-bottom: 0;
  }

  .footer__col.mod--2 {
    margin-bottom: 16px;
  }

  .footer__col.mod--3 {
    padding-right: 0;
  }

  .footer__p {
    margin-top: 16px;
  }

  .footer__list {
    column-count: 2;
    margin-top: 16px;
  }

  .footer__list-item {
    margin-bottom: 12px;
  }

  .footer__copyright-logo {
    width: 30px;
  }

  .footer__offer {
    text-align: center;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    flex-direction: column;
    justify-content: space-between;
    max-width: 290px;
    min-height: 286px;
    margin-top: 0;
    margin-bottom: 48px;
    padding: 32px;
    display: flex;
  }

  .footer__offer-heading {
    max-width: 210px;
  }

  .footer__offer-btn-wrap {
    border-radius: 16px;
    padding: 8px;
  }

  .addfile__process-percent {
    font-size: 28px;
  }

  .work__ico {
    max-width: 28px;
  }

  .btn-offer__arrow.mod--over {
    left: -23px;
  }

  .bg.mod--footer {
    margin-top: 130px;
  }

  .stat__txt-wrap {
    margin-bottom: 20px;
  }

  .stat__bg-lines {
    background-position: 30px 96px;
  }

  .bg__img-wrap.mod--1 {
    top: 93px;
    left: 16px;
  }

  .bg__img-wrap.mod--2 {
    width: 250px;
    bottom: 0;
  }

  .bg__img-wrap.mod--3 {
    top: auto;
    bottom: 50px;
    right: 50px;
  }

  .bg__img-wrap.mod--4 {
    width: 150px;
    top: 141px;
    right: 16px;
  }

  .bg__img-wrap.mod--6 {
    max-width: none;
  }

  .bg__img-wrap.mod--7 {
    bottom: 425px;
    right: 0;
  }

  .swiper.mod--work {
    margin-top: 32px;
  }

  .swiper-slide {
    width: 100%;
  }

  .business__bg-wrap.mod--2 {
    position: absolute;
    inset: -50px auto auto 96px;
    transform: rotate(90deg);
  }

  .business__bg-wrap.mod--1 {
    position: absolute;
    inset: -103px auto auto -24px;
  }

  .footer__drop-btn {
    margin-bottom: 0;
    padding-right: 35px;
  }

  .footer__drop-arrow {
    background-image: url('../images/ico_arrow-drop.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    width: 16px;
    height: 16px;
    padding: 0;
    display: block;
    position: absolute;
    top: 9px;
    right: 0;
  }

  .footer__title {
    font-size: 18px;
  }

  .menu__buttons {
    max-width: 230px;
    margin-top: 24px;
  }

  .footer__follow {
    text-align: center;
    font-size: 14px;
  }

  .footer__follow-heart {
    width: 35px;
    height: 35px;
    top: -5px;
  }

  .remodal__text-wrap {
    display: block;
  }

  .remodal__content {
    padding: 1.5rem;
  }

  .remodal__heading {
    max-width: none;
    margin-bottom: 1rem;
  }

  .remodal__text {
    max-width: 21rem;
    font-size: 1rem;
  }

  .remodal.remodal--global {
    max-width: 30rem;
  }

  .remodal__close {
    top: 1rem;
    right: 1rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .margin-xsmall {
    margin: .75rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .spacer-small {
    padding-top: 1.25rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 5rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-xsmall {
    padding: .75rem;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .spacer-xlarge {
    padding-top: 2.5rem;
  }

  .spacer-large {
    padding-top: 2rem;
  }

  .spacer-xsmall {
    padding-top: .75rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .product8_image-wrapper {
    height: 100%;
  }

  .faq5_question {
    padding: 1rem 1.25rem;
  }

  .faq5_icon-wrapper {
    width: 1.75rem;
  }

  .faq5_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .countdown-block {
    width: 80%;
  }

  .countdown-cell {
    width: 5rem;
  }

  .countdown-title {
    flex-flow: wrap;
    font-size: 3rem;
    display: flex;
  }

  .countdown-subtitle {
    font-size: .8rem;
  }

  .libraries-header_heading {
    font-size: 1.55rem;
  }

  .libraries-header_text-underline {
    background-position: 50%;
    background-size: 15rem;
  }

  .category-filter-menu {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .blog22_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .category-filter-link.last-link {
    margin-right: 2rem;
  }

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

  .pagination1_page-button-wrapper {
    display: none;
  }

  .content29_content-wrapper {
    margin-bottom: 2rem;
  }

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

  .blog40_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .footer__offer-2 {
    text-align: center;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    flex-direction: column;
    justify-content: space-between;
    max-width: 290px;
    min-height: 286px;
    margin-top: 0;
    margin-bottom: 48px;
    padding: 32px;
    display: flex;
  }

  .footer-2 {
    padding-top: 45px;
    padding-bottom: 64px;
  }

  .footer__offer-heading-2 {
    max-width: 210px;
  }

  .processes__heading-2 {
    max-width: none;
    margin-right: 0;
  }

  .processes__p-2 {
    max-width: 270px;
  }

  .footer__title-2 {
    font-size: 18px;
  }

  .graph-block-2 {
    box-shadow: 0 20px 50px -10px #0003;
  }

  .faq14_grid-list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .card-header1_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .card-header1_content-right, .stacked-list7_content-right {
    justify-content: space-between;
  }

  .stacked-list7_item {
    grid-template-columns: 1fr;
  }

  .heading-style-h5-2 {
    font-size: 1.25rem;
  }

  .bold-text-6 {
    font-size: 1.5rem;
  }

  .graph-block-3 {
    box-shadow: 0 20px 50px -10px #0003;
  }

  .content29_divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .content27_sidebar-heading-text {
    font-size: 1rem;
  }

  .banner16_image-wrapper {
    height: 4rem;
  }
}

@media screen and (max-width: 479px) {
  .section.mod--process {
    overflow: hidden;
  }

  .menu__nav-link {
    font-size: 14px;
  }

  .menu {
    display: none;
    overflow: hidden;
  }

  .menu__content {
    background-color: var(--background-color-graymodern700);
  }

  .header__btn-menu-inter {
    z-index: 1;
    padding: 0;
    position: absolute;
    inset: 0%;
  }

  .hero__p {
    max-width: 240px;
  }

  .bg__img.mod--3 {
    box-shadow: none;
  }

  .bg__img.mod--6 {
    width: 150px;
  }

  .bg__img.mod--7 {
    object-fit: cover;
    object-position: 0% 50%;
    height: 200px;
  }

  .processes__col.mod--1 {
    margin-bottom: 80px;
  }

  .processes__heading-wrap {
    display: block;
  }

  .processes__p {
    max-width: 300px;
  }

  .processes__logos {
    margin-left: -24px;
    margin-right: -24px;
    padding-bottom: 12px;
    padding-left: 24px;
    padding-right: 24px;
    overflow: auto;
  }

  .graph-block {
    padding: 24px 24px 28px;
  }

  .graph__btn {
    top: 21px;
    right: 24px;
  }

  .graph__total-txt {
    font-size: 12px;
  }

  .graph__total-numb {
    font-size: 29px;
  }

  .processes__bg.mod--1 {
    position: relative;
    top: 0;
    left: 0;
  }

  .processes__bg.mod--2 {
    object-fit: cover;
    object-position: 0% 100%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    position: relative;
    bottom: 0;
    left: auto;
    right: -20px;
  }

  .processes__bg.mod--2.mod--3 {
    top: -200px;
    left: -10px;
    right: auto;
  }

  .processes__bg.mod--2.mod-hands {
    bottom: 0;
  }

  .processes__heading {
    margin-right: 0;
  }

  .stat__person {
    max-width: 200px;
    margin-right: -15px;
  }

  .stat__lines {
    overflow: hidden;
  }

  .stat__line {
    margin-left: 0;
    margin-right: 16px;
  }

  .stat__line.mod--2 {
    max-height: 120px;
  }

  .stat__line.mod--3 {
    max-height: 90px;
  }

  .stat__line.mod--1 {
    max-height: 40px;
  }

  .business__bg.mod--1 {
    width: 140px;
  }

  .business__bg.mod--1.mod-compability {
    bottom: -67px;
  }

  .footer__columns.mod--top {
    padding-right: 60px;
  }

  .footer__copyright {
    max-width: 160px;
  }

  .graph__total {
    padding-bottom: 5px;
  }

  .bg__img-wrap.mod--1 {
    width: 70px;
    top: 81px;
  }

  .bg__img-wrap.mod--2 {
    width: 200px;
  }

  .bg__img-wrap.mod--3 {
    width: 80px;
  }

  .bg__img-wrap.mod--4 {
    width: 100px;
    top: 94px;
  }

  .bg__img-wrap.mod--7 {
    top: 450px;
    bottom: auto;
  }

  .swiper-slide {
    width: 100%;
  }

  .processes__bg-wrap.mod--1 {
    position: absolute;
    inset: -50px auto auto 80px;
    transform: rotate(90deg);
  }

  .processes__bg-wrap.mod--2 {
    position: absolute;
    bottom: -65px;
    left: auto;
    right: 0;
  }

  .footer__drop {
    width: 100%;
    display: block;
  }

  .footer__drop-btn {
    width: 100%;
  }

  .footer__follow-wrap {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .footer__follow {
    align-items: flex-start;
    max-width: 240px;
    padding-left: 0;
  }

  .footer__follow-heart {
    position: relative;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-2 {
    font-size: 35px;
  }

  .coming-soon-overlay {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .glass-block {
    flex: 0 auto;
    width: 100vw;
    height: 70vh;
  }

  .code-embed {
    flex-flow: row;
    flex: 0 auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .libraries-header_heading {
    font-size: 1.2rem;
  }

  .blog-post-header1_content-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .content29_content-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .content29_author-wrapper {
    margin-bottom: 1rem;
  }

  .content29_tag-list {
    justify-content: flex-start;
  }

  .content29_tag-list-wrapper {
    width: 100%;
  }

  .content29_share-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }

  .blog40_list {
    grid-row-gap: 3rem;
  }

  .blog40_item-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .menu__nav-link-2 {
    font-size: 14px;
  }

  .footer__copyright-2 {
    max-width: 160px;
  }

  .menu__content-2 {
    background-color: #364152;
  }

  .processes__heading-2 {
    margin-right: 0;
  }

  .processes__p-2 {
    max-width: 300px;
  }

  .graph-block-2 {
    padding: 24px 24px 28px;
  }

  .card-header1_component {
    grid-row-gap: 1rem;
  }

  .bold-text-6 {
    letter-spacing: 0;
    font-size: 1.2rem;
  }

  .graph-block-3 {
    padding: 24px 24px 28px;
  }

  .contract_bottom {
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .content27_sidebar-heading, .content27_sidebar-heading-text {
    align-self: auto;
  }
}

#w-node-_3f816255-5906-c73b-9137-748d6f153a95-6f153a85, #w-node-_3f816255-5906-c73b-9137-748d6f153a9b-6f153a85, #w-node-_3f816255-5906-c73b-9137-748d6f153aa1-6f153a85 {
  align-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e61ce-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e61d0-d2fc7912 {
  justify-self: center;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e61e4-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e61e5-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e61e9-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e61ea-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e61ee-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e61ef-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e61f3-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e61f4-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e61f8-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e61f9-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e61fd-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e61fe-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6208-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6209-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e620d-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e620e-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6212-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6213-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6217-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6218-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e621c-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e621d-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6221-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6222-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e622c-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e622d-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6231-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6232-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6236-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6237-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e623b-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e623c-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6245-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6246-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e624f-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6250-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6262-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6263-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6267-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6268-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e626c-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e626d-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6271-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6272-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6276-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6277-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6281-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6282-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6286-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6287-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e628b-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e628c-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6290-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6291-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6295-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6296-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e629a-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e629b-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e62a6-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e62a7-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e62ab-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e62ac-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e62b0-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e62b1-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e62b5-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e62b6-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e62ba-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e62bb-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e62bf-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e62c0-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e62c4-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e62c5-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e62c9-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e62ca-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e62ce-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e62cf-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e62d3-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e62d4-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e62de-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e62df-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e62e3-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e62e4-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e62e8-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e62e9-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e62f0-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e62f1-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6332-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6335-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6336-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6339-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e633a-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e633d-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6341-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6342-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6345-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6346-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6349-d2fc7912, #w-node-_0bef1c4e-be03-3ad5-e06d-ff531e45daf5-d2fc7912, #w-node-_0bef1c4e-be03-3ad5-e06d-ff531e45daf8-d2fc7912, #w-node-_0bef1c4e-be03-3ad5-e06d-ff531e45daf9-d2fc7912, #w-node-_0bef1c4e-be03-3ad5-e06d-ff531e45dafc-d2fc7912, #w-node-_0bef1c4e-be03-3ad5-e06d-ff531e45dafd-d2fc7912, #w-node-_0bef1c4e-be03-3ad5-e06d-ff531e45db00-d2fc7912, #w-node-_0bef1c4e-be03-3ad5-e06d-ff531e45db01-d2fc7912, #w-node-_0bef1c4e-be03-3ad5-e06d-ff531e45db04-d2fc7912, #w-node-_0bef1c4e-be03-3ad5-e06d-ff531e45db05-d2fc7912, #w-node-_0bef1c4e-be03-3ad5-e06d-ff531e45db08-d2fc7912, #w-node-_0bef1c4e-be03-3ad5-e06d-ff531e45db09-d2fc7912, #w-node-_0bef1c4e-be03-3ad5-e06d-ff531e45db0c-d2fc7912, #w-node-_0bef1c4e-be03-3ad5-e06d-ff531e45db0d-d2fc7912, #w-node-_0bef1c4e-be03-3ad5-e06d-ff531e45db10-d2fc7912, #w-node-_0bef1c4e-be03-3ad5-e06d-ff531e45db11-d2fc7912, #w-node-_0bef1c4e-be03-3ad5-e06d-ff531e45db14-d2fc7912, #w-node-_0bef1c4e-be03-3ad5-e06d-ff531e45db15-d2fc7912, #w-node-_0bef1c4e-be03-3ad5-e06d-ff531e45db18-d2fc7912, #w-node-_0bef1c4e-be03-3ad5-e06d-ff531e45db19-d2fc7912, #w-node-_0bef1c4e-be03-3ad5-e06d-ff531e45db1c-d2fc7912, #w-node-_0bef1c4e-be03-3ad5-e06d-ff531e45db1d-d2fc7912, #w-node-_0bef1c4e-be03-3ad5-e06d-ff531e45db20-d2fc7912, #w-node-bd2ee251-c276-a9be-9291-c52050e1cffe-d2fc7912, #w-node-bd2ee251-c276-a9be-9291-c52050e1d001-d2fc7912, #w-node-bd2ee251-c276-a9be-9291-c52050e1d002-d2fc7912, #w-node-bd2ee251-c276-a9be-9291-c52050e1d006-d2fc7912, #w-node-bd2ee251-c276-a9be-9291-c52050e1d007-d2fc7912, #w-node-bd2ee251-c276-a9be-9291-c52050e1d00a-d2fc7912, #w-node-bd2ee251-c276-a9be-9291-c52050e1d00b-d2fc7912, #w-node-bd2ee251-c276-a9be-9291-c52050e1d00e-d2fc7912, #w-node-bd2ee251-c276-a9be-9291-c52050e1d00f-d2fc7912, #w-node-bd2ee251-c276-a9be-9291-c52050e1d012-d2fc7912, #w-node-bd2ee251-c276-a9be-9291-c52050e1d013-d2fc7912, #w-node-bd2ee251-c276-a9be-9291-c52050e1d016-d2fc7912, #w-node-bd2ee251-c276-a9be-9291-c52050e1d017-d2fc7912, #w-node-bd2ee251-c276-a9be-9291-c52050e1d01a-d2fc7912, #w-node-bd2ee251-c276-a9be-9291-c52050e1d01b-d2fc7912, #w-node-bd2ee251-c276-a9be-9291-c52050e1d01e-d2fc7912, #w-node-bd2ee251-c276-a9be-9291-c52050e1d01f-d2fc7912, #w-node-bd2ee251-c276-a9be-9291-c52050e1d022-d2fc7912, #w-node-bd2ee251-c276-a9be-9291-c52050e1d023-d2fc7912, #w-node-bd2ee251-c276-a9be-9291-c52050e1d026-d2fc7912, #w-node-bd2ee251-c276-a9be-9291-c52050e1d027-d2fc7912, #w-node-bd2ee251-c276-a9be-9291-c52050e1d02a-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6350-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6351-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6356-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6357-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e635b-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e635c-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6360-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6361-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6365-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6366-d2fc7912 {
  justify-self: start;
}

#w-node-_6213c892-cde8-7db5-3d69-d92edf4fd23b-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6213c892-cde8-7db5-3d69-d92edf4fd23c-d2fc7912 {
  justify-self: start;
}

#w-node-_6213c892-cde8-7db5-3d69-d92edf4fd240-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6213c892-cde8-7db5-3d69-d92edf4fd241-d2fc7912 {
  justify-self: start;
}

#w-node-_6213c892-cde8-7db5-3d69-d92edf4fd245-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6213c892-cde8-7db5-3d69-d92edf4fd246-d2fc7912 {
  justify-self: start;
}

#w-node-_6213c892-cde8-7db5-3d69-d92edf4fd24a-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6213c892-cde8-7db5-3d69-d92edf4fd24b-d2fc7912 {
  justify-self: start;
}

#w-node-_6213c892-cde8-7db5-3d69-d92edf4fd24f-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6213c892-cde8-7db5-3d69-d92edf4fd250-d2fc7912 {
  justify-self: start;
}

#w-node-_6213c892-cde8-7db5-3d69-d92edf4fd254-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6213c892-cde8-7db5-3d69-d92edf4fd255-d2fc7912 {
  justify-self: start;
}

#w-node-_6213c892-cde8-7db5-3d69-d92edf4fd259-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6213c892-cde8-7db5-3d69-d92edf4fd25a-d2fc7912 {
  justify-self: start;
}

#w-node-_6213c892-cde8-7db5-3d69-d92edf4fd25e-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6213c892-cde8-7db5-3d69-d92edf4fd25f-d2fc7912 {
  justify-self: start;
}

#w-node-_6213c892-cde8-7db5-3d69-d92edf4fd263-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6213c892-cde8-7db5-3d69-d92edf4fd264-d2fc7912 {
  justify-self: start;
}

#w-node-_6213c892-cde8-7db5-3d69-d92edf4fd268-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6213c892-cde8-7db5-3d69-d92edf4fd269-d2fc7912 {
  justify-self: start;
}

#w-node-_6213c892-cde8-7db5-3d69-d92edf4fd26d-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6213c892-cde8-7db5-3d69-d92edf4fd26e-d2fc7912 {
  justify-self: start;
}

#w-node-_7a24b219-4f4d-d152-61ea-093b417dab2a-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a24b219-4f4d-d152-61ea-093b417dab2b-d2fc7912 {
  justify-self: start;
}

#w-node-_7a24b219-4f4d-d152-61ea-093b417dab2f-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a24b219-4f4d-d152-61ea-093b417dab30-d2fc7912 {
  justify-self: start;
}

#w-node-_7a24b219-4f4d-d152-61ea-093b417dab34-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a24b219-4f4d-d152-61ea-093b417dab35-d2fc7912 {
  justify-self: start;
}

#w-node-_7a24b219-4f4d-d152-61ea-093b417dab39-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a24b219-4f4d-d152-61ea-093b417dab3a-d2fc7912 {
  justify-self: start;
}

#w-node-_7a24b219-4f4d-d152-61ea-093b417dab3e-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a24b219-4f4d-d152-61ea-093b417dab3f-d2fc7912 {
  justify-self: start;
}

#w-node-_7a24b219-4f4d-d152-61ea-093b417dab43-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a24b219-4f4d-d152-61ea-093b417dab44-d2fc7912 {
  justify-self: start;
}

#w-node-_7a24b219-4f4d-d152-61ea-093b417dab48-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a24b219-4f4d-d152-61ea-093b417dab49-d2fc7912 {
  justify-self: start;
}

#w-node-_7a24b219-4f4d-d152-61ea-093b417dab4d-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a24b219-4f4d-d152-61ea-093b417dab4e-d2fc7912 {
  justify-self: start;
}

#w-node-_7a24b219-4f4d-d152-61ea-093b417dab52-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a24b219-4f4d-d152-61ea-093b417dab53-d2fc7912 {
  justify-self: start;
}

#w-node-_7a24b219-4f4d-d152-61ea-093b417dab57-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a24b219-4f4d-d152-61ea-093b417dab58-d2fc7912 {
  justify-self: start;
}

#w-node-_7a24b219-4f4d-d152-61ea-093b417dab5c-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a24b219-4f4d-d152-61ea-093b417dab5d-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6376-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6379-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e637a-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e637d-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e637e-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6381-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6382-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6386-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6389-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e638a-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e638d-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e638e-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6391-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6399-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e639a-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e639b-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e639d-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e63a0-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e63a1-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e63a2-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e63a6-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e63a9-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e63aa-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e63ab-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e63af-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e63b3-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e63b4-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e63ba-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e63bd-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e63be-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e63bf-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e63c3-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e63c6-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e63c7-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e63c8-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e63ce-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e63d2-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e63d3-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e63d7-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e63da-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e63df-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e63e0-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e63e1-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e63e5-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e63e8-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e63e9-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e63ea-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e63f0-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e63f3-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e63f4-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e63f5-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e63fb-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e63fe-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e63ff-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6400-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6408-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e640b-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e640c-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e640d-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6419-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e641a-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e641b-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e641f-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6424-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6425-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6426-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e642c-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6431-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6432-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6433-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6439-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e643e-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e643f-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6440-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6448-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e644e-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e644f-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6455-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e645a-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e645b-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e645c-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6460-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6463-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6464-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6465-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e646b-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e646e-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e646f-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6470-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6476-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6479-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e647a-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e647b-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6483-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6486-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6487-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6488-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e648e-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6491-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6492-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6493-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e649b-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e649f-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e64a0-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e64a6-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e64af-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e64b0-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e64b1-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e64b2-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e64b4-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e64b7-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e64bb-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e64bc-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e64bd-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e64c6-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e64c7-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e64c8-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e64d1-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e64d2-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e64d3-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e64d4-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e64da-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e64db-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e64dc-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e64dd-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e64df-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e64e3-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e64e4-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e64e5-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e64e6-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e64e8-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e64f1-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e64f8-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e64f9-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e64fa-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e64fb-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e64fd-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6500-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6504-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6505-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6506-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e650f-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6510-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6511-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e651a-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e651b-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e651c-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e651d-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6523-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6524-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6525-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6526-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6528-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e652c-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e652d-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e652e-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e652f-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6531-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e657e-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e657f-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6584-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6585-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e658d-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e658e-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6595-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6596-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e65c7-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e65cb-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e65cc-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e65ce-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e65d0-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e65d1-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e65d3-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e65d5-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e65d6-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e65d8-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e65da-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e65db-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e65dd-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e65df-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e65e0-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e65e2-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e65e4-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e65e5-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e65e7-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e65e9-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e65eb-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e65ed-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e65ef-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e65f0-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e65f2-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e65f3-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e65f5-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e65f6-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e65f8-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e65f9-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e65fb-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e65fc-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e65fe-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e65ff-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6601-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6602-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6604-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e660a-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e660e-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e660f-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6611-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6613-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6614-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6616-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6618-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6619-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e661b-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e661d-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e661e-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6620-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6622-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6623-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6625-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6627-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6628-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e662a-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e662c-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e662d-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e662f-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6631-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6632-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6634-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6636-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6637-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6639-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e663b-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e663c-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e663e-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6640-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6641-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6643-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6648-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e664c-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e664e-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6651-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6656-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e665b-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6660-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6665-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e666c-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e666d-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e666f-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6670-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6672-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6673-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6675-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6676-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6678-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6679-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e667b-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e667c-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e667e-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e667f-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6681-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6682-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6684-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6685-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6687-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6688-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e668a-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e668b-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e668d-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e668e-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6690-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6691-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6693-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6694-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6696-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6697-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6699-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e669a-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e669c-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e669d-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e669f-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e66a0-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e66a2-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e66a3-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e66a5-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e66a6-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e66a8-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e66a9-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e66ab-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e66ac-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e66ae-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e66af-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e66b1-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e66b2-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e66b4-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e66b5-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e66b7-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e66b8-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e66ba-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e66bb-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e66bd-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e66be-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e66c0-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e66c1-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e66c3-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e66c4-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e66c9-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e66cd-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e66cf-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e66d2-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e66d7-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e66dc-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e66e1-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e66e6-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e66ed-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e66ee-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e66f0-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e66f1-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e66f3-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e66f4-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e66f6-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e66f7-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e66f9-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e66fa-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e66fc-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e66fd-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e66ff-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6700-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6702-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6703-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6705-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6706-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6708-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6709-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e670b-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e670c-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e670e-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e670f-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6711-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6712-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6714-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6715-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6717-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6718-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e671a-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e671b-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e671d-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e671e-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6720-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6721-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6723-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6724-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6726-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6727-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6729-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e672a-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e672c-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e672d-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e672f-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6730-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6732-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6733-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6735-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6736-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6738-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6739-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e673b-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e673c-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e673e-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e673f-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6741-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6742-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6744-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6745-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e674a-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e674d-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e674e-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6750-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6751-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6753-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6754-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6756-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6757-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6759-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e675a-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e675c-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e675d-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e675f-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6760-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6762-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6763-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6765-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6766-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6768-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6769-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e676b-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e676c-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e676e-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e676f-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6771-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6772-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6774-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6775-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6777-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6778-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e677a-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e677b-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e677d-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e677e-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6780-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6781-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6783-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6784-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6786-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6787-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6789-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e678a-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e678c-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e678d-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e687f-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e6883-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6884-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6888-d2fc7912, #w-node-bbc02285-029d-01e4-3599-97a05a1e688a-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e688b-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e688f-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6890-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6894-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6895-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e6899-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e689a-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e689e-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e689f-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e68a3-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e68a4-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e68a8-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e68a9-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e68ad-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e68ae-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e68b2-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e68b3-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e68b7-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e68b8-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e68bb-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e68bc-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e68c0-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e68c1-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e68c5-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e68c6-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e68ca-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e68cb-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e68cf-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e68d0-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e68d4-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e68d5-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e68d9-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e68da-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e68de-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e68df-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e68e3-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e68e4-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e68e8-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e68e9-d2fc7912 {
  justify-self: start;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e68ed-d2fc7912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc02285-029d-01e4-3599-97a05a1e68ee-d2fc7912 {
  justify-self: start;
}

#w-node-_36716301-62e2-3715-6ff7-2a87b05ae5d0-a7c8482f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36716301-62e2-3715-6ff7-2a87b05ae5e7-a7c8482f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d0150c9b-1040-b32a-3a3d-31ea71975765-8eb99e43 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d0150c9b-1040-b32a-3a3d-31ea7197577c-8eb99e43 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c03d680c-67e6-5da8-0ea8-18846b439d11-995d18d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_35ce29fa-ef57-9043-0915-6858329a4e84-76350012 {
  order: 0;
}

#w-node-_2362707b-024d-36a5-de15-7789743b1ace-18e243cc, #w-node-_2362707b-024d-36a5-de15-7789743b1ad4-18e243cc, #w-node-_2362707b-024d-36a5-de15-7789743b1ada-18e243cc, #w-node-bf8cf9d3-a920-0ce5-01d9-4e2ffd30b24a-b041d10b, #w-node-_2362707b-024d-36a5-de15-7789743b1ace-b041d10b, #w-node-_2362707b-024d-36a5-de15-7789743b1ad4-b041d10b, #w-node-_2362707b-024d-36a5-de15-7789743b1ada-b041d10b {
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_36716301-62e2-3715-6ff7-2a87b05ae5e7-a7c8482f, #w-node-d0150c9b-1040-b32a-3a3d-31ea7197577c-8eb99e43 {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Neuehaasunicapro';
  src: url('../fonts/NeueHaasUnicaPro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuehaasunicapro';
  src: url('../fonts/NeueHaasUnicaPro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Encryptsim';
  src: url('../fonts/encryptsim-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}