/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
/* ############### Event Gallery Component ############### */
#events .item .eg-content .data {
  background-color: rgba(0, 0, 0, 0.6);
}
#events .item .imagecount, #events .item .eventhits, #events .item .text, #events .item .overallCount {
  margin: 0 10px 10px;
}
#events .item .title {
  min-height: initial;
  padding-bottom: 5px;
  word-break: normal;
  hyphens: none;
}
/* Download All FIles Icon */
.dnd-all {
  color: #EC516F;
  vertical-align: middle;
  margin-left: 10px;
}
/* ############### Custom Colors ############### */
.photopink {
  color: #EC516F;
}
/* ############### FP Fixes ############### */
.g-slider .g-slider-carousel .owl-item .g-slider-carousel-image-container {
  display: none;
}
/* ############### Color Fixes ############### */
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  color: #ec516f;
  background: #ec516f;
  border-color: #ec516f;
}
.g-content {
  margin: 0.625rem;
  padding: 1.5rem;
}
.g-flushed .g-content {
  margin: 0;
  padding: 0;
}
body {
  font-size: 1rem;
  line-height: 1.5;
}
h1 {
  font-size: 2.2rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.7rem;
}
h4 {
  font-size: 1.25rem;
}
h5 {
  font-size: 1.2rem;
}
h6 {
  font-size: 1rem;
}
small {
  font-size: 0.875rem;
}
cite {
  font-size: 0.875rem;
}
sub, sup {
  font-size: 0.75rem;
}
code, kbd, pre, samp {
  font-size: 1rem;
  font-family: "Menlo", "Monaco", monospace;
}
textarea, select[multiple=multiple], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]) {
  border-radius: 0.1875rem;
}
.back-to-top {
  position: fixed;
  bottom: 40px;
  z-index: 9999;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.back-to-top {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.backHide {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
/*
	//////////////////////////////////////////////// 
    //                                            //
    //                                            //                                                                                                                 
    //		STYLESHEET ORGANIZATION OVERVIEW      //                                                                                                                  
    //                                            //                                                                                                                  
    //      1 - STYLES                            //                                                                                                                  
    //        '--> Buttons                        //                                                                                                                 
    //        '--> Colors                         //                                                                                                                  
    //           '- 1 - Main Colors               //                                                                                                                  
    //           '- 2 - Background Colors         //                                                                                                                  
    //           '- 3 - Button Colors             //
    //           '- 4 - Menu Colors               //                                                                                                                 
    //           '- 5 - Shapes Colors             //                                                                                                                  
    //           '- 6 - Typography Colors         //  
    //           '- 7 - Other Colors              //                                                                                                                
    //        '--> Icons                          // 
    //        '--> Logos                          //                                                                                                                 
    //        '--> Menu                           //  
    //        '--> Menu Mobile                    //                                                                                                             
    //        '--> Resets & Fixes                 //                                                                                                                  
    //        '--> Typography                     //                                                                                                                  
    //        '--> Utilities                      //                                                                                                                  
    //                                            //
    //      2 - PARTICLES                         //                                                                                                                 
    //                                            //                                                                                                                  
    //      3 - SHARED SECTIONS                   //                                                                                                                  
    //                                            //                                                                                                                  
    //      4 - PAGES                             //                                                                                                                 
    //         '--> Page 1                        //                                                                                                                  
    //            '- Common Settings              //                                                                                                                  
    //            '- Section 1 Settings           //                                                                                                                  
    //            '- Section 2 Settings           //
    //         '--> Page 2                        //                                                                                                                 
    //            '- Common Settings              //                                                                                                                  
    //            '- Section 1 Settings           //                                                                                                                  
    //            '- Section 2 Settings           //                                                                                                                  
    //                                            //                                                                                                                 
    //                                            //                                                                                                                  
    //      BREAKPOINTS ORDER OVERVIEW            //                                                                                                                  
    //                                            //                                                                                                                  
    //      // No Breakpoints                     //
    //                                            //   
    //      // Commonly used media queries        //
    //         '--> Large Desktop > 1200px        //                                                                                                                 
    //         '--> Desktop 1199px -> 960px       //                                                                                                                  
    //         '--> Tablet 959px -> 815px         //                                                                                                                  
    //         '--> Large Mobile 815px -> 480px   //                                                                                                                  
    //         '--> Small Mobile < 480px          //
    //                                            //
    //		// Less commonly used media queries   //                                                                                                                 
    //         '--> Desktop Only > 960px          //                                                                                                                  
    //         '--> No Mobile > 816px             //                                                                                                                  
    //         '--> Mobile Only < 815px           //                                                                                                                  
    //         '--> No Desktop < 960px            //
    //                                            //                                                                                                                 
    //                                            //
	////////////////////////////////////////////////
*/
/* ########################################################################## 1 - STYLES ########################################################################## */
/* ****************************************** BUTTONS ****************************************** */
.btn {
  display: inline-block;
  font-family: "catamaran", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 600;
  color: #ffffff !important;
  font-size: 1vw;
  background: #ec516f;
  margin: 0 0 0.5rem 0;
  padding: 0.45rem 2rem;
  padding-bottom: 0.85rem;
  border-radius: 2rem;
  vertical-align: middle;
  text-shadow: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 90rem) {
  .btn {
    font-size: 0.9rem;
  }
}
.btn:hover, .btn:active, .btn:focus {
  background-color: #ffedbd;
  background-image: -webkit-linear-gradient(#ffedbd, #ec516f);
  background-image: linear-gradient(#ffedbd, #ec516f);
  color: #ffffff !important;
}
/* ****************************************** COLORS ****************************************** */
/* ----------------- 1 - Main Colors ----------------- */
/* ----------------- 2 - Background Colors ----------------- */
/* ----------------- 3 - Button Colors ----------------- */
/* ----------------- 4 - Menu Colors ----------------- */
/* ----------------- 5 - Shapes Colors ----------------- */
/* ----------------- 6 - Typography Colors ----------------- */
p {
  color: rgba(90, 87, 88, 0.9);
}
/* ----------------- 7 - Other Colors ----------------- */
::selection {
  background: #ec516f;
}
.mm-s3 .g-pricingtable-col-item > ul > li.g-pricingtable-item.g-pricingtable-item > a > i {
  color: #100e10;
  font-size: 0.9rem;
}
.mm-s3 .g-pricingtable-col-item.g-pricingtable-col-item-highlight > ul > li.g-pricingtable-item.g-pricingtable-item > a > i {
  color: white;
}
.mm-s3 .g-pricingtable-col-item .g-pricingtable {
  color: #100e10;
}
.mm-s3 .g-pricingtable-col-item.g-pricingtable-col-item-highlight .g-pricingtable {
  color: #ffffff;
}
.g-offline .button {
  background: #ec516f;
}
.g-offline .button:hover {
  background: #d20a31;
}
/* ****************************************** LOGOS ****************************************** */
.g-logo svg {
  max-width: 243px;
}
/* ****************************************** MENUS ****************************************** */
/* ----------------- Footer Menu ----------------- */
.footer-menu-container {
  display: flex;
  justify-content: space-around;
}
.footer-menu h3.g-title {
  margin: 0 0 0.625rem;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.1vw;
  font-weight: 900;
  color: #ffffff;
}
.footer-menu .moduletable .nav.menu {
  border: none;
  padding: 0;
}
.footer-menu .moduletable .nav.menu li {
  padding: 0.375rem 0;
  margin-bottom: 0;
  border-bottom: none;
}
.footer-menu .moduletable ul.nav.menu.mod-list a {
  font-weight: 600;
}
.footer-menu .moduletable .nav.menu li a:before {
  content: "";
  margin-right: 0;
}
/* ----------------- Horizontal Menu ----------------- */
.horizontal-menu .g-simplemenu-container h6 {
  display: none;
}
.horizontal-menu .g-simplemenu-container .g-simplemenu li a {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 1px;
  color: #5a5758;
  padding: 0 0.5rem;
}
.horizontal-menu .g-simplemenu-container .g-simplemenu li a:hover {
  color: #100e10;
}
.horizontal-menu .g-simplemenu-container .g-simplemenu > li:not(:first-child) a::before {
  content: "";
  height: 1.5em;
  margin-left: 0;
  margin-right: 20px;
  border-left: 2px solid rgba(174, 169, 171, 0.7);
}
.horizontal-menu .g-simplemenu-container .g-simplemenu, ul.horizontal-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  row-gap: 0.5rem;
}
.horizontal-menu .g-simplemenu-container .g-simplemenu li {
  display: flex;
  align-items: center;
}
/* ----------------- Main Menu ----------------- */
.g-main-nav .g-toplevel > li:hover > .g-menu-item-container, .g-main-nav .g-toplevel > li.active > .g-menu-item-container {
  font-weight: 700;
}
/* ----------------- Mobile Menu ----------------- */
/* ****************************************** RESETS % FIXES ****************************************** */
em {
  color: inherit;
}
/* ****************************************** TYPOGRAPHY ****************************************** */
.small-title {
  font-size: 0.7em;
  color: #ffe6a3;
  font-weight: 400;
}
h3.first-child {
  margin-top: 2.75rem;
}
/* ****************************************** UTILITIES ****************************************** */
.offscreen {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.unstyled {
  list-style: none;
}
/* ########################################################################## 2 - PARTICLES / EXTENSIONS ########################################################################## */
/* ****************************************** BACK TO TOP (ATOM) ****************************************** */
.back-to-top {
  right: 35px !important;
}
/* ****************************************** CALENDAR ****************************************** */
.g-calendar-particle .g-calendar .clndr .days-container .days .day.event, .g-calendar-particle .g-calendar .clndr .days-container .days .empty.event, .g-calendar-particle .g-calendar .clndr .days-container .days .day.event:hover, .g-calendar-particle .g-calendar .clndr .days-container .days .empty.event:hover {
  background-color: #ec516f;
}
/* ****************************************** EVENT GALLERY ****************************************** */
/* ****************************************** JL DIVIDER ****************************************** */
.jl-divider-small {
  line-height: 0;
}
.jl-text-center {
  text-align: center !important;
}
[class*=jl-divider] {
  border: none;
  margin-bottom: 20px;
}
.jl-hr, hr {
  overflow: visible;
  text-align: inherit;
  margin: 0 0 20px 0;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.jl-divider-small::after {
  content: "";
  display: inline-block;
  width: 100px;
  max-width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  vertical-align: top;
}
/* ****************************************** FOOTER MENU  ****************************************** */
/* ****************************************** PRICING TABLE  ****************************************** */
.check::before, .times::before, .gear::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.63rem;
}
.check::before {
  content: "";
  color: #ec516f;
}
.times::before {
  content: "";
  color: #100e10;
}
.gear::before {
  content: "";
  color: #ec516f;
}
.g-pricingtable-col-item .g-pricingtable .g-pricingtable-desc {
  font-size: 0.9rem;
  padding-top: 0;
}
.g-pricingtable-cta {
  margin: 3rem 0 2rem;
}
.g-pricingtable-col-item.g-pricingtable-col-item-highlight .g-pricingtable {
  background: #100e10;
}
.g-pricingtable-col-item .g-pricingtable .g-pricingtable-ribbon {
  width: 164px;
  top: 28px;
  left: -37px;
}
.g-pricingtable-col-item-highlight .g-pricingtable-item a {
  color: #ffffff;
}
/* ****************************************** SERVICES MENU ****************************************** */
/* ****************************************** SOCIAL ****************************************** */
/* ****************************************** TESTIMONIALS ****************************************** */
/* ########################################################################## 3 - SHARED SECTIONS ########################################################################## */
/* ----------------- Copyright ----------------- */
/* ----------------- Testimonials ----------------- */
/* ----------------- Calls-to-action ----------------- */
p.cta {
  font-size: 2rem;
  margin-bottom: 2rem;
}
/* ########################################################################## 4 - PAGES ########################################################################## */
/* ****************************************** FRONT PAGE ****************************************** */
/* ----------------- FP Common Settings ----------------- */
/* ----------------- FP Section 1 - Hero ----------------- */
.fp-s1 .hero {
  display: flex;
  width: 100%;
  height: 100%;
}
.fp-s1 .hero img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fp-s1 .hero .hero-text {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
.fp-s1 .hero .hero-text .hero-title h1 {
  color: white;
  text-shadow: -2px -2px 5px rgba(0, 0, 0, 0.2);
  text-align: center;
  font-weight: 900;
}
.fp-s1 .hero .hero-text .hero-title h1 .hero-sub-title {
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  text-shadow: -2px -2px 5px rgba(0, 0, 0, 0.2);
}
.fp-s1 .hero .hero-text .caption {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  display: block;
  padding: 2vw;
  margin: 1vw;
}
/* ----------------- FP Section 2 ----------------- */
.fp-s2 .g-infolist .g-infolist-item:last-child {
  text-align: center;
  margin-top: 2.5rem;
}
/* ****************************************** MAGIC MIRROR PAGE ****************************************** */
/* ----------------- MM Section 1 - Header ----------------- */
#g-slideshow.mm-s1 .g-content {
  height: 28vw;
}
#g-slideshow.mm-s1 .g-simplecontent .g-simplecontent-item-content-title h1 {
  font-size: 5.5vw;
  font-weight: 700;
  line-height: 1.3;
}
/* ----------------- Above Section 2 ----------------- */
/* ----------------- Utility Section 3 ----------------- */
.g-infolist.whats-included-infolist .g-infolist-item .g-infolist-item-container {
  margin: 0;
  padding: 0;
}
.g-infolist.whats-included-infolist {
  justify-content: left;
}
.g-infolist.whats-included-infolist .g-infolist-item-desc {
  opacity: 1;
}
/* ****************************************** CONTACTS PAGE ****************************************** */
.c-s1 .g-simplecontent .g-simplecontent-item-content-title h1 {
  font-size: 5.5vw;
  font-weight: 700;
}
.c-s1 .g-simplecontent .g-simplecontent-item-leading-content p {
  margin-top: 3rem;
  font-size: clamp(1.25rem, 2vw, 1.8rem);
}
/* ****************************************** SUBMIT EVENT INFO ****************************************** */
.form-inline .radio input[type="radio"] {
  margin-right: 0.5rem;
  margin-left: 0;
  margin-top: 7px;
}
#bfGroupLabel273 {
  margin-bottom: 1rem;
}
.catalog_form_cards {
  padding: 0.5rem;
  background-color: #E6E7E8;
}
.catalog_form_cards div:first-child {
  margin-bottom: 0.5rem;
}
.catalog_form_cards a img {
  min-width: 269px;
  height: auto;
}
section#bfQuickModeSection6965 .form-inline .radio input[type="radio"] {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  margin-top: 0.93rem;
}
section#bfQuickModeSection6965 .radio.inline + .radio.inline, .checkbox.inline + .checkbox.inline {
  margin-left: 0;
}
section#bfQuickModeSection6965 .form-inline div span {
  display: flex;
  justify-content: flex-start;
  column-gap: 10px;
  row-gap: 5px;
  flex-wrap: wrap;
  margin-top: 2rem;
}
@media only all and (min-width: 75rem) {
  /* ########################################################################## 1 - STYLES ########################################################################## */
  /* ****************************************** MENUS ****************************************** */
  /* ----------------- Main Menu ----------------- */
  /* ****************************************** TYPOGRAPHY ****************************************** */
  /* ########################################################################## 2 - PARTICLES ########################################################################## */
  /* ****************************************** CALENDAR ****************************************** */
  /* ########################################################################## 3 - SHARED SECTIONS ########################################################################## */
  /* ----------------- Calls-to-action ----------------- */
  /* ########################################################################## 4 - PAGES ########################################################################## */
  /* ****************************************** FRONT PAGE ****************************************** */
  /* ----------------- FP Common Settings ----------------- */
  /* ----------------- FP Section 1 - Hero ----------------- */
  /* ----------------- FP Section 3 - Calendar ----------------- */
  /* ****************************************** MAGIC MIRROR PAGE ****************************************** */
  /* ----------------- MM Section 1 - Header ----------------- */
  /* ----------------- Utility Section 3 ----------------- */
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  p, li {
    font-size: 1.25rem;
  }
  .g-calendar-particle .g-calendar .clndr .days-container {
    height: 450px;
  }
  p.cta {
    font-size: 2vw;
  }
  .fp-s1 .hero .hero-text .hero-title h1 {
    font-size: 8vw;
    margin-top: 27vw;
  }
  .fp-s1 .hero .hero-text .hero-title h1 .hero-sub-title {
    font-size: 2.5vw;
    margin-top: 3.5vw;
  }
  .fp-s1 .hero .hero-text .caption {
    font-size: 1.2rem;
    padding: 2vw;
    margin: 1vw;
  }
  .fp-calendar .g-calendar {
    padding: 0 15%;
  }
  #g-slideshow.mm-s1 .g-simplecontent .g-simplecontent-item .g-simplecontent-item-content-title {
    padding-top: clamp(4.13rem, 6.38vw, 8.31rem);
  }
  .mm-s3 .g-pricingtable-col-item.g-pricingtable-col-item-highlight {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  /* ########################################################################## 1 - STYLES ########################################################################## */
  /* ****************************************** LOGOS ****************************************** */
  /* ****************************************** TYPOGRAPHY ****************************************** */
  /* ########################################################################## 3 - SHARED SECTIONS ########################################################################## */
  /* ----------------- Footer ----------------- */
  /* ########################################################################## 4 - PAGES ########################################################################## */
  /* ****************************************** FRONT PAGE ****************************************** */
  /* ----------------- FP Common Settings ----------------- */
  /* ----------------- FP Section 1 - Hero ----------------- */
  /* ****************************************** MAGIC MIRROR ****************************************** */
  /* ----------------- MM Section 1 - Header ----------------- */
  .g-logo svg {
    max-width: 200px;
  }
  .pp-logo .g-content {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  h2 {
    font-size: 2rem;
    font-size: clamp(1.88rem, 2.87vw, 2rem);
  }
  h3 {
    font-size: 1.5rem;
    font-size: clamp(1.38rem, 2.13vw, 1.5rem);
  }
  p {
    font-size: 1.19rem;
    font-size: clamp(1.13rem, 1.71vw, 1.19rem);
  }
  #g-footer .g-simplemenu-particle.bottom-menu {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  #g-footer .g-simplemenu-particle.bottom-menu .g-simplemenu-container .g-simplemenu {
    margin: 0 0 1.25rem;
  }
  #g-footer .g-simplemenu-particle.bottom-menu .g-simplemenu-container {
    flex-basis: 33.3%;
    text-align: center;
  }
  .fp-s1 .hero {
    height: 100%;
    margin-bottom: -60px;
  }
  .fp-s1 .hero .hero-text {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .fp-s1 .hero img {
    object-position: 0 -60px;
  }
  .fp-s1 .hero .hero-text .hero-title h1 {
    font-size: 6.25rem;
    margin-top: 27vw;
  }
  .fp-s1 .hero .hero-text .hero-title h1 .hero-sub-title {
    font-size: 2.2rem;
    margin: 2rem 10px 0;
  }
  .fp-s1 .hero .hero-text .caption {
    font-size: 0.9rem;
    padding: 2vw;
    margin: 2vw;
  }
  #g-slideshow.mm-s1 .g-simplecontent .g-simplecontent-item .g-simplecontent-item-content-title {
    padding-top: clamp(2.81rem, 5.47vw, 4.56rem);
  }
}
@media only all and (min-width: 51rem) and (max-width: 59.99rem) {
  /* ########################################################################## 1 - STYLES ########################################################################## */
  /* ****************************************** LOGOS ****************************************** */
  /* ****************************************** TYPOGRAPHY ****************************************** */
  /* ########################################################################## 3 - SHARED SECTIONS ########################################################################## */
  /* ----------------- Footer ----------------- */
  /* ########################################################################## 4 - PAGES ########################################################################## */
  /* ****************************************** FRONT PAGE ****************************************** */
  /* ----------------- FP Common Settings ----------------- */
  /* ----------------- FP Section 1 - Hero ----------------- */
  /* ****************************************** MAGIC MIRROR ****************************************** */
  /* ----------------- MM Section 1 - Header ----------------- */
  .g-logo svg {
    max-width: 200px;
  }
  .pp-logo .g-content {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  h2 {
    font-size: 1.88rem;
    font-size: clamp(1.81rem, 3.42vw, 1.88rem);
  }
  h3 {
    font-size: 1.38rem;
    font-size: clamp(1.31rem, 2.49vw, 1.38rem);
  }
  p {
    font-size: 1.13rem;
    font-size: clamp(1.06rem, 2.03vw, 1.13rem);
  }
  #g-footer .g-simplemenu-particle.bottom-menu {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  #g-footer .g-simplemenu-particle.bottom-menu .g-simplemenu-container .g-simplemenu {
    margin: 0 0 1.25rem;
  }
  #g-footer .g-simplemenu-particle.bottom-menu .g-simplemenu-container {
    flex-basis: 33.3%;
    text-align: center;
  }
  .fp-s1 .hero {
    height: 100%;
    margin-bottom: -200px;
  }
  .fp-s1 .hero .hero-text {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .fp-s1 .hero img {
    object-position: 0 -200px;
  }
  .fp-s1 .hero .hero-text .hero-title h1 {
    font-size: 4.25rem;
    margin-top: 12vw;
  }
  .fp-s1 .hero .hero-text .hero-title h1 .hero-sub-title {
    font-size: 1.88rem;
    font-size: clamp(1.69rem, 3.21vh, 1.88rem);
    margin: 2rem 10px 0;
  }
  .fp-s1 .hero .hero-text .caption {
    font-size: 0.8rem;
    padding: 2vw;
    margin: 2vw;
  }
  #g-slideshow.mm-s1 .g-simplecontent .g-simplecontent-item .g-simplecontent-item-content-title {
    padding-top: 0;
    padding-bottom: clamp(0rem, 1.35vw, 1.5rem);
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 50.99rem) {
  /* ########################################################################## 1 - STYLES ########################################################################## */
  /* ****************************************** LOGOS ****************************************** */
  /* ########################################################################## 3 - SHARED SECTIONS ########################################################################## */
  /* ----------------- Footer ----------------- */
  /* ########################################################################## 4 - PAGES ########################################################################## */
  /* ****************************************** FRONT PAGE ****************************************** */
  /* ----------------- FP Common Settings ----------------- */
  /* ----------------- FP Section 1 - Hero ----------------- */
  /* ****************************************** MAGIC MIRROR ****************************************** */
  /* ----------------- MM Section 1 - Header ----------------- */
  .g-logo svg {
    max-width: 180px;
  }
  .pp-logo .g-content {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  #g-footer .g-simplemenu-particle.bottom-menu {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  #g-footer .g-simplemenu-particle.bottom-menu .g-simplemenu-container .g-simplemenu {
    margin: 0 0 1.25rem;
  }
  #g-footer .g-simplemenu-particle.bottom-menu .g-simplemenu-container {
    flex-basis: 33.3%;
  }
  .fp-s1 .hero {
    height: 100%;
    margin-bottom: -185px;
  }
  .fp-s1 .hero .hero-text {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .fp-s1 .hero img {
    object-position: 0 -185px;
  }
  .fp-s1 .hero .hero-text .hero-title h1 {
    font-size: 3rem;
    margin-top: 18vw;
  }
  .fp-s1 .hero .hero-text .hero-title h1 .hero-sub-title {
    font-size: 1.2rem;
    margin: 2rem 10px 0;
  }
  .fp-s1 .hero .hero-text .caption {
    font-size: 0.8rem;
    padding: 2vw;
    margin: 2vw;
  }
  #g-slideshow.mm-s1 .g-simplecontent {
    width: clamp(18.75rem, 45.07vw, 31.25rem);
  }
  #g-slideshow.mm-s1 .g-simplecontent .g-simplecontent-item .g-simplecontent-item-content-title {
    padding-top: 2.5rem;
  }
  #g-slideshow.mm-s1 .g-simplecontent .g-simplecontent-item .g-simplecontent-item-content-title h1 {
    font-size: clamp(2.5rem, 4.63vw, 3.75rem);
  }
  #g-slideshow.mm-s1 .g-simplecontent .g-simplecontent-item .g-simplecontent-item-leading-content {
    font-size: clamp(1.38rem, 2.93vw, 1.88rem);
  }
}
@media only all and (max-width: 30rem) {
  /* ########################################################################## 1 - STYLES ########################################################################## */
  /* ****************************************** LOGOS ****************************************** */
  /* ****************************************** RESETS % FIXES ****************************************** */
  /* ########################################################################## 4 - PAGES ########################################################################## */
  /* ****************************************** FRONT PAGE ****************************************** */
  /* ----------------- FP Common Settings ----------------- */
  /* ----------------- FP Section 1 - Hero ----------------- */
  /* ****************************************** MAGIC MIRROR ****************************************** */
  /* ----------------- MM Section 1 - Header ----------------- */
  .horizontal-menu .g-simplemenu-container .g-simplemenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: start;
    align-content: start;
    flex-direction: column;
    row-gap: 10px;
  }
  .horizontal-menu .g-simplemenu-container .g-simplemenu li a {
    display: flex;
  }
  .horizontal-menu .g-simplemenu-container .g-simplemenu li:first-child a::before {
    content: "";
    height: 1.5em;
    margin-left: 0;
    border-left: 2px solid rgba(174, 169, 171, 0.7);
  }
  .horizontal-menu .g-simplemenu-container .g-simplemenu li a::before {
    margin-right: 10px !important;
  }
  .horizontal-menu .g-simplemenu-container .g-simplemenu li a {
    padding: 0;
  }
  .g-logo svg {
    max-width: 200px;
  }
  .g-content {
    margin-left: 0;
    margin-right: 0;
  }
  .mobile-menu .g-content {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
  .fp-s1 .hero {
    height: 81vh;
    margin-bottom: -60px;
  }
  .fp-s1 .hero .hero-text {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .fp-s1 .hero img {
    object-position: 70% -60px;
  }
  .fp-s1 .hero .hero-text .hero-title h1 {
    font-size: 3rem;
    margin: 0;
  }
  .fp-s1 .hero .hero-text .hero-title h1 .hero-sub-title {
    font-size: 1.2rem;
    margin: 2rem 10px 0;
  }
  .fp-s1 .hero .hero-text .caption {
    font-size: 0.8rem;
    padding: 2vw;
    margin: 2vw;
  }
  #g-slideshow.mm-s1 .g-simplecontent {
    width: 85%;
  }
  #g-slideshow.mm-s1 .g-simplecontent .g-simplecontent-item .g-simplecontent-item-content-title {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
  }
  #g-slideshow.mm-s1 .g-simplecontent .g-simplecontent-item .g-simplecontent-item-content-title h1 {
    font-size: 2.2rem;
  }
  #g-slideshow.mm-s1 .g-simplecontent .g-simplecontent-item .g-simplecontent-item-leading-content {
    font-size: 1.2rem;
    margin-top: 0;
  }
}
@media only all and (min-width: 51rem) {
  /* ########################################################################## 1 - STYLES ########################################################################## */
  /* ****************************************** MENUS ****************************************** */
  /* ----------------- Footer Menu ----------------- */
  /* ########################################################################## 2 - PARTICLES / EXTENSIONS ########################################################################## */
  /* ****************************************** PRICING TABLE  ****************************************** */
  .footer-menu-container .g-grid .footer-menu .g-content {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .g-block.pricing-table {
    margin-top: 5rem;
    margin-bottom: 8rem;
  }
}
@media only all and (max-width: 50.99rem) {
  /* ########################################################################## 1 - STYLES ########################################################################## */
  /* ****************************************** MENUS ****************************************** */
  /* ----------------- Footer Menu ----------------- */
  /* ****************************************** TYPOGRAPHY ****************************************** */
  /* ########################################################################## 3 - SHARED SECTIONS ########################################################################## */
  /* ----------------- Copyright ----------------- */
  /* ########################################################################## 4 - PAGES ########################################################################## */
  /* ****************************************** MAGIC MIRROR ****************************************** */
  /* ----------------- MM Section 1 - Header ----------------- */
  /* ****************************************** SUBMIT EVENT INFO ****************************************** */
  #g-navigation.g-absolute-navigation {
    position: relative;
  }
  #g-navigation {
    background: white;
  }
  .footer-menu-container {
    flex-direction: column;
  }
  .footer-menu {
    text-align: center;
  }
  .footer-menu-container .g-grid:not(:first-child) .footer-menu .g-content {
    padding-top: 0;
    margin-top: 0;
  }
  .footer-menu ul.nav.menu.mod-list, .footer-menu h3.g-title {
    margin: 0 0 1.25rem;
  }
  h2 {
    font-size: 1.81rem;
  }
  h3 {
    font-size: 1.31rem;
  }
  p {
    font-size: 1.06rem;
  }
  #g-copyright .pp-social, #g-copyright .pp-copyright {
    text-align: center;
  }
  #g-copyright .pp-copyright .g-content {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #g-copyright .pp-social .g-content .g-social {
    display: flex;
    justify-content: center;
  }
  #g-copyright .pp-social .g-content .g-social a {
    font-size: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #g-slideshow.mm-s1 .g-content {
    height: 61vw;
  }
  #g-slideshow.mm-s1 .g-simplecontent .g-simplecontent-item .g-simplecontent-item-content-title {
    color: white;
  }
  #g-slideshow.mm-s1 .g-simplecontent .g-simplecontent-item-content-title h1 {
    text-shadow: -2px -2px 5px rgba(0, 0, 0, 0.2);
  }
  #g-slideshow.mm-s1 .g-simplecontent .g-simplecontent-item .g-simplecontent-item-leading-content {
    color: white;
    text-shadow: -2px -2px 5px rgba(0, 0, 0, 0.2);
  }
  section#bfQuickModeSection6965 .form-inline div span {
    justify-content: center;
  }
}
@media only all and (max-width: 75rem) {
  /* ########################################################################## 1 - STYLES ########################################################################## */
  /* ****************************************** MENUS ****************************************** */
  /* ----------------- Main Menu ----------------- */
  #g-navigation.g-absolute-navigation {
    position: relative;
  }
  #g-navigation {
    background: white;
  }
}
@media only all and (max-width: 22.19rem) {
  #g-slideshow.mm-s1 .g-simplecontent .g-simplecontent-item .g-simplecontent-item-content-title {
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media only all and (max-width: 32.7272727273rem) {
  /* ****************************************** MAGIC MIRROR PAGE ****************************************** */
  /* ----------------- MM Section 1 - Header ----------------- */
  /* ****************************************** CONTACTS PAGE ****************************************** */
  #g-slideshow.mm-s1 .g-simplecontent .g-simplecontent-item-content-title h1 {
    font-size: 1.8rem;
  }
  .c-s1 .g-simplecontent .g-simplecontent-item-content-title h1 {
    font-size: 1.8rem;
  }
  .c-s1 .g-simplecontent .g-simplecontent-item-leading-content p {
    margin-top: 2rem;
    font-size: 1.25rem;
  }
}
@media only all and (max-width: 61.19rem) {
  .g-logo {
    text-align: center;
    display: block;
    position: relative;
    z-index: 1;
  }
}
@media only all and (max-width: 50.94rem) {
  .g-pricingtable-container {
    flex-flow: column-reverse;
  }
}
@media (max-width: 90.9090909091rem) {
  .footer-menu h3.g-title {
    font-size: 1rem;
  }
}
/*# sourceMappingURL=custom_25.css.map */