/**
* Theme Name:     Content Market Theme
* Template:       Divi
* Version:        2.0.0
**/
/*------------------------------------*\
    $TABLE OF CONTENTS
\*------------------------------------*/
/**
 *
 * $COMMON............................Common definitions
 *
 * $STRUCTURE
 *      $CONTENT......................Content section
 *      $HEADER.......................Header + navigation section
 *      $SIDEBAR......................Sidebar section
 *      $FOOTER.......................Footer section
 *      $TYPOGRAPHY...................Typography definitions
 *
 * $MODULES
 *      $QUOTES.......................Quotes (Testimonials)
 *      $BUTTONS......................Custom buttons
 *      $LINKS........................Links
 *      $INPUTS.......................Form inputs and controls
 *      $PAGINATION...................Pagination
 *      $NAVS.........................Navigations
 *
 * $PAGES
 *      $HOME PAGE.................Definitions for home page
 */
@import url("../Divi/style.css");
@font-face {
  font-family: 'CeraPRO';
  src: url("assets/fonts/TypeMates-CeraPRO-Black.eot");
  src: url("assets/fonts/TypeMates-CeraPRO-Black.eot?#iefix") format("embedded-opentype"), url("assets/fonts/TypeMates-CeraPRO-Black.woff2") format("woff2"), url("assets/fonts/TypeMates-CeraPRO-Black.woff") format("woff"), url("assets/fonts/TypeMates-CeraPRO-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@-ms-keyframes spin-right {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(8deg);
  }
}
@-moz-keyframes spin-right {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(8deg);
  }
}
@-webkit-keyframes spin-right {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(8deg);
  }
}
@keyframes spin-right {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(8deg);
  }
}
@-ms-keyframes spin-left {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(-8deg);
  }
}
@-moz-keyframes spin-left {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(-8deg);
  }
}
@-webkit-keyframes spin-left {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-8deg);
  }
}
@keyframes spin-left {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-8deg);
  }
}
@-ms-keyframes spin-right-10 {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(4deg);
  }
}
@-moz-keyframes spin-right-10 {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(4deg);
  }
}
@-webkit-keyframes spin-right-10 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(4deg);
  }
}
@keyframes spin-right-10 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(4deg);
  }
}
@-ms-keyframes spin-left-10 {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(-4deg);
  }
}
@-moz-keyframes spin-left-10 {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(-4deg);
  }
}
@-webkit-keyframes spin-left-10 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-4deg);
  }
}
@keyframes spin-left-10 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-4deg);
  }
}
/*------------------------------------*\
    $COMMON
\*------------------------------------*/
/* line 9, sass/theme/_common.scss */
body .generic-content-wrapper.fullscreen-height {
  min-height: 100vh;
}
/* line 12, sass/theme/_common.scss */
body .generic-content-wrapper.fullscreen-height.flex {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
}
/* line 19, sass/theme/_common.scss */
body .generic-heading {
  max-width: 900px;
  margin: 0 auto;
}
/* line 31, sass/theme/_common.scss */
body .generic-heading.no-line .et_pb_text_inner h2 {
  margin-bottom: 0;
  padding-bottom: 0;
}
/* line 35, sass/theme/_common.scss */
body .generic-heading.no-line .et_pb_text_inner h2:after {
  display: none;
}
/* line 44, sass/theme/_common.scss */
body .generic-heading .et_pb_text_inner h2 {
  color: #2696d3;
  text-transform: uppercase;
  line-height: 50px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
  font-size: 34px;
}
@media (max-width: 530px) {
  /* line 44, sass/theme/_common.scss */
  body .generic-heading .et_pb_text_inner h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
/* line 58, sass/theme/_common.scss */
body .generic-heading .et_pb_text_inner h2:after {
  content: '';
  height: 4px;
  width: 40px;
  background-color: #999999;
  display: inline-block;
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
/* line 72, sass/theme/_common.scss */
body .generic-heading .et_pb_text_inner p {
  font-size: 20px;
  line-height: 32px;
  color: #666666;
}
/* line 78, sass/theme/_common.scss */
body .generic-heading .et_pb_text_inner h6 {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
}
/* line 84, sass/theme/_common.scss */
body .generic-heading .et_pb_text_inner table {
  border: 0;
}
/* line 87, sass/theme/_common.scss */
body .generic-heading .et_pb_text_inner table tr {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 530px) {
  /* line 87, sass/theme/_common.scss */
  body .generic-heading .et_pb_text_inner table tr {
    flex-direction: column;
  }
}
/* line 98, sass/theme/_common.scss */
body .generic-heading .et_pb_text_inner table tr td {
  flex-grow: 1;
  flex-basis: 0;
  border-top: 0;
}
@media (max-width: 530px) {
  /* line 98, sass/theme/_common.scss */
  body .generic-heading .et_pb_text_inner table tr td {
    padding-top: 0;
    padding-bottom: 0;
  }
}
/* line 108, sass/theme/_common.scss */
body .generic-heading .et_pb_text_inner table tr td ul {
  font-size: 20px;
  line-height: 32px;
}
@media (max-width: 530px) {
  /* line 108, sass/theme/_common.scss */
  body .generic-heading .et_pb_text_inner table tr td ul {
    padding-bottom: 0;
  }
}
/* line 122, sass/theme/_common.scss */
body .video-wrapper {
  max-width: 70%;
  margin: 70px auto 0;
}
@media (max-width: 980px) {
  /* line 122, sass/theme/_common.scss */
  body .video-wrapper {
    max-width: 100%;
    margin: 40px auto 0;
  }
}
/* line 134, sass/theme/_common.scss */
body .video-wrapper .et_pb_video_overlay_hover a.et_pb_video_play {
  box-sizing: border-box;
  display: block;
  width: 100px;
  height: 100px;
  padding-left: 12px;
  line-height: 20px;
  border: 3px solid #fff;
  border-radius: 50%;
  color: #f5f5f5;
  text-align: center;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  font-weight: bold;
  transition: all 0.3s ease;
}
@media (max-width: 980px) {
  /* line 134, sass/theme/_common.scss */
  body .video-wrapper .et_pb_video_overlay_hover a.et_pb_video_play {
    width: 50px;
    height: 50px;
    padding-left: 5px;
  }
}
/* line 157, sass/theme/_common.scss */
body .video-wrapper .et_pb_video_overlay_hover a.et_pb_video_play:before {
  content: "\f04b";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 60px;
  line-height: 100px;
  width: 100%;
}
@media (max-width: 980px) {
  /* line 157, sass/theme/_common.scss */
  body .video-wrapper .et_pb_video_overlay_hover a.et_pb_video_play:before {
    font-size: 24px;
    line-height: 43px;
  }
}

/*------------------------------------*\
    $STRUCTURE
\*------------------------------------*/
/*------------------------------------*\
    $CONTENT
\*------------------------------------*/
/* line 7, sass/theme/structure/_content.scss */
body .container {
  width: 100%;
  max-width: 1200px;
}
@media (max-width: 980px) {
  /* line 7, sass/theme/structure/_content.scss */
  body .container {
    width: 100%;
    max-width: 1080px;
    padding: 0 10%;
  }
}
/* line 17, sass/theme/structure/_content.scss */
body .container:before {
  display: none;
}

/*------------------------------------*\
    $HEADER
\*------------------------------------*/
/* line 7, sass/theme/structure/_header.scss */
body #main-header {
  z-index: 500;
}
@media (max-width: 980px) {
  /* line 10, sass/theme/structure/_header.scss */
  body #main-header .logo_container {
    width: 70%;
  }
}
/* line 28, sass/theme/structure/_header.scss */
body #main-header.et-fixed-header #et-top-navigation #top-menu-nav #top-menu li.register-btn a {
  color: #ffffff !important;
}
/* line 44, sass/theme/structure/_header.scss */
body #main-header #et-top-navigation #top-menu-nav #top-menu li {
  padding-right: 50px;
}
/* line 47, sass/theme/structure/_header.scss */
body #main-header #et-top-navigation #top-menu-nav #top-menu li a {
  text-transform: initial;
  font-size: 18px;
}
/* line 52, sass/theme/structure/_header.scss */
body #main-header #et-top-navigation #top-menu-nav #top-menu li.register-btn {
  padding-right: 0;
}
/* line 55, sass/theme/structure/_header.scss */
body #main-header #et-top-navigation #top-menu-nav #top-menu li.register-btn a {
  background-color: #f15b22;
  color: #ffffff;
  text-transform: initial;
  padding: 15px 20px;
  font-weight: 900;
}
/* line 74, sass/theme/structure/_header.scss */
body #main-header #et-top-navigation #et_mobile_nav_menu .mobile_nav .mobile_menu_bar:before {
  color: #a5a5a5;
}
/* line 81, sass/theme/structure/_header.scss */
body #main-header #et-top-navigation #mobile_menu {
  background-color: #eeeeee;
  height: 100vh;
  padding-top: 100px;
  max-height: 100vh !important;
}
/* line 87, sass/theme/structure/_header.scss */
body #main-header #et-top-navigation #mobile_menu li {
  border-bottom: 0;
}
/* line 90, sass/theme/structure/_header.scss */
body #main-header #et-top-navigation #mobile_menu li a {
  text-align: center;
  border-bottom: 1px solid #ffffff;
  width: 65%;
  margin: 0 auto;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 32px;
}
/* line 100, sass/theme/structure/_header.scss */
body #main-header #et-top-navigation #mobile_menu li:nth-child(1) {
  margin-top: 15%;
}
@media (max-width: 530px) {
  /* line 100, sass/theme/structure/_header.scss */
  body #main-header #et-top-navigation #mobile_menu li:nth-child(1) {
    margin-top: 0;
  }
}
/* line 109, sass/theme/structure/_header.scss */
body #main-header #et-top-navigation #mobile_menu li:nth-child(3) a {
  border-bottom: 0;
}
/* line 114, sass/theme/structure/_header.scss */
body #main-header #et-top-navigation #mobile_menu li.register-btn {
  margin-top: 50px;
}
/* line 117, sass/theme/structure/_header.scss */
body #main-header #et-top-navigation #mobile_menu li.register-btn a {
  background-color: #f15b22 !important;
  color: #ffffff !important;
  text-transform: initial;
  padding: 15px 20px;
  border: 0;
  font-weight: 900;
}

/*------------------------------------*\
    $FOOTER
\*------------------------------------*/
/* line 9, sass/theme/structure/_footer.scss */
body #main-footer #footer-widgets {
  padding-top: 3%;
}
@media (max-width: 530px) {
  /* line 9, sass/theme/structure/_footer.scss */
  body #main-footer #footer-widgets {
    padding-bottom: 0;
  }
}
/* line 16, sass/theme/structure/_footer.scss */
body #main-footer #footer-widgets .footer-widget {
  margin-bottom: 0;
}
@media (max-width: 530px) {
  /* line 21, sass/theme/structure/_footer.scss */
  body #main-footer #footer-widgets .footer-widget:nth-child(1) .et_pb_widget {
    width: 100%;
    text-align: center;
  }
}
/* line 30, sass/theme/structure/_footer.scss */
body #main-footer #footer-widgets .footer-widget:nth-child(1) .et_pb_widget .textwidget p {
  font-size: 16px;
}
@media (max-width: 530px) {
  /* line 37, sass/theme/structure/_footer.scss */
  body #main-footer #footer-widgets .footer-widget:nth-child(2) {
    margin-bottom: 0 !important;
  }
}
/* line 43, sass/theme/structure/_footer.scss */
body #main-footer #footer-widgets .footer-widget:nth-child(2) .zoom-social-icons-widget {
  width: 100%;
  text-align: right;
}
@media (max-width: 530px) {
  /* line 47, sass/theme/structure/_footer.scss */
  body #main-footer #footer-widgets .footer-widget:nth-child(2) .zoom-social-icons-widget ul.zoom-social-icons-list {
    text-align: center;
  }
}
/* line 52, sass/theme/structure/_footer.scss */
body #main-footer #footer-widgets .footer-widget:nth-child(2) .zoom-social-icons-widget ul.zoom-social-icons-list li {
  padding-left: 0;
}
/* line 55, sass/theme/structure/_footer.scss */
body #main-footer #footer-widgets .footer-widget:nth-child(2) .zoom-social-icons-widget ul.zoom-social-icons-list li:before {
  display: none;
}
/* line 65, sass/theme/structure/_footer.scss */
body #main-footer #footer-widgets .footer-widget:nth-child(2) .zoom-social-icons-widget ul.zoom-social-icons-list li.zoom-social_icons-list__item a.zoom-social_icons-list__link span.zoom-social_icons-list-span.socicon.socicon-twitter {
  background-color: #339dc3;
}
/* line 69, sass/theme/structure/_footer.scss */
body #main-footer #footer-widgets .footer-widget:nth-child(2) .zoom-social-icons-widget ul.zoom-social-icons-list li.zoom-social_icons-list__item a.zoom-social_icons-list__link span.zoom-social_icons-list-span.socicon.socicon-linkedin {
  background-color: #005883;
}

/*------------------------------------*\
    $SIDEBAR
\*------------------------------------*/
/*------------------------------------*\
    $TYPOGRAPHY
\*------------------------------------*/
/* line 5, sass/theme/structure/_typography.scss */
body {
  font-weight: 400;
}

/*------------------------------------*\
    $MODULES
\*------------------------------------*/
/*------------------------------------*\
    $BUTTONS
\*------------------------------------*/
/* line 9, sass/theme/modules/_buttons.scss */
body .generic-btn.et_pb_button {
  padding: 15px 20px !important;
  background-color: #f15b22;
  color: #ffffff;
  text-transform: initial;
  border-radius: 0px;
  font-weight: 900;
  border: 0;
  font-size: 18px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 20, sass/theme/modules/_buttons.scss */
body .generic-btn.et_pb_button:after {
  display: none;
}
/* line 24, sass/theme/modules/_buttons.scss */
body .generic-btn.et_pb_button:hover {
  padding: 15px 20px;
  background-color: #f15b22;
  border: 0;
  opacity: 0.7;
}
/* line 34, sass/theme/modules/_buttons.scss */
body #vuulr_signup_button {
  text-align: center;
}
/* line 37, sass/theme/modules/_buttons.scss */
body #vuulr_signup_button .vlr_sdk_button {
  padding: 15px 20px !important;
  background-color: #f15b22;
  color: #ffffff;
  text-transform: initial;
  border-radius: 0px;
  font-weight: 900;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 48, sass/theme/modules/_buttons.scss */
body #vuulr_signup_button .vlr_sdk_button:after {
  display: none;
}
/* line 52, sass/theme/modules/_buttons.scss */
body #vuulr_signup_button .vlr_sdk_button:hover {
  padding: 15px 20px;
  background-color: #f15b22;
  opacity: 0.7;
}

/*------------------------------------*\
    $LINKS
\*------------------------------------*/
/*------------------------------------*\
    $NAVS
\*------------------------------------*/
/*------------------------------------*\
    $PAGES
\*------------------------------------*/
/* line 4, sass/theme/pages/_home.scss */
body.logged-in .main-banner-section {
  min-height: 83vh;
}
/* line 9, sass/theme/pages/_home.scss */
body .main-banner-section {
  min-height: 87vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
/* line 21, sass/theme/pages/_home.scss */
body .main-banner-section .heading-row {
  margin-top: 0;
  z-index: 10;
}
@media (max-width: 530px) {
  /* line 21, sass/theme/pages/_home.scss */
  body .main-banner-section .heading-row {
    max-width: 100%;
    width: 90%;
  }
}
/* line 34, sass/theme/pages/_home.scss */
body .main-banner-section .heading-row .headings.custom-font h1 {
  color: #2696d3;
  font-size: 50px;
  font-family: "CeraPRO", sans-serif;
  margin-bottom: 10px;
}
@media (max-width: 530px) {
  /* line 34, sass/theme/pages/_home.scss */
  body .main-banner-section .heading-row .headings.custom-font h1 {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: -1px;
  }
}
/* line 48, sass/theme/pages/_home.scss */
body .main-banner-section .heading-row .headings.custom-font h4 {
  font-weight: 900;
  font-size: 26px;
  color: #666666;
  padding-bottom: 10px;
}
@media (max-width: 530px) {
  /* line 48, sass/theme/pages/_home.scss */
  body .main-banner-section .heading-row .headings.custom-font h4 {
    font-size: 18px;
    padding-bottom: 4px;
  }
}
/* line 60, sass/theme/pages/_home.scss */
body .main-banner-section .heading-row .headings.custom-font p {
  font-size: 24px;
  color: #666666;
  font-weight: 700;
  line-height: 32px;
}
@media (max-width: 530px) {
  /* line 60, sass/theme/pages/_home.scss */
  body .main-banner-section .heading-row .headings.custom-font p {
    font-size: 16px;
    line-height: 25px;
  }
}
/* line 75, sass/theme/pages/_home.scss */
body .main-banner-section .countdown-row {
  padding-bottom: 0;
  margin-bottom: 0;
}
/* line 79, sass/theme/pages/_home.scss */
body .main-banner-section .countdown-row .timer {
  padding: 25px;
}
/* line 82, sass/theme/pages/_home.scss */
body .main-banner-section .countdown-row .timer.la-item {
  background-color: rgba(24, 93, 131, 0.9);
}
/* line 86, sass/theme/pages/_home.scss */
body .main-banner-section .countdown-row .timer.lo-item {
  background-color: rgba(29, 113, 159, 0.9);
}
/* line 90, sass/theme/pages/_home.scss */
body .main-banner-section .countdown-row .timer.sg-item {
  background-color: rgba(56, 130, 170, 0.9);
}
/* line 96, sass/theme/pages/_home.scss */
body .main-banner-section .countdown-row .timer .et_pb_countdown_timer_container .title {
  width: 70%;
  text-align: left;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  font-weight: 900;
}
/* line 106, sass/theme/pages/_home.scss */
body .main-banner-section .countdown-row .timer .et_pb_countdown_timer_container .values p {
  font-weight: 900;
}
/* line 110, sass/theme/pages/_home.scss */
body .main-banner-section .countdown-row .timer .et_pb_countdown_timer_container .values .label {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 900;
}
/* line 117, sass/theme/pages/_home.scss */
body .main-banner-section .countdown-row .timer .et_pb_countdown_timer_container .sep {
  height: 5vh;
  position: relative;
  background: #fff;
  width: 2px;
  color: transparent;
  margin: 0 4px;
}
/* line 129, sass/theme/pages/_home.scss */
body .main-banner-section .droplet-row {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  max-width: 100%;
  right: 0;
}
@media (max-width: 980px) {
  /* line 129, sass/theme/pages/_home.scss */
  body .main-banner-section .droplet-row {
    position: relative;
    height: 50vh;
  }
}
@media (max-width: 530px) {
  /* line 129, sass/theme/pages/_home.scss */
  body .main-banner-section .droplet-row {
    height: 55vh;
  }
}
/* line 149, sass/theme/pages/_home.scss */
body .main-banner-section .droplet-row > .et_pb_column {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: row;
  height: 100%;
}
/* line 154, sass/theme/pages/_home.scss */
body .main-banner-section .droplet-row > .et_pb_column .droplet-item {
  flex-grow: 1;
}
/* line 157, sass/theme/pages/_home.scss */
body .main-banner-section .droplet-row > .et_pb_column .droplet-item .et_pb_blurb_content {
  position: relative;
  max-width: 280px;
}
/* line 161, sass/theme/pages/_home.scss */
body .main-banner-section .droplet-row > .et_pb_column .droplet-item .et_pb_blurb_content:before {
  content: '';
  width: 280px;
  height: 280px;
  background-color: #808180;
  position: absolute;
  border-radius: 50%;
  border-top-right-radius: 0;
  margin-left: -75px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -100px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -2;
}
@media (max-width: 980px) {
  /* line 161, sass/theme/pages/_home.scss */
  body .main-banner-section .droplet-row > .et_pb_column .droplet-item .et_pb_blurb_content:before {
    height: 240px;
    width: 240px;
  }
}
@media (max-width: 530px) {
  /* line 161, sass/theme/pages/_home.scss */
  body .main-banner-section .droplet-row > .et_pb_column .droplet-item .et_pb_blurb_content:before {
    height: 150px;
    width: 150px;
  }
}
/* line 192, sass/theme/pages/_home.scss */
body .main-banner-section .droplet-row > .et_pb_column .droplet-item .et_pb_blurb_content:after {
  content: '';
  height: 250px;
  width: 250px;
  border-radius: 50%;
  background-color: red;
  z-index: -1;
  display: block;
  position: absolute;
  top: -85px;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 980px) {
  /* line 192, sass/theme/pages/_home.scss */
  body .main-banner-section .droplet-row > .et_pb_column .droplet-item .et_pb_blurb_content:after {
    height: 210px;
    width: 210px;
  }
}
@media (max-width: 530px) {
  /* line 192, sass/theme/pages/_home.scss */
  body .main-banner-section .droplet-row > .et_pb_column .droplet-item .et_pb_blurb_content:after {
    height: 130px;
    width: 130px;
    left: 10px;
    top: -89px;
  }
}
/* line 219, sass/theme/pages/_home.scss */
body .main-banner-section .droplet-row > .et_pb_column .droplet-item .et_pb_blurb_content .et_pb_blurb_container {
  z-index: 1;
}
@media (max-width: 980px) {
  /* line 219, sass/theme/pages/_home.scss */
  body .main-banner-section .droplet-row > .et_pb_column .droplet-item .et_pb_blurb_content .et_pb_blurb_container {
    position: relative;
    top: -20px;
  }
}
@media (max-width: 530px) {
  /* line 219, sass/theme/pages/_home.scss */
  body .main-banner-section .droplet-row > .et_pb_column .droplet-item .et_pb_blurb_content .et_pb_blurb_container {
    top: -52px;
    left: 10px;
    max-width: 130px;
    margin: 0 auto;
  }
}
/* line 235, sass/theme/pages/_home.scss */
body .main-banner-section .droplet-row > .et_pb_column .droplet-item .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 900;
}
/* line 240, sass/theme/pages/_home.scss */
body .main-banner-section .droplet-row > .et_pb_column .droplet-item .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header span {
  color: #ffffff;
}
@media (max-width: 980px) {
  /* line 235, sass/theme/pages/_home.scss */
  body .main-banner-section .droplet-row > .et_pb_column .droplet-item .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
    font-size: 22px;
  }
}
@media (max-width: 530px) {
  /* line 235, sass/theme/pages/_home.scss */
  body .main-banner-section .droplet-row > .et_pb_column .droplet-item .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
    font-size: 16px;
    padding-bottom: 5px;
  }
}
/* line 254, sass/theme/pages/_home.scss */
body .main-banner-section .droplet-row > .et_pb_column .droplet-item .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 28px;
  color: #ffffff;
}
@media (max-width: 980px) {
  /* line 254, sass/theme/pages/_home.scss */
  body .main-banner-section .droplet-row > .et_pb_column .droplet-item .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
    font-size: 20px;
  }
}
@media (max-width: 530px) {
  /* line 254, sass/theme/pages/_home.scss */
  body .main-banner-section .droplet-row > .et_pb_column .droplet-item .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
    font-size: 14px;
    line-height: 20px;
  }
}
/* line 273, sass/theme/pages/_home.scss */
body .main-banner-section .droplet-row > .et_pb_column .droplet-item.lo-drop {
  margin-top: 10%;
}
@media (max-width: 980px) {
  /* line 273, sass/theme/pages/_home.scss */
  body .main-banner-section .droplet-row > .et_pb_column .droplet-item.lo-drop {
    margin-top: 40%;
  }
}
@media (max-width: 530px) {
  /* line 273, sass/theme/pages/_home.scss */
  body .main-banner-section .droplet-row > .et_pb_column .droplet-item.lo-drop {
    margin-top: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media (max-width: 530px) {
  /* line 291, sass/theme/pages/_home.scss */
  body .main-banner-section .droplet-row > .et_pb_column .droplet-item.lo-drop .et_pb_blurb_content:after {
    left: 3px;
  }
}
/* line 299, sass/theme/pages/_home.scss */
body .main-banner-section .droplet-row > .et_pb_column .droplet-item.la-drop {
  margin-top: -20%;
}
@media (max-width: 980px) {
  /* line 299, sass/theme/pages/_home.scss */
  body .main-banner-section .droplet-row > .et_pb_column .droplet-item.la-drop {
    margin-top: -24%;
    position: relative;
    right: -17%;
  }
}
@media (max-width: 530px) {
  /* line 299, sass/theme/pages/_home.scss */
  body .main-banner-section .droplet-row > .et_pb_column .droplet-item.la-drop {
    margin-top: 0;
    position: absolute;
    left: 32px;
    right: auto;
    top: 100px;
  }
}
@media (max-width: 530px) {
  /* line 316, sass/theme/pages/_home.scss */
  body .main-banner-section .droplet-row > .et_pb_column .droplet-item.la-drop .et_pb_blurb_container {
    left: 23px;
  }
}
/* line 323, sass/theme/pages/_home.scss */
body .main-banner-section .droplet-row > .et_pb_column .droplet-item.sg-drop {
  margin-top: -10%;
}
@media (max-width: 980px) {
  /* line 323, sass/theme/pages/_home.scss */
  body .main-banner-section .droplet-row > .et_pb_column .droplet-item.sg-drop {
    margin-top: -27%;
    position: relative;
    left: -15%;
  }
}
@media (max-width: 530px) {
  /* line 323, sass/theme/pages/_home.scss */
  body .main-banner-section .droplet-row > .et_pb_column .droplet-item.sg-drop {
    margin-top: 0;
    position: absolute;
    right: 90px;
    top: 100px;
    left: auto;
  }
}
@media (max-width: 530px) {
  /* line 340, sass/theme/pages/_home.scss */
  body .main-banner-section .droplet-row > .et_pb_column .droplet-item.sg-drop .et_pb_blurb_container {
    left: 28px;
  }
}
/* line 349, sass/theme/pages/_home.scss */
body .main-banner-section .droplet-row > .et_pb_column .droplet-item.blue-bg .et_pb_blurb_content:after {
  background-color: #2abfcc;
}
/* line 357, sass/theme/pages/_home.scss */
body .main-banner-section .droplet-row > .et_pb_column .droplet-item.yellow-bg .et_pb_blurb_content:after {
  background-color: #fcb016;
}
/* line 365, sass/theme/pages/_home.scss */
body .main-banner-section .droplet-row > .et_pb_column .droplet-item.orange-bg .et_pb_blurb_content:after {
  background-color: #f15b22;
}
/* line 375, sass/theme/pages/_home.scss */
body .main-banner-section .droplet-row > .et_pb_column .droplet-item.flip .et_pb_blurb_content:before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media (max-width: 530px) {
  /* line 392, sass/theme/pages/_home.scss */
  body .et_pb_section .how-it-works-item {
    margin-bottom: 50px !important;
  }
}
@media (max-width: 530px) {
  /* line 400, sass/theme/pages/_home.scss */
  body .et_pb_section .how-it-works-item .et_pb_blurb_content .et_pb_main_blurb_image {
    margin-bottom: 0;
  }
}
/* line 406, sass/theme/pages/_home.scss */
body .et_pb_section .how-it-works-item .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap {
  width: 100%;
  max-width: 220px;
}
/* line 412, sass/theme/pages/_home.scss */
body .et_pb_section .how-it-works-item .et_pb_blurb_content .et_pb_blurb_container {
  padding: 0 20px;
}
/* line 415, sass/theme/pages/_home.scss */
body .et_pb_section .how-it-works-item .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
  line-height: 27px;
  color: #f15b22;
}
/* line 421, sass/theme/pages/_home.scss */
body .et_pb_section .how-it-works-item .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description p {
  font-size: 20px;
  line-height: 32px;
}
/* line 435, sass/theme/pages/_home.scss */
body #programme_highlights .programme-row.odd {
  padding-bottom: 0;
}
/* line 444, sass/theme/pages/_home.scss */
body #programme_highlights .programme-row.odd .et_pb_column:nth-child(odd) .programme-item .et_pb_blurb_container {
  background-color: #e3e4e5;
}
/* line 452, sass/theme/pages/_home.scss */
body #programme_highlights .programme-row.odd .et_pb_column .programme-item .et_pb_blurb_container {
  background-color: #f1efef;
}
/* line 459, sass/theme/pages/_home.scss */
body #programme_highlights .programme-row.even {
  padding-top: 0;
}
/* line 468, sass/theme/pages/_home.scss */
body #programme_highlights .programme-row.even .et_pb_column:nth-child(odd) .programme-item .et_pb_blurb_container {
  background-color: #f1efef;
}
/* line 476, sass/theme/pages/_home.scss */
body #programme_highlights .programme-row.even .et_pb_column .programme-item .et_pb_blurb_container {
  background-color: #e3e4e5;
}
/* line 486, sass/theme/pages/_home.scss */
body #programme_highlights .programme-row .et_pb_main_blurb_image .et_pb_image_wrap {
  max-width: 60%;
  margin: 0 auto;
}
/* line 492, sass/theme/pages/_home.scss */
body #programme_highlights .programme-row .programme-item {
  border: 1px solid #f0f0f0;
  padding: 40px 0px 0px;
}
@media (max-width: 980px) {
  /* line 496, sass/theme/pages/_home.scss */
  body #programme_highlights .programme-row .programme-item .et_pb_blurb_content {
    max-width: 100%;
  }
}
/* line 502, sass/theme/pages/_home.scss */
body #programme_highlights .programme-row .programme-item .et_pb_blurb_container {
  padding: 20px 20px 40px;
}
/* line 505, sass/theme/pages/_home.scss */
body #programme_highlights .programme-row .programme-item .et_pb_blurb_container .et_pb_module_header {
  color: #2696d3;
  font-weight: 800;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 20px;
}
/* line 515, sass/theme/pages/_home.scss */
body #programme_highlights .programme-row .programme-item .et_pb_blurb_container .et_pb_blurb_description h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}
/* line 521, sass/theme/pages/_home.scss */
body #programme_highlights .programme-row .programme-item .et_pb_blurb_container .et_pb_blurb_description p {
  font-size: 20px;
  line-height: 32px;
}
@media (max-width: 530px) {
  /* line 531, sass/theme/pages/_home.scss */
  body .content-market-item {
    margin-bottom: 50px !important;
  }
}
@media (max-width: 530px) {
  /* line 538, sass/theme/pages/_home.scss */
  body .content-market-item .et_pb_blurb_content .et_pb_main_blurb_image {
    margin-bottom: 0;
  }
}
/* line 544, sass/theme/pages/_home.scss */
body .content-market-item .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap {
  max-width: 70%;
  margin: 0 auto;
}
/* line 550, sass/theme/pages/_home.scss */
body .content-market-item .et_pb_blurb_content .et_pb_module_header {
  color: #666666;
}
/* line 554, sass/theme/pages/_home.scss */
body .content-market-item .et_pb_blurb_content .et_pb_blurb_container {
  padding: 0 15px;
}
/* line 557, sass/theme/pages/_home.scss */
body .content-market-item .et_pb_blurb_content .et_pb_blurb_container h4 {
  font-size: 22px;
}
/* line 561, sass/theme/pages/_home.scss */
body .content-market-item .et_pb_blurb_content .et_pb_blurb_container p {
  color: #666666;
  font-size: 20px;
  line-height: 32px;
}
