.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-a2910151-8ea2-4869-a267-71c053fc9a4f {
  margin-left: 2%;
margin-right: 2%;
min-height: 50px;
}








#s-a2910151-8ea2-4869-a267-71c053fc9a4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a2910151-8ea2-4869-a267-71c053fc9a4f.shg-box.shg-c {
  justify-content: center;
}

#s-b25ae080-cdec-47e3-837f-6960115711aa {
  min-height: 50px;
}








#s-b25ae080-cdec-47e3-837f-6960115711aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b25ae080-cdec-47e3-837f-6960115711aa.shg-box.shg-c {
  justify-content: center;
}

.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-8619ec60-3121-414e-ad36-6bc260cec031 {
  text-align: center;
}

#s-8619ec60-3121-414e-ad36-6bc260cec031 {
  overflow: hidden;
  
  
}







  #s-8619ec60-3121-414e-ad36-6bc260cec031 img.shogun-image {
    

    
    
    
  }


#s-8619ec60-3121-414e-ad36-6bc260cec031 .shogun-image-content {
  
    justify-content: center;
  
}

.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  
  
  
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  
  
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  
  
  
}

.shg-theme-text-content p {
  
  
  
}

#s-da18c8b0-4bef-4e98-ac77-3ed4252b78e4 {
  margin-top: 4px;
margin-left: 0%;
margin-bottom: 4px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(5, 5, 5, 1);
border-style: solid;
background-color: rgba(0, 0, 0, 1);
}

#s-93d46800-ef19-48e7-b0fe-e4d10124b0b5 {
  min-height: 50px;
}








#s-93d46800-ef19-48e7-b0fe-e4d10124b0b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-93d46800-ef19-48e7-b0fe-e4d10124b0b5.shg-box.shg-c {
  justify-content: center;
}

#s-395ebe81-ac6f-4d2d-b428-1f9a354b06b2 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: dotted;
}

#s-9c5e25fe-a682-4b58-a952-6a39fe2887bd {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-9c5e25fe-a682-4b58-a952-6a39fe2887bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9c5e25fe-a682-4b58-a952-6a39fe2887bd.shg-box.shg-c {
  justify-content: center;
}

.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-5e3f8d99-ffe8-4afa-8a15-6a3c186d2af6 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-5e3f8d99-ffe8-4afa-8a15-6a3c186d2af6 .shogun-tabs > li > .shogun-tab-box {
    background: none;
    border: none;
  }
  #s-5e3f8d99-ffe8-4afa-8a15-6a3c186d2af6 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: none;
    border: none;
  }
  #s-5e3f8d99-ffe8-4afa-8a15-6a3c186d2af6 .shogun-tabs > li > .shogun-tab-box::after {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 1);
  }
  #s-5e3f8d99-ffe8-4afa-8a15-6a3c186d2af6 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box::after  {
    background: rgba(113, 201, 57, 1);
    border: 1px solid rgba(244, 164, 10, 1);
  }
#s-5e3f8d99-ffe8-4afa-8a15-6a3c186d2af6 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(2, 2, 2, 1);
  font-family: Boldonse;
  
  
  font-size: 14px;
}

#s-5e3f8d99-ffe8-4afa-8a15-6a3c186d2af6 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(7, 7, 7, 1);
}

#s-5e3f8d99-ffe8-4afa-8a15-6a3c186d2af6 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(113, 201, 57, 1);
}

#s-5e3f8d99-ffe8-4afa-8a15-6a3c186d2af6 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(244, 164, 10, 1);
}

#s-71045b0a-88cf-4583-9d4d-44ce36495d2a {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-71045b0a-88cf-4583-9d4d-44ce36495d2a .shogun-tabs > li > .shogun-tab-box {
    background: none;
    border: none;
  }
  #s-71045b0a-88cf-4583-9d4d-44ce36495d2a .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: none;
    border: none;
  }
  #s-71045b0a-88cf-4583-9d4d-44ce36495d2a .shogun-tabs > li > .shogun-tab-box::after {
    background: #fff;
    border: 1px solid rgba(5, 5, 5, 1);
  }
  #s-71045b0a-88cf-4583-9d4d-44ce36495d2a .shogun-tabs > li.shogun-tab-active > .shogun-tab-box::after  {
    background: rgba(113, 201, 57, 1);
    border: 1px solid rgba(244, 164, 10, 1);
  }
#s-71045b0a-88cf-4583-9d4d-44ce36495d2a .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(4, 4, 4, 1);
  font-family: Boldonse;
  
  
  font-size: 14px;
}

#s-71045b0a-88cf-4583-9d4d-44ce36495d2a .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(5, 5, 5, 1);
}

#s-71045b0a-88cf-4583-9d4d-44ce36495d2a .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(113, 201, 57, 1);
}

#s-71045b0a-88cf-4583-9d4d-44ce36495d2a .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(244, 164, 10, 1);
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

#s-bf99b7fe-0fb1-4c3e-a056-64414937e11b {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-bf99b7fe-0fb1-4c3e-a056-64414937e11b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bf99b7fe-0fb1-4c3e-a056-64414937e11b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-bf99b7fe-0fb1-4c3e-a056-64414937e11b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-bf99b7fe-0fb1-4c3e-a056-64414937e11b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e0f2048d-4b3d-4e23-949a-07276d9728fa {
  margin-left: auto;
margin-right: auto;
}

#s-c775f66c-d04f-464b-817c-5eaf807ad7f0 {
  margin-left: auto;
margin-right: auto;
}

#s-36f0bece-815e-4a53-b9cc-504fc35fa64d {
  margin-left: auto;
margin-right: auto;
}

#s-bc548ec2-06dc-4863-bf47-62ba0cfd7aa2 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-bc548ec2-06dc-4863-bf47-62ba0cfd7aa2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bc548ec2-06dc-4863-bf47-62ba0cfd7aa2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-bc548ec2-06dc-4863-bf47-62ba0cfd7aa2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-bc548ec2-06dc-4863-bf47-62ba0cfd7aa2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-ad337bd0-3ed2-4e21-a072-ea6f5147b34d {
  margin-left: auto;
margin-right: auto;
}

#s-00eca02e-980a-40ca-a31f-6eadb3398aa2 {
  margin-left: auto;
margin-right: auto;
}

#s-105fd083-61b9-468c-afa0-7c3fdacfaa6d {
  margin-left: auto;
margin-right: auto;
}

#s-59c7efe6-a6f2-4a7f-b12b-886a5005589f {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-59c7efe6-a6f2-4a7f-b12b-886a5005589f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-59c7efe6-a6f2-4a7f-b12b-886a5005589f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-59c7efe6-a6f2-4a7f-b12b-886a5005589f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-59c7efe6-a6f2-4a7f-b12b-886a5005589f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-59cf0111-c709-4c2a-aa65-662b557a5dbe {
  margin-left: auto;
margin-right: auto;
}

#s-53120abd-6cd7-4593-889f-e2196a5b10b2 {
  margin-left: auto;
margin-right: auto;
}

#s-c4005533-cfff-4cd0-89a9-b3c88841cd69 {
  margin-left: auto;
margin-right: auto;
}

#s-516c6033-2e60-4ecc-86c4-5c3864c3a519 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-516c6033-2e60-4ecc-86c4-5c3864c3a519"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-516c6033-2e60-4ecc-86c4-5c3864c3a519"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-516c6033-2e60-4ecc-86c4-5c3864c3a519"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-516c6033-2e60-4ecc-86c4-5c3864c3a519"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-9f601ddf-e1b4-41fc-b04b-8239339aa464 {
  margin-left: auto;
margin-right: auto;
}

#s-3f9d7791-7a7a-412a-b237-63b7e4aeb9e8 {
  margin-left: auto;
margin-right: auto;
}

#s-bef058e8-552a-4070-bcd4-39bab51830df {
  margin-left: auto;
margin-right: auto;
}

#s-2f817af3-c410-4d8d-b744-87cf72940265 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-2f817af3-c410-4d8d-b744-87cf72940265"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2f817af3-c410-4d8d-b744-87cf72940265"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-2f817af3-c410-4d8d-b744-87cf72940265"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-2f817af3-c410-4d8d-b744-87cf72940265"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-5c8e9eab-7ce1-4ad9-9fea-4c23d0a0a84f {
  margin-left: auto;
margin-right: auto;
}

#s-d2faf38c-d2e6-433e-9166-c205bc38eef5 {
  margin-left: auto;
margin-right: auto;
}

#s-8cf3ddbd-8496-4ce5-9948-6edcb9622c67 {
  margin-left: auto;
margin-right: auto;
}

#s-b0bda528-addb-47ea-9a3b-b8321ab295c1 {
  margin-left: auto;
margin-right: auto;
}

#s-38c6677c-488e-4f1d-b3cd-22bbe1bfba8f {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-38c6677c-488e-4f1d-b3cd-22bbe1bfba8f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-38c6677c-488e-4f1d-b3cd-22bbe1bfba8f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-38c6677c-488e-4f1d-b3cd-22bbe1bfba8f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-38c6677c-488e-4f1d-b3cd-22bbe1bfba8f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-9f87c1cb-bdee-4f0d-8339-1406849e06aa {
  margin-left: auto;
margin-right: auto;
}

#s-e19ef43e-0b61-40ea-abf9-f9c8733055e2 {
  margin-left: auto;
margin-right: auto;
}

#s-76aef5d2-9a32-44a9-83dc-789c098a5425 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-76aef5d2-9a32-44a9-83dc-789c098a5425"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-76aef5d2-9a32-44a9-83dc-789c098a5425"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-76aef5d2-9a32-44a9-83dc-789c098a5425"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-76aef5d2-9a32-44a9-83dc-789c098a5425"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-227194e5-704d-4010-bcf9-a14be8c2dd1d {
  margin-left: auto;
margin-right: auto;
}

#s-fda06ad9-544d-4dd7-ad81-57b4ff2047c0 {
  margin-left: auto;
margin-right: auto;
}

#s-47db63a7-0679-4a94-bae6-daaa3b498064 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-47db63a7-0679-4a94-bae6-daaa3b498064"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-47db63a7-0679-4a94-bae6-daaa3b498064"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-47db63a7-0679-4a94-bae6-daaa3b498064"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-47db63a7-0679-4a94-bae6-daaa3b498064"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-3350d919-3f62-45a3-9450-a53d68c51fd1 {
  margin-left: auto;
margin-right: auto;
}

#s-ddf80562-875e-4958-a7de-de1fdf247d4f {
  margin-left: auto;
margin-right: auto;
}

#s-98fe2cca-17ad-493a-a55d-045e8f213d0d {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-98fe2cca-17ad-493a-a55d-045e8f213d0d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-98fe2cca-17ad-493a-a55d-045e8f213d0d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-98fe2cca-17ad-493a-a55d-045e8f213d0d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-98fe2cca-17ad-493a-a55d-045e8f213d0d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-d7d6f80d-3ba9-43a6-a819-9f0bf0ed771f {
  margin-left: auto;
margin-right: auto;
}

#s-6fcdee21-a12e-4554-a1a4-22f472090566 {
  margin-left: auto;
margin-right: auto;
}

#s-a4ec08fb-42b2-4f1b-9cd2-9005c33b7276 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-a4ec08fb-42b2-4f1b-9cd2-9005c33b7276"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a4ec08fb-42b2-4f1b-9cd2-9005c33b7276"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a4ec08fb-42b2-4f1b-9cd2-9005c33b7276"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a4ec08fb-42b2-4f1b-9cd2-9005c33b7276"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-da34974e-0492-4a83-827a-0408d7d442fe {
  margin-left: auto;
margin-right: auto;
}

#s-05b79fb1-43b6-4158-908b-c4edcedcefa4 {
  margin-left: auto;
margin-right: auto;
}

#s-d483dd01-32a3-4b74-b4bf-7958a9068840 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-d483dd01-32a3-4b74-b4bf-7958a9068840 .shogun-tabs > li > .shogun-tab-box {
    background: none;
    border: none;
  }
  #s-d483dd01-32a3-4b74-b4bf-7958a9068840 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: none;
    border: none;
  }
  #s-d483dd01-32a3-4b74-b4bf-7958a9068840 .shogun-tabs > li > .shogun-tab-box::after {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 1);
  }
  #s-d483dd01-32a3-4b74-b4bf-7958a9068840 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box::after  {
    background: rgba(113, 201, 57, 1);
    border: 1px solid rgba(244, 164, 10, 1);
  }
#s-d483dd01-32a3-4b74-b4bf-7958a9068840 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: Boldonse;
  
  
  font-size: 14px;
}

#s-d483dd01-32a3-4b74-b4bf-7958a9068840 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(7, 7, 7, 1);
}

#s-d483dd01-32a3-4b74-b4bf-7958a9068840 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(113, 201, 57, 1);
}

#s-d483dd01-32a3-4b74-b4bf-7958a9068840 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(244, 164, 10, 1);
}

#s-cb7731b0-c35e-41f9-82b1-5a2b46fb7eb4 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-cb7731b0-c35e-41f9-82b1-5a2b46fb7eb4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cb7731b0-c35e-41f9-82b1-5a2b46fb7eb4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cb7731b0-c35e-41f9-82b1-5a2b46fb7eb4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cb7731b0-c35e-41f9-82b1-5a2b46fb7eb4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-11bdba64-7437-4f27-b834-535c7bfda1f6 {
  margin-left: auto;
margin-right: auto;
}

#s-d4a1ba90-1dd9-48bf-8294-5933d8142f28 {
  margin-left: auto;
margin-right: auto;
}

#s-9918e102-2915-4a77-8510-4deeb8d3070e {
  margin-left: auto;
margin-right: auto;
}

#s-dd531569-7f8d-438c-a9f0-5201b83f754a {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-dd531569-7f8d-438c-a9f0-5201b83f754a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dd531569-7f8d-438c-a9f0-5201b83f754a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-dd531569-7f8d-438c-a9f0-5201b83f754a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-dd531569-7f8d-438c-a9f0-5201b83f754a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f83b1dde-bdcd-44d1-8331-269fe59ddd77 {
  margin-left: auto;
margin-right: auto;
}

#s-30fbeb9d-af8b-464d-ac3b-5c83fad53bea {
  margin-left: auto;
margin-right: auto;
}

#s-0a546917-d38e-441d-8bf0-dccaeba66996 {
  margin-left: auto;
margin-right: auto;
}

#s-b3c4fd96-fc45-4691-8ad1-0048b29dbf60 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-b3c4fd96-fc45-4691-8ad1-0048b29dbf60"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b3c4fd96-fc45-4691-8ad1-0048b29dbf60"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b3c4fd96-fc45-4691-8ad1-0048b29dbf60"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b3c4fd96-fc45-4691-8ad1-0048b29dbf60"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-24c094a1-682f-40aa-9952-37561bca199a {
  margin-left: auto;
margin-right: auto;
}

#s-99b5f835-e9c1-47bf-8df9-0ba7094cc7d0 {
  margin-left: auto;
margin-right: auto;
}

#s-7ebf1e34-17b2-4363-826d-f51783ce4827 {
  margin-left: auto;
margin-right: auto;
}

#s-b90ed56b-daaf-4acd-b4e2-b2b81d814481 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-b90ed56b-daaf-4acd-b4e2-b2b81d814481"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b90ed56b-daaf-4acd-b4e2-b2b81d814481"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b90ed56b-daaf-4acd-b4e2-b2b81d814481"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b90ed56b-daaf-4acd-b4e2-b2b81d814481"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-19b8532d-7236-4560-aed2-7657c724c6b6 {
  margin-left: auto;
margin-right: auto;
}

#s-1ae0168d-4991-44ba-86e9-8f04fac1ecdb {
  margin-left: auto;
margin-right: auto;
}

#s-5fd26359-163d-4bf2-8640-e9bba6ad7ac8 {
  margin-left: auto;
margin-right: auto;
}

#s-0ab3f9e6-b72e-4a0c-9c47-d13a3116f278 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-0ab3f9e6-b72e-4a0c-9c47-d13a3116f278"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0ab3f9e6-b72e-4a0c-9c47-d13a3116f278"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-0ab3f9e6-b72e-4a0c-9c47-d13a3116f278"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-0ab3f9e6-b72e-4a0c-9c47-d13a3116f278"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-db5227ea-3573-4769-8dad-070c0c0698e2 {
  margin-left: auto;
margin-right: auto;
}

#s-911c3991-2ed5-4c27-8ca7-486333e7ce01 {
  margin-left: auto;
margin-right: auto;
}

#s-d93af758-943c-4789-bb8a-861699be23e9 {
  margin-left: auto;
margin-right: auto;
}

#s-32d8a41f-f50b-4b3d-8734-c654bf7df7f6 {
  margin-left: auto;
margin-right: auto;
}

#s-40ca8ed3-aa9f-44a4-a309-8568e2cae126 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-40ca8ed3-aa9f-44a4-a309-8568e2cae126"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-40ca8ed3-aa9f-44a4-a309-8568e2cae126"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-40ca8ed3-aa9f-44a4-a309-8568e2cae126"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-40ca8ed3-aa9f-44a4-a309-8568e2cae126"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-5b8b9dbb-8244-4e71-8844-7a7b23e4ea5e {
  margin-left: auto;
margin-right: auto;
}

#s-fa93e247-6aa9-4e35-971b-d181631fab85 {
  margin-left: auto;
margin-right: auto;
}

#s-f69306b8-7884-436d-b31d-9d3ef4d428d7 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-f69306b8-7884-436d-b31d-9d3ef4d428d7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f69306b8-7884-436d-b31d-9d3ef4d428d7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f69306b8-7884-436d-b31d-9d3ef4d428d7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f69306b8-7884-436d-b31d-9d3ef4d428d7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-943e6e43-d637-426a-ae35-5197c0c56499 {
  margin-left: auto;
margin-right: auto;
}

#s-9d96906a-d6ea-40f4-ac65-8ca4317d586b {
  margin-left: auto;
margin-right: auto;
}

#s-e289110d-a2b7-4a10-9a49-c01e6c648dcc {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e289110d-a2b7-4a10-9a49-c01e6c648dcc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e289110d-a2b7-4a10-9a49-c01e6c648dcc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e289110d-a2b7-4a10-9a49-c01e6c648dcc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e289110d-a2b7-4a10-9a49-c01e6c648dcc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-69083209-385d-4fb2-8fd1-d605b32ad960 {
  margin-left: auto;
margin-right: auto;
}

#s-93396c0a-6e68-493f-8be2-12fab1ea1899 {
  margin-left: auto;
margin-right: auto;
}

#s-5c40a06c-8aa4-4118-8a55-722185c03eb2 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-5c40a06c-8aa4-4118-8a55-722185c03eb2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5c40a06c-8aa4-4118-8a55-722185c03eb2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5c40a06c-8aa4-4118-8a55-722185c03eb2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5c40a06c-8aa4-4118-8a55-722185c03eb2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-3148f489-6f56-43b6-ab20-1a4bd20ca2a5 {
  margin-left: auto;
margin-right: auto;
}

#s-4b3564f8-a349-42bd-b495-e7e442468cb3 {
  margin-left: auto;
margin-right: auto;
}

#s-b5caa787-45e5-4ae0-9514-7f9860b53485 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-b5caa787-45e5-4ae0-9514-7f9860b53485"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b5caa787-45e5-4ae0-9514-7f9860b53485"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b5caa787-45e5-4ae0-9514-7f9860b53485"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b5caa787-45e5-4ae0-9514-7f9860b53485"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-3edb4d62-2a89-4418-b95a-bf2fa15911be {
  margin-left: auto;
margin-right: auto;
}

#s-d15b37a4-3544-434b-9593-0a7340e75488 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-b8fa75af-ded2-45fb-b3e1-cc8344fb4821"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b8fa75af-ded2-45fb-b3e1-cc8344fb4821"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b8fa75af-ded2-45fb-b3e1-cc8344fb4821"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b8fa75af-ded2-45fb-b3e1-cc8344fb4821"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  
  
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-8fac5e28-e9f5-4c6c-8c78-54ccdff8b6d6 {
  border-style: solid;
margin-top: 25px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(244, 164, 10, 1);
border-radius: 2px;
background-color: rgba(113, 201, 57, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(9, 9, 9, 1);
}
#s-8fac5e28-e9f5-4c6c-8c78-54ccdff8b6d6:hover {background-color: rgba(244, 164, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8fac5e28-e9f5-4c6c-8c78-54ccdff8b6d6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8fac5e28-e9f5-4c6c-8c78-54ccdff8b6d6-root {
    text-align: center;
  }


#s-8fac5e28-e9f5-4c6c-8c78-54ccdff8b6d6.shg-btn {
  color: rgba(9, 9, 9, 1);
  font-size: 14px;
  
  
  font-family: Boldonse;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8fac5e28-e9f5-4c6c-8c78-54ccdff8b6d6-root {
    text-align: center;
  }


#s-8fac5e28-e9f5-4c6c-8c78-54ccdff8b6d6.shg-btn {
  color: rgba(9, 9, 9, 1);
  font-size: 14px;
  
  
  font-family: Boldonse;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8fac5e28-e9f5-4c6c-8c78-54ccdff8b6d6-root {
    text-align: center;
  }


#s-8fac5e28-e9f5-4c6c-8c78-54ccdff8b6d6.shg-btn {
  color: rgba(9, 9, 9, 1);
  font-size: 14px;
  
  
  font-family: Boldonse;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8fac5e28-e9f5-4c6c-8c78-54ccdff8b6d6-root {
    text-align: center;
  }


#s-8fac5e28-e9f5-4c6c-8c78-54ccdff8b6d6.shg-btn {
  color: rgba(9, 9, 9, 1);
  font-size: 14px;
  
  
  font-family: Boldonse;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8fac5e28-e9f5-4c6c-8c78-54ccdff8b6d6-root {
    text-align: center;
  }


#s-8fac5e28-e9f5-4c6c-8c78-54ccdff8b6d6.shg-btn {
  color: rgba(9, 9, 9, 1);
  font-size: 14px;
  
  
  font-family: Boldonse;
  display:  inline-block ;
}
}
#s-c5b6e63a-bc73-407f-a1d3-98b9b0c8811b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-c5b6e63a-bc73-407f-a1d3-98b9b0c8811b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c5b6e63a-bc73-407f-a1d3-98b9b0c8811b.shg-box.shg-c {
  justify-content: center;
}

#s-0b0cd27b-ef96-4e04-85aa-39fd0a2a99e2 {
  margin-left: auto;
margin-right: auto;
}

.shg-product-image-wrapper a.shogun-product-image-url {
  display: inline-block;
}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
  max-width: -moz-max-content;
  max-width: max-content;
}

.shg-product-image-wrapper {
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-5fb34d0d-eacb-4d79-9d93-cefe3d862897 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-5fb34d0d-eacb-4d79-9d93-cefe3d862897 {
  max-width:  100%;
}

.shg-c#s-5fb34d0d-eacb-4d79-9d93-cefe3d862897 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5fb34d0d-eacb-4d79-9d93-cefe3d862897 .shg-image-zoom,
.shg-c#s-5fb34d0d-eacb-4d79-9d93-cefe3d862897 img.shogun-image {
  max-width: 200px !important;
  min-height: 200px !important;
}

.shg-c#s-5fb34d0d-eacb-4d79-9d93-cefe3d862897 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5fb34d0d-eacb-4d79-9d93-cefe3d862897 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





@media (min-width: 1200px){
.shg-c#s-5fb34d0d-eacb-4d79-9d93-cefe3d862897 {
  max-width:  100%;
}

.shg-c#s-5fb34d0d-eacb-4d79-9d93-cefe3d862897 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5fb34d0d-eacb-4d79-9d93-cefe3d862897 .shg-image-zoom,
.shg-c#s-5fb34d0d-eacb-4d79-9d93-cefe3d862897 img.shogun-image {
  max-width: 200px !important;
  min-height: 200px !important;
}

.shg-c#s-5fb34d0d-eacb-4d79-9d93-cefe3d862897 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5fb34d0d-eacb-4d79-9d93-cefe3d862897 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5fb34d0d-eacb-4d79-9d93-cefe3d862897 {
  max-width:  100%;
}

.shg-c#s-5fb34d0d-eacb-4d79-9d93-cefe3d862897 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5fb34d0d-eacb-4d79-9d93-cefe3d862897 .shg-image-zoom,
.shg-c#s-5fb34d0d-eacb-4d79-9d93-cefe3d862897 img.shogun-image {
  max-width: 200px !important;
  min-height: 200px !important;
}

.shg-c#s-5fb34d0d-eacb-4d79-9d93-cefe3d862897 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5fb34d0d-eacb-4d79-9d93-cefe3d862897 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5fb34d0d-eacb-4d79-9d93-cefe3d862897 {
  max-width:  100%;
}

.shg-c#s-5fb34d0d-eacb-4d79-9d93-cefe3d862897 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5fb34d0d-eacb-4d79-9d93-cefe3d862897 .shg-image-zoom,
.shg-c#s-5fb34d0d-eacb-4d79-9d93-cefe3d862897 img.shogun-image {
  max-width: 200px !important;
  min-height: 200px !important;
}

.shg-c#s-5fb34d0d-eacb-4d79-9d93-cefe3d862897 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5fb34d0d-eacb-4d79-9d93-cefe3d862897 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}@media (max-width: 767px){
.shg-c#s-5fb34d0d-eacb-4d79-9d93-cefe3d862897 {
  max-width:  100%;
}

.shg-c#s-5fb34d0d-eacb-4d79-9d93-cefe3d862897 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5fb34d0d-eacb-4d79-9d93-cefe3d862897 .shg-image-zoom,
.shg-c#s-5fb34d0d-eacb-4d79-9d93-cefe3d862897 img.shogun-image {
  max-width: 200px !important;
  min-height: 200px !important;
}

.shg-c#s-5fb34d0d-eacb-4d79-9d93-cefe3d862897 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5fb34d0d-eacb-4d79-9d93-cefe3d862897 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}
#s-84dbc785-8d5b-468a-a0a5-17654e4e4884 {
  border-style: solid;
margin-top: 25px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(244, 164, 10, 1);
border-radius: 2px;
background-color: rgba(113, 201, 57, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(7, 7, 7, 1);
}
#s-84dbc785-8d5b-468a-a0a5-17654e4e4884:hover {background-color: rgba(244, 164, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-84dbc785-8d5b-468a-a0a5-17654e4e4884:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-84dbc785-8d5b-468a-a0a5-17654e4e4884-root {
    text-align: center;
  }


#s-84dbc785-8d5b-468a-a0a5-17654e4e4884.shg-btn {
  color: rgba(7, 7, 7, 1);
  font-size: 14px;
  
  
  font-family: Boldonse;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-84dbc785-8d5b-468a-a0a5-17654e4e4884-root {
    text-align: center;
  }


#s-84dbc785-8d5b-468a-a0a5-17654e4e4884.shg-btn {
  color: rgba(7, 7, 7, 1);
  font-size: 14px;
  
  
  font-family: Boldonse;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-84dbc785-8d5b-468a-a0a5-17654e4e4884-root {
    text-align: center;
  }


#s-84dbc785-8d5b-468a-a0a5-17654e4e4884.shg-btn {
  color: rgba(7, 7, 7, 1);
  font-size: 14px;
  
  
  font-family: Boldonse;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-84dbc785-8d5b-468a-a0a5-17654e4e4884-root {
    text-align: center;
  }


#s-84dbc785-8d5b-468a-a0a5-17654e4e4884.shg-btn {
  color: rgba(7, 7, 7, 1);
  font-size: 14px;
  
  
  font-family: Boldonse;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-84dbc785-8d5b-468a-a0a5-17654e4e4884-root {
    text-align: center;
  }


#s-84dbc785-8d5b-468a-a0a5-17654e4e4884.shg-btn {
  color: rgba(7, 7, 7, 1);
  font-size: 14px;
  
  
  font-family: Boldonse;
  display:  inline-block ;
}
}
#s-374d1a68-6569-46bb-aee3-611730e043c3 {
  border-style: solid;
margin-top: 25px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(244, 164, 10, 1);
border-radius: 2px;
background-color: rgba(113, 201, 57, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(7, 7, 7, 1);
}
#s-374d1a68-6569-46bb-aee3-611730e043c3:hover {background-color: rgba(244, 164, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-374d1a68-6569-46bb-aee3-611730e043c3:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzJmZWNjOTItNmM3Zi00OWZiLTgwMmQtZGZkOTcyZThiOTMzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3MmZlY2M5Mi02YzdmLTQ5ZmItODAyZC1kZmQ5NzJlOGI5MzMpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;}

  #s-374d1a68-6569-46bb-aee3-611730e043c3-root {
    text-align: center;
  }


#s-374d1a68-6569-46bb-aee3-611730e043c3.shg-btn {
  color: rgba(7, 7, 7, 1);
  font-size: 14px;
  
  
  font-family: Boldonse;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-374d1a68-6569-46bb-aee3-611730e043c3-root {
    text-align: center;
  }


#s-374d1a68-6569-46bb-aee3-611730e043c3.shg-btn {
  color: rgba(7, 7, 7, 1);
  font-size: 14px;
  
  
  font-family: Boldonse;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-374d1a68-6569-46bb-aee3-611730e043c3-root {
    text-align: center;
  }


#s-374d1a68-6569-46bb-aee3-611730e043c3.shg-btn {
  color: rgba(7, 7, 7, 1);
  font-size: 14px;
  
  
  font-family: Boldonse;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-374d1a68-6569-46bb-aee3-611730e043c3-root {
    text-align: center;
  }


#s-374d1a68-6569-46bb-aee3-611730e043c3.shg-btn {
  color: rgba(7, 7, 7, 1);
  font-size: 14px;
  
  
  font-family: Boldonse;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-374d1a68-6569-46bb-aee3-611730e043c3-root {
    text-align: center;
  }


#s-374d1a68-6569-46bb-aee3-611730e043c3.shg-btn {
  color: rgba(7, 7, 7, 1);
  font-size: 14px;
  
  
  font-family: Boldonse;
  display:  inline-block ;
}
}
#s-547a9133-18d4-43f0-8452-c9695ef723a6 {
  margin-top: 4px;
margin-left: 0%;
margin-bottom: 4px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(5, 5, 5, 1);
border-style: solid;
background-color: rgba(0, 0, 0, 1);
}

@media (min-width: 0px) {
[id="s-b4610d25-25c5-4393-bc6c-a495e2d5fea2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b4610d25-25c5-4393-bc6c-a495e2d5fea2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-b4610d25-25c5-4393-bc6c-a495e2d5fea2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-b4610d25-25c5-4393-bc6c-a495e2d5fea2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-de7d3a52-63f5-4bb4-b2b3-992e1b7d1e93 {
  text-align: left;
}



.shg-c#s-de7d3a52-63f5-4bb4-b2b3-992e1b7d1e93 .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-de7d3a52-63f5-4bb4-b2b3-992e1b7d1e93 .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-de7d3a52-63f5-4bb4-b2b3-992e1b7d1e93 .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-de7d3a52-63f5-4bb4-b2b3-992e1b7d1e93 .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-de7d3a52-63f5-4bb4-b2b3-992e1b7d1e93 .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}
.shg-product-title-component h1 span,
.shg-product-title-component h2 span,
.shg-product-title-component h3 span,
.shg-product-title-component h4 span,
.shg-product-title-component h5 span,
.shg-product-title-component h6 span {
  margin: 0;
  padding: 0;
  display: block;
  
  
  text-transform: none;
  
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-07b580a0-4231-4b3a-a999-583898c948b6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-07b580a0-4231-4b3a-a999-583898c948b6 .shg-product-title-component h1 span {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  
}

#s-dd82b133-abf1-40ae-9834-fba9c84f988b {
  text-align: left;
}



.shg-c#s-dd82b133-abf1-40ae-9834-fba9c84f988b .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-dd82b133-abf1-40ae-9834-fba9c84f988b .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-dd82b133-abf1-40ae-9834-fba9c84f988b .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-dd82b133-abf1-40ae-9834-fba9c84f988b .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-dd82b133-abf1-40ae-9834-fba9c84f988b .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}
#s-fc4791f8-0965-49ff-8fb2-7a6af93d9b1c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fc4791f8-0965-49ff-8fb2-7a6af93d9b1c .shg-product-title-component h1 span {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  
}

#s-a201b353-ef8d-4d7f-ad40-8903b299992e {
  text-align: left;
}



.shg-c#s-a201b353-ef8d-4d7f-ad40-8903b299992e .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-a201b353-ef8d-4d7f-ad40-8903b299992e .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-a201b353-ef8d-4d7f-ad40-8903b299992e .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-a201b353-ef8d-4d7f-ad40-8903b299992e .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-a201b353-ef8d-4d7f-ad40-8903b299992e .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}
#s-dfb803b1-f935-4182-9ff5-59d5165ecebd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dfb803b1-f935-4182-9ff5-59d5165ecebd .shg-product-title-component h1 span {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  
}

#s-105e7808-b3ee-4117-bf85-73e317f75de2 {
  text-align: left;
}



.shg-c#s-105e7808-b3ee-4117-bf85-73e317f75de2 .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-105e7808-b3ee-4117-bf85-73e317f75de2 .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-105e7808-b3ee-4117-bf85-73e317f75de2 .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-105e7808-b3ee-4117-bf85-73e317f75de2 .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-105e7808-b3ee-4117-bf85-73e317f75de2 .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}
#s-3f17e1da-4659-45ba-ad8c-18790969f8bb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3f17e1da-4659-45ba-ad8c-18790969f8bb .shg-product-title-component h1 span {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  
}

@media (min-width: 0px) {
[id="s-c6b9f59d-ab13-4e27-b834-398366ffd4b0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c6b9f59d-ab13-4e27-b834-398366ffd4b0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-c6b9f59d-ab13-4e27-b834-398366ffd4b0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-c6b9f59d-ab13-4e27-b834-398366ffd4b0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-4736d3b8-e71d-458f-a653-7aae1769f181 {
  text-align: left;
}



.shg-c#s-4736d3b8-e71d-458f-a653-7aae1769f181 .shg-image-zoom {
  width:  2700; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-4736d3b8-e71d-458f-a653-7aae1769f181 .shg-image-zoom {
  width:  2700; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-4736d3b8-e71d-458f-a653-7aae1769f181 .shg-image-zoom {
  width:  2700; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-4736d3b8-e71d-458f-a653-7aae1769f181 .shg-image-zoom {
  width:  2700; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-4736d3b8-e71d-458f-a653-7aae1769f181 .shg-image-zoom {
  width:  2700; 
  height:  100%; 
}





}
#s-043e88f9-70d6-4163-98fd-b15e4f46c4cd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-043e88f9-70d6-4163-98fd-b15e4f46c4cd .shg-product-title-component h1 span {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  
}

#s-b11ccff7-3af2-45d4-84c1-f30871a04f75 {
  text-align: left;
}



.shg-c#s-b11ccff7-3af2-45d4-84c1-f30871a04f75 .shg-image-zoom {
  width:  2284; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-b11ccff7-3af2-45d4-84c1-f30871a04f75 .shg-image-zoom {
  width:  2284; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-b11ccff7-3af2-45d4-84c1-f30871a04f75 .shg-image-zoom {
  width:  2284; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-b11ccff7-3af2-45d4-84c1-f30871a04f75 .shg-image-zoom {
  width:  2284; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-b11ccff7-3af2-45d4-84c1-f30871a04f75 .shg-image-zoom {
  width:  2284; 
  height:  100%; 
}





}
#s-b4007a25-9a61-4c00-b300-2ea6474d2273 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b4007a25-9a61-4c00-b300-2ea6474d2273 .shg-product-title-component h1 span {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  
}

#s-8a012bf9-f17a-43a1-9580-c9b1e400a6e1 {
  text-align: left;
}



.shg-c#s-8a012bf9-f17a-43a1-9580-c9b1e400a6e1 .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-8a012bf9-f17a-43a1-9580-c9b1e400a6e1 .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-8a012bf9-f17a-43a1-9580-c9b1e400a6e1 .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-8a012bf9-f17a-43a1-9580-c9b1e400a6e1 .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-8a012bf9-f17a-43a1-9580-c9b1e400a6e1 .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





}
#s-2ef8f277-6dc4-4a3e-b32a-45320a62acf5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2ef8f277-6dc4-4a3e-b32a-45320a62acf5 .shg-product-title-component h1 span {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  
}

#s-ca176a81-02ab-4f88-9c6a-c1ed98bd7b25 {
  text-align: left;
}



.shg-c#s-ca176a81-02ab-4f88-9c6a-c1ed98bd7b25 .shg-image-zoom {
  width:  4616; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-ca176a81-02ab-4f88-9c6a-c1ed98bd7b25 .shg-image-zoom {
  width:  4616; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-ca176a81-02ab-4f88-9c6a-c1ed98bd7b25 .shg-image-zoom {
  width:  4616; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-ca176a81-02ab-4f88-9c6a-c1ed98bd7b25 .shg-image-zoom {
  width:  4616; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-ca176a81-02ab-4f88-9c6a-c1ed98bd7b25 .shg-image-zoom {
  width:  4616; 
  height:  100%; 
}





}
#s-13ce0949-5d2b-4018-8f57-9e0660a2a744 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-13ce0949-5d2b-4018-8f57-9e0660a2a744 .shg-product-title-component h1 span {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  
}

#s-9492a345-8685-4caa-8400-bc35a4940285 {
  margin-top: 4px;
margin-left: 0%;
margin-bottom: 4px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(5, 5, 5, 1);
border-style: solid;
background-color: rgba(0, 0, 0, 1);
}

#s-1f1b4370-998c-41bf-920c-c7363c4bcc3b {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: dotted;
}

#s-a6deaf2c-0f57-4fb2-9b4c-46d328452277 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-a6deaf2c-0f57-4fb2-9b4c-46d328452277"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a6deaf2c-0f57-4fb2-9b4c-46d328452277"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-a6deaf2c-0f57-4fb2-9b4c-46d328452277"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-a6deaf2c-0f57-4fb2-9b4c-46d328452277"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-51fe2259-87b3-479c-81bf-0b49b07aa9a3 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-e13aea3f-77eb-4d04-916e-41593b19f27e {
  text-align: left;
}



.shg-c#s-e13aea3f-77eb-4d04-916e-41593b19f27e .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-e13aea3f-77eb-4d04-916e-41593b19f27e .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-e13aea3f-77eb-4d04-916e-41593b19f27e .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-e13aea3f-77eb-4d04-916e-41593b19f27e .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-e13aea3f-77eb-4d04-916e-41593b19f27e .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}
#s-9bff5716-5076-4eb5-885e-8c4e31634cbd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9bff5716-5076-4eb5-885e-8c4e31634cbd .shg-product-title-component h1 span {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  
}

#s-4f98d521-bc5d-41e7-aa9c-a0b2bb124239 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-fb5a5502-39fc-4bea-afc2-82ea654c6fbd {
  text-align: left;
}



.shg-c#s-fb5a5502-39fc-4bea-afc2-82ea654c6fbd .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-fb5a5502-39fc-4bea-afc2-82ea654c6fbd .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-fb5a5502-39fc-4bea-afc2-82ea654c6fbd .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-fb5a5502-39fc-4bea-afc2-82ea654c6fbd .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-fb5a5502-39fc-4bea-afc2-82ea654c6fbd .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}
#s-022d5850-18b0-4890-be0b-7eeb8833b20e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-022d5850-18b0-4890-be0b-7eeb8833b20e .shg-product-title-component h1 span {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  
}

#s-83f70512-5db5-42a6-94a7-0059d36f2ab4 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-ee86e95a-ad11-4009-b388-8e139bf02f1a {
  text-align: left;
}



.shg-c#s-ee86e95a-ad11-4009-b388-8e139bf02f1a .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-ee86e95a-ad11-4009-b388-8e139bf02f1a .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-ee86e95a-ad11-4009-b388-8e139bf02f1a .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-ee86e95a-ad11-4009-b388-8e139bf02f1a .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-ee86e95a-ad11-4009-b388-8e139bf02f1a .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}
#s-bca849c4-43db-49f4-8e4a-ee61b0ef2a2b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bca849c4-43db-49f4-8e4a-ee61b0ef2a2b .shg-product-title-component h1 span {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  
}

#s-55733d5d-bf06-4c71-bab2-1d47b5c9a5d3 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-001634d5-9846-433c-bd08-d07ce80ecb4c {
  text-align: left;
}



.shg-c#s-001634d5-9846-433c-bd08-d07ce80ecb4c .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-001634d5-9846-433c-bd08-d07ce80ecb4c .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-001634d5-9846-433c-bd08-d07ce80ecb4c .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-001634d5-9846-433c-bd08-d07ce80ecb4c .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-001634d5-9846-433c-bd08-d07ce80ecb4c .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}
#s-87eb7395-3f00-4f3c-b2d1-21aa8ddd8a66 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-87eb7395-3f00-4f3c-b2d1-21aa8ddd8a66 .shg-product-title-component h1 span {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  
}

#s-416cde86-c2b8-4267-bcb7-98a304a92d05 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-416cde86-c2b8-4267-bcb7-98a304a92d05"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-416cde86-c2b8-4267-bcb7-98a304a92d05"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-416cde86-c2b8-4267-bcb7-98a304a92d05"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-416cde86-c2b8-4267-bcb7-98a304a92d05"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-11f9de8c-425b-4557-926c-f1019c8bf30f {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-ea4808fb-fbc4-44a6-bfaa-8bd6c9355afe {
  margin-top: 10px;
margin-bottom: 10px;
text-align: left;
}



.shg-c#s-ea4808fb-fbc4-44a6-bfaa-8bd6c9355afe .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-ea4808fb-fbc4-44a6-bfaa-8bd6c9355afe .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-ea4808fb-fbc4-44a6-bfaa-8bd6c9355afe .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-ea4808fb-fbc4-44a6-bfaa-8bd6c9355afe .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-ea4808fb-fbc4-44a6-bfaa-8bd6c9355afe .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}
#s-9642ceda-e035-4840-b1a8-b918ed84fee4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9642ceda-e035-4840-b1a8-b918ed84fee4 .shg-product-title-component h1 span {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  
}

#s-fe448d06-a305-441d-ba4a-6f5883a637d5 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-6f06c917-a4ad-46af-9d54-58f155460a3b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}



.shg-c#s-6f06c917-a4ad-46af-9d54-58f155460a3b .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-6f06c917-a4ad-46af-9d54-58f155460a3b .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-6f06c917-a4ad-46af-9d54-58f155460a3b .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-6f06c917-a4ad-46af-9d54-58f155460a3b .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-6f06c917-a4ad-46af-9d54-58f155460a3b .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}
#s-417c2321-357e-40c3-a8a4-67961a0ed986 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-417c2321-357e-40c3-a8a4-67961a0ed986 .shg-product-title-component h1 span {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  
}

#s-b7ba7485-97ba-4b4d-ba6c-bdec3bcacdff {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-f11a2bfc-7f2d-4cbe-b6db-95591138cec4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}



.shg-c#s-f11a2bfc-7f2d-4cbe-b6db-95591138cec4 .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-f11a2bfc-7f2d-4cbe-b6db-95591138cec4 .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-f11a2bfc-7f2d-4cbe-b6db-95591138cec4 .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-f11a2bfc-7f2d-4cbe-b6db-95591138cec4 .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-f11a2bfc-7f2d-4cbe-b6db-95591138cec4 .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}
#s-eeda8b62-1c96-4b79-97cb-aab4dd954f7d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eeda8b62-1c96-4b79-97cb-aab4dd954f7d .shg-product-title-component h1 span {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  
}

#s-1dfbda23-2654-4de6-b52c-876a7258d57e {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-f492870b-ce30-4354-b59c-42fa32f4ba77 {
  text-align: left;
}



.shg-c#s-f492870b-ce30-4354-b59c-42fa32f4ba77 .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-f492870b-ce30-4354-b59c-42fa32f4ba77 .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-f492870b-ce30-4354-b59c-42fa32f4ba77 .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-f492870b-ce30-4354-b59c-42fa32f4ba77 .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-f492870b-ce30-4354-b59c-42fa32f4ba77 .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}
#s-b3ba84e0-728e-4329-acfb-0a432d2a1916 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b3ba84e0-728e-4329-acfb-0a432d2a1916 .shg-product-title-component h1 span {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  
}

#s-bbc93d44-5549-40da-9126-8a112a5ee99d {
  margin-top: 10px;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

@media (min-width: 0px) {
[id="s-bbc93d44-5549-40da-9126-8a112a5ee99d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-bbc93d44-5549-40da-9126-8a112a5ee99d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-bbc93d44-5549-40da-9126-8a112a5ee99d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-bbc93d44-5549-40da-9126-8a112a5ee99d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-63a8f7d1-989d-44b9-a29e-ef9ad47aae7f {
  text-align: left;
}



.shg-c#s-63a8f7d1-989d-44b9-a29e-ef9ad47aae7f .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-63a8f7d1-989d-44b9-a29e-ef9ad47aae7f .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-63a8f7d1-989d-44b9-a29e-ef9ad47aae7f .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-63a8f7d1-989d-44b9-a29e-ef9ad47aae7f .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-63a8f7d1-989d-44b9-a29e-ef9ad47aae7f .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}
#s-afa0babe-6d0e-4522-8e47-5df0b867f604 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-afa0babe-6d0e-4522-8e47-5df0b867f604 .shg-product-title-component h1 span {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  
}

#s-ef7ceb10-0926-4f9d-acdb-66a823290e6e {
  text-align: left;
}



.shg-c#s-ef7ceb10-0926-4f9d-acdb-66a823290e6e .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-ef7ceb10-0926-4f9d-acdb-66a823290e6e .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-ef7ceb10-0926-4f9d-acdb-66a823290e6e .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-ef7ceb10-0926-4f9d-acdb-66a823290e6e .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-ef7ceb10-0926-4f9d-acdb-66a823290e6e .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}
#s-e18abb71-2aea-4f5b-a288-8e9cdd3d1f04 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e18abb71-2aea-4f5b-a288-8e9cdd3d1f04 .shg-product-title-component h1 span {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  
}

#s-98bf19c7-cec0-4a74-a847-31602a077361 {
  text-align: left;
}



.shg-c#s-98bf19c7-cec0-4a74-a847-31602a077361 .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-98bf19c7-cec0-4a74-a847-31602a077361 .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-98bf19c7-cec0-4a74-a847-31602a077361 .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-98bf19c7-cec0-4a74-a847-31602a077361 .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-98bf19c7-cec0-4a74-a847-31602a077361 .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}
#s-ae3e20bf-068f-49ff-ac7b-505d0460b771 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ae3e20bf-068f-49ff-ac7b-505d0460b771 .shg-product-title-component h1 span {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  
}

#s-b8f0ac57-ce00-41ff-a5cb-dc91e4c2d08c {
  text-align: left;
}



.shg-c#s-b8f0ac57-ce00-41ff-a5cb-dc91e4c2d08c .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-b8f0ac57-ce00-41ff-a5cb-dc91e4c2d08c .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-b8f0ac57-ce00-41ff-a5cb-dc91e4c2d08c .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-b8f0ac57-ce00-41ff-a5cb-dc91e4c2d08c .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-b8f0ac57-ce00-41ff-a5cb-dc91e4c2d08c .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}
#s-1a165f61-6151-419d-91a8-dd7c4072db49 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1a165f61-6151-419d-91a8-dd7c4072db49 .shg-product-title-component h1 span {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  
}

@media (min-width: 0px) {
[id="s-45b81a46-4b4c-48be-aac7-8f4a4804f2b5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-45b81a46-4b4c-48be-aac7-8f4a4804f2b5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-45b81a46-4b4c-48be-aac7-8f4a4804f2b5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-45b81a46-4b4c-48be-aac7-8f4a4804f2b5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-e2ac3577-8967-4440-a505-c61eda34de05 {
  text-align: left;
}



.shg-c#s-e2ac3577-8967-4440-a505-c61eda34de05 .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-e2ac3577-8967-4440-a505-c61eda34de05 .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-e2ac3577-8967-4440-a505-c61eda34de05 .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-e2ac3577-8967-4440-a505-c61eda34de05 .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-e2ac3577-8967-4440-a505-c61eda34de05 .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}
#s-e4fef029-51da-42db-9f8b-76140428ba47 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e4fef029-51da-42db-9f8b-76140428ba47 .shg-product-title-component h1 span {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  
}

#s-1ed1ec04-d2f1-4a3b-a7bf-f95936f7180c {
  text-align: left;
}



.shg-c#s-1ed1ec04-d2f1-4a3b-a7bf-f95936f7180c .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-1ed1ec04-d2f1-4a3b-a7bf-f95936f7180c .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-1ed1ec04-d2f1-4a3b-a7bf-f95936f7180c .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-1ed1ec04-d2f1-4a3b-a7bf-f95936f7180c .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-1ed1ec04-d2f1-4a3b-a7bf-f95936f7180c .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}
#s-2aed6ce1-0c3b-4610-a91f-1b29b4e97413 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2aed6ce1-0c3b-4610-a91f-1b29b4e97413 .shg-product-title-component h1 span {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  
}

#s-460425ac-1866-4e04-8158-1bf5b67190fc {
  text-align: left;
}



.shg-c#s-460425ac-1866-4e04-8158-1bf5b67190fc .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-460425ac-1866-4e04-8158-1bf5b67190fc .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-460425ac-1866-4e04-8158-1bf5b67190fc .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-460425ac-1866-4e04-8158-1bf5b67190fc .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-460425ac-1866-4e04-8158-1bf5b67190fc .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}
#s-7caf3631-1d4f-4533-9f31-37ef1c92fb69 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7caf3631-1d4f-4533-9f31-37ef1c92fb69 .shg-product-title-component h1 span {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  
}

#s-781ece5b-81c0-46ba-b725-a3e2530fd29b {
  text-align: left;
}



.shg-c#s-781ece5b-81c0-46ba-b725-a3e2530fd29b .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-781ece5b-81c0-46ba-b725-a3e2530fd29b .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-781ece5b-81c0-46ba-b725-a3e2530fd29b .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-781ece5b-81c0-46ba-b725-a3e2530fd29b .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-781ece5b-81c0-46ba-b725-a3e2530fd29b .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}
#s-232bf7bc-0df6-4439-94af-94fa3bc070da {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-232bf7bc-0df6-4439-94af-94fa3bc070da .shg-product-title-component h1 span {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  
}

@media (min-width: 0px) {
[id="s-b9d87e59-c369-4807-9847-d94493693585"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b9d87e59-c369-4807-9847-d94493693585"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-b9d87e59-c369-4807-9847-d94493693585"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-b9d87e59-c369-4807-9847-d94493693585"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-babdf952-fc71-4790-9767-006e071dae84 {
  text-align: left;
}



.shg-c#s-babdf952-fc71-4790-9767-006e071dae84 .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-babdf952-fc71-4790-9767-006e071dae84 .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-babdf952-fc71-4790-9767-006e071dae84 .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-babdf952-fc71-4790-9767-006e071dae84 .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-babdf952-fc71-4790-9767-006e071dae84 .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}
#s-95ba9989-e217-4108-9acc-0000e4afa464 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-95ba9989-e217-4108-9acc-0000e4afa464 .shg-product-title-component h1 span {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  
}

#s-a73ecd13-f632-4281-9f91-62741b2ab02c {
  text-align: left;
}



.shg-c#s-a73ecd13-f632-4281-9f91-62741b2ab02c .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-a73ecd13-f632-4281-9f91-62741b2ab02c .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-a73ecd13-f632-4281-9f91-62741b2ab02c .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-a73ecd13-f632-4281-9f91-62741b2ab02c .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-a73ecd13-f632-4281-9f91-62741b2ab02c .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}
#s-bfae4cd6-1e68-4f79-9696-f972ae644a3a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bfae4cd6-1e68-4f79-9696-f972ae644a3a .shg-product-title-component h1 span {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  
}

#s-d8ca0589-011a-488d-a35f-4aff4f25887c {
  text-align: left;
}



.shg-c#s-d8ca0589-011a-488d-a35f-4aff4f25887c .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-d8ca0589-011a-488d-a35f-4aff4f25887c .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-d8ca0589-011a-488d-a35f-4aff4f25887c .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-d8ca0589-011a-488d-a35f-4aff4f25887c .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-d8ca0589-011a-488d-a35f-4aff4f25887c .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}
#s-6e0247ae-d7fc-4242-b056-673624abb4b1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6e0247ae-d7fc-4242-b056-673624abb4b1 .shg-product-title-component h1 span {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  
}

#s-3aa895c0-3fdf-4e12-8d39-3a560b52710b {
  text-align: left;
}



.shg-c#s-3aa895c0-3fdf-4e12-8d39-3a560b52710b .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-3aa895c0-3fdf-4e12-8d39-3a560b52710b .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-3aa895c0-3fdf-4e12-8d39-3a560b52710b .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-3aa895c0-3fdf-4e12-8d39-3a560b52710b .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-3aa895c0-3fdf-4e12-8d39-3a560b52710b .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}
#s-f6225f24-20e2-454c-9d99-74f6bb91b7cf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f6225f24-20e2-454c-9d99-74f6bb91b7cf .shg-product-title-component h1 span {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  
}

@media (min-width: 0px) {
[id="s-4202ebf2-d0a1-4f58-80bd-6b3b13ef0024"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4202ebf2-d0a1-4f58-80bd-6b3b13ef0024"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-4202ebf2-d0a1-4f58-80bd-6b3b13ef0024"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-4202ebf2-d0a1-4f58-80bd-6b3b13ef0024"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-c5ddf3da-49bc-49a9-b1ff-b11f1f81dedb {
  text-align: left;
}



.shg-c#s-c5ddf3da-49bc-49a9-b1ff-b11f1f81dedb .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-c5ddf3da-49bc-49a9-b1ff-b11f1f81dedb .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-c5ddf3da-49bc-49a9-b1ff-b11f1f81dedb .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-c5ddf3da-49bc-49a9-b1ff-b11f1f81dedb .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-c5ddf3da-49bc-49a9-b1ff-b11f1f81dedb .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}
#s-fd856c68-14bc-4f9c-84d3-99b5dfb4762b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fd856c68-14bc-4f9c-84d3-99b5dfb4762b .shg-product-title-component h1 span {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  
}

#s-b68be309-cd1b-47f4-acd7-b2089f34bef8 {
  text-align: left;
}



.shg-c#s-b68be309-cd1b-47f4-acd7-b2089f34bef8 .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-b68be309-cd1b-47f4-acd7-b2089f34bef8 .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-b68be309-cd1b-47f4-acd7-b2089f34bef8 .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-b68be309-cd1b-47f4-acd7-b2089f34bef8 .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-b68be309-cd1b-47f4-acd7-b2089f34bef8 .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}
#s-8b4a7197-0668-4f67-b86b-265101c7fc46 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8b4a7197-0668-4f67-b86b-265101c7fc46 .shg-product-title-component h1 span {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  
}

#s-485fa94c-ceb0-4e0a-900e-cf1dad92be3e {
  text-align: left;
}



.shg-c#s-485fa94c-ceb0-4e0a-900e-cf1dad92be3e .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-485fa94c-ceb0-4e0a-900e-cf1dad92be3e .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-485fa94c-ceb0-4e0a-900e-cf1dad92be3e .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-485fa94c-ceb0-4e0a-900e-cf1dad92be3e .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-485fa94c-ceb0-4e0a-900e-cf1dad92be3e .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}
#s-2a374d87-a7d9-469d-b6cc-402786265b07 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2a374d87-a7d9-469d-b6cc-402786265b07 .shg-product-title-component h1 span {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  
}

#s-31deee1d-c19e-414a-8447-93646ec4566f {
  text-align: left;
}



.shg-c#s-31deee1d-c19e-414a-8447-93646ec4566f .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-31deee1d-c19e-414a-8447-93646ec4566f .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-31deee1d-c19e-414a-8447-93646ec4566f .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-31deee1d-c19e-414a-8447-93646ec4566f .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-31deee1d-c19e-414a-8447-93646ec4566f .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}
#s-2a0eb418-313c-4d3a-89b7-66983627c96b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2a0eb418-313c-4d3a-89b7-66983627c96b .shg-product-title-component h1 span {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  
}

@media (min-width: 0px) {
[id="s-0edabaac-642e-4625-8023-5b2fd8e78062"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0edabaac-642e-4625-8023-5b2fd8e78062"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-0edabaac-642e-4625-8023-5b2fd8e78062"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-0edabaac-642e-4625-8023-5b2fd8e78062"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-54fa230a-ad7a-444a-bd22-03da7008e09d {
  text-align: left;
}



.shg-c#s-54fa230a-ad7a-444a-bd22-03da7008e09d .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-54fa230a-ad7a-444a-bd22-03da7008e09d .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-54fa230a-ad7a-444a-bd22-03da7008e09d .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-54fa230a-ad7a-444a-bd22-03da7008e09d .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-54fa230a-ad7a-444a-bd22-03da7008e09d .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}
#s-9005e22e-698e-43f4-8ef7-94971b272f87 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9005e22e-698e-43f4-8ef7-94971b272f87 .shg-product-title-component h1 span {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  
}

#s-29a3c8f4-2469-4891-837f-f779579ef81f {
  text-align: left;
}



.shg-c#s-29a3c8f4-2469-4891-837f-f779579ef81f .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-29a3c8f4-2469-4891-837f-f779579ef81f .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-29a3c8f4-2469-4891-837f-f779579ef81f .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-29a3c8f4-2469-4891-837f-f779579ef81f .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-29a3c8f4-2469-4891-837f-f779579ef81f .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}
#s-a3d78f0d-4040-4e4d-af7c-5c0cb979ec99 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a3d78f0d-4040-4e4d-af7c-5c0cb979ec99 .shg-product-title-component h1 span {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  
}

#s-7505665a-0eee-4498-ac3b-a95478937485 {
  text-align: left;
}



.shg-c#s-7505665a-0eee-4498-ac3b-a95478937485 .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-7505665a-0eee-4498-ac3b-a95478937485 .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-7505665a-0eee-4498-ac3b-a95478937485 .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-7505665a-0eee-4498-ac3b-a95478937485 .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-7505665a-0eee-4498-ac3b-a95478937485 .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}
#s-d6f5ad90-8b3e-4988-ac51-1f917c4a265a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d6f5ad90-8b3e-4988-ac51-1f917c4a265a .shg-product-title-component h1 span {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  
}

#s-af58b958-3d5c-43c1-b077-d110593b72ec {
  text-align: left;
}



.shg-c#s-af58b958-3d5c-43c1-b077-d110593b72ec .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-af58b958-3d5c-43c1-b077-d110593b72ec .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-af58b958-3d5c-43c1-b077-d110593b72ec .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-af58b958-3d5c-43c1-b077-d110593b72ec .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-af58b958-3d5c-43c1-b077-d110593b72ec .shg-image-zoom {
  width:  951; 
  height:  100%; 
}





}
#s-216905b4-02e4-47fa-ab77-048640c27b7f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-216905b4-02e4-47fa-ab77-048640c27b7f .shg-product-title-component h1 span {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  
}

#s-b34cb622-f345-4e06-9906-c2c7997b738b {
  min-height: 50px;
}








#s-b34cb622-f345-4e06-9906-c2c7997b738b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b34cb622-f345-4e06-9906-c2c7997b738b.shg-box.shg-c {
  justify-content: center;
}

#s-ecf6d211-49e1-4fbd-bdf4-d36afe75d72d {
  margin-top: 25px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(113, 201, 57, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ecf6d211-49e1-4fbd-bdf4-d36afe75d72d:hover {background-color: rgba(7, 7, 7, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ecf6d211-49e1-4fbd-bdf4-d36afe75d72d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ecf6d211-49e1-4fbd-bdf4-d36afe75d72d-root {
    text-align: center;
  }


#s-ecf6d211-49e1-4fbd-bdf4-d36afe75d72d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ecf6d211-49e1-4fbd-bdf4-d36afe75d72d-root {
    text-align: center;
  }


#s-ecf6d211-49e1-4fbd-bdf4-d36afe75d72d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ecf6d211-49e1-4fbd-bdf4-d36afe75d72d-root {
    text-align: center;
  }


#s-ecf6d211-49e1-4fbd-bdf4-d36afe75d72d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ecf6d211-49e1-4fbd-bdf4-d36afe75d72d-root {
    text-align: center;
  }


#s-ecf6d211-49e1-4fbd-bdf4-d36afe75d72d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ecf6d211-49e1-4fbd-bdf4-d36afe75d72d-root {
    text-align: center;
  }


#s-ecf6d211-49e1-4fbd-bdf4-d36afe75d72d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-e031712d-e7be-4deb-94db-843acb61f209 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 4px;
margin-bottom: 4px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
min-height: 50px;
background-position: center center;
}








#s-e031712d-e7be-4deb-94db-843acb61f209 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.6;
  display: block;
}#s-e031712d-e7be-4deb-94db-843acb61f209.shg-box.shg-c {
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  
  
  text-transform: none;
  
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-25ca9da7-42bc-4f12-8e1a-6b66cbfac5f8 {
  margin-bottom: 10px;
text-align: center;
}

#s-25ca9da7-42bc-4f12-8e1a-6b66cbfac5f8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 767px){#s-25ca9da7-42bc-4f12-8e1a-6b66cbfac5f8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


}
#s-2ea5359f-54e6-4c8c-8cc7-a8a9b19a84f3 {
  padding-top: 20px;
padding-left: 6%;
padding-bottom: 20px;
padding-right: 6%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
opacity: 1;
}

#s-2ea5359f-54e6-4c8c-8cc7-a8a9b19a84f3 .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  normal;
  color: #000;
  
  
  
  
  
  
  
  
  
  
}

#s-2ea5359f-54e6-4c8c-8cc7-a8a9b19a84f3 .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  
  
  color: rgba(34, 188, 34, 1);
  font-family: Work Sans;
  font-weight: 500;
  
  
  justify-content: center;
}

#s-2ea5359f-54e6-4c8c-8cc7-a8a9b19a84f3 .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: rgba(34, 188, 34, 1);
}

#s-2ea5359f-54e6-4c8c-8cc7-a8a9b19a84f3 .shogun-form-error-msg-container, #s-2ea5359f-54e6-4c8c-8cc7-a8a9b19a84f3 .shogun-form-field-error-msg-container {
  display: none;
}

#s-2ea5359f-54e6-4c8c-8cc7-a8a9b19a84f3 .shogun-form-error-msg {
  
  
  color: rgba(224, 0, 0, 1);
  font-family: Spartan;
  font-weight: 500;
  
  
  
}

#s-2ea5359f-54e6-4c8c-8cc7-a8a9b19a84f3 .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: rgba(224, 0, 0, 1);
}

.shogun-form-text-input-field {
  width: 100%;
}

.shogun-form-text-input-field:focus {
  outline: none;
}

textarea.shogun-form-text-input-field {
  resize: none;
  overflow: hidden;
  min-height: 70px !important;
}

#s-cb37b5ff-8d27-4743-9cc9-46766fde6275 {
  margin-bottom: 10px;
}

#s-cb37b5ff-8d27-4743-9cc9-46766fde6275  .shogun-form-text-input-field {
  border-width: 0px;
  border-color: #000;
  
  background-color: rgba(245, 245, 245, 1);
  
  font-size: 16px;
  
  color: #000;
  font-family: Work Sans;
  font-weight: 500;
  line-height: 2em;
  
}

#s-cb37b5ff-8d27-4743-9cc9-46766fde6275  .shogun-form-text-input-field::-moz-placeholder {
  font-size: 16px;
  
  color: rgba(34, 34, 34, 1);
  font-family: Work Sans;
  font-weight: 500;
  
  
}

#s-cb37b5ff-8d27-4743-9cc9-46766fde6275  .shogun-form-text-input-field::placeholder {
  font-size: 16px;
  
  color: rgba(34, 34, 34, 1);
  font-family: Work Sans;
  font-weight: 500;
  
  
}


#s-cb37b5ff-8d27-4743-9cc9-46766fde6275 .shogun-form-text-input-field:hover {
  border-width: 0px;
  border-color: #000;
  
  background-color: rgba(241, 241, 241, 1);
  color: #000;
}



#s-cb37b5ff-8d27-4743-9cc9-46766fde6275 .shogun-form-text-input-field:focus {
  border-width: 0px;
  border-color: #000;
  
  
  color: #000;
}


#s-e75d2860-f534-42d1-8a0a-7eb9db7253a3 {
  margin-bottom: 10px;
}

#s-e75d2860-f534-42d1-8a0a-7eb9db7253a3  .shogun-form-text-input-field {
  border-width: 0px;
  border-color: #000;
  
  background-color: rgba(245, 245, 245, 1);
  
  font-size: 16px;
  
  color: #000;
  font-family: Work Sans;
  font-weight: 500;
  line-height: 2em;
  
}

#s-e75d2860-f534-42d1-8a0a-7eb9db7253a3  .shogun-form-text-input-field::-moz-placeholder {
  font-size: 16px;
  
  color: rgba(34, 34, 34, 1);
  font-family: Work Sans;
  font-weight: 500;
  
  
}

#s-e75d2860-f534-42d1-8a0a-7eb9db7253a3  .shogun-form-text-input-field::placeholder {
  font-size: 16px;
  
  color: rgba(34, 34, 34, 1);
  font-family: Work Sans;
  font-weight: 500;
  
  
}


#s-e75d2860-f534-42d1-8a0a-7eb9db7253a3 .shogun-form-text-input-field:hover {
  border-width: 0px;
  border-color: #000;
  
  background-color: rgba(241, 241, 241, 1);
  color: #000;
}



#s-e75d2860-f534-42d1-8a0a-7eb9db7253a3 .shogun-form-text-input-field:focus {
  border-width: 0px;
  border-color: #000;
  
  
  color: #000;
}


#s-f0c93e8c-5051-4a86-b6ad-1f9af4698307 {
  margin-bottom: 5px;
}

#s-f0c93e8c-5051-4a86-b6ad-1f9af4698307  .shogun-form-text-input-field {
  border-width: 0px;
  border-color: #000;
  
  background-color: rgba(245, 245, 245, 1);
  
  font-size: 16px;
  
  color: #000;
  font-family: Work Sans;
  font-weight: 500;
  line-height: 2em;
  
}

#s-f0c93e8c-5051-4a86-b6ad-1f9af4698307  .shogun-form-text-input-field::-moz-placeholder {
  font-size: 16px;
  
  color: rgba(34, 34, 34, 1);
  font-family: Work Sans;
  font-weight: 500;
  line-height: 2em;
  
}

#s-f0c93e8c-5051-4a86-b6ad-1f9af4698307  .shogun-form-text-input-field::placeholder {
  font-size: 16px;
  
  color: rgba(34, 34, 34, 1);
  font-family: Work Sans;
  font-weight: 500;
  line-height: 2em;
  
}


#s-f0c93e8c-5051-4a86-b6ad-1f9af4698307 .shogun-form-text-input-field:hover {
  border-width: 0px;
  border-color: #000;
  
  background-color: rgba(241, 241, 241, 1);
  color: #000;
}



#s-f0c93e8c-5051-4a86-b6ad-1f9af4698307 .shogun-form-text-input-field:focus {
  border-width: 0px;
  border-color: #000;
  
  
  color: #000;
}


.shogun-form-box-submit {
  border: 0;
  font-size: 1em;
  line-height: 1.8;
}

.shogun-form-box-submit:focus {
  outline: none;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-4c903377-9e4e-4e78-a992-d5d396479218 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 15px;
padding-left: 45px;
padding-bottom: 15px;
padding-right: 45px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 2px;
color: rgba(0, 0, 0, 1);
background-color: rgba(113, 201, 57, 1);
text-align: center;
cursor: pointer;
font-family: Work Sans;
font-weight: 800;
background-image: none;
hover-type: color;
}
#s-4c903377-9e4e-4e78-a992-d5d396479218:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(34, 34, 34, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4c903377-9e4e-4e78-a992-d5d396479218:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(68, 68, 68, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}
#s-4c903377-9e4e-4e78-a992-d5d396479218[disabled],
#s-4c903377-9e4e-4e78-a992-d5d396479218[disabled]:hover,
#s-4c903377-9e4e-4e78-a992-d5d396479218[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-4c903377-9e4e-4e78-a992-d5d396479218 {
  display:  block ;
  width:  100% ;
}


/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}