/*!
 * @link              http://3dstructureapp.com
 * @package           Structure_App_3D
 *
 * Plugin Name: 	3D Structure App
 * Text Domain: 	structure-app-3d
 */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  /*background-color: transparent;*/
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --sa3d-checkbox-border-color: #777777;
  --sa3d-checkbox-checked-color: #777777;
  --sa3d-checkbox-hover-color: #333333;
  --sa3d-checkbox-disabled-bg-color: #d9d9d9;
  --sa3d-header-height: 45px;
}

/*--------------------------------------------------------------
## Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Structure
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Colors
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Font Sizes
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Fonts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Slick Slider
--------------------------------------------------------------*/
.sda-help {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  padding: 2px 0 2px 5px;
  line-height: 1;
  opacity: 0.5;
  transition: opacity 200ms ease;
  z-index: 9999;
  white-space: normal;
}
.sda-help svg {
  width: 12px;
  height: auto;
}
.sda-help svg + span {
  font-weight: 400;
  position: absolute;
  display: block;
  margin-left: -50px;
  padding: 10px;
  bottom: calc(100% + 10px);
  border-radius: 4px;
  color: #333;
  font-size: 13px;
  line-height: 1.3;
  width: 350px;
  opacity: 0;
  user-select: none;
  pointer-events: none;
  border: 1px solid #ddd;
  background: rgba(255, 255, 255, 0.95);
  z-index: 1;
}
.sda-help svg + span:before, .sda-help svg + span:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  left: 49px;
  border-width: 10px 8px 0 8px;
  border-color: #ddd transparent transparent transparent;
  bottom: -10px;
}
.sda-help svg + span:after {
  left: 50px;
  border-width: 8px 7px 0 7px;
  border-color: #fff transparent transparent transparent;
  bottom: -8px;
}
.sda-help svg + span p {
  font-size: 13px;
}
.sda-help svg + span p:first-child {
  margin-top: 0;
}
.sda-help svg + span p:last-child {
  margin-bottom: 0;
}
.sda-help svg + span p + p {
  margin-top: 0em;
}
.sda-help:hover {
  opacity: 1;
}
.sda-help:hover svg + span {
  opacity: 1;
  user-select: auto;
  pointer-events: auto;
}
.tip-left.sda-help svg + span, .tip-right.sda-help svg + span {
  bottom: auto;
  transform: translateY(calc(-50% - 6px));
}
.tip-left.sda-help svg + span:before, .tip-left.sda-help svg + span:after, .tip-right.sda-help svg + span:before, .tip-right.sda-help svg + span:after {
  bottom: 50%;
  transform: translateY(50%);
}
.tip-left.sda-help svg + span {
  margin-right: 10px;
  right: 100%;
}
.tip-left.sda-help svg + span:before {
  left: auto;
  right: -10px;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #ddd;
}
.tip-left.sda-help svg + span:after {
  left: auto;
  right: -8px;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #fff;
}
.tip-right.sda-help svg + span {
  margin-left: 10px;
  left: 100%;
}
.tip-right.sda-help svg + span:before {
  left: -10px;
  border-width: 8px 10px 8px 0;
  border-color: transparent #ddd transparent transparent;
}
.tip-right.sda-help svg + span:after {
  left: -8px;
  border-width: 7px 8px 7px 0;
  border-color: transparent #fff transparent transparent;
}
.tip-bottom.sda-help svg + span {
  top: calc(100% + 10px);
  bottom: auto;
}
.tip-bottom.sda-help svg + span:before {
  bottom: auto;
  top: -10px;
  border-width: 0 8px 10px 8px;
  border-color: transparent transparent #ddd transparent;
}
.tip-bottom.sda-help svg + span:after {
  bottom: auto;
  top: -8px;
  border-width: 0 7px 8px 7px;
  border-color: transparent transparent #fff transparent;
}

.sa3d-button,
a.sa3d-button,
div.sa3d-button,
input[type=submit].sa3d-button,
input[type=button].sa3d-button,
.woocommerce a.sa3d-button {
  display: inline-block;
  padding: 0.75em 2.5em;
  margin-top: 0;
  margin-right: 3px;
  border-radius: 0;
  border: none;
  border-color: #555;
  border-width: 2px !important;
  border-style: solid !important;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: normal;
  color: #fff;
  background: #8da676;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  text-decoration: none;
  transition: background 150ms ease-in-out, border 150ms ease-in-out;
  user-select: none;
}
@media (hover: hover) {
  .sa3d-button:hover,
  input[type=submit].sa3d-button:hover,
  input[type=button].sa3d-button:hover {
    background: #555;
    border-color: #555;
    color: #fff;
  }
}
.sa3d-button:active,
input[type=submit].sa3d-button:active,
input[type=button].sa3d-button:active, .sa3d-button:focus,
input[type=submit].sa3d-button:focus,
input[type=button].sa3d-button:focus {
  background-color: #555;
  border-color: #555;
  outline: 0;
  text-decoration: none;
}
.sa3d-grey-button.sa3d-button,
input.sa3d-grey-button[type=submit].sa3d-button,
input.sa3d-grey-button[type=button].sa3d-button {
  background: #999;
  border-color: #999;
}
@media (hover: hover) {
  .sa3d-grey-button.sa3d-button:hover {
    background: #8da676;
    border-color: #8da676;
    color: #fff;
  }
}
.sa3d-bordered.sa3d-button,
input.sa3d-bordered[type=submit].sa3d-button,
input.sa3d-bordered[type=button].sa3d-button {
  background: transparent;
}
@media (hover: hover) {
  .sa3d-bordered.sa3d-button:hover {
    background: transparent;
  }
}
.sa3d-cancel.sa3d-button,
input.sa3d-cancel[type=submit].sa3d-button,
input.sa3d-cancel[type=button].sa3d-button {
  color: #666;
  background: transparent;
}
@media (hover: hover) {
  .sa3d-cancel.sa3d-button:hover {
    color: #fff;
  }
  .sa3d-modal .sa3d-cancel.sa3d-button {
    color: #333;
  }
}

/*--------------------------------------------------------------
## Responsive Embed
--------------------------------------------------------------*/
.sa3d-video-container,
.sa3d-embed-container {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-top: 1em;
}
.sa3d-video-container:first-child,
.sa3d-embed-container:first-child {
  margin-top: 0;
}
.sa3d-video-container iframe,
.sa3d-video-container object,
.sa3d-video-container embed,
.sa3d-embed-container iframe,
.sa3d-embed-container object,
.sa3d-embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sa3d-nowrap {
  white-space: nowrap;
}

.sa3d-clickable {
  cursor: pointer;
}

.sa3d-mobileonly {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sa3d-mobileonly {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .sa3d-notformobile {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .sa3d-hideondesktop {
    display: none !important;
  }
}
/*--------------------------------------------------------------
## Clear
--------------------------------------------------------------*/
.sa3d-clear:before,
.sa3d-clear:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.sa3d-clear:after {
  clear: both;
}

.sa3d-clear {
  *zoom: 1;
}

/* Elements */
.sa3d-button a, .sa3d-button a:hover, .sa3d-button a:active, .sa3d-button a:focus,
a.sa3d-button,
a.sa3d-button:hover,
a.sa3d-button:active,
a.sa3d-button:focus {
  text-decoration: none;
}

.sa3d-button-wrapper.sa3d-align-center {
  text-align: center;
}
.sa3d-button-wrapper.sa3d-align-center a.sa3d-button {
  margin-left: auto;
  margin-right: auto;
}
.sa3d-button-wrapper.sa3d-align-right {
  text-align: right;
}
.sa3d-button-wrapper.sa3d-align-right a.sa3d-button {
  margin-left: auto;
}

.sa3d-button.sa3d-btnSave {
  margin-right: 0 !important;
}

.sa3d-single-product-button-wrapper {
  padding-top: 20px;
}

a.sa3d-button,
div.sa3d-button,
.woocommerce a.sa3d-button {
  margin-bottom: 5px;
}
a.sa3d-button.sa3d-small-button,
div.sa3d-button.sa3d-small-button,
.woocommerce a.sa3d-button.sa3d-small-button {
  font-size: 13px;
  padding: 0.4em 0.75em 0.4em;
}
a.sa3d-button.sa3d-smaller-button,
div.sa3d-button.sa3d-smaller-button,
.woocommerce a.sa3d-button.sa3d-smaller-button {
  font-size: 11px;
  padding: 0.2em 0.75em;
}

.sa3d-configuratorbody .sa3d-btn.sa3d-btn-secondary {
  font-size: 15px;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 0;
  border: 0;
}

.sa3d-app input[type=button] {
  background-image: none;
}

.sa3d-configuratorbody label {
  position: relative;
  line-height: 1.3;
  cursor: pointer;
}
#sa3d-finalform label, #sa3d-savescreensummary label {
  font-weight: 600;
  margin-bottom: 3px;
  border: none;
}

.sa3d-configuratorbody input[type=text],
.sa3d-configuratorbody input[type=number],
.sa3d-configuratorbody textarea,
.sa3d-configuratorbody select,
#sa3d-finalform input[type=text],
#sa3d-finalform input[type=number],
#sa3d-finalform textarea,
#sa3d-finalform select {
  font-weight: 300;
  border: 1px solid #ddd;
  background-color: #fff;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  font-size: 14px;
}
.sa3d-configuratorbody select,
.sa3d-configuratorbody input[type=text],
.sa3d-configuratorbody input[type=number],
#sa3d-finalform select,
#sa3d-finalform input[type=text],
#sa3d-finalform input[type=number] {
  min-height: 30px;
  line-height: 30px;
}
.sa3d-configuratorbody textarea,
#sa3d-finalform textarea {
  min-height: 100px;
}
.sa3d-configuratorbody select,
#sa3d-finalform select {
  display: block;
  appearance: none;
  max-width: 200px;
  background: #fff resolve("select-arrow-admin.png") center right;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0 20px 0 0.5em;
}

.sa3d-configuratorbody select {
  padding: 0 20px 0 0.5em;
}

#sa3d-finalform input[type=text],
#sa3d-finalform input[type=number],
#sa3d-finalform textarea,
#sa3d-finalform select {
  padding: 7px 14px;
}
#sa3d-finalform input[type=button] {
  margin-bottom: 10px;
  cursor: pointer;
}
#sa3d-finalform input:disabled {
  opacity: 0.5;
}
#sa3d-finalform label.sa3d-save-modal-message {
  font-size: 15px;
  display: block;
  line-height: 1.3;
}
#sa3d-finalform label.sa3d-save-modal-message.sa3d-alert {
  color: red;
}
#sa3d-finalform label.sa3d-save-modal-message:not(:empty) {
  padding-bottom: 0.75em;
}
#sa3d-finalform .column {
  margin-left: 4%;
}
#sa3d-finalform .column.one-half {
  width: 48%;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#sa3d-finalform .column:first-child {
  margin-left: 0;
}

.sa3d-checkbox,
.sa3d-radio {
  position: relative;
}

.sa3d-inline-radio label {
  display: inline-block;
  padding-right: 10px;
}

.sa3d-wrapper input[type=checkbox],
.sa3d-wrapper input[type=radio],
.sa3d-front-admin input[type=checkbox],
.sa3d-front-admin input[type=radio],
.sa3d-modal input[type=checkbox],
.sa3d-modal input[type=radio] {
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  margin: 1px;
  padding: 0;
  border: 2px solid var(--sa3d-checkbox-border-color);
  appearance: none;
  background-color: transparent;
  background-size: 18px 18px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  outline: none;
  transition: box-shadow 0.1s;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.sa3d-wrapper input[type=checkbox]:not(:disabled):checked,
.sa3d-wrapper input[type=radio]:not(:disabled):checked,
.sa3d-front-admin input[type=checkbox]:not(:disabled):checked,
.sa3d-front-admin input[type=radio]:not(:disabled):checked,
.sa3d-modal input[type=checkbox]:not(:disabled):checked,
.sa3d-modal input[type=radio]:not(:disabled):checked {
  border-color: var(--sa3d-checkbox-checked-color);
}
.sa3d-wrapper input[type=checkbox]:disabled,
.sa3d-wrapper input[type=radio]:disabled,
.sa3d-front-admin input[type=checkbox]:disabled,
.sa3d-front-admin input[type=radio]:disabled,
.sa3d-modal input[type=checkbox]:disabled,
.sa3d-modal input[type=radio]:disabled {
  border-color: var(--sa3d-checkbox-disabled-color);
}
.sa3d-wrapper input[type=checkbox]:active,
.sa3d-wrapper input[type=radio]:active,
.sa3d-front-admin input[type=checkbox]:active,
.sa3d-front-admin input[type=radio]:active,
.sa3d-modal input[type=checkbox]:active,
.sa3d-modal input[type=radio]:active {
  border-color: var(--sa3d-checkbox-hover-color);
}
.sa3d-wrapper input[type=checkbox]:focus,
.sa3d-wrapper input[type=radio]:focus,
.sa3d-front-admin input[type=checkbox]:focus,
.sa3d-front-admin input[type=radio]:focus,
.sa3d-modal input[type=checkbox]:focus,
.sa3d-modal input[type=radio]:focus {
  box-shadow: 0 0 8px #5e9ed6;
}
@media (prefers-reduced-motion: reduce) {
  .sa3d-wrapper input[type=checkbox],
  .sa3d-wrapper input[type=radio],
  .sa3d-front-admin input[type=checkbox],
  .sa3d-front-admin input[type=radio],
  .sa3d-modal input[type=checkbox],
  .sa3d-modal input[type=radio] {
    transition: none;
  }
}
.sa3d-wrapper input[type=checkbox] + span,
.sa3d-wrapper input[type=radio] + span,
.sa3d-front-admin input[type=checkbox] + span,
.sa3d-front-admin input[type=radio] + span,
.sa3d-modal input[type=checkbox] + span,
.sa3d-modal input[type=radio] + span {
  position: relative;
  display: block;
  padding-left: 22px;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .sa3d-wrapper input[type=checkbox] + span,
  .sa3d-wrapper input[type=radio] + span,
  .sa3d-front-admin input[type=checkbox] + span,
  .sa3d-front-admin input[type=radio] + span,
  .sa3d-modal input[type=checkbox] + span,
  .sa3d-modal input[type=radio] + span {
    padding-top: 3px;
    padding-left: 28px;
  }
}
.sa3d-wrapper input[type=checkbox] + span .small,
.sa3d-wrapper input[type=radio] + span .small,
.sa3d-front-admin input[type=checkbox] + span .small,
.sa3d-front-admin input[type=radio] + span .small,
.sa3d-modal input[type=checkbox] + span .small,
.sa3d-modal input[type=radio] + span .small {
  font-size: 12px;
  font-weight: normal;
}
.sa3d-wrapper input[type=checkbox]:not(:disabled):checked,
.sa3d-front-admin input[type=checkbox]:not(:disabled):checked,
.sa3d-modal input[type=checkbox]:not(:disabled):checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 1024 1024'%3E%3Cpath fill='%23777777' d='M405.8,729c13.2,13.7,31.3,21.4,50.2,21.4h1.7c19.6-.5,38-9.2,50.8-24l267.6-308.7c25.2-29,22-73-7-98.1-29-25.2-73-22-98.1,7l-217.7,251.1-105-109.6c-26.6-27.8-70.6-28.7-98.4-2.1-27.7,26.6-28.7,70.6-2.1,98.4l157.9,164.7h0Z'/%3E%3C/svg%3E");
}
.sa3d-wrapper input[type=checkbox]:disabled:checked,
.sa3d-front-admin input[type=checkbox]:disabled:checked,
.sa3d-modal input[type=checkbox]:disabled:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 1024 1024'%3E%3Cpath fill='%23d9d9d9' d='M405.8,729c13.2,13.7,31.3,21.4,50.2,21.4h1.7c19.6-.5,38-9.2,50.8-24l267.6-308.7c25.2-29,22-73-7-98.1-29-25.2-73-22-98.1,7l-217.7,251.1-105-109.6c-26.6-27.8-70.6-28.7-98.4-2.1-27.7,26.6-28.7,70.6-2.1,98.4l157.9,164.7h0Z'/%3E%3C/svg%3E");
}
.sa3d-wrapper input[type=checkbox]:active:checked,
.sa3d-front-admin input[type=checkbox]:active:checked,
.sa3d-modal input[type=checkbox]:active:checked {
  border-color: var(--sa3d-checkbox-hover-color);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 1024 1024'%3E%3Cpath fill='%23333333' d='M405.8,729c13.2,13.7,31.3,21.4,50.2,21.4h1.7c19.6-.5,38-9.2,50.8-24l267.6-308.7c25.2-29,22-73-7-98.1-29-25.2-73-22-98.1,7l-217.7,251.1-105-109.6c-26.6-27.8-70.6-28.7-98.4-2.1-27.7,26.6-28.7,70.6-2.1,98.4l157.9,164.7h0Z'/%3E%3C/svg%3E");
}
.sa3d-wrapper input[type=radio],
.sa3d-front-admin input[type=radio],
.sa3d-modal input[type=radio] {
  border-radius: 8px;
}
.sa3d-wrapper input[type=radio]:not(:disabled):checked,
.sa3d-front-admin input[type=radio]:not(:disabled):checked,
.sa3d-modal input[type=radio]:not(:disabled):checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 1024 1024'%3E%3Cpath fill='%23777777' d='M669.8,354.1c87.2,87.2,87.2,228.5,0,315.7s-228.5,87.2-315.7,0c-87.2-87.2-87.2-228.5,0-315.7s228.5-87.2,315.7,0Z'/%3E%3C/svg%3E");
}
.sa3d-wrapper input[type=radio]:disabled:checked,
.sa3d-front-admin input[type=radio]:disabled:checked,
.sa3d-modal input[type=radio]:disabled:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 1024 1024'%3E%3Cpath fill='%23d9d9d9' d='M669.8,354.1c87.2,87.2,87.2,228.5,0,315.7s-228.5,87.2-315.7,0c-87.2-87.2-87.2-228.5,0-315.7s228.5-87.2,315.7,0Z'/%3E%3C/svg%3E");
}
.sa3d-wrapper input[type=radio]:active:checked,
.sa3d-front-admin input[type=radio]:active:checked,
.sa3d-modal input[type=radio]:active:checked {
  border-color: var(--sa3d-checkbox-hover-color);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 1024 1024'%3E%3Cpath fill='%23333333' d='M669.8,354.1c87.2,87.2,87.2,228.5,0,315.7s-228.5,87.2-315.7,0c-87.2-87.2-87.2-228.5,0-315.7s228.5-87.2,315.7,0Z'/%3E%3C/svg%3E");
}

.sa3d-wrapper .sa3d-fpid-modal input[type=checkbox],
.sa3d-wrapper .sa3d-fpid-modal input[type=radio] {
  border-color: rgba(255, 255, 255, 0.9);
}
.sa3d-wrapper .sa3d-fpid-modal input[type=checkbox]:not(:disabled):checked,
.sa3d-wrapper .sa3d-fpid-modal input[type=radio]:not(:disabled):checked {
  border-color: white;
}
.sa3d-wrapper .sa3d-fpid-modal input[type=checkbox]:disabled,
.sa3d-wrapper .sa3d-fpid-modal input[type=radio]:disabled {
  border-color: rgba(255, 255, 255, 0.5);
}
.sa3d-wrapper .sa3d-fpid-modal input[type=checkbox]:active,
.sa3d-wrapper .sa3d-fpid-modal input[type=radio]:active {
  border-color: white;
}
.sa3d-wrapper .sa3d-fpid-modal input[type=checkbox]:focus,
.sa3d-wrapper .sa3d-fpid-modal input[type=radio]:focus {
  box-shadow: 0 0 8px #5e9ed6;
}
.sa3d-wrapper .sa3d-fpid-modal input[type=checkbox]:not(:disabled):checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 1024 1024'%3E%3Cpath fill='%23ffffff' d='M405.8,729c13.2,13.7,31.3,21.4,50.2,21.4h1.7c19.6-.5,38-9.2,50.8-24l267.6-308.7c25.2-29,22-73-7-98.1-29-25.2-73-22-98.1,7l-217.7,251.1-105-109.6c-26.6-27.8-70.6-28.7-98.4-2.1-27.7,26.6-28.7,70.6-2.1,98.4l157.9,164.7h0Z'/%3E%3C/svg%3E");
}
.sa3d-wrapper .sa3d-fpid-modal input[type=checkbox]:active:checked {
  border-color: white;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 1024 1024'%3E%3Cpath fill='%23ffffff' d='M405.8,729c13.2,13.7,31.3,21.4,50.2,21.4h1.7c19.6-.5,38-9.2,50.8-24l267.6-308.7c25.2-29,22-73-7-98.1-29-25.2-73-22-98.1,7l-217.7,251.1-105-109.6c-26.6-27.8-70.6-28.7-98.4-2.1-27.7,26.6-28.7,70.6-2.1,98.4l157.9,164.7h0Z'/%3E%3C/svg%3E");
}
.sa3d-wrapper .sa3d-fpid-modal input[type=radio]:not(:disabled):checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 1024 1024'%3E%3Cpath fill='%23ffffff' d='M669.8,354.1c87.2,87.2,87.2,228.5,0,315.7s-228.5,87.2-315.7,0c-87.2-87.2-87.2-228.5,0-315.7s228.5-87.2,315.7,0Z'/%3E%3C/svg%3E");
}
.sa3d-wrapper .sa3d-fpid-modal input[type=radio]:active:checked {
  border-color: white;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 1024 1024'%3E%3Cpath fill='%23ffffff' d='M669.8,354.1c87.2,87.2,87.2,228.5,0,315.7s-228.5,87.2-315.7,0c-87.2-87.2-87.2-228.5,0-315.7s228.5-87.2,315.7,0Z'/%3E%3C/svg%3E");
}

.sa3d-wrapper .sa3d-choicewrapper label input[type=checkbox],
.sa3d-wrapper .sa3d-choicewrapper label input[type=radio] {
  left: 15px;
  top: 9px;
}
.sa3d-wrapper .sa3d-choicewrapper + .sa3d-choicewrapper label input[type=checkbox],
.sa3d-wrapper .sa3d-choicewrapper + .sa3d-choicewrapper label input[type=radio],
.sa3d-wrapper .sa3d-choicewrapper label + label input[type=checkbox],
.sa3d-wrapper .sa3d-choicewrapper label + label input[type=radio] {
  top: 0;
}

.sa3d-wrapper .sa3d-wallbox input[type=radio] {
  vertical-align: top;
}

.sa3d-front-admin input[type=checkbox] + span > span,
.sa3d-front-admin input[type=radio] + span > span {
  display: block;
  margin: -0.2em 0 0.25em 0;
}
.sa3d-front-admin input[type=checkbox] + span > span.sda-help,
.sa3d-front-admin input[type=radio] + span > span.sda-help {
  display: inline-block;
  margin: 0;
}

.sa3d-required {
  color: red;
}

.sa3d-choicewrapper label {
  display: block;
  background: #f4f4f4;
  color: #555;
  padding: 8px 30px 8px 15px;
  font-size: 16px;
}
.sa3d-choicewrapper + .sa3d-choicewrapper label {
  padding-top: 0px;
}
.sa3d-choicewrapper + .sa3d-choicewrapper label input[type=checkbox],
.sa3d-choicewrapper + .sa3d-choicewrapper label input[type=radio] {
  top: 0;
}
.sa3d-choicewrapper label.sa3d-cbx_15, .sa3d-choicewrapper label.sa3d-cbx_17, .sa3d-choicewrapper label.sa3d-cbx_19, .sa3d-choicewrapper label.sa3d-cbx_44 {
  background: transparent;
  padding-bottom: 5px;
  padding-left: 2px;
}
.sa3d-choicewrapper label.sa3d-cbx_15 .sa3d-infocornerhigher, .sa3d-choicewrapper label.sa3d-cbx_17 .sa3d-infocornerhigher, .sa3d-choicewrapper label.sa3d-cbx_19 .sa3d-infocornerhigher, .sa3d-choicewrapper label.sa3d-cbx_44 .sa3d-infocornerhigher {
  top: 10px;
}
.sa3d-choicewrapper label.sa3d-cbx_15 input[type=checkbox], .sa3d-choicewrapper label.sa3d-cbx_17 input[type=checkbox], .sa3d-choicewrapper label.sa3d-cbx_19 input[type=checkbox], .sa3d-choicewrapper label.sa3d-cbx_44 input[type=checkbox] {
  left: 0;
}
.sa3d-choicewrapper label.sa3d-cbx_78 {
  padding-left: 36px;
}
.sa3d-choicewrapper label.sa3d-cbx_79 {
  padding-left: 58px;
}
.sa3d-choicewrapper:has(.sa3d-incbox) .sa3d-incbox {
  padding: 0 30px 10px 30px;
  background: #f4f4f4;
}
.sa3d-choicewrapper .sa3d-inline-description {
  background: #f4f4f4;
  padding: 8px 30px 8px 15px;
}
.sa3d-choicewrapper label + .sa3d-inline-description,
.sa3d-choicewrapper .sa3d-protectright + .sa3d-inline-description {
  position: relative;
  display: block;
  margin-top: -10px;
  padding: 0 15px 5px 35px;
  z-index: 1;
}
.sa3d-choicewrapper.sa3d-choicewrapper-958 label {
  background: transparent;
  color: inherit;
  padding: 8px 0;
}
.sa3d-choicewrapper.sa3d-disabled label {
  opacity: 0.65;
  font-style: italic;
}
.sa3d-choicewrapper#sa3d-wainsholder label {
  padding-top: 10px;
  padding-bottom: 15px;
}
.sa3d-choicewrapper#sa3d-wainsholder label input[type=checkbox],
.sa3d-choicewrapper#sa3d-wainsholder label input[type=radio] {
  top: 10px;
}
.sa3d-choicewrapper#sa3d-wainsholder label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  height: 1px;
  background: #e2e2e2;
}
.sa3d-choicewrapper#sa3d-layoutflipholder label + label {
  padding-top: 0;
}

.wc_payment_methods input[type=radio] {
  margin-right: 0.5em !important;
  transform: scale(1.2);
}

.sa3d-primary-nav-wrapper {
  position: fixed;
  top: 80px;
  bottom: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
  background: #fff;
  z-index: 99;
  transition: bottom 0.5s, padding 0.5s;
}
@media only screen and (min-width: 601px) {
  .admin-bar .sa3d-primary-nav-wrapper {
    top: 125px;
  }
}
@media only screen and (min-width: 783px) {
  .admin-bar .sa3d-primary-nav-wrapper {
    top: 112px;
  }
}
@media only screen and (min-width: 1000px) {
  .admin-bar .sa3d-primary-nav-wrapper {
    top: 80px;
  }
}
.sa3d-nav-open .sa3d-primary-nav-wrapper {
  bottom: 0;
  overflow-y: auto;
  padding-bottom: 10px;
}
@media only screen and (min-width: 1000px) {
  .sa3d-primary-nav-wrapper, .sa3d-nav-open .sa3d-primary-nav-wrapper {
    position: absolute;
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
    background: transparent;
    top: 80px;
    left: 0;
    right: 0;
    bottom: auto;
  }
}

body.sa3d-nav-open {
  overflow: hidden;
}

nav.sa3d-primary {
  width: 100%;
  margin-right: 155px;
}
@media only screen and (min-width: 1000px) {
  nav.sa3d-primary, .sa3d-nav-open nav.sa3d-primary {
    max-height: 900px;
    width: 91%;
  }
}
nav.sa3d-primary a {
  display: block;
  color: #666;
  padding: 10px 35px;
  text-decoration: none;
  font-size: 15px;
  transition: color 0.3s;
}
@media only screen and (min-width: 1000px) {
  nav.sa3d-primary a {
    display: inline-block;
    font-size: 14px;
  }
}
@media only screen and (hover: hover) and (min-width: 1000px) {
  nav.sa3d-primary a:hover > span,
  nav.sa3d-primary li.current-menu-ancestor > a:hover > span {
    color: #ccc;
  }
}
@media only screen and (min-width: 1000px) {
  nav.sa3d-primary a > span,
  nav.sa3d-primary li.current-menu-ancestor > a > span {
    color: #999;
  }
}
@media only screen and (min-width: 1000px) {
  nav.sa3d-primary li.current-menu-item > a > span,
  nav.sa3d-primary li.current-menu-ancestor > a > span {
    color: #8da676;
    border-bottom: 0;
  }
}
nav.sa3d-primary ul {
  list-style: none;
  padding: 5px 0 0 0;
  margin: 0;
  font-weight: 700;
}
@media only screen and (min-width: 1000px) {
  nav.sa3d-primary ul {
    padding: 0;
  }
}
nav.sa3d-primary ul ul {
  padding: 0 0 10px 20px;
}
@media only screen and (min-width: 1000px) {
  nav.sa3d-primary ul ul {
    position: absolute;
    padding: 0;
    margin: 0 0 0 -5px;
    display: none;
    overflow: visible;
    left: auto;
    text-align: left;
    background: #fff;
    z-index: 6;
  }
}
@media only screen and (min-width: 1000px) {
  nav.sa3d-primary ul ul li {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
  }
}
@media only screen and (min-width: 1000px) {
  nav.sa3d-primary ul ul li:last-child a {
    padding-bottom: 12px;
  }
}
@media only screen and (min-width: 1000px) {
  nav.sa3d-primary ul ul li.menu-item-home + li ul {
    margin-left: -10px;
  }
}
nav.sa3d-primary ul ul a {
  padding-top: 3px;
  padding-bottom: 3px;
}
@media only screen and (min-width: 1000px) {
  nav.sa3d-primary ul ul a {
    padding: 3px 12px 10px 10px;
    font-size: 13px;
    display: block;
    background: transparent;
    line-height: 1;
    color: #666;
  }
}
@media only screen and (hover: hover) and (min-width: 1000px) {
  nav.sa3d-primary ul li:hover ul {
    display: block;
    top: auto;
  }
}
nav.sa3d-primary li {
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 1000px) {
  nav.sa3d-primary > ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
nav.sa3d-primary > ul > li {
  border-top: 1px solid #e5e5e5;
}
@media only screen and (min-width: 1000px) {
  nav.sa3d-primary > ul > li {
    border-top: 0;
    display: block;
    white-space: nowrap;
  }
}
@media only screen and (min-width: 1000px) {
  nav.sa3d-primary > ul > li > a {
    position: relative;
    padding: 3px 5px 13px;
  }
}
@media only screen and (min-width: 1000px) {
  nav.sa3d-primary > ul > li > a > span {
    padding-bottom: 13px; /* same as the parent a */
  }
}
@media (hover: hover) {
  nav.sa3d-primary > ul > li:hover {
    background: #f5f5f5;
  }
}
@media only screen and (hover: hover) and (min-width: 1000px) {
  nav.sa3d-primary > ul > li:hover {
    background: transparent;
  }
}
@media only screen and (min-width: 1000px) {
  nav.sa3d-primary > ul > li.current-menu-item > a > span, nav.sa3d-primary > ul > li.current-menu-ancestor > a > span {
    border-bottom: 3px solid #8da676;
  }
}
@media only screen and (min-width: 1000px) {
  nav.sa3d-primary > ul > li.current-menu-item > ul > li:first-child > a,
  nav.sa3d-primary > ul > li.current-menu-item > ul > li:first-child > a, nav.sa3d-primary > ul > li.current-menu-ancestor > ul > li:first-child > a,
  nav.sa3d-primary > ul > li.current-menu-ancestor > ul > li:first-child > a {
    padding-top: 14px;
  }
}
nav.sa3d-primary > ul > li.menu-item-has-children > a::after {
  display: none;
}
@media only screen and (min-width: 1000px) {
  nav.sa3d-primary > ul > li.menu-item-has-children > a::after {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    /* content: "\e90f"; */
    font-size: 0.6em;
    padding-left: 4px;
  }
}
nav.sa3d-primary > ul > li.menu-item-home {
  /* @include min_width($min-1000-desktop-nav) {
  	display: none;
  	+ li > a, {
  		padding-left: 0;
  	}
  } */
}
@media only screen and (min-width: 1000px) {
  nav.sa3d-primary > ul > li:first-child > a {
    padding-left: 0;
  }
}
@media only screen and (min-width: 1000px) {
  nav.sa3d-primary > ul > li:last-child > a {
    padding-right: 0;
  }
}
nav.sa3d-primary .current-menu-item,
nav.sa3d-primary .current-menu-ancestor {
  background: #f5f5f5;
}
@media only screen and (min-width: 1000px) {
  nav.sa3d-primary .current-menu-item,
  nav.sa3d-primary .current-menu-ancestor {
    background: transparent;
  }
}
nav.sa3d-primary .current-menu-item > a,
nav.sa3d-primary .current-menu-ancestor > a {
  color: #8da676;
}
@media only screen and (min-width: 1000px) {
  nav.sa3d-primary .current-menu-item > a,
  nav.sa3d-primary .current-menu-ancestor > a {
    color: #ccc;
  }
}
@media (hover: hover) {
  nav.sa3d-primary a:hover {
    color: #8da676;
  }
}
@media only screen and (hover: hover) and (min-width: 1000px) {
  nav.sa3d-primary a:hover {
    color: #ccc;
  }
}

/*------------------------------------*\
	NAVIGATION PROMPT
\*------------------------------------*/
.sa3d-nav-prompt {
  position: absolute;
  right: 0px;
  top: 12px;
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 101;
}
@media (hover: hover) {
  .sa3d-nav-prompt:hover .sa3d-top-bar,
  .sa3d-nav-prompt:hover .sa3d-mid-bar,
  .sa3d-nav-prompt:hover .sa3d-btm-bar {
    background-color: #8da676;
  }
}
@media only screen and (min-width: 525px) {
  .sa3d-nav-prompt {
    top: 15px;
  }
}
@media only screen and (min-width: 1000px) {
  .sa3d-nav-prompt {
    display: none;
  }
}

.sa3d-top-bar,
.sa3d-mid-bar,
.sa3d-btm-bar {
  width: 40px;
  height: 4px;
  background-color: #555;
  border-radius: 3px;
  transition: transform 0.075s 0s ease-in-out, top 0.075s 0.075s ease-in-out;
  transform-origin: 50% 50%;
  position: absolute;
  top: 0;
  right: 0;
}

.sa3d-mid-bar {
  transition: opacity 0.075s linear;
  top: 10px;
}

.sa3d-btm-bar {
  top: 20px;
}

.sa3d-nav-open .sa3d-top-bar,
.sa3d-nav-open .sa3d-btm-bar {
  transition: top 0.075s 0.075s ease-in-out, transform 0.075s 0.15s ease-in-out;
  top: 10px;
}
.sa3d-nav-open .sa3d-top-bar {
  transform: rotate(45deg);
}
.sa3d-nav-open .sa3d-btm-bar {
  transform: rotate(-45deg);
}
.sa3d-nav-open .sa3d-mid-bar {
  opacity: 0;
}

/*------------------------------------*\
	WORDPRESS ADMIN BAR
\*------------------------------------*/
#wpadminbar li#wp-admin-bar-sa3d-log-out {
  float: right !important;
}

/*------------------------------------*\
	GENERAL
\*------------------------------------*/
body.sa3d-app {
  position: relative;
}
body.sa3d-app main {
  margin-top: 0 !important;
}

.sa3d-hide {
  display: none !important;
}

.sa3d-wrapper {
  padding-bottom: 75px;
}
.sa3d-hide-page-footer .sa3d-wrapper {
  padding-bottom: 21px;
}
@media only screen and (min-width: 768px) {
  .sa3d-wrapper {
    z-index: auto;
  }
}
.sa3d-wrapper .sa3d-container {
  margin: 0;
  padding: 0;
}
.sa3d-wrapper .sa3d-container.sa3d-pdfPrinting {
  margin: 0 auto;
  max-width: 1150px;
  padding: 10px 35px;
}
.sa3d-wrapper .sa3d-container.sa3d-pdfPrinting .sa3d-icon-pdf {
  font-size: 30px;
}
.sa3d-wrapper .single-text h3 {
  line-height: 1.3;
}

.sa3d-modal,
.sa3d-wrapper {
  font-size: 14px;
  line-height: 1.5;
}
.sa3d-modal h2,
.sa3d-wrapper h2 {
  margin-bottom: 0;
}
.sa3d-modal hr,
.sa3d-wrapper hr {
  box-sizing: content-box;
  border: 0;
  color: #ddd;
  background-color: #ddd;
  height: 1px;
}
.sa3d-modal label.sa3d-approval-pre,
.sa3d-wrapper label.sa3d-approval-pre {
  display: block;
  margin-bottom: 1em !important;
  line-height: 1.3;
  font-weight: normal !important;
  font-size: 12px;
}

.sa3d-buy-view .sa3d-save-note {
  display: none;
}

.sa3d-scrolling-disclaimer {
  font-size: 10px;
  border: 1px solid #ccc;
  height: 81px;
  padding: 13px;
  overflow-y: scroll;
  margin: 1em 0 0;
}
.sa3d-scrolling-disclaimer h4 {
  margin: 0 0 0.15em !important;
  padding: 0;
  font-size: 11px;
}
.sa3d-scrolling-disclaimer p {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 10px;
}
.sa3d-scrolling-disclaimer p + p {
  margin-top: 1em !important;
}
.sa3d-scrolling-disclaimer + .sa3d-customer-signature {
  margin-top: 1em;
}
.only-show-scrolling-disclaimer-on-buy .sa3d-scrolling-disclaimer {
  display: none;
}
.sa3d-buy-view .only-show-scrolling-disclaimer-on-buy .sa3d-scrolling-disclaimer {
  display: block;
}
.only-show-scrolling-disclaimer-on-buy .sa3d-buy-view .sa3d-scrolling-disclaimer {
  display: block;
}

#sa3d-save-modal-signature {
  display: block;
  position: relative;
  z-index: 1;
  width: calc(100% - 8px) !important;
  height: 80px !important;
}
#sa3d-save-modal-signature input[type=button] {
  left: 10px !important;
}
.sa3d-buy-view #sa3d-save-modal-signature {
  border: 2px dotted #000;
  background: #f0f0f0;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.sa3d-signature-field-text {
  display: block;
  line-height: 1.2;
  padding-bottom: 0.2em;
}

.sa3d-customer-signature {
  display: none;
}
.sa3d-buy-view .sa3d-customer-signature {
  display: block;
}

#sa3d-magicleftcol {
  display: none;
}
@media only screen and (min-width: 768px) {
  #sa3d-magicleftcol {
    display: block;
    width: 400px;
    margin-left: 20px;
    padding-bottom: 60px;
  }
  .sa3d-hide-page-footer #sa3d-magicleftcol {
    padding-bottom: 0;
  }
}

#sa3d-magicrightcol {
  position: relative;
  width: 100%;
  padding-top: 100px;
}
.sa3d-app-uses-theme-header #sa3d-magicrightcol, .sa3d-hide-page-header #sa3d-magicrightcol {
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  #sa3d-magicrightcol {
    position: fixed;
    padding-top: 0 !important;
    bottom: 20px;
    left: 440px;
    right: 20px;
    width: auto;
    clear: both;
    overflow: hidden;
  }
  .sa3d-read-only #sa3d-magicrightcol > .sa3d-row:first-child {
    min-height: 40px;
    padding-bottom: 10px;
  }
  .sa3d-hide-page-footer #sa3d-magicrightcol {
    bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .sa3d-wrapper, .admin-bar .sa3d-wrapper {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 783px) {
  .sa3d-wrapper, .admin-bar .sa3d-wrapper {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 1000px) {
  .sa3d-wrapper, .admin-bar .sa3d-wrapper {
    margin-top: calc(20px + var(--sa3d-header-height));
  }
}
.sa3d-app-uses-theme-header .sa3d-wrapper, .sa3d-hide-page-header .sa3d-wrapper {
  margin-top: 20px !important;
}

@media only screen and (min-width: 768px) {
  #sa3d-magicrightcol {
    top: 100px;
  }
  .admin-bar #sa3d-magicrightcol {
    top: 145px;
  }
  .sa3d-hide-page-header #sa3d-magicrightcol {
    top: 20px;
  }
  .admin-bar.sa3d-hide-page-header #sa3d-magicrightcol {
    top: 65px;
  }
}
@media only screen and (min-width: 783px) {
  .admin-bar #sa3d-magicrightcol {
    top: 132px;
  }
  .sa3d-hide-page-header #sa3d-magicrightcol {
    top: 20px;
  }
  .admin-bar.sa3d-hide-page-header #sa3d-magicrightcol {
    top: 52px;
  }
}
@media only screen and (min-width: 1000px) {
  #sa3d-magicrightcol {
    top: calc(20px + var(--sa3d-header-height));
  }
  .admin-bar #sa3d-magicrightcol {
    top: calc(52px + var(--sa3d-header-height));
  }
  .sa3d-hide-page-header #sa3d-magicrightcol {
    top: 20px;
  }
  .admin-bar.sa3d-hide-page-header #sa3d-magicrightcol {
    top: 52px;
  }
}

/*------------------------------------*\
	PAGE HEADER
\*------------------------------------*/
.sa3d-logo {
  font-weight: bold;
}

.sa3d-logo,
.sa3d-header-info,
.sa3d-email,
.sa3d-phone {
  display: inline-block;
  margin-right: 10px;
}

.sa3d-site-header {
  padding: 15px 25px 25px;
  margin: 0;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  transition: top 0.5s;
  z-index: 100;
  background: #fff;
}
.sa3d-site-header .sa3d-logo {
  display: inline-block;
  vertical-align: top;
  width: 135px;
  height: 45px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
@media only screen and (max-width: 999px) {
  .sa3d-site-header .sa3d-logo {
    position: absolute;
    display: block;
  }
}
@media only screen and (min-width: 525px) {
  .sa3d-site-header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 1000px) {
  .sa3d-site-header {
    padding-bottom: 0;
    top: -88px;
    height: calc(88px + var(--sa3d-header-height));
  }
  .sa3d-site-header + main {
    margin-top: 45px;
  }
  .sa3d-site-header + .content-area {
    margin-top: 75px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .sa3d-site-header {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.sa3d-site-header > div {
  position: relative;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.sa3d-site-header .sa3d-header-info {
  margin: 0 -35px;
  padding: 15px 35px 0;
  background: #fff;
  display: none;
}
@media only screen and (min-width: 525px) {
  .sa3d-site-header .sa3d-header-info {
    display: block;
    width: 100%;
    text-align: right;
    padding: 0 70px 0 100px;
    background: transparent;
    margin: 0;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 800px) {
  .sa3d-site-header .sa3d-header-info {
    width: 100%;
    padding-top: 12px;
  }
}
@media only screen and (min-width: 1000px) {
  .sa3d-site-header .sa3d-header-info {
    display: none;
  }
}
@media only screen and (min-width: 525px) {
  .sa3d-site-header .sa3d-header-info .sa3d-phone-email {
    display: inline-block;
    vertical-align: top;
  }
}
@media only screen and (min-width: 800px) {
  .sa3d-site-header .sa3d-header-info .sa3d-phone-email {
    display: inline;
  }
}
.sa3d-site-header .sa3d-header-info .sa3d-email,
.sa3d-site-header .sa3d-header-info .sa3d-phone {
  vertical-align: top;
  display: inline-block;
  line-height: 20px;
  padding-right: 15px;
}
@media only screen and (min-width: 525px) {
  .sa3d-site-header .sa3d-header-info .sa3d-email,
  .sa3d-site-header .sa3d-header-info .sa3d-phone {
    line-height: 26px;
    display: block;
    padding-left: 25px;
    padding-right: 0;
  }
}
@media only screen and (min-width: 800px) {
  .sa3d-site-header .sa3d-header-info .sa3d-email,
  .sa3d-site-header .sa3d-header-info .sa3d-phone {
    display: inline-block;
  }
}
.sa3d-site-header .sa3d-header-info .sa3d-email a,
.sa3d-site-header .sa3d-header-info .sa3d-phone a {
  color: #555;
  text-decoration: none;
}
.sa3d-site-header .sa3d-header-info .sa3d-phone {
  font-size: 20px;
  font-weight: 700;
}
@media only screen and (min-width: 800px) {
  .sa3d-site-header .sa3d-header-info .sa3d-phone {
    font-size: 24px;
  }
}
.sa3d-site-header .sa3d-header-info .sa3d-logo {
  margin-top: -8px;
}
@media only screen and (min-width: 525px) {
  .sa3d-site-header .sa3d-header-info .sa3d-logo {
    position: absolute;
    top: 2px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1000px) {
  .sa3d-site-header .sa3d-header-info .sa3d-logo {
    top: 0;
  }
  .sa3d-site-header .sa3d-header-info .sa3d-logo a {
    width: 150px;
    height: 52px;
  }
}
@media only screen and (min-width: 1000px) {
  .sa3d-site-header.sa3d-nav-open {
    overflow: visible;
  }
}
@media only screen and (min-width: 601px) {
  .admin-bar .sa3d-site-header {
    top: 45px;
  }
}
@media only screen and (min-width: 783px) {
  .admin-bar .sa3d-site-header {
    top: 32px;
  }
}
@media only screen and (min-width: 1000px) {
  .admin-bar .sa3d-site-header {
    top: -56px;
  }
  .admin-bar .sa3d-site-header + main {
    margin-top: 45px;
  }
}
.sa3d-hide-page-header .sa3d-site-header {
  display: none;
}

/*------------------------------------*\
	PAGE FOOTER
\*------------------------------------*/
.sa3d-footer {
  text-align: center;
  background: #191919;
  clear: both;
  padding: 0;
  font-size: 12px;
  color: #fff;
  line-height: 1.6;
  z-index: 2;
}
.sa3d-footer a {
  color: #fff;
  text-decoration: none;
}
.sa3d-footer > div {
  position: relative;
  padding: 15px 35px 20px;
}
.sa3d-footer p {
  margin: 0.1em 15px 0.1em 0;
  padding: 0;
  vertical-align: middle;
}
.sa3d-footer p.sa3d-copyright,
.sa3d-footer .sa3d-footer-menu a {
  color: #999;
  margin-right: 0;
}
.sa3d-footer .sa3d-logo {
  width: 135px;
  margin: 1em auto;
}
.sa3d-footer .sa3d-logo a {
  display: block;
  width: 100px;
  height: 34px;
  margin: 0;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: contain;
}
.sa3d-hide-page-footer .sa3d-footer {
  display: none !important;
  height: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

.sa3d-footer-menu {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

@media only screen and (min-width: 450px) {
  .sa3d-footer {
    text-align: left;
  }
  .sa3d-footer > div {
    padding-left: 170px;
    padding-bottom: 15px;
  }
  .sa3d-footer .sa3d-logo {
    margin: 0;
    position: absolute;
    left: 35px;
  }
}
@media only screen and (min-width: 670px) {
  .sa3d-footer .sa3d-logo {
    display: inline-block;
    vertical-align: middle;
  }
  .sa3d-footer p {
    max-width: 400px;
  }
}
@media only screen and (min-width: 768px) {
  .sa3d-footer-hover-area,
  .sa3d-footer {
    position: fixed;
    min-height: 70px;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .sa3d-footer-hover-area {
    width: 440px;
    right: auto;
    background-color: rgba(255, 255, 255, 0);
    opacity: 0;
    pointer-events: none;
    user-select: none;
  }
  .sa3d-footer {
    transition: bottom 0.5s;
  }
}
@media only screen and (min-width: 1060px) {
  .sa3d-footer p,
  .sa3d-footer-menu {
    margin-top: 0.6em;
    margin-bottom: 0.6em;
    display: block;
    float: left;
  }
  .sa3d-footer p.sa3d-copyright,
  .sa3d-footer-menu {
    float: right;
  }
}
/*------------------------------------*\
	CART ICON
\*------------------------------------*/
a.sa3d-cart-button {
  display: block;
  height: 50px;
  font-size: 13px;
  font-weight: 700;
  margin: 5px 15px;
  text-align: center;
  line-height: 50px;
  background: transparent;
  color: #fff;
  padding-left: 30px;
  text-transform: uppercase;
  cursor: pointer;
}
@media only screen and (min-width: 1000px) {
  a.sa3d-cart-button {
    margin: -22px 0 0 0;
    position: absolute;
    top: 50%;
    right: 0;
    width: 55px;
    height: 45px;
    line-height: 45px;
  }
}
@media (hover: hover) {
  a.sa3d-cart-button:hover::before {
    color: #777;
  }
}

.sa3d-cart-button::before {
  margin-left: -30px;
  margin-top: -10px;
  line-height: 45px;
  position: relative;
  width: 2.5em;
  height: 2.5em;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M401.29,407.23c10.15,10.32,15.23,22.71,15.23,37.16,0,14.45-4.99,26.75-14.97,36.9-9.98,10.15-22.37,15.23-37.16,15.23-14.45,0-26.75-5.08-36.9-15.23-10.15-10.15-15.23-22.45-15.23-36.9,0-14.45,5.08-26.84,15.23-37.16,10.15-10.32,22.45-15.48,36.9-15.48,14.45,0,26.75,5.16,36.9,15.48ZM374.71,454.97c3.1-2.58,4.65-6.11,4.65-10.58s-1.38-8.09-4.13-10.84-6.37-4.13-10.84-4.13-8.09,1.55-10.84,4.65c-2.75,3.1-4.13,6.54-4.13,10.32,0,3.44,1.38,6.71,4.13,9.81s6.37,4.65,10.84,4.65c3.78,0,7.23-1.29,10.32-3.87ZM205.42,391.74c14.45,0,26.75,5.16,36.9,15.48,10.15,10.32,15.23,22.71,15.23,37.16,0,14.45-5.08,26.75-15.23,36.9-10.15,10.15-22.45,15.23-36.9,15.23-14.45,0-26.75-5.08-36.9-15.23-10.15-10.15-15.23-22.45-15.23-36.9,0-14.45,5.08-26.84,15.23-37.16,10.15-10.32,22.45-15.48,36.9-15.48h0ZM215.48,454.97c3.27-2.58,4.9-6.11,4.9-10.58,0-3.78-1.38-7.23-4.13-10.32s-6.37-4.65-10.84-4.65-8.09,1.55-10.84,4.65c-2.75,3.1-4.13,6.54-4.13,10.32,0,3.44,1.38,6.71,4.13,9.81s6.37,4.65,10.84,4.65c3.44,0,6.8-1.29,10.06-3.87ZM160.52,305.55c-4.13,0-7.83,1.63-11.1,4.9s-4.9,7.14-4.9,11.61c0,4.13,1.63,7.74,4.9,10.84s6.97,4.65,11.1,4.65h288v38.71H160.52c-7.23,0-14.11-1.38-20.65-4.13s-12.39-6.71-17.55-11.87c-5.16-5.16-9.12-11.1-11.87-17.81s-4.13-13.51-4.13-20.39c0-7.91,1.55-15.31,4.65-22.19,3.1-6.88,7.4-12.9,12.9-18.06l-53.68-208.52c-1.38-5.85-4.3-10.49-8.77-13.94-4.47-3.44-9.63-5.16-15.48-5.16H3.1V15.48h42.84c14.45,0,27.35,4.56,38.71,13.68,11.35,9.12,18.92,20.9,22.71,35.35l10.84,42.84h0l9.81,37.16h-.52s32,122.84,32,122.84h264.77s34.58-122.84,34.58-122.84h-1.03s10.32-37.16,10.32-37.16h40.77s-55.23,198.19-55.23,198.19H160.52Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  display: inline-block;
  color: #8da676;
  vertical-align: middle;
  padding: 0 5px 0 0;
}

/*------------------------------------*\
	SHED DESIGNER GENERAL
\*------------------------------------*/
.sa3d-sidepadmobile .sa3d-alwayshalfcol,
.sa3d-sidepadmobile .sa3d-alwayshalfcol h1,
.sa3d-sidepadmobile .sa3d-alwayshalfcol h2 {
  line-height: 1.1;
}
.sa3d-sidepadmobile .sa3d-alwayshalfcol h1, .sa3d-sidepadmobile .sa3d-alwayshalfcol h2 {
  margin-right: 1px;
  margin-bottom: 3px;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .sa3d-sidepadmobile .sa3d-alwayshalfcol h1, .sa3d-sidepadmobile .sa3d-alwayshalfcol h2 {
    font-size: 20px;
    line-height: 20px;
  }
}
.sa3d-sidepadmobile .sa3d-alwayshalfcol h1.sa3d-lblstylesize, .sa3d-sidepadmobile .sa3d-alwayshalfcol h2.sa3d-lblstylesize {
  margin-right: 10px;
}
.sa3d-sidepadmobile .sa3d-alwayshalfcol h1.sa3d-lblpriceprediscount, .sa3d-sidepadmobile .sa3d-alwayshalfcol h2.sa3d-lblpriceprediscount {
  font-size: 20px;
}
@media only screen and (min-width: 1000px) {
  .sa3d-sidepadmobile .sa3d-alwayshalfcol h1.sa3d-lblpriceprediscount, .sa3d-sidepadmobile .sa3d-alwayshalfcol h2.sa3d-lblpriceprediscount {
    font-size: 15px;
  }
}
.sa3d-sidepadmobile .sa3d-alwayshalfcol + .sa3d-alwayshalfcol {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .sa3d-sidepadmobile {
    margin-left: 15px !important;
    margin-right: 10px !important;
  }
  .sa3d-sidepadmobile#sa3d-topsavebuttons {
    margin-left: 0 !important;
  }
}
.sa3d-pdfPrinting,
.sa3d-configuratorbody {
  display: none;
}

.sa3d-configuratorbody h1, .sa3d-configuratorbody h2, .sa3d-configuratorbody h4, .sa3d-configuratorbody h4, .sa3d-configuratorbody h5 {
  margin: 0;
}
.sa3d-configuratorbody h1.sa3d-lblstylesize, .sa3d-configuratorbody h2.sa3d-lblstylesize {
  font-size: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .sa3d-configuratorbody h1.sa3d-lblstylesize, .sa3d-configuratorbody h2.sa3d-lblstylesize {
    font-size: 20px;
    line-height: 1;
  }
}
.sa3d-configuratorbody h2 {
  font-size: 30px;
}
.sa3d-configuratorbody h2#sa3d-menutitle {
  padding-top: 5px;
}
.sa3d-configuratorbody h3 + p {
  font-size: 15px;
  color: #666;
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.sa3d-configuratorbody p a {
  text-decoration: underline;
}
.sa3d-configuratorbody img {
  display: block;
  min-height: 30px;
  min-width: 30px;
  background-color: #ccc;
  background-image: resolve("loader-sd-grey-rev.gif");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 15px 15px;
}
.sa3d-configuratorbody img.sa3d-magicsidewallclicker {
  background-color: transparent;
}
.sa3d-configuratorbody, .sa3d-configuratorbody img {
  user-drag: none;
}
.sa3d-configuratorbody div,
.sa3d-configuratorbody span,
.sa3d-configuratorbody canvas,
.sa3d-configuratorbody a {
  user-select: none;
  user-drag: none;
}
.sa3d-configuratorbody canvas {
  display: block; /* hopefully this doesn't break something, did this to remove gap under 3d viewer */
}
.sa3d-configuratorbody #sa3d-listings > p:first-child {
  margin: 0;
  padding: 17px 15px;
  text-align: center;
  font-weight: bold;
  font-size: 17px;
  line-height: 1.4;
  background-color: #e4ebdb;
  border: 3px solid #cddbc5;
}
.sa3d-configuratorbody #sa3d-listings > p:first-child + h3,
.sa3d-configuratorbody #sa3d-listings > p:first-child + .sa3d-sidebarGroup {
  margin-top: 20px;
}
.sa3d-configuratorbody #sa3d-listings > p:first-child + .sa3d-no-options {
  margin-top: 10px;
}
.sa3d-configuratorbody .sa3d-no-options {
  padding-left: 10px;
}

.sa3d-no-options {
  font-style: italic;
}

h3.sa3d-active {
  border: 1px solid red;
}

.sa3d-btn-secondary {
  background-color: #8da676;
}

.sa3d-bodLoad, .sa3d-bodLoad * {
  cursor: progress !important;
  pointer-events: none !important;
}

#sa3d-visualizer {
  position: relative;
  background-color: #ddd;
}
#sa3d-visualizer.sa3d-fs {
  width: 100vw;
  height: 100vh;
}
#sa3d-visualizer.sa3d-printsize {
  width: 800px !important;
  width: 600px !important;
}

#sa3d-visualizerWidth {
  width: 100%;
}
#sa3d-visualizerWidth.sa3d-printsize {
  position: absolute !important;
  top: 0px !important;
  left: 0px !important;
  width: 800px !important;
}

#sa3d-listings {
  width: 100%;
  min-height: 300px;
}

#sa3d-floorplan {
  width: 100%;
  min-height: 300px;
  background-color: #f4f4f4;
  position: relative;
}
#sa3d-floorplan.sa3d-printsize {
  position: absolute !important;
  top: 0px !important;
  left: 0px !important;
  width: 800px !important;
}

.sa3d-floorplan-disclaimer {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: calc(100% - 200px);
  padding: 20px;
  background: rgba(195, 46, 53, 0.9);
  color: #fff;
  display: none;
  font-size: 12px;
  font-weight: bold;
}
.sa3d-floorplan-disclaimer p {
  margin: 0;
}
.sa3d-floorplan-disclaimer p + p {
  margin-top: 0.5em;
}
.sa3d-floorplan-disclaimer.sa3d-show {
  display: block;
}

.sa3d-floorplan-item-details {
  position: absolute;
  z-index: 1;
}
.sa3d-floorplan-item-details.sa3d-fpid-anchor-left, .sa3d-floorplan-item-details.sa3d-fpid-anchor-right {
  top: 50%;
  transform: translateY(-50%);
}
.sa3d-floorplan-item-details.sa3d-fpid-anchor-top, .sa3d-floorplan-item-details.sa3d-fpid-anchor-bottom {
  right: 50%;
  transform: translateX(-50%);
}
.sa3d-floorplan-item-details.sa3d-fpid-anchor-left {
  left: 20px;
  transform: translateX(100%);
}
.sa3d-floorplan-item-details.sa3d-fpid-anchor-right {
  right: 20px;
  transform: translateX(-100%);
}
.sa3d-floorplan-item-details.sa3d-fpid-anchor-top {
  top: 20px;
  transform: translateY(100%);
}
.sa3d-floorplan-item-details.sa3d-fpid-anchor-bottom {
  bottom: 20px;
  transform: translateY(-100%);
}

.sa3d-fpid-move1,
.sa3d-fpid-center,
.sa3d-fpid-move2,
.sa3d-fpid-modal {
  display: none;
}
.sa3d-fpid-show-modal .sa3d-fpid-move1,
.sa3d-fpid-show-modal .sa3d-fpid-center,
.sa3d-fpid-show-modal .sa3d-fpid-move2,
.sa3d-fpid-show-modal .sa3d-fpid-modal {
  display: block;
}

.sa3d-fpid-modal-prompt {
  display: block;
}
.sa3d-fpid-show-modal .sa3d-fpid-modal-prompt {
  display: none;
}

.sa3d-fpid-controls {
  position: absolute;
}
.sa3d-fpid-controls .sa3d-fpid-modal-drag,
.sa3d-fpid-controls .sa3d-fpid-modal-prompt,
.sa3d-fpid-controls .sa3d-fpid-move1,
.sa3d-fpid-controls .sa3d-fpid-center,
.sa3d-fpid-controls .sa3d-fpid-move2 {
  position: absolute;
  transform: translate(-50%, -50%);
}
.sa3d-fpid-controls svg {
  width: 30px;
  height: 30px;
  display: block;
}
.sa3d-fpid-anchor-left .sa3d-fpid-controls, .sa3d-fpid-anchor-right .sa3d-fpid-controls {
  height: 64px;
  width: 30px;
  transform: translateY(-32px);
}
.sa3d-fpid-anchor-left .sa3d-fpid-controls .sa3d-fpid-move2, .sa3d-fpid-anchor-right .sa3d-fpid-controls .sa3d-fpid-move2 {
  top: 0;
}
.sa3d-fpid-anchor-left .sa3d-fpid-controls .sa3d-fpid-center,
.sa3d-fpid-anchor-left .sa3d-fpid-controls .sa3d-fpid-modal-prompt,
.sa3d-fpid-anchor-left .sa3d-fpid-controls .sa3d-fpid-modal-drag, .sa3d-fpid-anchor-right .sa3d-fpid-controls .sa3d-fpid-center,
.sa3d-fpid-anchor-right .sa3d-fpid-controls .sa3d-fpid-modal-prompt,
.sa3d-fpid-anchor-right .sa3d-fpid-controls .sa3d-fpid-modal-drag {
  top: 50%;
}
.sa3d-fpid-anchor-left .sa3d-fpid-controls .sa3d-fpid-move1, .sa3d-fpid-anchor-right .sa3d-fpid-controls .sa3d-fpid-move1 {
  top: 100%;
}
.sa3d-fpid-anchor-top .sa3d-fpid-controls, .sa3d-fpid-anchor-bottom .sa3d-fpid-controls {
  width: 64px;
  height: 30px;
  transform: translateX(-32px);
}
.sa3d-fpid-anchor-top .sa3d-fpid-controls .sa3d-fpid-modal-drag,
.sa3d-fpid-anchor-top .sa3d-fpid-controls .sa3d-fpid-modal-prompt,
.sa3d-fpid-anchor-top .sa3d-fpid-controls .sa3d-fpid-move1,
.sa3d-fpid-anchor-top .sa3d-fpid-controls .sa3d-fpid-center,
.sa3d-fpid-anchor-top .sa3d-fpid-controls .sa3d-fpid-move2, .sa3d-fpid-anchor-bottom .sa3d-fpid-controls .sa3d-fpid-modal-drag,
.sa3d-fpid-anchor-bottom .sa3d-fpid-controls .sa3d-fpid-modal-prompt,
.sa3d-fpid-anchor-bottom .sa3d-fpid-controls .sa3d-fpid-move1,
.sa3d-fpid-anchor-bottom .sa3d-fpid-controls .sa3d-fpid-center,
.sa3d-fpid-anchor-bottom .sa3d-fpid-controls .sa3d-fpid-move2 {
  cursor: pointer;
  transform: translate(-50%, -50%) rotate(90deg);
}
.sa3d-fpid-anchor-top .sa3d-fpid-controls .sa3d-fpid-move1, .sa3d-fpid-anchor-bottom .sa3d-fpid-controls .sa3d-fpid-move1 {
  left: 0;
}
.sa3d-fpid-anchor-top .sa3d-fpid-controls .sa3d-fpid-center,
.sa3d-fpid-anchor-top .sa3d-fpid-controls .sa3d-fpid-modal-prompt,
.sa3d-fpid-anchor-top .sa3d-fpid-controls .sa3d-fpid-modal-drag, .sa3d-fpid-anchor-bottom .sa3d-fpid-controls .sa3d-fpid-center,
.sa3d-fpid-anchor-bottom .sa3d-fpid-controls .sa3d-fpid-modal-prompt,
.sa3d-fpid-anchor-bottom .sa3d-fpid-controls .sa3d-fpid-modal-drag {
  left: 50%;
}
.sa3d-fpid-anchor-top .sa3d-fpid-controls .sa3d-fpid-move2, .sa3d-fpid-anchor-bottom .sa3d-fpid-controls .sa3d-fpid-move2 {
  left: 100%;
}
.sa3d-fpid-modal {
  position: absolute;
  width: 275px;
  background: #333;
  color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.sa3d-fpid-modal .sa3d-fpid-header {
  margin: 12px 15px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  font-size: 1.2em;
  line-height: 1.2;
}
.sa3d-fpid-modal .sa3d-fpid-options {
  margin: 10px 15px 13px;
  font-weight: bold;
}
.sa3d-fpid-modal .sa3d-fpid-options label {
  color: #fff !important;
}
.sa3d-fpid-modal select {
  margin-bottom: 0 !important;
}
.sa3d-fpid-modal .sa3d-pfg {
  font-weight: normal;
}
.sa3d-fpid-modal .sa3d-pfg:not(:first-child) {
  margin-top: 0.5em;
}
.sa3d-fpid-modal .sa3d-pfg .sa3d-pfg-label {
  font-weight: bold;
}
.sa3d-fpid-modal .sa3d-pfg > .sa3d-pfg-label {
  padding-bottom: 0.05em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.sa3d-fpid-modal .sa3d-pfg .sa3d-pfg-choices {
  padding-left: 0.5em;
}
.sa3d-fpid-modal .sa3d-pfg .sa3d-pfg-choices.sa3d-hide-title > .sa3d-pfg-label {
  display: none;
}
.sa3d-fpid-modal .sa3d-pfg.sa3d-hide-title > .sa3d-pfg-label, .sa3d-fpid-modal .sa3d-pfg.sa3d-hide-label > .sa3d-pfg-label {
  display: none !important;
}
.sa3d-fpid-modal .sa3d-pfg.sa3d-hide-title .sa3d-pfg-choices, .sa3d-fpid-modal .sa3d-pfg.sa3d-hide-label .sa3d-pfg-choices {
  padding-left: 0;
}
.sa3d-fpid-modal .sa3d-pfg input[type=radio] + span:after,
.sa3d-fpid-modal .sa3d-pfg input[type=radio] + span:before {
  font-size: 16px !important;
}
.sa3d-fpid-modal .sa3d-pfg select {
  appearance: none;
  -webkit-appearance: none;
}
.sa3d-fpid-modal:after {
  position: absolute;
  content: "";
  width: 0;
  font-size: 0;
  line-height: 0;
}
.sa3d-fpid-anchor-left .sa3d-fpid-modal:after {
  top: 50%;
  left: 0;
  margin-left: -13px;
  margin-top: -12px;
  border-right: 13px solid #333;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.sa3d-fpid-anchor-right .sa3d-fpid-modal:after {
  top: 50%;
  right: 0;
  margin-right: -13px;
  margin-top: -12px;
  border-left: 13px solid #333;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.sa3d-fpid-anchor-top .sa3d-fpid-modal:after {
  left: 50%;
  top: 0;
  margin-top: -13px;
  margin-left: -12px;
  border-bottom: 13px solid #333;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}
.sa3d-fpid-anchor-bottom .sa3d-fpid-modal:after {
  left: 50%;
  bottom: 0;
  margin-bottom: -13px;
  margin-left: -10px;
  border-top: 13px solid #333;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
.sa3d-fpid-anchor-left .sa3d-fpid-modal {
  left: 34px;
  transform: translate(0, -50%);
}
.sa3d-fpid-anchor-right .sa3d-fpid-modal {
  right: 34px;
  transform: translate(0, -50%);
}
.sa3d-fpid-anchor-top .sa3d-fpid-modal {
  top: 34px;
  transform: translate(-50%, 0);
}
.sa3d-fpid-anchor-bottom .sa3d-fpid-modal {
  bottom: 34px;
  transform: translate(-50%, 0);
}
.sa3d-fpid-modal .sa3d-fpid-cols {
  display: flex;
  justify-content: space-between;
}
.sa3d-fpid-modal .sa3d-fpid-cols > div {
  width: 48%;
}

.sa3d-fpid-action-icon {
  cursor: pointer;
  line-height: 1.2;
}
.sa3d-fpid-action-icon svg {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  display: inline-block;
}
.sa3d-fpid-action-icon svg + span {
  margin-left: 4px;
}
.sa3d-fpid-action-icon span {
  display: inline-block;
  vertical-align: middle;
}

.sa3d-colorbox {
  width: 33.3%;
  min-height: 100px;
  display: inline-block;
  background-size: cover;
  background-position: 50% 50%;
  vertical-align: top;
  box-sizing: border-box;
}
.sa3d-colorbox label {
  display: inline-block;
  width: 70%;
  margin: 0 auto;
  padding: 0 0 2px 0;
}
@media only screen and (max-width: 767px) {
  .sa3d-colorbox label {
    padding-bottom: 5px;
  }
}
.sa3d-colorbox label > span > span {
  display: block;
}
.sa3d-colorbox.sa3d-roofbox {
  border: 5px solid white;
}
.sa3d-colorbox.sa3d-roofbox.sa3d-active {
  border: 5px solid #8da676;
}
.sa3d-colorbox.sa3d-tiny {
  position: relative;
  cursor: pointer;
  min-height: 50px;
  width: 13%;
  border: 5px solid #dddddd;
  margin: 2px;
}
.sa3d-colorbox.sa3d-tiny span {
  position: absolute;
  top: 115%;
  width: 80px;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  line-height: 14px;
  vertical-align: middle;
  display: none;
  z-index: 1;
  background: rgba(255, 255, 255, 0.9);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  padding: 2px 0;
  pointer-events: none;
  font-size: 0.9em;
}
.sa3d-colorbox.sa3d-tiny:hover span, .sa3d-colorbox.sa3d-tiny.sa3d-active span {
  display: block;
}
.sa3d-colorbox.sa3d-tiny.sa3d-active {
  border: 5px solid #8da676;
}
.sa3d-colorbox.sa3d-colormatch:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/color-sample.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.sa3d-colorbox.sa3d-wallbox {
  border: 5px solid #ffffff;
  padding: 10px 0;
  margin-right: 3px;
  margin-bottom: 3px;
  width: 32%;
}
.sa3d-colorbox.sa3d-wallbox.sa3d-active {
  border: 5px solid #8da676;
}

.sa3d-sidewallheights {
  display: flex;
  gap: 10px;
}
.sa3d-sidewallheights .sa3d-colorbox {
  display: block;
  width: auto;
}

.sa3d-swh-list-vertical .sa3d-sidewallheights {
  /*&:before {
  	content: 'Sidewall Height';
  	display: block;
  	position: relative;
  	font-weight: bold;
  	border-bottom: 3px solid #555;
  	margin: .75em 0 .35em 0;
  	font-size: 1.2em;
  	color: #555;
  }*/
  display: block;
  padding-top: 0.35em;
}
.sa3d-swh-list-vertical .sa3d-sidewallheights .sa3d-colorbox {
  min-height: 0;
}
.sa3d-swh-list-vertical .sa3d-sidewallheights .sa3d-colorbox img {
  display: none;
}
.sa3d-swh-list-vertical .sa3d-sidewallheights .sa3d-colorbox strong {
  display: none;
}

.sa3d-colorboxthumb {
  position: relative;
  cursor: pointer;
  width: 80%;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 1;
}

.sa3d-rooftitle {
  display: block;
  text-align: center;
  font-weight: 600;
  line-height: 1.2;
  padding: 4px 0;
}

.sa3d-incbox {
  display: flex;
  padding-top: 2px;
  padding-bottom: 5px;
}
.sa3d-incbox span {
  line-height: 22px;
}

.sa3d-incbtn {
  cursor: pointer;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  height: 20px;
  color: #8da676;
}
@media (hover: hover) {
  .sa3d-incbtn:hover {
    color: #555;
  }
}

.sa3d-incnum {
  text-align: center;
  min-width: 25px;
  display: inline-block;
  font-size: 22px;
}

.sa3d-propbox {
  position: relative;
  width: 31%;
  min-height: 100px;
  display: inline-block;
  user-select: none;
  background: #fafafa;
  border: 1px solid #e0e0e0;
  padding: 10px 0;
  margin: 5px 5px 0 0;
  vertical-align: top;
  line-height: 1.3;
  /* .sa3d-infocornerprop .sa3d-icon-circle-info::after {
  	content: "\e92f";
  	color: #fafafa;
  	opacity: .8;
  	position: absolute;
  	top: -2px;
  	right: -3px;
  	font-size: 28px !important;
  	z-index: 0;
  } */
}
.sa3d-propbox img {
  margin-bottom: 5px;
  min-width: 40px;
  min-height: 40px;
}
.sa3d-propbox.sa3d-disabled {
  opacity: 0.5;
}
.sa3d-configuratorbody .sa3d-propbox img {
  background-color: transparent;
  background-image: resolve("loader-sd-grey.gif");
  background-size: 25px 25px;
}
.sa3d-configuratorbody #sa3d-storageListing .sa3d-propbox img {
  background-image: none;
}
.sa3d-propbox .sa3d-choicewrapper {
  text-align: center;
  padding-left: 0;
}
.sa3d-propbox .sa3d-infocornerprop {
  cursor: pointer;
  top: 4px;
  right: 4px;
}
.sa3d-propbox .sa3d-infocornerlower {
  cursor: pointer;
  right: 4px;
}
.sa3d-propbox .sa3d-infocornerprop .sa3d-icon-circle-info::before {
  position: absolute;
  top: 0;
  right: 0;
  color: #8da676;
  z-index: 1;
}
.sa3d-propbox .sa3d-infocornerprop .sa3d-icon-circle-info.sa3d-primary-color::before {
  color: #8da676;
}

#sa3d-dropDragger {
  visibility: hidden;
  display: none;
  width: 150px;
  height: 150px;
  position: absolute;
  pointer-events: none;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 50;
}

.sa3d-choicewrapper {
  position: relative;
}
h3 + .sa3d-choicewrapper {
  /* &:before {
  	position: relative;
  	content: '';
  	height: 10px;
  	background-color: #f4f4f4;
  	display: block;
  } */
}
.sa3d-choicewrapper .sa3d-infocornerhigher {
  top: 6px;
  right: 7px;
}
.sa3d-choicewrapper + .sa3d-choicewrapper .sa3d-infocornerhigher {
  top: -1px;
}
.sa3d-choicewrapper#sa3d-wainsholder .sa3d-infocornerhigher {
  top: 6px;
}

.sa3d-choicewrapperinline {
  position: relative;
  display: inline-block;
}

.sa3d-infocorner > [class^=sa3d-icon-],
.sa3d-infocorner > [class*=" sa3d-icon-"],
.sa3d-infocornerprop > [class^=sa3d-icon-],
.sa3d-infocornerprop > [class*=" sa3d-icon-"],
.sa3d-infocornerhigher > [class^=sa3d-icon-],
.sa3d-infocornerhigher > [class*=" sa3d-icon-"],
.sa3d-infocornerlower > [class^=sa3d-icon-],
.sa3d-infocornerlower > [class*=" sa3d-icon-"],
.sa3d-infocornerleft > [class^=sa3d-icon-],
.sa3d-infocornerleft > [class*=" sa3d-icon-"],
.sa3d-incbtn > [class^=sa3d-icon-],
.sa3d-incbtn > [class*=" sa3d-icon-"] {
  width: 22px;
  height: 22px;
}
.sa3d-infocorner > [class^=sa3d-icon-]::before,
.sa3d-infocorner > [class*=" sa3d-icon-"]::before,
.sa3d-infocornerprop > [class^=sa3d-icon-]::before,
.sa3d-infocornerprop > [class*=" sa3d-icon-"]::before,
.sa3d-infocornerhigher > [class^=sa3d-icon-]::before,
.sa3d-infocornerhigher > [class*=" sa3d-icon-"]::before,
.sa3d-infocornerlower > [class^=sa3d-icon-]::before,
.sa3d-infocornerlower > [class*=" sa3d-icon-"]::before,
.sa3d-infocornerleft > [class^=sa3d-icon-]::before,
.sa3d-infocornerleft > [class*=" sa3d-icon-"]::before,
.sa3d-incbtn > [class^=sa3d-icon-]::before,
.sa3d-incbtn > [class*=" sa3d-icon-"]::before {
  font-size: 22px;
}

.sa3d-infocornerprop {
  position: absolute;
  top: 1px;
  right: 0px;
}

.sa3d-infocorner {
  position: absolute;
  top: 14px;
  right: 0px;
}

.sa3d-infocornerhigher {
  position: absolute;
  top: 0;
  right: 0;
}

a.sa3d-infocorner,
a.sa3d-infocornerhigher,
a.sa3d-infocornerlower,
a.sa3d-infocornerleft {
  text-decoration: none !important;
}

.sa3d-colSidebar {
  margin-left: auto;
  margin-right: auto;
  max-width: 450px;
}
.sa3d-colSidebar > h2:first-child {
  line-height: 1.1;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .sa3d-read-only .sa3d-colSidebar > h2:first-child {
    min-height: 40px;
    padding-bottom: 10px;
    margin-bottom: 0;
  }
}

.sa3d-infocornerlower {
  position: absolute;
  bottom: 0;
  right: 0;
}

.sa3d-infocornerleft {
  position: absolute;
  left: 15px;
  top: 4px;
  font-size: 18px !important;
}
@media only screen and (min-width: 350px) {
  .sa3d-infocornerleft {
    top: 1px;
    font-size: 22px !important;
  }
}
@media only screen and (min-width: 768px) {
  .sa3d-infocornerleft {
    left: 0;
  }
}

.sa3d-navarrow {
  top: 5px;
  position: relative;
}
.sa3d-navarrow svg {
  width: 30px;
  height: 30px;
  user-select: none;
}

.sa3d-mobileHandle {
  width: 12%;
  height: 100%;
  position: absolute;
  top: 0px;
}

#sa3d-mobileHandleLeft {
  left: 0px;
}

#sa3d-mobileHandleRight {
  right: 0px;
}

@media (hover: hover) {
  #sa3d-btnReset:hover, #sa3d-btnReset:active,
  .sa3d-alertred, .sa3d-alertred:hover {
    color: #ff0000;
  }
}
#sa3d-btnReset svg,
.sa3d-btnPdfDownload svg {
  vertical-align: middle;
}

@media (hover: hover) {
  .sa3d-btnPdfDownload:hover {
    color: #555;
  }
}

.sa3d-help-links {
  position: relative;
  display: inline-block;
  width: 100%;
}

#sa3d-backtohome {
  float: left;
  position: relative;
  display: inline-block;
  font-weight: bold;
}
#sa3d-backtohome svg {
  vertical-align: bottom;
  font-weight: normal;
  font-size: 0.9em;
}

.sa3d-btnPdfDownload {
  display: inline-block;
}
.sa3d-btnPdfDownload span {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  padding-right: 5px;
  vertical-align: middle;
}
.sa3d-btnPdfDownload svg {
  width: 32px;
  height: 32px;
  vertical-align: middle;
}

.sa3d-forceleft {
  text-align: left !important;
}

.sa3d-forceright {
  text-align: right !important;
}

.sa3d-boxThumb {
  max-height: 70px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.sa3d-boxThumb {
  max-width: 88%;
}

.sa3d-inlinealert > span {
  display: block;
  font-weight: 500;
  color: #9c1515;
  padding: 0.5em 0.75em;
  border: 1px solid #ffcccc;
  background: #fff7f7;
}
* + .sa3d-inlinealert > span {
  margin-top: 5px;
  margin-bottom: 5px;
}
h3 + p + .sa3d-inlinealert > span {
  margin-top: -10px;
}
.sa3d-inlinealert > span + span {
  margin-top: 0.5em;
  padding-top: 0.5em;
  border-top: 1px solid #ffcccc;
}

.sa3d-XLTable td, .sa3d-XLTable th {
  padding: 10px;
  border: 1px solid black;
  text-align: center;
  font-size: 15px;
}

table.sa3d-sizitem {
  width: 100%;
  max-width: 380px;
  border-width: 0;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  table.sa3d-sizitem {
    max-width: 500px;
  }
}
table.sa3d-sizitem td {
  border-width: 0;
  padding: 2px 0;
  width: 40%;
}
table.sa3d-sizitem td:first-child {
  white-space: nowrap;
}
table.sa3d-sizitem td:last-child {
  width: 20%;
  padding-right: 15px;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  table.sa3d-sizitem td:last-child {
    padding-right: 0;
  }
}
.sa3d-has-info > table.sa3d-sizitem td:first-child {
  padding-left: 35px;
}
@media only screen and (min-width: 350px) {
  .sa3d-has-info > table.sa3d-sizitem td:first-child {
    padding-left: 38px;
  }
}
table.sa3d-sizitem h3 {
  margin: 0;
  font-size: 18px;
}
@media only screen and (min-width: 350px) {
  table.sa3d-sizitem h3 {
    font-size: 20px;
  }
}
table.sa3d-sizitem .sa3d-selbox {
  margin-left: auto;
  width: 85px;
  position: relative;
  background-color: #f0f0f0;
  color: #999;
  text-align: center;
}
@media only screen and (min-width: 350px) {
  table.sa3d-sizitem .sa3d-selbox {
    width: 120px;
  }
}
table.sa3d-sizitem .sa3d-sizSel,
table.sa3d-sizitem .sa3d-sizUns {
  font-size: 13px;
  line-height: 2;
}
@media only screen and (min-width: 350px) {
  table.sa3d-sizitem .sa3d-sizSel,
  table.sa3d-sizitem .sa3d-sizUns {
    font-size: 15px;
  }
}
table.sa3d-sizitem .sa3d-sizSel {
  display: none;
}
@media only screen and (min-width: 350px) {
  table.sa3d-sizitem .sa3d-sizSel::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ffffff' d='M256,8C119.04,8,8,119.08,8,256s111.04,248,248,248,248-111,248-248S392.96,8,256,8ZM396.39,221.42l-140.9,139.35c-3.78,3.78-8,6.62-12.65,8.52-4.65,1.89-9.55,2.84-14.71,2.84-4.82,0-9.63-.95-14.45-2.84-4.82-1.89-9.12-4.73-12.9-8.52l-74.32-73.81c-7.57-7.23-11.35-16.17-11.35-26.84s3.78-19.78,11.35-27.35c7.57-7.23,16.69-10.84,27.35-10.84s19.78,3.61,27.35,10.84l46.97,46.45,113.55-112c7.57-7.57,16.69-11.35,27.35-11.35s19.78,3.78,27.35,11.35,11.35,16.6,11.35,27.1-3.78,19.53-11.35,27.1Z'/%3E%3C/svg%3E");
    display: inline-block;
    width: 16px;
    height: 16px;
    transform: translateY(18%);
    padding-right: 5px;
    margin-left: -5px;
  }
}
table.sa3d-sizitem .sa3d-sizUns {
  display: block;
}
@media (hover: hover) {
  table.sa3d-sizitem .sa3d-selbox:hover {
    background-color: #c5d3b7;
    color: #fff;
  }
}
table.sa3d-sizitem .sa3d-selbox:active {
  background-color: #c5d3b7;
  color: #fff;
}
table.sa3d-sizitem.sa3d-active .sa3d-selbox {
  background-color: #8da676;
  color: #fff;
  font-weight: bold;
}
table.sa3d-sizitem.sa3d-active .sa3d-sizSel {
  display: block;
}
table.sa3d-sizitem.sa3d-active .sa3d-sizUns {
  display: none;
}
table.sa3d-sizitem.sa3d-temitem td:first-child {
  padding-left: 0;
  width: 60%;
}
table.sa3d-sizitem.sa3d-temitem td:first-child h3 {
  padding-left: 25px;
}
table.sa3d-sizitem.sa3d-temitem td:nth-child(2) {
  width: 20%;
  text-align: center;
}
table.sa3d-sizitem.sa3d-temitem h3 {
  font-size: 15px;
}
@media only screen and (min-width: 350px) {
  table.sa3d-sizitem.sa3d-temitem h3 {
    font-size: 17px;
  }
}
table.sa3d-sizitem .sa3d-size-append {
  font-size: 0.8em;
}

#sa3d-visualizerControls {
  text-align: left;
  width: 100%;
  display: block;
  position: absolute;
  top: 20px;
  font-size: 12px;
  color: #ffffff;
}
#sa3d-visualizerControls .sa3d-btnboxy {
  display: inline-block;
  text-align: center;
  position: relative;
  margin-left: 15px;
}
@media only screen and (min-width: 400px) {
  #sa3d-visualizerControls .sa3d-btnboxy {
    margin-left: 25px;
  }
}
#sa3d-visualizerControls svg {
  width: 25px;
  height: 25px;
  margin-bottom: 2px;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  vertical-align: top;
}
@media (hover: hover) {
  #sa3d-visualizerControls svg:hover {
    opacity: 0.5;
  }
}
#sa3d-visualizerControls #sa3d-btnFullscreen,
#sa3d-visualizerControls #sa3d-lblFullscreen {
  display: none;
}
@media only screen and (min-width: 768px) {
  #sa3d-visualizerControls #sa3d-btnFullscreen {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) {
  #sa3d-visualizerControls #sa3d-lblFullscreen {
    display: block;
  }
}

#sa3d-lblHome {
  position: relative;
  pointer-events: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
  text-align: center;
}

#sa3d-lblFullscreen {
  position: relative;
  pointer-events: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
  text-align: center;
}

#sa3d-lblRotate {
  position: relative;
  pointer-events: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
  text-align: center;
}

#sa3d-btnFullscreen {
  position: relative;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center;
}

#sa3d-btnRotHome {
  position: relative;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center;
}

#sa3d-btnRotLeft {
  cursor: pointer;
  padding-right: 2px;
}

#sa3d-btnRotRight {
  cursor: pointer;
  padding-left: 2px;
}

.sa3d-open-admin.sa3d-gear-icon {
  color: #555;
  display: inline-block;
  padding: 0 2px 0 5px;
  font-size: 32px;
  transform: translateY(3px);
}
.sa3d-open-admin.sa3d-gear-icon svg {
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
.sa3d-open-admin.sa3d-gear-icon:active {
  color: #333;
}
@media (hover: hover) {
  .sa3d-open-admin.sa3d-gear-icon:hover {
    color: #333;
  }
}
.sa3d-open-admin.sa3d-gear-icon span {
  display: inline-block;
  text-indent: -9999px;
}

.sa3d-colorpicker > h3,
#sa3d-listings > h3,
#sa3d-storageListing > h3,
.sa3d-sidebarGroup > h3 {
  border-bottom: 3px solid #555;
  margin-top: 16px;
  margin-bottom: 5px;
  font-size: 24px;
}

#sa3d-storageListing > h3,
.sa3d-sidebarGroup > h3 {
  margin-bottom: 10px;
}

#sa3d-listings > h3.sa3d-clickable {
  border: 0;
  color: #fff;
  font-size: 20px;
  padding: 10px 15px;
  margin-top: 5px;
  margin-bottom: 0;
  text-align: center;
}

#sa3d-listings > h3 + span {
  display: inline-block;
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  #sa3d-listings > h3 + span {
    margin-left: 15px;
  }
}

@media (hover: hover) {
  #sa3d-listings > h3.sa3d-clickable:hover,
  #sa3d-listings > h3.sa3d-clickable:active {
    background: #777;
  }
}
.sa3d-colorpicker {
  padding-bottom: 30px;
}
.sa3d-colorpicker > span {
  display: block;
}
.sa3d-colorpicker > span:first-child {
  font-weight: bold;
}
.sa3d-colorpicker br {
  display: none !important;
}
.sa3d-colorpicker + .sa3d-inlinealert + .sa3d-centerbuttonwrap,
.sa3d-colorpicker + .sa3d-centerbuttonwrap {
  margin-top: 35px;
}
.sa3d-colorpicker + .sa3d-colorpicker {
  margin-top: -10px;
}

.sa3d-primary-colorcirclebutton svg {
  width: 22px !important;
  height: 22px !important;
  cursor: pointer;
}

.sa3d-housebox {
  position: relative;
  vertical-align: top;
  margin-top: 5px;
  padding-bottom: 5px;
  border: 5px solid white;
}
.sa3d-housebox.sa3d-colorbox {
  min-height: 0;
}
.sa3d-housebox.sa3d-active {
  border-color: #8da676;
}
.sa3d-housebox.sa3d-active .sa3d-housethumb-wrapper {
  position: relative;
}
.sa3d-housebox.sa3d-active .sa3d-housethumb-wrapper:after {
  position: absolute;
  content: "";
  border: 5px solid #8da676; /* override exists */
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  pointer-events: none;
  user-select: none;
}
.sa3d-housebox img.sa3d-housethumb {
  cursor: pointer;
  display: block;
  min-height: 30px;
  margin: 0;
  width: 100%;
}
.sa3d-housebox .sa3d-infocorner {
  top: 0;
  right: 3px;
  opacity: 0.7;
  cursor: pointer;
  font-size: 22px !important;
}

.sa3d-housetitle {
  position: relative;
  text-align: center;
  display: block;
  margin-top: 5px;
  font-weight: 600;
  line-height: 1.2;
}
@media only screen and (min-width: 400px) {
  .sa3d-housetitle {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.sa3d-housebox .sa3d-infocorner {
  color: #fff !important;
}

@media (hover: hover) {
  .sa3d-housebox .sa3d-infocorner:hover,
  .sa3d-housebox .sa3d-infocorner:active {
    color: #fff !important;
  }
  .sa3d-housebox .sa3d-infocorner:hover,
  .sa3d-housebox .sa3d-infocorner:active {
    opacity: 1;
  }
}
.sa3d-g_wainscot {
  white-space: nowrap;
}

#sa3d-sidebarForm p {
  padding-top: 10px;
  padding-bottom: 10px;
}

.sa3d-catbox h3 {
  margin-top: 1em;
  margin-bottom: 0.2em;
}
.sa3d-catbox h3:not(:first-child) {
  margin-top: 0.5em;
  font-size: 24px;
  transform: translateX(15px);
}

.sa3d-colHidden {
  display: none !important;
}

.sa3d-extrahidden {
  pointer-events: none;
  position: absolute;
  top: 0px;
  margin-top: -7px !important;
  height: 0 !important;
  overflow: hidden;
  left: 0px;
  opacity: 0;
}

.sa3d-showPointer {
  cursor: pointer;
}

.sa3d-textlink {
  color: #8da676;
}
@media (hover: hover) {
  .sa3d-textlink:hover {
    color: #555 !important;
  }
}

table.sa3d-summarytable {
  width: 100%;
  border-width: 0;
}
table.sa3d-summarytable td {
  padding: 0;
  border-width: 0;
}
table.sa3d-summarytable td:last-child {
  text-align: right;
}

#sa3d-menutoggle, #sa3d-menutoggle * {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.sa3d-intermodal {
  display: none;
}
.sa3d-intermodal.sa3d-active {
  display: block;
}

.sa3d-visdisclaimer {
  display: block;
  position: absolute;
  padding: 0px;
  margin: 0px;
  bottom: 10px;
  left: 10px;
  right: 140px;
  color: #fff;
  text-align: left;
  font-size: 10px;
  line-height: 14px;
  font-style: italic;
}
@media only screen and (max-width: 499px) {
  .sa3d-visdisclaimer {
    color: #333;
    bottom: auto;
    top: calc(100% + 5px);
    left: 15px;
    right: 10px;
  }
}

#sa3d-lbl_addhei_container {
  background-color: #e5e5e5;
  padding: 5px;
  padding-bottom: 0px;
  display: block;
  margin-bottom: 5px;
}

.sa3d-rbls_addhei input {
  margin-left: -22px !important;
}
@media only screen and (max-width: 767px) {
  .sa3d-rbls_addhei input {
    margin-left: -26px !important;
  }
}
.sa3d-rbls_addhei input + span {
  padding-left: 0 !important;
}

label.sa3d-rbls_addhei {
  display: block;
}
.sa3d-colorbox label.sa3d-rbls_addhei {
  margin-left: 40px;
}
@media only screen and (max-width: 767px) {
  .sa3d-colorbox label.sa3d-rbls_addhei {
    margin-left: 45px;
  }
}

.sa3d-primary-color-header {
  color: #FFF;
  padding: 10px;
  display: block;
}

.sa3d-noleftmargin {
  margin-left: 0;
}

img.sa3d-noleftmargin {
  margin-left: 40px;
}
@media only screen and (max-width: 767px) {
  img.sa3d-noleftmargin {
    margin-left: 45px;
  }
}

img.sa3d-magicsidewallclicker {
  margin-top: 15px;
  max-width: calc(100% - 25px);
  cursor: pointer;
}

h2.lblprice,
.sizitem h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

h2.sa3d-lblpriceprediscount {
  color: #aaaaaa;
  font-size: 20px;
  display: inline-block;
  position: relative;
  right: 0px;
}
h2.sa3d-lblpriceprediscount::before {
  content: "";
  border-bottom: 2px solid #aaaaaa;
  width: 100%;
  position: absolute;
  right: 0;
  top: 47%;
}

.sa3d-large-price:not(.sa3d-total-block),
#sa3d-showcalculator {
  float: right;
  line-height: 1.1;
  margin-left: 13px;
}
@media only screen and (min-width: 1000px) {
  .sa3d-large-price:not(.sa3d-total-block),
  #sa3d-showcalculator {
    margin-left: 8px;
  }
}

#sa3d-btnReset {
  float: right;
  position: relative;
  display: inline-block;
}

#sa3d-adminbox {
  width: 40%;
  display: inline-block;
  overflow: hidden;
  float: left;
}

.sa3d-layersopencircle {
  position: absolute;
  cursor: pointer;
  left: 12px;
  top: 10px;
  z-index: 20;
  color: #777;
}
.sa3d-layersopencircle,
.sa3d-layersopencircle svg {
  width: 28px;
  height: 28px;
}
@media (hover: hover) {
  .sa3d-layersopencircle:hover {
    color: #8da676;
  }
}
@media only screen and (max-width: 1200px) {
  .sa3d-propmodalopen .sa3d-layersopencircle {
    display: none !important;
  }
}

.sa3d-layertoggleshold {
  position: absolute;
  left: 0;
  top: 0;
  padding: 43px 14px 14px;
  background: rgba(255, 255, 255, 0.85);
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .sa3d-layertoggleshold {
    left: 5px;
    top: 5px;
    padding: 10px;
  }
}

@media only screen and (max-width: 1200px) {
  .sa3d-propmodalopen .sa3d-layertoggleshold,
  .sa3d-propmodalopen .sa3d-layersopencircle {
    display: none !important;
  }
}

#sa3d-layertoggles > label {
  display: block;
  margin-top: 5px;
}

.sa3d-needhelpoverpop {
  margin: 0px;
  padding: 20px;
  text-align: center;
  background-color: #ededed;
  border: 3px solid #dcdcdc;
  color: #979797;
}
.sa3d-needhelpoverpop a {
  display: block;
  width: 100%;
  color: #8da676;
  font-weight: 600;
  font-size: 17px;
  padding-top: 10px;
}

#sa3d-btnMobStorageItem,
#sa3d-btnCtaNext {
  text-align: center;
  margin: 25px;
  padding: 10px;
  background-color: #8da676;
  color: #fff;
  font-weight: 600;
  font-size: 17px;
  border: 0px;
  outline: none;
}

#sa3d-btnCtaNext {
  width: 100%;
  margin: 10px 0;
  text-align: left;
  white-space: normal;
}

.sa3d-lblstylesize,
#sa3d-alsogohome {
  float: left;
  margin-right: 15px;
}

#sa3d-alsogohome {
  display: inline-block;
}

.sa3d-alwayshalfcol {
  /*  width: 49%;
     display: inline-block;
     vertical-align: top;
     margin-left: -10px;
     margin-right: -10px;
     padding-left: 10px;
     padding-right: 10px;
     box-sizing: content-box;
     @include min_width($min-400) { width: 49.5%; }
  @include min_width($min-768) { width: 49%; }
  @include min_width($min-900) { width: 49.5%; } */
  display: inline-block;
  width: 50%;
  vertical-align: top;
}

.sa3d-row-alwayshalf {
  white-space: nowrap;
}
.sa3d-row-alwayshalf > .sa3d-alwayshalfcol {
  white-space: normal;
}

/*------------------------------------*\
	TOP / BOTTOM SAVE BUTTONS
\*------------------------------------*/
#sa3d-topsavebuttons,
.sa3d-bottom-buttons-right {
  text-align: right;
  padding-left: 8px;
  padding-top: 5px;
}
#sa3d-topsavebuttons > *,
.sa3d-bottom-buttons-right > * {
  text-align: left;
}

#sa3d-topsavebuttons input[type=button].sa3d-button {
  text-transform: none;
  font-size: 23px;
  padding: 7px 18px;
  border: 0;
  font-weight: 700;
}
@media only screen and (min-width: 1150px) {
  #sa3d-topsavebuttons {
    position: absolute;
    right: 0px;
  }
}

.hide-buy .sa3d-btnBuy {
  display: none !important;
}

.sa3d-save-buttons {
  display: inline-block;
}

/*------------------------------------*\
	LOADER / SPINNER
\*------------------------------------*/
.sa3d-spinner-icon i {
  display: block;
  width: 40px;
  height: 40px;
  border: 6px solid rgba(255, 255, 255, 0.5);
  border-top: 6px solid #fff;
  border-radius: 50%;
  animation-duration: 1s;
}
.sa3d-spinner-icon.sa3d-btnboxy {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -30px 0 0 -20px;
}

.sa3d-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
  display: block;
  width: 30px;
  height: 30px;
  border: 5px solid rgba(204, 204, 204, 0.5);
  border-top: 5px solid #999;
  border-radius: 50%;
  animation-duration: 1s;
}

.sda-status {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.5em;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 10px;
  opacity: 0;
  user-select: none;
  transition: opacity 400ms ease-in-out;
}
.sda-status.show {
  opacity: 1;
}
.sda-status.success {
  color: #229e6e;
  background: #cefae8;
  border: 1px solid #93d8bd;
}
.sda-status.error {
  color: #9e2222;
  background: #facedd;
  border: 1px solid #edcdcd;
}

.sa3d-loader,
.sa3d-spinanim {
  animation-name: spin;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*------------------------------------*\
	TABS
\*------------------------------------*/
.sa3d-tabs-wrapper {
  width: 100%;
  border-bottom: 2px solid #8da676;
}

.sa3d-tabs {
  position: relative;
  display: table;
  flex-wrap: nowrap;
  width: 100%;
  table-layout: fixed;
  margin: 0;
  padding: 10px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .sa3d-tabs {
    width: auto;
  }
  .sa3d-read-only .sa3d-tabs {
    padding-top: 0;
  }
}
.sa3d-tabs > li {
  position: relative;
  display: table-cell;
  width: 25%;
  height: 55px;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
  font-weight: 600;
  overflow: visible;
  font-size: 11px;
  line-height: 1.2;
  border: 2px solid #8da676;
  border-color: rgba(141, 166, 118, 0.3);
  border-bottom: 0;
  border-left: 0;
  padding: 0.85em 0.9em;
  background: rgb(245, 251, 243);
  background: -moz-linear-gradient(top, rgb(245, 251, 243) 0%, rgb(226, 231, 217) 100%);
  background: -webkit-linear-gradient(top, rgb(245, 251, 243) 0%, rgb(226, 231, 217) 100%);
  background: linear-gradient(to bottom, rgb(245, 251, 243) 0%, rgb(226, 231, 217) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f5fbf3", endColorstr="#e2e7d9",GradientType=0 );
}
@media only screen and (min-width: 768px) {
  .sa3d-tabs > li.sa3d-mobileonly {
    display: none;
  }
}
.sa3d-tabs > li.sa3d-active {
  color: #fff;
  background: #8da676;
}
.sa3d-tabs > li.sa3d-active,
.sa3d-tabs > li.sa3d-active a {
  color: #fff;
}
@media only screen and (min-width: 360px) {
  .sa3d-tabs > li {
    font-size: 13px;
  }
}
@media only screen and (min-width: 480px) {
  .sa3d-tabs > li {
    text-align: left;
  }
}
@media only screen and (min-width: 600px) {
  .sa3d-tabs > li {
    width: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .sa3d-tabs > li {
    font-size: 16px;
  }
}
.sa3d-tabs a {
  display: inline-block;
  text-decoration: none;
}
.sa3d-configuratorbody .sa3d-tabs a {
  color: #8da676;
}
@media (hover: hover) {
  .sa3d-configuratorbody .sa3d-tabs a:hover {
    color: #8da676;
  }
}
.sa3d-tabs a span {
  opacity: 0.75;
}
@media only screen and (min-width: 480px) {
  .sa3d-tabs a span {
    position: relative;
    display: inline-block;
  }
}
.sa3d-tabs a svg {
  display: block;
  margin: 0 auto 4px;
  width: 26px;
  height: 26px;
}
@media only screen and (min-width: 480px) {
  .sa3d-tabs a svg {
    position: absolute;
    top: 50%;
    margin: -13px 0 0 0;
  }
}
.sa3d-configuratorbody .sa3d-tabs .sa3d-active a {
  color: #fff;
}
@media (hover: hover) {
  .sa3d-configuratorbody .sa3d-tabs .sa3d-active a:hover {
    color: #fff;
  }
}
.sa3d-tabs::before {
  left: 0;
  top: 10px;
  z-index: 1;
  background: rgba(141, 166, 118, 0.4);
}
.sa3d-tabs #sa3d-pill-cfg svg {
  width: 18px;
  height: 18px;
  margin-bottom: 8px;
}
@media only screen and (min-width: 480px) {
  .sa3d-tabs #sa3d-pill-cfg span {
    padding-left: 30px;
  }
  .sa3d-tabs #sa3d-pill-3dv span {
    padding-left: 30px;
  }
  .sa3d-tabs #sa3d-pill-fpe span {
    padding-left: 28px;
  }
  .sa3d-tabs #sa3d-pill-sv span {
    padding-left: 30px;
  }
  .sa3d-tabs #sa3d-pill-cfg svg {
    margin-top: -9px;
    margin-bottom: 4px;
    margin-left: -32px;
  }
  .sa3d-tabs #sa3d-pill-3dv svg {
    margin-left: -32px;
  }
  .sa3d-tabs #sa3d-pill-fpe svg {
    margin-left: -32px;
  }
  .sa3d-tabs #sa3d-pill-sv svg {
    margin-left: -33px;
  }
}
@media only screen and (min-width: 600px) {
  .sa3d-tabs {
    table-layout: auto;
  }
}
@media only screen and (min-width: 1150px) {
  .sa3d-tabs {
    height: 55px;
  }
}

.sa3d-tabs > li.sa3d-active::before,
.sa3d-tabs::before {
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  width: 2px;
  bottom: 0;
  background: #8da676;
}

@media only screen and (min-width: 768px) {
  .sa3d-tabs > li.sa3d-active:first-child::before,
  .sa3d-tabs > .sa3d-mobileonly:first-child + li.sa3d-active::before {
    left: 0;
    z-index: 1;
  }
}
.sa3d-tabs > li.sa3d-active span {
  opacity: 1;
}

@media (hover: hover) {
  .sa3d-tabs > li:hover span {
    opacity: 1;
  }
}
/*------------------------------------*\
	TAB PANES
\*------------------------------------*/
.sa3d-tab-pane, #sa3d-visualizer {
  min-height: 200px;
}

@media only screen and (max-width: 499px) {
  #sa3d-pills-3dv {
    margin-bottom: 40px;
  }
}

/*------------------------------------*\
	3D CANVAS AREA
\*------------------------------------*/
.konvajs-content,
.sa3d-konvajs-content {
  margin-left: auto;
  margin-right: auto;
}

#sa3d-layoutwraphold {
  position: relative;
  width: 100%;
  z-index: 1;
}

/*------------------------------------*\
	STORAGE SECTION
\*------------------------------------*/
.sa3d-storageadder {
  width: 100%;
  text-align: center;
  font-size: 36px;
  color: #8da676;
}
@media (hover: hover) {
  .sa3d-storageadder:hover {
    color: #555;
  }
}

/*------------------------------------*\
	APP LOGO
\*------------------------------------*/
.sa3d-overlay-logo,
.sa3d-app-logo {
  display: block;
  position: absolute;
  right: 15px;
  width: 25%;
  height: 0;
  padding-top: 10%;
  text-indent: -9999px;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-color: transparent;
  background-position: 100% 0;
}

.sa3d-overlay-logo {
  top: 15px;
  max-width: 160px;
}

.sa3d-app-logo {
  bottom: 15px;
  max-width: 120px;
}
@media only screen and (min-width: 600px) {
  .sa3d-app-logo {
    padding-top: 0;
    width: 120px;
    height: 50px;
  }
}

.sa3d-app-logo-rev {
  background-image: resolve("3d-structure-app-logo-rev.png");
}

.sa3d-app-logo-color {
  background-image: resolve("3d-structure-app-logo-color.png");
}

/*------------------------------------*\
	MODAL
\*------------------------------------*/
.sa3d-blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
}
.sa3d-blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.sa3d-blocker.sa3d-behind {
  background-color: transparent;
}

.sa3d-modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 10;
  max-width: 500px;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 15px 30px;
  border-radius: 8px;
  box-shadow: 0 0 10px #000;
  text-align: left;
}
.sa3d-modal > p { /* note */
  margin: 0px;
  padding: 20px;
  background-color: #e4ebdb;
  border: 3px solid #cddbc5;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .sa3d-modal > p {
    padding: 30px;
  }
}
.sa3d-modal .sa3d-liveSummary {
  margin-left: 0;
  margin-right: 0;
}
.sa3d-modal .sa3d-financing-options-wrapper h2 {
  margin-top: 0;
}
.sa3d-modal a.sa3d-close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 1024 1024'%3E%3Cpath fill='%23ffffff' d='M592.194 512l395.544-395.544c22.18-22.18 22.18-58.014 0-80.194-22.18-22.082-58.014-22.082-80.194 0l-395.544 395.544-395.544-395.544c-22.18-22.082-58.014-22.082-80.194 0-22.082 22.18-22.082 58.014 0 80.194l395.544 395.544-395.544 395.544c-22.18 22.18-22.18 58.014 0 80.194 11.042 11.042 25.569 16.562 40.096 16.562s29.056-5.52 40.096-16.562l395.544-395.544 395.544 395.544c11.042 11.042 25.569 16.562 40.096 16.562s29.056-5.52 40.096-16.562c22.18-22.18 22.18-58.014 0-80.194l-395.544-395.544z'%3E%3C/path%3E%3C/svg%3E");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  text-indent: -9999px;
  width: 30px;
  height: 30px;
  background-size: 22px 22px;
}

.sa3d-modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}
.sa3d-modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  animation: sa3d-stretchdelay 1.2s infinite ease-in-out;
}
.sa3d-modal-spinner .sa3d-rect2 {
  animation-delay: -1.1s;
}
.sa3d-modal-spinner .sa3d-rect3 {
  animation-delay: -1s;
}
.sa3d-modal-spinner .sa3d-rect4 {
  animation-delay: -0.9s;
}

@keyframes sa3d-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
#sa3d-sidebarForm.sa3d-modal {
  max-width: 100%;
}

.sa3d-jquery-modal.sa3d-blocker {
  z-index: 100;
  padding: 0;
}
.sa3d-jquery-modal #sa3d-sidebarForm.sa3d-modal {
  max-width: 1000px;
}
.sa3d-jquery-modal .sa3d-modal {
  padding: 0;
  border-radius: 0;
  width: 100%;
}
.sa3d-jquery-modal .sa3d-modal a.sa3d-close-modal {
  top: 10px;
  right: 10px;
  color: #fff;
  cursor: pointer;
}
@media only screen and (min-width: 350px) {
  .sa3d-jquery-modal .sa3d-modal a.sa3d-close-modal {
    top: 15px;
    right: 15px;
  }
}
.sa3d-jquery-modal .sa3d-modal.sa3d-csb_pop a.sa3d-close-modal {
  top: 8px;
  right: 10px;
}
.sa3d-jquery-modal .sa3d-modal#sa3d-pop-monthlypayments {
  width: 100%;
  max-width: 700px;
}
.sa3d-jquery-modal .sa3d-modal#sa3d-pop-monthlypayments .sa3d-modal-header {
  padding: 12px 40px 15px 10px;
}
.sa3d-jquery-modal .sa3d-modal#sa3d-pop-monthlypayments a.sa3d-close-modal {
  top: 14px;
  right: 14px;
}
.sa3d-jquery-modal .sa3d-modal#sa3d-pop-monthlypayments .sa3d-financing-zip {
  background: #fff !important;
}
.sa3d-jquery-modal .sa3d-modal#sa3d-pop-morehelp a.sa3d-close-modal {
  top: 7px;
  right: 7px;
}

#sa3d-sidebarForm.sa3d-modal h2,
#sa3d-sidebarStorage.sa3d-modal h2, .sa3d-modal-header h1, .sa3d-modal-header h2, .sa3d-modal-header h3, .sa3d-modal-header h4, .sa3d-modal-header h5, .sa3d-modal-header h6 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
}

.sa3d-modal-header h4, .sa3d-modal-header h5, .sa3d-modal-header h6 {
  font-size: 18px;
}

.sa3d-modal-header {
  background: #222;
  color: #fff;
  padding: 10px 40px;
}
.sa3d-modal-header input[type=text] {
  padding: 8px 10px;
  min-height: 20px;
}
.sa3d-modal-header span + input[type=text] {
  margin-left: 5px;
}
.sa3d-configuratorbody .sa3d-modal-header span {
  font-size: 20px;
}

.sa3d-configuratorbody .sa3d-modal-title {
  font-size: 20px;
}

.sa3d-modal > div > .sa3d-row,
.sa3d-modal-body { /* content */
  padding: 20px;
  padding-top: 15px;
}
@media only screen and (min-width: 768px) {
  .sa3d-modal > div > .sa3d-row,
  .sa3d-modal-body {
    padding: 30px;
    padding-top: 25px;
  }
}

.sa3d-modal-body img {
  margin-top: 10px;
  max-width: 100%;
  height: auto;
}

#sa3d-lblTax {
  white-space: nowrap;
  margin: 5px;
  display: inline-block;
}

#sa3d-savewindowrow > .one-half.column {
  position: relative;
}
#sa3d-savewindowrow > .one-half.column + .one-half.column::before {
  position: relative;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #e9e9e9;
  margin: 1em 0 2em;
}
@media only screen and (min-width: 768px) {
  #sa3d-savewindowrow > .one-half.column + .one-half.column::before {
    position: absolute;
    width: 1px;
    top: 0;
    left: 1px;
    bottom: 0;
    height: auto;
    margin: 0;
  }
}
#sa3d-savewindowrow .sa3d-skel-container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 768px) {
  #sa3d-savewindowrow .sa3d-skel-container {
    padding-left: 30px;
  }
}
#sa3d-savewindowrow input[type=text],
#sa3d-savewindowrow input[type=number],
#sa3d-savewindowrow textarea {
  width: 100%;
}
#sa3d-savewindowrow input[type=button] {
  float: right;
}
#sa3d-savewindowrow input[type=button]#sa3d-btnFinalSaveNew {
  display: block;
}
#sa3d-savewindowrow .sa3d-message {
  width: 100%;
}

/*------------------------------------*\
    STEP TITLE BAR
\*------------------------------------*/
ul.sa3d-topchangerright {
  background-color: black;
  padding: 0px;
  margin-bottom: 0;
  margin-left: 0;
}
ul.sa3d-topchangerright h2 {
  color: #fff;
  line-height: 39px;
}
ul.sa3d-topchangerright .sa3d-forceleft a {
  padding-left: 10px;
}
ul.sa3d-topchangerright .sa3d-forceright a {
  padding-right: 10px;
}
.sa3d-modal ul.sa3d-topchangerright {
  margin-top: 0;
  display: block;
  list-style: none;
  background: #222;
}
.sa3d-modal ul.sa3d-topchangerright * {
  line-height: 1;
}
.sa3d-modal ul.sa3d-topchangerright h2 {
  padding: 0.6em 40px;
  margin-bottom: 0;
}

.sa3d-read-only #sa3d-sidebarConfiguring,
.sa3d-read-only #sa3d-sidebarStorage {
  margin-top: 0 !important;
}
#sa3d-sidebarConfiguring ul.sa3d-topchangerright,
#sa3d-sidebarStorage ul.sa3d-topchangerright {
  display: table;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 0.5em;
}
.sa3d-read-only #sa3d-sidebarConfiguring ul.sa3d-topchangerright,
.sa3d-read-only #sa3d-sidebarStorage ul.sa3d-topchangerright {
  margin-top: 0;
}
#sa3d-sidebarConfiguring ul.sa3d-topchangerright *,
#sa3d-sidebarStorage ul.sa3d-topchangerright * {
  line-height: 1;
}
#sa3d-sidebarConfiguring ul.sa3d-topchangerright > li,
#sa3d-sidebarStorage ul.sa3d-topchangerright > li {
  display: table-cell;
  vertical-align: middle;
  height: 62px;
  text-align: center;
  padding-top: 2px;
  padding-bottom: 1px;
}
@media only screen and (min-width: 1150px) {
  .sa3d-read-only #sa3d-sidebarConfiguring ul.sa3d-topchangerright > li,
  .sa3d-read-only #sa3d-sidebarStorage ul.sa3d-topchangerright > li {
    padding: 0;
  }
}

#sa3d-sidebarStorage.sa3d-modal ul.sa3d-topchangerright > li {
  display: block;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

#sa3d-sidebarConfiguring {
  position: relative;
}
.sa3d-read-only #sa3d-sidebarConfiguring {
  margin-top: 0 !important;
}
#sa3d-sidebarConfiguring ul {
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  .sa3d-read-only #sa3d-sidebarConfiguring ul.sa3d-topchangerright {
    margin-top: 0;
  }
}
#sa3d-sidebarConfiguring ul.sa3d-topchangerright > li.sa3d-forceleft, #sa3d-sidebarConfiguring ul.sa3d-topchangerright > li.sa3d-forceright {
  width: 30px;
}

/*------------------------------------*\
    STEP TITLE NAVIGATION
\*------------------------------------*/
a.sa3d-navarrow {
  display: block;
  top: auto;
  text-decoration: none !important;
}

.sa3d-navarrow svg {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
}
.sa3d-navarrow svg::before {
  z-index: 1;
  /* content: "\e92f"; */
  color: #8da676;
}
.sa3d-navarrow svg::after {
  z-index: 2;
}
.sa3d-navarrow svg::before, .sa3d-navarrow svg::after {
  top: 0;
  left: 0;
  font-size: 25px;
}

.sa3d-centerbuttonwrap {
  position: relative;
  text-align: center;
  margin-left: 15px;
  margin-right: 15px;
}
.sa3d-centerbuttonwrap::after {
  position: absolute;
  right: 8px;
  left: auto;
  top: 50%;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ffffff' d='M256,9.68C119.04,9.68,8,120.77,8,257.68s111.04,248,248,248,248-111,248-248S392.96,9.68,256,9.68ZM253.42,408.77l-50.06-50.06,68.13-67.61H109.42v-71.23h162.06l-68.13-67.61,50.06-50.06,153.29,153.29-153.29,153.29Z'/%3E%3C/svg%3E");
  color: #fff;
  pointer-events: none;
  text-align: center;
}
.sa3d-centerbuttonwrap:last-child {
  margin-bottom: -10px;
}

/* PREV/NEXT text */
#sa3d-menuprev::after,
#sa3d-menunext::after {
  font-size: 11px;
  display: block;
  margin-top: 5px;
  font-weight: 700;
  color: #fff;
}

@media (hover: hover) {
  #sa3d-menuprev:hover::after,
  #sa3d-menunext:hover::after {
    color: #fff;
  }
}
#sa3d-menuprev::after {
  content: "PREV";
  padding-left: 2px;
}

#sa3d-menunext::after {
  content: "NEXT";
  padding-right: 1px;
}

.sa3d-configuratorbody h2#sa3d-menutitle {
  padding: 0.4em 0 0.3em;
  font-size: 24px;
  cursor: pointer;
}
.sa3d-configuratorbody h2#sa3d-menutitle::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 9px solid #fff;
  border-bottom: 0;
  display: inline-block;
  transform: translate(40%, -50%);
}
.sa3d-configuratorbody h2#sa3d-menutitle.sa3d-nomoredropdown {
  cursor: auto;
}
.sa3d-configuratorbody h2#sa3d-menutitle.sa3d-nomoredropdown::after {
  display: none !important;
}

@media only screen and (min-width: 350px) {
  .sa3d-configuratorbody h2#sa3d-menutitle,
  .sa3d-modal-header h1,
  .sa3d-modal-header h2,
  .sa3d-modal-header h3,
  #sa3d-sidebarStorage.sa3d-modal h2,
  #sa3d-sidebarForm.sa3d-modal h2 {
    font-size: 28px;
  }
}

/*------------------------------------*\
    STEP DROPDOWN MENU
\*------------------------------------*/
#sa3d-dropdownjumper {
  position: absolute;
  top: 62px;
  left: 0px;
  width: 100%;
  background-color: #565657;
  z-index: 2;
}
#sa3d-dropdownjumper ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
#sa3d-dropdownjumper ul li {
  color: #bbbdbf;
  text-align: center;
  padding: 5px;
  margin: 0px;
  font-size: 20px;
  cursor: pointer;
}
@media (hover: hover) {
  #sa3d-dropdownjumper ul li:hover, #sa3d-dropdownjumper ul li:active {
    color: #fff;
    background-color: #777;
  }
}
#sa3d-dropdownjumper ul li.sa3d-active {
  color: #fff;
  background-color: #8da676;
}

.sa3d-hrdivider {
  padding: 0;
  border-bottom: 1px solid #e7e7e8;
  background-color: #e7e7e8;
  margin: 20px 0 15px;
}

.sa3d-layoutopencircle,
#sa3d-layoutinstructions .sa3d-closecircle {
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.sa3d-layoutopencircle,
.sa3d-layoutopencircle::after,
#sa3d-layoutinstructions .sa3d-closecircle,
#sa3d-layoutinstructions .sa3d-closecircle::after {
  position: absolute;
  width: 25px;
  height: 25px;
}

#sa3d-layoutinstructions {
  max-width: 400px;
  background-color: #e2e2e2;
  position: absolute;
  right: 0px;
  top: 0px;
  min-height: 150px;
  z-index: 50;
  line-height: 1.1;
}
#sa3d-layoutinstructions .sa3d-boxhead {
  background-color: #878787;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 14px 15px;
  position: relative;
}
#sa3d-layoutinstructions .sa3d-boxbody {
  padding: 10px 15px 20px;
  position: relative;
  display: none;
}
#sa3d-layoutinstructions .sa3d-closecircle {
  color: #ccc;
}
#sa3d-layoutinstructions .sa3d-closecircle::before {
  position: absolute;
  font-size: 15px;
  content: "Close";
  width: 50px;
  text-align: right;
  line-height: 25px;
  margin-left: -56px;
}
@media only screen and (min-width: 768px) {
  #sa3d-layoutinstructions .sa3d-closecircle::before {
    display: none;
  }
}
@media (hover: hover) {
  #sa3d-layoutinstructions .sa3d-closecircle:hover, #sa3d-layoutinstructions .sa3d-closecircle:active {
    color: #fff;
  }
}

#sa3d-pills-fpe.sa3d-fpe .sa3d-floorplan-instructions {
  display: block;
}

#sa3d-pills-fpe.sa3d-sv .sa3d-storage-instructions {
  display: block;
}

.sa3d-layoutopencircle {
  color: #777;
  z-index: 10;
}
@media (hover: hover) {
  .sa3d-layoutopencircle:hover, .sa3d-layoutopencircle:active {
    color: #8da676;
  }
}

[class^=sa3d-instruct-icon-],
[class*=" sa3d-instruct-icon-"] {
  color: #8da676;
  position: absolute;
  top: 5px;
  left: 0;
  text-align: center;
}
[class^=sa3d-instruct-icon-],
[class^=sa3d-instruct-icon-] svg,
[class*=" sa3d-instruct-icon-"],
[class*=" sa3d-instruct-icon-"] svg {
  width: 25px;
  height: 25px;
}

.sa3d-instruct-icon-move-up {
  transform: translateY(-1px);
}

.sa3d-instruct-icon-move-down {
  transform: translateY(1px);
}

.sa3d-instruct-icon-remove {
  top: 10px;
  left: 5px;
}
.sa3d-instruct-icon-remove,
.sa3d-instruct-icon-remove svg {
  width: 18px;
  height: 18px;
}

.sa3d-instruct-icon-centerer {
  top: 0;
  left: -5px;
}
.sa3d-instruct-icon-centerer,
.sa3d-instruct-icon-centerer svg {
  width: 35px;
  height: 35px;
}

.sa3d-instruct-icon-image {
  transform: translateX(-2px);
}

.sa3d-instruct-icon-image img {
  height: 35px;
  width: auto;
  background: transparent;
}

#sa3d-layoutinstructions hr {
  padding: 0px;
  margin: 0px;
  border: 0px;
  border-bottom: 1px solid #d2d2d2;
  margin-top: 5px;
  margin-bottom: 5px;
}

#sa3d-layoutinstructions ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

#sa3d-layoutinstructions li {
  position: relative;
  padding: 10px 0 10px 35px;
  font-weight: bold;
}

#sa3d-layoutinstructions li span {
  font-weight: bold;
}

#sa3d-layoutinstructions li span small {
  font-weight: normal;
}

#sa3d-layoutinstructions .sa3d-tab-in {
  padding-left: 35px;
  margin-top: -5px;
}

.sa3d-instruct-icon-circle-remove:before,
.sa3d-instruct-icon-rotate-ccw:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 20px;
  height: 20px;
  top: 2px;
  left: 2px;
  border-radius: 10px;
  z-index: 0;
}
.sa3d-instruct-icon-circle-remove svg,
.sa3d-instruct-icon-rotate-ccw svg {
  position: relative;
  z-index: 1;
}

/*------------------------------------*\
    Step Timeline
\*------------------------------------*/
#sa3d-StepTimeline {
  position: relative;
  display: inline-block;
  height: 7vw;
  margin-left: 12px;
  margin-top: 15px;
  white-space: nowrap;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
#sa3d-StepTimeline.steps-11 {
  gap: 7px;
}
#sa3d-StepTimeline:not(:empty)::before {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  margin-top: -1px;
  top: 50%;
  right: 2px;
  left: 2px;
  background: #e7e7e8;
}

.sa3d-StepDot {
  position: relative;
  display: block;
  padding: 0;
}
.sa3d-StepDot span {
  position: relative;
  display: block;
  cursor: pointer;
  border-radius: 3.5vw;
  background: #e7e7e8;
}
.sa3d-StepDot span, .sa3d-StepDot span::after {
  width: 7vw;
  height: 7vw;
}
.sa3d-StepDot span::after {
  position: absolute;
  text-align: center;
}
.sa3d-StepDot.sa3d-done span {
  background: #8da676;
}
.sa3d-StepDot.sa3d-done span::after {
  opacity: 1 !important;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ffffff' d='M396.39,221.42c7.57-7.57,11.35-16.6,11.35-27.1s-3.78-19.53-11.35-27.1c-7.57-7.57-16.69-11.35-27.35-11.35-10.67,0-19.78,3.78-27.35,11.35l-113.55,112-46.97-46.45c-7.57-7.23-16.69-10.84-27.35-10.84-10.67,0-19.78,3.61-27.35,10.84-7.57,7.57-11.35,16.69-11.35,27.35,0,10.67,3.78,19.61,11.35,26.84l74.32,73.81c3.78,3.78,8.09,6.62,12.9,8.52s9.63,2.84,14.45,2.84c5.16,0,10.06-.95,14.71-2.84s8.86-4.73,12.65-8.52l140.9-139.35h0Z'/%3E%3C/svg%3E") !important;
}
@media (hover: hover) {
  .sa3d-StepDot.sa3d-done:hover span {
    background: #bbb;
  }
}

.sa3d-StepDot:hover span::after,
.sa3d-StepDot:active span::after,
.sa3d-StepDot.sa3d-active span::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Ccircle fill='%23222222' cx='256' cy='256' r='252.16'/%3E%3Ccircle fill='%23ffffff' cx='256' cy='256' r='116.13'/%3E%3C/svg%3E");
  opacity: 0.25;
}

.sa3d-StepDot.sa3d-active span::after {
  opacity: 1;
}

@media only screen and (min-width: 450px) {
  #sa3d-StepTimeline {
    height: 28px;
  }
  .sa3d-StepDot,
  .sa3d-StepDot span {
    width: 28px;
    height: 28px;
  }
  .sa3d-StepDot span {
    border-radius: 14px;
  }
  .sa3d-StepDot span::before {
    width: 12px;
    height: 12px;
  }
  .sa3d-StepDot span::after {
    width: 28px;
    height: 28px;
  }
}
@media only screen and (min-width: 768px) {
  #sa3d-StepTimeline {
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 12px;
  }
}
/*------------------------------------*\
    Summary Table
\*------------------------------------*/
.sa3d-shed-summary > header,
.sa3d-shed-summary > div {
  display: table;
  border-spacing: 0;
}

.sa3d-shed-summary > header > div,
.sa3d-shed-summary > div > div {
  display: table-row;
}

.sa3d-shed-summary > header > div > div,
.sa3d-shed-summary > div > div > div {
  display: table-cell;
  vertical-align: top;
}

.sa3d-shed-summary > div > div > div {
  padding-right: 15px;
}

.sa3d-shed-summary > div > div.sa3d-subtotal-block > div,
.sa3d-shed-summary > div > div.sa3d-total-block > div,
.sa3d-shed-summary > div > div.sa3d-balance-block > div {
  font-weight: bold;
}

.sa3d-shed-summary > div > div.sa3d-subtotal-block > div {
  color: #999;
}

.sa3d-shed-summary > div > div > div + div {
  text-align: right;
  padding-right: 0 !important;
}

.sa3d-shed-summary > header > div > div {
  padding-right: 10px;
}

.sa3d-shed-summary > header + div {
  margin-top: 0.5em;
  padding-top: 0.5em;
  border-top: 1px solid #ccc;
}

.sa3d-shed-summary > div > div.sa3d-divider > div::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid #ccc;
}

.sa3d-shed-summary > div > div.sa3d-divider > div {
  position: relative;
  padding-top: 1em;
}

.sa3d-shed-summary > header > div > div + div {
  padding-right: 0 !important;
  font-weight: bold !important;
}

.sa3d-single-product-summary {
  padding-bottom: 1em;
}

/*------------------------------------*\
    PRICE TABLES
\*------------------------------------*/
.sa3d-price-table {
  display: table;
  font-size: 13px;
  margin-bottom: 15px;
  min-width: 220px;
}

.sa3d-price-table > header,
.sa3d-price-table > div {
  display: table-row;
}

.sa3d-price-table > header > div,
.sa3d-price-table > div > div {
  display: table-cell;
}

.sa3d-price-table > header > div,
.sa3d-price-table > div > div,
.sa3d-price-table > div.link-row > div a {
  padding: 6px 20px;
}

.sa3d-price-table > div.link-row > div {
  transition: background 0.15s;
  padding: 0;
}

.sa3d-price-table > header {
  background: #898989;
  color: #fff;
  font-weight: bold;
}

.sa3d-price-table > div {
  background: #fbfbfb;
}

.sa3d-price-table span {
  white-space: nowrap;
}

.sa3d-price-table s {
  font-size: 12px;
  color: #aaa;
}

.sa3d-price-table > div:nth-child(odd) {
  background: #f2f2f2;
}

@media (hover: hover) {
  .sa3d-price-table > div.link-row:hover > div {
    background: #e4ebdb;
  }
}
.sa3d-price-table .link-row a {
  display: block;
  color: #777;
}

/*------------------------------------*\
    Price Table (Used for finacing)
\*------------------------------------*/
.sa3d-price-table-2 {
  font-size: 14px;
}

.sa3d-price-table-2 > header {
  display: none;
}

.sa3d-price-table-2,
.sa3d-price-table-2 > header > div,
.sa3d-price-table-2 > div > div {
  border-bottom: 3px solid #ddd;
}

.sa3d-price-table.sa3d-has-helper .sa3d-price-table-2 {
  border-bottom-width: 0;
}

.sa3d-price-table-2 + .sa3d-button,
.price-table-helper + .sa3d-button,
.gazebo-price-cols .sa3d-button,
.woocommerce .sa3d-price-table-2 + .sa3d-button,
.woocommerce .price-table-helper + .sa3d-button,
.woocommerce .gazebo-price-cols .sa3d-button {
  margin-top: 25px;
}

.sa3d-price-table-2 > header > div,
.sa3d-price-table-2 > div > div,
.sa3d-price-table-2 > div > div.sa3d-link-cell a {
  padding: 10px 0;
}

.sa3d-price-table-2 > div > div.sa3d-link-cell {
  padding: 0;
}

.sa3d-price-table-2 .sa3d-link-cell a {
  display: block;
  transition: background 0.15s;
}
@media (hover: hover) {
  .sa3d-price-table-2 .sa3d-link-cell a:hover {
    background: #e4ebdb;
    color: #8da676;
  }
  .sa3d-price-table-2 .sa3d-link-cell a:hover s {
    color: #666;
  }
}

.sa3d-price-table-2 > header > div,
.sa3d-price-table-2 > div > div {
  text-align: right;
  font-weight: bold;
}

.sa3d-price-table-2 > header > div {
  color: #666;
  vertical-align: bottom;
  line-height: 1.2;
}

.sa3d-price-table-2 > div > div {
  vertical-align: middle;
  line-height: 1.2;
  border-bottom-width: 1px;
  white-space: nowrap;
}
.sa3d-price-table-2 > div:last-child > div {
  border-bottom: 0;
}

.sa3d-price-table-2 > div > div:not(.ppt-size) {
  color: #8da676;
}

.sa3d-price-table-2 > div > div s {
  color: #666;
  font-size: 0.9em;
  font-weight: normal;
}

.sa3d-price-table-2 > div > div::before {
  content: attr(data-label);
  float: left;
  color: #666;
}

.sa3d-price-table-2 > div :last-child > div {
  border-bottom: 0;
}

.sa3d-price-table-2 > div > div.sa3d-ppt-size,
.sa3d-price-table-2 > div > div.sa3d-rpt-label {
  font-size: 18px;
  color: #666;
  padding-top: 20px;
  border-bottom-width: 3px;
  text-align: center;
}

.sa3d-price-table-2 > header > div.sa3d-rpt-label,
.sa3d-price-table-2 > div > div.sa3d-rpt-label {
  color: #666;
  text-align: left !important;
  white-space: normal;
}

.sa3d-price-table-2.sa3d-finance-table {
  table-layout: auto;
  font-size: 14px;
  margin-top: 20px;
}

.sa3d-financing-options-wrapper .sa3d-button {
  display: inline-block;
}

.sa3d-price-table-2.sa3d-finance-table > header > div {
  font-size: 14px;
}

.sa3d-price-table-2.sa3d-finance-table > header > div,
.sa3d-price-table-2.sa3d-finance-table > div > div,
.sa3d-price-table-2.sa3d-finance-table > div > div.sa3d-ppt-size,
.sa3d-price-table-2.sa3d-finance-table > div > div.sa3d-rpt-label {
  padding-left: 5px;
  padding-right: 5px;
}

.sa3d-financing-options-wrapper {
  max-width: 550px;
  margin: 0 auto;
  text-align: center;
}

.sa3d-financing-options-wrapper h2 {
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 480px) {
  .sa3d-price-table-2 {
    display: table;
    table-layout: fixed;
    border-spacing: 0;
    margin: 0 auto;
    width: 100%;
  }
  .sa3d-price-table-2 > header,
  .sa3d-price-table-2 > div {
    display: table-row;
  }
  .sa3d-price-table-2 > header > div,
  .sa3d-price-table-2 > div > div {
    padding-left: 10px;
    padding-right: 10px;
    display: table-cell;
    width: 20%;
    text-align: center;
  }
  .sa3d-price-table-2 > div > div.sa3d-ppt-size,
  .sa3d-price-table-2 > div > div.sa3d-rpt-label {
    font-size: inherit;
    text-align: inherit;
    padding-top: 10px;
    border-bottom-width: 1px;
  }
  .sa3d-price-table-2 > div > div.sa3d-rpt-label {
    color: #666;
  }
  .sa3d-price-table-2 > div > div::before {
    display: none;
  }
  .sa3d-price-table-2 > div > div.sa3d-rpt-label {
    width: 45%;
  }
}
@media only screen and (min-width: 670px) {
  .sa3d-price-table-2 > header > div {
    font-size: 18px;
  }
}
.sa3d-financing-options-wrapper h2 {
  font-size: 32px;
}

p.sa3d-financing-base-price {
  font-size: 22px;
  font-weight: bold;
  color: #8da676;
  margin-top: 0.25em;
}

.sa3d-financing-options-wrapper > footer {
  text-align: left;
  padding-bottom: 15px;
}

.sa3d-financing-options-wrapper > footer p + p {
  margin-top: 0.25em;
}

.sa3d-finance-logo-small {
  background: transparent no-repeat center;
  background-size: contain;
  width: 90px;
  height: 32px;
  display: block;
  margin: 5px auto;
  vertical-align: middle;
}

@media only screen and (min-width: 900px) {
  .sa3d-price-table-2 {
    font-size: 16px;
    margin-top: 30px;
  }
  .sa3d-price-table-2 > header > div,
  .sa3d-price-table-2 > div > div,
  .sa3d-price-table-2 > div > div.sa3d-ppt-size,
  .sa3d-price-table-2 > div > div.sa3d-rpt-label {
    padding: 12px 20px;
  }
  .sa3d-price-table-2 > header > div {
    font-size: 22px;
  }
}
/*------------------------------------*\
    Price Table for Siding Types
\*------------------------------------*/
/*------------------------------------*\
    Price Table (Used for finacing)
\*------------------------------------*/
.sa3d-price-table-sidings {
  font-size: 14px;
  border-bottom: 3px solid #ddd;
}
@media only screen and (min-width: 480px) {
  .sa3d-price-table-sidings {
    display: table;
    table-layout: fixed;
    border-spacing: 0;
    margin: 0 auto;
    width: 100%;
  }
}
@media only screen and (min-width: 900px) {
  .sa3d-price-table-sidings {
    font-size: 16px;
    margin-top: 30px;
  }
}
.sa3d-price-table-sidings > header > div,
.sa3d-price-table-sidings > div > div {
  text-align: right;
  font-weight: bold;
  border-bottom: 3px solid #ddd;
}
@media only screen and (min-width: 480px) {
  .sa3d-price-table-sidings > header > div,
  .sa3d-price-table-sidings > div > div {
    padding-left: 10px;
    padding-right: 10px;
    display: table-cell;
    width: 20%;
    text-align: center;
  }
}
.sa3d-price-table-sidings > header > div,
.sa3d-price-table-sidings > div > div,
.sa3d-price-table-sidings > div > div.sa3d-pts-link a {
  padding: 10px 0;
}
@media only screen and (min-width: 900px) {
  .sa3d-price-table-sidings > header > div,
  .sa3d-price-table-sidings > div > div,
  .sa3d-price-table-sidings > div > div.sa3d-pts-link a {
    padding: 12px 20px;
  }
}
.sa3d-price-table-sidings > header {
  display: none;
}
@media only screen and (min-width: 480px) {
  .sa3d-price-table-sidings > header {
    display: table-row;
  }
}
.sa3d-price-table-sidings > header > div {
  color: #666;
  vertical-align: bottom;
  line-height: 1.2;
}
@media only screen and (min-width: 480px) {
  .sa3d-price-table-sidings > header > div:first-child {
    text-align: left;
  }
}
@media only screen and (min-width: 670px) {
  .sa3d-price-table-sidings > header > div {
    font-size: 18px;
  }
}
@media only screen and (min-width: 900px) {
  .sa3d-price-table-sidings > header > div {
    font-size: 22px;
  }
}
@media only screen and (min-width: 480px) {
  .sa3d-price-table-sidings > div {
    display: table-row;
  }
}
.sa3d-price-table-sidings > div > div {
  vertical-align: middle;
  line-height: 1.2;
  border-bottom-width: 1px;
  white-space: nowrap;
}
.sa3d-price-table-sidings > div > div:not(.sa3d-pts-size) {
  color: #8da676;
}
@media only screen and (min-width: 480px) {
  .sa3d-price-table-sidings > div > div.sa3d-pts-size {
    font-size: inherit;
    text-align: left;
    padding-top: 10px;
    border-bottom-width: 1px;
  }
}
.sa3d-price-table-sidings > div > div.sa3d-pts-link {
  padding: 0;
}
.sa3d-price-table-sidings > div > div s {
  color: #666;
  font-size: 0.9em;
  font-weight: normal;
}
.sa3d-price-table-sidings > div > div::before {
  content: attr(data-label);
  float: left;
  color: #666;
  padding: 10px 0;
}
@media only screen and (min-width: 480px) {
  .sa3d-price-table-sidings > div > div::before {
    display: none;
  }
}
.sa3d-price-table-sidings > div:last-child > div {
  border-bottom: 0;
}
.sa3d-price-table-sidings .sa3d-pts-size {
  font-size: 18px;
  color: #666;
  padding-top: 20px;
  border-bottom-width: 3px;
  text-align: center;
}
.sa3d-price-table-sidings .sa3d-pts-link a {
  display: block;
  transition: background 0.15s;
  color: #8da676;
}
@media (hover: hover) {
  .sa3d-price-table-sidings .sa3d-pts-link a:hover {
    background: #e4ebdb;
    color: #8da676;
  }
  .sa3d-price-table-sidings .sa3d-pts-link a:hover s {
    color: #666;
  }
}
.sa3d-price-table-sidings + .sa3d-button {
  margin-top: 25px;
}

/*------------------------------------*\
    Step Timeline Tooltips
\*------------------------------------*/
.sa3d-StepDot[data-label] {
  position: relative;
  z-index: 2;
  cursor: pointer;
  /* Hide the tooltip content by default */
  /* Position tooltip above the element */
  /* Triangle */
  /* Show tooltip content on hover */
}
.sa3d-StepDot[data-label]:before, .sa3d-StepDot[data-label]:after {
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}
.sa3d-StepDot[data-label]:before {
  position: absolute;
  bottom: 110%;
  left: 50%;
  margin-bottom: 5px;
  padding: 7px;
  border-radius: 3px;
  background-color: #000;
  background-color: rgba(30, 30, 30, 0.9);
  color: #fff;
  content: attr(data-label);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  transform: translateX(-50%);
}
.sa3d-StepDot[data-label]:after {
  position: absolute;
  bottom: 110%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid rgba(30, 30, 30, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}
.sa3d-StepDot[data-label]:first-child:before {
  transform: translateX(0);
  left: -5px;
}
.sa3d-StepDot[data-label]:first-child:after {
  left: 13px;
}
.sa3d-StepDot[data-label]:last-child:before {
  transform: translateX(0);
  left: auto;
  right: -5px;
}
.sa3d-StepDot[data-label]:last-child:after {
  left: auto;
  right: 8px;
}
@media (hover: hover) {
  .sa3d-StepDot[data-label]:hover:before, .sa3d-StepDot[data-label]:hover:after {
    visibility: visible;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

/* Spacing left and right for mobile */
#sa3d-listings > h3,
.sa3d-sidebarGroup > h3,
#sa3d-storageListing > h3,
.sa3d-catbox > h3,
.sa3d-configuratorbody h3 + p,
.sa3d-liveSummary {
  margin-left: 15px;
  margin-right: 15px;
}

#sa3d-listings > h3.sa3d-clickable {
  margin-left: 5px;
  margin-right: 5px;
}

#sa3d-listings > .sa3d-colorbox.sa3d-tiny,
#sa3d-backtohome {
  margin-left: 15px;
}

#sa3d-btnReset {
  margin-right: 15px;
}
#sa3d-btnReset svg {
  width: 1em;
  height: auto;
  transform: translateY(-6%);
}

#sa3d-listings > .sa3d-colorbox.sa3d-tiny + .sa3d-colorbox.sa3d-tiny {
  margin-left: 2px;
}
#sa3d-listings .sa3d-style-category-view h3 {
  margin: 0.25em 0 0 5px;
  font-size: 24px;
}
#sa3d-listings .sa3d-style-category-view .sa3d-housebox {
  border-bottom-width: 0 !important;
  border-color: rgba(255, 255, 255, 0) !important;
  /* &.sa3d-active {
  	.sa3d-housethumb {
  		border: 5px solid $color_primary; // override exists
  	}
  } */
}
#sa3d-listings .sa3d-style-category-view .sa3d-housebox .sa3d-housetitle {
  color: #8da676;
  font-size: 15px;
}
#sa3d-listings .sa3d-style-category-view label.sa3d-rbls_style {
  width: 100% !important;
  margin: 3px 0 0;
  padding: 0;
}
#sa3d-listings .sa3d-style-category-view label.sa3d-rbls_style input[type=radio] {
  visibility: hidden;
  opacity: 0;
}
#sa3d-listings .sa3d-style-category-view label.sa3d-rbls_style input[type=radio] + span {
  position: relative;
  display: block;
  padding: 0.5em;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  background: #bbbbbb;
  color: #fff;
}
#sa3d-listings .sa3d-style-category-view label.sa3d-rbls_style input[type=radio] + span:before, #sa3d-listings .sa3d-style-category-view label.sa3d-rbls_style input[type=radio] + span:after {
  opacity: 0;
}
#sa3d-listings .sa3d-style-category-view label.sa3d-rbls_style input[type=radio] + span:empty {
  display: none;
}
#sa3d-listings .sa3d-style-category-view label.sa3d-rbls_style input[type=radio]:checked + span {
  background: #8da676;
}
@media (hover: hover) {
  #sa3d-listings .sa3d-style-category-view label.sa3d-rbls_style:hover input[type=radio] + span {
    background: #8da676;
  }
}
#sa3d-listings .sa3d-housebox .sa3d-button {
  margin: 3px 0 0;
  display: block;
  padding: 0.5em;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  border: 0 !important;
  color: #fff;
  background: #bbbbbb;
}
#sa3d-listings .sa3d-housebox .sa3d-button.sa3d-active {
  background: #8da676;
}
@media (hover: hover) {
  #sa3d-listings .sa3d-housebox .sa3d-button:hover {
    background: #8da676;
  }
}
#sa3d-listings .sa3d-housebox .sa3d-housetitle + .sa3d-button {
  margin-top: 4px;
}
#sa3d-listings .sa3d-liveSummary {
  margin-bottom: 1rem;
}

@media only screen and (min-width: 470px) {
  #sa3d-listings > h3,
  .sa3d-sidebarGroup > h3 {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  #sa3d-backtohome,
  .sa3d-centerbuttonwrap {
    margin-left: 0;
  }
  #sa3d-btnReset,
  .sa3d-centerbuttonwrap {
    margin-right: 0;
  }
  #sa3d-storageListing > h3,
  .sa3d-sidebarGroup > h3,
  #sa3d-listings > h3.sa3d-clickable,
  .sa3d-catbox > h3,
  .sa3d-configuratorbody h3 + p,
  .sa3d-liveSummary {
    margin-left: 0;
    margin-right: 0;
  }
  img.sa3d-noleftmargin {
    margin-left: 25px;
  }
  .sa3d-colorbox label.sa3d-rbls_addhei {
    margin-left: 25px;
  }
  #sa3d-listings > .sa3d-colorbox.sa3d-tiny {
    margin-left: 2px;
  }
}
/* global box-sizing */
.sa3d-front-admin *,
.sa3d-front-admin *:after,
.sa3d-front-admin *:before {
  box-sizing: border-box;
}

#sa3d-front-admin {
  display: none;
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: scroll;
  overflow-x: hidden;
}
#sa3d-front-admin.sda-wholesale-view {
  left: 450px;
  box-shadow: -2px 0px 30px 6px rgba(0, 0, 0, 0.5);
}

.admin-bar #sa3d-front-admin {
  top: 46px;
}

@media only screen and (min-width: 783px) {
  .admin-bar #sa3d-front-admin {
    top: 32px;
  }
}
body.sa3d-mockups #sa3d-front-admin,
.show-sa3d-front-admin #sa3d-front-admin {
  display: block;
}

body.sa3d-mockups,
body.show-sa3d-front-admin {
  overflow: hidden;
}

.sda-section-hide {
  display: none;
}

.sa3d-front-admin > form > div {
  padding: 30px 5%;
}

.sa3d-front-admin h1, .sa3d-front-admin h2, .sa3d-front-admin h3, .sa3d-front-admin h4, .sa3d-front-admin h5, .sa3d-front-admin h6 {
  margin-bottom: 0;
}
.sa3d-front-admin h3 {
  margin-top: 1em;
  padding-bottom: 10px;
}
.sa3d-front-admin h3.sda-snug-btm {
  padding-bottom: 2px;
}
.sa3d-front-admin h4 {
  font-size: 18px;
  padding-bottom: 10px;
}
.sa3d-front-admin h4.sda-snug-btm {
  padding-bottom: 0;
}
.sa3d-front-admin label,
.sa3d-front-admin input,
.sa3d-front-admin input[type=email],
.sa3d-front-admin input[type=number],
.sa3d-front-admin input[type=tel],
.sa3d-front-admin input[type=text],
.sa3d-front-admin select,
.sa3d-front-admin textarea {
  font-size: 14px;
}
.sa3d-front-admin .sa3d-small-head {
  font-size: 16px;
  text-transform: uppercase;
}
.sa3d-front-admin .sa3d-small-head h2 {
  margin-top: 0.5em;
}
.sa3d-front-admin .sda-field-cols label {
  white-space: nowrap;
}
.sa3d-front-admin fieldset {
  border: 1px solid #ccc;
}
.sa3d-front-admin fieldset legend {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
}
.sa3d-front-admin fieldset.sda-inventory-tags {
  margin: 3px 0 7px;
}

.sa3d-front-admin-columns {
  margin: 0 0 0 -50px;
}
.sa3d-front-admin-columns > div {
  float: left;
  width: 30%;
}
.sa3d-front-admin-columns > div:nth-child(2) {
  width: 40%;
}
.sda-wholesale-view .sa3d-front-admin-columns > div:first-child > div {
  padding-top: 2rem;
}
.sda-wholesale-view .sa3d-front-admin-columns > div {
  width: 50%;
}
.sa3d-front-admin-columns > div > div {
  padding: 0 0 50px 50px;
}

.sda-table {
  width: 100%;
  font-size: 14px;
  margin-bottom: 10px;
}
.sda-table > header,
.sda-table > div {
  position: relative;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.sda-table > header > div,
.sda-table > div > div {
  position: relative;
  flex: 0 1 25%;
}
.sda-table > header > div:first-child,
.sda-table > div > div:first-child {
  flex: 0 1 75%;
}
.sda-table > header > div.sda-cli-extras,
.sda-table > div > div.sda-cli-extras {
  flex: 0 1 100%;
  display: none;
  align-items: center;
  padding: 5px 10px;
  border: 1px solid #ddd;
  background: #eee;
  border-top: 0;
  gap: 10px;
}
.sda-table > header > div.sda-cli-extras .cli-sku-wrap,
.sda-table > header > div.sda-cli-extras .cli-percent-rule-wrap,
.sda-table > div > div.sda-cli-extras .cli-sku-wrap,
.sda-table > div > div.sda-cli-extras .cli-percent-rule-wrap {
  white-space: nowrap;
}
.sda-table > header > div.sda-cli-extras .cli-sku-wrap .sda-help,
.sda-table > header > div.sda-cli-extras .cli-percent-rule-wrap .sda-help,
.sda-table > div > div.sda-cli-extras .cli-sku-wrap .sda-help,
.sda-table > div > div.sda-cli-extras .cli-percent-rule-wrap .sda-help {
  padding-left: 3px !important;
}
.sda-table > header > div.sda-cli-extras .cli-sku-wrap label,
.sda-table > header > div.sda-cli-extras .cli-percent-rule-wrap label,
.sda-table > div > div.sda-cli-extras .cli-sku-wrap label,
.sda-table > div > div.sda-cli-extras .cli-percent-rule-wrap label {
  display: inline-block !important;
  padding-right: 4px !important;
}
.sda-table > header > div.sda-cli-extras .cli-sku-wrap select,
.sda-table > header > div.sda-cli-extras .cli-sku-wrap input,
.sda-table > header > div.sda-cli-extras .cli-percent-rule-wrap select,
.sda-table > header > div.sda-cli-extras .cli-percent-rule-wrap input,
.sda-table > div > div.sda-cli-extras .cli-sku-wrap select,
.sda-table > div > div.sda-cli-extras .cli-sku-wrap input,
.sda-table > div > div.sda-cli-extras .cli-percent-rule-wrap select,
.sda-table > div > div.sda-cli-extras .cli-percent-rule-wrap input {
  display: inline-block !important;
  max-width: 105px !important;
  padding: 4px !important;
  border: 0 !important;
  min-height: 0 !important;
}
.sda-table > header h3 {
  margin: 0;
  padding: 0;
}
.sda-table > header > div {
  padding-bottom: 5px;
}
.sda-table > div.sda-show-extras {
  outline: 2px solid #888;
}
.sda-table > div.sda-show-extras .sda-cli-extras {
  display: flex;
}
.sda-table > div.sda-show-extras .sda-cli-expand svg {
  transform: rotate(180deg);
  fill: #888;
}
.sda-table > div.sda-show-extras + div:not(.sda-show-extras) > div:nth-child(1) input[type=text], .sda-table > div.sda-show-extras + div:not(.sda-show-extras) > div:nth-child(2) input[type=text] {
  border-top: 2px solid #888;
}
.sda-table > div.sda-show-extras label.sda-checkbox {
  position: relative;
}
.sda-table > div + div > div input[type=text],
.sda-table > div + div > div select {
  border-top-width: 0;
}
.sda-table .sda-delete,
.sda-table .sda-cli-expand {
  position: absolute;
  right: -24px;
  font-size: 16px;
  margin-top: -12px;
  top: 50%;
  cursor: pointer;
  color: #999;
}
.sda-table .sda-delete svg,
.sda-table .sda-cli-expand svg {
  width: 15px;
  height: 15px;
}
@media (hover: hover) {
  .sda-table .sda-delete:hover,
  .sda-table .sda-cli-expand:hover {
    color: #000;
  }
}
.sda-table .sda-cli-expand,
.sda-table .sda-cli-expand + .sda-delete {
  right: -20px;
  font-size: 10px;
}
.sda-table .sda-cli-expand svg,
.sda-table .sda-cli-expand + .sda-delete svg {
  width: 13px;
  height: 13px;
}
.sda-table .sda-cli-expand {
  margin-top: 4px;
  z-index: 1;
}
.sda-table .sda-cli-expand + .sda-delete {
  margin-top: -13px;
  z-index: 0;
}
.sa3d-front-admin .sda-table#sda-payment-table input[type=text],
.sa3d-front-admin .sda-table#sda-payment-table select {
  border: 0;
}
.sda-table#sda-payment-table > div {
  flex-wrap: wrap;
  border: 2px solid #444;
}
.sda-table#sda-payment-table > div + div {
  border-top: 0;
}
.sda-table#sda-payment-table > div > div {
  flex: 0 1 50%;
}
.sda-table#sda-payment-table > div > div.sda-pay-check-field {
  display: none;
  flex: 0 1 100%;
}
.sa3d-front-admin .sda-table#sda-payment-table > div > div.sda-pay-check-field input[type=text] {
  border-top: 1px solid #ddd;
}
.sa3d-has-payment-applications .sda-table#sda-payment-table > div > div.sda-pay-check-field {
  flex: 0 1 50%;
}
.sda-table#sda-payment-table > div > div.sda-pay-applied_to-field {
  flex: 0 1 100%;
}
.sa3d-front-admin .sda-table#sda-payment-table > div > div.sda-pay-applied_to-field select {
  border-top: 1px solid #ddd;
}
.sa3d-front-admin .sda-table#sda-payment-table > div > div.sda-pay-method-field select {
  border-left: 1px solid #ddd;
}
.sda-table#sda-payment-table > div.sda-show-check-field > div.sda-pay-check-field {
  display: block;
}
.sda-table#sda-payment-table > div.sda-show-check-field > div.sda-pay-applied_to-field {
  flex: 0 1 50%;
}
.sa3d-front-admin .sda-table#sda-payment-table > div.sda-show-check-field > div.sda-pay-applied_to-field + .sda-pay-check-field input {
  border-left: 1px solid #ddd;
}
.sda-table#sda-payment-table .sda-pay-check-field input,
.sda-table#sda-payment-table .sda-pay-applied_to-field select {
  background-color: #ededed;
}

.sda-table:not(:first-child),
#sda-customer-selectable-options {
  margin-top: 15px;
}

.sda-table > div > div + div input[type=text],
.sda-table > div > div + div select,
.sda-field-cols > div + div input[type=text],
.sda-field-cols > div + div select {
  border-left: 0;
}

.sa3d-front-admin label,
.sda-table > header > div {
  font-weight: bold;
}

.sa3d-front-admin select + label {
  margin-top: 5px;
}

.sda-add-clip.sa3d-button {
  width: 93px;
  padding: 0.4em 0.75em;
  line-height: 1;
  min-height: 0;
  text-transform: none;
}
.sda-add-clip.sa3d-button.sa3d-grey-button {
  background: #999;
  border: #999;
}

.sa3d-front-admin .sa3d-close {
  position: fixed;
  right: 30px;
  top: 30px;
  font-size: 30px;
  cursor: pointer;
  color: #ccc;
}
.sa3d-front-admin .sa3d-close svg {
  width: 32px;
  height: 32px;
}
.admin-bar .sa3d-front-admin .sa3d-close {
  top: 66px;
}
@media only screen and (min-width: 783px) {
  .admin-bar .sa3d-front-admin .sa3d-close {
    top: 52px;
  }
}

@media (hover: hover) {
  .sa3d-front-admin .sa3d-close:hover,
  .sda-table .sa3d-delete:hover {
    color: #000;
  }
}
.sda-ov-tax-col {
  display: none;
}
.tax-input-amount .sda-ov-tax-col, .tax-input-percent .sda-ov-tax-col {
  display: block;
}
.sda-ov-tax-col .sda-price {
  display: none;
}
.tax-input-amount .sda-ov-tax-col .sda-price {
  display: block;
}
.sda-ov-tax-col .sda-percent {
  display: none;
}
.tax-input-percent .sda-ov-tax-col .sda-percent {
  display: block;
}

.sda-field-cols > div,
.tax-input-amount .sda-tax-field-cols > div,
.tax-input-percent .sda-tax-field-cols > div {
  position: relative;
  float: left;
}

/* clear */
.sda-field-cols,
.tax-input-amount .sda-tax-field-cols,
.tax-input-percent .sda-tax-field-cols {
  *zoom: 1;
}
.sda-field-cols::before, .sda-field-cols::after,
.tax-input-amount .sda-tax-field-cols::before,
.tax-input-amount .sda-tax-field-cols::after,
.tax-input-percent .sda-tax-field-cols::before,
.tax-input-percent .sda-tax-field-cols::after {
  content: " ";
  display: table;
}
.sda-field-cols::after,
.tax-input-amount .sda-tax-field-cols::after,
.tax-input-percent .sda-tax-field-cols::after {
  clear: both;
}

.sda-field-cols .sda-col-50,
.tax-input-amount .sda-tax-field-col,
.tax-input-percent .sda-tax-field-col {
  width: 50%;
}

.sda-field-cols .sda-col-25 {
  width: 25%;
}
.sda-field-cols .sda-col-33 {
  width: 33.3%;
}
.sda-field-cols .sda-col-66 {
  width: 66.7%;
}

.sa3d-front-admin select,
.sa3d-front-admin input[type=email],
.sa3d-front-admin input[type=number],
.sa3d-front-admin input[type=tel],
.sa3d-front-admin input[type=text],
.sa3d-front-admin textarea {
  border-color: #ccc;
}
.sa3d-front-admin label {
  position: relative;
  display: table;
  margin-top: 6px;
  margin-bottom: 1px;
}
.sa3d-front-admin h3 + label {
  margin-top: 0;
}
.sa3d-front-admin select,
.sa3d-front-admin input[type=button].sa3d-button,
.sa3d-front-admin input[type=email],
.sa3d-front-admin input[type=number],
.sa3d-front-admin input[type=submit].sa3d-button,
.sa3d-front-admin input[type=tel],
.sa3d-front-admin input[type=text],
.sa3d-front-admin textarea {
  min-height: 0;
}
.sa3d-front-admin input[type=checkbox] + span,
.sa3d-front-admin input[type=radio] + span {
  padding-left: 20px;
}

label.sda-checkbox {
  user-select: none;
}

.sda-section-after {
  padding-bottom: 8px;
}
.sda-section-after label {
  margin-top: 0;
}

.sda-label-abs {
  position: absolute !important;
  transform: translateY(-100%);
}

.sda-later {
  opacity: 0.5 !important;
}
.sda-later,
.sda-later h3,
.sda-later input[type=checkbox] + span,
.sda-later select,
.sda-later input[type=email],
.sda-later input[type=number],
.sda-later input[type=tel],
.sda-later input[type=text],
.sda-later textarea {
  color: #f66 !important;
}
.sda-later select,
.sda-later input[type=email],
.sda-later input[type=number],
.sda-later input[type=tel],
.sda-later input[type=text],
.sda-later textarea {
  border-color: #f66 !important;
}

.sda-add-link {
  cursor: pointer;
  font-weight: bold;
  /* &::before {
  	content: "\e916";
  	margin-right: 4px;
  } */
}

.sda-wholesale-fields {
  display: none;
}
.sda-wholesale-view .sda-wholesale-fields {
  display: block;
}

.sda-wholesale-view .sda-non-wholesale-fields {
  display: none;
}

.sda-hide-inventory-fields .sda-non-inventory-fields {
  display: none;
}

.sda-hide-inventory-customer-quote-fields .sda-non-inventory-customer-quote-fields {
  display: none;
}

.sa3d-front-admin input[type=text],
.sa3d-front-admin input[type=tel],
.sa3d-front-admin input[type=email],
.sa3d-front-admin input[type=number],
.sa3d-front-admin select,
.sa3d-extra-fields-save-modal select,
.sa3d-front-admin textarea {
  position: relative;
  appearance: none;
  border-radius: 0;
  width: 100%;
  padding: 10px 12px;
  line-height: 1.3;
  color: #555;
  min-height: 40px;
  background: #fff;
  border: 1px solid #ddd;
}
.sa3d-front-admin input[type=text]::placeholder,
.sa3d-front-admin input[type=tel]::placeholder,
.sa3d-front-admin input[type=email]::placeholder,
.sa3d-front-admin input[type=number]::placeholder,
.sa3d-front-admin select::placeholder,
.sa3d-extra-fields-save-modal select::placeholder,
.sa3d-front-admin textarea::placeholder {
  color: #999;
}

.sa3d-extra-fields-save-modal-below-notes {
  padding-bottom: 14px;
}

.sa3d-front-admin select {
  background: #fff resolve("select-arrow-admin.png") center right;
  background-size: contain;
  background-repeat: no-repeat;
}

.sda-save-configs {
  position: relative;
}
.sda-save-configs .sa3d-loader {
  display: none;
}
.sda-save-configs.sda-loading {
  pointer-events: none;
  user-select: none;
}
.sda-save-configs.sda-loading:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.75);
  z-index: 1;
}
.sda-save-configs.sda-loading .sa3d-loader {
  display: block;
  z-index: 2;
  left: 30px;
}

.sa3d-colorbox-split {
  width: 100%;
  height: 40px;
  position: absolute;
  left: 0px;
  top: 0px;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

/*------------------------------------*\
    WOOCOMMERCE
\*------------------------------------*/
.woocommerce .woocommerce #respond input#submit.alt,
.woocommerce .woocommerce a.button.alt,
.woocommerce .woocommerce button.button.alt,
.woocommerce .woocommerce input.button.alt {
  background-color: #8da676;
}
@media (hover: hover) {
  .woocommerce .woocommerce #respond input#submit.alt:hover,
  .woocommerce .woocommerce a.button.alt:hover,
  .woocommerce .woocommerce button.button.alt:hover,
  .woocommerce .woocommerce input.button.alt:hover {
    background-color: #777;
  }
}

body .woocommerce #place_order {
  font-size: 1.5em;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 1px;
  color: #fff;
}

.woocommerce-message {
  border-top-color: #8da676;
}

.woocommerce-message::before {
  color: #8da676;
}

.woocommerce td.product-name dl.variation dt.variation-edit {
  display: none;
}

.woocommerce-cart-form td.product-name > a {
  font-weight: 700;
}

body .woocommerce-error,
body .woocommerce-info,
body .woocommerce-message {
  background-color: #f9f9f9;
}

.woocommerce-page table.cart td,
.woocommerce-page #add_payment_method table.cart th,
.woocommerce-page .woocommerce-cart table.cart td,
.woocommerce-page .woocommerce-cart table.cart th,
.woocommerce-page .woocommerce-checkout table.cart td,
.woocommerce-page .woocommerce-checkout table.cart th,
.woocommerce-page .woocommerce table.shop_table td {
  vertical-align: top;
}

table.shop_table td.product-name {
  font-weight: 700;
  color: #8da676;
}
table.shop_table td.product-name .checkout-image {
  padding-bottom: 20px;
}
table.shop_table td.product-name .product-quantity {
  display: none;
}
table.shop_table td.product-name strong,
table.shop_table td.product-name b {
  color: #777;
}
table.shop_table td.product-name .variation {
  font-weight: 300;
  color: #777;
}
table.shop_table td.product-name table.sa3d-summary td {
  padding: 0.25em 0 !important;
  border: 0 !important;
  color: #777;
  font-weight: normal;
}
table.shop_table td.product-name table.sa3d-summary tr:last-child td {
  padding-top: 5px !important;
  border-top: 1px solid #ccc !important;
}
table.shop_table thead th {
  background-color: #b6cda4;
  color: #fff;
}
table.shop_table.woocommerce-checkout-review-order-table thead th.product-name,
table.shop_table.woocommerce-checkout-review-order-table thead th.product-total {
  background-color: #8da676;
  color: #fff;
}

table.sa3d-summary-header,
table.sa3d-summary {
  border-spacing: 0;
}
table.sa3d-summary-header td,
table.sa3d-summary td {
  padding: 0.5em 0;
}

table.sa3d-summary-header td:first-child {
  padding-right: 5px;
}

table.sa3d-summary-header td + td {
  font-weight: bold;
}

table.sa3d-summary-header td.sa3d-divider,
table.sa3d-summary td.sa3d-divider,
table.sa3d-summary-header + table.sa3d-summary {
  padding-top: 5px;
  border-top: 1px solid #ccc;
}

table.sa3d-summary-header + table.sa3d-summary {
  margin-top: 5px;
}

table.sa3d-summary-header td.sa3d-last,
table.sa3d-summary td.sa3d-last {
  padding-bottom: 5px;
}

table.sa3d-summary td.sa3d-first {
  padding-top: 5px;
}

table.sa3d-summary td.sa3d-subtotal-block,
table.sa3d-summary td.sa3d-total-block,
table.sa3d-summary td.sa3d-balance-block {
  font-weight: bold;
}

table.sa3d-summary td.sa3d-subtotal-block {
  color: #999;
}

table.sa3d-summary td.sa3d-large-price {
  font-size: 1.2em;
}

table.shop_table .wc-item-meta {
  display: none;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: 125px;
}

table.cart input[type=text],
table.cart input[type=tel],
table.cart input[type=email],
table.cart textarea {
  min-height: 0;
  font-size: 1em;
}

html #add_payment_method table.cart img,
html .woocommerce-cart table.cart img,
html .woocommerce-checkout table.cart img {
  display: block;
  width: 175px;
  height: auto;
}

.woocommerce-cart-form td.product-thumbnail {
  width: 175px;
}

body .woocommerce-info {
  border-top-color: #8da676;
  margin-bottom: 0.5em;
}

body .woocommerce-info::before {
  color: #8da676;
}

body.checkout .single-text > div > div {
  padding-top: 0;
}

#order_review_heading {
  margin-bottom: 0.5em;
}

body .woocommerce form .form-row textarea {
  height: 8em;
}

body .woocommerce ul.order_details {
  padding-left: 0;
  margin-top: 1em;
  border: 2px solid #8da676;
  padding: 20px;
}

.woocommerce-thankyou-order-received {
  font-weight: 700;
  margin-top: 0;
  font-size: 18px;
  color: #8da676;
}

/*------------------------------------*\
    SINGLE TEXT
\*------------------------------------*/
.sa3d-single-text > div > div {
  position: relative;
  padding-top: 25px;
  padding-bottom: 75px;
}

.sa3d-single-text.sa3d-tpad-small > div > div {
  padding-top: 12px;
}

.sa3d-single-text.sa3d-bpad-small > div > div {
  padding-bottom: 35px;
}

.sa3d-single-text.sa3d-tpad-remove > div > div {
  padding-top: 0;
}

.sa3d-single-text.sa3d-bpad-remove > div > div {
  padding-bottom: 0;
}

.sa3d-single-text.sa3d-bg-green > div > div,
.sa3d-single-text.sa3d-bg-lightgrey > div > div {
  background: transparent;
  padding-bottom: 100px;
}

.sa3d-single-text.sa3d-bg-green.sa3d-bpad-small > div > div,
.sa3d-single-text.sa3d-bg-lightgrey.sa3d-bpad-small > div > div {
  padding-bottom: 50px;
}

.sa3d-single-text.sa3d-bg-green.sa3d-bpad-remove > div > div,
.sa3d-single-text.sa3d-bg-lightgrey.sa3d-bpad-remove > div > div {
  padding-bottom: 0;
}

.sa3d-single-text h2 {
  max-width: 480px;
}

.sa3d-single-text p {
  max-width: 650px;
}

.sa3d-single-text.sa3d-no-p-max p {
  max-width: none;
}

.sa3d-single-text img {
  width: 100%;
  height: auto;
}

.sa3d-side-image-wrapper > aside img {
  width: auto;
  max-width: 100%;
}

@media only screen and (min-width: 525px) {
  .sa3d-side-image-wrapper {
    display: inline-flex;
  }
  .sa3d-side-image-wrapper > aside {
    padding-right: 30px;
  }
  .sa3d-side-image-wrapper > div > *:first-child {
    margin-top: 0;
  }
}
@media only screen and (min-width: 800px) {
  .sa3d-single-text > div > div::before,
  .sa3d-single-text > div > div::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 35px;
    right: -35px;
  }
  .sa3d-single-text > div > div::before {
    width: 125px;
    margin-left: -125px;
    right: auto;
  }
  .sa3d-single-text.sa3d-bg-green > div > div::before,
  .sa3d-single-text.sa3d-bg-green > div > div::after,
  .sa3d-single-text.sa3d-bg-lightgrey > div > div::before,
  .sa3d-single-text.sa3d-bg-lightgrey > div > div::after {
    display: none;
  }
  .sa3d-single-text.sa3d-width-66 > div > div {
    width: 66.7%;
  }
  .sa3d-single-text.sa3d-width-75 > div > div {
    width: 75%;
  }
  .sa3d-single-text.sa3d-layout-right.sa3d-width-66 > div > div {
    margin-left: 33.3%;
  }
  .sa3d-single-text.sa3d-layout-right.sa3d-width-75 > div > div {
    margin-left: 25%;
  }
}
@media only screen and (min-width: 900px) {
  .sa3d-overlap-above {
    position: relative;
    margin-top: -85px;
  }
  .sa3d-single-text > div > div {
    padding-top: 50px;
  }
  .sa3d-single-text.sa3d-tpad-large > div > div {
    padding-top: 75px;
  }
  .sa3d-single-text.sa3d-tpad-small > div > div {
    padding-top: 25px;
  }
  .sa3d-single-text.sa3d-tpad-remove > div > div {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1000px) {
  .sa3d-single-text > div > div::after {
    width: 75px;
    right: -75px;
  }
}
@media only screen and (min-width: 1200px) {
  .sa3d-single-text > div > div::after {
    width: 125px;
    right: -125px;
  }
}
.sa3d-tab-content {
  position: relative;
}

.sa3d-alert-toggle {
  display: none;
  position: relative;
  cursor: pointer;
}
.sa3d-alert-toggle .sa3d-icon {
  padding: 0 0.2em;
  color: #c00;
}
.sa3d-alert-toggle .sa3d-icon svg {
  width: 26px;
  height: 26px;
  transform: translateY(1px);
}
.sa3d-alert-pane-show .sa3d-alert-toggle {
  display: inline-block;
  vertical-align: middle;
}
.sa3d-alert-toggle:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  margin-top: 2px;
  margin-left: -18px;
  border-bottom: 20px solid #c00;
  border-right: 18px solid transparent;
  border-left: 18px solid transparent;
  z-index: 1;
}
@media only screen and (min-width: 1200px) {
  .sa3d-alert-toggle:after {
    margin-top: 6px;
  }
}
.sa3d-alert-pane-collapse .sa3d-alert-toggle:after {
  display: none;
}

.sa3d-alert-pane {
  display: none;
  position: relative;
  clear: both;
  background: rgba(255, 230, 230, 0.9);
  border: 2px solid #c00;
  /* @include min_width(1200px) {
  	margin-top: 71px;
  } */
}
.sa3d-alert-pane-show .sa3d-alert-pane {
  display: block;
}
@media only screen and (max-width: 767px) {
  .sa3d-alert-pane {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 1149px) {
  .sa3d-alert-pane {
    margin-top: 8px;
  }
}
@media only screen and (min-width: 1150px) {
  .sa3d-alert-pane {
    position: absolute;
    margin-top: 67px;
    right: 0;
    min-width: 285px;
    z-index: 2;
  }
}
.sa3d-alert-pane > header {
  background: #c00;
  margin: 0;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sa3d-alert-pane > header svg {
  margin: 0;
}
.sa3d-alert-pane > header svg.sa3d-open {
  display: none;
}
.sa3d-alert-pane > header .sa3d-alert-pane-title {
  text-transform: uppercase;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.sa3d-alert-pane > header .sa3d-alert-pane-title > svg {
  width: 1.25em;
  height: 1.25em;
  margin: 0 0.35em 0 -0.05em;
}
.sa3d-alert-pane > header .sa3d-alert-pane-toggle {
  padding: 7px 10px 6px;
  cursor: pointer;
}
@media (hover: hover) {
  .sa3d-alert-pane > header .sa3d-alert-pane-toggle:hover svg.sa3d-close {
    opacity: 0.75;
  }
}
.sa3d-alert-pane .sa3d-alert-pane-content {
  padding: 15px 15px;
  color: #600 !important;
}
.sa3d-alert-pane .sa3d-alert-pane-content > * {
  padding: 0 !important;
  margin: 0 0 0.5em !important;
}
.sa3d-alert-pane .sa3d-alert-pane-content > *:last-child {
  margin-bottom: 0 !important;
}
.sa3d-alert-pane-collapse .sa3d-alert-pane {
  display: none;
  /* @include max_width(1149px) {
  	display: none;
  }
  min-width: 24px;
  border: 0;
  background: transparent;
  > header {
  	background: transparent;
  	.sa3d-alert-pane-title {
  		display: none;
  	}
  	.sa3d-alert-pane-toggle {
  		color: #c00;
  		position: relative;
  		svg.sa3d-open {
  			z-index: 1;
  			position: relative;
  		}
  	}
  	svg	{
  		&.sa3d-close {
  			display: none;
  		}
  		&.sa3d-open {
  			display: none;
  		}
  	}
  }
  .sa3d-alert-pane-content {
  	display: none;
  } */
}

.page-template-app-structure #coming-soon-footer-banner,
.page-template-app-structure #wp-admin-bar-woocommerce-site-visibility-badge,
.page-template-inventory-archive #coming-soon-footer-banner,
.page-template-inventory-archive #wp-admin-bar-woocommerce-site-visibility-badge {
  display: none !important;
}

.sa3d-modal2 {
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.25);
  overflow: hidden;
  z-index: 99999;
  display: none;
}
.sa3d-modal2 > div {
  line-height: 1.4;
  position: absolute;
  background: #fff;
  color: #000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 3px 3px 40px 0px rgba(0, 0, 0, 0.5);
  overflow-y: auto;
  border-radius: 5px;
  max-width: 650px;
  max-height: 95vh;
  width: 95%;
}
@media only screen and (min-width: 625px) {
  .sa3d-modal2 > div {
    width: auto;
    min-width: 600px;
  }
}
.sa3d-modal2 > div > div > header {
  padding-bottom: 10px;
}
.sa3d-modal2 .sa3d-modal2-head > * {
  margin: 0;
}
.sa3d-modal2 .sa3d-modal2-head:not(:empty) {
  padding: 0.7rem 1rem;
}
.sa3d-modal2 .sa3d-modal2-body {
  font-size: 1.1em;
  line-height: 1.5;
}
.sa3d-modal2 .sa3d-modal2-body:not(:empty) {
  padding: 0.75em 1rem 0.75rem;
  min-height: 90px;
}
.sa3d-modal2 .sa3d-modal2-body:not(:empty) > p {
  margin: 0.5em 0;
}
.sa3d-modal2 .sa3d-modal2-body:not(:empty) > p:first-child {
  margin-top: 0;
}
.sa3d-modal2 .sa3d-modal2-foot:not(:empty) {
  padding: 0.5rem 1rem;
}
.sa3d-modal2 .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  opacity: 0.4;
  cursor: pointer;
  transition: opacity 300ms;
}
@media (hover: hover) {
  .sa3d-modal2 .close:hover {
    opacity: 1;
  }
}
.sa3d-modal2 .close:before, .sa3d-modal2 .close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 30px;
  width: 2px;
  background-color: #333;
}
.sa3d-modal2 .close:before {
  transform: rotate(45deg);
}
.sa3d-modal2 .close:after {
  transform: rotate(-45deg);
}
.sa3d-modal2.sa3d-reverse-head .sa3d-modal2-head {
  background: #666;
}
.sa3d-modal2.sa3d-reverse-head .sa3d-modal2-head > * {
  color: #fff;
}
.sa3d-modal2.sa3d-reverse-head .close:before, .sa3d-modal2.sa3d-reverse-head .close:after {
  background-color: #fff;
}
.sa3d-show-modal2 .sa3d-modal2 {
  display: block;
}

:root .delivery-calender-wrap {
  --fc-border-color: transparent;
  --fc-today-bg-color: #e6e6e6;
  --fc-button-bg-color: #707d89;
  --fc-button-border-color: #707d89;
}

.delivery-calendar-page main {
  margin-top: 0 !important;
}

.delivery-calender-wrap {
  position: relative;
  margin: 20px 0;
  padding: 0 20px;
}
@media print {
  .delivery-calender-wrap {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.delivery-calender-wrap .fc table {
  font-family: sans-serif;
}
.delivery-calender-wrap .fc .fc-daygrid-day-number {
  padding-top: 0;
  padding-bottom: 0;
}
@media print {
  .delivery-calender-wrap .fc .fc-daygrid-day.fc-day-today {
    background: #eeeeee;
  }
}
@media only screen and (max-width: 800px) {
  .delivery-calender-wrap .fc .fc-dayGridMonth-view .fc-daygrid-day-events {
    margin-top: -2px;
  }
}
.delivery-calender-wrap .fc .fc-button-primary:focus {
  box-shadow: none;
}
@media only screen and (max-width: 525px) {
  .delivery-calender-wrap .fc h2.fc-toolbar-title {
    font-size: 5vw;
  }
}
.delivery-calender-wrap .fc .fc-scroller-harness {
  overflow: visible;
}
.delivery-calender-wrap .fc .fc-view-harness-active {
  height: auto !important;
}
@media only screen and (max-width: 800px) {
  .delivery-calender-wrap .fc .fc-view-harness-active {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.delivery-calender-wrap .fc .fc-view-harness-active > .fc-view.fc-dayGridMonth-view {
  position: relative !important;
  height: auto !important;
}
.delivery-calender-wrap .fc .fc-dayGridMonth-view .fc-scroller-liquid-absolute {
  position: relative !important;
}
.delivery-calender-wrap .fc .fc-dayGridMonth-view .fc-scrollgrid-section-body,
.delivery-calender-wrap .fc .fc-dayGridMonth-view .fc-scrollgrid-section-body table,
.delivery-calender-wrap .fc .fc-dayGridMonth-view .fc-scrollgrid-section-body > td {
  height: auto !important;
}
.delivery-calender-wrap .fc .fc-dayGridMonth-view .fc-scrollgrid-section-body .fc-day,
.delivery-calender-wrap .fc .fc-dayGridMonth-view .fc-scrollgrid-section-body table .fc-day,
.delivery-calender-wrap .fc .fc-dayGridMonth-view .fc-scrollgrid-section-body > td .fc-day {
  height: calc((100vh - 150px) * 0.1666);
}
@media only print and (orientation: portrait) {
  .delivery-calender-wrap .fc .fc-dayGridMonth-view .fc-scrollgrid-section-body .fc-day,
  .delivery-calender-wrap .fc .fc-dayGridMonth-view .fc-scrollgrid-section-body table .fc-day,
  .delivery-calender-wrap .fc .fc-dayGridMonth-view .fc-scrollgrid-section-body > td .fc-day {
    height: 1.4125in !important;
    /* safari 16+ */
  }
  @supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
    .delivery-calender-wrap .fc .fc-dayGridMonth-view .fc-scrollgrid-section-body .fc-day,
    .delivery-calender-wrap .fc .fc-dayGridMonth-view .fc-scrollgrid-section-body table .fc-day,
    .delivery-calender-wrap .fc .fc-dayGridMonth-view .fc-scrollgrid-section-body > td .fc-day {
      height: 1.25in !important;
    }
  }
}
@media only print and (orientation: landscape) {
  .delivery-calender-wrap .fc .fc-dayGridMonth-view .fc-scrollgrid-section-body .fc-day,
  .delivery-calender-wrap .fc .fc-dayGridMonth-view .fc-scrollgrid-section-body table .fc-day,
  .delivery-calender-wrap .fc .fc-dayGridMonth-view .fc-scrollgrid-section-body > td .fc-day {
    height: 0.9875in !important;
    /* safari 16+ */
  }
  @supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
    .delivery-calender-wrap .fc .fc-dayGridMonth-view .fc-scrollgrid-section-body .fc-day,
    .delivery-calender-wrap .fc .fc-dayGridMonth-view .fc-scrollgrid-section-body table .fc-day,
    .delivery-calender-wrap .fc .fc-dayGridMonth-view .fc-scrollgrid-section-body > td .fc-day {
      height: 0.85375in !important;
    }
  }
}
.delivery-calender-wrap .fc .fc-dayGridMonth-view .fc-scrollgrid-sync-table {
  width: 100% !important;
  height: 100% !important;
  margin-bottom: 0;
}
.delivery-calender-wrap .fc .fc-dayGridMonth-view .fc-daygrid-body,
.delivery-calender-wrap .fc .fc-dayGridMonth-view .fc-col-header {
  width: 100% !important;
}
.delivery-calender-wrap .fc-theme-standard {
  font-family: sans-serif;
}
.delivery-calender-wrap .fc-theme-standard .fc-scrollgrid-section-body {
  font-size: 0.85em;
}
.delivery-calender-wrap .fc-theme-standard a {
  color: #000;
  text-decoration: none;
}
.delivery-calender-wrap .fc-theme-standard a.fc-daygrid-day-number {
  opacity: 0.65;
}
.delivery-calender-wrap .fc-theme-standard td {
  background: #f8f8f8;
  border: 4px solid #fff;
}
@media print {
  .delivery-calender-wrap .fc-theme-standard td {
    background: #ffffff;
    border: 1px solid #888;
  }
}
.delivery-calender-wrap .fc-theme-standard th.fc-col-header-cell {
  font-weight: normal;
  font-family: sans-serif;
}
.delivery-calender-wrap .fc-day-grid-container.fc-scroller {
  height: auto !important;
  overflow-y: auto;
}
@media only screen and (max-width: 750px) {
  .delivery-calender-wrap .fc-dayGridMonth-view .fc-daygrid-day.has-event {
    position: relative;
    user-select: none;
    cursor: pointer;
  }
  .delivery-calender-wrap .fc-dayGridMonth-view .fc-daygrid-day.has-event:after {
    content: "";
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    z-index: 2;
  }
  .delivery-calender-wrap .fc-dayGridMonth-view .fc-daygrid-day.has-event .fc-daygrid-day-top {
    pointer-events: none;
  }
  .delivery-calender-wrap .fc-dayGridMonth-view .fc-daygrid-day.has-event .fc-daygrid-day-events {
    display: none;
  }
}
.delivery-calender-wrap .fc-dayGridMonth-view .fc-daygrid-day-top {
  font-size: 1.1em;
}
@media print {
  .delivery-calender-wrap .fc-dayGridMonth-view .fc-daygrid-day-top {
    font-size: 1.2em;
  }
}
.delivery-calender-wrap .fc-toolbar-chunk:first-child .fc-button-primary {
  background: transparent !important;
  border: transparent !important;
  color: #333 !important;
}
@media print {
  .delivery-calender-wrap .fc-toolbar-chunk:first-child .fc-button-primary {
    display: none;
  }
}
.delivery-calender-wrap .fc-button + h2.fc-toolbar-title {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5em;
}
@media only screen and (max-width: 525px) {
  .delivery-calender-wrap .fc-button + h2.fc-toolbar-title {
    margin: 0 0.25em;
  }
}
.delivery-calender-wrap .fc-daygrid-event-dot {
  display: none;
}
.delivery-calender-wrap .fc-daygrid-dot-event {
  line-height: 1.15;
  padding-left: 4px;
  padding-right: 2px;
  /* flex style 
  align-items: start;*/
  /* inline style */
  display: block;
}
.delivery-calender-wrap .fc-daygrid-dot-event .fc-event-time {
  font-weight: 700;
}
.delivery-calender-wrap .fc-daygrid-dot-event .fc-event-time,
.delivery-calender-wrap .fc-daygrid-dot-event .fc-event-title {
  display: inline;
}
.delivery-calender-wrap .fc-daygrid-block-event {
  border: 0 !important;
  padding-left: 4px;
}
.delivery-calender-wrap .fc-daygrid-event {
  white-space: normal;
  font-family: sans-serif;
  font-size: 0.95em;
}
.delivery-calender-wrap .fc-daygrid-event .fc-event-title {
  font-weight: 400;
}
.delivery-calender-wrap .fc-daygrid-event .fc-event-title .driver {
  font-weight: bold;
  /*position: relative;
  &:before {
  	position: relative;
  	display: inline-block;
  	content: '';
  	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 118.8 101.8'%3E%3Ccircle cx='34.1' cy='76.9' r='10.3'/%3E%3Ccircle cx='92.7' cy='76.9' r='10.3'/%3E%3Cpath d='M4.4,14.6v62.3h16.2c0-7.4,6-13.4,13.4-13.4s13.4,6,13.4,13.4h22.6V14.6H4.4Z'/%3E%3Cpath d='M96.9,28.6h-22.5v48.2h4.8c0-7.4,6-13.4,13.4-13.4s13.4,6,13.4,13.4h8.3v-22l-17.5-26.2ZM79.6,48.6v-14.8h14.5l9.7,14.8h-24.2Z'/%3E%3C/svg%3E");
  	background-size: contain;
      width: 14px;
      height: 14px;
      vertical-align: middle;
  }*/
}
.delivery-calender-wrap .fc-h-event .fc-event-main {
  color: #000;
  font-weight: initial;
}
.delivery-calender-wrap .sa3d-event-modal {
  display: none;
  position: absolute;
  width: 400px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  transition: opacity 0.35s cubic-bezier(0, 0, 0.2, 1);
  border-radius: 5px;
  box-shadow: 0 2px 8px 0 rgba(85, 85, 85, 0.5);
  z-index: 2;
  font-size: 14px;
}
.delivery-calender-wrap .sa3d-event-modal, .delivery-calender-wrap .sa3d-event-modal h1, .delivery-calender-wrap .sa3d-event-modal h2, .delivery-calender-wrap .sa3d-event-modal h3, .delivery-calender-wrap .sa3d-event-modal h4, .delivery-calender-wrap .sa3d-event-modal h5 {
  color: #000 !important;
}
.delivery-calender-wrap .sa3d-event-modal, .delivery-calender-wrap .sa3d-event-modal p {
  font-weight: normal;
}
@media only screen and (max-width: 625px) {
  .delivery-calender-wrap .sa3d-event-modal {
    width: calc(100% - 40px);
  }
}
.delivery-calender-wrap .sa3d-event-modal .modal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0);
  cursor: pointer;
}
.delivery-calender-wrap .sa3d-event-modal .modal-close:after, .delivery-calender-wrap .sa3d-event-modal .modal-close:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  background-color: #000;
  transform-origin: 50% 50%;
  right: 10px;
  top: 20px;
}
@media (hover: hover) {
  .delivery-calender-wrap .sa3d-event-modal .modal-close:after:hover, .delivery-calender-wrap .sa3d-event-modal .modal-close:before:hover {
    background: #00f;
  }
}
.delivery-calender-wrap .sa3d-event-modal .modal-close:after {
  transform: rotate(-45deg);
}
.delivery-calender-wrap .sa3d-event-modal .modal-close:before {
  transform: rotate(45deg);
}
.delivery-calender-wrap .sa3d-event-modal .modal-content {
  padding: 20px 25px;
  max-height: 63vw;
  overflow-y: auto;
}
@media only screen and (min-width: 700px) {
  .delivery-calender-wrap .sa3d-event-modal .modal-content {
    max-height: 550px;
  }
}
.delivery-calender-wrap .sa3d-event-modal .sa3d-event {
  line-height: 1.3;
}
.delivery-calender-wrap .sa3d-event-modal .sa3d-event h4.sa3d-event-title {
  font-size: 1.15em;
  margin: 0.25em 0 0.5em;
}
.delivery-calender-wrap .sa3d-event-modal .sa3d-event p, .delivery-calender-wrap .sa3d-event-modal .sa3d-event ol, .delivery-calender-wrap .sa3d-event-modal .sa3d-event ul {
  font-size: 14px;
  margin: 0.3em 0;
}
.delivery-calender-wrap .sa3d-event-modal .sa3d-event p.sa3d-event-location {
  font-style: italic;
  font-size: 0.9em;
  margin-top: -0.05em;
}
.delivery-calender-wrap .sa3d-event-modal .sa3d-event .sa3d-event-description {
  margin-top: 0.75em;
}
.delivery-calender-wrap .sa3d-event-modal .sa3d-event .sa3d-event-description > p:first-child {
  margin-top: 0;
}
.delivery-calender-wrap .sa3d-event-modal .sa3d-event > *:last-child {
  margin-bottom: 0;
}
.delivery-calender-wrap .sa3d-event-modal .sa3d-event + .sa3d-event {
  margin-top: 0.5em;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 0.5em;
}
.delivery-calender-wrap.show-sa3d-event-modal .sa3d-event-modal {
  display: block;
}
.delivery-calender-wrap .fc-day-disabled {
  visibility: hidden;
}
.delivery-calender-wrap h1, .delivery-calender-wrap h2, .delivery-calender-wrap h3 {
  padding-bottom: 0;
  font-weight: 700;
}
.delivery-calender-wrap h1:after, .delivery-calender-wrap h2:after, .delivery-calender-wrap h3:after {
  display: none;
}
.delivery-calender-wrap .print-calendar {
  position: absolute;
  transform: translate(-120%, 5%);
  cursor: pointer;
}
.delivery-calender-wrap .print-calendar svg {
  fill: var(--fc-button-bg-color);
  transition: fill 150ms ease;
}
@media (hover: hover) {
  .delivery-calender-wrap .print-calendar:hover svg {
    fill: var(--fc-button-hover-bg-color);
  }
}
@media print {
  .delivery-calender-wrap .print-calendar {
    display: none;
  }
}
@media print {
  .delivery-calender-wrap .fc-toolbar-chunk .fc-button-group {
    display: none;
  }
}

.sa3d-fine-print {
  font-size: 10px;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22../../sass/public/styles.scss%22,%22../../sass/public/helpers/_normalize.scss%22,%22../../sass/_variables.scss%22,%22../../sass/_mixins.scss%22,%22../../sass/public/helpers/_helpers.scss%22,%22../../sass/public/elements/_buttons.scss%22,%22../../sass/public/elements/_fields.scss%22,%22../../sass/public/elements/_menu.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA;AAEA;AAAA;AAGA;AAAA;AAAA;AAAA;AAKA;EACC;EACA;;;AAGD;AAAA;AAGA;AAAA;AAAA;AAIA;EACC;;;AAGD;AAAA;AAAA;AAAA;AAKA;EACC;EACA;;;AAGD;AAAA;AAGA;AAAA;AAAA;AAAA;AAKA;EACC;EACA;EACA;;;AAGD;AAAA;AAAA;AAAA;AAKA;EACC;EACA;;;AAGD;AAAA;AAGA;AAAA;AAAA;AAIA;AACC;;;AAGD;AAAA;AAAA;AAAA;AAKA;EACC;EACA;EACA;;;AAGD;AAAA;AAAA;AAAA;AAKA;AAAA;AAAA;EAGC;EACA;;;AAGD;AAAA;AAAA;AAIA;EACC;;;AAGD;AAAA;AAAA;AAAA;AAKA;AAAA;EAEC;EACA;EACA;EACA;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;AAAA;AAGA;AAAA;AAAA;AAIA;EACC;;;AAGD;AAAA;AAGA;AAAA;AAAA;AAAA;AAKA;AAAA;AAAA;AAAA;AAAA;EAKC;EACA;EACA;EACA;;;AAGD;AAAA;AAAA;AAAA;AAKA;AAAA,QACQ;EACP;;;AAGD;AAAA;AAAA;AAAA;AAKA;AAAA,SACS;EACR;;;AAGD;AAAA;AAAA;AAIA;AAAA;AAAA;AAAA;EAIC;;;AAGD;AAAA;AAAA;AAIA;AAAA;AAAA;AAAA;EAIC;EACA;;;AAGD;AAAA;AAAA;AAIA;AAAA;AAAA;AAAA;EAIC;;;AAGD;AAAA;AAAA;AAIA;EACC;;;AAGD;AAAA;AAAA;AAAA;AAAA;AAAA;AAOA;EACC;EACA;EACA;EACA;EACA;EACA;;;AAGD;AAAA;AAAA;AAIA;EACC;;;AAGD;AAAA;AAAA;AAIA;EACC;;;AAGD;AAAA;AAAA;AAAA;AAKA;AAAA;EAEC;EACA;;;AAGD;AAAA;AAAA;AAIA;AAAA;EAEC;;;AAGD;AAAA;AAAA;AAAA;AAKA;EACC;EACA;;;AAGD;AAAA;AAAA;AAIA;EACC;;;AAGD;AAAA;AAAA;AAAA;AAKA;EACC;EACA;;;AAGD;AAAA;AAGA;AAAA;AAAA;AAIA;EACC;;;AAGD;AAAA;AAAA;AAIA;EACC;;;AAGD;AAAA;AAGA;AAAA;AAAA;AAIA;EACC;;;AAGD;AAAA;AAAA;AAIA;EACC;;;AC1UD;EACC;EACA;EACA;EACA;EACA;;;AAGD;AAAA;AAAA;AAmBA;AAAA;AAAA;AASA;AAAA;AAAA;AA8BA;AAAA;AAAA;AAiBA;AAAA;AAAA;AAOA;AAAA;AAAA;AC9DA;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACC;EACA;;AACA;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAEC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAED;EACC;EACA;EACA;EACA;;AAED;EACC;;AACA;EACC;;AAED;EACC;;AAED;EACC;;AAKJ;EAEC;;AAEC;EACC;EACA;EACA;;AAOD;EACC;EACA;;AACA;EAEC;EACA;;AAOF;EACC;EACA;;AACA;EACC;EACA;EACA;EACA;;AAED;EACC;EACA;EACA;EACA;;AAOF;EACC;EACA;;AACA;EACC;EACA;EACA;;AAED;EACC;EACA;EACA;;AAOF;EACC;EACA;;AACA;EACC;EACA;EACA;EACA;;AAED;EACC;EACA;EACA;EACA;;;AAOL;AAAA;AAAA;AAAA;AAAA;AAAA;EACC;EACA;EACA;EACA;EACA;EACA;EACA,cDvIuB;ECwIvB;EACA;EACA;EACA;EACA;EACA;EACA;EACA,YDvJe;ECwJf;EACA;EACA;EACA;EACA;EACA;;AAEA;EACC;AAAA;AAAA;IACC,YDzJqB;IC0JrB,cD1JqB;IC2JrB;;;AAGF;AAAA;AAAA;AAAA;AAAA;EAEC,kBDhKsB;ECiKtB,cDjKsB;ECkKtB;EACA;;AAGD;AAAA;AAAA;EACC;EACA;;AACA;EACC;IACC,YDnLY;ICoLZ,cDpLY;ICqLZ;;;AAKF;AAAA;AAAA;EAEC;;AAED;EAEE;IAEC;;;AAKJ;AAAA;AAAA;EACC;EACA;;AACA;EACC;IACC;;EAED;IACC;;;;ACrPJ;AAAA;AAAA;AAIA;AAAA;EAEC;EACA;EACA;EACA;EACA;EACA;;AACA;AAAA;EACC;;AAED;AAAA;AAAA;AAAA;AAAA;AAAA;EAGC;EACA;EACA;EACA;EACA;;;AAIF;EACC;;;AAED;EACC;;;AAGD;EACC;;ADdA;ECaD;IAGE;;;;ADhBD;ECmBD;IAEE;;;;AD1BD;EC8BA;IACC;;;AAIF;AAAA;AAAA;AAIA;AAAA;EDrDC;EACA;EACA;;;ACuDD;EDpDC;;;ACuDD;EACI;;;AJpDJ;AKCC;AAAA;AAAA;AAAA;AAAA;EAIC;;;AAID;EACC;;AACA;EACC;EACA;;AAGF;EACC;;AACA;EACC;;;AAIH;EACC;;;AAED;EACC;;;AAED;AAAA;AAAA;EAGC;;AACA;AAAA;AAAA;EACC;EACA;;AAED;AAAA;AAAA;EACC;EACA;;;AAKD;EACI;EACA;EACA;EACA;EACA;EACA;;;AAIJ;EACC;;;AChED;EACC;EACA;EACA;;AAED;EAEI;EACH;EACA;;;AAMD;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAII;EACH;EACA;EACA;EACA;EACA;EACG;;AAEJ;AAAA;AAAA;AAAA;AAAA;AAAA;EAGI;EACA;;AAEJ;AAAA;EACC;;AAED;AAAA;EACC;EACA;EACA;EACA;EACA;EACA;EACA;;;AAID;EACC;;;AAID;AAAA;AAAA;AAAA;EAII;;AAEJ;EACC;EACA;;AAED;EACC;;AAED;EACC;EACA;EACA;;AACA;EACC;;AAED;EACC;;AAGF;EACC;;AACA;EACC;EACA;EACA;EACA;;AAED;EACC;;;AAIH;AAAA;EAEC;;;AAED;EACC;EACA;;;AAKA;AAAA;AAAA;AAAA;AAAA;AAAA;EAEC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;AAAA;AAAA;AAAA;AAAA;AAAA;EACC;;AAED;AAAA;AAAA;AAAA;AAAA;AAAA;EACC;;AASD;AAAA;AAAA;AAAA;AAAA;AAAA;EACC;;AAED;AAAA;AAAA;AAAA;AAAA;AAAA;EACC;;AAED;EAtCD;AAAA;AAAA;AAAA;AAAA;AAAA;IAuCE;;;AAED;AAAA;AAAA;AAAA;AAAA;AAAA;EACC;EACA;EACA;EACA;;AH9HF;EG0HC;AAAA;AAAA;AAAA;AAAA;AAAA;IAME;IACA;;;AAED;AAAA;AAAA;AAAA;AAAA;AAAA;EACC;EACA;;AAKF;AAAA;AAAA;EACC;;AAED;AAAA;AAAA;EACC;;AAGA;AAAA;AAAA;EACC;EACA;;AAIH;AAAA;AAAA;EACC;;AACA;AAAA;AAAA;EACC;;AAED;AAAA;AAAA;EACC;;AAGA;AAAA;AAAA;EACC;EACA;;;AAMH;AAAA;EAEC;;AACA;AAAA;EACC;;AAED;AAAA;EACC;;AAED;AAAA;EACC;;AAED;AAAA;EACC;;AAID;EACC;;AAGA;EACC;EACA;;AAKF;EACC;;AAGA;EACC;EACA;;;AASD;AAAA;EAEC;EACA;;AAMA;AAAA;AAAA;AAAA;EAEC;;;AAOJ;EACC;;;AAOC;AAAA;EACC;EACA;;AACA;AAAA;EACC;EACA;;;AAOL;EACC;;;AAIA;EACC;EACA;EACA;EACA;EACA;;AACA;EACC;;AACA;AAAA;EAEC;;AAGF;EAIC;EACA;EACA;;AACA;EACC;;AAED;EACC;;AAGF;EACC;;AAED;EACC;;AAID;EACC;EACA;;AAGF;EACC;EACA;;AAIA;AAAA;EACC;EACA;EACA;EACA;EACA;;AAID;EACC;EACA;EACA;;AAGF;EACC;EACA;;AAGA;EACC;EACA;;AACA;AAAA;EAEC;;AAED;EACC;EACA;EACA;EACA;EACA;EACA;EACA;;AAMD;EACC;;;AAMH;EACC;EACA;;;ACjXF;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AJMA;EILA;IAEE;;;AJGF;EILA;IAKE;;;AJAF;EILA;IAQE;;;AAGF;EACC;EACA;EACA;;AJTD;EIYC;IAEC;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;;;AAKH;EACC;;;AAED;EACC;EACA;;AJhCA;EIkCC;IAEC;IACA;;;AAGF;EACC;EACA;EACA;EACA;EACA;EACA;;AJ9CD;EIwCA;IAQE;IACA;;;AJjDF;EIwDG;AAAA;IAEE;;;AJ1DL;EI+DC;AAAA;IAEE;;;AJjEH;EIuEC;AAAA;IAEE,OLlDY;IKmDZ;;;AAIH;EACC;EACA;EACA;EACA;;AJlFD;EI8EA;IAME;;;AAED;EACC;;AJvFF;EIsFC;IAGE;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;;AJjGH;EImGE;IAEE;IACA;IACA;IACA;;;AJxGJ;EI2GI;IAEE;;;AJ7GN;EIiHG;IAEE;;;AAIH;EACC;EACA;;AJzHH;EIuHE;IAIE;IACA;IACA;IACA;IACA;IACA;;;AJhIJ;EIuII;IAEE;IACA;;;AAON;EACC;EACA;;AJnJD;EIqJA;IAEE;IACG;IACA;;;AAEJ;EACC;;AJ5JF;EI2JC;IAGE;IACA;IACA;;;AJhKH;EIkKE;IAEE;IACA;;;AJrKJ;EIuKG;IAEE;;;AAIH;EACC;IACC;;;AJ/KJ;EI8KG;IAGE;;;AJjLL;EIuLG;IAEE;;;AJzLL;EI4LG;AAAA;AAAA;IAGE;;;AAIH;EACC;;AJpMH;EImME;IAGE;IACA;IACA;AACA;IACA;IACA;;;AAGF;AACC;AAAA;AAAA;AAAA;AAAA;AAAA;;AJ/MH;EIsNE;IAEE;;;AJxNJ;EI2NE;IAEE;;;AAKJ;AAAA;EAEC;;AJpOD;EIkOA;AAAA;IAIE;;;AAED;AAAA;EACC,OLlNa;;ACvBf;EIwOC;AAAA;IAGE;;;AAIH;EACC;IACC,OL1Na;;;ACvBf;EIgPC;IAGE;;;;AAMJ;AAAA;AAAA;AAIA;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAEE;AAAA;AAAA;IAGC,kBLpPY;;;ACvBf;EI6PD;IAmBE;;;AJhRD;EI6PD;IAsBE;;;;AAGF;AAAA;AAAA;EAGC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAED;EACC;EACA;;;AAED;EACC;;;AAGA;AAAA;EAEC;EACA;;AAED;EACC;;AAED;EACC;;AAED;EACC;;;APvTF;AAAA;AAAA;AAIA;EACC;;;AAGD;AAAA;AAAA;AAIA;EACC;;AACA;EACC;;;AAGF;EACC;;;AAED;EACC;;AACA;EACC;;AGxBD;EHqBD;IAOE;;;AAED;EACC;EACA;;AACA;EACC;EACA;EACA;;AACA;EACC;;AAIH;EACC;;;AAGF;AAAA;EAEC;EACA;;AACA;AAAA;EACC;;AAED;AAAA;EACC;EACA;EACA;EACA;EACA;;AAED;AAAA;EACC;EACA;EACA;EACA;EACA;;;AAID;EACC;;;AAGF;EACC;EACG;EACA;EACA;EACA;EACA;;AACA;EACC;EACA;EACA;;AAED;EACC;EACA;EACA;;AACA;EACC;;AAGF;EACC;;AAEJ;EACC;;AACA;EACC;;AAGF;EACC;;;AAGF;EACC;EACA;EACA;EACA;EACA;;AACA;EACC;;AAED;EACC;EACA;EACA;EACA;;;AAGF;EACC;EACA;EACA;;;AAED;EACC;;AACA;EACC;;;AAGF;EACC;;AGtIA;EHqID;IAIE;IACA;IACA;IACA;;EACA;IACC;;;;AAIH;EACC;EACA;EACA;;AACA;EAEC;;AGxJD;EHkJD;IASE;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAEC;IACC;IACA;;EAGF;IACC;;;;AG1KF;EHgLC;IAEC;;;AGlLF;EHsLC;IAEC;;;AGxLF;EH4LC;IAEC;;;AAGF;EAEC;;;AGnMD;EHsMD;IAEE;;EACA;IACC;;EAED;IACC,KE7Lc;;EF+Lf;IACC;;;AGhNF;EHoNC;IACC;;EAED;IACC,KExMc;;EF0Mf;IACC;;;AG3NF;EHsMD;IAyBE;;EACA;IACC;;EAED;IACC,KEpNc;;EFsNf;IACC;;;;AAKH;AAAA;AAAA;AAIA;EACC;;;AAED;AAAA;AAAA;AAAA;EAIC;EACA;;;AAGD;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,QEvPsB;EFwPtB;EACA;EACA;;AACA;EACI;EACA;EACH;EACG;EACA;EACA;EACA;EACA;;AG3QJ;EHmQA;IAUK;IACA;;;AGnRL;EH2PD;IA4BE;IACA;;;AGxRD;EH2PD;IAgCE;IACA;IACA;;EACA;IACC;;EAED;IACC;;;AGlSF;EH2PD;IA2CE;IACA;;;AAED;EACC;EACA;EACA;EACA;;AAED;EACC;EACA;EACA;EACA;;AGnTD;EH+SA;IAME;IACA;IACA;IACA;IACA;IACA;IACA;;;AG3TF;EH+SA;IAeE;IACA;;;AG/TF;EH+SA;IAmBE;;;AGlUF;EHoUC;IAEE;IACA;;;AGvUH;EHoUC;IAME;;;AAGF;AAAA;EAEC;EACA;EACA;EACA;;AGlVF;EH6UC;AAAA;IAOE;IACA;IACA;IACA;;;AGvVH;EH6UC;AAAA;IAaE;;;AAED;AAAA;EACC;EACA;;AAGF;EACC;EACA;;AGnWF;EHiWC;IAIE;;;AAGF;EACC;;AGzWF;EHwWC;IAGE;IACA;IACA;;;AG7WH;EHwWC;IAQE;;EACA;IACC;IACA;;;AGnXJ;EHwXA;IAEE;;;AG1XF;EH6XA;IAEE,KEjXkB;;;ACdpB;EH6XA;IAKE,KEnXkB;;;ACfpB;EH6XA;IAQE;;EACA;IACC;;;AAIH;EACC;;;AAIF;AAAA;AAAA;AAIA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACH;EACI;EACA;;AAEJ;EACC;EACG;;AAEJ;EACC;EACA;EACA;;AAED;AAAA;EAEC;EACA;;AAED;EACC;EACG;;AACH;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACH;;AAGF;EACC;EACA;EACA;EACA;;;AAGF;EACC;EACA;EACA;;;AAED;EACC;IACI;;EACH;IACI;IACA;;EAEJ;IACI;IACA;IACA;;;AAIN;EAEE;IACI;IACA;;EAEJ;IACC;;;AG9dF;EHmeA;AAAA;IAEI;IACA;IACA;IACA;IACA;;EAEJ;IACI;IACG;IACA;IACA;IACA;IACA;;EAEP;IACI;;;AAGL;EACC;AAAA;IAEC;IACA;IACA;IACG;;EAEJ;AAAA;IAEC;;;AAIF;AAAA;AAAA;AAIA;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AGrhBA;EHygBD;IAcE;IACA;IACA;IACA;IACA;IACA;IACA;;;AAED;EACC;IACC;;;;AAIH;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,OE3hBe;EF4hBf;EACA;;;AAGD;AAAA;AAAA;AAME;AAAA;AAAA;EAGC;;AAED;EACC;EACA;;AACA;EAHD;IAIK;IACA;;;AAEJ;EACI;;AAEJ;EACI;;AG7kBN;EH4kBE;IAGK;;;AAIN;EACI;;;AG/kBL;EHolBA;IACC;IACA;;EACA;IACC;;;AAIH;AAAA;EAEC;;;AAGA;EACC;;AAGA;EACC;;AACA;EAFD;IAGK;IACA;;;AAIN;EACC;;AACA;EACI;;AAIJ;EACC;EACA;EACA;EACA;;AAID;EACC;;AAGF;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACC;;AAGF;EACC;;AAED;AAAA;AAAA;AAAA;EAIC;EACA;;AAED;EACC;;AAGA;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;AAAA;EAEC;;AAED;EACC;;AAIH;EACC;;;AAGF;EACC;;;AAGA;EACC;;;AAGF;EACC,kBExqBe;;;AF4qBf;EACC;EACA;;;AAGF;EACC;EACA;;AACA;EACC;EACA;;AAED;EACC;EACA;;;AAGF;EACC;;AACA;EACC;EACA;EACA;EACA;;;AAGF;EACC;EACA;;;AAED;EACC;EACA;EACA;EACA;;AACA;EACC;EACA;EACA;EACA;;;AAGF;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACC;;AACA;EACC;;AAGF;EACC;;;AAOF;EACC;EACG;;AACA;EAEC;EACA;;AAED;EAEC;EACA;;AAED;EACC;EACA;;AAED;EACC;EACA;;AAED;EACC;EACA;;AAED;EACC;EACA;;;AAGL;AAAA;AAAA;AAAA;EAIC;;AACA;AAAA;AAAA;AAAA;EACC;;;AAGF;EACC;;AACA;EACC;;;AAGF;EACC;;AACA;AAAA;AAAA;AAAA;AAAA;EAKC;EACA;;AAED;EACC,OA3DqB;EA4DrB,QA5DqB;EA6DrB;;AAED;EAEC,QAlEoB;EAmEpB,OAlEqB;EAmErB;;AACA;EACC;;AAED;AAAA;AAAA;AAAA;AAAA;EAGC;;AAED;EACC;;AAGF;EAEC,OAnFoB;EAoFpB,QAnFqB;EAoFrB;;AACA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAKC;EACA;;AAED;EACC;;AAED;AAAA;AAAA;AAAA;AAAA;EAGC;;AAED;EACC;;AA2CH;EACC;EACA;EACA;EACA;EACA;EACA;;AACA;EACC;EACA;EACA;EACA;EACG;;AAEJ;EACC;EACA;;AACA;EACC;;AAGF;EACC;;AAED;EACC;;AACA;EACC;;AAED;EACC;;AAED;EACC;EACA;;AAED;EACC;;AAEC;EACC;;AAMF;EACC;;AAED;EACC;;AAGF;AAAA;EAEC;;AAED;EACC;EACA;;AAGF;EACC;EACA;EACA;EACA;EACA;;AACA;EACC;EACA;EACA;EACA;EACA;EACA;EACA;;AAED;EACC;EACA;EACA;EACA;EACA;EACA;EACA;;AAED;EACC;EACA;EACA;EACA;EACA;EACA;EACA;;AAED;EACC;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACC,MAzPkB;EA0PlB;;AAED;EACC,OA7PkB;EA8PlB;;AAED;EACC,KAjQkB;EAkQlB;;AAED;EACC,QArQkB;EAsQlB;;AAED;EACC;EACA;;AACA;EACC;;;AAIH;EACC;EACA;;AACA;EACC;EACA;EACA;EACA;;AACA;EACC;;AAGF;EACC;EACA;;;AAGF;EACC;EACA;EACA;EACA;EACA;EACG;EACH;;AACA;EACC;EACA;EACA;EACA;;AG7iCD;EHyiCA;IAME;;;AAGA;EACC;;AAIH;EACC;;AAGA;EACC;;AAGF;EACC;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIH;EACC;;AAGF;EACC;;AAID;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACC;EACA;EACA;EACA;EACA;;AACA;EACC;;;AAKH;EACC;EACA;;AACA;EACC;EACA;;;AAID;AACC;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAUA;EACA;;AACA;EACC;;AACA;EACC;;AAED;EACC;;;AAKJ;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAED;EACC;EACA;EACA;EACA;EACA;;;AAED;EACC;EACA;EACA;;AACA;EACC;;;AAGF;EACC;EACA;EACA;EACA;EACA;EACA,OE1qCe;;AF2qCf;EACC;IACC;;;;AAIH;EACC;EACA;EACA;EACA;;;AAGD;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;AA0CA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AAzCA;EACC;EACA;EACA;;AAED;EACC;;AAGA;EACC;EACA;EACA;;AAED;EACC;;AAGF;EACC;EACA;;AAED;EACC;EACA;EACA;;AAED;EACC;EACA;;AAED;EACC;EACA;EACA;EACA,OEvuCc;EFwuCd;;AAED;EACC,OE3uCc;;;AFwvChB;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACG;EACH;EACA;;;AAED;EACC;;AACA;AACC;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AASD;EACC;EACA;;AAGA;EACC;;AAID;EACC;;;AAIH;EACC;EACA;;;AAQA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAEC;EACA;;AACA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EACC;;;AAIH;EACC;EACA;EACA;;;AAED;EACC;EACA;EACA;;;AAED;EACC;EACA;EACA;;;AAED;AAAA;AAAA;AAAA;EAIC;;;AAED;EACC;EACA;EACA;;AACA;EACC;EACA;;AGp2CD;EHq2CC;IAEE;IACA;IACA;;;;AAKJ;EACC;EACA;EACA;;;AAED;EACC;EACA;EACA;EACA;;AGv3CA;EHm3CD;IAME;IACA;;;AG13CD;EHm3CD;IAUE;;;;AAGF;EACC;EACA;;AACA;EACC;EACA;EACA;;;AAGF;EACC;EACA;EACA;EACA;;;AAED;EACC;;;AAED;EACC;;;AAED;EACC;AAAA;IAEC;;;AAGF;AAAA;EAEC;;;AAGA;EACC;IACC;;;;AAIH;EACC;EACA;EACA;;;AAED;EACC;EACA;EACA;EACA;;AACA;EACC;EACA;EACA;;;AAGF;EACC;;AACA;EACC;EACA;EACA;EACA;EACA;;AAED;EACC;EACA;EACA;;;AAIF;EACC;;;AAED;EACC;;;AAED;EACC;EACA;EACA;EACA;;;AAED;EACC;;;AAGA;EACC;EACA;EACA;EACA;EACA;EACA;;AACA;EACC;EACA;;AAED;EACC;;AAED;EACC;EACA;EACA;;;AAKF;EACC;EACA;EACA;EACA;;;AAGF;EACC;EACA;EACA;EACA;;AGv/CA;EHm/CD;IAME;;;AAED;EACC;EACA;EACA;;AACA;EACC;;AAED;EACC;EACA;EACA;;AGrgDF;EHkgDC;IAKE;;;AAMD;EACC;;AG9gDH;EH6gDE;IAGE;;;AAKJ;EACC;EACA;;AGvhDD;EHqhDA;IAIE;;;AAGF;EACC;EACA;EACA;EACA;EACA;EACA;;AGliDD;EH4hDA;IAQE;;;AAGF;AAAA;EAEC;EACA;;AG1iDD;EHuiDA;AAAA;IAKE;;;AAGF;EACC;;AGhjDD;EHijDC;IAEE;IACA;IACA;IACA;IACA;IACA;IACA;;;AAIH;EACC;;AAGA;EACC;IACC;IACA;;;AAGF;EACC;EACA;;AAID;EACC,kBEvjDa;EFwjDb;EACA;;AAED;EACC;;AAED;EACC;;AAKA;EACC;EACA;;AACA;EACC;;AAGF;EACC;EACA;;AAGF;EACC;;AGxmDF;EHumDC;IAGE;;;AAIH;EACC;;;AAIF;EACC;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACC;EACA;EACA;EACA;;AG/nDD;EH2nDA;IAME;;;AAGF;EACC;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACC;IACC;;;AAIH;AAAA;EAEC;;AGppDD;EHspDA;IAEE;;;AGxpDF;EH2pDA;IAEE;;;;AAIH;EACC;EACA;EACA;EACA;EACA;EACA;EACA;;;AAED;EACC;EACA;EACA;EACA;EACA;EACA;EACA;;;AAED;EACC;EACA;EACA;EACA;EACA;EACA;EACA;;;AAED;EACC;EACA;EACA;EACA;EACA;EACA;;;AAED;EACC;EACA;EACA;EACA;EACA;EACA;;;AAED;EACC;EACA;;;AAED;EACC;EACA;;;AAIA;EACC;EACA;EACA;EACA;EACA;;AACA;EACC;EACA;EACA;;AAED;EACC;;AAED;EACC;IACC;;;AAGF;EACC;EACA;;;AAIH;AAAA;AAAA;AAAA;EAIC;EACA;EACA;EACA;;;AAED;AAAA;EAEC;;;AAED;EACC;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGD;EACC;EACA;;AGnwDA;EHiwDD;IAIE;;;;AAGF;EACC;AAAA;IAEC;;;AAGF;EACC;;AACA;EACC;;AACA;EACC;;AAGF;EACC;;AAED;AAAA;EAEC;;AAED;EACC;;;AAGF;EACC;EACA;EACA;;;AAED;EACC;EACG;EACH;EACA;EACA;;AACA;EACC;;AAED;EACC,cE9xDc;;AF+xDd;EACC;;AACA;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIH;EACC;EACA;EACA;EACA;EACA;;AAED;EACC;EACA;EACA;EACA;EACA;;;AAGF;EACC;EACA;EACA;EACA;EACA;EACA;;AG11DA;EHo1DD;IAQE;IACA;;;;AAGF;EACC;;;AAED;EACC;AAAA;IAEC;;EAED;AAAA;IAEC;;;AAGF;EACC;;;AAED;EACC;EACA;;;AAED;EACC;EACA;;AACA;EACC;EACA;EACA;;;AAGF;EACC;;;AAED;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAED;EACC;;;AAED;EACC,OEv3De;;AFw3Df;EACC;IACC;;;;AAIH;EACC;EACA;;AACA;EACC;EACA;;AACA;EACC;;;AAKF;EACC;EACA;EACA;EACA;;;AAGF;EACC;;AACA;EACC;;;AAGF;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AGr7DA;EHy6DD;IAcE;IACA;IACA;IACA;IACA;;;;AAGF;EACC;EACA;EACA;EACA;EACA;;;AAGA;EACI;;AGv8DJ;EHs8DA;IAGK;;;AAEJ;EACC;;;AAIH;EACI;;AACA;EACI;;AGn9DP;EHk9DG;IAGK;;;;AAKT;EACC;EACA;EACA;;;AAED;EACC;;;AAED;EACC;;AGn+DA;EHk+DD;IAGE;;;;AAGF;EACC;EACA;EACA;;;AAED;AAAA;EAEC;EACA;;;AAED;EACC;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGL;AAAA;EAEI;EACA;EACA;;AG1gEH;EHsgED;AAAA;IAMK;;;;AAIL;EACC;EACA;EACA;;;AAED;EACC;EACA;EACA;EACA;;;AAED;EACC;EACA;EACA;EACA;EACA;EACA;;AACA;AAAA;EAEC;EACA;;AAED;EACC;IACC,OElhEa;;;AC5Bf;EHijEA;IAEE;;;;AAIH;EACC;EACA;EACA;EACA;EACA;EACA;;AGxjEA;EHkjED;IAQE;IACA;IACA;;;;AGjkED;EHskEA;AAAA;IAEE;;;;AAKF;EACC;EACA;;;AAGF;EACC;EACG;EACA;EACA;EACA;EACA;;AACA;EACC;EACA;EACG,OEhkEQ;EFikEX;EACA;EACA;;;AAGL;AAAA;EAEC;EACA;EACA;EACA,kBE3kEe;EF4kEf;EACA;EACA;EACA;EACA;;;AAED;EACC;EACA;EACA;EACA;;;AAED;AAAA;EAEI;EACA;;;AAGJ;EACI;;;AAEJ;AACG;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAWF;EACA;EACA;;;AAED;EACC;;AACC;EACA;;;AAIF;AAAA;AAAA;AAIA;AAAA;EAEC;EACA;EACA;;AACA;AAAA;EACC;;;AAID;EACC;EACA;EACA;EACA;EACA;;AGlqED;EH4pED;IASE;IACA;;;;AAID;EACC;;;AAGF;EACC;;;AAGD;AAAA;AAAA;AAKC;EACC;EACA;EACA;EACA;EACA;EACA;EACA;;AAED;EACC;EACA;EACA;EACA;;;AAGF;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAED;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACC;;AAED;EACF;EACG;EACA;;AAED;EACF;EACG;EACA;;;AAGL;AAAA;EAEI;EACA;EACA;EACA;;;AAEJ;EACI;IAAM;;EACN;IAAI;;;AAGR;AAAA;AAAA;AAIA;EACC;EACA;;;AAED;EACC;EACA;EACA;EACA;EACA;EACA;EACA;;AGvwEA;EHgwED;IASE;;EACA;IACC;;;AAGF;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AGnyED;EHoyEC;IAEE;;;AAGF;EACC;EACA,YEpxEa;;AFqxEb;AAAA;EAEC;;AG9yEH;EH8wEA;IAoCE;;;AGlzEF;EH8wEA;IAuCE;;;AGrzEF;EH8wEA;IA0CE;;;AGxzEF;EH8wEA;IA6CE;;;AAGF;EACC;EACA;;AACA;EACC,OE3yEa;;AF6yEd;EAEE;IACC,OEhzEW;;;AFozEd;EACC;;AG50EF;EH20EC;IAGE;IACA;;;AAGF;EACC;EACA;EACA;EACA;;AGt1EF;EHk1EC;IAME;IACA;IACA;;;AAOD;EACC;;AAED;EAEE;IACC;;;AAML;EACC;EACA;EACA;EACA;;AAED;EACC;EACA;EACA;;AGt3ED;EHy3EC;IACC;;EAED;IACC;;EAED;IACC;;EAED;IACC;;EAED;IACC;IACA;IACA;;EAED;IACC;;EAED;IACC;;EAED;IACC;;;AGj5EF;EHgwED;IAqJE;;;AGr5ED;EHgwED;IAwJE;;;;AAGF;AAAA;EAEC;EACA;EACA;EACA;EACA;EACA;EACA,YE54Ee;;;ACvBf;EHs6EA;AAAA;IAEC;IACA;;;AAGF;EACC;;;AAED;EACC;IACC;;;AAIF;AAAA;AAAA;AAIA;EACC;;;AGr7EA;EHu7ED;IAEE;;;;AAIF;AAAA;AAAA;AAIA;AAAA;EAEC;EACA;;;AAED;EACC;EACA;EACA;;;AAGD;AAAA;AAAA;AAIA;EACC;EACG;EACA;EACA,OEl8EY;;AFm8Ef;EACC;IACI;;;;AAKN;AAAA;AAAA;AAIA;AAAA;EAEC;EACA;EACA;EACA;EACA;EACA;EACA;EACG;EACA;EACA;EACH;EACA;;;AAED;EACC;EACA;;;AAED;EACC;EACA;;AG1/EA;EHw/ED;IAIE;IACA;IACA;;;;AAGF;EACC;;;AAED;EACC;;;AAGD;AAAA;AAAA;AAIA;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACC;EACA;EACA;EACA;EACA;;AAED;EACC;;;AAGF;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACC;EACA;EACA;EACA;EACA;;AGxjFD;EHmjFA;IAOE;;;AAGF;EACC;EACA;;AAGA;EACC;;AAGF;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACC;EACA;EACA;EACA;EACA;EACA;EACA;;AAED;EACC;;AAED;EACC;;AAED;EACC;;;AAGF;EACC;IAGC;IACA;;EAED;IACC;IACA;;;AAIF;EACC;;;AAGA;EACC;EACA;;AAED;EACC;;AAED;EACC;EACA;EACA;;AACA;EACC;EACA;EACA;EACA;;AGjpFF;EH6oFC;IAME;IACA;;;AAID;EACC;EACA;;AAGF;EACC;EACA;;AACA;EACC;;AAED;EACC;EACA;;AAED;EACC;;AAID;EACC;EACA;;;AAMJ;AAAA;EACC;EACA;EACA;EACA;EACA;EACA;;;AAED;EACC;;;AAED;EACC;EACA;EACA;;AAOA;EACC;EACA;;AAGA;EACC;;AAED;EACC;;;AAcF;EACC;;;AAIF;AAAA,mBACmB;EAClB;EACA;;AGxuFA;EHquFD;AAAA;IAKE;IACA;;;;AAID;EACC;EACA;EACA;;;AAGF;EACC;EACA;EACA;;;AAGA;EACC;;AACA;EACC;EACA;EACA;EACA;EACA;EACA;EACA;;AGpwFF;EH6vFC;IASE;IACA;IACA;IACA;IACA;IACA;IACA;;;AAIH;EACC;EACA;EACA;;AGnxFD;EHgxFA;IAKE;;;AAGF;AAAA;AAAA;EAGC;;AAED;EACC;;AACA;EACC;;AAGF;EACC;;;AAKF;AAAA;AAAA;AAIA;EACC;EACA;EACA;EACA;;AACA;EACC;EACA;;AAED;EACC;;AAED;EACC;;AAED;EACC;EACA;EACA;EACA;;AACA;EACC;;AAED;EACC;EACA;;;AAOF;AAAA;EACC;;AAED;AAAA;EACC;EACA;EACA;EACA;;AACA;AAAA;EACC;;AAED;AAAA;EACC;;AAED;AAAA;EACC;EACA;EACA;EACA;EACA;EACA;;AGj2FF;EHm2FG;AAAA;IACC;;;;AAQH;EACC;EACA;EACA;EACA;;;AAKH;EACC;;AACA;EACC;;AAED;EACC;;AG33FD;EH63FE;IAEE;;;AAID;EAEC;;;AAOL;AAAA;AAAA;AAIA;EACC;EACA;EACA;;;AAGA;EACC;EACA;EACA;EACA;;AACA;EACC;AACA;EACA,OEv4Fa;;AFy4Fd;EACC;;AAED;EAEC;EACA;EACA;;;AAIH;EACC;EACA;EACA;EACA;;AACA;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAED;EACC;;;AAIF;AACA;AAAA;EAEC;EACA;EACA;EACA;EACA;;;AAED;EACC;AAAA;IAEC;;;AAGF;EACC;EACA;;;AAED;EACC;EACA;;;AAGA;EACC;EACA;EACA;;AACA;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAED;EACC;;AACA;EACC;;;AG7+FH;EHk/FD;AAAA;AAAA;AAAA;AAAA;AAAA;IAOE;;;;AAIF;AAAA;AAAA;AAIA;EACC;EACA;EACA;EACA;EACA;EACA;;AACA;EACC;EACA;EACA;;AACA;EACC;EACA;EACA;EACA;EACA;EACA;;AACA;EACC;IAEC;IACA;;;AAGF;EACC;EACA,kBErgGY;;;AF4gGhB;EACC;EACA;EACA;EACA;;;AAED;AAAA;EAEC;EACA;EACA;;;AAED;AAAA;AAAA;AAAA;EAIC;EACA;EACA;;;AAED;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACC;EACA;EACA;EACA;EACA;EACA;;AAED;EACC;EACA;EACA;;AAED;EACC;;AACA;EACC;EACA;EACA;EACA;EACA;EACA;EACA;;AGtlGF;EH+kGC;IASE;;;AAGF;EACC;IAEC;;;;AAMJ;EACC;;;AAED;EACC;;;AAED;EACC;EACA;;AACA;EACC;IAEC,OEzlGa;;;;AF8lGhB;AAAA;EAEC,OEhmGe;EFimGf;EACA;EACA;EACA;;AACA;AAAA;AAAA;AAAA;EAEC;EACA;;;AAGF;EACC;;;AAED;EACC;;;AAED;EACC;EACA;;AACA;AAAA;EAEC;EACA;;;AAGF;EACC;EACA;;AACA;AAAA;EAEC;EACA;;;AAGF;EACC;;;AAED;EACC;EACA;EACA;;;AAED;EACC;EACA;EACA;EACA;EACA;EACA;;;AAED;EACC;EACA;EACA;;;AAED;EACC;EACA;EACA;;;AAED;EACC;;;AAED;EACC;;;AAED;EACC;EACA;;;AAIA;AAAA;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAED;AAAA;EACC;EACA;;;AAGF;AAAA;AAAA;AAGA;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACC;;AAGA;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIH;EACC;EACA;EACA;;AACA;EACC;EACA;EACA;EACA;EACA;;AACA;EAEC;EACA;;AAED;EACC;EACA;;AAID;EACC,YE7uGa;;AF8uGb;EACC;EACA;;AAGF;EAEE;IACC;;;;AAML;AAAA;AAAA;EAGC;EACA;;;AAED;EACC;;;AG1xGA;EH6xGA;IACC;;EAKA;AAAA;IAEC;IACA;;EAED;IACC;;EACA;IACC;IACA;;EAED;IACC;IACA;;;AGhzGH;EHszGA;IACC;IACA;IACA;;;AAGF;AAAA;AAAA;AAIA;AAAA;EAEC;EACA;;;AAED;AAAA;EAEC;;;AAED;AAAA;EAEC;EACA;;;AAED;EACC;;;AAED;AAAA;AAAA;EAGC;;;AAED;EACC;;;AAED;EACC;EACA;;;AAED;EACC;;;AAED;EACC;EACA;EACA;;;AAED;EACC;EACA;EACA;EACA;EACA;EACA;EACA;;;AAED;EACC;EACA;;;AAED;EACC;EACA;;;AAGD;EACC;;;AAGD;AAAA;AAAA;AAIA;EACC;EACA;EACA;EACA;;;AAED;AAAA;EAEC;;;AAED;AAAA;EAEC;;;AAED;AAAA;AAAA;EAGC;;;AAED;EACC;EACA;;;AAED;EACC;EACA;EACA;;;AAED;EACC;;;AAED;EACC;;;AAED;EACC;EACA;;;AAED;EACC;;;AAED;EACC;IACC;;;AAGF;EACC;EACA;;;AAGD;AAAA;AAAA;AAIA;EACC;;;AAED;EACC;;;AAED;AAAA;AAAA;EAGC;;;AAED;EACC;;;AAED;AAAA;AAAA;AAAA;AAAA;AAAA;EAMC;;;AAED;AAAA;AAAA;EAGC;;;AAED;EACC;;;AAED;EACC;EACA;;AACA;EACC;IACC;IACA,OEn8Ga;;EFo8Gb;IACC;;;;AAKJ;AAAA;EAEC;EACA;;;AAED;EACC;EACA;EACA;;;AAIC;EACA;EACA;EACA;EACA;;AAGA;EACC;;;AAIH;EACC,OEn+Ge;;;AFq+GhB;EACC;EACA;EACA;;;AAED;EACC;EACA;EACA;;;AAED;EACC;;;AAED;AAAA;EAEC;EACA;EACA;EACA;EACA;;;AAED;AAAA;EAEC;EACA;EACA;;;AAGD;EACC;EACA;EACA;;;AAED;EACC;;;AAED;EACC;;;AAED;AAAA;AAAA;AAAA;EAIC;EACA;;;AAGD;EACC;EACA;EACA;;;AAED;EACC;EACA;;;AAED;EAEC;IACC;IACA;IACA;IACA;IACA;;EAED;AAAA;IAEC;;EAED;AAAA;IAEC;IACA;IACA;IACA;IACA;;EAED;AAAA;IAEC;IACA;IACA;IACA;;EAED;IACC;;EAED;IACC;;EAED;IACC;;;AAGF;EACC;IACC;;;AAGF;EACC;;;AAED;EACC;EACA;EACA,OE9kHe;EF+kHf;;;AAED;EACC;EACA;;;AAED;EACC;;;AAED;EACC;EACA;EACA;EACA;EACA;EACA;EACA;;;AAED;EAEC;IACC;IACA;;EAED;AAAA;AAAA;AAAA;IAIC;;EAED;IACC;;;AAGF;AAAA;AAAA;AAIA;AAAA;AAAA;AAMA;EACC;EACA;;AGppHA;EHkpHD;IAIE;IACA;IACA;IACA;IACA;;;AG1pHD;EHkpHD;IAWE;IACA;;;AAIA;AAAA;EACC;EACA;EACA;;AGrqHF;EHkqHC;AAAA;IAKE;IACA;IACA;IACA;IACA;;;AAIH;AAAA;AAAA;EAGC;;AGlrHD;EH+qHA;AAAA;AAAA;IAKE;;;AAGF;EACC;;AGxrHD;EHurHA;IAGE;;;AAED;EACC;EACA;EACA;;AG/rHF;EHisHG;IACC;;;AGlsHJ;EH4rHC;IAUE;;;AGtsHH;EH4rHC;IAaE;;;AGzsHH;EH6sHA;IAEE;;;AAED;EACC;EACA;EACA;EACA;;AACA;EACC,OEhsHY;;ACvBf;EHytHE;IAEE;IACA;IACA;IACA;;;AAGF;EACC;;AAED;EACC;EACA;EACA;;AAED;EACC;EACA;EACA;EACA;;AG7uHH;EHyuHE;IAME;;;AAKF;EACC;;AAIH;EACC;EACA;EACA;EACA;EACA;;AAYA;EACC;EACA;EACA,OEtvHa;;AFuvHb;EACC;IACC;IACA,OE1vHW;;EF2vHX;IACC;;;AAML;EACC;;;AAIF;AAAA;AAAA;AAGA;EACC;EACA;EACA;AACA;AAQA;AAiBA;AAmCA;;AA3DA;EAEC;EACA;EACA;EACA;;AAGD;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGD;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGA;EACC;EACA;;AAED;EACC;;AAID;EACC;EACA;EACA;;AAED;EACC;EACA;;AAIF;EAEE;IAEC;IACA;IACA;;;;AAMJ;AACA;AAAA;AAAA;AAAA;AAAA;AAAA;EAMC;EACA;;;AAED;EACC;EACA;;;AAED;AAAA;EAEC;;;AAED;EACC;;AACA;EACC;EACA;EACA;;;AAKD;EACC;;AAGA;EACC;EACA;;AAED;EACI;EACA;AAKA;AAAA;AAAA;AAAA;AAAA;;AAJA;EACC,OE/3HS;EFg4HT;;AAQL;EACC;EACA;EACG;;AACH;EACI;EACA;;AACA;EACC;EACA;EACA;EACA;EACA;EACA;EACH;EACA;;AACG;EAEC;;AAED;EACC;;AAID;EACC,YEl6HO;;AFs6Hb;EAGM;IACC,YE16HM;;;AFk7HX;EACF;EACG;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACC,YE77HS;;AF+7Hb;EACI;IACC,YEj8HQ;;;AFs8HV;EACC;;AAIN;EACC;;;AAKF;EACC;AAAA;IAEC;IACA;;;AG5+HD;EHg/HA;AAAA;IAEC;;EAED;AAAA;IAEC;;EAED;AAAA;AAAA;AAAA;AAAA;AAAA;IAMC;IACA;;EAED;IACC;;EAED;IACI;;EAEJ;IACC;;;AAGF;AACA;AAAA;AAAA;EAGE;;;AAEF;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACG;EACA;;AACA;EACC;EACA;;;AAGL;EACC;;;AAED;EACC;IACC;;;AAGF;AAAA;EAEC;;;AAED;AAAA;EAEC;;;AAED;EACC;;;AAED;EACC;;;AAGA;EACC;;AAED;EACC;EACA;;AACA;EACC;;AAGF;EACC;EACA;;AACA;EACC;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAQC;;AAED;EACI;EACA;;AACH;EACC;;AAID;EACC;;AAGF;EACC;;AACA;EACC;EACG;EACA;;AAEJ;EACC;;;AAIH;EACC;;AACA;EACC;EACA;;AACA;EACC;;AAIC;EACC;;AAIH;EACC;;AAED;EACC;;;AAIH;EACC;EACA;EACA;;AACA;AAAA;EAEC;EACA;EACA;EACA;;AACA;AAAA;EACC;EACA;;AACA;AAAA;EACC;;AAED;AAAA;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;AAAA;AAAA;AAAA;EAEC;;AACA;AAAA;AAAA;AAAA;EACC;;AAED;AAAA;AAAA;AAAA;EACC;EACA;;AAED;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAEC;EACA;EACA;EACA;EACA;;AAOJ;EACC;EACA;;AAED;EACC;;AAID;EACC;;AACA;EACC;;AAGA;EACC;EACA;;AAMA;EACC;;AAIH;EACC;;AAKF;AAAA;EAEC;;AAGF;AAAA;EAEC;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;AAAA;EACC;EACA;;AAED;EACC;AAAA;IACC;;;AAIH;AAAA;EAEC;EACA;;AACA;AAAA;EACC;EACA;;AAGF;EACC;EACA;;AACA;EACC;EACA;;AAMA;AAAA;EACC;;AAGF;EACC;EACA;;AACA;EACC;;AAED;EACC;;AACA;EACC;EAMA;;AAJC;EACC;;AAIF;EACC;;AAGF;EAMC;;AAJC;EACC;;AAOD;EACC;;AAOF;EACC;;AAED;EACC;;AAEC;EACC;;AAON;AAAA;EAEC;;;AAIH;AAAA;EAEC;;;AAKC;AAAA;AAAA;AAAA;EAEC;;;AAIH;AAAA;EAEC;;;AAED;EACC;;;AAKD;EACC;EACA;EACA;EACA;EACA;;AACA;EACC;EACA;;;AAIF;EACC;EACA;EACA;EACA;EACA;EACA;;AACA;EACC;EACA;;AAED;EACC;;AAED;EACC;IACC;;;;AAIH;EACC;AAAA;IAEC;;;AAGF;EACC;;AACA;EAEC;;AAED;EACC;;AACA;EACC;;AAGF;EACC;;AACA;EACC;;;AAIH;AAAA;AAAA;EAGC;EACA;;;AAED;AACA;AAAA;AAAA;EAGI;;AACH;AAAA;AAAA;AAAA;AAAA;EAEI;EACA;;AAEJ;AAAA;AAAA;EACI;;;AAGL;AAAA;AAAA;EAGC;;;AAGA;EACC;;AAED;EACC;;AAED;EACC;;;AAID;AAAA;AAAA;AAAA;AAAA;AAAA;EAMC;;AAED;EACC;EACA;EACA;EACA;;AAED;EACC;;AAED;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAQC;;AAED;AAAA;EAEC;;;AAIF;EACC;;;AAED;EACC;;AACA;EACC;;;AAGF;EACC;EACA;;;AAED;EACC;;AACA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EASC;;AAED;AAAA;AAAA;AAAA;AAAA;AAAA;EAMC;;;AAGF;EACC;EACA;AACA;AAAA;AAAA;AAAA;;;AAMD;EACC;;AACA;EACC;;;AAID;EACC;;;AAGF;EACC;;;AAED;EACC;;;AAED;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAOC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EACC;;;AAGF;EACC;;;AAED;EACC;EACA;EACA;;;AAKD;EACC;;AACA;EACC;;AAED;EACC;EACA;;AACA;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAED;EACC;EACA;EACA;;;AAKH;EACC;EACA;EACA;EACA;EACA;EACA;;;AAGD;AAAA;AAAA;AAKC;AAAA;AAAA;AAAA;EAIC,kBEtkJc;;AFukJd;EACC;AAAA;AAAA;AAAA;IACC;;;;AAKJ;EACC;EACA;EACA;EACA;EACA;;;AAED;EACC,kBEtlJe;;;AFwlJhB;EACC,OEzlJe;;;AF4lJhB;EACC;;;AAED;EACC;;;AAGD;AAAA;AAAA;EAGC;;;AAGA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAOC;;;AAID;EACC;EACA,OEtnJc;;AFunJd;EACC;;AAED;EACC;;AAED;AAAA;EAEC;;AAED;EACC;EACA;;AAGA;EACC;EACA;EACA;EACA;;AAED;EACC;EACA;;AAKF;EACC;EACA;;AAKA;AAAA;EAEC,kBE5pJY;EF6pJZ;;;AAKJ;AAAA;EAEC;;AACA;AAAA;EACC;;;AAIF;EACC;;;AAED;EACC;;;AAED;AAAA;AAAA;EAGC;EACA;;;AAED;EACC;;;AAED;AAAA;EAEC;;;AAED;EACC;;;AAED;AAAA;AAAA;EAGC;;;AAED;EACC;;;AAED;EACC;;;AAED;EACC;;;AAED;AAAA;AAAA;AAAA;EAIC;;;AAED;AAAA;AAAA;AAAA;EAIC;EACA;;;AAGD;AAAA;AAAA;EAGC;EACA;EACA;;;AAED;EACC;;;AAED;EACC,kBEvuJe;EFwuJf;;;AAED;EACC,OE3uJe;;;AF6uJhB;EACC;;;AAED;EACC;;;AAED;EACC;;;AAGD;EACC;EACA;EACA;EACA;;;AAGD;EACC;EACA;EACA;EACA,OElwJe;;;AFqwJhB;AAAA;AAAA;AAIA;EACC;EACA;EACA;;;AAED;EACC;;;AAED;EACC;;;AAED;EACC;;;AAED;EACC;;;AAED;AAAA;EAEC;EACA;;;AAED;AAAA;EAEC;;;AAED;AAAA;EAEC;;;AAED;EACC;;;AAED;EACC;;;AAED;EACC;;;AAED;EACC;EACA;;;AAED;EACC;EACA;;;AAED;EACC;IACI;;EAEJ;IACC;;EAED;IACC;;;AAGF;EACC;AAAA;IAEC;IACA;IACA;IACA;IACA;IACA;;EAED;IACC;IACA;IACA;;EAED;AAAA;AAAA;AAAA;IAIC;;EAED;IACC;;EAED;IACC;;EAED;IACC;;EAED;IACC;;;AAIF;EACC;IACC;IACA;;EAED;IACC;;EAED;IACC;;EAED;IACC;;EAED;IACC;;;AG54JD;EHg5JA;IACC;IACA;;;AAIF;EACC;IACC;IACA;;;AAGF;EACC;;;AAED;EACC;EACA;EACA;;AACA;EACC;EACA;;AACA;EACC;EACA;EACA;;AAID;EACC;EACA;;AAGF;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AG57JD;EHk7JA;IAYE;;;AAED;EACC;;;AAIH;EAGC;EACA;EAIA;EACG;EACA;AAeH;AAAA;AAAA;;AApBA;EACC;;AGt8JD;EHg8JD;IAYK;IACA;;;AG78JJ;EHg8JD;IAgBK;;;AGr9JJ;EHq8JD;IAmBK;IACA;IACA;IACH;IACG;;;AAKJ;EACI;EACA;EACH;EACG;EACA;EACA;;AACA;EACC;;AACA;EACC;;AAGF;EACC;EACA;EACA;EACA;EACA;EACA;;AACA;EACC;EACA;EACA;;AAGF;EACC;EACA;;AACH;EAEK;IACC;;;AAMR;EACC;EACG;;AACH;EACC;EACA;;AACA;EACC;;AAIH;EACC;AACA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;AAoCD;AAAA;AAAA;AAAA;EAEC;;;AAIF;EACC;EACG;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACH;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AGtlKJ;EHykKA;IAeK;IACA;;;AAGA;EACC;;AAKF;EACC;;AAEJ;EACC;;AAGF;EACC;EACA;;AACA;EACC;EACA;;AACA;EACC;;AACA;EACC;;AAMH;EACC;;AAGC;EACC;EACH;EACA;EACA;EACA;EACA;EACG;EACA;;AACH;EACI;IACC;;;AAGF;EACF;EACA;EACA;EACA;EACA;EACA;;AAEE;EACF;;AAEE;EACF;;AAIE;EACC;;AACA;EACC;;AAKD;EACF;;AAIA;EACC;;;AAKJ;EACC;EACA;EACA;EACA;;;AAID;EACC;;;AAGF;EACC;EACA;EACA;;AACA;EAJD;IAKE;IACA;;;AAGA;EACC;;AAED;EACC;EACA;;AAIC;EADD;IAEE;;;AGjtKJ;EHstKE;IAEE;;;AAKF;EACC;;AG9tKH;EHiuKC;IAEE;;;AAMF;EACC;;AAED;EACC;;AG7uKF;EH4uKC;IAGE;IACA;;;AAGF;EACI;EACA;;AAGH;EACI;;AAEJ;AAAA;AAAA;EAGC;;AACA;AAAA;AAAA;EACC;;AAEA;EAHD;AAAA;AAAA;IAIE;AACA;;EACA;IANF;AAAA;AAAA;MAOG;;;;AAGF;EAVD;AAAA;AAAA;IAWK;AACH;;EACA;IAbF;AAAA;AAAA;MAcG;;;;AAKJ;EACC;EACA;EACA;;AAED;AAAA;EAEC;;AAIH;EACC;;AACA;EACC;;AAED;EACC;EACA;;AACA;EACC;;AAGF;EACC;EACA;;AACA;EAHD;IAIE;IACA;;;AAID;EACC;EACA;;AAKF;EACI;EACA;;AG3zKL;EHi0KG;IACC;IACA;IACA;;EACA;IACC;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAED;IACC;;EAED;IACC;;;AAKJ;EACC;;AACA;EAFD;IAGE;;;AAKF;EACC;EACA;EACA;;AACA;EAJD;IAKE;;;AAIH;EACC;EACA;EACA;;AG/2KD;EH42KA;IAKE;;;AAGF;EACC;;AAED;EACC;EACA;EACA;AAMA;AAAA;AAGA;EACA;;AATA;EACC;;AASD;AAAA;EAEC;;AAGF;EACC;EACA;;AAED;EACI;EACA;EACA;;AACA;EACF;;AACA;EACC;AACA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AAkBF;EACC;EACA;;AAGF;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACG;EACA;EACA;;AACA;EACC;;AAED;EACC;;AG97KL;EH66KA;IAoBK;;;AAED;EACC;EACA;EACA;EACA;EACA;EACH;EACG;;AACA;EAEC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACH;EACI;IACC;;;AAIH;EACC;;AAED;EACC;;AAGF;EACC;EACA;EACA;;AGh+KL;EH69KI;IAKE;;;AAGF;EACC;;AAEC;EACC;EACA;;AAGF;EACC;EACA;;AAED;EACC;EACA;EACA;;AAED;EACC;;AACA;EACC;;AAGF;EACC;;AAED;EACC;EACA;EACA;;AAKL;EACC;;AAGF;EACI;;AAEJ;EACC;EACA;;AACA;EACC;;AAGF;EACC;EACA;EACA;;AACA;EACC;EACA;;AAED;EAEE;IACC;;;AAIH;EAfD;IAgBE;;;AAID;EADD;IAEE;;;;AAKH;EACC%22,%22file%22:%22styles.css%22%7D */
