/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.abs-reset-list {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.abs-reset-list > li {
  margin: 0;
}
.abs-action-cart-button button.action {
  border: none;
  padding: 12px 24px;
  opacity: .8;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: -.015em;
  font-weight: 700;
  line-height: 1.5;
  font-family: inherit;
  border-radius: 0 !important;
  height: inherit;
}
.abs-action-cart-button button.action:not(:hover) {
  background-color: #f4f4f4;
  color: #222529;
}
.action-primary {
  background-image: none;
  background: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 3px;
}
.action-primary:focus,
.action-primary:active {
  background: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
}
.action-primary:hover {
  background: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
}
.action-primary.disabled,
.action-primary[disabled],
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-revert-to-action-secondary,
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel {
  border-radius: 3px;
}
.abs-action-link-button {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #e7e7e7;
  color: #777777;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 0.3rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
}
.abs-action-link-button:focus,
.abs-action-link-button:active {
  background: #e2e2e2;
  border: 1px solid #e7e7e7;
  color: #777777;
}
.abs-action-link-button:hover {
  background: #e1e1e1;
  border: 1px solid #e7e7e7;
  color: #777777;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus {
  text-decoration: none;
}
.abs-action-button-as-link,
.abs-action-remove,
.abs-discount-block .action.check,
.abs-add-fields .action.remove {
  line-height: 1.4;
  padding: 0;
  color: #0088cc;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-weight: 400;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.abs-discount-block .action.check:visited,
.abs-add-fields .action.remove:visited {
  color: #0088cc;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-discount-block .action.check:hover,
.abs-add-fields .action.remove:hover {
  color: #0088cc;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.abs-discount-block .action.check:active,
.abs-add-fields .action.remove:active {
  color: #0088cc;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.abs-discount-block .action.check:hover,
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.abs-discount-block .action.check.disabled,
.abs-discount-block .action.check[disabled],
fieldset[disabled] .abs-discount-block .action.check,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove {
  color: #0088cc;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-button-as-link:not(:focus),
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus) {
  box-shadow: none;
}
.abs-button-l {
  line-height: 1;
  padding: 0 17px;
}
.abs-product-options-list dt {
  float: right;
  clear: right;
  margin: 0 0 0.25em 0.5em;
}
.abs-product-options-list dt:after {
  content: ': ';
}
.abs-product-options-list dd {
  float: right;
  display: inline-block;
  margin: 0 0 0.25em;
}
.abs-button-responsive {
  width: 100%;
}
.abs-reset-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.abs-reset-image-wrapper .product-image-photo {
  position: static;
}
.abs-adaptive-images {
  display: block;
  height: auto;
  max-width: 100%;
}
.abs-adaptive-images-centered {
  display: block;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}
.abs-account-page-title {
  background-color: #f4f4f4;
  border-bottom: none;
  padding: 3.75rem 0;
  text-align: center;
  position: relative;
}
.abs-account-page-title h1.page-title {
  color: #212529 !important;
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}
.abs-account-page-title::before,
.abs-account-page-title::after {
  content: '';
  position: absolute;
  width: 30vw;
  height: 100%;
  top: 0;
  background: inherit;
}
.abs-account-page-title::before {
  right: 100%;
}
.abs-account-page-title::after {
  left: 100%;
}
.abs-login-block-title {
  margin-bottom: 15px;
  margin-top: 0;
  font-size: 22px;
  color: #222529;
  letter-spacing: -.01em;
}
.abs-dropdown-simple {
  display: inline-block;
  position: relative;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e81c';
  font-family: 'porto-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e81b';
  font-family: 'porto-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-dropdown-simple ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown {
  display: block;
}
.abs-dropdown-simple ul.items {
  padding: 6px 0;
}
.abs-input-qty {
  width: 54px;
  text-align: center;
}
.abs-margin-for-blocks-and-widgets {
  margin-bottom: 2em;
}
.abs-remove-button-for-blocks {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 15px;
  color: #999999;
  content: '\f819';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before {
  color: #494949;
}
.abs-remove-button-for-blocks:active:before {
  color: #999999;
}
.abs-product-link {
  font-weight: 400;
}
.abs-product-link > a {
  color: #777777;
  text-decoration: none;
}
.abs-product-link > a:visited {
  color: #777777;
  text-decoration: underline;
}
.abs-product-link > a:hover {
  color: #777777;
  text-decoration: underline;
}
.abs-product-link > a:active {
  color: #777777;
  text-decoration: underline;
}
.abs-like-link {
  color: #0088cc;
  text-decoration: none;
  cursor: pointer;
}
.abs-like-link:visited {
  color: #0088cc;
  text-decoration: none;
}
.abs-like-link:hover {
  color: #0088cc;
  text-decoration: underline;
}
.abs-like-link:active {
  color: #0088cc;
  text-decoration: underline;
}
.abs-reset-left-margin {
  margin-right: 0;
}
.abs-action-remove,
.abs-add-fields .action.remove {
  width: auto;
  line-height: normal;
  position: absolute;
  top: 34px;
  margin-right: 73%;
}
.abs-add-fields .fieldset .field .control {
  width: 70%;
}
.abs-add-fields .fieldset .actions-toolbar > .secondary {
  float: right;
}
.abs-add-fields .fieldset .actions-toolbar > .secondary .action.add {
  margin-top: 1.5em;
}
.abs-add-fields .fieldset .fields .actions-toolbar {
  margin: 0;
}
.abs-add-fields .additional {
  margin-top: 55px;
  position: relative;
}
.abs-add-fields .message.notice {
  margin: 1.5em 0 0;
}
.abs-hidden {
  height: 0;
  visibility: hidden;
}
.abs-visually-hidden,
.mgz__actions-switch-checkbox,
.bfb-element.mgz-element-bfb_file input[type=file],
.bfb-element.mgz-element-bfb_singleslider input {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-visually-hidden-reset {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:before,
.abs-add-fields .fieldset .actions-toolbar:after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:after {
  clear: both;
}
.abs-add-box-sizing,
.abs-field-date .control,
.abs-field-tooltip {
  box-sizing: border-box;
}
.abs-navigation-icon {
  display: block;
  text-decoration: none;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: '\e81c';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-navigation-icon:after {
  position: absolute;
  left: 5px;
  top: 0;
}
.abs-split-button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e81c';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e81b';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 0.25em;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.abs-methods-shipping-title {
  font-size: 1.6rem;
  margin-bottom: 15px;
  font-weight: 600;
}
.abs-actions-addto {
  color: #212529;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 600;
  width: 48px;
  height: 48px;
  line-height: 46px;
  border: 1px solid #e7e7e7;
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.125rem;
  line-height: inherit;
  color: inherit;
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-actions-addto:hover {
  text-decoration: none;
}
.abs-actions-addto:before {
  display: block;
}
.abs-box-tocart {
  margin: 0 0 1.5em;
}
.abs-toggling-title,
.abs-cart-block > .title,
.abs-discount-block .block > .title {
  border-top: 1px solid #e7e7e7;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  padding: 0.5em 2em 0.5em 15px;
  display: block;
  text-decoration: none;
}
.abs-toggling-title:after,
.abs-cart-block > .title:after,
.abs-discount-block .block > .title:after {
  position: absolute;
  left: 1em;
  top: 0.5em;
}
.abs-toggling-title > span,
.abs-cart-block > .title > span,
.abs-discount-block .block > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-toggling-title:after,
.abs-cart-block > .title:after,
.abs-discount-block .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e81c';
  font-family: 'porto-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-cart-block,
.abs-discount-block .block {
  margin: 0;
}
.abs-cart-block > .title:after,
.abs-discount-block .block > .title:after {
  color: #858585;
}
.abs-cart-block .content,
.abs-discount-block .block .content {
  display: none;
  padding: 5px 15px 23px;
  position: relative;
}
.abs-cart-block.active > .title:after,
.abs-discount-block .block.active > .title:after {
  content: '\e81b';
}
.abs-cart-block.active .content,
.abs-discount-block .block.active .content {
  display: block;
}
.abs-cart-block-content {
  margin: 0;
}
.abs-checkout-cart-price {
  font-size: 1.4rem;
  font-weight: 400;
}
.abs-checkout-product-name {
  font-size: 1.4rem;
  font-weight: 300;
  margin: 0;
}
.abs-account-block-line-height {
  line-height: 24px;
}
.abs-incl-excl-tax .price-including-tax,
.abs-incl-excl-tax .price-excluding-tax {
  color: #222529;
  display: block;
  font-size: 1.3rem;
  line-height: 1;
  white-space: nowrap;
}
.abs-incl-excl-tax .price-including-tax .price,
.abs-incl-excl-tax .price-excluding-tax .price {
  font-weight: 400;
}
.abs-adjustment-incl-excl-tax .price-including-tax,
.abs-adjustment-incl-excl-tax .price-excluding-tax {
  display: inline-block;
  font-size: 1.4rem;
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax {
  display: inline-block;
  font-size: 1.1rem;
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:before {
  content: "(" attr(data-label) ": ";
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:after {
  content: ")";
}
.abs-tax-total {
  cursor: pointer;
  position: relative;
  padding-left: 0.5em;
  display: inline-block;
  text-decoration: none;
}
.abs-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  line-height: 8px;
  color: inherit;
  content: '\e81c';
  font-family: 'porto-icons';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-tax-total:after {
  position: absolute;
  left: -2px;
  top: 4px;
}
.abs-tax-total-expanded:after {
  content: '\e81b';
}
.abs-forms-margin-small {
  margin-bottom: 1em;
}
.abs-rating-summary .rating-summary {
  display: table-row;
}
.abs-rating-summary .rating-label {
  display: table-cell;
  vertical-align: baseline;
  padding-top: 1px;
  padding-left: 1.25em;
  padding-bottom: 0.25em;
}
.abs-rating-summary .rating-result {
  vertical-align: top;
  display: table-cell;
}
.abs-account-actions:after {
  content: "";
  display: inline-block;
  height: 12px;
  margin: 0 0.5em;
  border-right: 1px solid #eaeaea;
  vertical-align: -1px;
}
.abs-account-actions:last-child:after {
  display: none;
}
.abs-account-blocks .block-title > .action {
  float: left;
  font-size: 13px;
  line-height: 19px;
}
.abs-account-blocks .box-title {
  display: block;
}
.abs-account-blocks .box-title > .action {
  font-weight: 400;
  margin-right: 0.5em;
}
.abs-colon:after {
  content: ": ";
}
.abs-icon-add,
.abs-dropdown-items-new .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e61c';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-items-new .items .item:last-child:hover {
  background: #e8e8e8;
}
.abs-dropdown-items-new .action.new:before {
  margin-right: -17px;
  margin-left: 0.25em;
}
.abs-no-display,
.abs-sidebar-totals .table-caption {
  display: none;
}
.abs-status {
  border: 2px solid #e7e7e7;
  border-radius: 3px;
  display: inline-block;
  padding: 0 0.5em;
  text-transform: uppercase;
  vertical-align: top;
}
.abs-title-orders .page-main .page-title-wrapper .page-title {
  color: #0088cc;
  font-size: 20px;
  margin: 0 0 15px;
  font-weight: 400;
}
.abs-title-orders .page-main .page-title-wrapper .order-date {
  font-size: 13px;
  margin-bottom: 0.5em;
}
.abs-title-orders .page-main .page-title-wrapper .order-date .label {
  display: none;
}
.abs-table-striped {
  border: none;
}
.abs-table-striped > tbody > tr:nth-child(even) > td,
.abs-table-striped > tbody > tr:nth-child(even) > th {
  background: #f6f6f6;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > tbody > tr > th,
.abs-table-striped > tfoot > tr > th,
.abs-table-striped > thead > tr > td,
.abs-table-striped > tbody > tr > td,
.abs-table-striped > tfoot > tr > td {
  border: none;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > thead > tr > td {
  border-bottom: 1px solid #e7e7e7;
}
.abs-block-items-counter {
  color: #c1c1c1;
  font-size: 1.2rem;
  white-space: nowrap;
}
.abs-block-widget-title {
  margin: 0 0 1em;
}
.abs-block-widget-title strong {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.abs-shopping-cart-items {
  margin-bottom: 1em;
}
.abs-shopping-cart-items .actions.main .continue,
.abs-shopping-cart-items .actions.main .clear {
  display: none;
}
.abs-field-date .control {
  position: relative;
}
.abs-field-date-input,
.abs-field-date input {
  margin-left: 0.5em;
  width: calc(100% - (23px + 0.5em));
}
.abs-field-tooltip {
  position: relative;
}
.abs-field-tooltip input {
  margin-left: 0.5em;
  width: calc(100% - (21px + 0.5em + 0.25em));
}
.abs-checkout-tooltip-content-position-top {
  left: -0.5em;
  top: 40px;
  left: auto;
}
.abs-checkout-tooltip-content-position-top:before,
.abs-checkout-tooltip-content-position-top:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  left: 0.5em;
  right: auto;
  top: 0%;
}
.abs-checkout-tooltip-content-position-top:before {
  border-bottom-color: #dddddd;
}
.abs-checkout-tooltip-content-position-top:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
.abs-checkout-title {
  padding-bottom: 0.5em;
  color: #777777;
  font-weight: 300;
  font-size: 1rem;
}
.abs-sidebar-totals {
  border-top: 1px solid #e7e7e7;
  padding-top: 10px;
}
.abs-sidebar-totals tbody .mark,
.abs-sidebar-totals tfoot .mark {
  border: 0;
  font-weight: 400;
  padding: 6px 0;
}
.abs-sidebar-totals tbody .amount,
.abs-sidebar-totals tfoot .amount {
  border: 0;
  font-weight: 400;
  padding: 6px 14px 6px 0;
  text-align: left;
  color: #000;
}
.abs-sidebar-totals .grand th,
.abs-sidebar-totals .grand td {
  padding: 11px 0;
}
.abs-sidebar-totals .grand strong {
  display: inline-block;
  font-weight: 600;
  padding: 3px 0 0;
}
.abs-sidebar-totals .grand .mark {
  border-top: 1px solid #e7e7e7;
  font-size: 1rem;
  padding-left: 0.5em;
}
.abs-sidebar-totals .grand .amount {
  border-top: 1px solid #e7e7e7;
  font-size: 1rem;
}
.abs-sidebar-totals .msrp {
  margin-bottom: 0.5em;
}
.abs-sidebar-totals tbody tr:last-child td {
  padding-bottom: 19px;
}
.abs-sidebar-totals .totals-tax-summary .mark,
.abs-sidebar-totals .totals-tax-summary .amount {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  cursor: pointer;
}
.abs-sidebar-totals .totals-tax-summary .amount .price {
  position: relative;
  padding-left: 1em;
  display: inline-block;
  text-decoration: none;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e81c';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  left: 3px;
  top: 3px;
}
.abs-sidebar-totals .totals-tax-summary.expanded .mark,
.abs-sidebar-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\e81b';
}
.abs-sidebar-totals .totals-tax-details {
  display: none;
  border-bottom: 1px solid #e7e7e7;
}
.abs-sidebar-totals .totals-tax-details.shown {
  display: table-row;
}
.abs-sidebar-totals .table-wrapper {
  margin-bottom: 0;
}
.abs-discount-block .block > .title strong {
  color: #1979c3;
  font-weight: 400;
}
.abs-discount-block .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin: 0 -1px 0 0;
  white-space: nowrap;
  width: auto;
}
.abs-discount-block .actions-toolbar .secondary {
  bottom: 5px;
  right: 15px;
  position: absolute;
}
.abs-discount-block .action.check {
  font-weight: 400;
}
.abs-discount-block .fieldset {
  display: table;
  width: 100%;
}
.abs-discount-block .fieldset > .field > .label {
  display: none;
}
.abs-discount-block .field {
  display: table-cell;
}
@media (max-width: 991px) {
  .navigation .parent .level-top {
    position: relative;
    display: block;
    text-decoration: none;
    color: #777;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e81c';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    left: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e81b';
  }
  .nav-sections {
    -webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    -ms-transition: right 0.3s;
    transition: right 0.3s;
    height: 100%;
    right: -80%;
    right: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(100% - 54px);
    background-color: #f6f6f6;
  }
  .nav-sections .switcher {
    border-bottom: 1px solid #dddddd;
    font-weight: 400;
    margin: 0;
    padding: 12px 20px;
    height: auto;
    color: #777;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 0.25em;
  }
  .nav-sections .switcher-trigger strong {
    display: inline-block !important;
    position: relative;
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    padding: 0.5em 0;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    color: #777777;
  }
  .nav-sections .header.links li {
    border-bottom: 1px solid #dddddd;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    font-weight: 400;
    padding: 12px 20px;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #777777;
    text-decoration: none;
    display: block;
    font-weight: 400;
    padding: 12px 20px;
  }
  .nav-sections .header.links a:hover {
    color: #0088cc !important;
  }
  .nav-before-open {
    height: 100%;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    -ms-transition: right 0.3s;
    transition: right 0.3s;
    height: 100%;
    right: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    right: 80%;
    right: calc(100% - 54px);
    overflow: visible;
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    right: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.01);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  header.page-header .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  header.page-header .nav-sections-items:before,
  header.page-header .nav-sections-items:after {
    content: '';
    display: table;
  }
  header.page-header .nav-sections-items:after {
    clear: both;
  }
  header.page-header .nav-sections-item-title {
    background: #0088cc;
    border: solid rgba(255, 255, 255, 0.3);
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: right;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  header.page-header .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  header.page-header .nav-sections-item-title.active > a,
  header.page-header .nav-sections-item-title.active > a:hover,
  header.page-header .nav-sections-item-title.active > a:focus {
    color: #0088cc;
  }
  header.page-header .nav-sections-item-title > a,
  header.page-header .nav-sections-item-title > a:hover,
  header.page-header .nav-sections-item-title > a:focus {
    color: #ffffff;
  }
  header.page-header .nav-sections-item-content {
    box-sizing: border-box;
    float: left;
    margin-right: -100%;
    margin-top: 71px;
    width: 100%;
  }
  header.page-header .nav-sections-item-content:before,
  header.page-header .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  header.page-header .nav-sections-item-content:after {
    clear: both;
  }
  header.page-header .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: transparent;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 0.5em;
    padding-right: 0;
    padding-bottom: 0.5em;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #777777;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #dddddd;
    font-size: 1.3rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 400;
    padding: 8px 2em 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #777777;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #dddddd;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #777777;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #777777;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #777777;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .navigation a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navigation a:hover {
    color: #0088cc !important;
  }
  .navigation li.level0 {
    line-height: 16px;
  }
  .navigation li.level0:first-child {
    border-top: 0;
  }
  .navigation li.level0 > a.level-top {
    padding: 13px 15px 13px 36px;
  }
  .navigation li.level0 > a.ui-state-active {
    color: #000;
    font-weight: 600;
  }
  .navigation li.level0 > a.ui-state-active,
  .navigation li.level0 > a.ui-state-active + .submenu {
    background-color: #eeeeee;
  }
  .navigation li.level0.active .all-category .ui-state-focus,
  .navigation li.level0.active > a:not(.ui-state-active),
  .navigation li.level0.has-active > a:not(.ui-state-active),
  .navigation li.level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation li.level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    border-left: 0;
    margin-right: 0;
  }
  .navigation li.level0 > .ui-menu-item > a {
    font-weight: 400;
  }
  .navigation li.level0 .ui-menu-item > a:before {
    content: '\e819';
    display: inline;
    font-family: 'porto-icons';
    margin-right: 10px;
    font-size: 16px;
    vertical-align: top;
    color: #aaaaaa;
  }
  .navigation li.level0 ul.level0 > .level1 {
    font-weight: 400;
  }
  .navigation ul.submenu,
  .navigation ul.submenu:not(:first-child) {
    padding-right: 15px;
  }
  .navigation ul.submenu .active > a,
  .navigation ul.submenu:not(:first-child) .active > a,
  .navigation ul.submenu .level1.active > a,
  .navigation ul.submenu:not(:first-child) .level1.active > a {
    padding-right: 15px;
    border: 0;
    font-weight: 600;
  }
  .navigation ul.submenu > li {
    line-height: 16px;
  }
}
@media (min-width: 992px) {
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
    z-index: 5;
  }
  .navigation {
    background: transparent;
    font-size: 12px;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 0.5em 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 46px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #777777;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0;
    color: #777777;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e81c';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 0 solid #0088cc;
    box-shadow: 0 0.25em 0.25em rgba(0, 0, 0, 0.19);
    font-weight: 400;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #0088cc;
    color: #0088cc;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #777777;
    padding: 9px 5px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #f4f4f4;
    color: #777777;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\f802';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
  }
  .navigation li.level0 {
    transition-delay: 0.3s;
    margin-left: 0;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
.bfb-checkbox-item,
.bfb-radio-item {
  margin-top: 0.7rem;
}
.mgz-control-radio,
.mgz-control-checkbox {
  cursor: pointer;
  opacity: .01;
  overflow: hidden;
  position: absolute !important;
  vertical-align: top;
}
.mgz-control-radio:after,
.mgz-control-checkbox:after {
  display: none;
}
.mgz-control-radio + label,
.mgz-control-checkbox + label {
  cursor: pointer;
  display: inline-block;
  vertical-align: sub;
}
.mgz-control-radio + label:before,
.mgz-control-checkbox + label:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  /* Better Font Rendering =========== */
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #adadad;
  color: transparent;
  float: left;
  height: 1.6rem;
  text-align: center;
  vertical-align: top;
  width: 1.6rem;
}
.mgz-control-radio + label,
.mgz-control-checkbox + label {
  padding-left: 2.2rem;
}
.mgz-control-radio + label:before,
.mgz-control-checkbox + label:before {
  margin: 1px 0 0 -2.2rem;
}
.mgz-control-radio:checked + label:before,
.mgz-control-checkbox:checked + label:before {
  color: #514943;
}
.mgz-control-radio.disabled + label,
.mgz-control-checkbox.disabled + label,
.mgz-control-radio[disabled] + label,
.mgz-control-checkbox[disabled] + label {
  color: #303030;
  cursor: default;
  opacity: .5;
}
.mgz-control-radio.disabled + label:before,
.mgz-control-checkbox.disabled + label:before,
.mgz-control-radio[disabled] + label:before,
.mgz-control-checkbox[disabled] + label:before {
  background-color: #e9e9e9;
  border-color: #adadad;
  cursor: default;
}
._keyfocus .mgz-control-radio:not([disabled]):focus + label:before,
._keyfocus .mgz-control-checkbox:not([disabled]):focus + label:before,
._keyfocus .mgz-control-radio:not(.disabled):focus + label:before,
._keyfocus .mgz-control-checkbox:not(.disabled):focus + label:before {
  border-color: #007bdb;
}
.mgz-control-radio:not([disabled]):hover + label:before,
.mgz-control-checkbox:not([disabled]):hover + label:before,
.mgz-control-radio:not(.disabled):hover + label:before,
.mgz-control-checkbox:not(.disabled):hover + label:before {
  border-color: #878787;
}
.mgz-control-radio + label:before {
  border-radius: 1.6rem;
  content: '';
  transition: border-color 0.1s linear, color 0.1s ease-in;
}
.mgz-control-radio.mgz-control-radio + label:before {
  line-height: 140%;
}
.mgz-control-radio:checked + label {
  position: relative;
}
.mgz-control-radio:checked + label:after {
  background-color: #514943;
  border-radius: 50%;
  content: '';
  height: 10px;
  left: 3px;
  position: absolute;
  top: 4px;
  width: 10px;
}
.mgz-control-radio:checked:not([disabled]):hover,
.mgz-control-radio:checked:not(.disabled):hover {
  cursor: default;
}
.mgz-control-radio:checked:not([disabled]):hover + label,
.mgz-control-radio:checked:not(.disabled):hover + label {
  cursor: default;
}
.mgz-control-radio:checked:not([disabled]):hover + label:before,
.mgz-control-radio:checked:not(.disabled):hover + label:before {
  border-color: #adadad;
}
.mgz-control-checkbox + label:before {
  border-radius: 1px;
  content: '';
  font-size: 0;
  transition: font-size 0.1s ease-out, color 0.1s ease-out, border-color 0.1s linear;
}
.mgz-control-checkbox:checked + label:before {
  content: '\e62d';
  font-size: 1.1rem;
  line-height: 125%;
}
.mgz__actions-switch {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.admin__field-control .mgz__actions-switch {
  line-height: 3.2rem;
}
.mgz__actions-switch + .admin__field-service {
  min-width: 34rem;
}
.mgz__actions-switch-checkbox {
  position: absolute !important;
}
._disabled .mgz__actions-switch-checkbox + .mgz__actions-switch-label,
.mgz__actions-switch-checkbox.disabled + .mgz__actions-switch-label {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label:before {
  left: 15px;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label:after {
  background: #79a22e;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label .mgz__actions-switch-text:before {
  content: attr(data-text-on);
}
._error .mgz__actions-switch-checkbox + .mgz__actions-switch-label:before,
._error .mgz__actions-switch-checkbox + .mgz__actions-switch-label:after {
  border-color: #e22626;
}
.mgz__actions-switch-label {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  position: relative;
  user-select: none;
  vertical-align: middle;
}
.mgz__actions-switch-label:before,
.mgz__actions-switch-label:after {
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
}
.mgz__actions-switch-label:before {
  background: #ffffff;
  border: 1px solid #aaa6a0;
  border-radius: 100%;
  content: '';
  display: block;
  height: 22px;
  transition: left 0.2s ease-in 0s;
  width: 22px;
  z-index: 1;
}
.mgz__actions-switch-label:after {
  background: #e3e3e3;
  border: 1px solid #aaa6a0;
  border-radius: 12px;
  content: '';
  display: block;
  height: 22px;
  transition: background 0.2s ease-in 0s;
  width: 37px;
  z-index: 0;
}
.mgz__actions-switch-text:before {
  content: attr(data-text-off);
  padding-left: 47px;
  white-space: nowrap;
}
.mgzFlex,
.mgz-newsletter-form-inline,
.mgz-newsletter-form-inline2,
.mgz-newsletter-form-inline .mgz-newsletter-fields,
.mgz-newsletter-form-inline2 .mgz-newsletter-fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mgz-invisible {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.magezon-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.MgzFontAwesome {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mgz-text-left {
  text-align: left;
}
.mgz-text-right {
  text-align: right;
}
.mgz-text-center {
  text-align: center;
}
.mgz-text-justify {
  text-align: justify;
}
.mgz-hidden {
  display: none;
}
.mgz-hide {
  display: none;
}
.mgz-visible {
  display: block;
}
.mgz_fit {
  width: 1% !important;
}
.mgz_center {
  text-align: center;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Search
 * @copyright   Copyright (c) 2017 Mageplaza (http://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.autocomplete-suggestions {
  border: 1px solid #bbb;
  background: #fff;
  cursor: default;
  border-top: none;
  overflow: auto;
  max-height: 10000px;
}
.autocomplete-suggestion {
  cursor: pointer;
  overflow: hidden;
  padding: 10px 5px 10px 5px;
  font-size: 1.2em;
  border-bottom: 1px solid #eee;
  display: block;
}
.autocomplete-suggestion:last-child {
  border-bottom: none;
}
.search-category,
#mpsearch-category {
  height: 100%;
}
.autocomplete-selected {
  background: #eef3d6;
}
input#searchauto {
  border: 1px solid #bbb;
  border-radius: 2px;
  width: 375px;
}
.suggestion-left {
  float: left;
  width: 15%;
  padding: auto;
}
.suggestion-right {
  width: 82%;
  padding-left: 10px;
  text-align: left;
  color: black;
  float: left;
}
.product-name {
  font-size: 14px;
  color: #3399cc;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-price {
  font-size: 12px;
}
.product-des {
  font-size: 12px;
}
.product-des p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-line {
  margin-bottom: 5px;
}
ul#ui-id-1 {
  background: #fff;
  width: 373px;
  font-family: inherit;
  padding: 0px;
  border-bottom: none;
}
p.short-des {
  margin: 0px;
  font-size: 0.9em;
  color: #aaa;
}
#view_all {
  text-align: center;
  background: #eff4f7;
  cursor: pointer;
}
/**
 * @copyright Copyright © 2021 Magepow. All rights reserved.
 * @author    Magepow
 * @category Magepow
 * @copyright Copyright (c) 2014 Magepow (<https://www.magepow.com>)
 * @license <https://www.magepow.com/license-agreement.html>
 * @Author: magepow<support@magepow.com>
 * @github: <https://github.com/magepow>
 */
@charset "UTF-8";
.cpb-category-image {
  height: initial;
}
.mgz-categorypagebuilder .page-title-wrapper,
.mgz-categorypagebuilder .columns {
  display: none;
}
.cpb-subcategoies-style1 .subcategory-inner {
  padding: 10px;
  border: 1px solid #CCC;
  margin: 10px;
}
.cpb-subcategoies-style2 .subcategory-name {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: rgba(10, 10, 10, 0.6);
  z-index: 1;
  color: #FFF;
}
.subcategory-list .subcategory {
  margin-bottom: 20px;
}
.subcategory-list .subcategory:before,
.subcategory-list .subcategory:after {
  content: " ";
  display: table;
  clear: both;
}
.subcategory-list .subcategory:before,
.subcategory-list .subcategory:after {
  content: " ";
  display: table;
  clear: both;
}
.subcategory-list .subcategory-photo {
  float: left;
  padding: 0 20px 20px 0;
}
.cpb-subcategoies-layout-grid .subcategory-name,
.cpb-subcategoies-layout-slider .subcategory-name {
  text-align: center;
}
.cpb-subcategoies-layout-grid .subcategory-name,
.cpb-subcategoies-layout-slider .subcategory-name {
  padding: 10px 0;
}
.cpb-subcategoies-layout-list .subcategory-name {
  margin-bottom: 10px;
  font-size: 1.8rem;
}
.mgz-element-category_subcategories .subcategory-inner {
  position: relative;
}
.mgz-element-category_subcategories .subcategory-inner:before,
.mgz-element-category_subcategories .subcategory-inner:after {
  content: " ";
  display: table;
  clear: both;
}
.mgz-element-category_subcategories .subcategory-inner:before,
.mgz-element-category_subcategories .subcategory-inner:after {
  content: " ";
  display: table;
  clear: both;
}
.mgz-element-category_subcategories .subcategory-name a {
  color: inherit;
}
.mgz-element-category_subcategories a.subcategory-photo {
  font-size: 0;
  display: block;
}
.cpb-category-name {
  margin: 0;
  padding: 0;
}
.mgz-element-category_subcategories .mgz-grid {
  margin-left: -15px;
  margin-right: -15px;
}
.mgz-element-category_subcategories .mgz-grid .mgz-grid-item {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.mgzbanner-banner {
  position: relative;
}
.mgzbanner-banner .mgzbanner-close-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 20px;
  top: 20px;
  color: #000;
  z-index: 99;
  cursor: pointer;
}
.mgz-faq a:hover,
.mgz-faq-body-wraper a:hover {
  text-decoration: none;
}
/********** MIXIN START **********/
#mgz-faq-twitter {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 20px rgba(0, 172, 238, 0), inset 0 0 5px #009ad5, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0 0 0 20px rgba(0, 172, 238, 0), inset 0 0 5px #009ad5, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -ms-box-shadow: 0 0 0 20px rgba(0, 172, 238, 0), inset 0 0 5px #009ad5, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 0 20px rgba(0, 172, 238, 0), inset 0 0 5px #009ad5, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 0 none;
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  padding: 0px;
  margin: 10px;
  color: #ffffff;
  border: 0 none;
  background-color: rgba(0, 172, 238, 0.8);
}
#mgz-faq-twitter:before {
  transition: all 0.3s ease;
  content: "\f099";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0087bb;
}
#mgz-faq-twitter:hover,
#mgz-faq-twitter:focus {
  background-color: #00acee;
  -webkit-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
}
#mgz-faq-twitter:hover:before,
#mgz-faq-twitter:focus:before {
  text-shadow: -1px -1px #0087bb;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-twitter:active,
#mgz-faq-twitter:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  transition: all 0.1s ease;
  background-color: #009ad5;
}
#mgz-faq-twitter:active:before,
#mgz-faq-twitter:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-twitter:before {
  transition: all 0.3s ease;
  content: "\f099";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0087bb;
}
#mgz-faq-twitter:hover,
#mgz-faq-twitter:focus {
  background-color: #00acee;
  -webkit-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
}
#mgz-faq-twitter:hover:before,
#mgz-faq-twitter:focus:before {
  text-shadow: -1px -1px #0087bb;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-twitter:active,
#mgz-faq-twitter:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  transition: all 0.1s ease;
  background-color: #009ad5;
}
#mgz-faq-twitter:active:before,
#mgz-faq-twitter:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-twitter:before {
  transition: all 0.3s ease;
  content: "\f099";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0087bb;
}
#mgz-faq-twitter:hover,
#mgz-faq-twitter:focus {
  background-color: #00acee;
  -webkit-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
}
#mgz-faq-twitter:hover:before,
#mgz-faq-twitter:focus:before {
  text-shadow: -1px -1px #0087bb;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-twitter:active,
#mgz-faq-twitter:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  transition: all 0.1s ease;
  background-color: #009ad5;
}
#mgz-faq-twitter:active:before,
#mgz-faq-twitter:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-twitter:before {
  transition: all 0.3s ease;
  content: "\f099";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0087bb;
}
#mgz-faq-twitter:hover,
#mgz-faq-twitter:focus {
  background-color: #00acee;
  -webkit-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
}
#mgz-faq-twitter:hover:before,
#mgz-faq-twitter:focus:before {
  text-shadow: -1px -1px #0087bb;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-twitter:active,
#mgz-faq-twitter:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  transition: all 0.1s ease;
  background-color: #009ad5;
}
#mgz-faq-twitter:active:before,
#mgz-faq-twitter:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-twitter:before {
  transition: all 0.3s ease;
  content: "\f099";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0087bb;
}
#mgz-faq-twitter:hover,
#mgz-faq-twitter:focus {
  background-color: #00acee;
  -webkit-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
}
#mgz-faq-twitter:hover:before,
#mgz-faq-twitter:focus:before {
  text-shadow: -1px -1px #0087bb;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-twitter:active,
#mgz-faq-twitter:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  transition: all 0.1s ease;
  background-color: #009ad5;
}
#mgz-faq-twitter:active:before,
#mgz-faq-twitter:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-twitter:before {
  transition: all 0.3s ease;
  content: "\f099";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0087bb;
}
#mgz-faq-twitter:hover,
#mgz-faq-twitter:focus {
  background-color: #00acee;
  -webkit-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
}
#mgz-faq-twitter:hover:before,
#mgz-faq-twitter:focus:before {
  text-shadow: -1px -1px #0087bb;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-twitter:active,
#mgz-faq-twitter:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  transition: all 0.1s ease;
  background-color: #009ad5;
}
#mgz-faq-twitter:active:before,
#mgz-faq-twitter:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-twitter:before {
  transition: all 0.3s ease;
  content: "\f099";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0087bb;
}
#mgz-faq-twitter:hover,
#mgz-faq-twitter:focus {
  background-color: #00acee;
  -webkit-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
}
#mgz-faq-twitter:hover:before,
#mgz-faq-twitter:focus:before {
  text-shadow: -1px -1px #0087bb;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-twitter:active,
#mgz-faq-twitter:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  transition: all 0.1s ease;
  background-color: #009ad5;
}
#mgz-faq-twitter:active:before,
#mgz-faq-twitter:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-twitter:before {
  transition: all 0.3s ease;
  content: "\f099";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0087bb;
}
#mgz-faq-twitter:hover,
#mgz-faq-twitter:focus {
  background-color: #00acee;
  -webkit-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
}
#mgz-faq-twitter:hover:before,
#mgz-faq-twitter:focus:before {
  text-shadow: -1px -1px #0087bb;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-twitter:active,
#mgz-faq-twitter:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  transition: all 0.1s ease;
  background-color: #009ad5;
}
#mgz-faq-twitter:active:before,
#mgz-faq-twitter:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-twitter:before {
  transition: all 0.3s ease;
  content: "\f099";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0087bb;
}
#mgz-faq-twitter:hover,
#mgz-faq-twitter:focus {
  background-color: #00acee;
  -webkit-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
}
#mgz-faq-twitter:hover:before,
#mgz-faq-twitter:focus:before {
  text-shadow: -1px -1px #0087bb;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-twitter:active,
#mgz-faq-twitter:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  transition: all 0.1s ease;
  background-color: #009ad5;
}
#mgz-faq-twitter:active:before,
#mgz-faq-twitter:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-facebook {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 20px rgba(59, 89, 152, 0), inset 0 0 5px #344e86, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0 0 0 20px rgba(59, 89, 152, 0), inset 0 0 5px #344e86, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -ms-box-shadow: 0 0 0 20px rgba(59, 89, 152, 0), inset 0 0 5px #344e86, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 0 20px rgba(59, 89, 152, 0), inset 0 0 5px #344e86, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 0 none;
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  padding: 0px;
  margin: 10px;
  color: #ffffff;
  border: 0 none;
  background-color: rgba(59, 89, 152, 0.8);
}
#mgz-faq-facebook:before {
  transition: all 0.3s ease;
  content: "\f39e";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #2d4373;
}
#mgz-faq-facebook:hover,
#mgz-faq-facebook:focus {
  background-color: #3b5998;
  -webkit-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
}
#mgz-faq-facebook:hover:before,
#mgz-faq-facebook:focus:before {
  text-shadow: -1px -1px #2d4373;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-facebook:active,
#mgz-faq-facebook:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  transition: all 0.1s ease;
  background-color: #344e86;
}
#mgz-faq-facebook:active:before,
#mgz-faq-facebook:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-facebook:before {
  transition: all 0.3s ease;
  content: "\f39e";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #2d4373;
}
#mgz-faq-facebook:hover,
#mgz-faq-facebook:focus {
  background-color: #3b5998;
  -webkit-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
}
#mgz-faq-facebook:hover:before,
#mgz-faq-facebook:focus:before {
  text-shadow: -1px -1px #2d4373;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-facebook:active,
#mgz-faq-facebook:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  transition: all 0.1s ease;
  background-color: #344e86;
}
#mgz-faq-facebook:active:before,
#mgz-faq-facebook:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-facebook:before {
  transition: all 0.3s ease;
  content: "\f39e";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #2d4373;
}
#mgz-faq-facebook:hover,
#mgz-faq-facebook:focus {
  background-color: #3b5998;
  -webkit-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
}
#mgz-faq-facebook:hover:before,
#mgz-faq-facebook:focus:before {
  text-shadow: -1px -1px #2d4373;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-facebook:active,
#mgz-faq-facebook:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  transition: all 0.1s ease;
  background-color: #344e86;
}
#mgz-faq-facebook:active:before,
#mgz-faq-facebook:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-facebook:before {
  transition: all 0.3s ease;
  content: "\f39e";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #2d4373;
}
#mgz-faq-facebook:hover,
#mgz-faq-facebook:focus {
  background-color: #3b5998;
  -webkit-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
}
#mgz-faq-facebook:hover:before,
#mgz-faq-facebook:focus:before {
  text-shadow: -1px -1px #2d4373;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-facebook:active,
#mgz-faq-facebook:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  transition: all 0.1s ease;
  background-color: #344e86;
}
#mgz-faq-facebook:active:before,
#mgz-faq-facebook:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-facebook:before {
  transition: all 0.3s ease;
  content: "\f39e";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #2d4373;
}
#mgz-faq-facebook:hover,
#mgz-faq-facebook:focus {
  background-color: #3b5998;
  -webkit-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
}
#mgz-faq-facebook:hover:before,
#mgz-faq-facebook:focus:before {
  text-shadow: -1px -1px #2d4373;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-facebook:active,
#mgz-faq-facebook:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  transition: all 0.1s ease;
  background-color: #344e86;
}
#mgz-faq-facebook:active:before,
#mgz-faq-facebook:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-facebook:before {
  transition: all 0.3s ease;
  content: "\f39e";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #2d4373;
}
#mgz-faq-facebook:hover,
#mgz-faq-facebook:focus {
  background-color: #3b5998;
  -webkit-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
}
#mgz-faq-facebook:hover:before,
#mgz-faq-facebook:focus:before {
  text-shadow: -1px -1px #2d4373;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-facebook:active,
#mgz-faq-facebook:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  transition: all 0.1s ease;
  background-color: #344e86;
}
#mgz-faq-facebook:active:before,
#mgz-faq-facebook:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-facebook:before {
  transition: all 0.3s ease;
  content: "\f39e";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #2d4373;
}
#mgz-faq-facebook:hover,
#mgz-faq-facebook:focus {
  background-color: #3b5998;
  -webkit-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
}
#mgz-faq-facebook:hover:before,
#mgz-faq-facebook:focus:before {
  text-shadow: -1px -1px #2d4373;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-facebook:active,
#mgz-faq-facebook:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  transition: all 0.1s ease;
  background-color: #344e86;
}
#mgz-faq-facebook:active:before,
#mgz-faq-facebook:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-facebook:before {
  transition: all 0.3s ease;
  content: "\f39e";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #2d4373;
}
#mgz-faq-facebook:hover,
#mgz-faq-facebook:focus {
  background-color: #3b5998;
  -webkit-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
}
#mgz-faq-facebook:hover:before,
#mgz-faq-facebook:focus:before {
  text-shadow: -1px -1px #2d4373;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-facebook:active,
#mgz-faq-facebook:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  transition: all 0.1s ease;
  background-color: #344e86;
}
#mgz-faq-facebook:active:before,
#mgz-faq-facebook:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-facebook:before {
  transition: all 0.3s ease;
  content: "\f39e";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #2d4373;
}
#mgz-faq-facebook:hover,
#mgz-faq-facebook:focus {
  background-color: #3b5998;
  -webkit-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
}
#mgz-faq-facebook:hover:before,
#mgz-faq-facebook:focus:before {
  text-shadow: -1px -1px #2d4373;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-facebook:active,
#mgz-faq-facebook:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  transition: all 0.1s ease;
  background-color: #344e86;
}
#mgz-faq-facebook:active:before,
#mgz-faq-facebook:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-linkedin {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 20px rgba(14, 118, 168, 0), inset 0 0 5px #0c6590, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0 0 0 20px rgba(14, 118, 168, 0), inset 0 0 5px #0c6590, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -ms-box-shadow: 0 0 0 20px rgba(14, 118, 168, 0), inset 0 0 5px #0c6590, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 0 20px rgba(14, 118, 168, 0), inset 0 0 5px #0c6590, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 0 none;
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  padding: 0px;
  margin: 10px;
  color: #ffffff;
  border: 0 none;
  background-color: rgba(14, 118, 168, 0.8);
}
#mgz-faq-linkedin:before {
  transition: all 0.3s ease;
  content: "\f0e1";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0a5579;
}
#mgz-faq-linkedin:hover,
#mgz-faq-linkedin:focus {
  background-color: #0e76a8;
  -webkit-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
}
#mgz-faq-linkedin:hover:before,
#mgz-faq-linkedin:focus:before {
  text-shadow: -1px -1px #0a5579;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-linkedin:active,
#mgz-faq-linkedin:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  transition: all 0.1s ease;
  background-color: #0c6590;
}
#mgz-faq-linkedin:active:before,
#mgz-faq-linkedin:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-linkedin:before {
  transition: all 0.3s ease;
  content: "\f0e1";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0a5579;
}
#mgz-faq-linkedin:hover,
#mgz-faq-linkedin:focus {
  background-color: #0e76a8;
  -webkit-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
}
#mgz-faq-linkedin:hover:before,
#mgz-faq-linkedin:focus:before {
  text-shadow: -1px -1px #0a5579;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-linkedin:active,
#mgz-faq-linkedin:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  transition: all 0.1s ease;
  background-color: #0c6590;
}
#mgz-faq-linkedin:active:before,
#mgz-faq-linkedin:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-linkedin:before {
  transition: all 0.3s ease;
  content: "\f0e1";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0a5579;
}
#mgz-faq-linkedin:hover,
#mgz-faq-linkedin:focus {
  background-color: #0e76a8;
  -webkit-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
}
#mgz-faq-linkedin:hover:before,
#mgz-faq-linkedin:focus:before {
  text-shadow: -1px -1px #0a5579;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-linkedin:active,
#mgz-faq-linkedin:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  transition: all 0.1s ease;
  background-color: #0c6590;
}
#mgz-faq-linkedin:active:before,
#mgz-faq-linkedin:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-linkedin:before {
  transition: all 0.3s ease;
  content: "\f0e1";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0a5579;
}
#mgz-faq-linkedin:hover,
#mgz-faq-linkedin:focus {
  background-color: #0e76a8;
  -webkit-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
}
#mgz-faq-linkedin:hover:before,
#mgz-faq-linkedin:focus:before {
  text-shadow: -1px -1px #0a5579;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-linkedin:active,
#mgz-faq-linkedin:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  transition: all 0.1s ease;
  background-color: #0c6590;
}
#mgz-faq-linkedin:active:before,
#mgz-faq-linkedin:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-linkedin:before {
  transition: all 0.3s ease;
  content: "\f0e1";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0a5579;
}
#mgz-faq-linkedin:hover,
#mgz-faq-linkedin:focus {
  background-color: #0e76a8;
  -webkit-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
}
#mgz-faq-linkedin:hover:before,
#mgz-faq-linkedin:focus:before {
  text-shadow: -1px -1px #0a5579;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-linkedin:active,
#mgz-faq-linkedin:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  transition: all 0.1s ease;
  background-color: #0c6590;
}
#mgz-faq-linkedin:active:before,
#mgz-faq-linkedin:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-linkedin:before {
  transition: all 0.3s ease;
  content: "\f0e1";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0a5579;
}
#mgz-faq-linkedin:hover,
#mgz-faq-linkedin:focus {
  background-color: #0e76a8;
  -webkit-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
}
#mgz-faq-linkedin:hover:before,
#mgz-faq-linkedin:focus:before {
  text-shadow: -1px -1px #0a5579;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-linkedin:active,
#mgz-faq-linkedin:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  transition: all 0.1s ease;
  background-color: #0c6590;
}
#mgz-faq-linkedin:active:before,
#mgz-faq-linkedin:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-linkedin:before {
  transition: all 0.3s ease;
  content: "\f0e1";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0a5579;
}
#mgz-faq-linkedin:hover,
#mgz-faq-linkedin:focus {
  background-color: #0e76a8;
  -webkit-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
}
#mgz-faq-linkedin:hover:before,
#mgz-faq-linkedin:focus:before {
  text-shadow: -1px -1px #0a5579;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-linkedin:active,
#mgz-faq-linkedin:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  transition: all 0.1s ease;
  background-color: #0c6590;
}
#mgz-faq-linkedin:active:before,
#mgz-faq-linkedin:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-linkedin:before {
  transition: all 0.3s ease;
  content: "\f0e1";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0a5579;
}
#mgz-faq-linkedin:hover,
#mgz-faq-linkedin:focus {
  background-color: #0e76a8;
  -webkit-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
}
#mgz-faq-linkedin:hover:before,
#mgz-faq-linkedin:focus:before {
  text-shadow: -1px -1px #0a5579;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-linkedin:active,
#mgz-faq-linkedin:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  transition: all 0.1s ease;
  background-color: #0c6590;
}
#mgz-faq-linkedin:active:before,
#mgz-faq-linkedin:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-linkedin:before {
  transition: all 0.3s ease;
  content: "\f0e1";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0a5579;
}
#mgz-faq-linkedin:hover,
#mgz-faq-linkedin:focus {
  background-color: #0e76a8;
  -webkit-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
}
#mgz-faq-linkedin:hover:before,
#mgz-faq-linkedin:focus:before {
  text-shadow: -1px -1px #0a5579;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-linkedin:active,
#mgz-faq-linkedin:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  transition: all 0.1s ease;
  background-color: #0c6590;
}
#mgz-faq-linkedin:active:before,
#mgz-faq-linkedin:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-pinterest {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 20px rgba(200, 35, 44, 0), inset 0 0 5px #b21f27, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0 0 0 20px rgba(200, 35, 44, 0), inset 0 0 5px #b21f27, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -ms-box-shadow: 0 0 0 20px rgba(200, 35, 44, 0), inset 0 0 5px #b21f27, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 0 20px rgba(200, 35, 44, 0), inset 0 0 5px #b21f27, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 0 none;
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  padding: 0px;
  margin: 10px;
  color: #ffffff;
  border: 0 none;
  background-color: rgba(200, 35, 44, 0.8);
}
#mgz-faq-pinterest:before {
  transition: all 0.3s ease;
  content: "\f231";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #9d1b22;
}
#mgz-faq-pinterest:hover,
#mgz-faq-pinterest:focus {
  background-color: #c8232c;
  -webkit-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
}
#mgz-faq-pinterest:hover:before,
#mgz-faq-pinterest:focus:before {
  text-shadow: -1px -1px #9d1b22;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-pinterest:active,
#mgz-faq-pinterest:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  transition: all 0.1s ease;
  background-color: #b21f27;
}
#mgz-faq-pinterest:active:before,
#mgz-faq-pinterest:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-pinterest:before {
  transition: all 0.3s ease;
  content: "\f231";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #9d1b22;
}
#mgz-faq-pinterest:hover,
#mgz-faq-pinterest:focus {
  background-color: #c8232c;
  -webkit-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
}
#mgz-faq-pinterest:hover:before,
#mgz-faq-pinterest:focus:before {
  text-shadow: -1px -1px #9d1b22;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-pinterest:active,
#mgz-faq-pinterest:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  transition: all 0.1s ease;
  background-color: #b21f27;
}
#mgz-faq-pinterest:active:before,
#mgz-faq-pinterest:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-pinterest:before {
  transition: all 0.3s ease;
  content: "\f231";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #9d1b22;
}
#mgz-faq-pinterest:hover,
#mgz-faq-pinterest:focus {
  background-color: #c8232c;
  -webkit-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
}
#mgz-faq-pinterest:hover:before,
#mgz-faq-pinterest:focus:before {
  text-shadow: -1px -1px #9d1b22;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-pinterest:active,
#mgz-faq-pinterest:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  transition: all 0.1s ease;
  background-color: #b21f27;
}
#mgz-faq-pinterest:active:before,
#mgz-faq-pinterest:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-pinterest:before {
  transition: all 0.3s ease;
  content: "\f231";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #9d1b22;
}
#mgz-faq-pinterest:hover,
#mgz-faq-pinterest:focus {
  background-color: #c8232c;
  -webkit-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
}
#mgz-faq-pinterest:hover:before,
#mgz-faq-pinterest:focus:before {
  text-shadow: -1px -1px #9d1b22;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-pinterest:active,
#mgz-faq-pinterest:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  transition: all 0.1s ease;
  background-color: #b21f27;
}
#mgz-faq-pinterest:active:before,
#mgz-faq-pinterest:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-pinterest:before {
  transition: all 0.3s ease;
  content: "\f231";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #9d1b22;
}
#mgz-faq-pinterest:hover,
#mgz-faq-pinterest:focus {
  background-color: #c8232c;
  -webkit-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
}
#mgz-faq-pinterest:hover:before,
#mgz-faq-pinterest:focus:before {
  text-shadow: -1px -1px #9d1b22;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-pinterest:active,
#mgz-faq-pinterest:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  transition: all 0.1s ease;
  background-color: #b21f27;
}
#mgz-faq-pinterest:active:before,
#mgz-faq-pinterest:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-pinterest:before {
  transition: all 0.3s ease;
  content: "\f231";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #9d1b22;
}
#mgz-faq-pinterest:hover,
#mgz-faq-pinterest:focus {
  background-color: #c8232c;
  -webkit-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
}
#mgz-faq-pinterest:hover:before,
#mgz-faq-pinterest:focus:before {
  text-shadow: -1px -1px #9d1b22;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-pinterest:active,
#mgz-faq-pinterest:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  transition: all 0.1s ease;
  background-color: #b21f27;
}
#mgz-faq-pinterest:active:before,
#mgz-faq-pinterest:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-pinterest:before {
  transition: all 0.3s ease;
  content: "\f231";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #9d1b22;
}
#mgz-faq-pinterest:hover,
#mgz-faq-pinterest:focus {
  background-color: #c8232c;
  -webkit-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
}
#mgz-faq-pinterest:hover:before,
#mgz-faq-pinterest:focus:before {
  text-shadow: -1px -1px #9d1b22;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-pinterest:active,
#mgz-faq-pinterest:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  transition: all 0.1s ease;
  background-color: #b21f27;
}
#mgz-faq-pinterest:active:before,
#mgz-faq-pinterest:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-pinterest:before {
  transition: all 0.3s ease;
  content: "\f231";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #9d1b22;
}
#mgz-faq-pinterest:hover,
#mgz-faq-pinterest:focus {
  background-color: #c8232c;
  -webkit-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
}
#mgz-faq-pinterest:hover:before,
#mgz-faq-pinterest:focus:before {
  text-shadow: -1px -1px #9d1b22;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-pinterest:active,
#mgz-faq-pinterest:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  transition: all 0.1s ease;
  background-color: #b21f27;
}
#mgz-faq-pinterest:active:before,
#mgz-faq-pinterest:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-pinterest:before {
  transition: all 0.3s ease;
  content: "\f231";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #9d1b22;
}
#mgz-faq-pinterest:hover,
#mgz-faq-pinterest:focus {
  background-color: #c8232c;
  -webkit-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
}
#mgz-faq-pinterest:hover:before,
#mgz-faq-pinterest:focus:before {
  text-shadow: -1px -1px #9d1b22;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-pinterest:active,
#mgz-faq-pinterest:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  transition: all 0.1s ease;
  background-color: #b21f27;
}
#mgz-faq-pinterest:active:before,
#mgz-faq-pinterest:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-google {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 20px rgba(179, 60, 46, 0), inset 0 0 5px #9f3529, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0 0 0 20px rgba(179, 60, 46, 0), inset 0 0 5px #9f3529, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -ms-box-shadow: 0 0 0 20px rgba(179, 60, 46, 0), inset 0 0 5px #9f3529, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 0 20px rgba(179, 60, 46, 0), inset 0 0 5px #9f3529, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 0 none;
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  padding: 0px;
  margin: 10px;
  color: #ffffff;
  border: 0 none;
  background-color: rgba(179, 60, 46, 0.8);
}
#mgz-faq-google:before {
  transition: all 0.3s ease;
  content: "\f0d5";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #8a2e24;
}
#mgz-faq-google:hover,
#mgz-faq-google:focus {
  background-color: #b33c2e;
  -webkit-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
}
#mgz-faq-google:hover:before,
#mgz-faq-google:focus:before {
  text-shadow: -1px -1px #8a2e24;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-google:active,
#mgz-faq-google:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  transition: all 0.1s ease;
  background-color: #9f3529;
}
#mgz-faq-google:active:before,
#mgz-faq-google:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-google:before {
  transition: all 0.3s ease;
  content: "\f0d5";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #8a2e24;
}
#mgz-faq-google:hover,
#mgz-faq-google:focus {
  background-color: #b33c2e;
  -webkit-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
}
#mgz-faq-google:hover:before,
#mgz-faq-google:focus:before {
  text-shadow: -1px -1px #8a2e24;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-google:active,
#mgz-faq-google:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  transition: all 0.1s ease;
  background-color: #9f3529;
}
#mgz-faq-google:active:before,
#mgz-faq-google:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-google:before {
  transition: all 0.3s ease;
  content: "\f0d5";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #8a2e24;
}
#mgz-faq-google:hover,
#mgz-faq-google:focus {
  background-color: #b33c2e;
  -webkit-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
}
#mgz-faq-google:hover:before,
#mgz-faq-google:focus:before {
  text-shadow: -1px -1px #8a2e24;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-google:active,
#mgz-faq-google:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  transition: all 0.1s ease;
  background-color: #9f3529;
}
#mgz-faq-google:active:before,
#mgz-faq-google:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-google:before {
  transition: all 0.3s ease;
  content: "\f0d5";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #8a2e24;
}
#mgz-faq-google:hover,
#mgz-faq-google:focus {
  background-color: #b33c2e;
  -webkit-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
}
#mgz-faq-google:hover:before,
#mgz-faq-google:focus:before {
  text-shadow: -1px -1px #8a2e24;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-google:active,
#mgz-faq-google:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  transition: all 0.1s ease;
  background-color: #9f3529;
}
#mgz-faq-google:active:before,
#mgz-faq-google:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-google:before {
  transition: all 0.3s ease;
  content: "\f0d5";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #8a2e24;
}
#mgz-faq-google:hover,
#mgz-faq-google:focus {
  background-color: #b33c2e;
  -webkit-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
}
#mgz-faq-google:hover:before,
#mgz-faq-google:focus:before {
  text-shadow: -1px -1px #8a2e24;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-google:active,
#mgz-faq-google:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  transition: all 0.1s ease;
  background-color: #9f3529;
}
#mgz-faq-google:active:before,
#mgz-faq-google:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-google:before {
  transition: all 0.3s ease;
  content: "\f0d5";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #8a2e24;
}
#mgz-faq-google:hover,
#mgz-faq-google:focus {
  background-color: #b33c2e;
  -webkit-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
}
#mgz-faq-google:hover:before,
#mgz-faq-google:focus:before {
  text-shadow: -1px -1px #8a2e24;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-google:active,
#mgz-faq-google:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  transition: all 0.1s ease;
  background-color: #9f3529;
}
#mgz-faq-google:active:before,
#mgz-faq-google:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-google:before {
  transition: all 0.3s ease;
  content: "\f0d5";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #8a2e24;
}
#mgz-faq-google:hover,
#mgz-faq-google:focus {
  background-color: #b33c2e;
  -webkit-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
}
#mgz-faq-google:hover:before,
#mgz-faq-google:focus:before {
  text-shadow: -1px -1px #8a2e24;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-google:active,
#mgz-faq-google:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  transition: all 0.1s ease;
  background-color: #9f3529;
}
#mgz-faq-google:active:before,
#mgz-faq-google:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-google:before {
  transition: all 0.3s ease;
  content: "\f0d5";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #8a2e24;
}
#mgz-faq-google:hover,
#mgz-faq-google:focus {
  background-color: #b33c2e;
  -webkit-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
}
#mgz-faq-google:hover:before,
#mgz-faq-google:focus:before {
  text-shadow: -1px -1px #8a2e24;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-google:active,
#mgz-faq-google:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  transition: all 0.1s ease;
  background-color: #9f3529;
}
#mgz-faq-google:active:before,
#mgz-faq-google:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-google:before {
  transition: all 0.3s ease;
  content: "\f0d5";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #8a2e24;
}
#mgz-faq-google:hover,
#mgz-faq-google:focus {
  background-color: #b33c2e;
  -webkit-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
}
#mgz-faq-google:hover:before,
#mgz-faq-google:focus:before {
  text-shadow: -1px -1px #8a2e24;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-google:active,
#mgz-faq-google:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  transition: all 0.1s ease;
  background-color: #9f3529;
}
#mgz-faq-google:active:before,
#mgz-faq-google:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
.faq-question-social {
  max-width: 680px;
  margin: 50px auto 50px;
}
.faq-question-social .faq-flat-social {
  list-style: none;
  display: flex;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  max-width: 680px;
  padding: 5px 0;
  text-align: center;
  flex-wrap: wrap;
}
.faq-question-social li {
  margin: 0;
}
.faq-question-social span {
  font-size: 20px;
  font-weight: 700;
}
.mgz-faq-question-widget-title {
  position: relative;
}
.mgz-faq-question-widget-title:hover a {
  padding-left: 5px;
}
.mgz-faq-question-widget-title:hover .mgz-fa-chevron-right {
  transform: scale(1.2);
}
.mgz-faq-question-widget-title a,
.mgz-faq-question-widget-title i {
  color: #333;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.mgz-faq-question-widget-title i {
  font-size: 10px;
}
.mgz-faq .page-title-wrapper {
  display: none;
}
.mgz-faq svg {
  cursor: pointer;
  overflow: visible;
  width: 60px;
}
.mgz-faq svg #like,
.mgz-faq svg #dislike {
  animation: animateHeartOut 0.3s linear forwards;
  transform-origin: 11.5px 11.5px;
}
.mgz-faq svg #main-circ {
  -webkit-transform-origin: 29.5px 29.5px;
  -moz-transform-origin: 29.5px 29.5px;
  -ms-transform-origin: 29.5px 29.5px;
  transform-origin: 29.5px 29.5px;
}
.mgz-faq.page-layout-2columns-left .sidebar.sidebar-main {
  padding: 0;
}
.mgz-faq.page-layout-2columns-left .sidebar.sidebar-additional {
  padding: 0;
}
.mgz-faq.page-layout-2columns-left .column.main {
  padding-left: 2%;
}
.mgz-faq.page-layout-empty .sidebar-main,
.mgz-faq.page-layout-1column .sidebar-main,
.mgz-faq.page-layout-empty .sidebar-additional,
.mgz-faq.page-layout-1column .sidebar-additional {
  padding-right: 0;
  padding-left: 0;
}
#checkbox-1,
#checkbox-2 {
  display: none;
}
.mgzfaq-question-view.page-layout-2columns-left .column.main,
.mgzfaq-question-view.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzfaq-question-view.page-layout-2columns-left .sidebar.sidebar,
.mgzfaq-question-view.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzfaq-question-view.page-layout-2columns-left .mgz-faq-sidebar-top-question a,
.mgzfaq-question-view.page-layout-2columns-right .mgz-faq-sidebar-top-question a {
  width: 200px;
}
.mgzfaq-question-view.page-layout-2columns-left .column.main,
.mgzfaq-question-view.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzfaq-question-view.page-layout-2columns-left .sidebar.sidebar,
.mgzfaq-question-view.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzfaq-question-view.page-layout-2columns-left .mgz-faqc-sidebar-top-question a,
.mgzfaq-question-view.page-layout-2columns-right .mgz-faqc-sidebar-top-question a {
  width: 200px;
}
.mgzfaq-question-view.page-layout-2columns-left .column.main,
.mgzfaq-question-view.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzfaq-question-view.page-layout-2columns-left .sidebar.sidebar,
.mgzfaq-question-view.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzfaq-question-view.page-layout-2columns-left .mgz-gts-sidebar-top-question a,
.mgzfaq-question-view.page-layout-2columns-right .mgz-gts-sidebar-top-question a {
  width: 200px;
}
.mgzfaq-tag-view.page-layout-2columns-left .column.main,
.mgzfaq-tag-view.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzfaq-tag-view.page-layout-2columns-left .sidebar.sidebar,
.mgzfaq-tag-view.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzfaq-tag-view.page-layout-2columns-left .mgz-faq-sidebar-top-question a,
.mgzfaq-tag-view.page-layout-2columns-right .mgz-faq-sidebar-top-question a {
  width: 200px;
}
.mgzfaq-tag-view.page-layout-2columns-left .column.main,
.mgzfaq-tag-view.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzfaq-tag-view.page-layout-2columns-left .sidebar.sidebar,
.mgzfaq-tag-view.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzfaq-tag-view.page-layout-2columns-left .mgz-faqc-sidebar-top-question a,
.mgzfaq-tag-view.page-layout-2columns-right .mgz-faqc-sidebar-top-question a {
  width: 200px;
}
.mgzfaq-tag-view.page-layout-2columns-left .column.main,
.mgzfaq-tag-view.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzfaq-tag-view.page-layout-2columns-left .sidebar.sidebar,
.mgzfaq-tag-view.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzfaq-tag-view.page-layout-2columns-left .mgz-gts-sidebar-top-question a,
.mgzfaq-tag-view.page-layout-2columns-right .mgz-gts-sidebar-top-question a {
  width: 200px;
}
.mgzfaq-index-index.page-layout-2columns-left .column.main,
.mgzfaq-index-index.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzfaq-index-index.page-layout-2columns-left .sidebar.sidebar,
.mgzfaq-index-index.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzfaq-index-index.page-layout-2columns-left .mgz-faq-sidebar-top-question a,
.mgzfaq-index-index.page-layout-2columns-right .mgz-faq-sidebar-top-question a {
  width: 200px;
}
.mgzfaq-index-index.page-layout-2columns-left .column.main,
.mgzfaq-index-index.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzfaq-index-index.page-layout-2columns-left .sidebar.sidebar,
.mgzfaq-index-index.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzfaq-index-index.page-layout-2columns-left .mgz-faqc-sidebar-top-question a,
.mgzfaq-index-index.page-layout-2columns-right .mgz-faqc-sidebar-top-question a {
  width: 200px;
}
.mgzfaq-index-index.page-layout-2columns-left .column.main,
.mgzfaq-index-index.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzfaq-index-index.page-layout-2columns-left .sidebar.sidebar,
.mgzfaq-index-index.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzfaq-index-index.page-layout-2columns-left .mgz-gts-sidebar-top-question a,
.mgzfaq-index-index.page-layout-2columns-right .mgz-gts-sidebar-top-question a {
  width: 200px;
}
.mgzfaq-category-view.page-layout-2columns-left .column.main,
.mgzfaq-category-view.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzfaq-category-view.page-layout-2columns-left .sidebar.sidebar,
.mgzfaq-category-view.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzfaq-category-view.page-layout-2columns-left .mgz-faq-sidebar-top-question a,
.mgzfaq-category-view.page-layout-2columns-right .mgz-faq-sidebar-top-question a {
  width: 200px;
}
.mgzfaq-category-view.page-layout-2columns-left .column.main,
.mgzfaq-category-view.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzfaq-category-view.page-layout-2columns-left .sidebar.sidebar,
.mgzfaq-category-view.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzfaq-category-view.page-layout-2columns-left .mgz-faqc-sidebar-top-question a,
.mgzfaq-category-view.page-layout-2columns-right .mgz-faqc-sidebar-top-question a {
  width: 200px;
}
.mgzfaq-category-view.page-layout-2columns-left .column.main,
.mgzfaq-category-view.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzfaq-category-view.page-layout-2columns-left .sidebar.sidebar,
.mgzfaq-category-view.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzfaq-category-view.page-layout-2columns-left .mgz-gts-sidebar-top-question a,
.mgzfaq-category-view.page-layout-2columns-right .mgz-gts-sidebar-top-question a {
  width: 200px;
}
.mgzfaq-search-result.page-layout-2columns-left .column.main,
.mgzfaq-search-result.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzfaq-search-result.page-layout-2columns-left .sidebar.sidebar,
.mgzfaq-search-result.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzfaq-search-result.page-layout-2columns-left .mgz-faq-sidebar-top-question a,
.mgzfaq-search-result.page-layout-2columns-right .mgz-faq-sidebar-top-question a {
  width: 200px;
}
.mgzfaq-search-result.page-layout-2columns-left .column.main,
.mgzfaq-search-result.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzfaq-search-result.page-layout-2columns-left .sidebar.sidebar,
.mgzfaq-search-result.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzfaq-search-result.page-layout-2columns-left .mgz-faqc-sidebar-top-question a,
.mgzfaq-search-result.page-layout-2columns-right .mgz-faqc-sidebar-top-question a {
  width: 200px;
}
.mgzfaq-search-result.page-layout-2columns-left .column.main,
.mgzfaq-search-result.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzfaq-search-result.page-layout-2columns-left .sidebar.sidebar,
.mgzfaq-search-result.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzfaq-search-result.page-layout-2columns-left .mgz-gts-sidebar-top-question a,
.mgzfaq-search-result.page-layout-2columns-right .mgz-gts-sidebar-top-question a {
  width: 200px;
}
#checkbox-2:checked + label svg #like,
#checkbox-1:checked + label svg #like {
  transform: scale(0.08);
  animation: animateHeart 0.3s linear forwards 0.25s;
  fill: #00aef0;
}
#checkbox-2:checked + label svg #dislike,
#checkbox-1:checked + label svg #dislike {
  transform: scale(0.08);
  animation: animateHeart 0.3s linear forwards 0.25s;
  fill: #e2264d;
}
#checkbox-2:checked + label svg #main-circ,
#checkbox-1:checked + label svg #main-circ {
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -ms-transition: all 2s;
  transition: all 2s;
  animation: animateCircle .3s linear forwards;
  opacity: 1;
}
#checkbox-2:checked + label svg #oval1,
#checkbox-1:checked + label svg #oval1 {
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transition: 0.5s transform 0.3s;
  -moz-transition: 0.5s transform 0.3s;
  -ms-transition: 0.5s transform 0.3s;
  transition: 0.5s transform 0.3s;
}
#checkbox-2:checked + label svg #oval2,
#checkbox-1:checked + label svg #oval2 {
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transition: 1.5s transform 0.3s;
  -moz-transition: 1.5s transform 0.3s;
  -ms-transition: 1.5s transform 0.3s;
  transition: 1.5s transform 0.3s;
}
#checkbox-2:checked + label svg #grp1,
#checkbox-1:checked + label svg #grp1 {
  opacity: 1;
  -webkit-transition: 0.1s all 0.3s;
  -moz-transition: 0.1s all 0.3s;
  -ms-transition: 0.1s all 0.3s;
  transition: 0.1s all 0.3s;
}
#checkbox-2:checked + label svg #grp1 #oval1,
#checkbox-1:checked + label svg #grp1 #oval1 {
  -webkit-transform: scale(0) translate(0, -30px);
  -moz-transform: scale(0) translate(0, -30px);
  -ms-transform: scale(0) translate(0, -30px);
  transform: scale(0) translate(0, -30px);
}
#checkbox-2:checked + label svg #grp1 #oval2,
#checkbox-1:checked + label svg #grp1 #oval2 {
  -webkit-transform: scale(0) translate(10px, -50px);
  -moz-transform: scale(0) translate(10px, -50px);
  -ms-transform: scale(0) translate(10px, -50px);
  transform: scale(0) translate(10px, -50px);
}
#checkbox-2:checked + label svg #grp1 #oval1,
#checkbox-1:checked + label svg #grp1 #oval1 {
  -webkit-transform: scale(0) translate(0, -30px);
  -moz-transform: scale(0) translate(0, -30px);
  -ms-transform: scale(0) translate(0, -30px);
  transform: scale(0) translate(0, -30px);
}
#checkbox-2:checked + label svg #grp1 #oval2,
#checkbox-1:checked + label svg #grp1 #oval2 {
  -webkit-transform: scale(0) translate(10px, -50px);
  -moz-transform: scale(0) translate(10px, -50px);
  -ms-transform: scale(0) translate(10px, -50px);
  transform: scale(0) translate(10px, -50px);
}
#checkbox-2:checked + label svg #grp1 #oval1,
#checkbox-1:checked + label svg #grp1 #oval1 {
  -webkit-transform: scale(0) translate(0, -30px);
  -moz-transform: scale(0) translate(0, -30px);
  -ms-transform: scale(0) translate(0, -30px);
  transform: scale(0) translate(0, -30px);
}
#checkbox-2:checked + label svg #grp1 #oval2,
#checkbox-1:checked + label svg #grp1 #oval2 {
  -webkit-transform: scale(0) translate(10px, -50px);
  -moz-transform: scale(0) translate(10px, -50px);
  -ms-transform: scale(0) translate(10px, -50px);
  transform: scale(0) translate(10px, -50px);
}
#checkbox-2:checked + label svg #grp2,
#checkbox-1:checked + label svg #grp2 {
  opacity: 1;
  -webkit-transition: 0.1s all 0.3s;
  -moz-transition: 0.1s all 0.3s;
  -ms-transition: 0.1s all 0.3s;
  transition: 0.1s all 0.3s;
}
#checkbox-2:checked + label svg #grp2 #oval1,
#checkbox-1:checked + label svg #grp2 #oval1 {
  -webkit-transform: scale(0) translate(30px, -15px);
  -moz-transform: scale(0) translate(30px, -15px);
  -ms-transform: scale(0) translate(30px, -15px);
  transform: scale(0) translate(30px, -15px);
}
#checkbox-2:checked + label svg #grp2 #oval2,
#checkbox-1:checked + label svg #grp2 #oval2 {
  -webkit-transform: scale(0) translate(60px, -15px);
  -moz-transform: scale(0) translate(60px, -15px);
  -ms-transform: scale(0) translate(60px, -15px);
  transform: scale(0) translate(60px, -15px);
}
#checkbox-2:checked + label svg #grp2 #oval1,
#checkbox-1:checked + label svg #grp2 #oval1 {
  -webkit-transform: scale(0) translate(30px, -15px);
  -moz-transform: scale(0) translate(30px, -15px);
  -ms-transform: scale(0) translate(30px, -15px);
  transform: scale(0) translate(30px, -15px);
}
#checkbox-2:checked + label svg #grp2 #oval2,
#checkbox-1:checked + label svg #grp2 #oval2 {
  -webkit-transform: scale(0) translate(60px, -15px);
  -moz-transform: scale(0) translate(60px, -15px);
  -ms-transform: scale(0) translate(60px, -15px);
  transform: scale(0) translate(60px, -15px);
}
#checkbox-2:checked + label svg #grp2 #oval1,
#checkbox-1:checked + label svg #grp2 #oval1 {
  -webkit-transform: scale(0) translate(30px, -15px);
  -moz-transform: scale(0) translate(30px, -15px);
  -ms-transform: scale(0) translate(30px, -15px);
  transform: scale(0) translate(30px, -15px);
}
#checkbox-2:checked + label svg #grp2 #oval2,
#checkbox-1:checked + label svg #grp2 #oval2 {
  -webkit-transform: scale(0) translate(60px, -15px);
  -moz-transform: scale(0) translate(60px, -15px);
  -ms-transform: scale(0) translate(60px, -15px);
  transform: scale(0) translate(60px, -15px);
}
#checkbox-2:checked + label svg #grp3,
#checkbox-1:checked + label svg #grp3 {
  opacity: 1;
  -webkit-transition: 0.1s all 0.3s;
  -moz-transition: 0.1s all 0.3s;
  -ms-transition: 0.1s all 0.3s;
  transition: 0.1s all 0.3s;
}
#checkbox-2:checked + label svg #grp3 #oval1,
#checkbox-1:checked + label svg #grp3 #oval1 {
  -webkit-transform: scale(0) translate(30px, 0px);
  -moz-transform: scale(0) translate(30px, 0px);
  -ms-transform: scale(0) translate(30px, 0px);
  transform: scale(0) translate(30px, 0px);
}
#checkbox-2:checked + label svg #grp3 #oval2,
#checkbox-1:checked + label svg #grp3 #oval2 {
  -webkit-transform: scale(0) translate(60px, 10px);
  -moz-transform: scale(0) translate(60px, 10px);
  -ms-transform: scale(0) translate(60px, 10px);
  transform: scale(0) translate(60px, 10px);
}
#checkbox-2:checked + label svg #grp3 #oval1,
#checkbox-1:checked + label svg #grp3 #oval1 {
  -webkit-transform: scale(0) translate(30px, 0px);
  -moz-transform: scale(0) translate(30px, 0px);
  -ms-transform: scale(0) translate(30px, 0px);
  transform: scale(0) translate(30px, 0px);
}
#checkbox-2:checked + label svg #grp3 #oval2,
#checkbox-1:checked + label svg #grp3 #oval2 {
  -webkit-transform: scale(0) translate(60px, 10px);
  -moz-transform: scale(0) translate(60px, 10px);
  -ms-transform: scale(0) translate(60px, 10px);
  transform: scale(0) translate(60px, 10px);
}
#checkbox-2:checked + label svg #grp3 #oval1,
#checkbox-1:checked + label svg #grp3 #oval1 {
  -webkit-transform: scale(0) translate(30px, 0px);
  -moz-transform: scale(0) translate(30px, 0px);
  -ms-transform: scale(0) translate(30px, 0px);
  transform: scale(0) translate(30px, 0px);
}
#checkbox-2:checked + label svg #grp3 #oval2,
#checkbox-1:checked + label svg #grp3 #oval2 {
  -webkit-transform: scale(0) translate(60px, 10px);
  -moz-transform: scale(0) translate(60px, 10px);
  -ms-transform: scale(0) translate(60px, 10px);
  transform: scale(0) translate(60px, 10px);
}
#checkbox-2:checked + label svg #grp4,
#checkbox-1:checked + label svg #grp4 {
  opacity: 1;
  -webkit-transition: 0.1s all 0.3s;
  -moz-transition: 0.1s all 0.3s;
  -ms-transition: 0.1s all 0.3s;
  transition: 0.1s all 0.3s;
}
#checkbox-2:checked + label svg #grp4 #oval1,
#checkbox-1:checked + label svg #grp4 #oval1 {
  -webkit-transform: scale(0) translate(30px, 15px);
  -moz-transform: scale(0) translate(30px, 15px);
  -ms-transform: scale(0) translate(30px, 15px);
  transform: scale(0) translate(30px, 15px);
}
#checkbox-2:checked + label svg #grp4 #oval2,
#checkbox-1:checked + label svg #grp4 #oval2 {
  -webkit-transform: scale(0) translate(40px, 50px);
  -moz-transform: scale(0) translate(40px, 50px);
  -ms-transform: scale(0) translate(40px, 50px);
  transform: scale(0) translate(40px, 50px);
}
#checkbox-2:checked + label svg #grp4 #oval1,
#checkbox-1:checked + label svg #grp4 #oval1 {
  -webkit-transform: scale(0) translate(30px, 15px);
  -moz-transform: scale(0) translate(30px, 15px);
  -ms-transform: scale(0) translate(30px, 15px);
  transform: scale(0) translate(30px, 15px);
}
#checkbox-2:checked + label svg #grp4 #oval2,
#checkbox-1:checked + label svg #grp4 #oval2 {
  -webkit-transform: scale(0) translate(40px, 50px);
  -moz-transform: scale(0) translate(40px, 50px);
  -ms-transform: scale(0) translate(40px, 50px);
  transform: scale(0) translate(40px, 50px);
}
#checkbox-2:checked + label svg #grp4 #oval1,
#checkbox-1:checked + label svg #grp4 #oval1 {
  -webkit-transform: scale(0) translate(30px, 15px);
  -moz-transform: scale(0) translate(30px, 15px);
  -ms-transform: scale(0) translate(30px, 15px);
  transform: scale(0) translate(30px, 15px);
}
#checkbox-2:checked + label svg #grp4 #oval2,
#checkbox-1:checked + label svg #grp4 #oval2 {
  -webkit-transform: scale(0) translate(40px, 50px);
  -moz-transform: scale(0) translate(40px, 50px);
  -ms-transform: scale(0) translate(40px, 50px);
  transform: scale(0) translate(40px, 50px);
}
#checkbox-2:checked + label svg #grp5,
#checkbox-1:checked + label svg #grp5 {
  opacity: 1;
  -webkit-transition: 0.1s all 0.3s;
  -moz-transition: 0.1s all 0.3s;
  -ms-transition: 0.1s all 0.3s;
  transition: 0.1s all 0.3s;
}
#checkbox-2:checked + label svg #grp5 #oval1,
#checkbox-1:checked + label svg #grp5 #oval1 {
  -webkit-transform: scale(0) translate(-10px, 20px);
  -moz-transform: scale(0) translate(-10px, 20px);
  -ms-transform: scale(0) translate(-10px, 20px);
  transform: scale(0) translate(-10px, 20px);
}
#checkbox-2:checked + label svg #grp5 #oval2,
#checkbox-1:checked + label svg #grp5 #oval2 {
  -webkit-transform: scale(0) translate(-60px, 30px);
  -moz-transform: scale(0) translate(-60px, 30px);
  -ms-transform: scale(0) translate(-60px, 30px);
  transform: scale(0) translate(-60px, 30px);
}
#checkbox-2:checked + label svg #grp5 #oval1,
#checkbox-1:checked + label svg #grp5 #oval1 {
  -webkit-transform: scale(0) translate(-10px, 20px);
  -moz-transform: scale(0) translate(-10px, 20px);
  -ms-transform: scale(0) translate(-10px, 20px);
  transform: scale(0) translate(-10px, 20px);
}
#checkbox-2:checked + label svg #grp5 #oval2,
#checkbox-1:checked + label svg #grp5 #oval2 {
  -webkit-transform: scale(0) translate(-60px, 30px);
  -moz-transform: scale(0) translate(-60px, 30px);
  -ms-transform: scale(0) translate(-60px, 30px);
  transform: scale(0) translate(-60px, 30px);
}
#checkbox-2:checked + label svg #grp5 #oval1,
#checkbox-1:checked + label svg #grp5 #oval1 {
  -webkit-transform: scale(0) translate(-10px, 20px);
  -moz-transform: scale(0) translate(-10px, 20px);
  -ms-transform: scale(0) translate(-10px, 20px);
  transform: scale(0) translate(-10px, 20px);
}
#checkbox-2:checked + label svg #grp5 #oval2,
#checkbox-1:checked + label svg #grp5 #oval2 {
  -webkit-transform: scale(0) translate(-60px, 30px);
  -moz-transform: scale(0) translate(-60px, 30px);
  -ms-transform: scale(0) translate(-60px, 30px);
  transform: scale(0) translate(-60px, 30px);
}
#checkbox-2:checked + label svg #grp6,
#checkbox-1:checked + label svg #grp6 {
  opacity: 1;
  -webkit-transition: 0.1s all 0.3s;
  -moz-transition: 0.1s all 0.3s;
  -ms-transition: 0.1s all 0.3s;
  transition: 0.1s all 0.3s;
}
#checkbox-2:checked + label svg #grp6 #oval1,
#checkbox-1:checked + label svg #grp6 #oval1 {
  -webkit-transform: scale(0) translate(-30px, 0px);
  -moz-transform: scale(0) translate(-30px, 0px);
  -ms-transform: scale(0) translate(-30px, 0px);
  transform: scale(0) translate(-30px, 0px);
}
#checkbox-2:checked + label svg #grp6 #oval2,
#checkbox-1:checked + label svg #grp6 #oval2 {
  -webkit-transform: scale(0) translate(-60px, -5px);
  -moz-transform: scale(0) translate(-60px, -5px);
  -ms-transform: scale(0) translate(-60px, -5px);
  transform: scale(0) translate(-60px, -5px);
}
#checkbox-2:checked + label svg #grp6 #oval1,
#checkbox-1:checked + label svg #grp6 #oval1 {
  -webkit-transform: scale(0) translate(-30px, 0px);
  -moz-transform: scale(0) translate(-30px, 0px);
  -ms-transform: scale(0) translate(-30px, 0px);
  transform: scale(0) translate(-30px, 0px);
}
#checkbox-2:checked + label svg #grp6 #oval2,
#checkbox-1:checked + label svg #grp6 #oval2 {
  -webkit-transform: scale(0) translate(-60px, -5px);
  -moz-transform: scale(0) translate(-60px, -5px);
  -ms-transform: scale(0) translate(-60px, -5px);
  transform: scale(0) translate(-60px, -5px);
}
#checkbox-2:checked + label svg #grp6 #oval1,
#checkbox-1:checked + label svg #grp6 #oval1 {
  -webkit-transform: scale(0) translate(-30px, 0px);
  -moz-transform: scale(0) translate(-30px, 0px);
  -ms-transform: scale(0) translate(-30px, 0px);
  transform: scale(0) translate(-30px, 0px);
}
#checkbox-2:checked + label svg #grp6 #oval2,
#checkbox-1:checked + label svg #grp6 #oval2 {
  -webkit-transform: scale(0) translate(-60px, -5px);
  -moz-transform: scale(0) translate(-60px, -5px);
  -ms-transform: scale(0) translate(-60px, -5px);
  transform: scale(0) translate(-60px, -5px);
}
#checkbox-2:checked + label svg #grp7,
#checkbox-1:checked + label svg #grp7 {
  opacity: 1;
  -webkit-transition: 0.1s all 0.3s;
  -moz-transition: 0.1s all 0.3s;
  -ms-transition: 0.1s all 0.3s;
  transition: 0.1s all 0.3s;
}
#checkbox-2:checked + label svg #grp7 #oval1,
#checkbox-1:checked + label svg #grp7 #oval1 {
  -webkit-transform: scale(0) translate(-30px, -15px);
  -moz-transform: scale(0) translate(-30px, -15px);
  -ms-transform: scale(0) translate(-30px, -15px);
  transform: scale(0) translate(-30px, -15px);
}
#checkbox-2:checked + label svg #grp7 #oval2,
#checkbox-1:checked + label svg #grp7 #oval2 {
  -webkit-transform: scale(0) translate(-55px, -30px);
  -moz-transform: scale(0) translate(-55px, -30px);
  -ms-transform: scale(0) translate(-55px, -30px);
  transform: scale(0) translate(-55px, -30px);
}
#checkbox-2:checked + label svg #grp7 #oval1,
#checkbox-1:checked + label svg #grp7 #oval1 {
  -webkit-transform: scale(0) translate(-30px, -15px);
  -moz-transform: scale(0) translate(-30px, -15px);
  -ms-transform: scale(0) translate(-30px, -15px);
  transform: scale(0) translate(-30px, -15px);
}
#checkbox-2:checked + label svg #grp7 #oval2,
#checkbox-1:checked + label svg #grp7 #oval2 {
  -webkit-transform: scale(0) translate(-55px, -30px);
  -moz-transform: scale(0) translate(-55px, -30px);
  -ms-transform: scale(0) translate(-55px, -30px);
  transform: scale(0) translate(-55px, -30px);
}
#checkbox-2:checked + label svg #grp7 #oval1,
#checkbox-1:checked + label svg #grp7 #oval1 {
  -webkit-transform: scale(0) translate(-30px, -15px);
  -moz-transform: scale(0) translate(-30px, -15px);
  -ms-transform: scale(0) translate(-30px, -15px);
  transform: scale(0) translate(-30px, -15px);
}
#checkbox-2:checked + label svg #grp7 #oval2,
#checkbox-1:checked + label svg #grp7 #oval2 {
  -webkit-transform: scale(0) translate(-55px, -30px);
  -moz-transform: scale(0) translate(-55px, -30px);
  -ms-transform: scale(0) translate(-55px, -30px);
  transform: scale(0) translate(-55px, -30px);
}
#checkbox-2:checked + label svg #grp2,
#checkbox-1:checked + label svg #grp2,
#checkbox-2:checked + label svg #grp3,
#checkbox-1:checked + label svg #grp3,
#checkbox-2:checked + label svg #grp4,
#checkbox-1:checked + label svg #grp4,
#checkbox-2:checked + label svg #grp5,
#checkbox-1:checked + label svg #grp5,
#checkbox-2:checked + label svg #grp6,
#checkbox-1:checked + label svg #grp6,
#checkbox-2:checked + label svg #grp7,
#checkbox-1:checked + label svg #grp7 {
  -webkit-transition: 0.1s opacity 0.3s;
  -moz-transition: 0.1s opacity 0.3s;
  -ms-transition: 0.1s opacity 0.3s;
  transition: 0.1s opacity 0.3s;
  opacity: 1;
}
@keyframes animateCircle {
  40% {
    -webkit-transform: scale(10);
    -moz-transform: scale(10);
    -ms-transform: scale(10);
    transform: scale(10);
    opacity: 1;
    fill: #DD4688;
  }
  55% {
    -webkit-transform: scale(11);
    -moz-transform: scale(11);
    -ms-transform: scale(11);
    transform: scale(11);
    opacity: 1;
    fill: #D46ABF;
  }
  65% {
    -webkit-transform: scale(12);
    -moz-transform: scale(12);
    -ms-transform: scale(12);
    transform: scale(12);
    opacity: 1;
    fill: #CC8EF5;
  }
  75% {
    -webkit-transform: scale(13);
    -moz-transform: scale(13);
    -ms-transform: scale(13);
    transform: scale(13);
    opacity: 1;
    fill: transparent;
    stroke: #CC8EF5;
    stroke-width: .5;
  }
  85% {
    -webkit-transform: scale(17);
    -moz-transform: scale(17);
    -ms-transform: scale(17);
    transform: scale(17);
    opacity: 1;
    fill: transparent;
    stroke: #CC8EF5;
    stroke-width: .2;
  }
  95% {
    -webkit-transform: scale(18);
    -moz-transform: scale(18);
    -ms-transform: scale(18);
    transform: scale(18);
    opacity: 1;
    fill: transparent;
    stroke: #CC8EF5;
    stroke-width: .1;
  }
  100% {
    -webkit-transform: scale(19);
    -moz-transform: scale(19);
    -ms-transform: scale(19);
    transform: scale(19);
    opacity: 1;
    fill: transparent;
    stroke: #CC8EF5;
    stroke-width: 0;
  }
}
@keyframes animateHeart {
  0% {
    -webkit-transform: scale(0.02);
    -moz-transform: scale(0.02);
    -ms-transform: scale(0.02);
    transform: scale(0.02);
  }
  40% {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
  }
  100% {
    -webkit-transform: scale(0.08);
    -moz-transform: scale(0.08);
    -ms-transform: scale(0.08);
    transform: scale(0.08);
  }
}
@keyframes animateHeartOut {
  0% {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
  }
  100% {
    -webkit-transform: scale(0.08);
    -moz-transform: scale(0.08);
    -ms-transform: scale(0.08);
    transform: scale(0.08);
  }
}
.mgz-faq .pager {
  margin-top: 20px;
  text-align: center;
}
.mgz-faq .pager > * {
  padding-right: 15px;
}
.mgz-faq .pager > p {
  display: none;
}
/*--------homepage-------------- */
.mgz-faq-side-bar-left-top-question {
  padding: 20px;
  background: #fbfbfb;
  margin-bottom: 50px;
}
.mgz-faq-side-bar-left-top-question h6 {
  margin: 0;
  font-size: 15px;
  margin-bottom: 13px;
  margin-top: 15px;
}
.mgz-faq-sidebar-top-question {
  position: relative;
  display: flex;
  align-items: center;
}
.mgz-faq-sidebar-top-question a {
  transition: all 0.2s ease-in-out;
  color: #1a1113;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  padding: 10px;
  text-decoration: none;
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mgz-faq-sidebar-top-question span {
  position: absolute;
  right: 0px;
  top: 12px;
  transition: all 0.2s ease-in-out;
}
.mgz-faq-sidebar-top-question:hover span {
  right: -5px;
}
/*--------------------------------------------------------------*/
/*
    Content Helpfull block
    */
.mgz-faq-helpful {
  -webkit-box-shadow: 0 0 3px #cacaca;
  -moz-box-shadow: 0 0 3px #cacaca;
  -ms-box-shadow: 0 0 3px #cacaca;
  box-shadow: 0 0 3px #cacaca;
  border-radius: 4px;
  margin: 30px auto;
  padding: 7px 20px;
  position: relative;
  text-align: center;
  width: fit-content;
}
.mgz-faq-helpful .mgz-faq-helpful-inner {
  display: flex;
  justify-content: center;
}
.mgz-faq-helpful .mgz-faq-helpful-inner span {
  text-align: center;
}
.mgz-faq-helpful .mgz-faq-helpful-like,
.mgz-faq-helpful .mgz-faq-helpful-dislike {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  padding: 10px;
  position: relative;
}
.mgz-faq-helpful .helpful-loading {
  display: none;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: #ffffff7a;
  left: 0;
}
.mgz-faq-helpful .helpful-loading img {
  object-fit: contain;
  height: 100%;
  width: 40px;
  white-space: nowrap;
}
/*--------------------------------------------------------------*/
/*
    View question page
    */
.faq-question-view {
  font-size: 15px;
  overflow-wrap: break-word;
}
/*--------Side right bar--------*/
.mgz-faq-question-side-bar {
  background: #FFF;
  margin-bottom: 40px;
  position: relative;
  -webkit-box-shadow: 0 0 3px #cacaca;
  -moz-box-shadow: 0 0 3px #cacaca;
  -ms-box-shadow: 0 0 3px #cacaca;
  box-shadow: 0 0 3px #cacaca;
}
.mgz-faq-question-side-bar .mgz-faq-question-sidebar-inner {
  padding: 15px;
}
.mgz-faq-question-side-bar h1 {
  -webkit-text-transform: uppercase;
  -moz-text-transform: uppercase;
  -ms-text-transform: uppercase;
  text-transform: uppercase;
  border-bottom: 1px solid #e5e5e5;
  font-size: 15px;
  margin-bottom: 10px;
  padding-bottom: 8px;
}
.mgz-faq-question-side-bar .faq-categories .mgz-faq-category-title-main {
  align-items: center;
  display: flex;
  padding: 5px 15px;
}
.mgz-faq-question-side-bar .mgz-faq-category-title-title a {
  color: #333;
  font-size: 10pt;
  margin-left: 5px;
  padding: 7px 5px 7px 0;
  position: relative;
  z-index: 1;
}
.mgz-faq-question-side-bar .mgz-faq-category-title-title a::before {
  transition: all 0.3s linear;
  bottom: 0;
  content: " ";
  height: 2px;
  left: 0;
  position: absolute;
  width: 0px;
  z-index: -1;
}
.mgz-faq-question-side-bar .mgz-faq-category-title-title a:hover::before {
  width: 100%;
}
.mgz-faq-question-side-bar .mgz-faq-category-title-title a:hover {
  transition: all 0.3s linear;
}
.mgz-faq-question-side-bar .mgz-faq-sidebar-recent-question {
  padding-top: 7px;
}
.mgz-faq-question-side-bar .mgz-faq-sidebar-recent-question a {
  align-items: center;
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  display: flex;
  font: inherit;
  margin-bottom: 15px;
  outline: none;
  position: relative;
  text-align: left;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  z-index: 10;
}
.mgz-faq-question-side-bar .mgz-faq-sidebar-recent-question a:hover::before {
  opacity: 1;
  transform: scale(1);
}
.mgz-faq-question-side-bar .mgz-faq-sidebar-recent-question a:hover span {
  right: 15px;
}
.mgz-faq-question-side-bar .mgz-faq-sidebar-recent-question a::before {
  -webkit-transform: scale(0.96);
  -moz-transform: scale(0.96);
  -ms-transform: scale(0.96);
  transform: scale(0.96);
  -webkit-box-shadow: 0 2px 18px rgba(34, 34, 34, 0.2);
  -moz-box-shadow: 0 2px 18px rgba(34, 34, 34, 0.2);
  -ms-box-shadow: 0 2px 18px rgba(34, 34, 34, 0.2);
  box-shadow: 0 2px 18px rgba(34, 34, 34, 0.2);
  -webkit-transition: transform 200ms cubic-bezier(0.345, 0.115, 0.135, 1.42), opacity 150ms ease-out, border-color 200ms ease-out;
  -moz-transition: transform 200ms cubic-bezier(0.345, 0.115, 0.135, 1.42), opacity 150ms ease-out, border-color 200ms ease-out;
  -ms-transition: transform 200ms cubic-bezier(0.345, 0.115, 0.135, 1.42), opacity 150ms ease-out, border-color 200ms ease-out;
  transition: transform 200ms cubic-bezier(0.345, 0.115, 0.135, 1.42), opacity 150ms ease-out, border-color 200ms ease-out;
  background: #FFFFFF;
  border: 1px dotted transparent;
  border-radius: 9px;
  bottom: -9px;
  content: "";
  left: -9px;
  opacity: 0;
  position: absolute;
  top: -9px;
  right: -9px;
  z-index: -1;
}
.mgz-faq-question-side-bar .mgz-faq-sidebar-recent-question h6 {
  margin: 0;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #222;
  padding-right: 35px;
}
.mgz-faq-question-side-bar .mgz-faq-sidebar-recent-question span {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
  position: absolute;
  right: 20px;
}
.mgz-faq-question-side-bar .mgz-faq-tag-sb {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-radius: 4px;
  display: inline-block;
  font-size: 8pt;
  margin: 0px 1px 6px 6px;
  padding: 6px 8px;
  padding-left: 10px;
  position: relative;
  z-index: 1;
}
.mgz-faq-question-side-bar .mgz-faq-tag-sb li {
  list-style: none;
}
.mgz-faq-question-side-bar .mgz-faq-tag-sb a {
  color: #fff;
}
.mgz-faq-question-side-bar .mgz-faq-tag-sb:hover {
  background: #555;
}
.mgz-faq-question-side-bar .mgz-faq-tag-sb:hover::before {
  border-color: transparent #555555 transparent;
}
.mgz-faq-question-side-bar .mgz-faq-tag-sb::after {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: -1px -1px 2px #004977;
  -moz-box-shadow: -1px -1px 2px #004977;
  -ms-box-shadow: -1px -1px 2px #004977;
  box-shadow: -1px -1px 2px #004977;
  background: #fff;
  content: " ";
  float: left;
  height: 4px;
  left: 5px;
  position: absolute;
  top: 5px;
  width: 4px;
}
.mgz-faq-question-side-bar .faq-categories li {
  list-style: none;
  border-bottom: 1px solid #e5e5e5;
  padding-left: 20px;
}
/*----------------------main content--------------------------*/
.mgz-faq-question-view {
  -webkit-box-shadow: 0 0 3px #cacaca;
  -moz-box-shadow: 0 0 3px #cacaca;
  -ms-box-shadow: 0 0 3px #cacaca;
  box-shadow: 0 0 3px #cacaca;
  background: #FFF;
  margin-bottom: 40px;
  position: relative;
}
.mgz-faq-question-view .mgz-faq-question-inner {
  padding: 20px;
}
.mgz-faq-question-view .faq-question-title {
  font-size: 28px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.mgz-faq-question-view i::before {
  margin-right: 3px;
}
.mgz-faq-question-view .faq-question-meta {
  border-bottom: 1px solid #f2f2f2;
  color: #888;
  font-size: 85%;
  margin: 20px 0;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.mgz-faq-question-view .faq-question-meta a {
  border-radius: 3px;
  color: #fff;
  padding: 3px 7px;
  margin-right: 4px;
  margin-bottom: 4px;
}
.mgz-faq-question-view .faq-question-meta a:hover {
  border-bottom: 1px dotted;
  color: #000;
}
.mgz-faq-question-view .faq-question-meta span {
  margin-right: 15px;
}
.mgz-faq-question-view img {
  width: 100%;
  height: 100%;
}
/*
    Side left bar block
    */
.mgz-faq-side-bar-left {
  padding: 20px;
  background: #fbfbfb;
  margin-bottom: 50px;
}
.mgz-faq-side-bar-left h6 {
  margin: 0;
  font-size: 15px;
  margin-bottom: 13px;
  margin-top: 15px;
}
.mgz-faq-side-bar-left a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #1a1113;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  padding: 10px;
  position: relative;
  text-decoration: none;
}
.mgz-faq-side-bar-left div {
  display: flex;
  flex-direction: column;
}
.mgz-faq-side-bar-left ._active {
  font-weight: 600;
}
.mgz-faq-side-bar-left ._active::before {
  content: " ";
  height: 28px;
  left: -10px;
  position: absolute;
  width: 4px;
}
.mgz-faq-question-tag {
  margin: -30px 0 35px;
}
.mgz-faq-question-tag a {
  text-transform: uppercase;
}
.mgz-faq .page-title {
  color: #000;
  font-size: 26px;
  margin-right: 10px;
  position: relative;
}
.mgz-faq .page-title::before {
  bottom: -5px;
  content: " ";
  height: 2px;
  position: absolute;
  width: 55px;
}
.mgz-faq-category-title-title a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
/*
    Banner, search form block
    */
.mgz-faq-banner {
  align-items: center;
  display: flex;
  height: 350px;
  justify-content: center;
  position: relative;
}
.mgz-faq-banner .alert-comment {
  background: #fff;
  border-radius: 3px;
  display: none;
  margin: 0;
  position: absolute;
  padding: 5px 10px;
  top: -37px;
}
.mgz-faq-banner .alert-comment i::before {
  margin-right: 4px;
}
.mgz-faq-banner .alert-comment::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: " ";
  width: 5px;
  height: 5px;
  position: absolute;
  background: #fff;
  bottom: -3px;
}
.mgz-faq-banner .alertEmpty {
  -webkit-box-shadow: 0 0 3px 2px #ff0000;
  -moz-box-shadow: 0 0 3px 2px #ff0000;
  -ms-box-shadow: 0 0 3px 2px #ff0000;
  box-shadow: 0 0 3px 2px #ff0000;
  color: red;
}
.mgz-faq-banner .alertEmpty:focus {
  -webkit-box-shadow: 0 0 3px 2px #ff0000;
  -moz-box-shadow: 0 0 3px 2px #ff0000;
  -ms-box-shadow: 0 0 3px 2px #ff0000;
  box-shadow: 0 0 3px 2px #ff0000;
}
.mgz-faq-banner .mgz-faq-banner-color,
.mgz-faq-banner .mgz-faq-banner-image {
  height: 100%;
  position: absolute;
  z-index: 0;
  width: 100%;
}
.mgz-faq-banner .mgz-faq-banner-image {
  background-position: 50% 50%;
}
.mgz-faq-banner .faq-searchform-head {
  margin-bottom: 50px;
  text-align: center;
}
.mgz-faq-banner .faq-searchform-head h1 {
  font-size: 4.2rem;
  font-weight: 500;
  line-height: 110%;
  margin: 0 0 1.68rem 0;
}
.mgz-faq-banner .faq-searchform-head span {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.5;
}
.mgz-faq-banner .faq-searchform {
  position: relative;
}
.mgz-faq-banner .faq-searchform form {
  width: 100%;
}
.mgz-faq-banner .faq-searchform input {
  box-shadow: 0 0 8px 0px rgba(135, 202, 199, 0.61);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 0px;
  border-radius: 50px;
  height: 45px;
  padding-left: 15px;
  padding-right: 50px;
}
.mgz-faq-banner .faq-searchform input:focus {
  border-radius: 0;
}
.mgz-faq-banner .faq-searchform .block-block-content {
  display: flex;
  position: relative;
  margin: 0 auto;
}
.mgz-faq-banner .faq-searchform button {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: transparent;
  border-radius: 4px;
  padding: 0;
  position: absolute;
  height: 100%;
  right: 0;
  top: 2px;
  width: fit-content;
}
.mgz-faq-banner .faq-searchform button:hover::before {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
  color: #333;
}
.mgz-faq-banner .faq-searchform button::before {
  align-items: center;
  color: #e5e5e5;
  content: '\f002';
  display: flex;
  height: 100%;
  font-family: 'Font Awesome 5 Free';
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: -2px;
}
.mgz-faq-banner .faq-searchform button::after {
  background-size: 100%;
  content: " ";
  height: 25px;
  left: -37px;
  opacity: 0;
  position: absolute;
  top: 7px;
  width: 25px;
}
.mgz-faq-banner .faq-searchform button._search::before {
  opacity: 0;
}
.mgz-faq-banner .faq-searchform button._search::after {
  opacity: 1;
}
/*
    Search result title block
    */
.mgz-faq-search-count {
  display: none;
}
.mgz-faq-search-count h5 {
  color: #000;
  font-size: 26px;
  margin-right: 10px;
  position: relative;
}
.mgz-faq-sidebar-coll {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
  position: relative;
  display: flex;
  height: 25px;
  align-items: center;
  justify-content: center;
}
.mgz-faq-sidebar-coll i {
  position: absolute;
}
.mgz-faq-sidebar-coll:hover {
  background: #e5e5e5;
}
.mgz-faq-sidebar-coll .show-more {
  display: none;
}
/*---------------------------------------------------------*/
/*
    Question Listing
    */
.mgz-faq-question-list {
  position: relative;
}
.mgz-faq-question-list .mgz-faq-question-box-title {
  border-bottom: 1px solid #f2f2f2;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  line-height: 26px;
  margin: 0;
  padding-bottom: 10px;
  position: relative;
}
.mgz-faq-question-list .mgz-faq-question-box-title a {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #444;
}
.mgz-faq-question-list h2 {
  padding-right: 30px;
}
.mgz-faq-question-list .plus-icon,
.mgz-faq-question-list .minus-icon {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 15px;
}
.mgz-faq-question-list .minus-icon {
  display: none;
}
.mgz-faq-question-list .mgz-faq-question-more {
  display: none;
}
.mgz-faq-question-list .mgz-faq-question-meta {
  color: #888;
  margin: 10px 0;
  font-size: 85%;
}
.mgz-faq-question-list .mgz-faq-question-meta a {
  color: #000;
  padding: 3px 8px;
  border-radius: 4px;
}
.mgz-faq-question-list .mgz-faq-question-meta a:hover {
  color: #000;
  border-bottom: 1px #000 dotted;
}
.mgz-faq-question-list .mgz-faq-question-meta span {
  display: inline-block;
  margin-right: 10px;
}
.mgz-faq-question-list .question-question-box-inner {
  clear: both;
  padding: 20px 20px 25px;
}
.mgz-faq-question-list .mgz-faq-question-list {
  -webkit-box-shadow: 0 0 3px #cacaca;
  -moz-box-shadow: 0 0 3px #cacaca;
  -ms-box-shadow: 0 0 3px #cacaca;
  box-shadow: 0 0 3px #cacaca;
  background: #FFF;
  border-bottom: 4px solid #F88C00;
}
.mgz-faq-question-list i::before {
  margin-right: 3px;
}
.mgz-faq-question-list .mgz-faq-question-excerpt-wrapper a {
  border: 0 none;
  border-radius: 4px;
  color: white;
  display: inline-block;
  font: 12px Tahoma;
  line-height: 22px;
  padding: 5px 10px;
  position: relative;
}
.mgz-faq-question-list .mgz-faq-question-excerpt-wrapper a:hover {
  -webkit-transition: 0.4s all ease-in;
  -moz-transition: 0.4s all ease-in;
  -ms-transition: 0.4s all ease-in;
  transition: 0.4s all ease-in;
}
.mgz-faq-question-list .mgz-faq-question-excerpt-wrapper a:hover::before {
  width: 100%;
}
.mgz-faq-question-list .mgz-faq-question-excerpt-wrapper a::before {
  -webkit-transition: 0.4s all ease-in;
  -moz-transition: 0.4s all ease-in;
  -ms-transition: 0.4s all ease-in;
  transition: 0.4s all ease-in;
  background-color: #777;
  border-radius: 3px;
  content: " ";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 0;
}
.mgz-faq-question-list .mgz-faq-question-excerpt-wrapper span {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 2;
}
.mgz-faq-question-list .mgz-faq-question-list-content {
  font-style: italic;
  margin-bottom: 12px;
  overflow-wrap: break-word;
}
/*
    Side bar left tag block
    */
.mgz-faq-side-bar-left-tag {
  background: #fbfbfb;
  padding: 20px;
  margin-bottom: 50px;
}
.mgz-faq-side-bar-left-tag a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  background-color: transparent;
  border-radius: 0px;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: normal;
  margin-bottom: 5px;
  margin-right: 4px;
  margin-top: 5px;
  padding: 4px 12px;
  position: relative;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}
.mgz-faq-side-bar-left-tag a:hover {
  color: #fff;
}
.mgz-faq-side-bar-left-tag ._active {
  color: #fff;
}
.mgz-faq-side-bar-left-tag h6 {
  font-size: 15px;
  margin: 0;
  margin-bottom: 13px;
}
.mgz-faq-category-title-image {
  height: 30px;
  width: 30px;
  margin-right: 8px;
}
.mgz-faq-category-title-image .mgz-faq-category-default-logo::before {
  content: "\f07c";
  font-family: 'Font Awesome 5 Free';
  font-size: 25px;
  font-weight: 400;
}
.mgz-faq-category-title-image .mgz-faq-category-logo {
  object-fit: cover;
}
.mgz-faq-category-title-listing {
  display: flex;
  margin-bottom: 25px;
  padding-bottom: 26px;
  position: relative;
}
.mgz-faq-category-title-listing h1 {
  color: #000;
  font-size: 26px;
  margin-bottom: 0;
  margin-right: 10px;
  position: relative;
}
.mgz-faq-category-title-listing::before {
  background: #d6c9c9;
  bottom: 0;
  content: " ";
  height: 1px;
  position: absolute;
  width: 100%;
}
.mgz-faq-category-count {
  padding: 0px 3px 0 0;
}
.mgz-faq-category-count span {
  bottom: -5px;
  color: #6f6969;
  font-size: 13px;
  position: relative;
  right: -3px;
}
.mgz-faq-body-content {
  background: #fafafa;
  display: flex;
  flex-wrap: wrap;
}
.mgz-faq-body-content .mgz-faq-category-wraper {
  width: 100%;
  padding: 0 0.75rem;
}
.mgz-faq-body-content .mgz-faq-category-title {
  align-items: center;
  display: flex;
  margin-bottom: 15px;
  position: relative;
}
.mgz-faq-body-content .mgz-faq-category-title._open {
  margin-bottom: 25px;
}
.mgz-faq-body-content .mgz-faq-category-title._open i {
  transform: rotateX(180deg);
}
.mgz-faq-body-content .mgz-faq-category-title._open::before {
  width: 100%;
}
.mgz-faq-body-content .mgz-faq-category-title::before {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  bottom: -12px;
  content: " ";
  height: 2px;
  position: absolute;
  width: 0;
}
.mgz-faq-body-content .mgz-faq-category-title:hover::after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.mgz-faq-body-content .mgz-faq-category-title::after {
  -webkit-transform: scale(0.96);
  -moz-transform: scale(0.96);
  -ms-transform: scale(0.96);
  transform: scale(0.96);
  -webkit-box-shadow: 0 2px 18px rgba(34, 34, 34, 0.2);
  -moz-box-shadow: 0 2px 18px rgba(34, 34, 34, 0.2);
  -ms-box-shadow: 0 2px 18px rgba(34, 34, 34, 0.2);
  box-shadow: 0 2px 18px rgba(34, 34, 34, 0.2);
  -webkit-transition: transform 200ms cubic-bezier(0.345, 0.115, 0.135, 1.42), opacity 150ms ease-out, border-color 200ms ease-out;
  -moz-transition: transform 200ms cubic-bezier(0.345, 0.115, 0.135, 1.42), opacity 150ms ease-out, border-color 200ms ease-out;
  -ms-transition: transform 200ms cubic-bezier(0.345, 0.115, 0.135, 1.42), opacity 150ms ease-out, border-color 200ms ease-out;
  transition: transform 200ms cubic-bezier(0.345, 0.115, 0.135, 1.42), opacity 150ms ease-out, border-color 200ms ease-out;
  background: #FFFFFF;
  border: 1px dotted transparent;
  border-radius: 9px;
  bottom: -9px;
  content: "";
  left: -9px;
  opacity: 0;
  position: absolute;
  right: -9px;
  top: -9px;
  z-index: 0;
}
.mgz-faq-body-content .mgz-faq-category-title i {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  right: 0px;
  position: absolute;
  z-index: 2;
}
.mgz-faq-body-content .mgz-faq-category-title-title a {
  color: #333;
  margin: 0;
  padding-left: 10px;
  font-size: 17px;
}
.mgz-faq-body-content .mgz-faq-category-title-title a:hover {
  text-decoration: none;
}
.mgz-faq-body-content .mgz-faq-question-answer {
  background: #e5e5e5;
  border: 1px solid #f7b526;
  border-radius: 2px;
  display: none;
  left: 0;
  padding: 5px 10px;
}
.mgz-faq-body-content .mgz-faq-question-icon {
  height: 10px;
  left: 8px;
  position: absolute;
  top: 13px;
  width: 10px;
}
.mgz-faq-body-content .mgz-faq-question-icon::before {
  content: "\f15c";
}
.mgz-faq-body-content .mgz-faq-category-inner {
  position: relative;
}
.mgz-faq-body-content .mgz-faq-category-title-main {
  align-items: center;
  display: flex;
  position: relative;
  z-index: 2;
}
.mgz-faq-body-content .mgz-faq-question-question {
  padding: 10px 0;
  position: relative;
  z-index: 2;
  display: flex;
}
.mgz-faq-body-content .mgz-faq-question-question::before {
  -webkit-transform: scale(0.96);
  -moz-transform: scale(0.96);
  -ms-transform: scale(0.96);
  transform: scale(0.96);
  -webkit-box-shadow: 0 2px 18px rgba(34, 34, 34, 0.2);
  -moz-box-shadow: 0 2px 18px rgba(34, 34, 34, 0.2);
  -ms-box-shadow: 0 2px 18px rgba(34, 34, 34, 0.2);
  box-shadow: 0 2px 18px rgba(34, 34, 34, 0.2);
  -webkit-transition: transform 200ms cubic-bezier(0.345, 0.115, 0.135, 1.42), opacity 150ms ease-out, border-color 200ms ease-out;
  -moz-transition: transform 200ms cubic-bezier(0.345, 0.115, 0.135, 1.42), opacity 150ms ease-out, border-color 200ms ease-out;
  -ms-transition: transform 200ms cubic-bezier(0.345, 0.115, 0.135, 1.42), opacity 150ms ease-out, border-color 200ms ease-out;
  transition: transform 200ms cubic-bezier(0.345, 0.115, 0.135, 1.42), opacity 150ms ease-out, border-color 200ms ease-out;
  background: #FFFFFF;
  bottom: -9px;
  border: 1px dotted transparent;
  border-radius: 9px;
  content: "";
  height: 100%;
  left: -9px;
  opacity: 0;
  position: absolute;
  right: -9px;
  top: 0;
  z-index: -1;
}
.mgz-faq-body-content .mgz-faq-question-question i {
  padding-top: 4px;
}
.mgz-faq-body-content .mgz-faq-question-question:hover::before {
  transform: scale(1);
  opacity: 1;
}
.mgz-faq-body-content .mgz-faq-question-title {
  color: #333;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}
.mgz-faq-body-content .mgz-faq-question-title:hover {
  text-decoration: none;
}
.mgz-faq-body-content .mgz-faq-category-title-help {
  display: flex;
  z-index: 2;
}
.mgz-faq-body-content .mgz-faq-category-description {
  align-items: center;
  background: #e5e5e5;
  border: 1px solid #BBB;
  border-radius: 50%;
  display: flex;
  height: 12px;
  justify-content: center;
  position: absolute;
  right: -15px;
  width: 12px;
}
.mgz-faq-body-content .mgz-faq-category-description span {
  font-size: 9px;
}
.mgz-faq-body-content .mgz-faq-category-question {
  display: none;
}
.mgz-faq-post-form {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 25px;
  margin: 20px auto;
  transition: all .4s linear;
  position: relative;
}
.mgz-faq-post-form input,
.mgz-faq-post-form select {
  border-color: transparent transparent #e5e5e5 transparent;
  transition: all .3s linear;
}
.mgz-faq-post-form input:focus,
.mgz-faq-post-form select:focus {
  box-shadow: none;
  border-width: 2px;
}
.mgz-faq-post-form i {
  margin-right: 5px;
}
.mgz-faq-post-form:hover {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.mgz-faq-post-form button {
  margin: auto;
  text-transform: uppercase;
  color: #fff;
  border: 0px;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  text-align: center;
  padding: 10px 15px;
}
.mgz-faq-post-form button:hover {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}
.mgz-faq-post-form-loading {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #efefef63;
  display: none;
}
.mgz-faq-post-form-loading-img {
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: auto;
}
.mgz-faq-post-form-loading-inner {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
}
.mgz-faq-post-form-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px 0px;
}
.mgz-faq .red-text {
  color: red;
}
.mgz-faq-post-form-notif,
.mgz-faq-post-form-terms {
  padding: 10px 0;
}
.mgz-faq-post-form-terms * {
  padding: 0;
  margin: 0;
}
.mgz-faq-product-form {
  display: none;
}
.mgz-faq-product-form-action {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.mgz-faq-product-form-action * {
  padding-right: 15px;
  margin: 0;
}
.mgz-faq .reqired {
  border-color: transparent transparent #ff0000 transparent !important;
  color: red;
}
.mgz-faq-post-notif.mgzfaqerror {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.mgzfaqerror::before {
  position: absolute;
  left: 12px;
  content: "\d7";
  color: #8b2757;
  font-size: 25px;
  line-height: 20px;
}
.mgzfaqerror::after {
  display: none;
}
.mgz-faq-post-notif {
  display: none;
  padding: 8px 15px 8px 35px;
  background: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
  border-radius: 4px;
  position: relative;
}
.mgz-faq-post-notif::after {
  content: " ";
  position: absolute;
  left: 15px;
  height: 12px;
  width: 5px;
  border-right: 2px solid #567746;
  border-bottom: 2px solid #567746;
  transform: rotate(45deg);
}
.mgz-widget-title {
  display: flex;
  align-items: center;
  margin-right: 10px;
  font-size: 22px;
  margin: 10px 0 3px;
}
.mgz-widget-title h3 {
  margin: 0;
  margin-right: 5px;
  text-transform: uppercase;
  font-family: BebasNeueRegular,arial,Georgia,serif;
  white-space: nowrap;
}
.mgz-stripe-line {
  height: 12px;
  overflow: hidden;
  width: 100%;
}
.mgz-widget-view-more {
  width: fit-content;
}
.mgz-widget-view-more a {
  padding: 5px 12px;
  width: auto;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  line-height: 22px;
  border-radius: 3px;
  color: white;
}
.mgz-widget-view-more a:hover {
  background: #777;
}
.mgz-faq-widget {
  position: relative;
  border-radius: 3px;
  margin-bottom: 50px;
}
.mgz-faq-widget::after {
  content: " ";
  position: absolute;
  height: 3px;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .col-md-4 {
    width: 33.33333333% !important;
  }
}
@media only screen and (min-width: 768px) {
  .col-sm-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .box {
    width: 100%;
  }
}
.box {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  display: flex;
  box-sizing: border-box;
}
.mgz-category-theme-grid {
  display: block;
  padding: 60px;
  padding-top: 40px;
  background-color: #fff;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.42857143;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.4s linear;
  width: 100%;
  position: relative;
}
.mgz-theme-grid {
  margin-right: -15px;
  margin-left: -15px;
}
.mgz-theme-grid .mgz-faq-category-default-logo::before {
  font-size: 50px !important;
}
.mgz-category-title {
  display: block;
  margin-bottom: 15px;
  font-family: "Publico", sans-serif;
  font-size: 30px;
  color: #091e3f;
  box-sizing: border-box;
}
.mgz-category-title::after {
  display: block;
  margin: 20px auto;
  width: 50px;
  border-bottom: 2px solid;
  content: " ";
}
.mgz-category-desc {
  display: block;
  color: #606469;
  line-height: 1.8;
  font-size: 14px;
}
.mgz-faq-category-default-image {
  width: 50px;
  margin: auto;
  padding: 8px 0;
}
.mgz-flex {
  display: flex;
  flex-wrap: wrap;
}
.mgz-theme-grid img {
  width: 50px;
  height: 50px;
}
.mgz-category-result {
  color: #9c9c9c;
  font-size: 13px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-decoration: underline;
}
.mgz-search-hints {
  overflow: overlay;
  max-height: 270px;
  position: absolute;
  border-radius: 3px;
  background: #fff;
  width: 100%;
  top: 103%;
  box-shadow: 3px 3px 5px 0px rgba(183, 183, 183, 0.6);
  z-index: 99;
  -ms-overflow-style: none;
  scrollbar-width: none;
  transition: opacity .2s, all .4s linear;
  opacity: 0;
  min-height: 0;
  height: auto;
}
.mgz-search-hints::-webkit-scrollbar {
  display: none;
}
.mgz-search-hints-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: opacity .2s, all .4s linear;
}
.mgz-hint-img-loading {
  opacity: 0;
  position: absolute;
  transition: all .2s linear;
  background: #ffffffa8;
  width: 100%;
  height: 100%;
  top: 0;
}
.mgz-hint-img-loading img {
  width: 25px;
  padding: 5px 12px;
}
.hint-question-list {
  padding: 8px 20px;
  border-bottom: 1px dotted #e5e5e5;
  color: #000;
  cursor: pointer;
}
.hint-question-list:hover {
  background: #eaeaea78;
}
.hint-question-list:hover a:first-child {
  color: #26797d;
}
.hint-question-list a {
  color: #333;
}
.hint-category {
  margin: 0 2px;
  font-size: 11px;
  padding: 1px 4px;
  border-radius: 3px;
}
.mgz-faqc a:hover,
.mgz-faqc-body-wraper a:hover {
  text-decoration: none;
}
/********** MIXIN START **********/
#mgz-faqc-twitter {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 20px rgba(0, 172, 238, 0), inset 0 0 5px #009ad5, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0 0 0 20px rgba(0, 172, 238, 0), inset 0 0 5px #009ad5, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -ms-box-shadow: 0 0 0 20px rgba(0, 172, 238, 0), inset 0 0 5px #009ad5, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 0 20px rgba(0, 172, 238, 0), inset 0 0 5px #009ad5, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 0 none;
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  padding: 0px;
  margin: 10px;
  color: #ffffff;
  border: 0 none;
  background-color: rgba(0, 172, 238, 0.8);
}
#mgz-faqc-twitter:before {
  transition: all 0.3s ease;
  content: "\f099";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0087bb;
}
#mgz-faqc-twitter:hover,
#mgz-faqc-twitter:focus {
  background-color: #00acee;
  -webkit-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
}
#mgz-faqc-twitter:hover:before,
#mgz-faqc-twitter:focus:before {
  text-shadow: -1px -1px #0087bb;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-twitter:active,
#mgz-faqc-twitter:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  transition: all 0.1s ease;
  background-color: #009ad5;
}
#mgz-faqc-twitter:active:before,
#mgz-faqc-twitter:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-twitter:before {
  transition: all 0.3s ease;
  content: "\f099";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0087bb;
}
#mgz-faqc-twitter:hover,
#mgz-faqc-twitter:focus {
  background-color: #00acee;
  -webkit-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
}
#mgz-faqc-twitter:hover:before,
#mgz-faqc-twitter:focus:before {
  text-shadow: -1px -1px #0087bb;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-twitter:active,
#mgz-faqc-twitter:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  transition: all 0.1s ease;
  background-color: #009ad5;
}
#mgz-faqc-twitter:active:before,
#mgz-faqc-twitter:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-twitter:before {
  transition: all 0.3s ease;
  content: "\f099";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0087bb;
}
#mgz-faqc-twitter:hover,
#mgz-faqc-twitter:focus {
  background-color: #00acee;
  -webkit-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
}
#mgz-faqc-twitter:hover:before,
#mgz-faqc-twitter:focus:before {
  text-shadow: -1px -1px #0087bb;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-twitter:active,
#mgz-faqc-twitter:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  transition: all 0.1s ease;
  background-color: #009ad5;
}
#mgz-faqc-twitter:active:before,
#mgz-faqc-twitter:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-twitter:before {
  transition: all 0.3s ease;
  content: "\f099";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0087bb;
}
#mgz-faqc-twitter:hover,
#mgz-faqc-twitter:focus {
  background-color: #00acee;
  -webkit-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
}
#mgz-faqc-twitter:hover:before,
#mgz-faqc-twitter:focus:before {
  text-shadow: -1px -1px #0087bb;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-twitter:active,
#mgz-faqc-twitter:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  transition: all 0.1s ease;
  background-color: #009ad5;
}
#mgz-faqc-twitter:active:before,
#mgz-faqc-twitter:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-twitter:before {
  transition: all 0.3s ease;
  content: "\f099";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0087bb;
}
#mgz-faqc-twitter:hover,
#mgz-faqc-twitter:focus {
  background-color: #00acee;
  -webkit-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
}
#mgz-faqc-twitter:hover:before,
#mgz-faqc-twitter:focus:before {
  text-shadow: -1px -1px #0087bb;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-twitter:active,
#mgz-faqc-twitter:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  transition: all 0.1s ease;
  background-color: #009ad5;
}
#mgz-faqc-twitter:active:before,
#mgz-faqc-twitter:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-twitter:before {
  transition: all 0.3s ease;
  content: "\f099";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0087bb;
}
#mgz-faqc-twitter:hover,
#mgz-faqc-twitter:focus {
  background-color: #00acee;
  -webkit-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
}
#mgz-faqc-twitter:hover:before,
#mgz-faqc-twitter:focus:before {
  text-shadow: -1px -1px #0087bb;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-twitter:active,
#mgz-faqc-twitter:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  transition: all 0.1s ease;
  background-color: #009ad5;
}
#mgz-faqc-twitter:active:before,
#mgz-faqc-twitter:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-twitter:before {
  transition: all 0.3s ease;
  content: "\f099";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0087bb;
}
#mgz-faqc-twitter:hover,
#mgz-faqc-twitter:focus {
  background-color: #00acee;
  -webkit-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
}
#mgz-faqc-twitter:hover:before,
#mgz-faqc-twitter:focus:before {
  text-shadow: -1px -1px #0087bb;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-twitter:active,
#mgz-faqc-twitter:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  transition: all 0.1s ease;
  background-color: #009ad5;
}
#mgz-faqc-twitter:active:before,
#mgz-faqc-twitter:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-twitter:before {
  transition: all 0.3s ease;
  content: "\f099";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0087bb;
}
#mgz-faqc-twitter:hover,
#mgz-faqc-twitter:focus {
  background-color: #00acee;
  -webkit-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
}
#mgz-faqc-twitter:hover:before,
#mgz-faqc-twitter:focus:before {
  text-shadow: -1px -1px #0087bb;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-twitter:active,
#mgz-faqc-twitter:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  transition: all 0.1s ease;
  background-color: #009ad5;
}
#mgz-faqc-twitter:active:before,
#mgz-faqc-twitter:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-twitter:before {
  transition: all 0.3s ease;
  content: "\f099";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0087bb;
}
#mgz-faqc-twitter:hover,
#mgz-faqc-twitter:focus {
  background-color: #00acee;
  -webkit-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
}
#mgz-faqc-twitter:hover:before,
#mgz-faqc-twitter:focus:before {
  text-shadow: -1px -1px #0087bb;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-twitter:active,
#mgz-faqc-twitter:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  transition: all 0.1s ease;
  background-color: #009ad5;
}
#mgz-faqc-twitter:active:before,
#mgz-faqc-twitter:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-facebook {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 20px rgba(59, 89, 152, 0), inset 0 0 5px #344e86, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0 0 0 20px rgba(59, 89, 152, 0), inset 0 0 5px #344e86, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -ms-box-shadow: 0 0 0 20px rgba(59, 89, 152, 0), inset 0 0 5px #344e86, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 0 20px rgba(59, 89, 152, 0), inset 0 0 5px #344e86, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 0 none;
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  padding: 0px;
  margin: 10px;
  color: #ffffff;
  border: 0 none;
  background-color: rgba(59, 89, 152, 0.8);
}
#mgz-faqc-facebook:before {
  transition: all 0.3s ease;
  content: "\f39e";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #2d4373;
}
#mgz-faqc-facebook:hover,
#mgz-faqc-facebook:focus {
  background-color: #3b5998;
  -webkit-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
}
#mgz-faqc-facebook:hover:before,
#mgz-faqc-facebook:focus:before {
  text-shadow: -1px -1px #2d4373;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-facebook:active,
#mgz-faqc-facebook:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  transition: all 0.1s ease;
  background-color: #344e86;
}
#mgz-faqc-facebook:active:before,
#mgz-faqc-facebook:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-facebook:before {
  transition: all 0.3s ease;
  content: "\f39e";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #2d4373;
}
#mgz-faqc-facebook:hover,
#mgz-faqc-facebook:focus {
  background-color: #3b5998;
  -webkit-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
}
#mgz-faqc-facebook:hover:before,
#mgz-faqc-facebook:focus:before {
  text-shadow: -1px -1px #2d4373;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-facebook:active,
#mgz-faqc-facebook:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  transition: all 0.1s ease;
  background-color: #344e86;
}
#mgz-faqc-facebook:active:before,
#mgz-faqc-facebook:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-facebook:before {
  transition: all 0.3s ease;
  content: "\f39e";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #2d4373;
}
#mgz-faqc-facebook:hover,
#mgz-faqc-facebook:focus {
  background-color: #3b5998;
  -webkit-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
}
#mgz-faqc-facebook:hover:before,
#mgz-faqc-facebook:focus:before {
  text-shadow: -1px -1px #2d4373;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-facebook:active,
#mgz-faqc-facebook:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  transition: all 0.1s ease;
  background-color: #344e86;
}
#mgz-faqc-facebook:active:before,
#mgz-faqc-facebook:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-facebook:before {
  transition: all 0.3s ease;
  content: "\f39e";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #2d4373;
}
#mgz-faqc-facebook:hover,
#mgz-faqc-facebook:focus {
  background-color: #3b5998;
  -webkit-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
}
#mgz-faqc-facebook:hover:before,
#mgz-faqc-facebook:focus:before {
  text-shadow: -1px -1px #2d4373;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-facebook:active,
#mgz-faqc-facebook:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  transition: all 0.1s ease;
  background-color: #344e86;
}
#mgz-faqc-facebook:active:before,
#mgz-faqc-facebook:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-facebook:before {
  transition: all 0.3s ease;
  content: "\f39e";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #2d4373;
}
#mgz-faqc-facebook:hover,
#mgz-faqc-facebook:focus {
  background-color: #3b5998;
  -webkit-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
}
#mgz-faqc-facebook:hover:before,
#mgz-faqc-facebook:focus:before {
  text-shadow: -1px -1px #2d4373;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-facebook:active,
#mgz-faqc-facebook:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  transition: all 0.1s ease;
  background-color: #344e86;
}
#mgz-faqc-facebook:active:before,
#mgz-faqc-facebook:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-facebook:before {
  transition: all 0.3s ease;
  content: "\f39e";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #2d4373;
}
#mgz-faqc-facebook:hover,
#mgz-faqc-facebook:focus {
  background-color: #3b5998;
  -webkit-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
}
#mgz-faqc-facebook:hover:before,
#mgz-faqc-facebook:focus:before {
  text-shadow: -1px -1px #2d4373;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-facebook:active,
#mgz-faqc-facebook:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  transition: all 0.1s ease;
  background-color: #344e86;
}
#mgz-faqc-facebook:active:before,
#mgz-faqc-facebook:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-facebook:before {
  transition: all 0.3s ease;
  content: "\f39e";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #2d4373;
}
#mgz-faqc-facebook:hover,
#mgz-faqc-facebook:focus {
  background-color: #3b5998;
  -webkit-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
}
#mgz-faqc-facebook:hover:before,
#mgz-faqc-facebook:focus:before {
  text-shadow: -1px -1px #2d4373;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-facebook:active,
#mgz-faqc-facebook:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  transition: all 0.1s ease;
  background-color: #344e86;
}
#mgz-faqc-facebook:active:before,
#mgz-faqc-facebook:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-facebook:before {
  transition: all 0.3s ease;
  content: "\f39e";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #2d4373;
}
#mgz-faqc-facebook:hover,
#mgz-faqc-facebook:focus {
  background-color: #3b5998;
  -webkit-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
}
#mgz-faqc-facebook:hover:before,
#mgz-faqc-facebook:focus:before {
  text-shadow: -1px -1px #2d4373;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-facebook:active,
#mgz-faqc-facebook:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  transition: all 0.1s ease;
  background-color: #344e86;
}
#mgz-faqc-facebook:active:before,
#mgz-faqc-facebook:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-facebook:before {
  transition: all 0.3s ease;
  content: "\f39e";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #2d4373;
}
#mgz-faqc-facebook:hover,
#mgz-faqc-facebook:focus {
  background-color: #3b5998;
  -webkit-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
}
#mgz-faqc-facebook:hover:before,
#mgz-faqc-facebook:focus:before {
  text-shadow: -1px -1px #2d4373;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-facebook:active,
#mgz-faqc-facebook:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  transition: all 0.1s ease;
  background-color: #344e86;
}
#mgz-faqc-facebook:active:before,
#mgz-faqc-facebook:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-linkedin {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 20px rgba(14, 118, 168, 0), inset 0 0 5px #0c6590, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0 0 0 20px rgba(14, 118, 168, 0), inset 0 0 5px #0c6590, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -ms-box-shadow: 0 0 0 20px rgba(14, 118, 168, 0), inset 0 0 5px #0c6590, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 0 20px rgba(14, 118, 168, 0), inset 0 0 5px #0c6590, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 0 none;
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  padding: 0px;
  margin: 10px;
  color: #ffffff;
  border: 0 none;
  background-color: rgba(14, 118, 168, 0.8);
}
#mgz-faqc-linkedin:before {
  transition: all 0.3s ease;
  content: "\f0e1";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0a5579;
}
#mgz-faqc-linkedin:hover,
#mgz-faqc-linkedin:focus {
  background-color: #0e76a8;
  -webkit-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
}
#mgz-faqc-linkedin:hover:before,
#mgz-faqc-linkedin:focus:before {
  text-shadow: -1px -1px #0a5579;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-linkedin:active,
#mgz-faqc-linkedin:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  transition: all 0.1s ease;
  background-color: #0c6590;
}
#mgz-faqc-linkedin:active:before,
#mgz-faqc-linkedin:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-linkedin:before {
  transition: all 0.3s ease;
  content: "\f0e1";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0a5579;
}
#mgz-faqc-linkedin:hover,
#mgz-faqc-linkedin:focus {
  background-color: #0e76a8;
  -webkit-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
}
#mgz-faqc-linkedin:hover:before,
#mgz-faqc-linkedin:focus:before {
  text-shadow: -1px -1px #0a5579;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-linkedin:active,
#mgz-faqc-linkedin:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  transition: all 0.1s ease;
  background-color: #0c6590;
}
#mgz-faqc-linkedin:active:before,
#mgz-faqc-linkedin:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-linkedin:before {
  transition: all 0.3s ease;
  content: "\f0e1";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0a5579;
}
#mgz-faqc-linkedin:hover,
#mgz-faqc-linkedin:focus {
  background-color: #0e76a8;
  -webkit-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
}
#mgz-faqc-linkedin:hover:before,
#mgz-faqc-linkedin:focus:before {
  text-shadow: -1px -1px #0a5579;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-linkedin:active,
#mgz-faqc-linkedin:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  transition: all 0.1s ease;
  background-color: #0c6590;
}
#mgz-faqc-linkedin:active:before,
#mgz-faqc-linkedin:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-linkedin:before {
  transition: all 0.3s ease;
  content: "\f0e1";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0a5579;
}
#mgz-faqc-linkedin:hover,
#mgz-faqc-linkedin:focus {
  background-color: #0e76a8;
  -webkit-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
}
#mgz-faqc-linkedin:hover:before,
#mgz-faqc-linkedin:focus:before {
  text-shadow: -1px -1px #0a5579;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-linkedin:active,
#mgz-faqc-linkedin:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  transition: all 0.1s ease;
  background-color: #0c6590;
}
#mgz-faqc-linkedin:active:before,
#mgz-faqc-linkedin:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-linkedin:before {
  transition: all 0.3s ease;
  content: "\f0e1";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0a5579;
}
#mgz-faqc-linkedin:hover,
#mgz-faqc-linkedin:focus {
  background-color: #0e76a8;
  -webkit-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
}
#mgz-faqc-linkedin:hover:before,
#mgz-faqc-linkedin:focus:before {
  text-shadow: -1px -1px #0a5579;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-linkedin:active,
#mgz-faqc-linkedin:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  transition: all 0.1s ease;
  background-color: #0c6590;
}
#mgz-faqc-linkedin:active:before,
#mgz-faqc-linkedin:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-linkedin:before {
  transition: all 0.3s ease;
  content: "\f0e1";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0a5579;
}
#mgz-faqc-linkedin:hover,
#mgz-faqc-linkedin:focus {
  background-color: #0e76a8;
  -webkit-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
}
#mgz-faqc-linkedin:hover:before,
#mgz-faqc-linkedin:focus:before {
  text-shadow: -1px -1px #0a5579;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-linkedin:active,
#mgz-faqc-linkedin:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  transition: all 0.1s ease;
  background-color: #0c6590;
}
#mgz-faqc-linkedin:active:before,
#mgz-faqc-linkedin:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-linkedin:before {
  transition: all 0.3s ease;
  content: "\f0e1";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0a5579;
}
#mgz-faqc-linkedin:hover,
#mgz-faqc-linkedin:focus {
  background-color: #0e76a8;
  -webkit-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
}
#mgz-faqc-linkedin:hover:before,
#mgz-faqc-linkedin:focus:before {
  text-shadow: -1px -1px #0a5579;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-linkedin:active,
#mgz-faqc-linkedin:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  transition: all 0.1s ease;
  background-color: #0c6590;
}
#mgz-faqc-linkedin:active:before,
#mgz-faqc-linkedin:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-linkedin:before {
  transition: all 0.3s ease;
  content: "\f0e1";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0a5579;
}
#mgz-faqc-linkedin:hover,
#mgz-faqc-linkedin:focus {
  background-color: #0e76a8;
  -webkit-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
}
#mgz-faqc-linkedin:hover:before,
#mgz-faqc-linkedin:focus:before {
  text-shadow: -1px -1px #0a5579;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-linkedin:active,
#mgz-faqc-linkedin:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  transition: all 0.1s ease;
  background-color: #0c6590;
}
#mgz-faqc-linkedin:active:before,
#mgz-faqc-linkedin:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-linkedin:before {
  transition: all 0.3s ease;
  content: "\f0e1";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0a5579;
}
#mgz-faqc-linkedin:hover,
#mgz-faqc-linkedin:focus {
  background-color: #0e76a8;
  -webkit-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
}
#mgz-faqc-linkedin:hover:before,
#mgz-faqc-linkedin:focus:before {
  text-shadow: -1px -1px #0a5579;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-linkedin:active,
#mgz-faqc-linkedin:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  transition: all 0.1s ease;
  background-color: #0c6590;
}
#mgz-faqc-linkedin:active:before,
#mgz-faqc-linkedin:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-pinterest {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 20px rgba(200, 35, 44, 0), inset 0 0 5px #b21f27, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0 0 0 20px rgba(200, 35, 44, 0), inset 0 0 5px #b21f27, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -ms-box-shadow: 0 0 0 20px rgba(200, 35, 44, 0), inset 0 0 5px #b21f27, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 0 20px rgba(200, 35, 44, 0), inset 0 0 5px #b21f27, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 0 none;
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  padding: 0px;
  margin: 10px;
  color: #ffffff;
  border: 0 none;
  background-color: rgba(200, 35, 44, 0.8);
}
#mgz-faqc-pinterest:before {
  transition: all 0.3s ease;
  content: "\f231";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #9d1b22;
}
#mgz-faqc-pinterest:hover,
#mgz-faqc-pinterest:focus {
  background-color: #c8232c;
  -webkit-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
}
#mgz-faqc-pinterest:hover:before,
#mgz-faqc-pinterest:focus:before {
  text-shadow: -1px -1px #9d1b22;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-pinterest:active,
#mgz-faqc-pinterest:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  transition: all 0.1s ease;
  background-color: #b21f27;
}
#mgz-faqc-pinterest:active:before,
#mgz-faqc-pinterest:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-pinterest:before {
  transition: all 0.3s ease;
  content: "\f231";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #9d1b22;
}
#mgz-faqc-pinterest:hover,
#mgz-faqc-pinterest:focus {
  background-color: #c8232c;
  -webkit-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
}
#mgz-faqc-pinterest:hover:before,
#mgz-faqc-pinterest:focus:before {
  text-shadow: -1px -1px #9d1b22;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-pinterest:active,
#mgz-faqc-pinterest:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  transition: all 0.1s ease;
  background-color: #b21f27;
}
#mgz-faqc-pinterest:active:before,
#mgz-faqc-pinterest:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-pinterest:before {
  transition: all 0.3s ease;
  content: "\f231";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #9d1b22;
}
#mgz-faqc-pinterest:hover,
#mgz-faqc-pinterest:focus {
  background-color: #c8232c;
  -webkit-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
}
#mgz-faqc-pinterest:hover:before,
#mgz-faqc-pinterest:focus:before {
  text-shadow: -1px -1px #9d1b22;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-pinterest:active,
#mgz-faqc-pinterest:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  transition: all 0.1s ease;
  background-color: #b21f27;
}
#mgz-faqc-pinterest:active:before,
#mgz-faqc-pinterest:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-pinterest:before {
  transition: all 0.3s ease;
  content: "\f231";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #9d1b22;
}
#mgz-faqc-pinterest:hover,
#mgz-faqc-pinterest:focus {
  background-color: #c8232c;
  -webkit-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
}
#mgz-faqc-pinterest:hover:before,
#mgz-faqc-pinterest:focus:before {
  text-shadow: -1px -1px #9d1b22;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-pinterest:active,
#mgz-faqc-pinterest:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  transition: all 0.1s ease;
  background-color: #b21f27;
}
#mgz-faqc-pinterest:active:before,
#mgz-faqc-pinterest:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-pinterest:before {
  transition: all 0.3s ease;
  content: "\f231";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #9d1b22;
}
#mgz-faqc-pinterest:hover,
#mgz-faqc-pinterest:focus {
  background-color: #c8232c;
  -webkit-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
}
#mgz-faqc-pinterest:hover:before,
#mgz-faqc-pinterest:focus:before {
  text-shadow: -1px -1px #9d1b22;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-pinterest:active,
#mgz-faqc-pinterest:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  transition: all 0.1s ease;
  background-color: #b21f27;
}
#mgz-faqc-pinterest:active:before,
#mgz-faqc-pinterest:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-pinterest:before {
  transition: all 0.3s ease;
  content: "\f231";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #9d1b22;
}
#mgz-faqc-pinterest:hover,
#mgz-faqc-pinterest:focus {
  background-color: #c8232c;
  -webkit-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
}
#mgz-faqc-pinterest:hover:before,
#mgz-faqc-pinterest:focus:before {
  text-shadow: -1px -1px #9d1b22;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-pinterest:active,
#mgz-faqc-pinterest:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  transition: all 0.1s ease;
  background-color: #b21f27;
}
#mgz-faqc-pinterest:active:before,
#mgz-faqc-pinterest:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-pinterest:before {
  transition: all 0.3s ease;
  content: "\f231";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #9d1b22;
}
#mgz-faqc-pinterest:hover,
#mgz-faqc-pinterest:focus {
  background-color: #c8232c;
  -webkit-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
}
#mgz-faqc-pinterest:hover:before,
#mgz-faqc-pinterest:focus:before {
  text-shadow: -1px -1px #9d1b22;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-pinterest:active,
#mgz-faqc-pinterest:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  transition: all 0.1s ease;
  background-color: #b21f27;
}
#mgz-faqc-pinterest:active:before,
#mgz-faqc-pinterest:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-pinterest:before {
  transition: all 0.3s ease;
  content: "\f231";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #9d1b22;
}
#mgz-faqc-pinterest:hover,
#mgz-faqc-pinterest:focus {
  background-color: #c8232c;
  -webkit-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
}
#mgz-faqc-pinterest:hover:before,
#mgz-faqc-pinterest:focus:before {
  text-shadow: -1px -1px #9d1b22;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-pinterest:active,
#mgz-faqc-pinterest:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  transition: all 0.1s ease;
  background-color: #b21f27;
}
#mgz-faqc-pinterest:active:before,
#mgz-faqc-pinterest:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-pinterest:before {
  transition: all 0.3s ease;
  content: "\f231";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #9d1b22;
}
#mgz-faqc-pinterest:hover,
#mgz-faqc-pinterest:focus {
  background-color: #c8232c;
  -webkit-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
}
#mgz-faqc-pinterest:hover:before,
#mgz-faqc-pinterest:focus:before {
  text-shadow: -1px -1px #9d1b22;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-pinterest:active,
#mgz-faqc-pinterest:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  transition: all 0.1s ease;
  background-color: #b21f27;
}
#mgz-faqc-pinterest:active:before,
#mgz-faqc-pinterest:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-google {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 20px rgba(179, 60, 46, 0), inset 0 0 5px #9f3529, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0 0 0 20px rgba(179, 60, 46, 0), inset 0 0 5px #9f3529, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -ms-box-shadow: 0 0 0 20px rgba(179, 60, 46, 0), inset 0 0 5px #9f3529, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 0 20px rgba(179, 60, 46, 0), inset 0 0 5px #9f3529, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 0 none;
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  padding: 0px;
  margin: 10px;
  color: #ffffff;
  border: 0 none;
  background-color: rgba(179, 60, 46, 0.8);
}
#mgz-faqc-google:before {
  transition: all 0.3s ease;
  content: "\f0d5";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #8a2e24;
}
#mgz-faqc-google:hover,
#mgz-faqc-google:focus {
  background-color: #b33c2e;
  -webkit-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
}
#mgz-faqc-google:hover:before,
#mgz-faqc-google:focus:before {
  text-shadow: -1px -1px #8a2e24;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-google:active,
#mgz-faqc-google:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  transition: all 0.1s ease;
  background-color: #9f3529;
}
#mgz-faqc-google:active:before,
#mgz-faqc-google:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-google:before {
  transition: all 0.3s ease;
  content: "\f0d5";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #8a2e24;
}
#mgz-faqc-google:hover,
#mgz-faqc-google:focus {
  background-color: #b33c2e;
  -webkit-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
}
#mgz-faqc-google:hover:before,
#mgz-faqc-google:focus:before {
  text-shadow: -1px -1px #8a2e24;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-google:active,
#mgz-faqc-google:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  transition: all 0.1s ease;
  background-color: #9f3529;
}
#mgz-faqc-google:active:before,
#mgz-faqc-google:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-google:before {
  transition: all 0.3s ease;
  content: "\f0d5";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #8a2e24;
}
#mgz-faqc-google:hover,
#mgz-faqc-google:focus {
  background-color: #b33c2e;
  -webkit-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
}
#mgz-faqc-google:hover:before,
#mgz-faqc-google:focus:before {
  text-shadow: -1px -1px #8a2e24;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-google:active,
#mgz-faqc-google:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  transition: all 0.1s ease;
  background-color: #9f3529;
}
#mgz-faqc-google:active:before,
#mgz-faqc-google:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-google:before {
  transition: all 0.3s ease;
  content: "\f0d5";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #8a2e24;
}
#mgz-faqc-google:hover,
#mgz-faqc-google:focus {
  background-color: #b33c2e;
  -webkit-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
}
#mgz-faqc-google:hover:before,
#mgz-faqc-google:focus:before {
  text-shadow: -1px -1px #8a2e24;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-google:active,
#mgz-faqc-google:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  transition: all 0.1s ease;
  background-color: #9f3529;
}
#mgz-faqc-google:active:before,
#mgz-faqc-google:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-google:before {
  transition: all 0.3s ease;
  content: "\f0d5";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #8a2e24;
}
#mgz-faqc-google:hover,
#mgz-faqc-google:focus {
  background-color: #b33c2e;
  -webkit-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
}
#mgz-faqc-google:hover:before,
#mgz-faqc-google:focus:before {
  text-shadow: -1px -1px #8a2e24;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-google:active,
#mgz-faqc-google:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  transition: all 0.1s ease;
  background-color: #9f3529;
}
#mgz-faqc-google:active:before,
#mgz-faqc-google:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-google:before {
  transition: all 0.3s ease;
  content: "\f0d5";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #8a2e24;
}
#mgz-faqc-google:hover,
#mgz-faqc-google:focus {
  background-color: #b33c2e;
  -webkit-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
}
#mgz-faqc-google:hover:before,
#mgz-faqc-google:focus:before {
  text-shadow: -1px -1px #8a2e24;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-google:active,
#mgz-faqc-google:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  transition: all 0.1s ease;
  background-color: #9f3529;
}
#mgz-faqc-google:active:before,
#mgz-faqc-google:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-google:before {
  transition: all 0.3s ease;
  content: "\f0d5";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #8a2e24;
}
#mgz-faqc-google:hover,
#mgz-faqc-google:focus {
  background-color: #b33c2e;
  -webkit-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
}
#mgz-faqc-google:hover:before,
#mgz-faqc-google:focus:before {
  text-shadow: -1px -1px #8a2e24;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-google:active,
#mgz-faqc-google:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  transition: all 0.1s ease;
  background-color: #9f3529;
}
#mgz-faqc-google:active:before,
#mgz-faqc-google:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-google:before {
  transition: all 0.3s ease;
  content: "\f0d5";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #8a2e24;
}
#mgz-faqc-google:hover,
#mgz-faqc-google:focus {
  background-color: #b33c2e;
  -webkit-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
}
#mgz-faqc-google:hover:before,
#mgz-faqc-google:focus:before {
  text-shadow: -1px -1px #8a2e24;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-google:active,
#mgz-faqc-google:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  transition: all 0.1s ease;
  background-color: #9f3529;
}
#mgz-faqc-google:active:before,
#mgz-faqc-google:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-google:before {
  transition: all 0.3s ease;
  content: "\f0d5";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #8a2e24;
}
#mgz-faqc-google:hover,
#mgz-faqc-google:focus {
  background-color: #b33c2e;
  -webkit-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
}
#mgz-faqc-google:hover:before,
#mgz-faqc-google:focus:before {
  text-shadow: -1px -1px #8a2e24;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-google:active,
#mgz-faqc-google:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  transition: all 0.1s ease;
  background-color: #9f3529;
}
#mgz-faqc-google:active:before,
#mgz-faqc-google:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
.faqc-question-social {
  max-width: 680px;
  margin: 50px auto 50px;
}
.faqc-question-social .faqc-flat-social {
  list-style: none;
  display: flex;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  max-width: 680px;
  padding: 5px 0;
  text-align: center;
  flex-wrap: wrap;
}
.faqc-question-social li {
  margin: 0;
}
.faqc-question-social span {
  font-size: 20px;
  font-weight: 700;
}
.mgz-faqc-question-widget-title {
  position: relative;
}
.mgz-faqc-question-widget-title:hover a {
  padding-left: 5px;
}
.mgz-faqc-question-widget-title:hover .mgz-fa-chevron-right {
  transform: scale(1.2);
}
.mgz-faqc-question-widget-title a,
.mgz-faqc-question-widget-title i {
  color: #333;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.mgz-faqc-question-widget-title i {
  font-size: 10px;
}
.mgz-faqc .page-title-wrapper {
  display: none;
}
.mgz-faqc svg {
  cursor: pointer;
  overflow: visible;
  width: 60px;
}
.mgz-faqc svg #like,
.mgz-faqc svg #dislike {
  animation: animateHeartOut 0.3s linear forwards;
  transform-origin: 11.5px 11.5px;
}
.mgz-faqc svg #main-circ {
  -webkit-transform-origin: 29.5px 29.5px;
  -moz-transform-origin: 29.5px 29.5px;
  -ms-transform-origin: 29.5px 29.5px;
  transform-origin: 29.5px 29.5px;
}
.mgz-faqc.page-layout-2columns-left .sidebar.sidebar-main {
  padding: 0;
}
.mgz-faqc.page-layout-2columns-left .sidebar.sidebar-additional {
  padding: 0;
}
.mgz-faqc.page-layout-2columns-left .column.main {
  padding-left: 2%;
}
.mgz-faqc.page-layout-empty .sidebar-main,
.mgz-faqc.page-layout-1column .sidebar-main,
.mgz-faqc.page-layout-empty .sidebar-additional,
.mgz-faqc.page-layout-1column .sidebar-additional {
  padding-right: 0;
  padding-left: 0;
}
#checkbox-1,
#checkbox-2 {
  display: none;
}
.mgzfaqc-question-view.page-layout-2columns-left .column.main,
.mgzfaqc-question-view.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzfaqc-question-view.page-layout-2columns-left .sidebar.sidebar,
.mgzfaqc-question-view.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzfaqc-question-view.page-layout-2columns-left .mgz-faq-sidebar-top-question a,
.mgzfaqc-question-view.page-layout-2columns-right .mgz-faq-sidebar-top-question a {
  width: 200px;
}
.mgzfaqc-question-view.page-layout-2columns-left .column.main,
.mgzfaqc-question-view.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzfaqc-question-view.page-layout-2columns-left .sidebar.sidebar,
.mgzfaqc-question-view.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzfaqc-question-view.page-layout-2columns-left .mgz-faqc-sidebar-top-question a,
.mgzfaqc-question-view.page-layout-2columns-right .mgz-faqc-sidebar-top-question a {
  width: 200px;
}
.mgzfaqc-question-view.page-layout-2columns-left .column.main,
.mgzfaqc-question-view.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzfaqc-question-view.page-layout-2columns-left .sidebar.sidebar,
.mgzfaqc-question-view.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzfaqc-question-view.page-layout-2columns-left .mgz-gts-sidebar-top-question a,
.mgzfaqc-question-view.page-layout-2columns-right .mgz-gts-sidebar-top-question a {
  width: 200px;
}
.mgzfaqc-tag-view.page-layout-2columns-left .column.main,
.mgzfaqc-tag-view.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzfaqc-tag-view.page-layout-2columns-left .sidebar.sidebar,
.mgzfaqc-tag-view.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzfaqc-tag-view.page-layout-2columns-left .mgz-faq-sidebar-top-question a,
.mgzfaqc-tag-view.page-layout-2columns-right .mgz-faq-sidebar-top-question a {
  width: 200px;
}
.mgzfaqc-tag-view.page-layout-2columns-left .column.main,
.mgzfaqc-tag-view.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzfaqc-tag-view.page-layout-2columns-left .sidebar.sidebar,
.mgzfaqc-tag-view.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzfaqc-tag-view.page-layout-2columns-left .mgz-faqc-sidebar-top-question a,
.mgzfaqc-tag-view.page-layout-2columns-right .mgz-faqc-sidebar-top-question a {
  width: 200px;
}
.mgzfaqc-tag-view.page-layout-2columns-left .column.main,
.mgzfaqc-tag-view.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzfaqc-tag-view.page-layout-2columns-left .sidebar.sidebar,
.mgzfaqc-tag-view.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzfaqc-tag-view.page-layout-2columns-left .mgz-gts-sidebar-top-question a,
.mgzfaqc-tag-view.page-layout-2columns-right .mgz-gts-sidebar-top-question a {
  width: 200px;
}
.mgzfaqc-index-index.page-layout-2columns-left .column.main,
.mgzfaqc-index-index.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzfaqc-index-index.page-layout-2columns-left .sidebar.sidebar,
.mgzfaqc-index-index.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzfaqc-index-index.page-layout-2columns-left .mgz-faq-sidebar-top-question a,
.mgzfaqc-index-index.page-layout-2columns-right .mgz-faq-sidebar-top-question a {
  width: 200px;
}
.mgzfaqc-index-index.page-layout-2columns-left .column.main,
.mgzfaqc-index-index.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzfaqc-index-index.page-layout-2columns-left .sidebar.sidebar,
.mgzfaqc-index-index.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzfaqc-index-index.page-layout-2columns-left .mgz-faqc-sidebar-top-question a,
.mgzfaqc-index-index.page-layout-2columns-right .mgz-faqc-sidebar-top-question a {
  width: 200px;
}
.mgzfaqc-index-index.page-layout-2columns-left .column.main,
.mgzfaqc-index-index.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzfaqc-index-index.page-layout-2columns-left .sidebar.sidebar,
.mgzfaqc-index-index.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzfaqc-index-index.page-layout-2columns-left .mgz-gts-sidebar-top-question a,
.mgzfaqc-index-index.page-layout-2columns-right .mgz-gts-sidebar-top-question a {
  width: 200px;
}
.mgzfaqc-category-view.page-layout-2columns-left .column.main,
.mgzfaqc-category-view.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzfaqc-category-view.page-layout-2columns-left .sidebar.sidebar,
.mgzfaqc-category-view.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzfaqc-category-view.page-layout-2columns-left .mgz-faq-sidebar-top-question a,
.mgzfaqc-category-view.page-layout-2columns-right .mgz-faq-sidebar-top-question a {
  width: 200px;
}
.mgzfaqc-category-view.page-layout-2columns-left .column.main,
.mgzfaqc-category-view.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzfaqc-category-view.page-layout-2columns-left .sidebar.sidebar,
.mgzfaqc-category-view.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzfaqc-category-view.page-layout-2columns-left .mgz-faqc-sidebar-top-question a,
.mgzfaqc-category-view.page-layout-2columns-right .mgz-faqc-sidebar-top-question a {
  width: 200px;
}
.mgzfaqc-category-view.page-layout-2columns-left .column.main,
.mgzfaqc-category-view.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzfaqc-category-view.page-layout-2columns-left .sidebar.sidebar,
.mgzfaqc-category-view.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzfaqc-category-view.page-layout-2columns-left .mgz-gts-sidebar-top-question a,
.mgzfaqc-category-view.page-layout-2columns-right .mgz-gts-sidebar-top-question a {
  width: 200px;
}
.mgzfaqc-search-result.page-layout-2columns-left .column.main,
.mgzfaqc-search-result.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzfaqc-search-result.page-layout-2columns-left .sidebar.sidebar,
.mgzfaqc-search-result.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzfaqc-search-result.page-layout-2columns-left .mgz-faq-sidebar-top-question a,
.mgzfaqc-search-result.page-layout-2columns-right .mgz-faq-sidebar-top-question a {
  width: 200px;
}
.mgzfaqc-search-result.page-layout-2columns-left .column.main,
.mgzfaqc-search-result.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzfaqc-search-result.page-layout-2columns-left .sidebar.sidebar,
.mgzfaqc-search-result.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzfaqc-search-result.page-layout-2columns-left .mgz-faqc-sidebar-top-question a,
.mgzfaqc-search-result.page-layout-2columns-right .mgz-faqc-sidebar-top-question a {
  width: 200px;
}
.mgzfaqc-search-result.page-layout-2columns-left .column.main,
.mgzfaqc-search-result.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzfaqc-search-result.page-layout-2columns-left .sidebar.sidebar,
.mgzfaqc-search-result.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzfaqc-search-result.page-layout-2columns-left .mgz-gts-sidebar-top-question a,
.mgzfaqc-search-result.page-layout-2columns-right .mgz-gts-sidebar-top-question a {
  width: 200px;
}
#checkbox-2:checked + label svg #like,
#checkbox-1:checked + label svg #like {
  transform: scale(0.08);
  animation: animateHeart 0.3s linear forwards 0.25s;
  fill: #00aef0;
}
#checkbox-2:checked + label svg #dislike,
#checkbox-1:checked + label svg #dislike {
  transform: scale(0.08);
  animation: animateHeart 0.3s linear forwards 0.25s;
  fill: #e2264d;
}
#checkbox-2:checked + label svg #main-circ,
#checkbox-1:checked + label svg #main-circ {
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -ms-transition: all 2s;
  transition: all 2s;
  animation: animateCircle .3s linear forwards;
  opacity: 1;
}
#checkbox-2:checked + label svg #oval1,
#checkbox-1:checked + label svg #oval1 {
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transition: 0.5s transform 0.3s;
  -moz-transition: 0.5s transform 0.3s;
  -ms-transition: 0.5s transform 0.3s;
  transition: 0.5s transform 0.3s;
}
#checkbox-2:checked + label svg #oval2,
#checkbox-1:checked + label svg #oval2 {
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transition: 1.5s transform 0.3s;
  -moz-transition: 1.5s transform 0.3s;
  -ms-transition: 1.5s transform 0.3s;
  transition: 1.5s transform 0.3s;
}
#checkbox-2:checked + label svg #grp1,
#checkbox-1:checked + label svg #grp1 {
  opacity: 1;
  -webkit-transition: 0.1s all 0.3s;
  -moz-transition: 0.1s all 0.3s;
  -ms-transition: 0.1s all 0.3s;
  transition: 0.1s all 0.3s;
}
#checkbox-2:checked + label svg #grp1 #oval1,
#checkbox-1:checked + label svg #grp1 #oval1 {
  -webkit-transform: scale(0) translate(0, -30px);
  -moz-transform: scale(0) translate(0, -30px);
  -ms-transform: scale(0) translate(0, -30px);
  transform: scale(0) translate(0, -30px);
}
#checkbox-2:checked + label svg #grp1 #oval2,
#checkbox-1:checked + label svg #grp1 #oval2 {
  -webkit-transform: scale(0) translate(10px, -50px);
  -moz-transform: scale(0) translate(10px, -50px);
  -ms-transform: scale(0) translate(10px, -50px);
  transform: scale(0) translate(10px, -50px);
}
#checkbox-2:checked + label svg #grp1 #oval1,
#checkbox-1:checked + label svg #grp1 #oval1 {
  -webkit-transform: scale(0) translate(0, -30px);
  -moz-transform: scale(0) translate(0, -30px);
  -ms-transform: scale(0) translate(0, -30px);
  transform: scale(0) translate(0, -30px);
}
#checkbox-2:checked + label svg #grp1 #oval2,
#checkbox-1:checked + label svg #grp1 #oval2 {
  -webkit-transform: scale(0) translate(10px, -50px);
  -moz-transform: scale(0) translate(10px, -50px);
  -ms-transform: scale(0) translate(10px, -50px);
  transform: scale(0) translate(10px, -50px);
}
#checkbox-2:checked + label svg #grp1 #oval1,
#checkbox-1:checked + label svg #grp1 #oval1 {
  -webkit-transform: scale(0) translate(0, -30px);
  -moz-transform: scale(0) translate(0, -30px);
  -ms-transform: scale(0) translate(0, -30px);
  transform: scale(0) translate(0, -30px);
}
#checkbox-2:checked + label svg #grp1 #oval2,
#checkbox-1:checked + label svg #grp1 #oval2 {
  -webkit-transform: scale(0) translate(10px, -50px);
  -moz-transform: scale(0) translate(10px, -50px);
  -ms-transform: scale(0) translate(10px, -50px);
  transform: scale(0) translate(10px, -50px);
}
#checkbox-2:checked + label svg #grp2,
#checkbox-1:checked + label svg #grp2 {
  opacity: 1;
  -webkit-transition: 0.1s all 0.3s;
  -moz-transition: 0.1s all 0.3s;
  -ms-transition: 0.1s all 0.3s;
  transition: 0.1s all 0.3s;
}
#checkbox-2:checked + label svg #grp2 #oval1,
#checkbox-1:checked + label svg #grp2 #oval1 {
  -webkit-transform: scale(0) translate(30px, -15px);
  -moz-transform: scale(0) translate(30px, -15px);
  -ms-transform: scale(0) translate(30px, -15px);
  transform: scale(0) translate(30px, -15px);
}
#checkbox-2:checked + label svg #grp2 #oval2,
#checkbox-1:checked + label svg #grp2 #oval2 {
  -webkit-transform: scale(0) translate(60px, -15px);
  -moz-transform: scale(0) translate(60px, -15px);
  -ms-transform: scale(0) translate(60px, -15px);
  transform: scale(0) translate(60px, -15px);
}
#checkbox-2:checked + label svg #grp2 #oval1,
#checkbox-1:checked + label svg #grp2 #oval1 {
  -webkit-transform: scale(0) translate(30px, -15px);
  -moz-transform: scale(0) translate(30px, -15px);
  -ms-transform: scale(0) translate(30px, -15px);
  transform: scale(0) translate(30px, -15px);
}
#checkbox-2:checked + label svg #grp2 #oval2,
#checkbox-1:checked + label svg #grp2 #oval2 {
  -webkit-transform: scale(0) translate(60px, -15px);
  -moz-transform: scale(0) translate(60px, -15px);
  -ms-transform: scale(0) translate(60px, -15px);
  transform: scale(0) translate(60px, -15px);
}
#checkbox-2:checked + label svg #grp2 #oval1,
#checkbox-1:checked + label svg #grp2 #oval1 {
  -webkit-transform: scale(0) translate(30px, -15px);
  -moz-transform: scale(0) translate(30px, -15px);
  -ms-transform: scale(0) translate(30px, -15px);
  transform: scale(0) translate(30px, -15px);
}
#checkbox-2:checked + label svg #grp2 #oval2,
#checkbox-1:checked + label svg #grp2 #oval2 {
  -webkit-transform: scale(0) translate(60px, -15px);
  -moz-transform: scale(0) translate(60px, -15px);
  -ms-transform: scale(0) translate(60px, -15px);
  transform: scale(0) translate(60px, -15px);
}
#checkbox-2:checked + label svg #grp3,
#checkbox-1:checked + label svg #grp3 {
  opacity: 1;
  -webkit-transition: 0.1s all 0.3s;
  -moz-transition: 0.1s all 0.3s;
  -ms-transition: 0.1s all 0.3s;
  transition: 0.1s all 0.3s;
}
#checkbox-2:checked + label svg #grp3 #oval1,
#checkbox-1:checked + label svg #grp3 #oval1 {
  -webkit-transform: scale(0) translate(30px, 0px);
  -moz-transform: scale(0) translate(30px, 0px);
  -ms-transform: scale(0) translate(30px, 0px);
  transform: scale(0) translate(30px, 0px);
}
#checkbox-2:checked + label svg #grp3 #oval2,
#checkbox-1:checked + label svg #grp3 #oval2 {
  -webkit-transform: scale(0) translate(60px, 10px);
  -moz-transform: scale(0) translate(60px, 10px);
  -ms-transform: scale(0) translate(60px, 10px);
  transform: scale(0) translate(60px, 10px);
}
#checkbox-2:checked + label svg #grp3 #oval1,
#checkbox-1:checked + label svg #grp3 #oval1 {
  -webkit-transform: scale(0) translate(30px, 0px);
  -moz-transform: scale(0) translate(30px, 0px);
  -ms-transform: scale(0) translate(30px, 0px);
  transform: scale(0) translate(30px, 0px);
}
#checkbox-2:checked + label svg #grp3 #oval2,
#checkbox-1:checked + label svg #grp3 #oval2 {
  -webkit-transform: scale(0) translate(60px, 10px);
  -moz-transform: scale(0) translate(60px, 10px);
  -ms-transform: scale(0) translate(60px, 10px);
  transform: scale(0) translate(60px, 10px);
}
#checkbox-2:checked + label svg #grp3 #oval1,
#checkbox-1:checked + label svg #grp3 #oval1 {
  -webkit-transform: scale(0) translate(30px, 0px);
  -moz-transform: scale(0) translate(30px, 0px);
  -ms-transform: scale(0) translate(30px, 0px);
  transform: scale(0) translate(30px, 0px);
}
#checkbox-2:checked + label svg #grp3 #oval2,
#checkbox-1:checked + label svg #grp3 #oval2 {
  -webkit-transform: scale(0) translate(60px, 10px);
  -moz-transform: scale(0) translate(60px, 10px);
  -ms-transform: scale(0) translate(60px, 10px);
  transform: scale(0) translate(60px, 10px);
}
#checkbox-2:checked + label svg #grp4,
#checkbox-1:checked + label svg #grp4 {
  opacity: 1;
  -webkit-transition: 0.1s all 0.3s;
  -moz-transition: 0.1s all 0.3s;
  -ms-transition: 0.1s all 0.3s;
  transition: 0.1s all 0.3s;
}
#checkbox-2:checked + label svg #grp4 #oval1,
#checkbox-1:checked + label svg #grp4 #oval1 {
  -webkit-transform: scale(0) translate(30px, 15px);
  -moz-transform: scale(0) translate(30px, 15px);
  -ms-transform: scale(0) translate(30px, 15px);
  transform: scale(0) translate(30px, 15px);
}
#checkbox-2:checked + label svg #grp4 #oval2,
#checkbox-1:checked + label svg #grp4 #oval2 {
  -webkit-transform: scale(0) translate(40px, 50px);
  -moz-transform: scale(0) translate(40px, 50px);
  -ms-transform: scale(0) translate(40px, 50px);
  transform: scale(0) translate(40px, 50px);
}
#checkbox-2:checked + label svg #grp4 #oval1,
#checkbox-1:checked + label svg #grp4 #oval1 {
  -webkit-transform: scale(0) translate(30px, 15px);
  -moz-transform: scale(0) translate(30px, 15px);
  -ms-transform: scale(0) translate(30px, 15px);
  transform: scale(0) translate(30px, 15px);
}
#checkbox-2:checked + label svg #grp4 #oval2,
#checkbox-1:checked + label svg #grp4 #oval2 {
  -webkit-transform: scale(0) translate(40px, 50px);
  -moz-transform: scale(0) translate(40px, 50px);
  -ms-transform: scale(0) translate(40px, 50px);
  transform: scale(0) translate(40px, 50px);
}
#checkbox-2:checked + label svg #grp4 #oval1,
#checkbox-1:checked + label svg #grp4 #oval1 {
  -webkit-transform: scale(0) translate(30px, 15px);
  -moz-transform: scale(0) translate(30px, 15px);
  -ms-transform: scale(0) translate(30px, 15px);
  transform: scale(0) translate(30px, 15px);
}
#checkbox-2:checked + label svg #grp4 #oval2,
#checkbox-1:checked + label svg #grp4 #oval2 {
  -webkit-transform: scale(0) translate(40px, 50px);
  -moz-transform: scale(0) translate(40px, 50px);
  -ms-transform: scale(0) translate(40px, 50px);
  transform: scale(0) translate(40px, 50px);
}
#checkbox-2:checked + label svg #grp5,
#checkbox-1:checked + label svg #grp5 {
  opacity: 1;
  -webkit-transition: 0.1s all 0.3s;
  -moz-transition: 0.1s all 0.3s;
  -ms-transition: 0.1s all 0.3s;
  transition: 0.1s all 0.3s;
}
#checkbox-2:checked + label svg #grp5 #oval1,
#checkbox-1:checked + label svg #grp5 #oval1 {
  -webkit-transform: scale(0) translate(-10px, 20px);
  -moz-transform: scale(0) translate(-10px, 20px);
  -ms-transform: scale(0) translate(-10px, 20px);
  transform: scale(0) translate(-10px, 20px);
}
#checkbox-2:checked + label svg #grp5 #oval2,
#checkbox-1:checked + label svg #grp5 #oval2 {
  -webkit-transform: scale(0) translate(-60px, 30px);
  -moz-transform: scale(0) translate(-60px, 30px);
  -ms-transform: scale(0) translate(-60px, 30px);
  transform: scale(0) translate(-60px, 30px);
}
#checkbox-2:checked + label svg #grp5 #oval1,
#checkbox-1:checked + label svg #grp5 #oval1 {
  -webkit-transform: scale(0) translate(-10px, 20px);
  -moz-transform: scale(0) translate(-10px, 20px);
  -ms-transform: scale(0) translate(-10px, 20px);
  transform: scale(0) translate(-10px, 20px);
}
#checkbox-2:checked + label svg #grp5 #oval2,
#checkbox-1:checked + label svg #grp5 #oval2 {
  -webkit-transform: scale(0) translate(-60px, 30px);
  -moz-transform: scale(0) translate(-60px, 30px);
  -ms-transform: scale(0) translate(-60px, 30px);
  transform: scale(0) translate(-60px, 30px);
}
#checkbox-2:checked + label svg #grp5 #oval1,
#checkbox-1:checked + label svg #grp5 #oval1 {
  -webkit-transform: scale(0) translate(-10px, 20px);
  -moz-transform: scale(0) translate(-10px, 20px);
  -ms-transform: scale(0) translate(-10px, 20px);
  transform: scale(0) translate(-10px, 20px);
}
#checkbox-2:checked + label svg #grp5 #oval2,
#checkbox-1:checked + label svg #grp5 #oval2 {
  -webkit-transform: scale(0) translate(-60px, 30px);
  -moz-transform: scale(0) translate(-60px, 30px);
  -ms-transform: scale(0) translate(-60px, 30px);
  transform: scale(0) translate(-60px, 30px);
}
#checkbox-2:checked + label svg #grp6,
#checkbox-1:checked + label svg #grp6 {
  opacity: 1;
  -webkit-transition: 0.1s all 0.3s;
  -moz-transition: 0.1s all 0.3s;
  -ms-transition: 0.1s all 0.3s;
  transition: 0.1s all 0.3s;
}
#checkbox-2:checked + label svg #grp6 #oval1,
#checkbox-1:checked + label svg #grp6 #oval1 {
  -webkit-transform: scale(0) translate(-30px, 0px);
  -moz-transform: scale(0) translate(-30px, 0px);
  -ms-transform: scale(0) translate(-30px, 0px);
  transform: scale(0) translate(-30px, 0px);
}
#checkbox-2:checked + label svg #grp6 #oval2,
#checkbox-1:checked + label svg #grp6 #oval2 {
  -webkit-transform: scale(0) translate(-60px, -5px);
  -moz-transform: scale(0) translate(-60px, -5px);
  -ms-transform: scale(0) translate(-60px, -5px);
  transform: scale(0) translate(-60px, -5px);
}
#checkbox-2:checked + label svg #grp6 #oval1,
#checkbox-1:checked + label svg #grp6 #oval1 {
  -webkit-transform: scale(0) translate(-30px, 0px);
  -moz-transform: scale(0) translate(-30px, 0px);
  -ms-transform: scale(0) translate(-30px, 0px);
  transform: scale(0) translate(-30px, 0px);
}
#checkbox-2:checked + label svg #grp6 #oval2,
#checkbox-1:checked + label svg #grp6 #oval2 {
  -webkit-transform: scale(0) translate(-60px, -5px);
  -moz-transform: scale(0) translate(-60px, -5px);
  -ms-transform: scale(0) translate(-60px, -5px);
  transform: scale(0) translate(-60px, -5px);
}
#checkbox-2:checked + label svg #grp6 #oval1,
#checkbox-1:checked + label svg #grp6 #oval1 {
  -webkit-transform: scale(0) translate(-30px, 0px);
  -moz-transform: scale(0) translate(-30px, 0px);
  -ms-transform: scale(0) translate(-30px, 0px);
  transform: scale(0) translate(-30px, 0px);
}
#checkbox-2:checked + label svg #grp6 #oval2,
#checkbox-1:checked + label svg #grp6 #oval2 {
  -webkit-transform: scale(0) translate(-60px, -5px);
  -moz-transform: scale(0) translate(-60px, -5px);
  -ms-transform: scale(0) translate(-60px, -5px);
  transform: scale(0) translate(-60px, -5px);
}
#checkbox-2:checked + label svg #grp7,
#checkbox-1:checked + label svg #grp7 {
  opacity: 1;
  -webkit-transition: 0.1s all 0.3s;
  -moz-transition: 0.1s all 0.3s;
  -ms-transition: 0.1s all 0.3s;
  transition: 0.1s all 0.3s;
}
#checkbox-2:checked + label svg #grp7 #oval1,
#checkbox-1:checked + label svg #grp7 #oval1 {
  -webkit-transform: scale(0) translate(-30px, -15px);
  -moz-transform: scale(0) translate(-30px, -15px);
  -ms-transform: scale(0) translate(-30px, -15px);
  transform: scale(0) translate(-30px, -15px);
}
#checkbox-2:checked + label svg #grp7 #oval2,
#checkbox-1:checked + label svg #grp7 #oval2 {
  -webkit-transform: scale(0) translate(-55px, -30px);
  -moz-transform: scale(0) translate(-55px, -30px);
  -ms-transform: scale(0) translate(-55px, -30px);
  transform: scale(0) translate(-55px, -30px);
}
#checkbox-2:checked + label svg #grp7 #oval1,
#checkbox-1:checked + label svg #grp7 #oval1 {
  -webkit-transform: scale(0) translate(-30px, -15px);
  -moz-transform: scale(0) translate(-30px, -15px);
  -ms-transform: scale(0) translate(-30px, -15px);
  transform: scale(0) translate(-30px, -15px);
}
#checkbox-2:checked + label svg #grp7 #oval2,
#checkbox-1:checked + label svg #grp7 #oval2 {
  -webkit-transform: scale(0) translate(-55px, -30px);
  -moz-transform: scale(0) translate(-55px, -30px);
  -ms-transform: scale(0) translate(-55px, -30px);
  transform: scale(0) translate(-55px, -30px);
}
#checkbox-2:checked + label svg #grp7 #oval1,
#checkbox-1:checked + label svg #grp7 #oval1 {
  -webkit-transform: scale(0) translate(-30px, -15px);
  -moz-transform: scale(0) translate(-30px, -15px);
  -ms-transform: scale(0) translate(-30px, -15px);
  transform: scale(0) translate(-30px, -15px);
}
#checkbox-2:checked + label svg #grp7 #oval2,
#checkbox-1:checked + label svg #grp7 #oval2 {
  -webkit-transform: scale(0) translate(-55px, -30px);
  -moz-transform: scale(0) translate(-55px, -30px);
  -ms-transform: scale(0) translate(-55px, -30px);
  transform: scale(0) translate(-55px, -30px);
}
#checkbox-2:checked + label svg #grp2,
#checkbox-1:checked + label svg #grp2,
#checkbox-2:checked + label svg #grp3,
#checkbox-1:checked + label svg #grp3,
#checkbox-2:checked + label svg #grp4,
#checkbox-1:checked + label svg #grp4,
#checkbox-2:checked + label svg #grp5,
#checkbox-1:checked + label svg #grp5,
#checkbox-2:checked + label svg #grp6,
#checkbox-1:checked + label svg #grp6,
#checkbox-2:checked + label svg #grp7,
#checkbox-1:checked + label svg #grp7 {
  -webkit-transition: 0.1s opacity 0.3s;
  -moz-transition: 0.1s opacity 0.3s;
  -ms-transition: 0.1s opacity 0.3s;
  transition: 0.1s opacity 0.3s;
  opacity: 1;
}
@keyframes animateCircle {
  40% {
    -webkit-transform: scale(10);
    -moz-transform: scale(10);
    -ms-transform: scale(10);
    transform: scale(10);
    opacity: 1;
    fill: #DD4688;
  }
  55% {
    -webkit-transform: scale(11);
    -moz-transform: scale(11);
    -ms-transform: scale(11);
    transform: scale(11);
    opacity: 1;
    fill: #D46ABF;
  }
  65% {
    -webkit-transform: scale(12);
    -moz-transform: scale(12);
    -ms-transform: scale(12);
    transform: scale(12);
    opacity: 1;
    fill: #CC8EF5;
  }
  75% {
    -webkit-transform: scale(13);
    -moz-transform: scale(13);
    -ms-transform: scale(13);
    transform: scale(13);
    opacity: 1;
    fill: transparent;
    stroke: #CC8EF5;
    stroke-width: .5;
  }
  85% {
    -webkit-transform: scale(17);
    -moz-transform: scale(17);
    -ms-transform: scale(17);
    transform: scale(17);
    opacity: 1;
    fill: transparent;
    stroke: #CC8EF5;
    stroke-width: .2;
  }
  95% {
    -webkit-transform: scale(18);
    -moz-transform: scale(18);
    -ms-transform: scale(18);
    transform: scale(18);
    opacity: 1;
    fill: transparent;
    stroke: #CC8EF5;
    stroke-width: .1;
  }
  100% {
    -webkit-transform: scale(19);
    -moz-transform: scale(19);
    -ms-transform: scale(19);
    transform: scale(19);
    opacity: 1;
    fill: transparent;
    stroke: #CC8EF5;
    stroke-width: 0;
  }
}
@keyframes animateHeart {
  0% {
    -webkit-transform: scale(0.02);
    -moz-transform: scale(0.02);
    -ms-transform: scale(0.02);
    transform: scale(0.02);
  }
  40% {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
  }
  100% {
    -webkit-transform: scale(0.08);
    -moz-transform: scale(0.08);
    -ms-transform: scale(0.08);
    transform: scale(0.08);
  }
}
@keyframes animateHeartOut {
  0% {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
  }
  100% {
    -webkit-transform: scale(0.08);
    -moz-transform: scale(0.08);
    -ms-transform: scale(0.08);
    transform: scale(0.08);
  }
}
.mgz-faqc .pager {
  margin-top: 20px;
  text-align: center;
}
.mgz-faqc .pager > * {
  padding-right: 15px;
}
.mgz-faqc .pager > p {
  display: none;
}
/*--------homepage-------------- */
.mgz-faqc-side-bar-left-top-question {
  padding: 20px;
  background: #fbfbfb;
  margin-bottom: 50px;
}
.mgz-faqc-side-bar-left-top-question h6 {
  margin: 0;
  font-size: 15px;
  margin-bottom: 13px;
  margin-top: 15px;
}
.mgz-faqc-sidebar-top-question {
  position: relative;
  display: flex;
  align-items: center;
}
.mgz-faqc-sidebar-top-question a {
  transition: all 0.2s ease-in-out;
  color: #1a1113;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  padding: 10px;
  text-decoration: none;
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mgz-faqc-sidebar-top-question span {
  position: absolute;
  right: 0px;
  top: 12px;
  transition: all 0.2s ease-in-out;
}
.mgz-faqc-sidebar-top-question:hover span {
  right: -5px;
}
/*--------------------------------------------------------------*/
/*
    Content Helpfull block
    */
.mgz-faqc-helpful {
  -webkit-box-shadow: 0 0 3px #cacaca;
  -moz-box-shadow: 0 0 3px #cacaca;
  -ms-box-shadow: 0 0 3px #cacaca;
  box-shadow: 0 0 3px #cacaca;
  border-radius: 4px;
  margin: 30px auto;
  padding: 7px 20px;
  position: relative;
  text-align: center;
  width: fit-content;
}
.mgz-faqc-helpful .mgz-faqc-helpful-inner {
  display: flex;
  justify-content: center;
}
.mgz-faqc-helpful .mgz-faqc-helpful-inner span {
  text-align: center;
}
.mgz-faqc-helpful .mgz-faqc-helpful-like,
.mgz-faqc-helpful .mgz-faqc-helpful-dislike {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  padding: 10px;
  position: relative;
}
.mgz-faqc-helpful .helpful-loading {
  display: none;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: #ffffff7a;
  left: 0;
}
.mgz-faqc-helpful .helpful-loading img {
  object-fit: contain;
  height: 100%;
  width: 40px;
  white-space: nowrap;
}
/*--------------------------------------------------------------*/
/*
    View question page
    */
.faqc-question-view {
  font-size: 15px;
  overflow-wrap: break-word;
}
/*--------Side right bar--------*/
.mgz-faqc-question-side-bar {
  background: #FFF;
  margin-bottom: 40px;
  position: relative;
  -webkit-box-shadow: 0 0 3px #cacaca;
  -moz-box-shadow: 0 0 3px #cacaca;
  -ms-box-shadow: 0 0 3px #cacaca;
  box-shadow: 0 0 3px #cacaca;
}
.mgz-faqc-question-side-bar .mgz-faqc-question-sidebar-inner {
  padding: 15px;
}
.mgz-faqc-question-side-bar h1 {
  -webkit-text-transform: uppercase;
  -moz-text-transform: uppercase;
  -ms-text-transform: uppercase;
  text-transform: uppercase;
  border-bottom: 1px solid #e5e5e5;
  font-size: 15px;
  margin-bottom: 10px;
  padding-bottom: 8px;
}
.mgz-faqc-question-side-bar .faqc-categories .mgz-faqc-category-title-main {
  align-items: center;
  display: flex;
  padding: 5px 15px;
}
.mgz-faqc-question-side-bar .mgz-faqc-category-title-title a {
  color: #333;
  font-size: 10pt;
  margin-left: 5px;
  padding: 7px 5px 7px 0;
  position: relative;
  z-index: 1;
}
.mgz-faqc-question-side-bar .mgz-faqc-category-title-title a::before {
  transition: all 0.3s linear;
  bottom: 0;
  content: " ";
  height: 2px;
  left: 0;
  position: absolute;
  width: 0px;
  z-index: -1;
}
.mgz-faqc-question-side-bar .mgz-faqc-category-title-title a:hover::before {
  width: 100%;
}
.mgz-faqc-question-side-bar .mgz-faqc-category-title-title a:hover {
  transition: all 0.3s linear;
}
.mgz-faqc-question-side-bar .mgz-faqc-sidebar-recent-question {
  padding-top: 7px;
}
.mgz-faqc-question-side-bar .mgz-faqc-sidebar-recent-question a {
  align-items: center;
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  display: flex;
  font: inherit;
  margin-bottom: 15px;
  outline: none;
  position: relative;
  text-align: left;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  z-index: 10;
}
.mgz-faqc-question-side-bar .mgz-faqc-sidebar-recent-question a:hover::before {
  opacity: 1;
  transform: scale(1);
}
.mgz-faqc-question-side-bar .mgz-faqc-sidebar-recent-question a:hover span {
  right: 15px;
}
.mgz-faqc-question-side-bar .mgz-faqc-sidebar-recent-question a::before {
  -webkit-transform: scale(0.96);
  -moz-transform: scale(0.96);
  -ms-transform: scale(0.96);
  transform: scale(0.96);
  -webkit-box-shadow: 0 2px 18px rgba(34, 34, 34, 0.2);
  -moz-box-shadow: 0 2px 18px rgba(34, 34, 34, 0.2);
  -ms-box-shadow: 0 2px 18px rgba(34, 34, 34, 0.2);
  box-shadow: 0 2px 18px rgba(34, 34, 34, 0.2);
  -webkit-transition: transform 200ms cubic-bezier(0.345, 0.115, 0.135, 1.42), opacity 150ms ease-out, border-color 200ms ease-out;
  -moz-transition: transform 200ms cubic-bezier(0.345, 0.115, 0.135, 1.42), opacity 150ms ease-out, border-color 200ms ease-out;
  -ms-transition: transform 200ms cubic-bezier(0.345, 0.115, 0.135, 1.42), opacity 150ms ease-out, border-color 200ms ease-out;
  transition: transform 200ms cubic-bezier(0.345, 0.115, 0.135, 1.42), opacity 150ms ease-out, border-color 200ms ease-out;
  background: #FFFFFF;
  border: 1px dotted transparent;
  border-radius: 9px;
  bottom: -9px;
  content: "";
  left: -9px;
  opacity: 0;
  position: absolute;
  top: -9px;
  right: -9px;
  z-index: -1;
}
.mgz-faqc-question-side-bar .mgz-faqc-sidebar-recent-question h6 {
  margin: 0;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #222;
  padding-right: 35px;
}
.mgz-faqc-question-side-bar .mgz-faqc-sidebar-recent-question span {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
  position: absolute;
  right: 20px;
}
.mgz-faqc-question-side-bar .mgz-faqc-tag-sb {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-radius: 4px;
  display: inline-block;
  font-size: 8pt;
  margin: 0px 1px 6px 6px;
  padding: 6px 8px;
  padding-left: 10px;
  position: relative;
  z-index: 1;
}
.mgz-faqc-question-side-bar .mgz-faqc-tag-sb li {
  list-style: none;
}
.mgz-faqc-question-side-bar .mgz-faqc-tag-sb a {
  color: #fff;
}
.mgz-faqc-question-side-bar .mgz-faqc-tag-sb:hover {
  background: #555;
}
.mgz-faqc-question-side-bar .mgz-faqc-tag-sb:hover::before {
  border-color: transparent #555555 transparent;
}
.mgz-faqc-question-side-bar .mgz-faqc-tag-sb::after {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: -1px -1px 2px #004977;
  -moz-box-shadow: -1px -1px 2px #004977;
  -ms-box-shadow: -1px -1px 2px #004977;
  box-shadow: -1px -1px 2px #004977;
  background: #fff;
  content: " ";
  float: left;
  height: 4px;
  left: 5px;
  position: absolute;
  top: 5px;
  width: 4px;
}
.mgz-faqc-question-side-bar .faqc-categories li {
  list-style: none;
  border-bottom: 1px solid #e5e5e5;
  padding-left: 20px;
}
/*----------------------main content--------------------------*/
.mgz-faqc-question-view {
  -webkit-box-shadow: 0 0 3px #cacaca;
  -moz-box-shadow: 0 0 3px #cacaca;
  -ms-box-shadow: 0 0 3px #cacaca;
  box-shadow: 0 0 3px #cacaca;
  background: #FFF;
  margin-bottom: 40px;
  position: relative;
}
.mgz-faqc-question-view .mgz-faqc-question-inner {
  padding: 20px;
}
.mgz-faqc-question-view .faqc-question-title {
  font-size: 28px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.mgz-faqc-question-view i::before {
  margin-right: 3px;
}
.mgz-faqc-question-view .faqc-question-meta {
  border-bottom: 1px solid #f2f2f2;
  color: #888;
  font-size: 85%;
  margin: 20px 0;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.mgz-faqc-question-view .faqc-question-meta a {
  border-radius: 3px;
  color: #fff;
  padding: 3px 7px;
  margin-right: 4px;
  margin-bottom: 4px;
}
.mgz-faqc-question-view .faqc-question-meta a:hover {
  border-bottom: 1px dotted;
  color: #000;
}
.mgz-faqc-question-view .faqc-question-meta span {
  margin-right: 15px;
}
.mgz-faqc-question-view img {
  width: 100%;
  height: 100%;
}
/*
    Side left bar block
    */
.mgz-faqc-side-bar-left {
  padding: 20px;
  background: #fbfbfb;
  margin-bottom: 50px;
}
.mgz-faqc-side-bar-left h6 {
  margin: 0;
  font-size: 15px;
  margin-bottom: 13px;
  margin-top: 15px;
}
.mgz-faqc-side-bar-left a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #1a1113;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  padding: 10px;
  position: relative;
  text-decoration: none;
}
.mgz-faqc-side-bar-left div {
  display: flex;
  flex-direction: column;
}
.mgz-faqc-side-bar-left ._active {
  font-weight: 600;
}
.mgz-faqc-side-bar-left ._active::before {
  content: " ";
  height: 28px;
  left: -10px;
  position: absolute;
  width: 4px;
}
.mgz-faqc-question-tag {
  margin: -30px 0 35px;
}
.mgz-faqc-question-tag a {
  text-transform: uppercase;
}
.mgz-faqc .page-title {
  color: #000;
  font-size: 26px;
  margin-right: 10px;
  position: relative;
}
.mgz-faqc .page-title::before {
  bottom: -5px;
  content: " ";
  height: 2px;
  position: absolute;
  width: 55px;
}
.mgz-faqc-category-title-title a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
/*
    Banner, search form block
    */
.mgz-faqc-banner {
  align-items: center;
  display: flex;
  height: 350px;
  justify-content: center;
  position: relative;
}
.mgz-faqc-banner .alert-comment {
  background: #fff;
  border-radius: 3px;
  display: none;
  margin: 0;
  position: absolute;
  padding: 5px 10px;
  top: -37px;
}
.mgz-faqc-banner .alert-comment i::before {
  margin-right: 4px;
}
.mgz-faqc-banner .alert-comment::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: " ";
  width: 5px;
  height: 5px;
  position: absolute;
  background: #fff;
  bottom: -3px;
}
.mgz-faqc-banner .alertEmpty {
  -webkit-box-shadow: 0 0 3px 2px #ff0000;
  -moz-box-shadow: 0 0 3px 2px #ff0000;
  -ms-box-shadow: 0 0 3px 2px #ff0000;
  box-shadow: 0 0 3px 2px #ff0000;
  color: red;
}
.mgz-faqc-banner .alertEmpty:focus {
  -webkit-box-shadow: 0 0 3px 2px #ff0000;
  -moz-box-shadow: 0 0 3px 2px #ff0000;
  -ms-box-shadow: 0 0 3px 2px #ff0000;
  box-shadow: 0 0 3px 2px #ff0000;
}
.mgz-faqc-banner .mgz-faqc-banner-color,
.mgz-faqc-banner .mgz-faqc-banner-image {
  height: 100%;
  position: absolute;
  z-index: 0;
  width: 100%;
}
.mgz-faqc-banner .mgz-faqc-banner-image {
  background-position: 50% 50%;
}
.mgz-faqc-banner .faqc-searchform-head {
  margin-bottom: 50px;
  text-align: center;
}
.mgz-faqc-banner .faqc-searchform-head h1 {
  font-size: 4.2rem;
  font-weight: 500;
  line-height: 110%;
  margin: 0 0 1.68rem 0;
}
.mgz-faqc-banner .faqc-searchform-head span {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.5;
}
.mgz-faqc-banner .faqc-searchform {
  position: relative;
}
.mgz-faqc-banner .faqc-searchform form {
  width: 100%;
}
.mgz-faqc-banner .faqc-searchform input {
  box-shadow: 0 0 8px 0px rgba(135, 202, 199, 0.61);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 0px;
  border-radius: 50px;
  height: 45px;
  padding-left: 15px;
  padding-right: 50px;
}
.mgz-faqc-banner .faqc-searchform input:focus {
  border-radius: 0;
}
.mgz-faqc-banner .faqc-searchform .block-block-content {
  display: flex;
  position: relative;
  margin: 0 auto;
}
.mgz-faqc-banner .faqc-searchform button {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: transparent;
  border-radius: 4px;
  padding: 0;
  position: absolute;
  height: 100%;
  right: 0;
  top: 2px;
  width: fit-content;
}
.mgz-faqc-banner .faqc-searchform button:hover::before {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
  color: #333;
}
.mgz-faqc-banner .faqc-searchform button::before {
  align-items: center;
  color: #e5e5e5;
  content: '\f002';
  display: flex;
  height: 100%;
  font-family: 'Font Awesome 5 Free';
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: -2px;
}
.mgz-faqc-banner .faqc-searchform button::after {
  background-size: 100%;
  content: " ";
  height: 25px;
  left: -37px;
  opacity: 0;
  position: absolute;
  top: 7px;
  width: 25px;
}
.mgz-faqc-banner .faqc-searchform button._search::before {
  opacity: 0;
}
.mgz-faqc-banner .faqc-searchform button._search::after {
  opacity: 1;
}
/*
    Search result title block
    */
.mgz-faqc-search-count {
  display: none;
}
.mgz-faqc-search-count h5 {
  color: #000;
  font-size: 26px;
  margin-right: 10px;
  position: relative;
}
.mgz-faqc-sidebar-coll {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
  position: relative;
  display: flex;
  height: 25px;
  align-items: center;
  justify-content: center;
}
.mgz-faqc-sidebar-coll i {
  position: absolute;
}
.mgz-faqc-sidebar-coll:hover {
  background: #e5e5e5;
}
.mgz-faqc-sidebar-coll .show-more {
  display: none;
}
/*---------------------------------------------------------*/
/*
    Question Listing
    */
.mgz-faqc-question-list {
  position: relative;
}
.mgz-faqc-question-list .mgz-faqc-question-box-title {
  border-bottom: 1px solid #f2f2f2;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  line-height: 26px;
  margin: 0;
  padding-bottom: 10px;
  position: relative;
}
.mgz-faqc-question-list .mgz-faqc-question-box-title a {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #444;
}
.mgz-faqc-question-list h2 {
  padding-right: 30px;
}
.mgz-faqc-question-list .plus-icon,
.mgz-faqc-question-list .minus-icon {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 15px;
}
.mgz-faqc-question-list .minus-icon {
  display: none;
}
.mgz-faqc-question-list .mgz-faqc-question-more {
  display: none;
}
.mgz-faqc-question-list .mgz-faqc-question-meta {
  color: #888;
  margin: 10px 0;
  font-size: 85%;
}
.mgz-faqc-question-list .mgz-faqc-question-meta a {
  color: #000;
  padding: 3px 8px;
  border-radius: 4px;
}
.mgz-faqc-question-list .mgz-faqc-question-meta a:hover {
  color: #000;
  border-bottom: 1px #000 dotted;
}
.mgz-faqc-question-list .mgz-faqc-question-meta span {
  display: inline-block;
  margin-right: 10px;
}
.mgz-faqc-question-list .question-question-box-inner {
  clear: both;
  padding: 20px 20px 25px;
}
.mgz-faqc-question-list .mgz-faqc-question-list {
  -webkit-box-shadow: 0 0 3px #cacaca;
  -moz-box-shadow: 0 0 3px #cacaca;
  -ms-box-shadow: 0 0 3px #cacaca;
  box-shadow: 0 0 3px #cacaca;
  background: #FFF;
  border-bottom: 4px solid #F88C00;
}
.mgz-faqc-question-list i::before {
  margin-right: 3px;
}
.mgz-faqc-question-list .mgz-faqc-question-excerpt-wrapper a {
  border: 0 none;
  border-radius: 4px;
  color: white;
  display: inline-block;
  font: 12px Tahoma;
  line-height: 22px;
  padding: 5px 10px;
  position: relative;
}
.mgz-faqc-question-list .mgz-faqc-question-excerpt-wrapper a:hover {
  -webkit-transition: 0.4s all ease-in;
  -moz-transition: 0.4s all ease-in;
  -ms-transition: 0.4s all ease-in;
  transition: 0.4s all ease-in;
}
.mgz-faqc-question-list .mgz-faqc-question-excerpt-wrapper a:hover::before {
  width: 100%;
}
.mgz-faqc-question-list .mgz-faqc-question-excerpt-wrapper a::before {
  -webkit-transition: 0.4s all ease-in;
  -moz-transition: 0.4s all ease-in;
  -ms-transition: 0.4s all ease-in;
  transition: 0.4s all ease-in;
  background-color: #777;
  border-radius: 3px;
  content: " ";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 0;
}
.mgz-faqc-question-list .mgz-faqc-question-excerpt-wrapper span {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 2;
}
.mgz-faqc-question-list .mgz-faqc-question-list-content {
  font-style: italic;
  margin-bottom: 12px;
  overflow-wrap: break-word;
}
/*
    Side bar left tag block
    */
.mgz-faqc-side-bar-left-tag {
  background: #fbfbfb;
  padding: 20px;
  margin-bottom: 50px;
}
.mgz-faqc-side-bar-left-tag a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  background-color: transparent;
  border-radius: 0px;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: normal;
  margin-bottom: 5px;
  margin-right: 4px;
  margin-top: 5px;
  padding: 4px 12px;
  position: relative;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}
.mgz-faqc-side-bar-left-tag a:hover {
  color: #fff;
}
.mgz-faqc-side-bar-left-tag ._active {
  color: #fff;
}
.mgz-faqc-side-bar-left-tag h6 {
  font-size: 15px;
  margin: 0;
  margin-bottom: 13px;
}
.mgz-faqc-category-title-image {
  height: 30px;
  width: 30px;
  margin-right: 8px;
}
.mgz-faqc-category-title-image .mgz-faqc-category-default-logo::before {
  content: "\f07c";
  font-family: 'Font Awesome 5 Free';
  font-size: 25px;
  font-weight: 400;
}
.mgz-faqc-category-title-image .mgz-faqc-category-logo {
  object-fit: cover;
}
.mgz-faqc-category-title-listing {
  display: flex;
  margin-bottom: 25px;
  padding-bottom: 26px;
  position: relative;
}
.mgz-faqc-category-title-listing h1 {
  color: #000;
  font-size: 26px;
  margin-bottom: 0;
  margin-right: 10px;
  position: relative;
}
.mgz-faqc-category-title-listing::before {
  background: #d6c9c9;
  bottom: 0;
  content: " ";
  height: 1px;
  position: absolute;
  width: 100%;
}
.mgz-faqc-category-count {
  padding: 0px 3px 0 0;
}
.mgz-faqc-category-count span {
  bottom: -5px;
  color: #6f6969;
  font-size: 13px;
  position: relative;
  right: -3px;
}
.mgz-faqc-body-content {
  background: #fafafa;
  display: flex;
  flex-wrap: wrap;
}
.mgz-faqc-body-content .mgz-faqc-category-wraper {
  width: 100%;
  padding: 0 0.75rem;
}
.mgz-faqc-body-content .mgz-faqc-category-title {
  align-items: center;
  display: flex;
  margin-bottom: 15px;
  position: relative;
}
.mgz-faqc-body-content .mgz-faqc-category-title._open {
  margin-bottom: 25px;
}
.mgz-faqc-body-content .mgz-faqc-category-title._open i {
  transform: rotateX(180deg);
}
.mgz-faqc-body-content .mgz-faqc-category-title._open::before {
  width: 100%;
}
.mgz-faqc-body-content .mgz-faqc-category-title::before {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  bottom: -12px;
  content: " ";
  height: 2px;
  position: absolute;
  width: 0;
}
.mgz-faqc-body-content .mgz-faqc-category-title:hover::after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.mgz-faqc-body-content .mgz-faqc-category-title::after {
  -webkit-transform: scale(0.96);
  -moz-transform: scale(0.96);
  -ms-transform: scale(0.96);
  transform: scale(0.96);
  -webkit-box-shadow: 0 2px 18px rgba(34, 34, 34, 0.2);
  -moz-box-shadow: 0 2px 18px rgba(34, 34, 34, 0.2);
  -ms-box-shadow: 0 2px 18px rgba(34, 34, 34, 0.2);
  box-shadow: 0 2px 18px rgba(34, 34, 34, 0.2);
  -webkit-transition: transform 200ms cubic-bezier(0.345, 0.115, 0.135, 1.42), opacity 150ms ease-out, border-color 200ms ease-out;
  -moz-transition: transform 200ms cubic-bezier(0.345, 0.115, 0.135, 1.42), opacity 150ms ease-out, border-color 200ms ease-out;
  -ms-transition: transform 200ms cubic-bezier(0.345, 0.115, 0.135, 1.42), opacity 150ms ease-out, border-color 200ms ease-out;
  transition: transform 200ms cubic-bezier(0.345, 0.115, 0.135, 1.42), opacity 150ms ease-out, border-color 200ms ease-out;
  background: #FFFFFF;
  border: 1px dotted transparent;
  border-radius: 9px;
  bottom: -9px;
  content: "";
  left: -9px;
  opacity: 0;
  position: absolute;
  right: -9px;
  top: -9px;
  z-index: 0;
}
.mgz-faqc-body-content .mgz-faqc-category-title i {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  right: 0px;
  position: absolute;
  z-index: 2;
}
.mgz-faqc-body-content .mgz-faqc-category-title-title a {
  color: #333;
  margin: 0;
  padding-left: 10px;
  font-size: 17px;
}
.mgz-faqc-body-content .mgz-faqc-category-title-title a:hover {
  text-decoration: none;
}
.mgz-faqc-body-content .mgz-faqc-question-answer {
  background: #e5e5e5;
  border: 1px solid #f7b526;
  border-radius: 2px;
  display: none;
  left: 0;
  padding: 5px 10px;
}
.mgz-faqc-body-content .mgz-faqc-question-icon {
  height: 10px;
  left: 8px;
  position: absolute;
  top: 13px;
  width: 10px;
}
.mgz-faqc-body-content .mgz-faqc-question-icon::before {
  content: "\f15c";
}
.mgz-faqc-body-content .mgz-faqc-category-inner {
  position: relative;
}
.mgz-faqc-body-content .mgz-faqc-category-title-main {
  align-items: center;
  display: flex;
  position: relative;
  z-index: 2;
}
.mgz-faqc-body-content .mgz-faqc-question-question {
  padding: 10px 0;
  position: relative;
  z-index: 2;
  display: flex;
}
.mgz-faqc-body-content .mgz-faqc-question-question::before {
  -webkit-transform: scale(0.96);
  -moz-transform: scale(0.96);
  -ms-transform: scale(0.96);
  transform: scale(0.96);
  -webkit-box-shadow: 0 2px 18px rgba(34, 34, 34, 0.2);
  -moz-box-shadow: 0 2px 18px rgba(34, 34, 34, 0.2);
  -ms-box-shadow: 0 2px 18px rgba(34, 34, 34, 0.2);
  box-shadow: 0 2px 18px rgba(34, 34, 34, 0.2);
  -webkit-transition: transform 200ms cubic-bezier(0.345, 0.115, 0.135, 1.42), opacity 150ms ease-out, border-color 200ms ease-out;
  -moz-transition: transform 200ms cubic-bezier(0.345, 0.115, 0.135, 1.42), opacity 150ms ease-out, border-color 200ms ease-out;
  -ms-transition: transform 200ms cubic-bezier(0.345, 0.115, 0.135, 1.42), opacity 150ms ease-out, border-color 200ms ease-out;
  transition: transform 200ms cubic-bezier(0.345, 0.115, 0.135, 1.42), opacity 150ms ease-out, border-color 200ms ease-out;
  background: #FFFFFF;
  bottom: -9px;
  border: 1px dotted transparent;
  border-radius: 9px;
  content: "";
  height: 100%;
  left: -9px;
  opacity: 0;
  position: absolute;
  right: -9px;
  top: 0;
  z-index: -1;
}
.mgz-faqc-body-content .mgz-faqc-question-question i {
  padding-top: 4px;
}
.mgz-faqc-body-content .mgz-faqc-question-question:hover::before {
  transform: scale(1);
  opacity: 1;
}
.mgz-faqc-body-content .mgz-faqc-question-title {
  color: #333;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}
.mgz-faqc-body-content .mgz-faqc-question-title:hover {
  text-decoration: none;
}
.mgz-faqc-body-content .mgz-faqc-category-title-help {
  display: flex;
  z-index: 2;
}
.mgz-faqc-body-content .mgz-faqc-category-description {
  align-items: center;
  background: #e5e5e5;
  border: 1px solid #BBB;
  border-radius: 50%;
  display: flex;
  height: 12px;
  justify-content: center;
  position: absolute;
  right: -15px;
  width: 12px;
}
.mgz-faqc-body-content .mgz-faqc-category-description span {
  font-size: 9px;
}
.mgz-faqc-body-content .mgz-faqc-category-question {
  display: none;
}
.mgz-faqc-post-form {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 25px;
  margin: 20px auto;
  transition: all .4s linear;
  position: relative;
}
.mgz-faqc-post-form input,
.mgz-faqc-post-form select {
  border-color: transparent transparent #e5e5e5 transparent;
  transition: all .3s linear;
}
.mgz-faqc-post-form input:focus,
.mgz-faqc-post-form select:focus {
  box-shadow: none;
  border-width: 2px;
}
.mgz-faqc-post-form i {
  margin-right: 5px;
}
.mgz-faqc-post-form:hover {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.mgz-faqc-post-form button {
  margin: auto;
  text-transform: uppercase;
  color: #fff;
  border: 0px;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  text-align: center;
  padding: 10px 15px;
}
.mgz-faqc-post-form button:hover {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}
.mgz-faqc-post-form-loading {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #efefef63;
  display: none;
}
.mgz-faqc-post-form-loading-img {
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: auto;
}
.mgz-faqc-post-form-loading-inner {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
}
.mgz-faqc-post-form-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px 0px;
}
.mgz-faqc .red-text {
  color: red;
}
.mgz-faqc-post-form-notif,
.mgz-faqc-post-form-terms {
  padding: 10px 0;
}
.mgz-faqc-post-form-terms * {
  padding: 0;
  margin: 0;
}
.mgz-faqc-product-form {
  display: none;
}
.mgz-faqc-product-form-action {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.mgz-faqc-product-form-action * {
  padding-right: 15px;
  margin: 0;
}
.mgz-faqc .reqired {
  border-color: transparent transparent #ff0000 transparent !important;
  color: red;
}
.mgz-faqc-post-notif.mgzfaqcerror {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.mgzfaqcerror::before {
  position: absolute;
  left: 12px;
  content: "\d7";
  color: #8b2757;
  font-size: 25px;
  line-height: 20px;
}
.mgzfaqcerror::after {
  display: none;
}
.mgz-faqc-post-notif {
  display: none;
  padding: 8px 15px 8px 35px;
  background: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
  border-radius: 4px;
  position: relative;
}
.mgz-faqc-post-notif::after {
  content: " ";
  position: absolute;
  left: 15px;
  height: 12px;
  width: 5px;
  border-right: 2px solid #567746;
  border-bottom: 2px solid #567746;
  transform: rotate(45deg);
}
.mgz-widget-title {
  display: flex;
  align-items: center;
  margin-right: 10px;
  font-size: 22px;
  margin: 10px 0 3px;
}
.mgz-widget-title h3 {
  margin: 0;
  margin-right: 5px;
  text-transform: uppercase;
  font-family: BebasNeueRegular,arial,Georgia,serif;
  white-space: nowrap;
}
.mgz-stripe-line {
  height: 12px;
  overflow: hidden;
  width: 100%;
}
.mgz-widget-view-more {
  width: fit-content;
}
.mgz-widget-view-more a {
  padding: 5px 12px;
  width: auto;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  line-height: 22px;
  border-radius: 3px;
  color: white;
}
.mgz-widget-view-more a:hover {
  background: #777;
}
.mgz-faqc-widget {
  position: relative;
  border-radius: 3px;
  margin-bottom: 50px;
}
.mgz-faqc-widget::after {
  content: " ";
  position: absolute;
  height: 3px;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .col-md-4 {
    width: 33.33333333% !important;
  }
}
@media only screen and (min-width: 768px) {
  .col-sm-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .box {
    width: 100%;
  }
}
.box {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  display: flex;
  box-sizing: border-box;
}
.mgz-category-theme-grid {
  display: block;
  padding: 60px;
  padding-top: 40px;
  background-color: #fff;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.42857143;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.4s linear;
  width: 100%;
  position: relative;
}
.mgz-theme-grid {
  margin-right: -15px;
  margin-left: -15px;
}
.mgz-theme-grid .mgz-faqc-category-default-logo::before {
  font-size: 50px !important;
}
.mgz-category-title {
  display: block;
  margin-bottom: 15px;
  font-family: "Publico", sans-serif;
  font-size: 30px;
  color: #091e3f;
  box-sizing: border-box;
}
.mgz-category-title::after {
  display: block;
  margin: 20px auto;
  width: 50px;
  border-bottom: 2px solid;
  content: " ";
}
.mgz-category-desc {
  display: block;
  color: #606469;
  line-height: 1.8;
  font-size: 14px;
}
.mgz-faqc-category-default-image {
  width: 50px;
  margin: auto;
  padding: 8px 0;
}
.mgz-flex {
  display: flex;
  flex-wrap: wrap;
}
.mgz-theme-grid img {
  width: 50px;
  height: 50px;
}
.mgz-category-result {
  color: #9c9c9c;
  font-size: 13px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-decoration: underline;
}
.mgz-search-hints {
  overflow: overlay;
  max-height: 270px;
  position: absolute;
  border-radius: 3px;
  background: #fff;
  width: 100%;
  top: 103%;
  box-shadow: 3px 3px 5px 0px rgba(183, 183, 183, 0.6);
  z-index: 99;
  -ms-overflow-style: none;
  scrollbar-width: none;
  transition: opacity .2s, all .4s linear;
  opacity: 0;
  min-height: 0;
  height: auto;
}
.mgz-search-hints::-webkit-scrollbar {
  display: none;
}
.mgz-search-hints-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: opacity .2s, all .4s linear;
}
.mgz-hint-img-loading {
  opacity: 0;
  position: absolute;
  transition: all .2s linear;
  background: #ffffffa8;
  width: 100%;
  height: 100%;
  top: 0;
}
.mgz-hint-img-loading img {
  width: 25px;
  padding: 5px 12px;
}
.hint-question-list {
  padding: 8px 20px;
  border-bottom: 1px dotted #e5e5e5;
  color: #000;
  cursor: pointer;
}
.hint-question-list:hover {
  background: #eaeaea78;
}
.hint-question-list:hover a:first-child {
  color: #26797d;
}
.hint-question-list a {
  color: #333;
}
.hint-category {
  margin: 0 2px;
  font-size: 11px;
  padding: 1px 4px;
  border-radius: 3px;
}
.mgz-gts a:hover,
.mgz-gts-body-wraper a:hover {
  text-decoration: none;
}
/********** MIXIN START **********/
#mgz-gts-twitter {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 20px rgba(0, 172, 238, 0), inset 0 0 5px #009ad5, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0 0 0 20px rgba(0, 172, 238, 0), inset 0 0 5px #009ad5, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -ms-box-shadow: 0 0 0 20px rgba(0, 172, 238, 0), inset 0 0 5px #009ad5, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 0 20px rgba(0, 172, 238, 0), inset 0 0 5px #009ad5, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 0 none;
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  padding: 0px;
  margin: 10px;
  color: #ffffff;
  border: 0 none;
  background-color: rgba(0, 172, 238, 0.8);
}
#mgz-gts-twitter:before {
  transition: all 0.3s ease;
  content: "\f099";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0087bb;
}
#mgz-gts-twitter:hover,
#mgz-gts-twitter:focus {
  background-color: #00acee;
  -webkit-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
}
#mgz-gts-twitter:hover:before,
#mgz-gts-twitter:focus:before {
  text-shadow: -1px -1px #0087bb;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-twitter:active,
#mgz-gts-twitter:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  transition: all 0.1s ease;
  background-color: #009ad5;
}
#mgz-gts-twitter:active:before,
#mgz-gts-twitter:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-twitter:before {
  transition: all 0.3s ease;
  content: "\f099";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0087bb;
}
#mgz-gts-twitter:hover,
#mgz-gts-twitter:focus {
  background-color: #00acee;
  -webkit-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
}
#mgz-gts-twitter:hover:before,
#mgz-gts-twitter:focus:before {
  text-shadow: -1px -1px #0087bb;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-twitter:active,
#mgz-gts-twitter:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  transition: all 0.1s ease;
  background-color: #009ad5;
}
#mgz-gts-twitter:active:before,
#mgz-gts-twitter:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-twitter:before {
  transition: all 0.3s ease;
  content: "\f099";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0087bb;
}
#mgz-gts-twitter:hover,
#mgz-gts-twitter:focus {
  background-color: #00acee;
  -webkit-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
}
#mgz-gts-twitter:hover:before,
#mgz-gts-twitter:focus:before {
  text-shadow: -1px -1px #0087bb;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-twitter:active,
#mgz-gts-twitter:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  transition: all 0.1s ease;
  background-color: #009ad5;
}
#mgz-gts-twitter:active:before,
#mgz-gts-twitter:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-twitter:before {
  transition: all 0.3s ease;
  content: "\f099";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0087bb;
}
#mgz-gts-twitter:hover,
#mgz-gts-twitter:focus {
  background-color: #00acee;
  -webkit-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
}
#mgz-gts-twitter:hover:before,
#mgz-gts-twitter:focus:before {
  text-shadow: -1px -1px #0087bb;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-twitter:active,
#mgz-gts-twitter:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  transition: all 0.1s ease;
  background-color: #009ad5;
}
#mgz-gts-twitter:active:before,
#mgz-gts-twitter:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-twitter:before {
  transition: all 0.3s ease;
  content: "\f099";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0087bb;
}
#mgz-gts-twitter:hover,
#mgz-gts-twitter:focus {
  background-color: #00acee;
  -webkit-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
}
#mgz-gts-twitter:hover:before,
#mgz-gts-twitter:focus:before {
  text-shadow: -1px -1px #0087bb;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-twitter:active,
#mgz-gts-twitter:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  transition: all 0.1s ease;
  background-color: #009ad5;
}
#mgz-gts-twitter:active:before,
#mgz-gts-twitter:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-twitter:before {
  transition: all 0.3s ease;
  content: "\f099";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0087bb;
}
#mgz-gts-twitter:hover,
#mgz-gts-twitter:focus {
  background-color: #00acee;
  -webkit-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
}
#mgz-gts-twitter:hover:before,
#mgz-gts-twitter:focus:before {
  text-shadow: -1px -1px #0087bb;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-twitter:active,
#mgz-gts-twitter:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  transition: all 0.1s ease;
  background-color: #009ad5;
}
#mgz-gts-twitter:active:before,
#mgz-gts-twitter:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-twitter:before {
  transition: all 0.3s ease;
  content: "\f099";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0087bb;
}
#mgz-gts-twitter:hover,
#mgz-gts-twitter:focus {
  background-color: #00acee;
  -webkit-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
}
#mgz-gts-twitter:hover:before,
#mgz-gts-twitter:focus:before {
  text-shadow: -1px -1px #0087bb;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-twitter:active,
#mgz-gts-twitter:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  transition: all 0.1s ease;
  background-color: #009ad5;
}
#mgz-gts-twitter:active:before,
#mgz-gts-twitter:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-twitter:before {
  transition: all 0.3s ease;
  content: "\f099";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0087bb;
}
#mgz-gts-twitter:hover,
#mgz-gts-twitter:focus {
  background-color: #00acee;
  -webkit-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
}
#mgz-gts-twitter:hover:before,
#mgz-gts-twitter:focus:before {
  text-shadow: -1px -1px #0087bb;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-twitter:active,
#mgz-gts-twitter:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  transition: all 0.1s ease;
  background-color: #009ad5;
}
#mgz-gts-twitter:active:before,
#mgz-gts-twitter:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-twitter:before {
  transition: all 0.3s ease;
  content: "\f099";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0087bb;
}
#mgz-gts-twitter:hover,
#mgz-gts-twitter:focus {
  background-color: #00acee;
  -webkit-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
}
#mgz-gts-twitter:hover:before,
#mgz-gts-twitter:focus:before {
  text-shadow: -1px -1px #0087bb;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-twitter:active,
#mgz-gts-twitter:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  transition: all 0.1s ease;
  background-color: #009ad5;
}
#mgz-gts-twitter:active:before,
#mgz-gts-twitter:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-facebook {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 20px rgba(59, 89, 152, 0), inset 0 0 5px #344e86, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0 0 0 20px rgba(59, 89, 152, 0), inset 0 0 5px #344e86, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -ms-box-shadow: 0 0 0 20px rgba(59, 89, 152, 0), inset 0 0 5px #344e86, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 0 20px rgba(59, 89, 152, 0), inset 0 0 5px #344e86, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 0 none;
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  padding: 0px;
  margin: 10px;
  color: #ffffff;
  border: 0 none;
  background-color: rgba(59, 89, 152, 0.8);
}
#mgz-gts-facebook:before {
  transition: all 0.3s ease;
  content: "\f39e";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #2d4373;
}
#mgz-gts-facebook:hover,
#mgz-gts-facebook:focus {
  background-color: #3b5998;
  -webkit-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
}
#mgz-gts-facebook:hover:before,
#mgz-gts-facebook:focus:before {
  text-shadow: -1px -1px #2d4373;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-facebook:active,
#mgz-gts-facebook:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  transition: all 0.1s ease;
  background-color: #344e86;
}
#mgz-gts-facebook:active:before,
#mgz-gts-facebook:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-facebook:before {
  transition: all 0.3s ease;
  content: "\f39e";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #2d4373;
}
#mgz-gts-facebook:hover,
#mgz-gts-facebook:focus {
  background-color: #3b5998;
  -webkit-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
}
#mgz-gts-facebook:hover:before,
#mgz-gts-facebook:focus:before {
  text-shadow: -1px -1px #2d4373;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-facebook:active,
#mgz-gts-facebook:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  transition: all 0.1s ease;
  background-color: #344e86;
}
#mgz-gts-facebook:active:before,
#mgz-gts-facebook:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-facebook:before {
  transition: all 0.3s ease;
  content: "\f39e";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #2d4373;
}
#mgz-gts-facebook:hover,
#mgz-gts-facebook:focus {
  background-color: #3b5998;
  -webkit-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
}
#mgz-gts-facebook:hover:before,
#mgz-gts-facebook:focus:before {
  text-shadow: -1px -1px #2d4373;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-facebook:active,
#mgz-gts-facebook:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  transition: all 0.1s ease;
  background-color: #344e86;
}
#mgz-gts-facebook:active:before,
#mgz-gts-facebook:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-facebook:before {
  transition: all 0.3s ease;
  content: "\f39e";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #2d4373;
}
#mgz-gts-facebook:hover,
#mgz-gts-facebook:focus {
  background-color: #3b5998;
  -webkit-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
}
#mgz-gts-facebook:hover:before,
#mgz-gts-facebook:focus:before {
  text-shadow: -1px -1px #2d4373;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-facebook:active,
#mgz-gts-facebook:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  transition: all 0.1s ease;
  background-color: #344e86;
}
#mgz-gts-facebook:active:before,
#mgz-gts-facebook:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-facebook:before {
  transition: all 0.3s ease;
  content: "\f39e";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #2d4373;
}
#mgz-gts-facebook:hover,
#mgz-gts-facebook:focus {
  background-color: #3b5998;
  -webkit-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
}
#mgz-gts-facebook:hover:before,
#mgz-gts-facebook:focus:before {
  text-shadow: -1px -1px #2d4373;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-facebook:active,
#mgz-gts-facebook:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  transition: all 0.1s ease;
  background-color: #344e86;
}
#mgz-gts-facebook:active:before,
#mgz-gts-facebook:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-facebook:before {
  transition: all 0.3s ease;
  content: "\f39e";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #2d4373;
}
#mgz-gts-facebook:hover,
#mgz-gts-facebook:focus {
  background-color: #3b5998;
  -webkit-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
}
#mgz-gts-facebook:hover:before,
#mgz-gts-facebook:focus:before {
  text-shadow: -1px -1px #2d4373;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-facebook:active,
#mgz-gts-facebook:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  transition: all 0.1s ease;
  background-color: #344e86;
}
#mgz-gts-facebook:active:before,
#mgz-gts-facebook:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-facebook:before {
  transition: all 0.3s ease;
  content: "\f39e";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #2d4373;
}
#mgz-gts-facebook:hover,
#mgz-gts-facebook:focus {
  background-color: #3b5998;
  -webkit-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
}
#mgz-gts-facebook:hover:before,
#mgz-gts-facebook:focus:before {
  text-shadow: -1px -1px #2d4373;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-facebook:active,
#mgz-gts-facebook:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  transition: all 0.1s ease;
  background-color: #344e86;
}
#mgz-gts-facebook:active:before,
#mgz-gts-facebook:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-facebook:before {
  transition: all 0.3s ease;
  content: "\f39e";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #2d4373;
}
#mgz-gts-facebook:hover,
#mgz-gts-facebook:focus {
  background-color: #3b5998;
  -webkit-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
}
#mgz-gts-facebook:hover:before,
#mgz-gts-facebook:focus:before {
  text-shadow: -1px -1px #2d4373;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-facebook:active,
#mgz-gts-facebook:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  transition: all 0.1s ease;
  background-color: #344e86;
}
#mgz-gts-facebook:active:before,
#mgz-gts-facebook:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-facebook:before {
  transition: all 0.3s ease;
  content: "\f39e";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #2d4373;
}
#mgz-gts-facebook:hover,
#mgz-gts-facebook:focus {
  background-color: #3b5998;
  -webkit-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
}
#mgz-gts-facebook:hover:before,
#mgz-gts-facebook:focus:before {
  text-shadow: -1px -1px #2d4373;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-facebook:active,
#mgz-gts-facebook:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  transition: all 0.1s ease;
  background-color: #344e86;
}
#mgz-gts-facebook:active:before,
#mgz-gts-facebook:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-linkedin {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 20px rgba(14, 118, 168, 0), inset 0 0 5px #0c6590, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0 0 0 20px rgba(14, 118, 168, 0), inset 0 0 5px #0c6590, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -ms-box-shadow: 0 0 0 20px rgba(14, 118, 168, 0), inset 0 0 5px #0c6590, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 0 20px rgba(14, 118, 168, 0), inset 0 0 5px #0c6590, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 0 none;
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  padding: 0px;
  margin: 10px;
  color: #ffffff;
  border: 0 none;
  background-color: rgba(14, 118, 168, 0.8);
}
#mgz-gts-linkedin:before {
  transition: all 0.3s ease;
  content: "\f0e1";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0a5579;
}
#mgz-gts-linkedin:hover,
#mgz-gts-linkedin:focus {
  background-color: #0e76a8;
  -webkit-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
}
#mgz-gts-linkedin:hover:before,
#mgz-gts-linkedin:focus:before {
  text-shadow: -1px -1px #0a5579;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-linkedin:active,
#mgz-gts-linkedin:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  transition: all 0.1s ease;
  background-color: #0c6590;
}
#mgz-gts-linkedin:active:before,
#mgz-gts-linkedin:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-linkedin:before {
  transition: all 0.3s ease;
  content: "\f0e1";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0a5579;
}
#mgz-gts-linkedin:hover,
#mgz-gts-linkedin:focus {
  background-color: #0e76a8;
  -webkit-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
}
#mgz-gts-linkedin:hover:before,
#mgz-gts-linkedin:focus:before {
  text-shadow: -1px -1px #0a5579;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-linkedin:active,
#mgz-gts-linkedin:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  transition: all 0.1s ease;
  background-color: #0c6590;
}
#mgz-gts-linkedin:active:before,
#mgz-gts-linkedin:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-linkedin:before {
  transition: all 0.3s ease;
  content: "\f0e1";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0a5579;
}
#mgz-gts-linkedin:hover,
#mgz-gts-linkedin:focus {
  background-color: #0e76a8;
  -webkit-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
}
#mgz-gts-linkedin:hover:before,
#mgz-gts-linkedin:focus:before {
  text-shadow: -1px -1px #0a5579;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-linkedin:active,
#mgz-gts-linkedin:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  transition: all 0.1s ease;
  background-color: #0c6590;
}
#mgz-gts-linkedin:active:before,
#mgz-gts-linkedin:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-linkedin:before {
  transition: all 0.3s ease;
  content: "\f0e1";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0a5579;
}
#mgz-gts-linkedin:hover,
#mgz-gts-linkedin:focus {
  background-color: #0e76a8;
  -webkit-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
}
#mgz-gts-linkedin:hover:before,
#mgz-gts-linkedin:focus:before {
  text-shadow: -1px -1px #0a5579;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-linkedin:active,
#mgz-gts-linkedin:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  transition: all 0.1s ease;
  background-color: #0c6590;
}
#mgz-gts-linkedin:active:before,
#mgz-gts-linkedin:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-linkedin:before {
  transition: all 0.3s ease;
  content: "\f0e1";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0a5579;
}
#mgz-gts-linkedin:hover,
#mgz-gts-linkedin:focus {
  background-color: #0e76a8;
  -webkit-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
}
#mgz-gts-linkedin:hover:before,
#mgz-gts-linkedin:focus:before {
  text-shadow: -1px -1px #0a5579;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-linkedin:active,
#mgz-gts-linkedin:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  transition: all 0.1s ease;
  background-color: #0c6590;
}
#mgz-gts-linkedin:active:before,
#mgz-gts-linkedin:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-linkedin:before {
  transition: all 0.3s ease;
  content: "\f0e1";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0a5579;
}
#mgz-gts-linkedin:hover,
#mgz-gts-linkedin:focus {
  background-color: #0e76a8;
  -webkit-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
}
#mgz-gts-linkedin:hover:before,
#mgz-gts-linkedin:focus:before {
  text-shadow: -1px -1px #0a5579;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-linkedin:active,
#mgz-gts-linkedin:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  transition: all 0.1s ease;
  background-color: #0c6590;
}
#mgz-gts-linkedin:active:before,
#mgz-gts-linkedin:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-linkedin:before {
  transition: all 0.3s ease;
  content: "\f0e1";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0a5579;
}
#mgz-gts-linkedin:hover,
#mgz-gts-linkedin:focus {
  background-color: #0e76a8;
  -webkit-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
}
#mgz-gts-linkedin:hover:before,
#mgz-gts-linkedin:focus:before {
  text-shadow: -1px -1px #0a5579;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-linkedin:active,
#mgz-gts-linkedin:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  transition: all 0.1s ease;
  background-color: #0c6590;
}
#mgz-gts-linkedin:active:before,
#mgz-gts-linkedin:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-linkedin:before {
  transition: all 0.3s ease;
  content: "\f0e1";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0a5579;
}
#mgz-gts-linkedin:hover,
#mgz-gts-linkedin:focus {
  background-color: #0e76a8;
  -webkit-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
}
#mgz-gts-linkedin:hover:before,
#mgz-gts-linkedin:focus:before {
  text-shadow: -1px -1px #0a5579;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-linkedin:active,
#mgz-gts-linkedin:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  transition: all 0.1s ease;
  background-color: #0c6590;
}
#mgz-gts-linkedin:active:before,
#mgz-gts-linkedin:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-linkedin:before {
  transition: all 0.3s ease;
  content: "\f0e1";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0a5579;
}
#mgz-gts-linkedin:hover,
#mgz-gts-linkedin:focus {
  background-color: #0e76a8;
  -webkit-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
}
#mgz-gts-linkedin:hover:before,
#mgz-gts-linkedin:focus:before {
  text-shadow: -1px -1px #0a5579;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-linkedin:active,
#mgz-gts-linkedin:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  transition: all 0.1s ease;
  background-color: #0c6590;
}
#mgz-gts-linkedin:active:before,
#mgz-gts-linkedin:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-pinterest {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 20px rgba(200, 35, 44, 0), inset 0 0 5px #b21f27, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0 0 0 20px rgba(200, 35, 44, 0), inset 0 0 5px #b21f27, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -ms-box-shadow: 0 0 0 20px rgba(200, 35, 44, 0), inset 0 0 5px #b21f27, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 0 20px rgba(200, 35, 44, 0), inset 0 0 5px #b21f27, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 0 none;
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  padding: 0px;
  margin: 10px;
  color: #ffffff;
  border: 0 none;
  background-color: rgba(200, 35, 44, 0.8);
}
#mgz-gts-pinterest:before {
  transition: all 0.3s ease;
  content: "\f231";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #9d1b22;
}
#mgz-gts-pinterest:hover,
#mgz-gts-pinterest:focus {
  background-color: #c8232c;
  -webkit-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
}
#mgz-gts-pinterest:hover:before,
#mgz-gts-pinterest:focus:before {
  text-shadow: -1px -1px #9d1b22;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-pinterest:active,
#mgz-gts-pinterest:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  transition: all 0.1s ease;
  background-color: #b21f27;
}
#mgz-gts-pinterest:active:before,
#mgz-gts-pinterest:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-pinterest:before {
  transition: all 0.3s ease;
  content: "\f231";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #9d1b22;
}
#mgz-gts-pinterest:hover,
#mgz-gts-pinterest:focus {
  background-color: #c8232c;
  -webkit-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
}
#mgz-gts-pinterest:hover:before,
#mgz-gts-pinterest:focus:before {
  text-shadow: -1px -1px #9d1b22;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-pinterest:active,
#mgz-gts-pinterest:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  transition: all 0.1s ease;
  background-color: #b21f27;
}
#mgz-gts-pinterest:active:before,
#mgz-gts-pinterest:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-pinterest:before {
  transition: all 0.3s ease;
  content: "\f231";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #9d1b22;
}
#mgz-gts-pinterest:hover,
#mgz-gts-pinterest:focus {
  background-color: #c8232c;
  -webkit-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
}
#mgz-gts-pinterest:hover:before,
#mgz-gts-pinterest:focus:before {
  text-shadow: -1px -1px #9d1b22;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-pinterest:active,
#mgz-gts-pinterest:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  transition: all 0.1s ease;
  background-color: #b21f27;
}
#mgz-gts-pinterest:active:before,
#mgz-gts-pinterest:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-pinterest:before {
  transition: all 0.3s ease;
  content: "\f231";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #9d1b22;
}
#mgz-gts-pinterest:hover,
#mgz-gts-pinterest:focus {
  background-color: #c8232c;
  -webkit-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
}
#mgz-gts-pinterest:hover:before,
#mgz-gts-pinterest:focus:before {
  text-shadow: -1px -1px #9d1b22;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-pinterest:active,
#mgz-gts-pinterest:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  transition: all 0.1s ease;
  background-color: #b21f27;
}
#mgz-gts-pinterest:active:before,
#mgz-gts-pinterest:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-pinterest:before {
  transition: all 0.3s ease;
  content: "\f231";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #9d1b22;
}
#mgz-gts-pinterest:hover,
#mgz-gts-pinterest:focus {
  background-color: #c8232c;
  -webkit-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
}
#mgz-gts-pinterest:hover:before,
#mgz-gts-pinterest:focus:before {
  text-shadow: -1px -1px #9d1b22;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-pinterest:active,
#mgz-gts-pinterest:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  transition: all 0.1s ease;
  background-color: #b21f27;
}
#mgz-gts-pinterest:active:before,
#mgz-gts-pinterest:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-pinterest:before {
  transition: all 0.3s ease;
  content: "\f231";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #9d1b22;
}
#mgz-gts-pinterest:hover,
#mgz-gts-pinterest:focus {
  background-color: #c8232c;
  -webkit-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
}
#mgz-gts-pinterest:hover:before,
#mgz-gts-pinterest:focus:before {
  text-shadow: -1px -1px #9d1b22;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-pinterest:active,
#mgz-gts-pinterest:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  transition: all 0.1s ease;
  background-color: #b21f27;
}
#mgz-gts-pinterest:active:before,
#mgz-gts-pinterest:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-pinterest:before {
  transition: all 0.3s ease;
  content: "\f231";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #9d1b22;
}
#mgz-gts-pinterest:hover,
#mgz-gts-pinterest:focus {
  background-color: #c8232c;
  -webkit-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
}
#mgz-gts-pinterest:hover:before,
#mgz-gts-pinterest:focus:before {
  text-shadow: -1px -1px #9d1b22;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-pinterest:active,
#mgz-gts-pinterest:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  transition: all 0.1s ease;
  background-color: #b21f27;
}
#mgz-gts-pinterest:active:before,
#mgz-gts-pinterest:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-pinterest:before {
  transition: all 0.3s ease;
  content: "\f231";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #9d1b22;
}
#mgz-gts-pinterest:hover,
#mgz-gts-pinterest:focus {
  background-color: #c8232c;
  -webkit-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
}
#mgz-gts-pinterest:hover:before,
#mgz-gts-pinterest:focus:before {
  text-shadow: -1px -1px #9d1b22;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-pinterest:active,
#mgz-gts-pinterest:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  transition: all 0.1s ease;
  background-color: #b21f27;
}
#mgz-gts-pinterest:active:before,
#mgz-gts-pinterest:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-pinterest:before {
  transition: all 0.3s ease;
  content: "\f231";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #9d1b22;
}
#mgz-gts-pinterest:hover,
#mgz-gts-pinterest:focus {
  background-color: #c8232c;
  -webkit-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
}
#mgz-gts-pinterest:hover:before,
#mgz-gts-pinterest:focus:before {
  text-shadow: -1px -1px #9d1b22;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-pinterest:active,
#mgz-gts-pinterest:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  transition: all 0.1s ease;
  background-color: #b21f27;
}
#mgz-gts-pinterest:active:before,
#mgz-gts-pinterest:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-google {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 20px rgba(179, 60, 46, 0), inset 0 0 5px #9f3529, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0 0 0 20px rgba(179, 60, 46, 0), inset 0 0 5px #9f3529, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -ms-box-shadow: 0 0 0 20px rgba(179, 60, 46, 0), inset 0 0 5px #9f3529, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 0 20px rgba(179, 60, 46, 0), inset 0 0 5px #9f3529, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 0 none;
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  padding: 0px;
  margin: 10px;
  color: #ffffff;
  border: 0 none;
  background-color: rgba(179, 60, 46, 0.8);
}
#mgz-gts-google:before {
  transition: all 0.3s ease;
  content: "\f0d5";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #8a2e24;
}
#mgz-gts-google:hover,
#mgz-gts-google:focus {
  background-color: #b33c2e;
  -webkit-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
}
#mgz-gts-google:hover:before,
#mgz-gts-google:focus:before {
  text-shadow: -1px -1px #8a2e24;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-google:active,
#mgz-gts-google:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  transition: all 0.1s ease;
  background-color: #9f3529;
}
#mgz-gts-google:active:before,
#mgz-gts-google:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-google:before {
  transition: all 0.3s ease;
  content: "\f0d5";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #8a2e24;
}
#mgz-gts-google:hover,
#mgz-gts-google:focus {
  background-color: #b33c2e;
  -webkit-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
}
#mgz-gts-google:hover:before,
#mgz-gts-google:focus:before {
  text-shadow: -1px -1px #8a2e24;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-google:active,
#mgz-gts-google:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  transition: all 0.1s ease;
  background-color: #9f3529;
}
#mgz-gts-google:active:before,
#mgz-gts-google:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-google:before {
  transition: all 0.3s ease;
  content: "\f0d5";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #8a2e24;
}
#mgz-gts-google:hover,
#mgz-gts-google:focus {
  background-color: #b33c2e;
  -webkit-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
}
#mgz-gts-google:hover:before,
#mgz-gts-google:focus:before {
  text-shadow: -1px -1px #8a2e24;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-google:active,
#mgz-gts-google:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  transition: all 0.1s ease;
  background-color: #9f3529;
}
#mgz-gts-google:active:before,
#mgz-gts-google:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-google:before {
  transition: all 0.3s ease;
  content: "\f0d5";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #8a2e24;
}
#mgz-gts-google:hover,
#mgz-gts-google:focus {
  background-color: #b33c2e;
  -webkit-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
}
#mgz-gts-google:hover:before,
#mgz-gts-google:focus:before {
  text-shadow: -1px -1px #8a2e24;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-google:active,
#mgz-gts-google:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  transition: all 0.1s ease;
  background-color: #9f3529;
}
#mgz-gts-google:active:before,
#mgz-gts-google:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-google:before {
  transition: all 0.3s ease;
  content: "\f0d5";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #8a2e24;
}
#mgz-gts-google:hover,
#mgz-gts-google:focus {
  background-color: #b33c2e;
  -webkit-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
}
#mgz-gts-google:hover:before,
#mgz-gts-google:focus:before {
  text-shadow: -1px -1px #8a2e24;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-google:active,
#mgz-gts-google:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  transition: all 0.1s ease;
  background-color: #9f3529;
}
#mgz-gts-google:active:before,
#mgz-gts-google:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-google:before {
  transition: all 0.3s ease;
  content: "\f0d5";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #8a2e24;
}
#mgz-gts-google:hover,
#mgz-gts-google:focus {
  background-color: #b33c2e;
  -webkit-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
}
#mgz-gts-google:hover:before,
#mgz-gts-google:focus:before {
  text-shadow: -1px -1px #8a2e24;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-google:active,
#mgz-gts-google:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  transition: all 0.1s ease;
  background-color: #9f3529;
}
#mgz-gts-google:active:before,
#mgz-gts-google:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-google:before {
  transition: all 0.3s ease;
  content: "\f0d5";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #8a2e24;
}
#mgz-gts-google:hover,
#mgz-gts-google:focus {
  background-color: #b33c2e;
  -webkit-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
}
#mgz-gts-google:hover:before,
#mgz-gts-google:focus:before {
  text-shadow: -1px -1px #8a2e24;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-google:active,
#mgz-gts-google:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  transition: all 0.1s ease;
  background-color: #9f3529;
}
#mgz-gts-google:active:before,
#mgz-gts-google:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-google:before {
  transition: all 0.3s ease;
  content: "\f0d5";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #8a2e24;
}
#mgz-gts-google:hover,
#mgz-gts-google:focus {
  background-color: #b33c2e;
  -webkit-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
}
#mgz-gts-google:hover:before,
#mgz-gts-google:focus:before {
  text-shadow: -1px -1px #8a2e24;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-google:active,
#mgz-gts-google:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  transition: all 0.1s ease;
  background-color: #9f3529;
}
#mgz-gts-google:active:before,
#mgz-gts-google:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-google:before {
  transition: all 0.3s ease;
  content: "\f0d5";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #8a2e24;
}
#mgz-gts-google:hover,
#mgz-gts-google:focus {
  background-color: #b33c2e;
  -webkit-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
}
#mgz-gts-google:hover:before,
#mgz-gts-google:focus:before {
  text-shadow: -1px -1px #8a2e24;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-google:active,
#mgz-gts-google:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  transition: all 0.1s ease;
  background-color: #9f3529;
}
#mgz-gts-google:active:before,
#mgz-gts-google:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
.gts-question-social {
  max-width: 680px;
  margin: 50px auto 50px;
}
.gts-question-social .gts-flat-social {
  list-style: none;
  display: flex;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  max-width: 680px;
  padding: 5px 0;
  text-align: center;
  flex-wrap: wrap;
}
.gts-question-social li {
  margin: 0;
}
.gts-question-social span {
  font-size: 20px;
  font-weight: 700;
}
.mgz-gts-question-widget-title {
  position: relative;
}
.mgz-gts-question-widget-title:hover a {
  padding-left: 5px;
}
.mgz-gts-question-widget-title:hover .mgz-fa-chevron-right {
  transform: scale(1.2);
}
.mgz-gts-question-widget-title a,
.mgz-gts-question-widget-title i {
  color: #333;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.mgz-gts-question-widget-title i {
  font-size: 10px;
}
.mgz-gts .page-title-wrapper {
  display: none;
}
.mgz-gts svg {
  cursor: pointer;
  overflow: visible;
  width: 60px;
}
.mgz-gts svg #like,
.mgz-gts svg #dislike {
  animation: animateHeartOut 0.3s linear forwards;
  transform-origin: 11.5px 11.5px;
}
.mgz-gts svg #main-circ {
  -webkit-transform-origin: 29.5px 29.5px;
  -moz-transform-origin: 29.5px 29.5px;
  -ms-transform-origin: 29.5px 29.5px;
  transform-origin: 29.5px 29.5px;
}
.mgz-gts.page-layout-2columns-left .sidebar.sidebar-main {
  padding: 0;
}
.mgz-gts.page-layout-2columns-left .sidebar.sidebar-additional {
  padding: 0;
}
.mgz-gts.page-layout-2columns-left .column.main {
  padding-left: 2%;
}
.mgz-gts.page-layout-empty .sidebar-main,
.mgz-gts.page-layout-1column .sidebar-main,
.mgz-gts.page-layout-empty .sidebar-additional,
.mgz-gts.page-layout-1column .sidebar-additional {
  padding-right: 0;
  padding-left: 0;
}
#checkbox-1,
#checkbox-2 {
  display: none;
}
.mgzgts-question-view.page-layout-2columns-left .column.main,
.mgzgts-question-view.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzgts-question-view.page-layout-2columns-left .sidebar.sidebar,
.mgzgts-question-view.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzgts-question-view.page-layout-2columns-left .mgz-faq-sidebar-top-question a,
.mgzgts-question-view.page-layout-2columns-right .mgz-faq-sidebar-top-question a {
  width: 200px;
}
.mgzgts-question-view.page-layout-2columns-left .column.main,
.mgzgts-question-view.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzgts-question-view.page-layout-2columns-left .sidebar.sidebar,
.mgzgts-question-view.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzgts-question-view.page-layout-2columns-left .mgz-faqc-sidebar-top-question a,
.mgzgts-question-view.page-layout-2columns-right .mgz-faqc-sidebar-top-question a {
  width: 200px;
}
.mgzgts-question-view.page-layout-2columns-left .column.main,
.mgzgts-question-view.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzgts-question-view.page-layout-2columns-left .sidebar.sidebar,
.mgzgts-question-view.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzgts-question-view.page-layout-2columns-left .mgz-gts-sidebar-top-question a,
.mgzgts-question-view.page-layout-2columns-right .mgz-gts-sidebar-top-question a {
  width: 200px;
}
.mgzgts-tag-view.page-layout-2columns-left .column.main,
.mgzgts-tag-view.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzgts-tag-view.page-layout-2columns-left .sidebar.sidebar,
.mgzgts-tag-view.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzgts-tag-view.page-layout-2columns-left .mgz-faq-sidebar-top-question a,
.mgzgts-tag-view.page-layout-2columns-right .mgz-faq-sidebar-top-question a {
  width: 200px;
}
.mgzgts-tag-view.page-layout-2columns-left .column.main,
.mgzgts-tag-view.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzgts-tag-view.page-layout-2columns-left .sidebar.sidebar,
.mgzgts-tag-view.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzgts-tag-view.page-layout-2columns-left .mgz-faqc-sidebar-top-question a,
.mgzgts-tag-view.page-layout-2columns-right .mgz-faqc-sidebar-top-question a {
  width: 200px;
}
.mgzgts-tag-view.page-layout-2columns-left .column.main,
.mgzgts-tag-view.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzgts-tag-view.page-layout-2columns-left .sidebar.sidebar,
.mgzgts-tag-view.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzgts-tag-view.page-layout-2columns-left .mgz-gts-sidebar-top-question a,
.mgzgts-tag-view.page-layout-2columns-right .mgz-gts-sidebar-top-question a {
  width: 200px;
}
.mgzgts-index-index.page-layout-2columns-left .column.main,
.mgzgts-index-index.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzgts-index-index.page-layout-2columns-left .sidebar.sidebar,
.mgzgts-index-index.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzgts-index-index.page-layout-2columns-left .mgz-faq-sidebar-top-question a,
.mgzgts-index-index.page-layout-2columns-right .mgz-faq-sidebar-top-question a {
  width: 200px;
}
.mgzgts-index-index.page-layout-2columns-left .column.main,
.mgzgts-index-index.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzgts-index-index.page-layout-2columns-left .sidebar.sidebar,
.mgzgts-index-index.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzgts-index-index.page-layout-2columns-left .mgz-faqc-sidebar-top-question a,
.mgzgts-index-index.page-layout-2columns-right .mgz-faqc-sidebar-top-question a {
  width: 200px;
}
.mgzgts-index-index.page-layout-2columns-left .column.main,
.mgzgts-index-index.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzgts-index-index.page-layout-2columns-left .sidebar.sidebar,
.mgzgts-index-index.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzgts-index-index.page-layout-2columns-left .mgz-gts-sidebar-top-question a,
.mgzgts-index-index.page-layout-2columns-right .mgz-gts-sidebar-top-question a {
  width: 200px;
}
.mgzgts-category-view.page-layout-2columns-left .column.main,
.mgzgts-category-view.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzgts-category-view.page-layout-2columns-left .sidebar.sidebar,
.mgzgts-category-view.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzgts-category-view.page-layout-2columns-left .mgz-faq-sidebar-top-question a,
.mgzgts-category-view.page-layout-2columns-right .mgz-faq-sidebar-top-question a {
  width: 200px;
}
.mgzgts-category-view.page-layout-2columns-left .column.main,
.mgzgts-category-view.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzgts-category-view.page-layout-2columns-left .sidebar.sidebar,
.mgzgts-category-view.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzgts-category-view.page-layout-2columns-left .mgz-faqc-sidebar-top-question a,
.mgzgts-category-view.page-layout-2columns-right .mgz-faqc-sidebar-top-question a {
  width: 200px;
}
.mgzgts-category-view.page-layout-2columns-left .column.main,
.mgzgts-category-view.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzgts-category-view.page-layout-2columns-left .sidebar.sidebar,
.mgzgts-category-view.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzgts-category-view.page-layout-2columns-left .mgz-gts-sidebar-top-question a,
.mgzgts-category-view.page-layout-2columns-right .mgz-gts-sidebar-top-question a {
  width: 200px;
}
.mgzgts-search-result.page-layout-2columns-left .column.main,
.mgzgts-search-result.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzgts-search-result.page-layout-2columns-left .sidebar.sidebar,
.mgzgts-search-result.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzgts-search-result.page-layout-2columns-left .mgz-faq-sidebar-top-question a,
.mgzgts-search-result.page-layout-2columns-right .mgz-faq-sidebar-top-question a {
  width: 200px;
}
.mgzgts-search-result.page-layout-2columns-left .column.main,
.mgzgts-search-result.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzgts-search-result.page-layout-2columns-left .sidebar.sidebar,
.mgzgts-search-result.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzgts-search-result.page-layout-2columns-left .mgz-faqc-sidebar-top-question a,
.mgzgts-search-result.page-layout-2columns-right .mgz-faqc-sidebar-top-question a {
  width: 200px;
}
.mgzgts-search-result.page-layout-2columns-left .column.main,
.mgzgts-search-result.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzgts-search-result.page-layout-2columns-left .sidebar.sidebar,
.mgzgts-search-result.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzgts-search-result.page-layout-2columns-left .mgz-gts-sidebar-top-question a,
.mgzgts-search-result.page-layout-2columns-right .mgz-gts-sidebar-top-question a {
  width: 200px;
}
#checkbox-2:checked + label svg #like,
#checkbox-1:checked + label svg #like {
  transform: scale(0.08);
  animation: animateHeart 0.3s linear forwards 0.25s;
  fill: #00aef0;
}
#checkbox-2:checked + label svg #dislike,
#checkbox-1:checked + label svg #dislike {
  transform: scale(0.08);
  animation: animateHeart 0.3s linear forwards 0.25s;
  fill: #e2264d;
}
#checkbox-2:checked + label svg #main-circ,
#checkbox-1:checked + label svg #main-circ {
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -ms-transition: all 2s;
  transition: all 2s;
  animation: animateCircle .3s linear forwards;
  opacity: 1;
}
#checkbox-2:checked + label svg #oval1,
#checkbox-1:checked + label svg #oval1 {
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transition: 0.5s transform 0.3s;
  -moz-transition: 0.5s transform 0.3s;
  -ms-transition: 0.5s transform 0.3s;
  transition: 0.5s transform 0.3s;
}
#checkbox-2:checked + label svg #oval2,
#checkbox-1:checked + label svg #oval2 {
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transition: 1.5s transform 0.3s;
  -moz-transition: 1.5s transform 0.3s;
  -ms-transition: 1.5s transform 0.3s;
  transition: 1.5s transform 0.3s;
}
#checkbox-2:checked + label svg #grp1,
#checkbox-1:checked + label svg #grp1 {
  opacity: 1;
  -webkit-transition: 0.1s all 0.3s;
  -moz-transition: 0.1s all 0.3s;
  -ms-transition: 0.1s all 0.3s;
  transition: 0.1s all 0.3s;
}
#checkbox-2:checked + label svg #grp1 #oval1,
#checkbox-1:checked + label svg #grp1 #oval1 {
  -webkit-transform: scale(0) translate(0, -30px);
  -moz-transform: scale(0) translate(0, -30px);
  -ms-transform: scale(0) translate(0, -30px);
  transform: scale(0) translate(0, -30px);
}
#checkbox-2:checked + label svg #grp1 #oval2,
#checkbox-1:checked + label svg #grp1 #oval2 {
  -webkit-transform: scale(0) translate(10px, -50px);
  -moz-transform: scale(0) translate(10px, -50px);
  -ms-transform: scale(0) translate(10px, -50px);
  transform: scale(0) translate(10px, -50px);
}
#checkbox-2:checked + label svg #grp1 #oval1,
#checkbox-1:checked + label svg #grp1 #oval1 {
  -webkit-transform: scale(0) translate(0, -30px);
  -moz-transform: scale(0) translate(0, -30px);
  -ms-transform: scale(0) translate(0, -30px);
  transform: scale(0) translate(0, -30px);
}
#checkbox-2:checked + label svg #grp1 #oval2,
#checkbox-1:checked + label svg #grp1 #oval2 {
  -webkit-transform: scale(0) translate(10px, -50px);
  -moz-transform: scale(0) translate(10px, -50px);
  -ms-transform: scale(0) translate(10px, -50px);
  transform: scale(0) translate(10px, -50px);
}
#checkbox-2:checked + label svg #grp1 #oval1,
#checkbox-1:checked + label svg #grp1 #oval1 {
  -webkit-transform: scale(0) translate(0, -30px);
  -moz-transform: scale(0) translate(0, -30px);
  -ms-transform: scale(0) translate(0, -30px);
  transform: scale(0) translate(0, -30px);
}
#checkbox-2:checked + label svg #grp1 #oval2,
#checkbox-1:checked + label svg #grp1 #oval2 {
  -webkit-transform: scale(0) translate(10px, -50px);
  -moz-transform: scale(0) translate(10px, -50px);
  -ms-transform: scale(0) translate(10px, -50px);
  transform: scale(0) translate(10px, -50px);
}
#checkbox-2:checked + label svg #grp2,
#checkbox-1:checked + label svg #grp2 {
  opacity: 1;
  -webkit-transition: 0.1s all 0.3s;
  -moz-transition: 0.1s all 0.3s;
  -ms-transition: 0.1s all 0.3s;
  transition: 0.1s all 0.3s;
}
#checkbox-2:checked + label svg #grp2 #oval1,
#checkbox-1:checked + label svg #grp2 #oval1 {
  -webkit-transform: scale(0) translate(30px, -15px);
  -moz-transform: scale(0) translate(30px, -15px);
  -ms-transform: scale(0) translate(30px, -15px);
  transform: scale(0) translate(30px, -15px);
}
#checkbox-2:checked + label svg #grp2 #oval2,
#checkbox-1:checked + label svg #grp2 #oval2 {
  -webkit-transform: scale(0) translate(60px, -15px);
  -moz-transform: scale(0) translate(60px, -15px);
  -ms-transform: scale(0) translate(60px, -15px);
  transform: scale(0) translate(60px, -15px);
}
#checkbox-2:checked + label svg #grp2 #oval1,
#checkbox-1:checked + label svg #grp2 #oval1 {
  -webkit-transform: scale(0) translate(30px, -15px);
  -moz-transform: scale(0) translate(30px, -15px);
  -ms-transform: scale(0) translate(30px, -15px);
  transform: scale(0) translate(30px, -15px);
}
#checkbox-2:checked + label svg #grp2 #oval2,
#checkbox-1:checked + label svg #grp2 #oval2 {
  -webkit-transform: scale(0) translate(60px, -15px);
  -moz-transform: scale(0) translate(60px, -15px);
  -ms-transform: scale(0) translate(60px, -15px);
  transform: scale(0) translate(60px, -15px);
}
#checkbox-2:checked + label svg #grp2 #oval1,
#checkbox-1:checked + label svg #grp2 #oval1 {
  -webkit-transform: scale(0) translate(30px, -15px);
  -moz-transform: scale(0) translate(30px, -15px);
  -ms-transform: scale(0) translate(30px, -15px);
  transform: scale(0) translate(30px, -15px);
}
#checkbox-2:checked + label svg #grp2 #oval2,
#checkbox-1:checked + label svg #grp2 #oval2 {
  -webkit-transform: scale(0) translate(60px, -15px);
  -moz-transform: scale(0) translate(60px, -15px);
  -ms-transform: scale(0) translate(60px, -15px);
  transform: scale(0) translate(60px, -15px);
}
#checkbox-2:checked + label svg #grp3,
#checkbox-1:checked + label svg #grp3 {
  opacity: 1;
  -webkit-transition: 0.1s all 0.3s;
  -moz-transition: 0.1s all 0.3s;
  -ms-transition: 0.1s all 0.3s;
  transition: 0.1s all 0.3s;
}
#checkbox-2:checked + label svg #grp3 #oval1,
#checkbox-1:checked + label svg #grp3 #oval1 {
  -webkit-transform: scale(0) translate(30px, 0px);
  -moz-transform: scale(0) translate(30px, 0px);
  -ms-transform: scale(0) translate(30px, 0px);
  transform: scale(0) translate(30px, 0px);
}
#checkbox-2:checked + label svg #grp3 #oval2,
#checkbox-1:checked + label svg #grp3 #oval2 {
  -webkit-transform: scale(0) translate(60px, 10px);
  -moz-transform: scale(0) translate(60px, 10px);
  -ms-transform: scale(0) translate(60px, 10px);
  transform: scale(0) translate(60px, 10px);
}
#checkbox-2:checked + label svg #grp3 #oval1,
#checkbox-1:checked + label svg #grp3 #oval1 {
  -webkit-transform: scale(0) translate(30px, 0px);
  -moz-transform: scale(0) translate(30px, 0px);
  -ms-transform: scale(0) translate(30px, 0px);
  transform: scale(0) translate(30px, 0px);
}
#checkbox-2:checked + label svg #grp3 #oval2,
#checkbox-1:checked + label svg #grp3 #oval2 {
  -webkit-transform: scale(0) translate(60px, 10px);
  -moz-transform: scale(0) translate(60px, 10px);
  -ms-transform: scale(0) translate(60px, 10px);
  transform: scale(0) translate(60px, 10px);
}
#checkbox-2:checked + label svg #grp3 #oval1,
#checkbox-1:checked + label svg #grp3 #oval1 {
  -webkit-transform: scale(0) translate(30px, 0px);
  -moz-transform: scale(0) translate(30px, 0px);
  -ms-transform: scale(0) translate(30px, 0px);
  transform: scale(0) translate(30px, 0px);
}
#checkbox-2:checked + label svg #grp3 #oval2,
#checkbox-1:checked + label svg #grp3 #oval2 {
  -webkit-transform: scale(0) translate(60px, 10px);
  -moz-transform: scale(0) translate(60px, 10px);
  -ms-transform: scale(0) translate(60px, 10px);
  transform: scale(0) translate(60px, 10px);
}
#checkbox-2:checked + label svg #grp4,
#checkbox-1:checked + label svg #grp4 {
  opacity: 1;
  -webkit-transition: 0.1s all 0.3s;
  -moz-transition: 0.1s all 0.3s;
  -ms-transition: 0.1s all 0.3s;
  transition: 0.1s all 0.3s;
}
#checkbox-2:checked + label svg #grp4 #oval1,
#checkbox-1:checked + label svg #grp4 #oval1 {
  -webkit-transform: scale(0) translate(30px, 15px);
  -moz-transform: scale(0) translate(30px, 15px);
  -ms-transform: scale(0) translate(30px, 15px);
  transform: scale(0) translate(30px, 15px);
}
#checkbox-2:checked + label svg #grp4 #oval2,
#checkbox-1:checked + label svg #grp4 #oval2 {
  -webkit-transform: scale(0) translate(40px, 50px);
  -moz-transform: scale(0) translate(40px, 50px);
  -ms-transform: scale(0) translate(40px, 50px);
  transform: scale(0) translate(40px, 50px);
}
#checkbox-2:checked + label svg #grp4 #oval1,
#checkbox-1:checked + label svg #grp4 #oval1 {
  -webkit-transform: scale(0) translate(30px, 15px);
  -moz-transform: scale(0) translate(30px, 15px);
  -ms-transform: scale(0) translate(30px, 15px);
  transform: scale(0) translate(30px, 15px);
}
#checkbox-2:checked + label svg #grp4 #oval2,
#checkbox-1:checked + label svg #grp4 #oval2 {
  -webkit-transform: scale(0) translate(40px, 50px);
  -moz-transform: scale(0) translate(40px, 50px);
  -ms-transform: scale(0) translate(40px, 50px);
  transform: scale(0) translate(40px, 50px);
}
#checkbox-2:checked + label svg #grp4 #oval1,
#checkbox-1:checked + label svg #grp4 #oval1 {
  -webkit-transform: scale(0) translate(30px, 15px);
  -moz-transform: scale(0) translate(30px, 15px);
  -ms-transform: scale(0) translate(30px, 15px);
  transform: scale(0) translate(30px, 15px);
}
#checkbox-2:checked + label svg #grp4 #oval2,
#checkbox-1:checked + label svg #grp4 #oval2 {
  -webkit-transform: scale(0) translate(40px, 50px);
  -moz-transform: scale(0) translate(40px, 50px);
  -ms-transform: scale(0) translate(40px, 50px);
  transform: scale(0) translate(40px, 50px);
}
#checkbox-2:checked + label svg #grp5,
#checkbox-1:checked + label svg #grp5 {
  opacity: 1;
  -webkit-transition: 0.1s all 0.3s;
  -moz-transition: 0.1s all 0.3s;
  -ms-transition: 0.1s all 0.3s;
  transition: 0.1s all 0.3s;
}
#checkbox-2:checked + label svg #grp5 #oval1,
#checkbox-1:checked + label svg #grp5 #oval1 {
  -webkit-transform: scale(0) translate(-10px, 20px);
  -moz-transform: scale(0) translate(-10px, 20px);
  -ms-transform: scale(0) translate(-10px, 20px);
  transform: scale(0) translate(-10px, 20px);
}
#checkbox-2:checked + label svg #grp5 #oval2,
#checkbox-1:checked + label svg #grp5 #oval2 {
  -webkit-transform: scale(0) translate(-60px, 30px);
  -moz-transform: scale(0) translate(-60px, 30px);
  -ms-transform: scale(0) translate(-60px, 30px);
  transform: scale(0) translate(-60px, 30px);
}
#checkbox-2:checked + label svg #grp5 #oval1,
#checkbox-1:checked + label svg #grp5 #oval1 {
  -webkit-transform: scale(0) translate(-10px, 20px);
  -moz-transform: scale(0) translate(-10px, 20px);
  -ms-transform: scale(0) translate(-10px, 20px);
  transform: scale(0) translate(-10px, 20px);
}
#checkbox-2:checked + label svg #grp5 #oval2,
#checkbox-1:checked + label svg #grp5 #oval2 {
  -webkit-transform: scale(0) translate(-60px, 30px);
  -moz-transform: scale(0) translate(-60px, 30px);
  -ms-transform: scale(0) translate(-60px, 30px);
  transform: scale(0) translate(-60px, 30px);
}
#checkbox-2:checked + label svg #grp5 #oval1,
#checkbox-1:checked + label svg #grp5 #oval1 {
  -webkit-transform: scale(0) translate(-10px, 20px);
  -moz-transform: scale(0) translate(-10px, 20px);
  -ms-transform: scale(0) translate(-10px, 20px);
  transform: scale(0) translate(-10px, 20px);
}
#checkbox-2:checked + label svg #grp5 #oval2,
#checkbox-1:checked + label svg #grp5 #oval2 {
  -webkit-transform: scale(0) translate(-60px, 30px);
  -moz-transform: scale(0) translate(-60px, 30px);
  -ms-transform: scale(0) translate(-60px, 30px);
  transform: scale(0) translate(-60px, 30px);
}
#checkbox-2:checked + label svg #grp6,
#checkbox-1:checked + label svg #grp6 {
  opacity: 1;
  -webkit-transition: 0.1s all 0.3s;
  -moz-transition: 0.1s all 0.3s;
  -ms-transition: 0.1s all 0.3s;
  transition: 0.1s all 0.3s;
}
#checkbox-2:checked + label svg #grp6 #oval1,
#checkbox-1:checked + label svg #grp6 #oval1 {
  -webkit-transform: scale(0) translate(-30px, 0px);
  -moz-transform: scale(0) translate(-30px, 0px);
  -ms-transform: scale(0) translate(-30px, 0px);
  transform: scale(0) translate(-30px, 0px);
}
#checkbox-2:checked + label svg #grp6 #oval2,
#checkbox-1:checked + label svg #grp6 #oval2 {
  -webkit-transform: scale(0) translate(-60px, -5px);
  -moz-transform: scale(0) translate(-60px, -5px);
  -ms-transform: scale(0) translate(-60px, -5px);
  transform: scale(0) translate(-60px, -5px);
}
#checkbox-2:checked + label svg #grp6 #oval1,
#checkbox-1:checked + label svg #grp6 #oval1 {
  -webkit-transform: scale(0) translate(-30px, 0px);
  -moz-transform: scale(0) translate(-30px, 0px);
  -ms-transform: scale(0) translate(-30px, 0px);
  transform: scale(0) translate(-30px, 0px);
}
#checkbox-2:checked + label svg #grp6 #oval2,
#checkbox-1:checked + label svg #grp6 #oval2 {
  -webkit-transform: scale(0) translate(-60px, -5px);
  -moz-transform: scale(0) translate(-60px, -5px);
  -ms-transform: scale(0) translate(-60px, -5px);
  transform: scale(0) translate(-60px, -5px);
}
#checkbox-2:checked + label svg #grp6 #oval1,
#checkbox-1:checked + label svg #grp6 #oval1 {
  -webkit-transform: scale(0) translate(-30px, 0px);
  -moz-transform: scale(0) translate(-30px, 0px);
  -ms-transform: scale(0) translate(-30px, 0px);
  transform: scale(0) translate(-30px, 0px);
}
#checkbox-2:checked + label svg #grp6 #oval2,
#checkbox-1:checked + label svg #grp6 #oval2 {
  -webkit-transform: scale(0) translate(-60px, -5px);
  -moz-transform: scale(0) translate(-60px, -5px);
  -ms-transform: scale(0) translate(-60px, -5px);
  transform: scale(0) translate(-60px, -5px);
}
#checkbox-2:checked + label svg #grp7,
#checkbox-1:checked + label svg #grp7 {
  opacity: 1;
  -webkit-transition: 0.1s all 0.3s;
  -moz-transition: 0.1s all 0.3s;
  -ms-transition: 0.1s all 0.3s;
  transition: 0.1s all 0.3s;
}
#checkbox-2:checked + label svg #grp7 #oval1,
#checkbox-1:checked + label svg #grp7 #oval1 {
  -webkit-transform: scale(0) translate(-30px, -15px);
  -moz-transform: scale(0) translate(-30px, -15px);
  -ms-transform: scale(0) translate(-30px, -15px);
  transform: scale(0) translate(-30px, -15px);
}
#checkbox-2:checked + label svg #grp7 #oval2,
#checkbox-1:checked + label svg #grp7 #oval2 {
  -webkit-transform: scale(0) translate(-55px, -30px);
  -moz-transform: scale(0) translate(-55px, -30px);
  -ms-transform: scale(0) translate(-55px, -30px);
  transform: scale(0) translate(-55px, -30px);
}
#checkbox-2:checked + label svg #grp7 #oval1,
#checkbox-1:checked + label svg #grp7 #oval1 {
  -webkit-transform: scale(0) translate(-30px, -15px);
  -moz-transform: scale(0) translate(-30px, -15px);
  -ms-transform: scale(0) translate(-30px, -15px);
  transform: scale(0) translate(-30px, -15px);
}
#checkbox-2:checked + label svg #grp7 #oval2,
#checkbox-1:checked + label svg #grp7 #oval2 {
  -webkit-transform: scale(0) translate(-55px, -30px);
  -moz-transform: scale(0) translate(-55px, -30px);
  -ms-transform: scale(0) translate(-55px, -30px);
  transform: scale(0) translate(-55px, -30px);
}
#checkbox-2:checked + label svg #grp7 #oval1,
#checkbox-1:checked + label svg #grp7 #oval1 {
  -webkit-transform: scale(0) translate(-30px, -15px);
  -moz-transform: scale(0) translate(-30px, -15px);
  -ms-transform: scale(0) translate(-30px, -15px);
  transform: scale(0) translate(-30px, -15px);
}
#checkbox-2:checked + label svg #grp7 #oval2,
#checkbox-1:checked + label svg #grp7 #oval2 {
  -webkit-transform: scale(0) translate(-55px, -30px);
  -moz-transform: scale(0) translate(-55px, -30px);
  -ms-transform: scale(0) translate(-55px, -30px);
  transform: scale(0) translate(-55px, -30px);
}
#checkbox-2:checked + label svg #grp2,
#checkbox-1:checked + label svg #grp2,
#checkbox-2:checked + label svg #grp3,
#checkbox-1:checked + label svg #grp3,
#checkbox-2:checked + label svg #grp4,
#checkbox-1:checked + label svg #grp4,
#checkbox-2:checked + label svg #grp5,
#checkbox-1:checked + label svg #grp5,
#checkbox-2:checked + label svg #grp6,
#checkbox-1:checked + label svg #grp6,
#checkbox-2:checked + label svg #grp7,
#checkbox-1:checked + label svg #grp7 {
  -webkit-transition: 0.1s opacity 0.3s;
  -moz-transition: 0.1s opacity 0.3s;
  -ms-transition: 0.1s opacity 0.3s;
  transition: 0.1s opacity 0.3s;
  opacity: 1;
}
@keyframes animateCircle {
  40% {
    -webkit-transform: scale(10);
    -moz-transform: scale(10);
    -ms-transform: scale(10);
    transform: scale(10);
    opacity: 1;
    fill: #DD4688;
  }
  55% {
    -webkit-transform: scale(11);
    -moz-transform: scale(11);
    -ms-transform: scale(11);
    transform: scale(11);
    opacity: 1;
    fill: #D46ABF;
  }
  65% {
    -webkit-transform: scale(12);
    -moz-transform: scale(12);
    -ms-transform: scale(12);
    transform: scale(12);
    opacity: 1;
    fill: #CC8EF5;
  }
  75% {
    -webkit-transform: scale(13);
    -moz-transform: scale(13);
    -ms-transform: scale(13);
    transform: scale(13);
    opacity: 1;
    fill: transparent;
    stroke: #CC8EF5;
    stroke-width: .5;
  }
  85% {
    -webkit-transform: scale(17);
    -moz-transform: scale(17);
    -ms-transform: scale(17);
    transform: scale(17);
    opacity: 1;
    fill: transparent;
    stroke: #CC8EF5;
    stroke-width: .2;
  }
  95% {
    -webkit-transform: scale(18);
    -moz-transform: scale(18);
    -ms-transform: scale(18);
    transform: scale(18);
    opacity: 1;
    fill: transparent;
    stroke: #CC8EF5;
    stroke-width: .1;
  }
  100% {
    -webkit-transform: scale(19);
    -moz-transform: scale(19);
    -ms-transform: scale(19);
    transform: scale(19);
    opacity: 1;
    fill: transparent;
    stroke: #CC8EF5;
    stroke-width: 0;
  }
}
@keyframes animateHeart {
  0% {
    -webkit-transform: scale(0.02);
    -moz-transform: scale(0.02);
    -ms-transform: scale(0.02);
    transform: scale(0.02);
  }
  40% {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
  }
  100% {
    -webkit-transform: scale(0.08);
    -moz-transform: scale(0.08);
    -ms-transform: scale(0.08);
    transform: scale(0.08);
  }
}
@keyframes animateHeartOut {
  0% {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
  }
  100% {
    -webkit-transform: scale(0.08);
    -moz-transform: scale(0.08);
    -ms-transform: scale(0.08);
    transform: scale(0.08);
  }
}
.mgz-gts .pager {
  margin-top: 20px;
  text-align: center;
}
.mgz-gts .pager > * {
  padding-right: 15px;
}
.mgz-gts .pager > p {
  display: none;
}
/*--------homepage-------------- */
.mgz-gts-side-bar-left-top-question {
  padding: 20px;
  background: #fbfbfb;
  margin-bottom: 50px;
}
.mgz-gts-side-bar-left-top-question h6 {
  margin: 0;
  font-size: 15px;
  margin-bottom: 13px;
  margin-top: 15px;
}
.mgz-gts-sidebar-top-question {
  position: relative;
  display: flex;
  align-items: center;
}
.mgz-gts-sidebar-top-question a {
  transition: all 0.2s ease-in-out;
  color: #1a1113;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  padding: 10px;
  text-decoration: none;
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mgz-gts-sidebar-top-question span {
  position: absolute;
  right: 0px;
  top: 12px;
  transition: all 0.2s ease-in-out;
}
.mgz-gts-sidebar-top-question:hover span {
  right: -5px;
}
/*--------------------------------------------------------------*/
/*
    Content Helpfull block
    */
.mgz-gts-helpful {
  -webkit-box-shadow: 0 0 3px #cacaca;
  -moz-box-shadow: 0 0 3px #cacaca;
  -ms-box-shadow: 0 0 3px #cacaca;
  box-shadow: 0 0 3px #cacaca;
  border-radius: 4px;
  margin: 30px auto;
  padding: 7px 20px;
  position: relative;
  text-align: center;
  width: fit-content;
}
.mgz-gts-helpful .mgz-gts-helpful-inner {
  display: flex;
  justify-content: center;
}
.mgz-gts-helpful .mgz-gts-helpful-inner span {
  text-align: center;
}
.mgz-gts-helpful .mgz-gts-helpful-like,
.mgz-gts-helpful .mgz-gts-helpful-dislike {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  padding: 10px;
  position: relative;
}
.mgz-gts-helpful .helpful-loading {
  display: none;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: #ffffff7a;
  left: 0;
}
.mgz-gts-helpful .helpful-loading img {
  object-fit: contain;
  height: 100%;
  width: 40px;
  white-space: nowrap;
}
/*--------------------------------------------------------------*/
/*
    View question page
    */
.gts-question-view {
  font-size: 15px;
  overflow-wrap: break-word;
}
/*--------Side right bar--------*/
.mgz-gts-question-side-bar {
  background: #FFF;
  margin-bottom: 40px;
  position: relative;
  -webkit-box-shadow: 0 0 3px #cacaca;
  -moz-box-shadow: 0 0 3px #cacaca;
  -ms-box-shadow: 0 0 3px #cacaca;
  box-shadow: 0 0 3px #cacaca;
}
.mgz-gts-question-side-bar .mgz-gts-question-sidebar-inner {
  padding: 15px;
}
.mgz-gts-question-side-bar h1 {
  -webkit-text-transform: uppercase;
  -moz-text-transform: uppercase;
  -ms-text-transform: uppercase;
  text-transform: uppercase;
  border-bottom: 1px solid #e5e5e5;
  font-size: 15px;
  margin-bottom: 10px;
  padding-bottom: 8px;
}
.mgz-gts-question-side-bar .gts-categories .mgz-gts-category-title-main {
  align-items: center;
  display: flex;
  padding: 5px 15px;
}
.mgz-gts-question-side-bar .mgz-gts-category-title-title a {
  color: #333;
  font-size: 10pt;
  margin-left: 5px;
  padding: 7px 5px 7px 0;
  position: relative;
  z-index: 1;
}
.mgz-gts-question-side-bar .mgz-gts-category-title-title a::before {
  transition: all 0.3s linear;
  bottom: 0;
  content: " ";
  height: 2px;
  left: 0;
  position: absolute;
  width: 0px;
  z-index: -1;
}
.mgz-gts-question-side-bar .mgz-gts-category-title-title a:hover::before {
  width: 100%;
}
.mgz-gts-question-side-bar .mgz-gts-category-title-title a:hover {
  transition: all 0.3s linear;
}
.mgz-gts-question-side-bar .mgz-gts-sidebar-recent-question {
  padding-top: 7px;
}
.mgz-gts-question-side-bar .mgz-gts-sidebar-recent-question a {
  align-items: center;
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  display: flex;
  font: inherit;
  margin-bottom: 15px;
  outline: none;
  position: relative;
  text-align: left;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  z-index: 10;
}
.mgz-gts-question-side-bar .mgz-gts-sidebar-recent-question a:hover::before {
  opacity: 1;
  transform: scale(1);
}
.mgz-gts-question-side-bar .mgz-gts-sidebar-recent-question a:hover span {
  right: 15px;
}
.mgz-gts-question-side-bar .mgz-gts-sidebar-recent-question a::before {
  -webkit-transform: scale(0.96);
  -moz-transform: scale(0.96);
  -ms-transform: scale(0.96);
  transform: scale(0.96);
  -webkit-box-shadow: 0 2px 18px rgba(34, 34, 34, 0.2);
  -moz-box-shadow: 0 2px 18px rgba(34, 34, 34, 0.2);
  -ms-box-shadow: 0 2px 18px rgba(34, 34, 34, 0.2);
  box-shadow: 0 2px 18px rgba(34, 34, 34, 0.2);
  -webkit-transition: transform 200ms cubic-bezier(0.345, 0.115, 0.135, 1.42), opacity 150ms ease-out, border-color 200ms ease-out;
  -moz-transition: transform 200ms cubic-bezier(0.345, 0.115, 0.135, 1.42), opacity 150ms ease-out, border-color 200ms ease-out;
  -ms-transition: transform 200ms cubic-bezier(0.345, 0.115, 0.135, 1.42), opacity 150ms ease-out, border-color 200ms ease-out;
  transition: transform 200ms cubic-bezier(0.345, 0.115, 0.135, 1.42), opacity 150ms ease-out, border-color 200ms ease-out;
  background: #FFFFFF;
  border: 1px dotted transparent;
  border-radius: 9px;
  bottom: -9px;
  content: "";
  left: -9px;
  opacity: 0;
  position: absolute;
  top: -9px;
  right: -9px;
  z-index: -1;
}
.mgz-gts-question-side-bar .mgz-gts-sidebar-recent-question h6 {
  margin: 0;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #222;
  padding-right: 35px;
}
.mgz-gts-question-side-bar .mgz-gts-sidebar-recent-question span {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
  position: absolute;
  right: 20px;
}
.mgz-gts-question-side-bar .mgz-gts-tag-sb {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-radius: 4px;
  display: inline-block;
  font-size: 8pt;
  margin: 0px 1px 6px 6px;
  padding: 6px 8px;
  padding-left: 10px;
  position: relative;
  z-index: 1;
}
.mgz-gts-question-side-bar .mgz-gts-tag-sb li {
  list-style: none;
}
.mgz-gts-question-side-bar .mgz-gts-tag-sb a {
  color: #fff;
}
.mgz-gts-question-side-bar .mgz-gts-tag-sb:hover {
  background: #555;
}
.mgz-gts-question-side-bar .mgz-gts-tag-sb:hover::before {
  border-color: transparent #555555 transparent;
}
.mgz-gts-question-side-bar .mgz-gts-tag-sb::after {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: -1px -1px 2px #004977;
  -moz-box-shadow: -1px -1px 2px #004977;
  -ms-box-shadow: -1px -1px 2px #004977;
  box-shadow: -1px -1px 2px #004977;
  background: #fff;
  content: " ";
  float: left;
  height: 4px;
  left: 5px;
  position: absolute;
  top: 5px;
  width: 4px;
}
.mgz-gts-question-side-bar .gts-categories li {
  list-style: none;
  border-bottom: 1px solid #e5e5e5;
  padding-left: 20px;
}
/*----------------------main content--------------------------*/
.mgz-gts-question-view {
  -webkit-box-shadow: 0 0 3px #cacaca;
  -moz-box-shadow: 0 0 3px #cacaca;
  -ms-box-shadow: 0 0 3px #cacaca;
  box-shadow: 0 0 3px #cacaca;
  background: #FFF;
  margin-bottom: 40px;
  position: relative;
}
.mgz-gts-question-view .mgz-gts-question-inner {
  padding: 20px;
}
.mgz-gts-question-view .gts-question-title {
  font-size: 28px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.mgz-gts-question-view i::before {
  margin-right: 3px;
}
.mgz-gts-question-view .gts-question-meta {
  border-bottom: 1px solid #f2f2f2;
  color: #888;
  font-size: 85%;
  margin: 20px 0;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.mgz-gts-question-view .gts-question-meta a {
  border-radius: 3px;
  color: #fff;
  padding: 3px 7px;
  margin-right: 4px;
  margin-bottom: 4px;
}
.mgz-gts-question-view .gts-question-meta a:hover {
  border-bottom: 1px dotted;
  color: #000;
}
.mgz-gts-question-view .gts-question-meta span {
  margin-right: 15px;
}
.mgz-gts-question-view img {
  width: 100%;
  height: 100%;
}
/*
    Side left bar block
    */
.mgz-gts-side-bar-left {
  padding: 20px;
  background: #fbfbfb;
  margin-bottom: 50px;
}
.mgz-gts-side-bar-left h6 {
  margin: 0;
  font-size: 15px;
  margin-bottom: 13px;
  margin-top: 15px;
}
.mgz-gts-side-bar-left a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #1a1113;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  padding: 10px;
  position: relative;
  text-decoration: none;
}
.mgz-gts-side-bar-left div {
  display: flex;
  flex-direction: column;
}
.mgz-gts-side-bar-left ._active {
  font-weight: 600;
}
.mgz-gts-side-bar-left ._active::before {
  content: " ";
  height: 28px;
  left: -10px;
  position: absolute;
  width: 4px;
}
.mgz-gts-question-tag {
  margin: -30px 0 35px;
}
.mgz-gts-question-tag a {
  text-transform: uppercase;
}
.mgz-gts .page-title {
  color: #000;
  font-size: 26px;
  margin-right: 10px;
  position: relative;
}
.mgz-gts .page-title::before {
  bottom: -5px;
  content: " ";
  height: 2px;
  position: absolute;
  width: 55px;
}
.mgz-gts-category-title-title a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
/*
    Banner, search form block
    */
.mgz-gts-banner {
  align-items: center;
  display: flex;
  height: 350px;
  justify-content: center;
  position: relative;
}
.mgz-gts-banner .alert-comment {
  background: #fff;
  border-radius: 3px;
  display: none;
  margin: 0;
  position: absolute;
  padding: 5px 10px;
  top: -37px;
}
.mgz-gts-banner .alert-comment i::before {
  margin-right: 4px;
}
.mgz-gts-banner .alert-comment::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: " ";
  width: 5px;
  height: 5px;
  position: absolute;
  background: #fff;
  bottom: -3px;
}
.mgz-gts-banner .alertEmpty {
  -webkit-box-shadow: 0 0 3px 2px #ff0000;
  -moz-box-shadow: 0 0 3px 2px #ff0000;
  -ms-box-shadow: 0 0 3px 2px #ff0000;
  box-shadow: 0 0 3px 2px #ff0000;
  color: red;
}
.mgz-gts-banner .alertEmpty:focus {
  -webkit-box-shadow: 0 0 3px 2px #ff0000;
  -moz-box-shadow: 0 0 3px 2px #ff0000;
  -ms-box-shadow: 0 0 3px 2px #ff0000;
  box-shadow: 0 0 3px 2px #ff0000;
}
.mgz-gts-banner .mgz-gts-banner-color,
.mgz-gts-banner .mgz-gts-banner-image {
  height: 100%;
  position: absolute;
  z-index: 0;
  width: 100%;
}
.mgz-gts-banner .mgz-gts-banner-image {
  background-position: 50% 50%;
}
.mgz-gts-banner .gts-searchform-head {
  margin-bottom: 50px;
  text-align: center;
}
.mgz-gts-banner .gts-searchform-head h1 {
  font-size: 4.2rem;
  font-weight: 500;
  line-height: 110%;
  margin: 0 0 1.68rem 0;
}
.mgz-gts-banner .gts-searchform-head span {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.5;
}
.mgz-gts-banner .gts-searchform {
  position: relative;
}
.mgz-gts-banner .gts-searchform form {
  width: 100%;
}
.mgz-gts-banner .gts-searchform input {
  box-shadow: 0 0 8px 0px rgba(135, 202, 199, 0.61);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 0px;
  border-radius: 50px;
  height: 45px;
  padding-left: 15px;
  padding-right: 50px;
}
.mgz-gts-banner .gts-searchform input:focus {
  border-radius: 0;
}
.mgz-gts-banner .gts-searchform .block-block-content {
  display: flex;
  position: relative;
  margin: 0 auto;
}
.mgz-gts-banner .gts-searchform button {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: transparent;
  border-radius: 4px;
  padding: 0;
  position: absolute;
  height: 100%;
  right: 0;
  top: 2px;
  width: fit-content;
}
.mgz-gts-banner .gts-searchform button:hover::before {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
  color: #333;
}
.mgz-gts-banner .gts-searchform button::before {
  align-items: center;
  color: #e5e5e5;
  content: '\f002';
  display: flex;
  height: 100%;
  font-family: 'Font Awesome 5 Free';
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: -2px;
}
.mgz-gts-banner .gts-searchform button::after {
  background-size: 100%;
  content: " ";
  height: 25px;
  left: -37px;
  opacity: 0;
  position: absolute;
  top: 7px;
  width: 25px;
}
.mgz-gts-banner .gts-searchform button._search::before {
  opacity: 0;
}
.mgz-gts-banner .gts-searchform button._search::after {
  opacity: 1;
}
/*
    Search result title block
    */
.mgz-gts-search-count {
  display: none;
}
.mgz-gts-search-count h5 {
  color: #000;
  font-size: 26px;
  margin-right: 10px;
  position: relative;
}
.mgz-gts-sidebar-coll {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
  position: relative;
  display: flex;
  height: 25px;
  align-items: center;
  justify-content: center;
}
.mgz-gts-sidebar-coll i {
  position: absolute;
}
.mgz-gts-sidebar-coll:hover {
  background: #e5e5e5;
}
.mgz-gts-sidebar-coll .show-more {
  display: none;
}
/*---------------------------------------------------------*/
/*
    Question Listing
    */
.mgz-gts-question-list {
  position: relative;
}
.mgz-gts-question-list .mgz-gts-question-box-title {
  border-bottom: 1px solid #f2f2f2;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  line-height: 26px;
  margin: 0;
  padding-bottom: 10px;
  position: relative;
}
.mgz-gts-question-list .mgz-gts-question-box-title a {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #444;
}
.mgz-gts-question-list h2 {
  padding-right: 30px;
}
.mgz-gts-question-list .plus-icon,
.mgz-gts-question-list .minus-icon {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 15px;
}
.mgz-gts-question-list .minus-icon {
  display: none;
}
.mgz-gts-question-list .mgz-gts-question-more {
  display: none;
}
.mgz-gts-question-list .mgz-gts-question-meta {
  color: #888;
  margin: 10px 0;
  font-size: 85%;
}
.mgz-gts-question-list .mgz-gts-question-meta a {
  color: #000;
  padding: 3px 8px;
  border-radius: 4px;
}
.mgz-gts-question-list .mgz-gts-question-meta a:hover {
  color: #000;
  border-bottom: 1px #000 dotted;
}
.mgz-gts-question-list .mgz-gts-question-meta span {
  display: inline-block;
  margin-right: 10px;
}
.mgz-gts-question-list .question-question-box-inner {
  clear: both;
  padding: 20px 20px 25px;
}
.mgz-gts-question-list .mgz-gts-question-list {
  -webkit-box-shadow: 0 0 3px #cacaca;
  -moz-box-shadow: 0 0 3px #cacaca;
  -ms-box-shadow: 0 0 3px #cacaca;
  box-shadow: 0 0 3px #cacaca;
  background: #FFF;
  border-bottom: 4px solid #F88C00;
}
.mgz-gts-question-list i::before {
  margin-right: 3px;
}
.mgz-gts-question-list .mgz-gts-question-excerpt-wrapper a {
  border: 0 none;
  border-radius: 4px;
  color: white;
  display: inline-block;
  font: 12px Tahoma;
  line-height: 22px;
  padding: 5px 10px;
  position: relative;
}
.mgz-gts-question-list .mgz-gts-question-excerpt-wrapper a:hover {
  -webkit-transition: 0.4s all ease-in;
  -moz-transition: 0.4s all ease-in;
  -ms-transition: 0.4s all ease-in;
  transition: 0.4s all ease-in;
}
.mgz-gts-question-list .mgz-gts-question-excerpt-wrapper a:hover::before {
  width: 100%;
}
.mgz-gts-question-list .mgz-gts-question-excerpt-wrapper a::before {
  -webkit-transition: 0.4s all ease-in;
  -moz-transition: 0.4s all ease-in;
  -ms-transition: 0.4s all ease-in;
  transition: 0.4s all ease-in;
  background-color: #777;
  border-radius: 3px;
  content: " ";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 0;
}
.mgz-gts-question-list .mgz-gts-question-excerpt-wrapper span {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 2;
}
.mgz-gts-question-list .mgz-gts-question-list-content {
  font-style: italic;
  margin-bottom: 12px;
  overflow-wrap: break-word;
}
/*
    Side bar left tag block
    */
.mgz-gts-side-bar-left-tag {
  background: #fbfbfb;
  padding: 20px;
  margin-bottom: 50px;
}
.mgz-gts-side-bar-left-tag a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  background-color: transparent;
  border-radius: 0px;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: normal;
  margin-bottom: 5px;
  margin-right: 4px;
  margin-top: 5px;
  padding: 4px 12px;
  position: relative;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}
.mgz-gts-side-bar-left-tag a:hover {
  color: #fff;
}
.mgz-gts-side-bar-left-tag ._active {
  color: #fff;
}
.mgz-gts-side-bar-left-tag h6 {
  font-size: 15px;
  margin: 0;
  margin-bottom: 13px;
}
.mgz-gts-category-title-image {
  height: 30px;
  width: 30px;
  margin-right: 8px;
}
.mgz-gts-category-title-image .mgz-gts-category-default-logo::before {
  content: "\f07c";
  font-family: 'Font Awesome 5 Free';
  font-size: 25px;
  font-weight: 400;
}
.mgz-gts-category-title-image .mgz-gts-category-logo {
  object-fit: cover;
}
.mgz-gts-category-title-listing {
  display: flex;
  margin-bottom: 25px;
  padding-bottom: 26px;
  position: relative;
}
.mgz-gts-category-title-listing h1 {
  color: #000;
  font-size: 26px;
  margin-bottom: 0;
  margin-right: 10px;
  position: relative;
}
.mgz-gts-category-title-listing::before {
  background: #d6c9c9;
  bottom: 0;
  content: " ";
  height: 1px;
  position: absolute;
  width: 100%;
}
.mgz-gts-category-count {
  padding: 0px 3px 0 0;
}
.mgz-gts-category-count span {
  bottom: -5px;
  color: #6f6969;
  font-size: 13px;
  position: relative;
  right: -3px;
}
.mgz-gts-body-content {
  background: #fafafa;
  display: flex;
  flex-wrap: wrap;
}
.mgz-gts-body-content .mgz-gts-category-wraper {
  width: 100%;
  padding: 0 0.75rem;
}
.mgz-gts-body-content .mgz-gts-category-title {
  align-items: center;
  display: flex;
  margin-bottom: 15px;
  position: relative;
}
.mgz-gts-body-content .mgz-gts-category-title._open {
  margin-bottom: 25px;
}
.mgz-gts-body-content .mgz-gts-category-title._open i {
  transform: rotateX(180deg);
}
.mgz-gts-body-content .mgz-gts-category-title._open::before {
  width: 100%;
}
.mgz-gts-body-content .mgz-gts-category-title::before {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  bottom: -12px;
  content: " ";
  height: 2px;
  position: absolute;
  width: 0;
}
.mgz-gts-body-content .mgz-gts-category-title:hover::after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.mgz-gts-body-content .mgz-gts-category-title::after {
  -webkit-transform: scale(0.96);
  -moz-transform: scale(0.96);
  -ms-transform: scale(0.96);
  transform: scale(0.96);
  -webkit-box-shadow: 0 2px 18px rgba(34, 34, 34, 0.2);
  -moz-box-shadow: 0 2px 18px rgba(34, 34, 34, 0.2);
  -ms-box-shadow: 0 2px 18px rgba(34, 34, 34, 0.2);
  box-shadow: 0 2px 18px rgba(34, 34, 34, 0.2);
  -webkit-transition: transform 200ms cubic-bezier(0.345, 0.115, 0.135, 1.42), opacity 150ms ease-out, border-color 200ms ease-out;
  -moz-transition: transform 200ms cubic-bezier(0.345, 0.115, 0.135, 1.42), opacity 150ms ease-out, border-color 200ms ease-out;
  -ms-transition: transform 200ms cubic-bezier(0.345, 0.115, 0.135, 1.42), opacity 150ms ease-out, border-color 200ms ease-out;
  transition: transform 200ms cubic-bezier(0.345, 0.115, 0.135, 1.42), opacity 150ms ease-out, border-color 200ms ease-out;
  background: #FFFFFF;
  border: 1px dotted transparent;
  border-radius: 9px;
  bottom: -9px;
  content: "";
  left: -9px;
  opacity: 0;
  position: absolute;
  right: -9px;
  top: -9px;
  z-index: 0;
}
.mgz-gts-body-content .mgz-gts-category-title i {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  right: 0px;
  position: absolute;
  z-index: 2;
}
.mgz-gts-body-content .mgz-gts-category-title-title a {
  color: #333;
  margin: 0;
  padding-left: 10px;
  font-size: 17px;
}
.mgz-gts-body-content .mgz-gts-category-title-title a:hover {
  text-decoration: none;
}
.mgz-gts-body-content .mgz-gts-question-answer {
  background: #e5e5e5;
  border: 1px solid #f7b526;
  border-radius: 2px;
  display: none;
  left: 0;
  padding: 5px 10px;
}
.mgz-gts-body-content .mgz-gts-question-icon {
  height: 10px;
  left: 8px;
  position: absolute;
  top: 13px;
  width: 10px;
}
.mgz-gts-body-content .mgz-gts-question-icon::before {
  content: "\f15c";
}
.mgz-gts-body-content .mgz-gts-category-inner {
  position: relative;
}
.mgz-gts-body-content .mgz-gts-category-title-main {
  align-items: center;
  display: flex;
  position: relative;
  z-index: 2;
}
.mgz-gts-body-content .mgz-gts-question-question {
  padding: 10px 0;
  position: relative;
  z-index: 2;
  display: flex;
}
.mgz-gts-body-content .mgz-gts-question-question::before {
  -webkit-transform: scale(0.96);
  -moz-transform: scale(0.96);
  -ms-transform: scale(0.96);
  transform: scale(0.96);
  -webkit-box-shadow: 0 2px 18px rgba(34, 34, 34, 0.2);
  -moz-box-shadow: 0 2px 18px rgba(34, 34, 34, 0.2);
  -ms-box-shadow: 0 2px 18px rgba(34, 34, 34, 0.2);
  box-shadow: 0 2px 18px rgba(34, 34, 34, 0.2);
  -webkit-transition: transform 200ms cubic-bezier(0.345, 0.115, 0.135, 1.42), opacity 150ms ease-out, border-color 200ms ease-out;
  -moz-transition: transform 200ms cubic-bezier(0.345, 0.115, 0.135, 1.42), opacity 150ms ease-out, border-color 200ms ease-out;
  -ms-transition: transform 200ms cubic-bezier(0.345, 0.115, 0.135, 1.42), opacity 150ms ease-out, border-color 200ms ease-out;
  transition: transform 200ms cubic-bezier(0.345, 0.115, 0.135, 1.42), opacity 150ms ease-out, border-color 200ms ease-out;
  background: #FFFFFF;
  bottom: -9px;
  border: 1px dotted transparent;
  border-radius: 9px;
  content: "";
  height: 100%;
  left: -9px;
  opacity: 0;
  position: absolute;
  right: -9px;
  top: 0;
  z-index: -1;
}
.mgz-gts-body-content .mgz-gts-question-question i {
  padding-top: 4px;
}
.mgz-gts-body-content .mgz-gts-question-question:hover::before {
  transform: scale(1);
  opacity: 1;
}
.mgz-gts-body-content .mgz-gts-question-title {
  color: #333;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}
.mgz-gts-body-content .mgz-gts-question-title:hover {
  text-decoration: none;
}
.mgz-gts-body-content .mgz-gts-category-title-help {
  display: flex;
  z-index: 2;
}
.mgz-gts-body-content .mgz-gts-category-description {
  align-items: center;
  background: #e5e5e5;
  border: 1px solid #BBB;
  border-radius: 50%;
  display: flex;
  height: 12px;
  justify-content: center;
  position: absolute;
  right: -15px;
  width: 12px;
}
.mgz-gts-body-content .mgz-gts-category-description span {
  font-size: 9px;
}
.mgz-gts-body-content .mgz-gts-category-question {
  display: none;
}
.mgz-gts-post-form {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 25px;
  margin: 20px auto;
  transition: all .4s linear;
  position: relative;
}
.mgz-gts-post-form input,
.mgz-gts-post-form select {
  border-color: transparent transparent #e5e5e5 transparent;
  transition: all .3s linear;
}
.mgz-gts-post-form input:focus,
.mgz-gts-post-form select:focus {
  box-shadow: none;
  border-width: 2px;
}
.mgz-gts-post-form i {
  margin-right: 5px;
}
.mgz-gts-post-form:hover {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.mgz-gts-post-form button {
  margin: auto;
  text-transform: uppercase;
  color: #fff;
  border: 0px;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  text-align: center;
  padding: 10px 15px;
}
.mgz-gts-post-form button:hover {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}
.mgz-gts-post-form-loading {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #efefef63;
  display: none;
}
.mgz-gts-post-form-loading-img {
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: auto;
}
.mgz-gts-post-form-loading-inner {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
}
.mgz-gts-post-form-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px 0px;
}
.mgz-gts .red-text {
  color: red;
}
.mgz-gts-post-form-notif,
.mgz-gts-post-form-terms {
  padding: 10px 0;
}
.mgz-gts-post-form-terms * {
  padding: 0;
  margin: 0;
}
.mgz-gts-product-form {
  display: none;
}
.mgz-gts-product-form-action {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.mgz-gts-product-form-action * {
  padding-right: 15px;
  margin: 0;
}
.mgz-gts .reqired {
  border-color: transparent transparent #ff0000 transparent !important;
  color: red;
}
.mgz-gts-post-notif.mgzgtserror {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.mgzgtserror::before {
  position: absolute;
  left: 12px;
  content: "\d7";
  color: #8b2757;
  font-size: 25px;
  line-height: 20px;
}
.mgzgtserror::after {
  display: none;
}
.mgz-gts-post-notif {
  display: none;
  padding: 8px 15px 8px 35px;
  background: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
  border-radius: 4px;
  position: relative;
}
.mgz-gts-post-notif::after {
  content: " ";
  position: absolute;
  left: 15px;
  height: 12px;
  width: 5px;
  border-right: 2px solid #567746;
  border-bottom: 2px solid #567746;
  transform: rotate(45deg);
}
.mgz-widget-title {
  display: flex;
  align-items: center;
  margin-right: 10px;
  font-size: 22px;
  margin: 10px 0 3px;
}
.mgz-widget-title h3 {
  margin: 0;
  margin-right: 5px;
  text-transform: uppercase;
  font-family: BebasNeueRegular,arial,Georgia,serif;
  white-space: nowrap;
}
.mgz-stripe-line {
  height: 12px;
  overflow: hidden;
  width: 100%;
}
.mgz-widget-view-more {
  width: fit-content;
}
.mgz-widget-view-more a {
  padding: 5px 12px;
  width: auto;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  line-height: 22px;
  border-radius: 3px;
  color: white;
}
.mgz-widget-view-more a:hover {
  background: #777;
}
.mgz-gts-widget {
  position: relative;
  border-radius: 3px;
  margin-bottom: 50px;
}
.mgz-gts-widget::after {
  content: " ";
  position: absolute;
  height: 3px;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .col-md-4 {
    width: 33.33333333% !important;
  }
}
@media only screen and (min-width: 768px) {
  .col-sm-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .box {
    width: 100%;
  }
}
.box {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  display: flex;
  box-sizing: border-box;
}
.mgz-category-theme-grid {
  display: block;
  padding: 60px;
  padding-top: 40px;
  background-color: #fff;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.42857143;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.4s linear;
  width: 100%;
  position: relative;
}
.mgz-theme-grid {
  margin-right: -15px;
  margin-left: -15px;
}
.mgz-theme-grid .mgz-gts-category-default-logo::before {
  font-size: 50px !important;
}
.mgz-category-title {
  display: block;
  margin-bottom: 15px;
  font-family: "Publico", sans-serif;
  font-size: 30px;
  color: #091e3f;
  box-sizing: border-box;
}
.mgz-category-title::after {
  display: block;
  margin: 20px auto;
  width: 50px;
  border-bottom: 2px solid;
  content: " ";
}
.mgz-category-desc {
  display: block;
  color: #606469;
  line-height: 1.8;
  font-size: 14px;
}
.mgz-gts-category-default-image {
  width: 50px;
  margin: auto;
  padding: 8px 0;
}
.mgz-flex {
  display: flex;
  flex-wrap: wrap;
}
.mgz-theme-grid img {
  width: 50px;
  height: 50px;
}
.mgz-category-result {
  color: #9c9c9c;
  font-size: 13px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-decoration: underline;
}
.mgz-search-hints {
  overflow: overlay;
  max-height: 270px;
  position: absolute;
  border-radius: 3px;
  background: #fff;
  width: 100%;
  top: 103%;
  box-shadow: 3px 3px 5px 0px rgba(183, 183, 183, 0.6);
  z-index: 99;
  -ms-overflow-style: none;
  scrollbar-width: none;
  transition: opacity .2s, all .4s linear;
  opacity: 0;
  min-height: 0;
  height: auto;
}
.mgz-search-hints::-webkit-scrollbar {
  display: none;
}
.mgz-search-hints-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: opacity .2s, all .4s linear;
}
.mgz-hint-img-loading {
  opacity: 0;
  position: absolute;
  transition: all .2s linear;
  background: #ffffffa8;
  width: 100%;
  height: 100%;
  top: 0;
}
.mgz-hint-img-loading img {
  width: 25px;
  padding: 5px 12px;
}
.hint-question-list {
  padding: 8px 20px;
  border-bottom: 1px dotted #e5e5e5;
  color: #000;
  cursor: pointer;
}
.hint-question-list:hover {
  background: #eaeaea78;
}
.hint-question-list:hover a:first-child {
  color: #26797d;
}
.hint-question-list a {
  color: #333;
}
.hint-category {
  margin: 0 2px;
  font-size: 11px;
  padding: 1px 4px;
  border-radius: 3px;
}
.imagegallery-content-animation {
  color: #fff;
  position: absolute;
  padding: 25px 15px;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(100%);
  transform-origin: 50% 100%;
  transition-property: transform;
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.imagegallery-album-grid:before,
.imagegallery-album-grid:after {
  content: '';
  display: table;
}
.imagegallery-album-grid:after {
  clear: both;
}
.imagegallery-inner {
  box-shadow: rgba(50, 50, 93, 0.17) 0 -1px 5px 0px, rgba(50, 50, 93, 0.25) 0 13px 27px -5px, rgba(0, 0, 0, 0.3) 0 8px 16px -8px;
  position: relative;
  overflow: hidden;
  margin: 10px;
  border-radius: 10px;
}
.imagegallery-album-view button.lg-icon,
.fancybox-container button {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.imagegallery-album-view button.lg-icon:hover,
.fancybox-container button:hover {
  -webkit-border: none;
  -moz-border: none;
  -ms-border: none;
  border: none;
}
.imagegallery-widget .imagegallery-carousel .owl-nav button,
.catalog-product-view .imagegallery-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  margin: -20px 0 0 0;
}
.imagegallery-widget .imagegallery-carousel .owl-nav button:hover,
.catalog-product-view .imagegallery-carousel .owl-nav button:hover {
  background: transparent;
}
.imagegallery-widget .imagegallery-carousel .owl-nav button:hover i,
.catalog-product-view .imagegallery-carousel .owl-nav button:hover i {
  color: #ececec;
}
.imagegallery-widget .imagegallery-carousel .owl-nav button i,
.catalog-product-view .imagegallery-carousel .owl-nav button i {
  font-size: 40px;
  color: #6e716e;
}
.imagegallery-widget .imagegallery-carousel .owl-nav .owl-prev,
.catalog-product-view .imagegallery-carousel .owl-nav .owl-prev {
  left: -40px;
}
.imagegallery-widget .imagegallery-carousel .owl-nav .owl-next,
.catalog-product-view .imagegallery-carousel .owl-nav .owl-next {
  right: -40px;
}
.imagegallery-widget .imagegallery-inner,
.catalog-product-view .imagegallery-inner {
  box-shadow: rgba(50, 50, 93, 0.17) 0 -1px 5px 0px, rgba(50, 50, 93, 0.25) 0 5px 27px -5px, rgba(0, 0, 0, 0.3) 0 8px 10px -8px;
}
.catalog-product-view .imagegallery-album-wrapper {
  margin-bottom: 50px;
}
.catalog-product-view .imagegallery-inner.imagegallery-item-inner-style3 {
  box-shadow: none;
}
.imagegallery-button-group {
  text-align: center;
  margin-bottom: 20px;
}
.imagegallery-button-group button {
  -webkit-box-shadow: 0 0px 2px #333333;
  -moz-box-shadow: 0 0px 2px #333333;
  -ms-box-shadow: 0 0px 2px #333333;
  box-shadow: 0 0px 2px #333333;
  border: none;
  margin-right: 10px;
  transition: all 0.3s;
}
.imagegallery-button-group button.active,
.imagegallery-button-group button:hover {
  background: #6e716e;
  color: #fff;
}
.imagegallery-home-layout-category .imagegallery-category:before,
.imagegallery-home-layout-category .imagegallery-category:after {
  content: '';
  display: table;
}
.imagegallery-home-layout-category .imagegallery-category:after {
  clear: both;
}
.imagegallery-home-layout-category .imagegallery-category-albums {
  margin-left: -10px;
  margin-right: -10px;
}
.imagegallery-home-layout-category .imagegallery-category-title {
  cursor: pointer;
  position: relative;
  padding: 15px 0 3px;
  margin: 15px 0 25px;
  border-bottom: 2px solid #cecece;
}
.imagegallery-home-layout-category .imagegallery-category-title:after {
  display: inline-block;
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 0;
  background: #333;
  transition: all 0.5s;
}
.imagegallery-home-layout-category .imagegallery-category-title._open:after {
  width: 100%;
}
.imagegallery-home-layout-category .imagegallery-category-title._open i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #333;
}
.imagegallery-home-layout-category .imagegallery-category-title._open a {
  color: #333;
}
.imagegallery-home-layout-category .imagegallery-category-title a {
  color: #707070;
  font-size: 21px;
}
.imagegallery-home-layout-category .imagegallery-category-title a:hover {
  color: #006bb4;
}
.imagegallery-home-layout-category .imagegallery-category-title i {
  color: #707070;
  position: absolute;
  right: 0;
  top: 50%;
  transition: all 0.3s;
}
.page-layout-3columns .mgz-grid-col-lg-4 .imagegallery-item-inner .imagegallery-item-thumbnail img {
  min-height: 160.83px;
}
.page-layout-3columns .mgz-grid-col-lg-4 .imagegallery-item-inner .imagegallery-item-meta span,
.page-layout-3columns .mgz-grid-col-lg-4 .imagegallery-item-inner .imagegallery-item-desc,
.page-layout-3columns .mgz-grid-col-lg-4 .imagegallery-item-inner .imagegallery-item-read-more {
  display: none;
}
.page-layout-3columns .mgz-grid-col-lg-4 .imagegallery-item-inner .imagegallery-item-meta .imagegallery-count-image-album,
.page-layout-3columns .mgz-grid-col-lg-4 .imagegallery-item-inner .imagegallery-item-meta .imagegallery-creation-time {
  display: block;
  width: 100%;
}
.imagegallery-sidebar ul {
  list-style: none;
  padding: 0;
}
.imagegallery-sidebar ul li a {
  color: #333;
}
.imagegallery-sidebar ul li a:hover {
  text-decoration: revert;
}
.imagegallery-category-topmenu {
  margin-bottom: 20px;
  position: relative;
}
.imagegallery-category-topmenu img {
  width: 100%;
  min-height: 274px;
  max-height: 300px;
  object-fit: cover;
}
.imagegallery-category-topmenu .imagegallery-category-content {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: auto;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
}
.imagegallery-category-topmenu .imagegallery-category-content .imagegallery-category-title {
  font-weight: bold;
  margin-bottom: 20px;
}
.imagegallery-category-topmenu .imagegallery-category-content .imagegallery-category-description {
  line-height: 1.8;
  width: 60%;
}
.imagegallery-pagination {
  margin-top: 35px;
}
.imagegallery-pagination .toolbar-amount {
  width: 50%;
  text-align: center;
  display: block;
}
.imagegallery-pagination .pages .item a,
.imagegallery-pagination .pages .item strong {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  padding: 0;
  border: 1px solid transparent;
}
.imagegallery-pagination .pages .item a.page:hover {
  background: #e5e5e5;
  border-color: #ccc;
}
.imagegallery-pagination .pages .item.current strong {
  border: 1px solid #ccc;
}
.imagegallery-item-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.imagegallery-item-meta span {
  width: 50%;
  margin: 0 0 5px;
}
.imagegallery-item-meta span:nth-child(1) {
  margin-left: 0;
}
.imagegallery-item-meta span i {
  margin-right: 3px;
}
.imagegallery-item-inner:hover .imagegallery-item-content {
  transform: translateY(0);
  z-index: 1;
}
.imagegallery-item-inner .imagegallery-item-thumbnail img {
  display: block;
}
.imagegallery-item-inner .imagegallery-item-content h3,
.imagegallery-item-inner .imagegallery-item-content a {
  color: #fff;
}
.imagegallery-item-inner .imagegallery-item-content h3 {
  margin: 0;
}
.imagegallery-item-inner .imagegallery-item-content .imagegallery-item-title,
.imagegallery-item-inner .imagegallery-item-content .imagegallery-item-desc {
  margin-bottom: 10px;
  overflow: hidden;
}
.imagegallery-item-inner .imagegallery-item-content .imagegallery-item-meta {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 5px;
}
.imagegallery-item-inner .imagegallery-item-content .imagegallery-item-meta span i {
  margin-right: 3px;
}
.imagegallery-item-inner .imagegallery-item-content .imagegallery-item-meta .imagegallery-count-image-album,
.imagegallery-item-inner .imagegallery-item-content .imagegallery-item-meta .imagegallery-creation-time {
  margin-bottom: 5px;
}
.imagegallery-item-inner .imagegallery-item-content .imagegallery-item-meta .imagegallery-cats,
.imagegallery-item-inner .imagegallery-item-content .imagegallery-item-meta .imagegallery-tags {
  margin-bottom: 5px;
}
.imagegallery-item-inner-style1 .imagegallery-item-title a:hover,
.imagegallery-item-inner-style2 .imagegallery-item-title a:hover,
.imagegallery-item-inner-style3 .imagegallery-item-title a:hover {
  text-decoration: none;
}
.imagegallery-item-inner-style1 .imagegallery-content-animation,
.imagegallery-item-inner-style2 .imagegallery-content-animation,
.imagegallery-item-inner-style3 .imagegallery-content-animation {
  background: transparent;
  transform: none;
  position: relative;
  z-index: 1;
}
.imagegallery-item-inner-style1 .imagegallery-content-animation .imagegallery-item-desc,
.imagegallery-item-inner-style2 .imagegallery-content-animation .imagegallery-item-desc,
.imagegallery-item-inner-style3 .imagegallery-content-animation .imagegallery-item-desc,
.imagegallery-item-inner-style1 .imagegallery-content-animation .imagegallery-item-read-more,
.imagegallery-item-inner-style2 .imagegallery-content-animation .imagegallery-item-read-more,
.imagegallery-item-inner-style3 .imagegallery-content-animation .imagegallery-item-read-more {
  display: none;
}
.imagegallery-item-inner-style1:hover .imagegallery-item-thumbnail .imagegallery-item-desc {
  width: 100%;
}
.imagegallery-item-inner-style1:hover .imagegallery-item-thumbnail .imagegallery-item-desc .imagegallery-desc {
  padding: 15px 20px;
}
.imagegallery-item-inner-style1 .imagegallery-item-thumbnail {
  position: relative;
}
.imagegallery-item-inner-style1 .imagegallery-item-thumbnail .imagegallery-item-desc {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #eee;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  width: 0;
  overflow: hidden;
  transition: width 500ms;
}
.imagegallery-item-inner-style1 .imagegallery-item-title h3 {
  margin: 0 0 10px;
  color: #333;
  font-size: 20px;
}
.imagegallery-item-inner-style1 .imagegallery-content-animation {
  padding: 10px;
}
.imagegallery-item-inner-style2 {
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  margin: 15px;
  padding: 10px;
  transition: all 0.5s ease-in-out;
}
.imagegallery-item-inner-style2:hover {
  transform: scale(1.07);
}
.imagegallery-item-inner-style2 .imagegallery-item-content {
  padding: 10px;
}
.imagegallery-item-inner-style2 .imagegallery-item-content h3 {
  margin: 0;
}
.imagegallery-item-inner-style3 {
  box-shadow: none;
  border-radius: 10px;
  padding: 15px;
}
.imagegallery-item-inner-style3:hover:after {
  clip-path: inset(0 0 0 0 round 10px);
  transition-delay: 0s;
}
.imagegallery-item-inner-style3:hover .imagegallery-item-meta span {
  transform: translateY(0);
  opacity: 1;
  transition-timing-function: cubic-bezier(0.2, 0.15, 0.1, 1), ease;
  transition-delay: 0.2s;
}
.imagegallery-item-inner-style3:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: -2rem;
  left: 0;
  margin: -10px;
  border-radius: 10px;
  overflow: hidden;
  z-index: -1;
  -webkit-clip-path: inset(35px 10px 35px 35px round 10px);
  clip-path: inset(35px 10px 60px 35px round 10px);
  contain: strict;
  -webkit-transition: -webkit-clip-path 0.3s ease 0.1s;
  transition: -webkit-clip-path 0.3s ease 0.1s;
  transition: clip-path 0.3s ease 0.1s;
  transition: clip-path 0.3s ease 0.1s, -webkit-clip-path 0.3s ease 0.1s;
}
.imagegallery-item-inner-style3 .imagegallery-item-thumbnail a {
  display: inline-flex;
}
.imagegallery-item-inner-style3 .imagegallery-item-thumbnail a img {
  border-radius: 10px;
}
.imagegallery-item-inner-style3 .imagegallery-item-title h3 {
  margin: 0 0 3px;
}
.imagegallery-item-inner-style3 .imagegallery-content-animation {
  padding: 10px 0 0;
}
.imagegallery-item-inner-style3 .imagegallery-item-meta {
  z-index: 1;
  display: flex;
  align-items: center;
  margin-top: 10px;
  flex-wrap: nowrap;
}
.imagegallery-item-inner-style3 .imagegallery-item-meta span {
  position: relative;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.3s ease;
  transition-property: transform, opacity, -webkit-transform;
  font-size: 13px;
  margin-right: 5px;
  border-radius: 4px;
  padding: 0.25rem 0.5rem 0.2rem;
  color: white;
  width: auto;
}
.imagegallery-item-inner-style3 .imagegallery-item-meta span:hover {
  background: #fff;
  color: #333;
}
.imagegallery-item-inner-style3 .imagegallery-item-meta span:nth-child(1) {
  transition-delay: 0.2s;
}
.imagegallery-item-inner-style3 .imagegallery-item-meta span:nth-child(2) {
  transition-delay: 0.15s;
}
.imagegallery-item-inner-style3 .imagegallery-item-meta span:nth-child(3) {
  transition-delay: 0.1s;
}
.imagegallery-item-inner-style3 .imagegallery-item-desc {
  display: none;
}
#imagegallery-album-images,
.imagegallery-body-wraper {
  margin-left: -10px;
  margin-right: -10px;
}
.imagegallery-home-layout-list .imagegallery-item-inner-style1 .imagegallery-content-animation .imagegallery-item-desc,
.imagegallery-home-layout-list .imagegallery-item-inner-style2 .imagegallery-content-animation .imagegallery-item-desc,
.imagegallery-home-layout-list .imagegallery-item-inner-style3 .imagegallery-content-animation .imagegallery-item-desc,
.imagegallery-home-layout-list .imagegallery-item-inner-style1 .imagegallery-content-animation .imagegallery-item-read-more,
.imagegallery-home-layout-list .imagegallery-item-inner-style2 .imagegallery-content-animation .imagegallery-item-read-more,
.imagegallery-home-layout-list .imagegallery-item-inner-style3 .imagegallery-content-animation .imagegallery-item-read-more {
  display: block;
}
.imagegallery-home-layout-list .imagegallery-item-inner-style1 .imagegallery-item-thumbnail .imagegallery-item-desc {
  display: none;
}
.imagegallery-home-layout-list .imagegallery-item-inner-style3 .imagegallery-item-thumbnail a {
  display: unset;
}
.imagegallery-home-layout-list .imagegallery-item-inner-style3 .imagegallery-item-title h3,
.imagegallery-home-layout-list .imagegallery-item-inner-style3 .imagegallery-item-desc,
.imagegallery-home-layout-list .imagegallery-item-inner-style3 .imagegallery-item-read-more {
  color: #fff !important;
}
.imagegallery-home-layout-list .imagegallery-item-inner-style3 .imagegallery-item-meta span {
  background: #fff;
  color: #333;
  opacity: 1;
}
.imagegallery-home-layout-list .imagegallery-item-inner-style3 .imagegallery-item-desc {
  display: block;
}
.imagegallery-items:before,
.imagegallery-items:after {
  content: '';
  display: table;
}
.imagegallery-items:after {
  clear: both;
}
.imagegallery-items-layout-list .imagegallery-item-inner,
.imagegallery-items-layout-list .imagegallery-item-inner-style1,
.imagegallery-items-layout-list .imagegallery-item-inner-style2,
.imagegallery-items-layout-list .imagegallery-item-inner-style3 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.imagegallery-items-layout-list .imagegallery-item-inner .imagegallery-item-thumbnail,
.imagegallery-items-layout-list .imagegallery-item-inner-style1 .imagegallery-item-thumbnail,
.imagegallery-items-layout-list .imagegallery-item-inner-style2 .imagegallery-item-thumbnail,
.imagegallery-items-layout-list .imagegallery-item-inner-style3 .imagegallery-item-thumbnail {
  width: 35%;
  height: 257px;
}
.imagegallery-items-layout-list .imagegallery-item-inner .imagegallery-item-thumbnail img,
.imagegallery-items-layout-list .imagegallery-item-inner-style1 .imagegallery-item-thumbnail img,
.imagegallery-items-layout-list .imagegallery-item-inner-style2 .imagegallery-item-thumbnail img,
.imagegallery-items-layout-list .imagegallery-item-inner-style3 .imagegallery-item-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.imagegallery-items-layout-list .imagegallery-item-inner .imagegallery-item-content,
.imagegallery-items-layout-list .imagegallery-item-inner-style1 .imagegallery-item-content,
.imagegallery-items-layout-list .imagegallery-item-inner-style2 .imagegallery-item-content,
.imagegallery-items-layout-list .imagegallery-item-inner-style3 .imagegallery-item-content {
  width: 65%;
  position: relative;
  background: transparent;
  color: inherit;
  transform: none;
  padding-left: 20px;
  margin: auto;
}
.imagegallery-items-layout-list .imagegallery-item-inner .imagegallery-item-content .imagegallery-item-meta,
.imagegallery-items-layout-list .imagegallery-item-inner-style1 .imagegallery-item-content .imagegallery-item-meta,
.imagegallery-items-layout-list .imagegallery-item-inner-style2 .imagegallery-item-content .imagegallery-item-meta,
.imagegallery-items-layout-list .imagegallery-item-inner-style3 .imagegallery-item-content .imagegallery-item-meta {
  display: block;
}
.imagegallery-items-layout-list .imagegallery-item-inner .imagegallery-item-content .imagegallery-item-meta span,
.imagegallery-items-layout-list .imagegallery-item-inner-style1 .imagegallery-item-content .imagegallery-item-meta span,
.imagegallery-items-layout-list .imagegallery-item-inner-style2 .imagegallery-item-content .imagegallery-item-meta span,
.imagegallery-items-layout-list .imagegallery-item-inner-style3 .imagegallery-item-content .imagegallery-item-meta span {
  color: #333;
}
.imagegallery-items-layout-list .imagegallery-item-inner .imagegallery-item-content .imagegallery-item-meta span:nth-child(1),
.imagegallery-items-layout-list .imagegallery-item-inner-style1 .imagegallery-item-content .imagegallery-item-meta span:nth-child(1),
.imagegallery-items-layout-list .imagegallery-item-inner-style2 .imagegallery-item-content .imagegallery-item-meta span:nth-child(1),
.imagegallery-items-layout-list .imagegallery-item-inner-style3 .imagegallery-item-content .imagegallery-item-meta span:nth-child(1) {
  margin-left: 0;
}
.imagegallery-items-layout-list .imagegallery-item-inner .imagegallery-item-content h3,
.imagegallery-items-layout-list .imagegallery-item-inner-style1 .imagegallery-item-content h3,
.imagegallery-items-layout-list .imagegallery-item-inner-style2 .imagegallery-item-content h3,
.imagegallery-items-layout-list .imagegallery-item-inner-style3 .imagegallery-item-content h3,
.imagegallery-items-layout-list .imagegallery-item-inner .imagegallery-item-content a,
.imagegallery-items-layout-list .imagegallery-item-inner-style1 .imagegallery-item-content a,
.imagegallery-items-layout-list .imagegallery-item-inner-style2 .imagegallery-item-content a,
.imagegallery-items-layout-list .imagegallery-item-inner-style3 .imagegallery-item-content a {
  color: inherit;
}
.imagegallery-items-layout-list .imagegallery-item-inner .imagegallery-item-content .imagegallery-item-title,
.imagegallery-items-layout-list .imagegallery-item-inner-style1 .imagegallery-item-content .imagegallery-item-title,
.imagegallery-items-layout-list .imagegallery-item-inner-style2 .imagegallery-item-content .imagegallery-item-title,
.imagegallery-items-layout-list .imagegallery-item-inner-style3 .imagegallery-item-content .imagegallery-item-title {
  margin-bottom: 15px;
}
.imagegallery-items-layout-list .imagegallery-item-inner .imagegallery-item-content .imagegallery-item-title h3,
.imagegallery-items-layout-list .imagegallery-item-inner-style1 .imagegallery-item-content .imagegallery-item-title h3,
.imagegallery-items-layout-list .imagegallery-item-inner-style2 .imagegallery-item-content .imagegallery-item-title h3,
.imagegallery-items-layout-list .imagegallery-item-inner-style3 .imagegallery-item-content .imagegallery-item-title h3 {
  font-size: 24px;
  text-align: left;
}
.imagegallery-items-layout-list .imagegallery-item-inner .imagegallery-item-content .imagegallery-item-desc,
.imagegallery-items-layout-list .imagegallery-item-inner-style1 .imagegallery-item-content .imagegallery-item-desc,
.imagegallery-items-layout-list .imagegallery-item-inner-style2 .imagegallery-item-content .imagegallery-item-desc,
.imagegallery-items-layout-list .imagegallery-item-inner-style3 .imagegallery-item-content .imagegallery-item-desc {
  margin-bottom: 15px;
}
.imagegallery-items-layout-list .imagegallery-item-meta,
.imagegallery-album .imagegallery-item-meta {
  display: inherit;
  margin-bottom: 10px;
}
.imagegallery-items-layout-list .imagegallery-item-meta span,
.imagegallery-album .imagegallery-item-meta span {
  margin-right: 10px;
}
.imagegallery-items-layout-list .imagegallery-item-meta span a,
.imagegallery-album .imagegallery-item-meta span a {
  color: #333;
}
.imagegallery-album-content {
  margin-bottom: 15px;
}
.imagegallery-album-content .imagegallery-album-title {
  margin-top: 0;
  font-weight: 600;
}
.imagegallery-album-image .imagegallery-image-inner:hover figcaption h3 {
  font-size: 16px;
}
.imagegallery-album-image .imagegallery-image-inner.imagegallery-image-animation figure {
  transform: translateY(0);
  z-index: 1;
  opacity: 1;
}
.imagegallery-album-image .imagegallery-image-inner .imagegallery-content-animation {
  opacity: 0;
}
.imagegallery-album-image .imagegallery-image-inner .imagegallery-album-image-link:hover i {
  color: #fff;
}
.imagegallery-album-image .imagegallery-image-inner .imagegallery-album-image-link i {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #fff;
  background: #fff;
  color: #333;
  font-size: 25px;
  padding: 10px;
  transition: all 0.3s;
}
.imagegallery-album-image .imagegallery-image-inner img {
  display: block;
  width: 100%;
}
.imagegallery-album-image .imagegallery-image-inner figure {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.imagegallery-banner {
  align-items: center;
  display: flex;
  height: 350px;
  justify-content: center;
  position: relative;
  margin-bottom: 50px;
}
.imagegallery-banner .imagegallery-banner-image {
  height: 100%;
  position: absolute;
  z-index: 0;
  width: 100%;
}
.imagegallery-banner .imagegallery-banner-image:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}
.imagegallery-banner .imagegallery-searchform,
.imagegallery-banner .imagegallery-searchform form {
  position: relative;
}
.imagegallery-banner .imagegallery-searchform-head {
  margin-bottom: 40px;
  text-align: center;
}
.imagegallery-banner .alert-comment {
  background: #fff;
  border-radius: 3px;
  display: none;
  margin: 0;
  position: absolute;
  padding: 5px 10px;
  top: -37px;
}
.imagegallery-banner form input {
  -webkit-box-shadow: 0 0 8px 0px rgba(135, 202, 199, 0.61);
  -moz-box-shadow: 0 0 8px 0px rgba(135, 202, 199, 0.61);
  -ms-box-shadow: 0 0 8px 0px rgba(135, 202, 199, 0.61);
  box-shadow: 0 0 8px 0px rgba(135, 202, 199, 0.61);
  transition: all 0.2s ease-in-out;
  border: 0px;
  border-radius: 50px;
  height: 45px;
  padding-left: 15px;
  padding-right: 50px;
}
.imagegallery-banner #buttom-submit-search {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: transparent;
  border-radius: 4px;
  padding: 0;
  position: absolute;
  height: 100%;
  right: 0;
  top: 2px;
  width: fit-content;
}
.imagegallery-banner #buttom-submit-search:before {
  align-items: center;
  color: #e5e5e5;
  content: '\f002';
  display: flex;
  height: 100%;
  font-family: 'Font Awesome 5 Free';
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: -2px;
}
.mgz-element-custom-block-lp_navigation_filter {
  margin-bottom: 40px;
}
.mgz-element-custom-block-lp_product_list .toolbar-products .limiter {
  display: none;
}
.lazy-blur {
  transform: translate3d(0, 0, 0);
  transform: translateZ(0);
  transition: 0.3s filter linear;
  -o-transition: 0.3s -o-filter linear;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.lazy-blur.lazy-loaded {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  image-rendering: initial;
}
.owl-carousel .owl-item img.lazy-loading {
  height: 0;
}
body.overlay-layer::after {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.lookbook-body-wraper .lookbook-profiles {
  display: inline-block;
}
.lookbook-body-wraper .lookbook-profiles:before {
  content: '';
  display: table;
}
.lookbook-body-wraper .lookbook-profiles:after {
  content: '';
  clear: both;
}
.lookbook-body-wraper .lookbook-profile-inner {
  -webkit-box-shadow: 0 0 3px #cacaca;
  -moz-box-shadow: 0 0 3px #cacaca;
  -ms-box-shadow: 0 0 3px #cacaca;
  box-shadow: 0 0 3px #cacaca;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  margin: 10px;
}
.lookbook-body-wraper .clearfix {
  clear: both;
}
.lookbook-body-wraper .profile-image a {
  display: flex;
}
.lookbook-body-wraper .profile-image a img {
  max-height: 300px;
  width: 100%;
}
.lookbook-body-wraper .profile-content .profile-title a:hover {
  text-decoration: none;
}
.lookbook-body-wraper .profile-content .profile-title h3 {
  color: #333;
  margin: 15px;
  font-weight: 500;
  line-height: 27px;
  transition: all 0.3s;
}
.lookbook-pagination {
  margin-top: 35px;
}
.lookbook-pagination .toolbar-amount {
  width: 50%;
  text-align: center;
  display: block;
}
.lookbook-pagination .pages .item a,
.lookbook-pagination .pages .item strong {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  padding: 0;
  border: 1px solid transparent;
}
.lookbook-pagination .pages .item a.page:hover {
  background: #e5e5e5;
  border-color: #ccc;
}
.lookbook-pagination .pages .item.current strong {
  border: 1px solid #ccc;
}
.lookbook-layout-masonry .lookbook-button-group {
  margin-bottom: 20px;
  text-align: center;
}
.lookbook-layout-masonry .lookbook-button-group button {
  -webkit-box-shadow: 0 0 3px #cacaca;
  -moz-box-shadow: 0 0 3px #cacaca;
  -ms-box-shadow: 0 0 3px #cacaca;
  box-shadow: 0 0 3px #cacaca;
  -webkit-border: none;
  -moz-border: none;
  -ms-border: none;
  border: none;
  margin-right: 10px;
  margin-bottom: 14px;
  font-weight: 500;
}
.lookbook-layout-masonry .lookbook-button-group button:hover,
.lookbook-layout-masonry .lookbook-button-group button.active {
  background: #6e716e;
  color: #fff;
}
.lookbook-layout-masonry .lookbook-body-wraper .lookbook-profiles {
  display: block;
}
.lookbook-profile-content {
  display: flex;
  position: relative;
}
.lookbook-profile-content .overlay.active {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.35);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  transition: all 0.3s;
}
.lookbook-profile-image {
  display: inline-flex;
  position: relative;
}
.lookbook-profile-image img {
  display: flex;
}
.lookbook-profile-marker {
  position: absolute;
}
.lookbook-profile-marker:hover .lookbook-profile-marker-title {
  transform: translateX(-50%) scale(1);
}
.lookbook-profile-marker.active {
  z-index: 6;
}
.lookbook-profile-marker.lookbook-product-show {
  z-index: 5;
}
.lookbook-profile-marker.lookbook-product-show .lookbook-profile-marker-title {
  transform: translateX(-50%) scale(0);
}
.lookbook-profile-marker.lookbook-product-show .lookbook-profile-product-popup-top,
.lookbook-profile-marker.lookbook-product-show .lookbook-profile-product-popup-bottom {
  transform: translateX(-50%) scale(1);
}
.lookbook-profile-marker.lookbook-product-show .lookbook-profile-product-popup-left,
.lookbook-profile-marker.lookbook-product-show .lookbook-profile-product-popup-right {
  transform: translateY(-50%) scale(1);
}
.lookbook-profile-marker > span {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border: 1px solid;
  text-align: center;
  cursor: pointer;
}
.lookbook-profile-marker-title {
  -webkit-box-shadow: 0 0 3px #cacaca;
  -moz-box-shadow: 0 0 3px #cacaca;
  -ms-box-shadow: 0 0 3px #cacaca;
  box-shadow: 0 0 3px #cacaca;
  position: absolute;
  white-space: nowrap;
  background: #fff;
  border-radius: 2px;
  left: 50%;
  transform: translateX(-50%) scale(0);
  top: calc(-100% - 10px);
  padding: 10px 15px;
  transition: transform .4s;
  color: #333;
  line-height: 25px;
  top: -50px;
}
.lookbook-profile-marker-title:before {
  position: absolute;
  content: "";
  border: 6px solid transparent;
  border-top: 6px solid #fff;
  bottom: -12px;
  left: calc(50% - 6px);
}
.lookbook-profile-marker-title h3 {
  margin: 0;
  font-size: 15px;
}
.lookbook-profile-product {
  -webkit-box-shadow: 0 0 3px #cacaca;
  -moz-box-shadow: 0 0 3px #cacaca;
  -ms-box-shadow: 0 0 3px #cacaca;
  box-shadow: 0 0 3px #cacaca;
  position: absolute;
  background: #fff;
  border-radius: 2px;
  min-width: 238px;
  padding: 5px 7px !important;
  font-size: 14px;
  transition: transform .4s;
  line-height: 25px;
  z-index: 5;
  cursor: default;
  text-align: center;
}
.lookbook-profile-product.lookbook-profile-product-popup-top {
  left: 50%;
  transform: translateX(-50%) scale(0);
}
.lookbook-profile-product.lookbook-profile-product-popup-top:before {
  content: "";
  position: absolute;
  left: calc(50% - 10px);
  bottom: -20px;
  border: 10px solid transparent;
  border-top: 10px solid #ffffff;
}
.lookbook-profile-product.lookbook-profile-product-popup-bottom {
  left: 50%;
  transform: translateX(-50%) scale(0);
}
.lookbook-profile-product.lookbook-profile-product-popup-bottom:before {
  content: "";
  position: absolute;
  left: calc(50% - 10px);
  top: -20px;
  border: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
}
.lookbook-profile-product.lookbook-profile-product-popup-left {
  top: 50%;
  transform: translateY(-50%) scale(0);
}
.lookbook-profile-product.lookbook-profile-product-popup-left:before {
  content: "";
  position: absolute;
  right: -20px;
  top: calc(50% - 10px);
  border: 10px solid transparent;
  border-left: 10px solid #ffffff;
}
.lookbook-profile-product.lookbook-profile-product-popup-right {
  top: 50%;
  transform: translateY(-50%) scale(0);
}
.lookbook-profile-product.lookbook-profile-product-popup-right:before {
  content: "";
  position: absolute;
  left: -20px;
  top: calc(50% - 10px);
  border: 10px solid transparent;
  border-right: 10px solid #ffffff;
}
.lookbook-profile-product.lookbook-profile-not-product .lookbook-profile-marker-desc {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.lookbook-profile-product img {
  display: flex;
}
.lookbook-profile-product h3 {
  margin: 10px 0 0;
}
.lookbook-profile-product .price-box {
  margin-bottom: 10px;
}
.lookbook-profile-product .price-box span {
  background-image: none;
}
.lookbook-profile-product .lookbook-btn-product {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -7px;
  margin-right: -7px;
  padding-top: 5px;
  border-top: 1px solid #f2f2f2;
}
.lookbook-profile-product .lookbook-btn-product form,
.lookbook-profile-product .lookbook-btn-product a {
  width: 50%;
}
.lookbook-profile-product .lookbook-btn-product form button {
  background: transparent;
  border: transparent;
  padding: 0;
}
.lookbook-profile-product .lookbook-btn-product form button:hover {
  background: transparent;
  border: transparent;
}
.lookbook-profile-product .lookbook-btn-product .lookbook-btn-detail:hover {
  text-decoration: none;
}
.lookbook-profile-product .lookbook-btn-product .lookbook-btn-tocart,
.lookbook-profile-product .lookbook-btn-product .lookbook-btn-detail {
  color: #333;
  font-weight: 500;
  font-size: 14px;
  line-height: 36px;
}
.lookbook-profile-product .lookbook-btn-product .lookbook-btn-tocart:hover,
.lookbook-profile-product .lookbook-btn-product .lookbook-btn-detail:hover {
  color: #006bb4;
}
.lookbook-profile-product .lookbook-btn-product .lookbook-btn-tocart:focus {
  background: transparent;
  border: none;
}
.lookbook-profile-product .lookbook-profile-marker-desc {
  border-top: 1px solid #cacaca;
  margin-top: 10px;
  padding-top: 7px;
}
.lookbook-profile-product .lookbook-profile-marker-desc p {
  margin: 0;
}
.lookbook-profile .magezon-builder {
  position: unset;
}
.lookbook-profile .mgz-element-inner {
  padding-left: 0;
}
.lookbook-marker .lookbook-loading {
  position: absolute;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  display: none;
}
.lookbook-marker .lookbook-loading img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 68px;
  height: 68px;
  margin-left: -34px;
  margin-top: -34px;
}
.lookbook-marker-type2 {
  position: relative;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  margin-bottom: 20px;
}
.lookbook-marker-type2 .lookbook-profile {
  padding: 10px;
  border-radius: 3px;
  box-shadow: 2px 2px 8px 0 #00000033;
}
.lookbook-marker-type2 .lookbook-profile-content {
  float: left;
  max-width: 70%;
}
.lookbook-marker-type2 .lookbook-profile-products {
  overflow: scroll;
  overflow-x: hidden;
  height: 371px;
  float: left;
  width: calc(30% - 20px);
  padding: 10px 0 0 10px;
  margin-left: 10px;
  position: relative;
  background: #f0f0f0;
}
.lookbook-marker-type2 .lookbook-profile-products::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #c1c1c1;
}
.lookbook-marker-type2 .lookbook-profile-products::-webkit-scrollbar {
  width: 7px;
  background-color: #c1c1c1;
}
.lookbook-marker-type2 .lookbook-profile-products::-webkit-scrollbar-thumb {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}
.lookbook-marker-type2 .lookbook-profile-products .lookbook-product {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  padding: 5px 0 15px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #d0d0d0;
  position: relative;
}
.lookbook-marker-type2 .lookbook-profile-products .lookbook-product:after {
  position: absolute;
  content: "";
  width: 0;
  height: 5px;
  left: -3px;
  bottom: 0;
  transition: all .3s;
}
.lookbook-marker-type2 .lookbook-profile-products .lookbook-product:hover:after,
.lookbook-marker-type2 .lookbook-profile-products .lookbook-product.active:after {
  transition: all 1.9s;
  width: 101%;
}
.lookbook-marker-type2 .lookbook-profile-products .lookbook-product:hover .lookbook-profile-title h3,
.lookbook-marker-type2 .lookbook-profile-products .lookbook-product.active .lookbook-profile-title h3 {
  transition: all .3s;
}
.lookbook-marker-type2 .lookbook-profile-products .lookbook-product:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}
.lookbook-marker-type2 .lookbook-profile-products .lookbook-product.lookbook-product-show {
  background: #d0d0d0;
}
.lookbook-marker-type2 .lookbook-profile-products .lookbook-product .lookbook-profile-product-image {
  flex: 1 1 33.333333%;
}
.lookbook-marker-type2 .lookbook-profile-products .lookbook-product .lookbook-profile-product-image .product-image-container {
  border: 1px solid #d0d0d0;
  width: 78px !important;
  height: 78px !important;
}
.lookbook-marker-type2 .lookbook-profile-products .lookbook-product .lookbook-profile-product-image .product-image-photo {
  margin: 0;
}
.lookbook-marker-type2 .lookbook-profile-products .lookbook-product .lookbook-profile-product-content {
  flex: 2 1 66.666666%;
}
.lookbook-marker-type2 .lookbook-profile-products .lookbook-product .lookbook-profile-product-content .lookbook-profile-title:hover {
  text-decoration: none;
}
.lookbook-marker-type2 .lookbook-profile-products .lookbook-product .lookbook-profile-product-content .lookbook-profile-title h3 {
  margin-top: 0;
  color: #333;
  font-weight: 100;
  transition: all .3s;
}
.lookbook-marker-type2 .lookbook-profile-products .lookbook-product .lookbook-profile-product-content .lookbook-profile-product-desc {
  margin-bottom: 1rem;
}
.lookbook-marker-type2 .lookbook-profile-products textarea {
  display: none;
}
.lookbook-marker-type2 .lookbook-profile-products .lookbook-btn-quick-view {
  color: #333;
  font-weight: 600;
  margin-top: 10px;
  display: inline-block;
}
.lookbook-marker-type2 .lookbook-profile-products .lookbook-btn-quick-view:hover {
  text-decoration: none;
}
.lookbook-profile-view.page-layout-3columns .lookbook-profile-title {
  margin-top: 0;
}
.lookbook-profile-view.page-layout-3columns .lookbook-marker-type2 .lookbook-profile-content {
  max-width: 100%;
}
.lookbook-profile-view.page-layout-3columns .lookbook-marker-type2 .lookbook-profile-products {
  width: 100%;
  margin: 15px 0 0;
}
.add-all-to-cart {
  bottom: 0;
  position: sticky;
  float: right;
  left: 0;
  right: 10px;
  width: 100%;
  background: #f0f0f0;
  border-top: 1px solid #d0d0d0;
  padding: 10px 0 10px 0;
  text-align: right;
  z-index: 7;
}
.add-all-to-cart button {
  margin-right: 10px;
}
.lookbook-animation span {
  position: relative;
}
.lookbook-animation span:after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  display: inline-block;
  animation: 1.5s linear 0s infinite normal lookbook-pulse;
}
#lookbook-popup {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  margin: 0 auto;
  background: #fff;
  overflow: auto;
  max-width: 50%;
  padding: 20px;
  min-height: 250px;
}
#lookbook-popup.lookbook-popup-loading .lookbook-popup-loader {
  display: flex !important;
}
#lookbook-popup .bundle-options-container .product-add-form {
  display: block;
}
#lookbook-popup .lookbook-popup-loader {
  display: none;
  align-items: center;
  height: 260px;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 0;
  left: 0;
}
#lookbook-popup .lookbook-popup-loader .lookbook-popup-loader-bar {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  margin: auto;
  max-width: 300px;
  width: 100%;
  height: 20px;
  box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
}
#lookbook-popup .lookbook-popup-loader .lookbook-popup-loader-bar:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.2) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.2) 75%, transparent 0, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.2) 75%, transparent 0, transparent);
  background-size: 50px 50px;
  content: "";
  animation: qoloader 2s linear infinite;
}
#lookbook-popup .ajaxcart-content {
  display: flex;
  width: 100%;
}
#lookbook-popup .ajaxcart-content .ajaxcart-content_left {
  float: left;
  width: 260px;
  flex: 0 0 auto;
  margin-right: 20px;
}
#lookbook-popup .ajaxcart-content .ajaxcart-content_left .ajaxcart-product_image {
  text-align: center;
}
#lookbook-popup .ajaxcart-content .ajaxcart-content_left .ajaxcart-product_image .product.media {
  width: 100% !important;
}
#lookbook-popup .ajaxcart-content .ajaxcart-content_left .ajaxcart-product_review {
  text-align: center;
}
#lookbook-popup .ajaxcart-content .ajaxcart-content_left .ajaxcart-product_review .product-reviews-summary {
  margin-bottom: 0;
}
#lookbook-popup .ajaxcart-content .ajaxcart-content_right {
  flex: 1 1 auto;
  align-self: center;
}
#lookbook-popup .ajaxcart-content .ajaxcart-content_right .ajaxcart-cart-info {
  text-align: center;
}
#lookbook-popup .ajaxcart-content .ajaxcart-content_right .ajaxcart-cart-info .ajaxcart-cart-subtotal {
  font-size: 18px;
}
#lookbook-popup .ajaxcart-content .ajaxcart-content_right .ajaxcart-cart-info .ajaxcart-cart-subtotal .price {
  display: block;
  width: 100%;
  font-size: 28px;
  margin-top: 8px;
}
#lookbook-popup .ajaxcart-content .ajaxcart-content_right .box-tocart .action.tocart {
  margin-top: 20px;
  width: 100%;
}
#lookbook-popup .ajaxcart-content .ajaxcart-content_right .product-info-price .price-box {
  width: auto;
}
#lookbook-popup .ajaxcart-content .ajaxcart-content_right .product-info-price .price-box .price-container .price {
  font-size: 24px;
  line-height: 24px;
}
#lookbook-popup .ajaxcart-content .ajaxcart-content_right .ajaxcart-product_title {
  margin-top: 0;
  font-size: 3rem;
}
#lookbook-popup .ajaxcart-content .ajaxcart-content_right .product-info-main {
  width: 100%;
}
#lookbook-popup .ajaxcart-content .ajaxcart-content_right .product-info-main .product-add-form {
  padding-top: 0;
}
#lookbook-popup .ajaxcart-content .ajaxcart-content_right .product-info-main .product-options-bottom .box-tocart {
  margin-bottom: 0;
}
#lookbook-popup .ajaxcart-content .ajaxcart-content_right .product-info-main .product-info-price {
  border-bottom-color: #f2f2f2;
}
#lookbook-popup .ajaxcart-content .ajaxcart-content_right .product-info-main .field.qty {
  margin-bottom: 0;
}
#lookbook-popup .ajaxcart-content .ajaxcart-content_right .product-info-main div:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
#lookbook-popup .ajaxcart-content .ajaxcart-content_right .product-info-main .product-info-price .price-box .old-price .price-container .price-label {
  display: none;
}
#lookbook-popup .ajaxcart-content .ajaxcart-content_right .product-info-main .product-info-price .price-box .old-price .price-container .price {
  text-decoration: line-through;
}
#lookbook-popup .ajaxcart-bottom {
  display: flex;
}
#lookbook-popup .bundle-options-container {
  width: 100%;
  margin: 0;
}
#lookbook-popup .bundle-options-container .product-add-form {
  display: block;
}
#lookbook-popup .bundle-options-container .bundle-options-wrapper {
  float: left;
  width: 57%;
}
#lookbook-popup .bundle-options-container .block-bundle-summary {
  float: right;
  margin-top: 66px;
  padding: 10px 20px;
  position: relative;
  width: 40%;
}
#lookbook-popup .ajaxcart-footer {
  display: flex;
  margin-top: 30px;
}
#lookbook-popup .ajaxcart-footer .action-cancel {
  width: 50%;
  flex: 0 0 auto;
  margin-right: 20px;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
#lookbook-popup .ajaxcart-footer .action {
  height: 50px;
  line-height: 50px;
  padding: 0;
  width: 50%;
  font-size: 18px;
  text-align: center;
}
#lookbook-popup .ajaxcart-footer .action.action-select {
  flex: 1 1 auto;
  align-self: center;
}
#lookbook-popup .mgz-product-simple .ajaxcart-footer {
  justify-content: flex-end;
}
#lookbook-popup .mgz-product-simple .ajaxcart-footer button {
  display: none;
}
#lookbook-popup .lookbook-action-select.loading-action-select {
  background-image: url(../Magezon_LookBook/images/loader-1.gif);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 35px 35px;
}
.lookbook-profile .lookbook-profile-url {
  background: #f0f0f0;
  padding: 10px;
}
.lookbook-profile .lookbook-profile-url a {
  color: #333;
  font-size: 16px;
}
.lookbook-profile .lookbook-profile-url a:hover {
  text-decoration: none;
}
.lookbook-carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
}
.lookbook-carousel.owl-carousel .owl-item {
  opacity: 0;
}
.lookbook-carousel.owl-carousel .owl-item.active {
  opacity: 1;
  transition: opacity 0.51s ease-in;
}
.lookbook-carousel.owl-carousel .add-all-to-cart {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.lookbook-carousel.owl-carousel .owl-nav button {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 0;
  position: absolute;
  top: 50%;
}
.lookbook-carousel.owl-carousel .owl-nav button i {
  font-size: 18px;
  line-height: 40px;
}
.lookbook-carousel.owl-carousel .owl-nav .owl-prev {
  left: 5px;
}
.lookbook-carousel.owl-carousel .owl-nav .owl-next {
  right: 5px;
}
.lookbook-profile-carousel .profile-item {
  margin: 1px;
}
.lookbook-profile-carousel .profile-item-inner {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid transparent;
  background: #fff;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}
.lookbook-profile-carousel .profile-item-inner .profile-item-thumbnail img {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.lookbook-profile-carousel .profile-item-inner .profile-item-title {
  padding: 15px;
  position: relative;
}
.lookbook-profile-carousel .profile-item-inner .profile-item-title a {
  color: #333;
}
.lookbook-profile-carousel .profile-item-inner .profile-item-title a:hover {
  text-decoration: none;
}
.lookbook-profile-carousel .profile-item-inner .profile-item-title h3 {
  margin: 0;
  font-size: 15px;
  line-height: 25px;
  padding-right: 35px;
  text-align: left;
}
.lookbook-profile-carousel .profile-item-inner .profile-item-title .btn-link {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
  position: absolute;
  right: 15px;
  top: 15px;
}
.lookbook-profile-carousel .profile-item-inner .profile-item-title .btn-link img {
  max-width: 16px;
}
.lookbook-profile-carousel .profile-item-inner .lookbook-not-btn .profile-item-title h3 {
  padding: 0;
  text-align: left;
}
.lookbook-profile-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  margin: -20px 0 0 0 !important;
}
.lookbook-profile-carousel .owl-nav button:hover {
  background: transparent !important;
}
.lookbook-profile-carousel .owl-nav button:hover i {
  color: #ececec;
}
.lookbook-profile-carousel .owl-nav button i {
  font-size: 26px;
  color: #6e716e;
}
.lookbook-profile-carousel .owl-nav .owl-prev {
  left: -40px;
}
.lookbook-profile-carousel .owl-nav .owl-next {
  right: -40px;
}
.lookbook-sidebar ul {
  list-style: none;
  padding: 0;
}
.lookbook-sidebar ul li a {
  color: #333;
}
.lookbook-sidebar ul li a:hover {
  text-decoration: revert;
}
.lookbook-widget .lookbook-title a {
  color: #333;
  font-weight: 400;
}
@media only screen and (max-width: 544px) {
  .lookbook-marker-type2 {
    display: block;
  }
  .lookbook-marker-type2 .lookbook-profile-content {
    max-width: 100%;
    float: none;
  }
  .lookbook-marker-type2 .lookbook-profile-products {
    width: 100%;
    margin: 15px 0;
    float: none;
  }
  .lookbook-profile-product {
    min-width: 88px;
    width: 88px;
    padding: 5px;
  }
  .lookbook-profile-product.lookbook-profile-product-popup-bottom {
    top: 25px;
  }
  .lookbook-profile-product img {
    display: block;
  }
  .lookbook-profile-product h3 {
    margin: 10px 0 5px;
    font-size: 1.6rem;
  }
  .lookbook-profile-product .lookbook-btn-product {
    display: block;
  }
  .lookbook-profile-product .lookbook-btn-product form,
  .lookbook-profile-product .lookbook-btn-product a {
    width: 100%;
  }
  #lookbook-popup {
    max-width: 80%;
    padding: 15px;
  }
  #lookbook-popup .ajaxcart-content {
    display: block;
  }
  #lookbook-popup .ajaxcart-content .ajaxcart-content_left {
    margin-right: 0;
    width: 100%;
    text-align: center;
  }
}
.mgz-newsletter-form-wrapper {
  margin-bottom: 15px;
}
.mgz-newsletter-form {
  max-width: 100%;
}
.mgz-newsletter-form.loading .mgz-newsletter-btn span {
  visibility: hidden;
}
.mgz-newsletter-form.loading .mgz-newsletter-btn:before {
  display: block;
}
.mgz-newsletter-form .mgz-newsletter-fields .mgz-newsletter-field {
  margin-bottom: 10px;
}
.mgz-newsletter-form .actions {
  margin-bottom: 10px;
}
.mgz-newsletter-form .mgz-newsletter-btn {
  position: relative;
}
.mgz-newsletter-form .mgz-newsletter-btn:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  margin-left: -13px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #fff;
  border-top-color: #000;
  content: '';
}
.mgz-newsletter-message-success {
  color: #006400;
}
.mgz-newsletter-message-error {
  color: #e02b27;
}
.mgz-newsletter-form-inline .mgz-newsletter-fields,
.mgz-newsletter-form-inline2 .mgz-newsletter-fields {
  width: 100%;
}
.mgz-newsletter-form-inline .mgz-newsletter-fields .mgz-newsletter-field,
.mgz-newsletter-form-inline2 .mgz-newsletter-fields .mgz-newsletter-field {
  padding-right: 10px;
  width: 100%;
}
.mgz-newsletter-form-inline .mgz-newsletter-fields > .mgz-newsletter-field:last-child {
  padding: 0;
}
.mgz-newsletter-form-inline .mgz-newsletter-btn {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-left: -2px;
}
.mgz-button-modal .mfp-content {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  margin: 60px auto 30px;
  background: #fff;
  overflow-x: scroll;
  max-width: 900px;
  max-height: calc(100% - 90px);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.mgz-button-modal .mgz-button-modal-title {
  margin: 0;
  padding: 0;
  font-size: 32px;
  font-weight: 400;
}
.mgz-button-modal .mgz-button-modal-header {
  padding: 15px 20px;
  border-bottom: 1px solid #e5e5e5;
}
.mgz-button-modal .mgz-button-modal-content {
  position: relative;
  padding: 10px;
}
.mgz-button-modal .mgz-button-modal-content > .mgz-hidden {
  display: block;
}
.mgz-button-modal .mgz-button-modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.mgz-button-modal.mgz-button-modal-content .mgz-button-modal-content {
  padding: 20px;
}
.mgz-button-modal .mgz-btn-close {
  color: #FFF;
  background: #007dbd;
}
.mgz-button-modal .mgz-btn-close:hover {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.mfp-content .mgz-button-modal-inner {
  display: block;
}
body:not(.mgzpdf-hide-invoice) .order-details-items.invoice .print + .mgzprint-order-print {
  margin-left: 10px;
}
body:not(.mgzpdf-hide-shipment) .order-details-items.shipment .print + .mgzprint-order-print {
  margin-left: 10px;
}
body:not(.mgzpdf-hide-creditmemo) .order-details-items.creditmemo .print + .mgzprint-order-print {
  margin-left: 10px;
}
.mgzpdf-hide-order .actions-toolbar .action.print {
  display: none;
}
.mgzpdf-hide-invoice .order-details-items .action.print,
.mgzpdf-hide-shipment .order-details-items .action.print,
.mgzpdf-hide-creditmemo .order-details-items .action.print {
  display: none;
}
.popupbuilder-popup {
  display: none;
}
.popupbuilder-prevent-scroll {
  overflow: hidden;
}
.mgz-flex.mgz-flex-position-top-left .popupbuilder-widget-content,
.mgz-flex.mgz-flex-position-center-left .popupbuilder-widget-content,
.mgz-flex.mgz-flex-position-bottom-left .popupbuilder-widget-content {
  left: 0;
}
.mgz-flex.mgz-flex-position-top-right .popupbuilder-widget-content,
.mgz-flex.mgz-flex-position-center-right .popupbuilder-widget-content,
.mgz-flex.mgz-flex-position-bottom-right .popupbuilder-widget-content {
  right: 0;
}
.mgz-flex.mgz-flex-position-top-left .popupbuilder-widget-content,
.mgz-flex.mgz-flex-position-top-center .popupbuilder-widget-content,
.mgz-flex.mgz-flex-position-top-right .popupbuilder-widget-content {
  top: 0;
}
.mgz-flex.mgz-flex-position-bottom-left .popupbuilder-widget-content,
.mgz-flex.mgz-flex-position-bottom-center .popupbuilder-widget-content,
.mgz-flex.mgz-flex-position-bottom-right .popupbuilder-widget-content {
  bottom: 0;
}
.popupbuilder-popup-modal {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  pointer-events: none;
  background-color: transparent;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.popupbuilder-popup-modal .popupbuilder-buttons-wrapper,
.popupbuilder-popup-modal .popupbuilder-header {
  display: none;
}
.popupbuilder-popup-modal .popupbuilder-message {
  width: 100%;
  max-width: 100%;
}
.popupbuilder-popup-modal .popupbuilder-widget-content {
  background-color: #fff;
  position: absolute;
  pointer-events: all;
  width: 700px;
}
.popupbuilder-popup-modal .popupbuilder-poup-content-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  max-width: 100%;
  max-width: 100vw;
  max-height: 100vh;
  width: 100%;
  overflow: auto;
  box-sizing: border-box;
}
.popupbuilder-popup-modal .popupbuilder-poup-content-inner > .magezon-builder {
  width: 100%;
}
.popupbuilder-popup-modal .popupbuilder-popup {
  display: block;
  width: 100%;
}
.popupbuilder-popup-modal .popupbuilder-popup-close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 20px;
  top: 20px;
  color: #000;
  z-index: 1200;
  cursor: pointer;
  pointer-events: all;
}
.mgz-productpagebuilder .mgz-element-inner .ppbd-product-gallery > .product.media,
.mgz-productpagebuilder .mgz-element-inner .ppbd-product-info > .product-info-main {
  width: 100%;
}
.mgz-productpagebuilder.page-product-downloadable .product-add-form {
  margin: 0;
}
.mgz-productpagebuilder .product-info-main {
  width: 100% !important;
}
.mgz-productpagebuilder .ppbd-product-name {
  margin: 0;
}
.mgz-productpagebuilder .ppbd-product-price > .prices-tier.items {
  margin: 0;
}
.mgz-productpagebuilder .ppbd-product-price .product-info-stock-sku {
  display: none;
}
.mgz-productpagebuilder .ppbd-product-sku .product.sku .type {
  font-weight: normal;
  margin-right: 5px;
}
.mgz-productpagebuilder .ppbd-product-sku .product.sku .type:after {
  content: '#:';
}
.mgz-productpagebuilder .ppbd-product-sku .product.sku .value {
  display: inline-block;
}
.mgz-productpagebuilder .ppbd-product-sku .stock.available {
  display: none;
}
.mgz-productpagebuilder .ppbd-product-sku .product-info-stock-sku {
  width: 100%;
  padding: 0;
  margin: 0;
}
.mgz-productpagebuilder .ppbd-product-stock .stock {
  margin: 0;
}
.mgz-productpagebuilder .ppbd-product-stock .stock.available,
.mgz-productpagebuilder .ppbd-product-stock .stock.unavailable {
  font-weight: 700;
  text-transform: uppercase;
}
.mgz-productpagebuilder .ppbd-social-links > .product-social-links {
  margin: 0;
}
.mgz-productpagebuilder .mgz-tabs-tab-title .counter:before {
  content: '(';
}
.mgz-productpagebuilder .mgz-tabs-tab-title .counter:after {
  content: ')';
}
.mgz-productpagebuilder .mgz-element.product-info-main {
  float: none;
  width: 100% !important;
}
.mgz-productpagebuilder .mgz-element-inner .swatch-option {
  box-sizing: unset;
}
.mgz-productpagebuilder .ppbd-product-addtocart .box-tocart {
  margin-bottom: 0;
}
.mgz-productpagebuilder .ppbd-product-addtocart .box-tocart .action.tocart:not(:last-child) {
  margin-bottom: 0;
}
.mgz-productpagebuilder .ppbd-sharing .ppbd-fb-like,
.mgz-productpagebuilder .ppbd-sharing .ppbd-fb-share,
.mgz-productpagebuilder .ppbd-sharing .ppbd-twitter-share,
.mgz-productpagebuilder .ppbd-sharing .ppbd-pinterest,
.mgz-productpagebuilder .ppbd-sharing .ppbd-googleplus {
  float: left;
  margin-right: 5px;
}
.mgz-productpagebuilder .ppbd-sharing > div:last-child {
  margin-right: 0;
}
.page-product-bundle .product-pdflink-download {
  margin-top: -15px;
  margin-bottom: 30px;
}
.product-addto-links + .product-pdflink-download {
  margin-top: 15px;
}
.bfb-element-datepicker {
  background: #ffffff;
  border: 1px solid #007bdb;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
.bfb-element-datepicker .ui-datepicker-buttonpane button,
.bfb-element-datepicker .ui-datepicker-buttonpane .block-footer .action-add {
  background: #ffffff;
  border: 1px solid #adadad;
  border-radius: 1px;
  box-sizing: border-box;
  color: #007dbd;
  float: left;
  line-height: 34px;
  padding: 0;
  text-align: center;
  width: 49%;
  font-weight: 500;
  box-shadow: none;
}
.bfb-element-datepicker .ui-datepicker-buttonpane button:hover,
.bfb-element-datepicker .ui-datepicker-buttonpane .block-footer .action-add:hover {
  background: #007dbd;
  border-color: #007dbd;
  color: #FFF;
}
.bfb-element-datepicker table.ui-datepicker-calendar tr {
  background: transparent;
}
.bfb-element-datepicker table.ui-datepicker-calendar tr th {
  background: transparent;
  border: 0;
  padding: 0;
}
.bfb-element-datepicker table.ui-datepicker-calendar span,
.bfb-element-datepicker table.ui-datepicker-calendar a {
  box-sizing: border-box;
  color: #514943;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
  width: 38px;
  padding: 0;
}
.bfb-element-datepicker .ui-datepicker-buttonpane {
  border: 0;
}
.bfb-element-datepicker .ui-datepicker-buttonpane .ui-datepicker-close {
  float: right;
}
.bfb-element-datepicker .ui-datepicker-title .ui-datepicker-year,
.bfb-element-datepicker .ui-datepicker-title .ui-datepicker-month {
  margin: 0;
}
.bfb-element-datepicker .ui-datepicker-title > select:first-child {
  margin-right: 6%;
}
.bfb-element-datepicker .ui-datepicker-title > .ui-datepicker-year:first-child {
  margin-right: 6%;
}
.bfb-element-datepicker .ui-datepicker-calendar {
  border: 0;
}
.bfb-element-datepicker .ui-datepicker-calendar .ui-state-disabled {
  background: #f5f5f5;
}
.bfb-element-datepicker .ui-slider .ui-slider-handle {
  cursor: pointer;
}
.bfb-animated {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bfb-fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.bfb-spinner {
  font-size: 4rem;
  left: 50%;
  margin-left: -2rem;
  margin-top: -2rem;
  position: absolute;
  top: 50%;
}
.bfb-spinner > span:nth-child(1) {
  -webkit-animation-delay: 0.27s;
  -moz-animation-delay: 0.27s;
  -ms-animation-delay: 0.27s;
  animation-delay: 0.27s;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  -ms-transform: rotate(-315deg);
  transform: rotate(-315deg);
}
.bfb-spinner > span:nth-child(2) {
  -webkit-animation-delay: 0.36s;
  -moz-animation-delay: 0.36s;
  -ms-animation-delay: 0.36s;
  animation-delay: 0.36s;
  -webkit-transform: rotate(-270deg);
  -moz-transform: rotate(-270deg);
  -ms-transform: rotate(-270deg);
  transform: rotate(-270deg);
}
.bfb-spinner > span:nth-child(3) {
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s;
  -ms-animation-delay: 0.45s;
  animation-delay: 0.45s;
  -webkit-transform: rotate(-225deg);
  -moz-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
.bfb-spinner > span:nth-child(4) {
  -webkit-animation-delay: 0.54s;
  -moz-animation-delay: 0.54s;
  -ms-animation-delay: 0.54s;
  animation-delay: 0.54s;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.bfb-spinner > span:nth-child(5) {
  -webkit-animation-delay: 0.63s;
  -moz-animation-delay: 0.63s;
  -ms-animation-delay: 0.63s;
  animation-delay: 0.63s;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.bfb-spinner > span:nth-child(6) {
  -webkit-animation-delay: 0.72s;
  -moz-animation-delay: 0.72s;
  -ms-animation-delay: 0.72s;
  animation-delay: 0.72s;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.bfb-spinner > span:nth-child(7) {
  -webkit-animation-delay: 0.8100000000000001s;
  -moz-animation-delay: 0.8100000000000001s;
  -ms-animation-delay: 0.8100000000000001s;
  animation-delay: 0.8100000000000001s;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.bfb-spinner > span:nth-child(8) {
  -webkit-animation-delay: 0.9;
  -moz-animation-delay: 0.9;
  -ms-animation-delay: 0.9;
  animation-delay: 0.9;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
@-moz-keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #ffffff;
  }
}
@-webkit-keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #ffffff;
  }
}
@-ms-keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #ffffff;
  }
}
@keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #ffffff;
  }
}
.bfb-spinner > span {
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4);
  -webkit-animation-name: fade;
  -moz-animation-name: fade;
  -ms-animation-name: fade;
  animation-name: fade;
  -webkit-animation-duration: 0.72s;
  -moz-animation-duration: 0.72s;
  -ms-animation-duration: 0.72s;
  animation-duration: 0.72s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
  -moz-animation-direction: linear;
  -ms-animation-direction: linear;
  animation-direction: linear;
  background-color: #ffffff;
  border-radius: 6px;
  clip: rect(0 0.28571429em 0.1em 0);
  height: .1em;
  margin-top: 0.5em;
  position: absolute;
  width: 1em;
}
.ie9 .bfb-spinner {
  background: url('../../../../../frontend/Smartwave/porto/es_ES/Webkul_MpMassUpload/images/ajax-loader.gif') no-repeat center;
}
.ie9 .bfb-spinner > span {
  display: none;
}
.bfb-popup-overlay {
  display: none;
}
.bfb-popup-show .bfb-popup-overlay {
  z-index: 998;
  position: fixed;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transition: all 0.3s ease-out;
}
.bfb-popup {
  position: relative;
  background: #FFF;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  overflow-y: scroll;
  overflow-x: hidden;
}
.bfb-popup:before,
.bfb-popup:after {
  content: '';
  display: table;
  clear: both;
}
.bfb-popup .bfb-popup-close {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 2px;
  right: 2px;
  line-height: 20px;
  cursor: pointer;
  opacity: .5;
  z-index: 4;
  background: url('../BlueFormBuilder_Core/images/close-icon.png') center center no-repeat;
  background-size: 20px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.bfb-popup .bfb-popup-close:hover {
  opacity: 1;
  background-size: 22px;
}
.bfb-popup .block.bfb {
  box-shadow: none;
}
.bfb-popup-slidein .bfb-popup {
  opacity: 0;
}
.bfb-popup-slidein.bfb-popup-align-bottom-right .bfb-popup,
.bfb-popup-slidein.bfb-popup-align-bottom-left .bfb-popup {
  bottom: 0;
  transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
}
.bfb-popup-slidein.bfb-popup-align-bottom-right.popup-show .bfb-popup,
.bfb-popup-slidein.bfb-popup-align-bottom-left.popup-show .bfb-popup {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.bfb-popup-slidein.popup-show .bfb-popup {
  opacity: 1;
}
.bfb-popup-container {
  position: fixed;
  box-shadow: none;
  z-index: 999;
  transition: transform 0.3s cubic-bezier(0, 0, 0, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0, 1);
}
.bfb-popup-container.bfb-popup-align-inline {
  position: static;
}
.bfb-popup-container .bfb-popup {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  position: fixed;
  margin: 0;
  z-index: 999;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.bfb-popup-container .block.bfb {
  background: #FFF;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bfb-popup-container .bfb-popup-link {
  cursor: pointer;
  padding: 6px 15px 12px 15px;
  letter-spacing: .5px;
  display: inline-block;
  position: relative;
  transition: transform .3s;
  -webkit-transition: -webkit-transform 0.3s;
  background: #007dbd;
  color: #FFF;
}
.bfb-popup-container .bfb-popup-link:hover {
  text-decoration: none;
}
.bfb-popup-container.bfb-popup-align-left {
  left: 0;
}
.bfb-popup-container.bfb-popup-align-left .bfb-popup-link {
  border-radius: 3px 3px 0 0;
  transform: translate3d(-200%, 0, 0) rotate(90deg);
  -webkit-transform: translate3d(-200%, 0, 0) rotate(90deg);
  transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
}
.bfb-popup-container.bfb-popup-align-left.a-show .bfb-popup-link {
  transform: translate3d(-4px, 0, 0) rotate(90deg);
  -webkit-transform: translate3d(-4px, 0, 0) rotate(90deg);
}
.bfb-popup-container.bfb-popup-align-left.a-show .bfb-popup-link:hover {
  transform: translate3d(0, 0, 0) rotate(90deg);
  -webkit-transform: translate3d(0, 0, 0) rotate(90deg);
}
.bfb-popup-container.bfb-popup-align-left .bfb-popup {
  left: -1px;
  transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
}
.bfb-popup-container.bfb-popup-align-left.popup-show .bfb-popup {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.bfb-popup-container.bfb-popup-align-right {
  right: 0;
}
.bfb-popup-container.bfb-popup-align-right.a-show .bfb-popup-link {
  transform: translate3d(4px, 0, 0) rotate(-90deg);
  -webkit-transform: translate3d(4px, 0, 0) rotate(-90deg);
}
.bfb-popup-container.bfb-popup-align-right.a-show .bfb-popup-link:hover {
  transform: translate3d(0, 0, 0) rotate(-90deg);
  -webkit-transform: translate3d(0, 0, 0) rotate(-90deg);
}
.bfb-popup-container.bfb-popup-align-right .bfb-popup-link {
  border-radius: 3px 3px 0 0;
  transform: translate3d(200%, 0, 0) rotate(-90deg);
  -webkit-transform: translate3d(200%, 0, 0) rotate(-90deg);
  transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
}
.bfb-popup-container.bfb-popup-align-right .bfb-popup {
  right: -1px;
  transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
}
.bfb-popup-container.bfb-popup-align-left,
.bfb-popup-container.bfb-popup-align-right {
  top: 50%;
}
.bfb-popup-container.bfb-popup-align-left .bfb-popup-link,
.bfb-popup-container.bfb-popup-align-right .bfb-popup-link {
  top: -40px;
}
.bfb-popup-container.bfb-popup-align-left.popup-show .bfb-popup,
.bfb-popup-container.bfb-popup-align-right.popup-show .bfb-popup {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.bfb-popup-container.bfb-popup-align-left .bfb-popup-link:hover,
.bfb-popup-container.bfb-popup-align-right .bfb-popup-link:hover {
  -webkit-box-shadow: 2px -2px 2px rgba(0, 0, 0, 0.12), 2px -2px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 2px -2px 2px rgba(0, 0, 0, 0.12), 2px -2px 2px rgba(0, 0, 0, 0.24);
}
.bfb-popup-container.bfb-popup-align-bottom-left {
  left: 30px;
}
.bfb-popup-container.bfb-popup-align-bottom-left .bfb-popup {
  left: 30px;
}
.bfb-popup-container.bfb-popup-align-bottom-left .bfb-popup-link:hover {
  -webkit-box-shadow: 2px -2px 2px rgba(0, 0, 0, 0.12), 2px -2px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 2px -2px 2px rgba(0, 0, 0, 0.12), 2px -2px 2px rgba(0, 0, 0, 0.24);
}
.bfb-popup-container.bfb-popup-align-bottom-right {
  right: 30px;
}
.bfb-popup-container.bfb-popup-align-bottom-right .bfb-popup {
  right: 30px;
}
.bfb-popup-container.bfb-popup-align-bottom-right,
.bfb-popup-container.bfb-popup-align-bottom-left {
  bottom: 0;
}
.bfb-popup-container.bfb-popup-align-bottom-right .bfb-popup-link,
.bfb-popup-container.bfb-popup-align-bottom-left .bfb-popup-link {
  border-radius: 3px 3px 0 0;
  transform: translate3d(0, 6px, 0);
  -webkit-transform: translate3d(0, 6px, 0);
}
.bfb-popup-container.bfb-popup-align-bottom-right .bfb-popup-link:hover,
.bfb-popup-container.bfb-popup-align-bottom-left .bfb-popup-link:hover {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.bfb-magnific .bfb-popup {
  position: relative;
  border-radius: 3px;
}
.bfb-popup-animate-left .mfp-with-anim,
.bfb-popup-animate-right .mfp-with-anim {
  transition: transform 0.35s ease-out, opacity 0.2s linear;
  -moz-transition: transform 0.35s ease-out, opacity 0.2s linear;
  -webkit-transition: -webkit-transform 0.35s ease-out, opacity 0.2s linear;
  -ms-transition: transform 0.35s ease-out, opacity 0.2s linear;
  -o-transition: transform 0.35s ease-out, opacity 0.2s linear;
}
.bfb-popup-animate-left.mfp-bg,
.bfb-popup-animate-right.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.bfb-popup-animate-left.mfp-ready .mfp-with-anim,
.bfb-popup-animate-right.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1) translate3d(0, 0, 0);
  -moz-transform: scale(1) translate3d(0, 0, 0);
  -o-transform: scale(1) translate3d(0, 0, 0);
  -ms-transform: scale(1) translate3d(0, 0, 0);
  transform: scale(1) translate3d(0, 0, 0);
}
.bfb-popup-animate-left.mfp-ready.mfp-bg,
.bfb-popup-animate-right.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.bfb-popup-animate-left.mfp-removing.mfp-bg,
.bfb-popup-animate-right.mfp-removing.mfp-bg {
  opacity: 0;
}
.bfb-popup-animate-left.mfp-removing .mfp-with-anim,
.bfb-popup-animate-right.mfp-removing .mfp-with-anim,
.bfb-popup-animate-left .mfp-with-anim,
.bfb-popup-animate-right .mfp-with-anim {
  opacity: 0;
}
.bfb-popup-animate-left.mfp-removing .mfp-with-anim,
.bfb-popup-animate-left .mfp-with-anim {
  -webkit-transform: scale(0.5) translate3d(-300%, 0, 0) rotate(3deg);
  -moz-transform: scale(0.5) translate3d(-300%, 0, 0) rotate(3deg);
  -o-transform: scale(0.5) translate3d(-300%, 0, 0) rotate(3deg);
  -ms-transform: scale(0.5) translate3d(-300%, 0, 0) rotate(3deg);
  transform: scale(0.5) translate3d(-300%, 0, 0) rotate(3deg);
}
.bfb-popup-animate-right.mfp-removing .mfp-with-anim,
.bfb-popup-animate-right .mfp-with-anim {
  -webkit-transform: scale(0.5) translate3d(300%, 0, 0) rotate(-3deg);
  -moz-transform: scale(0.5) translate3d(300%, 0, 0) rotate(-3deg);
  -o-transform: scale(0.5) translate3d(300%, 0, 0) rotate(-3deg);
  -ms-transform: scale(0.5) translate3d(300%, 0, 0) rotate(-3deg);
  transform: scale(0.5) translate3d(300%, 0, 0) rotate(-3deg);
}
.bfb-popup-align-inline .bfb-popup-link {
  padding: 5px 12px;
}
.bfbAnimation {
  -webkit-transition: 200ms ease-in-out;
  -moz-transition: 200ms ease-in-out;
  -ms-transition: 200ms ease-in-out;
  -o-transition: 200ms ease-in-out;
}
.bfb-element .bfb-element-control-inner {
  position: relative;
}
.bfb-element .bfb-element-control-inner:before,
.bfb-element .bfb-element-control-inner:after {
  content: " ";
  display: table;
  clear: both;
}
.bfb-element .bfb-element-control-inner:before,
.bfb-element .bfb-element-control-inner:after {
  content: " ";
  display: table;
  clear: both;
}
.bfb-element .iti {
  width: 100%;
}
.bfb-element .intl-tel-input,
.bfb-element .admin__control-text {
  width: 100%;
}
.bfb-element .g-recaptcha {
  display: inline-block;
}
.bfb-element .bfb-element-input-limit {
  text-align: right;
}
.bfb-element .bfb-element-label {
  position: relative;
}
.bfb-element.required .bfb-element-label label {
  padding-right: 15px;
}
.bfb-element.required .bfb-element-label label > span:after {
  color: #e22626;
  content: '*';
  font-size: 1.6rem;
  font-weight: 500;
  position: absolute;
  margin-left: 5px;
}
.bfb-element.bfb-element-hidden {
  display: none;
}
.bfb-element.bfb-element-label-hidden .bfb-element-label {
  display: none;
}
.bfb-element.bfb-element-label-above .bfb-element-tooltip .bfb-element-tooltip-content,
.bfb-element.bfb-element-label-left .bfb-element-tooltip .bfb-element-tooltip-content,
.bfb-element.bfb-element-label-below .bfb-element-tooltip .bfb-element-tooltip-content {
  left: -18px;
  right: auto;
}
.bfb-element.bfb-element-label-above .bfb-element-tooltip .bfb-element-tooltip-content:before,
.bfb-element.bfb-element-label-left .bfb-element-tooltip .bfb-element-tooltip-content:before,
.bfb-element.bfb-element-label-below .bfb-element-tooltip .bfb-element-tooltip-content:before {
  left: 15px;
}
.bfb-element.bfb-element-label-above .bfb-element-tooltip .bfb-element-tooltip-content:after,
.bfb-element.bfb-element-label-left .bfb-element-tooltip .bfb-element-tooltip-content:after,
.bfb-element.bfb-element-label-below .bfb-element-tooltip .bfb-element-tooltip-content:after {
  left: 15px;
}
.bfb-element.bfb-element-label-right .bfb-element-tooltip .bfb-element-tooltip-content {
  left: auto;
  right: -18px;
}
.bfb-element.bfb-element-label-right .bfb-element-tooltip .bfb-element-tooltip-content:before {
  right: 15px;
}
.bfb-element.bfb-element-label-right .bfb-element-tooltip .bfb-element-tooltip-content:after {
  right: 15px;
}
.bfb-element.bfb-element-label-left .bfb-element-label {
  width: 25%;
  float: left;
  padding-right: 15px;
}
.bfb-element.bfb-element-label-left .bfb-element-control {
  width: 75%;
  float: left;
}
.bfb-element.bfb-element-label-left .bfb-element-label {
  text-align: center;
}
.bfb-element.bfb-element-label-right .bfb-element-label {
  width: 25%;
  float: right;
  padding-left: 15px;
}
.bfb-element.bfb-element-label-right .bfb-element-control {
  width: 75%;
  float: left;
}
.bfb-element.bfb-element-label-right .bfb-element-control-inner {
  float: right;
  width: 100%;
}
.bfb-element.bfb-element-icon-left .bfb-control {
  padding-left: 30px;
}
.bfb-element.bfb-element-icon-left .bfb-element-icon {
  left: 0;
}
.bfb-element.bfb-element-icon-right .bfb-control {
  padding-right: 30px;
}
.bfb-element.bfb-element-icon-right .bfb-element-icon {
  right: 0;
}
.bfb-element.bfb-element-label-align-left .bfb-element-label {
  text-align: left;
}
.bfb-element.bfb-element-label-align-right .bfb-element-label {
  text-align: right;
}
.bfb-element.mgz-element-bfb_textarea .admin__control-textarea {
  height: auto;
}
.bfb-element.mgz-element-bfb_date .ui-datepicker-trigger {
  display: none;
}
.bfb-element.mgz-element-bfb_date .bfb-element-icon {
  cursor: pointer;
}
.bfb-element.mgz-element-bfb_time .bfb-element-control select {
  width: auto;
}
.bfb-element.mgz-element-bfb_time .bfb-element-control span {
  margin: 0 5px;
}
.bfb-element.mgz-element-bfb_address .addressfield {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
}
.bfb-element.mgz-element-bfb_address .subfield {
  width: 50%;
  margin-bottom: 10px;
  padding-right: 20px;
}
.bfb-element.mgz-element-bfb_address .subfield select {
  width: 100%;
}
.bfb-element.mgz-element-bfb_starratings .bfb-element-stars {
  overflow: hidden;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote {
  height: 32px;
  width: auto;
  overflow: hidden;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote:before {
  color: #c3c5c9;
  font-family: 'Magezon-Icons';
  font-size: 32px;
  height: 32px;
  letter-spacing: 8px;
  line-height: 32px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  position: absolute;
  z-index: 1;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote input[type="radio"]:hover + label:before,
.bfb-element.mgz-element-bfb_starratings .review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote label:before {
  color: #ffc600;
  font-family: 'Magezon-Icons';
  font-size: 32px;
  height: 32px;
  letter-spacing: 8px;
  line-height: 32px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote label:hover:before {
  opacity: 1;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-10 {
  z-index: 2;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-10:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-9 {
  z-index: 3;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-9:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-8 {
  z-index: 4;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-8:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-7 {
  z-index: 5;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-7:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6 {
  z-index: 6;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5 {
  z-index: 7;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4 {
  z-index: 8;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3 {
  z-index: 9;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2 {
  z-index: 10;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1 {
  z-index: 11;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-10 {
  z-index: 2;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-10:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-9 {
  z-index: 3;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-9:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-8 {
  z-index: 4;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-8:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-7 {
  z-index: 5;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-7:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6 {
  z-index: 6;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5 {
  z-index: 7;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4 {
  z-index: 8;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3 {
  z-index: 9;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2 {
  z-index: 10;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1 {
  z-index: 11;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote.star-10:before {
  content: '\f844' '\f844' '\f844' '\f844' '\f844' '\f844' '\f844' '\f844' '\f844' '\f844';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-9 {
  z-index: 3;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-9:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-8 {
  z-index: 4;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-8:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-7 {
  z-index: 5;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-7:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6 {
  z-index: 6;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5 {
  z-index: 7;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4 {
  z-index: 8;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3 {
  z-index: 9;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2 {
  z-index: 10;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1 {
  z-index: 11;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote.star-9:before {
  content: '\f844' '\f844' '\f844' '\f844' '\f844' '\f844' '\f844' '\f844' '\f844';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-8 {
  z-index: 4;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-8:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-7 {
  z-index: 5;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-7:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6 {
  z-index: 6;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5 {
  z-index: 7;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4 {
  z-index: 8;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3 {
  z-index: 9;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2 {
  z-index: 10;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1 {
  z-index: 11;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote.star-8:before {
  content: '\f844' '\f844' '\f844' '\f844' '\f844' '\f844' '\f844' '\f844';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-7 {
  z-index: 5;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-7:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6 {
  z-index: 6;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5 {
  z-index: 7;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4 {
  z-index: 8;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3 {
  z-index: 9;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2 {
  z-index: 10;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1 {
  z-index: 11;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote.star-7:before {
  content: '\f844' '\f844' '\f844' '\f844' '\f844' '\f844' '\f844';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6 {
  z-index: 6;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5 {
  z-index: 7;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4 {
  z-index: 8;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3 {
  z-index: 9;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2 {
  z-index: 10;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1 {
  z-index: 11;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote.star-6:before {
  content: '\f844' '\f844' '\f844' '\f844' '\f844' '\f844';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5 {
  z-index: 7;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4 {
  z-index: 8;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3 {
  z-index: 9;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2 {
  z-index: 10;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1 {
  z-index: 11;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote.star-5:before {
  content: '\f844' '\f844' '\f844' '\f844' '\f844';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4 {
  z-index: 8;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3 {
  z-index: 9;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2 {
  z-index: 10;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1 {
  z-index: 11;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote.star-4:before {
  content: '\f844' '\f844' '\f844' '\f844';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3 {
  z-index: 9;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2 {
  z-index: 10;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1 {
  z-index: 11;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote.star-3:before {
  content: '\f844' '\f844' '\f844';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2 {
  z-index: 10;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1 {
  z-index: 11;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote.star-2:before {
  content: '\f844' '\f844';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1 {
  z-index: 11;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote.star-1:before {
  content: '\f844';
}
.bfb-element.mgz-element-control-inner {
  position: relative;
  max-width: 100%;
  width: 100%;
}
.bfb-element.mgz-element-bfb_file .bfb-element-file-inner:before,
.bfb-element.mgz-element-bfb_file .bfb-element-file-inner:after {
  content: " ";
  display: table;
  clear: both;
}
.bfb-element.mgz-element-bfb_file .bfb-element-file-inner:before,
.bfb-element.mgz-element-bfb_file .bfb-element-file-inner:after {
  content: " ";
  display: table;
  clear: both;
}
.bfb-element.mgz-element-bfb_file .bfb-file-insert {
  padding: 30px 0;
  text-align: center;
  border: 2px dashed #848484;
  background: #FAFAFA;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin-bottom: 5px;
}
.bfb-element.mgz-element-bfb_file .bfb-file-insert:hover i {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.bfb-element.mgz-element-bfb_file .bfb-file-insert i {
  -webkit-transition: 200ms ease-in-out;
  -moz-transition: 200ms ease-in-out;
  -ms-transition: 200ms ease-in-out;
  -o-transition: 200ms ease-in-out;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  font-size: 28px;
}
.bfb-element.mgz-element-bfb_file .bfb-file-insert i.bfb-element-icon {
  position: static;
}
.bfb-element.mgz-element-bfb_file .bfb-file-insert h3 {
  font-weight: 500;
  margin: 10px 0;
}
.bfb-element.mgz-element-bfb_file .file-uploader-spinner {
  background-image: url(../BlueFormBuilder_Core/images/loader.gif);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  display: none;
  height: 20px;
  margin-left: 1rem;
  vertical-align: top;
  width: 20px;
}
.bfb-element.mgz-element-bfb_file .bfb-element-file-inner.loading .file-uploader-spinner {
  display: inline-block;
}
.bfb-element.mgz-element-bfb_file .bfb-element-file-inner.loading .bfb-element-icon {
  display: none;
}
.bfb-element.mgz-element-bfb_file input[data-role='values'] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: absolute;
  top: 0;
  height: 0;
  border: 0;
  outline: none;
  z-index: -1;
  opacity: 0;
}
.bfb-element.mgz-element-bfb_file .file-uploader-button {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 7px 15px 7px 15px;
  background: #e3e3e3;
  color: #333;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 5px;
}
.bfb-element.mgz-element-bfb_file .file-uploader-button:hover {
  background: #ebebeb;
}
.bfb-element.mgz-element-bfb_file .bfb-file-list .bfb-file-row {
  float: left;
  width: 100%;
  color: #007dbd;
  cursor: pointer;
  margin-bottom: 5px;
}
.bfb-element.mgz-element-bfb_file .bfb-file-list .bfb-file-row:last-child {
  margin-bottom: 0;
}
.bfb-element.mgz-element-bfb_file .bfb-file-list .bfb-file-row i {
  -webkit-transition: 200ms ease-in-out;
  -moz-transition: 200ms ease-in-out;
  -ms-transition: 200ms ease-in-out;
  -o-transition: 200ms ease-in-out;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  color: #e22626;
  margin-top: 5px;
  margin-left: 4px;
}
.bfb-element.mgz-element-bfb_file .bfb-file-list .bfb-file-row i:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.bfb-element.mgz-element-bfb_file .bfb-file-list .bfb-file-row .bfb-file-row-inner {
  -webkit-border-radius: 0.33333rem;
  -moz-border-radius: 0.33333rem;
  border-radius: 0.33333rem;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #f8f8f8;
  border: .09167rem solid #dadada;
  color: #999;
  padding: 8px;
  line-height: 14px;
  position: relative;
  overflow: hidden;
}
.bfb-element.mgz-element-bfb_file .bfb-file-list .bfb-file-row .bfb-file-info img {
  height: 25px;
  float: left;
  margin-right: 10px;
  width: auto;
}
.bfb-element.mgz-element-bfb_file .bfb-file-list .bfb-file-row .bfb-file-info .bfb-file-info-name {
  float: left;
  padding-top: 5px;
  color: #333;
}
.bfb-element.mgz-element-bfb_file .bfb-file-list .bfb-file-row .bfb-file-info .fa.fa-file {
  float: left;
  font-size: 25px;
  margin-right: 10px;
}
.bfb-element.mgz-element-bfb_file .bfb-file-meta {
  margin-bottom: 5px;
}
.bfb-element.mgz-element-bfb_number .bfb-element-number-minus,
.bfb-element.mgz-element-bfb_number .bfb-element-number-plus {
  height: 38px;
  width: 38px;
  line-height: 38px;
  background-color: #007dbd;
  color: #ffffff;
  position: absolute;
  top: 0;
  text-align: center;
  left: 0;
  cursor: pointer;
}
.bfb-element.mgz-element-bfb_number .bfb-element-number-minus:hover,
.bfb-element.mgz-element-bfb_number .bfb-element-number-plus:hover {
  background: #0077b3;
}
.bfb-element.mgz-element-bfb_number .bfb-element-number-minus:before {
  content: '-';
  font-size: 24px;
}
.bfb-element.mgz-element-bfb_number .bfb-element-number-plus {
  left: auto;
  right: 0;
}
.bfb-element.mgz-element-bfb_number .bfb-element-number-plus:before {
  content: '+';
  font-size: 24px;
}
.bfb-element.mgz-element-bfb_number input {
  padding-left: 38px;
  padding-right: 38px;
}
.bfb-element.mgz-element-bfb_select select {
  width: 100%;
}
.bfb-element.mgz-element-bfb_multiselect select {
  height: auto;
  max-width: 100%;
  min-width: 15rem;
  overflow: auto;
  padding: 0;
  width: 100%;
}
.bfb-element.mgz-element-bfb_multiselect select option,
.bfb-element.mgz-element-bfb_multiselect select optgroup {
  padding: .5rem 1rem;
}
.bfb-element.mgz-element-bfb_choicematrix table {
  width: 100%;
}
.bfb-element.mgz-element-bfb_choicematrix tbody label span {
  display: none;
}
.bfb-element.mgz-element-bfb_choicematrix table > thead > tr > th,
.bfb-element.mgz-element-bfb_choicematrix table > tbody > tr > th,
.bfb-element.mgz-element-bfb_choicematrix table > tfoot > tr > th,
.bfb-element.mgz-element-bfb_choicematrix table > thead > tr > td,
.bfb-element.mgz-element-bfb_choicematrix table > tbody > tr > td,
.bfb-element.mgz-element-bfb_choicematrix table > tfoot > tr > td {
  padding: 11px 10px;
  position: relative;
}
.bfb-element.mgz-element-bfb_recaptcha .captcha-logo,
.bfb-element.mgz-element-bfb_magento2_captcha .captcha-logo {
  max-height: 80px;
}
.bfb-element .bfb-element-label > label {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 38px;
  font-weight: 600;
  cursor: pointer;
}
.bfb-element .bfb-element-icon {
  position: absolute;
  top: 0;
  text-align: center;
  line-height: 38px;
  width: 38px;
  font-size: 19px;
  color: #333;
}
.bfb-element .bfb-element-description {
  margin-top: 5px;
  float: left;
  width: 100%;
}
.bfb-element .bfb-element-description p:first-child {
  margin-top: 0;
}
.bfb-element .bfb-element-tooltip {
  position: absolute;
  width: 18px;
  display: inline-block;
  cursor: pointer;
  z-index: 1;
}
.bfb-element .bfb-element-tooltip .bfb-element-tooltip-action {
  position: relative;
  z-index: 5;
  text-align: center;
  line-height: 38px;
}
.bfb-element .bfb-element-tooltip .bfb-element-tooltip-content {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: left;
  cursor: text;
  bottom: 3.2rem;
  background: #FFF;
  border: 1px solid #d9d9d9;
  position: absolute;
  width: 32rem;
  z-index: 1;
  display: none;
  right: -2.3rem;
  padding: 17px 20px 20px;
  border-top: 3px solid #0077b3;
}
.bfb-element .bfb-element-tooltip .bfb-element-tooltip-content:before,
.bfb-element .bfb-element-tooltip .bfb-element-tooltip-content:after {
  border: 1.6rem solid transparent;
  height: 0;
  width: 0;
  border-top-color: #d9d9d9;
  content: '';
  display: block;
  position: absolute;
  right: 2rem;
  top: 100%;
  z-index: 2;
}
.bfb-element .bfb-element-tooltip .bfb-element-tooltip-content:before {
  border-width: 1rem;
}
.bfb-element .bfb-element-tooltip .bfb-element-tooltip-content:after {
  border-top-color: #FFF;
  margin-top: -1px;
  z-index: 3;
  border-width: 1rem;
}
.bfb-element .bfb-element-tooltip:hover .bfb-element-tooltip-content {
  display: block;
}
.bfb-element .bfb-autocomplete-wrapper {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  overflow: hidden;
  position: absolute;
  z-index: 20;
  background: #FFF;
  width: 100%;
}
.bfb-element .bfb-autocomplete-wrapper .bfb-autocomplete {
  padding: 0;
  list-style: none;
  background: #ffffff;
  border: 1px solid #c2c2c2;
  border-top: 0;
  float: left;
  max-height: 500px;
  overflow: scroll;
  border: 0;
  margin: 0;
  width: 100%;
}
.bfb-element .bfb-autocomplete-wrapper .bfb-autocomplete li {
  margin: 0;
  padding: 8px 10px 8px 15px;
  display: block;
  cursor: pointer;
  text-align: left;
  font-weight: normal;
  font-style: normal;
  color: #333;
}
.bfb-element .bfb-autocomplete-wrapper .bfb-autocomplete li:hover {
  text-decoration: none;
  background: #F0F0F0;
}
.bfb-element .bfb-choices-item {
  margin-bottom: 15px;
  padding-right: 20px;
  margin-top: 0;
}
.bfb-element .bfb-choices-item label {
  display: inline-block;
}
.bfb-element .bfb-choices-item .bfb-choices-image {
  margin-bottom: 8px;
  position: relative;
}
.bfb-element .bfb-choices-item > label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  cursor: pointer;
  position: relative;
}
.bfb-element .bfb-choices-item > label:hover {
  border-color: #ddd;
}
.bfb-element .bfb-choices-image-style-modern .bfb-choices-item > label {
  background-color: #fff;
  padding: 15px;
  border: 1px solid transparent;
  background-color: #FFF;
}
.bfb-element .bfb-choices-image-style-modern .bfb-choices-item > label:hover {
  border-color: #ddd;
}
.bfb-element .bfb-choices-image-style-modern .bfb-choices-item.option-selected .bfb-choices-image:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  /* Better Font Rendering =========== */
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  content: "\e5ca";
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  background: #72b239;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -16px;
  width: 32px;
  height: 32px;
  text-align: center;
}
.bfb-element .bfb-choices-image-style-modern .bfb-choices-item.option-selected > label {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.bfb-element .bfb-choices-image-style-classic .bfb-choices-item > label {
  background-color: #fff;
  display: inline-block;
  margin: 0 auto;
  border: 2px solid #ddd;
  padding: 10px;
  text-align: center;
}
.bfb-element .bfb-choices-image-style-classic .bfb-choices-item > label:hover {
  border-color: #666;
}
.bfb-element .bfb-choices-image-style-classic .bfb-choices-item.option-selected > label {
  border-color: #666;
}
.mgz-element-bfb_fieldset .bfb-fieldset-heading {
  background-color: #007dbd;
  color: #FFF;
}
.mgz-element-bfb_fieldset .bfb-fieldset-heading .title {
  margin: 0;
  font-weight: 500;
}
.bfb-element.mgz-element-bfb_starratings ul {
  list-style: none;
}
.bfb-element.mgz-element-bfb_starratings ul li {
  display: inline-block;
  font-size: 34px;
  margin-right: 6px;
}
.bfb-pages {
  position: relative;
  z-index: 1;
}
.bfb-pages.mgz-element-tab-position-top > .mgz-tabs-nav {
  padding: 0 15px;
}
.bfb-pages.mgz-element-tab-position-top > .mgz-tabs-nav:before {
  height: 5px;
  position: absolute;
  bottom: 0;
  background: #069;
  content: '';
  width: 100%;
  left: 0;
}
.bfb-pages > .mgz-tabs-nav {
  margin: 0;
  list-style: none;
  background: #007dbd;
  float: none;
  overflow: hidden;
  width: auto;
  position: relative;
}
.bfb-pages .bfb-page-indicator.circles .bfb-page-indicator-page-number {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 40px;
  width: 40px;
  display: inline-block;
  margin: 0 5px 0 0;
  line-height: 40px;
  text-align: center;
  background-color: #ddd;
  color: #666;
}
.bfb-pages .bfb-page-indicator.circles .bfb-page-indicator-page {
  margin: 0 25px 0 0;
}
.bfb-pages .bfb-page-indicator.connector .bfb-page-indicator-page-number {
  display: block;
  text-indent: -9999px;
  height: 6px;
  background-color: #ddd;
  margin: 0 0 16px 0;
  position: relative;
}
.bfb-pages .bfb-page-indicator.connector .bfb-page-indicator-page-triangle {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: transparent transparent transparent transparent;
}
.bfb-pages .bfb-page-indicator.connector .bfb-page-indicator-page {
  text-align: center;
}
.bfb-pages .bfb-page-indicator.connector .bfb-page-indicator-page.mgz-active .bfb-page-indicator-page-number {
  background-color: #72b239;
}
.bfb-pages .bfb-page-indicator.connector .bfb-page-indicator-page.mgz-active .bfb-page-indicator-page-triangle {
  border-top-color: #72b239;
}
.bfb-pages.bfb-pages-indicator-tabs {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.bfb-pages.bfb-pages-indicator-tabs > .mgz-tabs-content {
  padding: 20px;
}
.bfb-pages.bfb-pages-indicator-tabs > .mgz-tabs-content > .mgz-tabs-tab-title {
  display: none;
}
.bfb-pages.bfb-pages-indicator-tabs > .mgz-tabs-content > .mgz-tabs-tab-content {
  background-color: transparent;
  border: none;
}
.bfb-pages.bfb-pages-indicator-tabs > .mgz-tabs-nav {
  display: block;
}
.bfb-pages.bfb-pages-indicator-tabs > .mgz-tabs-nav > .mgz-tabs-tab-title {
  display: inline-block;
}
.bfb-pages.bfb-pages-indicator-tabs > .mgz-tabs-nav > .mgz-tabs-tab-title > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0;
  padding: 18px 20px;
  color: #333;
  font-size: 1.5rem;
}
.bfb-pages.bfb-pages-indicator-tabs > .mgz-tabs-nav > .mgz-tabs-tab-title:not(.mgz-active) > a {
  color: #FFF;
  background: transparent;
}
.bfb-pages.bfb-pages-indicator-tabs > .mgz-tabs-nav > .mgz-tabs-tab-title.mgz-active > a {
  background: #FFF;
}
.bfb-pages.bfb-pages-indicator-tabs > .mgz-tabs-nav > .mgz-tabs-tab-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #FFF;
  border: 0;
}
.bfb-pages.bfb-pages-indicator-progress > .bfb-page-indicator {
  font-size: 1.8rem;
}
.bfb-pages.bfb-pages-indicator-cirles > .bfb-page-indicator,
.bfb-pages.bfb-pages-indicator-connector > .bfb-page-indicator {
  font-size: 1.6rem;
}
.bfb-pages.bfb-pages-indicator-progress > .mgz-tabs-nav,
.bfb-pages.bfb-pages-indicator-circles > .mgz-tabs-nav,
.bfb-pages.bfb-pages-indicator-connector > .mgz-tabs-nav,
.bfb-pages.bfb-pages-indicator-progress > .mgz-tabs-content > .mgz-tabs-tab-title,
.bfb-pages.bfb-pages-indicator-circles > .mgz-tabs-content > .mgz-tabs-tab-title,
.bfb-pages.bfb-pages-indicator-connector > .mgz-tabs-content > .mgz-tabs-tab-title {
  display: none;
}
.bfb-pages.bfb-pages-indicator-progress > .mgz-tabs-content > .mgz-tabs-tab-content,
.bfb-pages.bfb-pages-indicator-circles > .mgz-tabs-content > .mgz-tabs-tab-content,
.bfb-pages.bfb-pages-indicator-connector > .mgz-tabs-content > .mgz-tabs-tab-content {
  background-color: transparent;
  border: none;
}
.bfb-pages .bfb-page-indicator {
  margin-bottom: 20px;
  display: none;
}
.bfb-pages .bfb-page-indicator .bfb-page-indicator-page {
  float: left;
}
.bfb-pages .bfb-page-indicator-page-progress-wrap {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
  width: 100%;
  background-color: #ddd;
  height: 14px;
  overflow: hidden;
  position: relative;
  margin: 5px 0 0;
}
.bfb-pages .bfb-page-indicator-page-progress-wrap .bfb-page-indicator-page-progress {
  background-color: #72b239;
  height: 14px;
  position: absolute;
  left: 0;
  top: 0;
}
.bfb-pages .bfb-page-indicator-page.mgz-active .bfb-page-indicator-page-number {
  background-color: #72b239;
  color: #FFF;
}
.bfb-pages.bfb-pages-nav-left .bfb-nav-buttons {
  text-align: left;
}
.bfb-pages.bfb-pages-nav-right .bfb-nav-buttons {
  text-align: right;
}
.bfb-pages.bfb-pages-nav-center .bfb-nav-buttons {
  text-align: center;
}
.bfb-pages.bfb-pages-nav-split .action.action-prev {
  float: left;
}
.bfb-pages.bfb-pages-nav-split .action.action-next {
  float: right;
}
.bfb-pages .bfb-nav-buttons {
  padding: 15px 0;
}
.bfb-pages .bfb-nav-buttons .bfb-nav-buttons-inner:before,
.bfb-pages .bfb-nav-buttons .bfb-nav-buttons-inner:after {
  content: " ";
  display: table;
  clear: both;
}
.bfb-pages .bfb-nav-buttons .bfb-nav-buttons-inner:before,
.bfb-pages .bfb-nav-buttons .bfb-nav-buttons-inner:after {
  content: " ";
  display: table;
  clear: both;
}
.bfb-pages .bfb-nav-buttons .bfb-nav-buttons-inner .action {
  box-shadow: none;
  font-weight: normal;
  display: inline-block;
  border: 0;
}
.bfb-pages .bfb-nav-buttons .bfb-nav-buttons-inner .action:last-child {
  margin-left: 5px;
}
.bfb-pages .bfb-nav-buttons .bfb-nav-buttons-inner .action.action-next {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #575757;
  border-color: #575757;
  color: #FFF;
  width: auto;
}
.bfb-pages .bfb-nav-buttons .bfb-nav-buttons-inner .action.action-next:hover {
  background: #333;
}
.bfb-form-success {
  max-width: 1240px;
}
.bfb-form-success.bfb-form-success-style1 {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  margin: 0 auto;
}
.bfb-form-success.bfb-form-success-style1 .bfb-form-success-title {
  background-color: #007dbd;
  font-weight: 500;
  padding: 15px 20px;
  color: #FFF;
  position: relative;
  margin: 0;
}
.bfb-form-success.bfb-form-success-style1 .bfb-form-success-title:before {
  height: 5px;
  position: absolute;
  bottom: 0;
  background: #006699;
  content: '';
  width: 100%;
  left: 0;
}
.bfb-form-success.bfb-form-success-style1 .bfb-form-success-footer {
  background: #f5f5f5;
  padding: 15px 0;
  text-align: center;
}
.bfb-form-success.bfb-form-success-style2 {
  text-align: center;
}
.bfb-form-success.bfb-form-success-style2 .bfb-form-success-content {
  font-size: 1.25em;
}
.bfb-form-success .bfb-form-success-content {
  padding: 30px 20px;
}
.bfb-form-success svg {
  width: 100px;
  display: block;
  margin: 20px auto 0;
}
.bfb-form-success .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}
.bfb-form-success .path.circle {
  -webkit-animation: bfbdash 0.9s ease-in-out;
  animation: bfbdash 0.9s ease-in-out;
}
.bfb-form-success .path.line {
  stroke-dashoffset: 1000;
  -webkit-animation: bfbdash 0.9s 0.35s ease-in-out forwards;
  animation: bfbdash 0.9s 0.35s ease-in-out forwards;
}
.bfb-form-success .path.check {
  stroke-dashoffset: -100;
  -webkit-animation: bfbdash-check 0.9s 0.35s ease-in-out forwards;
  animation: bfbdash-check 0.9s 0.35s ease-in-out forwards;
}
@-webkit-keyframes bfbdash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes bfbdash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes bfbdash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@keyframes bfbdash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
mark.im-caret {
  animation: 1s blink step-end infinite !important;
}
mark.im-caret-select {
  background-color: rgba(0, 0, 0, 0.25);
}
@keyframes blink {
  from,
  to {
    border-right-color: black;
  }
  50% {
    border-right-color: transparent;
  }
}
span.im-static {
  color: grey;
}
div.im-colormask {
  display: inline-block;
  border-style: inset;
  border-width: 2px;
  appearance: textfield;
  cursor: text;
}
div.im-colormask > input,
div.im-colormask > input:-webkit-autofill {
  position: absolute !important;
  display: inline-block;
  background-color: transparent;
  color: transparent;
  -webkit-text-fill-color: transparent;
  transition: background-color 5000s ease-in-out 0s;
  caret-color: transparent;
  text-shadow: none;
  appearance: caret;
  border-style: none;
  left: 0;
  /*calculated*/
}
div.im-colormask > input:focus {
  outline: none;
}
div.im-colormask > input::selection {
  background: none;
}
div.im-colormask > input::-moz-selection {
  background: none;
}
div.im-colormask > input:-webkit-autofill ~ div {
  background-color: #faffbd;
}
div.im-colormask > div {
  color: black;
  display: inline-block;
  width: 100px;
  /*calculated*/
}
[im-insert="false"] {
  caret-color: red;
  caret-shape: block;
}
.mgzFlex,
.mgz-newsletter-form-inline,
.mgz-newsletter-form-inline2,
.mgz-newsletter-form-inline .mgz-newsletter-fields,
.mgz-newsletter-form-inline2 .mgz-newsletter-fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.magezon-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bfb-box-shadow {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.bfb-state-hidden {
  display: none;
}
.bfb-state-shown {
  display: block;
}
.bfb-form-js {
  display: none;
}
.bfb-others {
  display: none;
  margin-top: 5px;
}
.bfb-column {
  float: left;
  width: 100%;
}
.bfb-columnauto > div {
  width: auto;
  display: inline-block;
}
.bfb-column1 > div {
  width: 100%;
}
.bfb-column2 > div {
  width: 50%;
  float: left;
}
.bfb-column2 > div:nth-child(2n+1) {
  clear: left;
}
.bfb-column3 > div {
  width: 33.333%;
  float: left;
}
.bfb-column3 > div:nth-child(3n+1) {
  clear: left;
}
.bfb-column4 > div {
  width: 25%;
  float: left;
}
.bfb-column4 > div:nth-child(4n+1) {
  clear: left;
}
.bfb-column5 > div {
  width: 20%;
  float: left;
}
.bfb-column5 > div:nth-child(5n+1) {
  clear: left;
}
.bfb-column6 > div {
  width: 16.666%;
  float: left;
}
.bfb-column6 > div:nth-child(6n+1) {
  clear: left;
}
.bfb-loading-mask {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 399;
  display: none;
}
.block.bfb {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  max-width: 100%;
}
.block.bfb.bfb-loading .bfb-loading-mask {
  display: block;
}
.bfb-submission-confirmed .bfb-submission-title {
  font-weight: 500;
}
.bfb-submission-confirmed .bfb-submission-summary {
  margin-bottom: 40px;
}
.bfb-submission-confirmed table {
  border: 1px solid #d6d6d6;
}
.bfb-submission-confirmed table tr:nth-child(odd) td {
  background: #f2f2f2;
}
.bfb-submission-confirmed table tr td {
  padding: 1.2rem 1.2rem;
}
.bfb-submission-confirmed table tr td:first-child {
  width: 20%;
}
.bfb-submission-confirmed table tr td:last-child {
  border-left: 1px dashed #d6d6d6;
}
.bfb-widget .bfb {
  margin: 0;
}
.iti--allow-dropdown {
  display: block;
}
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
.affiliate__positive {
  color: #00aa00;
}
.affiliate__negative {
  color: #ff0000;
}
.affiliate__balance {
  margin-bottom: 2rem;
}
.affiliate__balance:before,
.affiliate__balance:after {
  content: '';
  display: table;
}
.affiliate__balance:after {
  clear: both;
}
.affiliate__balance > div {
  background: #f5f5f5;
  padding: 1rem;
  float: left;
  margin-right: 1rem;
}
.affiliate__widget-programs {
  background: #f5f5f5;
}
.affiliate__widget_group {
  background-color: #ffd1bd;
}
.affiliate__widget_program-name {
  font-size: 2rem;
}
.affiliate__widget_program-name span {
  font-weight: 600;
}
.affiliate__widget-current span {
  background-color: #ffd1bd;
  border-radius: 3px;
  padding: 0 5px;
}
.affiliate__widget-tabs .affiliate__widget-programs tr {
  border-bottom: 1px solid #e7e7e7;
}
.affiliate__widget-tabs .affiliate__widget-programs td {
  width: 33%;
}
.affiliate-account__promotion-link {
  margin-bottom: 0 !important;
}
.affiliate__promo-programs {
  width: auto;
}
.affiliate__promo-programs > tbody > tr {
  border-bottom: 3px solid #ffffff;
}
.affiliate__promo-programs td {
  padding: 7px 15px !important;
}
.affiliate__promo-programs td p:last-child {
  margin-bottom: 0;
}
.affiliate__promo-title {
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: .5rem;
}
.affiliate__widget-program_name {
  max-width: 550px;
}
.affiliate__widget-program_description {
  margin-left: 1rem;
}
.affiliate-account__promotion-widget:before,
.affiliate-account__promotion-widget:after {
  content: '';
  display: table;
}
.affiliate-account__promotion-widget:after {
  clear: both;
}
.affiliate-account__promotion-widget .fieldset.general {
  width: 50%;
  float: left;
  padding-right: 1rem;
  box-sizing: border-box;
}
.affiliate-account__promotion-widget .fieldset.information {
  width: 50%;
  float: left;
  padding-left: 1rem;
  box-sizing: border-box;
}
.affiliate-account__promotion-widget .fieldset.information .field.radios label,
.affiliate-account__promotion-widget .fieldset.information .field.checkboxes label {
  font-weight: normal;
  margin-right: 2rem;
}
.affiliate-account__promotion-widget .iframe-container {
  border: 1px solid #C2C2C2;
  border-radius: 1px;
  padding: 2rem;
  text-align: center;
  margin-bottom: 1rem;
}
.affiliate-account__promotion-widget .iframe-container iframe {
  border: 1px dashed #cfcfcf !important;
}
.affiliate-account__promotion-widget .action.primary {
  float: right;
}
.affiliate__account-create .fieldset.information {
  width: 40%;
  float: left;
}
.affiliate__account-create .fieldset.agreement {
  width: 60%;
  float: left;
  padding-left: 1rem;
  box-sizing: border-box;
}
.affiliate__account-create .fieldset.agreement .agreement-text {
  border: 1px solid #c2c2c2;
  padding: 1rem;
  border-radius: 1px;
  overflow-y: visible;
  overflow-x: hidden;
  max-height: 19rem;
  margin-bottom: 1rem;
}
.affiliate__account-edit .fieldset.general,
.affiliate__account-edit .fieldset.withdraw {
  width: 50%;
  float: left;
  box-sizing: border-box;
}
.affiliate__account-edit .fieldset.general {
  padding-right: 2rem;
}
.affiliate__account-edit .fieldset.withdraw {
  padding-left: 2rem;
}
.affiliate__withdraw-request:before,
.affiliate__withdraw-request:after {
  content: '';
  display: table;
}
.affiliate__withdraw-request:after {
  clear: both;
}
.affiliate__withdraw-request .box.balance {
  width: 30%;
  float: left;
  margin-top: -1rem;
}
.affiliate__withdraw-request .box.request {
  width: 70%;
  float: left;
  text-align: right;
}
.affiliate__withdraw-request .box.request .affiliate__withdraw-request-form {
  margin-top: -3px;
}
.affiliate__withdraw-request-form {
  display: inline-table;
  width: 100%;
  max-width: 40rem;
}
.affiliate__withdraw-request-form .field {
  margin: 0;
}
.affiliate__withdraw-request-form .field .control {
  text-decoration: none;
  display: block;
}
.affiliate__withdraw-request-form .field .control:before {
  position: absolute;
  color: #c2c2c2;
  content: '\f09d';
  font: normal normal normal 16px/32px FontAwesome;
  margin: 0 0 0 8px;
}
.affiliate__withdraw-request-form .field .control .input-text {
  padding-left: 4rem;
}
.affiliate__withdraw-request-form .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.affiliate__withdraw-request-form .actions button.action {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -3px;
  white-space: nowrap;
}
.affiliate__statistics-toolbar {
  margin-bottom: 2rem;
  background: #f5f5f5;
  padding: 1rem;
}
.affiliate__statistics-toolbar:before,
.affiliate__statistics-toolbar:after {
  content: '';
  display: table;
}
.affiliate__statistics-toolbar:after {
  clear: both;
}
.affiliate__statistics-toolbar > div {
  margin-right: 2rem;
  float: left;
}
.affiliate__statistics-toolbar > div label {
  margin-right: 1rem;
}
.affiliate__statistics-toolbar > div .datetime-picker {
  max-width: 10rem;
}
.affiliate__statistics-toolbar button[type="submit"] {
  float: left;
}
.affiliate-widget-view .page-main {
  padding: 0 !important;
  max-width: 100% !important;
  margin: 0 !important;
}
.affiliate__widget {
  padding: 1rem;
}
.affiliate__widget h3 {
  border-bottom: 1px solid #c2c2c2;
  padding: 0 0 .5rem 0;
  margin: 0;
}
.affiliate__widget ul {
  padding: 0 !important;
  max-width: 100% !important;
  margin: 0 !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.affiliate__widget ul li {
  text-align: center;
  min-width: 10rem;
  max-width: 11rem;
  float: left;
  display: table-cell;
  padding: 1rem;
  box-sizing: border-box;
}
.affiliate__widget ul li img {
  max-width: 100%;
}
.affiliate__widget ul li a {
  font-weight: normal;
}
/**
 * @copyright  Vertex. All rights reserved.  https://www.vertexinc.com/
 * @author     Mediotype                     https://www.mediotype.com/
 */
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .products-grid.columns3 .product-item,
  .products-grid.columns4 .product-item,
  .products-grid.columns5 .product-item {
    width: 33.33333333%;
  }
  .products-grid.columns3 .product-item.nth-child-2np1,
  .products-grid.columns4 .product-item.nth-child-2np1,
  .products-grid.columns5 .product-item.nth-child-2np1 {
    clear: none;
  }
  .products-grid.columns3 .product-item.nth-child-3np1,
  .products-grid.columns4 .product-item.nth-child-3np1,
  .products-grid.columns5 .product-item.nth-child-3np1 {
    clear: left;
  }
  .products-grid.columns6 .product-item,
  .products-grid.columns7 .product-item,
  .products-grid.columns8 .product-item {
    width: 33.33333333%;
  }
  .products-grid.columns6 .product-item.nth-child-2np1,
  .products-grid.columns7 .product-item.nth-child-2np1,
  .products-grid.columns8 .product-item.nth-child-2np1 {
    clear: none;
  }
  .products-grid.columns6 .product-item.nth-child-3np1,
  .products-grid.columns7 .product-item.nth-child-3np1,
  .products-grid.columns8 .product-item.nth-child-3np1 {
    clear: left;
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns3 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns4 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns4 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns5 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns5 .product-item.nth-child-2np1 {
    border-right-color: rgba(0, 0, 0, 0.09);
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns3 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns4 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns4 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns5 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns5 .product-item.nth-child-3np1 {
    border-right-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns3 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns4 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns5 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns3 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns4 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns5 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns3 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns4 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns5 .product-item:nth-child(3) .product-item-info {
    border-top-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns6 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns7 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns8 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns8 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns6 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns7 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns8 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns8 .product-item.nth-child-2np1 {
    border-right-color: rgba(0, 0, 0, 0.09);
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-5np1,
  .products-grid.divider-line.columns6 .product-item.nth-child-5np1,
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-5np1,
  .products-grid.divider-line.columns7 .product-item.nth-child-5np1,
  .products-grid.products.grid.flex-grid.columns8 .product-item.nth-child-5np1,
  .products-grid.divider-line.columns8 .product-item.nth-child-5np1 {
    border-right-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns8 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns8 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns8 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(4) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(4) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(4) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(4) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(4) .product-item-info,
  .products-grid.divider-line.columns8 .product-item:nth-child(4) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(5) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(5) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(5) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(5) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(5) .product-item-info,
  .products-grid.divider-line.columns8 .product-item:nth-child(5) .product-item-info {
    border-top-color: transparent;
  }
}
@media (min-width: 992px) {
  .products-grid.columns6 .product-item,
  .products-grid.columns7 .product-item,
  .products-grid.columns8 .product-item {
    width: 33.33333333%;
  }
  .products-grid.columns6 .product-item.nth-child-2np1,
  .products-grid.columns7 .product-item.nth-child-2np1,
  .products-grid.columns8 .product-item.nth-child-2np1 {
    clear: none;
  }
  .products-grid.columns6 .product-item.nth-child-3np1,
  .products-grid.columns7 .product-item.nth-child-3np1,
  .products-grid.columns8 .product-item.nth-child-3np1 {
    clear: right;
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns3 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns4 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns4 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns5 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns5 .product-item.nth-child-2np1 {
    border-right-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns3 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns4 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns5 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns3 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns4 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns5 .product-item:nth-child(2) .product-item-info {
    border-top-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns6 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns7 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns8 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns8 .product-item.nth-child-2np1 {
    border-right-color: rgba(0, 0, 0, 0.09);
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns6 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns7 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns8 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns8 .product-item.nth-child-3np1 {
    border-right-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns8 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns8 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns8 .product-item:nth-child(3) .product-item-info {
    border-top-color: transparent;
  }
}
@media (max-width: 991px) {
  .toolbar {
    font-size: 11px;
    letter-spacing: -.025em;
    font-weight: 600;
    color: #222529;
    margin-bottom: 20px;
    background: #f4f4f4;
    padding: 10px 12px 0 2px;
    margin-right: 0;
  }
  .toolbar select {
    text-transform: uppercase;
    height: 36px;
    max-width: 140px;
    letter-spacing: inherit;
    font-weight: inherit;
    color: #222529;
  }
  .toolbar .sorter-label,
  .toolbar .limiter .label {
    font-weight: inherit;
  }
  .products.wrapper ~ .toolbar {
    background: none;
    margin: 0;
    padding: 0;
    padding-top: 25px;
    font-size: 13px;
    font-weight: 400;
    color: inherit;
    letter-spacing: normal;
    position: static !important;
  }
  .products.wrapper ~ .toolbar select {
    height: 34px;
    max-width: auto;
    color: inherit;
  }
}
@media (max-width: 575px) {
  .toolbar .modes,
  .toolbar .sorter-label,
  .toolbar .limiter .label {
    display: none;
  }
}
@media (max-width: 991px) {
  .nav-sections .switcher-trigger strong:after {
    font-size: 1.6rem;
    left: -25px;
    top: 2px;
  }
  .navigation .parent .level-top:after {
    font-size: 2.2rem;
    left: 10px;
    top: 13px;
  }
  header.page-header.sticky-header .header-main {
    position: fixed;
    width: 100%;
    top: 0;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.06);
    background-color: #fff;
    z-index: 9;
  }
}
@media (max-width: 991px) {
  .nav-sections .customer-welcome,
  .nav-sections .customer-welcome + .authorization-link {
    display: none;
  }
}
@media (min-width: 992px) {
  html,
  body {
    min-height: 100%;
  }
  .ie9 body {
    background-color: #8f8f8f;
  }
  .customer-menu .header.links a {
    color: #777 !important;
  }
  .sticky-logo {
    float: right;
    margin-top: 13px;
    margin-left: 20px;
  }
  .sticky-logo .logo {
    margin: 0 !important;
  }
  .sticky-logo .logo img {
    height: 35px;
    width: auto;
    max-width: none;
    margin-left: 20px;
  }
  header.page-header.sticky-header .nav-sections {
    position: fixed !important;
    right: 0 !important;
    top: 0 !important;
    z-index: 200 !important;
    padding: 0;
    margin: 0 !important;
    width: 100% !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: all;
  }
  header.page-header.sticky-header .navigation {
    padding: 0 10px;
  }
  header.page-header.sticky-header .navigation > ul {
    background-color: transparent;
  }
  header.page-header.sticky-header .navigation li.level0 > a > span.cat-label {
    top: -9px;
  }
  header.page-header.sticky-header .minicart-wrapper {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .page-header {
    margin-bottom: 0;
  }
  .page-header .header.panel {
    padding: 0;
  }
  .page-header .switcher {
    float: right;
    margin-left: 15px;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-header .navigation .level0 > .level-top {
    text-transform: uppercase;
    display: inline-block;
  }
  .page-header .navigation .level0.parent > a:after {
    content: '\e81c';
    display: inline-block;
    font-family: 'porto-icons';
    vertical-align: top;
    margin-right: 5px;
    line-height: 42px;
  }
  .page-header .navigation .level0 .submenu {
    padding: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  }
  .page-header .navigation .level0 .submenu li {
    margin-bottom: 0;
    position: relative;
  }
  .page-header .navigation .level0 .submenu .submenu {
    border-top-width: 0;
    margin-top: -6px !important;
    margin-right: 8px !important;
  }
  .page-header .navigation .level0 .submenu li.parent > a:after {
    content: '\e819';
    display: inline-block;
    font-family: 'porto-icons';
    vertical-align: top;
    margin-right: 6px;
    margin-left: 0;
    line-height: 15px;
    float: left;
  }
  .page-header .navigation .level0 .submenu .active > a {
    border: 0;
  }
  .page-header .drop-menu {
    position: relative;
  }
  .page-header .drop-menu .nav-sections {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    visibility: hidden;
    opacity: 0;
  }
  .page-header .drop-menu .nav-sections.visible {
    visibility: visible;
    opacity: 1;
  }
  .page-header .drop-menu > a {
    display: block;
    font-size: 14px;
    letter-spacing: -.01em;
    font-weight: 700;
    background: #222529;
    color: #fff;
    line-height: 20px;
    padding: 15px 15px 15px 20px;
  }
  .page-header .drop-menu > a:hover {
    background-color: #555;
  }
  .cms-index-index .page-header .drop-menu > a {
    pointer-events: none;
  }
  .cms-index-index .page-header .drop-menu .nav-sections {
    visibility: visible;
    opacity: 1;
    padding: 0 !important;
  }
  .cms-index-index .page-header.sticky-header .drop-menu > a {
    pointer-events: all;
  }
  .cms-index-index .page-header.sticky-header .drop-menu .nav-sections {
    visibility: hidden;
    opacity: 0;
  }
  .cms-index-index .page-header.sticky-header .drop-menu .nav-sections.visible {
    visibility: visible;
    opacity: 1;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 1em;
  }
  .header.panel > .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    float: left;
    margin-right: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    margin-bottom: 0;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li > a {
    display: inline-block;
  }
  .header.panel > .header.links > li > a,
  .header.panel > .header.links > li > span {
    border-right: 1px solid rgba(255, 255, 255, 0.18);
  }
  .header.panel > .header.links > li:first-child > a,
  .header.panel > .header.links > li:first-child > span {
    padding-right: 0;
    border-right: 0;
  }
  .header.panel > .header.links > li.welcome a {
    color: #ffffff;
    padding-right: 0.25em;
  }
  .header.panel > .header.links > .customer-welcome + .authorization-link {
    display: none;
  }
  .logo img {
    max-height: inherit;
  }
  .page-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    min-height: 100%;
    position: relative;
    transition: margin 0.3s ease-out 0;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .ie10 .page-wrapper,
  .ie11 .page-wrapper {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .sw-megamenu.navigation > ul {
    position: relative;
  }
  .sw-megamenu.navigation > ul:after {
    disaply: table;
    content: '';
    clear: both;
  }
  .sw-megamenu.navigation .open-children-toggle {
    display: none;
  }
  .sw-megamenu.navigation span.cat-label {
    position: absolute;
    text-transform: uppercase;
    font: inherit;
    font-size: 9px;
    padding: 2px;
    border-radius: 0;
    line-height: 1;
    color: #fff;
  }
  .sw-megamenu.navigation span.cat-label:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label1 {
    background-color: #0cc485;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label1::before {
    border-left-color: #0cc485;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label2 {
    background-color: #eb2771;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label2::before {
    border-left-color: #eb2771;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label3 {
    background-color: #0ae3eb;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label3::before {
    border-left-color: #0ae3eb;
  }
  .sw-megamenu.navigation a:hover > span > span.cat-label {
    text-decoration: none;
  }
  .sw-megamenu.navigation li > a > span {
    position: relative;
  }
  .sw-megamenu.navigation li.level0 > .level-top {
    transition-delay: 0s !important;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label {
    top: -10px;
    right: 14px;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label:before {
    left: 3px;
    bottom: -4px;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label.cat-label-label1:before {
    border-top-color: #0cc485;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label.cat-label-label2:before {
    border-top-color: #eb2771;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label.cat-label-label3:before {
    border-top-color: #0ae3eb;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label {
    top: 3px;
    left: -35px;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label:before {
    right: -6px;
    bottom: 3px;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label.cat-label-label1:before {
    border-left-color: #0cc485;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label.cat-label-label2:before {
    border-left-color: #eb2771;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label.cat-label-label3:before {
    border-left-color: #0ae3eb;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns > li {
    float: right;
    padding: 15px 10px 0;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns1 > li {
    float: none;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns2 > li {
    width: 50%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns2 > li:nth-child(2n+1) {
    clear: both;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns3 > li {
    width: 33.33%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns3 > li:nth-child(3n+1) {
    clear: both;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns4 > li {
    width: 25%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns4 > li:nth-child(4n+1) {
    clear: both;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns5 > li {
    width: 20%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns5 > li:nth-child(5n+1) {
    clear: both;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns6 > li {
    width: 16.66%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns6 > li:nth-child(6n+1) {
    clear: both;
  }
  .sw-megamenu.navigation li.level0 {
    transition-delay: 0s;
    transition: .2s opacity;
  }
  .sw-megamenu.navigation li.level0.fl-left {
    float: left;
  }
  .sw-megamenu.navigation li.level0.fl-right {
    float: right;
  }
  .sw-megamenu.navigation li.level0.fl-right.staticwidth .submenu {
    right: auto;
    left: 0;
    border-radius: 0;
  }
  .sw-megamenu.navigation li.level0 .submenu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: .2s opacity;
    color: #777;
  }
  .sw-megamenu.navigation li.level0 .submenu > ul {
    margin-top: 0;
  }
  .sw-megamenu.navigation li.level0 .submenu > ul:before,
  .sw-megamenu.navigation li.level0 .submenu > ul:after {
    display: none;
  }
  .sw-megamenu.navigation li.level0 .submenu .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .sw-megamenu.navigation li.level0.parent > .submenu.popup-left {
    right: auto;
    left: 0;
    border-radius: 0;
  }
  .sw-megamenu.navigation li.level0.fullwidth {
    position: static;
  }
  .sw-megamenu.navigation li.level0.fullwidth > .submenu {
    width: 100%;
    border-radius: 0;
  }
  .sw-megamenu.navigation li.level0.fullwidth > .submenu,
  .sw-megamenu.navigation li.level0.staticwidth > .submenu {
    padding: 10px;
    right: 0;
  }
  .sw-megamenu.navigation li.level0.fullwidth:hover > .submenu,
  .sw-megamenu.navigation li.level0.staticwidth:hover > .submenu {
    visibility: visible;
    opacity: 1;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu li.parent > a:after,
  .sw-megamenu.navigation li.level0.staticwidth .submenu li.parent > a:after {
    display: none;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu li.level1 > a,
  .sw-megamenu.navigation li.level0.staticwidth .submenu li.level1 > a {
    font-size: inherit;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 18px;
    padding-top: 0;
    padding-bottom: 5px;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu li.level1 > .menu-thumb-img,
  .sw-megamenu.navigation li.level0.staticwidth .submenu li.level1 > .menu-thumb-img {
    margin: 10px 0 -5px;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu a,
  .sw-megamenu.navigation li.level0.staticwidth .submenu a {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    padding: 7px 0;
    text-transform: uppercase;
    color: #696969;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu a:hover,
  .sw-megamenu.navigation li.level0.staticwidth .submenu a:hover {
    background: none;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu a:hover > span,
  .sw-megamenu.navigation li.level0.staticwidth .submenu a:hover > span {
    text-decoration: underline;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-top-block,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-top-block,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-left-block,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-left-block,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-right-block,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-right-block,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-bottom-block,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-bottom-block {
    padding-left: 0;
    padding-right: 0;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu .subchildmenu .subchildmenu,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .subchildmenu .subchildmenu {
    padding-bottom: 5px;
  }
  .sw-megamenu.navigation li.level0.classic .submenu {
    padding: 5px 0;
  }
  .sw-megamenu.navigation li.level0.classic .submenu > .row {
    margin: 0;
  }
  .sw-megamenu.navigation li.level0.classic .submenu a {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    padding: 8px 15px;
    text-transform: uppercase;
  }
  .sw-megamenu.navigation li.level0.classic .subchildmenu {
    min-width: 230px;
  }
  .sw-megamenu.navigation li.level0.classic .subchildmenu .subchildmenu {
    visibility: hidden;
    opacity: 0;
    transition: .2s opacity;
    padding: 5px 0;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border-radius: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    z-index: 6;
  }
  .sw-megamenu.navigation li.level0.classic .subchildmenu > li:hover > .subchildmenu {
    visibility: visible;
    opacity: 1;
  }
  .sw-megamenu.navigation li.level0.classic li.parent > .subchildmenu.popup-left {
    right: auto;
    left: 100%;
    border-radius: 0;
  }
  .sw-megamenu.navigation li.level0.classic li.parent a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .sw-megamenu.navigation li.level0.classic li.parent a > span {
    margin-left: auto;
  }
  .sw-megamenu.navigation li.level0.classic .subchildmenu.popup-left .subchildmenu {
    right: auto;
    left: 100%;
    border-radius: 0;
  }
  .sw-megamenu.navigation li.level0.classic:hover > .submenu {
    visibility: visible;
    opacity: 1;
  }
  .sw-megamenu.navigation li.level0.classic li:hover > .submenu {
    visibility: visible;
    opacity: 1;
  }
  .sw-megamenu.navigation li.level0.classic .submenu,
  .sw-megamenu.navigation li.level0.classic .subchildmenu .subchildmenu {
    right: 0;
  }
  .sw-megamenu.navigation li.level0.staticwidth .submenu {
    right: 0;
  }
  .sw-megamenu.navigation li.level0 > em,
  .sw-megamenu.navigation li.level0 i {
    color: inherit;
    margin-left: .5rem;
  }
  .sw-megamenu.navigation.side-megamenu {
    padding: 0;
  }
  .sw-megamenu.navigation.side-megamenu li {
    margin: 0;
    position: relative;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 {
    display: block;
    position: relative;
    border-radius: 0;
    margin: 0;
    margin-top: 1px;
    float: none !important;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.parent > a:after {
    content: '\e819';
    display: inline-block;
    font-family: 'porto-icons';
    vertical-align: top;
    margin-left: -2px;
    line-height: inherit;
  }
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0.parent > a:after {
    content: '\e81a';
    margin-right: -2px;
    margin-left: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.classic .submenu li.parent > a:after {
    content: '\e819';
    display: inline-block;
    font-family: 'porto-icons';
  }
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0.classic .submenu li.parent > a:after {
    content: '\e81a';
  }
  .sw-megamenu.navigation.side-megamenu li.level0.fullwidth > .submenu,
  .sw-megamenu.navigation.side-megamenu li.level0.staticwidth > .submenu {
    right: 100% !important;
    top: 0;
    padding-bottom: 15px;
  }
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0.fullwidth > .submenu,
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0.staticwidth > .submenu {
    left: 100% !important;
    right: auto !important;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.classic > .submenu {
    right: 100% !important;
    top: 0;
    padding: 5px;
  }
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0.classic > .submenu {
    left: 100% !important;
    right: auto !important;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.classic > .submenu .subchildmenu .subchildmenu {
    padding: 5px;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.fullwidth > .submenu {
    width: 1140px;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a {
    display: flex;
    align-items: center;
    border-top: 1px solid #e7e7e7;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0;
    margin-left: 16px;
    margin-right: 18px;
    padding: 14px 12px 14px 5px;
    color: inherit;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span:not(.cat-label) {
    flex: 1;
  }
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0 > a > span:not(.cat-label) {
    order: 2;
    text-align: left;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label {
    position: relative;
    margin-right: 10px;
    padding: 0 2px;
    top: 0;
    left: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label:before {
    width: 5px;
    height: 5px;
    border: 3px solid transparent;
    position: absolute;
    left: -6px;
    top: 50%;
    margin-top: -3px;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label.cat-label-label1:before {
    border-left-color: #0cc485;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label.cat-label-label2:before {
    border-left-color: #eb2771;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label.cat-label-label3:before {
    border-left-color: #0ae3eb;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > em,
  .sw-megamenu.navigation.side-megamenu li.level0 > a i {
    color: inherit;
    margin-left: .5rem;
  }
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0 > a > em,
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0 > a i {
    margin-right: .5rem;
    margin-left: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0:first-child {
    margin-top: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0:first-child > a {
    border-top: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0:hover {
    background-color: #08c;
  }
  .sw-megamenu.navigation.side-megamenu li.level0:hover > a {
    color: inherit;
    border-top-color: #08c;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > .submenu {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border-radius: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > .submenu::before {
    content: '';
    position: absolute;
    border-left: 12px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    right: -12px;
    left: auto;
    top: 11.5px;
    z-index: 112;
    width: auto;
    height: auto;
  }
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0 > .submenu::before {
    border-right: 12px solid #fff;
    left: -12px;
    right: auto;
    border-left: none;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.active {
    background-color: #08c;
    color: #fff;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.active + .level0 > a {
    border-top: 0;
  }
}
@media (max-width: 991px) {
  .sw-megamenu.navigation.side-megamenu {
    display: none;
  }
  .sw-megamenu.navigation .submenu.level0 {
    height: 0;
    visibility: hidden;
  }
  .sw-megamenu.navigation .submenu.level0.opened {
    visibility: visible;
    height: auto;
  }
  .sw-megamenu.navigation li.level0.staticwidth > .submenu {
    width: auto !important;
  }
  .sw-megamenu.navigation li.level0.fullwidth .menu-top-block,
  .sw-megamenu.navigation li.level0.staticwidth .menu-top-block,
  .sw-megamenu.navigation li.level0.fullwidth .menu-right-block,
  .sw-megamenu.navigation li.level0.staticwidth .menu-right-block,
  .sw-megamenu.navigation li.level0.fullwidth .menu-left-block,
  .sw-megamenu.navigation li.level0.staticwidth .menu-left-block,
  .sw-megamenu.navigation li.level0.fullwidth .menu-bottom-block,
  .sw-megamenu.navigation li.level0.staticwidth .menu-bottom-block {
    display: none;
  }
  .sw-megamenu.navigation li.level0 .menu-thumb-img {
    display: none;
  }
  .sw-megamenu.navigation li.ui-menu-item {
    position: relative;
    float: none !important;
  }
  .sw-megamenu.navigation li.ui-menu-item > a {
    position: relative;
  }
  .sw-megamenu.navigation li.ui-menu-item > .open-children-toggle {
    display: block;
    position: absolute;
    width: 42px;
    height: 42px;
    left: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
  }
  .sw-megamenu.navigation span.cat-label {
    top: 50%;
    left: 36px;
    margin-top: -7px;
    position: absolute;
    text-transform: uppercase;
    font: inherit;
    font-size: 9px;
    padding: 2px;
    border-radius: 2px;
    line-height: 1;
    color: #fff;
  }
  .sw-megamenu.navigation span.cat-label:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    right: -6px;
    bottom: 3px;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label1 {
    background-color: #0cc485;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label1:before {
    border-left-color: #0cc485;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label2 {
    background-color: #eb2771;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label2:before {
    border-left-color: #eb2771;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label3 {
    background-color: #0ae3eb;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label3:before {
    border-left-color: #0ae3eb;
  }
}
@media (min-width: 768px) {
  .onepage-category > .category-list > ul > li {
    margin-bottom: 1rem;
  }
  .pt_row-o-full-height > .container > .row,
  .pt_row-o-equal-height > .container > .row > .pt_column_container > .pt_column-inner {
    height: 100%;
  }
  .footer .footer-top .widget {
    margin: 0;
  }
}
@media (max-width: 1199px) {
  .onepage-cat.category-list + .main.container {
    padding: 0 50px;
  }
  .onepage-category .category-detail .menu-popup ul > li > a {
    font-size: 11px;
  }
  .onepage-category .category-detail .title-menu > .menu-popup {
    padding: 10px 0;
  }
  .onepage-category .category-detail .title-menu > a {
    margin-top: 46px;
  }
}
@media (max-width: 991px) {
  .footer .footer-bottom > .container {
    justify-content: flex-end;
  }
  .footer .footer-bottom .custom-block.f-right {
    padding-right: 0;
    text-align: right;
  }
  .porto-ibanner-layer {
    font-size: .875rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav-open .onepage-category > .category-list {
    position: absolute;
  }
}
@media (max-width: 767px) {
  .porto-ibanner-layer {
    font-size: .8125rem;
  }
  .cms-index-index .onepage-category,
  .onepage-category {
    display: block;
  }
  .onepage-category > .category-list {
    width: auto;
    float: none;
    padding: 0;
    min-height: 0;
    position: static;
    margin-bottom: 20px;
  }
  .onepage-category > .category-list > ul {
    padding: 0;
  }
  .onepage-category > .category-list > ul > li {
    margin: 0;
    display: inline-block;
  }
  .onepage-category > .category-list > ul > li > a:after,
  .onepage-category > .category-list > ul > li > a:hover > span {
    display: none;
  }
  .onepage-category > .category-details {
    float: none;
    width: auto;
  }
  .onepage-category > .category-list > ul {
    position: static !important;
  }
  .onepage-category .category-detail .menu-popup > ul {
    display: block;
  }
  .onepage-category .category-detail .menu-popup > ul.columns5 > li {
    width: 50%;
    padding: 10px 15px;
  }
  .onepage-category .category-detail .menu-popup > ul.columns5 > li:nth-child(5n+1) {
    border-right: 1px solid #bebebe;
    clear: none;
  }
  .onepage-category .category-detail .menu-popup > ul.columns5 > li:nth-child(2n+1) {
    border-right: 0;
    clear: right;
  }
  .onepage-category .category-detail .menu-popup ul > li > a {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .porto-ibanner-layer {
    font-size: .75rem;
  }
  .onepage-category .category-detail .products-area .category-link {
    margin-right: 0;
    margin-bottom: 25px;
    float: none;
    display: inline-block;
  }
}
.weltpixel-quickview-catalog-product-view .box-tocart .action.tocart,
.weltpixel_quickview-catalog_product-view .box-tocart .action.tocart {
  width: 100%;
}
.weltpixel-quickview-catalog-product-view .reviews-actions .add,
.weltpixel_quickview-catalog_product-view .reviews-actions .add {
  display: none;
}
.weltpixel-quickview-catalog-product-view .main-product-detail,
.weltpixel_quickview-catalog_product-view .main-product-detail {
  padding: 0;
}
.weltpixel-quickview-catalog-product-view .page-main,
.weltpixel_quickview-catalog_product-view .page-main {
  padding: 25px !important;
  background: #fff;
}
.weltpixel-quickview-catalog-product-view .sidebar,
.weltpixel_quickview-catalog_product-view .sidebar {
  display: none;
}
.weltpixel-quickview-catalog-product-view .page-main,
.weltpixel_quickview-catalog_product-view .page-main {
  max-width: 100% !important;
}
.weltpixel-quickview-catalog-product-view .page-main .columns,
.weltpixel_quickview-catalog_product-view .page-main .columns {
  padding: 0 !important;
}
.weltpixel-quickview-catalog-product-view .page-wrapper,
.weltpixel_quickview-catalog_product-view .page-wrapper {
  max-width: 100% !important;
  padding: 0 !important;
  min-height: auto;
}
.weltpixel-quickview-catalog-product-view .column.main,
.weltpixel_quickview-catalog_product-view .column.main {
  width: 100%;
  padding: 0;
}
.box-gotoproduct #product-gotoproduct-button {
  background: none;
  color: #222529;
  border: none;
  height: auto;
  margin-top: 10px;
  display: inline-block;
  min-width: auto;
  padding: 0;
}
.product-item .weltpixel-quickview {
  display: none;
}
.products-grid .product-item .product-item-info {
  position: relative;
}
@media all and (min-width: 768px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    float: right;
    clear: right;
    margin: 0 0 0.25em 0.5em;
  }
  .abs-product-options-list-desktop dt:after,
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    float: right;
    display: inline-block;
    margin: 0 0 0.25em;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .abs-discount-block-desktop .block,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .block-addresses-list .items.addresses > .item,
  .form-edit-account .fieldset,
  .form-address-edit .fieldset,
  .storecredit .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-blocks-2columns:nth-child(1),
  .abs-discount-block-desktop .block:nth-child(1),
  .login-container .block:nth-child(1),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .block-addresses-list .items.addresses > .item:nth-child(1),
  .form-edit-account .fieldset:nth-child(1),
  .form-address-edit .fieldset:nth-child(1),
  .storecredit .block:nth-child(1),
  .paypal-review-discount .block:nth-child(1),
  .cart-discount .block:nth-child(1) {
    float: right;
    clear: right;
  }
  .abs-blocks-2columns:nth-child(2),
  .abs-discount-block-desktop .block:nth-child(2),
  .login-container .block:nth-child(2),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .block-addresses-list .items.addresses > .item:nth-child(2),
  .form-edit-account .fieldset:nth-child(2),
  .form-address-edit .fieldset:nth-child(2),
  .storecredit .block:nth-child(2),
  .paypal-review-discount .block:nth-child(2),
  .cart-discount .block:nth-child(2) {
    float: left;
  }
  .abs-blocks-2columns:nth-child(2) + *,
  .abs-discount-block-desktop .block:nth-child(2) + *,
  .login-container .block:nth-child(2) + *,
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2) + *,
  .block-addresses-list .items.addresses > .item:nth-child(2) + *,
  .form-edit-account .fieldset:nth-child(2) + *,
  .form-address-edit .fieldset:nth-child(2) + *,
  .storecredit .block:nth-child(2) + *,
  .paypal-review-discount .block:nth-child(2) + *,
  .cart-discount .block:nth-child(2) + * {
    clear: both;
  }
  .abs-margin-for-blocks-and-widgets-desktop,
  .page-main .block,
  .customer-review .product-details {
    margin-bottom: 2.5em;
  }
  .abs-reset-left-margin-desktop,
  .column.main .paypal-review .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar {
    margin-right: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-right: 90%;
  }
  .abs-add-fields-desktop .fieldset .field .control,
  .form-giftregistry-share .fieldset .field .control,
  .form-giftregistry-edit .fieldset .field .control,
  .form-create-return .fieldset .field .control,
  .form.send.friend .fieldset .field .control {
    width: auto;
  }
  .abs-margin-for-forms-desktop {
    margin-right: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .block-search .label,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .paypal-review-discount:before,
  .paypal-review-discount:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .page-title-wrapper:before,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:before,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:before,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:before,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:before,
  .order-links:after,
  .account .column.main .block.block-order-details-view:before,
  .account .column.main .block.block-order-details-view:after,
  [class^="sales-guest-"] .column.main .block.block-order-details-view:before,
  [class^="sales-guest-"] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:before,
  .sales-guest-view .column.main .block.block-order-details-view:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .paypal-review .block-content:after,
  .paypal-review-discount:after,
  .block-cart-failed .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:after,
  .account .column.main .block.block-order-details-view:after,
  [class^="sales-guest-"] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .abs-shopping-cart-items-desktop,
  .bundle-options-container .block-bundle-summary,
  .block.crosssell,
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^="sales-guest-"] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field {
    margin: 0 0 1em;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field,
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field,
  .form-create-return .fieldset .field,
  .form.send.friend .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2 .fieldset .field:nth-last-child(1),
  .abs-form-field-column-2 .fieldset .field:nth-last-child(2),
  .form-giftregistry-share .fieldset .field:nth-last-child(1),
  .form-giftregistry-share .fieldset .field:nth-last-child(2),
  .form-giftregistry-edit .fieldset .field:nth-last-child(1),
  .form-giftregistry-edit .fieldset .field:nth-last-child(2),
  .form-create-return .fieldset .field:nth-last-child(1),
  .form-create-return .fieldset .field:nth-last-child(2),
  .form.send.friend .fieldset .field:nth-last-child(1),
  .form.send.friend .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field + .fieldset,
  .form-giftregistry-share .fieldset .field + .fieldset,
  .form-giftregistry-edit .fieldset .field + .fieldset,
  .form-create-return .fieldset .field + .fieldset,
  .form.send.friend .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2 .fieldset .field .field,
  .form-giftregistry-share .fieldset .field .field,
  .form-giftregistry-edit .fieldset .field .field,
  .form-create-return .fieldset .field .field,
  .form.send.friend .fieldset .field .field {
    width: 100%;
    padding: 0;
  }
  .abs-form-field-revert-column-1 {
    width: 100%;
  }
  .abs-forms-general-desktop,
  .form-giftcard-redeem,
  .form-giftregistry-create {
    max-width: 500px;
  }
  .abs-forms-general-desktop .legend,
  .form-giftcard-redeem .legend,
  .form-giftregistry-create .legend {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-forms-general-desktop .legend + br,
  .form-giftcard-redeem .legend + br,
  .form-giftregistry-create .legend + br {
    display: none;
  }
  .abs-revert-side-paddings,
  .checkout-cart-index .page-title-wrapper,
  .cart-empty {
    padding-left: 0;
    padding-right: 0;
  }
  .abs-account-table-margin-desktop,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history {
    margin-top: -1.25em;
  }
  .abs-action-print {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'porto-icons';
    margin: 0 0 0 4px;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-action-print:hover {
    text-decoration: underline;
  }
  .abs-no-display-desktop,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-title-orders-desktop .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-date,
  .account .page-main .page-title-wrapper .order-date,
  [class^="sales-guest-"] .page-main .page-title-wrapper .order-date,
  .sales-guest-view .page-main .page-title-wrapper .order-date {
    margin: -1em 0 18px;
  }
  .abs-table-bordered-desktop {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > tbody > tr > th,
  .abs-table-bordered-desktop > tfoot > tr > th,
  .abs-table-bordered-desktop > thead > tr > td,
  .abs-table-bordered-desktop > tbody > tr > td,
  .abs-table-bordered-desktop > tfoot > tr > td {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > thead > tr > td {
    border-bottom: 1px solid #e7e7e7;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    position: relative;
  }
  .abs-pager-toolbar .toolbar-amount,
  .abs-pager-toolbar .limiter,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter {
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    line-height: 24px;
    padding: 0;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    z-index: 0;
    width: 100%;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    float: right;
    padding-left: 4%;
    position: relative;
  }
  .abs-discount-block-desktop .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-discount-block-desktop .block > .title,
  .paypal-review-discount .block > .title,
  .cart-discount .block > .title {
    border: 0;
    cursor: default;
    padding: 0 0 0.5em;
  }
  .abs-discount-block-desktop .block > .title strong,
  .paypal-review-discount .block > .title strong,
  .cart-discount .block > .title strong {
    font-size: 1.6rem;
  }
  .abs-discount-block-desktop .block > .title:after,
  .paypal-review-discount .block > .title:after,
  .cart-discount .block > .title:after {
    display: none;
  }
  .abs-discount-block-desktop .block .content,
  .paypal-review-discount .block .content,
  .cart-discount .block .content {
    display: block !important;
    padding: 0;
  }
  .abs-discount-block-desktop .actions-toolbar .secondary,
  .paypal-review-discount .actions-toolbar .secondary,
  .cart-discount .actions-toolbar .secondary {
    bottom: -30px;
    right: 0;
    position: absolute;
  }
  h1 {
    font-size: 3em;
    margin-bottom: 2em;
  }
  .legend {
    border-bottom: 1px solid #c5c5c5;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 1em;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 1em;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 -1px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 400;
    line-height: 2em;
    font-size: 1em;
    color: #c1c1c1;
    text-decoration: none;
    background: #f6f6f6;
    border: 1px solid #eeeeee;
    border-bottom: none;
    height: 2em;
    padding: 1px 35px 1px 35px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #c1c1c1;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #c1c1c1;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #777777;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #ffffff;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #777777;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 2px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 5em;
    padding: 35px 35px 35px 35px;
    border: 1px solid #eeeeee;
  }
  .product.data.items .item.title a:after {
    display: none;
  }
  .product.data.items > .item.title {
    margin: 0 0 0 35px;
    color: #818692;
    padding: 7px 0;
    font-weight: 700;
    text-transform: uppercase;
    background: none;
    border-bottom: 2px solid transparent;
    display: inline-block;
    float: none;
  }
  .product.data.items > .item.title > .switch {
    font-size: 13px;
    display: inline-block;
    border: none;
    height: auto;
    padding: 0 !important;
    color: inherit;
    font-weight: inherit;
    line-height: inherit;
    background: none !important;
    display: block;
  }
  .product.data.items > .item.title > .switch:hover,
  .product.data.items > .item.title > .switch:active,
  .product.data.items > .item.title > .switch:focus {
    color: inherit !important;
    border-color: inherit !important;
    background: none;
  }
  .product.data.items > .item.title.active {
    color: #222529;
    border-color: #222529;
  }
  .product.data.items > .item.title.active > .switch {
    color: inherit;
    background: none;
    padding: 0;
  }
  .product.data.items > .item.title.active > .switch:hover,
  .product.data.items > .item.title.active > .switch:focus {
    padding: 0;
    color: inherit;
    background: none;
  }
  .product.data.items > .item.title:hover {
    border-color: #222529;
  }
  .product.data.items > .item.title:hover > .switch {
    color: inherit;
    padding: 0;
  }
  .product.data.items > .item.content {
    border: none;
    border-top: solid 1px #e7e7e7;
    box-shadow: none;
    padding: 30px 0 15px;
    margin-top: 40px;
    background: none;
  }
  .vertical .product.data.items > .item.title {
    max-width: 20%;
    text-align: right;
    float: none;
    border: none;
    padding: 0;
    margin: 0;
    margin-bottom: 13px;
    overflow: hidden;
    position: relative;
    display: block;
  }
  .vertical .product.data.items > .item.title > .switch {
    padding: 3px 0 10px !important;
    display: inline-block;
  }
  .vertical .product.data.items > .item.title > .switch::before {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    border-bottom: 1px solid #dae2e6;
    z-index: 1;
  }
  .vertical .product.data.items > .item.title > .switch::after {
    content: '';
    display: block;
    position: absolute;
    width: 30vw;
    bottom: 0;
    border-bottom: 1px solid #dae2e6;
    z-index: 0;
    right: 0;
  }
  .vertical .product.data.items > .item.title.active > .switch::before,
  .vertical .product.data.items > .item.title:hover > .switch::before {
    border-width: 2px;
    border-bottom-color: inherit;
  }
  .vertical .product.data.items > .item.content {
    position: absolute;
    float: none;
    margin: 0;
    width: 80%;
    right: 0;
    top: 0;
    padding-top: 0;
    border-top: none;
    padding-right: 30px;
    min-height: 180px;
  }
  .accordion .product.data.items > .item.title {
    border-color: #e7e7e7;
  }
  .accordion .product.data.items > .item.title.active {
    border-color: inherit;
  }
  .accordion .product.data.items > .item.title,
  .accordion .product.data.items > .item.content {
    float: none;
    margin: 0;
    display: block;
  }
  .accordion .product.data.items > .item.content {
    border: none;
  }
  .sticky .product.data.items > .item.title.active {
    color: inherit;
    border-color: transparent;
  }
  .sticky .product.data.items > .item.title:hover {
    color: inherit;
    border-color: inherit;
  }
  .actions-toolbar {
    text-align: left;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 15px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    width: auto;
    margin-bottom: 0;
  }
  .popup-content .fieldset .actions-toolbar .secondary {
    display: inline-block;
    float: none;
  }
  .popup-content .fieldset .actions-toolbar .action.cancel {
    margin-top: 6px;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  #search_mini_form {
    width: 374px;
    float: right;
  }
  .faq-searchform .block-block-content {
    width: 500px;
  }
  .mgz-faq-body-content .mgz-faq-category-inner {
    padding: 10px 20px 20px 0;
  }
  .mgz-faq-body-content .mgz-faq-question-question {
    margin-left: 25px;
    padding-left: 20px;
  }
  .mgz-faq-question-list {
    padding: 20px 80px;
  }
  .mgz-faq-post-form {
    width: 70%;
  }
  .mgz-faq-post-form-inner div {
    width: 49%;
  }
  .mgz-faq-body-content {
    padding: 30px 30px;
  }
  .mgz-faq-banner {
    margin-bottom: 50px;
  }
  .faqc-searchform .block-block-content {
    width: 500px;
  }
  .mgz-faqc-body-content .mgz-faqc-category-inner {
    padding: 10px 20px 20px 0;
  }
  .mgz-faqc-body-content .mgz-faqc-question-question {
    margin-left: 25px;
    padding-left: 20px;
  }
  .mgz-faqc-question-list {
    padding: 20px 80px;
  }
  .mgz-faqc-post-form {
    width: 70%;
  }
  .mgz-faqc-post-form-inner div {
    width: 49%;
  }
  .mgz-faqc-body-content {
    padding: 30px 30px;
  }
  .mgz-faqc-banner {
    margin-bottom: 50px;
  }
  .gts-searchform .block-block-content {
    width: 500px;
  }
  .mgz-gts-body-content .mgz-gts-category-inner {
    padding: 10px 20px 20px 0;
  }
  .mgz-gts-body-content .mgz-gts-question-question {
    margin-left: 25px;
    padding-left: 20px;
  }
  .mgz-gts-question-list {
    padding: 20px 80px;
  }
  .mgz-gts-post-form {
    width: 70%;
  }
  .mgz-gts-post-form-inner div {
    width: 49%;
  }
  .mgz-gts-body-content {
    padding: 30px 30px;
  }
  .mgz-gts-banner {
    margin-bottom: 50px;
  }
  .order-actions-toolbar .mgzprint-order-print {
    float: right;
  }
  .order-actions-toolbar .print + .mgzprint-order-print {
    margin-right: 35px;
  }
  .mgzpdf-hide-order .order-actions-toolbar .print + .mgzprint-order-print {
    margin-right: 0;
  }
  .ppbd-product-gallery-right .fotorama__stage {
    left: 0 !important;
    right: auto !important;
  }
  .ppbd-product-gallery-right .fotorama__nav-wrap {
    right: 0 !important;
    left: auto !important;
  }
  .mgz-productpagebuilder.page-product-downloadable .product-options-wrapper,
  .mgz-productpagebuilder.page-product-downloadable .product-options-bottom {
    width: 100%;
  }
  .affiliate__banner-info {
    width: 60%;
    float: left;
  }
  .affiliate__banner-preview {
    width: 40%;
    float: left;
    padding-left: 1rem;
    box-sizing: border-box;
  }
  .block-category-event.block:last-child {
    margin-bottom: 1.5em;
    padding: 0.5em 0 1.5em;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #e7e7e7;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: right;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .table-paypal-review-items .col.price,
  .paypal-review .table-paypal-review-items .col.qty {
    text-align: center;
  }
  .paypal-review .table-paypal-review-items .col.item {
    width: 60%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: left;
  }
  .paypal-review-discount {
    border-top: 1px solid #e7e7e7;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .block-cart-failed .secondary .action {
    margin: 0;
  }
  .block-cart-failed .actions.primary {
    float: left;
  }
  .bundle-actions .action.primary.customize {
    width: auto;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: right;
  }
  .bundle-options-container .block-bundle-summary {
    padding: 0 15px;
    float: left;
    width: 49%;
    position: relative;
  }
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper,
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper > .price {
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -.02em;
    color: #222529;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee {
    color: #575757;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee .price {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .bundle-options-container .block-bundle-summary .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .box-tocart .action.tocart {
    margin-bottom: 0;
    min-width: 150px;
  }
  .product-social-links {
    text-align: right;
  }
  .product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
  .product-info-price .price-box .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .product-image-carousel .active + .active .item::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.07000000000000001);
    content: '';
    z-index: 1;
  }
  .product-image-carousel .active + .active .item {
    position: relative;
  }
  .product-image-carousel .active + .active .item::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.07000000000000001);
    content: '';
    z-index: 1;
  }
  .product-image-carousel .active + .active + .active .item::before {
    display: none;
  }
  .product-info-main {
    float: left;
  }
  .product.media {
    float: right;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .compare.wrapper {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .compare.wrapper .action.compare {
    line-height: 38px;
    color: #777777;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:visited {
    color: #777777;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:hover {
    color: #777777;
    text-decoration: underline;
  }
  .compare.wrapper .action.compare:active {
    color: #777777;
    text-decoration: underline;
  }
  .compare.wrapper .counter.qty {
    color: #c1c1c1;
  }
  .compare.wrapper .counter.qty:before {
    content: "(";
  }
  .compare.wrapper .counter.qty:after {
    content: ")";
  }
  .block-search {
    position: relative;
    margin-right: 40px;
    width: 450px;
    z-index: 4;
    display: inline-block;
    vertical-align: middle;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  .block-search .nested {
    display: none;
    padding-top: 5px;
    position: absolute;
  }
  .block-search input {
    position: static;
    margin: 0;
    border-color: transparent;
    height: 40px;
    border-radius: 20px;
    padding: 10px 20px 10px 50px;
  }
  .block-search input::-webkit-input-placeholder {
    color: #dddddd;
  }
  .block-search input:-moz-placeholder {
    color: #dddddd;
  }
  .block-search input::-moz-placeholder {
    color: #dddddd;
  }
  .block-search input:-ms-input-placeholder {
    color: #dddddd;
  }
  .block-search .action.search {
    position: absolute;
    left: 2px;
    top: 0;
    z-index: 1;
    height: 40px;
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    line-height: 40px;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: inherit;
    color: #0088cc;
    content: '\f818';
    font-family: 'porto-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: inherit;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .checkout-cart-index .page-main {
    padding-left: 10px;
    padding-right: 10px;
  }
  .cart-container .form-cart .actions.main {
    text-align: left;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-summary {
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 24px 30px;
    float: left;
  }
  .cart-summary > .title {
    display: block;
  }
  .cart-summary .fieldset .actions-toolbar {
    margin-left: 0;
  }
  .cart-summary .fieldset .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block .content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 1em;
    margin: 0 0 0.5em;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper tbody td {
    padding-top: 20px;
  }
  .cart.table-wrapper .item .col.item {
    padding: 20px 10px;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 98px;
    padding-left: 1em;
    position: static;
    vertical-align: middle;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: middle;
    white-space: normal;
    width: 99%;
  }
  .cart-discount {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    float: right;
    border: 0;
    box-sizing: border-box;
    padding-left: 4%;
  }
  .block.crosssell {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    float: right;
    padding: 0 0 0 4%;
  }
  .block.crosssell .products-grid .product-item {
    width: 25%;
  }
  .minicart-wrapper .block-minicart {
    right: auto;
  }
  .minilist .action.delete:before,
  .minicart-wrapper .action.edit:before {
    font-size: 16px;
    line-height: inherit;
  }
  .opc-wrapper {
    width: 133.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    float: right;
    width: 66%;
    padding-left: 1.5em;
  }
  .opc-estimated-wrapper {
    display: none;
  }
  .opc-progress-bar {
    margin: 1em 0 1em;
    counter-reset: i;
    display: block;
    font-size: 0;
  }
  .opc-progress-bar-item {
    margin: 0 0 0.5em;
    width: 185px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
  }
  .opc-progress-bar-item:before {
    background: #e4e4e4;
    top: 19px;
    transition: background 0.3s;
    content: '';
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .opc-progress-bar-item:first-child:before {
    border-radius: 0 6px 6px 0;
  }
  .opc-progress-bar-item:last-child:before {
    border-radius: 6px 0 0 6px;
  }
  .opc-progress-bar-item > span {
    display: inline-block;
    padding-top: 45px;
    width: 100%;
    word-wrap: break-word;
    color: #e4e4e4;
    font-weight: 300;
    font-size: 1rem;
  }
  .opc-progress-bar-item > span:before,
  .opc-progress-bar-item > span:after {
    background: #e4e4e4;
    height: 38px;
    margin-right: -19px;
    transition: background 0.3s;
    width: 38px;
    border-radius: 50%;
    content: '';
    right: 50%;
    position: absolute;
    top: 0;
  }
  .opc-progress-bar-item > span:after {
    background: #ffffff;
    height: 26px;
    margin-right: -13px;
    top: 6px;
    width: 26px;
    content: counter(i);
    counter-increment: i;
    color: #777777;
    font-weight: 600;
    font-size: 1rem;
  }
  .opc-progress-bar-item._complete {
    cursor: pointer;
  }
  .opc-progress-bar-item._complete:hover:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete:hover > span:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete > span {
    color: #0088cc;
  }
  .opc-progress-bar-item._complete > span:after {
    font-family: 'porto-icons';
    content: '\f82b';
  }
  .opc-progress-bar-item._active:before {
    background: #ff5501;
  }
  .opc-progress-bar-item._active > span {
    color: #777777;
  }
  .opc-progress-bar-item._active > span:before {
    background: #ff5501;
  }
  .opc-progress-bar-item._active > span:after {
    font-family: 'porto-icons';
    content: '\f82b';
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 500px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: left;
    margin: 0 1em 0 0;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: left;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 500px;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 1em;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 1em;
    width: 66.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    float: left;
    width: 33%;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 0;
    position: absolute;
    text-align: right;
    top: 100%;
    transform-origin: 0 0;
    transform: scale(1, 0);
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    border-top: 6px solid #0088cc;
  }
  .authentication-dropdown._show {
    z-index: 100;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 66.66666667%;
    text-align: left;
    margin-top: -95px;
  }
  .block-authentication .block-title {
    font-size: 20px;
    border-bottom: 0;
    margin: 0;
    margin-bottom: 20px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: left;
    margin-left: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-left: 0;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: right;
    padding: 0.5em 1.5em 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-right: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 0.5em 2em 0 0;
  }
  .popup-authentication .block[class] + .block::before {
    right: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .payment-methods .actions-toolbar .primary {
    float: left;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .payment-method-billing-address .action-update {
    float: left;
  }
  .payment-method-billing-address .actions-toolbar .action-cancel {
    margin: 6px 0 0 1em;
  }
  .checkout-payment-method .payment-option-title {
    padding-right: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-right: 0;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-left: 1.5em;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: right;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 10px;
  }
  .form-create-account .fieldset-fullname .fields .field {
    float: right;
    margin: 0 0 0.5em 0.5em;
  }
  .form-create-account .fieldset-fullname .field-name-prefix,
  .form-create-account .fieldset-fullname .field-name-suffix {
    width: 50px;
  }
  .form.create.account {
    max-width: 83.333%;
    margin: 0 auto;
  }
  .form.create.account > .fieldset {
    width: 50%;
    padding: 0 25px;
    float: right;
  }
  .form.create.account .actions-toolbar {
    clear: both;
    padding: 0 25px;
    max-width: 50%;
  }
  .form.create.account .actions-toolbar > .primary {
    margin-bottom: 1.5rem;
  }
  .form.create.account .actions-toolbar > .primary,
  .form.create.account .actions-toolbar > .secondary {
    display: block;
    float: none;
    text-align: left;
  }
  .form.create.account .actions-toolbar > .primary .action,
  .form.create.account .actions-toolbar > .secondary .action {
    width: 100%;
    text-align: center;
    margin: 0;
    float: none;
    height: auto;
    font-size: 1rem;
    background: #222529;
    border: none;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .form.forget {
    max-width: 50%;
    margin: 0 auto;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .account .data.table {
    margin-bottom: 0;
  }
  .account .data.table .col.actions {
    white-space: nowrap;
  }
  .block-addresses-list .items.addresses > .item {
    margin-bottom: 1em;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    margin: 0 0 0.5em 0.5em;
  }
  .storecredit .block-balance-history {
    width: 100%;
  }
  .table-balance-history .col {
    width: 25%;
  }
  .page-product-downloadable .product-options-wrapper {
    float: right;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: left;
    width: 40%;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final_price {
    font-size: 2em;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final_price .price {
    font-size: 36px;
    line-height: 36px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) {
    margin: 0 0 1em;
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .page-product-giftcard .product-add-form .field:not(.text):last-child {
    margin-bottom: 0;
  }
  .page-product-giftcard .product-add-form .field:not(.text) + .fieldset {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    font-weight: 400;
    font-size: 1.4rem;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label + br {
    display: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .choice input {
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:before,
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    content: '';
    display: table;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group .field {
    box-sizing: border-box;
    float: left;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-2 .field {
    width: 50% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-3 .field {
    width: 33.3% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-4 .field {
    width: 25% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-5 .field {
    width: 20% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon textarea,
  .page-product-giftcard .product-add-form .field:not(.text) .addon select,
  .page-product-giftcard .product-add-form .field:not(.text) .addon input {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: inline-block;
    margin: 0;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter {
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border-radius: 6px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1em;
    height: 38px;
    line-height: 1.4;
    padding: 10px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:disabled,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:disabled {
    opacity: 0.5;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-moz-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-moz-placeholder {
    color: #dddddd;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-webkit-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-webkit-input-placeholder {
    color: #dddddd;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:-ms-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:-ms-input-placeholder {
    color: #dddddd;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .additional {
    margin-top: 0.5em;
  }
  .page-product-giftcard .product-add-form .field:not(.text).required > .label:after,
  .page-product-giftcard .product-add-form .field:not(.text)._required > .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1em;
    margin: 0 0 0 0.25em;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note {
    font-size: 1em;
    margin: 3px 0 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 2em;
    line-height: 1em;
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(odd) {
    padding-left: 25px;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(even) {
    padding-left: 0;
  }
  .page-product-giftcard .product-add-form .product-options-wrapper .field:not(.date) > .control {
    width: auto;
  }
  .gift-message .field {
    margin: 0 0 1em;
    box-sizing: border-box;
  }
  .gift-message .field > .label {
    margin: 0;
  }
  .gift-message .field:before,
  .gift-message .field:after {
    content: '';
    display: table;
  }
  .gift-message .field:after {
    clear: both;
  }
  .gift-message .field.choice:before,
  .gift-message .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .gift-message .field .description {
    padding: 6px 15px 0 0;
    text-align: left;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .gift-message .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: left;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .gift-message .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: left;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: left;
    margin-right: 1em;
    margin-left: 0;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: right;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: "";
    display: block;
    right: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .gift-item-block .title {
    padding: 1em 0;
  }
  .item-gift td {
    padding-left: 0;
    padding-right: 0;
  }
  .cart.table-wrapper .action-gift {
    float: right;
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-gift:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #0088cc;
    content: '\e81c';
    font-family: 'porto-icons';
    margin: 0 0 0 0.5em;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-gift:hover:after {
    color: #777777;
  }
  .cart.table-wrapper .action-gift:active:after {
    color: #0088cc;
  }
  .cart.table-wrapper .action-gift._active:after {
    content: '\e81b';
  }
  .cart.table-wrapper .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .cart-container .cart-gift-item {
    margin-bottom: 1em;
  }
  .cart-container .cart-gift-item .gift-options,
  .cart-container .cart-gift-item .gift-summary {
    padding-bottom: 1em;
  }
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field {
    width: 45%;
  }
  .form-giftregistry-edit .fieldset.shipping_address .fieldset {
    margin-top: 1em;
  }
  .table-giftregistry .col.create {
    white-space: nowrap;
  }
  .table-giftregistry .col.message {
    width: 40%;
  }
  .table-giftregistry .col.actions {
    width: 30%;
  }
  .table-giftregistry-items .col.note {
    width: 30%;
  }
  .account .data.table.table-giftregistry-items > thead > tr > th,
  .account .data.table.table-giftregistry-items > tbody > tr > th,
  .account .data.table.table-giftregistry-items > tfoot > tr > th,
  .account .data.table.table-giftregistry-items > thead > tr > td,
  .account .data.table.table-giftregistry-items > tbody > tr > td,
  .account .data.table.table-giftregistry-items > tfoot > tr > td {
    border-top: 1px solid #e7e7e7;
  }
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > th,
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > td {
    border-top: 0;
  }
  .account .data.table.table-giftregistry-items > tbody + tbody {
    border-top: 1px solid #e7e7e7;
  }
  .account .data.table.table-giftregistry-items th {
    border-bottom: 0;
  }
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > td,
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > th {
    background: none;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset .field.name,
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-bottom: auto;
  }
  .form-giftregistry-search .fieldset .field.name + .fieldset,
  .form-giftregistry-search .fieldset .field.lastname + .fieldset {
    clear: both;
  }
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0;
  }
  .block-giftregistry-shared-items .item {
    border-bottom: 1px solid #e7e7e7;
    border-top: 0;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 0 0 1em;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-wrapping {
    box-sizing: border-box;
    float: right;
    padding-left: 1em;
    width: 50%;
  }
  .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: right;
    padding-right: 4.5rem;
    width: 50%;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    right: 50%;
    margin-right: -212px;
    width: 380px;
    right: auto;
  }
  .block-wishlist-management {
    margin-bottom: 1em;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-left: 0.5em;
    padding: 0.25em 0.5em 0.5em;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-left: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-left: 0.5em;
    padding: 0.25em 0.5em 0.5em;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-left: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    left: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: right;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: left;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: right;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-right: 1.25em;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .form-create-return .fieldset .field {
    width: 45%;
  }
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: right;
    width: 25%;
  }
  .block-returns-tracking .block-title .action {
    margin: 12px 30px 0 0;
  }
  .block-returns-tracking .block-title .action.track {
    float: left;
  }
  .order-links .item {
    float: left;
    margin: 0 0 0 -1px;
  }
  .order-links .item a {
    padding: 1px 35px;
  }
  .order-links .item strong {
    border-bottom: 0;
    margin-bottom: -1px;
    padding: 1px 35px 2px 35px;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: left;
  }
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^="sales-guest-"] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: right;
    width: 25%;
  }
  .block-order-details-comments {
    margin: 0 0 60px;
  }
  .block-order-details-comments .comment-date {
    clear: right;
    float: right;
    margin-left: 50px;
    max-width: 90px;
  }
  .block-order-details-comments .comment-content {
    overflow: hidden;
  }
  .order-details-items {
    margin-top: -1px;
    padding: 25px;
  }
  .order-details-items .col.name {
    padding-right: 0;
  }
  .order-details-items .col.price {
    text-align: center;
  }
  .order-details-items .col.subtotal {
    text-align: left;
  }
  .order-details-items tbody td {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .order-details-items tfoot .amount,
  .order-details-items tfoot .mark {
    text-align: left;
  }
  .table-order-items tbody .col.label,
  .table-order-items tbody .col.value {
    padding-right: 0;
  }
  .table-order-items.invoice .col.qty,
  .table-order-items.shipment .col.qty {
    text-align: center;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: left;
  }
  .form.send.friend .fieldset .field.text {
    width: 100%;
  }
  .products-grid.wishlist .product-item-info:hover .product-item-inner {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 0.5em 0 0;
  }
  .products-grid.wishlist .product-item-actions > * {
    display: inline-block;
    margin-bottom: 7px;
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .fieldset {
    display: table;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty,
  .products-grid.wishlist .product-item .fieldset .product-item-actions {
    display: table-cell;
    vertical-align: bottom;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    padding-left: 0.5em;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 1em 0 0;
  }
  .products-grid.wishlist .product-item .tocart {
    width: auto;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .wishlist-index-index .product-item-inner {
    padding: 0 0 9px;
  }
  .weltpixel-quickview-catalog-product-view.catalog-product-view .breadcrumbs,
  .weltpixel-quickview-catalog-product-view.catalog-product-view .columns,
  .weltpixel-quickview-catalog-product-view.catalog-product-view .page.messages,
  .weltpixel-quickview-catalog-product-view.catalog-product-view .page-title-wrapper {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
}
@media all and (min-width: 769px), print {
  .pagebuilder-mobile-only {
    display: none !important;
  }
}
@media all and (min-width: 992px), print {
  .navigation,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-width: 1140px;
    box-sizing: border-box;
  }
  .page-main {
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .ie9 .page-main {
    width: auto;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 50%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 75%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 25%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .sidebar-second {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-second {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-second {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-second {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 0;
    padding-right: 2%;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .page-products .magezon-builder .mgz-element-category_products .toolbar.toolbar-products {
    position: static;
  }
  .page-products .magezon-builder .mgz-element-category_products .product-item-info {
    width: 100%;
  }
  .page-products .magezon-builder .mgz-element-category_products .products-grid .product-item {
    padding: 5px;
    margin-left: 2%;
  }
  .page-products .magezon-builder .mgz-element-category_products.cpb-grid-col-2 .product-item {
    width: calc((100% - 6%)/2);
  }
  .page-products .magezon-builder .mgz-element-category_products.cpb-grid-col-2:nth-child(2n+1) {
    margin-left: 0;
  }
  .page-products .magezon-builder .mgz-element-category_products.cpb-grid-col-3 .product-item {
    width: calc((100% - 6%)/3);
  }
  .page-products .magezon-builder .mgz-element-category_products.cpb-grid-col-3:nth-child(3n+1) {
    margin-left: 0;
  }
  .page-products .magezon-builder .mgz-element-category_products.cpb-grid-col-4 .product-item {
    width: calc((100% - 6%)/4);
  }
  .page-products .magezon-builder .mgz-element-category_products.cpb-grid-col-4 .product-item:nth-child(4n+1) {
    margin-left: 0;
  }
  .page-products .magezon-builder .mgz-element-category_products.cpb-grid-col-5 .product-item {
    width: calc((100% - 6%)/5);
  }
  .page-products .magezon-builder .mgz-element-category_products.cpb-grid-col-5:nth-child(5n+1) {
    margin-left: 0;
  }
  .page-products .magezon-builder .mgz-element-category_products.cpb-grid-col-6 .product-item {
    width: calc((100% - 6%)/6);
  }
  .page-products .magezon-builder .mgz-element-category_products.cpb-grid-col-6:nth-child(6n+1) {
    margin-left: 0;
  }
  .page-products .magezon-builder .mgz-element-category_products.cpb-grid-col-7 .product-item {
    width: calc((100% - 6%)/7);
  }
  .page-products .magezon-builder .mgz-element-category_products.cpb-grid-col-7:nth-child(7n+1) {
    margin-left: 0;
  }
  .page-products .magezon-builder .mgz-element-category_products.cpb-grid-col-8 .product-item {
    width: calc((100% - 6%)/8);
  }
  .page-products .magezon-builder .mgz-element-category_products.cpb-grid-col-8:nth-child(8n+1) {
    margin-left: 0;
  }
  .products-grid.columns3 .product-item,
  .products-grid.columns4 .product-item,
  .products-grid.columns5 .product-item {
    width: 33.33333333%;
  }
  .products-grid.columns3 .product-item.nth-child-2np1,
  .products-grid.columns4 .product-item.nth-child-2np1,
  .products-grid.columns5 .product-item.nth-child-2np1 {
    clear: none;
  }
  .products-grid.columns3 .product-item.nth-child-3np1,
  .products-grid.columns4 .product-item.nth-child-3np1,
  .products-grid.columns5 .product-item.nth-child-3np1 {
    clear: right;
  }
  .products-grid.columns6 .product-item,
  .products-grid.columns7 .product-item,
  .products-grid.columns8 .product-item {
    width: 20%;
  }
  .products-grid.columns6 .product-item.nth-child-3np1,
  .products-grid.columns7 .product-item.nth-child-3np1,
  .products-grid.columns8 .product-item.nth-child-3np1,
  .products-grid.columns6 .product-item.nth-child-2np1,
  .products-grid.columns7 .product-item.nth-child-2np1,
  .products-grid.columns8 .product-item.nth-child-2np1 {
    clear: none;
  }
  .products-grid.columns6 .product-item.nth-child-5np1,
  .products-grid.columns7 .product-item.nth-child-5np1,
  .products-grid.columns8 .product-item.nth-child-5np1 {
    clear: right;
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns3 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns4 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns4 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns5 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns5 .product-item.nth-child-2np1 {
    border-right-color: rgba(0, 0, 0, 0.09);
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns3 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns4 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns4 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns5 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns5 .product-item.nth-child-3np1 {
    border-right-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns3 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns4 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns5 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns3 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns4 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns5 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns3 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns4 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns5 .product-item:nth-child(3) .product-item-info {
    border-top-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns6 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns7 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns8 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns8 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns6 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns7 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns8 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns8 .product-item.nth-child-2np1 {
    border-right-color: rgba(0, 0, 0, 0.09);
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-5np1,
  .products-grid.divider-line.columns6 .product-item.nth-child-5np1,
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-5np1,
  .products-grid.divider-line.columns7 .product-item.nth-child-5np1,
  .products-grid.products.grid.flex-grid.columns8 .product-item.nth-child-5np1,
  .products-grid.divider-line.columns8 .product-item.nth-child-5np1 {
    border-right-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns8 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns8 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns8 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(4) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(4) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(4) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(4) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(4) .product-item-info,
  .products-grid.divider-line.columns8 .product-item:nth-child(4) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(5) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(5) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(5) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(5) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(5) .product-item-info,
  .products-grid.divider-line.columns8 .product-item:nth-child(5) .product-item-info {
    border-top-color: transparent;
  }
  .product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .page-title-wrapper h1 {
    font-size: 38px;
    letter-spacing: -.01em;
  }
  .product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .product-social-links {
    float: left;
    margin-left: 20px;
    margin-top: 0;
    display: inline-block;
    width: auto;
  }
  .product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .product-reviews-summary {
    margin-top: 0;
    height: auto;
  }
  .product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .product-info-price {
    margin-bottom: 0;
  }
  .product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .short-custom-block {
    float: left;
  }
  .product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .product-add-form {
    text-align: left;
  }
  .product-type-fullwidth:not(.weltpixel_quickview-catalog_product-view) .page-main {
    padding: 0;
  }
  .product-type-fullwidth:not(.weltpixel_quickview-catalog_product-view) .product-social-links {
    left: 10px;
  }
  .product-type-fullwidth:not(.weltpixel_quickview-catalog_product-view) .product-social-links .product-share {
    margin-left: .5rem;
  }
  .product-type-fullwidth:not(.weltpixel_quickview-catalog_product-view) .product-info-main {
    padding-left: 50px;
  }
  .product-type-fullwidth:not(.weltpixel_quickview-catalog_product-view) .prev-next-products {
    margin: 0;
    margin-left: 5px;
  }
  .product-type-fullwidth:not(.weltpixel_quickview-catalog_product-view) .block.upsell {
    padding-left: 10px;
    padding-right: 10px;
  }
  .product-type-sticky_right:not(.weltpixel_quickview-catalog_product-view) .short-custom-block {
    float: right;
    width: 50%;
    padding-left: 10px;
  }
  .product-type-sticky_right:not(.weltpixel_quickview-catalog_product-view) .product-social-links {
    float: left;
    width: auto;
  }
  .product-type-sticky_right:not(.weltpixel_quickview-catalog_product-view) .product.detailed .product.data.items > .item.title {
    margin-left: 50px;
  }
  .product-type-sticky_right:not(.weltpixel_quickview-catalog_product-view) .product.detailed .product.data.items > .item.title > .switch {
    font-size: 18px;
  }
  .product-type-sticky_right:not(.weltpixel_quickview-catalog_product-view) .product.detailed .product.data.items > .item.content {
    background: none;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-right: -400px;
    width: 800px;
    right: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #e7e7e7;
    height: calc(100% - 20px);
    content: '';
    right: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n+1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 1em;
    margin-left: calc((100% - 4 * 24%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n+1) {
    margin-right: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1200px), print {
  .products-grid.columns3 .product-item {
    width: 33.33333333%;
  }
  .products-grid.columns3 .product-item.nth-child-2np1 {
    clear: none;
  }
  .products-grid.columns3 .product-item.nth-child-3np1 {
    clear: right;
  }
  .products-grid.columns4 .product-item {
    width: 25%;
  }
  .products-grid.columns4 .product-item.nth-child-2np1,
  .products-grid.columns4 .product-item.nth-child-3np1 {
    clear: none;
  }
  .products-grid.columns4 .product-item.nth-child-4np1 {
    clear: right;
  }
  .products-grid.columns5 .product-item {
    width: 20%;
  }
  .products-grid.columns5 .product-item.nth-child-2np1,
  .products-grid.columns5 .product-item.nth-child-3np1 {
    clear: none;
  }
  .products-grid.columns5 .product-item.nth-child-5np1 {
    clear: right;
  }
  .products-grid.columns6 .product-item {
    width: 16.66666667%;
  }
  .products-grid.columns6 .product-item.nth-child-2np1,
  .products-grid.columns6 .product-item.nth-child-3np1,
  .products-grid.columns6 .product-item.nth-child-5np1 {
    clear: none;
  }
  .products-grid.columns6 .product-item.nth-child-6np1 {
    clear: right;
  }
  .products-grid.columns7 .product-item {
    width: 14.28571429%;
  }
  .products-grid.columns7 .product-item.nth-child-2np1,
  .products-grid.columns7 .product-item.nth-child-3np1,
  .products-grid.columns7 .product-item.nth-child-5np1 {
    clear: none;
  }
  .products-grid.columns7 .product-item.nth-child-7np1 {
    clear: right;
  }
  .products-grid .columns8 .product-item {
    width: 12.5%;
  }
  .products-grid .columns8 .product-item.nth-child-2np1,
  .products-grid .columns8 .product-item.nth-child-3np1,
  .products-grid .columns8 .product-item.nth-child-5np1 {
    clear: none;
  }
  .products-grid .columns8 .product-item.nth-child-8np1 {
    clear: right;
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns3 .product-item.nth-child-2np1 {
    border-right-color: rgba(0, 0, 0, 0.09);
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns3 .product-item.nth-child-3np1 {
    border-right-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns3 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns3 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns3 .product-item:nth-child(3) .product-item-info {
    border-top-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns4 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns4 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns4 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns4 .product-item.nth-child-3np1 {
    border-right-color: rgba(0, 0, 0, 0.09);
  }
  .products-grid.products.grid.flex-grid.columns4 .product-item.nth-child-4np1,
  .products-grid.divider-line.columns4 .product-item.nth-child-4np1 {
    border-right-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns4 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns4 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns4 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(4) .product-item-info,
  .products-grid.divider-line.columns4 .product-item:nth-child(4) .product-item-info {
    border-top-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns5 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns5 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns5 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns5 .product-item.nth-child-3np1 {
    border-right-color: rgba(0, 0, 0, 0.09);
  }
  .products-grid.products.grid.flex-grid.columns5 .product-item.nth-child-5np1,
  .products-grid.divider-line.columns5 .product-item.nth-child-5np1 {
    border-right-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns5 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns5 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns5 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(4) .product-item-info,
  .products-grid.divider-line.columns5 .product-item:nth-child(4) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(5) .product-item-info,
  .products-grid.divider-line.columns5 .product-item:nth-child(5) .product-item-info {
    border-top-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns6 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns6 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-5np1,
  .products-grid.divider-line.columns6 .product-item.nth-child-5np1 {
    border-right-color: rgba(0, 0, 0, 0.09);
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-6np1,
  .products-grid.divider-line.columns6 .product-item.nth-child-6np1 {
    border-right-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(4) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(4) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(5) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(5) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(6) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(6) .product-item-info {
    border-top-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns7 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns7 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-5np1,
  .products-grid.divider-line.columns7 .product-item.nth-child-5np1 {
    border-right-color: rgba(0, 0, 0, 0.09);
  }
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-7np1,
  .products-grid.divider-line.columns7 .product-item.nth-child-7np1 {
    border-right-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(4) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(4) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(5) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(5) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(6) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(6) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(7) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(7) .product-item-info {
    border-top-color: transparent;
  }
  .products-grid.products.grid.flex-grid .columns8 .product-item.nth-child-2np1,
  .products-grid.divider-line .columns8 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid .columns8 .product-item.nth-child-3np1,
  .products-grid.divider-line .columns8 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid .columns8 .product-item.nth-child-5np1,
  .products-grid.divider-line .columns8 .product-item.nth-child-5np1 {
    border-right-color: rgba(0, 0, 0, 0.09);
  }
  .products-grid.products.grid.flex-grid .columns8 .product-item.nth-child-8np1,
  .products-grid.divider-line .columns8 .product-item.nth-child-8np1 {
    border-right-color: transparent;
  }
  .products-grid.products.grid.flex-grid .columns8 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line .columns8 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid .columns8 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line .columns8 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid .columns8 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line .columns8 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid .columns8 .product-item:nth-child(4) .product-item-info,
  .products-grid.divider-line .columns8 .product-item:nth-child(4) .product-item-info,
  .products-grid.products.grid.flex-grid .columns8 .product-item:nth-child(5) .product-item-info,
  .products-grid.divider-line .columns8 .product-item:nth-child(5) .product-item-info,
  .products-grid.products.grid.flex-grid .columns8 .product-item:nth-child(6) .product-item-info,
  .products-grid.divider-line .columns8 .product-item:nth-child(6) .product-item-info,
  .products-grid.products.grid.flex-grid .columns8 .product-item:nth-child(7) .product-item-info,
  .products-grid.divider-line .columns8 .product-item:nth-child(7) .product-item-info,
  .products-grid.products.grid.flex-grid .columns8 .product-item:nth-child(8) .product-item-info,
  .products-grid.divider-line .columns8 .product-item:nth-child(8) .product-item-info {
    border-top-color: transparent;
  }
  .box-tocart .paypal:first-of-type {
    margin-top: 13px;
  }
  .product-type-fullwidth:not(.weltpixel_quickview-catalog_product-view) .page-main {
    padding: 0;
  }
  .product-type-fullwidth:not(.weltpixel_quickview-catalog_product-view) .product-info-main .page-title-wrapper h1 {
    font-size: 40px;
  }
}
