/* Variables */
/* footer */
/* helpers */
/* Badges */
/* colors */
/* Variables */
/* footer */
/* helpers */
/* Badges */
/* 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 */
/* Badges */
/* colors */
/* Icons and badges */
@font-face {
  font-family: 'icomoon';
  src: url("../../../static/fonts/theme/abstract-dots/icomoon.eot?za7un");
  src: url("../../../static/fonts/theme/abstract-dots/icomoon.eot?za7un#iefix") format("embedded-opentype"), url("../../../static/fonts/theme/abstract-dots/icomoon.ttf?za7un") format("truetype"), url("../../../static/fonts/theme/abstract-dots/icomoon.woff?za7un") format("woff"), url("../../../static/fonts/theme/abstract-dots/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: 84px;
  height: 84px;
  line-height: 84px;
  text-align: center;
  font-size: 4rem; }

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

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

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

.icon-04:before {
  content: "\e903"; }

.icon-05:before {
  content: "\e904"; }

.icon-06:before {
  content: "\e905"; }

.icon-07:before {
  content: "\e906"; }

.icon-08:before {
  content: "\e907"; }

/* Header */
.header {
  background-color: transparent;
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem; }
  .header .header-title {
    font-size: 1.8rem; }
  .header .badge {
    position: absolute;
    right: -90px;
    top: 60px; }
    @media (max-width: 1199px) {
      .header .badge {
        right: 2rem;
        top: -1.5rem;
        width: 150px;
        height: 150px;
        line-height: 1; } }

.header-cover {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  min-height: 480px;
  /* Tablet */ }
  @media (max-width: 992px) {
    .header-cover {
      background-size: cover; } }

.header-bar {
  color: #ffffff;
  background-color: transparent;
  padding: 0; }
  .header-bar .header-title {
    font-size: 2.2rem;
    font-weight: 400;
    max-width: 550px; }

#logo-wrap {
  max-width: 550px; }
  #logo-wrap #brand-logo {
    max-height: 80px;
    display: inline-block; }

.badge {
  text-align: center;
  color: #3e00bf;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 2.5;
  width: 180px;
  height: 180px;
  border-radius: 90px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2); }

/* Content */
#main-wrap {
  padding-left: 0;
  padding-right: 0; }

#wrapper-shadow {
  -webkit-box-shadow: 0px 8px 5px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 8px 5px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 8px 5px 2px rgba(0, 0, 0, 0.25);
  padding-left: 1rem;
  padding-right: 1rem; }

section {
  background-color: #ffffff; }

#presentation {
  padding-top: 180px;
  padding-bottom: 0;
  margin-top: -180px; }

.card-title {
  font-weight: 800;
  font-size: 26px; }

#information {
  padding-bottom: 0; }

#payment {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  margin-bottom: 50px;
  padding-bottom: 1rem;
  padding-top: 70px;
  position: relative; }
  #payment:before {
    background: #ffffff;
    top: -30px;
    content: '';
    display: block;
    height: 50px;
    left: 0;
    position: absolute;
    right: 0;
    transform: skewY(-1.5deg);
    transform-origin: 100%;
    z-index: 1; }
  #payment .card-header {
    padding-bottom: 10px; }

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

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

/*# sourceMappingURL=abstract-dots.css.map */
