.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * 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: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

#s-acce3257-e1b8-4e3a-98b3-8b11bd29d2fe {
  margin-top: -11%;
margin-bottom: 0%;
min-height: 50px;
}
@media (min-width: 1200px){#s-acce3257-e1b8-4e3a-98b3-8b11bd29d2fe {
  display: none;
}
#s-acce3257-e1b8-4e3a-98b3-8b11bd29d2fe, #wrap-s-acce3257-e1b8-4e3a-98b3-8b11bd29d2fe { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-acce3257-e1b8-4e3a-98b3-8b11bd29d2fe {
  display: none;
}
#s-acce3257-e1b8-4e3a-98b3-8b11bd29d2fe, #wrap-s-acce3257-e1b8-4e3a-98b3-8b11bd29d2fe { display:none !important; }}







#s-acce3257-e1b8-4e3a-98b3-8b11bd29d2fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-acce3257-e1b8-4e3a-98b3-8b11bd29d2fe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-contain {
  font-family: "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-136ef737-851d-4105-a252-3f71fd90abab {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}







  #s-136ef737-851d-4105-a252-3f71fd90abab img.shogun-image {
    

    
    
    
  }


#s-136ef737-851d-4105-a252-3f71fd90abab .shogun-image-content {
  
    align-items: 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: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-f4bcd8fc-6002-48c2-b771-b672ff26bd8f {
  margin-top: 2%;
margin-bottom: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f4bcd8fc-6002-48c2-b771-b672ff26bd8f .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 2px;
  
}



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

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

#s-a9197d7f-d134-432e-a69d-ae5416c0608d {
  margin-top: -2%;
margin-left: 0%;
}

@media (min-width: 0px) {
[id="s-a9197d7f-d134-432e-a69d-ae5416c0608d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-a9197d7f-d134-432e-a69d-ae5416c0608d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-a9197d7f-d134-432e-a69d-ae5416c0608d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-a9197d7f-d134-432e-a69d-ae5416c0608d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-b53ccfb1-c695-4960-8a7e-a4490a0330b7 {
  margin-left: 80%;
margin-right: 10%;
text-align: center;
}







  #s-b53ccfb1-c695-4960-8a7e-a4490a0330b7 img.shogun-image {
    

    
    
    
  }


#s-b53ccfb1-c695-4960-8a7e-a4490a0330b7 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.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 ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-3cdf1d4c-525b-4788-9d5d-65df79d5972a {
  margin-top: 1%;
margin-left: -10%;
margin-bottom: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-3cdf1d4c-525b-4788-9d5d-65df79d5972a {
  margin-top: 3%;
}
}
#s-3ceab33d-fc78-4251-9867-9b4c3789ea66 {
  margin-top: 0%;
margin-left: 15%;
margin-bottom: 2%;
margin-right: 15%;
min-height: 50px;
}
@media (min-width: 1200px){#s-3ceab33d-fc78-4251-9867-9b4c3789ea66 {
  display: none;
}
#s-3ceab33d-fc78-4251-9867-9b4c3789ea66, #wrap-s-3ceab33d-fc78-4251-9867-9b4c3789ea66 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3ceab33d-fc78-4251-9867-9b4c3789ea66 {
  display: none;
}
#s-3ceab33d-fc78-4251-9867-9b4c3789ea66, #wrap-s-3ceab33d-fc78-4251-9867-9b4c3789ea66 { display:none !important; }}







#s-3ceab33d-fc78-4251-9867-9b4c3789ea66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ceab33d-fc78-4251-9867-9b4c3789ea66.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-14670272-94da-4e4c-ba64-d1c3d4c94f04 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0.2);
}

#s-14670272-94da-4e4c-ba64-d1c3d4c94f04 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(29, 29, 29, 1);
  padding: 15px;
}

#s-14670272-94da-4e4c-ba64-d1c3d4c94f04 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-14670272-94da-4e4c-ba64-d1c3d4c94f04 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0.2);
}

#s-14670272-94da-4e4c-ba64-d1c3d4c94f04 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 12px;
}

#s-14670272-94da-4e4c-ba64-d1c3d4c94f04 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 12px;
}
#s-2261c2db-b655-4712-9c56-76dd15fa3aa4 {
  margin-top: 5%;
margin-bottom: 0%;
}

#s-59e9f1ee-d4a3-46a5-b4b5-39c59716a345 {
  margin-top: 5%;
margin-left: 5%;
margin-bottom: 5%;
margin-right: 5%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-59e9f1ee-d4a3-46a5-b4b5-39c59716a345 {
  margin-left: 15%;
margin-right: 15%;
}
}







#s-59e9f1ee-d4a3-46a5-b4b5-39c59716a345 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-59e9f1ee-d4a3-46a5-b4b5-39c59716a345.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c3c199ab-eb6b-4118-8555-884af7a6de24 {
  margin-bottom: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c3c199ab-eb6b-4118-8555-884af7a6de24 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 2px;
  text-align: center;
}



#s-1f7c2d2a-8894-4f68-b3dd-3a45b8d15d39 {
  margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-1f7c2d2a-8894-4f68-b3dd-3a45b8d15d39 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
}
#s-79ca8f96-d77a-4dfd-918b-f6121e29d97d {
  margin-top: -2%;
margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-79ca8f96-d77a-4dfd-918b-f6121e29d97d {
  margin-left: 0%;
}
}
#s-e52c2145-79bf-4f0b-9879-14dc12f1dcd8 {
  margin-top: -2%;
margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-e52c2145-79bf-4f0b-9879-14dc12f1dcd8 {
  margin-left: 0%;
}
}
#s-a7a93d64-4fff-478f-99da-b3aa3e11d801 {
  margin-top: -2%;
margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-a7a93d64-4fff-478f-99da-b3aa3e11d801 {
  margin-left: 0%;
}
}
#s-100655e6-7476-4a38-a4b3-6ab87b764cd6 {
  margin-top: -2%;
margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-100655e6-7476-4a38-a4b3-6ab87b764cd6 {
  margin-left: 0%;
}
}
#s-851296f2-7b9d-415a-bba0-83a4eadd53b8 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}








#s-851296f2-7b9d-415a-bba0-83a4eadd53b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-851296f2-7b9d-415a-bba0-83a4eadd53b8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-336f20e0-ab8e-40fc-85a8-ebe432e0247c {
  margin-bottom: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-336f20e0-ab8e-40fc-85a8-ebe432e0247c .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 2px;
  text-align: center;
}



#s-8b37e78c-6ba0-451a-9039-e17884f186cc {
  margin-left: 20%;
margin-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-8b37e78c-6ba0-451a-9039-e17884f186cc {
  margin-left: 20%;
margin-right: 20%;
}
}@media (max-width: 767px){#s-8b37e78c-6ba0-451a-9039-e17884f186cc {
  margin-left: 10%;
margin-right: 10%;
}
}
@media (min-width: 0px) {
[id="s-8b37e78c-6ba0-451a-9039-e17884f186cc"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-8b37e78c-6ba0-451a-9039-e17884f186cc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8b37e78c-6ba0-451a-9039-e17884f186cc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8b37e78c-6ba0-451a-9039-e17884f186cc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-9d7fe279-b3eb-40ca-8958-b85f9529ef0f {
  margin-left: 25%;
margin-right: 25%;
text-align: center;
}







  #s-9d7fe279-b3eb-40ca-8958-b85f9529ef0f img.shogun-image {
    

    
    
    
  }


#s-9d7fe279-b3eb-40ca-8958-b85f9529ef0f .shogun-image-content {
  
    align-items: center;
  
}

#s-69766df6-3dbd-44fd-ba92-1c30c9617b24 {
  margin-top: 4%;
}

#s-3df6241b-198c-4178-87d5-16296fdc4550 {
  margin-left: 25%;
margin-right: 25%;
text-align: center;
}







  #s-3df6241b-198c-4178-87d5-16296fdc4550 img.shogun-image {
    

    
    
    
  }


#s-3df6241b-198c-4178-87d5-16296fdc4550 .shogun-image-content {
  
    align-items: center;
  
}

#s-6123b5c4-03d7-4504-9044-7528337b2266 {
  margin-top: 4%;
}

#s-edd07607-d6ac-4dae-897b-1786d8268de6 {
  margin-left: 25%;
margin-right: 25%;
text-align: center;
}







  #s-edd07607-d6ac-4dae-897b-1786d8268de6 img.shogun-image {
    

    
    
    
  }


#s-edd07607-d6ac-4dae-897b-1786d8268de6 .shogun-image-content {
  
    align-items: center;
  
}

#s-b63ac550-f8b1-4b37-8422-56a510992646 {
  margin-top: 4%;
}

#s-0b5f877e-1a98-43df-a59b-1c5f80baae55 {
  margin-top: 5%;
margin-left: 5%;
margin-bottom: 5%;
margin-right: 5%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0b5f877e-1a98-43df-a59b-1c5f80baae55 {
  margin-left: 15%;
margin-right: 15%;
}
}







#s-0b5f877e-1a98-43df-a59b-1c5f80baae55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b5f877e-1a98-43df-a59b-1c5f80baae55.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-289575a8-8b19-4743-be77-541581d30ee4 {
  margin-bottom: 4%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-289575a8-8b19-4743-be77-541581d30ee4 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 2px;
  text-align: center;
}



#s-b0ab2ec6-d483-4da0-8402-ca01b721b331 {
  margin-bottom: -4%;
}

#s-9431794e-3aac-4f83-ae45-fa914e27e422 {
  text-align: center;
}







  #s-9431794e-3aac-4f83-ae45-fa914e27e422 img.shogun-image {
    

    
    
    
  }


#s-9431794e-3aac-4f83-ae45-fa914e27e422 .shogun-image-content {
  
    align-items: center;
  
}

#s-d97303da-74aa-4e6a-aeb8-3751d1ed690f {
  margin-top: -1%;
margin-bottom: -1%;
}

#s-097e502b-2a01-4f2d-a286-8a94e2e50c82 {
  margin-top: -5%;
margin-bottom: -4%;
}
@media (min-width: 768px) and (max-width: 991px){#s-097e502b-2a01-4f2d-a286-8a94e2e50c82 {
  margin-top: -1%;
}
}
#s-b19225cd-0eec-40be-b331-b8a5865f8f42 {
  text-align: center;
}







  #s-b19225cd-0eec-40be-b331-b8a5865f8f42 img.shogun-image {
    

    
    
    
  }


#s-b19225cd-0eec-40be-b331-b8a5865f8f42 .shogun-image-content {
  
    align-items: center;
  
}

#s-1c79823f-2a4b-4860-87b0-fb363f7d6317 {
  margin-top: -1%;
margin-bottom: -1%;
}

#s-fd3b3c6a-1b4b-473d-91e4-895c4423ad71 {
  margin-top: 5%;
margin-bottom: 5%;
}

#s-7e753a85-0b53-4080-ac9c-721daf843f7d {
  text-align: left;
}

#s-ff0ab8e1-2f20-4948-b209-a46a86ecbb39 {
  margin-top: -5%;
margin-left: 26%;
margin-bottom: 0%;
margin-right: 26%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ff0ab8e1-2f20-4948-b209-a46a86ecbb39 {
  display: none;
}
#s-ff0ab8e1-2f20-4948-b209-a46a86ecbb39, #wrap-s-ff0ab8e1-2f20-4948-b209-a46a86ecbb39 { display:none !important; }}@media (max-width: 767px){#s-ff0ab8e1-2f20-4948-b209-a46a86ecbb39 {
  display: none;
}
#s-ff0ab8e1-2f20-4948-b209-a46a86ecbb39, #wrap-s-ff0ab8e1-2f20-4948-b209-a46a86ecbb39 { display:none !important; }}







#s-ff0ab8e1-2f20-4948-b209-a46a86ecbb39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff0ab8e1-2f20-4948-b209-a46a86ecbb39.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0d98233d-a2ac-4574-a6b5-8b99dc116dc7 {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}







  #s-0d98233d-a2ac-4574-a6b5-8b99dc116dc7 img.shogun-image {
    

    
    
    
  }


#s-0d98233d-a2ac-4574-a6b5-8b99dc116dc7 .shogun-image-content {
  
    align-items: center;
  
}

#s-dc7ac2b2-8a4a-431f-b35d-732744ab665a {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dc7ac2b2-8a4a-431f-b35d-732744ab665a .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 3px;
  
}



#s-ce18027a-c6cb-43c5-b33c-aa3062fed155 {
  margin-top: -1%;
margin-left: 0%;
margin-bottom: 2%;
}

@media (min-width: 0px) {
[id="s-ce18027a-c6cb-43c5-b33c-aa3062fed155"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-ce18027a-c6cb-43c5-b33c-aa3062fed155"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-ce18027a-c6cb-43c5-b33c-aa3062fed155"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-ce18027a-c6cb-43c5-b33c-aa3062fed155"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-f8f70c76-8d1a-4988-b374-61b77ad79ed0 {
  margin-left: 81%;
margin-right: 10%;
text-align: center;
}







  #s-f8f70c76-8d1a-4988-b374-61b77ad79ed0 img.shogun-image {
    

    
    
    
  }


#s-f8f70c76-8d1a-4988-b374-61b77ad79ed0 .shogun-image-content {
  
    align-items: center;
  
}

#s-72d5b0d6-2abe-4e92-8e76-63edc1d45a94 {
  margin-top: 2%;
margin-left: -10%;
margin-bottom: 0%;
}

#s-49c17d04-ec3d-44b4-b993-9a43c7982fa6 {
  margin-top: 0%;
margin-left: 15%;
margin-bottom: 2%;
margin-right: 15%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-49c17d04-ec3d-44b4-b993-9a43c7982fa6 {
  display: none;
}
#s-49c17d04-ec3d-44b4-b993-9a43c7982fa6, #wrap-s-49c17d04-ec3d-44b4-b993-9a43c7982fa6 { display:none !important; }}@media (max-width: 767px){#s-49c17d04-ec3d-44b4-b993-9a43c7982fa6 {
  display: none;
}
#s-49c17d04-ec3d-44b4-b993-9a43c7982fa6, #wrap-s-49c17d04-ec3d-44b4-b993-9a43c7982fa6 { display:none !important; }}







#s-49c17d04-ec3d-44b4-b993-9a43c7982fa6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49c17d04-ec3d-44b4-b993-9a43c7982fa6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-77cc98c2-cbe8-492a-a8f2-3770a3745856 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0.2);
}

#s-77cc98c2-cbe8-492a-a8f2-3770a3745856 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(29, 29, 29, 1);
  padding: 15px;
}

#s-77cc98c2-cbe8-492a-a8f2-3770a3745856 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-77cc98c2-cbe8-492a-a8f2-3770a3745856 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0.2);
}

#s-77cc98c2-cbe8-492a-a8f2-3770a3745856 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 13px;
}

#s-77cc98c2-cbe8-492a-a8f2-3770a3745856 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 13px;
}
#s-bd4efdd6-5006-46f5-bacc-893e7845538d {
  text-align: left;
}

#s-0480e14a-0009-4160-b13e-746b93fbfc48 {
  margin-top: 5%;
margin-left: 0%;
margin-bottom: 5%;
margin-right: 0%;
min-height: 50px;
}








#s-0480e14a-0009-4160-b13e-746b93fbfc48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0480e14a-0009-4160-b13e-746b93fbfc48.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-971eeab3-b26a-4500-a30a-83051b5e61b3 {
  margin-bottom: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-971eeab3-b26a-4500-a30a-83051b5e61b3 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 3px;
  text-align: center;
}



#s-4c5fdb13-457d-420c-9c56-9ece61b6c503 {
  margin-left: 0%;
margin-right: 0%;
}

#s-eeb8e7bf-e075-4abc-a13c-d17894864525 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
}

#s-28018845-4c42-4527-beb3-a6122918066a {
  margin-top: 0%;
margin-left: 0%;
margin-right: 0%;
}

#s-a47f1631-b681-4631-9cbe-bcc6df7d04d2 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 1%;
margin-right: 0%;
}

#s-40303120-5e5b-41a2-bc23-166e77ffcf33 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
}

#s-25c831a3-5f81-4d72-9353-f9b42b9e533f {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 4%;
padding-bottom: 4%;
min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}








#s-25c831a3-5f81-4d72-9353-f9b42b9e533f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-25c831a3-5f81-4d72-9353-f9b42b9e533f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-146067d6-2f74-4f29-ac8d-6431d105271b {
  margin-top: -2%;
margin-bottom: 4%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-146067d6-2f74-4f29-ac8d-6431d105271b .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 3px;
  text-align: center;
}



#s-0d0c9d6c-f0c3-485c-a087-5a0d30092a7c {
  margin-left: 20%;
margin-right: 20%;
}

@media (min-width: 0px) {
[id="s-0d0c9d6c-f0c3-485c-a087-5a0d30092a7c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-0d0c9d6c-f0c3-485c-a087-5a0d30092a7c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0d0c9d6c-f0c3-485c-a087-5a0d30092a7c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0d0c9d6c-f0c3-485c-a087-5a0d30092a7c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-42dcb5fc-7d64-413c-8c0c-372f8a57e60e {
  margin-left: 25%;
margin-right: 25%;
text-align: center;
}







  #s-42dcb5fc-7d64-413c-8c0c-372f8a57e60e img.shogun-image {
    

    
    
    
  }


#s-42dcb5fc-7d64-413c-8c0c-372f8a57e60e .shogun-image-content {
  
    align-items: center;
  
}

#s-b4026d83-5451-4399-8cfc-4cbfd9fbb033 {
  margin-top: 4%;
}

#s-03c24eab-d664-4296-97af-1a1e119da6f4 {
  margin-left: 25%;
margin-right: 25%;
text-align: center;
}







  #s-03c24eab-d664-4296-97af-1a1e119da6f4 img.shogun-image {
    

    
    
    
  }


#s-03c24eab-d664-4296-97af-1a1e119da6f4 .shogun-image-content {
  
    align-items: center;
  
}

#s-310f4dd0-dbd5-45e7-9ad4-facdfd56805d {
  margin-top: 4%;
}

#s-9e72e9f5-6983-48fa-a2fc-581705565612 {
  margin-left: 25%;
margin-right: 25%;
text-align: center;
}







  #s-9e72e9f5-6983-48fa-a2fc-581705565612 img.shogun-image {
    

    
    
    
  }


#s-9e72e9f5-6983-48fa-a2fc-581705565612 .shogun-image-content {
  
    align-items: center;
  
}

#s-392c5d65-68a1-49f2-9486-c1e631687dcc {
  margin-top: 4%;
}

#s-41e52c1e-b12e-4654-aa3f-4f52f1a5053a {
  margin-top: 5%;
margin-left: 0%;
margin-bottom: 5%;
margin-right: 0%;
min-height: 50px;
}








#s-41e52c1e-b12e-4654-aa3f-4f52f1a5053a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-41e52c1e-b12e-4654-aa3f-4f52f1a5053a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ac605a3a-16ba-4b1f-a16c-969420fbbcc6 {
  margin-bottom: 4%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ac605a3a-16ba-4b1f-a16c-969420fbbcc6 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 3px;
  text-align: center;
}



#s-ff44ca38-8728-4d6b-bfa5-5480a6461f0a {
  margin-left: 1%;
margin-bottom: -2%;
margin-right: 0%;
}

#s-7bc96379-a247-45c9-bf5b-d18b72343515 {
  text-align: center;
}







  #s-7bc96379-a247-45c9-bf5b-d18b72343515 img.shogun-image {
    

    
    
    
  }


#s-7bc96379-a247-45c9-bf5b-d18b72343515 .shogun-image-content {
  
    align-items: center;
  
}

#s-82c1d207-68cd-4c6c-acf1-a3b69bdfe05b {
  margin-top: 1%;
margin-bottom: 0%;
}

#s-1fb5db99-2c7f-4a21-a7fb-025aaa558ed1 {
  margin-top: 0%;
margin-left: 1%;
margin-bottom: -2%;
margin-right: 0%;
}

#s-ae1eb338-ad6e-4c1b-8323-1e6551b2a558 {
  text-align: center;
}







  #s-ae1eb338-ad6e-4c1b-8323-1e6551b2a558 img.shogun-image {
    

    
    
    
  }


#s-ae1eb338-ad6e-4c1b-8323-1e6551b2a558 .shogun-image-content {
  
    align-items: center;
  
}

#s-b7e4ab49-ac6e-431d-bab6-d9d77875f69e {
  margin-top: 1%;
margin-bottom: 0%;
}

#s-5acd2e69-cb59-4457-a8b4-7bc6f7eb81f9 {
  margin-top: 5%;
margin-bottom: 5%;
}

#s-20554f3c-e971-4646-9d05-de073f5b9917 {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-20554f3c-e971-4646-9d05-de073f5b9917 {
  
}
}@media (max-width: 767px){#s-20554f3c-e971-4646-9d05-de073f5b9917 {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-20554f3c-e971-4646-9d05-de073f5b9917 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20554f3c-e971-4646-9d05-de073f5b9917.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-730135b4-4b07-4be2-8256-91e665e5c452 {
  margin-top: 4%;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 5%;
text-align: center;
}

#s-730135b4-4b07-4be2-8256-91e665e5c452 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  letter-spacing: 5px;
  
}


@media (max-width: 767px){#s-730135b4-4b07-4be2-8256-91e665e5c452 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 2px;
  
}


}
#s-0d345843-af77-4b92-96a8-c25d35118625 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-0d345843-af77-4b92-96a8-c25d35118625 {
  margin-top: 0px;
margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0d345843-af77-4b92-96a8-c25d35118625 {
  margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-0d345843-af77-4b92-96a8-c25d35118625"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-0d345843-af77-4b92-96a8-c25d35118625"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-0d345843-af77-4b92-96a8-c25d35118625"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-0d345843-af77-4b92-96a8-c25d35118625"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-76e85c3b-9cf4-4177-8d7e-38435159517a {
  text-align: center;
}







  #s-76e85c3b-9cf4-4177-8d7e-38435159517a img.shogun-image {
    

    
    
    
  }


#s-76e85c3b-9cf4-4177-8d7e-38435159517a .shogun-image-content {
  
    align-items: center;
  
}

#s-d158f526-26f9-49ae-99e6-338759faa94b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d158f526-26f9-49ae-99e6-338759faa94b .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 2px;
  
}


@media (max-width: 767px){#s-d158f526-26f9-49ae-99e6-338759faa94b .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 2px;
  
}


}
#s-8fdaf358-69b6-4db8-8cdc-11510326d626 {
  text-align: center;
}







  #s-8fdaf358-69b6-4db8-8cdc-11510326d626 img.shogun-image {
    

    
    
    
  }


#s-8fdaf358-69b6-4db8-8cdc-11510326d626 .shogun-image-content {
  
    align-items: center;
  
}

#s-5f0c5691-162d-485f-82b8-929a8e7f6577 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5f0c5691-162d-485f-82b8-929a8e7f6577 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 2px;
  
}


@media (max-width: 767px){#s-5f0c5691-162d-485f-82b8-929a8e7f6577 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 2px;
  
}


}
#s-169655a4-5427-49cd-9896-5803c3258e41 {
  margin-top: 5%;
margin-bottom: 5%;
}
@media (min-width: 1200px){#s-169655a4-5427-49cd-9896-5803c3258e41 {
  margin-left: 4%;
margin-right: 4%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-169655a4-5427-49cd-9896-5803c3258e41 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-a052ad48-e59e-48fd-b658-60633d0f3414 {
  margin-left: 20%;
margin-right: 20%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a052ad48-e59e-48fd-b658-60633d0f3414 {
  display: none;
}
#s-a052ad48-e59e-48fd-b658-60633d0f3414, #wrap-s-a052ad48-e59e-48fd-b658-60633d0f3414 { display:none !important; }}@media (max-width: 767px){#s-a052ad48-e59e-48fd-b658-60633d0f3414 {
  display: none;
}
#s-a052ad48-e59e-48fd-b658-60633d0f3414, #wrap-s-a052ad48-e59e-48fd-b658-60633d0f3414 { display:none !important; }}







#s-a052ad48-e59e-48fd-b658-60633d0f3414 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a052ad48-e59e-48fd-b658-60633d0f3414.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b6a9b951-9ad3-49c1-8b5f-153ad4d281ef {
  margin-bottom: 4%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b6a9b951-9ad3-49c1-8b5f-153ad4d281ef .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 3px;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-f637bca8-151b-453e-ae2e-506314bfa852"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 768px) {
[id="s-f637bca8-151b-453e-ae2e-506314bfa852"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-f637bca8-151b-453e-ae2e-506314bfa852"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-f637bca8-151b-453e-ae2e-506314bfa852"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

}

#s-34f97aea-e1d6-49fc-9240-99ad14c11a1e {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

.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;
  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-e5184863-b9c4-4a42-8c80-8ce04f8765dc {
  text-align: left;
}



.shg-c#s-e5184863-b9c4-4a42-8c80-8ce04f8765dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5184863-b9c4-4a42-8c80-8ce04f8765dc img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e5184863-b9c4-4a42-8c80-8ce04f8765dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5184863-b9c4-4a42-8c80-8ce04f8765dc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e5184863-b9c4-4a42-8c80-8ce04f8765dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5184863-b9c4-4a42-8c80-8ce04f8765dc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e5184863-b9c4-4a42-8c80-8ce04f8765dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5184863-b9c4-4a42-8c80-8ce04f8765dc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e5184863-b9c4-4a42-8c80-8ce04f8765dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5184863-b9c4-4a42-8c80-8ce04f8765dc img.shogun-image {
  width: 100%;
}



}
.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-0d101bf8-d50c-4350-842f-5d369d70aa27 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-0d101bf8-d50c-4350-842f-5d369d70aa27:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0d101bf8-d50c-4350-842f-5d369d70aa27:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0d101bf8-d50c-4350-842f-5d369d70aa27 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0d101bf8-d50c-4350-842f-5d369d70aa27.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0d101bf8-d50c-4350-842f-5d369d70aa27.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-0d101bf8-d50c-4350-842f-5d369d70aa27.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-7e716d3f-114d-455d-9901-0eb51c6b223f {
  margin-top: 10%;
margin-bottom: -5%;
}

#s-44baeb6a-23fe-492c-af65-b72890d1e208 {
  display: none;
}
#s-1dc08781-705c-4e6d-ad94-56478e727aed {
  text-align: left;
}



.shg-c#s-1dc08781-705c-4e6d-ad94-56478e727aed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1dc08781-705c-4e6d-ad94-56478e727aed img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1dc08781-705c-4e6d-ad94-56478e727aed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1dc08781-705c-4e6d-ad94-56478e727aed img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1dc08781-705c-4e6d-ad94-56478e727aed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1dc08781-705c-4e6d-ad94-56478e727aed img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1dc08781-705c-4e6d-ad94-56478e727aed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1dc08781-705c-4e6d-ad94-56478e727aed img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1dc08781-705c-4e6d-ad94-56478e727aed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1dc08781-705c-4e6d-ad94-56478e727aed img.shogun-image {
  width: 100%;
}



}
#s-86974b6d-afa8-4504-a4bd-4e4fc3d4b9cd {
  margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-86974b6d-afa8-4504-a4bd-4e4fc3d4b9cd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-86974b6d-afa8-4504-a4bd-4e4fc3d4b9cd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-86974b6d-afa8-4504-a4bd-4e4fc3d4b9cd {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-86974b6d-afa8-4504-a4bd-4e4fc3d4b9cd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-86974b6d-afa8-4504-a4bd-4e4fc3d4b9cd.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-86974b6d-afa8-4504-a4bd-4e4fc3d4b9cd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-19606fe0-db50-4f97-bb29-8514fadd3758 {
  margin-top: 10%;
margin-bottom: -5%;
}

#s-9782570f-30e6-42b8-ae29-44f49df9bd3f {
  display: none;
}
#s-d8bc41f9-00a2-4eb8-99f2-5913f8581541 {
  text-align: left;
}



.shg-c#s-d8bc41f9-00a2-4eb8-99f2-5913f8581541 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8bc41f9-00a2-4eb8-99f2-5913f8581541 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d8bc41f9-00a2-4eb8-99f2-5913f8581541 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8bc41f9-00a2-4eb8-99f2-5913f8581541 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d8bc41f9-00a2-4eb8-99f2-5913f8581541 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8bc41f9-00a2-4eb8-99f2-5913f8581541 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d8bc41f9-00a2-4eb8-99f2-5913f8581541 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8bc41f9-00a2-4eb8-99f2-5913f8581541 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d8bc41f9-00a2-4eb8-99f2-5913f8581541 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8bc41f9-00a2-4eb8-99f2-5913f8581541 img.shogun-image {
  width: 100%;
}



}
#s-28706962-1532-4ced-a529-e93dd43ad44c {
  margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-28706962-1532-4ced-a529-e93dd43ad44c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-28706962-1532-4ced-a529-e93dd43ad44c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-28706962-1532-4ced-a529-e93dd43ad44c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-28706962-1532-4ced-a529-e93dd43ad44c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-28706962-1532-4ced-a529-e93dd43ad44c.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-28706962-1532-4ced-a529-e93dd43ad44c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-0499612f-b823-4989-bbc0-3e2960872e6a {
  margin-top: 10%;
margin-bottom: -5%;
}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.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 {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-b9c75adf-a123-4f8d-a6a7-a5a228316826 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-b9c75adf-a123-4f8d-a6a7-a5a228316826 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-b9c75adf-a123-4f8d-a6a7-a5a228316826 .shg-sld-nav-button.shg-sld-left,
#s-b9c75adf-a123-4f8d-a6a7-a5a228316826 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-c6330952-af8a-44e4-b52e-b146e7bfc0f1 {
  display: none;
}
#s-9649e975-8d08-4b4e-beaa-fd5940305161 {
  display: none;
}
#s-074e2f10-9504-451c-998a-1c6f8f8a0692 {
  text-align: left;
}



.shg-c#s-074e2f10-9504-451c-998a-1c6f8f8a0692 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-074e2f10-9504-451c-998a-1c6f8f8a0692 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-074e2f10-9504-451c-998a-1c6f8f8a0692 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-074e2f10-9504-451c-998a-1c6f8f8a0692 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-074e2f10-9504-451c-998a-1c6f8f8a0692 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-074e2f10-9504-451c-998a-1c6f8f8a0692 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-074e2f10-9504-451c-998a-1c6f8f8a0692 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-074e2f10-9504-451c-998a-1c6f8f8a0692 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-074e2f10-9504-451c-998a-1c6f8f8a0692 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-074e2f10-9504-451c-998a-1c6f8f8a0692 img.shogun-image {
  width: 100%;
}



}
#s-dcc88458-e942-49eb-92d3-68528dca96c5 {
  margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-dcc88458-e942-49eb-92d3-68528dca96c5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dcc88458-e942-49eb-92d3-68528dca96c5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-dcc88458-e942-49eb-92d3-68528dca96c5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dcc88458-e942-49eb-92d3-68528dca96c5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dcc88458-e942-49eb-92d3-68528dca96c5.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-dcc88458-e942-49eb-92d3-68528dca96c5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-9987ecd0-c487-41ec-9a93-5e77a404ad37 {
  margin-top: 10%;
margin-bottom: -5%;
}

#s-ceb26a5b-3e24-498f-bacf-272e854d8f98 {
  display: none;
}
#s-9963e4b5-079d-4c5c-a90a-c540dd9af235 {
  text-align: left;
}



.shg-c#s-9963e4b5-079d-4c5c-a90a-c540dd9af235 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9963e4b5-079d-4c5c-a90a-c540dd9af235 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9963e4b5-079d-4c5c-a90a-c540dd9af235 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9963e4b5-079d-4c5c-a90a-c540dd9af235 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9963e4b5-079d-4c5c-a90a-c540dd9af235 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9963e4b5-079d-4c5c-a90a-c540dd9af235 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9963e4b5-079d-4c5c-a90a-c540dd9af235 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9963e4b5-079d-4c5c-a90a-c540dd9af235 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9963e4b5-079d-4c5c-a90a-c540dd9af235 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9963e4b5-079d-4c5c-a90a-c540dd9af235 img.shogun-image {
  width: 100%;
}



}
#s-831ef91b-0ceb-4e65-85d8-ce581d9afb1a {
  margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-831ef91b-0ceb-4e65-85d8-ce581d9afb1a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-831ef91b-0ceb-4e65-85d8-ce581d9afb1a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-831ef91b-0ceb-4e65-85d8-ce581d9afb1a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-831ef91b-0ceb-4e65-85d8-ce581d9afb1a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-831ef91b-0ceb-4e65-85d8-ce581d9afb1a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-831ef91b-0ceb-4e65-85d8-ce581d9afb1a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-0e0c2531-3431-4b44-8d26-2abc4bf5db77 {
  display: none;
}
#s-0366569e-d202-4367-bf44-edea9242eb68 {
  text-align: center;
}







  #s-0366569e-d202-4367-bf44-edea9242eb68 img.shogun-image {
    

    
    
    
  }


#s-0366569e-d202-4367-bf44-edea9242eb68 .shogun-image-content {
  
    align-items: center;
  
}

#s-db45584f-bfdb-48c2-aac1-48fe29958e22 {
  margin-top: 3%;
margin-bottom: -2%;
}

#s-1987df0c-b764-4a16-bf2e-6fb1a8757c4f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-1987df0c-b764-4a16-bf2e-6fb1a8757c4f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1987df0c-b764-4a16-bf2e-6fb1a8757c4f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1987df0c-b764-4a16-bf2e-6fb1a8757c4f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1987df0c-b764-4a16-bf2e-6fb1a8757c4f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1987df0c-b764-4a16-bf2e-6fb1a8757c4f.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-1987df0c-b764-4a16-bf2e-6fb1a8757c4f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-bbdd284d-4ae6-4dd8-9c13-50eb113f1c2b {
  margin-top: 10%;
margin-bottom: -5%;
}

#s-2f426d11-d643-45de-aa47-070227f03b61 {
  margin-bottom: 5%;
}

@media (min-width: 0px) {
[id="s-2f426d11-d643-45de-aa47-070227f03b61"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 768px) {
[id="s-2f426d11-d643-45de-aa47-070227f03b61"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-2f426d11-d643-45de-aa47-070227f03b61"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-2f426d11-d643-45de-aa47-070227f03b61"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

}

#s-1e38f5ed-41cc-48d1-81a7-a43dc67c8570 {
  display: none;
}
#s-fe2e0a2c-0b39-40f1-8cc2-848829ecc559 {
  text-align: center;
}







  #s-fe2e0a2c-0b39-40f1-8cc2-848829ecc559 img.shogun-image {
    

    
    
    
  }


#s-fe2e0a2c-0b39-40f1-8cc2-848829ecc559 .shogun-image-content {
  
    align-items: center;
  
}

#s-7f42f3cf-4b95-4c99-b711-390bb2a7dbe6 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-7f42f3cf-4b95-4c99-b711-390bb2a7dbe6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7f42f3cf-4b95-4c99-b711-390bb2a7dbe6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7f42f3cf-4b95-4c99-b711-390bb2a7dbe6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7f42f3cf-4b95-4c99-b711-390bb2a7dbe6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7f42f3cf-4b95-4c99-b711-390bb2a7dbe6.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-7f42f3cf-4b95-4c99-b711-390bb2a7dbe6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ee7f0bac-62c9-46fa-85d5-5913b65deb07 {
  margin-top: 10%;
margin-bottom: -5%;
}

#s-20d124d0-6a67-4b91-a7a6-dbfd91d3558a {
  display: none;
}
#s-dd962f50-508c-4852-9e36-07e5766043ab {
  text-align: left;
}



.shg-c#s-dd962f50-508c-4852-9e36-07e5766043ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd962f50-508c-4852-9e36-07e5766043ab img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-dd962f50-508c-4852-9e36-07e5766043ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd962f50-508c-4852-9e36-07e5766043ab img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dd962f50-508c-4852-9e36-07e5766043ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd962f50-508c-4852-9e36-07e5766043ab img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dd962f50-508c-4852-9e36-07e5766043ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd962f50-508c-4852-9e36-07e5766043ab img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dd962f50-508c-4852-9e36-07e5766043ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd962f50-508c-4852-9e36-07e5766043ab img.shogun-image {
  width: 100%;
}



}
#s-f872bc62-e750-4bf8-9dfc-67ba5178b142 {
  margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-f872bc62-e750-4bf8-9dfc-67ba5178b142:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f872bc62-e750-4bf8-9dfc-67ba5178b142:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f872bc62-e750-4bf8-9dfc-67ba5178b142 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f872bc62-e750-4bf8-9dfc-67ba5178b142.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f872bc62-e750-4bf8-9dfc-67ba5178b142.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-f872bc62-e750-4bf8-9dfc-67ba5178b142.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f90d0c0a-f771-4e1c-827a-34ac56a89aab {
  margin-top: 10%;
margin-bottom: -5%;
}

#s-b79ae35d-c1af-45db-8bad-266a5bb0ede7 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-b79ae35d-c1af-45db-8bad-266a5bb0ede7 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-b79ae35d-c1af-45db-8bad-266a5bb0ede7 .shg-sld-nav-button.shg-sld-left,
#s-b79ae35d-c1af-45db-8bad-266a5bb0ede7 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-1a510ce6-e68f-40dc-a470-40451b5fc8e9 {
  display: none;
}
#s-317a7d21-e6ab-421d-803d-586a53d4caf5 {
  text-align: center;
}







  #s-317a7d21-e6ab-421d-803d-586a53d4caf5 img.shogun-image {
    

    
    
    
  }


#s-317a7d21-e6ab-421d-803d-586a53d4caf5 .shogun-image-content {
  
    align-items: center;
  
}

#s-9ffa1e50-0cec-4da1-b7a5-79f4e17e623b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-9ffa1e50-0cec-4da1-b7a5-79f4e17e623b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9ffa1e50-0cec-4da1-b7a5-79f4e17e623b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9ffa1e50-0cec-4da1-b7a5-79f4e17e623b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9ffa1e50-0cec-4da1-b7a5-79f4e17e623b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9ffa1e50-0cec-4da1-b7a5-79f4e17e623b.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-9ffa1e50-0cec-4da1-b7a5-79f4e17e623b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ee3d8fc2-8563-494d-b3d7-2f69ab5bca80 {
  display: none;
}
#s-08cd4e5e-07b0-40b9-af62-5f9984f9b9a4 {
  text-align: left;
}



.shg-c#s-08cd4e5e-07b0-40b9-af62-5f9984f9b9a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-08cd4e5e-07b0-40b9-af62-5f9984f9b9a4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-08cd4e5e-07b0-40b9-af62-5f9984f9b9a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-08cd4e5e-07b0-40b9-af62-5f9984f9b9a4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-08cd4e5e-07b0-40b9-af62-5f9984f9b9a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-08cd4e5e-07b0-40b9-af62-5f9984f9b9a4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-08cd4e5e-07b0-40b9-af62-5f9984f9b9a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-08cd4e5e-07b0-40b9-af62-5f9984f9b9a4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-08cd4e5e-07b0-40b9-af62-5f9984f9b9a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-08cd4e5e-07b0-40b9-af62-5f9984f9b9a4 img.shogun-image {
  width: 100%;
}



}
#s-18b815b1-4682-4bbe-96df-485aab060f40 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-18b815b1-4682-4bbe-96df-485aab060f40:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-18b815b1-4682-4bbe-96df-485aab060f40:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-18b815b1-4682-4bbe-96df-485aab060f40 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-18b815b1-4682-4bbe-96df-485aab060f40.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-18b815b1-4682-4bbe-96df-485aab060f40.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-18b815b1-4682-4bbe-96df-485aab060f40.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-23f2889b-429c-42a1-8924-274c82376abd {
  display: none;
}
#s-f8851d98-5dbd-4de7-965d-d926691267e6 {
  text-align: left;
}



.shg-c#s-f8851d98-5dbd-4de7-965d-d926691267e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8851d98-5dbd-4de7-965d-d926691267e6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f8851d98-5dbd-4de7-965d-d926691267e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8851d98-5dbd-4de7-965d-d926691267e6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f8851d98-5dbd-4de7-965d-d926691267e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8851d98-5dbd-4de7-965d-d926691267e6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f8851d98-5dbd-4de7-965d-d926691267e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8851d98-5dbd-4de7-965d-d926691267e6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f8851d98-5dbd-4de7-965d-d926691267e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8851d98-5dbd-4de7-965d-d926691267e6 img.shogun-image {
  width: 100%;
}



}
#s-3b3e2548-5219-434e-abe2-8fed6ddd95d5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-3b3e2548-5219-434e-abe2-8fed6ddd95d5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3b3e2548-5219-434e-abe2-8fed6ddd95d5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3b3e2548-5219-434e-abe2-8fed6ddd95d5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3b3e2548-5219-434e-abe2-8fed6ddd95d5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3b3e2548-5219-434e-abe2-8fed6ddd95d5.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-3b3e2548-5219-434e-abe2-8fed6ddd95d5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5a10cb56-0b34-4ec1-9af3-11ce122a228e {
  margin-top: 10%;
margin-bottom: -5%;
}

#s-7182eaed-f932-4bc8-a9e4-eb075ea48133 {
  margin-top: 10%;
margin-bottom: -5%;
}

#s-3685965b-de2e-4fb0-b7aa-93679a1b4605 {
  margin-top: 10%;
margin-bottom: -5%;
}

#s-849077b8-6c3f-4adf-a60e-4f06af9b620b {
  margin-top: 0%;
margin-left: 20%;
margin-bottom: 0%;
margin-right: 20%;
min-height: 50px;
}
@media (min-width: 1200px){#s-849077b8-6c3f-4adf-a60e-4f06af9b620b {
  display: none;
}
#s-849077b8-6c3f-4adf-a60e-4f06af9b620b, #wrap-s-849077b8-6c3f-4adf-a60e-4f06af9b620b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-849077b8-6c3f-4adf-a60e-4f06af9b620b {
  display: none;
}
#s-849077b8-6c3f-4adf-a60e-4f06af9b620b, #wrap-s-849077b8-6c3f-4adf-a60e-4f06af9b620b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-849077b8-6c3f-4adf-a60e-4f06af9b620b {
  margin-left: 10%;
margin-right: 10%;
}
}@media (max-width: 767px){#s-849077b8-6c3f-4adf-a60e-4f06af9b620b {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-849077b8-6c3f-4adf-a60e-4f06af9b620b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-849077b8-6c3f-4adf-a60e-4f06af9b620b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2f1bba39-9858-4270-a883-5501dd852437 {
  margin-left: 0%;
margin-bottom: 4%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2f1bba39-9858-4270-a883-5501dd852437 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 2px;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-e0ed753e-d052-4e66-9b4d-c30c90ad34d6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-e0ed753e-d052-4e66-9b4d-c30c90ad34d6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-e0ed753e-d052-4e66-9b4d-c30c90ad34d6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-e0ed753e-d052-4e66-9b4d-c30c90ad34d6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-f3d89fc4-26dc-4b83-a9dc-063152048714 {
  display: none;
}
#s-d9923fbf-b54f-4407-a3ca-e8ceb8cf89e3 {
  text-align: left;
}



.shg-c#s-d9923fbf-b54f-4407-a3ca-e8ceb8cf89e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d9923fbf-b54f-4407-a3ca-e8ceb8cf89e3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d9923fbf-b54f-4407-a3ca-e8ceb8cf89e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d9923fbf-b54f-4407-a3ca-e8ceb8cf89e3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d9923fbf-b54f-4407-a3ca-e8ceb8cf89e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d9923fbf-b54f-4407-a3ca-e8ceb8cf89e3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d9923fbf-b54f-4407-a3ca-e8ceb8cf89e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d9923fbf-b54f-4407-a3ca-e8ceb8cf89e3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d9923fbf-b54f-4407-a3ca-e8ceb8cf89e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d9923fbf-b54f-4407-a3ca-e8ceb8cf89e3 img.shogun-image {
  width: 100%;
}



}
#s-0a92af23-347b-49e0-bb15-7b945e2e6a32 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-0a92af23-347b-49e0-bb15-7b945e2e6a32:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0a92af23-347b-49e0-bb15-7b945e2e6a32:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0a92af23-347b-49e0-bb15-7b945e2e6a32 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0a92af23-347b-49e0-bb15-7b945e2e6a32.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0a92af23-347b-49e0-bb15-7b945e2e6a32.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-0a92af23-347b-49e0-bb15-7b945e2e6a32.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b7ecaa22-6b05-4e6b-ba7f-12924624cb80 {
  margin-top: 10%;
margin-bottom: -5%;
}

#s-41b8d464-9d83-494d-8ca8-a8f9c146524f {
  display: none;
}
#s-3f0c58bf-4794-44cc-9765-29b436b22b2c {
  text-align: left;
}



.shg-c#s-3f0c58bf-4794-44cc-9765-29b436b22b2c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f0c58bf-4794-44cc-9765-29b436b22b2c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3f0c58bf-4794-44cc-9765-29b436b22b2c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f0c58bf-4794-44cc-9765-29b436b22b2c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3f0c58bf-4794-44cc-9765-29b436b22b2c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f0c58bf-4794-44cc-9765-29b436b22b2c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3f0c58bf-4794-44cc-9765-29b436b22b2c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f0c58bf-4794-44cc-9765-29b436b22b2c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3f0c58bf-4794-44cc-9765-29b436b22b2c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f0c58bf-4794-44cc-9765-29b436b22b2c img.shogun-image {
  width: 100%;
}



}
#s-8811c733-64b5-4e7b-9fd2-5b04e4fb759f {
  margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-8811c733-64b5-4e7b-9fd2-5b04e4fb759f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8811c733-64b5-4e7b-9fd2-5b04e4fb759f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8811c733-64b5-4e7b-9fd2-5b04e4fb759f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8811c733-64b5-4e7b-9fd2-5b04e4fb759f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8811c733-64b5-4e7b-9fd2-5b04e4fb759f.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-8811c733-64b5-4e7b-9fd2-5b04e4fb759f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-830724aa-6af1-4825-9a7e-d42412246867 {
  margin-top: 10%;
margin-bottom: -5%;
}

@media (min-width: 0px) {
[id="s-fb23e3d7-bac2-4d9b-b1e9-32140051b119"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-fb23e3d7-bac2-4d9b-b1e9-32140051b119"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-fb23e3d7-bac2-4d9b-b1e9-32140051b119"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-fb23e3d7-bac2-4d9b-b1e9-32140051b119"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-3af6739a-a649-4a32-b8ed-b9b0b9e83b01 {
  display: none;
}
#s-c1b1a68f-c141-4bae-b5ae-5b0a8efec779 {
  text-align: left;
}



.shg-c#s-c1b1a68f-c141-4bae-b5ae-5b0a8efec779 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1b1a68f-c141-4bae-b5ae-5b0a8efec779 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c1b1a68f-c141-4bae-b5ae-5b0a8efec779 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1b1a68f-c141-4bae-b5ae-5b0a8efec779 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c1b1a68f-c141-4bae-b5ae-5b0a8efec779 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1b1a68f-c141-4bae-b5ae-5b0a8efec779 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c1b1a68f-c141-4bae-b5ae-5b0a8efec779 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1b1a68f-c141-4bae-b5ae-5b0a8efec779 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c1b1a68f-c141-4bae-b5ae-5b0a8efec779 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1b1a68f-c141-4bae-b5ae-5b0a8efec779 img.shogun-image {
  width: 100%;
}



}
#s-204e67ef-1d92-426e-bc51-4a9e521d8770 {
  margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-204e67ef-1d92-426e-bc51-4a9e521d8770:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-204e67ef-1d92-426e-bc51-4a9e521d8770:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-204e67ef-1d92-426e-bc51-4a9e521d8770 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-204e67ef-1d92-426e-bc51-4a9e521d8770.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-204e67ef-1d92-426e-bc51-4a9e521d8770.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-204e67ef-1d92-426e-bc51-4a9e521d8770.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-64da9468-0333-47b2-9408-efc13ab066cc {
  margin-top: 10%;
margin-bottom: -5%;
}

#s-b046f962-adc4-4b90-82c3-99a558e9f6eb {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-b046f962-adc4-4b90-82c3-99a558e9f6eb .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-b046f962-adc4-4b90-82c3-99a558e9f6eb .shg-sld-nav-button.shg-sld-left,
#s-b046f962-adc4-4b90-82c3-99a558e9f6eb .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-e8fb98e9-45da-4dc5-a2b0-49da96e153e0 {
  display: none;
}
#s-11e2f7d5-a6c2-4973-8c46-d2e93b71de5f {
  display: none;
}
#s-f52dddb6-73d9-43d0-bd26-23d22080bac0 {
  text-align: left;
}



.shg-c#s-f52dddb6-73d9-43d0-bd26-23d22080bac0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f52dddb6-73d9-43d0-bd26-23d22080bac0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f52dddb6-73d9-43d0-bd26-23d22080bac0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f52dddb6-73d9-43d0-bd26-23d22080bac0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f52dddb6-73d9-43d0-bd26-23d22080bac0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f52dddb6-73d9-43d0-bd26-23d22080bac0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f52dddb6-73d9-43d0-bd26-23d22080bac0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f52dddb6-73d9-43d0-bd26-23d22080bac0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f52dddb6-73d9-43d0-bd26-23d22080bac0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f52dddb6-73d9-43d0-bd26-23d22080bac0 img.shogun-image {
  width: 100%;
}



}
#s-d8553dd2-39a9-4a7a-be34-145737ab78a9 {
  margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-d8553dd2-39a9-4a7a-be34-145737ab78a9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d8553dd2-39a9-4a7a-be34-145737ab78a9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d8553dd2-39a9-4a7a-be34-145737ab78a9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d8553dd2-39a9-4a7a-be34-145737ab78a9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d8553dd2-39a9-4a7a-be34-145737ab78a9.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-d8553dd2-39a9-4a7a-be34-145737ab78a9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f83c9c93-ccdd-417f-8e94-e1736ff3232c {
  margin-top: 10%;
margin-bottom: -5%;
}

#s-1e4d292c-c28b-4e9d-9483-dba2ead55aa4 {
  display: none;
}
#s-7491054e-188c-4f0d-a5ea-5c9a772f8ab6 {
  text-align: left;
}



.shg-c#s-7491054e-188c-4f0d-a5ea-5c9a772f8ab6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7491054e-188c-4f0d-a5ea-5c9a772f8ab6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7491054e-188c-4f0d-a5ea-5c9a772f8ab6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7491054e-188c-4f0d-a5ea-5c9a772f8ab6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7491054e-188c-4f0d-a5ea-5c9a772f8ab6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7491054e-188c-4f0d-a5ea-5c9a772f8ab6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7491054e-188c-4f0d-a5ea-5c9a772f8ab6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7491054e-188c-4f0d-a5ea-5c9a772f8ab6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7491054e-188c-4f0d-a5ea-5c9a772f8ab6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7491054e-188c-4f0d-a5ea-5c9a772f8ab6 img.shogun-image {
  width: 100%;
}



}
#s-16d7808c-6cbe-40c8-8cef-9fea1e1af01d {
  margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-16d7808c-6cbe-40c8-8cef-9fea1e1af01d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-16d7808c-6cbe-40c8-8cef-9fea1e1af01d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-16d7808c-6cbe-40c8-8cef-9fea1e1af01d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-16d7808c-6cbe-40c8-8cef-9fea1e1af01d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-16d7808c-6cbe-40c8-8cef-9fea1e1af01d.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-16d7808c-6cbe-40c8-8cef-9fea1e1af01d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-10c40a28-9ac3-4b99-a0ff-1418f241c503 {
  display: none;
}
#s-f943c9d6-584f-4708-b8a9-c09a76eca16c {
  text-align: center;
}







  #s-f943c9d6-584f-4708-b8a9-c09a76eca16c img.shogun-image {
    

    
    
    
  }


#s-f943c9d6-584f-4708-b8a9-c09a76eca16c .shogun-image-content {
  
    align-items: center;
  
}

#s-28cc69ab-3f98-4372-8ca3-e41ea94f2595 {
  margin-top: 3%;
margin-bottom: -2%;
}

#s-fa9e4603-a431-4213-956c-82a1ad550adb {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-fa9e4603-a431-4213-956c-82a1ad550adb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fa9e4603-a431-4213-956c-82a1ad550adb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fa9e4603-a431-4213-956c-82a1ad550adb {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fa9e4603-a431-4213-956c-82a1ad550adb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fa9e4603-a431-4213-956c-82a1ad550adb.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-fa9e4603-a431-4213-956c-82a1ad550adb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-6be271ec-d957-41b1-bad0-38f8c2e3a458 {
  margin-top: 10%;
margin-bottom: -5%;
}

#s-56fb362c-c5ea-48e9-a0ea-ff89df89c9bd {
  margin-bottom: 5%;
}

@media (min-width: 0px) {
[id="s-56fb362c-c5ea-48e9-a0ea-ff89df89c9bd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-56fb362c-c5ea-48e9-a0ea-ff89df89c9bd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-56fb362c-c5ea-48e9-a0ea-ff89df89c9bd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-56fb362c-c5ea-48e9-a0ea-ff89df89c9bd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-bc7402af-78c1-4f84-b622-9a8e29de76fe {
  display: none;
}
#s-a46e85d7-1497-4d72-9b88-33408819be4e {
  text-align: center;
}







  #s-a46e85d7-1497-4d72-9b88-33408819be4e img.shogun-image {
    

    
    
    
  }


#s-a46e85d7-1497-4d72-9b88-33408819be4e .shogun-image-content {
  
    align-items: center;
  
}

#s-05d65a65-f58a-4e24-b231-1c210efbea44 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-05d65a65-f58a-4e24-b231-1c210efbea44:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-05d65a65-f58a-4e24-b231-1c210efbea44:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-05d65a65-f58a-4e24-b231-1c210efbea44 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-05d65a65-f58a-4e24-b231-1c210efbea44.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-05d65a65-f58a-4e24-b231-1c210efbea44.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-05d65a65-f58a-4e24-b231-1c210efbea44.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1d0bf8ae-6852-47c1-8084-865b02cfaaef {
  margin-top: 10%;
margin-bottom: -5%;
}

#s-810506fb-a550-43c3-81e1-ccc513f25fe0 {
  display: none;
}
#s-26f111aa-0b0d-4e8e-b75b-7ad769937ad3 {
  text-align: left;
}



.shg-c#s-26f111aa-0b0d-4e8e-b75b-7ad769937ad3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26f111aa-0b0d-4e8e-b75b-7ad769937ad3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-26f111aa-0b0d-4e8e-b75b-7ad769937ad3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26f111aa-0b0d-4e8e-b75b-7ad769937ad3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-26f111aa-0b0d-4e8e-b75b-7ad769937ad3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26f111aa-0b0d-4e8e-b75b-7ad769937ad3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-26f111aa-0b0d-4e8e-b75b-7ad769937ad3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26f111aa-0b0d-4e8e-b75b-7ad769937ad3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-26f111aa-0b0d-4e8e-b75b-7ad769937ad3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26f111aa-0b0d-4e8e-b75b-7ad769937ad3 img.shogun-image {
  width: 100%;
}



}
#s-35d4947b-3457-4fce-a8d4-aae09bb4a0e9 {
  margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-35d4947b-3457-4fce-a8d4-aae09bb4a0e9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-35d4947b-3457-4fce-a8d4-aae09bb4a0e9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-35d4947b-3457-4fce-a8d4-aae09bb4a0e9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-35d4947b-3457-4fce-a8d4-aae09bb4a0e9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-35d4947b-3457-4fce-a8d4-aae09bb4a0e9.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-35d4947b-3457-4fce-a8d4-aae09bb4a0e9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-96d74c77-5ebb-403e-be20-9a18af828146 {
  margin-top: 10%;
margin-bottom: -5%;
}

#s-6ef4b7c8-39d4-474e-b7fa-6073713660e3 {
  margin-bottom: 5%;
}

@media (min-width: 0px) {
[id="s-6ef4b7c8-39d4-474e-b7fa-6073713660e3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-6ef4b7c8-39d4-474e-b7fa-6073713660e3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-6ef4b7c8-39d4-474e-b7fa-6073713660e3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-6ef4b7c8-39d4-474e-b7fa-6073713660e3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-cb4fdd76-cbb3-4aec-8b27-9e2604c2b1b3 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-cb4fdd76-cbb3-4aec-8b27-9e2604c2b1b3 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-cb4fdd76-cbb3-4aec-8b27-9e2604c2b1b3 .shg-sld-nav-button.shg-sld-left,
#s-cb4fdd76-cbb3-4aec-8b27-9e2604c2b1b3 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-0470cb6b-a185-4ee0-a2f9-77bdcf55aff2 {
  display: none;
}
#s-439bfc7c-ecff-4764-bf9e-4dc1057e5f4d {
  text-align: center;
}







  #s-439bfc7c-ecff-4764-bf9e-4dc1057e5f4d img.shogun-image {
    

    
    
    
  }


#s-439bfc7c-ecff-4764-bf9e-4dc1057e5f4d .shogun-image-content {
  
    align-items: center;
  
}

#s-ef967460-7a7f-42c1-8477-da123e80d147 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-ef967460-7a7f-42c1-8477-da123e80d147:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ef967460-7a7f-42c1-8477-da123e80d147:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ef967460-7a7f-42c1-8477-da123e80d147 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ef967460-7a7f-42c1-8477-da123e80d147.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ef967460-7a7f-42c1-8477-da123e80d147.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-ef967460-7a7f-42c1-8477-da123e80d147.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-51a14371-6b36-4569-a9f9-e0a42c56e98c {
  display: none;
}
#s-4e478e61-78b8-4db5-a625-bfa67e0b2a11 {
  text-align: left;
}



.shg-c#s-4e478e61-78b8-4db5-a625-bfa67e0b2a11 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e478e61-78b8-4db5-a625-bfa67e0b2a11 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4e478e61-78b8-4db5-a625-bfa67e0b2a11 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e478e61-78b8-4db5-a625-bfa67e0b2a11 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4e478e61-78b8-4db5-a625-bfa67e0b2a11 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e478e61-78b8-4db5-a625-bfa67e0b2a11 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4e478e61-78b8-4db5-a625-bfa67e0b2a11 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e478e61-78b8-4db5-a625-bfa67e0b2a11 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4e478e61-78b8-4db5-a625-bfa67e0b2a11 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e478e61-78b8-4db5-a625-bfa67e0b2a11 img.shogun-image {
  width: 100%;
}



}
#s-16a5833c-8cc6-4f9e-b715-20c8749c40aa {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-16a5833c-8cc6-4f9e-b715-20c8749c40aa:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-16a5833c-8cc6-4f9e-b715-20c8749c40aa:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-16a5833c-8cc6-4f9e-b715-20c8749c40aa {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-16a5833c-8cc6-4f9e-b715-20c8749c40aa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-16a5833c-8cc6-4f9e-b715-20c8749c40aa.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-16a5833c-8cc6-4f9e-b715-20c8749c40aa.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-86ef9936-123b-4297-bd5a-335a4a27f4fb {
  display: none;
}
#s-650a3c11-1b2a-4193-8d96-6aa78bb3a001 {
  text-align: left;
}



.shg-c#s-650a3c11-1b2a-4193-8d96-6aa78bb3a001 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-650a3c11-1b2a-4193-8d96-6aa78bb3a001 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-650a3c11-1b2a-4193-8d96-6aa78bb3a001 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-650a3c11-1b2a-4193-8d96-6aa78bb3a001 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-650a3c11-1b2a-4193-8d96-6aa78bb3a001 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-650a3c11-1b2a-4193-8d96-6aa78bb3a001 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-650a3c11-1b2a-4193-8d96-6aa78bb3a001 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-650a3c11-1b2a-4193-8d96-6aa78bb3a001 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-650a3c11-1b2a-4193-8d96-6aa78bb3a001 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-650a3c11-1b2a-4193-8d96-6aa78bb3a001 img.shogun-image {
  width: 100%;
}



}
#s-e8a8d2d3-2884-40bd-9ff2-cb548bab82d9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-e8a8d2d3-2884-40bd-9ff2-cb548bab82d9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e8a8d2d3-2884-40bd-9ff2-cb548bab82d9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e8a8d2d3-2884-40bd-9ff2-cb548bab82d9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e8a8d2d3-2884-40bd-9ff2-cb548bab82d9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e8a8d2d3-2884-40bd-9ff2-cb548bab82d9.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-e8a8d2d3-2884-40bd-9ff2-cb548bab82d9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-73011cc2-af50-4cd6-95ee-7c5a5365e26a {
  margin-top: 10%;
margin-bottom: -5%;
}

#s-51ce77ac-092b-4c17-94f5-d97bd6ff275b {
  margin-top: 10%;
margin-bottom: -5%;
}

#s-3232e8b0-3dd9-40d6-8fb3-6791e8361734 {
  margin-top: 10%;
margin-bottom: -5%;
}

#s-622ae2f2-0903-42eb-9206-6e7971c5d7bf {
  text-align: left;
}

#s-31c5e1c1-7482-4988-83b3-90702aebff88 {
  min-height: 50px;
}








#s-31c5e1c1-7482-4988-83b3-90702aebff88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31c5e1c1-7482-4988-83b3-90702aebff88.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b89f923a-3284-496b-9093-73f1a3b85aa5 {
  text-align: center;
}
@media (max-width: 767px){#s-b89f923a-3284-496b-9093-73f1a3b85aa5 {
  display: none;
}
#s-b89f923a-3284-496b-9093-73f1a3b85aa5, #wrap-s-b89f923a-3284-496b-9093-73f1a3b85aa5 { display:none !important; }}






  #s-b89f923a-3284-496b-9093-73f1a3b85aa5 img.shogun-image {
    

    
    
    
  }


#s-b89f923a-3284-496b-9093-73f1a3b85aa5 .shogun-image-content {
  
    align-items: center;
  
}

#s-9f6f96c3-54e3-40cc-89a6-8883cc638699 {
  margin-top: 35px;
}
@media (min-width: 1200px){#s-9f6f96c3-54e3-40cc-89a6-8883cc638699 {
  margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9f6f96c3-54e3-40cc-89a6-8883cc638699 {
  margin-bottom: 5%;
}
}@media (max-width: 767px){#s-9f6f96c3-54e3-40cc-89a6-8883cc638699 {
  margin-left: 15%;
margin-right: 15%;
}
}
@media (min-width: 0px) {
[id="s-9f6f96c3-54e3-40cc-89a6-8883cc638699"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-9f6f96c3-54e3-40cc-89a6-8883cc638699"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9f6f96c3-54e3-40cc-89a6-8883cc638699"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9f6f96c3-54e3-40cc-89a6-8883cc638699"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9f6f96c3-54e3-40cc-89a6-8883cc638699"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9f6f96c3-54e3-40cc-89a6-8883cc638699"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9f6f96c3-54e3-40cc-89a6-8883cc638699"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

#s-6eb8673d-0459-4df1-9476-fc4506b29c9b {
  margin-left: 27%;
margin-right: 27%;
text-align: center;
opacity: 1;
}







  #s-6eb8673d-0459-4df1-9476-fc4506b29c9b img.shogun-image {
    

    
    
    
  }


#s-6eb8673d-0459-4df1-9476-fc4506b29c9b .shogun-image-content {
  
    align-items: center;
  
}

#s-8352ad4d-84e1-4483-960c-0d83c0295d20 {
  margin-top: 1%;
margin-left: 0%;
margin-bottom: -2px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 35px;
text-align: center;
}

#s-8352ad4d-84e1-4483-960c-0d83c0295d20 .shogun-heading-component h6 {
  color: rgba(49, 49, 49, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 2px;
  
}



#s-69e19631-e3ea-494b-bd56-dcae85da8cb9 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
}

#s-71eaeafd-27f5-48e1-92a7-cfedd636eb89 {
  margin-top: 3%;
text-align: center;
}
@media (min-width: 1200px){#s-71eaeafd-27f5-48e1-92a7-cfedd636eb89 {
  display: none;
}
#s-71eaeafd-27f5-48e1-92a7-cfedd636eb89, #wrap-s-71eaeafd-27f5-48e1-92a7-cfedd636eb89 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-71eaeafd-27f5-48e1-92a7-cfedd636eb89 {
  display: none;
}
#s-71eaeafd-27f5-48e1-92a7-cfedd636eb89, #wrap-s-71eaeafd-27f5-48e1-92a7-cfedd636eb89 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-71eaeafd-27f5-48e1-92a7-cfedd636eb89 {
  display: none;
}
#s-71eaeafd-27f5-48e1-92a7-cfedd636eb89, #wrap-s-71eaeafd-27f5-48e1-92a7-cfedd636eb89 { display:none !important; }}






  #s-71eaeafd-27f5-48e1-92a7-cfedd636eb89 img.shogun-image {
    

    
    
    
  }


#s-71eaeafd-27f5-48e1-92a7-cfedd636eb89 .shogun-image-content {
  
    align-items: center;
  
}

#s-62a847b7-f628-4adb-af62-194e6dc29273 {
  margin-top: 2%;
padding-top: 10px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-62a847b7-f628-4adb-af62-194e6dc29273 {
  margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-62a847b7-f628-4adb-af62-194e6dc29273 {
  margin-bottom: 5%;
}
}@media (max-width: 767px){#s-62a847b7-f628-4adb-af62-194e6dc29273 {
  margin-left: 10%;
margin-right: 10%;
}
}
@media (min-width: 0px) {
[id="s-62a847b7-f628-4adb-af62-194e6dc29273"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-62a847b7-f628-4adb-af62-194e6dc29273"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-62a847b7-f628-4adb-af62-194e6dc29273"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-62a847b7-f628-4adb-af62-194e6dc29273"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-62a847b7-f628-4adb-af62-194e6dc29273"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-62a847b7-f628-4adb-af62-194e6dc29273"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-62a847b7-f628-4adb-af62-194e6dc29273"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

#s-6ee3daff-ada3-4ca3-afbf-302df3ca75a2 {
  margin-left: 27%;
margin-right: 27%;
text-align: center;
opacity: 1;
}







  #s-6ee3daff-ada3-4ca3-afbf-302df3ca75a2 img.shogun-image {
    

    
    
    
  }


#s-6ee3daff-ada3-4ca3-afbf-302df3ca75a2 .shogun-image-content {
  
    align-items: center;
  
}

#s-0b074fde-a857-42bb-998e-49b73b614bee {
  margin-top: 3%;
margin-bottom: 2%;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-0b074fde-a857-42bb-998e-49b73b614bee .shogun-heading-component h6 {
  color: rgba(49, 49, 49, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 11px;
  
  letter-spacing: 2px;
  
}



#s-67972ed7-1d11-4c64-9f03-56c4d66271dd {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
}

#s-71617e56-4a72-4fc2-86c7-976fe13a37d5 {
  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;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .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;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

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

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

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

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

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

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

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

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

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

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{background-attachment:scroll!important}}@media only screen and (min-width:1024px) and (max-height:1366px) and (-webkit-min-device-pixel-ratio:1.5) and (hover:none) and (orientation:landscape){.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:#000;background-color:rgba(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;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:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*=enterviewport][data-animations*=fadeIn],[data-animations*=enterviewport][data-animations*=zoomIn]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}