.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-4b21424e-b7e9-4891-b063-f4eb0606d684 {
  text-align: center;
}
@media (max-width: 767px){#s-4b21424e-b7e9-4891-b063-f4eb0606d684 {
  display: none;
}
#s-4b21424e-b7e9-4891-b063-f4eb0606d684, #wrap-s-4b21424e-b7e9-4891-b063-f4eb0606d684 { display:none !important; }}






  #s-4b21424e-b7e9-4891-b063-f4eb0606d684 img.shogun-image {
    

    
    
    
  }


#s-4b21424e-b7e9-4891-b063-f4eb0606d684 .shogun-image-content {
  
    align-items: center;
  
}

.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-ddb7ec60-cd66-409d-8e2c-cd781daaf2bb {
  min-height: 50px;
}
@media (max-width: 767px){#s-ddb7ec60-cd66-409d-8e2c-cd781daaf2bb {
  display: none;
}
#s-ddb7ec60-cd66-409d-8e2c-cd781daaf2bb, #wrap-s-ddb7ec60-cd66-409d-8e2c-cd781daaf2bb { display:none !important; }}







#s-ddb7ec60-cd66-409d-8e2c-cd781daaf2bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ddb7ec60-cd66-409d-8e2c-cd781daaf2bb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  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-eb79533b-8cf2-46bd-ab42-4d5199988d43 {
  margin-top: 21px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eb79533b-8cf2-46bd-ab42-4d5199988d43 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: 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-9c35fb19-ccf3-490e-9aab-57bfd1e33c4f {
  margin-top: -7px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

#s-d674ed0d-9743-4a00-abf5-e518f11ea454 {
  margin-top: 8px;
margin-left: 0%;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d674ed0d-9743-4a00-abf5-e518f11ea454 {
  
}
}@media (max-width: 767px){#s-d674ed0d-9743-4a00-abf5-e518f11ea454 {
  
}
}
#s-f52dda6b-c1c9-44cb-86c2-7e619b224054 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
text-align: center;
}
@media (min-width: 1200px){#s-f52dda6b-c1c9-44cb-86c2-7e619b224054 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f52dda6b-c1c9-44cb-86c2-7e619b224054 {
  
}
}@media (max-width: 767px){#s-f52dda6b-c1c9-44cb-86c2-7e619b224054 {
  display: none;
}
#s-f52dda6b-c1c9-44cb-86c2-7e619b224054, #wrap-s-f52dda6b-c1c9-44cb-86c2-7e619b224054 { display:none !important; }}






  #s-f52dda6b-c1c9-44cb-86c2-7e619b224054 img.shogun-image {
    

    
    
    
  }


#s-f52dda6b-c1c9-44cb-86c2-7e619b224054 .shogun-image-content {
  
    align-items: center;
  
}

#s-07c60d39-8de8-4e87-962b-2effe85d221d {
  margin-top: 52px;
margin-left: 8%;
margin-bottom: 10px;
margin-right: 8%;
min-height: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-07c60d39-8de8-4e87-962b-2effe85d221d {
  margin-left: -1%;
margin-right: -1%;
}
}
#s-f3d44454-9b26-4a7f-8c3a-92bfb695edee {
  min-height: 50px;
}
@media (min-width: 1200px){#s-f3d44454-9b26-4a7f-8c3a-92bfb695edee {
  display: none;
}
#s-f3d44454-9b26-4a7f-8c3a-92bfb695edee, #wrap-s-f3d44454-9b26-4a7f-8c3a-92bfb695edee { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f3d44454-9b26-4a7f-8c3a-92bfb695edee {
  display: none;
}
#s-f3d44454-9b26-4a7f-8c3a-92bfb695edee, #wrap-s-f3d44454-9b26-4a7f-8c3a-92bfb695edee { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f3d44454-9b26-4a7f-8c3a-92bfb695edee {
  display: none;
}
#s-f3d44454-9b26-4a7f-8c3a-92bfb695edee, #wrap-s-f3d44454-9b26-4a7f-8c3a-92bfb695edee { display:none !important; }}@media (max-width: 767px){#s-f3d44454-9b26-4a7f-8c3a-92bfb695edee {
  
}
}







#s-f3d44454-9b26-4a7f-8c3a-92bfb695edee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3d44454-9b26-4a7f-8c3a-92bfb695edee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-549cd592-7d55-445c-a78e-8d112372e53c {
  text-align: center;
}







  #s-549cd592-7d55-445c-a78e-8d112372e53c img.shogun-image {
    

    
    
    
  }


#s-549cd592-7d55-445c-a78e-8d112372e53c .shogun-image-content {
  
    align-items: center;
  
}

#s-4528f7ba-58dd-4309-9a00-fccde0ae2fa2 {
  margin-top: 21px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4528f7ba-58dd-4309-9a00-fccde0ae2fa2 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: center;
}



#s-7a89d89b-e986-4e52-995a-7502d3a79af5 {
  margin-top: -7px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

#s-22c2ce95-1bd6-4c49-915e-77362799f7f1 {
  margin-top: 8px;
margin-left: 0%;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-22c2ce95-1bd6-4c49-915e-77362799f7f1 {
  
}
}@media (max-width: 767px){#s-22c2ce95-1bd6-4c49-915e-77362799f7f1 {
  
}
}
#s-acefecd3-519a-46df-aa9f-0124ed9a1b01 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
text-align: left;
}
@media (min-width: 1200px){#s-acefecd3-519a-46df-aa9f-0124ed9a1b01 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-acefecd3-519a-46df-aa9f-0124ed9a1b01 {
  
}
}






  #s-acefecd3-519a-46df-aa9f-0124ed9a1b01 img.shogun-image {
    

    
    
    
  }


#s-acefecd3-519a-46df-aa9f-0124ed9a1b01 .shogun-image-content {
  
    align-items: center;
  
}

#s-2fa4572d-c7da-40e3-9b3a-94702fcc336c {
  margin-top: 52px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
min-height: 0px;
}
@media (max-width: 767px){#s-2fa4572d-c7da-40e3-9b3a-94702fcc336c {
  margin-top: 44px;
margin-bottom: 22px;
}
}
#s-7c46e780-2877-44eb-ae16-3e27a20303e3 {
  margin-top: 21px;
margin-left: 0%;
margin-bottom: 21px;
margin-right: 0%;
}
@media (max-width: 767px){#s-7c46e780-2877-44eb-ae16-3e27a20303e3 {
  margin-left: 22%;
margin-right: 22%;
}
}
#s-7c46e780-2877-44eb-ae16-3e27a20303e3 {
  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-d5bbd51e-11c2-41e9-a6ee-8de4a9389b08 {
  text-align: left;
}
@media (min-width: 1200px){#s-d5bbd51e-11c2-41e9-a6ee-8de4a9389b08 {
  margin-left: 42%;
margin-right: 42%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d5bbd51e-11c2-41e9-a6ee-8de4a9389b08 {
  margin-left: 42%;
margin-right: 42%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d5bbd51e-11c2-41e9-a6ee-8de4a9389b08 {
  margin-left: 32%;
margin-right: 32%;
}
}


.shg-c#s-d5bbd51e-11c2-41e9-a6ee-8de4a9389b08 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5bbd51e-11c2-41e9-a6ee-8de4a9389b08 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d5bbd51e-11c2-41e9-a6ee-8de4a9389b08 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5bbd51e-11c2-41e9-a6ee-8de4a9389b08 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d5bbd51e-11c2-41e9-a6ee-8de4a9389b08 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5bbd51e-11c2-41e9-a6ee-8de4a9389b08 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d5bbd51e-11c2-41e9-a6ee-8de4a9389b08 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5bbd51e-11c2-41e9-a6ee-8de4a9389b08 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d5bbd51e-11c2-41e9-a6ee-8de4a9389b08 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5bbd51e-11c2-41e9-a6ee-8de4a9389b08 img.shogun-image {
  width: 100%;
}



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

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

#s-72708bfc-01f7-468f-ac79-38e71fa07fc0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-72708bfc-01f7-468f-ac79-38e71fa07fc0 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Fjalla One;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
}

#s-98234417-8d50-4944-8c1a-5f5339eff7a5 {
  margin-top: 7px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-98234417-8d50-4944-8c1a-5f5339eff7a5 {
  margin-top: -2px;
}
}
#s-2421bf48-6662-43f3-ada4-f81dbe877630 {
  margin-top: 0px;
margin-bottom: 0px;
}

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

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

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

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

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

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

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

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

#s-a9c4d560-7e74-4f4a-84ce-8d2ef1f1ff6e {
  margin-top: 7px;
margin-left: -6%;
margin-bottom: 7px;
margin-right: -6%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-a9c4d560-7e74-4f4a-84ce-8d2ef1f1ff6e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a9c4d560-7e74-4f4a-84ce-8d2ef1f1ff6e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a9c4d560-7e74-4f4a-84ce-8d2ef1f1ff6e-root {
    text-align: center;
  }


#s-a9c4d560-7e74-4f4a-84ce-8d2ef1f1ff6e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a9c4d560-7e74-4f4a-84ce-8d2ef1f1ff6e-root {
    text-align: center;
  }


#s-a9c4d560-7e74-4f4a-84ce-8d2ef1f1ff6e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a9c4d560-7e74-4f4a-84ce-8d2ef1f1ff6e-root {
    text-align: center;
  }


#s-a9c4d560-7e74-4f4a-84ce-8d2ef1f1ff6e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a9c4d560-7e74-4f4a-84ce-8d2ef1f1ff6e-root {
    text-align: center;
  }


#s-a9c4d560-7e74-4f4a-84ce-8d2ef1f1ff6e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a9c4d560-7e74-4f4a-84ce-8d2ef1f1ff6e-root {
    text-align: center;
  }


#s-a9c4d560-7e74-4f4a-84ce-8d2ef1f1ff6e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}
  #s-a9c4d560-7e74-4f4a-84ce-8d2ef1f1ff6e-root {
    text-align: center;
  }


#s-a9c4d560-7e74-4f4a-84ce-8d2ef1f1ff6e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}

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

@media (max-width: 767px){#s-07c947fc-2115-43b6-967f-0554f415800f {
  margin-top: -14px;
margin-bottom: -14px;
}
}
@media (min-width: 0px) {
[id="s-07c947fc-2115-43b6-967f-0554f415800f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-07c947fc-2115-43b6-967f-0554f415800f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-07c947fc-2115-43b6-967f-0554f415800f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-07c947fc-2115-43b6-967f-0554f415800f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-07c947fc-2115-43b6-967f-0554f415800f"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-937b7452-155f-4738-b06f-5f2ee7bca380 {
  margin-top: 53px;
margin-bottom: 61px;
text-align: center;
}
@media (min-width: 1200px){#s-937b7452-155f-4738-b06f-5f2ee7bca380 {
  margin-bottom: 0px;
}
}@media (max-width: 767px){#s-937b7452-155f-4738-b06f-5f2ee7bca380 {
  margin-top: 29px;
margin-bottom: 0px;
display: none;
}
#s-937b7452-155f-4738-b06f-5f2ee7bca380, #wrap-s-937b7452-155f-4738-b06f-5f2ee7bca380 { display:none !important; }}






  #s-937b7452-155f-4738-b06f-5f2ee7bca380 img.shogun-image {
    

    
    
    
  }


#s-937b7452-155f-4738-b06f-5f2ee7bca380 .shogun-image-content {
  
    align-items: center;
  
}

#s-5c5aa140-1cf4-47b4-8f37-6c7d77ad256a {
  margin-top: 25px;
margin-bottom: 25px;
text-align: center;
}
@media (min-width: 1200px){#s-5c5aa140-1cf4-47b4-8f37-6c7d77ad256a {
  display: none;
}
#s-5c5aa140-1cf4-47b4-8f37-6c7d77ad256a, #wrap-s-5c5aa140-1cf4-47b4-8f37-6c7d77ad256a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5c5aa140-1cf4-47b4-8f37-6c7d77ad256a {
  display: none;
}
#s-5c5aa140-1cf4-47b4-8f37-6c7d77ad256a, #wrap-s-5c5aa140-1cf4-47b4-8f37-6c7d77ad256a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5c5aa140-1cf4-47b4-8f37-6c7d77ad256a {
  display: none;
}
#s-5c5aa140-1cf4-47b4-8f37-6c7d77ad256a, #wrap-s-5c5aa140-1cf4-47b4-8f37-6c7d77ad256a { display:none !important; }}






  #s-5c5aa140-1cf4-47b4-8f37-6c7d77ad256a img.shogun-image {
    

    
    
    
  }


#s-5c5aa140-1cf4-47b4-8f37-6c7d77ad256a .shogun-image-content {
  
    align-items: center;
  
}

#s-24d53727-05a2-407d-8d70-6326e2bdad8c {
  margin-top: 127px;
margin-bottom: -18px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-24d53727-05a2-407d-8d70-6326e2bdad8c {
  margin-top: 20px;
}
}@media (max-width: 767px){#s-24d53727-05a2-407d-8d70-6326e2bdad8c {
  margin-top: 22px;
}
}
#s-24d53727-05a2-407d-8d70-6326e2bdad8c .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 80px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-24d53727-05a2-407d-8d70-6326e2bdad8c .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 60px;
  
  
  
}


}@media (max-width: 767px){#s-24d53727-05a2-407d-8d70-6326e2bdad8c .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 60px;
  
  
  
}


}
#s-3c76eaba-7e78-471c-8769-0610eb423777 {
  margin-top: 29px;
margin-left: 8%;
margin-bottom: 25px;
margin-right: 8%;
}
@media (min-width: 1200px){#s-3c76eaba-7e78-471c-8769-0610eb423777 {
  margin-left: 2%;
margin-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3c76eaba-7e78-471c-8769-0610eb423777 {
  margin-left: 1%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3c76eaba-7e78-471c-8769-0610eb423777 {
  margin-top: 29px;
margin-left: 2%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-3c76eaba-7e78-471c-8769-0610eb423777 {
  margin-left: 5%;
margin-right: 5%;
}
}
.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-3d0253cd-b3f4-4a81-ac21-54d8f2b68fa8 {
  margin-left: 1%;
margin-bottom: 29px;
margin-right: 3%;
}
@media (max-width: 767px){#s-3d0253cd-b3f4-4a81-ac21-54d8f2b68fa8 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-3d0253cd-b3f4-4a81-ac21-54d8f2b68fa8 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-3d0253cd-b3f4-4a81-ac21-54d8f2b68fa8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 3px;
}

#s-3d0253cd-b3f4-4a81-ac21-54d8f2b68fa8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-3d0253cd-b3f4-4a81-ac21-54d8f2b68fa8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-3d0253cd-b3f4-4a81-ac21-54d8f2b68fa8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Fjalla One;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-3d0253cd-b3f4-4a81-ac21-54d8f2b68fa8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-955d2f13-ad06-4d65-9829-40049e4bcd96 {
  margin-left: 7%;
margin-right: 7%;
padding-left: 31%;
padding-right: 31%;
text-align: center;
}







  #s-955d2f13-ad06-4d65-9829-40049e4bcd96 img.shogun-image {
    

    
    
    
  }


#s-955d2f13-ad06-4d65-9829-40049e4bcd96 .shogun-image-content {
  
    align-items: center;
  
}

#s-e5856ef8-09a7-4937-983d-14c451b5f7c1 {
  padding-left: 31%;
padding-right: 31%;
text-align: center;
}







  #s-e5856ef8-09a7-4937-983d-14c451b5f7c1 img.shogun-image {
    

    
    
    
  }


#s-e5856ef8-09a7-4937-983d-14c451b5f7c1 .shogun-image-content {
  
    align-items: center;
  
}

#s-77e2f227-301f-4c6c-a8b5-8e3c17dadcf3 {
  margin-left: 30%;
margin-right: 30%;
text-align: center;
}







  #s-77e2f227-301f-4c6c-a8b5-8e3c17dadcf3 img.shogun-image {
    

    
    
    
  }


#s-77e2f227-301f-4c6c-a8b5-8e3c17dadcf3 .shogun-image-content {
  
    align-items: center;
  
}

#s-5a9b8e2f-2d5c-45a9-9ae8-b0c54214c060 {
  margin-left: 30%;
margin-right: 30%;
text-align: center;
}







  #s-5a9b8e2f-2d5c-45a9-9ae8-b0c54214c060 img.shogun-image {
    

    
    
    
  }


#s-5a9b8e2f-2d5c-45a9-9ae8-b0c54214c060 .shogun-image-content {
  
    align-items: center;
  
}

#s-4e2c565e-1bc9-4674-8d0e-aaa7b7501dcc {
  margin-left: 28%;
margin-right: 28%;
text-align: center;
}







  #s-4e2c565e-1bc9-4674-8d0e-aaa7b7501dcc img.shogun-image {
    

    
    
    
  }


#s-4e2c565e-1bc9-4674-8d0e-aaa7b7501dcc .shogun-image-content {
  
    align-items: center;
  
}

#s-0ed32c38-d5d8-42ee-b724-d3e37ef9a9b2 {
  margin-top: 14px;
margin-left: 16%;
margin-bottom: 14px;
margin-right: 16%;
}
@media (max-width: 767px){#s-0ed32c38-d5d8-42ee-b724-d3e37ef9a9b2 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-0214c48a-0043-43f6-85bf-72dd08fea2a6 {
  margin-top: 14px;
margin-left: 16%;
margin-bottom: 14px;
margin-right: 16%;
}
@media (max-width: 767px){#s-0214c48a-0043-43f6-85bf-72dd08fea2a6 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-ccca6d4d-a3e0-4369-a317-40ed23afb408 {
  margin-top: 14px;
margin-left: 5%;
margin-bottom: 14px;
margin-right: 5%;
}

#s-f279c56f-b894-4094-a492-e33f92b8c0df {
  text-align: center;
}
@media (min-width: 1200px){#s-f279c56f-b894-4094-a492-e33f92b8c0df {
  display: none;
}
#s-f279c56f-b894-4094-a492-e33f92b8c0df, #wrap-s-f279c56f-b894-4094-a492-e33f92b8c0df { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f279c56f-b894-4094-a492-e33f92b8c0df {
  display: none;
}
#s-f279c56f-b894-4094-a492-e33f92b8c0df, #wrap-s-f279c56f-b894-4094-a492-e33f92b8c0df { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f279c56f-b894-4094-a492-e33f92b8c0df {
  display: none;
}
#s-f279c56f-b894-4094-a492-e33f92b8c0df, #wrap-s-f279c56f-b894-4094-a492-e33f92b8c0df { display:none !important; }}@media (max-width: 767px){#s-f279c56f-b894-4094-a492-e33f92b8c0df {
  display: none;
}
#s-f279c56f-b894-4094-a492-e33f92b8c0df, #wrap-s-f279c56f-b894-4094-a492-e33f92b8c0df { display:none !important; }}






  #s-f279c56f-b894-4094-a492-e33f92b8c0df img.shogun-image {
    

    
    
    
  }


#s-f279c56f-b894-4094-a492-e33f92b8c0df .shogun-image-content {
  
    align-items: center;
  
}

#s-233b57f3-92e7-408e-8a26-7d226bc190f3 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-233b57f3-92e7-408e-8a26-7d226bc190f3 {
  display: none;
}
#s-233b57f3-92e7-408e-8a26-7d226bc190f3, #wrap-s-233b57f3-92e7-408e-8a26-7d226bc190f3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-233b57f3-92e7-408e-8a26-7d226bc190f3 {
  display: none;
}
#s-233b57f3-92e7-408e-8a26-7d226bc190f3, #wrap-s-233b57f3-92e7-408e-8a26-7d226bc190f3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-233b57f3-92e7-408e-8a26-7d226bc190f3 {
  display: none;
}
#s-233b57f3-92e7-408e-8a26-7d226bc190f3, #wrap-s-233b57f3-92e7-408e-8a26-7d226bc190f3 { display:none !important; }}







#s-233b57f3-92e7-408e-8a26-7d226bc190f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-233b57f3-92e7-408e-8a26-7d226bc190f3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f2e63475-9ea7-454a-ba61-252072a6cdea {
  margin-top: 16px;
margin-left: 17%;
margin-bottom: 33px;
margin-right: 17%;
}
@media (min-width: 1200px){#s-f2e63475-9ea7-454a-ba61-252072a6cdea {
  max-width: 1200px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f2e63475-9ea7-454a-ba61-252072a6cdea {
  max-width: 1000px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f2e63475-9ea7-454a-ba61-252072a6cdea {
  
}
}@media (max-width: 767px){#s-f2e63475-9ea7-454a-ba61-252072a6cdea {
  display: none;
}
#s-f2e63475-9ea7-454a-ba61-252072a6cdea, #wrap-s-f2e63475-9ea7-454a-ba61-252072a6cdea { display:none !important; }}
@media (min-width: 0px) {
[id="s-f2e63475-9ea7-454a-ba61-252072a6cdea"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 11.333333333333334px);
}

}

@media (min-width: 768px) {
[id="s-f2e63475-9ea7-454a-ba61-252072a6cdea"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 11.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-f2e63475-9ea7-454a-ba61-252072a6cdea"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 11.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-f2e63475-9ea7-454a-ba61-252072a6cdea"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 11.333333333333334px);
}

}

#s-5a5148cd-b6ac-42c2-a8a6-aeea6a5e23cd {
  display: none;
}
#s-a9194656-6dcd-4eda-8510-94f16c770ddd {
  text-align: left;
}



.shg-c#s-a9194656-6dcd-4eda-8510-94f16c770ddd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9194656-6dcd-4eda-8510-94f16c770ddd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a9194656-6dcd-4eda-8510-94f16c770ddd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9194656-6dcd-4eda-8510-94f16c770ddd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a9194656-6dcd-4eda-8510-94f16c770ddd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9194656-6dcd-4eda-8510-94f16c770ddd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a9194656-6dcd-4eda-8510-94f16c770ddd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9194656-6dcd-4eda-8510-94f16c770ddd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a9194656-6dcd-4eda-8510-94f16c770ddd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9194656-6dcd-4eda-8510-94f16c770ddd img.shogun-image {
  width: 100%;
}



}

.shg-c#s-a9194656-6dcd-4eda-8510-94f16c770ddd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9194656-6dcd-4eda-8510-94f16c770ddd img.shogun-image {
  width: 100%;
}




#s-dfb0c044-1038-4407-8e34-9565d22ccefb {
  margin-top: 7px;
margin-bottom: 0px;
}

#s-9f74aa60-330c-4748-abc8-ff71fbadfba3 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-4eb3863d-38a7-44b0-8af4-6abd123c05f3 {
  margin-top: 7px;
margin-left: -6%;
margin-bottom: 7px;
margin-right: -6%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-4eb3863d-38a7-44b0-8af4-6abd123c05f3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4eb3863d-38a7-44b0-8af4-6abd123c05f3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4eb3863d-38a7-44b0-8af4-6abd123c05f3-root {
    text-align: center;
  }


#s-4eb3863d-38a7-44b0-8af4-6abd123c05f3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4eb3863d-38a7-44b0-8af4-6abd123c05f3-root {
    text-align: center;
  }


#s-4eb3863d-38a7-44b0-8af4-6abd123c05f3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4eb3863d-38a7-44b0-8af4-6abd123c05f3-root {
    text-align: center;
  }


#s-4eb3863d-38a7-44b0-8af4-6abd123c05f3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4eb3863d-38a7-44b0-8af4-6abd123c05f3-root {
    text-align: center;
  }


#s-4eb3863d-38a7-44b0-8af4-6abd123c05f3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4eb3863d-38a7-44b0-8af4-6abd123c05f3-root {
    text-align: center;
  }


#s-4eb3863d-38a7-44b0-8af4-6abd123c05f3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}
  #s-4eb3863d-38a7-44b0-8af4-6abd123c05f3-root {
    text-align: center;
  }


#s-4eb3863d-38a7-44b0-8af4-6abd123c05f3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}

#s-666a7403-8495-44b8-8d8a-62f017fb94bd {
  margin-top: 7px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-666a7403-8495-44b8-8d8a-62f017fb94bd {
  margin-top: -2px;
}
}
#s-f58e892a-2bc1-494e-8cc4-e8ec1dd402f3 {
  display: none;
}
#s-74085135-09f4-4006-a58c-a4e3e21df6a5 {
  text-align: left;
}



.shg-c#s-74085135-09f4-4006-a58c-a4e3e21df6a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74085135-09f4-4006-a58c-a4e3e21df6a5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-74085135-09f4-4006-a58c-a4e3e21df6a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74085135-09f4-4006-a58c-a4e3e21df6a5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-74085135-09f4-4006-a58c-a4e3e21df6a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74085135-09f4-4006-a58c-a4e3e21df6a5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-74085135-09f4-4006-a58c-a4e3e21df6a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74085135-09f4-4006-a58c-a4e3e21df6a5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-74085135-09f4-4006-a58c-a4e3e21df6a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74085135-09f4-4006-a58c-a4e3e21df6a5 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-74085135-09f4-4006-a58c-a4e3e21df6a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74085135-09f4-4006-a58c-a4e3e21df6a5 img.shogun-image {
  width: 100%;
}




#s-7ac13328-c5ff-414e-a4d5-17511e0b578b {
  margin-top: 7px;
margin-bottom: 0px;
}

#s-711cae34-8eb2-49bc-9300-c31a1ce14f95 {
  margin-top: 0px;
margin-left: -5%;
margin-bottom: 0px;
margin-right: -8%;
}

#s-d30a3319-9c7a-4172-8c8c-db93d109ed75 {
  margin-top: 7px;
margin-left: -6%;
margin-bottom: 7px;
margin-right: -6%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-d30a3319-9c7a-4172-8c8c-db93d109ed75:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d30a3319-9c7a-4172-8c8c-db93d109ed75:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d30a3319-9c7a-4172-8c8c-db93d109ed75-root {
    text-align: center;
  }


#s-d30a3319-9c7a-4172-8c8c-db93d109ed75.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d30a3319-9c7a-4172-8c8c-db93d109ed75-root {
    text-align: center;
  }


#s-d30a3319-9c7a-4172-8c8c-db93d109ed75.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d30a3319-9c7a-4172-8c8c-db93d109ed75-root {
    text-align: center;
  }


#s-d30a3319-9c7a-4172-8c8c-db93d109ed75.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d30a3319-9c7a-4172-8c8c-db93d109ed75-root {
    text-align: center;
  }


#s-d30a3319-9c7a-4172-8c8c-db93d109ed75.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d30a3319-9c7a-4172-8c8c-db93d109ed75-root {
    text-align: center;
  }


#s-d30a3319-9c7a-4172-8c8c-db93d109ed75.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}
  #s-d30a3319-9c7a-4172-8c8c-db93d109ed75-root {
    text-align: center;
  }


#s-d30a3319-9c7a-4172-8c8c-db93d109ed75.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}

#s-9c775a2c-b1b5-4992-8d17-aa08ba5f1dc8 {
  margin-top: 7px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-9c775a2c-b1b5-4992-8d17-aa08ba5f1dc8 {
  margin-top: -2px;
}
}
#s-68f9828f-91a3-47bf-9ff2-b5a547d3d588 {
  display: none;
}
#s-9820fbff-c660-434d-b2c3-cef6fb777608 {
  text-align: left;
}



.shg-c#s-9820fbff-c660-434d-b2c3-cef6fb777608 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9820fbff-c660-434d-b2c3-cef6fb777608 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9820fbff-c660-434d-b2c3-cef6fb777608 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9820fbff-c660-434d-b2c3-cef6fb777608 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9820fbff-c660-434d-b2c3-cef6fb777608 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9820fbff-c660-434d-b2c3-cef6fb777608 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9820fbff-c660-434d-b2c3-cef6fb777608 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9820fbff-c660-434d-b2c3-cef6fb777608 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9820fbff-c660-434d-b2c3-cef6fb777608 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9820fbff-c660-434d-b2c3-cef6fb777608 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-9820fbff-c660-434d-b2c3-cef6fb777608 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9820fbff-c660-434d-b2c3-cef6fb777608 img.shogun-image {
  width: 100%;
}




#s-940f9ee1-14f0-469b-bd8e-25005c2b6cda {
  margin-top: 7px;
margin-bottom: 0px;
}

#s-ac496109-d50a-4936-88e1-408843d2d6cb {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-8c57d127-03dd-4a58-b189-ecea4cf3c7f6 {
  margin-top: 7px;
margin-left: -6%;
margin-bottom: 7px;
margin-right: -6%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-8c57d127-03dd-4a58-b189-ecea4cf3c7f6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8c57d127-03dd-4a58-b189-ecea4cf3c7f6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8c57d127-03dd-4a58-b189-ecea4cf3c7f6-root {
    text-align: center;
  }


#s-8c57d127-03dd-4a58-b189-ecea4cf3c7f6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8c57d127-03dd-4a58-b189-ecea4cf3c7f6-root {
    text-align: center;
  }


#s-8c57d127-03dd-4a58-b189-ecea4cf3c7f6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8c57d127-03dd-4a58-b189-ecea4cf3c7f6-root {
    text-align: center;
  }


#s-8c57d127-03dd-4a58-b189-ecea4cf3c7f6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8c57d127-03dd-4a58-b189-ecea4cf3c7f6-root {
    text-align: center;
  }


#s-8c57d127-03dd-4a58-b189-ecea4cf3c7f6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8c57d127-03dd-4a58-b189-ecea4cf3c7f6-root {
    text-align: center;
  }


#s-8c57d127-03dd-4a58-b189-ecea4cf3c7f6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}
  #s-8c57d127-03dd-4a58-b189-ecea4cf3c7f6-root {
    text-align: center;
  }


#s-8c57d127-03dd-4a58-b189-ecea4cf3c7f6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}

#s-54544108-32f9-4bb7-a655-9ee20a624344 {
  margin-top: 7px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-54544108-32f9-4bb7-a655-9ee20a624344 {
  margin-top: -2px;
}
}
#s-b058af6e-2ffb-4d13-9230-27ea0616e564 {
  margin-top: 16px;
margin-left: 29%;
margin-bottom: 33px;
margin-right: 29%;
}
@media (min-width: 1200px){#s-b058af6e-2ffb-4d13-9230-27ea0616e564 {
  max-width: 1200px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b058af6e-2ffb-4d13-9230-27ea0616e564 {
  max-width: 1000px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b058af6e-2ffb-4d13-9230-27ea0616e564 {
  
}
}@media (max-width: 767px){#s-b058af6e-2ffb-4d13-9230-27ea0616e564 {
  display: none;
}
#s-b058af6e-2ffb-4d13-9230-27ea0616e564, #wrap-s-b058af6e-2ffb-4d13-9230-27ea0616e564 { display:none !important; }}
@media (min-width: 0px) {
[id="s-b058af6e-2ffb-4d13-9230-27ea0616e564"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 8.5px);
}

}

@media (min-width: 768px) {
[id="s-b058af6e-2ffb-4d13-9230-27ea0616e564"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 8.5px);
}

}

@media (min-width: 992px) {
[id="s-b058af6e-2ffb-4d13-9230-27ea0616e564"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 8.5px);
}

}

@media (min-width: 1200px) {
[id="s-b058af6e-2ffb-4d13-9230-27ea0616e564"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 8.5px);
}

}

#s-b7c7e1de-6b5e-4aed-88f6-b42705402c34 {
  display: none;
}
#s-e71d6ac2-4d98-4cf3-ba51-2ce643fd2daf {
  text-align: left;
}



.shg-c#s-e71d6ac2-4d98-4cf3-ba51-2ce643fd2daf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e71d6ac2-4d98-4cf3-ba51-2ce643fd2daf img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e71d6ac2-4d98-4cf3-ba51-2ce643fd2daf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e71d6ac2-4d98-4cf3-ba51-2ce643fd2daf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e71d6ac2-4d98-4cf3-ba51-2ce643fd2daf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e71d6ac2-4d98-4cf3-ba51-2ce643fd2daf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e71d6ac2-4d98-4cf3-ba51-2ce643fd2daf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e71d6ac2-4d98-4cf3-ba51-2ce643fd2daf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e71d6ac2-4d98-4cf3-ba51-2ce643fd2daf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e71d6ac2-4d98-4cf3-ba51-2ce643fd2daf img.shogun-image {
  width: 100%;
}



}
#s-e3e8f976-a70d-459d-84e1-06480aeacc84 {
  margin-top: 7px;
margin-bottom: 0px;
}

#s-ed42852e-3254-4457-ad8e-99a6d8b123a2 {
  margin-top: 0px;
margin-left: -14%;
margin-bottom: 0px;
margin-right: -14%;
}

#s-8899bcee-e66b-4a8d-bbb9-2ccdb5622838 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 7px;
margin-left: -6%;
margin-bottom: 7px;
margin-right: -6%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-8899bcee-e66b-4a8d-bbb9-2ccdb5622838:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8899bcee-e66b-4a8d-bbb9-2ccdb5622838:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8899bcee-e66b-4a8d-bbb9-2ccdb5622838-root {
    text-align: center;
  }


#s-8899bcee-e66b-4a8d-bbb9-2ccdb5622838.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8899bcee-e66b-4a8d-bbb9-2ccdb5622838-root {
    text-align: center;
  }


#s-8899bcee-e66b-4a8d-bbb9-2ccdb5622838.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8899bcee-e66b-4a8d-bbb9-2ccdb5622838-root {
    text-align: center;
  }


#s-8899bcee-e66b-4a8d-bbb9-2ccdb5622838.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8899bcee-e66b-4a8d-bbb9-2ccdb5622838-root {
    text-align: center;
  }


#s-8899bcee-e66b-4a8d-bbb9-2ccdb5622838.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8899bcee-e66b-4a8d-bbb9-2ccdb5622838-root {
    text-align: center;
  }


#s-8899bcee-e66b-4a8d-bbb9-2ccdb5622838.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}
  #s-8899bcee-e66b-4a8d-bbb9-2ccdb5622838-root {
    text-align: center;
  }


#s-8899bcee-e66b-4a8d-bbb9-2ccdb5622838.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}

#s-67bb8c75-503d-4c89-abcd-b6eebffa0d5f {
  margin-top: 7px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-67bb8c75-503d-4c89-abcd-b6eebffa0d5f {
  margin-top: -2px;
}
}
#s-d53c5e7c-ce2a-4f33-b36e-0867af41c3ec {
  display: none;
}
#s-19e9a413-e6fd-4968-ae99-4237d1cef84e {
  text-align: left;
}



.shg-c#s-19e9a413-e6fd-4968-ae99-4237d1cef84e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19e9a413-e6fd-4968-ae99-4237d1cef84e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-19e9a413-e6fd-4968-ae99-4237d1cef84e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19e9a413-e6fd-4968-ae99-4237d1cef84e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-19e9a413-e6fd-4968-ae99-4237d1cef84e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19e9a413-e6fd-4968-ae99-4237d1cef84e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-19e9a413-e6fd-4968-ae99-4237d1cef84e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19e9a413-e6fd-4968-ae99-4237d1cef84e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-19e9a413-e6fd-4968-ae99-4237d1cef84e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19e9a413-e6fd-4968-ae99-4237d1cef84e img.shogun-image {
  width: 100%;
}



}
#s-38e17cb1-4aa3-4950-8c14-1cad591c248e {
  margin-top: 7px;
margin-bottom: 0px;
}

#s-d40a0497-4c3c-4a07-b4de-fbb140ca1f95 {
  margin-top: 0px;
margin-left: -14%;
margin-bottom: 0px;
margin-right: -14%;
}

#s-42c5f3a6-7068-436f-8e7b-3c7501cbc214 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 7px;
margin-left: -6%;
margin-bottom: 7px;
margin-right: -6%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-42c5f3a6-7068-436f-8e7b-3c7501cbc214:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-42c5f3a6-7068-436f-8e7b-3c7501cbc214:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-42c5f3a6-7068-436f-8e7b-3c7501cbc214-root {
    text-align: center;
  }


#s-42c5f3a6-7068-436f-8e7b-3c7501cbc214.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-42c5f3a6-7068-436f-8e7b-3c7501cbc214-root {
    text-align: center;
  }


#s-42c5f3a6-7068-436f-8e7b-3c7501cbc214.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-42c5f3a6-7068-436f-8e7b-3c7501cbc214-root {
    text-align: center;
  }


#s-42c5f3a6-7068-436f-8e7b-3c7501cbc214.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-42c5f3a6-7068-436f-8e7b-3c7501cbc214-root {
    text-align: center;
  }


#s-42c5f3a6-7068-436f-8e7b-3c7501cbc214.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-42c5f3a6-7068-436f-8e7b-3c7501cbc214-root {
    text-align: center;
  }


#s-42c5f3a6-7068-436f-8e7b-3c7501cbc214.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}
  #s-42c5f3a6-7068-436f-8e7b-3c7501cbc214-root {
    text-align: center;
  }


#s-42c5f3a6-7068-436f-8e7b-3c7501cbc214.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}

#s-dfb6543a-c69b-4896-9711-25d073ce5b2a {
  margin-top: 7px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-dfb6543a-c69b-4896-9711-25d073ce5b2a {
  margin-top: -2px;
}
}
#s-44e7f573-4dc8-457b-a04f-9456d91a9fbe {
  margin-top: 81px;
margin-left: 2%;
margin-bottom: 33px;
margin-right: 3%;
}
@media (min-width: 1200px){#s-44e7f573-4dc8-457b-a04f-9456d91a9fbe {
  max-width: 1200px;
display: none;
}
#s-44e7f573-4dc8-457b-a04f-9456d91a9fbe, #wrap-s-44e7f573-4dc8-457b-a04f-9456d91a9fbe { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-44e7f573-4dc8-457b-a04f-9456d91a9fbe {
  max-width: 1000px;
display: none;
}
#s-44e7f573-4dc8-457b-a04f-9456d91a9fbe, #wrap-s-44e7f573-4dc8-457b-a04f-9456d91a9fbe { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-44e7f573-4dc8-457b-a04f-9456d91a9fbe {
  margin-top: 116px;
display: none;
}
#s-44e7f573-4dc8-457b-a04f-9456d91a9fbe, #wrap-s-44e7f573-4dc8-457b-a04f-9456d91a9fbe { display:none !important; }}@media (max-width: 767px){#s-44e7f573-4dc8-457b-a04f-9456d91a9fbe {
  margin-top: 23px;
}
}
@media (min-width: 0px) {
[id="s-44e7f573-4dc8-457b-a04f-9456d91a9fbe"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-44e7f573-4dc8-457b-a04f-9456d91a9fbe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-44e7f573-4dc8-457b-a04f-9456d91a9fbe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-44e7f573-4dc8-457b-a04f-9456d91a9fbe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

#s-7c468553-78d6-48b9-9923-4dec07733e70 {
  display: none;
}
#s-9fce6c5c-23c9-47f8-9f10-01d7e49ac23a {
  text-align: left;
}



.shg-c#s-9fce6c5c-23c9-47f8-9f10-01d7e49ac23a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9fce6c5c-23c9-47f8-9f10-01d7e49ac23a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9fce6c5c-23c9-47f8-9f10-01d7e49ac23a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9fce6c5c-23c9-47f8-9f10-01d7e49ac23a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9fce6c5c-23c9-47f8-9f10-01d7e49ac23a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9fce6c5c-23c9-47f8-9f10-01d7e49ac23a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9fce6c5c-23c9-47f8-9f10-01d7e49ac23a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9fce6c5c-23c9-47f8-9f10-01d7e49ac23a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9fce6c5c-23c9-47f8-9f10-01d7e49ac23a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9fce6c5c-23c9-47f8-9f10-01d7e49ac23a img.shogun-image {
  width: 100%;
}



}

.shg-c#s-9fce6c5c-23c9-47f8-9f10-01d7e49ac23a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9fce6c5c-23c9-47f8-9f10-01d7e49ac23a img.shogun-image {
  width: 100%;
}




#s-df3b80ff-b60e-4642-b60b-e8b81889bac1 {
  margin-top: 7px;
margin-bottom: 0px;
}

#s-69153c2e-2fa3-4adc-ba05-430d7fde62b0 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-1ae69dca-9f29-4fc3-a8f5-1580d0148457 {
  margin-top: 7px;
margin-left: -6%;
margin-bottom: 7px;
margin-right: -6%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-1ae69dca-9f29-4fc3-a8f5-1580d0148457:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1ae69dca-9f29-4fc3-a8f5-1580d0148457:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1ae69dca-9f29-4fc3-a8f5-1580d0148457-root {
    text-align: center;
  }


#s-1ae69dca-9f29-4fc3-a8f5-1580d0148457.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1ae69dca-9f29-4fc3-a8f5-1580d0148457-root {
    text-align: center;
  }


#s-1ae69dca-9f29-4fc3-a8f5-1580d0148457.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1ae69dca-9f29-4fc3-a8f5-1580d0148457-root {
    text-align: center;
  }


#s-1ae69dca-9f29-4fc3-a8f5-1580d0148457.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1ae69dca-9f29-4fc3-a8f5-1580d0148457-root {
    text-align: center;
  }


#s-1ae69dca-9f29-4fc3-a8f5-1580d0148457.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1ae69dca-9f29-4fc3-a8f5-1580d0148457-root {
    text-align: center;
  }


#s-1ae69dca-9f29-4fc3-a8f5-1580d0148457.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}
  #s-1ae69dca-9f29-4fc3-a8f5-1580d0148457-root {
    text-align: center;
  }


#s-1ae69dca-9f29-4fc3-a8f5-1580d0148457.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}

#s-caa1b22a-72a2-4475-9689-5dcfe13a973b {
  margin-top: 7px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-caa1b22a-72a2-4475-9689-5dcfe13a973b {
  margin-top: -2px;
}
}
#s-f697b008-2a7e-43b7-af38-3704ec273901 {
  display: none;
}
#s-b9ebfaff-72d0-4f69-b806-be94645a5317 {
  text-align: left;
}



.shg-c#s-b9ebfaff-72d0-4f69-b806-be94645a5317 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9ebfaff-72d0-4f69-b806-be94645a5317 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b9ebfaff-72d0-4f69-b806-be94645a5317 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9ebfaff-72d0-4f69-b806-be94645a5317 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b9ebfaff-72d0-4f69-b806-be94645a5317 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9ebfaff-72d0-4f69-b806-be94645a5317 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b9ebfaff-72d0-4f69-b806-be94645a5317 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9ebfaff-72d0-4f69-b806-be94645a5317 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b9ebfaff-72d0-4f69-b806-be94645a5317 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9ebfaff-72d0-4f69-b806-be94645a5317 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-b9ebfaff-72d0-4f69-b806-be94645a5317 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9ebfaff-72d0-4f69-b806-be94645a5317 img.shogun-image {
  width: 100%;
}




#s-e7c3bb7e-51ce-4780-8a25-3e7f13629882 {
  margin-top: 7px;
margin-bottom: 0px;
}

#s-caf0aaab-2a88-4cf7-9f29-7c91a83709af {
  margin-top: 0px;
margin-left: -5%;
margin-bottom: 0px;
margin-right: -8%;
}

#s-b68394a8-d49b-4215-a663-7a59a36d7984 {
  margin-top: 7px;
margin-left: -6%;
margin-bottom: 7px;
margin-right: -6%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-b68394a8-d49b-4215-a663-7a59a36d7984:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b68394a8-d49b-4215-a663-7a59a36d7984:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b68394a8-d49b-4215-a663-7a59a36d7984-root {
    text-align: center;
  }


#s-b68394a8-d49b-4215-a663-7a59a36d7984.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b68394a8-d49b-4215-a663-7a59a36d7984-root {
    text-align: center;
  }


#s-b68394a8-d49b-4215-a663-7a59a36d7984.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b68394a8-d49b-4215-a663-7a59a36d7984-root {
    text-align: center;
  }


#s-b68394a8-d49b-4215-a663-7a59a36d7984.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b68394a8-d49b-4215-a663-7a59a36d7984-root {
    text-align: center;
  }


#s-b68394a8-d49b-4215-a663-7a59a36d7984.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b68394a8-d49b-4215-a663-7a59a36d7984-root {
    text-align: center;
  }


#s-b68394a8-d49b-4215-a663-7a59a36d7984.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}
  #s-b68394a8-d49b-4215-a663-7a59a36d7984-root {
    text-align: center;
  }


#s-b68394a8-d49b-4215-a663-7a59a36d7984.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}

#s-35393394-1580-4b33-993e-18e30c40c482 {
  margin-top: 7px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-35393394-1580-4b33-993e-18e30c40c482 {
  margin-top: -2px;
}
}
#s-1e76967f-339e-4cb5-a223-4327db7ec1c7 {
  display: none;
}
#s-6a061e3b-5017-4081-b5cd-76e00913ceeb {
  text-align: left;
}



.shg-c#s-6a061e3b-5017-4081-b5cd-76e00913ceeb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a061e3b-5017-4081-b5cd-76e00913ceeb img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6a061e3b-5017-4081-b5cd-76e00913ceeb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a061e3b-5017-4081-b5cd-76e00913ceeb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6a061e3b-5017-4081-b5cd-76e00913ceeb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a061e3b-5017-4081-b5cd-76e00913ceeb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6a061e3b-5017-4081-b5cd-76e00913ceeb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a061e3b-5017-4081-b5cd-76e00913ceeb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6a061e3b-5017-4081-b5cd-76e00913ceeb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a061e3b-5017-4081-b5cd-76e00913ceeb img.shogun-image {
  width: 100%;
}



}

.shg-c#s-6a061e3b-5017-4081-b5cd-76e00913ceeb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a061e3b-5017-4081-b5cd-76e00913ceeb img.shogun-image {
  width: 100%;
}




#s-33f0a4ba-47db-4c53-9236-e6c1eedef64a {
  margin-top: 7px;
margin-bottom: 0px;
}

#s-09800864-a639-49e8-9ee1-7878e39c5916 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-ea545905-fe23-4b3f-90c3-a0a0bf3ab4c8 {
  margin-top: 7px;
margin-left: -6%;
margin-bottom: 7px;
margin-right: -6%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-ea545905-fe23-4b3f-90c3-a0a0bf3ab4c8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ea545905-fe23-4b3f-90c3-a0a0bf3ab4c8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ea545905-fe23-4b3f-90c3-a0a0bf3ab4c8-root {
    text-align: center;
  }


#s-ea545905-fe23-4b3f-90c3-a0a0bf3ab4c8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ea545905-fe23-4b3f-90c3-a0a0bf3ab4c8-root {
    text-align: center;
  }


#s-ea545905-fe23-4b3f-90c3-a0a0bf3ab4c8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ea545905-fe23-4b3f-90c3-a0a0bf3ab4c8-root {
    text-align: center;
  }


#s-ea545905-fe23-4b3f-90c3-a0a0bf3ab4c8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ea545905-fe23-4b3f-90c3-a0a0bf3ab4c8-root {
    text-align: center;
  }


#s-ea545905-fe23-4b3f-90c3-a0a0bf3ab4c8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ea545905-fe23-4b3f-90c3-a0a0bf3ab4c8-root {
    text-align: center;
  }


#s-ea545905-fe23-4b3f-90c3-a0a0bf3ab4c8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}
  #s-ea545905-fe23-4b3f-90c3-a0a0bf3ab4c8-root {
    text-align: center;
  }


#s-ea545905-fe23-4b3f-90c3-a0a0bf3ab4c8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}

#s-b1664263-f1b5-4d28-9566-d2c66f6b572a {
  margin-top: 7px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-b1664263-f1b5-4d28-9566-d2c66f6b572a {
  margin-top: -2px;
}
}
#s-9a233bca-f3cb-45f3-892d-bdd19f114700 {
  margin-top: 16px;
margin-left: 19%;
margin-bottom: 33px;
margin-right: 19%;
}
@media (min-width: 1200px){#s-9a233bca-f3cb-45f3-892d-bdd19f114700 {
  max-width: 1200px;
display: none;
}
#s-9a233bca-f3cb-45f3-892d-bdd19f114700, #wrap-s-9a233bca-f3cb-45f3-892d-bdd19f114700 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9a233bca-f3cb-45f3-892d-bdd19f114700 {
  max-width: 1000px;
display: none;
}
#s-9a233bca-f3cb-45f3-892d-bdd19f114700, #wrap-s-9a233bca-f3cb-45f3-892d-bdd19f114700 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9a233bca-f3cb-45f3-892d-bdd19f114700 {
  display: none;
}
#s-9a233bca-f3cb-45f3-892d-bdd19f114700, #wrap-s-9a233bca-f3cb-45f3-892d-bdd19f114700 { display:none !important; }}@media (max-width: 767px){#s-9a233bca-f3cb-45f3-892d-bdd19f114700 {
  
}
}
@media (min-width: 0px) {
[id="s-9a233bca-f3cb-45f3-892d-bdd19f114700"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-9a233bca-f3cb-45f3-892d-bdd19f114700"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-9a233bca-f3cb-45f3-892d-bdd19f114700"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-9a233bca-f3cb-45f3-892d-bdd19f114700"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-72868056-80a2-4a11-a618-2260f7453dbb {
  display: none;
}
#s-b55c6c4a-2756-4e5b-b72b-4bf4763e2bbc {
  text-align: left;
}



.shg-c#s-b55c6c4a-2756-4e5b-b72b-4bf4763e2bbc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b55c6c4a-2756-4e5b-b72b-4bf4763e2bbc img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b55c6c4a-2756-4e5b-b72b-4bf4763e2bbc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b55c6c4a-2756-4e5b-b72b-4bf4763e2bbc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b55c6c4a-2756-4e5b-b72b-4bf4763e2bbc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b55c6c4a-2756-4e5b-b72b-4bf4763e2bbc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b55c6c4a-2756-4e5b-b72b-4bf4763e2bbc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b55c6c4a-2756-4e5b-b72b-4bf4763e2bbc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b55c6c4a-2756-4e5b-b72b-4bf4763e2bbc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b55c6c4a-2756-4e5b-b72b-4bf4763e2bbc img.shogun-image {
  width: 100%;
}



}
#s-2ab42a50-4285-4182-becd-34abe91f009c {
  margin-top: 7px;
margin-bottom: 0px;
}

#s-e587589e-aeb1-4747-83f0-db21a947fa3d {
  margin-top: 0px;
margin-left: -14%;
margin-bottom: 0px;
margin-right: -14%;
}

#s-f2657f14-1781-46d2-9a8d-1a441d1ee389 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 7px;
margin-left: -6%;
margin-bottom: 7px;
margin-right: -6%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-f2657f14-1781-46d2-9a8d-1a441d1ee389:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f2657f14-1781-46d2-9a8d-1a441d1ee389:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f2657f14-1781-46d2-9a8d-1a441d1ee389-root {
    text-align: center;
  }


#s-f2657f14-1781-46d2-9a8d-1a441d1ee389.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f2657f14-1781-46d2-9a8d-1a441d1ee389-root {
    text-align: center;
  }


#s-f2657f14-1781-46d2-9a8d-1a441d1ee389.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f2657f14-1781-46d2-9a8d-1a441d1ee389-root {
    text-align: center;
  }


#s-f2657f14-1781-46d2-9a8d-1a441d1ee389.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f2657f14-1781-46d2-9a8d-1a441d1ee389-root {
    text-align: center;
  }


#s-f2657f14-1781-46d2-9a8d-1a441d1ee389.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f2657f14-1781-46d2-9a8d-1a441d1ee389-root {
    text-align: center;
  }


#s-f2657f14-1781-46d2-9a8d-1a441d1ee389.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}
  #s-f2657f14-1781-46d2-9a8d-1a441d1ee389-root {
    text-align: center;
  }


#s-f2657f14-1781-46d2-9a8d-1a441d1ee389.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}

#s-bdd9d9e8-3bf6-423c-82f3-6cfbaa87f539 {
  margin-top: 7px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-bdd9d9e8-3bf6-423c-82f3-6cfbaa87f539 {
  margin-top: -2px;
}
}
#s-113cd259-b389-4272-97be-51e932eb09ec {
  display: none;
}
#s-4d905f27-c8eb-4637-9a7d-36d08f6fca62 {
  text-align: left;
}



.shg-c#s-4d905f27-c8eb-4637-9a7d-36d08f6fca62 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d905f27-c8eb-4637-9a7d-36d08f6fca62 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4d905f27-c8eb-4637-9a7d-36d08f6fca62 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d905f27-c8eb-4637-9a7d-36d08f6fca62 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4d905f27-c8eb-4637-9a7d-36d08f6fca62 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d905f27-c8eb-4637-9a7d-36d08f6fca62 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4d905f27-c8eb-4637-9a7d-36d08f6fca62 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d905f27-c8eb-4637-9a7d-36d08f6fca62 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4d905f27-c8eb-4637-9a7d-36d08f6fca62 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d905f27-c8eb-4637-9a7d-36d08f6fca62 img.shogun-image {
  width: 100%;
}



}
#s-2e2929d5-5f0d-408a-a148-fed6075a8cac {
  margin-top: 7px;
margin-bottom: 0px;
}

#s-c8b20f96-5ef3-463f-b95c-654d7c555d35 {
  margin-top: 0px;
margin-left: -14%;
margin-bottom: 0px;
margin-right: -14%;
}

#s-a1be3809-1396-4c80-a893-bda8e796eeab {
  box-shadow:0px 0px 0px 0px ;
margin-top: 7px;
margin-left: -6%;
margin-bottom: 7px;
margin-right: -6%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-a1be3809-1396-4c80-a893-bda8e796eeab:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a1be3809-1396-4c80-a893-bda8e796eeab:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a1be3809-1396-4c80-a893-bda8e796eeab-root {
    text-align: center;
  }


#s-a1be3809-1396-4c80-a893-bda8e796eeab.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a1be3809-1396-4c80-a893-bda8e796eeab-root {
    text-align: center;
  }


#s-a1be3809-1396-4c80-a893-bda8e796eeab.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a1be3809-1396-4c80-a893-bda8e796eeab-root {
    text-align: center;
  }


#s-a1be3809-1396-4c80-a893-bda8e796eeab.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a1be3809-1396-4c80-a893-bda8e796eeab-root {
    text-align: center;
  }


#s-a1be3809-1396-4c80-a893-bda8e796eeab.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a1be3809-1396-4c80-a893-bda8e796eeab-root {
    text-align: center;
  }


#s-a1be3809-1396-4c80-a893-bda8e796eeab.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}
  #s-a1be3809-1396-4c80-a893-bda8e796eeab-root {
    text-align: center;
  }


#s-a1be3809-1396-4c80-a893-bda8e796eeab.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}

#s-d581d5fa-db35-418c-a538-38962493df11 {
  margin-top: 7px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-d581d5fa-db35-418c-a538-38962493df11 {
  margin-top: -2px;
}
}
#s-be9e9338-28f6-4178-a458-d93712ad9cfc {
  min-height: 50px;
}








#s-be9e9338-28f6-4178-a458-d93712ad9cfc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be9e9338-28f6-4178-a458-d93712ad9cfc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-20c3efbc-19d8-44ac-912e-d767b1037a29 {
  margin-top: 16px;
margin-left: 17%;
margin-bottom: 33px;
margin-right: 17%;
}
@media (min-width: 1200px){#s-20c3efbc-19d8-44ac-912e-d767b1037a29 {
  margin-left: 19%;
margin-right: 19%;
max-width: 1200px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-20c3efbc-19d8-44ac-912e-d767b1037a29 {
  margin-left: 24%;
margin-right: 24%;
max-width: 1000px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-20c3efbc-19d8-44ac-912e-d767b1037a29 {
  
}
}@media (max-width: 767px){#s-20c3efbc-19d8-44ac-912e-d767b1037a29 {
  display: none;
}
#s-20c3efbc-19d8-44ac-912e-d767b1037a29, #wrap-s-20c3efbc-19d8-44ac-912e-d767b1037a29 { display:none !important; }}
@media (min-width: 0px) {
[id="s-20c3efbc-19d8-44ac-912e-d767b1037a29"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 11.333333333333334px);
}

}

@media (min-width: 768px) {
[id="s-20c3efbc-19d8-44ac-912e-d767b1037a29"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 11.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-20c3efbc-19d8-44ac-912e-d767b1037a29"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 11.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-20c3efbc-19d8-44ac-912e-d767b1037a29"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 11.333333333333334px);
}

}

#s-0c623cc1-fa53-40aa-887e-295a84dca01e {
  display: none;
}
#s-aa3f087c-efb7-4ac1-8050-36d13ff7ea4d {
  text-align: left;
}



.shg-c#s-aa3f087c-efb7-4ac1-8050-36d13ff7ea4d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aa3f087c-efb7-4ac1-8050-36d13ff7ea4d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-aa3f087c-efb7-4ac1-8050-36d13ff7ea4d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aa3f087c-efb7-4ac1-8050-36d13ff7ea4d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-aa3f087c-efb7-4ac1-8050-36d13ff7ea4d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aa3f087c-efb7-4ac1-8050-36d13ff7ea4d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-aa3f087c-efb7-4ac1-8050-36d13ff7ea4d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aa3f087c-efb7-4ac1-8050-36d13ff7ea4d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-aa3f087c-efb7-4ac1-8050-36d13ff7ea4d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aa3f087c-efb7-4ac1-8050-36d13ff7ea4d img.shogun-image {
  width: 100%;
}



}

.shg-c#s-aa3f087c-efb7-4ac1-8050-36d13ff7ea4d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aa3f087c-efb7-4ac1-8050-36d13ff7ea4d img.shogun-image {
  width: 100%;
}




#s-11e74d37-f0a0-4821-b835-e9e09c52b09f {
  margin-top: 7px;
margin-bottom: 0px;
}

#s-ebeeeed1-ef16-4279-8bdc-b949f45b148c {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-71816285-371e-4c26-9b0b-edf19c9af0ac {
  margin-top: 7px;
margin-left: -6%;
margin-bottom: 7px;
margin-right: -6%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-71816285-371e-4c26-9b0b-edf19c9af0ac:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-71816285-371e-4c26-9b0b-edf19c9af0ac:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-71816285-371e-4c26-9b0b-edf19c9af0ac {
  margin-left: -6%;
margin-right: -6%;
}
}

  #s-71816285-371e-4c26-9b0b-edf19c9af0ac-root {
    text-align: center;
  }


#s-71816285-371e-4c26-9b0b-edf19c9af0ac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-71816285-371e-4c26-9b0b-edf19c9af0ac-root {
    text-align: center;
  }


#s-71816285-371e-4c26-9b0b-edf19c9af0ac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-71816285-371e-4c26-9b0b-edf19c9af0ac-root {
    text-align: center;
  }


#s-71816285-371e-4c26-9b0b-edf19c9af0ac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-71816285-371e-4c26-9b0b-edf19c9af0ac-root {
    text-align: center;
  }


#s-71816285-371e-4c26-9b0b-edf19c9af0ac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-71816285-371e-4c26-9b0b-edf19c9af0ac-root {
    text-align: center;
  }


#s-71816285-371e-4c26-9b0b-edf19c9af0ac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}
  #s-71816285-371e-4c26-9b0b-edf19c9af0ac-root {
    text-align: center;
  }


#s-71816285-371e-4c26-9b0b-edf19c9af0ac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}

#s-d7afdd45-b701-4189-8200-13688e9142b8 {
  margin-top: 7px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-d7afdd45-b701-4189-8200-13688e9142b8 {
  margin-top: -2px;
}
}
#s-a5de6972-e56c-4fcc-bd0e-e53841b68e41 {
  display: none;
}
#s-84452e20-d408-4433-ab5a-41b08b3054f8 {
  text-align: left;
}



.shg-c#s-84452e20-d408-4433-ab5a-41b08b3054f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-84452e20-d408-4433-ab5a-41b08b3054f8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-84452e20-d408-4433-ab5a-41b08b3054f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-84452e20-d408-4433-ab5a-41b08b3054f8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-84452e20-d408-4433-ab5a-41b08b3054f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-84452e20-d408-4433-ab5a-41b08b3054f8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-84452e20-d408-4433-ab5a-41b08b3054f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-84452e20-d408-4433-ab5a-41b08b3054f8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-84452e20-d408-4433-ab5a-41b08b3054f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-84452e20-d408-4433-ab5a-41b08b3054f8 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-84452e20-d408-4433-ab5a-41b08b3054f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-84452e20-d408-4433-ab5a-41b08b3054f8 img.shogun-image {
  width: 100%;
}




#s-9447c708-8540-4805-be7b-99df527fdc7d {
  margin-top: 7px;
margin-bottom: 0px;
}

#s-30b830e5-75fd-469f-b289-e93f88d839d6 {
  margin-top: 0px;
margin-left: -5%;
margin-bottom: 0px;
margin-right: -8%;
}

#s-5baa274e-4eac-4f93-b6b7-318d105954ac {
  margin-top: 7px;
margin-left: -6%;
margin-bottom: 7px;
margin-right: -6%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-5baa274e-4eac-4f93-b6b7-318d105954ac:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5baa274e-4eac-4f93-b6b7-318d105954ac:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5baa274e-4eac-4f93-b6b7-318d105954ac-root {
    text-align: center;
  }


#s-5baa274e-4eac-4f93-b6b7-318d105954ac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5baa274e-4eac-4f93-b6b7-318d105954ac-root {
    text-align: center;
  }


#s-5baa274e-4eac-4f93-b6b7-318d105954ac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5baa274e-4eac-4f93-b6b7-318d105954ac-root {
    text-align: center;
  }


#s-5baa274e-4eac-4f93-b6b7-318d105954ac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5baa274e-4eac-4f93-b6b7-318d105954ac-root {
    text-align: center;
  }


#s-5baa274e-4eac-4f93-b6b7-318d105954ac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5baa274e-4eac-4f93-b6b7-318d105954ac-root {
    text-align: center;
  }


#s-5baa274e-4eac-4f93-b6b7-318d105954ac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}
  #s-5baa274e-4eac-4f93-b6b7-318d105954ac-root {
    text-align: center;
  }


#s-5baa274e-4eac-4f93-b6b7-318d105954ac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}

#s-b30736da-a18b-4afb-9a87-3b5aee8eff86 {
  margin-top: 7px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-b30736da-a18b-4afb-9a87-3b5aee8eff86 {
  margin-top: -2px;
}
}
#s-84fe386c-b9d4-431f-9c00-e637f5b57575 {
  display: none;
}
#s-da1fa2b5-e2d8-4837-b4de-b07f55f308d2 {
  text-align: left;
}



.shg-c#s-da1fa2b5-e2d8-4837-b4de-b07f55f308d2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da1fa2b5-e2d8-4837-b4de-b07f55f308d2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-da1fa2b5-e2d8-4837-b4de-b07f55f308d2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da1fa2b5-e2d8-4837-b4de-b07f55f308d2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-da1fa2b5-e2d8-4837-b4de-b07f55f308d2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da1fa2b5-e2d8-4837-b4de-b07f55f308d2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-da1fa2b5-e2d8-4837-b4de-b07f55f308d2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da1fa2b5-e2d8-4837-b4de-b07f55f308d2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-da1fa2b5-e2d8-4837-b4de-b07f55f308d2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da1fa2b5-e2d8-4837-b4de-b07f55f308d2 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-da1fa2b5-e2d8-4837-b4de-b07f55f308d2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da1fa2b5-e2d8-4837-b4de-b07f55f308d2 img.shogun-image {
  width: 100%;
}




#s-a3699106-961d-456a-be0d-839e6c1d9450 {
  margin-top: 7px;
margin-bottom: 0px;
}

#s-89e54ddf-3ecd-4e70-98b7-5a2b11ef80eb {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-916a6bb2-ab1c-41dc-b127-e1eb85a6fb1b {
  margin-top: 7px;
margin-left: -6%;
margin-bottom: 7px;
margin-right: -6%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-916a6bb2-ab1c-41dc-b127-e1eb85a6fb1b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-916a6bb2-ab1c-41dc-b127-e1eb85a6fb1b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-916a6bb2-ab1c-41dc-b127-e1eb85a6fb1b-root {
    text-align: center;
  }


#s-916a6bb2-ab1c-41dc-b127-e1eb85a6fb1b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-916a6bb2-ab1c-41dc-b127-e1eb85a6fb1b-root {
    text-align: center;
  }


#s-916a6bb2-ab1c-41dc-b127-e1eb85a6fb1b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-916a6bb2-ab1c-41dc-b127-e1eb85a6fb1b-root {
    text-align: center;
  }


#s-916a6bb2-ab1c-41dc-b127-e1eb85a6fb1b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-916a6bb2-ab1c-41dc-b127-e1eb85a6fb1b-root {
    text-align: center;
  }


#s-916a6bb2-ab1c-41dc-b127-e1eb85a6fb1b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-916a6bb2-ab1c-41dc-b127-e1eb85a6fb1b-root {
    text-align: center;
  }


#s-916a6bb2-ab1c-41dc-b127-e1eb85a6fb1b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}
  #s-916a6bb2-ab1c-41dc-b127-e1eb85a6fb1b-root {
    text-align: center;
  }


#s-916a6bb2-ab1c-41dc-b127-e1eb85a6fb1b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}

#s-8f5e3fb7-1dbc-4f80-b760-87d9009084cf {
  margin-top: 7px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-8f5e3fb7-1dbc-4f80-b760-87d9009084cf {
  margin-top: -2px;
}
}
#s-7e92dc77-d06d-4f88-ac62-4e022a21ebb0 {
  margin-top: 16px;
margin-left: 29%;
margin-bottom: 33px;
margin-right: 29%;
}
@media (min-width: 1200px){#s-7e92dc77-d06d-4f88-ac62-4e022a21ebb0 {
  max-width: 1200px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7e92dc77-d06d-4f88-ac62-4e022a21ebb0 {
  max-width: 1000px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7e92dc77-d06d-4f88-ac62-4e022a21ebb0 {
  
}
}@media (max-width: 767px){#s-7e92dc77-d06d-4f88-ac62-4e022a21ebb0 {
  display: none;
}
#s-7e92dc77-d06d-4f88-ac62-4e022a21ebb0, #wrap-s-7e92dc77-d06d-4f88-ac62-4e022a21ebb0 { display:none !important; }}
@media (min-width: 0px) {
[id="s-7e92dc77-d06d-4f88-ac62-4e022a21ebb0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 8.5px);
}

}

@media (min-width: 768px) {
[id="s-7e92dc77-d06d-4f88-ac62-4e022a21ebb0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 8.5px);
}

}

@media (min-width: 992px) {
[id="s-7e92dc77-d06d-4f88-ac62-4e022a21ebb0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 8.5px);
}

}

@media (min-width: 1200px) {
[id="s-7e92dc77-d06d-4f88-ac62-4e022a21ebb0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 8.5px);
}

}

#s-dc4489cd-9efd-48c3-b549-0ffffd9cfa9f {
  display: none;
}
#s-681c10a1-9cb9-46bc-8e82-845a50090257 {
  text-align: left;
}



.shg-c#s-681c10a1-9cb9-46bc-8e82-845a50090257 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-681c10a1-9cb9-46bc-8e82-845a50090257 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-681c10a1-9cb9-46bc-8e82-845a50090257 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-681c10a1-9cb9-46bc-8e82-845a50090257 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-681c10a1-9cb9-46bc-8e82-845a50090257 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-681c10a1-9cb9-46bc-8e82-845a50090257 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-681c10a1-9cb9-46bc-8e82-845a50090257 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-681c10a1-9cb9-46bc-8e82-845a50090257 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-681c10a1-9cb9-46bc-8e82-845a50090257 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-681c10a1-9cb9-46bc-8e82-845a50090257 img.shogun-image {
  width: 100%;
}



}
#s-16dab4c3-aedf-4e3c-94a9-9663505520ea {
  margin-top: 7px;
margin-bottom: 0px;
}

#s-3f21f8f3-31cb-42a0-97ab-70aa8ff4b8a7 {
  margin-top: 0px;
margin-left: -14%;
margin-bottom: 0px;
margin-right: -14%;
}

#s-8ada291b-7ccf-46af-8e17-2aff97681bf8 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 7px;
margin-left: -6%;
margin-bottom: 7px;
margin-right: -6%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-8ada291b-7ccf-46af-8e17-2aff97681bf8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8ada291b-7ccf-46af-8e17-2aff97681bf8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8ada291b-7ccf-46af-8e17-2aff97681bf8-root {
    text-align: center;
  }


#s-8ada291b-7ccf-46af-8e17-2aff97681bf8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8ada291b-7ccf-46af-8e17-2aff97681bf8-root {
    text-align: center;
  }


#s-8ada291b-7ccf-46af-8e17-2aff97681bf8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8ada291b-7ccf-46af-8e17-2aff97681bf8-root {
    text-align: center;
  }


#s-8ada291b-7ccf-46af-8e17-2aff97681bf8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8ada291b-7ccf-46af-8e17-2aff97681bf8-root {
    text-align: center;
  }


#s-8ada291b-7ccf-46af-8e17-2aff97681bf8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8ada291b-7ccf-46af-8e17-2aff97681bf8-root {
    text-align: center;
  }


#s-8ada291b-7ccf-46af-8e17-2aff97681bf8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}
  #s-8ada291b-7ccf-46af-8e17-2aff97681bf8-root {
    text-align: center;
  }


#s-8ada291b-7ccf-46af-8e17-2aff97681bf8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}

#s-dea3b1f3-b78b-4925-8393-4b6b7fd760f1 {
  margin-top: 7px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-dea3b1f3-b78b-4925-8393-4b6b7fd760f1 {
  margin-top: -2px;
}
}
#s-794443bf-aa21-4eb3-87ad-e196238d43f2 {
  display: none;
}
#s-c7a3c44b-d7d5-40a3-9c19-83d39e2c1e02 {
  text-align: left;
}



.shg-c#s-c7a3c44b-d7d5-40a3-9c19-83d39e2c1e02 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c7a3c44b-d7d5-40a3-9c19-83d39e2c1e02 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c7a3c44b-d7d5-40a3-9c19-83d39e2c1e02 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c7a3c44b-d7d5-40a3-9c19-83d39e2c1e02 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c7a3c44b-d7d5-40a3-9c19-83d39e2c1e02 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c7a3c44b-d7d5-40a3-9c19-83d39e2c1e02 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c7a3c44b-d7d5-40a3-9c19-83d39e2c1e02 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c7a3c44b-d7d5-40a3-9c19-83d39e2c1e02 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c7a3c44b-d7d5-40a3-9c19-83d39e2c1e02 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c7a3c44b-d7d5-40a3-9c19-83d39e2c1e02 img.shogun-image {
  width: 100%;
}



}
#s-9e506f72-552c-4a31-91ff-3b5483f13589 {
  margin-top: 7px;
margin-bottom: 0px;
}

#s-7267da1e-5ca6-46dd-9093-a1a47aaa7ec0 {
  margin-top: 0px;
margin-left: -14%;
margin-bottom: 0px;
margin-right: -14%;
}

#s-8cf9b862-713b-4ca4-bd59-9f9444131b4a {
  box-shadow:0px 0px 0px 0px ;
margin-top: 7px;
margin-left: -6%;
margin-bottom: 7px;
margin-right: -6%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-8cf9b862-713b-4ca4-bd59-9f9444131b4a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8cf9b862-713b-4ca4-bd59-9f9444131b4a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8cf9b862-713b-4ca4-bd59-9f9444131b4a-root {
    text-align: center;
  }


#s-8cf9b862-713b-4ca4-bd59-9f9444131b4a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8cf9b862-713b-4ca4-bd59-9f9444131b4a-root {
    text-align: center;
  }


#s-8cf9b862-713b-4ca4-bd59-9f9444131b4a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8cf9b862-713b-4ca4-bd59-9f9444131b4a-root {
    text-align: center;
  }


#s-8cf9b862-713b-4ca4-bd59-9f9444131b4a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8cf9b862-713b-4ca4-bd59-9f9444131b4a-root {
    text-align: center;
  }


#s-8cf9b862-713b-4ca4-bd59-9f9444131b4a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8cf9b862-713b-4ca4-bd59-9f9444131b4a-root {
    text-align: center;
  }


#s-8cf9b862-713b-4ca4-bd59-9f9444131b4a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}
  #s-8cf9b862-713b-4ca4-bd59-9f9444131b4a-root {
    text-align: center;
  }


#s-8cf9b862-713b-4ca4-bd59-9f9444131b4a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}

#s-cc3e07c1-c09c-47fc-ba83-68c15898bb02 {
  margin-top: 7px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-cc3e07c1-c09c-47fc-ba83-68c15898bb02 {
  margin-top: -2px;
}
}
.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-2b63181f-6dca-4a8a-be7b-89e3b153dbf1 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-2b63181f-6dca-4a8a-be7b-89e3b153dbf1 {
  
}
}
#s-2b63181f-6dca-4a8a-be7b-89e3b153dbf1 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-2b63181f-6dca-4a8a-be7b-89e3b153dbf1 .shg-sld-nav-button.shg-sld-left,
#s-2b63181f-6dca-4a8a-be7b-89e3b153dbf1 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-07a2a457-70fb-4cfe-a624-1a36855540ed {
  text-align: center;
}







  #s-07a2a457-70fb-4cfe-a624-1a36855540ed img.shogun-image {
    

    
    
    
  }


#s-07a2a457-70fb-4cfe-a624-1a36855540ed .shogun-image-content {
  
    align-items: center;
  
}

#s-dc2ff9dd-7f6f-4d92-8b71-9c123608b8b1 {
  text-align: center;
}







  #s-dc2ff9dd-7f6f-4d92-8b71-9c123608b8b1 img.shogun-image {
    

    
    
    
  }


#s-dc2ff9dd-7f6f-4d92-8b71-9c123608b8b1 .shogun-image-content {
  
    align-items: center;
  
}

#s-e685fb61-f66f-4b8a-8bf8-5be38969e5d6 {
  text-align: center;
}







  #s-e685fb61-f66f-4b8a-8bf8-5be38969e5d6 img.shogun-image {
    

    
    
    
  }


#s-e685fb61-f66f-4b8a-8bf8-5be38969e5d6 .shogun-image-content {
  
    align-items: center;
  
}

#s-439bfc19-155a-47d9-8106-a0448e5f72e8 {
  text-align: center;
}
@media (min-width: 1200px){#s-439bfc19-155a-47d9-8106-a0448e5f72e8 {
  display: none;
}
#s-439bfc19-155a-47d9-8106-a0448e5f72e8, #wrap-s-439bfc19-155a-47d9-8106-a0448e5f72e8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-439bfc19-155a-47d9-8106-a0448e5f72e8 {
  display: none;
}
#s-439bfc19-155a-47d9-8106-a0448e5f72e8, #wrap-s-439bfc19-155a-47d9-8106-a0448e5f72e8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-439bfc19-155a-47d9-8106-a0448e5f72e8 {
  display: none;
}
#s-439bfc19-155a-47d9-8106-a0448e5f72e8, #wrap-s-439bfc19-155a-47d9-8106-a0448e5f72e8 { display:none !important; }}






  #s-439bfc19-155a-47d9-8106-a0448e5f72e8 img.shogun-image {
    

    
    
    
  }


#s-439bfc19-155a-47d9-8106-a0448e5f72e8 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-90cf77ea-aa08-455b-b9dd-73f06668d9ed"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-90cf77ea-aa08-455b-b9dd-73f06668d9ed"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-90cf77ea-aa08-455b-b9dd-73f06668d9ed"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-90cf77ea-aa08-455b-b9dd-73f06668d9ed"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-90cf77ea-aa08-455b-b9dd-73f06668d9ed"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-c27107d1-fbee-44f7-b595-c0169f4bfcd1 {
  margin-top: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-c27107d1-fbee-44f7-b595-c0169f4bfcd1 {
  margin-top: 51px;
}
}@media (max-width: 767px){#s-c27107d1-fbee-44f7-b595-c0169f4bfcd1 {
  margin-top: 19px;
}
}
#s-c27107d1-fbee-44f7-b595-c0169f4bfcd1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 80px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-c27107d1-fbee-44f7-b595-c0169f4bfcd1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 60px;
  
  
  
}


}@media (max-width: 767px){#s-c27107d1-fbee-44f7-b595-c0169f4bfcd1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 60px;
  
  
  
}


}
#s-c7bdd334-0427-4ae2-b2c2-a61286074ada {
  margin-top: 17px;
margin-left: 28%;
margin-bottom: 25px;
margin-right: 28%;
}
@media (min-width: 1200px){#s-c7bdd334-0427-4ae2-b2c2-a61286074ada {
  margin-left: 21%;
margin-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c7bdd334-0427-4ae2-b2c2-a61286074ada {
  margin-left: 4%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-c7bdd334-0427-4ae2-b2c2-a61286074ada {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-425a1199-1e56-4ee4-a45c-f2b85b4764c5 {
  margin-left: 5%;
margin-right: 5%;
text-align: center;
}







  #s-425a1199-1e56-4ee4-a45c-f2b85b4764c5 img.shogun-image {
    

    
    
    
  }


#s-425a1199-1e56-4ee4-a45c-f2b85b4764c5 .shogun-image-content {
  
    align-items: center;
  
}

#s-7bc818f2-2e34-4c61-9c00-9cb30aaa5e55 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7bc818f2-2e34-4c61-9c00-9cb30aaa5e55 {
  margin-top: 59px;
margin-bottom: 59px;
}
}






  #s-7bc818f2-2e34-4c61-9c00-9cb30aaa5e55 img.shogun-image {
    

    
    
    
  }


#s-7bc818f2-2e34-4c61-9c00-9cb30aaa5e55 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-567f4326-9369-4369-ae2a-d9acd463e342"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-567f4326-9369-4369-ae2a-d9acd463e342"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-567f4326-9369-4369-ae2a-d9acd463e342"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-567f4326-9369-4369-ae2a-d9acd463e342"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-53c547a5-554a-4833-bc19-a9df5fef27be {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 61px;
padding-left: 0%;
padding-bottom: 61px;
padding-right: 0%;
}
@media (min-width: 1200px){#s-53c547a5-554a-4833-bc19-a9df5fef27be {
  margin-left: 12%;
margin-right: 12%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-53c547a5-554a-4833-bc19-a9df5fef27be {
  margin-left: 11%;
margin-right: 11%;
}
}@media (max-width: 767px){#s-53c547a5-554a-4833-bc19-a9df5fef27be {
  margin-top: 0px;
margin-left: -3%;
margin-bottom: 0px;
margin-right: -3%;
}
}
#s-a9fdadfa-1886-4e76-89bb-5de3535a0fd3 {
  margin-top: 25px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-a9fdadfa-1886-4e76-89bb-5de3535a0fd3 {
  margin-top: 102px;
margin-left: 7%;
margin-right: 11%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a9fdadfa-1886-4e76-89bb-5de3535a0fd3 {
  margin-top: 99px;
}
}@media (max-width: 767px){#s-a9fdadfa-1886-4e76-89bb-5de3535a0fd3 {
  margin-top: -42px;
margin-left: 6%;
margin-right: 6%;
}
}
#s-a9fdadfa-1886-4e76-89bb-5de3535a0fd3 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 60px;
  
  
  
}



#s-cd7a5619-9df2-4d12-9f36-3c4be96d7005 {
  margin-top: 17px;
margin-left: 6%;
margin-bottom: 25px;
margin-right: 6%;
}
@media (min-width: 1200px){#s-cd7a5619-9df2-4d12-9f36-3c4be96d7005 {
  margin-top: 17px;
margin-left: 16%;
margin-right: 21%;
}
}@media (max-width: 767px){#s-cd7a5619-9df2-4d12-9f36-3c4be96d7005 {
  margin-left: 4%;
margin-bottom: 27px;
margin-right: 4%;
}
}
#s-aba3c7d1-0240-412c-a066-665a4772b71b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-aba3c7d1-0240-412c-a066-665a4772b71b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-aba3c7d1-0240-412c-a066-665a4772b71b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-aba3c7d1-0240-412c-a066-665a4772b71b {
  margin-left: 21%;
margin-bottom: 0px;
margin-right: 25%;
}
}@media (max-width: 767px){#s-aba3c7d1-0240-412c-a066-665a4772b71b {
  display: none;
}
#s-aba3c7d1-0240-412c-a066-665a4772b71b, #wrap-s-aba3c7d1-0240-412c-a066-665a4772b71b { display:none !important; }}

  #s-aba3c7d1-0240-412c-a066-665a4772b71b-root {
    text-align: center;
  }


#s-aba3c7d1-0240-412c-a066-665a4772b71b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-aba3c7d1-0240-412c-a066-665a4772b71b-root {
    text-align: center;
  }


#s-aba3c7d1-0240-412c-a066-665a4772b71b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-aba3c7d1-0240-412c-a066-665a4772b71b-root {
    text-align: center;
  }


#s-aba3c7d1-0240-412c-a066-665a4772b71b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-aba3c7d1-0240-412c-a066-665a4772b71b-root {
    text-align: center;
  }


#s-aba3c7d1-0240-412c-a066-665a4772b71b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-aba3c7d1-0240-412c-a066-665a4772b71b-root {
    text-align: center;
  }


#s-aba3c7d1-0240-412c-a066-665a4772b71b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}
#s-187d818f-a243-4b57-96ab-6bee4af9895c {
  min-height: 50px;
}
@media (min-width: 1200px){#s-187d818f-a243-4b57-96ab-6bee4af9895c {
  display: none;
}
#s-187d818f-a243-4b57-96ab-6bee4af9895c, #wrap-s-187d818f-a243-4b57-96ab-6bee4af9895c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-187d818f-a243-4b57-96ab-6bee4af9895c {
  display: none;
}
#s-187d818f-a243-4b57-96ab-6bee4af9895c, #wrap-s-187d818f-a243-4b57-96ab-6bee4af9895c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-187d818f-a243-4b57-96ab-6bee4af9895c {
  display: none;
}
#s-187d818f-a243-4b57-96ab-6bee4af9895c, #wrap-s-187d818f-a243-4b57-96ab-6bee4af9895c { display:none !important; }}







#s-187d818f-a243-4b57-96ab-6bee4af9895c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-187d818f-a243-4b57-96ab-6bee4af9895c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4cffeb10-bdb3-440d-bb51-af1ed5f6f823 {
  margin-top: 16px;
margin-left: 17%;
margin-bottom: 33px;
margin-right: 17%;
}
@media (min-width: 1200px){#s-4cffeb10-bdb3-440d-bb51-af1ed5f6f823 {
  max-width: 1200px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4cffeb10-bdb3-440d-bb51-af1ed5f6f823 {
  max-width: 1000px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4cffeb10-bdb3-440d-bb51-af1ed5f6f823 {
  
}
}@media (max-width: 767px){#s-4cffeb10-bdb3-440d-bb51-af1ed5f6f823 {
  display: none;
}
#s-4cffeb10-bdb3-440d-bb51-af1ed5f6f823, #wrap-s-4cffeb10-bdb3-440d-bb51-af1ed5f6f823 { display:none !important; }}
@media (min-width: 0px) {
[id="s-4cffeb10-bdb3-440d-bb51-af1ed5f6f823"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 11.333333333333334px);
}

}

@media (min-width: 768px) {
[id="s-4cffeb10-bdb3-440d-bb51-af1ed5f6f823"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 11.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-4cffeb10-bdb3-440d-bb51-af1ed5f6f823"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 11.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-4cffeb10-bdb3-440d-bb51-af1ed5f6f823"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 11.333333333333334px);
}

}

#s-50f990f8-0ab3-4e11-ace9-62dcb3fcd80e {
  display: none;
}
#s-5dff64ec-2261-496c-adf0-f141585ff176 {
  text-align: left;
}



.shg-c#s-5dff64ec-2261-496c-adf0-f141585ff176 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5dff64ec-2261-496c-adf0-f141585ff176 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5dff64ec-2261-496c-adf0-f141585ff176 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5dff64ec-2261-496c-adf0-f141585ff176 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5dff64ec-2261-496c-adf0-f141585ff176 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5dff64ec-2261-496c-adf0-f141585ff176 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5dff64ec-2261-496c-adf0-f141585ff176 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5dff64ec-2261-496c-adf0-f141585ff176 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5dff64ec-2261-496c-adf0-f141585ff176 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5dff64ec-2261-496c-adf0-f141585ff176 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-5dff64ec-2261-496c-adf0-f141585ff176 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5dff64ec-2261-496c-adf0-f141585ff176 img.shogun-image {
  width: 100%;
}




#s-9f978a03-7184-4512-973a-9529535bd8ef {
  margin-top: 7px;
margin-bottom: 0px;
}

#s-ca21fa8a-93eb-4767-9fac-e81a8eefb09d {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-781411e7-b9c2-4ca3-8edd-08618f9a6c4b {
  margin-top: 7px;
margin-left: -6%;
margin-bottom: 7px;
margin-right: -6%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-781411e7-b9c2-4ca3-8edd-08618f9a6c4b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-781411e7-b9c2-4ca3-8edd-08618f9a6c4b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-781411e7-b9c2-4ca3-8edd-08618f9a6c4b-root {
    text-align: center;
  }


#s-781411e7-b9c2-4ca3-8edd-08618f9a6c4b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-781411e7-b9c2-4ca3-8edd-08618f9a6c4b-root {
    text-align: center;
  }


#s-781411e7-b9c2-4ca3-8edd-08618f9a6c4b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-781411e7-b9c2-4ca3-8edd-08618f9a6c4b-root {
    text-align: center;
  }


#s-781411e7-b9c2-4ca3-8edd-08618f9a6c4b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-781411e7-b9c2-4ca3-8edd-08618f9a6c4b-root {
    text-align: center;
  }


#s-781411e7-b9c2-4ca3-8edd-08618f9a6c4b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-781411e7-b9c2-4ca3-8edd-08618f9a6c4b-root {
    text-align: center;
  }


#s-781411e7-b9c2-4ca3-8edd-08618f9a6c4b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}
  #s-781411e7-b9c2-4ca3-8edd-08618f9a6c4b-root {
    text-align: center;
  }


#s-781411e7-b9c2-4ca3-8edd-08618f9a6c4b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}

#s-b024a3da-2458-4604-ab65-1970c6d67fad {
  margin-top: 7px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-b024a3da-2458-4604-ab65-1970c6d67fad {
  margin-top: -2px;
}
}
#s-7a983031-f4fc-4c0c-8aad-b73263788738 {
  display: none;
}
#s-cd073fad-0031-4956-b1db-577dca0c8b2f {
  text-align: left;
}



.shg-c#s-cd073fad-0031-4956-b1db-577dca0c8b2f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd073fad-0031-4956-b1db-577dca0c8b2f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-cd073fad-0031-4956-b1db-577dca0c8b2f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd073fad-0031-4956-b1db-577dca0c8b2f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cd073fad-0031-4956-b1db-577dca0c8b2f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd073fad-0031-4956-b1db-577dca0c8b2f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cd073fad-0031-4956-b1db-577dca0c8b2f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd073fad-0031-4956-b1db-577dca0c8b2f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cd073fad-0031-4956-b1db-577dca0c8b2f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd073fad-0031-4956-b1db-577dca0c8b2f img.shogun-image {
  width: 100%;
}



}

.shg-c#s-cd073fad-0031-4956-b1db-577dca0c8b2f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd073fad-0031-4956-b1db-577dca0c8b2f img.shogun-image {
  width: 100%;
}




#s-43e6469e-798a-4b23-989f-5002b8fb55bd {
  margin-top: 7px;
margin-bottom: 0px;
}

#s-ad2b4af0-a630-4147-b0ba-1e550aa9b950 {
  margin-top: 0px;
margin-left: -5%;
margin-bottom: 0px;
margin-right: -8%;
}

#s-0028afcf-9f2b-40cb-85b7-4f4ec6c83c35 {
  margin-top: 7px;
margin-left: -6%;
margin-bottom: 7px;
margin-right: -6%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-0028afcf-9f2b-40cb-85b7-4f4ec6c83c35:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0028afcf-9f2b-40cb-85b7-4f4ec6c83c35:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0028afcf-9f2b-40cb-85b7-4f4ec6c83c35-root {
    text-align: center;
  }


#s-0028afcf-9f2b-40cb-85b7-4f4ec6c83c35.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0028afcf-9f2b-40cb-85b7-4f4ec6c83c35-root {
    text-align: center;
  }


#s-0028afcf-9f2b-40cb-85b7-4f4ec6c83c35.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0028afcf-9f2b-40cb-85b7-4f4ec6c83c35-root {
    text-align: center;
  }


#s-0028afcf-9f2b-40cb-85b7-4f4ec6c83c35.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0028afcf-9f2b-40cb-85b7-4f4ec6c83c35-root {
    text-align: center;
  }


#s-0028afcf-9f2b-40cb-85b7-4f4ec6c83c35.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0028afcf-9f2b-40cb-85b7-4f4ec6c83c35-root {
    text-align: center;
  }


#s-0028afcf-9f2b-40cb-85b7-4f4ec6c83c35.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}
  #s-0028afcf-9f2b-40cb-85b7-4f4ec6c83c35-root {
    text-align: center;
  }


#s-0028afcf-9f2b-40cb-85b7-4f4ec6c83c35.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}

#s-41ee791f-b0f1-4b22-8386-83410f8aa7a1 {
  margin-top: 7px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-41ee791f-b0f1-4b22-8386-83410f8aa7a1 {
  margin-top: -2px;
}
}
#s-407ee678-3856-4f1b-a1f7-92147c798a83 {
  display: none;
}
#s-b5691255-0940-4970-8577-2be9603e7bbd {
  text-align: left;
}



.shg-c#s-b5691255-0940-4970-8577-2be9603e7bbd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5691255-0940-4970-8577-2be9603e7bbd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b5691255-0940-4970-8577-2be9603e7bbd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5691255-0940-4970-8577-2be9603e7bbd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b5691255-0940-4970-8577-2be9603e7bbd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5691255-0940-4970-8577-2be9603e7bbd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b5691255-0940-4970-8577-2be9603e7bbd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5691255-0940-4970-8577-2be9603e7bbd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b5691255-0940-4970-8577-2be9603e7bbd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5691255-0940-4970-8577-2be9603e7bbd img.shogun-image {
  width: 100%;
}



}

.shg-c#s-b5691255-0940-4970-8577-2be9603e7bbd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5691255-0940-4970-8577-2be9603e7bbd img.shogun-image {
  width: 100%;
}




#s-eb3735ea-573e-4bd3-ba9d-e553b94bcfca {
  margin-top: 7px;
margin-bottom: 0px;
}

#s-b27c5bb5-e063-4368-bf4b-ff35ee72db27 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-2b84456f-8ff7-44de-8b27-f7a76669c349 {
  margin-top: 7px;
margin-left: -6%;
margin-bottom: 7px;
margin-right: -6%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-2b84456f-8ff7-44de-8b27-f7a76669c349:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2b84456f-8ff7-44de-8b27-f7a76669c349:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2b84456f-8ff7-44de-8b27-f7a76669c349-root {
    text-align: center;
  }


#s-2b84456f-8ff7-44de-8b27-f7a76669c349.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2b84456f-8ff7-44de-8b27-f7a76669c349-root {
    text-align: center;
  }


#s-2b84456f-8ff7-44de-8b27-f7a76669c349.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2b84456f-8ff7-44de-8b27-f7a76669c349-root {
    text-align: center;
  }


#s-2b84456f-8ff7-44de-8b27-f7a76669c349.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2b84456f-8ff7-44de-8b27-f7a76669c349-root {
    text-align: center;
  }


#s-2b84456f-8ff7-44de-8b27-f7a76669c349.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2b84456f-8ff7-44de-8b27-f7a76669c349-root {
    text-align: center;
  }


#s-2b84456f-8ff7-44de-8b27-f7a76669c349.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}
  #s-2b84456f-8ff7-44de-8b27-f7a76669c349-root {
    text-align: center;
  }


#s-2b84456f-8ff7-44de-8b27-f7a76669c349.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}

#s-d75e6378-1f0d-46b7-9b61-f027c92778bd {
  margin-top: 7px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-d75e6378-1f0d-46b7-9b61-f027c92778bd {
  margin-top: -2px;
}
}
#s-3779122b-c339-4bfe-9cc7-40bddf301bee {
  margin-top: 16px;
margin-left: 29%;
margin-bottom: 33px;
margin-right: 29%;
}
@media (min-width: 1200px){#s-3779122b-c339-4bfe-9cc7-40bddf301bee {
  max-width: 1200px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3779122b-c339-4bfe-9cc7-40bddf301bee {
  max-width: 1000px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3779122b-c339-4bfe-9cc7-40bddf301bee {
  
}
}@media (max-width: 767px){#s-3779122b-c339-4bfe-9cc7-40bddf301bee {
  display: none;
}
#s-3779122b-c339-4bfe-9cc7-40bddf301bee, #wrap-s-3779122b-c339-4bfe-9cc7-40bddf301bee { display:none !important; }}
@media (min-width: 0px) {
[id="s-3779122b-c339-4bfe-9cc7-40bddf301bee"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 8.5px);
}

}

@media (min-width: 768px) {
[id="s-3779122b-c339-4bfe-9cc7-40bddf301bee"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 8.5px);
}

}

@media (min-width: 992px) {
[id="s-3779122b-c339-4bfe-9cc7-40bddf301bee"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 8.5px);
}

}

@media (min-width: 1200px) {
[id="s-3779122b-c339-4bfe-9cc7-40bddf301bee"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 8.5px);
}

}

#s-a7c4e1ac-8eef-4e72-9e5b-bb6d08672e1d {
  display: none;
}
#s-3f9c4969-d189-4d78-8e72-51345963c9fb {
  text-align: left;
}



.shg-c#s-3f9c4969-d189-4d78-8e72-51345963c9fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f9c4969-d189-4d78-8e72-51345963c9fb img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3f9c4969-d189-4d78-8e72-51345963c9fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f9c4969-d189-4d78-8e72-51345963c9fb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3f9c4969-d189-4d78-8e72-51345963c9fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f9c4969-d189-4d78-8e72-51345963c9fb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3f9c4969-d189-4d78-8e72-51345963c9fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f9c4969-d189-4d78-8e72-51345963c9fb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3f9c4969-d189-4d78-8e72-51345963c9fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f9c4969-d189-4d78-8e72-51345963c9fb img.shogun-image {
  width: 100%;
}



}
#s-dc7e3f64-64d8-43f8-bcb1-401fff043d74 {
  margin-top: 7px;
margin-bottom: 0px;
}

#s-fdc17c8d-eb18-4e8d-a939-5b8f1783e712 {
  margin-top: 0px;
margin-left: -14%;
margin-bottom: 0px;
margin-right: -14%;
}

#s-49f497f4-8adf-417f-9951-84adb64f2d40 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 7px;
margin-left: -6%;
margin-bottom: 7px;
margin-right: -6%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-49f497f4-8adf-417f-9951-84adb64f2d40:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-49f497f4-8adf-417f-9951-84adb64f2d40:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-49f497f4-8adf-417f-9951-84adb64f2d40-root {
    text-align: center;
  }


#s-49f497f4-8adf-417f-9951-84adb64f2d40.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-49f497f4-8adf-417f-9951-84adb64f2d40-root {
    text-align: center;
  }


#s-49f497f4-8adf-417f-9951-84adb64f2d40.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-49f497f4-8adf-417f-9951-84adb64f2d40-root {
    text-align: center;
  }


#s-49f497f4-8adf-417f-9951-84adb64f2d40.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-49f497f4-8adf-417f-9951-84adb64f2d40-root {
    text-align: center;
  }


#s-49f497f4-8adf-417f-9951-84adb64f2d40.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-49f497f4-8adf-417f-9951-84adb64f2d40-root {
    text-align: center;
  }


#s-49f497f4-8adf-417f-9951-84adb64f2d40.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}
  #s-49f497f4-8adf-417f-9951-84adb64f2d40-root {
    text-align: center;
  }


#s-49f497f4-8adf-417f-9951-84adb64f2d40.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}

#s-aa5311ac-fb9f-44bd-8b37-bc130bed8f84 {
  margin-top: 7px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-aa5311ac-fb9f-44bd-8b37-bc130bed8f84 {
  margin-top: -2px;
}
}
#s-2c2612c0-910c-4a6c-8fe6-0950c9a41367 {
  display: none;
}
#s-42ac9ac8-4706-4cdb-9f5c-a9f8da06a66c {
  text-align: left;
}



.shg-c#s-42ac9ac8-4706-4cdb-9f5c-a9f8da06a66c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-42ac9ac8-4706-4cdb-9f5c-a9f8da06a66c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-42ac9ac8-4706-4cdb-9f5c-a9f8da06a66c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-42ac9ac8-4706-4cdb-9f5c-a9f8da06a66c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-42ac9ac8-4706-4cdb-9f5c-a9f8da06a66c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-42ac9ac8-4706-4cdb-9f5c-a9f8da06a66c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-42ac9ac8-4706-4cdb-9f5c-a9f8da06a66c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-42ac9ac8-4706-4cdb-9f5c-a9f8da06a66c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-42ac9ac8-4706-4cdb-9f5c-a9f8da06a66c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-42ac9ac8-4706-4cdb-9f5c-a9f8da06a66c img.shogun-image {
  width: 100%;
}



}
#s-ce94d64a-7646-481e-974f-bfe77cf318f4 {
  margin-top: 7px;
margin-bottom: 0px;
}

#s-923da560-7509-406d-9c07-374dcedb74b9 {
  margin-top: 0px;
margin-left: -14%;
margin-bottom: 0px;
margin-right: -14%;
}

#s-ae94cc2b-8b51-4294-9492-82ca9a8d21fd {
  box-shadow:0px 0px 0px 0px ;
margin-top: 7px;
margin-left: -6%;
margin-bottom: 7px;
margin-right: -6%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-ae94cc2b-8b51-4294-9492-82ca9a8d21fd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ae94cc2b-8b51-4294-9492-82ca9a8d21fd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ae94cc2b-8b51-4294-9492-82ca9a8d21fd-root {
    text-align: center;
  }


#s-ae94cc2b-8b51-4294-9492-82ca9a8d21fd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ae94cc2b-8b51-4294-9492-82ca9a8d21fd-root {
    text-align: center;
  }


#s-ae94cc2b-8b51-4294-9492-82ca9a8d21fd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ae94cc2b-8b51-4294-9492-82ca9a8d21fd-root {
    text-align: center;
  }


#s-ae94cc2b-8b51-4294-9492-82ca9a8d21fd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ae94cc2b-8b51-4294-9492-82ca9a8d21fd-root {
    text-align: center;
  }


#s-ae94cc2b-8b51-4294-9492-82ca9a8d21fd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ae94cc2b-8b51-4294-9492-82ca9a8d21fd-root {
    text-align: center;
  }


#s-ae94cc2b-8b51-4294-9492-82ca9a8d21fd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}
  #s-ae94cc2b-8b51-4294-9492-82ca9a8d21fd-root {
    text-align: center;
  }


#s-ae94cc2b-8b51-4294-9492-82ca9a8d21fd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}

#s-234de250-740d-4247-9095-d2e6d70bdad8 {
  margin-top: 7px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-234de250-740d-4247-9095-d2e6d70bdad8 {
  margin-top: -2px;
}
}
#s-b306b2f5-4dbd-4bf7-8ebf-74429c4839e3 {
  margin-top: 81px;
margin-left: 2%;
margin-bottom: 33px;
margin-right: 3%;
}
@media (min-width: 1200px){#s-b306b2f5-4dbd-4bf7-8ebf-74429c4839e3 {
  max-width: 1200px;
display: none;
}
#s-b306b2f5-4dbd-4bf7-8ebf-74429c4839e3, #wrap-s-b306b2f5-4dbd-4bf7-8ebf-74429c4839e3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b306b2f5-4dbd-4bf7-8ebf-74429c4839e3 {
  max-width: 1000px;
display: none;
}
#s-b306b2f5-4dbd-4bf7-8ebf-74429c4839e3, #wrap-s-b306b2f5-4dbd-4bf7-8ebf-74429c4839e3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b306b2f5-4dbd-4bf7-8ebf-74429c4839e3 {
  margin-top: 116px;
display: none;
}
#s-b306b2f5-4dbd-4bf7-8ebf-74429c4839e3, #wrap-s-b306b2f5-4dbd-4bf7-8ebf-74429c4839e3 { display:none !important; }}@media (max-width: 767px){#s-b306b2f5-4dbd-4bf7-8ebf-74429c4839e3 {
  margin-top: 23px;
}
}
@media (min-width: 0px) {
[id="s-b306b2f5-4dbd-4bf7-8ebf-74429c4839e3"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-b306b2f5-4dbd-4bf7-8ebf-74429c4839e3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-b306b2f5-4dbd-4bf7-8ebf-74429c4839e3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-b306b2f5-4dbd-4bf7-8ebf-74429c4839e3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

#s-42c7a5f4-4437-42cc-9c8d-5fb9e014098b {
  display: none;
}
#s-ddd34c72-127f-40a2-a873-1b82cde0e105 {
  text-align: left;
}



.shg-c#s-ddd34c72-127f-40a2-a873-1b82cde0e105 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ddd34c72-127f-40a2-a873-1b82cde0e105 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ddd34c72-127f-40a2-a873-1b82cde0e105 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ddd34c72-127f-40a2-a873-1b82cde0e105 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ddd34c72-127f-40a2-a873-1b82cde0e105 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ddd34c72-127f-40a2-a873-1b82cde0e105 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ddd34c72-127f-40a2-a873-1b82cde0e105 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ddd34c72-127f-40a2-a873-1b82cde0e105 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ddd34c72-127f-40a2-a873-1b82cde0e105 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ddd34c72-127f-40a2-a873-1b82cde0e105 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-ddd34c72-127f-40a2-a873-1b82cde0e105 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ddd34c72-127f-40a2-a873-1b82cde0e105 img.shogun-image {
  width: 100%;
}




#s-82eba457-7708-4c9c-9675-d125f497d196 {
  margin-top: 7px;
margin-bottom: 0px;
}

#s-2ed0b382-bdf7-4d0d-be20-6df6b3f4b10d {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-ddfd7e08-abfc-4f40-b64e-38f784f191d9 {
  margin-top: 7px;
margin-left: -6%;
margin-bottom: 7px;
margin-right: -6%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-ddfd7e08-abfc-4f40-b64e-38f784f191d9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ddfd7e08-abfc-4f40-b64e-38f784f191d9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ddfd7e08-abfc-4f40-b64e-38f784f191d9-root {
    text-align: center;
  }


#s-ddfd7e08-abfc-4f40-b64e-38f784f191d9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ddfd7e08-abfc-4f40-b64e-38f784f191d9-root {
    text-align: center;
  }


#s-ddfd7e08-abfc-4f40-b64e-38f784f191d9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ddfd7e08-abfc-4f40-b64e-38f784f191d9-root {
    text-align: center;
  }


#s-ddfd7e08-abfc-4f40-b64e-38f784f191d9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ddfd7e08-abfc-4f40-b64e-38f784f191d9-root {
    text-align: center;
  }


#s-ddfd7e08-abfc-4f40-b64e-38f784f191d9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ddfd7e08-abfc-4f40-b64e-38f784f191d9-root {
    text-align: center;
  }


#s-ddfd7e08-abfc-4f40-b64e-38f784f191d9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}
  #s-ddfd7e08-abfc-4f40-b64e-38f784f191d9-root {
    text-align: center;
  }


#s-ddfd7e08-abfc-4f40-b64e-38f784f191d9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}

#s-999f27a9-caae-4e87-8dbf-5d64f72efa69 {
  margin-top: 7px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-999f27a9-caae-4e87-8dbf-5d64f72efa69 {
  margin-top: -2px;
}
}
#s-578213d6-28f2-4c37-b5d8-ef574b78484e {
  display: none;
}
#s-021bf1dd-2ae9-4c62-864a-e6196ee277a3 {
  text-align: left;
}



.shg-c#s-021bf1dd-2ae9-4c62-864a-e6196ee277a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-021bf1dd-2ae9-4c62-864a-e6196ee277a3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-021bf1dd-2ae9-4c62-864a-e6196ee277a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-021bf1dd-2ae9-4c62-864a-e6196ee277a3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-021bf1dd-2ae9-4c62-864a-e6196ee277a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-021bf1dd-2ae9-4c62-864a-e6196ee277a3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-021bf1dd-2ae9-4c62-864a-e6196ee277a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-021bf1dd-2ae9-4c62-864a-e6196ee277a3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-021bf1dd-2ae9-4c62-864a-e6196ee277a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-021bf1dd-2ae9-4c62-864a-e6196ee277a3 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-021bf1dd-2ae9-4c62-864a-e6196ee277a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-021bf1dd-2ae9-4c62-864a-e6196ee277a3 img.shogun-image {
  width: 100%;
}




#s-84f16505-5c38-45bf-a021-9307bb4adf21 {
  margin-top: 7px;
margin-bottom: 0px;
}

#s-b3a143f4-35d8-4a82-958d-73d7b5260e58 {
  margin-top: 0px;
margin-left: -5%;
margin-bottom: 0px;
margin-right: -8%;
}

#s-28291059-2dcc-4156-a09e-61a6dab2341f {
  margin-top: 7px;
margin-left: -6%;
margin-bottom: 7px;
margin-right: -6%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-28291059-2dcc-4156-a09e-61a6dab2341f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-28291059-2dcc-4156-a09e-61a6dab2341f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-28291059-2dcc-4156-a09e-61a6dab2341f-root {
    text-align: center;
  }


#s-28291059-2dcc-4156-a09e-61a6dab2341f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-28291059-2dcc-4156-a09e-61a6dab2341f-root {
    text-align: center;
  }


#s-28291059-2dcc-4156-a09e-61a6dab2341f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-28291059-2dcc-4156-a09e-61a6dab2341f-root {
    text-align: center;
  }


#s-28291059-2dcc-4156-a09e-61a6dab2341f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-28291059-2dcc-4156-a09e-61a6dab2341f-root {
    text-align: center;
  }


#s-28291059-2dcc-4156-a09e-61a6dab2341f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-28291059-2dcc-4156-a09e-61a6dab2341f-root {
    text-align: center;
  }


#s-28291059-2dcc-4156-a09e-61a6dab2341f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}
  #s-28291059-2dcc-4156-a09e-61a6dab2341f-root {
    text-align: center;
  }


#s-28291059-2dcc-4156-a09e-61a6dab2341f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}

#s-c0d54a80-1db2-4c49-8744-af8d983099f0 {
  margin-top: 7px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-c0d54a80-1db2-4c49-8744-af8d983099f0 {
  margin-top: -2px;
}
}
#s-9172f254-8b61-4832-b49d-d1d116135e4f {
  display: none;
}
#s-901568b4-ef06-43b7-bada-d1424d417bb8 {
  text-align: left;
}



.shg-c#s-901568b4-ef06-43b7-bada-d1424d417bb8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-901568b4-ef06-43b7-bada-d1424d417bb8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-901568b4-ef06-43b7-bada-d1424d417bb8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-901568b4-ef06-43b7-bada-d1424d417bb8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-901568b4-ef06-43b7-bada-d1424d417bb8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-901568b4-ef06-43b7-bada-d1424d417bb8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-901568b4-ef06-43b7-bada-d1424d417bb8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-901568b4-ef06-43b7-bada-d1424d417bb8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-901568b4-ef06-43b7-bada-d1424d417bb8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-901568b4-ef06-43b7-bada-d1424d417bb8 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-901568b4-ef06-43b7-bada-d1424d417bb8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-901568b4-ef06-43b7-bada-d1424d417bb8 img.shogun-image {
  width: 100%;
}




#s-aeaf13f8-e745-4b42-996b-5362577f569f {
  margin-top: 7px;
margin-bottom: 0px;
}

#s-b5d2ae3c-799f-4f46-948d-bd43dd067920 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-8f97bdac-8e4f-43f8-b7c8-dc690c07278d {
  margin-top: 7px;
margin-left: -6%;
margin-bottom: 7px;
margin-right: -6%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-8f97bdac-8e4f-43f8-b7c8-dc690c07278d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8f97bdac-8e4f-43f8-b7c8-dc690c07278d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8f97bdac-8e4f-43f8-b7c8-dc690c07278d-root {
    text-align: center;
  }


#s-8f97bdac-8e4f-43f8-b7c8-dc690c07278d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8f97bdac-8e4f-43f8-b7c8-dc690c07278d-root {
    text-align: center;
  }


#s-8f97bdac-8e4f-43f8-b7c8-dc690c07278d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8f97bdac-8e4f-43f8-b7c8-dc690c07278d-root {
    text-align: center;
  }


#s-8f97bdac-8e4f-43f8-b7c8-dc690c07278d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8f97bdac-8e4f-43f8-b7c8-dc690c07278d-root {
    text-align: center;
  }


#s-8f97bdac-8e4f-43f8-b7c8-dc690c07278d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8f97bdac-8e4f-43f8-b7c8-dc690c07278d-root {
    text-align: center;
  }


#s-8f97bdac-8e4f-43f8-b7c8-dc690c07278d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}
  #s-8f97bdac-8e4f-43f8-b7c8-dc690c07278d-root {
    text-align: center;
  }


#s-8f97bdac-8e4f-43f8-b7c8-dc690c07278d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}

#s-ddb5b88f-5639-4c84-96c6-40dcc0b11ae6 {
  margin-top: 7px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-ddb5b88f-5639-4c84-96c6-40dcc0b11ae6 {
  margin-top: -2px;
}
}
#s-b52947d8-7219-4b0c-9613-c642f07ba879 {
  margin-top: 16px;
margin-left: 19%;
margin-bottom: 33px;
margin-right: 19%;
}
@media (min-width: 1200px){#s-b52947d8-7219-4b0c-9613-c642f07ba879 {
  max-width: 1200px;
display: none;
}
#s-b52947d8-7219-4b0c-9613-c642f07ba879, #wrap-s-b52947d8-7219-4b0c-9613-c642f07ba879 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b52947d8-7219-4b0c-9613-c642f07ba879 {
  max-width: 1000px;
display: none;
}
#s-b52947d8-7219-4b0c-9613-c642f07ba879, #wrap-s-b52947d8-7219-4b0c-9613-c642f07ba879 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b52947d8-7219-4b0c-9613-c642f07ba879 {
  display: none;
}
#s-b52947d8-7219-4b0c-9613-c642f07ba879, #wrap-s-b52947d8-7219-4b0c-9613-c642f07ba879 { display:none !important; }}@media (max-width: 767px){#s-b52947d8-7219-4b0c-9613-c642f07ba879 {
  
}
}
@media (min-width: 0px) {
[id="s-b52947d8-7219-4b0c-9613-c642f07ba879"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-b52947d8-7219-4b0c-9613-c642f07ba879"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-b52947d8-7219-4b0c-9613-c642f07ba879"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-b52947d8-7219-4b0c-9613-c642f07ba879"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-6888ab15-600e-48b3-9e9b-3ea2bfbd131c {
  display: none;
}
#s-2a0ccdb9-e6ef-4ba0-b45c-dc36bffef084 {
  text-align: left;
}



.shg-c#s-2a0ccdb9-e6ef-4ba0-b45c-dc36bffef084 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2a0ccdb9-e6ef-4ba0-b45c-dc36bffef084 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2a0ccdb9-e6ef-4ba0-b45c-dc36bffef084 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2a0ccdb9-e6ef-4ba0-b45c-dc36bffef084 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2a0ccdb9-e6ef-4ba0-b45c-dc36bffef084 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2a0ccdb9-e6ef-4ba0-b45c-dc36bffef084 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2a0ccdb9-e6ef-4ba0-b45c-dc36bffef084 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2a0ccdb9-e6ef-4ba0-b45c-dc36bffef084 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2a0ccdb9-e6ef-4ba0-b45c-dc36bffef084 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2a0ccdb9-e6ef-4ba0-b45c-dc36bffef084 img.shogun-image {
  width: 100%;
}



}
#s-267b24e3-d9fb-4cd6-8765-8cd7333e93be {
  margin-top: 7px;
margin-bottom: 0px;
}

#s-e29c5e10-dc41-4033-89ef-d72f66e16ad4 {
  margin-top: 0px;
margin-left: -14%;
margin-bottom: 0px;
margin-right: -14%;
}

#s-a7e1b00d-2ef6-441b-ad0c-1801a72a9fe1 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 7px;
margin-left: -6%;
margin-bottom: 7px;
margin-right: -6%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-a7e1b00d-2ef6-441b-ad0c-1801a72a9fe1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a7e1b00d-2ef6-441b-ad0c-1801a72a9fe1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a7e1b00d-2ef6-441b-ad0c-1801a72a9fe1-root {
    text-align: center;
  }


#s-a7e1b00d-2ef6-441b-ad0c-1801a72a9fe1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a7e1b00d-2ef6-441b-ad0c-1801a72a9fe1-root {
    text-align: center;
  }


#s-a7e1b00d-2ef6-441b-ad0c-1801a72a9fe1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a7e1b00d-2ef6-441b-ad0c-1801a72a9fe1-root {
    text-align: center;
  }


#s-a7e1b00d-2ef6-441b-ad0c-1801a72a9fe1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a7e1b00d-2ef6-441b-ad0c-1801a72a9fe1-root {
    text-align: center;
  }


#s-a7e1b00d-2ef6-441b-ad0c-1801a72a9fe1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a7e1b00d-2ef6-441b-ad0c-1801a72a9fe1-root {
    text-align: center;
  }


#s-a7e1b00d-2ef6-441b-ad0c-1801a72a9fe1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}
  #s-a7e1b00d-2ef6-441b-ad0c-1801a72a9fe1-root {
    text-align: center;
  }


#s-a7e1b00d-2ef6-441b-ad0c-1801a72a9fe1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}

#s-2a6ed90b-c64d-4799-8beb-910d331cb39d {
  margin-top: 7px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-2a6ed90b-c64d-4799-8beb-910d331cb39d {
  margin-top: -2px;
}
}
#s-da20b418-bda8-4575-9dcf-e7fd41e56c8f {
  display: none;
}
#s-37f448cb-c1d0-4fdb-b518-06a97c62eefb {
  text-align: left;
}



.shg-c#s-37f448cb-c1d0-4fdb-b518-06a97c62eefb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-37f448cb-c1d0-4fdb-b518-06a97c62eefb img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-37f448cb-c1d0-4fdb-b518-06a97c62eefb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-37f448cb-c1d0-4fdb-b518-06a97c62eefb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-37f448cb-c1d0-4fdb-b518-06a97c62eefb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-37f448cb-c1d0-4fdb-b518-06a97c62eefb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-37f448cb-c1d0-4fdb-b518-06a97c62eefb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-37f448cb-c1d0-4fdb-b518-06a97c62eefb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-37f448cb-c1d0-4fdb-b518-06a97c62eefb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-37f448cb-c1d0-4fdb-b518-06a97c62eefb img.shogun-image {
  width: 100%;
}



}
#s-4401a265-ad2c-4dfb-855e-3efcd01c0bd2 {
  margin-top: 7px;
margin-bottom: 0px;
}

#s-5b259250-82e8-4df1-8fa4-89767e675132 {
  margin-top: 0px;
margin-left: -14%;
margin-bottom: 0px;
margin-right: -14%;
}

#s-2a1ff4ca-1b38-4cbe-bb87-2e83c3d324dc {
  box-shadow:0px 0px 0px 0px ;
margin-top: 7px;
margin-left: -6%;
margin-bottom: 7px;
margin-right: -6%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-2a1ff4ca-1b38-4cbe-bb87-2e83c3d324dc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2a1ff4ca-1b38-4cbe-bb87-2e83c3d324dc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2a1ff4ca-1b38-4cbe-bb87-2e83c3d324dc-root {
    text-align: center;
  }


#s-2a1ff4ca-1b38-4cbe-bb87-2e83c3d324dc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2a1ff4ca-1b38-4cbe-bb87-2e83c3d324dc-root {
    text-align: center;
  }


#s-2a1ff4ca-1b38-4cbe-bb87-2e83c3d324dc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2a1ff4ca-1b38-4cbe-bb87-2e83c3d324dc-root {
    text-align: center;
  }


#s-2a1ff4ca-1b38-4cbe-bb87-2e83c3d324dc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2a1ff4ca-1b38-4cbe-bb87-2e83c3d324dc-root {
    text-align: center;
  }


#s-2a1ff4ca-1b38-4cbe-bb87-2e83c3d324dc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2a1ff4ca-1b38-4cbe-bb87-2e83c3d324dc-root {
    text-align: center;
  }


#s-2a1ff4ca-1b38-4cbe-bb87-2e83c3d324dc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}
  #s-2a1ff4ca-1b38-4cbe-bb87-2e83c3d324dc-root {
    text-align: center;
  }


#s-2a1ff4ca-1b38-4cbe-bb87-2e83c3d324dc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}

#s-8af1eb66-a580-4513-a660-0f3fddae8142 {
  margin-top: 7px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-8af1eb66-a580-4513-a660-0f3fddae8142 {
  margin-top: -2px;
}
}
#s-367c5945-7580-4183-a5ae-721453ecb6ca {
  min-height: 50px;
}








#s-367c5945-7580-4183-a5ae-721453ecb6ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-367c5945-7580-4183-a5ae-721453ecb6ca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ec25f284-b399-4b76-bcbc-fbee0c324f22 {
  margin-top: 16px;
margin-left: 17%;
margin-bottom: 33px;
margin-right: 17%;
}
@media (min-width: 1200px){#s-ec25f284-b399-4b76-bcbc-fbee0c324f22 {
  margin-left: 18%;
margin-right: 18%;
max-width: 1200px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ec25f284-b399-4b76-bcbc-fbee0c324f22 {
  margin-left: 24%;
margin-right: 24%;
max-width: 1000px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ec25f284-b399-4b76-bcbc-fbee0c324f22 {
  
}
}@media (max-width: 767px){#s-ec25f284-b399-4b76-bcbc-fbee0c324f22 {
  display: none;
}
#s-ec25f284-b399-4b76-bcbc-fbee0c324f22, #wrap-s-ec25f284-b399-4b76-bcbc-fbee0c324f22 { display:none !important; }}
@media (min-width: 0px) {
[id="s-ec25f284-b399-4b76-bcbc-fbee0c324f22"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 11.333333333333334px);
}

}

@media (min-width: 768px) {
[id="s-ec25f284-b399-4b76-bcbc-fbee0c324f22"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 11.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-ec25f284-b399-4b76-bcbc-fbee0c324f22"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 11.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-ec25f284-b399-4b76-bcbc-fbee0c324f22"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 11.333333333333334px);
}

}

#s-78d3d66e-c24b-4b15-a79a-0ba3622af68f {
  display: none;
}
#s-3c84d90d-bef1-41c1-aa9a-f3f53fa70199 {
  text-align: left;
}



.shg-c#s-3c84d90d-bef1-41c1-aa9a-f3f53fa70199 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c84d90d-bef1-41c1-aa9a-f3f53fa70199 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3c84d90d-bef1-41c1-aa9a-f3f53fa70199 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c84d90d-bef1-41c1-aa9a-f3f53fa70199 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3c84d90d-bef1-41c1-aa9a-f3f53fa70199 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c84d90d-bef1-41c1-aa9a-f3f53fa70199 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3c84d90d-bef1-41c1-aa9a-f3f53fa70199 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c84d90d-bef1-41c1-aa9a-f3f53fa70199 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3c84d90d-bef1-41c1-aa9a-f3f53fa70199 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c84d90d-bef1-41c1-aa9a-f3f53fa70199 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-3c84d90d-bef1-41c1-aa9a-f3f53fa70199 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c84d90d-bef1-41c1-aa9a-f3f53fa70199 img.shogun-image {
  width: 100%;
}




#s-732c8253-1a11-43f3-9536-7f5ca8ea62a8 {
  margin-top: 7px;
margin-bottom: 0px;
}

#s-1fa5372c-d236-4baf-8cac-61b6611f8cfb {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-bdd8855e-eaa6-4cc8-852e-21b20ddaa18a {
  margin-top: 7px;
margin-left: -6%;
margin-bottom: 7px;
margin-right: -6%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-bdd8855e-eaa6-4cc8-852e-21b20ddaa18a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bdd8855e-eaa6-4cc8-852e-21b20ddaa18a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bdd8855e-eaa6-4cc8-852e-21b20ddaa18a-root {
    text-align: center;
  }


#s-bdd8855e-eaa6-4cc8-852e-21b20ddaa18a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bdd8855e-eaa6-4cc8-852e-21b20ddaa18a-root {
    text-align: center;
  }


#s-bdd8855e-eaa6-4cc8-852e-21b20ddaa18a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bdd8855e-eaa6-4cc8-852e-21b20ddaa18a-root {
    text-align: center;
  }


#s-bdd8855e-eaa6-4cc8-852e-21b20ddaa18a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bdd8855e-eaa6-4cc8-852e-21b20ddaa18a-root {
    text-align: center;
  }


#s-bdd8855e-eaa6-4cc8-852e-21b20ddaa18a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bdd8855e-eaa6-4cc8-852e-21b20ddaa18a-root {
    text-align: center;
  }


#s-bdd8855e-eaa6-4cc8-852e-21b20ddaa18a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}
  #s-bdd8855e-eaa6-4cc8-852e-21b20ddaa18a-root {
    text-align: center;
  }


#s-bdd8855e-eaa6-4cc8-852e-21b20ddaa18a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}

#s-6bbbedff-62bf-41cf-ad61-e6f4abfe6e9b {
  margin-top: 7px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-6bbbedff-62bf-41cf-ad61-e6f4abfe6e9b {
  margin-top: -2px;
}
}
#s-2ffaf97e-900c-4e81-9293-2c2a41c7db68 {
  display: none;
}
#s-46094541-8b6d-4df3-ad2a-1838a215a8ea {
  text-align: left;
}



.shg-c#s-46094541-8b6d-4df3-ad2a-1838a215a8ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-46094541-8b6d-4df3-ad2a-1838a215a8ea img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-46094541-8b6d-4df3-ad2a-1838a215a8ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-46094541-8b6d-4df3-ad2a-1838a215a8ea img.shogun-image {
  width: 100%;
}



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

.shg-c#s-46094541-8b6d-4df3-ad2a-1838a215a8ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-46094541-8b6d-4df3-ad2a-1838a215a8ea img.shogun-image {
  width: 100%;
}



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

.shg-c#s-46094541-8b6d-4df3-ad2a-1838a215a8ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-46094541-8b6d-4df3-ad2a-1838a215a8ea img.shogun-image {
  width: 100%;
}



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

.shg-c#s-46094541-8b6d-4df3-ad2a-1838a215a8ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-46094541-8b6d-4df3-ad2a-1838a215a8ea img.shogun-image {
  width: 100%;
}



}

.shg-c#s-46094541-8b6d-4df3-ad2a-1838a215a8ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-46094541-8b6d-4df3-ad2a-1838a215a8ea img.shogun-image {
  width: 100%;
}




#s-97fc80a1-b89c-49b7-919d-e94b76028af1 {
  margin-top: 7px;
margin-bottom: 0px;
}

#s-a6bb0886-7ed4-444b-afc6-20c545209c81 {
  margin-top: 0px;
margin-left: -5%;
margin-bottom: 0px;
margin-right: -8%;
}

#s-f7971c3d-327c-41a8-b77c-2f565e2f7dc2 {
  margin-top: 7px;
margin-left: -6%;
margin-bottom: 7px;
margin-right: -6%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-f7971c3d-327c-41a8-b77c-2f565e2f7dc2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f7971c3d-327c-41a8-b77c-2f565e2f7dc2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f7971c3d-327c-41a8-b77c-2f565e2f7dc2-root {
    text-align: center;
  }


#s-f7971c3d-327c-41a8-b77c-2f565e2f7dc2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f7971c3d-327c-41a8-b77c-2f565e2f7dc2-root {
    text-align: center;
  }


#s-f7971c3d-327c-41a8-b77c-2f565e2f7dc2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f7971c3d-327c-41a8-b77c-2f565e2f7dc2-root {
    text-align: center;
  }


#s-f7971c3d-327c-41a8-b77c-2f565e2f7dc2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f7971c3d-327c-41a8-b77c-2f565e2f7dc2-root {
    text-align: center;
  }


#s-f7971c3d-327c-41a8-b77c-2f565e2f7dc2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f7971c3d-327c-41a8-b77c-2f565e2f7dc2-root {
    text-align: center;
  }


#s-f7971c3d-327c-41a8-b77c-2f565e2f7dc2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}
  #s-f7971c3d-327c-41a8-b77c-2f565e2f7dc2-root {
    text-align: center;
  }


#s-f7971c3d-327c-41a8-b77c-2f565e2f7dc2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}

#s-83a05f5e-8671-45d3-9d72-915154b4bc9c {
  margin-top: 7px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-83a05f5e-8671-45d3-9d72-915154b4bc9c {
  margin-top: -2px;
}
}
#s-9d7a078f-e703-47e3-83df-99e4499727b0 {
  display: none;
}
#s-4e3b2de6-5881-4c82-9dcb-49bb11d01064 {
  text-align: left;
}



.shg-c#s-4e3b2de6-5881-4c82-9dcb-49bb11d01064 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e3b2de6-5881-4c82-9dcb-49bb11d01064 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4e3b2de6-5881-4c82-9dcb-49bb11d01064 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e3b2de6-5881-4c82-9dcb-49bb11d01064 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4e3b2de6-5881-4c82-9dcb-49bb11d01064 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e3b2de6-5881-4c82-9dcb-49bb11d01064 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4e3b2de6-5881-4c82-9dcb-49bb11d01064 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e3b2de6-5881-4c82-9dcb-49bb11d01064 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4e3b2de6-5881-4c82-9dcb-49bb11d01064 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e3b2de6-5881-4c82-9dcb-49bb11d01064 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-4e3b2de6-5881-4c82-9dcb-49bb11d01064 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e3b2de6-5881-4c82-9dcb-49bb11d01064 img.shogun-image {
  width: 100%;
}




#s-d48c75f9-a5ae-4898-9d93-a6bf7ce97cd0 {
  margin-top: 7px;
margin-bottom: 0px;
}

#s-be3aea80-1a83-4f87-a3a5-384fac859b44 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-b22536c1-7b8d-4228-937b-125f5d124aab {
  margin-top: 7px;
margin-left: -6%;
margin-bottom: 7px;
margin-right: -6%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-b22536c1-7b8d-4228-937b-125f5d124aab:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b22536c1-7b8d-4228-937b-125f5d124aab:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b22536c1-7b8d-4228-937b-125f5d124aab-root {
    text-align: center;
  }


#s-b22536c1-7b8d-4228-937b-125f5d124aab.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b22536c1-7b8d-4228-937b-125f5d124aab-root {
    text-align: center;
  }


#s-b22536c1-7b8d-4228-937b-125f5d124aab.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b22536c1-7b8d-4228-937b-125f5d124aab-root {
    text-align: center;
  }


#s-b22536c1-7b8d-4228-937b-125f5d124aab.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b22536c1-7b8d-4228-937b-125f5d124aab-root {
    text-align: center;
  }


#s-b22536c1-7b8d-4228-937b-125f5d124aab.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b22536c1-7b8d-4228-937b-125f5d124aab-root {
    text-align: center;
  }


#s-b22536c1-7b8d-4228-937b-125f5d124aab.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}
  #s-b22536c1-7b8d-4228-937b-125f5d124aab-root {
    text-align: center;
  }


#s-b22536c1-7b8d-4228-937b-125f5d124aab.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}

#s-80c54603-a5da-4493-bb06-7b476066810c {
  margin-top: 7px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-80c54603-a5da-4493-bb06-7b476066810c {
  margin-top: -2px;
}
}
#s-d6a52ce3-52dc-45fc-bae5-b956c38b5f2c {
  margin-top: 16px;
margin-left: 29%;
margin-bottom: 33px;
margin-right: 29%;
}
@media (min-width: 1200px){#s-d6a52ce3-52dc-45fc-bae5-b956c38b5f2c {
  max-width: 1200px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d6a52ce3-52dc-45fc-bae5-b956c38b5f2c {
  max-width: 1000px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d6a52ce3-52dc-45fc-bae5-b956c38b5f2c {
  
}
}@media (max-width: 767px){#s-d6a52ce3-52dc-45fc-bae5-b956c38b5f2c {
  display: none;
}
#s-d6a52ce3-52dc-45fc-bae5-b956c38b5f2c, #wrap-s-d6a52ce3-52dc-45fc-bae5-b956c38b5f2c { display:none !important; }}
@media (min-width: 0px) {
[id="s-d6a52ce3-52dc-45fc-bae5-b956c38b5f2c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 8.5px);
}

}

@media (min-width: 768px) {
[id="s-d6a52ce3-52dc-45fc-bae5-b956c38b5f2c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 8.5px);
}

}

@media (min-width: 992px) {
[id="s-d6a52ce3-52dc-45fc-bae5-b956c38b5f2c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 8.5px);
}

}

@media (min-width: 1200px) {
[id="s-d6a52ce3-52dc-45fc-bae5-b956c38b5f2c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 8.5px);
}

}

#s-b8571765-2815-4996-9d4e-8269a0526cdb {
  display: none;
}
#s-59d1c806-2a8a-427b-af69-c8cade695612 {
  text-align: left;
}



.shg-c#s-59d1c806-2a8a-427b-af69-c8cade695612 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59d1c806-2a8a-427b-af69-c8cade695612 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-59d1c806-2a8a-427b-af69-c8cade695612 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59d1c806-2a8a-427b-af69-c8cade695612 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-59d1c806-2a8a-427b-af69-c8cade695612 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59d1c806-2a8a-427b-af69-c8cade695612 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-59d1c806-2a8a-427b-af69-c8cade695612 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59d1c806-2a8a-427b-af69-c8cade695612 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-59d1c806-2a8a-427b-af69-c8cade695612 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59d1c806-2a8a-427b-af69-c8cade695612 img.shogun-image {
  width: 100%;
}



}
#s-76e2dfbb-cb6c-4a5a-ba53-8e9b15aa58c2 {
  margin-top: 7px;
margin-bottom: 0px;
}

#s-2476173a-dd6a-42bc-a58e-cb82198aad0b {
  margin-top: 0px;
margin-left: -14%;
margin-bottom: 0px;
margin-right: -14%;
}

#s-5b6059e4-ab1a-4711-ba44-a4dabc3a9148 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 7px;
margin-left: -6%;
margin-bottom: 7px;
margin-right: -6%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-5b6059e4-ab1a-4711-ba44-a4dabc3a9148:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5b6059e4-ab1a-4711-ba44-a4dabc3a9148:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5b6059e4-ab1a-4711-ba44-a4dabc3a9148-root {
    text-align: center;
  }


#s-5b6059e4-ab1a-4711-ba44-a4dabc3a9148.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5b6059e4-ab1a-4711-ba44-a4dabc3a9148-root {
    text-align: center;
  }


#s-5b6059e4-ab1a-4711-ba44-a4dabc3a9148.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5b6059e4-ab1a-4711-ba44-a4dabc3a9148-root {
    text-align: center;
  }


#s-5b6059e4-ab1a-4711-ba44-a4dabc3a9148.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5b6059e4-ab1a-4711-ba44-a4dabc3a9148-root {
    text-align: center;
  }


#s-5b6059e4-ab1a-4711-ba44-a4dabc3a9148.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5b6059e4-ab1a-4711-ba44-a4dabc3a9148-root {
    text-align: center;
  }


#s-5b6059e4-ab1a-4711-ba44-a4dabc3a9148.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}
  #s-5b6059e4-ab1a-4711-ba44-a4dabc3a9148-root {
    text-align: center;
  }


#s-5b6059e4-ab1a-4711-ba44-a4dabc3a9148.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}

#s-5fed23cd-ea6f-423d-8d35-5f5d7e1c077e {
  margin-top: 7px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-5fed23cd-ea6f-423d-8d35-5f5d7e1c077e {
  margin-top: -2px;
}
}
#s-54f7ff80-d78d-4857-a4fd-ace2774e5858 {
  display: none;
}
#s-77ce4ac7-3c24-498c-a0a9-c97159de4428 {
  text-align: left;
}



.shg-c#s-77ce4ac7-3c24-498c-a0a9-c97159de4428 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-77ce4ac7-3c24-498c-a0a9-c97159de4428 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-77ce4ac7-3c24-498c-a0a9-c97159de4428 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-77ce4ac7-3c24-498c-a0a9-c97159de4428 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-77ce4ac7-3c24-498c-a0a9-c97159de4428 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-77ce4ac7-3c24-498c-a0a9-c97159de4428 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-77ce4ac7-3c24-498c-a0a9-c97159de4428 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-77ce4ac7-3c24-498c-a0a9-c97159de4428 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-77ce4ac7-3c24-498c-a0a9-c97159de4428 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-77ce4ac7-3c24-498c-a0a9-c97159de4428 img.shogun-image {
  width: 100%;
}



}
#s-28db0f5c-8652-43ab-aa2f-a7ab03de7290 {
  margin-top: 7px;
margin-bottom: 0px;
}

#s-a190b837-b27e-40ef-96a7-a132ee510795 {
  margin-top: 0px;
margin-left: -14%;
margin-bottom: 0px;
margin-right: -14%;
}

#s-4e265663-982e-498e-9c39-4551fe021d00 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 7px;
margin-left: -6%;
margin-bottom: 7px;
margin-right: -6%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-4e265663-982e-498e-9c39-4551fe021d00:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4e265663-982e-498e-9c39-4551fe021d00:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4e265663-982e-498e-9c39-4551fe021d00-root {
    text-align: center;
  }


#s-4e265663-982e-498e-9c39-4551fe021d00.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4e265663-982e-498e-9c39-4551fe021d00-root {
    text-align: center;
  }


#s-4e265663-982e-498e-9c39-4551fe021d00.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4e265663-982e-498e-9c39-4551fe021d00-root {
    text-align: center;
  }


#s-4e265663-982e-498e-9c39-4551fe021d00.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4e265663-982e-498e-9c39-4551fe021d00-root {
    text-align: center;
  }


#s-4e265663-982e-498e-9c39-4551fe021d00.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4e265663-982e-498e-9c39-4551fe021d00-root {
    text-align: center;
  }


#s-4e265663-982e-498e-9c39-4551fe021d00.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}
  #s-4e265663-982e-498e-9c39-4551fe021d00-root {
    text-align: center;
  }


#s-4e265663-982e-498e-9c39-4551fe021d00.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}

#s-edd61ddf-3e53-4747-9e68-357b0bcac587 {
  margin-top: 7px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-edd61ddf-3e53-4747-9e68-357b0bcac587 {
  margin-top: -2px;
}
}
/*
  $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:before,.shg-c:after{content:" ";display:table}.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:#000;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}[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}
