h1,
h2,
h5,
p.large,
p.small,
ul.small {
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}
.center,
.second .info-block,
.second-block__single .large,
.second-wrapper h2,
.third-block__single .medium,
.third-block__single h5,
h1 {
  text-align: center;
}
.wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
}
h1,
h2,
h5,
p.large,
p.small,
ul.small {
  letter-spacing: normal;
}
.red {
  color: #e40613;
}
h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
}
h1 {
  font-size: 60px;
  font-weight: 300;
  line-height: 1.33;
}
  .sigillo-desktop{
  	display: block;
  }
  .sigillo-mobile{
  	display: none;
  }

@media (max-width: 991px) {
  h1 {
    font-size: 34px;
    line-height: 1.33;
  }
  .sigillo-desktop{
	display: none;
}
.sigillo-mobile{
	display: block;
}

}
h2 {
  font-size: 34px;
  font-weight: 500;
  line-height: 1.2;
}
a.medium,
h5,
p.large,
p.medium,
p.small,
ul.small {
  font-weight: 400;
}
@media (max-width: 991px) {
  h2 {
    font-size: 28px;
  }
}
h5 {
  font-size: 28px;
  font-weight: 300;
  line-height: 1.33;
}
@media (max-width: 991px) {
  h5 {
    font-size: 22px;
  }
}
p.large {
  font-size: 22px;
  line-height: 1.33;
}
a.medium,
p.medium {
  font-size: 18px;
  line-height: 1.5;
  opacity: 0.6;
}
@media (max-width: 991px) {
  p.large {
    font-size: 18px;
  }
  a.medium,
  p.medium {
    font-size: 16px;
    line-height: 20px;
  }
}
p.small,
ul.small {
  font-size: 14px;
  line-height: 1.43;
}
.cc-btn, .cc-btn:visited {
  display: inline-block;
  background-color: #f3ebdd;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.33;
  text-align: center;
  padding: 16px 32px;
  width: 100%;
  max-width: 326px;
  border: 0 none;
  border-radius: 12px;
  cursor: pointer;
  outline: none;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.2);
  transition: background-color .2s ease-out;
  user-select: none;
}
.cc-btn:active, .cc-btn:focus, .cc-btn:hover {
  color: #000;
  background-color: #e0d5c0;
}
@media screen and (min-width: 991px) {
  .cc-btn, .cc-btn:visited {
    font-size: 24px;
    padding: 16px 36px;
    width: auto;
    min-width: 304px;
    white-space: nowrap;
  }
}
body,
ul {
  margin: 0;
  padding: 0;
}
:focus,
a:active,
a:hover {
  outline: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
ul {
  list-style-type: none;
}
button {
  border: none;
  cursor: pointer;
  background-color: transparent;
}
input[type="email"],
input[type="password"],
input[type="submit"],
input[type="text"],
textarea {
  -webkit-appearance: none;
  outline: 0;
  font-family: inherit;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: Roboto, sans-serif;
  background-color: #191919;
  color: #dad2c3;
  height: 100%;
  overflow-x: hidden;
}
.wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.header-wrapper,
.header-wrapper .navigation ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1270px) {
  .container {
    max-width: -webkit-calc(100% - 100px);
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 767px) {
  .container {
    max-width: -webkit-calc(100% - 64px);
    max-width: calc(100% - 64px);
  }
}
@media (max-width: 450px) {
  .container {
    max-width: -webkit-calc(100% - 40px);
    max-width: calc(100% - 40px);
  }
}
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff;
}
#preloader.visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 2s linear;
  -o-transition: opacity 2s linear;
  transition: opacity 2s linear;
}
#preloader.hidden {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s 0.5s, opacity 0.5s linear;
  -o-transition: visibility 0s 0.5s, opacity 0.5s linear;
  transition: visibility 0s 0.5s, opacity 0.5s linear;
}
.header-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.hero-wrapper {
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.header-wrapper .logo img {
  max-height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
@media (max-width: 991px) {
  .header-wrapper {
    padding-top: 20px;
  }
  .header-wrapper .logo img {
    max-height: 18px;
  }
}
.header-wrapper .navigation {
  color: #fff;
  margin-bottom: -2px;
}
.header-wrapper .navigation ul {
  display: flex;
}
.header-wrapper .navigation ul li {
  margin-left: 16px;
}
.header-wrapper .navigation ul li:first-child {
  margin-left: 0;
}
.header-wrapper .navigation ul li a {
  font-weight: 300;
}
.header-wrapper .navigation ul li a.active {
  font-weight: 500;
}
.hero {
  background-image: linear-gradient(to top, #1a1a1a, #0c0c0c 15%);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.hero-main-card {
  margin: 50px 0;
}
.hero-main-card img {
  display: block;
  width: 84%;
  max-width: 574px;
  margin: 0 auto;
}
.hero .devices {
  margin-left: auto;
  margin-right: 0;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 50px;
}
.hero .devices img {
  height: 50px;
  display: block;
}
.hero-wrapper,
.second-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.hero-wrapper {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 4;
}
.hero-wrapper h1 {
  color: #f1e9d8;
  margin-bottom: 30px;
}
.hero-wrapper h1 span {
  font-weight: 500;
  color: #edc98a;
}
.hero-wrapper h5 {
  color: #dbd3c4;
  margin-bottom: 48px;
}
.second {
  background-color: #060606;
  position: relative;
  z-index: 1;
  clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
}
.second .info-block {
  background: #fff;
  position: absolute;
  z-index: 10;
  right: 35px;
  bottom: 40px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 30px;
  max-width: 370px;
  color: #333;
}
@media (max-width: 767px) {
  .second .info-block {
    right: 10px;
    left: 10px;
    bottom: -190px;
    padding: 20px;
  }
}
.second .info-block .close {
  position: absolute;
  right: 16px;
  top: 16px;
  cursor: pointer;
}
.second-wrapper {
  padding-top: 90px;
  padding-bottom: 285px;
}
@media (max-width: 991px) {
  .second-wrapper {
    padding-top: 80px;
    padding-bottom: 210px;
  }
}
.second-wrapper h2 {
  max-width: 600px;
  margin: 0 auto;
}
.second-block {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 64px;
  padding: 0 30px;
}
.second-block__single {
  width: -webkit-calc(100%/3 - 60px);
  width: calc(100% / 3 - 60px);
  margin-right: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .second-block {
    margin-top: 30px;
  }
  .second-block__single {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.second-block__single img {
  display: block;
  margin: auto;
  margin-bottom: 40px;
  -webkit-filter: drop-shadow(0 0 16px rgba(255,222,179,.68));
  filter: drop-shadow(0 0 16px rgba(255,222,179,.68));
}
.third-block,
.third-block__single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.second-block__single .large span {
  font-weight: 500;
}
.second-block__single:last-child {
  margin-right: 0;
}
.second-card {
  display: block;
  margin: -230px auto 0;
  width: auto;
  max-width: 580px;
  position: relative;
  z-index: 1;
}
.third {
  margin-top: 8px;
  position: relative;
  z-index: 0;
}
.third h2 {
  text-align: center;
}
.third .container {
  margin-top: 72px;
}
@media (max-width: 450px) {
  .third h2 {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .second-block__single img {
    margin-bottom: 20px;
  }
  .second-card {
    width: 100%;
    margin-top: -170px;
  }
  .third h2 {
    margin-left: 24px;
    margin-right: 24px;
  }
}
.third-block {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 56px;
  padding: 0 30px;
}
.third-block__single {
  width: -webkit-calc(100%/3 - 60px);
  width: calc(100% / 3 - 60px);
  margin-right: 90px;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .third-block__single {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.third-block__single h5 {
  margin-bottom: 16px;
  font-weight: 500;
}
.third-block__single:last-child {
  margin-right: 0;
}
.footer-wrapper,
.third-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
}
.third-wrapper {
  padding: 0px 0 80px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.third-wrapper ul {
  width: -webkit-calc(50% - 50px);
  width: calc(50% - 50px);
  margin-right: 100px;
}
@media (max-width: 991px) {
  .third-wrapper {
    padding-bottom: 60px;
  }
  .third-wrapper ul {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.third-wrapper ul:last-child {
  margin-right: 0;
}
.third-wrapper ul li {
  margin-bottom: 40px;
  position: relative;
  padding-left: 46px;
}
.third-wrapper ul li:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2%;
  background: url(../images/icon-check.svg) no-repeat;
  width: 24px;
  height: 22px;
  -webkit-background-size: contain;
  background-size: contain;
}
.third-wrapper ul li:last-child {
  margin-bottom: 0;
}
.third-wrapper ul li h5 {
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 400;
}
.third-wrapper ul li .medium {
  max-width: 444px;
}
.footer {
  background: #282828;
  color: #fff;
}
.footer-wrapper {
  padding: 22px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.fixed-button.active,
.footer-wrapper .menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
@media (max-width: 1100px) {
  .footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-wrapper .menu {
    margin-bottom: 20px;
  }
}
.footer-wrapper .menu ul {
  display: flex;
text-align: center;
}
.footer-wrapper .menu ul li {
  margin-right: 48px;
}
.footer-wrapper .menu a {
  font-weight: 300;
}
.footer-wrapper .menu ul li:last-child {
  margin-right: 0;
}
.footer-wrapper .copyright {
  font-weight: 300;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .footer-wrapper .menu {
    margin-bottom: 0;
  }
  .footer-wrapper .menu ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-wrapper .menu ul li {
    width: -webkit-calc(50% - 24px);
    width: calc(50% - 24px);
    margin-bottom: 12px;
  }
  .footer-wrapper .menu ul li:nth-child(2n) {
    margin-right: 0;
  }
  .footer-wrapper .copyright {
    margin-top: 10px;
    text-align: center;
  }
}
.fixed-button {
  position: -webkit-sticky;
  position: sticky;
  z-index: 99;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  border-top: solid 1px rgba(218, 210, 195, 0.25);
  padding: 10px;
  text-align: center;
  display: none;
}
.fixed-button.active {
  display: flex;
}
.fixed-button.ready {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
#cc_sidenav {
  position: fixed;
  right: 8px;
  bottom: 50%;
  margin-bottom: -50px;
  display: flex;
  flex-direction: column;
  z-index: 10;
}
#cc_sidenav a {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  margin-bottom: 20px;
}
#cc_sidenav a::after {
  content: "";
  background-color: #686868;
  display: block;
  height: 11px;
  width: 11px;
  border-radius: 6px;
  opacity: 0.5;
  overflow: hidden;
  transition: all .2s linear;
}
#cc_sidenav a.active::after {
  background-color: #f3ebdd;
  opacity: 1;
}
@media screen and (min-width: 769px) {
  #cc_sidenav {
    right: 20px;
    margin-bottom: -100px;
  }
  #cc_sidenav a {
    margin-bottom: 25px;
  }
  #cc_sidenav a::after {
    height: 19px;
    width: 19px;
    border-radius: 10px;
  } 
}
@media screen and (min-width: 993px) {
  #cc_sidenav {
    right: 25px;
  } 
}
_:-ms-fullscreen, :root body { 
  min-height: 100vh;
}
_:-ms-fullscreen, :root .hero { 
  height: auto;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700;900&display=swap');

html, body {
  border: 0;
  padding: 0;
  margin: 0;
}

.jubi50 {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.33;
  text-align: left;
  background-color: #4864e2;
  overflow: hidden;
  max-width: 1440px;
  margin: 0 auto;
  border-radius:12px;
  margin-bottom:60px;
}

.jubi50 > div:first-child {
  padding: 46px 32px 0;
}

.jubi50 h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0 0 16px;
}

.jubi50 .j50cta {
  margin: 24px 0 32px;
}

.jubi50 .j50cta a, .jubi50 .j50cta a:visited {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #e60050;
  border-radius: 10px;
  min-height: 48px;
  min-width: 190px;
  padding: 4px 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  outline: none;
  transition: background-color .15s ease-out;
  user-select: none;
}

.jubi50 .j50cta a:hover, .jubi50 .j50cta a:focus {
  background-color: #85002e;
}

.jubi50 .j50note {
  font-size: 12px;
  line-height: 1.17;
  opacity: 0.9;
}

.jubi50 > div:last-child {
  margin-top: 46px;
  display: flex;
  justify-content: flex-end;
}

.jubi50 > div:last-child img {
  width: 310px;
  max-width: 100%;
  display: block;
}

@media screen and (min-width: 769px) {
  
  .jubi50 {
    font-size: 24px;
    display: flex;
    margin-bottom: 80px
  }

  .jubi50 > div:first-child {
    padding: 56px;
    flex: 1 1 100%;
  }

  .jubi50 h3 {
    font-size: 36px;
    margin-bottom: 24px;
  }

  .jubi50 .j50cta {
    margin-top: 32px;
  }

  .jubi50 .j50cta a, .jubi50 .j50cta a:visited {
    font-size: 24px;
    font-weight: 900;
    min-height: 54px;
    min-width: 210px;
  }

  .jubi50 > div:last-child {
    margin-top: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex: 0 0 292px;
  }
  
}

@media screen and (min-width: 1201px) {

  .jubi50 > div:first-child {
    padding: 60px 46px 46px 68px;
    flex: 0 1 610px;
  }

  .jubi50 h3 {
    font-size: 48px;
    line-height: 1.1;
  }

  .jubi50 .j50cta a, .jubi50 .j50cta a:visited {
    font-size: 16px;
    font-weight: 700;
    min-height: 48px;
    min-width: 190px;
  }

  .jubi50 > div:last-child {
    flex: 1 1 auto;
  }

  .jubi50 > div:last-child img {
    width: 100%;
    max-width: 580px;
    margin-top: -45px;
  }
  
}
