@charset "UTF-8";
/*!
 * Bootstrap Reboot v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

@-ms-viewport {
  width: device-width; }

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bold; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:hover {
  color: #0056b3;
  text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus {
  outline: 0; }

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

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

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

/*# sourceMappingURL=bootstrap-reboot.css.map */
.mobile {
  display: none; }

/* Base */
html {
  font-size: 10px;
  scroll-behavior: smooth; }

* {
  box-sizing: border-box; }

body {
  padding: 0;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.4;
  color: #350977;
  overflow-x: hidden; }

img {
  max-width: 100%;
  display: block; }

a {
  color: inherit;
  text-decoration: none; }

strong {
  font-weight: 700; }

.page-shell {
  overflow: hidden; }

.container {
  width: 100%;
  max-width: 130rem;
  margin: 0 auto;
  padding: 0 2rem; }

/* Scroll-to-top */
a#top {
  width: 5.4rem;
  height: 5.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  cursor: pointer;
  border-radius: 100%;
  z-index: 666;
  background: linear-gradient(135deg, #df0256, #ff6b8c);
  box-shadow: 0 2rem 3rem rgba(236, 24, 119, 0.25);
  opacity: 0;
  pointer-events: none;
  transform: translateY(1.5rem);
  transition: opacity 0.3s ease, transform 0.3s ease; }
  a#top::before {
    content: "";
    width: 1.4rem;
    height: 1.4rem;
    border-top: 0.4rem solid #fff;
    border-left: 0.4rem solid #fff;
    transform: rotate(45deg) translate(0.2rem, 0.2rem); }
  a#top.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0); }

/* Typography */
.hero__title {
  font-size: 6.4rem;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -.01em; }
  .hero__title:first-line {
    font-size: 7.4rem; }
  .hero__title span {
    color: #df0256; }

.hero__lead {
  margin: 2rem 0;
  font-size: 3.4rem;
  line-height: 1.2;
  font-weight: 600; }

.hero_offer {
  display: inline-block;
  color: #df0256; }

.hero__subtitle {
  margin: 0;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 500;
  color: rgba(36, 20, 92, 0.88); }

.hero__text,
.section-copy p,
.contact-card p {
  margin: 0 0 1.4rem;
  font-size: 2rem;
  color: rgba(36, 20, 92, 0.88); }

.section-copy h2 {
  font-size: 3rem;
  line-height: 1.1;
  font-weight: 800;
  color: #df0256;
  margin: 2.8rem 0 2rem; }

.contact-card h2 {
  margin: 0 0 2rem;
  font-size: 2.8rem;
  line-height: 1.1;
  color: #350977;
  display: flex; }

.download-panel__copy h2 {
  margin: 0;
  font-size: 4rem;
  font-weight: 800;
  color: #fff;
  margin-top: 2rem; }

.download-panel__copy p {
  color: rgba(255, 255, 255, 0.88); }

.quote-band p {
  margin: 0;
  font-size: 3rem;
  line-height: 1.2;
  font-style: italic; }

.quote-band footer {
  color: #df0256;
  font-size: 2rem;
  font-weight: 500; }

.section-why {
  font-size: 2.2rem; }
  .section-why h2 {
    font-size: 4.2rem; }

/* Buttons */
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  padding: 1.6rem 3.2rem;
  border-radius: 1.6rem;
  font-size: 2.2rem;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, color 0.3s ease; }
  .button:hover, .button:focus-visible {
    color: #fff;
    transform: translateY(0.3rem);
    text-decoration: none; }

.button--primary {
  color: #fff;
  background: linear-gradient(135deg, #df0256, #ff4c8f);
  box-shadow: 0 2rem 3rem rgba(236, 24, 119, 0.28);
  border: 3px solid rgba(255, 255, 255, 0.35); }

.button__icon {
  width: 3.6rem;
  height: 3.6rem;
  background: url("../../img/ico-calendar.svg") top -1px center no-repeat;
  background-size: 3.6rem; }

.button__icon--down {
  background-image: url("../../img/ico-double-arrow.svg");
  margin-left: 2rem; }

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1.4rem;
  margin-top: 2.6rem; }

.hero__actions .button {
  padding: 1.6rem 4rem;
  padding-right: 2rem; }

.hero__more {
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  margin-top: 2.4rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: rgba(36, 20, 92, 0.78);
  width: fit-content; }
  .hero__more:hover {
    text-decoration: none; }
  .hero__more::before {
    content: "\2193"; }

/* Hero */
.hero {
  position: relative;
  padding: 2.8rem 0 2.8rem;
  max-height: 100dvh;
  height: 780px;
  background: rgba(247, 220, 233, 0.2); }

.hero .container {
  max-width: 1400px; }

.hero__right {
  display: grid;
  justify-items: end; }

.hero__logo {
  width: 12rem;
  margin-bottom: 3.2rem; }

.hero__image {
  position: absolute;
  inset: 0;
  max-width: 1920px;
  margin: 0 auto;
  /*
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  max-width: 2540px;
  */ }
  .hero__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top right; }

.hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 3.2rem;
  align-items: start; }

/* Sections */
.section {
  padding: 4.4rem 0; }

.section--soft {
  background: rgba(247, 220, 233, 0.2); }

.split-card,
.reason-grid,
.contact-grid {
  display: grid;
  gap: 6rem; }

.split-card,
.reason-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center; }

.section-copy {
  padding-top: 0.4rem; }

.showcase-card {
  position: relative; }
  .showcase-card img {
    width: 100%;
    height: auto;
    border-radius: 2.4rem; }

.showcase-card__text {
  position: absolute;
  bottom: 2rem;
  width: 80%;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  padding: 1rem 2rem;
  border-radius: 2.4rem;
  background: rgba(223, 2, 86, 0.82);
  color: #fff;
  font-weight: 500; }

.benefits {
  padding: 3rem 0 3.8rem;
  background: rgba(255, 255, 255, 0.88); }

.benefits__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0; }

.benefit {
  min-height: 17.2rem;
  padding: 2rem;
  border-radius: 0;
  text-align: center;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
  position: relative; }
  .benefit:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 20%;
    bottom: 20%;
    width: .9px;
    background: rgba(36, 20, 92, 0.12); }

.benefit__icon {
  margin: 0 auto 2rem;
  color: #df0256; }
  .benefit__icon img {
    height: 12rem;
    margin: auto; }

.benefit h2 {
  margin: 0;
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: 600; }

.schedule-list,
.check-list {
  padding: 0;
  list-style: none; }

.schedule-list li {
  position: relative;
  margin-bottom: 0.8rem;
  padding-left: 2rem;
  font-size: 2rem;
  color: rgba(36, 20, 92, 0.92); }

.schedule-list li::before {
  content: "•";
  position: absolute;
  left: .2rem;
  color: #350977; }

.check-list {
  margin: 2rem 0 0; }
  .check-list li {
    position: relative;
    padding-left: 3.48rem;
    margin: .64rem 0;
    font-size: 2rem;
    background: url("../../img/ico-check.svg") left center no-repeat; }

.quote-band {
  padding: 2rem 0;
  background: rgba(255, 255, 255, 0.72); }

.quote-band blockquote {
  margin: 0;
  padding: 4rem 3.2rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 4rem;
  align-items: flex-end;
  justify-items: flex-start;
  color: #350977;
  background: url("../../img/quote.svg") left 2rem center no-repeat;
  background-size: 6rem;
  padding-left: 11rem; }

/* Download */
.download-box {
  justify-items: right;
  margin-top: 2rem; }

.download-card {
  width: 15em;
  padding: 1.4rem 2rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.92);
  margin-top: -1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, color 0.3s ease;
  text-decoration: none;
  position: absolute;
  top: 3.7rem;
  right: 7%;
  z-index: 10; }
  .download-card:hover, .download-card:focus-visible {
    transform: translateY(0.3rem);
    text-decoration: none; }
  .download-card span::before {
    content: "";
    display: inline-block;
    width: 5.6rem;
    height: 5.6rem;
    border-radius: 100%;
    background: url("../../img/ico-dl.svg") center no-repeat;
    background-color: #df0256;
    background-size: 4rem;
    margin-right: 1.6rem;
    float: left; }

.download-card strong {
  display: block;
  font-size: 1.8rem;
  line-height: 1.05;
  text-transform: uppercase;
  color: #df0256; }

.download-card small {
  display: block;
  margin-top: .4rem;
  font-size: 1.6rem;
  color: rgba(36, 20, 92, 0.82);
  line-height: 1.05; }

.download-panel {
  padding: 2rem 6rem;
  border-radius: 3rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 6rem;
  align-items: center;
  width: fit-content;
  align-self: end;
  box-shadow: 0 1rem 2rem rgba(138, 9, 131, 0.1);
  background: linear-gradient(135deg, rgba(255, 105, 183, 0.92), rgba(95, 45, 144, 0.96)); }
  .download-panel:hover {
    text-decoration: none; }
  .download-panel:hover .download-panel__sheet img {
    transform: rotate(0deg); }

.download-panel__sheet img {
  border-radius: 2rem;
  transform: rotate(3deg);
  transition: transform .5s ease; }

.download-panel__icon {
  width: 7rem;
  height: 7rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: url("../../img/ico-dl.svg") center no-repeat;
  background-size: 4rem;
  background-color: #df0256;
  color: #fff;
  flex: 0 0 auto;
  box-shadow: 0 1.2rem 2.2rem rgba(236, 24, 119, 0.24);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, color 0.3s ease;
  text-decoration: none; }

/* Contact */
.contact-section {
  padding: 2rem 0; }

.contact-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem; }

.contact-card {
  min-height: 100%;
  padding: 3rem;
  border-radius: 3rem;
  background: rgba(255, 255, 255, 0.94); }

.contact-card__icon {
  display: inline-grid;
  place-items: center;
  width: 3.2rem;
  height: 3.2rem;
  margin-right: 0.8rem;
  line-height: 1;
  background: url("../../img/ico-location.svg") left top -2px no-repeat;
  background-size: 3.2rem; }

.contact-card--map .contact-card__icon {
  background-image: url("../../img/ico-nav.svg"); }

.contact-card--contact .contact-card__icon {
  background-image: url("../../img/ico-phone.svg"); }

.contact-card--map iframe {
  width: 100%;
  border-radius: 1rem;
  overflow: hidden; }

.contact-card--contact p {
  font-size: 1.9rem; }

.contact-card .contact-card__address {
  font-size: 2.4rem; }

.contact-card--contact ul {
  margin-top: 3rem;
  margin-left: 0;
  padding-left: 0;
  list-style: none; }
  .contact-card--contact ul li {
    margin: .6rem 0;
    font-size: 2rem; }

/* Footer */
.site-footer {
  padding: 4rem 0 2rem;
  padding-top: 8rem;
  background: url("../../img/wave.svg") center top no-repeat;
  background-color: rgba(247, 220, 233, 0.2);
  background-size: cover;
  color: #fff;
  position: relative;
  overflow: hidden; }

.site-footer nav {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 4rem;
  flex-wrap: wrap; }

.site-footer a {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  font-size: 2rem;
  font-weight: 500;
  border-bottom: 1px solid transparent;
  transition: color 0.3s ease, border-color 0.3s ease; }
  .site-footer a:hover {
    text-decoration: none;
    color: #fff;
    border-color: #fff; }

.footer-link__icon {
  display: inline-grid;
  width: 2.1rem;
  height: 2.1rem;
  background: url("../../img/ico-web.svg") left top no-repeat;
  background-size: 2rem; }
  .footer-link__icon.footer-link__icon--instagram {
    background-image: url("../../img/ico-instagram.svg"); }
  .footer-link__icon.footer-link__icon--facebook {
    background-image: url("../../img/ico-facebook.svg"); }

.webdesign {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 8rem; }

.webdesign a {
  font-size: 1.4rem;
  text-decoration: underline;
  font-weight: normal;
  border: 0; }
  .webdesign a:hover {
    text-decoration: underline; }

@media (max-width: 1420px) {
  .hero__image {
    right: -100px; }
  .download-card {
    right: 2.5rem; } }

/* Responsive */
@media (max-width: 1280px) {
  .hero__image {
    right: -200px; }
  .hero__logo {
    width: 8rem; }
  .hero__title {
    font-size: 4.4rem; }
  .hero__lead {
    font-size: 2.8rem;
    margin-top: 1rem; }
  .hero__subtitle {
    font-size: 1.8rem; }
  .hero__actions {
    margin-top: 1.4rem; } }

@media (max-width: 999px) {
  .hero__image {
    right: -240px; }
  .hero_offer {
    font-size: 2.3rem; } }

@media (max-width: 900px) {
  .mobile {
    display: initial; }
  .desktop {
    display: none; }
  html {
    font-size: 8.5px; }
  .hero {
    padding-top: 2rem; }
  .hero__grid,
  .split-card,
  .reason-grid,
  .contact-grid {
    grid-template-columns: 1fr; }
  .benefits__grid {
    grid-template-columns: 1fr 1fr; }
  .download-panel,
  .quote-band blockquote {
    grid-template-columns: 1fr; }
  .hero__image {
    right: 0; }
  .hero__image:before {
    content: "";
    display: block;
    background: linear-gradient(-240deg, white, transparent);
    width: 100%;
    height: 100%;
    position: absolute; }
  .hero__title:first-line {
    font-size: 6.2rem; }
  .hero__actions .button {
    position: absolute;
    bottom: 3rem;
    max-width: 100%;
    padding: 1.6rem 1rem;
    gap: 1rem;
    width: 60%; }
  .hero__lead {
    margin-top: 2rem; }
  .hero__actions {
    margin-top: 6rem; }
  .hero__image img {
    object-position: bottom right; }
  .download-panel {
    text-align: center;
    justify-items: center; }
  .benefit:not(:last-child)::after {
    display: none; }
  .quote-band blockquote {
    text-align: center;
    justify-items: center;
    padding: 2.8rem 2.4rem;
    background-position: left bottom; }
  .quote-band blockquote br {
    display: none; }
  .quote-band footer {
    margin-top: 0.4rem; }
  a#top {
    right: 1.6rem;
    bottom: 1.6rem; }
  .download-card,
  .download-panel {
    max-width: none; }
  .download-panel {
    gap: 2rem; }
  .download-panel br {
    display: none; }
  .download-panel img {
    max-width: 50%;
    margin: 0 auto; }
  .download-panel__icon {
    margin: auto; }
  .contact-card {
    border-radius: 3rem !important; }
  .webdesign {
    text-align: left; }
  .hero .container,
  .hero__grid {
    height: 100%; } }

@media (max-width: 640px) {
  .hero {
    min-height: 100dvh; }
  .hero .container,
  .hero__grid {
    height: calc(100dvh - 2rem); }
  .hero__title {
    font-size: 3.24rem; }
  .hero__title:first-line {
    font-size: 4.6rem; }
  .hero__actions .button {
    width: 100%; }
  .site-footer nav {
    gap: 1rem; }
  .site-footer a {
    gap: .3rem; }
  .webdesign {
    font-size: 1.2rem; } }
