/* syne-800 - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Syne";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/syne-v24-latin_latin-ext-800.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/inter-v20-latin_latin-ext-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/inter-v20-latin_latin-ext-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* syne-regular - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Syne";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/syne-v24-latin_latin-ext-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 10rem;
}

body {
  max-width: 1920px;
  margin: 0 auto;
  font-size: clamp(1.4rem, 1.4vw, 1.6rem);
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Inter", sans-serif;
  color: #0f1115;
  font-weight: 800;
  font-weight: 400;
}

h1 {
  font-size: clamp(3.5rem, 6vw, 6rem);
}

h2 {
  font-size: clamp(2.8rem, 4vw, 4.5rem);
}

h3 {
  font-size: clamp(2.2rem, 2.5vw, 3rem);
}

h4 {
  font-size: clamp(1.8rem, 1.8vw, 2.2rem);
}

h5 {
  font-size: clamp(1.6rem, 1.4vw, 1.8rem);
}

h6 {
  font-size: clamp(1.4rem, 1.2vw, 1.6rem);
}

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: transparent;
}

.container {
  max-width: 1920px;
  margin: 0 auto;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
  box-sizing: inherit;
}

a {
  text-decoration: none;
  cursor: pointer;
}

ul, li {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

::placeholder {
  color: #c3c2dc;
}

span {
  font-weight: 1000;
}

.new-action-button {
  width: 30.6rem;
  display: inline-block;
  color: #ffffff;
  margin: 0 1rem;
  padding: 2rem 3rem;
  border: 1px solid #2563eb;
  border-radius: 0.5rem;
  text-transform: uppercase;
  text-align: center;
  background: #2563eb;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 0 14px #2563eb;
  font-weight: 700;
}
.new-action-button .small-text {
  display: inline-block;
  margin-top: 2rem;
  font-size: 1.1rem;
  font-weight: 400;
}
.new-action-button:hover, .new-action-button:focus {
  background: #2563eb;
  filter: brightness(0.9);
  box-shadow: 0 0 22px #2563eb;
  transform: translateY(-2px);
}

.more-button {
  width: 30.6rem;
  display: inline-block;
  color: #ffffff;
  margin: 0 1rem;
  padding: 2rem 3rem;
  border: 1px solid #2563eb;
  border-radius: 0.5rem;
  text-transform: uppercase;
  text-align: center;
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 60%, #1e3a8a 100%);
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 0 14px #2563eb;
  font-weight: 700;
}
.more-button:hover, .more-button:focus {
  background: linear-gradient(135deg, #2563eb, #2563eb);
  box-shadow: 0 0 22px rgba(37, 99, 235, 0.3);
  transform: translateY(-2px);
}

.ok {
  color: #2563eb;
}

.transparent {
  background: transparent;
  color: #2563eb;
}
.transparent:hover, .transparent:focus {
  color: #ffffff;
}

.check-list-left {
  width: 100%;
  text-align: left;
  padding: 2rem 1.5rem;
  line-height: 1.6;
}
.check-list-left li {
  list-style: square !important;
}

header {
  background: #ffffff;
  width: 100%;
  max-width: 1920px;
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  z-index: 11;
}
header .logo-wrap {
  padding: 1.5rem 1rem;
}
header .logo-wrap .logo,
header .logo-wrap .logo2 {
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 60%, #1e3a8a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 4rem;
  font-weight: 800;
  font-family: "Syne", sans-serif;
}
header .navigation {
  display: flex;
  align-items: center;
  margin-right: 0.3rem;
}
header .navigation .menu {
  display: flex;
  align-items: center;
}
header .navigation .menu li {
  padding: 1.25rem 1rem;
  margin: 0 1rem 0 0;
  font-size: 1.6rem;
  font-weight: 700;
  transition: 0.1s all;
}
header .navigation .menu li a {
  align-items: center;
  color: #0f1115;
}
header .navigation .menu li:hover, header .navigation .menu li:focus, header .navigation .menu li.selected {
  font-weight: 700;
  text-shadow: 0rem 0rem 1rem #ffffff;
}
header .mobile-navigation {
  display: none;
  align-items: center;
  color: #0f1115;
  position: relative;
  margin-right: 2.3rem;
}
header .mobile-navigation svg {
  width: 3rem;
  height: 3rem;
  fill: #0f1115;
}
header .mobile-menu {
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  background: #cce6f5;
  background-repeat: no-repeat;
  position: absolute;
  top: 5.8rem;
  right: 0px;
  z-index: 200;
}
header .mobile-menu li {
  width: 100%;
  margin-top: 3rem;
  text-align: right;
  padding: 0 2rem;
}
header .mobile-menu li a {
  display: inline-block;
  width: 100%;
  color: #0f1115;
  font-size: 1.8rem;
  font-weight: 700;
}
header .mobile-menu li:hover a, header .mobile-menu li:focus a, header .mobile-menu li.selected a {
  display: inline-block;
  width: 100%;
  text-shadow: 0rem 0rem 1rem #2563eb;
  transition: 0.25s all;
}

.post-header {
  position: relative;
  height: 115dvh;
  background: #ffffff;
  overflow: hidden;
}
.post-header .container {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: transparent;
}
.post-header .container .header-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 91rem;
  text-align: center;
  padding: 0 1.5rem;
}
.post-header .container .header-text h1 {
  margin-bottom: 1rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-family: "Inter", sans-serif;
  font-size: clamp(2.5rem, 11vw, 5.5rem);
  font-weight: 700;
}
.post-header .container .header-text h1 .accent {
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 60%, #1e3a8a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 15px rgba(232, 197, 71, 0.3));
}
.post-header .container .header-text h1 .type-accent {
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: linear-gradient(135deg, #3b82f6 0%, #2563eb 60%, #1e3a8a 100%);
  font-size: 0.8em;
  margin-top: 0.5rem;
}
.post-header .container .header-text h2 {
  line-height: 1.4;
  color: #0f1115;
  margin-bottom: 2rem;
  max-width: 600px;
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  font-weight: 400;
}
.post-header .container .header-text aside {
  margin-top: 10vh;
}
.post-header .container .header-text .new-action-button {
  margin: 1rem 0;
}
.post-header .container .header-text .micro-text {
  color: #0f1115;
  font-size: 2rem;
  line-height: 1.6em;
}

.home {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  background: #ffffff;
}
.home #metrics {
  padding: 10vh 0;
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.home #metrics .card {
  text-align: center;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(37, 99, 235, 0.1);
  background: rgba(37, 99, 235, 0.05);
  border-radius: 1.2rem;
}
.home #metrics .card .metric-value {
  font-family: "Syne", sans-serif;
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 800;
  margin-bottom: 0.5rem;
  line-height: 1;
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 60%, #1e3a8a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 10px rgba(232, 197, 71, 0.2));
}
.home #metrics .card .metric-title {
  color: #0f1115;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.home #metrics .card .metric-desc {
  color: #0f1115;
  line-height: 1.5;
  max-width: 250px;
}
.home #metrics .card:hover, .home #metrics .card:focus {
  border-color: #2563eb;
  box-shadow: 0 10px 30px rgba(37, 99, 235, 0.3);
  transform: translateY(-5px);
  transition: all 0.25s ease;
}
.home .two-columns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 5rem 1rem;
  margin: 5rem 0;
}
.home .two-columns .text, .home .two-columns .list {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.home .two-columns .text h2, .home .two-columns .list h2 {
  color: #2563eb;
  margin-bottom: 1rem;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
}
.home .two-columns .text p, .home .two-columns .list p {
  min-width: 35rem;
  text-align: center;
  color: #0f1115;
  border-radius: 0.5rem;
  padding: 1rem 0.5rem 2.5rem;
}
.home .two-columns .text ul > li, .home .two-columns .list ul > li {
  line-height: 1.8;
  font-weight: 500;
  color: #0f1115;
  list-style: circle;
}
.home .desc-title {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.home .desc-title p {
  width: 33%;
  text-align: center;
  font-weight: 400;
  line-height: 2;
  color: #0f1115;
  background: rgba(37, 99, 235, 0.05);
  padding: 2rem;
  margin: 2rem;
  letter-spacing: 0.02rem;
  border: 1px solid rgba(37, 99, 235, 0.1);
  border-radius: 1.2rem;
}
.home .desc-title p:hover, .home .desc-title p:focus {
  transform: translateY(-8px);
  border: 1px solid #2563eb;
  box-shadow: 0 10px 30px rgba(37, 99, 235, 0.3);
  transition: all 0.25s ease;
}
.home .working {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 5rem 1rem 0;
  margin: 5rem 0;
}
.home .working h2 {
  min-width: 35rem;
  width: 100%;
  padding: 1rem;
  text-align: center;
  color: #2563eb;
  font-size: 3rem;
  font-weight: 1000;
}
.home .working article {
  width: 25%;
  min-width: 33rem;
  background: rgba(37, 99, 235, 0.05);
  backdrop-filter: blur(10px);
  color: #0f1115;
  display: flex;
  justify-content: stretch;
  align-items: center;
  flex-direction: column;
  text-align: justify;
  margin: 3rem 1rem;
  padding: 3rem 2.5rem;
  border-radius: 1.2rem;
  box-shadow: 0 0 1rem rgba(37, 99, 235, 0.3);
}
.home .working article .time {
  color: #ff0000;
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
}
.home .working article .price {
  color: #2563eb;
  font-size: 1.6rem;
  font-weight: 700;
  font-style: italic;
}
.home .working article .number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7rem;
  height: 7rem;
  color: #2563eb;
  text-shadow: 0 0 8px rgba(37, 99, 235, 0.3);
  margin-top: 2.5rem;
  font-size: 3.2rem;
}
.home .working article .number svg {
  height: 2em;
  width: 2em;
  filter: drop-shadow(0 0 8px rgba(37, 99, 235, 0.1));
  fill: currentColor;
}
.home .working article .stars {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #c4a02d;
  margin-top: 2.5rem;
  font-size: 3.2rem;
  font-weight: 900;
}
.home .working article .stars svg {
  height: 1.1em;
  width: 1.1em;
  fill: currentColor;
}
.home .working article .author {
  display: flex;
  width: 100%;
  flex-direction: column;
  line-height: 2;
  text-align: start;
  color: #0f1115;
}
.home .working article .author svg {
  height: 2em;
  width: 2em;
  fill: currentColor;
}
.home .working article .name {
  font-size: 1rem;
  font-weight: 400;
}
.home .working article p {
  font-weight: 400;
  text-align: center;
  line-height: 1.6;
}
.home .working article .badge {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ff0000;
  width: 7rem;
  height: 7rem;
  margin-top: 2rem;
  font-size: 3.2rem;
}
.home .working article .badge svg {
  height: 2em;
  width: 2em;
  fill: currentColor;
}
.home .working article .step {
  color: #2563eb;
  text-shadow: 0 0 8px rgba(37, 99, 235, 0.3);
  margin-top: 1.2rem;
}
.home .working article .title {
  align-self: flex-end;
  text-align: center;
  width: 100%;
  padding: 0;
  color: #0f1115;
  font-size: 2rem;
  font-weight: 700;
}
.home .working article .desc {
  width: 100%;
  text-align: center;
  line-height: 1.8;
  font-weight: 400;
  color: #0f1115;
}
.home .working article .check-list {
  width: 100%;
  padding: 2rem 1.5rem;
  list-style: circle;
}
.home .working article .check-list li {
  line-height: 1.8;
  font-weight: 500;
}
.home .working article:hover, .home .working article:focus {
  transform: translateY(-8px);
  box-shadow: 0 10px 10px #0f1115;
  transition: all 0.25s ease;
}
.home .more {
  background-size: cover;
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 5rem 0;
  padding: 5rem 0;
  gap: 1rem;
}
.home .more .desc {
  align-self: center;
  width: 50%;
  min-width: 35rem;
  text-align: center;
  color: #ffffff;
  border-radius: 0.5rem;
  padding: 1rem 0.5rem 2.5rem;
  font-size: 2.5rem;
  font-weight: 700;
}
.home .more a {
  align-self: center;
  width: 15%;
  min-width: 35rem;
  text-align: center;
  margin: 0;
}
.home .more p {
  color: #ffffff;
  text-align: center;
  margin-bottom: 5rem;
  font-size: 1.6rem;
}
.home .more h2 {
  min-width: 35rem;
  width: 100%;
  padding: 1rem;
  text-align: center;
  color: #2563eb;
  font-size: 3rem;
  font-weight: 1000;
}
.home .action {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
  margin: 10rem 0;
  text-align: center;
  color: #ffffff;
}
.home .action article {
  width: 19%;
}
.home .action article h2 {
  text-align: left;
  font-weight: 700;
}
.home .action article .desc {
  width: 100%;
  line-height: 1.8;
  text-align: left;
}

.home.working.desc-title.single-column {
  flex-direction: column;
  align-items: center;
}

.home.working.desc-title.single-column p {
  min-width: 35rem;
  width: 100%;
  text-align: left;
}

.border-1 {
  border-top: 15px solid green;
}

.border-2 {
  border-top: 15px solid #2563eb;
}

.border-3 {
  border-top: 15px solid #ff0000;
}

.reviews {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
}
.reviews .review {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
.reviews .review h2 {
  width: 100%;
  text-align: center;
  margin: 4rem 0;
  padding: 3rem 0;
  color: #2563eb;
  font-size: 2.5rem;
  font-weight: 800;
}
.reviews .review .full-screen {
  width: 800px;
  min-width: 35rem;
  border: none;
  box-shadow: none;
  line-height: 1.8;
}
.reviews .review .full-screen p {
  color: #0f1115;
  font-size: 1.6rem;
  font-weight: 400;
}
.reviews .review article {
  width: 47%;
  min-width: 35rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  text-align: center;
  margin: 0 1rem 10rem;
  padding: 0 1rem;
}
.reviews .review aside {
  width: 40%;
  text-align: center;
}
.reviews .review aside h3 {
  width: 100%;
  color: #2563eb;
  font-size: 2.2rem;
  font-weight: 700;
}
.reviews .review aside a {
  color: #ffffff;
}
.reviews .review aside a:hover, .reviews .review aside a:focus {
  text-decoration: underline;
}
.reviews .review img {
  height: auto;
  margin: 2rem;
  border-radius: 0.5rem;
}
.reviews #yDmH0d {
  background: #fff;
}

@media (max-width: 1100px) {
  .reviews .review aside {
    width: 100%;
  }
}
.home .contact-info {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.home .contact-info article {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  min-width: 35rem;
  border-radius: 1rem;
  padding: 3rem 0;
  font-size: 1.4rem;
}
.home .contact-info article h2 {
  color: #ffffff;
}
.home .contact-info .company-info {
  width: 25%;
  min-width: 35rem;
  color: #0f1115;
  font-size: 2rem;
  font-weight: 300;
}
.home .contact-info .office {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}
.home .contact-info .office h2 {
  width: 100%;
  text-align: center;
  color: #2563eb;
  margin: 5rem 0;
}
.home .contact-info .office aside {
  width: 49%;
  min-width: 35rem;
  text-align: center;
  margin: 1rem 0;
  padding: 0 2rem;
  font-weight: 300;
  font-size: 1.6rem;
  color: #0f1115;
}
.home .contact-info .office aside a {
  display: inline-block;
  color: #0f1115;
  text-decoration: underline;
  padding: 1rem 0;
}
.home .contact-info .map {
  width: 100%;
  min-width: 35rem;
  text-align: center;
  padding: 0.5rem;
}
.home .contact-info .map iframe {
  width: 100%;
  min-width: 25%;
  height: 45rem;
}
.home .contact-info p {
  text-align: center;
  margin: 1rem;
  font-size: 1.6rem;
}

.home .law-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.home .law-wrap .law-info, .home .law-wrap .gdpr-info {
  display: flex;
  width: 90%;
  min-width: 35rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: white;
  color: #000000;
  border-radius: 1rem;
  box-shadow: 0 0 2.5rem #0f1115;
  font-size: 1.4rem;
  margin: 0 1rem 7rem;
  padding: 5rem 0;
}
.home .law-wrap .law-info a, .home .law-wrap .gdpr-info a {
  text-decoration: underline;
}
.home .law-wrap .law-info ul, .home .law-wrap .gdpr-info ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 5rem;
}
.home .law-wrap .law-info ul li, .home .law-wrap .gdpr-info ul li {
  width: 90%;
  list-style-type: disc;
  text-align: left;
  margin-bottom: 3rem;
}
.home .law-wrap .gdpr-info {
  padding: 0 1rem;
  font-size: 1.6rem;
  font-weight: 300;
}
.home .law-wrap .gdpr-info h3 {
  font-weight: 500;
}
.home .law-wrap .gdpr-info ul {
  align-self: flex-start;
  margin: 2.5rem 0 0;
}
.home .law-wrap .gdpr-info ul li {
  list-style: square;
  margin-bottom: 3rem;
}

.home .sales {
  display: flex;
  justify-content: center;
  align-items: center;
}
.home .sales .sale-info {
  display: flex;
  width: 30%;
  min-width: 35rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #ffffff;
  border-radius: 1rem;
  box-shadow: 0 0 2.5rem #ffffff;
  font-size: 1.4rem;
  margin-bottom: 7rem;
  padding: 5rem;
}
.home .sales .sale-info a {
  text-decoration: underline;
}

.home .faq-items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.home .faq-items details {
  width: 90%;
  min-width: 35rem;
  padding: 0.5rem 0.5rem 0;
  margin-bottom: 2rem;
  line-height: 2;
  font-size: 1.6rem;
  border-radius: 0.5rem;
  box-shadow: 0 0 0.05rem #2563eb;
  background: rgba(37, 99, 235, 0.05);
  color: #0f1115;
  cursor: pointer;
}
.home .faq-items summary {
  font-weight: bold;
  margin: -0.5em -0.5em 0;
  padding: 0.5em;
}
.home .faq-items summary:before {
  content: "+";
  padding-right: 1rem;
}
.home .faq-items details[open] {
  background: #ffffff;
  color: #000000;
  padding: 0.5em;
}
.home .faq-items details[open] a {
  display: inline-block;
  color: #ffffff;
  text-decoration: underline;
}
.home .faq-items details[open] summary {
  background: rgba(37, 99, 235, 0.05);
  color: #0f1115;
  border-bottom: 1px solid #0f1115;
  margin-bottom: 0.5em;
}
.home .faq-items details[open] summary:before {
  content: "-";
  padding-right: 1rem;
}

.optimalization {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
}
.optimalization .optim {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 5rem;
}
.optimalization .optim h2 {
  width: 100%;
  text-align: center;
  margin: 4rem 0;
  padding: 3rem 0;
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 800;
}
.optimalization .optim .full-screen {
  width: 800px;
  min-width: 30rem;
  border: none;
  box-shadow: none;
  line-height: 1.8;
}
.optimalization .optim .blue-top {
  border-top: 6px solid #0f1115;
}
.optimalization .optim .red-top {
  border-top: 6px solid #2563eb;
}
.optimalization .optim .yellow-top {
  border-top: 6px solid #2563eb;
}
.optimalization .optim .green-top {
  border-top: 6px solid #2563eb;
}
.optimalization .optim article {
  width: 23.6%;
  min-width: 35rem;
  text-align: center;
  margin: 0 1rem 10rem;
  padding: 2rem 1rem;
  background: #0f1115;
  border: 1px solid #2563eb;
  border-radius: 0.5rem;
  border-top: 6px solid #2563eb;
}
.optimalization .optim article .fa-light {
  color: #2563eb;
  margin: 2.5rem 0;
}
.optimalization .optim article h3 {
  color: #2563eb;
}
.optimalization .optim article .full-price,
.optimalization .optim article .discount-price {
  font-weight: 700;
}
.optimalization .optim article .discount {
  color: #2563eb;
  font-weight: 700;
}
.optimalization .hosting-price {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.optimalization .hosting-price article {
  width: 23%;
  min-width: 35rem;
  box-shadow: 0 1rem 2rem #2563eb;
  border-radius: 0.5rem;
  margin: 0 1rem 10rem;
  padding: 2rem;
}
.optimalization .hosting-price article .fa-light {
  width: 100%;
  text-align: center;
  color: #2563eb;
  margin-top: 10%;
}
.optimalization .hosting-price article h3 {
  text-transform: uppercase;
  text-align: left;
  text-shadow: 0.05rem 0.05rem 0 #ffffff;
  color: #2563eb;
  text-align: center;
  font-weight: 700;
  margin: 5rem 0;
}
.optimalization .hosting-price article p {
  font-size: 2rem;
  font-weight: 700;
  color: #2563eb;
}

.pre-footer {
  background: #1a1d23;
  color: #ffffff;
  width: 100%;
  height: 25%;
  display: flex;
  justify-content: center;
  border-top: 1px solid #2563eb;
  border-bottom: 1px solid #2563eb;
}
.pre-footer .pre-footer-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}
.pre-footer .pre-footer-wrap .pre-footer-items {
  width: 43rem;
  margin: 2rem;
  line-height: 2.4rem;
  font-weight: 400;
  font-size: 1.5rem;
}
.pre-footer .pre-footer-wrap .pre-footer-items h3 {
  color: #ffffff;
  font-weight: 700;
}
.pre-footer .pre-footer-wrap .pre-footer-items .links a {
  display: inline-block;
  color: #ffffff;
  padding: 1.2rem 0;
  font-weight: 400;
}
.pre-footer .pre-footer-wrap .pre-footer-items .socials {
  display: flex;
  margin-bottom: 1rem;
}
.pre-footer .pre-footer-wrap .pre-footer-items .socials a {
  display: block;
  color: #ffffff;
  margin: 0 1.5rem;
  font-size: 3rem;
  font-weight: 400;
}
.pre-footer .pre-footer-wrap .pre-footer-items .socials a:first-child {
  margin-left: 0;
}
.pre-footer .pre-footer-wrap .pre-footer-items .socials svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.pre-footer .pre-footer-wrap .pre-footer-items .socials-2 {
  display: flex;
  flex-direction: column;
}
.pre-footer .pre-footer-wrap .pre-footer-items .socials-2 a {
  display: block;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0.5rem 1.5rem;
}
.pre-footer .pre-footer-wrap .pre-footer-items .socials-2 a:first-child {
  margin-left: 0;
}

.footer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background: #0f1115;
}
.footer h4 {
  text-align: center;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 400;
}

@media (max-width: 1439px) {
  .pre-footer .pre-footer-wrap .line {
    display: none;
  }
}
@media (max-width: 1017px) {
  .pre-footer .pre-footer-wrap {
    justify-content: center;
    text-align: center;
  }
  .pre-footer .pre-footer-wrap .socials {
    justify-content: center;
  }
  .pre-footer .pre-footer-wrap .socials a:first-child {
    margin-left: 0.5rem;
  }
}
.scroll-up {
  display: flex;
  color: #2563eb;
  position: fixed;
  bottom: 9rem;
  right: 2rem;
  opacity: 0.75;
  transition: opacity 0.3s;
  z-index: 999999;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  border: 1px solid #2563eb;
  background: #ffffff;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}
.scroll-up:hover, .scroll-up:focus {
  opacity: 1;
}
.scroll-up svg {
  height: 2em;
  width: 2em;
  fill: currentColor;
  filter: drop-shadow(0 0 8px rgba(232, 197, 71, 0.3));
}

.error-page-body {
  background-color: #0f1115;
  margin: 0;
  padding: 0;
}

.error-page {
  position: relative;
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.error-page::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(to right, rgba(232, 197, 71, 0.03) 1px, transparent 1px), linear-gradient(to bottom, rgba(232, 197, 71, 0.03) 1px, transparent 1px);
  background-size: 50px 50px;
  transform: rotate(-2deg) scale(1.1);
  mask-image: radial-gradient(circle at 50% 50%, black, transparent 90%);
  pointer-events: none;
}
.error-page .header-text {
  max-width: 700px !important;
}
.error-page .header-text .micro-text {
  font-size: 1rem;
  letter-spacing: 0.3em;
  color: #e8c547;
  margin-bottom: 1rem;
}
.error-page .header-text h1 {
  font-size: clamp(3rem, 10vw, 6rem) !important;
  margin-bottom: 0.5rem;
}
.error-page .header-text h2 {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
}
.error-page .header-text h2 strong {
  display: block;
  margin-top: 1rem;
  color: #ffffff;
}

@media (max-width: 1461px) {
  .post-header .container {
    flex-direction: column;
  }
  .post-header .container .header-text {
    width: 95%;
    margin-right: 0;
  }
  .post-header .container .header-text aside {
    margin-top: 5vh;
  }
  .post-header .container .header-text h1, .post-header .container .header-text h2 {
    width: 100%;
  }
}
@media (max-width: 1333px) {
  .home .desc-title p {
    width: 100%;
  }
}
@media (max-width: 1100px) {
  header .navigation {
    display: none;
  }
  header .mobile-navigation {
    display: flex;
  }
  header .logo-wrap .logo,
header .logo-wrap .logo2 {
    font-size: 2.3rem;
    font-weight: 700;
  }

  .post-header .container {
    flex-direction: column;
  }
  .post-header .container .header-text {
    width: 95%;
    margin-right: 0;
  }
  .post-header .container .header-text aside {
    margin-top: 5vh;
  }
  .post-header .container .header-text h1, .post-header .container .header-text h2 {
    width: 100%;
  }
}
@media (max-width: 399px) {
  .post-header .container .header-text {
    padding: 0 1rem;
  }
  .post-header .container .header-text .micro-text {
    font-size: 1.3rem;
  }
}
iframe {
  min-height: 50vh;
  border: none;
}

.service-widget .step {
  background: #2563eb;
}

.service-widget .widget-categories .category .category.selected {
  background-color: #2563eb;
  cursor: default;
}

.service-widget .widget-categories .step-line {
  height: 100%;
  top: 60px;
  border-color: #2563eb;
}

.ui-calendar .ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day a.ui-state-active {
  background-color: #2563eb;
  color: white;
}

.ui-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  width: 4em;
  height: 3em;
  right: 61px;
  left: auto;
  background-color: #2563eb;
  border-right: 1px solid white;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
}

.ui-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  width: 4em;
  height: 3em;
  background-color: #2563eb;
  border-left: 1px solid white;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
}

.ui-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-datepicker-prev-hover, .ui-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-disabled {
  top: 2px;
  right: 61px;
  left: auto;
  background-color: #0f1115;
}

.ui-calendar .ui-datepicker .ui-datepicker-calendar thead {
  color: #2563eb;
  font-size: 16px;
}

.service-widget .date-time .choose-date-time .widget-time .times .title {
  padding: 0.5em 5px;
  color: #2563eb;
}

.service-widget .choose-service .widget-services .service.selected {
  color: #2563eb;
  cursor: default;
  border: 2px solid #2563eb;
  border-radius: 30px;
}

.service-widget .choose-service .step-line {
  position: absolute;
  border: 2px solid #2563eb;
  left: -42px;
}

.service-widget .date-time .choose-date-time .step-line {
  position: absolute;
  border: 2px solid #2563eb;
  left: -42px;
}

.service-widget .date-time .choose-date-time .step-line span {
  position: absolute;
  border: 2px solid #2563eb;
}

.service-widget .date-time .choose-date-time .widget-time .times .hours .hour.selected {
  background-color: #2563eb;
  color: white;
  border-radius: 50px;
}

.service-widget .date-time .step-line-hour-1 {
  position: absolute;
  border: 2px solid #2563eb;
  transform: translateX(-28px);
  height: 100%;
  top: 59px;
  left: -14px;
}

footer .content .buttons .button#create-res {
  background-color: white;
  border: 1px solid #2563eb;
  color: #2563eb;
}

footer .content .buttons .button#create-res:hover {
  background-color: #2563eb;
  color: white;
}

.service-widget .powered-by img {
  max-width: 8rem;
}

.service-widget .widget-categories .category .category, .ui-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-datepicker-prev-hover, .ui-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-datepicker-next-hover, .ui-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-disabled, .service-widget .date-time .choose-date-time .widget-time .titles .title {
  background-color: #2563eb;
  opacity: 0.5;
}

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