/* /Components/App.razor.rz.scp.css */
body[b-nn847hjigv] {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", "Fira Sans";
  --pc: #2a5799;
  --lpc: #356ec1;
  overflow-x: hidden;
  background-color: #FFF;
}
[b-nn847hjigv] {
  /*#components-reconnect-modal {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1000;
        overflow: hidden;
        background-color: rgba(255, 255, 255, 0.8);
        text-align: center;

        &.components-reconnect-hide {
            display: none;
        }
    }*/
}
[b-nn847hjigv] * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
[b-nn847hjigv] a[role=button],
[b-nn847hjigv] 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-nn847hjigv] a[role=button]:hover,
[b-nn847hjigv] button:hover {
  background-color: var(--lpc);
}
[b-nn847hjigv] a[role=button].secondary,
[b-nn847hjigv] button.secondary {
  background-color: transparent;
  color: var(--pc);
}
[b-nn847hjigv] a[role=button].secondary:hover,
[b-nn847hjigv] button.secondary:hover {
  background-color: #EFEFEF;
}
[b-nn847hjigv] a[role=button][disabled],
[b-nn847hjigv] button[disabled] {
  opacity: 0.4;
  cursor: no-drop;
}
[b-nn847hjigv] input,
[b-nn847hjigv] select,
[b-nn847hjigv] textarea {
  border: 1.5px solid #D8E2F5;
  border-radius: 8px;
  color: #4A5C7A;
  font-size: 16px;
  font-weight: 400;
}
[b-nn847hjigv] input,
[b-nn847hjigv] textarea {
  padding: 5px 12px;
  line-height: 30px;
  outline: none;
}
[b-nn847hjigv] input::placeholder,
[b-nn847hjigv] textarea::placeholder {
  color: #A1B0CA;
}
[b-nn847hjigv] input[type=email] {
  text-transform: lowercase;
}
[b-nn847hjigv] textarea {
  resize: none;
}
[b-nn847hjigv] a {
  color: var(--pc);
}
[b-nn847hjigv] select {
  padding: 10px 8px;
  line-height: 30px;
}
/* /Components/Elements/AppHeader.razor.rz.scp.css */
header[b-187dqa1tz5] {
  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-187dqa1tz5] {
    height: 60px;
    padding: 0;
    justify-content: space-between;
  }
}
header > a > img[b-187dqa1tz5] {
  width: 120px;
  margin: 8px 10px 8px 0;
}
@media only screen and (max-width: 800px) {
  header > a > img[b-187dqa1tz5] {
    width: 120px;
    padding: 10px 20px;
    margin: 0;
    flex: 1;
  }
}
header[b-187dqa1tz5]  a {
  font-size: 16px;
  text-decoration: none;
  color: #3B3B3B;
}
header[b-187dqa1tz5]  a.active {
  color: var(--pc);
  font-weight: 600;
}
header > nav.center[b-187dqa1tz5] {
  flex: 1;
  display: flex;
  justify-content: center;
  max-width: 1250px;
}
@media only screen and (max-width: 800px) {
  header > nav.center[b-187dqa1tz5] {
    display: none;
  }
}
header > nav.center[b-187dqa1tz5] >  a {
  margin: 0 14px;
}
header > nav.center[b-187dqa1tz5] >  a.more {
  display: none;
  position: relative;
}
header > nav.center[b-187dqa1tz5] >  a.more img {
  width: 20px;
  height: 18px;
  cursor: pointer;
}
header > nav.center[b-187dqa1tz5] >  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-187dqa1tz5] >  a.more nav > a {
  padding: 10px 16px;
  margin: 0;
  width: 150px;
  display: none;
}
header > nav.center[b-187dqa1tz5] >  a.more nav > a:hover {
  background-color: #EAEAEA;
}
@media only screen and (max-width: 1100px) {
  header > nav.center[b-187dqa1tz5] >  a.more nav > a.p2 {
    display: block;
  }
}
@media only screen and (max-width: 1280px) {
  header > nav.center[b-187dqa1tz5] >  a.more nav > a.p3 {
    display: block;
  }
}
@media only screen and (max-width: 1440px) {
  header > nav.center[b-187dqa1tz5] >  a.more nav > a.p4 {
    display: block;
  }
}
@media only screen and (max-width: 1100px) {
  header > nav.center[b-187dqa1tz5] >  a.p2 {
    display: none;
  }
}
@media only screen and (max-width: 1280px) {
  header > nav.center[b-187dqa1tz5] >  a.p3 {
    display: none;
  }
}
@media only screen and (max-width: 1440px) {
  header > nav.center[b-187dqa1tz5] >  a.p4 {
    display: none;
  }
  header > nav.center[b-187dqa1tz5] >  a.more {
    display: block;
  }
}
header > aside[b-187dqa1tz5] {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 220px;
}
@media only screen and (max-width: 800px) {
  header > aside[b-187dqa1tz5] {
    display: none;
  }
}
header > aside[b-187dqa1tz5]  ul {
  list-style: none;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #3B3B3B;
  cursor: pointer;
}
header > aside[b-187dqa1tz5]  ul li:nth-of-type(1) {
  padding-right: 14px;
  border-right: 1px solid #A1B0CA;
}
header > aside[b-187dqa1tz5]  ul li:nth-of-type(2) {
  padding-left: 14px;
}
header > aside[b-187dqa1tz5]  ul li.active {
  color: var(--pc);
  font-weight: 600;
  cursor: default;
}
header > aside a[role=button][b-187dqa1tz5] {
  margin-left: 28px;
}
header > nav.right[b-187dqa1tz5] {
  display: none;
}
@media only screen and (max-width: 800px) {
  header > nav.right[b-187dqa1tz5] {
    display: block;
  }
}
header > nav.right > img[b-187dqa1tz5] {
  width: 62px;
  height: 42px;
  padding: 10px 20px;
  cursor: pointer;
}
header > nav.right > aside[b-187dqa1tz5] {
  position: fixed;
  left: 0;
  top: 60px;
  right: 0;
  display: flex;
  flex-direction: column;
  background-color: #FFF;
  z-index: 300;
  border-bottom: 1px solid #D8E2F5;
}
header > nav.right > aside[b-187dqa1tz5] >  a {
  padding: 12px 20px;
  width: 150px;
  border-bottom: 1px solid #D8E2F5;
  width: 100%;
}
header > nav.right > aside[b-187dqa1tz5] >  a:hover {
  background-color: #EAEAEA;
}
header > nav.right > aside > div[b-187dqa1tz5] {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
header > nav.right > aside > div[b-187dqa1tz5]  ul {
  list-style: none;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #3B3B3B;
  cursor: pointer;
}
header > nav.right > aside > div[b-187dqa1tz5]  ul li:nth-of-type(1) {
  padding-right: 14px;
  border-right: 1px solid #A1B0CA;
}
header > nav.right > aside > div[b-187dqa1tz5]  ul li:nth-of-type(2) {
  padding-left: 14px;
}
header > nav.right > aside > div[b-187dqa1tz5]  ul li.active {
  color: var(--pc);
  font-weight: 600;
  cursor: default;
}
/* /Components/Elements/CheckBox.razor.rz.scp.css */
.check-box[b-j589mxrwtl] {
  display: block;
  position: relative;
  padding: 2px 0 0 35px;
  cursor: pointer;
  font-size: 18px;
  user-select: none;
  color: #3B3B3B;
}
.check-box[disabled][b-j589mxrwtl] {
  cursor: no-drop;
}
.check-box[b-j589mxrwtl] >  input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.check-box-mark[b-j589mxrwtl] {
  position: absolute;
  top: 0;
  left: 0;
  height: 26px;
  width: 26px;
  border-radius: 4px;
  border: 1px solid var(--pc);
}
.check-box-mark[b-j589mxrwtl]: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-j589mxrwtl] {
  opacity: 0.4;
}
.check-box:hover[b-j589mxrwtl]  input ~ .check-box-mark {
  background-color: #DDD;
}
.check-box[b-j589mxrwtl]  input:checked ~ .check-box-mark {
  background-color: var(--pc);
}
.check-box[b-j589mxrwtl]  input:checked ~ .check-box-mark:after {
  display: block;
}
/* /Components/Elements/LoadingIndicator.razor.rz.scp.css */
div[b-4u7epnce1a] {
  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-4u7epnce1a 1s linear infinite;
}
@keyframes loading-rotation-b-4u7epnce1a {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* /Components/Elements/OrderHeader.razor.rz.scp.css */
nav[b-8gmvs0pak6] {
  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-8gmvs0pak6] {
    top: 60px;
  }
}
nav > div[b-8gmvs0pak6] {
  display: flex;
  align-items: center;
  background-color: #FFF;
  padding: 8px 12px;
  width: 220px;
  position: relative;
  overflow: hidden;
  opacity: 0.6;
}
nav > div > mark[b-8gmvs0pak6] {
  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-8gmvs0pak6] {
    width: 20px;
    height: 20px;
    font-size: 10px;
    margin-right: 6px;
  }
}
nav > div > span[b-8gmvs0pak6] {
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (max-width: 800px) {
  nav > div > span[b-8gmvs0pak6] {
    font-size: 13px;
  }
}
nav > div:first-child[b-8gmvs0pak6],
nav > div:last-child[b-8gmvs0pak6] {
  width: 200px;
}
nav > div:first-child[b-8gmvs0pak6] {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
nav > div:last-child[b-8gmvs0pak6] {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
nav > div:not(:last-child)[b-8gmvs0pak6]: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-8gmvs0pak6] {
  padding-left: 28px;
  margin-left: -14px;
}
nav > div:not(:first-child)[b-8gmvs0pak6]: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-8gmvs0pak6],
nav > div.active[b-8gmvs0pak6] {
  opacity: 1;
}
nav > div.complete > mark[b-8gmvs0pak6] {
  background: url('/images/advantages/check.svg');
  background-size: 100%;
  color: transparent;
}
/* /Components/Elements/OrderSummary.razor.rz.scp.css */
section[b-00of3aq7oz] {
  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-00of3aq7oz] {
  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-00of3aq7oz] {
  font-size: 18px;
  line-height: 1.5em;
  color: #3B3B3B;
}
section div.modules[b-00of3aq7oz],
section div.discount[b-00of3aq7oz],
section div.price[b-00of3aq7oz],
section div.tax[b-00of3aq7oz],
section div.total[b-00of3aq7oz],
section div.reference[b-00of3aq7oz] {
  display: flex;
  justify-content: space-between;
}
section div.modules[b-00of3aq7oz] {
  font-weight: 600;
}
section div.price[b-00of3aq7oz] {
  padding-top: 16px;
  border-top: 1px solid #D8E2F5;
  margin-top: 16px;
}
section div.discount span:first-child[b-00of3aq7oz] {
  color: #36B525;
}
section div.total[b-00of3aq7oz] {
  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-00of3aq7oz] {
  flex: 1;
}
section div.trial-period[b-00of3aq7oz] {
  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-00of3aq7oz] {
  font-size: 16px;
  padding: 12px 36px;
}
/* /Components/Elements/RadioButton.razor.rz.scp.css */
.radio-button[b-4nrq93ynem] {
  display: block;
  position: relative;
  padding: 1px 0 0 28px;
  cursor: pointer;
  font-size: 14px;
  user-select: none;
  color: #3B3B3B;
}
.radio-button[b-4nrq93ynem] >  input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.radio-button-mark[b-4nrq93ynem] {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  border: 1px solid var(--pc);
}
.radio-button-mark[b-4nrq93ynem]: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-4nrq93ynem]  input ~ .radio-button-mark {
  background-color: #DDD;
}
.radio-button[b-4nrq93ynem]  input:checked ~ .radio-button-mark {
  background-color: #FFF;
}
.radio-button[b-4nrq93ynem]  input:checked ~ .radio-button-mark:after {
  display: block;
}
/* /Components/Elements/TabGroup.razor.rz.scp.css */
.tab-group[b-mtmnv7u24l] {
  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-mtmnv7u24l] {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.tab-group > .marker[b-mtmnv7u24l],
.tab-group > .tab[b-mtmnv7u24l] {
  height: 38px;
  border-radius: 8px;
  margin: 4px;
}
.tab-group > .marker[b-mtmnv7u24l] {
  position: absolute;
  background-color: #EAEFF5;
  z-index: 1;
  transition: left 300ms ease-out;
}
@media only screen and (max-width: 800px) {
  .tab-group > .marker[b-mtmnv7u24l] {
    display: none;
  }
}
.tab-group > .tab[b-mtmnv7u24l] {
  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-mtmnv7u24l] {
  background-color: #F1F5FB;
}
.tab-group > .tab:not(.active)[b-mtmnv7u24l] {
  /*.mobile-size({
                display: none;
            });*/
}
.tab-group > .tab.active[b-mtmnv7u24l] {
  cursor: default;
  background-color: #EE8748;
  color: #FFF;
}
@media only screen and (max-width: 800px) {
  .tab-group > .tab.active[b-mtmnv7u24l] {
    background-color: #EAEFF5;
  }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#main-content[b-qm2pz07d5h] {
  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-qm2pz07d5h] {
    padding: 60px 0 0 0;
  }
}
#main-content > main[b-qm2pz07d5h] {
  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-qm2pz07d5h] {
    flex-direction: column;
    padding: 0 20px;
  }
}
#main-footer[b-qm2pz07d5h] {
  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-qm2pz07d5h] {
    position: static;
    flex-direction: column;
    padding: 0 20px;
  }
}
#main-footer > div[b-qm2pz07d5h] {
  flex: 1;
  max-width: 1300px;
  margin: 20px 0;
}
@media only screen and (max-width: 800px) {
  #main-footer > div[b-qm2pz07d5h] {
    flex: none;
    margin: 0;
    font-size: 14px;
    text-align: center;
  }
}
#main-footer > aside[b-qm2pz07d5h] {
  width: 300px;
  text-align: right;
  margin: 20px 0;
}
@media only screen and (max-width: 800px) {
  #main-footer > aside[b-qm2pz07d5h] {
    width: auto;
    margin: 10px 0 0 0;
    text-align: center;
    font-size: 14px;
  }
}
#main-footer[b-qm2pz07d5h]  a {
  text-decoration: none;
  color: #4A5C7A;
  margin-left: 20px;
}
#main-footer[b-qm2pz07d5h]  a:first-child {
  margin-left: 0;
}
#main-footer[b-qm2pz07d5h]  a.active {
  color: var(--pc);
  font-weight: 600;
}
/* /Components/Pages/AdvantagesPage.razor.rz.scp.css */
section[b-qarval3a24] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 800px) {
  section[b-qarval3a24] {
    flex: 1;
  }
}
section > h1[b-qarval3a24] {
  font-weight: 600;
  font-size: 42px;
  color: #1C1C1C;
  opacity: 0;
  animation: fade-in-top 300ms forwards ease-out;
}
section > p[b-qarval3a24] {
  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-qarval3a24] {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 800px) {
  section > p[b-qarval3a24] {
    margin-bottom: 20px;
  }
}
section[b-qarval3a24] >  .tab-group {
  opacity: 0;
  animation: fade-in-top 300ms forwards ease-out;
}
section > article[b-qarval3a24] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 800px) {
  section > article[b-qarval3a24] {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 800px) {
  section > article[b-qarval3a24] {
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
  }
}
section > article > main[b-qarval3a24] {
  display: flex;
  align-items: stretch;
  min-height: 372px;
}
@media only screen and (max-width: 800px) {
  section > article > main[b-qarval3a24] {
    flex-direction: column;
    min-height: auto;
  }
}
section > article > main > ul[b-qarval3a24] {
  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-qarval3a24] {
  margin-right: 42px;
}
@media only screen and (max-width: 1280px) {
  section > article > main > ul:first-child[b-qarval3a24] {
    margin-right: 0;
  }
}
section > article > main > ul:first-child > li[b-qarval3a24] {
  opacity: 0;
  animation: fade-in-left 300ms forwards ease-out;
}
@media only screen and (min-width: 800px) {
  section > article > main > ul:last-child[b-qarval3a24] {
    margin-left: 42px;
  }
}
@media only screen and (max-width: 800px) {
  section > article > main > ul:last-child[b-qarval3a24] {
    margin-top: 30px;
    margin-left: 0;
  }
}
section > article > main > ul:last-child > li[b-qarval3a24] {
  opacity: 0;
  animation: fade-in-right 300ms forwards ease-out;
}
section > article > main > ul > li[b-qarval3a24] {
  margin-bottom: 30px;
  padding-left: 44px;
  position: relative;
}
section > article > main > ul > li:last-child[b-qarval3a24] {
  margin-bottom: 0;
}
section > article > main > ul > li[b-qarval3a24]::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-qarval3a24] {
  font-size: 10pt;
  line-height: 1;
}
section > article > main > ul > li.advantage-1[b-qarval3a24] {
  animation-delay: 100ms;
}
section > article > main > ul > li.advantage-2[b-qarval3a24] {
  animation-delay: 200ms;
}
section > article > main > ul > li.advantage-3[b-qarval3a24] {
  animation-delay: 300ms;
}
section > article > main > ul > li.advantage-4[b-qarval3a24] {
  animation-delay: 400ms;
}
section > article > main > ul > li.advantage-5[b-qarval3a24] {
  animation-delay: 500ms;
}
section > article > main > ul > li.advantage-6[b-qarval3a24] {
  animation-delay: 600ms;
}
section > article > main > aside[b-qarval3a24] {
  margin: 0 8px;
  display: flex;
}
section > article > main > aside:first-of-type[b-qarval3a24] {
  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-qarval3a24] {
  align-items: start;
  opacity: 0;
  animation: fade-in-right 300ms forwards ease-out;
  animation-delay: 100ms;
}
section > article > main > img[b-qarval3a24] {
  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-qarval3a24],
  section > article > main > img[b-qarval3a24] {
    display: none;
  }
}
section > article > footer > svg[b-qarval3a24] {
  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-qarval3a24] {
    display: none;
  }
}
@media only screen and (min-width: 800px) {
  section > article > footer > img[b-qarval3a24] {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  section > article > footer > img[b-qarval3a24] {
    max-width: 280px;
    margin-top: 50px;
    border-radius: 100px;
    opacity: 0;
    animation: fade-in 300ms forwards ease-out;
  }
}
/* /Components/Pages/AppsPage.razor.rz.scp.css */
section[b-hgj3nsiu3q] {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1070px) {
  section[b-hgj3nsiu3q] {
    flex: 1;
    justify-content: start;
    flex-direction: column;
    overflow-x: visible;
    overflow-y: auto;
    flex-grow: 1;
    flex-basis: 0;
  }
}
section > article[b-hgj3nsiu3q] {
  border: 1px solid #D8E2F5;
  padding: 30px 40px;
  margin-right: 100px;
  border-radius: 13px;
  box-shadow: 0 4px 42px rgba(55, 116, 208, 0.1);
  display: flex;
  flex-direction: column;
  width: 468px;
  max-width: 468px;
  transition: box-shadow 200ms;
}
@media only screen and (max-width: 1240px) {
  section > article[b-hgj3nsiu3q] {
    margin-right: 50px;
  }
}
@media only screen and (max-width: 1070px) {
  section > article[b-hgj3nsiu3q] {
    margin: 30px 0;
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  section > article[b-hgj3nsiu3q] {
    margin: 0 0 20px 0;
    box-shadow: none;
  }
}
section > article:nth-of-type(1)[b-hgj3nsiu3q] {
  opacity: 0;
  animation: fade-in-left 300ms forwards ease-out;
}
section > article:nth-of-type(2)[b-hgj3nsiu3q] {
  opacity: 0;
  animation: fade-in-right 300ms forwards ease-out;
}
@media only screen and (max-width: 800px) {
  section > article:nth-of-type(2)[b-hgj3nsiu3q] {
    margin: 0;
  }
}
section > article:hover[b-hgj3nsiu3q] {
  box-shadow: 0 4px 42px rgba(55, 116, 208, 0.3);
}
@media only screen and (max-width: 800px) {
  section > article:hover[b-hgj3nsiu3q] {
    box-shadow: none;
  }
}
section > article:last-child[b-hgj3nsiu3q] {
  margin-right: 0;
}
section > article > img[b-hgj3nsiu3q] {
  height: 60px;
}
section > article > h1[b-hgj3nsiu3q] {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.35em;
  color: #1C1C1C;
  margin: 30px 0 10px 0;
  max-width: 900px;
  text-align: center;
}
section > article > h1 > mark[b-hgj3nsiu3q] {
  background: none;
  color: var(--pc);
}
section > article > p[b-hgj3nsiu3q] {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  height: 100px;
  color: #888;
}
section > article > main[b-hgj3nsiu3q] {
  position: relative;
}
section > article > main > nav[b-hgj3nsiu3q] {
  display: flex;
  overflow: hidden;
}
section > article > main > nav > img[b-hgj3nsiu3q] {
  height: 240px;
  margin-right: 10px;
  border-radius: 8px;
}
section > article > main > nav > img:last-child[b-hgj3nsiu3q] {
  margin-right: 0;
}
section > article > main > a[b-hgj3nsiu3q] {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  border-radius: 50%;
  border: 1px solid #D8E2F5;
  box-shadow: 0 4px 42px rgba(55, 116, 208, 0.15);
  background-color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  cursor: pointer;
  text-decoration: none;
  padding-bottom: 2px;
}
section > article > main > a:hover[b-hgj3nsiu3q] {
  background-color: #F3F3F3;
}
section > article > main > a.left[b-hgj3nsiu3q] {
  left: -25px;
}
section > article > main > a.right[b-hgj3nsiu3q] {
  right: -25px;
}
section > article > aside[b-hgj3nsiu3q] {
  display: flex;
  margin-top: 40px;
  justify-content: center;
  flex-wrap: wrap;
}
section > article > aside > a[b-hgj3nsiu3q] {
  margin-right: 6px;
}
section > article > aside > a:last-child[b-hgj3nsiu3q] {
  margin-right: 0;
}
section > article > aside > a > img[b-hgj3nsiu3q] {
  height: 40px;
}
/* /Components/Pages/ContactPage.razor.rz.scp.css */
section[b-m9fi0g7qx5] {
  display: flex;
}
@media only screen and (max-width: 680px) {
  section[b-m9fi0g7qx5] {
    flex: 1;
    justify-content: start;
    flex-direction: column;
    overflow-y: auto;
    flex-grow: 1;
    flex-basis: 0;
  }
}
section aside[b-m9fi0g7qx5] {
  color: #FFF;
  text-shadow: 0px 4px 42px #080A2F;
  margin-right: 60px;
  position: relative;
}
@media only screen and (max-width: 1500px) {
  section aside[b-m9fi0g7qx5] {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  section aside[b-m9fi0g7qx5] {
    display: none;
  }
}
section aside > main[b-m9fi0g7qx5] {
  opacity: 0;
  animation: fade-in-left 300ms forwards ease-out;
  background: url('/images/contact/office.png') center no-repeat;
  background-size: 530px auto;
  width: 530px;
  height: 598px;
  padding: 60px;
}
@media only screen and (max-width: 1500px) {
  section aside > main[b-m9fi0g7qx5] {
    background-size: 340px auto;
    width: 340px;
    height: 384px;
    padding: 40px;
  }
}
section aside > main small[b-m9fi0g7qx5] {
  display: inline-block;
  margin-top: 20px;
}
section aside > svg[b-m9fi0g7qx5] {
  position: absolute;
}
@media only screen and (max-width: 1500px) {
  section aside > svg[b-m9fi0g7qx5] {
    transform: scale(0.64);
  }
}
section aside > svg:nth-of-type(1)[b-m9fi0g7qx5] {
  top: -50px;
  left: -50px;
  opacity: 0;
  animation: fade-in-top 300ms forwards ease-out;
  animation-delay: 200ms;
}
section aside > svg:nth-of-type(2)[b-m9fi0g7qx5] {
  bottom: 5px;
  right: -120px;
  opacity: 0;
  animation: fade-in-right 300ms forwards ease-out;
  animation-delay: 300ms;
}
@media only screen and (max-width: 1500px) {
  section aside > svg:nth-of-type(2)[b-m9fi0g7qx5] {
    bottom: auto;
    top: 296px;
    right: -96px;
  }
}
section aside > svg:nth-of-type(3)[b-m9fi0g7qx5] {
  bottom: -80px;
  right: 0;
  opacity: 0;
  animation: fade-in-bottom 300ms forwards ease-out;
  animation-delay: 400ms;
}
@media only screen and (max-width: 1500px) {
  section aside > svg:nth-of-type(3)[b-m9fi0g7qx5] {
    bottom: auto;
    top: 380px;
    right: -10px;
  }
}
section aside h1[b-m9fi0g7qx5] {
  font-weight: 600;
  font-size: 42px;
  line-height: 52px;
  color: #FFFFFF;
}
@media only screen and (max-width: 1500px) {
  section aside h1[b-m9fi0g7qx5] {
    font-size: 22px;
    line-height: 32px;
  }
}
section aside p[b-m9fi0g7qx5] {
  margin: 30px 0;
  font-size: 18px;
  line-height: 150%;
}
@media only screen and (max-width: 1500px) {
  section aside p[b-m9fi0g7qx5] {
    margin: 20px 0;
    font-size: 14px;
  }
}
section aside .phone[b-m9fi0g7qx5],
section aside .mail[b-m9fi0g7qx5] {
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
}
@media only screen and (max-width: 1500px) {
  section aside .phone[b-m9fi0g7qx5],
  section aside .mail[b-m9fi0g7qx5] {
    font-size: 13px;
  }
}
section aside .phone svg[b-m9fi0g7qx5],
section aside .mail svg[b-m9fi0g7qx5] {
  width: 16px;
  margin-right: 16px;
}
section aside .phone[b-m9fi0g7qx5] {
  margin-bottom: 8px;
}
section form[b-m9fi0g7qx5] {
  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-m9fi0g7qx5] {
  margin-bottom: 36px;
}
section form#validate > div[b-m9fi0g7qx5] {
  flex-direction: column;
}
section form#validate > div label[b-m9fi0g7qx5] {
  padding: 0 0 10px 0;
}
section form#validate > div div[b-m9fi0g7qx5] {
  margin: 0;
}
section form > h1[b-m9fi0g7qx5] {
  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-m9fi0g7qx5] {
    display: block;
  }
}
section form > small[b-m9fi0g7qx5] {
  display: block;
  margin-top: 20px;
  font-size: 14px;
}
section form > div[b-m9fi0g7qx5] {
  max-width: 610px;
  width: 100%;
  display: flex;
  margin-bottom: 20px;
}
@media only screen and (max-width: 680px) {
  section form > div[b-m9fi0g7qx5] {
    width: 100%;
    flex-direction: column;
  }
}
section form > div label[b-m9fi0g7qx5] {
  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-m9fi0g7qx5] {
    width: auto;
    margin-bottom: 4px;
  }
}
section form > div > div[b-m9fi0g7qx5] {
  flex: 1;
  max-width: 450px;
  margin-right: 10px;
}
@media only screen and (max-width: 680px) {
  section form > div > div[b-m9fi0g7qx5] {
    width: 100%;
  }
}
section form > div > div.request-type[b-m9fi0g7qx5] {
  display: flex;
}
@media only screen and (max-width: 680px) {
  section form > div > div.request-type[b-m9fi0g7qx5] {
    flex-direction: column;
  }
}
section form > div > div.request-type > div[b-m9fi0g7qx5] {
  display: flex;
  flex-direction: column;
  margin-right: 120px;
}
section form > div > div.request-type > div:last-of-type[b-m9fi0g7qx5] {
  margin-right: 0;
}
section form > div > div:last-child[b-m9fi0g7qx5] {
  margin-right: 0;
}
section form > div[b-m9fi0g7qx5]  input,
section form > div[b-m9fi0g7qx5]  textarea {
  width: 100%;
}
section form > div[b-m9fi0g7qx5]  textarea {
  height: 178px;
}
section form > div.loading[b-m9fi0g7qx5],
section form > div.sent[b-m9fi0g7qx5] {
  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-m9fi0g7qx5],
  section form > div.sent[b-m9fi0g7qx5] {
    left: 0;
    margin-left: 0;
  }
}
section form > div.loading[b-m9fi0g7qx5] {
  background-color: rgba(255, 255, 255, 0.6);
}
section form > div.sent[b-m9fi0g7qx5] {
  background-color: #FFF;
  font-size: 24px;
  font-weight: bold;
  color: #666;
}
section form > div.send[b-m9fi0g7qx5] {
  max-width: 610px;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 0;
}
section form > div.send button[b-m9fi0g7qx5] {
  width: 100%;
  background-color: #EE8748;
  border-color: #EE8748;
  padding: 14px 0;
}
section form > p[b-m9fi0g7qx5] {
  max-width: 610px;
  width: 100%;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
}
/* /Components/Pages/ErpIntegrationPage.razor.rz.scp.css */
section[b-do9cndwqyl] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
  section[b-do9cndwqyl] {
    flex: 1;
    justify-content: start;
    flex-direction: column;
    overflow-y: auto;
    flex-grow: 1;
    flex-basis: 0;
  }
}
section > main[b-do9cndwqyl] {
  width: 600px;
  margin-right: 60px;
  opacity: 0;
  animation: fade-in-left 300ms forwards ease-out;
}
@media only screen and (max-width: 1500px) {
  section > main[b-do9cndwqyl] {
    width: auto;
    flex: 0.8;
    margin-right: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  section > main[b-do9cndwqyl] {
    width: 100%;
    margin: 0 0 50px 0;
    max-width: 640px;
  }
}
section > main > h1[b-do9cndwqyl] {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.35em;
  color: #1C1C1C;
  margin-bottom: 20px;
  word-wrap: anywhere;
}
section > main > h2[b-do9cndwqyl] {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5em;
  color: #4A5C7A;
}
section > main > p[b-do9cndwqyl] {
  font-size: 18px;
  font-weight: 400;
  margin-top: 40px;
  line-height: 1.6em;
  color: #4A5C7A;
}
section > main > a[role=button][b-do9cndwqyl] {
  width: 150px;
  margin-top: 20px;
  padding: 18px 0;
  font-size: 16px;
}
section > aside[b-do9cndwqyl] {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  animation: fade-in-right 300ms forwards ease-out;
}
section > aside img[b-do9cndwqyl] {
  width: 100%;
  max-width: 700px;
}
@media only screen and (max-width: 1200px) {
  section > aside img[b-do9cndwqyl] {
    max-width: 644px;
  }
}
/* /Components/Pages/FeaturesPage.razor.rz.scp.css */
section[b-5pugk0eaet] {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section > h1[b-5pugk0eaet] {
  font-weight: 600;
  font-size: 42px;
  color: #1C1C1C;
  opacity: 0;
  animation: fade-in-top 300ms forwards ease-out;
}
section > p[b-5pugk0eaet] {
  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-5pugk0eaet] {
  flex-grow: 1;
  flex-basis: 0;
  color: #4A5C7A;
}
section > main > table[b-5pugk0eaet] {
  margin-top: 20px;
  opacity: 0;
  animation: fade-in-bottom 300ms forwards ease-out;
}
section > main > table:first-of-type[b-5pugk0eaet] {
  margin-top: 0;
}
section > main > table th[b-5pugk0eaet],
section > main > table td[b-5pugk0eaet] {
  padding: 14px;
  font-weight: 600;
}
@media only screen and (max-width: 800px) {
  section > main > table th[b-5pugk0eaet],
  section > main > table td[b-5pugk0eaet] {
    padding: 12px 7px;
  }
}
section > main > table th[b-5pugk0eaet] {
  color: #3B3B3B;
  text-transform: uppercase;
  font-size: 14px;
}
section > main > table th:first-child[b-5pugk0eaet] {
  text-align: left;
}
section > main > table td[b-5pugk0eaet] {
  font-size: 14px;
}
section > main > table tbody tr:nth-child(even) td[b-5pugk0eaet] {
  padding: 16px 14px;
}
@media only screen and (max-width: 800px) {
  section > main > table tbody tr:nth-child(even) td[b-5pugk0eaet] {
    padding: 14px 7px;
  }
}
section > main > table tbody tr:nth-child(odd)[b-5pugk0eaet] {
  background-color: #F3F7F8;
}
section > main > table tbody tr td[b-5pugk0eaet] {
  width: 100px;
}
section > main > table tbody tr td:first-child[b-5pugk0eaet] {
  border-radius: 8px 0 0 8px;
  width: 600px;
  color: #2A579A;
}
section > main > table tbody tr td:last-child[b-5pugk0eaet] {
  border-radius: 0 8px 8px 0;
}
section > main > table tbody tr td.checked[b-5pugk0eaet] {
  background: url('/images/features/check.svg') no-repeat center;
}
section > main > table tbody tr td.unchecked[b-5pugk0eaet] {
  background: url('/images/features/times.svg') no-repeat center;
}
/* /Components/Pages/HrContextPage.razor.rz.scp.css */
section[b-1yx1effi3b] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
  section[b-1yx1effi3b] {
    flex: 1;
    justify-content: start;
    flex-direction: column;
    overflow-y: auto;
    flex-grow: 1;
    flex-basis: 0;
  }
}
section > aside[b-1yx1effi3b] {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  animation: fade-in-left 300ms forwards ease-out;
}
section > aside img[b-1yx1effi3b] {
  width: 100%;
  max-width: 800px;
  margin-top: -30px;
}
@media only screen and (max-width: 1200px) {
  section > aside img[b-1yx1effi3b] {
    width: 100%;
    margin-top: 0;
    max-width: 670px;
  }
}
section > main[b-1yx1effi3b] {
  width: 600px;
  margin-left: 30px;
  opacity: 0;
  animation: fade-in-right 300ms forwards ease-out;
}
@media only screen and (max-width: 1500px) {
  section > main[b-1yx1effi3b] {
    width: auto;
    flex: 0.7;
    margin-left: 15px;
  }
}
@media only screen and (max-width: 1200px) {
  section > main[b-1yx1effi3b] {
    width: 100%;
    max-width: 640px;
    margin: 50px 0 0 0;
  }
}
section > main > h1[b-1yx1effi3b] {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.35em;
  color: #1C1C1C;
  margin-bottom: 20px;
}
section > main > h2[b-1yx1effi3b] {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5em;
  color: #4A5C7A;
}
section > main > p[b-1yx1effi3b] {
  font-size: 18px;
  font-weight: 400;
  margin-top: 20px;
  line-height: 1.6em;
  color: #4A5C7A;
}
section > main > p:first-of-type[b-1yx1effi3b] {
  margin-top: 40px;
}
section > main > a[role=button][b-1yx1effi3b] {
  width: 150px;
  margin-top: 20px;
  padding: 18px 0;
  font-size: 16px;
}
/* /Components/Pages/ImprintPage.razor.rz.scp.css */
section[b-jtbdia06nh] {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section > h1[b-jtbdia06nh] {
  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-jtbdia06nh] {
    font-size: 26px;
    margin: 10px 0 20px 0;
  }
}
section > main[b-jtbdia06nh] {
  border: 1px solid #D8E2F5;
  padding: 18px 10px 18px 26px;
  border-radius: 8px;
  display: flex;
}
@media only screen and (max-width: 800px) {
  section > main[b-jtbdia06nh] {
    flex-direction: column;
    border: 0;
    padding: 0;
  }
}
section > main > div[b-jtbdia06nh] {
  max-width: 620px;
}
@media only screen and (max-width: 1280px) {
  section > main > div[b-jtbdia06nh] {
    flex: 1;
  }
}
section > main > div:first-of-type[b-jtbdia06nh] {
  margin-right: 80px;
}
@media only screen and (max-width: 800px) {
  section > main > div:first-of-type[b-jtbdia06nh] {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
section > main > div:first-of-type label[b-jtbdia06nh] {
  display: inline-block;
  width: 180px;
}
@media only screen and (max-width: 800px) {
  section > main > div:first-of-type label[b-jtbdia06nh] {
    width: 130px;
  }
}
section > main > div:last-of-type label[b-jtbdia06nh] {
  display: inline-block;
  width: 80px;
}
section > main > div h2[b-jtbdia06nh],
section > main > div p[b-jtbdia06nh] {
  font-size: 18px;
  line-height: 150%;
  color: #4A5C7A;
}
@media only screen and (max-width: 800px) {
  section > main > div h2[b-jtbdia06nh],
  section > main > div p[b-jtbdia06nh] {
    font-size: 16px;
  }
}
section > main > div h2[b-jtbdia06nh] {
  font-weight: 600;
}
section > main > div p[b-jtbdia06nh] {
  font-weight: 400;
  margin-bottom: 30px;
}
section > main > div p:last-child[b-jtbdia06nh] {
  margin-bottom: 0;
}
/* /Components/Pages/InterestPage.razor.rz.scp.css */
section#try[b-mbrsquy93c] {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  --connector-width: 1.5px;
  --connector-radius: 60px;
  background: #FFF url('/images/interest/apply-here.svg') 100% 30px no-repeat;
  background-size: 600px auto;
}
@media only screen and (max-width: 800px) {
  section#try[b-mbrsquy93c] {
    background-position: center 30px;
  }
}
@media only screen and (max-width: 640px) {
  section#try[b-mbrsquy93c] {
    background-size: 100% auto;
  }
}
section#try > article#discover[b-mbrsquy93c] {
  display: flex;
}
section#try > article#discover > main[b-mbrsquy93c] {
  display: flex;
  flex-direction: column;
}
section#try > article#discover > main > h1[b-mbrsquy93c],
section#try > article#discover > main > h2[b-mbrsquy93c] {
  font-size: 48px;
  font-weight: bold;
  color: #4C4C4C;
}
@media only screen and (max-width: 1430px) {
  section#try > article#discover > main > h1[b-mbrsquy93c],
  section#try > article#discover > main > h2[b-mbrsquy93c] {
    font-size: 38px;
  }
}
@media only screen and (max-width: 800px) {
  section#try > article#discover > main > h1[b-mbrsquy93c],
  section#try > article#discover > main > h2[b-mbrsquy93c] {
    line-height: 1.1;
  }
}
section#try > article#discover > main > h1[b-mbrsquy93c] {
  margin-top: 60px;
}
@media only screen and (max-width: 800px) {
  section#try > article#discover > main > h1[b-mbrsquy93c] {
    margin-top: 40px;
  }
}
section#try > article#discover > main > h2[b-mbrsquy93c] {
  color: #EE8748;
}
section#try > article#discover > main > p[b-mbrsquy93c] {
  font-size: 18px;
  color: #4A5C7A;
  line-height: 1.4;
  margin: 20px 0 30px 0;
}
@media only screen and (max-width: 1430px) {
  section#try > article#discover > main > p[b-mbrsquy93c] {
    font-size: 16px;
  }
}
section#try > article#discover > main > .mobile-video-preview[b-mbrsquy93c] {
  display: none;
}
@media only screen and (max-width: 1100px) {
  section#try > article#discover > main > .mobile-video-preview[b-mbrsquy93c] {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    cursor: pointer;
    border-radius: 16px;
    overflow: hidden;
  }
  section#try > article#discover > main > .mobile-video-preview > img[b-mbrsquy93c] {
    width: 100%;
    display: block;
    border-radius: 16px;
  }
  section#try > article#discover > main > .mobile-video-preview > .play-icon[b-mbrsquy93c] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
    border-radius: 16px;
  }
  section#try > article#discover > main > .mobile-video-preview > .play-icon > svg[b-mbrsquy93c] {
    width: 68px;
    height: 48px;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.4));
    transition: transform 0.2s ease;
  }
  section#try > article#discover > main > .mobile-video-preview:hover > .play-icon[b-mbrsquy93c] {
    background-color: rgba(0, 0, 0, 0.25);
  }
  section#try > article#discover > main > .mobile-video-preview:hover > .play-icon > svg[b-mbrsquy93c] {
    transform: scale(1.15);
  }
}
section#try > article#discover > main > .actions a[role=button][b-mbrsquy93c] {
  width: 150px;
  margin-right: 15px;
  padding: 18px 0;
  font-size: 16px;
}
section#try > article#discover > main > .actions a[role=button]:last-child[b-mbrsquy93c] {
  margin-right: 0;
}
@media only screen and (max-width: 1430px) {
  section#try > article#discover > main > .actions a[role=button][b-mbrsquy93c] {
    padding: 14px 0;
  }
}
section#try > article#discover > main > .connector[b-mbrsquy93c] {
  flex: 1;
  border-left: var(--connector-width) solid var(--pc);
  margin-left: 73.5px;
}
section#try > article#discover > aside[b-mbrsquy93c] {
  flex: 1;
  height: 460px;
  position: relative;
  min-width: 600px;
}
section#try > article#discover > aside > img#lt[b-mbrsquy93c] {
  position: absolute;
  top: 50px;
  width: 682px;
  left: 50%;
  margin-left: -291px;
}
section#try > article#discover > aside > img#vd[b-mbrsquy93c] {
  position: absolute;
  top: 26px;
  width: 538px;
  height: 356px;
  left: 50%;
  margin-top: 30px;
  margin-left: -218px;
  border-radius: 20px 20px 0 0;
}
section#try > article#discover > aside > .video-play-overlay[b-mbrsquy93c] {
  position: absolute;
  top: 26px;
  width: 538px;
  height: 356px;
  left: 50%;
  margin-top: 30px;
  margin-left: -218px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 20px 20px 0 0;
  transition: background-color 0.2s ease;
}
section#try > article#discover > aside > .video-play-overlay > svg[b-mbrsquy93c] {
  width: 80px;
  height: 56px;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.4));
  transition: transform 0.2s ease;
}
section#try > article#discover > aside > .video-play-overlay:hover[b-mbrsquy93c] {
  background-color: rgba(0, 0, 0, 0.25);
}
section#try > article#discover > aside > .video-play-overlay:hover > svg[b-mbrsquy93c] {
  transform: scale(1.15);
}
@media only screen and (max-width: 1100px) {
  section#try > article#discover > aside[b-mbrsquy93c] {
    display: none;
  }
}
section#try > article#discover-to-advantages[b-mbrsquy93c] {
  display: flex;
}
section#try > article#discover-to-advantages > div[b-mbrsquy93c] {
  border: 0 solid var(--pc);
}
section#try > article#discover-to-advantages > div:nth-of-type(1)[b-mbrsquy93c] {
  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-mbrsquy93c] {
    height: calc(var(--connector-radius) + 20px);
  }
}
section#try > article#discover-to-advantages > div:nth-of-type(2)[b-mbrsquy93c] {
  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-mbrsquy93c] {
    margin-top: calc(var(--connector-radius) - var(--connector-width) + 20px);
  }
}
section#try > article#discover-to-advantages > div:nth-of-type(3)[b-mbrsquy93c] {
  flex: 0.8;
}
@media only screen and (max-width: 1300px) {
  section#try > article#discover-to-advantages > div:nth-of-type(3)[b-mbrsquy93c] {
    display: none;
  }
}
section#try > article#advantages[b-mbrsquy93c] {
  display: flex;
}
section#try > article#advantages > main[b-mbrsquy93c] {
  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-mbrsquy93c] {
    margin-left: 33.5px;
  }
}
@media only screen and (max-width: 500px) {
  section#try > article#advantages > main[b-mbrsquy93c] {
    margin-left: 10px;
    padding: 0;
  }
}
section#try > article#advantages > main > h1[b-mbrsquy93c] {
  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-mbrsquy93c] {
    font-size: 38px;
  }
}
@media only screen and (max-width: 800px) {
  section#try > article#advantages > main > h1[b-mbrsquy93c] {
    line-height: 1.1;
  }
}
section#try > article#advantages > main > ul[b-mbrsquy93c] {
  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-mbrsquy93c] {
    font-size: 16px;
  }
}
section#try > article#advantages > main > ul > li[b-mbrsquy93c] {
  margin-bottom: 30px;
  padding-left: 44px;
  position: relative;
}
section#try > article#advantages > main > ul > li:last-child[b-mbrsquy93c] {
  margin-bottom: 0;
}
section#try > article#advantages > main > ul > li[b-mbrsquy93c]::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-mbrsquy93c] {
  flex: 0.8;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1300px) {
  section#try > article#advantages > aside[b-mbrsquy93c] {
    display: none;
  }
}
section#try > article#advantages > aside > article > main[b-mbrsquy93c] {
  display: flex;
  position: relative;
}
section#try > article#advantages > aside > article > main > img[b-mbrsquy93c] {
  width: 280px;
  height: 372px;
  border-radius: 100px;
  opacity: 0;
  animation: fade-in 300ms forwards ease-out;
}
section#try > article#advantages > aside > article > main > aside[b-mbrsquy93c] {
  display: flex;
}
section#try > article#advantages > aside > article > main > aside:first-of-type[b-mbrsquy93c] {
  align-items: end;
  padding-bottom: 8px;
  opacity: 0;
  animation: fade-in-left 300ms forwards ease-out;
  animation-delay: 300ms;
}
section#try > article#advantages > aside > article > main > aside:last-of-type[b-mbrsquy93c] {
  align-items: start;
  opacity: 0;
  animation: fade-in-right 300ms forwards ease-out;
  animation-delay: 100ms;
}
section#try > article#advantages > aside > article > svg[b-mbrsquy93c] {
  height: 55px;
  margin-left: 90px;
  opacity: 0;
  animation: fade-in-bottom 300ms forwards ease-out;
  animation-delay: 500ms;
}
section#try > article#advantages-to-steps[b-mbrsquy93c] {
  display: flex;
}
section#try > article#advantages-to-steps > div[b-mbrsquy93c] {
  border: 0 solid var(--pc);
}
section#try > article#advantages-to-steps > div:nth-of-type(1)[b-mbrsquy93c] {
  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-mbrsquy93c] {
    margin-left: 80px;
  }
}
section#try > article#advantages-to-steps > div:nth-of-type(2)[b-mbrsquy93c] {
  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-mbrsquy93c] {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 1300px) {
  section#try > article#advantages-to-steps > div:nth-of-type(2)[b-mbrsquy93c] {
    margin-right: 0;
  }
}
section#try > article#advantages-to-steps > div:nth-of-type(3)[b-mbrsquy93c] {
  flex: 0.8;
}
@media only screen and (max-width: 1300px) {
  section#try > article#advantages-to-steps > div:nth-of-type(3)[b-mbrsquy93c] {
    display: none;
  }
}
section#try > article#steps > h1[b-mbrsquy93c] {
  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-mbrsquy93c] {
    font-size: 38px;
  }
}
@media only screen and (max-width: 800px) {
  section#try > article#steps > h1[b-mbrsquy93c] {
    line-height: 1.1;
  }
}
@media only screen and (max-width: 1400px) {
  section#try > article#steps > h1[b-mbrsquy93c] {
    margin-left: 80px;
    padding: 20px 10px 60px 10px;
  }
}
section#try > article#steps > #step-circles[b-mbrsquy93c] {
  display: flex;
  align-items: start;
  padding-left: 141.5px;
}
@media only screen and (max-width: 1400px) {
  section#try > article#steps > #step-circles[b-mbrsquy93c] {
    padding-left: 0;
  }
}
@media only screen and (max-width: 1050px) {
  section#try > article#steps > #step-circles[b-mbrsquy93c] {
    flex-direction: column;
  }
}
section#try > article#steps > #step-circles > .step[b-mbrsquy93c] {
  width: 160px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1050px) {
  section#try > article#steps > #step-circles > .step[b-mbrsquy93c] {
    width: auto;
    flex-direction: row;
    align-items: center;
  }
}
section#try > article#steps > #step-circles > .step > .step-circle[b-mbrsquy93c] {
  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-mbrsquy93c] {
  width: 140px;
  height: 140px;
  border-radius: 70px;
  box-shadow: 0 4px 81px rgba(0, 0, 0, 0.1);
  background-color: #FFF;
  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-mbrsquy93c] {
  width: 65px;
}
section#try > article#steps > #step-circles > .step > .step-circle > .step-circle-number[b-mbrsquy93c] {
  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-mbrsquy93c] {
  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-mbrsquy93c] {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1050px) {
  section#try > article#steps > #step-circles > .step > .step-text[b-mbrsquy93c] {
    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-mbrsquy93c] {
  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-mbrsquy93c] {
    border-right-color: transparent;
  }
}
section#try > article#steps > #step-circles > .step:nth-of-type(1) > .step-circle > .step-circle-icon[b-mbrsquy93c] {
  padding-top: 10px;
}
section#try > article#steps > #step-circles > .step:nth-of-type(3) > .step-circle[b-mbrsquy93c] {
  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-mbrsquy93c] {
  padding-bottom: 14px;
}
@media only screen and (max-width: 1050px) {
  section#try > article#steps > #step-circles > .step:nth-of-type(3) > .step-circle[b-mbrsquy93c] {
    border-bottom-color: var(--pc);
    border-top-color: transparent;
  }
}
section#try > article#steps > #step-circles > .step:nth-of-type(5) > .step-circle[b-mbrsquy93c] {
  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-mbrsquy93c] {
  padding-top: 6px;
}
@media only screen and (max-width: 1050px) {
  section#try > article#steps > #step-circles > .step:nth-of-type(5) > .step-circle[b-mbrsquy93c] {
    border-right-color: transparent;
    border-left-color: var(--pc);
  }
}
section#try > article#steps > #step-circles > .step:nth-of-type(7) > .step-circle[b-mbrsquy93c] {
  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-mbrsquy93c] {
  padding-bottom: 10px;
}
@media only screen and (max-width: 1050px) {
  section#try > article#steps > #step-circles > .step:nth-of-type(7) > .step-circle[b-mbrsquy93c] {
    border-bottom-color: var(--pc);
    border-top-color: transparent;
  }
}
section#try > article#steps > #step-circles > .step-connector[b-mbrsquy93c] {
  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-mbrsquy93c] {
    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-mbrsquy93c] {
  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-mbrsquy93c] {
    border-radius: 0;
    border-top: 0;
    width: 81px;
    height: 40px;
    margin: 0;
  }
}
section#try > article#steps-to-mailbox[b-mbrsquy93c] {
  display: flex;
}
section#try > article#steps-to-mailbox > div[b-mbrsquy93c] {
  border: 0 solid var(--pc);
}
section#try > article#steps-to-mailbox > div:nth-of-type(1)[b-mbrsquy93c] {
  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-mbrsquy93c] {
    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-mbrsquy93c] {
    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-mbrsquy93c] {
  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-mbrsquy93c] {
    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-mbrsquy93c] {
  border: var(--connector-width) solid var(--pc);
  border-radius: 10px;
  background-color: #FBFDFF;
  display: flex;
  padding: 60px 0;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
}
@media only screen and (max-width: 1000px) {
  section#try > article#mailbox[b-mbrsquy93c] {
    flex-direction: column;
  }
}
section#try > article#mailbox > aside[b-mbrsquy93c] {
  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-mbrsquy93c] {
    padding: 0;
  }
}
section#try > article#mailbox > aside > img[b-mbrsquy93c] {
  width: 100%;
  max-width: 280px;
}
@media only screen and (max-width: 1000px) {
  section#try > article#mailbox > aside > img[b-mbrsquy93c] {
    max-width: 180px;
  }
}
section#try > article#mailbox > main[b-mbrsquy93c] {
  flex: 1.3;
  padding-right: 100px;
}
@media only screen and (max-width: 1000px) {
  section#try > article#mailbox > main[b-mbrsquy93c] {
    padding: 40px 40px 0 40px;
  }
}
section#try > article#mailbox > main > h1[b-mbrsquy93c] {
  font-size: 48px;
  font-weight: bold;
  color: #4C4C4C;
  overflow-wrap: break-word;
}
@media only screen and (max-width: 1430px) {
  section#try > article#mailbox > main > h1[b-mbrsquy93c] {
    font-size: 38px;
  }
}
@media only screen and (max-width: 800px) {
  section#try > article#mailbox > main > h1[b-mbrsquy93c] {
    line-height: 1.1;
  }
}
section#try > article#mailbox > main > p[b-mbrsquy93c] {
  font-size: 18px;
  color: #4A5C7A;
  margin-top: 30px;
  line-height: 1.6;
}
@media only screen and (max-width: 1430px) {
  section#try > article#mailbox > main > p[b-mbrsquy93c] {
    font-size: 16px;
  }
}
section#try > article#mailbox-to-apply[b-mbrsquy93c] {
  display: flex;
}
section#try > article#mailbox-to-apply > div:nth-of-type(1)[b-mbrsquy93c] {
  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-mbrsquy93c] {
    height: calc(var(--connector-radius) + 40px);
  }
}
section#try > article#mailbox-to-apply > div:nth-of-type(1) > div[b-mbrsquy93c] {
  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-mbrsquy93c] {
  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-mbrsquy93c] {
  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-mbrsquy93c] {
  flex: 1;
}
section#try > article#apply[b-mbrsquy93c] {
  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-mbrsquy93c] {
    margin: 0 -20px -20px -20px;
    padding: 60px 0 0 0;
  }
}
@media only screen and (max-width: 1100px) {
  section#try > article#apply[b-mbrsquy93c] {
    flex-direction: column;
    align-items: center;
  }
}
section#try > article#apply > aside[b-mbrsquy93c] {
  width: 100%;
  max-width: 560px;
  margin-right: 20px;
}
@media only screen and (max-width: 1250px) {
  section#try > article#apply > aside[b-mbrsquy93c] {
    max-width: 450px;
  }
}
@media only screen and (max-width: 1100px) {
  section#try > article#apply > aside[b-mbrsquy93c] {
    max-width: 560px;
    margin: 0 0 40px 0;
    padding: 0 30px;
  }
}
section#try > article#apply > aside > h1[b-mbrsquy93c] {
  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-mbrsquy93c] {
    font-size: 38px;
  }
}
@media only screen and (max-width: 800px) {
  section#try > article#apply > aside > h1[b-mbrsquy93c] {
    line-height: 1.1;
  }
}
section#try > article#apply > aside > ul[b-mbrsquy93c] {
  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-mbrsquy93c] {
    font-size: 16px;
  }
}
section#try > article#apply > aside > ul > li[b-mbrsquy93c] {
  margin-top: 20px;
  padding-left: 16px;
  position: relative;
}
section#try > article#apply > aside > ul > li:last-child[b-mbrsquy93c] {
  margin-bottom: 0;
}
section#try > article#apply > aside > ul > li[b-mbrsquy93c]::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-mbrsquy93c] {
  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-mbrsquy93c] {
  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-mbrsquy93c] {
    margin: 0;
  }
}
@media only screen and (max-width: 800px) {
  section#try > article#apply > main[b-mbrsquy93c] {
    border: 0;
    width: 100%;
    border-radius: 0;
  }
}
@media only screen and (max-width: 600px) {
  section#try > article#apply > main[b-mbrsquy93c] {
    padding: 40px 30px;
  }
}
section#try > article#apply > main > #loading[b-mbrsquy93c] {
  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-mbrsquy93c] {
  color: #F55;
  font-size: 20px;
  line-height: 1.5;
  background-color: transparent;
}
section#try > article#apply > main > #enroll > h1[b-mbrsquy93c],
section#try > article#apply > main > #enrolled > h1[b-mbrsquy93c],
section#try > article#apply > main > #german-only > h1[b-mbrsquy93c] {
  color: #4C4C4C;
  font-size: 32px;
  margin-bottom: 14px;
}
section#try > article#apply > main > #enroll > p[b-mbrsquy93c],
section#try > article#apply > main > #enrolled > p[b-mbrsquy93c],
section#try > article#apply > main > #german-only > p[b-mbrsquy93c] {
  font-size: 20px;
  margin-bottom: 24px;
}
section#try > article#apply > main > #enroll > p:nth-of-type(2)[b-mbrsquy93c],
section#try > article#apply > main > #enrolled > p:nth-of-type(2)[b-mbrsquy93c],
section#try > article#apply > main > #german-only > p:nth-of-type(2)[b-mbrsquy93c] {
  color: green;
  font-weight: bold;
}
section#try > article#apply > main > #enroll[b-mbrsquy93c]  input,
section#try > article#apply > main > #enrolled[b-mbrsquy93c]  input,
section#try > article#apply > main > #german-only[b-mbrsquy93c]  input {
  text-transform: uppercase;
  font-weight: bold;
}
section#try > article#apply > main > #enrolled > p[b-mbrsquy93c] {
  margin-bottom: 20px;
}
section#try > article#apply > main p[b-mbrsquy93c],
section#try > article#apply > main label[b-mbrsquy93c] {
  color: #4A5C7A;
}
section#try > article#apply > main p[b-mbrsquy93c] {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
}
section#try > article#apply > main button[b-mbrsquy93c] {
  width: 100%;
  margin-top: 28px;
  background-color: #EE8748;
  border-color: #EE8748;
  padding: 14px 0;
}
section#try > article#apply > main > form > h1[b-mbrsquy93c] {
  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-mbrsquy93c] {
    font-size: 38px;
  }
}
@media only screen and (max-width: 800px) {
  section#try > article#apply > main > form > h1[b-mbrsquy93c] {
    line-height: 1.1;
  }
}
section#try > article#apply > main > form > p[b-mbrsquy93c] {
  margin-top: 20px;
}
section#try > article#apply > main > form > small[b-mbrsquy93c] {
  display: block;
  margin-top: 20px;
  font-size: 14px;
}
section#try > article#apply > main > form label[b-mbrsquy93c] {
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 20px 0 10px 0;
}
section#try > article#apply > main > form[b-mbrsquy93c]  input,
section#try > article#apply > main > form[b-mbrsquy93c]  select,
section#try > article#apply > main > form[b-mbrsquy93c]  textarea {
  width: 100%;
}
section#try > article#apply > main > form[b-mbrsquy93c]  textarea {
  height: 90px;
}
section#try > article#apply > main > form[b-mbrsquy93c]  .check-box {
  margin-top: 24px;
  font-size: 16px;
}
section#try > article#apply > main > form > .row[b-mbrsquy93c] {
  display: flex;
}
section#try > article#apply > main > form > .row > div[b-mbrsquy93c] {
  flex: 1;
  margin-right: 10px;
}
section#try > article#apply > main > form > .row > div:last-child[b-mbrsquy93c] {
  margin-right: 0;
}
@media only screen and (max-width: 450px) {
  section#try > article#apply > main > form > .row.names[b-mbrsquy93c] {
    flex-direction: column;
  }
  section#try > article#apply > main > form > .row.names > div[b-mbrsquy93c] {
    margin: 0;
  }
}
section#try > article#apply > main > form #postal-code-container[b-mbrsquy93c] {
  flex: none;
  width: 100px;
}
.video-modal-overlay[b-mbrsquy93c] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.video-modal-overlay > .video-modal-content[b-mbrsquy93c] {
  position: relative;
  width: 90vw;
  max-width: 1200px;
}
.video-modal-overlay > .video-modal-content > .video-modal-close[b-mbrsquy93c] {
  position: absolute;
  top: -44px;
  right: 0;
  background: none;
  border: none;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.8;
  transition: opacity 0.2s ease;
}
.video-modal-overlay > .video-modal-content > .video-modal-close:hover[b-mbrsquy93c] {
  opacity: 1;
}
.video-modal-overlay > .video-modal-content > video[b-mbrsquy93c] {
  width: 100%;
  border-radius: 8px;
  display: block;
}
/* /Components/Pages/Marketplace/MarketplaceConfigurationPage.razor.rz.scp.css */
main[b-x1fk4unv3l] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main h1[b-x1fk4unv3l],
main h2[b-x1fk4unv3l] {
  color: #555;
  font-weight: 600;
}
main h1[b-x1fk4unv3l] {
  font-size: 24px;
  margin-bottom: 8px;
}
main h2[b-x1fk4unv3l] {
  font-size: 18px;
  margin-bottom: 20px;
}
main a[b-x1fk4unv3l] {
  font-weight: 600;
  font-size: 16px;
  line-height: 138%;
  color: #2A579A;
  display: block;
}
/* /Components/Pages/Order/OrderAddressPage.razor.rz.scp.css */
form[b-cmi7q0lshw] {
  display: flex;
  align-items: start;
  margin-top: 60px;
}
form > main[b-cmi7q0lshw] {
  flex: 1;
  display: flex;
}
form > main > div[b-cmi7q0lshw] {
  width: 420px;
  display: flex;
  flex-direction: column;
}
form > main > div:first-of-type[b-cmi7q0lshw] {
  margin-right: 40px;
}
form > main > div[b-cmi7q0lshw]  input,
form > main > div[b-cmi7q0lshw]  select {
  margin-bottom: 25px;
}
form > main > div[b-cmi7q0lshw]  input[name=GivenName],
form > main > div[b-cmi7q0lshw]  select[name=GivenName],
form > main > div[b-cmi7q0lshw]  input[name=FamilyName],
form > main > div[b-cmi7q0lshw]  select[name=FamilyName],
form > main > div[b-cmi7q0lshw]  input[name=InvoiceGivenName],
form > main > div[b-cmi7q0lshw]  select[name=InvoiceGivenName],
form > main > div[b-cmi7q0lshw]  input[name=InvoiceFamilyName],
form > main > div[b-cmi7q0lshw]  select[name=InvoiceFamilyName] {
  width: 205px;
}
form > main > div[b-cmi7q0lshw]  input[name=PostalCode],
form > main > div[b-cmi7q0lshw]  select[name=PostalCode],
form > main > div[b-cmi7q0lshw]  input[name=InvoicePostalCode],
form > main > div[b-cmi7q0lshw]  select[name=InvoicePostalCode] {
  width: 110px;
}
form > main > div[b-cmi7q0lshw]  input[name=City],
form > main > div[b-cmi7q0lshw]  select[name=City],
form > main > div[b-cmi7q0lshw]  input[name=InvoiceCity],
form > main > div[b-cmi7q0lshw]  select[name=InvoiceCity] {
  width: 300px;
}
form > main > div > h1[b-cmi7q0lshw] {
  font-weight: 600;
  font-size: 28px;
  line-height: 138%;
  margin-bottom: 20px;
}
form > main > div > div[b-cmi7q0lshw] {
  display: flex;
  justify-content: space-between;
}
form > main > div[b-cmi7q0lshw]  .check-box {
  margin-top: 10px;
  margin-bottom: 25px;
}
form > main > div .marketplace-hints[b-cmi7q0lshw] {
  padding-top: 54px;
  flex-direction: column;
}
form > main > div .marketplace-hints > p[b-cmi7q0lshw] {
  font-size: 16px;
  color: #4A5C7A;
  line-height: 145%;
  margin-bottom: 20px;
}
form > main > div .email-address-hint[b-cmi7q0lshw] {
  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);
}
/* /Components/Pages/Order/OrderCheckPage.razor.rz.scp.css */
form[b-ty84afsg1w] {
  display: flex;
  align-items: start;
  position: relative;
  margin-top: 60px;
}
form > .processing[b-ty84afsg1w] {
  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-ty84afsg1w] {
  font-weight: 600;
  font-size: 28px;
  color: #3B3B3B;
  line-height: 100%;
}
form > .processing > .error[b-ty84afsg1w] {
  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-ty84afsg1w] {
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 20px;
}
form > .processing > .error > p[b-ty84afsg1w] {
  line-height: 150%;
  font-size: 16px;
}
form > .processing > .error > button[b-ty84afsg1w] {
  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-ty84afsg1w] {
  background-color: rgba(255, 0, 0, 0.2);
}
form > main[b-ty84afsg1w] {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
}
form > main h1[b-ty84afsg1w] {
  font-weight: 600;
  font-size: 28px;
  line-height: 138%;
  color: #3B3B3B;
  margin-bottom: 20px;
}
form > main > section[b-ty84afsg1w] {
  display: flex;
  margin-bottom: 5px;
  flex: 1;
}
form > main > section > div[b-ty84afsg1w] {
  width: 420px;
  display: flex;
  flex-direction: column;
}
form > main > section > div:first-of-type[b-ty84afsg1w] {
  margin-right: 40px;
}
form > main > section > div h2 a[b-ty84afsg1w] {
  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-ty84afsg1w] {
  margin-top: 20px;
}
form > main > section > div h2 img[b-ty84afsg1w] {
  height: 16px;
  margin-left: 6px;
}
form > main > section > div span[b-ty84afsg1w] {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #3B3B3B;
}
form > main > section .unit[b-ty84afsg1w] {
  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-ty84afsg1w] {
  margin-top: 6px;
  z-index: 50;
}
form > main > section .unit.child-unit[b-ty84afsg1w] {
  margin-left: 40px;
  z-index: 49;
}
form > main > section .unit.child-unit[b-ty84afsg1w]: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-ty84afsg1w]  .check-box {
  margin-top: 20px;
  max-width: 900px;
}
form > main .hint[b-ty84afsg1w] {
  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;
}
/* /Components/Pages/Order/OrderConfirmationPage.razor.rz.scp.css */
section[b-nc3b2sg5i1] {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
}
section h1[b-nc3b2sg5i1] {
  font-weight: 600;
  font-size: 28px;
  line-height: 138%;
  color: #3B3B3B;
}
section p[b-nc3b2sg5i1] {
  margin: 20px 0 10px 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 138%;
  color: #4A5C7A;
}
section .order-number[b-nc3b2sg5i1] {
  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-nc3b2sg5i1] {
  font-weight: 600;
  font-size: 18px;
  line-height: 138%;
  color: #2A579A;
  margin: 40px 0;
}
section a[role=button][b-nc3b2sg5i1] {
  font-size: 16px;
  padding: 12px 36px;
}
section .hint[b-nc3b2sg5i1] {
  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;
}
/* /Components/Pages/Order/OrderStructurePage.razor.rz.scp.css */
form[b-nmak8q6i08] {
  display: flex;
  align-items: start;
  margin-top: 60px;
}
form > main[b-nmak8q6i08] {
  flex: 1;
}
form > main h1[b-nmak8q6i08] {
  font-weight: 600;
  font-size: 28px;
  line-height: 138%;
  color: #3B3B3B;
  margin-bottom: 20px;
}
form > main > section[b-nmak8q6i08] {
  display: flex;
}
form > main > section > div[b-nmak8q6i08] {
  width: 420px;
}
form > main > section > div:first-of-type[b-nmak8q6i08] {
  margin-right: 40px;
}
form > main > section > div .location[b-nmak8q6i08] {
  display: flex;
  margin-bottom: 14px;
}
form > main > section > div .location-number[b-nmak8q6i08] {
  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-nmak8q6i08] {
  display: flex;
  flex-direction: column;
  flex: 1;
}
form > main > section > div .location-address[b-nmak8q6i08]  input {
  width: 100%;
  margin-bottom: 8px;
}
form > main > section > div .location-address > div[b-nmak8q6i08] {
  display: flex;
}
form > main > section > div .location-address > div[b-nmak8q6i08]  input:first-child {
  width: 90px;
  margin-right: 8px;
}
form > main > section > div p[b-nmak8q6i08] {
  font-size: 16px;
  color: #4A5C7A;
  line-height: 145%;
  margin-bottom: 20px;
}
/* /Components/Pages/PricingPage.razor.rz.scp.css */
section[b-guame0wyl0] {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
@media only screen and (max-width: 1280px) {
  section[b-guame0wyl0] {
    flex-direction: column;
    align-items: center;
  }
}
section > aside[b-guame0wyl0] {
  width: 640px;
  opacity: 0;
  animation: fade-in-left 300ms forwards ease-out;
}
@media only screen and (max-width: 1280px) {
  section > aside[b-guame0wyl0] {
    width: 100%;
    max-width: 640px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 800px) {
  section > aside[b-guame0wyl0] {
    margin-bottom: 40px;
  }
}
section > aside > img[b-guame0wyl0] {
  width: 100%;
  max-width: 380px;
}
section > aside > h1[b-guame0wyl0] {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.35em;
  color: #1C1C1C;
  margin-top: 20px;
  margin-bottom: 0;
}
section > aside > p[b-guame0wyl0] {
  font-size: 18px;
  font-weight: 400;
  margin-top: 20px;
  line-height: 1.6em;
  color: #4A5C7A;
}
section > main[b-guame0wyl0] {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 60px;
}
@media only screen and (max-width: 1280px) {
  section > main[b-guame0wyl0] {
    margin-left: 0;
    width: 100%;
  }
}
section > main > main[b-guame0wyl0] {
  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-guame0wyl0] {
    width: 100%;
    max-width: 640px;
  }
}
@media only screen and (max-width: 800px) {
  section > main > main[b-guame0wyl0] {
    padding: 40px 0 0 0;
    border: 0;
    border-top: 2px solid #D8E2F5;
    border-radius: 0;
  }
}
section > main > main > h1[b-guame0wyl0] {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  color: #3B3B3B;
  margin-bottom: 10px;
}
section > main > main > h1[b-guame0wyl0]::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-guame0wyl0]::before {
  content: '1';
}
section > main > main > h1:nth-of-type(2)[b-guame0wyl0]::before {
  content: '2';
}
section > main > main > h1:nth-of-type(3)[b-guame0wyl0]::before {
  content: '3';
}
section > main > main > ul[b-guame0wyl0] {
  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-guame0wyl0] {
  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-guame0wyl0] {
    padding: 14px 0;
    flex: 1;
  }
}
@media only screen and (max-width: 800px) {
  section > main > main > ul > li[b-guame0wyl0] {
    padding: 12px 0;
  }
}
section > main > main > ul > li:last-child[b-guame0wyl0] {
  margin-right: 0;
}
section > main > main > ul > li > img[b-guame0wyl0] {
  width: 80px;
  margin-bottom: 4px;
}
@media only screen and (max-width: 800px) {
  section > main > main > ul > li > img[b-guame0wyl0] {
    width: 50px;
  }
}
section > main > main > ul > li > span[b-guame0wyl0] {
  color: #4A5C7A;
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (max-width: 800px) {
  section > main > main > ul > li > span[b-guame0wyl0] {
    font-size: 14px;
  }
}
section > main > main > ul > li > span.discount[b-guame0wyl0] {
  color: #36B525;
  font-size: 14px;
  font-weight: 600;
}
section > main > main > ul > li > span.price[b-guame0wyl0] {
  margin-top: 6px;
  font-size: 32px;
  line-height: 1em;
  color: #2A5799;
}
section > main > main > ul > li:hover[b-guame0wyl0] {
  background-color: #EFF4F9;
}
section > main > main > ul > li.active[b-guame0wyl0] {
  background-color: #CFE4E9;
}
section > main > main[b-guame0wyl0] >  select {
  font-weight: 600;
  padding: 10px 10px;
  margin-bottom: 30px;
}
section > main > main[b-guame0wyl0] >  .check-box {
  margin-bottom: 24px;
  color: #4A5C7A;
}
section > main > main > footer[b-guame0wyl0] {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
section > main > main > footer > small[b-guame0wyl0] {
  font-size: 14px;
  line-height: 1.5em;
  color: #4A5C7A;
}
section > main > main > footer button[b-guame0wyl0] {
  padding: 12px 36px;
  font-size: 16px;
}
/* /Components/Pages/PrivacyPage.razor.rz.scp.css */
section[b-wxchou23gm] {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section > h1[b-wxchou23gm] {
  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-wxchou23gm] {
    font-size: 26px;
    margin: 10px 0 20px 0;
  }
}
section > main[b-wxchou23gm] {
  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-wxchou23gm] {
    border: 0;
    padding: 0;
  }
}
section > main > div[b-wxchou23gm] {
  flex: 1;
  flex-grow: 1;
  flex-basis: 0;
  padding-right: 10px;
  color: #4A5C7A;
}
@media only screen and (max-width: 800px) {
  section > main > div[b-wxchou23gm] {
    margin-right: -10px;
  }
}
section > main > div[b-wxchou23gm]  h2 {
  font-size: 16pt;
  margin: 20px 0 5px 0;
}
section > main > div[b-wxchou23gm]  h2:first-child {
  margin-top: 0;
}
section > main > div[b-wxchou23gm]  h3 {
  font-size: 14pt;
  margin: 12px 0 5px 0;
}
section > main > div[b-wxchou23gm]  h4 {
  font-size: 12pt;
  margin: 12px 0 5px 0;
}
section > main > div[b-wxchou23gm]  p {
  font-size: 11pt;
  line-height: 130%;
  margin: 5px 0 6px 0;
  text-align: justify;
}
section > main > div[b-wxchou23gm]  ul {
  font-size: 11pt;
  padding-left: 14px;
  margin: 5px 0 14px 0;
}
section > main > div[b-wxchou23gm]  ul li {
  list-style: circle;
  text-align: justify;
  margin: 0 0 6px 0;
}
section > main > div[b-wxchou23gm]  a,
section > main > div[b-wxchou23gm]  a:visited {
  color: #2A5799;
}
section > main > div[b-wxchou23gm]  a:hover {
  color: #4C79BB;
}
section > main > div[b-wxchou23gm]  footer {
  display: flex;
  justify-content: flex-end;
  font-size: 9pt;
}
/* /Components/Pages/ProductsPage.razor.rz.scp.css */
.products-hero[b-i3ziwq6hz0] {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 40px;
}
.products-hero > *[b-i3ziwq6hz0] {
  opacity: 0;
  animation: fade-in-left 300ms forwards ease-out;
}
.products-hero[b-i3ziwq6hz0] >  .tab-group {
  opacity: 0;
  animation: fade-in-left 300ms forwards ease-out;
}
.products-hero h1[b-i3ziwq6hz0] {
  font-size: 40px;
  font-weight: bold;
  color: #1C1C1C;
  margin-top: 30px;
}
.products-hero h1 span[b-i3ziwq6hz0] {
  color: #EE8748;
}
@media only screen and (max-width: 1430px) {
  .products-hero h1[b-i3ziwq6hz0] {
    font-size: 34px;
  }
}
@media only screen and (max-width: 1180px) {
  .products-hero h1[b-i3ziwq6hz0] {
    font-size: 30px;
  }
}
@media only screen and (max-width: 800px) {
  .products-hero h1[b-i3ziwq6hz0] {
    font-size: 26px;
    line-height: 1.2;
  }
}
.products-hero .subtitle[b-i3ziwq6hz0] {
  font-size: 18px;
  line-height: 28px;
  color: #4A5C7A;
  margin-top: 12px;
  max-width: 600px;
}
@media only screen and (max-width: 800px) {
  .products-hero .subtitle[b-i3ziwq6hz0] {
    font-size: 16px;
    padding: 0 20px;
  }
}
.products-features[b-i3ziwq6hz0] {
  background-color: #F3F7F8;
  border-radius: 16px;
  padding: 40px 60px;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 1430px) {
  .products-features[b-i3ziwq6hz0] {
    padding: 30px 40px;
  }
}
@media only screen and (max-width: 1180px) {
  .products-features[b-i3ziwq6hz0] {
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 800px) {
  .products-features[b-i3ziwq6hz0] {
    padding: 20px;
    border-radius: 12px;
  }
}
.stepper[b-i3ziwq6hz0] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1180px) {
  .stepper[b-i3ziwq6hz0] {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 800px) {
  .stepper[b-i3ziwq6hz0] {
    margin-bottom: 24px;
  }
}
.stepper .step[b-i3ziwq6hz0] {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
@media only screen and (max-width: 800px) {
  .stepper .step[b-i3ziwq6hz0] {
    gap: 6px;
  }
}
.stepper .step .number[b-i3ziwq6hz0] {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  background-color: #D8E2F5;
  color: #4A5C7A;
  flex-shrink: 0;
  transition: background-color 200ms, color 200ms;
}
@media only screen and (max-width: 800px) {
  .stepper .step .number[b-i3ziwq6hz0] {
    width: 26px;
    height: 26px;
    font-size: 12px;
  }
}
.stepper .step .title[b-i3ziwq6hz0] {
  font-size: 16px;
  font-weight: 600;
  color: #4A5C7A;
  transition: color 200ms;
}
@media only screen and (max-width: 1180px) {
  .stepper .step .title[b-i3ziwq6hz0] {
    font-size: 14px;
  }
}
@media only screen and (max-width: 800px) {
  .stepper .step .title[b-i3ziwq6hz0] {
    font-size: 12px;
  }
}
.stepper .step.active .number[b-i3ziwq6hz0] {
  background-color: #EE8748;
  color: #FFF;
}
.stepper .step.active .title[b-i3ziwq6hz0] {
  color: #1C1C1C;
}
.stepper .line[b-i3ziwq6hz0] {
  flex: 1;
  height: 2px;
  background-color: #D8E2F5;
  margin: 0 16px;
  max-width: 120px;
}
@media only screen and (max-width: 1180px) {
  .stepper .line[b-i3ziwq6hz0] {
    margin: 0 10px;
    max-width: 80px;
  }
}
@media only screen and (max-width: 800px) {
  .stepper .line[b-i3ziwq6hz0] {
    margin: 0 6px;
    max-width: 40px;
  }
}
.feature-detail[b-i3ziwq6hz0] {
  display: flex;
  gap: 40px;
  align-items: stretch;
}
@media only screen and (max-width: 1430px) {
  .feature-detail[b-i3ziwq6hz0] {
    gap: 30px;
  }
}
@media only screen and (max-width: 1180px) {
  .feature-detail[b-i3ziwq6hz0] {
    gap: 24px;
  }
}
@media only screen and (max-width: 800px) {
  .feature-detail[b-i3ziwq6hz0] {
    flex-direction: column;
    gap: 24px;
    margin: 0;
  }
}
.feature-detail.reversed[b-i3ziwq6hz0] {
  flex-direction: row-reverse;
  margin: 0 60px 0 0;
}
@media only screen and (max-width: 1430px) {
  .feature-detail.reversed[b-i3ziwq6hz0] {
    margin: 0 40px 0 0;
  }
}
@media only screen and (max-width: 1180px) {
  .feature-detail.reversed[b-i3ziwq6hz0] {
    margin: 0;
  }
}
@media only screen and (max-width: 800px) {
  .feature-detail.reversed[b-i3ziwq6hz0] {
    flex-direction: column;
  }
}
.feature-detail .text-side[b-i3ziwq6hz0] {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.feature-detail .text-side .mobile-image-side[b-i3ziwq6hz0] {
  display: none;
}
.feature-detail .text-side header[b-i3ziwq6hz0] {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {
  .feature-detail .text-side header[b-i3ziwq6hz0] {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
.feature-detail .text-side h3[b-i3ziwq6hz0] {
  font-size: 28px;
  font-weight: bold;
  color: #1C1C1C;
}
@media only screen and (max-width: 1430px) {
  .feature-detail .text-side h3[b-i3ziwq6hz0] {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1180px) {
  .feature-detail .text-side h3[b-i3ziwq6hz0] {
    font-size: 22px;
  }
}
@media only screen and (max-width: 800px) {
  .feature-detail .text-side h3[b-i3ziwq6hz0] {
    font-size: 20px;
  }
}
.feature-detail .text-side .play-video[b-i3ziwq6hz0] {
  font-size: 14px;
  color: #4A5C7A;
  text-decoration: none;
  white-space: nowrap;
}
.feature-detail .text-side .play-video:hover[b-i3ziwq6hz0] {
  color: var(--pc);
}
.feature-detail .text-side p[b-i3ziwq6hz0] {
  font-size: 16px;
  line-height: 26px;
  color: #4A5C7A;
  margin-bottom: 16px;
}
@media only screen and (max-width: 800px) {
  .feature-detail .text-side p[b-i3ziwq6hz0] {
    font-size: 15px;
    line-height: 24px;
  }
}
.feature-detail .text-side blockquote[b-i3ziwq6hz0] {
  background-color: #E8EFF8;
  border-radius: 10px;
  padding: 16px 20px;
  font-size: 15px;
  line-height: 24px;
  color: var(--pc);
  margin-bottom: 16px;
  font-style: italic;
}
.feature-detail .text-side p.variant-point[b-i3ziwq6hz0],
.feature-detail .text-side blockquote.variant-point[b-i3ziwq6hz0] {
  cursor: pointer;
  padding: 10px 14px;
  margin-left: -14px;
  margin-right: -14px;
  margin-bottom: 6px;
  transition: background-color 160ms ease, color 160ms ease;
}
.feature-detail .text-side p.variant-point:hover[b-i3ziwq6hz0],
.feature-detail .text-side blockquote.variant-point:hover[b-i3ziwq6hz0] {
  background-color: #E8EFF8;
}
.feature-detail .text-side p.variant-point.active[b-i3ziwq6hz0],
.feature-detail .text-side blockquote.variant-point.active[b-i3ziwq6hz0] {
  background-color: #FFF;
  color: #3C3C3C;
  border-left: 4px solid #EE8748;
}
.feature-detail .text-side ul[b-i3ziwq6hz0] {
  list-style: none;
  padding: 0;
  margin-bottom: 16px;
}
.feature-detail .text-side ul li[b-i3ziwq6hz0] {
  position: relative;
  padding-left: 32px;
  font-size: 16px;
  line-height: 26px;
  color: #4A5C7A;
  margin-bottom: 12px;
}
@media only screen and (max-width: 800px) {
  .feature-detail .text-side ul li[b-i3ziwq6hz0] {
    font-size: 15px;
    line-height: 24px;
    padding-left: 28px;
  }
}
.feature-detail .text-side ul li[b-i3ziwq6hz0]::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #4A5C7A;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23FFF' d='M6.5 12L2 7.5l1.4-1.4 3.1 3.1 5.6-5.6L13.5 5z'/%3E%3C/svg%3E");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
}
.feature-detail .text-side ul.numbered li[b-i3ziwq6hz0] {
  padding-left: 40px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 800px) {
  .feature-detail .text-side ul.numbered li[b-i3ziwq6hz0] {
    padding-left: 36px;
  }
}
.feature-detail .text-side ul.numbered li[b-i3ziwq6hz0]::before {
  content: attr(data-number);
  width: 28px;
  height: 28px;
  background-color: #D8E2F5;
  background-image: none;
  color: var(--pc);
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
}
.feature-detail .text-side .actions[b-i3ziwq6hz0] {
  display: flex;
  gap: 16px;
  margin-top: auto;
  padding-top: 28px;
}
@media only screen and (max-width: 1430px) {
  .feature-detail .text-side .actions[b-i3ziwq6hz0] {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 1180px) {
  .feature-detail .text-side .actions[b-i3ziwq6hz0] {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 800px) {
  .feature-detail .text-side .actions[b-i3ziwq6hz0] {
    flex-direction: column;
    gap: 12px;
    padding-top: 20px;
    padding-bottom: 0;
  }
}
.feature-detail .text-side .actions a[role=button][b-i3ziwq6hz0] {
  padding: 14px 28px;
  font-size: 15px;
}
@media only screen and (max-width: 800px) {
  .feature-detail .text-side .actions a[role=button][b-i3ziwq6hz0] {
    padding: 12px 20px;
    font-size: 14px;
    text-align: center;
  }
}
@media only screen and (max-width: 1180px) {
  .feature-detail .text-side .mobile-image-side[b-i3ziwq6hz0] {
    display: block;
    margin-top: 10px;
  }
  .feature-detail .text-side .mobile-image-side .browser-stage[b-i3ziwq6hz0] {
    position: relative;
    margin: 0;
  }
  .feature-detail .text-side .mobile-image-side .browser-stage .browser-frame[b-i3ziwq6hz0] {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: rgba(42, 87, 153, 0.09) 0 0 45px;
  }
  .feature-detail .text-side .mobile-image-side .browser-stage .browser-content[b-i3ziwq6hz0] {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .feature-detail .text-side .mobile-image-side .feature-gif[b-i3ziwq6hz0] {
    display: block;
    position: absolute;
    top: 5%;
    left: 0.5%;
    width: 99%;
    height: 94%;
    border-radius: 6px;
  }
  .feature-detail .text-side .mobile-image-side .feature-gif.previous[b-i3ziwq6hz0] {
    z-index: 1;
    opacity: 1;
  }
  .feature-detail .text-side .mobile-image-side .feature-gif.current[b-i3ziwq6hz0] {
    z-index: 2;
    opacity: 1;
  }
  .feature-detail .text-side .mobile-image-side .feature-gif.current.fading[b-i3ziwq6hz0] {
    opacity: 0;
    animation: fade-in 900ms forwards ease-out;
  }
}
.feature-detail .image-side[b-i3ziwq6hz0] {
  flex: 1.1;
  margin-top: -12px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 540px;
  max-width: 620px;
}
@media only screen and (max-width: 1180px) {
  .feature-detail .image-side[b-i3ziwq6hz0] {
    display: none;
  }
}
.feature-detail .image-side .browser-stage[b-i3ziwq6hz0] {
  position: relative;
  width: 100%;
}
.feature-detail .image-side .browser-stage .browser-frame[b-i3ziwq6hz0] {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: rgba(42, 87, 153, 0.09) 0 0 45px;
}
.feature-detail .image-side .browser-stage .browser-content[b-i3ziwq6hz0] {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.feature-detail .image-side .feature-gif[b-i3ziwq6hz0] {
  display: block;
  position: absolute;
  top: 5%;
  left: 0.5%;
  width: 99%;
  height: 94%;
  border-radius: 6px;
}
.feature-detail .image-side .feature-gif.previous[b-i3ziwq6hz0] {
  z-index: 1;
  opacity: 1;
}
.feature-detail .image-side .feature-gif.current[b-i3ziwq6hz0] {
  z-index: 2;
  opacity: 1;
}
.feature-detail .image-side .feature-gif.current.fading[b-i3ziwq6hz0] {
  opacity: 0;
  animation: fade-in 900ms forwards ease-out;
}
.feature-detail .frame-dots[b-i3ziwq6hz0] {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
}
.feature-detail .frame-dots .dot[b-i3ziwq6hz0] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #D8E2F5;
  cursor: pointer;
  transition: background-color 200ms ease;
}
.feature-detail .frame-dots .dot.active[b-i3ziwq6hz0] {
  background-color: #EE8748;
}
.feature-detail .frame-dots .dot:hover:not(.active)[b-i3ziwq6hz0] {
  background-color: #B0C4E8;
}
.feature-detail .frame-arrow[b-i3ziwq6hz0] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background-color: rgba(255, 255, 255, 0.85);
  color: #2A5799;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  opacity: 0;
  transition: opacity 200ms ease, background-color 160ms ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.feature-detail .frame-arrow.left[b-i3ziwq6hz0] {
  left: 10px;
}
.feature-detail .frame-arrow.right[b-i3ziwq6hz0] {
  right: 10px;
}
.feature-detail .frame-arrow:hover[b-i3ziwq6hz0] {
  background-color: #FFF;
}
.feature-detail .browser-stage:hover .frame-arrow[b-i3ziwq6hz0] {
  opacity: 1;
}
.feature-detail.reversed .image-side[b-i3ziwq6hz0] {
  justify-content: flex-start;
}
@media only screen and (max-width: 800px) {
  .feature-detail.reversed .image-side[b-i3ziwq6hz0] {
    justify-content: center;
  }
}
.lightbox-overlay[b-i3ziwq6hz0] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  animation: lightbox-fade-in-b-i3ziwq6hz0 250ms ease-out;
}
.lightbox-overlay img[b-i3ziwq6hz0] {
  max-width: 90vw;
  max-height: 90vh;
  border-radius: 10px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.5);
  cursor: default;
}
@keyframes lightbox-fade-in-b-i3ziwq6hz0 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* /Components/Pages/TermsPage.razor.rz.scp.css */
section[b-fr0pcgihbu] {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section > h1[b-fr0pcgihbu] {
  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-fr0pcgihbu] {
  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-fr0pcgihbu] {
  flex: 1;
  overflow-y: auto;
  flex-grow: 1;
  flex-basis: 0;
  padding-right: 10px;
  color: #4A5C7A;
}
section > main > div[b-fr0pcgihbu]  h2 {
  font-size: 16pt;
  margin: 20px 0 5px 0;
}
section > main > div[b-fr0pcgihbu]  h3 {
  font-size: 14pt;
  margin: 12px 0 5px 0;
}
section > main > div[b-fr0pcgihbu]  h4 {
  font-size: 12pt;
  margin: 12px 0 5px 0;
}
section > main > div[b-fr0pcgihbu]  p {
  font-size: 11pt;
  line-height: 130%;
  margin: 5px 0 6px 0;
  text-align: justify;
}
section > main > div[b-fr0pcgihbu]  ul {
  font-size: 11pt;
  padding-left: 14px;
  margin: 5px 0 14px 0;
}
section > main > div[b-fr0pcgihbu]  ul li {
  list-style: circle;
  text-align: justify;
  margin: 0 0 6px 0;
}
section > main > div[b-fr0pcgihbu]  a,
section > main > div[b-fr0pcgihbu]  a:visited {
  color: #2A5799;
}
section > main > div[b-fr0pcgihbu]  a:hover {
  color: #4C79BB;
}
section > main > div[b-fr0pcgihbu]  footer {
  display: flex;
  justify-content: flex-end;
  font-size: 9pt;
}
