/*============================================================================
  #Breakpoints
==============================================================================*/
/*============================================================================
  #General Layout
==============================================================================*/
/*============================================================================
  #Vertical Spacing
==============================================================================*/
/*============================================================================
  #Typography
==============================================================================*/
/*============================================================================
  #Style Options
==============================================================================*/
/* Hero Section */
.section--1542156339274 {
  background: rgba(0, 0, 0, 0.5);
  background-image: radial-gradient(rgba(255, 255, 255, 0.6) -10%, #1751aa) !important;
  min-height: 100vh; }
  @media (max-width: 767px) {
    .section--1542156339274 {
      padding-top: 0; } }
  .section--1542156339274 h4 {
    text-align: center;
    font-size: 24px;
    line-height: 1.5; }

/* About Section */
.section--1542147466148 img {
  margin-top: 0; }
.section--1542147466148 h3 {
  background: #2366b9;
  color: white;
  padding: 7px 5px;
  padding-left: 10px; }

/* Video Section */
.embed-container {
  box-shadow: 1px 1px 100px 10px black;
  overflow: visible;
  border-radius: 5px; }

/* Bottom CTA */
.section--1542148635261 {
  background: rgba(0, 0, 0, 0.6);
  background-image: radial-gradient(transparent, rgba(0, 0, 0, 0.62)) !important; }

/* Cards Section */
.card {
  margin-bottom: 2rem; }
  .card--price {
    margin-bottom: 0;
    font-size: 20px; }
