*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-user-drag: none;
  -webkit-user-drag: none;
}

::selection {
  background: #1652A1;
  color: white;
  text-shadow: none;
}

body > nav, body > footer, body > footer + div.dark, section {
  overflow: hidden;
  width: 100%;
  padding: 0 max(21px, (100% - 1350px) / 2);
}

.slider > div, h1 + menu {
  overflow: auto;
  scrollbar-width: none;
}
.slider > div::-webkit-scrollbar, h1 + menu::-webkit-scrollbar {
  display: none;
}

.right {
  float: right;
}

.left {
  display: inline-block;
}

.hide {
  display: none !important;
}

p {
  margin: 0 auto 29px;
  line-height: 25px;
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  z-index: 102;
  margin: 0;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1019607843);
}
.sticky + div {
  height: 124px;
}

*[disabled] {
  cursor: not-allowed;
  opacity: 0.4;
  -moz-opacity: 0.4;
  filter: alpha(opacity=60);
  pointer-events: none;
}

@font-face {
  font-display: swap;
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  src: url(lato/300.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url(lato/400.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Lato";
  font-style: normal;
  font-weight: 500;
  src: url(lato/500.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url(lato/700.woff2) format("woff2");
}
body, button, input, select, textarea {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
}

body {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4 {
  padding: 0;
  margin: 0;
  color: inherit;
}

h1 {
  font-variant-ligatures: none;
  font-weight: 500;
  font-size: 72px;
  line-height: 81px;
  max-width: 986px;
  margin: 10px auto;
}

h2 {
  font-size: 36px;
  margin: 0 0 8px 0;
  line-height: 44px;
  font-weight: bold;
}
section > h2 {
  margin-bottom: 22px;
}

h3 {
  font-weight: bold;
  font-size: 30px;
  line-height: 44px;
  margin: 4px 0;
}

h4 {
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
  margin: 16px 0;
}

h5 {
  font-size: 22px;
  line-height: 29px;
  font-weight: normal;
  max-width: 634px;
  margin: 32px auto;
}

h6 {
  font-size: 44px;
  margin: 16px 0 32px;
  font-weight: bold;
}
h6 > sub {
  vertical-align: baseline;
  font-size: 0.6em;
}

@media only screen and (max-width: 1120px) {
  h1 {
    font-size: 60px;
    line-height: 72px;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 30px;
    font-weight: 700;
  }
  h4 {
    font-size: 25px;
    font-weight: 700;
  }
  h5 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 634px) {
  h1 {
    font-size: 44px;
    line-height: 50px;
    font-weight: 700;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 25px;
    font-weight: 700;
  }
  h4 {
    font-size: 23px;
    font-weight: 700;
  }
  h5 {
    font-size: 22px;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-flow: column nowrap;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  vertical-align: baseline;
  text-decoration: none;
}
body * {
  box-sizing: border-box;
}
body > .overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 200ms linear;
}
body.open-menu {
  overflow: hidden;
}
body.open-menu > .overlay {
  pointer-events: all;
  opacity: 1;
  z-index: 99;
  background-color: rgba(1, 4, 10, 0.6);
}
body > nav {
  text-align: left;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: right;
  height: 96px;
}
body > nav a {
  display: inline-block;
  padding: 0 12px;
  font-weight: 500;
  color: #01040A;
  text-decoration: none;
}
body > nav a:hover {
  color: black;
}
body > main > header {
  text-align: center;
  width: 1350px;
  color: white;
  background-color: #1E1246;
}
body > footer {
  margin-top: auto;
  text-align: left;
  display: flex;
  padding-bottom: 32px;
  padding-top: 32px;
  background-color: #1E1246;
  color: rgba(255, 255, 255, 0.7215686275);
}
body > footer img {
  filter: invert(100%) brightness(1000%);
}
body > footer nav {
  margin-top: -8px;
  columns: 3;
}
body > footer a {
  display: block;
  line-height: 40px;
  color: white;
}
body > footer > div {
  display: flex;
}
body > footer > div div {
  width: 380px;
  max-width: 100%;
}
body > footer address {
  width: 320px;
}
body > footer + div.dark {
  text-align: left;
  color: white;
  padding-bottom: 24px;
  padding-top: 24px;
  background-color: #110A26;
}

#menu {
  display: none;
}
#menu > button {
  background-color: transparent;
}

@media only screen and (max-width: 1120px) {
  body > nav {
    height: 80px;
  }
  body > nav::before {
    content: "";
    transition: transform 200ms linear;
    transform: translateX(-100%);
    position: fixed;
    top: 0;
    left: 0;
    width: 310px;
    background-image: linear-gradient(180deg, #1652A1 0%, #1652A1 80%, transparent 100%);
    z-index: 101;
    display: block;
    height: 80px;
  }
  body.open-menu > nav::before {
    transform: translateX(0);
  }
  body.open-menu #logo {
    filter: invert(100%) brightness(1000%);
    top: 0px;
  }
  body #main {
    transform: translateX(-100%);
    transition: transform 200ms linear;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    overflow-x: hidden;
    display: block;
    z-index: 100;
    width: 331px;
    padding: 96px 24px 24px 24px;
    background-color: #1652A1;
  }
  body #main .btn.alt {
    background-color: #F39345;
    width: 100%;
    margin-top: 56px;
  }
  body #main > a {
    position: relative;
  }
  body #main > a:not(.btn)::after {
    position: absolute;
    /* top: 3pt; Uncomment this to lower the icons as requested in comments*/
    content: "";
    right: 0;
    display: inline-block;
    /* By using an em scale, the arrows will size with the font */
    width: 0.4em;
    height: 0.4em;
    border-right: 2px solid white;
    border-top: 2px solid white;
    transform: rotate(45deg);
    margin-top: 0.4em;
    margin-right: 0.4em;
  }
  body #main > a, body #main > select {
    display: block;
    color: white;
    font-size: 22px;
    line-height: 27px;
    padding: 16px 0;
  }
  body #main > select {
    position: relative;
    margin: 12px 0;
    left: 16px;
  }
  body.open-menu #main {
    box-shadow: rgba(0, 0, 0, 0.6) 0px 15px 36px;
    transform: translateX(0);
  }
  #menu {
    display: flex;
  }
  #menu > button {
    height: 44px;
    padding: 0;
  }
  body > footer > div {
    flex-direction: column;
  }
  body > footer nav {
    columns: 2;
  }
}
@media only screen and (max-width: 650px) {
  body > footer {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    flex-direction: column;
  }
  body > footer address, body > footer > div {
    margin: 0 auto;
  }
  body > footer nav {
    padding-top: 16px;
    columns: 1;
  }
}
section {
  padding-bottom: 56px;
  padding-top: 56px;
}

select {
  -webkit-appearance: none;
  padding-right: 24px !important;
  background-image: url(ico/select-trigger-white.svg);
  background-repeat: no-repeat;
  background-position: right 4px top 50%;
  cursor: pointer;
  background-color: transparent;
  color: inherit;
  outline: none;
  border: 0;
  padding: 0 16px;
  font-size: 16px;
}
select.language {
  text-align: right;
  float: right;
}

#logo {
  display: inline-block;
  z-index: 101;
  flex: 1;
  height: 96px;
  text-indent: -9999px;
  background: url("img/logo.svg") left center no-repeat;
}

header {
  overflow: hidden;
}
header > p {
  max-width: 515px;
}
header.full {
  width: 100%;
  padding: 72px max(21px, (100% - 1350px) / 2);
}

address {
  font-style: normal;
  line-height: 25px;
}

article {
  margin: 66px auto 0;
  max-width: 776px;
  text-align: left;
}
article ul {
  list-style-type: disc;
  padding-left: 32px;
  margin-bottom: 24px;
}
article li {
  padding-left: 8px;
  margin: 16px 0;
}
article > p, article > h4, article > ul, article > h5, article > ol, article > pre, article > h3, article > code, article > h2 {
  max-width: 600px;
  margin: 0 auto 24px;
}
article > pre {
  border-radius: 4px;
  border: 1px solid;
  padding: 16px;
  font-size: 0.8em;
  line-height: 16px;
  overflow-x: auto;
}
article code {
  display: block;
  background-color: rgba(0, 0, 0, 0.05);
  font-family: "Courier New", monospace;
  font-size: 16px;
  padding: 0.5em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  border-radius: 4px;
  border: 1px solid;
  white-space: pre-wrap;
}
article var {
  font-family: "Courier New", monospace;
  font-size: 16px;
}
article img {
  margin: 24px auto;
  cursor: pointer;
  max-width: 100%;
  height: auto;
  background: #EDECF0;
  border-radius: 12px;
  display: block;
}
article em {
  font-style: normal;
  font-size: 15px;
  color: rgba(2, 4, 10, 0.6);
  line-height: 22px;
  display: inline-block;
  margin-bottom: 32px;
}
article .round {
  width: 100%;
}

a {
  color: #1652A1;
  font-size: inherit;
  text-decoration: none;
}

.btn, button {
  background-color: #F39345;
  border-radius: 12px;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
  padding: 12px 16px;
  font-size: 18px;
  border: 0;
  white-space: nowrap;
  color: white;
  text-align: center;
}
.btn:hover, button:hover {
  background-color: #FFA154;
  color: white;
}
.btn.alt, button.alt {
  background-color: #1652A1;
  color: white;
}
.btn.alt:hover, button.alt:hover {
  background-color: #2D6ABA;
}
.btn.line, button.line {
  background-color: transparent;
  color: #F39345;
  border: 2px solid currentColor;
  border: 2px solid currentColor;
}
.btn.line:hover, button.line:hover {
  background-color: rgba(243, 147, 69, 0.0509803922);
}
.btn.fat, button.fat {
  font-size: 22px;
  line-height: 29px;
  padding: 12px 32px;
  font-weight: 600;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.vbox {
  display: flex !important;
  align-items: center;
  gap: 24px;
  flex-flow: row nowrap;
}

.h-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  gap: 24px;
  justify-content: center;
  width: 100%;
  max-width: 824px;
}
.h-box > .flex {
  flex: 1 0;
}
.h-box.smaller > a {
  min-width: 296px;
  max-width: 296px;
}
.h-box > div, .h-box > a {
  flex: 1 1;
  min-width: 331px;
  max-width: 400px;
}
.h-box.left {
  justify-content: left;
}
.h-box.wide {
  text-align: left;
  max-width: 1054px;
}
.h-box.wide > div {
  max-width: 515px;
  min-width: 340px;
}
.h-box.wide > div:not(.blue) > img {
  width: 100%;
}
.h-box.wide > div.blue {
  max-width: 100%;
  color: white;
  text-align: center;
}

@media only screen and (max-width: 745px) {
  .h-box.wide > div.blue {
    max-width: 515px;
  }
}
.cards > div, .cards > a {
  display: flex;
  flex-direction: column;
  text-align: left;
  position: relative;
  background-color: white;
  border-radius: 12px;
  padding: 24px 32px;
}
.cards > div h3, .cards > a h3 {
  margin: 0;
}
.cards > div h4, .cards > a h4 {
  margin: 8px 0;
}
.cards > div > span, .cards > a > span {
  font-weight: 500;
  margin: 8px 0 24px;
}
.cards > div header, .cards > a header {
  padding: 24px;
  border-radius: 12px 12px 0 0;
  background-color: #f6f6f6;
  text-align: center;
  position: relative;
}
.cards > div header + div, .cards > a header + div {
  flex: 1;
}
.cards > div header.h218, .cards > a header.h218 {
  height: 218px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cards > div em, .cards > a em {
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  color: white;
  height: 24px;
  padding: 0 10px;
  border-radius: 6px;
  background-color: #47B0AD;
  position: absolute;
  top: 16px;
  left: 16px;
}
.cards > div em.yellow, .cards > a em.yellow {
  background-color: #F3DB00;
  color: #1E1246;
}
.cards .alt {
  padding: 12px 28px;
}
.cards > h2, .cards > h3, .cards > h4 {
  width: 100%;
}
.cards.border > div, .cards.border > a {
  padding: 0;
  border: 2px solid rgba(27, 19, 68, 0.1019607843);
}
.cards.border > div > div, .cards.border > a > div {
  padding: 24px;
}
.cards.border > div > div + div, .cards.border > a > div + div {
  padding-top: 0;
}

.lightblue .cards > a {
  color: #01040A;
  transition: all 0.2s linear;
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.1019607843);
}
.lightblue .cards > a:hover {
  transform: translateY(-4px);
  box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.3019607843);
}

@keyframes process {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.slider {
  padding-top: 72px;
}
.slider > div {
  margin: 0 -24px;
  padding: 0 24px;
}
.slider img {
  width: 100%;
  border-radius: 8px;
  object-fit: contain;
  object-position: top;
}
.slider ul {
  display: flex;
  width: 1992px;
  flex: 0 0;
  gap: 24px;
  margin-bottom: 24px;
  text-align: left;
}
.slider li {
  width: 309px;
  padding: 16px 24px;
  color: rgba(255, 255, 255, 0.6509803922);
  position: relative;
  overflow: hidden;
  opacity: 0.4;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.1803921569);
}
.slider li.active {
  transition: background-color 200ms linear;
  opacity: 1;
  color: white;
}
.slider li.active a {
  display: inline-block;
}
.slider li.active:hover::after {
  animation-play-state: paused;
}
.slider li.active::before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  background-color: rgba(255, 255, 255, 0.2196078431);
  width: 100%;
  height: 4px;
}
.slider li.active::after {
  content: "";
  animation: 6s linear 0s 1 normal forwards process;
  position: absolute;
  bottom: 1px;
  background-color: white;
  left: 0;
  height: 4px;
}
.slider h3 {
  font-size: 22px;
  line-height: 25px;
}
.slider p {
  margin: 8px 0;
  height: 140px;
}
.slider a {
  color: white;
  margin: 4px 0;
  filter: brightness(10000%);
  display: none;
}

@media only screen and (min-width: 1390px) {
  .slider > div {
    float: right;
  }
  .slider > div.scroller {
    float: left;
    padding: 0 24px !important;
  }
  .slider ul {
    gap: 0px;
    width: 309px;
    flex-direction: column;
  }
  .slider ul p {
    display: none;
  }
  .slider ul li.active p {
    display: block;
  }
  .slider ul li:not(.active) {
    background-color: transparent;
    opacity: 1;
    cursor: pointer;
  }
  .slider img {
    width: 1016px;
  }
}
.xs-toggle {
  width: 100%;
  font-weight: 600;
  margin: 16px 0;
}

@media only screen and (max-width: 650px) {
  .xs-toggle {
    cursor: pointer;
    color: #1652A1;
    background: url("ico/chevron.svg") no-repeat center right 0px;
  }
  .xs-toggle:focus + ul {
    max-height: 1500px;
  }
  .xs-toggle + ul {
    transition: max-height 300ms linear;
    max-height: 0px;
    overflow: hidden;
  }
}
.twitter, .linkedin, .github, .mastodon {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  margin-right: 8px;
}

.twitter {
  background: url(ico/twitter.png) 0% 0% no-repeat padding-box;
}

.linkedin {
  background: url(ico/linkedin.png) 0% 0% no-repeat padding-box;
}

.github {
  background: url(ico/github.png) 0% 0% no-repeat padding-box;
}

.mastodon {
  background: url(ico/mastodon.svg) 0% 0% no-repeat padding-box;
}

ul.checks {
  padding: 8px 0 16px;
}
ul.checks > li {
  background: url("ico/check.svg") no-repeat top 4px left;
  padding-left: 30px;
  line-height: 29px;
}

ul.list {
  line-height: 42px;
}
ul.list li {
  padding: 4px 0;
  overflow: hidden;
}
ul.list li[ico]::before {
  content: "";
  margin-right: 16px;
  width: 44px;
  height: 44px;
  display: block;
  float: left;
}
ul.list li[ico=email]::before {
  background-image: url("ico/ico.svg#email");
}
ul.list li[ico=calendar]::before {
  background-image: url("ico/ico.svg#calendar");
}
ul.list li[ico=files]::before {
  background-image: url("ico/ico.svg#files");
}
ul.list li[ico=notes]::before {
  background-image: url("ico/ico.svg#notes");
}
ul.list li[ico=tasks]::before {
  background-image: url("ico/ico.svg#tasks");
}
ul.list li[ico=addressbook]::before {
  background-image: url("ico/ico.svg#addressbook");
}
ul.list li[ico=sync]::before {
  background-image: url("ico/ico.svg#device-sync");
}
ul.list li[ico=newsletter]::before {
  background-image: url("ico/ico.svg#newsletter");
}
ul.list li[ico=time]::before {
  background-image: url("ico/ico.svg#time-tracking");
}
ul.list li[ico=projects]::before {
  background-image: url("ico/ico.svg#projects");
}
ul.list li[ico=editor]::before {
  background-image: url("ico/ico.svg#document-editor");
}
ul.list li[ico=chat]::before {
  background-image: url("ico/ico.svg#chat-video");
}
ul.list li[ico=billing]::before {
  background-image: url("ico/ico.svg#billing");
}
ul.list li[ico=search]::before {
  background-image: url("ico/ico.svg#document-search");
}
ul.list li[ico="60-days"]::before {
  background-image: url("ico/ico.svg#60-days");
}
ul.list li[ico=help]::before {
  background-image: url("ico/ico.svg#helpdesk");
}
ul.list li[ico=studio]::before {
  background-image: url("ico/ico.svg#studio");
}
ul.list li[ico=nl]::before {
  background-image: url("ico/ico.svg#nl");
}
ul.list li[ico="1gb"]::before {
  background-image: url("ico/ico.svg#1gb");
}

ul.order > li {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 16px;
}
ul.order > li > * {
  flex: 0 0;
}
ul.order > li h4 {
  margin: 0 0 4px;
}
ul.order > li h3 {
  white-space: nowrap;
  text-align: right;
}
ul.order > li > a {
  margin-right: 24px;
}
ul.order > li > img {
  margin: 0 24px 0 0;
  height: 52px;
}
ul.order > li > div {
  flex: 1;
  margin-bottom: 4px;
}
ul.order + hr {
  margin: 24px 0 16px;
  border: 1px solid rgba(27, 19, 68, 0.4509803922);
}
ul.order ~ .totals {
  padding-bottom: 16px;
  display: flex;
  align-items: baseline;
}
ul.order ~ .totals > *:first-child {
  flex: 1;
}

hr {
  margin: 24px 0 16px;
  border: 2px solid rgba(27, 19, 68, 0.1019607843);
}

a.remove {
  text-indent: -999px;
  background: url("ico/remove.png") no-repeat 0 0;
  display: inline-block;
  min-width: 21px;
  height: 21px;
}

a.map {
  background: url("ico/map.svg") no-repeat top 10px right 0;
  display: inline-block;
  padding-right: 36px;
  font-weight: 600;
  line-height: 48px;
}

a.info {
  text-indent: -999px;
  background: url("ico/info.svg") no-repeat 0 0;
  display: inline-block;
  min-width: 22px;
  height: 22px;
  position: relative;
  top: 5px;
}

a.arrow, .slider a {
  background: url("ico/arrow-right.svg") no-repeat top -5px right 0;
  padding-right: 36px;
  font-weight: 600;
}

h1 + menu {
  padding: 32px 0 16px;
  white-space: nowrap;
}
h1 + menu > * {
  cursor: pointer;
  display: inline-block;
  padding-bottom: 14px;
  margin: 0 16px;
  font-weight: 500;
  color: rgba(1, 4, 10, 0.4392156863);
}
h1 + menu .active {
  color: #01040A;
  font-weight: bold;
  border-bottom: 4px solid #F3DB00;
}

.debian-ubuntu,
.docker,
.webuzo::after,
.installatron::after,
.softaculus::after,
.ampps::after {
  display: inline-block;
  background: url("img/3th-party.png") no-repeat;
  border: 0;
}

.webuzo,
.installatron,
.softaculus,
.ampps {
  justify-content: center;
  min-width: 296px;
  text-indent: -9999px;
  width: 296px;
  height: 88px;
  background-position: center center;
  background-repeat: no-repeat;
}
.webuzo::after,
.installatron::after,
.softaculus::after,
.ampps::after {
  content: "";
  margin: 0 auto;
  background-position: center center;
  background-repeat: no-repeat;
}

.debian-ubuntu {
  height: 100px;
  width: 173px;
  background-position: -143px 0px;
}

.docker {
  height: 100px;
  width: 143px;
  background-position: 0px 0px;
}

.webuzo::after {
  height: 32px;
  width: 143px;
  background-position: 0px -100px;
}

.installatron::after {
  height: 50px;
  width: 143px;
  background-position: 0px -132px;
}

.ampps::after {
  height: 32px;
  width: 173px;
  background-position: -143px -100px;
}

.softaculus::after {
  height: 50px;
  width: 173px;
  background-position: -143px -132px;
}

.posts {
  margin-top: 56px;
  width: 1052px;
  max-width: 100%;
  justify-content: left;
}
.posts > div {
  display: flex;
  flex: 0 1;
  height: 200px;
  min-width: 334px;
  border-radius: 12px;
}
.posts > div:first-child {
  position: relative;
  padding-left: 50%;
}
.posts > div:first-child > img {
  position: absolute;
  left: 44px;
  top: 49px;
  width: 437px;
  height: auto;
}
.posts > div:first-child time {
  font-size: 15px;
}
.posts > div:first-child h4 {
  font-size: 36px;
  margin-bottom: 19px;
  line-height: 44px;
}
.posts > div:first-child span {
  font-size: 22px;
  line-height: 28.75px;
  margin-bottom: 26px;
}
.posts > div:nth-child(5n+1) {
  background-color: #00B0AD;
  color: white;
}
.posts > div:nth-child(5n+2) {
  background-color: #F3DB00;
  color: #01040A;
}
.posts > div:nth-child(5n+3) {
  background-color: #1E1246;
  color: white;
}
.posts > div:nth-child(5n+4) {
  background-color: #1E52A1;
  color: white;
}
.posts > div:nth-child(5n+5) {
  background-color: #F39345;
  color: #01040A;
}
.posts > div:first-child {
  min-width: 100%;
  height: 385px;
}
.posts > div:first-child span {
  display: inline-block;
}
.posts > div h4 {
  margin-top: 0;
}
.posts > div a {
  color: inherit;
}
.posts > div img {
  float: left;
  display: block;
  width: 50%;
  max-height: 290px;
}
.posts > div img + div {
  float: left;
  width: 40%;
}
.posts > div span {
  display: none;
}
.posts > div time {
  font-style: normal;
  font-size: 12.5px;
  margin: 0;
  line-height: 18px;
}
.posts > div .avatar {
  position: relative;
  line-height: 36px;
  font-size: 15px;
}
.posts > div .avatar img {
  float: left;
  border-radius: 50%;
  margin-right: 8px;
  width: 36px;
  height: 36px;
}

@media only screen and (max-width: 1091px) {
  .posts > div:first-child {
    padding-left: 32px;
    height: auto;
  }
  .posts > div:first-child > img {
    position: initial;
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .posts > div {
    min-width: calc(50% - 12px);
  }
}
@media only screen and (max-width: 650px) {
  .hide-m {
    display: none;
  }
  .posts > div {
    min-width: 100%;
  }
}
h5.sub {
  display: inline-block;
  line-height: 44px;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 64px;
}
h5.sub img {
  float: left;
  margin-right: 8px;
  border-radius: 50%;
}
h5.sub b {
  font-size: 18px;
}
h5.sub span {
  color: #F39345;
  font-size: 12px;
  margin: 0 8px;
}

.scroller {
  overflow-x: auto;
}
.scroller > * {
  min-width: 560px;
}

.slider > div.scroller {
  max-width: initial;
}

div.screen {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.1019607843);
}
div.screen img {
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}

#gallery {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 99px;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.9);
}
#gallery.open {
  display: block;
}
#gallery > img {
  max-height: calc(100% - 90px);
  max-width: 100%;
  padding: 3.5%;
}
#gallery > button {
  position: fixed;
  top: 10px;
  right: 10px;
  font-size: 32px;
  border: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 12px;
}
#gallery > ul {
  position: fixed;
  bottom: 0;
  width: 100%;
  overflow: auto;
  white-space: nowrap;
  text-align: center;
}
#gallery > ul > li {
  cursor: pointer;
  display: inline-block;
  width: 80px;
  background-size: contain;
  background-position: 0 100%;
  background-repeat: no-repeat;
  height: 80px;
  margin: 2px;
  transition: 300ms margin ease;
}
#gallery > ul > li:hover {
  margin-bottom: 6px;
}

.w100 {
  max-width: 100% !important;
  height: auto;
}

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

.pt48 {
  padding-top: 48px !important;
}

.flex1 {
  flex-grow: 1 !important;
}

.mw617 {
  max-width: 617px !important;
}

.mw640 {
  max-width: 640px !important;
}

.mw100p {
  max-width: 100% !important;
}

.mw763 {
  max-width: 763px !important;
}

.mw640 {
  max-width: 640px !important;
}

.btn.install-options {
  position: absolute;
  bottom: 24px;
  left: 32px;
  right: 32px;
}

.w552 {
  width: 552px !important;
}

.m-w614 {
  width: 614px !important;
}

.m-w138 {
  min-width: 138px !important;
}

ul.price-sum {
  min-width: 200px;
  margin: 0;
  padding-top: 12px;
}

.cart-wrap {
  min-width: 640px;
  padding: 32px !important;
  max-width: 640px !important;
}

.feat-1 {
  width: 320px;
}

.feat-2 {
  width: 640px;
}

.feat-3 {
  width: 960px;
}

.feat-4 {
  width: 1280px;
}

.share {
  margin: 0 auto;
  max-width: 600px;
  text-align: center;
  padding-top: 66px;
}
.share a {
  padding: 16px;
}
.share a img {
  height: 32px;
}

.site {
  max-width: 640px;
  background-color: white;
  padding: 24px;
  margin: 0 auto;
  border-radius: 12px;
  display: block;
  overflow: hidden;
  text-align: left;
  color: #02040A;
}

.error {
  color: #f36363;
}

.site label {
  display: block;
  position: relative;
  width: 100%;
}
.site label.w6 {
  width: 50%;
}
.site label > span {
  color: rgba(1, 4, 10, 0.44);
  vertical-align: top;
  transition: all 200ms linear;
  pointer-events: none;
  position: absolute;
  left: 20px;
  top: 14px;
}
.site label > input {
  height: 50px;
  padding: 21px 16px 0;
}
.site label > input:focus + span {
  color: #1652a1;
}
.site label > input:focus {
  border-color: #1652a1;
  outline: none;
}
.site label > input:focus + span,
.site label > input:not(:placeholder-shown) + span {
  font-size: 12px;
  top: 5px;
}
.site label > input:not([type=checkbox]):not(:focus):not(:placeholder-shown):invalid {
  border-color: #f36363;
}
.site label > input:not([type=checkbox]):not(:focus):not(:placeholder-shown):invalid ~ em {
  visibility: visible;
}
.site label > em {
  display: block;
  font-size: 12px;
  line-height: 20px;
  font-style: normal;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 6px;
  padding: 0 16px;
}
.site label > em.err {
  color: #f36363;
  visibility: hidden;
}
.site label input, .site label textarea, .site label select {
  width: 100%;
  min-height: 50px;
  font-size: 18px;
  background-color: rgba(30, 18, 70, 0.031372549);
  border: 2px solid rgba(27, 19, 68, 0.2509803922);
  border-radius: 12px;
}
.site label input::placeholder, .site label textarea::placeholder, .site label select::placeholder {
  color: rgba(1, 4, 10, 0.44);
}
.site label textarea {
  padding: 8px 16px;
}
.site label select {
  appearance: none;
  padding-right: 24px !important;
  background-image: url(ico/select-trigger.svg);
  background-repeat: no-repeat;
  background-position: right 12px top 50%;
}
.site label input[type=checkbox] {
  appearance: none;
  display: inline-grid;
  place-content: center;
  width: 20px;
  height: 20px;
  min-height: 20px;
  top: 4px;
  margin: 0 8px 0 0;
  padding: 0;
  border: 2px solid rgba(27, 19, 68, 0.2509803922);
  background-color: rgba(30, 18, 70, 0.031372549);
  border-radius: 4px;
}
.site label input[type=checkbox]::before {
  content: "";
  width: 0.7em;
  height: 0.7em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em white;
  clip-path: polygon(14% 40%, 0 47%, 50% 100%, 100% 16%, 90% 0%, 50% 70%);
}
.site label input[type=checkbox]:checked {
  background-color: #1652A1;
}
.site label input[type=checkbox]:checked::before {
  transform: scale(1);
}

.blue {
  background-color: rgba(30, 18, 70, 0.0784313725);
}

button.orange, button.yellow, .btn.orange {
  color: white;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 22px;
}

section.orange {
  background-color: rgba(243, 147, 69, 0.2509803922);
  padding-bottom: 72px;
}

section.yellow {
  background-color: #FDF7C5;
  padding-bottom: 72px;
}
section.yellow button, section.yellow a.btn {
  color: #01040A;
  background-color: #F3DB00;
}
section.yellow button:hover, section.yellow a.btn:hover {
  background-color: #FFE70D;
}

.blue {
  background-color: #00B0AD;
}

.grey {
  background-color: rgba(30, 18, 70, 0.0784313725);
}

.lightblue {
  background-color: #1652A1;
}

.round {
  width: calc(100% - 48px);
  padding: 72px 24px;
  max-width: 1350px;
  margin: 0 auto;
  border-radius: 12px;
}
.round .cards a {
  color: #01040A;
}
.round p:last-child {
  margin-bottom: 0;
}

.lightblue > p a:not(.btn) {
  color: #F3DB00;
}

.w12 {
  width: 100%;
}

.shadows > * {
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1019607843);
}

.center > * {
  text-align: center !important;
}
.center > * img {
  margin: auto;
}

.hb296 {
  justify-content: left;
  width: 614px;
  max-width: calc(100% - 42px);
  padding-left: 0;
  padding-right: 0;
}
.hb296 > div, .hb296 > a {
  max-width: 296px;
  min-width: 280px;
}

.h-box.versions > * {
  text-align: center !important;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1019607843);
  padding: 48px 24px 24px;
  max-width: 327px;
}
.h-box.versions > * img {
  margin: auto;
}
.h-box.versions > * h3 {
  margin: 16px 0 24px;
}

.h-box.features {
  text-align: left;
  max-width: 1054px;
}
.h-box.features > * {
  min-width: 515px;
  padding-bottom: 24px;
}
.h-box.features > * img {
  max-width: 100%;
}

@media only screen and (max-width: 650px) {
  .h-box.features > * {
    min-width: 332px;
  }
}
section.flow {
  overflow: auto;
}

.h-box.collab {
  flex-wrap: nowrap;
  max-width: none;
}
.h-box.collab > * {
  min-width: 296px;
  max-width: 296px;
}

ul.col-2 {
  columns: 2;
  text-align: left;
}
ul.col-2 > li {
  max-width: 259px;
}

@media only screen and (max-width: 650px) {
  .hb296 {
    justify-content: center;
  }
  ul.col-2 {
    columns: 1;
  }
}
ul.checks.big > li {
  margin-bottom: 24px;
  padding-left: 44px;
  background: url("ico/check.svg") no-repeat top 2px left;
  background-size: 1.5em;
}

p.wide {
  max-width: 642px;
}

p.sub {
  max-width: 576px;
  margin: 22px auto 32px;
}

.small-cards .cards > * {
  max-width: 327px;
}

#features {
  padding-bottom: 0;
  margin-bottom: -32px;
}
#features ~ section:not(.orange) > h2 {
  font-size: 44px;
}
#features ~ h2 {
  margin-top: 6px;
  margin-bottom: -16px;
}
#features ~ hr {
  margin: 0;
  transform: translateY(30px);
}

.goui {
  text-align: left;
}

#account {
  text-align: left;
}
#account .cards > div {
  padding: 0;
  overflow: hidden;
}
#account .cards > form {
  background-color: white;
  border-radius: 12px;
}

#myaccount .goui-cardmenu, #checkout .goui-cardmenu, #trial .goui-cardmenu, #registercloud .goui-cardmenu {
  text-align: center;
  margin-bottom: 40px;
}
#myaccount .cards > *, #checkout .cards > *, #trial .cards > *, #registercloud .cards > * {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
}
#myaccount .goui-fieldset, #checkout .goui-fieldset, #trial .goui-fieldset, #registercloud .goui-fieldset {
  max-width: 480px;
  margin: 0 auto;
}

#checkout h1, #registercloud h1 {
  font-variant-ligatures: none;
  font-weight: 500;
  font-size: 72px;
  line-height: 81px;
  max-width: 986px;
  margin: 10px auto;
  margin-bottom: 40px;
  text-align: center;
}

#support {
  padding: 0 20px 20px 20px;
}
#support > .frame {
  min-height: 400px;
}
#support .goui-table {
  min-width: 300px;
}
#support .thread {
  background-color: white;
}
#support form .goui-avatar {
  margin-right: 16px;
}
#support .comments {
  padding: 8px 16px 0;
  flex: 1;
}
#support .comments .attachments {
  padding-left: 40px;
}
#support .comments .divider {
  background-color: #F39345;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin: auto 8px;
  transform: scale(0.4);
}
#support .comments .goui-html-field img, #support .comments .comment > .text img {
  max-width: 100%;
  height: auto;
  border: 2px solid;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin: 8px auto;
}
#support .comments .comment .text img {
  cursor: pointer;
}
#support .comments .comment {
  padding: 8px 0;
  margin-bottom: 8px;
}
#support .comments .comment .meta {
  height: 48px;
  align-items: center;
  display: flex;
}
#support .comments .comment .meta .goui-avatar {
  margin-right: 16px;
}
#support .comments .comment .meta .author {
  font-weight: 600;
}
#support .comments .comment .meta .date {
  font-weight: 600;
  font-size: 15px;
}
#support .comments .comment > .text {
  margin-left: 56px;
  display: block;
}

.invoice-status {
  text-transform: uppercase;
  font-size: 0.8em;
  padding: 0 8px;
  display: inline-block;
  border-radius: 4px;
  color: #02040A;
  text-shadow: 0px 0px 4px white;
  border: 1px solid rgba(27, 19, 68, 0.1019607843);
}
.invoice-status.draft {
  background-color: #f1f1f1;
  fill: #f1f1f1;
}
.invoice-status.sent {
  background-color: #ffe491;
  fill: #ffe491;
}
.invoice-status.complete {
  background-color: #d7ff91;
  fill: #d7ff91;
}
.invoice-status.late {
  background-color: #ffb891;
  fill: #ffb891;
}

/*# sourceMappingURL=style.css.map */
