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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

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

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

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

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

#s-a2e8140c-11c1-4383-a156-cffed0b44b13 {
  margin-left: 2%;
margin-right: 2%;
}

#s-a2e8140c-11c1-4383-a156-cffed0b44b13 .shogun-tabs {
  justify-content: flex-start;
}


  #s-a2e8140c-11c1-4383-a156-cffed0b44b13 .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid #DDDDDD;
  }
  #s-a2e8140c-11c1-4383-a156-cffed0b44b13 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(141, 198, 63, 1);
    border: 1px solid #ddd;
  }
#s-a2e8140c-11c1-4383-a156-cffed0b44b13 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(112, 112, 112, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-a2e8140c-11c1-4383-a156-cffed0b44b13 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-a2e8140c-11c1-4383-a156-cffed0b44b13 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(141, 198, 63, 1);
}

#s-a2e8140c-11c1-4383-a156-cffed0b44b13 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

.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-7b2059d1-ebb3-4462-add1-093149466556 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7b2059d1-ebb3-4462-add1-093149466556 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



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

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

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

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

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

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

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

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

#s-bafa2e26-41eb-4b8a-b132-d6a56af29f31 {
  margin-top: 2%;
margin-bottom: 2%;
min-height: 50px;
}








#s-bafa2e26-41eb-4b8a-b132-d6a56af29f31 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bafa2e26-41eb-4b8a-b132-d6a56af29f31.shg-box.shg-c {
  justify-content: flex-start;
}

#s-5858d216-7309-4e9a-97ba-711d613b5db4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5858d216-7309-4e9a-97ba-711d613b5db4 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 34px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-406884f2-bc79-4590-ba31-54ac7646a841 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-406884f2-bc79-4590-ba31-54ac7646a841 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8d3807ca-9e0f-4227-80e8-e4f1a4206a32 {
  margin-left: auto;
margin-right: auto;
max-width: 900px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-e6de3d2b-7d4c-4a0c-aad5-e462b4bcd756 {
  text-align: center;
}





#s-e6de3d2b-7d4c-4a0c-aad5-e462b4bcd756 .shogun-image-content {
  
    align-items: center;
  
}

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

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

.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-19122905-c39b-4d78-9596-fac4e75e62e2 {
  margin-top: 2%;
margin-left: 2px;
margin-bottom: 2%;
margin-right: 2px;
}

@media (min-width: 0px) {
[id="s-19122905-c39b-4d78-9596-fac4e75e62e2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-19122905-c39b-4d78-9596-fac4e75e62e2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-19122905-c39b-4d78-9596-fac4e75e62e2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-19122905-c39b-4d78-9596-fac4e75e62e2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-19122905-c39b-4d78-9596-fac4e75e62e2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-19122905-c39b-4d78-9596-fac4e75e62e2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-19122905-c39b-4d78-9596-fac4e75e62e2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-19122905-c39b-4d78-9596-fac4e75e62e2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-19122905-c39b-4d78-9596-fac4e75e62e2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-19122905-c39b-4d78-9596-fac4e75e62e2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-19122905-c39b-4d78-9596-fac4e75e62e2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-19122905-c39b-4d78-9596-fac4e75e62e2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-19122905-c39b-4d78-9596-fac4e75e62e2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-19122905-c39b-4d78-9596-fac4e75e62e2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-19122905-c39b-4d78-9596-fac4e75e62e2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-19122905-c39b-4d78-9596-fac4e75e62e2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-19122905-c39b-4d78-9596-fac4e75e62e2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-19122905-c39b-4d78-9596-fac4e75e62e2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-19122905-c39b-4d78-9596-fac4e75e62e2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-19122905-c39b-4d78-9596-fac4e75e62e2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-19122905-c39b-4d78-9596-fac4e75e62e2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-19122905-c39b-4d78-9596-fac4e75e62e2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-19122905-c39b-4d78-9596-fac4e75e62e2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-19122905-c39b-4d78-9596-fac4e75e62e2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-19122905-c39b-4d78-9596-fac4e75e62e2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-19122905-c39b-4d78-9596-fac4e75e62e2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-19122905-c39b-4d78-9596-fac4e75e62e2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-19122905-c39b-4d78-9596-fac4e75e62e2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-19122905-c39b-4d78-9596-fac4e75e62e2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-19122905-c39b-4d78-9596-fac4e75e62e2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-19122905-c39b-4d78-9596-fac4e75e62e2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-19122905-c39b-4d78-9596-fac4e75e62e2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-19122905-c39b-4d78-9596-fac4e75e62e2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-19122905-c39b-4d78-9596-fac4e75e62e2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-19122905-c39b-4d78-9596-fac4e75e62e2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-19122905-c39b-4d78-9596-fac4e75e62e2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-19122905-c39b-4d78-9596-fac4e75e62e2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-e01a0097-95fe-451c-b18b-2017ccbebf22 {
  margin-top: 2%;
margin-bottom: 2%;
min-height: 50px;
}








#s-e01a0097-95fe-451c-b18b-2017ccbebf22 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e01a0097-95fe-451c-b18b-2017ccbebf22.shg-box.shg-c {
  justify-content: center;
}

#s-c5713961-5b80-4d09-bb08-5cca4bb015ff .shogun-icon-wrapper {
  text-align: center;
}


#s-c5713961-5b80-4d09-bb08-5cca4bb015ff .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(199, 199, 199, 1);
}

#s-16d36a47-22b8-4ca6-84a0-21c1588ef6e4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-16d36a47-22b8-4ca6-84a0-21c1588ef6e4 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-17263b8a-96d9-494b-a7aa-35770e0098de {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
}

#s-5b5c7c5c-1f14-4a8a-9dc1-261753dd60a4 {
  margin-top: 2%;
margin-bottom: 2%;
min-height: 50px;
}








#s-5b5c7c5c-1f14-4a8a-9dc1-261753dd60a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b5c7c5c-1f14-4a8a-9dc1-261753dd60a4.shg-box.shg-c {
  justify-content: center;
}

#s-f04d1a8b-d5c9-42a1-a0f5-604ad19d04c6 {
  text-align: center;
}




  #s-f04d1a8b-d5c9-42a1-a0f5-604ad19d04c6 img.shogun-image {
    
    width: px;
  }


#s-f04d1a8b-d5c9-42a1-a0f5-604ad19d04c6 .shogun-image-content {
  
    align-items: center;
  
}

#s-2df2a93c-a3da-4f19-9426-408ada26a250 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2df2a93c-a3da-4f19-9426-408ada26a250 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-fc6eff82-b256-4a3b-8f6c-e90692a0874d {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
}

#s-7398902d-a048-4069-a8e6-a656073cd98b {
  margin-top: 2%;
margin-bottom: 2%;
min-height: 50px;
}








#s-7398902d-a048-4069-a8e6-a656073cd98b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7398902d-a048-4069-a8e6-a656073cd98b.shg-box.shg-c {
  justify-content: center;
}

#s-84976602-564b-496e-a454-de32b7b707f5 {
  text-align: center;
}




  #s-84976602-564b-496e-a454-de32b7b707f5 img.shogun-image {
    
    width: px;
  }


#s-84976602-564b-496e-a454-de32b7b707f5 .shogun-image-content {
  
    align-items: center;
  
}

#s-92687d60-259a-46c3-9e8a-5e7b32ba993f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-92687d60-259a-46c3-9e8a-5e7b32ba993f .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d665789c-dec2-4893-a3d3-757f7364e945 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
}

#s-e01fb045-c46c-498f-bb3b-d37d38dd82ec {
  margin-top: 2%;
margin-left: 2px;
margin-bottom: 2%;
margin-right: 2px;
}

@media (min-width: 0px) {
[id="s-e01fb045-c46c-498f-bb3b-d37d38dd82ec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e01fb045-c46c-498f-bb3b-d37d38dd82ec"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e01fb045-c46c-498f-bb3b-d37d38dd82ec"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e01fb045-c46c-498f-bb3b-d37d38dd82ec"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e01fb045-c46c-498f-bb3b-d37d38dd82ec"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e01fb045-c46c-498f-bb3b-d37d38dd82ec"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e01fb045-c46c-498f-bb3b-d37d38dd82ec"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e01fb045-c46c-498f-bb3b-d37d38dd82ec"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e01fb045-c46c-498f-bb3b-d37d38dd82ec"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e01fb045-c46c-498f-bb3b-d37d38dd82ec"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e01fb045-c46c-498f-bb3b-d37d38dd82ec"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e01fb045-c46c-498f-bb3b-d37d38dd82ec"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e01fb045-c46c-498f-bb3b-d37d38dd82ec"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e01fb045-c46c-498f-bb3b-d37d38dd82ec"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e01fb045-c46c-498f-bb3b-d37d38dd82ec"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e01fb045-c46c-498f-bb3b-d37d38dd82ec"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e01fb045-c46c-498f-bb3b-d37d38dd82ec"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e01fb045-c46c-498f-bb3b-d37d38dd82ec"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e01fb045-c46c-498f-bb3b-d37d38dd82ec"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e01fb045-c46c-498f-bb3b-d37d38dd82ec"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e01fb045-c46c-498f-bb3b-d37d38dd82ec"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e01fb045-c46c-498f-bb3b-d37d38dd82ec"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e01fb045-c46c-498f-bb3b-d37d38dd82ec"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e01fb045-c46c-498f-bb3b-d37d38dd82ec"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e01fb045-c46c-498f-bb3b-d37d38dd82ec"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e01fb045-c46c-498f-bb3b-d37d38dd82ec"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e01fb045-c46c-498f-bb3b-d37d38dd82ec"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e01fb045-c46c-498f-bb3b-d37d38dd82ec"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e01fb045-c46c-498f-bb3b-d37d38dd82ec"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e01fb045-c46c-498f-bb3b-d37d38dd82ec"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e01fb045-c46c-498f-bb3b-d37d38dd82ec"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e01fb045-c46c-498f-bb3b-d37d38dd82ec"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e01fb045-c46c-498f-bb3b-d37d38dd82ec"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e01fb045-c46c-498f-bb3b-d37d38dd82ec"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e01fb045-c46c-498f-bb3b-d37d38dd82ec"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e01fb045-c46c-498f-bb3b-d37d38dd82ec"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e01fb045-c46c-498f-bb3b-d37d38dd82ec"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-3e02200d-6dad-45cc-8c5f-3975b1bd92fd {
  margin-top: 2%;
margin-bottom: 2%;
min-height: 50px;
}








#s-3e02200d-6dad-45cc-8c5f-3975b1bd92fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e02200d-6dad-45cc-8c5f-3975b1bd92fd.shg-box.shg-c {
  justify-content: center;
}

#s-0077d6b6-d12f-48d1-8117-fc944cf66fdd .shogun-icon-wrapper {
  text-align: center;
}


#s-0077d6b6-d12f-48d1-8117-fc944cf66fdd .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(199, 199, 199, 1);
}

#s-736e536a-19eb-4001-b937-65d07867ddb5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-736e536a-19eb-4001-b937-65d07867ddb5 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b627fea6-1c21-4e6b-9b55-31b77a2987a9 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
}

#s-34c3f2c0-27c5-4dc1-bc8b-c1752e767c90 {
  margin-top: 2%;
margin-bottom: 2%;
min-height: 50px;
}








#s-34c3f2c0-27c5-4dc1-bc8b-c1752e767c90 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34c3f2c0-27c5-4dc1-bc8b-c1752e767c90.shg-box.shg-c {
  justify-content: center;
}

#s-bad91744-b097-461b-8c82-f34c594c1d3e {
  text-align: center;
}




  #s-bad91744-b097-461b-8c82-f34c594c1d3e img.shogun-image {
    
    width: px;
  }


#s-bad91744-b097-461b-8c82-f34c594c1d3e .shogun-image-content {
  
    align-items: center;
  
}

#s-65060de2-f5fd-46c2-9899-368cad22c0e0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-65060de2-f5fd-46c2-9899-368cad22c0e0 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d4165917-269d-4c2e-80c3-e3afb85e7644 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
}

#s-9dc688aa-42ad-49f4-ae9d-7400b545a286 {
  margin-top: 2%;
margin-bottom: 2%;
min-height: 50px;
}








#s-9dc688aa-42ad-49f4-ae9d-7400b545a286 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9dc688aa-42ad-49f4-ae9d-7400b545a286.shg-box.shg-c {
  justify-content: center;
}

#s-de60bbe7-fa7c-416e-8342-90288d35fc24 {
  text-align: center;
}




  #s-de60bbe7-fa7c-416e-8342-90288d35fc24 img.shogun-image {
    
    width: px;
  }


#s-de60bbe7-fa7c-416e-8342-90288d35fc24 .shogun-image-content {
  
    align-items: center;
  
}

#s-e76dc61f-68db-49a5-94aa-b9757e043095 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e76dc61f-68db-49a5-94aa-b9757e043095 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a778e87f-da65-4f87-b30e-e67faed7fb0c {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
}

#s-885d8b94-8c7b-4eab-9d28-8d65fee3b2dc {
  min-height: 50px;
}








#s-885d8b94-8c7b-4eab-9d28-8d65fee3b2dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-885d8b94-8c7b-4eab-9d28-8d65fee3b2dc.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d87ceab3-053d-4a5e-be38-ed7d01f75486 {
  margin-top: 0%;
margin-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-d87ceab3-053d-4a5e-be38-ed7d01f75486"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d87ceab3-053d-4a5e-be38-ed7d01f75486"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-d87ceab3-053d-4a5e-be38-ed7d01f75486"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-d87ceab3-053d-4a5e-be38-ed7d01f75486"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-d87ceab3-053d-4a5e-be38-ed7d01f75486"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-d87ceab3-053d-4a5e-be38-ed7d01f75486"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-d87ceab3-053d-4a5e-be38-ed7d01f75486"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-d87ceab3-053d-4a5e-be38-ed7d01f75486"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-d87ceab3-053d-4a5e-be38-ed7d01f75486"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-d87ceab3-053d-4a5e-be38-ed7d01f75486"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-d87ceab3-053d-4a5e-be38-ed7d01f75486"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-d87ceab3-053d-4a5e-be38-ed7d01f75486"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-d87ceab3-053d-4a5e-be38-ed7d01f75486"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-d87ceab3-053d-4a5e-be38-ed7d01f75486"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-d87ceab3-053d-4a5e-be38-ed7d01f75486"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-d87ceab3-053d-4a5e-be38-ed7d01f75486"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-d87ceab3-053d-4a5e-be38-ed7d01f75486"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-d87ceab3-053d-4a5e-be38-ed7d01f75486"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-d87ceab3-053d-4a5e-be38-ed7d01f75486"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-d87ceab3-053d-4a5e-be38-ed7d01f75486"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-d87ceab3-053d-4a5e-be38-ed7d01f75486"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-d87ceab3-053d-4a5e-be38-ed7d01f75486"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-d87ceab3-053d-4a5e-be38-ed7d01f75486"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-d87ceab3-053d-4a5e-be38-ed7d01f75486"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-d87ceab3-053d-4a5e-be38-ed7d01f75486"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-d87ceab3-053d-4a5e-be38-ed7d01f75486"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-d87ceab3-053d-4a5e-be38-ed7d01f75486"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-d87ceab3-053d-4a5e-be38-ed7d01f75486"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-d87ceab3-053d-4a5e-be38-ed7d01f75486"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-d87ceab3-053d-4a5e-be38-ed7d01f75486"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-d87ceab3-053d-4a5e-be38-ed7d01f75486"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-d87ceab3-053d-4a5e-be38-ed7d01f75486"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-d87ceab3-053d-4a5e-be38-ed7d01f75486"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-d87ceab3-053d-4a5e-be38-ed7d01f75486"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-d87ceab3-053d-4a5e-be38-ed7d01f75486"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-d87ceab3-053d-4a5e-be38-ed7d01f75486"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-d87ceab3-053d-4a5e-be38-ed7d01f75486"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-3a487aef-b0d2-41bb-a87c-4dc3227e8536 {
  border-style: solid;
margin-top: 2%;
margin-left: 0px;
margin-bottom: 2%;
margin-right: 0px;
padding-top: 1%;
padding-left: 3%;
padding-bottom: 1%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0.35);
max-width: 400px;
text-align: center;
}

#s-3a487aef-b0d2-41bb-a87c-4dc3227e8536 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

#s-1be096fd-b419-4315-8d29-07424a9f04e9 {
  text-align: center;
}


.shg-c#s-1be096fd-b419-4315-8d29-07424a9f04e9 {
  max-width: 100%;
}

.shg-c#s-1be096fd-b419-4315-8d29-07424a9f04e9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1be096fd-b419-4315-8d29-07424a9f04e9 .shg-image-zoom,
.shg-c#s-1be096fd-b419-4315-8d29-07424a9f04e9 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-1be096fd-b419-4315-8d29-07424a9f04e9 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-1be096fd-b419-4315-8d29-07424a9f04e9 {
  max-width: 100%;
}

.shg-c#s-1be096fd-b419-4315-8d29-07424a9f04e9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1be096fd-b419-4315-8d29-07424a9f04e9 .shg-image-zoom,
.shg-c#s-1be096fd-b419-4315-8d29-07424a9f04e9 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-1be096fd-b419-4315-8d29-07424a9f04e9 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1be096fd-b419-4315-8d29-07424a9f04e9 {
  max-width: 100%;
}

.shg-c#s-1be096fd-b419-4315-8d29-07424a9f04e9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1be096fd-b419-4315-8d29-07424a9f04e9 .shg-image-zoom,
.shg-c#s-1be096fd-b419-4315-8d29-07424a9f04e9 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-1be096fd-b419-4315-8d29-07424a9f04e9 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1be096fd-b419-4315-8d29-07424a9f04e9 {
  max-width: 100%;
}

.shg-c#s-1be096fd-b419-4315-8d29-07424a9f04e9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1be096fd-b419-4315-8d29-07424a9f04e9 .shg-image-zoom,
.shg-c#s-1be096fd-b419-4315-8d29-07424a9f04e9 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-1be096fd-b419-4315-8d29-07424a9f04e9 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-1be096fd-b419-4315-8d29-07424a9f04e9 {
  max-width: 100%;
}

.shg-c#s-1be096fd-b419-4315-8d29-07424a9f04e9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1be096fd-b419-4315-8d29-07424a9f04e9 .shg-image-zoom,
.shg-c#s-1be096fd-b419-4315-8d29-07424a9f04e9 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-1be096fd-b419-4315-8d29-07424a9f04e9 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
.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-a9b88ff9-b36c-42e3-a204-eceeaf48d44a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a9b88ff9-b36c-42e3-a204-eceeaf48d44a .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-c1f0f72c-fea1-42c2-8191-1de118ac2653 {
  text-align: center;
}

#s-c1f0f72c-fea1-42c2-8191-1de118ac2653 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-c1f0f72c-fea1-42c2-8191-1de118ac2653 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-c1f0f72c-fea1-42c2-8191-1de118ac2653 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-product-atc-wrapper {
  position: relative;
}

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

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

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

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

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

#s-0244145f-53b7-429e-98c3-c20854d786b4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(37, 37, 37, 0.44);
}
#s-0244145f-53b7-429e-98c3-c20854d786b4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0244145f-53b7-429e-98c3-c20854d786b4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0244145f-53b7-429e-98c3-c20854d786b4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0244145f-53b7-429e-98c3-c20854d786b4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0244145f-53b7-429e-98c3-c20854d786b4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0244145f-53b7-429e-98c3-c20854d786b4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-0244145f-53b7-429e-98c3-c20854d786b4.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-a5668fe7-d597-40d4-af1a-089a8710649c {
  border-style: solid;
margin-top: 2%;
margin-left: 1px;
margin-bottom: 2%;
margin-right: 1px;
padding-top: 8%;
padding-left: 0%;
padding-bottom: 8%;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0.35);
max-width: 400px;
text-align: center;
}

#s-a5668fe7-d597-40d4-af1a-089a8710649c {
  display: none;
}
#s-3c6ae144-6c17-49dd-9766-87dc9e8267c2 {
  text-align: center;
}


.shg-c#s-3c6ae144-6c17-49dd-9766-87dc9e8267c2 {
  max-width: 100%;
}

.shg-c#s-3c6ae144-6c17-49dd-9766-87dc9e8267c2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3c6ae144-6c17-49dd-9766-87dc9e8267c2 .shg-image-zoom,
.shg-c#s-3c6ae144-6c17-49dd-9766-87dc9e8267c2 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-3c6ae144-6c17-49dd-9766-87dc9e8267c2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-3c6ae144-6c17-49dd-9766-87dc9e8267c2 {
  max-width: 100%;
}

.shg-c#s-3c6ae144-6c17-49dd-9766-87dc9e8267c2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3c6ae144-6c17-49dd-9766-87dc9e8267c2 .shg-image-zoom,
.shg-c#s-3c6ae144-6c17-49dd-9766-87dc9e8267c2 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-3c6ae144-6c17-49dd-9766-87dc9e8267c2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3c6ae144-6c17-49dd-9766-87dc9e8267c2 {
  max-width: 100%;
}

.shg-c#s-3c6ae144-6c17-49dd-9766-87dc9e8267c2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3c6ae144-6c17-49dd-9766-87dc9e8267c2 .shg-image-zoom,
.shg-c#s-3c6ae144-6c17-49dd-9766-87dc9e8267c2 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-3c6ae144-6c17-49dd-9766-87dc9e8267c2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3c6ae144-6c17-49dd-9766-87dc9e8267c2 {
  max-width: 100%;
}

.shg-c#s-3c6ae144-6c17-49dd-9766-87dc9e8267c2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3c6ae144-6c17-49dd-9766-87dc9e8267c2 .shg-image-zoom,
.shg-c#s-3c6ae144-6c17-49dd-9766-87dc9e8267c2 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-3c6ae144-6c17-49dd-9766-87dc9e8267c2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-3c6ae144-6c17-49dd-9766-87dc9e8267c2 {
  max-width: 100%;
}

.shg-c#s-3c6ae144-6c17-49dd-9766-87dc9e8267c2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3c6ae144-6c17-49dd-9766-87dc9e8267c2 .shg-image-zoom,
.shg-c#s-3c6ae144-6c17-49dd-9766-87dc9e8267c2 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-3c6ae144-6c17-49dd-9766-87dc9e8267c2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-10571482-1cb7-40e9-9abd-a6b07fd8b1b4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-10571482-1cb7-40e9-9abd-a6b07fd8b1b4 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-63e7e07f-7628-4d32-b188-f0b5a901b095 {
  text-align: center;
}

#s-63e7e07f-7628-4d32-b188-f0b5a901b095 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-63e7e07f-7628-4d32-b188-f0b5a901b095 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-63e7e07f-7628-4d32-b188-f0b5a901b095 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-88823214-1aa1-49a6-8a22-93b9aacfa549 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(37, 37, 37, 0.44);
}
#s-88823214-1aa1-49a6-8a22-93b9aacfa549:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-88823214-1aa1-49a6-8a22-93b9aacfa549:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-88823214-1aa1-49a6-8a22-93b9aacfa549 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-88823214-1aa1-49a6-8a22-93b9aacfa549.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-88823214-1aa1-49a6-8a22-93b9aacfa549.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-88823214-1aa1-49a6-8a22-93b9aacfa549.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-88823214-1aa1-49a6-8a22-93b9aacfa549.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-6bd5b60e-9ff7-4623-83cf-10bb7c4f355a {
  border-style: solid;
margin-top: 2%;
margin-left: 1px;
margin-bottom: 2%;
margin-right: 1px;
padding-top: 8%;
padding-left: 0%;
padding-bottom: 8%;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0.35);
max-width: 400px;
text-align: center;
}

#s-6bd5b60e-9ff7-4623-83cf-10bb7c4f355a {
  display: none;
}
#s-042fea3d-7507-4653-b88f-137c796e3267 {
  text-align: center;
}


.shg-c#s-042fea3d-7507-4653-b88f-137c796e3267 {
  max-width: 100%;
}

.shg-c#s-042fea3d-7507-4653-b88f-137c796e3267 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-042fea3d-7507-4653-b88f-137c796e3267 .shg-image-zoom,
.shg-c#s-042fea3d-7507-4653-b88f-137c796e3267 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-042fea3d-7507-4653-b88f-137c796e3267 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-042fea3d-7507-4653-b88f-137c796e3267 {
  max-width: 100%;
}

.shg-c#s-042fea3d-7507-4653-b88f-137c796e3267 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-042fea3d-7507-4653-b88f-137c796e3267 .shg-image-zoom,
.shg-c#s-042fea3d-7507-4653-b88f-137c796e3267 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-042fea3d-7507-4653-b88f-137c796e3267 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-042fea3d-7507-4653-b88f-137c796e3267 {
  max-width: 100%;
}

.shg-c#s-042fea3d-7507-4653-b88f-137c796e3267 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-042fea3d-7507-4653-b88f-137c796e3267 .shg-image-zoom,
.shg-c#s-042fea3d-7507-4653-b88f-137c796e3267 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-042fea3d-7507-4653-b88f-137c796e3267 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-042fea3d-7507-4653-b88f-137c796e3267 {
  max-width: 100%;
}

.shg-c#s-042fea3d-7507-4653-b88f-137c796e3267 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-042fea3d-7507-4653-b88f-137c796e3267 .shg-image-zoom,
.shg-c#s-042fea3d-7507-4653-b88f-137c796e3267 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-042fea3d-7507-4653-b88f-137c796e3267 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-042fea3d-7507-4653-b88f-137c796e3267 {
  max-width: 100%;
}

.shg-c#s-042fea3d-7507-4653-b88f-137c796e3267 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-042fea3d-7507-4653-b88f-137c796e3267 .shg-image-zoom,
.shg-c#s-042fea3d-7507-4653-b88f-137c796e3267 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-042fea3d-7507-4653-b88f-137c796e3267 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-d39d3e14-b818-4957-8f78-86cac90df9fa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d39d3e14-b818-4957-8f78-86cac90df9fa .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-075049e3-ba31-488f-afae-b63a964fb9ec {
  text-align: center;
}

#s-075049e3-ba31-488f-afae-b63a964fb9ec .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-075049e3-ba31-488f-afae-b63a964fb9ec .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-075049e3-ba31-488f-afae-b63a964fb9ec .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-a29e8151-4684-40d1-8ae4-7130e11dfebf {
  margin-top: 2%;
margin-left: 3%;
margin-bottom: 2%;
margin-right: 3%;
text-align: center;
}

#s-a29e8151-4684-40d1-8ae4-7130e11dfebf .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-a29e8151-4684-40d1-8ae4-7130e11dfebf .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-a29e8151-4684-40d1-8ae4-7130e11dfebf .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-a29e8151-4684-40d1-8ae4-7130e11dfebf .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


  #s-a29e8151-4684-40d1-8ae4-7130e11dfebf .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

       
    #s-a29e8151-4684-40d1-8ae4-7130e11dfebf .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  

#s-9dcc5799-1b5c-4e85-9f72-ca7669524454 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(37, 37, 37, 0.44);
}
#s-9dcc5799-1b5c-4e85-9f72-ca7669524454:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9dcc5799-1b5c-4e85-9f72-ca7669524454:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9dcc5799-1b5c-4e85-9f72-ca7669524454 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9dcc5799-1b5c-4e85-9f72-ca7669524454.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9dcc5799-1b5c-4e85-9f72-ca7669524454.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9dcc5799-1b5c-4e85-9f72-ca7669524454.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-9dcc5799-1b5c-4e85-9f72-ca7669524454.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-64a06df5-c65b-4e9d-8930-557ca3fe841a {
  min-height: 50px;
}








#s-64a06df5-c65b-4e9d-8930-557ca3fe841a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-64a06df5-c65b-4e9d-8930-557ca3fe841a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-146db173-7e3d-42f7-bd97-e0df69dc0cff {
  text-align: center;
}





#s-146db173-7e3d-42f7-bd97-e0df69dc0cff .shogun-image-content {
  
    align-items: center;
  
}

#s-2f43d835-ee9d-4108-bce6-c188db4c44a0 {
  margin-top: 2%;
margin-bottom: 2%;
min-height: 50px;
}








#s-2f43d835-ee9d-4108-bce6-c188db4c44a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f43d835-ee9d-4108-bce6-c188db4c44a0.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f54d34bc-a16b-4f8c-9abe-4cf37e9659ab {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f54d34bc-a16b-4f8c-9abe-4cf37e9659ab .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 27px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-28b0c679-0b4d-43bd-9709-0a1feb0cb9f8 {
  margin-left: auto;
margin-right: auto;
max-width: 900px;
}

#s-ce8ceef1-d62d-4f7a-823c-e049d943f4bc {
  text-align: center;
}





#s-ce8ceef1-d62d-4f7a-823c-e049d943f4bc .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-c53a674f-6f02-4980-bb1b-bab127246ef8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c53a674f-6f02-4980-bb1b-bab127246ef8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c53a674f-6f02-4980-bb1b-bab127246ef8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c53a674f-6f02-4980-bb1b-bab127246ef8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c53a674f-6f02-4980-bb1b-bab127246ef8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c53a674f-6f02-4980-bb1b-bab127246ef8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c53a674f-6f02-4980-bb1b-bab127246ef8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c53a674f-6f02-4980-bb1b-bab127246ef8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c53a674f-6f02-4980-bb1b-bab127246ef8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c53a674f-6f02-4980-bb1b-bab127246ef8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c53a674f-6f02-4980-bb1b-bab127246ef8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c53a674f-6f02-4980-bb1b-bab127246ef8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c53a674f-6f02-4980-bb1b-bab127246ef8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c53a674f-6f02-4980-bb1b-bab127246ef8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c53a674f-6f02-4980-bb1b-bab127246ef8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c53a674f-6f02-4980-bb1b-bab127246ef8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c53a674f-6f02-4980-bb1b-bab127246ef8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c53a674f-6f02-4980-bb1b-bab127246ef8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c53a674f-6f02-4980-bb1b-bab127246ef8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c53a674f-6f02-4980-bb1b-bab127246ef8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c53a674f-6f02-4980-bb1b-bab127246ef8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c53a674f-6f02-4980-bb1b-bab127246ef8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c53a674f-6f02-4980-bb1b-bab127246ef8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c53a674f-6f02-4980-bb1b-bab127246ef8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c53a674f-6f02-4980-bb1b-bab127246ef8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c53a674f-6f02-4980-bb1b-bab127246ef8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c53a674f-6f02-4980-bb1b-bab127246ef8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c53a674f-6f02-4980-bb1b-bab127246ef8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c53a674f-6f02-4980-bb1b-bab127246ef8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c53a674f-6f02-4980-bb1b-bab127246ef8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c53a674f-6f02-4980-bb1b-bab127246ef8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c53a674f-6f02-4980-bb1b-bab127246ef8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c53a674f-6f02-4980-bb1b-bab127246ef8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c53a674f-6f02-4980-bb1b-bab127246ef8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c53a674f-6f02-4980-bb1b-bab127246ef8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c53a674f-6f02-4980-bb1b-bab127246ef8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c53a674f-6f02-4980-bb1b-bab127246ef8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-23a25cab-4479-415c-ba85-c3f613a50178 {
  margin-top: 2%;
margin-bottom: 2%;
min-height: 50px;
}








#s-23a25cab-4479-415c-ba85-c3f613a50178 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-23a25cab-4479-415c-ba85-c3f613a50178.shg-box.shg-c {
  justify-content: center;
}

#s-bb251206-f559-43ae-9696-49bf2157356e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bb251206-f559-43ae-9696-49bf2157356e .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a6cd7543-3feb-4b84-b6df-356777d54e6e {
  margin-top: 2%;
margin-bottom: 2%;
min-height: 50px;
}








#s-a6cd7543-3feb-4b84-b6df-356777d54e6e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a6cd7543-3feb-4b84-b6df-356777d54e6e.shg-box.shg-c {
  justify-content: center;
}

#s-1b9e29f1-7191-45fb-a77d-2892b445e560 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1b9e29f1-7191-45fb-a77d-2892b445e560 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6a89369c-2eb6-4c5f-ad2a-998461899f2b {
  margin-top: 2%;
margin-bottom: 2%;
min-height: 50px;
}








#s-6a89369c-2eb6-4c5f-ad2a-998461899f2b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a89369c-2eb6-4c5f-ad2a-998461899f2b.shg-box.shg-c {
  justify-content: center;
}

#s-3afd9f71-a4db-4776-9f3a-69314a2dd507 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3afd9f71-a4db-4776-9f3a-69314a2dd507 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1bdd6bc3-1e14-414b-9a34-a44074f993ab {
  margin-top: 2%;
margin-bottom: 2%;
min-height: 50px;
}








#s-1bdd6bc3-1e14-414b-9a34-a44074f993ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1bdd6bc3-1e14-414b-9a34-a44074f993ab.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4e2f2b13-d28a-4280-b860-244f173eb259 {
  text-align: center;
}





#s-4e2f2b13-d28a-4280-b860-244f173eb259 .shogun-image-content {
  
    align-items: center;
  
}

#s-52b2d558-6a06-4b97-baca-af4f521043a4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-52b2d558-6a06-4b97-baca-af4f521043a4 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 27px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3ee5cda5-9571-4e09-af53-6dc432f91772 {
  margin-left: auto;
margin-right: auto;
max-width: 900px;
}

#s-db19e272-53fc-4ff1-9875-1a74f89b18d4 {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
min-height: 50px;
background-color: rgba(24, 33, 50, 1);
}








#s-db19e272-53fc-4ff1-9875-1a74f89b18d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db19e272-53fc-4ff1-9875-1a74f89b18d4.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-181c1792-59f9-4174-8be0-27cad0beb91a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-181c1792-59f9-4174-8be0-27cad0beb91a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-181c1792-59f9-4174-8be0-27cad0beb91a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-181c1792-59f9-4174-8be0-27cad0beb91a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-181c1792-59f9-4174-8be0-27cad0beb91a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-181c1792-59f9-4174-8be0-27cad0beb91a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-181c1792-59f9-4174-8be0-27cad0beb91a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-181c1792-59f9-4174-8be0-27cad0beb91a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-181c1792-59f9-4174-8be0-27cad0beb91a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-181c1792-59f9-4174-8be0-27cad0beb91a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-181c1792-59f9-4174-8be0-27cad0beb91a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-181c1792-59f9-4174-8be0-27cad0beb91a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-181c1792-59f9-4174-8be0-27cad0beb91a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-181c1792-59f9-4174-8be0-27cad0beb91a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-181c1792-59f9-4174-8be0-27cad0beb91a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-181c1792-59f9-4174-8be0-27cad0beb91a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-181c1792-59f9-4174-8be0-27cad0beb91a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-181c1792-59f9-4174-8be0-27cad0beb91a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-181c1792-59f9-4174-8be0-27cad0beb91a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-181c1792-59f9-4174-8be0-27cad0beb91a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-181c1792-59f9-4174-8be0-27cad0beb91a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-181c1792-59f9-4174-8be0-27cad0beb91a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-181c1792-59f9-4174-8be0-27cad0beb91a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-181c1792-59f9-4174-8be0-27cad0beb91a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-181c1792-59f9-4174-8be0-27cad0beb91a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-181c1792-59f9-4174-8be0-27cad0beb91a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-181c1792-59f9-4174-8be0-27cad0beb91a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-181c1792-59f9-4174-8be0-27cad0beb91a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-181c1792-59f9-4174-8be0-27cad0beb91a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-181c1792-59f9-4174-8be0-27cad0beb91a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-181c1792-59f9-4174-8be0-27cad0beb91a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-181c1792-59f9-4174-8be0-27cad0beb91a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-181c1792-59f9-4174-8be0-27cad0beb91a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-181c1792-59f9-4174-8be0-27cad0beb91a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-181c1792-59f9-4174-8be0-27cad0beb91a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-181c1792-59f9-4174-8be0-27cad0beb91a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-181c1792-59f9-4174-8be0-27cad0beb91a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-87f6278f-ba41-48ab-892c-17e5e36b3696"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-87f6278f-ba41-48ab-892c-17e5e36b3696"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-87f6278f-ba41-48ab-892c-17e5e36b3696"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-87f6278f-ba41-48ab-892c-17e5e36b3696"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-87f6278f-ba41-48ab-892c-17e5e36b3696"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-87f6278f-ba41-48ab-892c-17e5e36b3696"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-87f6278f-ba41-48ab-892c-17e5e36b3696"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-87f6278f-ba41-48ab-892c-17e5e36b3696"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-87f6278f-ba41-48ab-892c-17e5e36b3696"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-87f6278f-ba41-48ab-892c-17e5e36b3696"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-87f6278f-ba41-48ab-892c-17e5e36b3696"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-87f6278f-ba41-48ab-892c-17e5e36b3696"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-87f6278f-ba41-48ab-892c-17e5e36b3696"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-87f6278f-ba41-48ab-892c-17e5e36b3696"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-87f6278f-ba41-48ab-892c-17e5e36b3696"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-87f6278f-ba41-48ab-892c-17e5e36b3696"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-87f6278f-ba41-48ab-892c-17e5e36b3696"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-87f6278f-ba41-48ab-892c-17e5e36b3696"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-87f6278f-ba41-48ab-892c-17e5e36b3696"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-87f6278f-ba41-48ab-892c-17e5e36b3696"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-87f6278f-ba41-48ab-892c-17e5e36b3696"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-87f6278f-ba41-48ab-892c-17e5e36b3696"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-87f6278f-ba41-48ab-892c-17e5e36b3696"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-87f6278f-ba41-48ab-892c-17e5e36b3696"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-87f6278f-ba41-48ab-892c-17e5e36b3696"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-87f6278f-ba41-48ab-892c-17e5e36b3696"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-87f6278f-ba41-48ab-892c-17e5e36b3696"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-87f6278f-ba41-48ab-892c-17e5e36b3696"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-87f6278f-ba41-48ab-892c-17e5e36b3696"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-87f6278f-ba41-48ab-892c-17e5e36b3696"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-87f6278f-ba41-48ab-892c-17e5e36b3696"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-87f6278f-ba41-48ab-892c-17e5e36b3696"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-87f6278f-ba41-48ab-892c-17e5e36b3696"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-87f6278f-ba41-48ab-892c-17e5e36b3696"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-87f6278f-ba41-48ab-892c-17e5e36b3696"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-87f6278f-ba41-48ab-892c-17e5e36b3696"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-87f6278f-ba41-48ab-892c-17e5e36b3696"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-654c26c8-5597-4a32-90c9-e22aac94bdd5 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}




  #s-654c26c8-5597-4a32-90c9-e22aac94bdd5 img.shogun-image {
    
    width: px;
  }


#s-654c26c8-5597-4a32-90c9-e22aac94bdd5 .shogun-image-content {
  
    align-items: center;
  
}

#s-af1b82f7-1f95-46c3-adeb-276da44b46ef {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}




  #s-af1b82f7-1f95-46c3-adeb-276da44b46ef img.shogun-image {
    
    width: px;
  }


#s-af1b82f7-1f95-46c3-adeb-276da44b46ef .shogun-image-content {
  
    align-items: center;
  
}

#s-93300f5a-7bbb-4234-9a01-a893b2d80d22 {
  min-height: 700px;
}








#s-93300f5a-7bbb-4234-9a01-a893b2d80d22 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-93300f5a-7bbb-4234-9a01-a893b2d80d22.shg-box.shg-c {
  justify-content: center;
}

#s-e7fc84ab-55a3-4231-b62a-edc36269921b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e7fc84ab-55a3-4231-b62a-edc36269921b .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 27px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0f64f97e-5a17-4759-b359-98371a6a3319 {
  margin-left: auto;
margin-right: auto;
max-width: 900px;
}

#s-8706797c-8c69-46dd-99a2-7540e93a8554 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
}

@media (min-width: 0px) {
[id="s-8706797c-8c69-46dd-99a2-7540e93a8554"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8706797c-8c69-46dd-99a2-7540e93a8554"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8706797c-8c69-46dd-99a2-7540e93a8554"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8706797c-8c69-46dd-99a2-7540e93a8554"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8706797c-8c69-46dd-99a2-7540e93a8554"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8706797c-8c69-46dd-99a2-7540e93a8554"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8706797c-8c69-46dd-99a2-7540e93a8554"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8706797c-8c69-46dd-99a2-7540e93a8554"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8706797c-8c69-46dd-99a2-7540e93a8554"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8706797c-8c69-46dd-99a2-7540e93a8554"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8706797c-8c69-46dd-99a2-7540e93a8554"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8706797c-8c69-46dd-99a2-7540e93a8554"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8706797c-8c69-46dd-99a2-7540e93a8554"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8706797c-8c69-46dd-99a2-7540e93a8554"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8706797c-8c69-46dd-99a2-7540e93a8554"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8706797c-8c69-46dd-99a2-7540e93a8554"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8706797c-8c69-46dd-99a2-7540e93a8554"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8706797c-8c69-46dd-99a2-7540e93a8554"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8706797c-8c69-46dd-99a2-7540e93a8554"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8706797c-8c69-46dd-99a2-7540e93a8554"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8706797c-8c69-46dd-99a2-7540e93a8554"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8706797c-8c69-46dd-99a2-7540e93a8554"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8706797c-8c69-46dd-99a2-7540e93a8554"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8706797c-8c69-46dd-99a2-7540e93a8554"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8706797c-8c69-46dd-99a2-7540e93a8554"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8706797c-8c69-46dd-99a2-7540e93a8554"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8706797c-8c69-46dd-99a2-7540e93a8554"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8706797c-8c69-46dd-99a2-7540e93a8554"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8706797c-8c69-46dd-99a2-7540e93a8554"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8706797c-8c69-46dd-99a2-7540e93a8554"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8706797c-8c69-46dd-99a2-7540e93a8554"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8706797c-8c69-46dd-99a2-7540e93a8554"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8706797c-8c69-46dd-99a2-7540e93a8554"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8706797c-8c69-46dd-99a2-7540e93a8554"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8706797c-8c69-46dd-99a2-7540e93a8554"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8706797c-8c69-46dd-99a2-7540e93a8554"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8706797c-8c69-46dd-99a2-7540e93a8554"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-d87ddd2b-6a08-45a8-b1aa-41a002b98853 .shogun-icon-wrapper {
  text-align: center;
}


#s-d87ddd2b-6a08-45a8-b1aa-41a002b98853 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(141, 198, 63, 1);
}

#s-45872e16-2ac2-427a-9f22-c03109e8dee6 .shogun-icon-wrapper {
  text-align: center;
}


#s-45872e16-2ac2-427a-9f22-c03109e8dee6 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(141, 198, 63, 1);
}

#s-d9deebc7-a081-48e6-9bbe-b1065ca18fe7 .shogun-icon-wrapper {
  text-align: center;
}


#s-d9deebc7-a081-48e6-9bbe-b1065ca18fe7 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(141, 198, 63, 1);
}

#s-f6efe6e0-47fc-4884-9d67-ddd8bf39559d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f6efe6e0-47fc-4884-9d67-ddd8bf39559d .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 27px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f8135abd-9d72-4341-b824-39c7cf3c6b12 {
  margin-left: auto;
margin-right: auto;
max-width: 900px;
}

#s-950c6b3e-d73d-45a3-8406-511ab38e20d0 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTk0MzA2ZGYtODcwYy00Mjg5LTk4ZjQtYWE3MjZjYTUyYjU1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1NTYiIHN0eWxlPSJzdG9wLWNvbG9yOiNiZWJlYmU7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuNTA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmRmZGZkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojYjNiM2IzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxOTQzMDZkZi04NzBjLTQyODktOThmNC1hYTcyNmNhNTJiNTUpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 2%;
margin-bottom: 2%;
padding-left: 3%;
padding-right: 3%;
min-height: 450px;
}








#s-950c6b3e-d73d-45a3-8406-511ab38e20d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-950c6b3e-d73d-45a3-8406-511ab38e20d0.shg-box.shg-c {
  justify-content: center;
}

#s-345dbfef-c3bf-42d5-ac0c-812862eada98 {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-345dbfef-c3bf-42d5-ac0c-812862eada98"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-345dbfef-c3bf-42d5-ac0c-812862eada98"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-345dbfef-c3bf-42d5-ac0c-812862eada98"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-345dbfef-c3bf-42d5-ac0c-812862eada98"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-345dbfef-c3bf-42d5-ac0c-812862eada98"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-345dbfef-c3bf-42d5-ac0c-812862eada98"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-345dbfef-c3bf-42d5-ac0c-812862eada98"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-345dbfef-c3bf-42d5-ac0c-812862eada98"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-345dbfef-c3bf-42d5-ac0c-812862eada98"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-345dbfef-c3bf-42d5-ac0c-812862eada98"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-345dbfef-c3bf-42d5-ac0c-812862eada98"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-345dbfef-c3bf-42d5-ac0c-812862eada98"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-345dbfef-c3bf-42d5-ac0c-812862eada98"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-345dbfef-c3bf-42d5-ac0c-812862eada98"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-345dbfef-c3bf-42d5-ac0c-812862eada98"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-345dbfef-c3bf-42d5-ac0c-812862eada98"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-345dbfef-c3bf-42d5-ac0c-812862eada98"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-345dbfef-c3bf-42d5-ac0c-812862eada98"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-345dbfef-c3bf-42d5-ac0c-812862eada98"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-345dbfef-c3bf-42d5-ac0c-812862eada98"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-345dbfef-c3bf-42d5-ac0c-812862eada98"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-345dbfef-c3bf-42d5-ac0c-812862eada98"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-345dbfef-c3bf-42d5-ac0c-812862eada98"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-345dbfef-c3bf-42d5-ac0c-812862eada98"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-345dbfef-c3bf-42d5-ac0c-812862eada98"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-345dbfef-c3bf-42d5-ac0c-812862eada98"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-345dbfef-c3bf-42d5-ac0c-812862eada98"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-345dbfef-c3bf-42d5-ac0c-812862eada98"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-345dbfef-c3bf-42d5-ac0c-812862eada98"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-345dbfef-c3bf-42d5-ac0c-812862eada98"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-345dbfef-c3bf-42d5-ac0c-812862eada98"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-345dbfef-c3bf-42d5-ac0c-812862eada98"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-345dbfef-c3bf-42d5-ac0c-812862eada98"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-345dbfef-c3bf-42d5-ac0c-812862eada98"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-345dbfef-c3bf-42d5-ac0c-812862eada98"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-345dbfef-c3bf-42d5-ac0c-812862eada98"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-345dbfef-c3bf-42d5-ac0c-812862eada98"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-6475fb71-d72c-488d-8b94-8124496969c7 {
  margin-top: 2%;
margin-bottom: 2%;
min-height: 300px;
}








#s-6475fb71-d72c-488d-8b94-8124496969c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6475fb71-d72c-488d-8b94-8124496969c7.shg-box.shg-c {
  justify-content: center;
}

#s-76b2e2a5-304d-4c01-91d7-7911885a933b {
  margin-left: auto;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
max-width: 400px;
text-align: center;
}

#s-7490c44c-3bae-4961-9763-047d6b19107e {
  margin-top: 2%;
margin-bottom: 2%;
min-height: 300px;
}








#s-7490c44c-3bae-4961-9763-047d6b19107e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7490c44c-3bae-4961-9763-047d6b19107e.shg-box.shg-c {
  justify-content: center;
}

#s-ae8e3dad-905d-4b6f-85da-4524df6b9225 {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ae8e3dad-905d-4b6f-85da-4524df6b9225 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 27px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

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

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

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

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

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}
