/* Variables */
/* footer */
/* helpers */
/* colors */
/* Variables */
/* footer */
/* helpers */
/* colors */
/* General custom styles */


section {
  margin-left: -1rem;
  margin-right: -1rem;
  padding: 3rem 4rem; }
  @media (max-width: 992px) {
    section {
      padding: 3rem 2rem; } }

.card-unstyled .card-header, .card-unstyled .card-block {
  padding: 0; }

.overflow-hidden {
  overflow: hidden; }

.embed-container {
  position: relative;
  padding-bottom: 66.666%;
  height: 0;
  overflow: hidden; }
  .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.card, .card-img {
  border-radius: 0;
  border: none; }

/* Variables */
/* footer */
/* helpers */
/* colors */
/* Icons and badges */
@font-face {
  font-family: 'icomoon';
  src: url("../../../static/fonts/theme/love-hearts/icomoon.eot?za7un");
  src: url("../../../static/fonts/theme/love-hearts/icomoon.eot?za7un#iefix") format("embedded-opentype"), url("../../../static/fonts/theme/love-hearts/icomoon.ttf?za7un") format("truetype"), url("../../../static/fonts/theme/love-hearts/icomoon.woff?za7un") format("woff"), url("../../../static/fonts/theme/love-hearts/icomoon.svg?za7un#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 3.5rem; }

/* Define font */
.icon-01:before {
  content: "\e900"; }

.icon-02:before {
  content: "\e901"; }

.icon-03:before {
  content: "\e902"; }

/* Header */
.header {
  background-color: transparent;
  position: relative; }
  .header .header-title {
    font-size: 2.4rem; }

.header-cover {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  height: auto;
  /* Tablet */ }
  .header-cover:before {
    display: block;
    content: '';
    position: absolute;
    top: -5rem;
    right: -4rem;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto; }
    @media (min-width: 993px) and (max-width: 1200px) {
      .header-cover:before {
        top: -4rem;
        right: 3rem; } }
    @media (min-width: 769px) and (max-width: 992px) {
      .header-cover:before {
        top: -4rem;
        right: 2rem; } }
    @media (max-width: 768px) {
      .header-cover:before {
        top: -4rem;
        right: 2rem; } }
  @media (max-width: 992px) {
    .header-cover {
      background-size: cover; } }

.header-bar {
  color: #ffffff;
  background-color: transparent;
  padding: 0; }
  .header-bar h1 {
    font-size: 3rem;
    font-weight: 400;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto; }

.card-header {
  position: relative;
  min-height: 70px;
  display: flex;
  align-items: center; }
  .card-header .card-title {
    font-size: 2.2rem;
    width: 100%;
    padding: 0 70px 0 0; }
  .card-header .card-icon {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0; }

#brand-logo {
  max-height: 80px; }

/* Content */
#wrapper {
  padding-top: 90px; }

#main-wrap {
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px -5px 25px 0px rgba(0, 0, 0, 0.13);
  border-radius: 60px 60px 0 0; }

#presentation {
  position: relative;
  padding-top: 0px; }

#information {
  padding-top: 0px;
  padding-bottom: 0; }

@media (max-width: 992px) {
  #payment {
    padding-top: 0; } }
#payment .card-unstyled {
  margin-left: 0; }

.footer-user-logo {
  /* Tablet */ }
  @media (max-width: 992px) {
    .footer-user-logo {
      margin-bottom: 1rem; } }

.badge {
  font-family: 'Shadows Into Light', cursive;
  position: absolute;
  top: -70px;
  right: -50px;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  text-transform: uppercase; }
  @media (max-width: 1200px) {
    .badge {
      right: 4rem; } }
  @media (max-width: 992px) {
    .badge {
      right: 2rem; } }
  @media (max-width: 480px) {
    .badge {
      top: -50px; } }

.badge-bottom {
  font-family: 'Shadows Into Light', cursive;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  text-transform: uppercase; }
  @media (min-width: 992px) {
    .badge-bottom {
      position: absolute;
      bottom: 2.5rem;
      right: 2rem; } }
  @media (min-width: 1200px) {
    .badge-bottom {
      right: -4rem; } }
  @media (max-width: 992px) {
    .badge-bottom {
      display: inline-block;
      margin-top: -1rem;
      margin-bottom: 1rem; } }

.list-group-item,
.list-item-group {
  background-color: transparent;
  border-color: #F9EDED; }

/*# sourceMappingURL=love-hearts.css.map */
