/* _content/NoventiFlex.Landingpage/Components/App.razor.rz.scp.css */
body[b-g2fp2bl7ty] {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", "Fira Sans";
  --pc: #c7358c;
  --lpc: #d35ca3;
  overflow-x: hidden;
}
[b-g2fp2bl7ty] * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
[b-g2fp2bl7ty] a[role=button],
[b-g2fp2bl7ty] button {
  background-color: var(--pc);
  border: 2px solid var(--pc);
  color: #FFF;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  padding: 8px 24px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}
[b-g2fp2bl7ty] a[role=button]:hover,
[b-g2fp2bl7ty] button:hover {
  background-color: var(--lpc);
}
[b-g2fp2bl7ty] a[role=button].secondary,
[b-g2fp2bl7ty] button.secondary {
  background-color: transparent;
  color: var(--pc);
}
[b-g2fp2bl7ty] a[role=button].secondary:hover,
[b-g2fp2bl7ty] button.secondary:hover {
  background-color: #EFEFEF;
}
[b-g2fp2bl7ty] a[role=button][disabled],
[b-g2fp2bl7ty] button[disabled] {
  opacity: 0.4;
  cursor: no-drop;
}
[b-g2fp2bl7ty] input,
[b-g2fp2bl7ty] select,
[b-g2fp2bl7ty] textarea {
  border: 1.5px solid #D8E2F5;
  border-radius: 8px;
  color: #4A5C7A;
  font-size: 16px;
  font-weight: 400;
}
[b-g2fp2bl7ty] input,
[b-g2fp2bl7ty] textarea {
  padding: 5px 12px;
  line-height: 30px;
  outline: none;
}
[b-g2fp2bl7ty] input::placeholder,
[b-g2fp2bl7ty] textarea::placeholder {
  color: #A1B0CA;
}
[b-g2fp2bl7ty] input[type=email] {
  text-transform: lowercase;
}
[b-g2fp2bl7ty] textarea {
  resize: none;
}
[b-g2fp2bl7ty] a {
  color: var(--pc);
}
[b-g2fp2bl7ty] select {
  padding: 10px 8px;
  line-height: 30px;
}
/* _content/NoventiFlex.Landingpage/Components/Elements/AppHeader.razor.rz.scp.css */
header[b-is9wp8lxjh] {
  border-bottom: 1px solid #D8E2F5;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  padding: 0 100px;
  width: 100%;
  background-color: #FFF;
  position: fixed;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(4px);
}
@media only screen and (max-width: 800px) {
  header[b-is9wp8lxjh] {
    height: 60px;
    padding: 0;
    justify-content: space-between;
  }
}
header > a > img[b-is9wp8lxjh] {
  width: 248px;
  margin: 8px 10px 8px 0;
}
@media only screen and (max-width: 800px) {
  header > a > img[b-is9wp8lxjh] {
    width: 220px;
    padding: 10px 20px;
    margin: 0;
    flex: 1;
  }
}
header[b-is9wp8lxjh]  a {
  font-size: 16px;
  text-decoration: none;
  color: #3B3B3B;
}
header[b-is9wp8lxjh]  a.active {
  color: var(--pc);
  font-weight: 600;
}
header > nav.center[b-is9wp8lxjh] {
  flex: 1;
  display: flex;
  justify-content: center;
  max-width: 1122px;
}
@media only screen and (max-width: 800px) {
  header > nav.center[b-is9wp8lxjh] {
    display: none;
  }
}
header > nav.center[b-is9wp8lxjh] >  a {
  margin: 0 14px;
}
header > nav.center[b-is9wp8lxjh] >  a.more {
  display: none;
  position: relative;
}
header > nav.center[b-is9wp8lxjh] >  a.more img {
  width: 20px;
  height: 18px;
  cursor: pointer;
}
header > nav.center[b-is9wp8lxjh] >  a.more nav {
  top: 24px;
  left: -70px;
  position: absolute;
  border: 1px solid #D8E2F5;
  background-color: #FFF;
  z-index: 300;
  display: flex;
  padding: 0;
  flex-direction: column;
  box-shadow: 0 4px 42px rgba(55, 116, 208, 0.1);
}
header > nav.center[b-is9wp8lxjh] >  a.more nav > a {
  padding: 10px 16px;
  margin: 0;
  width: 150px;
  display: none;
}
header > nav.center[b-is9wp8lxjh] >  a.more nav > a:hover {
  background-color: #EAEAEA;
}
@media only screen and (max-width: 1100px) {
  header > nav.center[b-is9wp8lxjh] >  a.more nav > a.p2 {
    display: block;
  }
}
@media only screen and (max-width: 1280px) {
  header > nav.center[b-is9wp8lxjh] >  a.more nav > a.p3 {
    display: block;
  }
}
@media only screen and (max-width: 1440px) {
  header > nav.center[b-is9wp8lxjh] >  a.more nav > a.p4 {
    display: block;
  }
}
@media only screen and (max-width: 1100px) {
  header > nav.center[b-is9wp8lxjh] >  a.p2 {
    display: none;
  }
}
@media only screen and (max-width: 1280px) {
  header > nav.center[b-is9wp8lxjh] >  a.p3 {
    display: none;
  }
}
@media only screen and (max-width: 1440px) {
  header > nav.center[b-is9wp8lxjh] >  a.p4 {
    display: none;
  }
  header > nav.center[b-is9wp8lxjh] >  a.more {
    display: block;
  }
}
header > aside[b-is9wp8lxjh] {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 220px;
}
@media only screen and (max-width: 800px) {
  header > aside[b-is9wp8lxjh] {
    display: none;
  }
}
header > aside[b-is9wp8lxjh]  ul {
  list-style: none;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #3B3B3B;
  cursor: pointer;
}
header > aside[b-is9wp8lxjh]  ul li:nth-of-type(1) {
  padding-right: 14px;
  border-right: 1px solid #A1B0CA;
}
header > aside[b-is9wp8lxjh]  ul li:nth-of-type(2) {
  padding-left: 14px;
}
header > aside[b-is9wp8lxjh]  ul li.active {
  color: var(--pc);
  font-weight: 600;
  cursor: default;
}
header > aside a[role=button][b-is9wp8lxjh] {
  margin-left: 28px;
}
header > nav.right[b-is9wp8lxjh] {
  display: none;
}
@media only screen and (max-width: 800px) {
  header > nav.right[b-is9wp8lxjh] {
    display: block;
  }
}
header > nav.right > img[b-is9wp8lxjh] {
  width: 62px;
  height: 42px;
  padding: 10px 20px;
  cursor: pointer;
}
header > nav.right > aside[b-is9wp8lxjh] {
  position: fixed;
  left: 0;
  top: 60px;
  right: 0;
  display: flex;
  flex-direction: column;
  background-color: #FFF;
  z-index: 300;
  opacity: 0;
  animation: fade-in-top 300ms forwards ease-out;
  border-bottom: 1px solid #D8E2F5;
}
header > nav.right > aside[b-is9wp8lxjh] >  a {
  padding: 12px 20px;
  width: 150px;
  border-bottom: 1px solid #D8E2F5;
  width: 100%;
}
header > nav.right > aside[b-is9wp8lxjh] >  a:hover {
  background-color: #EAEAEA;
}
header > nav.right > aside > div[b-is9wp8lxjh] {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
header > nav.right > aside > div[b-is9wp8lxjh]  ul {
  list-style: none;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #3B3B3B;
  cursor: pointer;
}
header > nav.right > aside > div[b-is9wp8lxjh]  ul li:nth-of-type(1) {
  padding-right: 14px;
  border-right: 1px solid #A1B0CA;
}
header > nav.right > aside > div[b-is9wp8lxjh]  ul li:nth-of-type(2) {
  padding-left: 14px;
}
header > nav.right > aside > div[b-is9wp8lxjh]  ul li.active {
  color: var(--pc);
  font-weight: 600;
  cursor: default;
}
/* _content/NoventiFlex.Landingpage/Components/Elements/CheckBox.razor.rz.scp.css */
.check-box[b-06rt9ky02l] {
  display: block;
  position: relative;
  padding: 2px 0 0 35px;
  cursor: pointer;
  font-size: 18px;
  user-select: none;
  color: #3B3B3B;
}
.check-box[disabled][b-06rt9ky02l] {
  cursor: no-drop;
}
.check-box[b-06rt9ky02l] >  input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.check-box-mark[b-06rt9ky02l] {
  position: absolute;
  top: 0;
  left: 0;
  height: 26px;
  width: 26px;
  border-radius: 4px;
  border: 1px solid var(--pc);
}
.check-box-mark[b-06rt9ky02l]:after {
  content: "";
  position: absolute;
  display: none;
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  border-radius: 0 0 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.check-box[disabled] .check-box-mark[b-06rt9ky02l] {
  opacity: 0.4;
}
.check-box:hover[b-06rt9ky02l]  input ~ .check-box-mark {
  background-color: #DDD;
}
.check-box[b-06rt9ky02l]  input:checked ~ .check-box-mark {
  background-color: var(--pc);
}
.check-box[b-06rt9ky02l]  input:checked ~ .check-box-mark:after {
  display: block;
}
/* _content/NoventiFlex.Landingpage/Components/Elements/LoadingIndicator.razor.rz.scp.css */
div[b-f8b0cqufea] {
  margin: 30px 0 40px 0;
  width: 48px;
  height: 48px;
  border: 5px solid #CCC;
  border-bottom-color: var(--pc);
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: loading-rotation-b-f8b0cqufea 1s linear infinite;
}
@keyframes loading-rotation-b-f8b0cqufea {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* _content/NoventiFlex.Landingpage/Components/Elements/OrderHeader.razor.rz.scp.css */
nav[b-q27l3s4lvr] {
  position: fixed;
  top: 90px;
  left: 0;
  right: 0;
  z-index: 999;
  backdrop-filter: blur(4px);
  background-color: rgba(195, 221, 228, 0.9);
  padding: 10px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  opacity: 0;
  animation: fade-in-top 300ms forwards ease-out;
}
@media only screen and (max-width: 800px) {
  nav[b-q27l3s4lvr] {
    top: 60px;
  }
}
nav > div[b-q27l3s4lvr] {
  display: flex;
  align-items: center;
  background-color: #FFF;
  padding: 8px 12px;
  width: 220px;
  position: relative;
  overflow: hidden;
  opacity: 0.6;
}
nav > div > mark[b-q27l3s4lvr] {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 600;
  background-color: var(--pc);
  color: #FFF;
  text-align: center;
  margin-right: 8px;
}
@media only screen and (max-width: 800px) {
  nav > div > mark[b-q27l3s4lvr] {
    width: 20px;
    height: 20px;
    font-size: 10px;
    margin-right: 6px;
  }
}
nav > div > span[b-q27l3s4lvr] {
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (max-width: 800px) {
  nav > div > span[b-q27l3s4lvr] {
    font-size: 13px;
  }
}
nav > div:first-child[b-q27l3s4lvr],
nav > div:last-child[b-q27l3s4lvr] {
  width: 200px;
}
nav > div:first-child[b-q27l3s4lvr] {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
nav > div:last-child[b-q27l3s4lvr] {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
nav > div:not(:last-child)[b-q27l3s4lvr]:after {
  content: ' ';
  position: absolute;
  width: 50px;
  height: 50px;
  right: -12px;
  rotate: 45deg;
  border-top: 20px solid #C3DDE4;
  border-right: 20px solid #C3DDE4;
  border-radius: 0 8px 0 0;
}
nav > div:not(:first-child)[b-q27l3s4lvr] {
  padding-left: 28px;
  margin-left: -14px;
}
nav > div:not(:first-child)[b-q27l3s4lvr]:before {
  content: ' ';
  position: absolute;
  width: 50px;
  height: 50px;
  left: -47px;
  rotate: 45deg;
  background-color: #FFF;
  border-top: 6px solid #C3DDE4;
  border-right: 6px solid #C3DDE4;
  border-radius: 0 8px 0 0;
}
nav > div.complete[b-q27l3s4lvr],
nav > div.active[b-q27l3s4lvr] {
  opacity: 1;
}
nav > div.complete > mark[b-q27l3s4lvr] {
  background: url('/images/advantages/check.svg');
  background-size: 100%;
  color: transparent;
}
/* _content/NoventiFlex.Landingpage/Components/Elements/OrderSummary.razor.rz.scp.css */
section[b-e6nswqrc6l] {
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 42px rgba(55, 116, 208, 0.15);
  padding: 40px;
  border-radius: 8px;
  height: 600px;
  width: 384px;
}
section h1[b-e6nswqrc6l] {
  font-weight: 600;
  font-size: 28px;
  line-height: 1em;
  color: #3B3B3B;
  padding-bottom: 26px;
  border-bottom: 1px solid #D8E2F5;
  margin-bottom: 16px;
}
section div[b-e6nswqrc6l] {
  font-size: 18px;
  line-height: 1.5em;
  color: #3B3B3B;
}
section div.modules[b-e6nswqrc6l],
section div.discount[b-e6nswqrc6l],
section div.price[b-e6nswqrc6l],
section div.tax[b-e6nswqrc6l],
section div.total[b-e6nswqrc6l],
section div.reference[b-e6nswqrc6l] {
  display: flex;
  justify-content: space-between;
}
section div.modules[b-e6nswqrc6l] {
  font-weight: 600;
}
section div.price[b-e6nswqrc6l] {
  padding-top: 16px;
  border-top: 1px solid #D8E2F5;
  margin-top: 16px;
}
section div.discount span:first-child[b-e6nswqrc6l] {
  color: #36B525;
}
section div.total[b-e6nswqrc6l] {
  padding-top: 16px;
  border-top: 1px solid #D8E2F5;
  margin-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #D8E2F5;
  margin-bottom: 16px;
  font-weight: 600;
}
section div.space[b-e6nswqrc6l] {
  flex: 1;
}
section div.trial-period[b-e6nswqrc6l] {
  display: block;
  padding: 10px 14px;
  font-size: 16px;
  line-height: 120%;
  border-radius: 8px;
  color: #0D6847;
  border: 1px solid rgba(24, 187, 128, 0.2);
  background-color: rgba(24, 187, 128, 0.2);
  margin-bottom: 20px;
}
section button[b-e6nswqrc6l] {
  font-size: 16px;
  padding: 12px 36px;
}
/* _content/NoventiFlex.Landingpage/Components/Elements/RadioButton.razor.rz.scp.css */
.radio-button[b-b9mginnbv7] {
  display: block;
  position: relative;
  padding: 1px 0 0 28px;
  cursor: pointer;
  font-size: 14px;
  user-select: none;
  color: #3B3B3B;
}
.radio-button[b-b9mginnbv7] >  input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.radio-button-mark[b-b9mginnbv7] {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  border: 1px solid var(--pc);
}
.radio-button-mark[b-b9mginnbv7]:after {
  content: "";
  position: absolute;
  display: none;
  left: 3.5px;
  top: 3.5px;
  width: 10px;
  height: 10px;
  background-color: var(--pc);
  border-radius: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.radio-button:hover[b-b9mginnbv7]  input ~ .radio-button-mark {
  background-color: #DDD;
}
.radio-button[b-b9mginnbv7]  input:checked ~ .radio-button-mark {
  background-color: #FFF;
}
.radio-button[b-b9mginnbv7]  input:checked ~ .radio-button-mark:after {
  display: block;
}
/* _content/NoventiFlex.Landingpage/Components/Elements/TabGroup.razor.rz.scp.css */
.tab-group[b-3ym42ix2kn] {
  background-color: #FFF;
  border-radius: 13px;
  box-shadow: 0 4px 42px rgba(55, 116, 208, 0.15);
  display: flex;
  padding: 4px;
  position: relative;
}
@media only screen and (max-width: 800px) {
  .tab-group[b-3ym42ix2kn] {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.tab-group > .marker[b-3ym42ix2kn],
.tab-group > .tab[b-3ym42ix2kn] {
  height: 38px;
  border-radius: 8px;
  margin: 4px;
}
.tab-group > .marker[b-3ym42ix2kn] {
  position: absolute;
  background-color: #EAEFF5;
  z-index: 1;
  transition: left 300ms ease-out;
}
@media only screen and (max-width: 800px) {
  .tab-group > .marker[b-3ym42ix2kn] {
    display: none;
  }
}
.tab-group > .tab[b-3ym42ix2kn] {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #4A5C7A;
  cursor: pointer;
  z-index: 2;
}
.tab-group > .tab:hover:not(.active)[b-3ym42ix2kn] {
  background-color: #F1F5FB;
}
.tab-group > .tab:not(.active)[b-3ym42ix2kn] {
  /*.mobile-size({
                display: none;
            });*/
}
.tab-group > .tab.active[b-3ym42ix2kn] {
  cursor: default;
}
@media only screen and (max-width: 800px) {
  .tab-group > .tab.active[b-3ym42ix2kn] {
    background-color: #EAEFF5;
  }
}
/* _content/NoventiFlex.Landingpage/Components/Layout/MainLayout.razor.rz.scp.css */
#main-content[b-l7gcfw3g3c] {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: safe center;
  align-items: center;
  width: 100%;
  padding: 90px 0 88px 0;
}
@media only screen and (max-width: 800px) {
  #main-content[b-l7gcfw3g3c] {
    padding: 60px 0 0 0;
  }
}
#main-content > main[b-l7gcfw3g3c] {
  flex-direction: column;
  width: 100%;
  max-width: 1800px;
  margin: 20px 0;
  overflow: visible;
  padding: 0 100px;
}
@media only screen and (max-width: 800px) {
  #main-content > main[b-l7gcfw3g3c] {
    flex-direction: column;
    padding: 0 20px;
  }
}
#main-footer[b-l7gcfw3g3c] {
  position: fixed;
  bottom: 0;
  z-index: 999;
  width: 100%;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #4A5C7A;
  min-height: 88px;
  padding: 0 100px;
  background-color: rgba(243, 247, 248, 0.9);
  backdrop-filter: blur(4px);
}
@media only screen and (max-width: 800px) {
  #main-footer[b-l7gcfw3g3c] {
    position: static;
    flex-direction: column;
    padding: 0 20px;
  }
}
#main-footer > div[b-l7gcfw3g3c] {
  flex: 1;
  max-width: 1300px;
  margin: 20px 0;
}
@media only screen and (max-width: 800px) {
  #main-footer > div[b-l7gcfw3g3c] {
    flex: none;
    margin: 0;
    font-size: 14px;
    text-align: center;
  }
}
#main-footer > aside[b-l7gcfw3g3c] {
  width: 300px;
  text-align: right;
  margin: 20px 0;
}
@media only screen and (max-width: 800px) {
  #main-footer > aside[b-l7gcfw3g3c] {
    width: auto;
    margin: 10px 0 0 0;
    text-align: center;
    font-size: 14px;
  }
}
#main-footer[b-l7gcfw3g3c]  a {
  text-decoration: none;
  color: #4A5C7A;
  margin-left: 20px;
}
#main-footer[b-l7gcfw3g3c]  a:first-child {
  margin-left: 0;
}
#main-footer[b-l7gcfw3g3c]  a.active {
  color: var(--pc);
  font-weight: 600;
}
/* _content/NoventiFlex.Landingpage/Components/Pages/AdvantagesPage.razor.rz.scp.css */
section[b-a6vjy9r9ax] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 800px) {
  section[b-a6vjy9r9ax] {
    flex: 1;
  }
}
section > h1[b-a6vjy9r9ax] {
  font-weight: 600;
  font-size: 42px;
  color: #1C1C1C;
  opacity: 0;
  animation: fade-in-top 300ms forwards ease-out;
}
section > p[b-a6vjy9r9ax] {
  font-size: 18px;
  color: #4A5C7A;
  line-height: 30px;
  text-align: center;
  opacity: 0;
  animation: fade-in-top 300ms forwards ease-out;
}
@media only screen and (min-width: 800px) {
  section > p[b-a6vjy9r9ax] {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 800px) {
  section > p[b-a6vjy9r9ax] {
    margin-bottom: 20px;
  }
}
section[b-a6vjy9r9ax] >  .tab-group {
  opacity: 0;
  animation: fade-in-top 300ms forwards ease-out;
}
section > article[b-a6vjy9r9ax] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 800px) {
  section > article[b-a6vjy9r9ax] {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 800px) {
  section > article[b-a6vjy9r9ax] {
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
  }
}
section > article > main[b-a6vjy9r9ax] {
  display: flex;
  align-items: stretch;
  min-height: 372px;
}
@media only screen and (max-width: 800px) {
  section > article > main[b-a6vjy9r9ax] {
    flex-direction: column;
    min-height: auto;
  }
}
section > article > main > ul[b-a6vjy9r9ax] {
  list-style: none;
  color: #4A5C7A;
  font-size: 18px;
  width: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section > article > main > ul:first-child[b-a6vjy9r9ax] {
  margin-right: 42px;
}
@media only screen and (max-width: 1280px) {
  section > article > main > ul:first-child[b-a6vjy9r9ax] {
    margin-right: 0;
  }
}
section > article > main > ul:first-child > li[b-a6vjy9r9ax] {
  opacity: 0;
  animation: fade-in-left 300ms forwards ease-out;
}
@media only screen and (min-width: 800px) {
  section > article > main > ul:last-child[b-a6vjy9r9ax] {
    margin-left: 42px;
  }
}
@media only screen and (max-width: 800px) {
  section > article > main > ul:last-child[b-a6vjy9r9ax] {
    margin-top: 30px;
    margin-left: 0;
  }
}
section > article > main > ul:last-child > li[b-a6vjy9r9ax] {
  opacity: 0;
  animation: fade-in-right 300ms forwards ease-out;
}
section > article > main > ul > li[b-a6vjy9r9ax] {
  margin-bottom: 30px;
  padding-left: 44px;
  position: relative;
}
section > article > main > ul > li:last-child[b-a6vjy9r9ax] {
  margin-bottom: 0;
}
section > article > main > ul > li[b-a6vjy9r9ax]::before {
  content: '';
  background: url('/images/advantages/check.svg');
  background-size: 100%;
  top: -4px;
  width: 30px;
  height: 30px;
  left: 0;
  display: block;
  position: absolute;
}
section > article > main > ul > li > small[b-a6vjy9r9ax] {
  font-size: 10pt;
  line-height: 1;
}
section > article > main > ul > li.advantage-1[b-a6vjy9r9ax] {
  animation-delay: 100ms;
}
section > article > main > ul > li.advantage-2[b-a6vjy9r9ax] {
  animation-delay: 200ms;
}
section > article > main > ul > li.advantage-3[b-a6vjy9r9ax] {
  animation-delay: 300ms;
}
section > article > main > ul > li.advantage-4[b-a6vjy9r9ax] {
  animation-delay: 400ms;
}
section > article > main > ul > li.advantage-5[b-a6vjy9r9ax] {
  animation-delay: 500ms;
}
section > article > main > ul > li.advantage-6[b-a6vjy9r9ax] {
  animation-delay: 600ms;
}
section > article > main > aside[b-a6vjy9r9ax] {
  margin: 0 8px;
  display: flex;
}
section > article > main > aside:first-of-type[b-a6vjy9r9ax] {
  align-items: end;
  padding-bottom: 8px;
  opacity: 0;
  animation: fade-in-left 300ms forwards ease-out;
  animation-delay: 300ms;
}
section > article > main > aside:last-of-type[b-a6vjy9r9ax] {
  align-items: start;
  opacity: 0;
  animation: fade-in-right 300ms forwards ease-out;
  animation-delay: 100ms;
}
section > article > main > img[b-a6vjy9r9ax] {
  width: 280px;
  height: 372px;
  border-radius: 100px;
  opacity: 0;
  animation: fade-in 300ms forwards ease-out;
}
@media only screen and (max-width: 1280px) {
  section > article > main > aside[b-a6vjy9r9ax],
  section > article > main > img[b-a6vjy9r9ax] {
    display: none;
  }
}
section > article > footer > svg[b-a6vjy9r9ax] {
  height: 55px;
  margin-right: 188px;
  opacity: 0;
  animation: fade-in-bottom 300ms forwards ease-out;
  animation-delay: 500ms;
}
@media only screen and (max-width: 1280px) {
  section > article > footer > svg[b-a6vjy9r9ax] {
    display: none;
  }
}
@media only screen and (min-width: 800px) {
  section > article > footer > img[b-a6vjy9r9ax] {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  section > article > footer > img[b-a6vjy9r9ax] {
    max-width: 280px;
    margin-top: 50px;
    border-radius: 100px;
    opacity: 0;
    animation: fade-in 300ms forwards ease-out;
  }
}
/* _content/NoventiFlex.Landingpage/Components/Pages/ContactPage.razor.rz.scp.css */
section[b-91sqpwgmun] {
  display: flex;
}
@media only screen and (max-width: 680px) {
  section[b-91sqpwgmun] {
    flex: 1;
    justify-content: start;
    flex-direction: column;
    overflow-y: auto;
    flex-grow: 1;
    flex-basis: 0;
  }
}
section aside[b-91sqpwgmun] {
  color: #FFF;
  margin-right: 60px;
  position: relative;
}
@media only screen and (max-width: 1500px) {
  section aside[b-91sqpwgmun] {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  section aside[b-91sqpwgmun] {
    display: none;
  }
}
section aside > main[b-91sqpwgmun] {
  opacity: 0;
  animation: fade-in-left 300ms forwards ease-out;
  background: var(--pc);
  border-radius: 60px;
  width: 530px;
  height: 528px;
  padding: 60px;
}
@media only screen and (max-width: 1500px) {
  section aside > main[b-91sqpwgmun] {
    background-size: 340px auto;
    width: 340px;
    height: 384px;
    padding: 40px;
  }
}
section aside > main small[b-91sqpwgmun] {
  display: inline-block;
  margin-top: 20px;
}
section aside > svg[b-91sqpwgmun] {
  position: absolute;
}
@media only screen and (max-width: 1500px) {
  section aside > svg[b-91sqpwgmun] {
    transform: scale(0.64);
  }
}
section aside > svg:nth-of-type(1)[b-91sqpwgmun] {
  opacity: 0;
  animation: fade-in-top 300ms forwards ease-out;
  top: -50px;
  left: -50px;
  animation-delay: 200ms;
}
section aside > svg:nth-of-type(2)[b-91sqpwgmun] {
  opacity: 0;
  animation: fade-in-right 300ms forwards ease-out;
  bottom: 5px;
  right: -120px;
  animation-delay: 300ms;
}
@media only screen and (max-width: 1500px) {
  section aside > svg:nth-of-type(2)[b-91sqpwgmun] {
    bottom: auto;
    top: 296px;
    right: -96px;
  }
}
section aside > svg:nth-of-type(3)[b-91sqpwgmun] {
  opacity: 0;
  animation: fade-in-bottom 300ms forwards ease-out;
  bottom: -80px;
  right: 0;
  animation-delay: 400ms;
}
@media only screen and (max-width: 1500px) {
  section aside > svg:nth-of-type(3)[b-91sqpwgmun] {
    bottom: auto;
    top: 380px;
    right: -10px;
  }
}
section aside h1[b-91sqpwgmun] {
  font-weight: 600;
  font-size: 42px;
  line-height: 52px;
  color: #FFFFFF;
}
@media only screen and (max-width: 1500px) {
  section aside h1[b-91sqpwgmun] {
    font-size: 22px;
    line-height: 32px;
  }
}
section aside p[b-91sqpwgmun] {
  margin: 30px 0;
  font-size: 18px;
  line-height: 150%;
}
@media only screen and (max-width: 1500px) {
  section aside p[b-91sqpwgmun] {
    margin: 20px 0;
    font-size: 14px;
  }
}
section aside .phone[b-91sqpwgmun],
section aside .mail[b-91sqpwgmun] {
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
}
@media only screen and (max-width: 1500px) {
  section aside .phone[b-91sqpwgmun],
  section aside .mail[b-91sqpwgmun] {
    font-size: 13px;
  }
}
section aside .phone svg[b-91sqpwgmun],
section aside .mail svg[b-91sqpwgmun] {
  width: 16px;
  margin-right: 16px;
}
section aside .phone[b-91sqpwgmun] {
  margin-bottom: 8px;
}
section form[b-91sqpwgmun] {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  opacity: 0;
  animation: fade-in-right 300ms forwards ease-out;
}
section form#validate > p[b-91sqpwgmun] {
  margin-bottom: 36px;
}
section form#validate > div[b-91sqpwgmun] {
  flex-direction: column;
}
section form#validate > div label[b-91sqpwgmun] {
  padding: 0 0 10px 0;
}
section form#validate > div div[b-91sqpwgmun] {
  margin: 0;
}
section form > h1[b-91sqpwgmun] {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.35em;
  color: #1C1C1C;
  margin-bottom: 20px;
  display: none;
}
@media only screen and (max-width: 1200px) {
  section form > h1[b-91sqpwgmun] {
    display: block;
  }
}
section form > small[b-91sqpwgmun] {
  display: block;
  margin-top: 20px;
  font-size: 14px;
}
section form > div[b-91sqpwgmun] {
  max-width: 610px;
  width: 100%;
  display: flex;
  margin-bottom: 20px;
}
@media only screen and (max-width: 680px) {
  section form > div[b-91sqpwgmun] {
    width: 100%;
    flex-direction: column;
  }
}
section form > div label[b-91sqpwgmun] {
  width: 160px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1em;
  color: #4A5C7A;
  padding-top: 14px;
}
@media only screen and (max-width: 680px) {
  section form > div label[b-91sqpwgmun] {
    width: auto;
    margin-bottom: 4px;
  }
}
section form > div > div[b-91sqpwgmun] {
  flex: 1;
  max-width: 450px;
  margin-right: 10px;
}
@media only screen and (max-width: 680px) {
  section form > div > div[b-91sqpwgmun] {
    width: 100%;
  }
}
section form > div > div.request-type[b-91sqpwgmun] {
  display: flex;
}
@media only screen and (max-width: 680px) {
  section form > div > div.request-type[b-91sqpwgmun] {
    flex-direction: column;
  }
}
section form > div > div.request-type > div[b-91sqpwgmun] {
  display: flex;
  flex-direction: column;
  margin-right: 120px;
}
section form > div > div.request-type > div:last-of-type[b-91sqpwgmun] {
  margin-right: 0;
}
section form > div > div:last-child[b-91sqpwgmun] {
  margin-right: 0;
}
section form > div[b-91sqpwgmun]  input,
section form > div[b-91sqpwgmun]  textarea {
  width: 100%;
}
section form > div[b-91sqpwgmun]  textarea {
  height: 178px;
}
section form > div.loading[b-91sqpwgmun],
section form > div.sent[b-91sqpwgmun] {
  position: absolute;
  left: 50%;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 0 0 -305px;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
@media only screen and (max-width: 680px) {
  section form > div.loading[b-91sqpwgmun],
  section form > div.sent[b-91sqpwgmun] {
    left: 0;
    margin-left: 0;
  }
}
section form > div.loading[b-91sqpwgmun] {
  background-color: rgba(255, 255, 255, 0.6);
}
section form > div.sent[b-91sqpwgmun] {
  background-color: #FFF;
  font-size: 24px;
  font-weight: bold;
  color: #666;
}
section form > div.send[b-91sqpwgmun] {
  max-width: 610px;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 0;
}
section form > div.send button[b-91sqpwgmun] {
  width: 100%;
  background-color: #EE8748;
  border-color: #EE8748;
  padding: 14px 0;
}
section form > p[b-91sqpwgmun] {
  max-width: 610px;
  width: 100%;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
}
/* _content/NoventiFlex.Landingpage/Components/Pages/FeaturesPage.razor.rz.scp.css */
section[b-2c3riufyc5] {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section > h1[b-2c3riufyc5] {
  font-weight: 600;
  font-size: 42px;
  color: #1C1C1C;
  opacity: 0;
  animation: fade-in-top 300ms forwards ease-out;
}
section > p[b-2c3riufyc5] {
  font-size: 18px;
  line-height: 30px;
  color: #4A5C7A;
  margin-bottom: 20px;
  text-align: center;
  opacity: 0;
  animation: fade-in-top 300ms forwards ease-out;
}
section > main[b-2c3riufyc5] {
  flex-grow: 1;
  flex-basis: 0;
  color: #4A5C7A;
}
section > main > table[b-2c3riufyc5] {
  margin-top: 20px;
  opacity: 0;
  animation: fade-in-bottom 300ms forwards ease-out;
}
section > main > table:first-of-type[b-2c3riufyc5] {
  margin-top: 0;
}
section > main > table th[b-2c3riufyc5],
section > main > table td[b-2c3riufyc5] {
  padding: 14px;
  font-weight: 600;
}
@media only screen and (max-width: 800px) {
  section > main > table th[b-2c3riufyc5],
  section > main > table td[b-2c3riufyc5] {
    padding: 12px 7px;
  }
}
section > main > table th[b-2c3riufyc5] {
  color: #3B3B3B;
  text-transform: uppercase;
  font-size: 14px;
}
section > main > table th:first-child[b-2c3riufyc5] {
  text-align: left;
}
section > main > table td[b-2c3riufyc5] {
  font-size: 14px;
}
section > main > table tbody tr:nth-child(even) td[b-2c3riufyc5] {
  padding: 16px 14px;
}
@media only screen and (max-width: 800px) {
  section > main > table tbody tr:nth-child(even) td[b-2c3riufyc5] {
    padding: 14px 7px;
  }
}
section > main > table tbody tr:nth-child(odd)[b-2c3riufyc5] {
  background-color: #F3F7F8;
}
section > main > table tbody tr td[b-2c3riufyc5] {
  width: 100px;
}
section > main > table tbody tr td:first-child[b-2c3riufyc5] {
  border-radius: 8px 0 0 8px;
  width: 600px;
  color: #2A579A;
}
section > main > table tbody tr td:last-child[b-2c3riufyc5] {
  border-radius: 0 8px 8px 0;
}
section > main > table tbody tr td.checked[b-2c3riufyc5] {
  background: url('/images/features/check.svg') no-repeat center;
}
section > main > table tbody tr td.unchecked[b-2c3riufyc5] {
  background: url('/images/features/times.svg') no-repeat center;
}
/* _content/NoventiFlex.Landingpage/Components/Pages/InterestPage.razor.rz.scp.css */
section#try[b-4d6b8m3nmp] {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  --connector-width: 1.5px;
  --connector-radius: 60px;
}
@media only screen and (max-width: 800px) {
  section#try[b-4d6b8m3nmp] {
    background-position: center 30px;
  }
}
@media only screen and (max-width: 640px) {
  section#try[b-4d6b8m3nmp] {
    background-size: 100% auto;
  }
}
section#try > article#discover[b-4d6b8m3nmp] {
  display: flex;
}
section#try > article#discover > main[b-4d6b8m3nmp] {
  display: flex;
  flex-direction: column;
}
section#try > article#discover > main > h1[b-4d6b8m3nmp],
section#try > article#discover > main > h2[b-4d6b8m3nmp],
section#try > article#discover > main > h3[b-4d6b8m3nmp] {
  font-size: 48px;
  font-weight: bold;
  color: #4C4C4C;
}
@media only screen and (max-width: 1430px) {
  section#try > article#discover > main > h1[b-4d6b8m3nmp],
  section#try > article#discover > main > h2[b-4d6b8m3nmp],
  section#try > article#discover > main > h3[b-4d6b8m3nmp] {
    font-size: 38px;
  }
}
@media only screen and (max-width: 800px) {
  section#try > article#discover > main > h1[b-4d6b8m3nmp],
  section#try > article#discover > main > h2[b-4d6b8m3nmp],
  section#try > article#discover > main > h3[b-4d6b8m3nmp] {
    line-height: 1.1;
  }
}
section#try > article#discover > main > h1[b-4d6b8m3nmp] {
  margin-top: 60px;
}
@media only screen and (max-width: 800px) {
  section#try > article#discover > main > h1[b-4d6b8m3nmp] {
    margin-top: 40px;
  }
}
section#try > article#discover > main > h3[b-4d6b8m3nmp] {
  color: var(--pc);
}
section#try > article#discover > main > p[b-4d6b8m3nmp] {
  font-size: 18px;
  color: #4A5C7A;
  line-height: 1.4;
  margin: 20px 0 34px 0;
}
@media only screen and (max-width: 1430px) {
  section#try > article#discover > main > p[b-4d6b8m3nmp] {
    font-size: 16px;
  }
}
section#try > article#discover > main > .mobile-apps[b-4d6b8m3nmp] {
  font-size: 18px;
  color: #4A5C7A;
  display: flex;
  align-items: center;
  padding: 12px 18px;
  background-color: #F2F6F7;
  font-size: 16px;
  margin-bottom: 44px;
  margin-right: auto;
  border-radius: 8px;
}
@media only screen and (max-width: 1430px) {
  section#try > article#discover > main > .mobile-apps[b-4d6b8m3nmp] {
    font-size: 16px;
  }
}
section#try > article#discover > main > .mobile-apps > .app-icon[b-4d6b8m3nmp] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  margin-left: 10px;
}
section#try > article#discover > main > .mobile-apps > .app-icon:first-of-type[b-4d6b8m3nmp] {
  margin-left: 20px;
}
section#try > article#discover > main > .actions a[role=button][b-4d6b8m3nmp] {
  width: 150px;
  margin-right: 15px;
  padding: 18px 0;
  font-size: 16px;
}
section#try > article#discover > main > .actions a[role=button]:last-child[b-4d6b8m3nmp] {
  margin-right: 0;
}
@media only screen and (max-width: 1430px) {
  section#try > article#discover > main > .actions a[role=button][b-4d6b8m3nmp] {
    padding: 14px 0;
  }
}
section#try > article#discover > main > .connector[b-4d6b8m3nmp] {
  flex: 1;
  border-left: var(--connector-width) solid var(--pc);
  margin-left: 73.5px;
}
section#try > article#discover > aside[b-4d6b8m3nmp] {
  flex: 1;
  height: 460px;
  position: relative;
  min-width: 600px;
}
section#try > article#discover > aside > img#bg[b-4d6b8m3nmp] {
  position: absolute;
  top: 20px;
  width: 782px;
  height: 470px;
  left: 50%;
  margin-left: -361px;
}
section#try > article#discover > aside > img#lt[b-4d6b8m3nmp],
section#try > article#discover > aside > article[b-4d6b8m3nmp] {
  position: absolute;
  top: 50px;
  width: 682px;
  left: 50%;
  margin-left: -291px;
}
section#try > article#discover > aside > article[b-4d6b8m3nmp] {
  display: none;
  flex-direction: column;
  align-items: center;
}
section#try > article#discover > aside > article.active[b-4d6b8m3nmp] {
  display: flex;
  opacity: 0;
  animation: fade-in-right-wide 300ms forwards ease-out;
}
section#try > article#discover > aside > article.inactive[b-4d6b8m3nmp] {
  display: flex;
  opacity: 0;
  animation: fade-out-left-wide 300ms forwards ease-out;
}
section#try > article#discover > aside > article > header[b-4d6b8m3nmp] {
  padding: 36px 0 22px 0;
  font-size: 20px;
  color: #555;
  font-weight: 600;
}
section#try > article#discover > aside > article > main > img[b-4d6b8m3nmp] {
  max-height: 260px;
}
@media only screen and (max-width: 1100px) {
  section#try > article#discover > aside[b-4d6b8m3nmp] {
    display: none;
  }
}
section#try > article#discover-to-advantages[b-4d6b8m3nmp] {
  display: flex;
}
section#try > article#discover-to-advantages > div[b-4d6b8m3nmp] {
  border: 0 solid var(--pc);
}
section#try > article#discover-to-advantages > div:nth-of-type(1)[b-4d6b8m3nmp] {
  margin-left: 73.5px;
  flex: 1;
  height: var(--connector-radius);
  border-left-width: var(--connector-width);
  border-bottom-width: var(--connector-width);
  border-bottom-left-radius: var(--connector-radius);
}
@media only screen and (max-width: 1100px) {
  section#try > article#discover-to-advantages > div:nth-of-type(1)[b-4d6b8m3nmp] {
    height: calc(var(--connector-radius) + 20px);
  }
}
section#try > article#discover-to-advantages > div:nth-of-type(2)[b-4d6b8m3nmp] {
  margin-top: calc(var(--connector-radius) - var(--connector-width));
  height: var(--connector-radius);
  width: var(--connector-radius);
  border-right-width: var(--connector-width);
  border-top-width: var(--connector-width);
  border-top-right-radius: var(--connector-radius);
}
@media only screen and (max-width: 1100px) {
  section#try > article#discover-to-advantages > div:nth-of-type(2)[b-4d6b8m3nmp] {
    margin-top: calc(var(--connector-radius) - var(--connector-width) + 20px);
  }
}
section#try > article#discover-to-advantages > div:nth-of-type(3)[b-4d6b8m3nmp] {
  flex: 0.8;
}
@media only screen and (max-width: 1300px) {
  section#try > article#discover-to-advantages > div:nth-of-type(3)[b-4d6b8m3nmp] {
    display: none;
  }
}
section#try > article#advantages[b-4d6b8m3nmp] {
  display: flex;
}
section#try > article#advantages > main[b-4d6b8m3nmp] {
  margin-left: 133.5px;
  border-right: var(--connector-width) solid var(--pc);
  flex: 1;
  padding: 20px 0;
}
@media only screen and (max-width: 1100px) {
  section#try > article#advantages > main[b-4d6b8m3nmp] {
    margin-left: 33.5px;
  }
}
@media only screen and (max-width: 500px) {
  section#try > article#advantages > main[b-4d6b8m3nmp] {
    margin-left: 10px;
    padding: 0;
  }
}
section#try > article#advantages > main > h1[b-4d6b8m3nmp] {
  font-size: 48px;
  font-weight: bold;
  color: #4C4C4C;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1430px) {
  section#try > article#advantages > main > h1[b-4d6b8m3nmp] {
    font-size: 38px;
  }
}
@media only screen and (max-width: 800px) {
  section#try > article#advantages > main > h1[b-4d6b8m3nmp] {
    line-height: 1.1;
  }
}
section#try > article#advantages > main > ul[b-4d6b8m3nmp] {
  font-size: 18px;
  color: #4A5C7A;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 60px;
}
@media only screen and (max-width: 1430px) {
  section#try > article#advantages > main > ul[b-4d6b8m3nmp] {
    font-size: 16px;
  }
}
section#try > article#advantages > main > ul > li[b-4d6b8m3nmp] {
  margin-bottom: 30px;
  padding-left: 44px;
  position: relative;
}
section#try > article#advantages > main > ul > li:last-child[b-4d6b8m3nmp] {
  margin-bottom: 0;
}
section#try > article#advantages > main > ul > li[b-4d6b8m3nmp]::before {
  content: '';
  background: url('/images/advantages/check.svg');
  background-size: 100%;
  top: -4px;
  width: 30px;
  height: 30px;
  left: 0;
  display: block;
  position: absolute;
}
section#try > article#advantages > aside[b-4d6b8m3nmp] {
  flex: 0.8;
  display: flex;
  justify-content: end;
  align-items: center;
}
@media only screen and (max-width: 1300px) {
  section#try > article#advantages > aside[b-4d6b8m3nmp] {
    display: none;
  }
}
section#try > article#advantages > aside > img[b-4d6b8m3nmp] {
  width: calc(100% - 60px);
}
section#try > article#advantages-to-steps[b-4d6b8m3nmp] {
  display: flex;
}
section#try > article#advantages-to-steps > div[b-4d6b8m3nmp] {
  border: 0 solid var(--pc);
}
section#try > article#advantages-to-steps > div:nth-of-type(1)[b-4d6b8m3nmp] {
  margin-left: 220px;
  margin-top: calc(var(--connector-radius) - var(--connector-width));
  height: var(--connector-radius);
  width: var(--connector-radius);
  border-left-width: var(--connector-width);
  border-top-width: var(--connector-width);
  border-top-left-radius: var(--connector-radius);
}
@media only screen and (max-width: 1400px) {
  section#try > article#advantages-to-steps > div:nth-of-type(1)[b-4d6b8m3nmp] {
    margin-left: 80px;
  }
}
section#try > article#advantages-to-steps > div:nth-of-type(2)[b-4d6b8m3nmp] {
  margin-right: 116.5px;
  flex: 1;
  height: var(--connector-radius);
  border-right-width: var(--connector-width);
  border-bottom-width: var(--connector-width);
  border-bottom-right-radius: var(--connector-radius);
}
@media only screen and (max-width: 1400px) {
  section#try > article#advantages-to-steps > div:nth-of-type(2)[b-4d6b8m3nmp] {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 1300px) {
  section#try > article#advantages-to-steps > div:nth-of-type(2)[b-4d6b8m3nmp] {
    margin-right: 0;
  }
}
section#try > article#advantages-to-steps > div:nth-of-type(3)[b-4d6b8m3nmp] {
  flex: 0.8;
}
@media only screen and (max-width: 1300px) {
  section#try > article#advantages-to-steps > div:nth-of-type(3)[b-4d6b8m3nmp] {
    display: none;
  }
}
section#try > article#steps > h1[b-4d6b8m3nmp] {
  font-size: 48px;
  font-weight: bold;
  color: #4C4C4C;
  margin-left: 220px;
  padding: 20px 220px 60px 0;
  text-align: center;
  border-left: var(--connector-width) solid var(--pc);
}
@media only screen and (max-width: 1430px) {
  section#try > article#steps > h1[b-4d6b8m3nmp] {
    font-size: 38px;
  }
}
@media only screen and (max-width: 800px) {
  section#try > article#steps > h1[b-4d6b8m3nmp] {
    line-height: 1.1;
  }
}
@media only screen and (max-width: 1400px) {
  section#try > article#steps > h1[b-4d6b8m3nmp] {
    margin-left: 80px;
    padding: 20px 10px 60px 10px;
  }
}
section#try > article#steps > #step-circles[b-4d6b8m3nmp] {
  display: flex;
  align-items: start;
  padding-left: 141.5px;
}
@media only screen and (max-width: 1400px) {
  section#try > article#steps > #step-circles[b-4d6b8m3nmp] {
    padding-left: 0;
  }
}
@media only screen and (max-width: 1050px) {
  section#try > article#steps > #step-circles[b-4d6b8m3nmp] {
    flex-direction: column;
  }
}
section#try > article#steps > #step-circles > .step[b-4d6b8m3nmp] {
  width: 160px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1050px) {
  section#try > article#steps > #step-circles > .step[b-4d6b8m3nmp] {
    width: auto;
    flex-direction: row;
    align-items: center;
  }
}
section#try > article#steps > #step-circles > .step > .step-circle[b-4d6b8m3nmp] {
  width: 160px;
  height: 160px;
  border-radius: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: var(--connector-width) solid transparent;
  transform: rotate(45deg);
}
section#try > article#steps > #step-circles > .step > .step-circle > .step-circle-icon[b-4d6b8m3nmp] {
  width: 140px;
  height: 140px;
  border-radius: 70px;
  box-shadow: 0 4px 81px rgba(0, 0, 0, 0.1);
  background-color: #E5E9EA;
  overflow: hidden;
  transform: rotate(-45deg);
  display: flex;
  align-items: center;
  justify-content: center;
}
section#try > article#steps > #step-circles > .step > .step-circle > .step-circle-icon > img[b-4d6b8m3nmp] {
  width: 65px;
}
section#try > article#steps > #step-circles > .step > .step-circle > .step-circle-number[b-4d6b8m3nmp] {
  position: absolute;
  right: 4px;
  top: 4px;
  transform: rotate(-45deg);
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: var(--pc);
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: bold;
}
section#try > article#steps > #step-circles > .step > .step-text[b-4d6b8m3nmp] {
  font-size: 18px;
  color: #4A5C7A;
  padding-top: 20px;
  margin-left: -20px;
  margin-right: -20px;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
}
@media only screen and (max-width: 1430px) {
  section#try > article#steps > #step-circles > .step > .step-text[b-4d6b8m3nmp] {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1050px) {
  section#try > article#steps > #step-circles > .step > .step-text[b-4d6b8m3nmp] {
    font-size: 18px;
    padding: 0 0 0 32px;
    text-align: left;
    margin: 0;
    flex: 1;
  }
}
section#try > article#steps > #step-circles > .step:nth-of-type(1) > .step-circle[b-4d6b8m3nmp] {
  border-left-color: var(--pc);
  border-bottom-color: var(--pc);
  border-right-color: var(--pc);
}
@media only screen and (max-width: 1050px) {
  section#try > article#steps > #step-circles > .step:nth-of-type(1) > .step-circle[b-4d6b8m3nmp] {
    border-right-color: transparent;
  }
}
section#try > article#steps > #step-circles > .step:nth-of-type(1) > .step-circle > .step-circle-icon[b-4d6b8m3nmp] {
  padding-top: 10px;
}
section#try > article#steps > #step-circles > .step:nth-of-type(3) > .step-circle[b-4d6b8m3nmp] {
  border-top-color: var(--pc);
  border-left-color: var(--pc);
}
section#try > article#steps > #step-circles > .step:nth-of-type(3) > .step-circle > .step-circle-icon[b-4d6b8m3nmp] {
  padding-bottom: 14px;
}
@media only screen and (max-width: 1050px) {
  section#try > article#steps > #step-circles > .step:nth-of-type(3) > .step-circle[b-4d6b8m3nmp] {
    border-bottom-color: var(--pc);
    border-top-color: transparent;
  }
}
section#try > article#steps > #step-circles > .step:nth-of-type(5) > .step-circle[b-4d6b8m3nmp] {
  border-bottom-color: var(--pc);
  border-right-color: var(--pc);
}
section#try > article#steps > #step-circles > .step:nth-of-type(5) > .step-circle > .step-circle-icon[b-4d6b8m3nmp] {
  padding-top: 6px;
}
@media only screen and (max-width: 1050px) {
  section#try > article#steps > #step-circles > .step:nth-of-type(5) > .step-circle[b-4d6b8m3nmp] {
    border-right-color: transparent;
    border-left-color: var(--pc);
  }
}
section#try > article#steps > #step-circles > .step:nth-of-type(7) > .step-circle[b-4d6b8m3nmp] {
  border-top-color: var(--pc);
  border-left-color: var(--pc);
}
section#try > article#steps > #step-circles > .step:nth-of-type(7) > .step-circle > .step-circle-icon[b-4d6b8m3nmp] {
  padding-bottom: 10px;
}
@media only screen and (max-width: 1050px) {
  section#try > article#steps > #step-circles > .step:nth-of-type(7) > .step-circle[b-4d6b8m3nmp] {
    border-bottom-color: var(--pc);
    border-top-color: transparent;
  }
}
section#try > article#steps > #step-circles > .step-connector[b-4d6b8m3nmp] {
  flex: 1;
  margin-top: 80px;
  border-top: var(--connector-width) solid var(--pc);
}
@media only screen and (max-width: 1050px) {
  section#try > article#steps > #step-circles > .step-connector[b-4d6b8m3nmp] {
    flex: none;
    height: 60px;
    border-top: 0;
    border-left: var(--connector-width) solid var(--pc);
    margin: 0 0 0 80px;
  }
}
section#try > article#steps > #step-circles > .last-connector[b-4d6b8m3nmp] {
  border-top: var(--connector-width) solid var(--pc);
  border-right: var(--connector-width) solid var(--pc);
  border-top-right-radius: var(--connector-radius);
  width: calc(var(--connector-radius) + 30px);
  height: 180px;
  margin-top: 80px;
}
@media only screen and (max-width: 1050px) {
  section#try > article#steps > #step-circles > .last-connector[b-4d6b8m3nmp] {
    border-radius: 0;
    border-top: 0;
    width: 81px;
    height: 40px;
    margin: 0;
  }
}
section#try > article#steps-to-mailbox[b-4d6b8m3nmp] {
  display: flex;
}
section#try > article#steps-to-mailbox > div[b-4d6b8m3nmp] {
  border: 0 solid var(--pc);
}
section#try > article#steps-to-mailbox > div:nth-of-type(1)[b-4d6b8m3nmp] {
  margin-left: 50%;
  margin-top: calc(var(--connector-radius) - var(--connector-width));
  height: calc(var(--connector-radius) + 80px);
  width: var(--connector-radius);
  border-left-width: var(--connector-width);
  border-top-width: var(--connector-width);
  border-top-left-radius: var(--connector-radius);
}
@media only screen and (max-width: 1100px) {
  section#try > article#steps-to-mailbox > div:nth-of-type(1)[b-4d6b8m3nmp] {
    height: calc(var(--connector-radius) + 40px);
  }
}
@media only screen and (max-width: 1050px) {
  section#try > article#steps-to-mailbox > div:nth-of-type(1)[b-4d6b8m3nmp] {
    margin: 0 0 0 80px;
    height: var(--connector-radius);
    border-top-width: 0;
    border-bottom-width: var(--connector-width);
    border-top-left-radius: 0;
    border-bottom-left-radius: var(--connector-radius);
  }
}
section#try > article#steps-to-mailbox > div:nth-of-type(2)[b-4d6b8m3nmp] {
  flex: 1;
  height: var(--connector-radius);
  border-right-width: var(--connector-width);
  border-bottom-width: var(--connector-width);
  border-bottom-right-radius: var(--connector-radius);
}
@media only screen and (max-width: 1050px) {
  section#try > article#steps-to-mailbox > div:nth-of-type(2)[b-4d6b8m3nmp] {
    margin-right: 50%;
    height: calc(var(--connector-radius) + 60px);
    margin-top: var(--connector-radius);
    border-top-width: var(--connector-width);
    border-bottom-width: 0;
    border-top-right-radius: var(--connector-radius);
    border-bottom-right-radius: 0;
  }
}
section#try > article#mailbox[b-4d6b8m3nmp] {
  background: #FFF url('/images/interest/mail-tips-background.svg') no-repeat;
  background-size: auto 100%;
  display: flex;
  padding: 80px 0;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
}
@media only screen and (max-width: 1000px) {
  section#try > article#mailbox[b-4d6b8m3nmp] {
    flex-direction: column;
  }
}
@media only screen and (max-width: 800px) {
  section#try > article#mailbox[b-4d6b8m3nmp] {
    margin: 0 -20px;
  }
}
section#try > article#mailbox > aside[b-4d6b8m3nmp] {
  flex: 1;
  flex-grow: 1;
  flex-basis: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 50px;
}
@media only screen and (max-width: 1000px) {
  section#try > article#mailbox > aside[b-4d6b8m3nmp] {
    padding: 0;
  }
}
section#try > article#mailbox > aside > img[b-4d6b8m3nmp] {
  width: 100%;
  max-width: 280px;
}
@media only screen and (max-width: 1000px) {
  section#try > article#mailbox > aside > img[b-4d6b8m3nmp] {
    max-width: 180px;
  }
}
section#try > article#mailbox > main[b-4d6b8m3nmp] {
  flex: 1.3;
  padding-right: 100px;
}
@media only screen and (max-width: 1000px) {
  section#try > article#mailbox > main[b-4d6b8m3nmp] {
    padding: 40px 40px 0 40px;
  }
}
section#try > article#mailbox > main > h1[b-4d6b8m3nmp] {
  font-size: 48px;
  font-weight: bold;
  color: #4C4C4C;
  color: rgba(255, 255, 255, 0.9);
  overflow-wrap: break-word;
}
@media only screen and (max-width: 1430px) {
  section#try > article#mailbox > main > h1[b-4d6b8m3nmp] {
    font-size: 38px;
  }
}
@media only screen and (max-width: 800px) {
  section#try > article#mailbox > main > h1[b-4d6b8m3nmp] {
    line-height: 1.1;
  }
}
section#try > article#mailbox > main > p[b-4d6b8m3nmp] {
  font-size: 18px;
  color: #4A5C7A;
  color: rgba(255, 255, 255, 0.9);
  margin-top: 30px;
  line-height: 1.6;
}
@media only screen and (max-width: 1430px) {
  section#try > article#mailbox > main > p[b-4d6b8m3nmp] {
    font-size: 16px;
  }
}
section#try > article#mailbox-to-apply[b-4d6b8m3nmp] {
  display: flex;
}
section#try > article#mailbox-to-apply > div:nth-of-type(1)[b-4d6b8m3nmp] {
  flex: 1;
  border-right: var(--connector-width) solid var(--pc);
  height: calc(var(--connector-radius) + 80px);
  position: relative;
}
@media only screen and (max-width: 1100px) {
  section#try > article#mailbox-to-apply > div:nth-of-type(1)[b-4d6b8m3nmp] {
    height: calc(var(--connector-radius) + 40px);
  }
}
section#try > article#mailbox-to-apply > div:nth-of-type(1) > div[b-4d6b8m3nmp] {
  position: absolute;
  right: -26px;
  bottom: -26px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 6px solid #FFF;
  border-top-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
section#try > article#mailbox-to-apply > div:nth-of-type(1) > div > div[b-4d6b8m3nmp] {
  width: 40px;
  height: 40px;
  background-color: var(--pc);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
section#try > article#mailbox-to-apply > div:nth-of-type(1) > div > div > div[b-4d6b8m3nmp] {
  margin-top: -6.5px;
  width: 13px;
  height: 13px;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  transform: rotate(45deg);
}
section#try > article#mailbox-to-apply > div:nth-of-type(2)[b-4d6b8m3nmp] {
  flex: 1;
}
section#try > article#apply[b-4d6b8m3nmp] {
  background-color: #F3F7F8;
  display: flex;
  padding: 100px 0 40px 0;
  justify-content: center;
  margin: 0 -100px -20px -100px;
}
@media only screen and (max-width: 800px) {
  section#try > article#apply[b-4d6b8m3nmp] {
    margin: 0 -20px -20px -20px;
    padding: 60px 0 0 0;
  }
}
@media only screen and (max-width: 1100px) {
  section#try > article#apply[b-4d6b8m3nmp] {
    flex-direction: column;
    align-items: center;
  }
}
section#try > article#apply > aside[b-4d6b8m3nmp] {
  width: 100%;
  max-width: 560px;
  margin-right: 20px;
}
@media only screen and (max-width: 1250px) {
  section#try > article#apply > aside[b-4d6b8m3nmp] {
    max-width: 450px;
  }
}
@media only screen and (max-width: 1100px) {
  section#try > article#apply > aside[b-4d6b8m3nmp] {
    max-width: 560px;
    margin: 0 0 40px 0;
    padding: 0 30px;
  }
}
section#try > article#apply > aside > h1[b-4d6b8m3nmp] {
  font-size: 48px;
  font-weight: bold;
  color: #4C4C4C;
  font-size: 36px;
  margin-bottom: 20px;
  overflow-wrap: break-word;
}
@media only screen and (max-width: 1430px) {
  section#try > article#apply > aside > h1[b-4d6b8m3nmp] {
    font-size: 38px;
  }
}
@media only screen and (max-width: 800px) {
  section#try > article#apply > aside > h1[b-4d6b8m3nmp] {
    line-height: 1.1;
  }
}
section#try > article#apply > aside > ul[b-4d6b8m3nmp] {
  font-size: 18px;
  color: #4A5C7A;
  list-style: none;
  color: #2A3C5A;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 1430px) {
  section#try > article#apply > aside > ul[b-4d6b8m3nmp] {
    font-size: 16px;
  }
}
section#try > article#apply > aside > ul > li[b-4d6b8m3nmp] {
  margin-top: 20px;
  padding-left: 16px;
  position: relative;
}
section#try > article#apply > aside > ul > li:last-child[b-4d6b8m3nmp] {
  margin-bottom: 0;
}
section#try > article#apply > aside > ul > li[b-4d6b8m3nmp]::before {
  content: '';
  border-radius: 50%;
  background-color: var(--pc);
  top: 10px;
  width: 6px;
  height: 6px;
  left: 0;
  display: block;
  position: absolute;
}
section#try > article#apply > aside > footer[b-4d6b8m3nmp] {
  border: 1.5px solid var(--pc);
  font-size: 16px;
  line-height: 1.5;
  padding: 20px;
  margin-top: 40px;
  border-radius: 16px;
  background-color: #FFF;
}
section#try > article#apply > main[b-4d6b8m3nmp] {
  background-color: #FFF;
  width: 90%;
  max-width: 600px;
  border-radius: 20px;
  padding: 40px 60px 50px 60px;
  margin-left: 40px;
  background: #FFF url('/images/interest/apply-here.svg') calc(100% - 50px) 30px no-repeat;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1100px) {
  section#try > article#apply > main[b-4d6b8m3nmp] {
    margin: 0;
  }
}
@media only screen and (max-width: 800px) {
  section#try > article#apply > main[b-4d6b8m3nmp] {
    border: 0;
    width: 100%;
    border-radius: 0;
  }
}
@media only screen and (max-width: 600px) {
  section#try > article#apply > main[b-4d6b8m3nmp] {
    padding: 40px 30px;
  }
}
section#try > article#apply > main > #loading[b-4d6b8m3nmp] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  padding: 40px 50px 50px 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.9);
}
section#try > article#apply > main > #german-only > p[b-4d6b8m3nmp] {
  color: #F55;
  font-size: 20px;
  line-height: 1.5;
  background-color: transparent;
}
section#try > article#apply > main > #enroll > h1[b-4d6b8m3nmp],
section#try > article#apply > main > #enrolled > h1[b-4d6b8m3nmp],
section#try > article#apply > main > #german-only > h1[b-4d6b8m3nmp] {
  color: #4C4C4C;
  font-size: 32px;
  margin-bottom: 14px;
}
section#try > article#apply > main > #enroll > p[b-4d6b8m3nmp],
section#try > article#apply > main > #enrolled > p[b-4d6b8m3nmp],
section#try > article#apply > main > #german-only > p[b-4d6b8m3nmp] {
  font-size: 16px;
}
section#try > article#apply > main > #enroll > p:nth-of-type(2)[b-4d6b8m3nmp],
section#try > article#apply > main > #enrolled > p:nth-of-type(2)[b-4d6b8m3nmp],
section#try > article#apply > main > #german-only > p:nth-of-type(2)[b-4d6b8m3nmp] {
  color: green;
  font-weight: bold;
}
section#try > article#apply > main > #enroll[b-4d6b8m3nmp]  input,
section#try > article#apply > main > #enrolled[b-4d6b8m3nmp]  input,
section#try > article#apply > main > #german-only[b-4d6b8m3nmp]  input {
  text-transform: uppercase;
  font-weight: bold;
}
section#try > article#apply > main > #enrolled > p[b-4d6b8m3nmp] {
  margin-bottom: 20px;
}
section#try > article#apply > main p[b-4d6b8m3nmp],
section#try > article#apply > main label[b-4d6b8m3nmp] {
  color: #4A5C7A;
}
section#try > article#apply > main p[b-4d6b8m3nmp] {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
}
section#try > article#apply > main button[b-4d6b8m3nmp] {
  width: 100%;
  margin-top: 28px;
  background-color: #EE8748;
  border-color: #EE8748;
  padding: 14px 0;
}
section#try > article#apply > main > form > h1[b-4d6b8m3nmp] {
  font-size: 48px;
  font-weight: bold;
  color: #4C4C4C;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1430px) {
  section#try > article#apply > main > form > h1[b-4d6b8m3nmp] {
    font-size: 38px;
  }
}
@media only screen and (max-width: 800px) {
  section#try > article#apply > main > form > h1[b-4d6b8m3nmp] {
    line-height: 1.1;
  }
}
section#try > article#apply > main > form > p[b-4d6b8m3nmp] {
  margin-top: 20px;
}
section#try > article#apply > main > form > small[b-4d6b8m3nmp] {
  display: block;
  margin-top: 20px;
  font-size: 14px;
}
section#try > article#apply > main > form label[b-4d6b8m3nmp] {
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 20px 0 10px 0;
}
section#try > article#apply > main > form[b-4d6b8m3nmp]  input,
section#try > article#apply > main > form[b-4d6b8m3nmp]  select,
section#try > article#apply > main > form[b-4d6b8m3nmp]  textarea {
  width: 100%;
}
section#try > article#apply > main > form[b-4d6b8m3nmp]  textarea {
  height: 90px;
}
section#try > article#apply > main > form[b-4d6b8m3nmp]  .check-box {
  margin-top: 24px;
  font-size: 16px;
}
section#try > article#apply > main > form[b-4d6b8m3nmp]  .radio-button {
  margin-top: 10px;
  font-size: 16px;
}
section#try > article#apply > main > form[b-4d6b8m3nmp]  .radio-button-checked {
  font-weight: bold;
}
section#try > article#apply > main > form[b-4d6b8m3nmp]  .radio-button-mark {
  margin-top: 3px;
}
section#try > article#apply > main > form > .row[b-4d6b8m3nmp] {
  display: flex;
}
section#try > article#apply > main > form > .row > div[b-4d6b8m3nmp] {
  flex: 1;
  margin-right: 10px;
}
section#try > article#apply > main > form > .row > div:last-child[b-4d6b8m3nmp] {
  margin-right: 0;
}
@media only screen and (max-width: 450px) {
  section#try > article#apply > main > form > .row.names[b-4d6b8m3nmp] {
    flex-direction: column;
  }
  section#try > article#apply > main > form > .row.names > div[b-4d6b8m3nmp] {
    margin: 0;
  }
}
section#try > article#apply > main > form #postal-code-container[b-4d6b8m3nmp] {
  flex: none;
  width: 100px;
}
/* _content/NoventiFlex.Landingpage/Components/Pages/Marketplace/MarketplaceConfigurationPage.razor.rz.scp.css */
main[b-jqhohumuf4] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main h1[b-jqhohumuf4],
main h2[b-jqhohumuf4] {
  color: #555;
  font-weight: 600;
}
main h1[b-jqhohumuf4] {
  font-size: 24px;
  margin-bottom: 8px;
}
main h2[b-jqhohumuf4] {
  font-size: 18px;
  margin-bottom: 20px;
}
main a[b-jqhohumuf4] {
  font-weight: 600;
  font-size: 16px;
  line-height: 138%;
  color: #2A579A;
  display: block;
}
/* _content/NoventiFlex.Landingpage/Components/Pages/Order/OrderAddressPage.razor.rz.scp.css */
form[b-e5poh6ph88] {
  display: flex;
  align-items: start;
  margin-top: 60px;
}
form > main[b-e5poh6ph88] {
  flex: 1;
  display: flex;
}
form > main > div[b-e5poh6ph88] {
  width: 420px;
  display: flex;
  flex-direction: column;
}
form > main > div:first-of-type[b-e5poh6ph88] {
  margin-right: 40px;
}
form > main > div[b-e5poh6ph88]  input,
form > main > div[b-e5poh6ph88]  select {
  margin-bottom: 25px;
}
form > main > div[b-e5poh6ph88]  input[name=GivenName],
form > main > div[b-e5poh6ph88]  select[name=GivenName],
form > main > div[b-e5poh6ph88]  input[name=FamilyName],
form > main > div[b-e5poh6ph88]  select[name=FamilyName],
form > main > div[b-e5poh6ph88]  input[name=InvoiceGivenName],
form > main > div[b-e5poh6ph88]  select[name=InvoiceGivenName],
form > main > div[b-e5poh6ph88]  input[name=InvoiceFamilyName],
form > main > div[b-e5poh6ph88]  select[name=InvoiceFamilyName] {
  width: 205px;
}
form > main > div[b-e5poh6ph88]  input[name=PostalCode],
form > main > div[b-e5poh6ph88]  select[name=PostalCode],
form > main > div[b-e5poh6ph88]  input[name=InvoicePostalCode],
form > main > div[b-e5poh6ph88]  select[name=InvoicePostalCode] {
  width: 110px;
}
form > main > div[b-e5poh6ph88]  input[name=City],
form > main > div[b-e5poh6ph88]  select[name=City],
form > main > div[b-e5poh6ph88]  input[name=InvoiceCity],
form > main > div[b-e5poh6ph88]  select[name=InvoiceCity] {
  width: 300px;
}
form > main > div > h1[b-e5poh6ph88] {
  font-weight: 600;
  font-size: 28px;
  line-height: 138%;
  margin-bottom: 20px;
}
form > main > div > div[b-e5poh6ph88] {
  display: flex;
  justify-content: space-between;
}
form > main > div[b-e5poh6ph88]  .check-box {
  margin-top: 10px;
  margin-bottom: 25px;
}
form > main > div .marketplace-hints[b-e5poh6ph88] {
  padding-top: 54px;
  flex-direction: column;
}
form > main > div .marketplace-hints > p[b-e5poh6ph88] {
  font-size: 16px;
  color: #4A5C7A;
  line-height: 145%;
  margin-bottom: 20px;
}
form > main > div .email-address-hint[b-e5poh6ph88] {
  display: block;
  padding: 14px;
  font-size: 16px;
  border-radius: 8px;
  color: #9F4E03;
  border: 1px solid rgba(242, 176, 6, 0.2);
  background-color: rgba(242, 176, 6, 0.2);
}
/* _content/NoventiFlex.Landingpage/Components/Pages/Order/OrderCheckPage.razor.rz.scp.css */
form[b-5xawonstcy] {
  display: flex;
  align-items: start;
  position: relative;
  margin-top: 60px;
}
form > .processing[b-5xawonstcy] {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(2px);
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
form > .processing > h1[b-5xawonstcy] {
  font-weight: 600;
  font-size: 28px;
  color: #3B3B3B;
  line-height: 100%;
}
form > .processing > .error[b-5xawonstcy] {
  padding: 40px;
  border-radius: 8px;
  border: 1px solid rgba(255, 0, 0, 0.6);
  background-color: rgba(255, 180, 180, 0.2);
  color: #933;
}
form > .processing > .error > h1[b-5xawonstcy] {
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 20px;
}
form > .processing > .error > p[b-5xawonstcy] {
  line-height: 150%;
  font-size: 16px;
}
form > .processing > .error > button[b-5xawonstcy] {
  margin-top: 30px;
  border: 1px solid rgba(255, 0, 0, 0.4);
  background-color: rgba(255, 0, 0, 0.1);
  padding: 12px 38px;
  font-weight: 600;
  font-size: 16px;
  color: #933;
}
form > .processing > .error > button:hover[b-5xawonstcy] {
  background-color: rgba(255, 0, 0, 0.2);
}
form > main[b-5xawonstcy] {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
}
form > main h1[b-5xawonstcy] {
  font-weight: 600;
  font-size: 28px;
  line-height: 138%;
  color: #3B3B3B;
  margin-bottom: 20px;
}
form > main > section[b-5xawonstcy] {
  display: flex;
  margin-bottom: 5px;
  flex: 1;
}
form > main > section > div[b-5xawonstcy] {
  width: 420px;
  display: flex;
  flex-direction: column;
}
form > main > section > div:first-of-type[b-5xawonstcy] {
  margin-right: 40px;
}
form > main > section > div h2 a[b-5xawonstcy] {
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  color: var(--pc);
}
form > main > section > div h2:not(:first-of-type)[b-5xawonstcy] {
  margin-top: 20px;
}
form > main > section > div h2 img[b-5xawonstcy] {
  height: 16px;
  margin-left: 6px;
}
form > main > section > div span[b-5xawonstcy] {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #3B3B3B;
}
form > main > section .unit[b-5xawonstcy] {
  background: #FAFAFA;
  border: 1px solid var(--pc);
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #3C5152;
  padding: 10px 14px;
  margin-bottom: 10px;
  position: relative;
}
form > main > section .unit.root-unit[b-5xawonstcy] {
  margin-top: 6px;
  z-index: 50;
}
form > main > section .unit.child-unit[b-5xawonstcy] {
  margin-left: 40px;
  z-index: 49;
}
form > main > section .unit.child-unit[b-5xawonstcy]:before {
  content: ' ';
  border-bottom: 1px solid #527285;
  border-left: 1px solid #527285;
  position: absolute;
  top: -52px;
  left: -20px;
  height: 92px;
  width: 18px;
}
form > main[b-5xawonstcy]  .check-box {
  margin-top: 20px;
  max-width: 900px;
}
form > main .hint[b-5xawonstcy] {
  margin-top: 30px;
  padding: 14px;
  font-size: 16px;
  border-radius: 8px;
  color: #9F4E03;
  border: 1px solid rgba(242, 176, 6, 0.2);
  background-color: rgba(242, 176, 6, 0.2);
  max-width: 900px;
}
/* _content/NoventiFlex.Landingpage/Components/Pages/Order/OrderConfirmationPage.razor.rz.scp.css */
section[b-x93i51nn52] {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
}
section h1[b-x93i51nn52] {
  font-weight: 600;
  font-size: 28px;
  line-height: 138%;
  color: #3B3B3B;
}
section p[b-x93i51nn52] {
  margin: 20px 0 10px 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 138%;
  color: #4A5C7A;
}
section .order-number[b-x93i51nn52] {
  border: 2px solid #C3DDE4;
  border-radius: 8px;
  padding: 14px 24px;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 6px;
  color: #3C5152;
}
section a[b-x93i51nn52] {
  font-weight: 600;
  font-size: 18px;
  line-height: 138%;
  color: #2A579A;
  margin: 40px 0;
}
section a[role=button][b-x93i51nn52] {
  font-size: 16px;
  padding: 12px 36px;
}
section .hint[b-x93i51nn52] {
  padding: 14px;
  font-size: 16px;
  border-radius: 8px;
  color: #9F4E03;
  border: 1px solid rgba(242, 176, 6, 0.2);
  background-color: rgba(242, 176, 6, 0.2);
  max-width: 800px;
}
/* _content/NoventiFlex.Landingpage/Components/Pages/Order/OrderStructurePage.razor.rz.scp.css */
form[b-7r69ra5brp] {
  display: flex;
  align-items: start;
  margin-top: 60px;
}
form > main[b-7r69ra5brp] {
  flex: 1;
}
form > main h1[b-7r69ra5brp] {
  font-weight: 600;
  font-size: 28px;
  line-height: 138%;
  color: #3B3B3B;
  margin-bottom: 20px;
}
form > main > section[b-7r69ra5brp] {
  display: flex;
}
form > main > section > div[b-7r69ra5brp] {
  width: 420px;
}
form > main > section > div:first-of-type[b-7r69ra5brp] {
  margin-right: 40px;
}
form > main > section > div .location[b-7r69ra5brp] {
  display: flex;
  margin-bottom: 14px;
}
form > main > section > div .location-number[b-7r69ra5brp] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  color: #FFF;
  width: 30px;
  height: 30px;
  background-color: var(--lpc);
  border-radius: 50%;
  font-weight: bold;
  margin-top: 5px;
}
form > main > section > div .location-address[b-7r69ra5brp] {
  display: flex;
  flex-direction: column;
  flex: 1;
}
form > main > section > div .location-address[b-7r69ra5brp]  input {
  width: 100%;
  margin-bottom: 8px;
}
form > main > section > div .location-address > div[b-7r69ra5brp] {
  display: flex;
}
form > main > section > div .location-address > div[b-7r69ra5brp]  input:first-child {
  width: 90px;
  margin-right: 8px;
}
form > main > section > div p[b-7r69ra5brp] {
  font-size: 16px;
  color: #4A5C7A;
  line-height: 145%;
  margin-bottom: 20px;
}
/* _content/NoventiFlex.Landingpage/Components/Pages/PricingPage.razor.rz.scp.css */
section[b-po53l1656a] {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
@media only screen and (max-width: 1280px) {
  section[b-po53l1656a] {
    flex-direction: column;
    align-items: center;
  }
}
section > aside[b-po53l1656a] {
  width: 640px;
  opacity: 0;
  animation: fade-in-left 300ms forwards ease-out;
}
@media only screen and (max-width: 1280px) {
  section > aside[b-po53l1656a] {
    width: 100%;
    max-width: 640px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 800px) {
  section > aside[b-po53l1656a] {
    margin-bottom: 40px;
  }
}
section > aside > img[b-po53l1656a] {
  width: 100%;
  max-width: 380px;
}
section > aside > h1[b-po53l1656a] {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.35em;
  color: #1C1C1C;
  margin-top: 20px;
  margin-bottom: 0;
}
section > aside > p[b-po53l1656a] {
  font-size: 18px;
  font-weight: 400;
  margin-top: 20px;
  line-height: 1.6em;
  color: #4A5C7A;
}
section > main[b-po53l1656a] {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 60px;
}
@media only screen and (max-width: 1280px) {
  section > main[b-po53l1656a] {
    margin-left: 0;
    width: 100%;
  }
}
section > main > main[b-po53l1656a] {
  border: 2px solid #D8E2F5;
  border-radius: 8px;
  padding: 40px;
  opacity: 0;
  animation: fade-in-right 300ms forwards ease-out;
}
@media only screen and (max-width: 1280px) {
  section > main > main[b-po53l1656a] {
    width: 100%;
    max-width: 640px;
  }
}
@media only screen and (max-width: 800px) {
  section > main > main[b-po53l1656a] {
    padding: 40px 0 0 0;
    border: 0;
    border-top: 2px solid #D8E2F5;
    border-radius: 0;
  }
}
section > main > main > h1[b-po53l1656a] {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  color: #3B3B3B;
  margin-bottom: 10px;
}
section > main > main > h1[b-po53l1656a]::before {
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  background-color: var(--pc);
  color: #FFF;
  text-align: center;
  padding-top: 2px;
  margin-right: 14px;
}
section > main > main > h1:nth-of-type(1)[b-po53l1656a]::before {
  content: '1';
}
section > main > main > h1:nth-of-type(2)[b-po53l1656a]::before {
  content: '2';
}
section > main > main > h1:nth-of-type(3)[b-po53l1656a]::before {
  content: '3';
}
section > main > main > ul[b-po53l1656a] {
  background-color: #FFF;
  border-radius: 13px;
  box-shadow: 0 4px 42px rgba(55, 116, 208, 0.15);
  display: flex;
  padding: 4px;
  position: relative;
  margin-bottom: 24px;
  list-style: none;
}
section > main > main > ul > li[b-po53l1656a] {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
  margin-right: 4px;
  padding: 14px 27px;
  cursor: pointer;
}
@media only screen and (max-width: 1280px) {
  section > main > main > ul > li[b-po53l1656a] {
    padding: 14px 0;
    flex: 1;
  }
}
@media only screen and (max-width: 800px) {
  section > main > main > ul > li[b-po53l1656a] {
    padding: 12px 0;
  }
}
section > main > main > ul > li:last-child[b-po53l1656a] {
  margin-right: 0;
}
section > main > main > ul > li > img[b-po53l1656a] {
  width: 80px;
  margin-bottom: 4px;
}
@media only screen and (max-width: 800px) {
  section > main > main > ul > li > img[b-po53l1656a] {
    width: 50px;
  }
}
section > main > main > ul > li > span[b-po53l1656a] {
  color: #4A5C7A;
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (max-width: 800px) {
  section > main > main > ul > li > span[b-po53l1656a] {
    font-size: 14px;
  }
}
section > main > main > ul > li > span.discount[b-po53l1656a] {
  color: #36B525;
  font-size: 14px;
  font-weight: 600;
}
section > main > main > ul > li > span.price[b-po53l1656a] {
  margin-top: 6px;
  font-size: 32px;
  line-height: 1em;
  color: #c7358c;
}
section > main > main > ul > li:hover[b-po53l1656a] {
  background-color: #EFF4F9;
}
section > main > main > ul > li.active[b-po53l1656a] {
  background-color: #CFE4E9;
}
section > main > main[b-po53l1656a] >  select {
  font-weight: 600;
  padding: 10px 10px;
  margin-bottom: 30px;
}
section > main > main[b-po53l1656a] >  .check-box {
  margin-bottom: 24px;
  color: #4A5C7A;
}
section > main > main > footer[b-po53l1656a] {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
section > main > main > footer > small[b-po53l1656a] {
  font-size: 14px;
  line-height: 1.5em;
  color: #4A5C7A;
}
section > main > main > footer button[b-po53l1656a] {
  padding: 12px 36px;
  font-size: 16px;
}
/* _content/NoventiFlex.Landingpage/Components/Pages/PrivacyPage.razor.rz.scp.css */
section[b-kywdhjet1p] {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section > h1[b-kywdhjet1p] {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.35em;
  color: #1C1C1C;
  margin: 30px 0 40px 0;
  width: 100%;
  max-width: 900px;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  section > h1[b-kywdhjet1p] {
    font-size: 26px;
    margin: 10px 0 20px 0;
  }
}
section > main[b-kywdhjet1p] {
  flex: 1;
  display: flex;
  flex-direction: column;
  border: 1px solid #D8E2F5;
  padding: 14px 10px 14px 26px;
  border-radius: 8px;
  width: 100%;
  max-width: 900px;
}
@media only screen and (max-width: 800px) {
  section > main[b-kywdhjet1p] {
    border: 0;
    padding: 0;
  }
}
section > main > div[b-kywdhjet1p] {
  flex: 1;
  flex-grow: 1;
  flex-basis: 0;
  padding-right: 10px;
  color: #4A5C7A;
}
@media only screen and (max-width: 800px) {
  section > main > div[b-kywdhjet1p] {
    margin-right: -10px;
  }
}
section > main > div[b-kywdhjet1p]  h2 {
  font-size: 16pt;
  margin: 20px 0 5px 0;
}
section > main > div[b-kywdhjet1p]  h2:first-child {
  margin-top: 0;
}
section > main > div[b-kywdhjet1p]  h3 {
  font-size: 14pt;
  margin: 12px 0 5px 0;
}
section > main > div[b-kywdhjet1p]  h4 {
  font-size: 12pt;
  margin: 12px 0 5px 0;
}
section > main > div[b-kywdhjet1p]  p {
  font-size: 11pt;
  line-height: 130%;
  margin: 5px 0 6px 0;
  text-align: justify;
}
section > main > div[b-kywdhjet1p]  ul {
  font-size: 11pt;
  padding-left: 14px;
  margin: 5px 0 14px 0;
}
section > main > div[b-kywdhjet1p]  ul li {
  list-style: circle;
  text-align: justify;
  margin: 0 0 6px 0;
}
section > main > div[b-kywdhjet1p]  a,
section > main > div[b-kywdhjet1p]  a:visited {
  color: #c7358c;
}
section > main > div[b-kywdhjet1p]  a:hover {
  color: #4C79BB;
}
section > main > div[b-kywdhjet1p]  footer {
  display: flex;
  justify-content: flex-end;
  font-size: 9pt;
}
/* _content/NoventiFlex.Landingpage/Components/Pages/ProductsPage.razor.rz.scp.css */
section[b-hqweyxixhp] {
  display: flex;
}
@media only screen and (max-width: 1180px) {
  section[b-hqweyxixhp] {
    align-items: center;
  }
}
@media only screen and (max-width: 800px) {
  section[b-hqweyxixhp] {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
section > aside[b-hqweyxixhp] {
  display: flex;
  flex-direction: column;
  margin-right: 40px;
  align-items: start;
  width: 420px;
}
@media only screen and (max-width: 800px) {
  section > aside[b-hqweyxixhp] {
    width: 100%;
    align-items: center;
    margin: 0;
  }
}
section > aside > *[b-hqweyxixhp] {
  opacity: 0;
  animation: fade-in-left 300ms forwards ease-out;
}
section > aside[b-hqweyxixhp] >  .tab-group {
  opacity: 0;
  animation: fade-in-left 300ms forwards ease-out;
}
section > aside h1[b-hqweyxixhp],
section > aside h2[b-hqweyxixhp] {
  font-size: 48px;
  font-weight: bold;
}
@media only screen and (max-width: 1430px) {
  section > aside h1[b-hqweyxixhp],
  section > aside h2[b-hqweyxixhp] {
    font-size: 38px;
  }
}
@media only screen and (max-width: 800px) {
  section > aside h1[b-hqweyxixhp],
  section > aside h2[b-hqweyxixhp] {
    line-height: 1.1;
  }
}
section > aside h1[b-hqweyxixhp] {
  margin-top: 40px;
  color: #1C1C1C;
}
@media only screen and (max-width: 800px) {
  section > aside h1[b-hqweyxixhp] {
    margin-top: 30px;
  }
}
section > aside h2[b-hqweyxixhp] {
  color: #EE8748;
}
section > aside p[b-hqweyxixhp] {
  font-size: 24px;
  line-height: 40px;
  color: #4A5C7A;
  margin: 20px 0 30px 0;
}
@media only screen and (max-width: 1430px) {
  section > aside p[b-hqweyxixhp] {
    font-size: 20px;
    line-height: 30px;
    max-width: 400px;
  }
}
@media only screen and (max-width: 800px) {
  section > aside p[b-hqweyxixhp] {
    text-align: center;
    font-size: 18px;
  }
}
section > aside a[role=button][b-hqweyxixhp] {
  width: 150px;
  margin-right: 15px;
  padding: 18px 0;
  font-size: 16px;
}
section > aside a[role=button]:last-child[b-hqweyxixhp] {
  margin-right: 0;
}
@media only screen and (max-width: 1430px) {
  section > aside a[role=button][b-hqweyxixhp] {
    padding: 14px 0;
  }
}
section > main[b-hqweyxixhp] {
  flex: 1;
  height: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 31px 0 112px 0;
  position: relative;
}
section > main > img[b-hqweyxixhp] {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: -1;
}
@media only screen and (max-width: 1430px) {
  section > main[b-hqweyxixhp] {
    height: 400px;
    padding: 40px 0 74px 0;
  }
}
@media only screen and (max-width: 1180px) {
  section > main[b-hqweyxixhp] {
    height: 300px;
    padding: 34px 0 54px 0;
  }
}
@media only screen and (max-width: 800px) {
  section > main[b-hqweyxixhp] {
    flex: none;
    padding: 0;
    height: 200px;
    margin-top: 40px;
  }
}
section > main > main[b-hqweyxixhp] {
  flex: 1;
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1430px) {
  section > main > main[b-hqweyxixhp] {
    width: 484px;
  }
}
@media only screen and (max-width: 1180px) {
  section > main > main[b-hqweyxixhp] {
    width: 360px;
  }
}
section > main > main > article[b-hqweyxixhp] {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
}
section > main > main > article > header[b-hqweyxixhp] {
  font-size: 22px;
  font-weight: 600;
  color: #46697D;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: end;
  opacity: 0;
}
@media only screen and (max-width: 1430px) {
  section > main > main > article > header[b-hqweyxixhp] {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1180px) {
  section > main > main > article > header[b-hqweyxixhp] {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 800px) {
  section > main > main > article > header[b-hqweyxixhp] {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
section > main > main > article > main[b-hqweyxixhp] {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
section > main > main > article > main > img[b-hqweyxixhp] {
  height: 300px;
}
@media only screen and (max-width: 1430px) {
  section > main > main > article > main > img[b-hqweyxixhp] {
    height: 220px;
  }
}
@media only screen and (max-width: 1180px) {
  section > main > main > article > main > img[b-hqweyxixhp] {
    height: 144px;
  }
}
@media only screen and (max-width: 800px) {
  section > main > main > article > main > img[b-hqweyxixhp] {
    height: 100px;
  }
}
section > main > main > article.active > header[b-hqweyxixhp] {
  opacity: 1;
}
section > main > main > article.active > main[b-hqweyxixhp] {
  opacity: 0;
  animation: fade-in-right-wide 300ms forwards ease-out;
}
section > main > main > article.inactive > main[b-hqweyxixhp] {
  opacity: 0;
  animation: fade-out-left-wide 300ms forwards ease-out;
}
section > main > nav[b-hqweyxixhp] {
  height: 60px;
  width: 725px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1430px) {
  section > main > nav[b-hqweyxixhp] {
    height: 40px;
    width: 200px;
  }
}
@media only screen and (max-width: 1180px) {
  section > main > nav[b-hqweyxixhp] {
    width: 100px;
  }
}
@media only screen and (max-width: 800px) {
  section > main > nav[b-hqweyxixhp] {
    height: 12px;
    margin-top: 38px;
    position: relative;
    top: 15px;
  }
}
section > main > nav > div[b-hqweyxixhp] {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  margin: 0 6px;
  background-color: #D8E2F5;
  cursor: pointer;
}
section > main > nav > div:hover[b-hqweyxixhp] {
  background-color: #6A7C9A;
}
section > main > nav > div.active[b-hqweyxixhp] {
  background-color: #4A5C7A;
  cursor: default;
}
/* _content/NoventiFlex.Landingpage/Components/Pages/TermsPage.razor.rz.scp.css */
section[b-wutg4o9yar] {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section > h1[b-wutg4o9yar] {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.35em;
  color: #1C1C1C;
  margin: 30px 0 40px 0;
  width: 100%;
  max-width: 900px;
  text-align: center;
}
section > main[b-wutg4o9yar] {
  flex: 1;
  display: flex;
  flex-direction: column;
  border: 1px solid #D8E2F5;
  padding: 14px 10px 14px 26px;
  border-radius: 8px;
  width: 100%;
  max-width: 900px;
}
section > main > div[b-wutg4o9yar] {
  flex: 1;
  overflow-y: auto;
  flex-grow: 1;
  flex-basis: 0;
  padding-right: 10px;
  color: #4A5C7A;
}
section > main > div[b-wutg4o9yar]  h2 {
  font-size: 16pt;
  margin: 20px 0 5px 0;
}
section > main > div[b-wutg4o9yar]  h3 {
  font-size: 14pt;
  margin: 12px 0 5px 0;
}
section > main > div[b-wutg4o9yar]  h4 {
  font-size: 12pt;
  margin: 12px 0 5px 0;
}
section > main > div[b-wutg4o9yar]  p {
  font-size: 11pt;
  line-height: 130%;
  margin: 5px 0 6px 0;
  text-align: justify;
}
section > main > div[b-wutg4o9yar]  ul {
  font-size: 11pt;
  padding-left: 14px;
  margin: 5px 0 14px 0;
}
section > main > div[b-wutg4o9yar]  ul li {
  list-style: circle;
  text-align: justify;
  margin: 0 0 6px 0;
}
section > main > div[b-wutg4o9yar]  a,
section > main > div[b-wutg4o9yar]  a:visited {
  color: #c7358c;
}
section > main > div[b-wutg4o9yar]  a:hover {
  color: #4C79BB;
}
section > main > div[b-wutg4o9yar]  footer {
  display: flex;
  justify-content: flex-end;
  font-size: 9pt;
}
