.shg-box {
  position: relative;
}

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

.shg-box-vertical-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.shg-box-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-a87a82f8-a6ec-4a32-8f7a-98c63f9ead4b { min-height: 50px; }
#s-a87a82f8-a6ec-4a32-8f7a-98c63f9ead4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-19569bf8-453a-4b35-a3aa-b94baa9287ed { min-height: 50px; }
#s-19569bf8-453a-4b35-a3aa-b94baa9287ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
.shg-sld {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.shg-sld-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.shg-sld-slides {
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.shg-sld-nav-button {
  cursor: pointer;
  width: 35px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button.shg-sld-left {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyMDMgNTQ0cTAgMTMtMTAgMjNsLTM5MyAzOTMgMzkzIDM5M3ExMCAxMCAxMCAyM3QtMTAgMjNsLTUwIDUwcS0xMCAxMC0yMyAxMHQtMjMtMTBsLTQ2Ni00NjZxLTEwLTEwLTEwLTIzdDEwLTIzbDQ2Ni00NjZxMTAtMTAgMjMtMTB0MjMgMTBsNTAgNTBxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

.shg-sld-nav-button.shg-sld-right {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExNzEgOTYwcTAgMTMtMTAgMjNsLTQ2NiA0NjZxLTEwIDEwLTIzIDEwdC0yMy0xMGwtNTAtNTBxLTEwLTEwLTEwLTIzdDEwLTIzbDM5My0zOTMtMzkzLTM5M3EtMTAtMTAtMTAtMjN0MTAtMjNsNTAtNTBxMTAtMTAgMjMtMTB0MjMgMTBsNDY2IDQ2NnExMCAxMCAxMCAyM3oiLz48L3N2Zz4=);
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}

.shg-sld-dot {
  height: 14px;
  width: 14px;
  border-radius: 7px;
  margin-left: 5px;
  background-color: #BBBBBB;
  cursor: pointer;
}

.shg-sld-dot.shg-sld-active {
  background-color: #717171;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

@-webkit-keyframes shg-sld-fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes shg-sld-fade {
  from {opacity: .4}
  to {opacity: 1}
}

#s-4366b923-ddae-4026-9460-aeb19a623a80 { padding-top: 10px;
padding-bottom: 10px; }
.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

#s-3c59a913-e499-43c7-a869-560d9dfe0892 { background-color: rgba(31, 58, 113, 1); }
@media (min-width: 0px) {
[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}

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

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

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

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

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

.shogun-image-overlay.shg-middle-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

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

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

.shogun-image-overlay.shg-bottom-right {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: 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 {
  min-height: inherit;
  max-height: inherit;
}

.shogun-lightbox-item {
  cursor: pointer;
  min-height: inherit;
  max-height: inherit;
}

.shogun-lightbox {
  display: none;
  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);
}

.shogun-lightbox-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.shogun-lightbox-close {
  color: #fff;
  font-size: 45px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.shogun-lightbox-image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}

.shogun-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shogun-lightbox-close:hover,
.shogun-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

img.shogun-image {
  max-width: 100% !important;
  margin: 0 !important;
}

#s-39c26994-c677-46d9-ae38-e8af48f4bd8e { text-align: 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;
  color: #000;
  text-transform: none;
  font-weight: normal;
  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-be5c1801-9984-487d-b39a-646be5e1327c { margin-top: 50px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px; }
 #s-be5c1801-9984-487d-b39a-646be5e1327c .shogun-heading-component h1 {
   color: rgba(255, 255, 255, 1);
   font-weight:  normal ;
   font-family: Boogaloo;
   font-style:  normal ;
   font-size: 60px;
   text-align: center;
 }
#s-e75dac58-0562-45cb-87bd-5c05526ef820 { border-style: solid;
margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.1); }
#s-f3314fcb-5ac0-40c9-b289-bc0eb0d216f3 { margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px; }
#s-f3314fcb-5ac0-40c9-b289-bc0eb0d216f3 .shogun-icon-wrapper {
  text-align: center;
}


#s-f3314fcb-5ac0-40c9-b289-bc0eb0d216f3 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(253, 253, 253, 1);
}

#s-07509abc-55b8-47c4-8326-3dbcc93cc78e { margin-left: 20px;
margin-right: 20px; }
@media (min-width: 0px) {
[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

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

#s-445f2ed4-749e-4f43-8e06-4dce1b54386e { -webkit-box-shadow:0px 20px 40px 0px rgba(200, 52, 91, 0.33); box-shadow:0px 20px 40px 0px rgba(200, 52, 91, 0.33);
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 50px;
text-align: center;
background-color: rgba(200, 52, 91, 1);
font-size: 20px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none; }
#s-445f2ed4-749e-4f43-8e06-4dce1b54386e:hover {background-color: rgba(200, 52, 91, 1) !important;
text-decoration: none !important;}
#s-445f2ed4-749e-4f43-8e06-4dce1b54386e:active {background-color: #000000 !important;
text-decoration: none !important;}

 #s-445f2ed4-749e-4f43-8e06-4dce1b54386e.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 20px;
   font-weight:  bold ;
   font-style:  normal ;
   
 }
#s-aca6af4e-7f09-417e-9d9c-571134d83384 { background-color: rgba(200, 52, 91, 1); }
@media (min-width: 0px) {
[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}

#s-9c723cce-b57e-46f0-9403-02d01a72b92e { margin-top: 50px;
margin-left: 20px;
margin-bottom: 50px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px; }
 #s-9c723cce-b57e-46f0-9403-02d01a72b92e .shogun-heading-component h1 {
   color: rgba(255, 255, 255, 1);
   font-weight:  normal ;
   font-family: Boogaloo;
   font-style:  normal ;
   font-size: 60px;
   text-align: center;
 }
#s-d1f30ac0-02a8-4084-8db7-30320dcbe716 { border-style: solid;
margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.1); }
#s-ebc94f5c-71f0-4ad6-b127-e1a183d19203 { margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px; }
#s-ebc94f5c-71f0-4ad6-b127-e1a183d19203 .shogun-icon-wrapper {
  text-align: center;
}


#s-ebc94f5c-71f0-4ad6-b127-e1a183d19203 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(253, 253, 253, 1);
}

#s-704b1832-dd1c-42ac-a07a-ca3b71307830 { margin-left: 20px;
margin-right: 20px; }
@media (min-width: 0px) {
[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-401a0d87-f965-44a7-aefa-9fcb4a47f3fe { -webkit-box-shadow:0px 20px 40px 0px rgba(31, 58, 113, 0.33); box-shadow:0px 20px 40px 0px rgba(31, 58, 113, 0.33);
border-style: solid;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-radius: 50px;
text-align: center;
border-color: rgba(0, 0, 0, 0);
background-color: rgba(31, 58, 113, 1);
font-size: 20px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none; }
#s-401a0d87-f965-44a7-aefa-9fcb4a47f3fe:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
opacity: 1 !important;
border-color: rgba(0, 0, 0, 0.2) !important;
background-color: rgba(31, 58, 113, 1) !important;
text-decoration: none !important;}
#s-401a0d87-f965-44a7-aefa-9fcb4a47f3fe:active {border-style: solid !important;
border-top-width: 2px !important;
border-bottom-width: 2px !important;
border-color: rgba(31, 58, 113, 1) !important;
background-color: rgba(31, 58, 113, 1) !important;
text-decoration: none !important;}

 #s-401a0d87-f965-44a7-aefa-9fcb4a47f3fe.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 20px;
   font-weight:  bold ;
   font-style:  normal ;
   
 }
#s-c63a608b-8b32-4895-8c25-093bca8627e5 { text-align: center; }
#s-4710ed46-54d2-41ea-b6e2-1d3397077afa { background-image: url(https://ucarecdn.com/9a95231e-1655-4e9f-9950-a38db89db02d/-/format/auto/-/stretch/off/-/resize/3000x/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
background-attachment: scroll; }
#s-4710ed46-54d2-41ea-b6e2-1d3397077afa > .shg-box-overlay {
  background-color: rgba(31, 58, 113, 1);
  opacity: 0.5;
}
#s-5d50643c-6ddf-4276-93d0-1dd8a47923c7 { border-style: solid;
margin-top: 50px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-radius: 0px;
border-color: rgba(255, 255, 255, 1); }
 #s-5d50643c-6ddf-4276-93d0-1dd8a47923c7 .shogun-heading-component h1 {
   color: rgba(255, 255, 255, 1);
   font-weight:  normal ;
   font-family: Boogaloo;
   font-style:  normal ;
   font-size: 60px;
   text-align: center;
 }
#s-c34cd160-871f-4c88-b0a3-c5758e0531ca { margin-left: 20px;
margin-right: 20px; }
#s-c34cd160-871f-4c88-b0a3-c5758e0531ca .shogun-icon-wrapper {
  text-align: center;
}


#s-c34cd160-871f-4c88-b0a3-c5758e0531ca .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(253, 253, 253, 1);
}

#s-185efa51-b6e1-4a61-b10d-65e8e9d9a26a { border-style: solid;
margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.1); }
#s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc { margin-left: 20px;
margin-right: 20px; }
@media (min-width: 0px) {
[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

#s-4de63c2f-3d91-4d5d-b635-9915c439f13e { -webkit-box-shadow:00px 0px 0px 0px rgba(98, 146, 255, 0.33); box-shadow:00px 0px 0px 0px rgba(98, 146, 255, 0.33);
border-style: solid;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-radius: 50px;
text-align: center;
border-color: rgba(0, 0, 0, 0);
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
font-weight: bold;
color: rgba(31, 58, 113, 1);
text-decoration: none; }
#s-4de63c2f-3d91-4d5d-b635-9915c439f13e: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;
opacity: 1 !important;
border-color: rgba(31, 58, 113, 1) !important;
background-color: rgba(200, 52, 91, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}
#s-4de63c2f-3d91-4d5d-b635-9915c439f13e:active {border-style: solid !important;
border-top-width: 0px !important;
border-bottom-width: 0px !important;
border-color: rgba(31, 58, 113, 1) !important;
background-color: rgba(200, 52, 91, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

 #s-4de63c2f-3d91-4d5d-b635-9915c439f13e.shg-btn {
   color: rgba(31, 58, 113, 1);
   font-size: 20px;
   font-weight:  bold ;
   font-style:  normal ;
   
 }
#s-b0ebebcf-f57c-4784-80a2-1f2a41b3b2d3 { margin-top: 20px;
margin-bottom: 20px;
min-height: 50px; }
#s-b0ebebcf-f57c-4784-80a2-1f2a41b3b2d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-d445265c-226a-425f-bca5-ab91462baec0 { border-style: solid;
margin-left: 20px;
margin-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000; }
@media (min-width: 0px) {
[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

#s-5b20759a-9ffc-494b-8974-eb2718598611 { background-image: url(https://ucarecdn.com/001f9358-b342-4ee8-8b5b-89b3f7f98e1a/-/format/auto/-/stretch/off/-/resize/3000x/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 250px;
background-position: center center; }
#s-5b20759a-9ffc-494b-8974-eb2718598611 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-de05045b-b8be-443c-ba0d-b14f7a68456d { margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 60px;
padding-top: 10px;
padding-bottom: 10px; }
 #s-de05045b-b8be-443c-ba0d-b14f7a68456d .shogun-heading-component h1 {
   color: rgba(255, 255, 255, 1);
   font-weight:  normal ;
   font-family: Itim;
   font-style:  normal ;
   font-size: 52px;
   text-align: left;
 }
#s-b95924e4-d29b-4b72-bec9-5b23a7b66dc7 { margin-left: 20px;
margin-bottom: 20px;
margin-right: 60px; }
#s-393896e3-1acd-422e-81a4-0c3c91ca54ea { background-image: url(https://ucarecdn.com/18eea47b-aba6-4a3f-910f-5a74988409bb/-/format/auto/-/stretch/off/-/resize/3000x/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-radius: 20px;
min-height: 250px;
background-position: center center;
border-color: rgba(31, 58, 113, 1); }
#s-393896e3-1acd-422e-81a4-0c3c91ca54ea > .shg-box-overlay {
  background-color: rgba(31, 58, 113, 1);
  opacity: 0;
}
#s-f76ad2ac-e8cf-409a-a65b-2118ef9db6fa { margin-top: 20px;
margin-left: 20px;
margin-right: 20px; }
 #s-f76ad2ac-e8cf-409a-a65b-2118ef9db6fa .shogun-heading-component h1 {
   color: rgba(31, 58, 113, 1);
   font-weight:  normal ;
   font-family: Itim;
   font-style:  normal ;
   font-size: 52px;
   text-align: center;
 }
#s-ef579ca9-6133-4d3e-9d6a-f2a20985f5e2 { margin-top: 10px;
margin-left: 20px;
margin-right: 20px; }
#s-1e03129d-ee2f-486a-a2c8-56e918619442 { background-image: url(https://ucarecdn.com/8c3aa3b0-b4cf-4703-9e10-2a2bcfd1b823/-/format/auto/-/stretch/off/-/resize/3000x/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
border-radius: 20px;
min-height: 250px;
background-position: center center; }
#s-1e03129d-ee2f-486a-a2c8-56e918619442 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-2627b223-f744-41d2-b843-565a559bcc51 { margin-top: 20px;
margin-left: 20px;
margin-right: 120px;
padding-top: 10px;
padding-bottom: 10px; }
 #s-2627b223-f744-41d2-b843-565a559bcc51 .shogun-heading-component h1 {
   color: rgba(31, 58, 113, 1);
   font-weight:  normal ;
   font-family: Itim;
   font-style:  normal ;
   font-size: 38px;
   text-align: left;
 }
#s-fd514bd4-343e-40aa-b934-a7e8d429db39 { margin-left: 20px;
margin-bottom: 20px;
margin-right: 120px; }
#s-1136ad9c-f134-4f20-9351-1d50cde14538 { margin-top: 20px;
margin-bottom: 20px;
min-height: 50px; }
#s-1136ad9c-f134-4f20-9351-1d50cde14538 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7 { margin-left: 20px;
margin-right: 20px; }
@media (min-width: 0px) {
[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

#s-2b4e0ed5-4985-4fef-af8c-f0dfaa7feb74 .shogun-icon-wrapper {
  text-align: center;
}


#s-2b4e0ed5-4985-4fef-af8c-f0dfaa7feb74 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-dc67d415-3f93-47f0-bde0-361aa51c055d { border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(255, 255, 255, 1); }
 #s-dc67d415-3f93-47f0-bde0-361aa51c055d .shogun-heading-component h1 {
   color: rgba(0, 0, 0, 1);
   font-weight:  normal ;
   font-family: Boogaloo;
   font-style:  normal ;
   font-size: 45px;
   text-align: center;
 }
#s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d { margin-left: 20px;
margin-right: 20px; }
@media (min-width: 0px) {
[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-06775ff6-12f1-4370-a83d-f7465498a50a { margin-bottom: 20px;
min-height: 300px; }
#s-06775ff6-12f1-4370-a83d-f7465498a50a {
  display: none;
}
.shg-product-image-wrapper {
  display: none;
}

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

#s-6c4e2a92-496a-4756-919d-66101bc57a97 { text-align: left; }
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  text-transform: none;
  font-weight: normal;
  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-ee755107-aa8e-4d3d-b4e4-437d4ed8dad6 { border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
min-height: 70px;
text-align: center;
border-color: rgba(223, 223, 223, 1); }
#s-ee755107-aa8e-4d3d-b4e4-437d4ed8dad6 .shg-product-title-component h3 {
  color: rgba(31, 58, 113, 1);
  font-weight:  normal ;
  font-family: Itim;
  font-style:  normal ;
  font-size: 20px;
}
#s-b94a8b46-76bb-4a1e-ae79-ca7124ad2b14 { text-align: center; }
#s-b94a8b46-76bb-4a1e-ae79-ca7124ad2b14 .shg-product-sold-out {
  display: none;
}

#s-b94a8b46-76bb-4a1e-ae79-ca7124ad2b14 .shg-product-price {
  color: rgba(200, 52, 91, 1);
  font-weight:  normal ;
  font-family: Boogaloo;
  font-style:  normal ;
  font-size: 20px;
}

#s-b94a8b46-76bb-4a1e-ae79-ca7124ad2b14 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#s-7751d036-db1c-41e6-b087-28a0a8ce80f0 { border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-radius: 50px;
opacity: 1;
text-align: center;
border-color: rgba(200, 52, 91, 1);
background-color: rgba(200, 52, 91, 1);
font-size: 14px;
color: #ffffff; }
#s-7751d036-db1c-41e6-b087-28a0a8ce80f0:hover {background-color: rgba(255, 255, 255, 1) !important;
color: rgba(200, 52, 91, 1) !important;
text-decoration: none !important;}
#s-7751d036-db1c-41e6-b087-28a0a8ce80f0:active {background-color: rgba(255, 255, 255, 1) !important;
color: rgba(200, 52, 91, 1) !important;
text-decoration: none !important;}

#s-7751d036-db1c-41e6-b087-28a0a8ce80f0 {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#s-7751d036-db1c-41e6-b087-28a0a8ce80f0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7751d036-db1c-41e6-b087-28a0a8ce80f0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-7751d036-db1c-41e6-b087-28a0a8ce80f0.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


#s-bf5bb67e-aa3e-41bb-80d7-48cc815bd078 { margin-bottom: 20px;
min-height: 300px; }
#s-bf5bb67e-aa3e-41bb-80d7-48cc815bd078 {
  display: none;
}
#s-c8930aaa-8944-439f-af80-de2931f60525 { text-align: left; }
#s-b8b16a71-adf1-423e-a7b8-0940186b7831 { border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
min-height: 70px;
text-align: center;
border-color: rgba(223, 223, 223, 1); }
#s-b8b16a71-adf1-423e-a7b8-0940186b7831 .shg-product-title-component h3 {
  color: rgba(31, 58, 113, 1);
  font-weight:  normal ;
  font-family: Itim;
  font-style:  normal ;
  font-size: 20px;
}
#s-4a7166f9-43ec-4885-9f9c-40e22e7de3de { text-align: center; }
#s-4a7166f9-43ec-4885-9f9c-40e22e7de3de .shg-product-sold-out {
  display: none;
}

#s-4a7166f9-43ec-4885-9f9c-40e22e7de3de .shg-product-price {
  color: rgba(200, 52, 91, 1);
  font-weight:  normal ;
  font-family: Boogaloo;
  font-style:  normal ;
  font-size: 20px;
}

#s-4a7166f9-43ec-4885-9f9c-40e22e7de3de .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-eb2a0a64-a0a0-41a3-afdc-a197fb6e1881 { border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-radius: 50px;
opacity: 1;
text-align: center;
border-color: rgba(200, 52, 91, 1);
background-color: rgba(200, 52, 91, 1);
font-size: 14px;
color: #ffffff; }
#s-eb2a0a64-a0a0-41a3-afdc-a197fb6e1881:hover {background-color: rgba(255, 255, 255, 1) !important;
color: rgba(200, 52, 91, 1) !important;
text-decoration: none !important;}
#s-eb2a0a64-a0a0-41a3-afdc-a197fb6e1881:active {background-color: rgba(255, 255, 255, 1) !important;
color: rgba(200, 52, 91, 1) !important;
text-decoration: none !important;}

#s-eb2a0a64-a0a0-41a3-afdc-a197fb6e1881 {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#s-eb2a0a64-a0a0-41a3-afdc-a197fb6e1881.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-eb2a0a64-a0a0-41a3-afdc-a197fb6e1881.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-eb2a0a64-a0a0-41a3-afdc-a197fb6e1881.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


#s-6cf7c64a-4eef-422c-9427-cd5f0fad26e8 { margin-bottom: 20px;
min-height: 300px; }
#s-6cf7c64a-4eef-422c-9427-cd5f0fad26e8 {
  display: none;
}
#s-339e792a-b9e4-431c-aae7-8b417b3b8545 { text-align: left; }
#s-82796ef7-2b2e-47d6-ab9d-5b1e272b6e08 { border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
min-height: 70px;
text-align: center;
border-color: rgba(223, 223, 223, 1); }
#s-82796ef7-2b2e-47d6-ab9d-5b1e272b6e08 .shg-product-title-component h3 {
  color: rgba(31, 58, 113, 1);
  font-weight:  normal ;
  font-family: Itim;
  font-style:  normal ;
  font-size: 20px;
}
#s-840b452d-bc90-411a-9d31-c398e6a33ee8 { text-align: center; }
#s-840b452d-bc90-411a-9d31-c398e6a33ee8 .shg-product-sold-out {
  display: none;
}

#s-840b452d-bc90-411a-9d31-c398e6a33ee8 .shg-product-price {
  color: rgba(200, 52, 91, 1);
  font-weight:  normal ;
  font-family: Boogaloo;
  font-style:  normal ;
  font-size: 20px;
}

#s-840b452d-bc90-411a-9d31-c398e6a33ee8 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(31, 58, 113, 1);
  font-weight:  normal ;
  font-family: Boogaloo;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 20px;
}
#s-18f63fb4-52cb-4309-aa99-1071150c1788 { border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-radius: 50px;
opacity: 1;
text-align: center;
border-color: rgba(200, 52, 91, 1);
background-color: rgba(200, 52, 91, 1);
font-size: 14px;
color: #ffffff; }
#s-18f63fb4-52cb-4309-aa99-1071150c1788:hover {background-color: rgba(255, 255, 255, 1) !important;
color: rgba(200, 52, 91, 1) !important;
text-decoration: none !important;}
#s-18f63fb4-52cb-4309-aa99-1071150c1788:active {background-color: rgba(255, 255, 255, 1) !important;
color: rgba(200, 52, 91, 1) !important;
text-decoration: none !important;}

#s-18f63fb4-52cb-4309-aa99-1071150c1788 {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#s-18f63fb4-52cb-4309-aa99-1071150c1788.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-18f63fb4-52cb-4309-aa99-1071150c1788.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-18f63fb4-52cb-4309-aa99-1071150c1788.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


#s-d374daa4-8161-4afa-9baf-b8a8adfcb751 { margin-bottom: 20px;
min-height: 300px; }
#s-d374daa4-8161-4afa-9baf-b8a8adfcb751 {
  display: none;
}
#s-ad124689-a612-4799-8efe-a296548dea67 { text-align: left; }
#s-492118d9-7f11-476f-9abe-6fad95b36756 { border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
min-height: 70px;
text-align: center;
border-color: rgba(223, 223, 223, 1); }
#s-492118d9-7f11-476f-9abe-6fad95b36756 .shg-product-title-component h3 {
  color: rgba(31, 58, 113, 1);
  font-weight:  normal ;
  font-family: Itim;
  font-style:  normal ;
  font-size: 20px;
}
#s-e51121d4-4e00-48b5-ac76-17dde0055ac5 { text-align: center; }
#s-e51121d4-4e00-48b5-ac76-17dde0055ac5 .shg-product-sold-out {
  display: none;
}

#s-e51121d4-4e00-48b5-ac76-17dde0055ac5 .shg-product-price {
  color: rgba(200, 52, 91, 1);
  font-weight:  normal ;
  font-family: Boogaloo;
  font-style:  normal ;
  font-size: 20px;
}

#s-e51121d4-4e00-48b5-ac76-17dde0055ac5 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-1ac15d50-a60f-4a0b-a494-13a8a86ae602 { border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-radius: 50px;
text-align: center;
border-color: rgba(200, 52, 91, 1);
background-color: rgba(200, 52, 91, 1);
font-size: 14px;
color: #ffffff; }
#s-1ac15d50-a60f-4a0b-a494-13a8a86ae602:hover {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(200, 52, 91, 1) !important;
text-decoration: none !important;}
#s-1ac15d50-a60f-4a0b-a494-13a8a86ae602:active {background-color: rgba(255, 255, 255, 1) !important;
color: rgba(200, 52, 91, 1) !important;
text-decoration: none !important;}

#s-1ac15d50-a60f-4a0b-a494-13a8a86ae602 {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#s-1ac15d50-a60f-4a0b-a494-13a8a86ae602.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1ac15d50-a60f-4a0b-a494-13a8a86ae602.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-1ac15d50-a60f-4a0b-a494-13a8a86ae602.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


#s-6762fc79-b137-4156-9119-8fdb75e0ecfd { background-image: url(https://ucarecdn.com/422a0896-1674-49bc-81b0-072ac42859ae/-/format/auto/-/stretch/off/-/resize/3000x/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
min-height: 50px;
background-position: center center; }
#s-6762fc79-b137-4156-9119-8fdb75e0ecfd > .shg-box-overlay {
  background-color: rgba(31, 58, 113, 1);
  opacity: 0.75;
}
#s-db001b3e-d10d-49de-b023-68815195bc38 { margin-top: 50px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px; }
 #s-db001b3e-d10d-49de-b023-68815195bc38 .shogun-heading-component h1 {
   color: rgba(255, 255, 255, 1);
   font-weight:  normal ;
   font-family: Boogaloo;
   font-style:  normal ;
   font-size: 100px;
   text-align: center;
 }
#s-db866250-f861-473a-b423-978545a5c9ec { margin-left: 20px;
margin-right: 20px; }
#s-4eb0aefd-e968-4557-b362-f3dfc66dcc23 { margin-top: 20px;
margin-left: 20px;
margin-bottom: 50px;
margin-right: 20px; }
@media (min-width: 0px) {
[id="s-4eb0aefd-e968-4557-b362-f3dfc66dcc23"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4eb0aefd-e968-4557-b362-f3dfc66dcc23"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4eb0aefd-e968-4557-b362-f3dfc66dcc23"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4eb0aefd-e968-4557-b362-f3dfc66dcc23"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4eb0aefd-e968-4557-b362-f3dfc66dcc23"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4eb0aefd-e968-4557-b362-f3dfc66dcc23"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4eb0aefd-e968-4557-b362-f3dfc66dcc23"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4eb0aefd-e968-4557-b362-f3dfc66dcc23"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4eb0aefd-e968-4557-b362-f3dfc66dcc23"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4eb0aefd-e968-4557-b362-f3dfc66dcc23"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4eb0aefd-e968-4557-b362-f3dfc66dcc23"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4eb0aefd-e968-4557-b362-f3dfc66dcc23"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4eb0aefd-e968-4557-b362-f3dfc66dcc23"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4eb0aefd-e968-4557-b362-f3dfc66dcc23"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4eb0aefd-e968-4557-b362-f3dfc66dcc23"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4eb0aefd-e968-4557-b362-f3dfc66dcc23"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4eb0aefd-e968-4557-b362-f3dfc66dcc23"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4eb0aefd-e968-4557-b362-f3dfc66dcc23"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4eb0aefd-e968-4557-b362-f3dfc66dcc23"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4eb0aefd-e968-4557-b362-f3dfc66dcc23"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4eb0aefd-e968-4557-b362-f3dfc66dcc23"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4eb0aefd-e968-4557-b362-f3dfc66dcc23"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4eb0aefd-e968-4557-b362-f3dfc66dcc23"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4eb0aefd-e968-4557-b362-f3dfc66dcc23"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4eb0aefd-e968-4557-b362-f3dfc66dcc23"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4eb0aefd-e968-4557-b362-f3dfc66dcc23"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4eb0aefd-e968-4557-b362-f3dfc66dcc23"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4eb0aefd-e968-4557-b362-f3dfc66dcc23"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4eb0aefd-e968-4557-b362-f3dfc66dcc23"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4eb0aefd-e968-4557-b362-f3dfc66dcc23"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4eb0aefd-e968-4557-b362-f3dfc66dcc23"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4eb0aefd-e968-4557-b362-f3dfc66dcc23"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4eb0aefd-e968-4557-b362-f3dfc66dcc23"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4eb0aefd-e968-4557-b362-f3dfc66dcc23"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4eb0aefd-e968-4557-b362-f3dfc66dcc23"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4eb0aefd-e968-4557-b362-f3dfc66dcc23"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4eb0aefd-e968-4557-b362-f3dfc66dcc23"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-51eaa184-02ae-4a99-8ad9-9caae99b3d05 { -webkit-box-shadow:0px 20px 40px 0px rgba(200, 52, 91, 0); box-shadow:0px 20px 40px 0px rgba(200, 52, 91, 0);
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 50px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
font-weight: bold;
color: rgba(31, 58, 113, 1);
text-decoration: none; }
#s-51eaa184-02ae-4a99-8ad9-9caae99b3d05:hover {opacity: 1 !important;
background-color: rgba(200, 52, 91, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}
#s-51eaa184-02ae-4a99-8ad9-9caae99b3d05:active {background-color: rgba(200, 52, 91, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

 #s-51eaa184-02ae-4a99-8ad9-9caae99b3d05.shg-btn {
   color: rgba(31, 58, 113, 1);
   font-size: 20px;
   font-weight:  bold ;
   font-style:  normal ;
   
 }
#s-d68527f9-2a3a-4399-86da-eff271db34e0 { margin-top: 40px;
margin-bottom: 40px;
min-height: 50px; }
#s-d68527f9-2a3a-4399-86da-eff271db34e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-7f7ee7ad-68d8-4eda-84e9-13d94bb8c4ba { margin-left: 20px;
margin-right: 20px; }
@media (min-width: 0px) {
[id="s-7f7ee7ad-68d8-4eda-84e9-13d94bb8c4ba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7f7ee7ad-68d8-4eda-84e9-13d94bb8c4ba"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-7f7ee7ad-68d8-4eda-84e9-13d94bb8c4ba"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-7f7ee7ad-68d8-4eda-84e9-13d94bb8c4ba"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-7f7ee7ad-68d8-4eda-84e9-13d94bb8c4ba"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-7f7ee7ad-68d8-4eda-84e9-13d94bb8c4ba"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-7f7ee7ad-68d8-4eda-84e9-13d94bb8c4ba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-7f7ee7ad-68d8-4eda-84e9-13d94bb8c4ba"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-7f7ee7ad-68d8-4eda-84e9-13d94bb8c4ba"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-7f7ee7ad-68d8-4eda-84e9-13d94bb8c4ba"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-7f7ee7ad-68d8-4eda-84e9-13d94bb8c4ba"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-7f7ee7ad-68d8-4eda-84e9-13d94bb8c4ba"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-7f7ee7ad-68d8-4eda-84e9-13d94bb8c4ba"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-7f7ee7ad-68d8-4eda-84e9-13d94bb8c4ba"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-7f7ee7ad-68d8-4eda-84e9-13d94bb8c4ba"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-7f7ee7ad-68d8-4eda-84e9-13d94bb8c4ba"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-7f7ee7ad-68d8-4eda-84e9-13d94bb8c4ba"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-7f7ee7ad-68d8-4eda-84e9-13d94bb8c4ba"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-7f7ee7ad-68d8-4eda-84e9-13d94bb8c4ba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-7f7ee7ad-68d8-4eda-84e9-13d94bb8c4ba"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-7f7ee7ad-68d8-4eda-84e9-13d94bb8c4ba"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-7f7ee7ad-68d8-4eda-84e9-13d94bb8c4ba"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-7f7ee7ad-68d8-4eda-84e9-13d94bb8c4ba"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-7f7ee7ad-68d8-4eda-84e9-13d94bb8c4ba"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-7f7ee7ad-68d8-4eda-84e9-13d94bb8c4ba"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-7f7ee7ad-68d8-4eda-84e9-13d94bb8c4ba"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-7f7ee7ad-68d8-4eda-84e9-13d94bb8c4ba"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-7f7ee7ad-68d8-4eda-84e9-13d94bb8c4ba"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-7f7ee7ad-68d8-4eda-84e9-13d94bb8c4ba"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-7f7ee7ad-68d8-4eda-84e9-13d94bb8c4ba"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-7f7ee7ad-68d8-4eda-84e9-13d94bb8c4ba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-7f7ee7ad-68d8-4eda-84e9-13d94bb8c4ba"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-7f7ee7ad-68d8-4eda-84e9-13d94bb8c4ba"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-7f7ee7ad-68d8-4eda-84e9-13d94bb8c4ba"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-7f7ee7ad-68d8-4eda-84e9-13d94bb8c4ba"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-7f7ee7ad-68d8-4eda-84e9-13d94bb8c4ba"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-7f7ee7ad-68d8-4eda-84e9-13d94bb8c4ba"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

#s-ec79578a-8a60-4a27-af28-fc047caa8953 .shogun-icon-wrapper {
  text-align: center;
}


#s-ec79578a-8a60-4a27-af28-fc047caa8953 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-57a162e3-bf5b-4157-bc62-ac61d3612e13 { border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(255, 255, 255, 1); }
 #s-57a162e3-bf5b-4157-bc62-ac61d3612e13 .shogun-heading-component h1 {
   color: rgba(0, 0, 0, 1);
   font-weight:  normal ;
   font-family: Boogaloo;
   font-style:  normal ;
   font-size: 45px;
   text-align: center;
 }
#s-cf03075e-912a-4ed3-a262-ed117f2dbe12 { margin-left: 20px;
margin-right: 20px; }
@media (min-width: 0px) {
[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

#s-0345a347-f56b-4377-a45b-43a952e9abeb { margin-bottom: 20px;
min-height: 300px; }
#s-0345a347-f56b-4377-a45b-43a952e9abeb {
  display: none;
}
#s-c3a68b4f-66d8-4c49-b8be-8a3518e3ca48 { text-align: left; }
#s-470834fc-b2dc-456b-aa56-1b68024ba747 { border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
min-height: 70px;
text-align: center;
border-color: rgba(223, 223, 223, 1); }
#s-470834fc-b2dc-456b-aa56-1b68024ba747 .shg-product-title-component h3 {
  color: rgba(31, 58, 113, 1);
  font-weight:  normal ;
  font-family: Itim;
  font-style:  normal ;
  font-size: 18px;
}
#s-ec59c57a-abd4-44e1-a14b-641b1c9efe05 { text-align: center; }
#s-ec59c57a-abd4-44e1-a14b-641b1c9efe05 .shg-product-sold-out {
  display: none;
}

#s-ec59c57a-abd4-44e1-a14b-641b1c9efe05 .shg-product-price {
  color: rgba(200, 52, 91, 1);
  font-weight:  normal ;
  font-family: Boogaloo;
  font-style:  normal ;
  font-size: 18px;
}

#s-ec59c57a-abd4-44e1-a14b-641b1c9efe05 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-42e0001c-5599-4990-a749-26a440326c9d { border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-radius: 50px;
min-width: 100%;
text-align: center;
border-color: rgba(200, 52, 91, 1);
background-color: rgba(255, 255, 255, 1);
font-size: 14px;
color: rgba(200, 52, 91, 1); }
#s-42e0001c-5599-4990-a749-26a440326c9d:hover {opacity: 1 !important;
background-color: rgba(200, 52, 91, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}
#s-42e0001c-5599-4990-a749-26a440326c9d:active {background-color: rgba(200, 52, 91, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

#s-42e0001c-5599-4990-a749-26a440326c9d {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#s-42e0001c-5599-4990-a749-26a440326c9d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-42e0001c-5599-4990-a749-26a440326c9d.shg-btn {
  color: rgba(200, 52, 91, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-42e0001c-5599-4990-a749-26a440326c9d.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


#s-a1a829cd-a2d0-473f-b666-c5cd255f7c52 { margin-bottom: 20px;
min-height: 300px; }
#s-a1a829cd-a2d0-473f-b666-c5cd255f7c52 {
  display: none;
}
#s-f6d7540a-7b1b-48d1-961b-f0a982c45370 { text-align: left; }
#s-f5df5392-ba8f-4238-8ce6-e49c030af39c { border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
min-height: 70px;
text-align: center;
border-color: rgba(223, 223, 223, 1); }
#s-f5df5392-ba8f-4238-8ce6-e49c030af39c .shg-product-title-component h3 {
  color: rgba(31, 58, 113, 1);
  font-weight:  normal ;
  font-family: Itim;
  font-style:  normal ;
  font-size: 18px;
}
#s-20865866-86bd-4bb6-b38c-8ee4a8c7c09b { text-align: center; }
#s-20865866-86bd-4bb6-b38c-8ee4a8c7c09b .shg-product-sold-out {
  display: none;
}

#s-20865866-86bd-4bb6-b38c-8ee4a8c7c09b .shg-product-price {
  color: rgba(200, 52, 91, 1);
  font-weight:  normal ;
  font-family: Boogaloo;
  font-style:  normal ;
  font-size: 18px;
}

#s-20865866-86bd-4bb6-b38c-8ee4a8c7c09b .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(31, 58, 113, 1);
  font-weight:  normal ;
  font-family: Boogaloo;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
#s-9abe9d86-2787-48e9-beff-91a232b5dd83 { border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-radius: 50px;
min-width: 100%;
text-align: center;
border-color: rgba(200, 52, 91, 1);
background-color: rgba(255, 255, 255, 1);
font-size: 14px;
color: rgba(200, 52, 91, 1); }
#s-9abe9d86-2787-48e9-beff-91a232b5dd83:hover {opacity: 1 !important;
background-color: rgba(200, 52, 91, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}
#s-9abe9d86-2787-48e9-beff-91a232b5dd83:active {background-color: rgba(200, 52, 91, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

#s-9abe9d86-2787-48e9-beff-91a232b5dd83 {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#s-9abe9d86-2787-48e9-beff-91a232b5dd83.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9abe9d86-2787-48e9-beff-91a232b5dd83.shg-btn {
  color: rgba(200, 52, 91, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-9abe9d86-2787-48e9-beff-91a232b5dd83.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


#s-9655e061-714b-44bc-ae08-ece6688225b7 { margin-bottom: 20px;
min-height: 300px; }
#s-9655e061-714b-44bc-ae08-ece6688225b7 {
  display: none;
}
#s-d665af2c-710e-4c0f-82c0-d7517896eb5e { text-align: left; }
#s-c47797a3-c7dd-4983-8aa0-8059e92294d5 { border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
min-height: 70px;
text-align: center;
border-color: rgba(223, 223, 223, 1); }
#s-c47797a3-c7dd-4983-8aa0-8059e92294d5 .shg-product-title-component h3 {
  color: rgba(31, 58, 113, 1);
  font-weight:  normal ;
  font-family: Itim;
  font-style:  normal ;
  font-size: 18px;
}
#s-a61338ed-4b94-4411-a3d8-1e699cb9cd01 { text-align: center; }
#s-a61338ed-4b94-4411-a3d8-1e699cb9cd01 .shg-product-sold-out {
  display: none;
}

#s-a61338ed-4b94-4411-a3d8-1e699cb9cd01 .shg-product-price {
  color: rgba(200, 52, 91, 1);
  font-weight:  normal ;
  font-family: Boogaloo;
  font-style:  normal ;
  font-size: 18px;
}

#s-a61338ed-4b94-4411-a3d8-1e699cb9cd01 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-fa19d315-3a75-43de-8070-4994776a7cd1 { border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-radius: 50px;
min-width: 100%;
opacity: 1;
text-align: center;
border-color: rgba(200, 52, 91, 1);
background-color: rgba(255, 255, 255, 1);
font-size: 14px;
color: rgba(200, 52, 91, 1); }
#s-fa19d315-3a75-43de-8070-4994776a7cd1:hover {background-color: rgba(200, 52, 91, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}
#s-fa19d315-3a75-43de-8070-4994776a7cd1:active {background-color: rgba(200, 52, 91, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

#s-fa19d315-3a75-43de-8070-4994776a7cd1 {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#s-fa19d315-3a75-43de-8070-4994776a7cd1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fa19d315-3a75-43de-8070-4994776a7cd1.shg-btn {
  color: rgba(200, 52, 91, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-fa19d315-3a75-43de-8070-4994776a7cd1.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


#s-baabb541-b24a-42e6-9661-e905638ce717 { margin-bottom: 20px;
min-height: 300px; }
#s-baabb541-b24a-42e6-9661-e905638ce717 {
  display: none;
}
#s-28a8004f-0e6d-4cf9-a58e-9c1dacf61625 { text-align: left; }
#s-2d301d1a-ccdf-4bd5-8f0f-4844fefb8620 { border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
min-height: 70px;
text-align: center;
border-color: rgba(223, 223, 223, 1); }
#s-2d301d1a-ccdf-4bd5-8f0f-4844fefb8620 .shg-product-title-component h3 {
  color: rgba(31, 58, 113, 1);
  font-weight:  normal ;
  font-family: Itim;
  font-style:  normal ;
  font-size: 18px;
}
#s-eda0ed24-271c-491b-bdf1-2472bb140464 { text-align: center; }
#s-eda0ed24-271c-491b-bdf1-2472bb140464 .shg-product-sold-out {
  display: none;
}

#s-eda0ed24-271c-491b-bdf1-2472bb140464 .shg-product-price {
  color: rgba(200, 52, 91, 1);
  font-weight:  normal ;
  font-family: Boogaloo;
  font-style:  normal ;
  font-size: 18px;
}

#s-eda0ed24-271c-491b-bdf1-2472bb140464 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(31, 58, 113, 1);
  font-weight:  normal ;
  font-family: Boogaloo;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
#s-f3fe3b47-c9f2-4d40-8b7a-1b613f234ee4 { border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-radius: 50px;
min-width: 100%;
text-align: center;
border-color: rgba(200, 52, 91, 1);
background-color: rgba(255, 255, 255, 1);
font-size: 14px;
color: rgba(200, 52, 91, 1); }
#s-f3fe3b47-c9f2-4d40-8b7a-1b613f234ee4:hover {opacity: 1 !important;
background-color: rgba(200, 52, 91, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}
#s-f3fe3b47-c9f2-4d40-8b7a-1b613f234ee4:active {background-color: rgba(200, 52, 91, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

#s-f3fe3b47-c9f2-4d40-8b7a-1b613f234ee4 {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#s-f3fe3b47-c9f2-4d40-8b7a-1b613f234ee4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f3fe3b47-c9f2-4d40-8b7a-1b613f234ee4.shg-btn {
  color: rgba(200, 52, 91, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-f3fe3b47-c9f2-4d40-8b7a-1b613f234ee4.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


#s-edbe43c5-f868-4aad-9cb7-161b9c5092e6 { margin-bottom: 20px;
min-height: 300px; }
#s-edbe43c5-f868-4aad-9cb7-161b9c5092e6 {
  display: none;
}
#s-d40703e0-008f-442c-b233-2b32bd39e3e1 { text-align: left; }
#s-a74bcdb3-98e4-46b4-b5a9-16c4b54ba62d { border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
min-height: 70px;
text-align: center;
border-color: rgba(223, 223, 223, 1); }
#s-a74bcdb3-98e4-46b4-b5a9-16c4b54ba62d .shg-product-title-component h3 {
  color: rgba(31, 58, 113, 1);
  font-weight:  normal ;
  font-family: Itim;
  font-style:  normal ;
  font-size: 18px;
}
#s-432ced87-4bfb-4eaa-802e-1be3c8b65337 { text-align: center; }
#s-432ced87-4bfb-4eaa-802e-1be3c8b65337 .shg-product-sold-out {
  display: none;
}

#s-432ced87-4bfb-4eaa-802e-1be3c8b65337 .shg-product-price {
  color: rgba(200, 52, 91, 1);
  font-weight:  normal ;
  font-family: Boogaloo;
  font-style:  normal ;
  font-size: 18px;
}

#s-432ced87-4bfb-4eaa-802e-1be3c8b65337 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(31, 58, 113, 1);
  font-weight:  normal ;
  font-family: Boogaloo;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
#s-98fba955-c583-401c-b3b5-58c56c8794b5 { border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-radius: 50px;
min-width: 100%;
text-align: center;
border-color: rgba(200, 52, 91, 1);
background-color: rgba(255, 255, 255, 1);
font-size: 14px;
color: rgba(200, 52, 91, 1); }
#s-98fba955-c583-401c-b3b5-58c56c8794b5:hover {opacity: 1 !important;
background-color: rgba(200, 52, 91, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}
#s-98fba955-c583-401c-b3b5-58c56c8794b5:active {background-color: rgba(200, 52, 91, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

#s-98fba955-c583-401c-b3b5-58c56c8794b5 {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#s-98fba955-c583-401c-b3b5-58c56c8794b5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-98fba955-c583-401c-b3b5-58c56c8794b5.shg-btn {
  color: rgba(200, 52, 91, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-98fba955-c583-401c-b3b5-58c56c8794b5.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


#s-ff302536-f1bb-406a-a14a-89d34093a19a { margin-bottom: 20px;
min-height: 300px; }
#s-ff302536-f1bb-406a-a14a-89d34093a19a {
  display: none;
}
#s-a72ab4d9-8789-4ce3-947a-c8b87c45a8ca { text-align: left; }
#s-056b3f2a-2a8b-4209-ad9f-30d797479b29 { border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
min-height: 70px;
text-align: center;
border-color: rgba(223, 223, 223, 1); }
#s-056b3f2a-2a8b-4209-ad9f-30d797479b29 .shg-product-title-component h3 {
  color: rgba(31, 58, 113, 1);
  font-weight:  normal ;
  font-family: Itim;
  font-style:  normal ;
  font-size: 18px;
}
#s-1120192b-6881-4140-b05f-e6a527fb63da { text-align: center; }
#s-1120192b-6881-4140-b05f-e6a527fb63da .shg-product-sold-out {
  display: none;
}

#s-1120192b-6881-4140-b05f-e6a527fb63da .shg-product-price {
  color: rgba(200, 52, 91, 1);
  font-weight:  normal ;
  font-family: Boogaloo;
  font-style:  normal ;
  font-size: 18px;
}

#s-1120192b-6881-4140-b05f-e6a527fb63da .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-24646312-63f3-45a3-a0d5-c3aec4a9aebf { border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-radius: 50px;
min-width: 100%;
text-align: center;
border-color: rgba(200, 52, 91, 1);
background-color: rgba(255, 255, 255, 1);
font-size: 14px;
color: rgba(200, 52, 91, 1); }
#s-24646312-63f3-45a3-a0d5-c3aec4a9aebf:hover {opacity: 1 !important;
background-color: rgba(200, 52, 91, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}
#s-24646312-63f3-45a3-a0d5-c3aec4a9aebf:active {background-color: rgba(200, 52, 91, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

#s-24646312-63f3-45a3-a0d5-c3aec4a9aebf {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#s-24646312-63f3-45a3-a0d5-c3aec4a9aebf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-24646312-63f3-45a3-a0d5-c3aec4a9aebf.shg-btn {
  color: rgba(200, 52, 91, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-24646312-63f3-45a3-a0d5-c3aec4a9aebf.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


#s-65ed9f15-1644-4045-aebf-880282686443 { margin-top: 20px;
margin-bottom: 20px;
min-height: 50px; }
#s-65ed9f15-1644-4045-aebf-880282686443 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65 { margin-left: 20px;
margin-right: 20px; }
@media (min-width: 0px) {
[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

#s-4d801bb6-c687-4d8c-8699-144c31a02dfb { min-height: 100px; }
#s-4d801bb6-c687-4d8c-8699-144c31a02dfb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-0304fcbc-7135-439e-a479-982228252703 {  }
#s-ca4e2cda-d5b3-4e5c-b767-b68920a19f49 .shogun-icon-wrapper {
  text-align: center;
}


#s-ca4e2cda-d5b3-4e5c-b767-b68920a19f49 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-d4144664-53e8-48ec-a4d5-3e1131b61859 { border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(255, 255, 255, 1); }
 #s-d4144664-53e8-48ec-a4d5-3e1131b61859 .shogun-heading-component h1 {
   color: rgba(0, 0, 0, 1);
   font-weight:  normal ;
   font-family: Boogaloo;
   font-style:  normal ;
   font-size: 45px;
   text-align: center;
 }
#s-0a19e02a-a59a-426e-9512-f0c9ff1b87f6 { min-height: 100px; }
#s-0a19e02a-a59a-426e-9512-f0c9ff1b87f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-6ec90b47-09eb-403a-a091-5f1fd68c4133 {  }
#s-a786468e-29b6-4410-892d-121500190229 { margin-top: 25px;
margin-left: 20px;
margin-bottom: 25px;
margin-right: 20px; }
@media (min-width: 0px) {
[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-e63d5cd1-9fa3-47c2-8ef3-d2ccaa61a0c8 { min-height: 300px;
max-height: 300px; }
#s-e63d5cd1-9fa3-47c2-8ef3-d2ccaa61a0c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-324bb9f3-dac1-43d9-8e08-8cbbe33751a1 { text-align: center; }



#s-324bb9f3-dac1-43d9-8e08-8cbbe33751a1 .shogun-image-container {
   display: inline-block;
 }

#s-47ba6969-3267-447e-aa7d-9954b2c14e5c { min-height: 300px; }
#s-47ba6969-3267-447e-aa7d-9954b2c14e5c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-f8937123-7824-45df-9618-3fdc6fb2e586 { margin-left: 20px;
margin-right: 20px; }
#s-8c4cdd83-2da5-440e-b124-141e415da640 { margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px; }
 #s-8c4cdd83-2da5-440e-b124-141e415da640 .shogun-heading-component h2 {
   color: #000;
   font-weight:  normal ;
   font-family: Itim;
   font-style:  normal ;
   font-size: 24px;
   text-align: center;
 }
#s-2dd19cd5-36d7-411d-9924-601d50456703 { margin-left: 20px;
margin-right: 20px; }
#s-7ad6edec-122e-4c50-b745-410598f2f304 { margin-left: 20px;
margin-right: 20px; }
@media (min-width: 0px) {
[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}

#s-554e25d9-aef3-4524-9327-32fe1f2ace51 { min-height: 300px; }
#s-554e25d9-aef3-4524-9327-32fe1f2ace51 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-7d42b759-21bc-4905-aa86-31f2c2c09df0 { margin-left: 20px;
margin-right: 20px; }
#s-e81f8711-3b93-464e-9ef6-cb6f5cceb905 { margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px; }
 #s-e81f8711-3b93-464e-9ef6-cb6f5cceb905 .shogun-heading-component h2 {
   color: #000;
   font-weight:  normal ;
   font-family: Itim;
   font-style:  normal ;
   font-size: 24px;
   text-align: center;
 }
#s-8ef6eb76-db0c-43d5-8f67-c6651294eaea { margin-left: 20px;
margin-right: 20px; }
#s-1ec89865-af5a-4fba-a77f-2a46998b8d10 { min-height: 300px;
max-height: 300px; }
#s-1ec89865-af5a-4fba-a77f-2a46998b8d10 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-28a2a4d4-5abc-478b-88cd-1e1c6eb2f826 { text-align: center; }



#s-28a2a4d4-5abc-478b-88cd-1e1c6eb2f826 .shogun-image-container {
   display: inline-block;
 }

#s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b { margin-left: 20px;
margin-right: 20px; }
@media (min-width: 0px) {
[id="s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-abe29e70-6fc9-49ed-81a2-a3ffe4a8e696 { min-height: 300px;
max-height: 300px; }
#s-abe29e70-6fc9-49ed-81a2-a3ffe4a8e696 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-40ed27a3-c8d8-4bda-b508-c8ef9aeb204e { text-align: center; }



#s-40ed27a3-c8d8-4bda-b508-c8ef9aeb204e .shogun-image-container {
   display: inline-block;
 }

#s-5a02fe5e-87a7-4bff-991f-f27d7b68f7c6 { min-height: 300px; }
#s-5a02fe5e-87a7-4bff-991f-f27d7b68f7c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-3f73ea9a-f84d-4485-9a99-96dfa503f858 { margin-left: 20px;
margin-right: 20px; }
#s-8d22f576-f751-4929-8b77-bc6912cfa3eb { margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px; }
 #s-8d22f576-f751-4929-8b77-bc6912cfa3eb .shogun-heading-component h2 {
   color: #000;
   font-weight:  normal ;
   font-family: Itim;
   font-style:  normal ;
   font-size: 24px;
   text-align: center;
 }
#s-3270cea4-0771-4f44-ac42-474ac169213b { margin-left: 20px;
margin-right: 20px; }
#s-cec9fb7d-8a0f-4e76-90cd-8983dc4cc4b2 { margin-top: 20px;
margin-bottom: 0px;
min-height: 50px;
background-color: rgba(200, 52, 91, 1); }
#s-cec9fb7d-8a0f-4e76-90cd-8983dc4cc4b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-cf542261-f249-408f-a0f4-37fe4092d6d0 { margin-top: 40px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px; }
@media (min-width: 0px) {
[id="s-cf542261-f249-408f-a0f4-37fe4092d6d0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cf542261-f249-408f-a0f4-37fe4092d6d0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-cf542261-f249-408f-a0f4-37fe4092d6d0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-cf542261-f249-408f-a0f4-37fe4092d6d0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-cf542261-f249-408f-a0f4-37fe4092d6d0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-cf542261-f249-408f-a0f4-37fe4092d6d0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-cf542261-f249-408f-a0f4-37fe4092d6d0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-cf542261-f249-408f-a0f4-37fe4092d6d0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-cf542261-f249-408f-a0f4-37fe4092d6d0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-cf542261-f249-408f-a0f4-37fe4092d6d0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-cf542261-f249-408f-a0f4-37fe4092d6d0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-cf542261-f249-408f-a0f4-37fe4092d6d0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-cf542261-f249-408f-a0f4-37fe4092d6d0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-cf542261-f249-408f-a0f4-37fe4092d6d0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-cf542261-f249-408f-a0f4-37fe4092d6d0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-cf542261-f249-408f-a0f4-37fe4092d6d0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-cf542261-f249-408f-a0f4-37fe4092d6d0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-cf542261-f249-408f-a0f4-37fe4092d6d0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-cf542261-f249-408f-a0f4-37fe4092d6d0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-cf542261-f249-408f-a0f4-37fe4092d6d0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-cf542261-f249-408f-a0f4-37fe4092d6d0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-cf542261-f249-408f-a0f4-37fe4092d6d0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-cf542261-f249-408f-a0f4-37fe4092d6d0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-cf542261-f249-408f-a0f4-37fe4092d6d0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-cf542261-f249-408f-a0f4-37fe4092d6d0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-cf542261-f249-408f-a0f4-37fe4092d6d0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-cf542261-f249-408f-a0f4-37fe4092d6d0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-cf542261-f249-408f-a0f4-37fe4092d6d0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-cf542261-f249-408f-a0f4-37fe4092d6d0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-cf542261-f249-408f-a0f4-37fe4092d6d0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-cf542261-f249-408f-a0f4-37fe4092d6d0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-cf542261-f249-408f-a0f4-37fe4092d6d0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-cf542261-f249-408f-a0f4-37fe4092d6d0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-cf542261-f249-408f-a0f4-37fe4092d6d0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-cf542261-f249-408f-a0f4-37fe4092d6d0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-cf542261-f249-408f-a0f4-37fe4092d6d0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-cf542261-f249-408f-a0f4-37fe4092d6d0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

#s-092722d9-fbea-49e4-b6e8-7f4002f0de2b .shogun-icon-wrapper {
  text-align: center;
}


#s-092722d9-fbea-49e4-b6e8-7f4002f0de2b .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(255, 255, 255, 1);
}

#s-0e3690e2-a86c-471f-af5c-7dc25cc968bb { border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1); }
 #s-0e3690e2-a86c-471f-af5c-7dc25cc968bb .shogun-heading-component h1 {
   color: rgba(255, 255, 255, 1);
   font-weight:  normal ;
   font-family: Boogaloo;
   font-style:  normal ;
   font-size: 45px;
   text-align: center;
 }
#s-86cd27da-6e18-477e-af56-1f9a9e16c9c3 { background-color: rgba(0, 0, 0, 0); }
.shogun-form > div {
  padding: 0 0 1em;
}

.shogun-form small {
  color: red;
  display: none;
}

.shogun-form input, textarea {
  margin: 0;
}

.shogun-success-alert {
  background-color: #dff0d8;
  color: #3c763d;
  border-color: #d6e9c6;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.5;
  min-height: 55px;
  display: none;
}

.shogun-form input, .shogun-form textarea {
  width: 100%;
}

#s-0f6bcc5a-78e6-44a1-b4c3-d7362b6cc1e4 { padding-top: 25px;
background-color: rgba(205, 205, 205, 0); }
.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

.shogun-root {
  /* create a new stacking context */
  transform: scale(1);
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

#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;
}
