/*
File: styles.scss
This should only contain @import statements from other files
*/
/*
File: _variables.scss
This should contain variable declarations. Actual usage should occur elsewhere
*/
/*
COLORS
*/
/*
TYPOGRAPHY
*/
/*
SIZING
*/
/*
BREAKPOINTS
*/
/*
File: _mixins.scss
This should contain mixins that would work throughout the site
TODO: Find a better place for these mixins
*/
/*
File: _layout.scss
This should contain site-wide layout overrides for Divi and Wordpress
*/
/*
DIVI LAYOUT OVERRIDES
*/
*:focus {
  outline: 0 !important;
}
body {
  overflow-x: hidden;
}
body .et_pb_lightbox_image {
  line-height: 0rem !important;
}
body .et_pb_image a, body .et_pb_gallery_image a {
  line-height: 0 !important;
}
.et_pb_section:not(.et_pb_fullwidth_section) {
  padding: 3rem 0;
}
.et_pb_row {
  width: 90.09%;
  max-width: 1920px;
  padding: 1.5rem 0;
}
.et_pb_module {
  margin-bottom: 1.5rem;
}
.et_pb_module.et-last-child, .et_pb_module:last-child {
  margin-bottom: 0;
}
.rf-centered--row {
  display: flex;
}
.rf-centered--row .et_pb_column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 980px) {
  .rf-centered--row {
    flex-direction: column;
  }
  .rf-flip {
    flex-direction: column-reverse;
  }
  .rf-flip .et_pb_column:last-child {
    margin-bottom: 30px !important;
  }
}
/*
File: _animation.scss
This should contain site-wide animation styles
*/
/*
DELAYED BLURB ENTRY
This progressively delays the animation start of images in later columns
to create a cool effect
*/
#rf-body img {
  animation-fill-mode: both;
}
@media only screen and (min-width: 980.02px) {
  #rf-body .et_pb_column:nth-child(2) img {
    animation-delay: 0.25s;
  }
  #rf-body .et_pb_column:nth-child(3) img {
    animation-delay: 0.5s;
  }
  #rf-body .et_pb_column:nth-child(4) img {
    animation-delay: 0.75s;
  }
  #rf-body .et_pb_column:nth-child(5) img {
    animation-delay: 1s;
  }
  #rf-body .et_pb_column:nth-child(6) img {
    animation-delay: 1.25s;
  }
}
/*
File: _typography.scss
This should contain sizing and font choices for typography
*/
body.et_divi_theme h1, body.et_divi_theme .h1 {
  font-family: "Cooper LT BT Italic", "Open Sans", "Arial", "Helvetica Neue", sans-serif;
  min-height: 0vw;
  text-transform: capitalize;
  line-height: 1.25em;
  font-size: 4rem;
  font-size: clamp(3rem, calc(3rem + ((1vw - 0.3rem) * 1.8478)), 4rem);
}
body.et_divi_theme h1 span, body.et_divi_theme .h1 span {
  display: block;
}
body.et_divi_theme h2, body.et_divi_theme .h2 {
  font-family: "Cooper LT BT Italic", "Open Sans", "Arial", "Helvetica Neue", sans-serif;
  min-height: 0vw;
  text-transform: capitalize;
  line-height: 1.25em;
  font-size: 3rem;
  font-size: clamp(2rem, calc(2rem + ((1vw - 0.3rem) * 1.8478)), 3rem);
}
body.et_divi_theme h2 span, body.et_divi_theme .h2 span {
  display: block;
}
body.et_divi_theme h3, body.et_divi_theme .h3 {
  font-family: "Cooper LT BT Italic", "Open Sans", "Arial", "Helvetica Neue", sans-serif;
  min-height: 0vw;
  text-transform: capitalize;
  line-height: 1.25em;
  font-size: 2.25rem;
  font-size: clamp(1.5rem, calc(1.5rem + ((1vw - 0.3rem) * 1.8478)), 2.25rem);
}
body.et_divi_theme h3 span, body.et_divi_theme .h3 span {
  display: block;
}
body.et_divi_theme h4, body.et_divi_theme .h4 {
  font-family: "Cooper LT BT Italic", "Open Sans", "Arial", "Helvetica Neue", sans-serif;
  min-height: 0vw;
  text-transform: capitalize;
  line-height: 1.25em;
  font-size: 1.5rem;
  font-size: clamp(1.25rem, calc(1.25rem + ((1vw - 0.3rem) * 1.8478)), 1.5rem);
}
body.et_divi_theme h4 span, body.et_divi_theme .h4 span {
  display: block;
}
body.et_divi_theme h5, body.et_divi_theme .h5 {
  font-family: "Cooper LT BT Italic", "Open Sans", "Arial", "Helvetica Neue", sans-serif;
  min-height: 0vw;
  text-transform: capitalize;
  line-height: 1.25em;
  font-size: 1.25rem;
  font-size: clamp(1rem, calc(1rem + ((1vw - 0.3rem) * 1.8478)), 1.25rem);
}
body.et_divi_theme h5 span, body.et_divi_theme .h5 span {
  display: block;
}
body.et_divi_theme h6, body.et_divi_theme .h6 {
  font-family: "Cooper LT BT Italic", "Open Sans", "Arial", "Helvetica Neue", sans-serif;
  min-height: 0vw;
  text-transform: capitalize;
  line-height: 1.25em;
  font-size: 1rem;
  font-size: clamp(0.85rem, calc(.85rem + ((1vw - 0.3rem) * 1.8478)), 1rem);
  line-height: 1.5rem;
}
body.et_divi_theme h6 span, body.et_divi_theme .h6 span {
  display: block;
}
body.et_divi_theme, body.et_divi_theme a, body.et_divi_theme li {
  font-family: "Public Sans", "Open Sans", "Arial", "Helvetica Neue", sans-serif;
  line-height: 1.5rem;
  font-weight: 400;
  font-size: 1rem;
}
body.et_divi_theme a {
  transition: all 0.3s ease;
}
body.et_divi_theme p a:hover {
  opacity: 0.8;
}
body.et_divi_theme .rf-paragraph--large, body.et_divi_theme .rf-paragraph--large a {
  font-family: "Public Sans", "Open Sans", "Arial", "Helvetica Neue", sans-serif;
  line-height: 1.5rem;
  font-weight: 400;
  font-size: 1.3125rem;
  font-size: clamp(1rem, calc(1rem + ((1vw - 0.3rem) * 0.5435)), 1.3125rem);
}
body.et_divi_theme .rf-paragraph--small, body.et_divi_theme .rf-paragraph--small a {
  font-family: "Public Sans", "Open Sans", "Arial", "Helvetica Neue", sans-serif;
  line-height: 1.5rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.3125rem;
}
body.et_divi_theme .et_pb_layout_dark {
  color: #fff;
}
/*
File: _buttons.scss
This should contain overrides for buttons
*/
/*
INDIVIDUAL BUTTON STYLES
*/
#page-container .et_pb_button, #page-container .gform_button, #page-container [type=submit] {
  display: inline-flex;
  justify-content: center;
  position: relative;
  border: none;
  border-radius: 5px;
  transition: all 0.3s ease;
  font-family: "Public Sans", "Open Sans", "Arial", "Helvetica Neue", sans-serif;
  transition: all 0.3s ease;
  line-height: 1.5rem !important;
  text-align: center;
  width: auto;
  color: #fff;
  background-color: #8c3145;
  text-shadow: none;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0.5rem 1.5rem !important;
}
#page-container .et_pb_button:hover, #page-container .gform_button:hover, #page-container [type=submit]:hover {
  color: #ddc9b0;
}
#page-container .et_pb_button:hover, #page-container .gform_button:hover, #page-container [type=submit]:hover {
  background-color: transparent !important;
  color: #8c3145 !important;
  box-shadow: 0 0 0 0.0625rem inset #8c3145;
}
#page-container .rf-button--no-background {
  display: inline-flex;
  justify-content: center;
  position: relative;
  border: none;
  border-radius: 5px;
  transition: all 0.3s ease;
  font-family: "Public Sans", "Open Sans", "Arial", "Helvetica Neue", sans-serif;
  transition: all 0.3s ease;
  line-height: 1.5rem !important;
  text-align: center;
  width: auto;
  color: #8c3145;
  background-color: transparent;
  text-shadow: none;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0 1.5rem !important;
}
#page-container .rf-button--no-background:hover {
  color: #ddc9b0;
}
#page-container .rf-button--no-background:hover {
  color: #ddc9b0 !important;
  background-color: transparent !important;
}
#page-container .rf-button--outline {
  display: inline-flex;
  justify-content: center;
  position: relative;
  border: none;
  border-radius: 5px;
  transition: all 0.3s ease;
  font-family: "Public Sans", "Open Sans", "Arial", "Helvetica Neue", sans-serif;
  transition: all 0.3s ease;
  line-height: 1.5rem !important;
  text-align: center;
  width: auto;
  color: #8c3145;
  background-color: transparent;
  box-shadow: 0 0 0 0.0625rem inset #8c3145;
  text-shadow: none;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0.5rem 1.5rem !important;
}
#page-container .rf-button--outline:hover {
  color: #ddc9b0;
}
#page-container .rf-button--outline:hover {
  color: #fff !important;
  background-color: #8c3145 !important;
  box-shadow: 0 0 0 0.0625rem inset #8c3145 !important;
}
#page-container .rf-button--inverse {
  display: inline-flex;
  justify-content: center;
  position: relative;
  border: none;
  border-radius: 5px;
  transition: all 0.3s ease;
  font-family: "Public Sans", "Open Sans", "Arial", "Helvetica Neue", sans-serif;
  transition: all 0.3s ease;
  line-height: 1.5rem !important;
  text-align: center;
  width: auto;
  color: #8c3145;
  background-color: #fff;
  text-shadow: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
#page-container .rf-button--inverse:hover {
  color: #ddc9b0;
}
#page-container .rf-button--inverse:hover {
  color: #fff !important;
  background-color: #8c3145 !important;
}
#page-container .rf-button--inverse-outline {
  display: inline-flex;
  justify-content: center;
  position: relative;
  border: none;
  border-radius: 5px;
  transition: all 0.3s ease;
  font-family: "Public Sans", "Open Sans", "Arial", "Helvetica Neue", sans-serif;
  transition: all 0.3s ease;
  line-height: 1.5rem !important;
  text-align: center;
  width: auto;
  color: #fff;
  background-color: transparent;
  box-shadow: 0 0 0 0.0625rem inset #fff;
  text-shadow: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
#page-container .rf-button--inverse-outline:hover {
  color: #ddc9b0;
}
#page-container .rf-button--inverse-outline:hover {
  color: #8c3145;
  background-color: #fff !important;
  box-shadow: 0 0 0 0.0625rem inset #fff !important;
}
#page-container .rf-button--secondary {
  display: inline-flex;
  justify-content: center;
  position: relative;
  border: none;
  border-radius: 5px;
  transition: all 0.3s ease;
  font-family: "Public Sans", "Open Sans", "Arial", "Helvetica Neue", sans-serif;
  transition: all 0.3s ease;
  line-height: 1.5rem !important;
  text-align: center;
  width: auto;
  color: #fff;
  background-color: #ddc9b0;
  text-shadow: none;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0.5rem 1.5rem !important;
}
#page-container .rf-button--secondary:hover {
  color: #ddc9b0;
}
#page-container .rf-button--secondary:hover {
  background-color: transparent !important;
  color: #ddc9b0 !important;
  box-shadow: 0 0 0 0.0625rem inset #ddc9b0;
}
#page-container .rf-button--secondary-outline {
  display: inline-flex;
  justify-content: center;
  position: relative;
  border: none;
  border-radius: 5px;
  transition: all 0.3s ease;
  font-family: "Public Sans", "Open Sans", "Arial", "Helvetica Neue", sans-serif;
  transition: all 0.3s ease;
  line-height: 1.5rem !important;
  text-align: center;
  width: auto;
  color: #ddc9b0;
  background-color: transparent;
  box-shadow: 0 0 0 0.0625rem inset #ddc9b0;
  text-shadow: none;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0.5rem 1.5rem !important;
}
#page-container .rf-button--secondary-outline:hover {
  color: #ddc9b0;
}
#page-container .rf-button--secondary-outline:hover {
  color: #fff !important;
  background-color: #ddc9b0 !important;
  box-shadow: 0 0 0 0.0625rem inset #ddc9b0 !important;
}
#page-container .rf-button--secondary-outline:hover {
  box-shadow: 0 0 0 0.0625rem inset #ddc9b0 !important;
}
#page-container .rf-button--fullwidth {
  width: 100% !important;
}
/* 
MULTI-BUTTON LAYOUTS
*/
#rf-body .et_pb_button + .et_pb_button {
  margin-left: 1.5rem;
}
/*
File: _header.scss
This should contain overrides for the main header
*/
/*
TOP HEADER
*/
#top-header .container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 5px 0;
}
#top-header #et-info-phone a {
  font-weight: 500;
  transition: all 0.3s ease;
}
#top-header #et-info-phone a:hover {
  opacity: 0.7;
}
#top-header a {
  font-size: 15px !important;
}
#top-header #et-info {
  padding-bottom: 0;
}
#top-header #et-secondary-menu {
  float: none;
}
/*
  MAIN HEADER
  */
#main-header #et-top-navigation {
  padding-top: 35px;
}
#main-header .et_pb_menu__wrap {
  display: flex;
  justify-content: flex-end;
}
#main-header #menu-top-menu {
  display: flex;
  align-items: center;
}
@media (min-width: 980px) {
  #main-header li.btn a {
    display: inline-flex;
    justify-content: center;
    position: relative;
    border: none;
    border-radius: 5px;
    transition: all 0.3s ease;
    font-family: "Public Sans", "Open Sans", "Arial", "Helvetica Neue", sans-serif;
    transition: all 0.3s ease;
    line-height: 1.5rem !important;
    text-align: center;
    width: auto;
    color: #fff;
    background-color: #8c3145;
    text-shadow: none;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0.5rem 1.5rem !important;
    color: #fff !important;
    height: fit-content;
  }
  #main-header li.btn a:hover {
    color: #ddc9b0;
  }
  #main-header li.btn a:hover {
    background-color: transparent !important;
    color: #8c3145 !important;
    box-shadow: 0 0 0 0.0625rem inset #8c3145;
  }
  #main-header li.btn a:hover {
    color: #fff !important;
    opacity: 1 !important;
  }
}
@media (max-width: 767px) {
  #main-header #logo {
    max-width: 100%;
  }
}
/*
  MAIN MENU
  */
#main-header #top-menu li ul {
  width: auto;
}
#main-header #top-menu li ul a {
  width: auto;
  white-space: nowrap;
}
@media (max-width: 980px) {
  .et_header_style_split #main-header {
    padding-top: 0px !important;
  }
  .et_header_style_split #main-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
  }
  .et_header_style_split #main-header .logo_container {
    position: static;
  }
  .et_header_style_split #main-header #et-top-navigation {
    padding-left: 0px !important;
  }
  .et_header_style_split #main-header .logo_container #logo {
    max-width: unset;
    max-height: 125px;
  }
  .et_header_style_split #main-header .et_header_style_split #logo {
    max-width: unset;
  }
  .et_header_style_split #main-header #et_search_icon, .et_header_style_split #main-header .select_page {
    display: none;
  }
  .et_header_style_split #main-header .mobile_menu_bar::before {
    color: rgba(140, 49, 69, 0.6);
    font-size: 3rem;
    position: absolute;
    transform: translate(-50px, -22px);
  }
  .et_header_style_split #main-header .mobile_nav.opened .mobile_menu_bar::before {
    content: "M";
  }
  .et_header_style_split #main-header .mobile_nav {
    padding: 0 !important;
  }
  .et_header_style_split #main-header #et_mobile_nav_menu {
    margin: 0;
  }
  .et_header_style_centered #main-header .container {
    display: block;
    text-align: left;
  }
  .et_header_style_centered #main-header div#et-top-navigation {
    position: absolute;
    bottom: auto;
    top: 0;
    padding-top: 0;
  }
  .et_header_style_centered #main-header #et_mobile_nav_menu {
    margin-top: 0;
  }
  .et_header_style_centered #main-header #et_mobile_nav_menu .mobile_nav {
    padding: 0;
  }
}
/*
File: _fullwidth-header.scss
This should only contain fullwidth-header css
*/
#rf-body .et_pb_fullwidth_header {
  padding: 0;
}
#rf-body .et_pb_fullwidth_header_container {
  margin: auto;
  max-width: 1920px;
  width: 90.09%;
}
@media screen and (max-width: 400px) {
  #rf-body .et_pb_fullwidth_header_container {
    margin-left: auto;
    margin-right: auto;
  }
  #rf-body .et_pb_fullwidth_header {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
/*
File: _footer.scss
This should contain overrides for the footer
*/
/*
MAIN FOOTER AREA
*/
#main-footer #footer-widgets {
  display: block;
  justify-content: center;
  padding: 3% 0 0;
}
@media screen and (min-width: 980px) {
  #main-footer #footer-widgets {
    display: flex;
  }
}
@media screen and (max-width: 980px) {
  #main-footer #footer-widgets {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
#main-footer .footer-widget {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#main-footer .footer-widget li {
  padding-left: 0;
}
#main-footer .footer-widget li::before {
  display: none;
}
#main-footer .footer-widget .fa-phone {
  transform: rotate(90deg);
}
/*
BOTTOM BAR
*/
#footer-info {
  font-family: "Public Sans", "Open Sans", "Arial", "Helvetica Neue", sans-serif;
  line-height: 1.5rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  float: none;
  padding: 0.75rem 0;
  text-align: center;
}
/*
File: _forms.scss
This should contain overrides for forms
*/
.recaptcha {
  font-size: 0.8rem !important;
  opacity: 0.7;
}
.recaptcha * {
  font-size: 0.8rem !important;
}
/*
GENERAL FORM OVERRIDES
*/
.gform_validation_errors {
  text-transform: none;
}
/*
GRAVITY FORMS
*/
#et-main-area .gform_wrapper .gform_submission_error {
  font-family: "Public Sans", "Open Sans", "Arial", "Helvetica Neue", sans-serif;
  line-height: 1.5rem;
  font-weight: 400;
  font-size: 1rem;
}
.gform_heading {
  display: none;
}
/*rwe
MAILCHIMP NEWSLETTER SIGNUP
*/
.gform_heading {
  display: none;
}
.gform_button {
  display: inline-flex;
  justify-content: center;
  position: relative;
  border: none;
  border-radius: 5px;
  transition: all 0.3s ease;
  font-family: "Public Sans", "Open Sans", "Arial", "Helvetica Neue", sans-serif;
  transition: all 0.3s ease;
  line-height: 1.5rem !important;
  text-align: center;
  width: auto;
  text-shadow: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1rem;
  letter-spacing: 1px;
}
.gform_button:hover {
  color: #ddc9b0;
}
/*
File: _social-icons.scss
This file is just for the inline social icon styles from the [rf_social_media] shortcode
*/
.rf-social-icons-inline .ul-social-et {
  display: flex;
  list-style-type: none;
  padding: 0;
}
.rf-social-icons-inline .ul-social-et .et-social-icon {
  margin: 0 1.5rem 0 0;
}
.rf-social-icons-inline .ul-social-et .et-social-icon:last-child {
  margin: 0;
}
.rf-social-icons-inline .ul-social-et .et-social-icon a {
  font-size: 1.5rem;
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  border-style: solid;
  border-width: 0.125rem;
}
.rf-social-icons-inline .ul-social-et .et-social-icon a::before {
  position: relative;
}
.rf-social-icons-inline .ul-social-et .et-social-icon span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
#rf-body .rf-news article {
  border-radius: 50px;
  box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
}
#rf-body .rf-news .entry-featured-image-url {
  max-width: 550px;
}
#rf-body .rf-news .entry-featured-image-url img {
  border-radius: 50px 50px 0 0;
}
#rf-body .rf-news .entry-title {
  line-height: 0.5em;
}
#rf-body .rf-news .entry-title a {
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0px;
  text-transform: none;
  font-size: 1.5rem !important;
  font-family: "Cooper LT BT Italic", "Open Sans", "Arial", "Helvetica Neue", sans-serif;
}
#rf-body .rf-news a.more-link {
  display: inline-flex;
  justify-content: center;
  position: relative;
  border: none;
  border-radius: 5px;
  transition: all 0.3s ease;
  font-family: "Public Sans", "Open Sans", "Arial", "Helvetica Neue", sans-serif;
  transition: all 0.3s ease;
  line-height: 1.5rem !important;
  text-align: center;
  width: auto;
  color: #8c3145;
  background-color: transparent;
  box-shadow: 0 0 0 0.0625rem inset #8c3145;
  text-shadow: none;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0.5rem 1.5rem !important;
  letter-spacing: 2px;
  margin-top: 1.5rem;
  text-transform: capitalize;
}
#rf-body .rf-news a.more-link:hover {
  color: #ddc9b0;
}
#rf-body .rf-news a.more-link:hover {
  color: #fff !important;
  background-color: #8c3145 !important;
  box-shadow: 0 0 0 0.0625rem inset #8c3145 !important;
}
#rf-body .et_pb_post_content h1, #rf-body .et_pb_post_content h2, #rf-body .et_pb_post_content h3, #rf-body .et_pb_post_content h4, #rf-body .et_pb_post_content h5, #rf-body .et_pb_post_content h6 {
  text-transform: capitalize;
}
#rf-body .news-header h1 {
  font-size: 3rem;
  font-size: clamp(2rem, calc(2rem + ((1vw - 0.3rem) * 1.8478)), 3rem);
}
/*
File: _woocommerce.scss
This should contain overrides for woocommerce related elements
*/
#rf-body .woocommerce-form__label-for-checkbox {
  display: flex;
  gap: 10px;
}
#rf-body .bc-woocommerce select, #rf-body .woocommerce select, #rf-body .cart select {
  font-size: 16px;
  background-color: transparent;
  border: 1px solid #666;
  border-radius: 5px;
  font-family: "Public Sans";
}
#rf-body .bc-woocommerce input[type="number"], #rf-body .bc-woocommerce input[type="text"], #rf-body .bc-woocommerce input[type="tel"], #rf-body .bc-woocommerce input[type="email"], #rf-body .bc-woocommerce input[type="date"], #rf-body .bc-woocommerce textarea, #rf-body .woocommerce input[type="number"], #rf-body .woocommerce input[type="text"], #rf-body .woocommerce input[type="tel"], #rf-body .woocommerce input[type="email"], #rf-body .woocommerce input[type="date"], #rf-body .woocommerce textarea, #rf-body .cart input[type="number"], #rf-body .cart input[type="text"], #rf-body .cart input[type="tel"], #rf-body .cart input[type="email"], #rf-body .cart input[type="date"], #rf-body .cart textarea {
  font-size: 16px;
  border-radius: 5px;
  background-color: transparent;
  border: 1px solid #666 !important;
  color: #000000;
  padding: 8px;
}
#rf-body .bc-woocommerce .select2-container--default .select2-selection--single, #rf-body .woocommerce .select2-container--default .select2-selection--single, #rf-body .cart .select2-container--default .select2-selection--single {
  border-radius: 5px;
  background-color: transparent;
  border: 1px solid #666 !important;
  color: #000000;
}
#rf-body .bc-woocommerce .button, #rf-body .bc-woocommerce .checkout-button, #rf-body .woocommerce .button, #rf-body .woocommerce .checkout-button, #rf-body .cart .button, #rf-body .cart .checkout-button {
  display: inline-flex;
  justify-content: center;
  position: relative;
  border: none;
  border-radius: 5px;
  transition: all 0.3s ease;
  font-family: "Public Sans", "Open Sans", "Arial", "Helvetica Neue", sans-serif;
  transition: all 0.3s ease;
  line-height: 1.5rem !important;
  text-align: center;
  width: auto;
  color: #fff;
  background-color: #8c3145;
  text-shadow: none;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0.5rem 1.5rem !important;
  text-transform: capitalize;
}
#rf-body .bc-woocommerce .button:hover, #rf-body .bc-woocommerce .checkout-button:hover, #rf-body .woocommerce .button:hover, #rf-body .woocommerce .checkout-button:hover, #rf-body .cart .button:hover, #rf-body .cart .checkout-button:hover {
  color: #ddc9b0;
}
#rf-body .bc-woocommerce .button:hover, #rf-body .bc-woocommerce .checkout-button:hover, #rf-body .woocommerce .button:hover, #rf-body .woocommerce .checkout-button:hover, #rf-body .cart .button:hover, #rf-body .cart .checkout-button:hover {
  background-color: transparent !important;
  color: #8c3145 !important;
  box-shadow: 0 0 0 0.0625rem inset #8c3145;
}
#rf-body .woocommerce-notices-wrapper .woocommerce-message {
  margin-bottom: 0;
  background: transparent !important;
  color: #212427 !important;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 3%;
}
#rf-body .woocommerce-notices-wrapper .button {
  display: inline-flex;
  justify-content: center;
  position: relative;
  border: none;
  border-radius: 5px;
  transition: all 0.3s ease;
  font-family: "Public Sans", "Open Sans", "Arial", "Helvetica Neue", sans-serif;
  transition: all 0.3s ease;
  line-height: 1.5rem !important;
  text-align: center;
  width: auto;
  color: #fff;
  background-color: #8c3145;
  text-shadow: none;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0.5rem 1.5rem !important;
  text-transform: capitalize;
}
#rf-body .woocommerce-notices-wrapper .button:hover {
  color: #ddc9b0;
}
#rf-body .woocommerce-notices-wrapper .button:hover {
  background-color: transparent !important;
  color: #8c3145 !important;
  box-shadow: 0 0 0 0.0625rem inset #8c3145;
}
#rf-body .wc-proceed-to-checkout .checkout-button {
  display: inline-flex;
  justify-content: center;
  position: relative;
  border: none;
  border-radius: 5px;
  transition: all 0.3s ease;
  font-family: "Public Sans", "Open Sans", "Arial", "Helvetica Neue", sans-serif;
  transition: all 0.3s ease;
  line-height: 1.5rem !important;
  text-align: center;
  width: auto;
  color: #fff;
  background-color: #8c3145;
  text-shadow: none;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0.5rem 1.5rem !important;
  text-transform: capitalize;
}
#rf-body .wc-proceed-to-checkout .checkout-button:hover {
  color: #ddc9b0;
}
#rf-body .wc-proceed-to-checkout .checkout-button:hover {
  background-color: transparent !important;
  color: #8c3145 !important;
  box-shadow: 0 0 0 0.0625rem inset #8c3145;
}
#rf-body .woocommerce-checkout-payment, #rf-body #payment {
  background: transparent;
}
#rf-body .woocommerce-checkout-payment #stripe-payment-data, #rf-body #payment #stripe-payment-data {
  font-family: "Public Sans", "Open Sans", "Arial", "Helvetica Neue", sans-serif;
  color: #212427;
}
#rf-body .et_shop_image .et_overlay {
  background: rgba(140, 49, 69, 0.2);
}
#rf-body .onsale {
  background: #8c3145 !important;
  color: #fff;
}
/*
File: _home.scss
This should contain overrides for home page
*/
#rf-body #home-slider .et_pb_slide_2 .et_pb_button {
  display: inline-flex;
  justify-content: center;
  position: relative;
  border: none;
  border-radius: 5px;
  transition: all 0.3s ease;
  font-family: "Public Sans", "Open Sans", "Arial", "Helvetica Neue", sans-serif;
  transition: all 0.3s ease;
  line-height: 1.5rem !important;
  text-align: center;
  width: auto;
  color: #fff;
  background-color: #8c3145;
  text-shadow: none;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0.5rem 1.5rem !important;
}
#rf-body #home-slider .et_pb_slide_2 .et_pb_button:hover {
  color: #ddc9b0;
}
#rf-body #home-slider .et_pb_slide_2 .et_pb_button:hover {
  background-color: transparent !important;
  color: #8c3145 !important;
  box-shadow: 0 0 0 0.0625rem inset #8c3145;
}
#rf-body #home-slider .et_pb_button {
  display: inline-flex;
  justify-content: center;
  position: relative;
  border: none;
  border-radius: 5px;
  transition: all 0.3s ease;
  font-family: "Public Sans", "Open Sans", "Arial", "Helvetica Neue", sans-serif;
  transition: all 0.3s ease;
  line-height: 1.5rem !important;
  text-align: center;
  width: auto;
  color: #8c3145;
  background-color: #fff;
  text-shadow: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
#rf-body #home-slider .et_pb_button:hover {
  color: #ddc9b0;
}
#rf-body #home-slider .et_pb_button:hover {
  color: #fff !important;
  background-color: #8c3145 !important;
}
#rf-body .oval-image .et_pb_image_wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 500px;
  overflow: hidden;
  border-radius: 50% / 50%;
  border: 10px solid #fff;
  box-shadow: #8c3145 0px 0px 0px 2px;
}
#rf-body .oval-image .et_pb_image_wrap img {
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 1400px) {
  #rf-body .rf-gallery-column .rf-hide-1 {
    display: none;
  }
  #rf-body .rf-gallery-column .rf-shift-1 {
    right: 0px;
  }
}
#rf-body .bc-testimonial .et_pb_image_wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 300px;
  overflow: hidden;
  border-radius: 50% / 50%;
  border: 10px solid #fff;
  box-shadow: #8c3145 0px 0px 0px 2px;
}
#rf-body .bc-testimonial .et_pb_image_wrap img {
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 767px) {
  #rf-body .m-day {
    font-size: clamp(2rem, calc(2rem + ((1vw - 0.3rem) * 1.8478)), 3rem);
  }
}
/*
File: _gallery.scss
This should contain css for the gallery pages
*/
#rf-body .gallery-oval-image .et_pb_image_wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 400px;
  overflow: hidden;
  border-radius: 50% / 50%;
  border: 10px solid #fff;
  box-shadow: #8c3145 0px 0px 0px 2px;
  margin: 0 auto;
}
#rf-body .gallery-oval-image .et_pb_image_wrap img {
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fwww.bcreationsfloral.com%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fbcreationsfloral%2Fstyles%2Fscss%2Fstyles.scss%22%2C%22wp-content%2Fthemes%2Fbcreationsfloral%2Fstyles%2Fscss%2Fbase%2F_layout.scss%22%2C%22wp-content%2Fthemes%2Fbcreationsfloral%2Fstyles%2Fscss%2Fbase%2F_animation.scss%22%2C%22wp-content%2Fthemes%2Fbcreationsfloral%2Fstyles%2Fscss%2Fbase%2F_typography.scss%22%2C%22wp-content%2Fthemes%2Fbcreationsfloral%2Fstyles%2Fscss%2Fglobal%2F_buttons.scss%22%2C%22wp-content%2Fthemes%2Fbcreationsfloral%2Fstyles%2Fscss%2Fglobal%2F_header.scss%22%2C%22wp-content%2Fthemes%2Fbcreationsfloral%2Fstyles%2Fscss%2Fglobal%2F_fullwidth-header.scss%22%2C%22wp-content%2Fthemes%2Fbcreationsfloral%2Fstyles%2Fscss%2Fglobal%2F_footer.scss%22%2C%22wp-content%2Fthemes%2Fbcreationsfloral%2Fstyles%2Fscss%2Fglobal%2F_forms.scss%22%2C%22wp-content%2Fthemes%2Fbcreationsfloral%2Fstyles%2Fscss%2Fglobal%2F_social-icons.scss%22%2C%22wp-content%2Fthemes%2Fbcreationsfloral%2Fstyles%2Fscss%2Fglobal%2F_news.scss%22%2C%22wp-content%2Fthemes%2Fbcreationsfloral%2Fstyles%2Fscss%2Fglobal%2F_woocommerce.scss%22%2C%22wp-content%2Fthemes%2Fbcreationsfloral%2Fstyles%2Fscss%2Fpages%2F_home.scss%22%2C%22wp-content%2Fthemes%2Fbcreationsfloral%2Fstyles%2Fscss%2Fpages%2F_gallery.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAACE%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAD%2FDJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEiBI%3BAAAA%3BAAAA%3BAAGA%3BAAGQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFvBZ%3BAAAA%3BAAAA%3BAAAA%3BAGoFQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAFJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAFJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAFJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAFJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAFJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAH3HJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIiGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADtBA%3BAAAA%3BAAAA%3BACzCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAyEJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADhCA%3BAAAA%3BAAAA%3BACRI%3BAAAA%3BAAAA%3BAAAA%3BAA2CJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADnCA%3BAAAA%3BAAAA%3BACzBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgEJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADvCA%3BAAAA%3BAAAA%3BACjCI%3BAAAA%3BAAAA%3BAAAA%3BAA2EJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD1CA%3BAAAA%3BAAAA%3BAChBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA6DJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD7CA%3BAAAA%3BAAAA%3BACzCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAyFJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADhDA%3BAAAA%3BAAAA%3BACzBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA2EA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAJjIJ%3BAAAA%3BAAAA%3BAI4II%3BAAAA%3BAAAA%3BAJ5IJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAL7BF%3BAAAA%3BAAAA%3BAKuCE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFwBA%3BAAAA%3BAAAA%3BACzCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACqBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALhEJ%3BAAAA%3BAAAA%3BAK6EI%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAACE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BALnKN%3BAAAA%3BAAAA%3BAAAA%3BAMOI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANvBR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAPnCN%3BAAAA%3BAAAA%3BAO%2BCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAP%2FCA%3BAAAA%3BAAAA%3BAAAA%3BAQMA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BARTJ%3BAAAA%3BAAAA%3BAQgBA%3BAAAA%3BAAAA%3BARhBA%3BAAAA%3BAAAA%3BAQ2BI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BARhCA%3BAAAA%3BAAAA%3BAQwCA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALgCI%3BAAAA%3BAAAA%3BAH3EJ%3BAAAA%3BAAAA%3BAAAA%3BASQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACnCR%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPoDA%3BAAAA%3BAAAA%3BACzBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMnBJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAVpCJ%3BAAAA%3BAAAA%3BAAAA%3BAWME%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARoCA%3BAAAA%3BAAAA%3BACzCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOYJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARoBA%3BAAAA%3BAAAA%3BACzCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAO2BJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARcA%3BAAAA%3BAAAA%3BACzCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOkCN%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAXjFF%3BAAAA%3BAAAA%3BAAAA%3BAYQM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BATmEF%3BAAAA%3BAAAA%3BACzCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQrBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAT8DA%3BAAAA%3BAAAA%3BACjCI%3BAAAA%3BAAAA%3BAAAA%3BAQxBN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZlEJ%3BAAAA%3BAAAA%3BAAAA%3BAaMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */