.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 (min-width: 0px) {
[id="s-ed55f267-ac3a-401c-ab6d-646be82a7fa9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ed55f267-ac3a-401c-ab6d-646be82a7fa9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ed55f267-ac3a-401c-ab6d-646be82a7fa9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ed55f267-ac3a-401c-ab6d-646be82a7fa9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ed55f267-ac3a-401c-ab6d-646be82a7fa9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ed55f267-ac3a-401c-ab6d-646be82a7fa9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ed55f267-ac3a-401c-ab6d-646be82a7fa9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

.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-fa6dd1f0-e454-47dd-86a3-b092e591f865 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-fa6dd1f0-e454-47dd-86a3-b092e591f865 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-fa6dd1f0-e454-47dd-86a3-b092e591f865 .shg-sld-nav-button.shg-sld-left,
#s-fa6dd1f0-e454-47dd-86a3-b092e591f865 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

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

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

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

#s-ec667464-3e2b-465d-aa48-f71f09c62d73 {
  text-align: center;
}







  #s-ec667464-3e2b-465d-aa48-f71f09c62d73 img.shogun-image {
    

    
    
    
  }


#s-ec667464-3e2b-465d-aa48-f71f09c62d73 .shogun-image-content {
  
    align-items: center;
  
}

#s-68d77ea4-476b-41e8-b983-c07a506fb7ba {
  text-align: center;
}







  #s-68d77ea4-476b-41e8-b983-c07a506fb7ba img.shogun-image {
    

    
    
    
  }


#s-68d77ea4-476b-41e8-b983-c07a506fb7ba .shogun-image-content {
  
    align-items: center;
  
}

#s-8ffdc652-ccff-40c4-b247-c56ac64131ce {
  text-align: center;
}







  #s-8ffdc652-ccff-40c4-b247-c56ac64131ce img.shogun-image {
    

    
    
    
  }


#s-8ffdc652-ccff-40c4-b247-c56ac64131ce .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-5045972e-e840-4f57-9cbb-40a1873e68aa {
  min-height: 50px;
}








#s-5045972e-e840-4f57-9cbb-40a1873e68aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5045972e-e840-4f57-9cbb-40a1873e68aa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  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-29626c88-b5cc-45cf-90fe-2e071bc9dbc4 {
  padding-top: 5px;
padding-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-6c2fb840-f0b5-4296-82cc-955151906f40"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6c2fb840-f0b5-4296-82cc-955151906f40"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6c2fb840-f0b5-4296-82cc-955151906f40"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6c2fb840-f0b5-4296-82cc-955151906f40"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6c2fb840-f0b5-4296-82cc-955151906f40"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6c2fb840-f0b5-4296-82cc-955151906f40"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6c2fb840-f0b5-4296-82cc-955151906f40"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-f3a11dd7-0d80-4ae9-96ef-49278396d2f6 {
  text-align: center;
}

#s-5dfad4ed-d7e7-4b77-a034-9aa381031cd9 {
  min-height: 50px;
}








#s-5dfad4ed-d7e7-4b77-a034-9aa381031cd9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5dfad4ed-d7e7-4b77-a034-9aa381031cd9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a1dc0310-b684-4f66-a2fc-001b9043f305 {
  margin-top: 7px;
margin-bottom: 7px;
}

#s-281221de-cc18-4a96-bd08-b003c6da07d5 {
  min-height: 50px;
}








#s-281221de-cc18-4a96-bd08-b003c6da07d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-281221de-cc18-4a96-bd08-b003c6da07d5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6d86e7b3-67f6-4f6e-b05c-5c2305007192 {
  padding-left: 58px;
padding-right: 58px;
min-height: 50px;
}








#s-6d86e7b3-67f6-4f6e-b05c-5c2305007192 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d86e7b3-67f6-4f6e-b05c-5c2305007192.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dd72cdf3-0c63-42e6-8bed-dd0a402e240c {
  max-width: 111px;
text-align: center;
}

#s-dd72cdf3-0c63-42e6-8bed-dd0a402e240c .shg-product-quantity-wrapper {
  display: flex;
}

#s-dd72cdf3-0c63-42e6-8bed-dd0a402e240c .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-dd72cdf3-0c63-42e6-8bed-dd0a402e240c .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-dd72cdf3-0c63-42e6-8bed-dd0a402e240c .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-dd72cdf3-0c63-42e6-8bed-dd0a402e240c .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-1a19499e-a780-4422-86c0-f44bfbfb2d03 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

.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-def5238a-1468-4c10-9307-c71158506af8 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 8px;
padding-left: 45px;
padding-bottom: 8px;
padding-right: 45px;
border-radius: 2px;
background-color: rgba(50, 95, 129, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-def5238a-1468-4c10-9307-c71158506af8:hover {background-color: rgba(50, 51, 54, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-def5238a-1468-4c10-9307-c71158506af8:active {background-color: rgba(20, 59, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-def5238a-1468-4c10-9307-c71158506af8-root {
    text-align: center;
  }


#s-def5238a-1468-4c10-9307-c71158506af8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-def5238a-1468-4c10-9307-c71158506af8-root {
    text-align: center;
  }


#s-def5238a-1468-4c10-9307-c71158506af8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-def5238a-1468-4c10-9307-c71158506af8-root {
    text-align: center;
  }


#s-def5238a-1468-4c10-9307-c71158506af8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-def5238a-1468-4c10-9307-c71158506af8-root {
    text-align: center;
  }


#s-def5238a-1468-4c10-9307-c71158506af8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-def5238a-1468-4c10-9307-c71158506af8-root {
    text-align: center;
  }


#s-def5238a-1468-4c10-9307-c71158506af8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-a9118912-1c04-4264-9af2-adcb8c231588 {
  min-height: 200px;
background-color: rgba(50, 95, 129, 1);
}








#s-a9118912-1c04-4264-9af2-adcb8c231588 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a9118912-1c04-4264-9af2-adcb8c231588.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d0884fb6-f9dc-4fd7-b07f-d1ed781b103a {
  min-height: 50px;
}
@media (min-width: 1200px){#s-d0884fb6-f9dc-4fd7-b07f-d1ed781b103a {
  display: none;
}
#s-d0884fb6-f9dc-4fd7-b07f-d1ed781b103a, #wrap-s-d0884fb6-f9dc-4fd7-b07f-d1ed781b103a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d0884fb6-f9dc-4fd7-b07f-d1ed781b103a {
  display: none;
}
#s-d0884fb6-f9dc-4fd7-b07f-d1ed781b103a, #wrap-s-d0884fb6-f9dc-4fd7-b07f-d1ed781b103a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d0884fb6-f9dc-4fd7-b07f-d1ed781b103a {
  display: none;
}
#s-d0884fb6-f9dc-4fd7-b07f-d1ed781b103a, #wrap-s-d0884fb6-f9dc-4fd7-b07f-d1ed781b103a { display:none !important; }}







#s-d0884fb6-f9dc-4fd7-b07f-d1ed781b103a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d0884fb6-f9dc-4fd7-b07f-d1ed781b103a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a60974ac-ba6a-4653-8548-6c67f2eb118d {
  min-height: 200px;
background-color: rgba(50, 95, 129, 1);
}








#s-a60974ac-ba6a-4653-8548-6c67f2eb118d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a60974ac-ba6a-4653-8548-6c67f2eb118d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cbea9d9c-c495-4f7c-9ab9-6eef3146c5b9 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-cbea9d9c-c495-4f7c-9ab9-6eef3146c5b9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cbea9d9c-c495-4f7c-9ab9-6eef3146c5b9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cbea9d9c-c495-4f7c-9ab9-6eef3146c5b9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cbea9d9c-c495-4f7c-9ab9-6eef3146c5b9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ef63eeee-52a5-409c-86bf-3f30a5039330 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
max-width: 75%;
}
@media (min-width: 768px) and (max-width: 991px){#s-ef63eeee-52a5-409c-86bf-3f30a5039330 {
  display: none;
}
#s-ef63eeee-52a5-409c-86bf-3f30a5039330, #wrap-s-ef63eeee-52a5-409c-86bf-3f30a5039330 { display:none !important; }}@media (max-width: 767px){#s-ef63eeee-52a5-409c-86bf-3f30a5039330 {
  display: none;
}
#s-ef63eeee-52a5-409c-86bf-3f30a5039330, #wrap-s-ef63eeee-52a5-409c-86bf-3f30a5039330 { display:none !important; }}
@media (min-width: 0px) {
[id="s-ef63eeee-52a5-409c-86bf-3f30a5039330"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ef63eeee-52a5-409c-86bf-3f30a5039330"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-ef63eeee-52a5-409c-86bf-3f30a5039330"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-ef63eeee-52a5-409c-86bf-3f30a5039330"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-bd01f078-49d9-4b45-badc-499000d60faf {
  margin-top: 16px;
margin-bottom: 16px;
text-align: center;
}







  #s-bd01f078-49d9-4b45-badc-499000d60faf img.shogun-image {
    

    
    
    
  }


#s-bd01f078-49d9-4b45-badc-499000d60faf .shogun-image-content {
  
    align-items: center;
  
}

#s-1094f83e-79ea-4b14-94de-98220f2b1490 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-1094f83e-79ea-4b14-94de-98220f2b1490 {
  display: none;
}
#s-1094f83e-79ea-4b14-94de-98220f2b1490, #wrap-s-1094f83e-79ea-4b14-94de-98220f2b1490 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1094f83e-79ea-4b14-94de-98220f2b1490 {
  display: none;
}
#s-1094f83e-79ea-4b14-94de-98220f2b1490, #wrap-s-1094f83e-79ea-4b14-94de-98220f2b1490 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1094f83e-79ea-4b14-94de-98220f2b1490 {
  display: none;
}
#s-1094f83e-79ea-4b14-94de-98220f2b1490, #wrap-s-1094f83e-79ea-4b14-94de-98220f2b1490 { display:none !important; }}







#s-1094f83e-79ea-4b14-94de-98220f2b1490 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1094f83e-79ea-4b14-94de-98220f2b1490.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e1b76ecf-4a23-47d7-b04d-5ffae3d24b34 {
  margin-top: 16px;
margin-bottom: 16px;
text-align: center;
}







  #s-e1b76ecf-4a23-47d7-b04d-5ffae3d24b34 img.shogun-image {
    

    
    
    
  }


#s-e1b76ecf-4a23-47d7-b04d-5ffae3d24b34 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-848184ee-e6da-44a9-b502-e51207b3fbae {
  display: none;
}
#s-848184ee-e6da-44a9-b502-e51207b3fbae, #wrap-s-848184ee-e6da-44a9-b502-e51207b3fbae { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-848184ee-e6da-44a9-b502-e51207b3fbae {
  display: none;
}
#s-848184ee-e6da-44a9-b502-e51207b3fbae, #wrap-s-848184ee-e6da-44a9-b502-e51207b3fbae { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-848184ee-e6da-44a9-b502-e51207b3fbae {
  display: none;
}
#s-848184ee-e6da-44a9-b502-e51207b3fbae, #wrap-s-848184ee-e6da-44a9-b502-e51207b3fbae { display:none !important; }}







#s-848184ee-e6da-44a9-b502-e51207b3fbae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-848184ee-e6da-44a9-b502-e51207b3fbae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9908e6a6-863c-4129-a351-38f4e422e76d {
  margin-top: 16px;
margin-bottom: 16px;
text-align: center;
}







  #s-9908e6a6-863c-4129-a351-38f4e422e76d img.shogun-image {
    

    
    
    
  }


#s-9908e6a6-863c-4129-a351-38f4e422e76d .shogun-image-content {
  
    align-items: center;
  
}

#s-d937fb8f-ac83-4046-9795-831714746146 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-d937fb8f-ac83-4046-9795-831714746146 {
  display: none;
}
#s-d937fb8f-ac83-4046-9795-831714746146, #wrap-s-d937fb8f-ac83-4046-9795-831714746146 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d937fb8f-ac83-4046-9795-831714746146 {
  display: none;
}
#s-d937fb8f-ac83-4046-9795-831714746146, #wrap-s-d937fb8f-ac83-4046-9795-831714746146 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d937fb8f-ac83-4046-9795-831714746146 {
  display: none;
}
#s-d937fb8f-ac83-4046-9795-831714746146, #wrap-s-d937fb8f-ac83-4046-9795-831714746146 { display:none !important; }}







#s-d937fb8f-ac83-4046-9795-831714746146 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d937fb8f-ac83-4046-9795-831714746146.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e0528b12-4240-4565-9304-ecbf16db1aaf {
  margin-top: 16px;
margin-bottom: 16px;
text-align: center;
}







  #s-e0528b12-4240-4565-9304-ecbf16db1aaf img.shogun-image {
    

    
    
    
  }


#s-e0528b12-4240-4565-9304-ecbf16db1aaf .shogun-image-content {
  
    align-items: center;
  
}

#s-4af28567-fc21-44f2-bf7e-3b93767a5a44 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-4af28567-fc21-44f2-bf7e-3b93767a5a44 {
  display: none;
}
#s-4af28567-fc21-44f2-bf7e-3b93767a5a44, #wrap-s-4af28567-fc21-44f2-bf7e-3b93767a5a44 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4af28567-fc21-44f2-bf7e-3b93767a5a44 {
  display: none;
}
#s-4af28567-fc21-44f2-bf7e-3b93767a5a44, #wrap-s-4af28567-fc21-44f2-bf7e-3b93767a5a44 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4af28567-fc21-44f2-bf7e-3b93767a5a44 {
  display: none;
}
#s-4af28567-fc21-44f2-bf7e-3b93767a5a44, #wrap-s-4af28567-fc21-44f2-bf7e-3b93767a5a44 { display:none !important; }}







#s-4af28567-fc21-44f2-bf7e-3b93767a5a44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4af28567-fc21-44f2-bf7e-3b93767a5a44.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-62acb49e-be1f-4a41-b321-bab528fc2569 {
  margin-top: 16px;
margin-bottom: 16px;
text-align: center;
}







  #s-62acb49e-be1f-4a41-b321-bab528fc2569 img.shogun-image {
    

    
    
    
  }


#s-62acb49e-be1f-4a41-b321-bab528fc2569 .shogun-image-content {
  
    align-items: center;
  
}

#s-1a09a6e3-da4b-4cf6-a4e9-1175630ac06c {
  min-height: 50px;
}
@media (min-width: 1200px){#s-1a09a6e3-da4b-4cf6-a4e9-1175630ac06c {
  display: none;
}
#s-1a09a6e3-da4b-4cf6-a4e9-1175630ac06c, #wrap-s-1a09a6e3-da4b-4cf6-a4e9-1175630ac06c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1a09a6e3-da4b-4cf6-a4e9-1175630ac06c {
  display: none;
}
#s-1a09a6e3-da4b-4cf6-a4e9-1175630ac06c, #wrap-s-1a09a6e3-da4b-4cf6-a4e9-1175630ac06c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1a09a6e3-da4b-4cf6-a4e9-1175630ac06c {
  display: none;
}
#s-1a09a6e3-da4b-4cf6-a4e9-1175630ac06c, #wrap-s-1a09a6e3-da4b-4cf6-a4e9-1175630ac06c { display:none !important; }}







#s-1a09a6e3-da4b-4cf6-a4e9-1175630ac06c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a09a6e3-da4b-4cf6-a4e9-1175630ac06c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a6301bf7-5774-4721-95a5-2037997c59d5 {
  margin-top: 16px;
margin-bottom: 16px;
text-align: center;
}







  #s-a6301bf7-5774-4721-95a5-2037997c59d5 img.shogun-image {
    

    
    
    
  }


#s-a6301bf7-5774-4721-95a5-2037997c59d5 .shogun-image-content {
  
    align-items: center;
  
}

#s-34a15eb8-328a-45ff-8d4a-16c5149d65cf {
  min-height: 50px;
}
@media (min-width: 1200px){#s-34a15eb8-328a-45ff-8d4a-16c5149d65cf {
  display: none;
}
#s-34a15eb8-328a-45ff-8d4a-16c5149d65cf, #wrap-s-34a15eb8-328a-45ff-8d4a-16c5149d65cf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-34a15eb8-328a-45ff-8d4a-16c5149d65cf {
  display: none;
}
#s-34a15eb8-328a-45ff-8d4a-16c5149d65cf, #wrap-s-34a15eb8-328a-45ff-8d4a-16c5149d65cf { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-34a15eb8-328a-45ff-8d4a-16c5149d65cf {
  display: none;
}
#s-34a15eb8-328a-45ff-8d4a-16c5149d65cf, #wrap-s-34a15eb8-328a-45ff-8d4a-16c5149d65cf { display:none !important; }}







#s-34a15eb8-328a-45ff-8d4a-16c5149d65cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34a15eb8-328a-45ff-8d4a-16c5149d65cf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-284e2126-60bd-4f62-b484-b34f4cd04ac3 {
  margin-top: 0px;
margin-left: 75px;
margin-bottom: 0px;
margin-right: 75px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-284e2126-60bd-4f62-b484-b34f4cd04ac3 {
  display: none;
}
#s-284e2126-60bd-4f62-b484-b34f4cd04ac3, #wrap-s-284e2126-60bd-4f62-b484-b34f4cd04ac3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-284e2126-60bd-4f62-b484-b34f4cd04ac3 {
  display: none;
}
#s-284e2126-60bd-4f62-b484-b34f4cd04ac3, #wrap-s-284e2126-60bd-4f62-b484-b34f4cd04ac3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-284e2126-60bd-4f62-b484-b34f4cd04ac3 {
  display: none;
}
#s-284e2126-60bd-4f62-b484-b34f4cd04ac3, #wrap-s-284e2126-60bd-4f62-b484-b34f4cd04ac3 { display:none !important; }}@media (max-width: 767px){#s-284e2126-60bd-4f62-b484-b34f4cd04ac3 {
  
}
}
@media (min-width: 0px) {
[id="s-284e2126-60bd-4f62-b484-b34f4cd04ac3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-284e2126-60bd-4f62-b484-b34f4cd04ac3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-284e2126-60bd-4f62-b484-b34f4cd04ac3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-284e2126-60bd-4f62-b484-b34f4cd04ac3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-0b134641-769d-4c59-813c-5fd961353666 {
  text-align: center;
}







  #s-0b134641-769d-4c59-813c-5fd961353666 img.shogun-image {
    

    
    
    
  }


#s-0b134641-769d-4c59-813c-5fd961353666 .shogun-image-content {
  
    align-items: center;
  
}

#s-e38e6162-eca2-4eee-a1ed-261e0817e1fa {
  min-height: 50px;
}
@media (min-width: 1200px){#s-e38e6162-eca2-4eee-a1ed-261e0817e1fa {
  display: none;
}
#s-e38e6162-eca2-4eee-a1ed-261e0817e1fa, #wrap-s-e38e6162-eca2-4eee-a1ed-261e0817e1fa { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e38e6162-eca2-4eee-a1ed-261e0817e1fa {
  display: none;
}
#s-e38e6162-eca2-4eee-a1ed-261e0817e1fa, #wrap-s-e38e6162-eca2-4eee-a1ed-261e0817e1fa { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e38e6162-eca2-4eee-a1ed-261e0817e1fa {
  display: none;
}
#s-e38e6162-eca2-4eee-a1ed-261e0817e1fa, #wrap-s-e38e6162-eca2-4eee-a1ed-261e0817e1fa { display:none !important; }}







#s-e38e6162-eca2-4eee-a1ed-261e0817e1fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e38e6162-eca2-4eee-a1ed-261e0817e1fa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9eb5ca99-52de-4381-9277-5e5de12561fb {
  text-align: center;
}







  #s-9eb5ca99-52de-4381-9277-5e5de12561fb img.shogun-image {
    

    
    
    
  }


#s-9eb5ca99-52de-4381-9277-5e5de12561fb .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-6348f597-9baa-44e3-a010-87eae0757789 {
  display: none;
}
#s-6348f597-9baa-44e3-a010-87eae0757789, #wrap-s-6348f597-9baa-44e3-a010-87eae0757789 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6348f597-9baa-44e3-a010-87eae0757789 {
  display: none;
}
#s-6348f597-9baa-44e3-a010-87eae0757789, #wrap-s-6348f597-9baa-44e3-a010-87eae0757789 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6348f597-9baa-44e3-a010-87eae0757789 {
  display: none;
}
#s-6348f597-9baa-44e3-a010-87eae0757789, #wrap-s-6348f597-9baa-44e3-a010-87eae0757789 { display:none !important; }}







#s-6348f597-9baa-44e3-a010-87eae0757789 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6348f597-9baa-44e3-a010-87eae0757789.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a6c6bc84-189f-4a00-a262-c7115014c870 {
  text-align: center;
}







  #s-a6c6bc84-189f-4a00-a262-c7115014c870 img.shogun-image {
    

    
    
    
  }


#s-a6c6bc84-189f-4a00-a262-c7115014c870 .shogun-image-content {
  
    align-items: center;
  
}

#s-71a33cda-8bce-48a6-bf1b-6ba51667e7f2 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-71a33cda-8bce-48a6-bf1b-6ba51667e7f2 {
  display: none;
}
#s-71a33cda-8bce-48a6-bf1b-6ba51667e7f2, #wrap-s-71a33cda-8bce-48a6-bf1b-6ba51667e7f2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-71a33cda-8bce-48a6-bf1b-6ba51667e7f2 {
  display: none;
}
#s-71a33cda-8bce-48a6-bf1b-6ba51667e7f2, #wrap-s-71a33cda-8bce-48a6-bf1b-6ba51667e7f2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-71a33cda-8bce-48a6-bf1b-6ba51667e7f2 {
  display: none;
}
#s-71a33cda-8bce-48a6-bf1b-6ba51667e7f2, #wrap-s-71a33cda-8bce-48a6-bf1b-6ba51667e7f2 { display:none !important; }}







#s-71a33cda-8bce-48a6-bf1b-6ba51667e7f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71a33cda-8bce-48a6-bf1b-6ba51667e7f2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3dab8741-db69-4e6a-af0b-1757124afad3 {
  text-align: center;
}







  #s-3dab8741-db69-4e6a-af0b-1757124afad3 img.shogun-image {
    

    
    
    
  }


#s-3dab8741-db69-4e6a-af0b-1757124afad3 .shogun-image-content {
  
    align-items: center;
  
}

#s-8425cc1d-3b15-4523-ac3f-1070d4513a45 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-8425cc1d-3b15-4523-ac3f-1070d4513a45 {
  display: none;
}
#s-8425cc1d-3b15-4523-ac3f-1070d4513a45, #wrap-s-8425cc1d-3b15-4523-ac3f-1070d4513a45 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8425cc1d-3b15-4523-ac3f-1070d4513a45 {
  display: none;
}
#s-8425cc1d-3b15-4523-ac3f-1070d4513a45, #wrap-s-8425cc1d-3b15-4523-ac3f-1070d4513a45 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8425cc1d-3b15-4523-ac3f-1070d4513a45 {
  display: none;
}
#s-8425cc1d-3b15-4523-ac3f-1070d4513a45, #wrap-s-8425cc1d-3b15-4523-ac3f-1070d4513a45 { display:none !important; }}







#s-8425cc1d-3b15-4523-ac3f-1070d4513a45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8425cc1d-3b15-4523-ac3f-1070d4513a45.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6c160c79-afba-4204-a34f-5e3259e0afab {
  text-align: center;
}







  #s-6c160c79-afba-4204-a34f-5e3259e0afab img.shogun-image {
    

    
    
    
  }


#s-6c160c79-afba-4204-a34f-5e3259e0afab .shogun-image-content {
  
    align-items: center;
  
}

#s-41e47a6e-ecbc-4335-8d95-7c52130cf6c6 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-41e47a6e-ecbc-4335-8d95-7c52130cf6c6 {
  display: none;
}
#s-41e47a6e-ecbc-4335-8d95-7c52130cf6c6, #wrap-s-41e47a6e-ecbc-4335-8d95-7c52130cf6c6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-41e47a6e-ecbc-4335-8d95-7c52130cf6c6 {
  display: none;
}
#s-41e47a6e-ecbc-4335-8d95-7c52130cf6c6, #wrap-s-41e47a6e-ecbc-4335-8d95-7c52130cf6c6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-41e47a6e-ecbc-4335-8d95-7c52130cf6c6 {
  display: none;
}
#s-41e47a6e-ecbc-4335-8d95-7c52130cf6c6, #wrap-s-41e47a6e-ecbc-4335-8d95-7c52130cf6c6 { display:none !important; }}







#s-41e47a6e-ecbc-4335-8d95-7c52130cf6c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-41e47a6e-ecbc-4335-8d95-7c52130cf6c6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a3cd42e5-7382-49f5-83ff-c87a8d61fff8 {
  text-align: center;
}







  #s-a3cd42e5-7382-49f5-83ff-c87a8d61fff8 img.shogun-image {
    

    
    
    
  }


#s-a3cd42e5-7382-49f5-83ff-c87a8d61fff8 .shogun-image-content {
  
    align-items: center;
  
}

#s-fda5c83b-da8c-41c6-9880-fd3720b02993 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-fda5c83b-da8c-41c6-9880-fd3720b02993 {
  display: none;
}
#s-fda5c83b-da8c-41c6-9880-fd3720b02993, #wrap-s-fda5c83b-da8c-41c6-9880-fd3720b02993 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fda5c83b-da8c-41c6-9880-fd3720b02993 {
  display: none;
}
#s-fda5c83b-da8c-41c6-9880-fd3720b02993, #wrap-s-fda5c83b-da8c-41c6-9880-fd3720b02993 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fda5c83b-da8c-41c6-9880-fd3720b02993 {
  display: none;
}
#s-fda5c83b-da8c-41c6-9880-fd3720b02993, #wrap-s-fda5c83b-da8c-41c6-9880-fd3720b02993 { display:none !important; }}







#s-fda5c83b-da8c-41c6-9880-fd3720b02993 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fda5c83b-da8c-41c6-9880-fd3720b02993.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5c9ddfec-1010-4eb8-8561-84d2bf26a1cc {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-5c9ddfec-1010-4eb8-8561-84d2bf26a1cc {
  display: none;
}
#s-5c9ddfec-1010-4eb8-8561-84d2bf26a1cc, #wrap-s-5c9ddfec-1010-4eb8-8561-84d2bf26a1cc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5c9ddfec-1010-4eb8-8561-84d2bf26a1cc {
  display: none;
}
#s-5c9ddfec-1010-4eb8-8561-84d2bf26a1cc, #wrap-s-5c9ddfec-1010-4eb8-8561-84d2bf26a1cc { display:none !important; }}@media (max-width: 767px){#s-5c9ddfec-1010-4eb8-8561-84d2bf26a1cc {
  display: none;
}
#s-5c9ddfec-1010-4eb8-8561-84d2bf26a1cc, #wrap-s-5c9ddfec-1010-4eb8-8561-84d2bf26a1cc { display:none !important; }}
@media (min-width: 0px) {
[id="s-5c9ddfec-1010-4eb8-8561-84d2bf26a1cc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5c9ddfec-1010-4eb8-8561-84d2bf26a1cc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-5c9ddfec-1010-4eb8-8561-84d2bf26a1cc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-5c9ddfec-1010-4eb8-8561-84d2bf26a1cc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-0d26dfd1-f4f4-43d6-a211-48a7b6837189 {
  box-shadow:0px 0px 0px 0px ;
text-align: center;
}







  #s-0d26dfd1-f4f4-43d6-a211-48a7b6837189 img.shogun-image {
    

    
    
    
  }


#s-0d26dfd1-f4f4-43d6-a211-48a7b6837189 .shogun-image-content {
  
    align-items: center;
  
}

#s-312c38ee-1f55-4282-9a82-0de4edc18fb7 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-312c38ee-1f55-4282-9a82-0de4edc18fb7 {
  display: none;
}
#s-312c38ee-1f55-4282-9a82-0de4edc18fb7, #wrap-s-312c38ee-1f55-4282-9a82-0de4edc18fb7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-312c38ee-1f55-4282-9a82-0de4edc18fb7 {
  display: none;
}
#s-312c38ee-1f55-4282-9a82-0de4edc18fb7, #wrap-s-312c38ee-1f55-4282-9a82-0de4edc18fb7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-312c38ee-1f55-4282-9a82-0de4edc18fb7 {
  display: none;
}
#s-312c38ee-1f55-4282-9a82-0de4edc18fb7, #wrap-s-312c38ee-1f55-4282-9a82-0de4edc18fb7 { display:none !important; }}







#s-312c38ee-1f55-4282-9a82-0de4edc18fb7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-312c38ee-1f55-4282-9a82-0de4edc18fb7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-55cbc35f-c9a3-490c-8472-492f567bbdb1 {
  text-align: center;
}







  #s-55cbc35f-c9a3-490c-8472-492f567bbdb1 img.shogun-image {
    

    
    
    
  }


#s-55cbc35f-c9a3-490c-8472-492f567bbdb1 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-562e6eb9-a94a-4c75-9daa-9ccce33eb3d2 {
  display: none;
}
#s-562e6eb9-a94a-4c75-9daa-9ccce33eb3d2, #wrap-s-562e6eb9-a94a-4c75-9daa-9ccce33eb3d2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-562e6eb9-a94a-4c75-9daa-9ccce33eb3d2 {
  display: none;
}
#s-562e6eb9-a94a-4c75-9daa-9ccce33eb3d2, #wrap-s-562e6eb9-a94a-4c75-9daa-9ccce33eb3d2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-562e6eb9-a94a-4c75-9daa-9ccce33eb3d2 {
  display: none;
}
#s-562e6eb9-a94a-4c75-9daa-9ccce33eb3d2, #wrap-s-562e6eb9-a94a-4c75-9daa-9ccce33eb3d2 { display:none !important; }}







#s-562e6eb9-a94a-4c75-9daa-9ccce33eb3d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-562e6eb9-a94a-4c75-9daa-9ccce33eb3d2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-03203405-eace-4a1a-ac3a-c34368a298a3 {
  text-align: center;
}







  #s-03203405-eace-4a1a-ac3a-c34368a298a3 img.shogun-image {
    

    
    
    
  }


#s-03203405-eace-4a1a-ac3a-c34368a298a3 .shogun-image-content {
  
    align-items: center;
  
}

#s-db2ee028-510e-4917-9a47-d875406f7a9a {
  min-height: 50px;
}
@media (min-width: 1200px){#s-db2ee028-510e-4917-9a47-d875406f7a9a {
  display: none;
}
#s-db2ee028-510e-4917-9a47-d875406f7a9a, #wrap-s-db2ee028-510e-4917-9a47-d875406f7a9a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-db2ee028-510e-4917-9a47-d875406f7a9a {
  display: none;
}
#s-db2ee028-510e-4917-9a47-d875406f7a9a, #wrap-s-db2ee028-510e-4917-9a47-d875406f7a9a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-db2ee028-510e-4917-9a47-d875406f7a9a {
  display: none;
}
#s-db2ee028-510e-4917-9a47-d875406f7a9a, #wrap-s-db2ee028-510e-4917-9a47-d875406f7a9a { display:none !important; }}







#s-db2ee028-510e-4917-9a47-d875406f7a9a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db2ee028-510e-4917-9a47-d875406f7a9a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4ec93fd1-45a5-4e60-87d4-6482ed013cb2 {
  text-align: center;
}







  #s-4ec93fd1-45a5-4e60-87d4-6482ed013cb2 img.shogun-image {
    

    
    
    
  }


#s-4ec93fd1-45a5-4e60-87d4-6482ed013cb2 .shogun-image-content {
  
    align-items: center;
  
}

#s-34cfbe7b-e913-4f85-b40e-43d9bf77a649 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-34cfbe7b-e913-4f85-b40e-43d9bf77a649 {
  display: none;
}
#s-34cfbe7b-e913-4f85-b40e-43d9bf77a649, #wrap-s-34cfbe7b-e913-4f85-b40e-43d9bf77a649 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-34cfbe7b-e913-4f85-b40e-43d9bf77a649 {
  display: none;
}
#s-34cfbe7b-e913-4f85-b40e-43d9bf77a649, #wrap-s-34cfbe7b-e913-4f85-b40e-43d9bf77a649 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-34cfbe7b-e913-4f85-b40e-43d9bf77a649 {
  display: none;
}
#s-34cfbe7b-e913-4f85-b40e-43d9bf77a649, #wrap-s-34cfbe7b-e913-4f85-b40e-43d9bf77a649 { display:none !important; }}







#s-34cfbe7b-e913-4f85-b40e-43d9bf77a649 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34cfbe7b-e913-4f85-b40e-43d9bf77a649.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a090c7f9-7aa4-4055-a654-431877631435 {
  text-align: center;
}







  #s-a090c7f9-7aa4-4055-a654-431877631435 img.shogun-image {
    

    
    
    
  }


#s-a090c7f9-7aa4-4055-a654-431877631435 .shogun-image-content {
  
    align-items: center;
  
}

#s-2e315700-37bb-44df-8d7f-96d16553d0c5 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-2e315700-37bb-44df-8d7f-96d16553d0c5 {
  display: none;
}
#s-2e315700-37bb-44df-8d7f-96d16553d0c5, #wrap-s-2e315700-37bb-44df-8d7f-96d16553d0c5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2e315700-37bb-44df-8d7f-96d16553d0c5 {
  display: none;
}
#s-2e315700-37bb-44df-8d7f-96d16553d0c5, #wrap-s-2e315700-37bb-44df-8d7f-96d16553d0c5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2e315700-37bb-44df-8d7f-96d16553d0c5 {
  display: none;
}
#s-2e315700-37bb-44df-8d7f-96d16553d0c5, #wrap-s-2e315700-37bb-44df-8d7f-96d16553d0c5 { display:none !important; }}







#s-2e315700-37bb-44df-8d7f-96d16553d0c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e315700-37bb-44df-8d7f-96d16553d0c5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5d3c3b56-4758-4a16-b7f2-6907abcb3113 {
  text-align: center;
}







  #s-5d3c3b56-4758-4a16-b7f2-6907abcb3113 img.shogun-image {
    

    
    
    
  }


#s-5d3c3b56-4758-4a16-b7f2-6907abcb3113 .shogun-image-content {
  
    align-items: center;
  
}

#s-7bb7fd74-9726-4a1c-9eb5-d0cb591d3946 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-7bb7fd74-9726-4a1c-9eb5-d0cb591d3946 {
  display: none;
}
#s-7bb7fd74-9726-4a1c-9eb5-d0cb591d3946, #wrap-s-7bb7fd74-9726-4a1c-9eb5-d0cb591d3946 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7bb7fd74-9726-4a1c-9eb5-d0cb591d3946 {
  display: none;
}
#s-7bb7fd74-9726-4a1c-9eb5-d0cb591d3946, #wrap-s-7bb7fd74-9726-4a1c-9eb5-d0cb591d3946 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7bb7fd74-9726-4a1c-9eb5-d0cb591d3946 {
  display: none;
}
#s-7bb7fd74-9726-4a1c-9eb5-d0cb591d3946, #wrap-s-7bb7fd74-9726-4a1c-9eb5-d0cb591d3946 { display:none !important; }}







#s-7bb7fd74-9726-4a1c-9eb5-d0cb591d3946 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7bb7fd74-9726-4a1c-9eb5-d0cb591d3946.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-97bd82f8-a52e-4ecf-bdb3-8d1c75bbd51c {
  min-height: 50px;
}
@media (min-width: 1200px){#s-97bd82f8-a52e-4ecf-bdb3-8d1c75bbd51c {
  display: none;
}
#s-97bd82f8-a52e-4ecf-bdb3-8d1c75bbd51c, #wrap-s-97bd82f8-a52e-4ecf-bdb3-8d1c75bbd51c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-97bd82f8-a52e-4ecf-bdb3-8d1c75bbd51c {
  display: none;
}
#s-97bd82f8-a52e-4ecf-bdb3-8d1c75bbd51c, #wrap-s-97bd82f8-a52e-4ecf-bdb3-8d1c75bbd51c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-97bd82f8-a52e-4ecf-bdb3-8d1c75bbd51c {
  display: none;
}
#s-97bd82f8-a52e-4ecf-bdb3-8d1c75bbd51c, #wrap-s-97bd82f8-a52e-4ecf-bdb3-8d1c75bbd51c { display:none !important; }}







#s-97bd82f8-a52e-4ecf-bdb3-8d1c75bbd51c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97bd82f8-a52e-4ecf-bdb3-8d1c75bbd51c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1a9ed37a-a449-43ed-a429-0da8a6484b93 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-1a9ed37a-a449-43ed-a429-0da8a6484b93 {
  display: none;
}
#s-1a9ed37a-a449-43ed-a429-0da8a6484b93, #wrap-s-1a9ed37a-a449-43ed-a429-0da8a6484b93 { display:none !important; }}
#s-372bd688-5298-42b4-839d-bca09d3b354d {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-372bd688-5298-42b4-839d-bca09d3b354d {
  display: none;
}
#s-372bd688-5298-42b4-839d-bca09d3b354d, #wrap-s-372bd688-5298-42b4-839d-bca09d3b354d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-372bd688-5298-42b4-839d-bca09d3b354d {
  display: none;
}
#s-372bd688-5298-42b4-839d-bca09d3b354d, #wrap-s-372bd688-5298-42b4-839d-bca09d3b354d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-372bd688-5298-42b4-839d-bca09d3b354d {
  display: none;
}
#s-372bd688-5298-42b4-839d-bca09d3b354d, #wrap-s-372bd688-5298-42b4-839d-bca09d3b354d { display:none !important; }}
#s-f972de02-b4d1-44b6-b85f-d0a05e786c9f {
  margin-left: 40px;
margin-right: 40px;
}

@media (min-width: 0px) {
[id="s-f972de02-b4d1-44b6-b85f-d0a05e786c9f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f972de02-b4d1-44b6-b85f-d0a05e786c9f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-f972de02-b4d1-44b6-b85f-d0a05e786c9f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-f972de02-b4d1-44b6-b85f-d0a05e786c9f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-72a8bee2-ec7f-4d4c-be0e-d68bdbf8a01d {
  text-align: center;
}







  #s-72a8bee2-ec7f-4d4c-be0e-d68bdbf8a01d img.shogun-image {
    

    
    
    
  }


#s-72a8bee2-ec7f-4d4c-be0e-d68bdbf8a01d .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-d408da17-eef3-4059-a390-acab1047e745 {
  display: none;
}
#s-d408da17-eef3-4059-a390-acab1047e745, #wrap-s-d408da17-eef3-4059-a390-acab1047e745 { display:none !important; }}@media (max-width: 767px){#s-d408da17-eef3-4059-a390-acab1047e745 {
  display: none;
}
#s-d408da17-eef3-4059-a390-acab1047e745, #wrap-s-d408da17-eef3-4059-a390-acab1047e745 { display:none !important; }}
@media (min-width: 1200px){#s-b411ac82-11e5-4bec-9112-2f0902621f08 {
  display: none;
}
#s-b411ac82-11e5-4bec-9112-2f0902621f08, #wrap-s-b411ac82-11e5-4bec-9112-2f0902621f08 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b411ac82-11e5-4bec-9112-2f0902621f08 {
  display: none;
}
#s-b411ac82-11e5-4bec-9112-2f0902621f08, #wrap-s-b411ac82-11e5-4bec-9112-2f0902621f08 { display:none !important; }}@media (max-width: 767px){#s-b411ac82-11e5-4bec-9112-2f0902621f08 {
  display: none;
}
#s-b411ac82-11e5-4bec-9112-2f0902621f08, #wrap-s-b411ac82-11e5-4bec-9112-2f0902621f08 { display:none !important; }}
@media (min-width: 1200px){#s-28886f39-0c65-4b98-ae77-39f78fc1bd73 {
  display: none;
}
#s-28886f39-0c65-4b98-ae77-39f78fc1bd73, #wrap-s-28886f39-0c65-4b98-ae77-39f78fc1bd73 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-28886f39-0c65-4b98-ae77-39f78fc1bd73 {
  display: none;
}
#s-28886f39-0c65-4b98-ae77-39f78fc1bd73, #wrap-s-28886f39-0c65-4b98-ae77-39f78fc1bd73 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-28886f39-0c65-4b98-ae77-39f78fc1bd73 {
  display: none;
}
#s-28886f39-0c65-4b98-ae77-39f78fc1bd73, #wrap-s-28886f39-0c65-4b98-ae77-39f78fc1bd73 { display:none !important; }}
#s-3827f88b-a3b0-4c59-870f-08313b2aa86b {
  text-align: center;
}







  #s-3827f88b-a3b0-4c59-870f-08313b2aa86b img.shogun-image {
    

    
    
    
  }


#s-3827f88b-a3b0-4c59-870f-08313b2aa86b .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-2d95de13-c5c4-426a-a3d5-08d24c0e1352 {
  display: none;
}
#s-2d95de13-c5c4-426a-a3d5-08d24c0e1352, #wrap-s-2d95de13-c5c4-426a-a3d5-08d24c0e1352 { display:none !important; }}@media (max-width: 767px){#s-2d95de13-c5c4-426a-a3d5-08d24c0e1352 {
  display: none;
}
#s-2d95de13-c5c4-426a-a3d5-08d24c0e1352, #wrap-s-2d95de13-c5c4-426a-a3d5-08d24c0e1352 { display:none !important; }}
@media (min-width: 1200px){#s-06a2ac7c-4b3b-4ee5-a8f2-e680e5361988 {
  display: none;
}
#s-06a2ac7c-4b3b-4ee5-a8f2-e680e5361988, #wrap-s-06a2ac7c-4b3b-4ee5-a8f2-e680e5361988 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-06a2ac7c-4b3b-4ee5-a8f2-e680e5361988 {
  display: none;
}
#s-06a2ac7c-4b3b-4ee5-a8f2-e680e5361988, #wrap-s-06a2ac7c-4b3b-4ee5-a8f2-e680e5361988 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-06a2ac7c-4b3b-4ee5-a8f2-e680e5361988 {
  display: none;
}
#s-06a2ac7c-4b3b-4ee5-a8f2-e680e5361988, #wrap-s-06a2ac7c-4b3b-4ee5-a8f2-e680e5361988 { display:none !important; }}
@media (min-width: 1200px){#s-2babcfee-afce-4daf-ae76-acbbd76c4be2 {
  display: none;
}
#s-2babcfee-afce-4daf-ae76-acbbd76c4be2, #wrap-s-2babcfee-afce-4daf-ae76-acbbd76c4be2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2babcfee-afce-4daf-ae76-acbbd76c4be2 {
  display: none;
}
#s-2babcfee-afce-4daf-ae76-acbbd76c4be2, #wrap-s-2babcfee-afce-4daf-ae76-acbbd76c4be2 { display:none !important; }}@media (max-width: 767px){#s-2babcfee-afce-4daf-ae76-acbbd76c4be2 {
  display: none;
}
#s-2babcfee-afce-4daf-ae76-acbbd76c4be2, #wrap-s-2babcfee-afce-4daf-ae76-acbbd76c4be2 { display:none !important; }}
#s-73ff164f-9677-4ca9-aee6-70e82389f12f {
  text-align: center;
}







  #s-73ff164f-9677-4ca9-aee6-70e82389f12f img.shogun-image {
    

    
    
    
  }


#s-73ff164f-9677-4ca9-aee6-70e82389f12f .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-8e7f3b9d-685f-4300-87c8-4daaa5c8892b {
  display: none;
}
#s-8e7f3b9d-685f-4300-87c8-4daaa5c8892b, #wrap-s-8e7f3b9d-685f-4300-87c8-4daaa5c8892b { display:none !important; }}@media (max-width: 767px){#s-8e7f3b9d-685f-4300-87c8-4daaa5c8892b {
  display: none;
}
#s-8e7f3b9d-685f-4300-87c8-4daaa5c8892b, #wrap-s-8e7f3b9d-685f-4300-87c8-4daaa5c8892b { display:none !important; }}
@media (min-width: 1200px){#s-4042fb9e-e1f2-4164-ac01-0966e47389d6 {
  display: none;
}
#s-4042fb9e-e1f2-4164-ac01-0966e47389d6, #wrap-s-4042fb9e-e1f2-4164-ac01-0966e47389d6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4042fb9e-e1f2-4164-ac01-0966e47389d6 {
  display: none;
}
#s-4042fb9e-e1f2-4164-ac01-0966e47389d6, #wrap-s-4042fb9e-e1f2-4164-ac01-0966e47389d6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4042fb9e-e1f2-4164-ac01-0966e47389d6 {
  display: none;
}
#s-4042fb9e-e1f2-4164-ac01-0966e47389d6, #wrap-s-4042fb9e-e1f2-4164-ac01-0966e47389d6 { display:none !important; }}
@media (min-width: 1200px){#s-66531e84-eb08-4554-b44f-35accc09807b {
  display: none;
}
#s-66531e84-eb08-4554-b44f-35accc09807b, #wrap-s-66531e84-eb08-4554-b44f-35accc09807b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-66531e84-eb08-4554-b44f-35accc09807b {
  display: none;
}
#s-66531e84-eb08-4554-b44f-35accc09807b, #wrap-s-66531e84-eb08-4554-b44f-35accc09807b { display:none !important; }}@media (max-width: 767px){#s-66531e84-eb08-4554-b44f-35accc09807b {
  display: none;
}
#s-66531e84-eb08-4554-b44f-35accc09807b, #wrap-s-66531e84-eb08-4554-b44f-35accc09807b { display:none !important; }}
#s-7e565136-eca8-4328-b194-7952364ee34c {
  text-align: center;
}







  #s-7e565136-eca8-4328-b194-7952364ee34c img.shogun-image {
    

    
    
    
  }


#s-7e565136-eca8-4328-b194-7952364ee34c .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-d12f491d-26df-4e21-81ba-69c9ea18a9bc {
  display: none;
}
#s-d12f491d-26df-4e21-81ba-69c9ea18a9bc, #wrap-s-d12f491d-26df-4e21-81ba-69c9ea18a9bc { display:none !important; }}@media (max-width: 767px){#s-d12f491d-26df-4e21-81ba-69c9ea18a9bc {
  display: none;
}
#s-d12f491d-26df-4e21-81ba-69c9ea18a9bc, #wrap-s-d12f491d-26df-4e21-81ba-69c9ea18a9bc { display:none !important; }}
@media (min-width: 1200px){#s-ab0e032c-018a-4d97-a435-9c4eafb7f8d1 {
  display: none;
}
#s-ab0e032c-018a-4d97-a435-9c4eafb7f8d1, #wrap-s-ab0e032c-018a-4d97-a435-9c4eafb7f8d1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ab0e032c-018a-4d97-a435-9c4eafb7f8d1 {
  display: none;
}
#s-ab0e032c-018a-4d97-a435-9c4eafb7f8d1, #wrap-s-ab0e032c-018a-4d97-a435-9c4eafb7f8d1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ab0e032c-018a-4d97-a435-9c4eafb7f8d1 {
  display: none;
}
#s-ab0e032c-018a-4d97-a435-9c4eafb7f8d1, #wrap-s-ab0e032c-018a-4d97-a435-9c4eafb7f8d1 { display:none !important; }}
@media (min-width: 1200px){#s-315507ee-7dcc-4396-b35c-3b3e79f8c52a {
  display: none;
}
#s-315507ee-7dcc-4396-b35c-3b3e79f8c52a, #wrap-s-315507ee-7dcc-4396-b35c-3b3e79f8c52a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-315507ee-7dcc-4396-b35c-3b3e79f8c52a {
  display: none;
}
#s-315507ee-7dcc-4396-b35c-3b3e79f8c52a, #wrap-s-315507ee-7dcc-4396-b35c-3b3e79f8c52a { display:none !important; }}@media (max-width: 767px){#s-315507ee-7dcc-4396-b35c-3b3e79f8c52a {
  display: none;
}
#s-315507ee-7dcc-4396-b35c-3b3e79f8c52a, #wrap-s-315507ee-7dcc-4396-b35c-3b3e79f8c52a { display:none !important; }}
#s-57ffd488-46c8-4ea7-9ea7-9dbbe70a4752 {
  margin-top: 40px;
margin-bottom: 40px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-57ffd488-46c8-4ea7-9ea7-9dbbe70a4752 {
  display: none;
}
#s-57ffd488-46c8-4ea7-9ea7-9dbbe70a4752, #wrap-s-57ffd488-46c8-4ea7-9ea7-9dbbe70a4752 { display:none !important; }}@media (max-width: 767px){#s-57ffd488-46c8-4ea7-9ea7-9dbbe70a4752 {
  display: none;
}
#s-57ffd488-46c8-4ea7-9ea7-9dbbe70a4752, #wrap-s-57ffd488-46c8-4ea7-9ea7-9dbbe70a4752 { display:none !important; }}
#s-6d749e02-6a8a-4f74-a1f8-adfac980e4ad {
  min-height: 50px;
}
@media (min-width: 1200px){#s-6d749e02-6a8a-4f74-a1f8-adfac980e4ad {
  display: none;
}
#s-6d749e02-6a8a-4f74-a1f8-adfac980e4ad, #wrap-s-6d749e02-6a8a-4f74-a1f8-adfac980e4ad { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6d749e02-6a8a-4f74-a1f8-adfac980e4ad {
  display: none;
}
#s-6d749e02-6a8a-4f74-a1f8-adfac980e4ad, #wrap-s-6d749e02-6a8a-4f74-a1f8-adfac980e4ad { display:none !important; }}@media (max-width: 767px){#s-6d749e02-6a8a-4f74-a1f8-adfac980e4ad {
  display: none;
}
#s-6d749e02-6a8a-4f74-a1f8-adfac980e4ad, #wrap-s-6d749e02-6a8a-4f74-a1f8-adfac980e4ad { display:none !important; }}







#s-6d749e02-6a8a-4f74-a1f8-adfac980e4ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d749e02-6a8a-4f74-a1f8-adfac980e4ad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e166d485-607c-4f13-a60b-1edb4a609717 {
  min-height: 200px;
background-color: rgba(50, 95, 129, 1);
}
@media (max-width: 767px){#s-e166d485-607c-4f13-a60b-1edb4a609717 {
  display: none;
}
#s-e166d485-607c-4f13-a60b-1edb4a609717, #wrap-s-e166d485-607c-4f13-a60b-1edb4a609717 { display:none !important; }}







#s-e166d485-607c-4f13-a60b-1edb4a609717 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e166d485-607c-4f13-a60b-1edb4a609717.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-60236d5c-d60a-4a35-a703-6595d45cba53 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-60236d5c-d60a-4a35-a703-6595d45cba53 {
  display: none;
}
#s-60236d5c-d60a-4a35-a703-6595d45cba53, #wrap-s-60236d5c-d60a-4a35-a703-6595d45cba53 { display:none !important; }}@media (max-width: 767px){#s-60236d5c-d60a-4a35-a703-6595d45cba53 {
  display: none;
}
#s-60236d5c-d60a-4a35-a703-6595d45cba53, #wrap-s-60236d5c-d60a-4a35-a703-6595d45cba53 { display:none !important; }}
#s-2ea3beeb-8c17-4f77-bbc4-7c3fb702d21a {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-2ea3beeb-8c17-4f77-bbc4-7c3fb702d21a {
  display: none;
}
#s-2ea3beeb-8c17-4f77-bbc4-7c3fb702d21a, #wrap-s-2ea3beeb-8c17-4f77-bbc4-7c3fb702d21a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2ea3beeb-8c17-4f77-bbc4-7c3fb702d21a {
  display: none;
}
#s-2ea3beeb-8c17-4f77-bbc4-7c3fb702d21a, #wrap-s-2ea3beeb-8c17-4f77-bbc4-7c3fb702d21a { display:none !important; }}@media (max-width: 767px){#s-2ea3beeb-8c17-4f77-bbc4-7c3fb702d21a {
  display: none;
}
#s-2ea3beeb-8c17-4f77-bbc4-7c3fb702d21a, #wrap-s-2ea3beeb-8c17-4f77-bbc4-7c3fb702d21a { display:none !important; }}
#s-f7541701-f863-420a-9dc0-73a606d6ce32 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-f7541701-f863-420a-9dc0-73a606d6ce32 {
  display: none;
}
#s-f7541701-f863-420a-9dc0-73a606d6ce32, #wrap-s-f7541701-f863-420a-9dc0-73a606d6ce32 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f7541701-f863-420a-9dc0-73a606d6ce32 {
  display: none;
}
#s-f7541701-f863-420a-9dc0-73a606d6ce32, #wrap-s-f7541701-f863-420a-9dc0-73a606d6ce32 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f7541701-f863-420a-9dc0-73a606d6ce32 {
  display: none;
}
#s-f7541701-f863-420a-9dc0-73a606d6ce32, #wrap-s-f7541701-f863-420a-9dc0-73a606d6ce32 { display:none !important; }}
#s-b8d09e25-4030-4f48-8819-59ebc4d82285 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-b8d09e25-4030-4f48-8819-59ebc4d82285 {
  display: none;
}
#s-b8d09e25-4030-4f48-8819-59ebc4d82285, #wrap-s-b8d09e25-4030-4f48-8819-59ebc4d82285 { display:none !important; }}
#s-68edce6c-5654-46fd-96a9-2b2caeb31812 {
  margin-left: auto;
margin-right: auto;
padding-left: 30px;
padding-right: 30px;
max-width: 80%;
}
@media (min-width: 768px) and (max-width: 991px){#s-68edce6c-5654-46fd-96a9-2b2caeb31812 {
  display: none;
}
#s-68edce6c-5654-46fd-96a9-2b2caeb31812, #wrap-s-68edce6c-5654-46fd-96a9-2b2caeb31812 { display:none !important; }}@media (max-width: 767px){#s-68edce6c-5654-46fd-96a9-2b2caeb31812 {
  display: none;
}
#s-68edce6c-5654-46fd-96a9-2b2caeb31812, #wrap-s-68edce6c-5654-46fd-96a9-2b2caeb31812 { display:none !important; }}
@media (min-width: 0px) {
[id="s-68edce6c-5654-46fd-96a9-2b2caeb31812"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-68edce6c-5654-46fd-96a9-2b2caeb31812"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-68edce6c-5654-46fd-96a9-2b2caeb31812"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-68edce6c-5654-46fd-96a9-2b2caeb31812"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-d6a5b4dc-c354-4b86-8ed5-93ec48514f3e {
  text-align: center;
}







  #s-d6a5b4dc-c354-4b86-8ed5-93ec48514f3e img.shogun-image {
    

    
    
    
  }


#s-d6a5b4dc-c354-4b86-8ed5-93ec48514f3e .shogun-image-content {
  
    align-items: center;
  
}

#s-9b605098-b6eb-450e-826c-151f84bf08f3 {
  text-align: center;
}







  #s-9b605098-b6eb-450e-826c-151f84bf08f3 img.shogun-image {
    

    
    
    
  }


#s-9b605098-b6eb-450e-826c-151f84bf08f3 .shogun-image-content {
  
    align-items: center;
  
}

#s-5dd1682e-1a7b-4a32-9f34-ee1107d0c7f0 {
  text-align: center;
}







  #s-5dd1682e-1a7b-4a32-9f34-ee1107d0c7f0 img.shogun-image {
    

    
    
    
  }


#s-5dd1682e-1a7b-4a32-9f34-ee1107d0c7f0 .shogun-image-content {
  
    align-items: center;
  
}

#s-f16027d3-ce06-4960-86a8-20480e831e85 {
  margin-left: auto;
margin-right: auto;
padding-left: 30px;
padding-right: 30px;
max-width: 80%;
}
@media (min-width: 768px) and (max-width: 991px){#s-f16027d3-ce06-4960-86a8-20480e831e85 {
  display: none;
}
#s-f16027d3-ce06-4960-86a8-20480e831e85, #wrap-s-f16027d3-ce06-4960-86a8-20480e831e85 { display:none !important; }}@media (max-width: 767px){#s-f16027d3-ce06-4960-86a8-20480e831e85 {
  display: none;
}
#s-f16027d3-ce06-4960-86a8-20480e831e85, #wrap-s-f16027d3-ce06-4960-86a8-20480e831e85 { display:none !important; }}
@media (min-width: 0px) {
[id="s-f16027d3-ce06-4960-86a8-20480e831e85"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f16027d3-ce06-4960-86a8-20480e831e85"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-f16027d3-ce06-4960-86a8-20480e831e85"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-f16027d3-ce06-4960-86a8-20480e831e85"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-31c1863e-c829-4461-89e0-a9eadbd3c40f {
  text-align: center;
}







  #s-31c1863e-c829-4461-89e0-a9eadbd3c40f img.shogun-image {
    

    
    
    
  }


#s-31c1863e-c829-4461-89e0-a9eadbd3c40f .shogun-image-content {
  
    align-items: center;
  
}

#s-af97b005-b119-4339-aa92-1bdcfbb0048f {
  text-align: center;
}







  #s-af97b005-b119-4339-aa92-1bdcfbb0048f img.shogun-image {
    

    
    
    
  }


#s-af97b005-b119-4339-aa92-1bdcfbb0048f .shogun-image-content {
  
    align-items: center;
  
}

#s-2c30b13e-8849-449c-9c8c-4cfcf46868b6 {
  text-align: center;
}







  #s-2c30b13e-8849-449c-9c8c-4cfcf46868b6 img.shogun-image {
    

    
    
    
  }


#s-2c30b13e-8849-449c-9c8c-4cfcf46868b6 .shogun-image-content {
  
    align-items: center;
  
}

#s-49b880c3-a849-4f5b-b8b6-273caba811a1 {
  margin-left: auto;
margin-right: auto;
padding-left: 30px;
padding-right: 30px;
max-width: 80%;
}
@media (min-width: 768px) and (max-width: 991px){#s-49b880c3-a849-4f5b-b8b6-273caba811a1 {
  display: none;
}
#s-49b880c3-a849-4f5b-b8b6-273caba811a1, #wrap-s-49b880c3-a849-4f5b-b8b6-273caba811a1 { display:none !important; }}@media (max-width: 767px){#s-49b880c3-a849-4f5b-b8b6-273caba811a1 {
  display: none;
}
#s-49b880c3-a849-4f5b-b8b6-273caba811a1, #wrap-s-49b880c3-a849-4f5b-b8b6-273caba811a1 { display:none !important; }}
@media (min-width: 0px) {
[id="s-49b880c3-a849-4f5b-b8b6-273caba811a1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-49b880c3-a849-4f5b-b8b6-273caba811a1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-49b880c3-a849-4f5b-b8b6-273caba811a1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-49b880c3-a849-4f5b-b8b6-273caba811a1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-f9a85ee3-eea7-4120-9ce1-396ef0a097a4 {
  text-align: center;
}







  #s-f9a85ee3-eea7-4120-9ce1-396ef0a097a4 img.shogun-image {
    

    
    
    
  }


#s-f9a85ee3-eea7-4120-9ce1-396ef0a097a4 .shogun-image-content {
  
    align-items: center;
  
}

#s-286ee4eb-cc01-4089-b077-e8ad17e361eb {
  text-align: center;
}







  #s-286ee4eb-cc01-4089-b077-e8ad17e361eb img.shogun-image {
    

    
    
    
  }


#s-286ee4eb-cc01-4089-b077-e8ad17e361eb .shogun-image-content {
  
    align-items: center;
  
}

#s-ba8a0e8c-6b43-4c0f-ba79-91b780debe13 {
  text-align: center;
}







  #s-ba8a0e8c-6b43-4c0f-ba79-91b780debe13 img.shogun-image {
    

    
    
    
  }


#s-ba8a0e8c-6b43-4c0f-ba79-91b780debe13 .shogun-image-content {
  
    align-items: center;
  
}

#s-79277f5a-1e09-4300-98e0-c43c45e9db12 {
  margin-top: 40px;
margin-bottom: 40px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-79277f5a-1e09-4300-98e0-c43c45e9db12 {
  display: none;
}
#s-79277f5a-1e09-4300-98e0-c43c45e9db12, #wrap-s-79277f5a-1e09-4300-98e0-c43c45e9db12 { display:none !important; }}@media (max-width: 767px){#s-79277f5a-1e09-4300-98e0-c43c45e9db12 {
  display: none;
}
#s-79277f5a-1e09-4300-98e0-c43c45e9db12, #wrap-s-79277f5a-1e09-4300-98e0-c43c45e9db12 { display:none !important; }}
#s-ae18a1ee-41cd-4919-818b-f6d7c9189cd8 {
  margin-left: auto;
margin-right: auto;
padding-left: 30px;
padding-right: 30px;
max-width: 80%;
}
@media (min-width: 1200px){#s-ae18a1ee-41cd-4919-818b-f6d7c9189cd8 {
  display: none;
}
#s-ae18a1ee-41cd-4919-818b-f6d7c9189cd8, #wrap-s-ae18a1ee-41cd-4919-818b-f6d7c9189cd8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ae18a1ee-41cd-4919-818b-f6d7c9189cd8 {
  display: none;
}
#s-ae18a1ee-41cd-4919-818b-f6d7c9189cd8, #wrap-s-ae18a1ee-41cd-4919-818b-f6d7c9189cd8 { display:none !important; }}@media (max-width: 767px){#s-ae18a1ee-41cd-4919-818b-f6d7c9189cd8 {
  display: none;
}
#s-ae18a1ee-41cd-4919-818b-f6d7c9189cd8, #wrap-s-ae18a1ee-41cd-4919-818b-f6d7c9189cd8 { display:none !important; }}
@media (min-width: 0px) {
[id="s-ae18a1ee-41cd-4919-818b-f6d7c9189cd8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-ae18a1ee-41cd-4919-818b-f6d7c9189cd8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-ae18a1ee-41cd-4919-818b-f6d7c9189cd8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-ae18a1ee-41cd-4919-818b-f6d7c9189cd8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-86284908-9dd8-40fe-8222-2064fcb0a779 {
  text-align: center;
}







  #s-86284908-9dd8-40fe-8222-2064fcb0a779 img.shogun-image {
    

    
    
    
  }


#s-86284908-9dd8-40fe-8222-2064fcb0a779 .shogun-image-content {
  
    align-items: center;
  
}

#s-acb62eb7-6009-4e97-8102-024cba847e60 {
  text-align: center;
}







  #s-acb62eb7-6009-4e97-8102-024cba847e60 img.shogun-image {
    

    
    
    
  }


#s-acb62eb7-6009-4e97-8102-024cba847e60 .shogun-image-content {
  
    align-items: center;
  
}

#s-7e2baefc-b528-4a00-a86e-f49ec23e4323 {
  text-align: center;
}







  #s-7e2baefc-b528-4a00-a86e-f49ec23e4323 img.shogun-image {
    

    
    
    
  }


#s-7e2baefc-b528-4a00-a86e-f49ec23e4323 .shogun-image-content {
  
    align-items: center;
  
}

#s-a9f17daf-2023-4a0d-987d-2e0e8cf50932 {
  text-align: center;
}







  #s-a9f17daf-2023-4a0d-987d-2e0e8cf50932 img.shogun-image {
    

    
    
    
  }


#s-a9f17daf-2023-4a0d-987d-2e0e8cf50932 .shogun-image-content {
  
    align-items: center;
  
}

#s-defa23d9-e06a-44b0-b1b0-a3bb3da52fa3 {
  margin-left: auto;
margin-right: auto;
padding-left: 30px;
padding-right: 30px;
max-width: 80%;
}
@media (min-width: 1200px){#s-defa23d9-e06a-44b0-b1b0-a3bb3da52fa3 {
  display: none;
}
#s-defa23d9-e06a-44b0-b1b0-a3bb3da52fa3, #wrap-s-defa23d9-e06a-44b0-b1b0-a3bb3da52fa3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-defa23d9-e06a-44b0-b1b0-a3bb3da52fa3 {
  display: none;
}
#s-defa23d9-e06a-44b0-b1b0-a3bb3da52fa3, #wrap-s-defa23d9-e06a-44b0-b1b0-a3bb3da52fa3 { display:none !important; }}@media (max-width: 767px){#s-defa23d9-e06a-44b0-b1b0-a3bb3da52fa3 {
  display: none;
}
#s-defa23d9-e06a-44b0-b1b0-a3bb3da52fa3, #wrap-s-defa23d9-e06a-44b0-b1b0-a3bb3da52fa3 { display:none !important; }}
@media (min-width: 0px) {
[id="s-defa23d9-e06a-44b0-b1b0-a3bb3da52fa3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-defa23d9-e06a-44b0-b1b0-a3bb3da52fa3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-defa23d9-e06a-44b0-b1b0-a3bb3da52fa3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-defa23d9-e06a-44b0-b1b0-a3bb3da52fa3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-ac5d3eb9-e027-4e21-a566-b0c93b994d30 {
  text-align: center;
}







  #s-ac5d3eb9-e027-4e21-a566-b0c93b994d30 img.shogun-image {
    

    
    
    
  }


#s-ac5d3eb9-e027-4e21-a566-b0c93b994d30 .shogun-image-content {
  
    align-items: center;
  
}

#s-fb48a011-9c5e-4040-a973-9dfdf6646afc {
  text-align: center;
}







  #s-fb48a011-9c5e-4040-a973-9dfdf6646afc img.shogun-image {
    

    
    
    
  }


#s-fb48a011-9c5e-4040-a973-9dfdf6646afc .shogun-image-content {
  
    align-items: center;
  
}

#s-748c30c6-9bbd-4abc-a5f8-230684c28300 {
  text-align: center;
}







  #s-748c30c6-9bbd-4abc-a5f8-230684c28300 img.shogun-image {
    

    
    
    
  }


#s-748c30c6-9bbd-4abc-a5f8-230684c28300 .shogun-image-content {
  
    align-items: center;
  
}

#s-dda88e7a-f8a5-4c6f-b1b4-e048e493445e {
  text-align: center;
}







  #s-dda88e7a-f8a5-4c6f-b1b4-e048e493445e img.shogun-image {
    

    
    
    
  }


#s-dda88e7a-f8a5-4c6f-b1b4-e048e493445e .shogun-image-content {
  
    align-items: center;
  
}

#s-4342b192-2804-4df0-9cff-213247571bea {
  margin-left: auto;
margin-right: auto;
max-width: 70%;
}
@media (min-width: 1200px){#s-4342b192-2804-4df0-9cff-213247571bea {
  display: none;
}
#s-4342b192-2804-4df0-9cff-213247571bea, #wrap-s-4342b192-2804-4df0-9cff-213247571bea { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4342b192-2804-4df0-9cff-213247571bea {
  display: none;
}
#s-4342b192-2804-4df0-9cff-213247571bea, #wrap-s-4342b192-2804-4df0-9cff-213247571bea { display:none !important; }}@media (max-width: 767px){#s-4342b192-2804-4df0-9cff-213247571bea {
  display: none;
}
#s-4342b192-2804-4df0-9cff-213247571bea, #wrap-s-4342b192-2804-4df0-9cff-213247571bea { display:none !important; }}
@media (min-width: 0px) {
[id="s-4342b192-2804-4df0-9cff-213247571bea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4342b192-2804-4df0-9cff-213247571bea"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-4342b192-2804-4df0-9cff-213247571bea"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-4342b192-2804-4df0-9cff-213247571bea"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

#s-34ed90de-5aef-46ed-8aec-ea06fff9980e {
  text-align: center;
}







  #s-34ed90de-5aef-46ed-8aec-ea06fff9980e img.shogun-image {
    

    
    
    
  }


#s-34ed90de-5aef-46ed-8aec-ea06fff9980e .shogun-image-content {
  
    align-items: center;
  
}

#s-6a22433c-b450-4bd4-b5e5-0dbd2188812d {
  min-height: 50px;
}
@media (min-width: 1200px){#s-6a22433c-b450-4bd4-b5e5-0dbd2188812d {
  display: none;
}
#s-6a22433c-b450-4bd4-b5e5-0dbd2188812d, #wrap-s-6a22433c-b450-4bd4-b5e5-0dbd2188812d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6a22433c-b450-4bd4-b5e5-0dbd2188812d {
  display: none;
}
#s-6a22433c-b450-4bd4-b5e5-0dbd2188812d, #wrap-s-6a22433c-b450-4bd4-b5e5-0dbd2188812d { display:none !important; }}@media (max-width: 767px){#s-6a22433c-b450-4bd4-b5e5-0dbd2188812d {
  display: none;
}
#s-6a22433c-b450-4bd4-b5e5-0dbd2188812d, #wrap-s-6a22433c-b450-4bd4-b5e5-0dbd2188812d { display:none !important; }}







#s-6a22433c-b450-4bd4-b5e5-0dbd2188812d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a22433c-b450-4bd4-b5e5-0dbd2188812d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aefbd6fc-8687-4563-ada4-55b3f4b51bd7 {
  min-height: 150px;
background-color: rgba(50, 95, 129, 1);
}
@media (min-width: 1200px){#s-aefbd6fc-8687-4563-ada4-55b3f4b51bd7 {
  display: none;
}
#s-aefbd6fc-8687-4563-ada4-55b3f4b51bd7, #wrap-s-aefbd6fc-8687-4563-ada4-55b3f4b51bd7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aefbd6fc-8687-4563-ada4-55b3f4b51bd7 {
  display: none;
}
#s-aefbd6fc-8687-4563-ada4-55b3f4b51bd7, #wrap-s-aefbd6fc-8687-4563-ada4-55b3f4b51bd7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-aefbd6fc-8687-4563-ada4-55b3f4b51bd7 {
  display: none;
}
#s-aefbd6fc-8687-4563-ada4-55b3f4b51bd7, #wrap-s-aefbd6fc-8687-4563-ada4-55b3f4b51bd7 { display:none !important; }}







#s-aefbd6fc-8687-4563-ada4-55b3f4b51bd7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aefbd6fc-8687-4563-ada4-55b3f4b51bd7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9cd13b91-4958-48d8-a02d-c91e4715481b {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-9cd13b91-4958-48d8-a02d-c91e4715481b {
  display: none;
}
#s-9cd13b91-4958-48d8-a02d-c91e4715481b, #wrap-s-9cd13b91-4958-48d8-a02d-c91e4715481b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9cd13b91-4958-48d8-a02d-c91e4715481b {
  display: none;
}
#s-9cd13b91-4958-48d8-a02d-c91e4715481b, #wrap-s-9cd13b91-4958-48d8-a02d-c91e4715481b { display:none !important; }}@media (max-width: 767px){#s-9cd13b91-4958-48d8-a02d-c91e4715481b {
  display: none;
}
#s-9cd13b91-4958-48d8-a02d-c91e4715481b, #wrap-s-9cd13b91-4958-48d8-a02d-c91e4715481b { display:none !important; }}
@media (min-width: 0px) {
[id="s-9cd13b91-4958-48d8-a02d-c91e4715481b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9cd13b91-4958-48d8-a02d-c91e4715481b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-9cd13b91-4958-48d8-a02d-c91e4715481b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-9cd13b91-4958-48d8-a02d-c91e4715481b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-7d32a0c4-aad5-43a0-a55e-ce62f6d68ecd {
  box-shadow:0px 0px 0px 0px ;
text-align: center;
}







  #s-7d32a0c4-aad5-43a0-a55e-ce62f6d68ecd img.shogun-image {
    

    
    
    
  }


#s-7d32a0c4-aad5-43a0-a55e-ce62f6d68ecd .shogun-image-content {
  
    align-items: center;
  
}

#s-55e310e9-da8a-44fa-9d90-12c5c9d5fb52 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-55e310e9-da8a-44fa-9d90-12c5c9d5fb52 {
  display: none;
}
#s-55e310e9-da8a-44fa-9d90-12c5c9d5fb52, #wrap-s-55e310e9-da8a-44fa-9d90-12c5c9d5fb52 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-55e310e9-da8a-44fa-9d90-12c5c9d5fb52 {
  display: none;
}
#s-55e310e9-da8a-44fa-9d90-12c5c9d5fb52, #wrap-s-55e310e9-da8a-44fa-9d90-12c5c9d5fb52 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-55e310e9-da8a-44fa-9d90-12c5c9d5fb52 {
  display: none;
}
#s-55e310e9-da8a-44fa-9d90-12c5c9d5fb52, #wrap-s-55e310e9-da8a-44fa-9d90-12c5c9d5fb52 { display:none !important; }}







#s-55e310e9-da8a-44fa-9d90-12c5c9d5fb52 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55e310e9-da8a-44fa-9d90-12c5c9d5fb52.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-42d430d5-d139-4125-9973-d45a605f37de {
  text-align: center;
}







  #s-42d430d5-d139-4125-9973-d45a605f37de img.shogun-image {
    

    
    
    
  }


#s-42d430d5-d139-4125-9973-d45a605f37de .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-fca4b8f1-6f9e-4358-b888-045dde336b0d {
  display: none;
}
#s-fca4b8f1-6f9e-4358-b888-045dde336b0d, #wrap-s-fca4b8f1-6f9e-4358-b888-045dde336b0d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fca4b8f1-6f9e-4358-b888-045dde336b0d {
  display: none;
}
#s-fca4b8f1-6f9e-4358-b888-045dde336b0d, #wrap-s-fca4b8f1-6f9e-4358-b888-045dde336b0d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fca4b8f1-6f9e-4358-b888-045dde336b0d {
  display: none;
}
#s-fca4b8f1-6f9e-4358-b888-045dde336b0d, #wrap-s-fca4b8f1-6f9e-4358-b888-045dde336b0d { display:none !important; }}







#s-fca4b8f1-6f9e-4358-b888-045dde336b0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fca4b8f1-6f9e-4358-b888-045dde336b0d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ee9c66d1-b598-4f23-bb9d-b197b4784c2e {
  text-align: center;
}







  #s-ee9c66d1-b598-4f23-bb9d-b197b4784c2e img.shogun-image {
    

    
    
    
  }


#s-ee9c66d1-b598-4f23-bb9d-b197b4784c2e .shogun-image-content {
  
    align-items: center;
  
}

#s-ddae156b-0a57-4281-af8f-9837833f0d9c {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ddae156b-0a57-4281-af8f-9837833f0d9c {
  display: none;
}
#s-ddae156b-0a57-4281-af8f-9837833f0d9c, #wrap-s-ddae156b-0a57-4281-af8f-9837833f0d9c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ddae156b-0a57-4281-af8f-9837833f0d9c {
  display: none;
}
#s-ddae156b-0a57-4281-af8f-9837833f0d9c, #wrap-s-ddae156b-0a57-4281-af8f-9837833f0d9c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ddae156b-0a57-4281-af8f-9837833f0d9c {
  display: none;
}
#s-ddae156b-0a57-4281-af8f-9837833f0d9c, #wrap-s-ddae156b-0a57-4281-af8f-9837833f0d9c { display:none !important; }}







#s-ddae156b-0a57-4281-af8f-9837833f0d9c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ddae156b-0a57-4281-af8f-9837833f0d9c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4203b3c0-438a-42c3-b7b4-569367b7113e {
  text-align: center;
}







  #s-4203b3c0-438a-42c3-b7b4-569367b7113e img.shogun-image {
    

    
    
    
  }


#s-4203b3c0-438a-42c3-b7b4-569367b7113e .shogun-image-content {
  
    align-items: center;
  
}

#s-697ea5bd-0417-4eb1-9dd5-5422c227fe69 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-697ea5bd-0417-4eb1-9dd5-5422c227fe69 {
  display: none;
}
#s-697ea5bd-0417-4eb1-9dd5-5422c227fe69, #wrap-s-697ea5bd-0417-4eb1-9dd5-5422c227fe69 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-697ea5bd-0417-4eb1-9dd5-5422c227fe69 {
  display: none;
}
#s-697ea5bd-0417-4eb1-9dd5-5422c227fe69, #wrap-s-697ea5bd-0417-4eb1-9dd5-5422c227fe69 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-697ea5bd-0417-4eb1-9dd5-5422c227fe69 {
  display: none;
}
#s-697ea5bd-0417-4eb1-9dd5-5422c227fe69, #wrap-s-697ea5bd-0417-4eb1-9dd5-5422c227fe69 { display:none !important; }}







#s-697ea5bd-0417-4eb1-9dd5-5422c227fe69 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-697ea5bd-0417-4eb1-9dd5-5422c227fe69.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b50a2461-c017-4035-8564-ae209a63e7fa {
  text-align: center;
}







  #s-b50a2461-c017-4035-8564-ae209a63e7fa img.shogun-image {
    

    
    
    
  }


#s-b50a2461-c017-4035-8564-ae209a63e7fa .shogun-image-content {
  
    align-items: center;
  
}

#s-dcccff48-c7d9-46f9-8964-57e0ccee6350 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-dcccff48-c7d9-46f9-8964-57e0ccee6350 {
  display: none;
}
#s-dcccff48-c7d9-46f9-8964-57e0ccee6350, #wrap-s-dcccff48-c7d9-46f9-8964-57e0ccee6350 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dcccff48-c7d9-46f9-8964-57e0ccee6350 {
  display: none;
}
#s-dcccff48-c7d9-46f9-8964-57e0ccee6350, #wrap-s-dcccff48-c7d9-46f9-8964-57e0ccee6350 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dcccff48-c7d9-46f9-8964-57e0ccee6350 {
  display: none;
}
#s-dcccff48-c7d9-46f9-8964-57e0ccee6350, #wrap-s-dcccff48-c7d9-46f9-8964-57e0ccee6350 { display:none !important; }}







#s-dcccff48-c7d9-46f9-8964-57e0ccee6350 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dcccff48-c7d9-46f9-8964-57e0ccee6350.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-958f6c8b-b26a-4880-9e6b-d818e4808514 {
  text-align: center;
}







  #s-958f6c8b-b26a-4880-9e6b-d818e4808514 img.shogun-image {
    

    
    
    
  }


#s-958f6c8b-b26a-4880-9e6b-d818e4808514 .shogun-image-content {
  
    align-items: center;
  
}

#s-a6861c37-d433-4edf-869f-d08eee5ed67a {
  min-height: 50px;
}
@media (min-width: 1200px){#s-a6861c37-d433-4edf-869f-d08eee5ed67a {
  display: none;
}
#s-a6861c37-d433-4edf-869f-d08eee5ed67a, #wrap-s-a6861c37-d433-4edf-869f-d08eee5ed67a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a6861c37-d433-4edf-869f-d08eee5ed67a {
  display: none;
}
#s-a6861c37-d433-4edf-869f-d08eee5ed67a, #wrap-s-a6861c37-d433-4edf-869f-d08eee5ed67a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a6861c37-d433-4edf-869f-d08eee5ed67a {
  display: none;
}
#s-a6861c37-d433-4edf-869f-d08eee5ed67a, #wrap-s-a6861c37-d433-4edf-869f-d08eee5ed67a { display:none !important; }}







#s-a6861c37-d433-4edf-869f-d08eee5ed67a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a6861c37-d433-4edf-869f-d08eee5ed67a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-82118e96-fd71-4215-afa5-e951fd08f562 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-82118e96-fd71-4215-afa5-e951fd08f562 {
  display: none;
}
#s-82118e96-fd71-4215-afa5-e951fd08f562, #wrap-s-82118e96-fd71-4215-afa5-e951fd08f562 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-82118e96-fd71-4215-afa5-e951fd08f562 {
  display: none;
}
#s-82118e96-fd71-4215-afa5-e951fd08f562, #wrap-s-82118e96-fd71-4215-afa5-e951fd08f562 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-82118e96-fd71-4215-afa5-e951fd08f562 {
  display: none;
}
#s-82118e96-fd71-4215-afa5-e951fd08f562, #wrap-s-82118e96-fd71-4215-afa5-e951fd08f562 { display:none !important; }}
#s-db1cd82f-3845-4446-b673-93e48bb76787 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-db1cd82f-3845-4446-b673-93e48bb76787 {
  display: none;
}
#s-db1cd82f-3845-4446-b673-93e48bb76787, #wrap-s-db1cd82f-3845-4446-b673-93e48bb76787 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-db1cd82f-3845-4446-b673-93e48bb76787 {
  display: none;
}
#s-db1cd82f-3845-4446-b673-93e48bb76787, #wrap-s-db1cd82f-3845-4446-b673-93e48bb76787 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-db1cd82f-3845-4446-b673-93e48bb76787 {
  display: none;
}
#s-db1cd82f-3845-4446-b673-93e48bb76787, #wrap-s-db1cd82f-3845-4446-b673-93e48bb76787 { display:none !important; }}







#s-db1cd82f-3845-4446-b673-93e48bb76787 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db1cd82f-3845-4446-b673-93e48bb76787.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b7501d52-2863-470b-af67-9b166eb68f85 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-b7501d52-2863-470b-af67-9b166eb68f85 {
  display: none;
}
#s-b7501d52-2863-470b-af67-9b166eb68f85, #wrap-s-b7501d52-2863-470b-af67-9b166eb68f85 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b7501d52-2863-470b-af67-9b166eb68f85 {
  display: none;
}
#s-b7501d52-2863-470b-af67-9b166eb68f85, #wrap-s-b7501d52-2863-470b-af67-9b166eb68f85 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b7501d52-2863-470b-af67-9b166eb68f85 {
  display: none;
}
#s-b7501d52-2863-470b-af67-9b166eb68f85, #wrap-s-b7501d52-2863-470b-af67-9b166eb68f85 { display:none !important; }}
#s-b9b8ba19-6b27-4145-a4f8-fe765e968682 {
  margin-left: 75px;
margin-right: 75px;
}
@media (min-width: 1200px){#s-b9b8ba19-6b27-4145-a4f8-fe765e968682 {
  display: none;
}
#s-b9b8ba19-6b27-4145-a4f8-fe765e968682, #wrap-s-b9b8ba19-6b27-4145-a4f8-fe765e968682 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b9b8ba19-6b27-4145-a4f8-fe765e968682 {
  display: none;
}
#s-b9b8ba19-6b27-4145-a4f8-fe765e968682, #wrap-s-b9b8ba19-6b27-4145-a4f8-fe765e968682 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b9b8ba19-6b27-4145-a4f8-fe765e968682 {
  display: none;
}
#s-b9b8ba19-6b27-4145-a4f8-fe765e968682, #wrap-s-b9b8ba19-6b27-4145-a4f8-fe765e968682 { display:none !important; }}
@media (min-width: 0px) {
[id="s-b9b8ba19-6b27-4145-a4f8-fe765e968682"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b9b8ba19-6b27-4145-a4f8-fe765e968682"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-b9b8ba19-6b27-4145-a4f8-fe765e968682"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-b9b8ba19-6b27-4145-a4f8-fe765e968682"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-c3f0dee4-fead-4eb2-a57f-c76525a9048f {
  text-align: center;
}







  #s-c3f0dee4-fead-4eb2-a57f-c76525a9048f img.shogun-image {
    

    
    
    
  }


#s-c3f0dee4-fead-4eb2-a57f-c76525a9048f .shogun-image-content {
  
    align-items: center;
  
}

#s-ddec1104-4782-4eaf-bd86-a6a1f0c72bf8 {
  text-align: center;
}







  #s-ddec1104-4782-4eaf-bd86-a6a1f0c72bf8 img.shogun-image {
    

    
    
    
  }


#s-ddec1104-4782-4eaf-bd86-a6a1f0c72bf8 .shogun-image-content {
  
    align-items: center;
  
}

#s-78798a31-156b-4f11-880f-8beef698571c {
  text-align: center;
}







  #s-78798a31-156b-4f11-880f-8beef698571c img.shogun-image {
    

    
    
    
  }


#s-78798a31-156b-4f11-880f-8beef698571c .shogun-image-content {
  
    align-items: center;
  
}

#s-a0719651-c171-4366-bcf6-687ae1b40aee {
  text-align: center;
}







  #s-a0719651-c171-4366-bcf6-687ae1b40aee img.shogun-image {
    

    
    
    
  }


#s-a0719651-c171-4366-bcf6-687ae1b40aee .shogun-image-content {
  
    align-items: center;
  
}

#s-f9559a2f-1b0c-4d00-bf7c-74702ad13b2b {
  margin-left: 75px;
margin-right: 75px;
}
@media (min-width: 1200px){#s-f9559a2f-1b0c-4d00-bf7c-74702ad13b2b {
  display: none;
}
#s-f9559a2f-1b0c-4d00-bf7c-74702ad13b2b, #wrap-s-f9559a2f-1b0c-4d00-bf7c-74702ad13b2b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f9559a2f-1b0c-4d00-bf7c-74702ad13b2b {
  display: none;
}
#s-f9559a2f-1b0c-4d00-bf7c-74702ad13b2b, #wrap-s-f9559a2f-1b0c-4d00-bf7c-74702ad13b2b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f9559a2f-1b0c-4d00-bf7c-74702ad13b2b {
  display: none;
}
#s-f9559a2f-1b0c-4d00-bf7c-74702ad13b2b, #wrap-s-f9559a2f-1b0c-4d00-bf7c-74702ad13b2b { display:none !important; }}
@media (min-width: 0px) {
[id="s-f9559a2f-1b0c-4d00-bf7c-74702ad13b2b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f9559a2f-1b0c-4d00-bf7c-74702ad13b2b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-f9559a2f-1b0c-4d00-bf7c-74702ad13b2b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-f9559a2f-1b0c-4d00-bf7c-74702ad13b2b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-8cd14e79-2870-4065-9442-c55748e7320a {
  text-align: center;
}







  #s-8cd14e79-2870-4065-9442-c55748e7320a img.shogun-image {
    

    
    
    
  }


#s-8cd14e79-2870-4065-9442-c55748e7320a .shogun-image-content {
  
    align-items: center;
  
}

#s-780aaf52-e2e4-481d-b8f8-686d143a5307 {
  text-align: center;
}







  #s-780aaf52-e2e4-481d-b8f8-686d143a5307 img.shogun-image {
    

    
    
    
  }


#s-780aaf52-e2e4-481d-b8f8-686d143a5307 .shogun-image-content {
  
    align-items: center;
  
}

#s-a83cda45-12aa-45c2-abc2-417867793ca2 {
  text-align: center;
}







  #s-a83cda45-12aa-45c2-abc2-417867793ca2 img.shogun-image {
    

    
    
    
  }


#s-a83cda45-12aa-45c2-abc2-417867793ca2 .shogun-image-content {
  
    align-items: center;
  
}

#s-2fc3c0da-4a30-4b25-8f9f-752c7905ddcd {
  text-align: center;
}







  #s-2fc3c0da-4a30-4b25-8f9f-752c7905ddcd img.shogun-image {
    

    
    
    
  }


#s-2fc3c0da-4a30-4b25-8f9f-752c7905ddcd .shogun-image-content {
  
    align-items: center;
  
}

#s-645e65c4-d670-4502-9c56-b8ee70926600 {
  margin-left: 160px;
margin-right: 160px;
text-align: center;
}
@media (min-width: 1200px){#s-645e65c4-d670-4502-9c56-b8ee70926600 {
  display: none;
}
#s-645e65c4-d670-4502-9c56-b8ee70926600, #wrap-s-645e65c4-d670-4502-9c56-b8ee70926600 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-645e65c4-d670-4502-9c56-b8ee70926600 {
  display: none;
}
#s-645e65c4-d670-4502-9c56-b8ee70926600, #wrap-s-645e65c4-d670-4502-9c56-b8ee70926600 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-645e65c4-d670-4502-9c56-b8ee70926600 {
  display: none;
}
#s-645e65c4-d670-4502-9c56-b8ee70926600, #wrap-s-645e65c4-d670-4502-9c56-b8ee70926600 { display:none !important; }}






  #s-645e65c4-d670-4502-9c56-b8ee70926600 img.shogun-image {
    

    
    
    
  }


#s-645e65c4-d670-4502-9c56-b8ee70926600 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-02bb2200-0fed-4c35-8e2c-c7cd0c016a34 {
  display: none;
}
#s-02bb2200-0fed-4c35-8e2c-c7cd0c016a34, #wrap-s-02bb2200-0fed-4c35-8e2c-c7cd0c016a34 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-02bb2200-0fed-4c35-8e2c-c7cd0c016a34 {
  display: none;
}
#s-02bb2200-0fed-4c35-8e2c-c7cd0c016a34, #wrap-s-02bb2200-0fed-4c35-8e2c-c7cd0c016a34 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-02bb2200-0fed-4c35-8e2c-c7cd0c016a34 {
  display: none;
}
#s-02bb2200-0fed-4c35-8e2c-c7cd0c016a34, #wrap-s-02bb2200-0fed-4c35-8e2c-c7cd0c016a34 { display:none !important; }}
#s-08fabcf7-de92-4bee-a378-fe11ff8381b9 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-08fabcf7-de92-4bee-a378-fe11ff8381b9 {
  display: none;
}
#s-08fabcf7-de92-4bee-a378-fe11ff8381b9, #wrap-s-08fabcf7-de92-4bee-a378-fe11ff8381b9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-08fabcf7-de92-4bee-a378-fe11ff8381b9 {
  display: none;
}
#s-08fabcf7-de92-4bee-a378-fe11ff8381b9, #wrap-s-08fabcf7-de92-4bee-a378-fe11ff8381b9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-08fabcf7-de92-4bee-a378-fe11ff8381b9 {
  display: none;
}
#s-08fabcf7-de92-4bee-a378-fe11ff8381b9, #wrap-s-08fabcf7-de92-4bee-a378-fe11ff8381b9 { display:none !important; }}







#s-08fabcf7-de92-4bee-a378-fe11ff8381b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-08fabcf7-de92-4bee-a378-fe11ff8381b9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a3c72cae-1713-46ad-a8c7-0cb5288c8402 {
  min-height: 50px;
}








#s-a3c72cae-1713-46ad-a8c7-0cb5288c8402 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3c72cae-1713-46ad-a8c7-0cb5288c8402.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0cb96ce9-8c5d-4d87-b03a-b1d6132fc7fa {
  text-align: center;
}







  #s-0cb96ce9-8c5d-4d87-b03a-b1d6132fc7fa img.shogun-image {
    

    
    
    
  }


#s-0cb96ce9-8c5d-4d87-b03a-b1d6132fc7fa .shogun-image-content {
  
    align-items: center;
  
}

#s-66909bb6-6fbe-4704-9221-1afcd168fcc5 {
  min-height: 200px;
background-color: rgba(50, 95, 129, 1);
}








#s-66909bb6-6fbe-4704-9221-1afcd168fcc5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-66909bb6-6fbe-4704-9221-1afcd168fcc5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fbe041aa-2d36-40dd-bc3d-6d729c0aebf6 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-fbe041aa-2d36-40dd-bc3d-6d729c0aebf6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fbe041aa-2d36-40dd-bc3d-6d729c0aebf6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fbe041aa-2d36-40dd-bc3d-6d729c0aebf6 {
  display: none;
}
#s-fbe041aa-2d36-40dd-bc3d-6d729c0aebf6, #wrap-s-fbe041aa-2d36-40dd-bc3d-6d729c0aebf6 { display:none !important; }}@media (max-width: 767px){#s-fbe041aa-2d36-40dd-bc3d-6d729c0aebf6 {
  display: none;
}
#s-fbe041aa-2d36-40dd-bc3d-6d729c0aebf6, #wrap-s-fbe041aa-2d36-40dd-bc3d-6d729c0aebf6 { display:none !important; }}
#s-5ca85f9a-9e3c-48c6-a47e-1611b01aee1e {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-5ca85f9a-9e3c-48c6-a47e-1611b01aee1e {
  display: none;
}
#s-5ca85f9a-9e3c-48c6-a47e-1611b01aee1e, #wrap-s-5ca85f9a-9e3c-48c6-a47e-1611b01aee1e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5ca85f9a-9e3c-48c6-a47e-1611b01aee1e {
  display: none;
}
#s-5ca85f9a-9e3c-48c6-a47e-1611b01aee1e, #wrap-s-5ca85f9a-9e3c-48c6-a47e-1611b01aee1e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5ca85f9a-9e3c-48c6-a47e-1611b01aee1e {
  
}
}@media (max-width: 767px){#s-5ca85f9a-9e3c-48c6-a47e-1611b01aee1e {
  display: none;
}
#s-5ca85f9a-9e3c-48c6-a47e-1611b01aee1e, #wrap-s-5ca85f9a-9e3c-48c6-a47e-1611b01aee1e { display:none !important; }}
#s-1a91a6c7-992a-45a0-8a95-516ca285eb8f {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-1a91a6c7-992a-45a0-8a95-516ca285eb8f {
  display: none;
}
#s-1a91a6c7-992a-45a0-8a95-516ca285eb8f, #wrap-s-1a91a6c7-992a-45a0-8a95-516ca285eb8f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1a91a6c7-992a-45a0-8a95-516ca285eb8f {
  display: none;
}
#s-1a91a6c7-992a-45a0-8a95-516ca285eb8f, #wrap-s-1a91a6c7-992a-45a0-8a95-516ca285eb8f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1a91a6c7-992a-45a0-8a95-516ca285eb8f {
  display: none;
}
#s-1a91a6c7-992a-45a0-8a95-516ca285eb8f, #wrap-s-1a91a6c7-992a-45a0-8a95-516ca285eb8f { display:none !important; }}
@media (min-width: 0px) {
[id="s-cd421fe9-b4e6-4d86-8e8a-a835759eb4d0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cd421fe9-b4e6-4d86-8e8a-a835759eb4d0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cd421fe9-b4e6-4d86-8e8a-a835759eb4d0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cd421fe9-b4e6-4d86-8e8a-a835759eb4d0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cd421fe9-b4e6-4d86-8e8a-a835759eb4d0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cd421fe9-b4e6-4d86-8e8a-a835759eb4d0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cd421fe9-b4e6-4d86-8e8a-a835759eb4d0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-2cfda55b-7061-4461-b391-53a694574761 {
  min-height: 200px;
background-color: rgba(50, 95, 129, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-2cfda55b-7061-4461-b391-53a694574761 {
  display: none;
}
#s-2cfda55b-7061-4461-b391-53a694574761, #wrap-s-2cfda55b-7061-4461-b391-53a694574761 { display:none !important; }}@media (max-width: 767px){#s-2cfda55b-7061-4461-b391-53a694574761 {
  display: none;
}
#s-2cfda55b-7061-4461-b391-53a694574761, #wrap-s-2cfda55b-7061-4461-b391-53a694574761 { display:none !important; }}







#s-2cfda55b-7061-4461-b391-53a694574761 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2cfda55b-7061-4461-b391-53a694574761.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b2fc8353-1599-4aa6-9354-c0f36db6ddea {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-b2fc8353-1599-4aa6-9354-c0f36db6ddea {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b2fc8353-1599-4aa6-9354-c0f36db6ddea {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b2fc8353-1599-4aa6-9354-c0f36db6ddea {
  display: none;
}
#s-b2fc8353-1599-4aa6-9354-c0f36db6ddea, #wrap-s-b2fc8353-1599-4aa6-9354-c0f36db6ddea { display:none !important; }}@media (max-width: 767px){#s-b2fc8353-1599-4aa6-9354-c0f36db6ddea {
  display: none;
}
#s-b2fc8353-1599-4aa6-9354-c0f36db6ddea, #wrap-s-b2fc8353-1599-4aa6-9354-c0f36db6ddea { display:none !important; }}
#s-0343e237-d51a-436e-80f4-0742a2d2ca7e {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-0343e237-d51a-436e-80f4-0742a2d2ca7e {
  display: none;
}
#s-0343e237-d51a-436e-80f4-0742a2d2ca7e, #wrap-s-0343e237-d51a-436e-80f4-0742a2d2ca7e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0343e237-d51a-436e-80f4-0742a2d2ca7e {
  display: none;
}
#s-0343e237-d51a-436e-80f4-0742a2d2ca7e, #wrap-s-0343e237-d51a-436e-80f4-0742a2d2ca7e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0343e237-d51a-436e-80f4-0742a2d2ca7e {
  
}
}@media (max-width: 767px){#s-0343e237-d51a-436e-80f4-0742a2d2ca7e {
  display: none;
}
#s-0343e237-d51a-436e-80f4-0742a2d2ca7e, #wrap-s-0343e237-d51a-436e-80f4-0742a2d2ca7e { display:none !important; }}
#s-80158133-3556-459d-8d4a-f87336fe3417 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-80158133-3556-459d-8d4a-f87336fe3417 {
  display: none;
}
#s-80158133-3556-459d-8d4a-f87336fe3417, #wrap-s-80158133-3556-459d-8d4a-f87336fe3417 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-80158133-3556-459d-8d4a-f87336fe3417 {
  display: none;
}
#s-80158133-3556-459d-8d4a-f87336fe3417, #wrap-s-80158133-3556-459d-8d4a-f87336fe3417 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-80158133-3556-459d-8d4a-f87336fe3417 {
  display: none;
}
#s-80158133-3556-459d-8d4a-f87336fe3417, #wrap-s-80158133-3556-459d-8d4a-f87336fe3417 { display:none !important; }}
#s-7d2916c0-0fc9-4418-b0c6-8fc5812cb008 {
  min-height: 150px;
background-color: rgba(50, 95, 129, 1);
}
@media (min-width: 1200px){#s-7d2916c0-0fc9-4418-b0c6-8fc5812cb008 {
  display: none;
}
#s-7d2916c0-0fc9-4418-b0c6-8fc5812cb008, #wrap-s-7d2916c0-0fc9-4418-b0c6-8fc5812cb008 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7d2916c0-0fc9-4418-b0c6-8fc5812cb008 {
  display: none;
}
#s-7d2916c0-0fc9-4418-b0c6-8fc5812cb008, #wrap-s-7d2916c0-0fc9-4418-b0c6-8fc5812cb008 { display:none !important; }}@media (max-width: 767px){#s-7d2916c0-0fc9-4418-b0c6-8fc5812cb008 {
  display: none;
}
#s-7d2916c0-0fc9-4418-b0c6-8fc5812cb008, #wrap-s-7d2916c0-0fc9-4418-b0c6-8fc5812cb008 { display:none !important; }}







#s-7d2916c0-0fc9-4418-b0c6-8fc5812cb008 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d2916c0-0fc9-4418-b0c6-8fc5812cb008.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a95921d2-6caa-4ddd-b9f2-c8b0b14e93d2 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-a95921d2-6caa-4ddd-b9f2-c8b0b14e93d2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a95921d2-6caa-4ddd-b9f2-c8b0b14e93d2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a95921d2-6caa-4ddd-b9f2-c8b0b14e93d2 {
  display: none;
}
#s-a95921d2-6caa-4ddd-b9f2-c8b0b14e93d2, #wrap-s-a95921d2-6caa-4ddd-b9f2-c8b0b14e93d2 { display:none !important; }}@media (max-width: 767px){#s-a95921d2-6caa-4ddd-b9f2-c8b0b14e93d2 {
  display: none;
}
#s-a95921d2-6caa-4ddd-b9f2-c8b0b14e93d2, #wrap-s-a95921d2-6caa-4ddd-b9f2-c8b0b14e93d2 { display:none !important; }}
#s-f81fa6dd-e139-4c61-9558-2c64e226540c {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-f81fa6dd-e139-4c61-9558-2c64e226540c {
  display: none;
}
#s-f81fa6dd-e139-4c61-9558-2c64e226540c, #wrap-s-f81fa6dd-e139-4c61-9558-2c64e226540c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f81fa6dd-e139-4c61-9558-2c64e226540c {
  display: none;
}
#s-f81fa6dd-e139-4c61-9558-2c64e226540c, #wrap-s-f81fa6dd-e139-4c61-9558-2c64e226540c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f81fa6dd-e139-4c61-9558-2c64e226540c {
  
}
}@media (max-width: 767px){#s-f81fa6dd-e139-4c61-9558-2c64e226540c {
  display: none;
}
#s-f81fa6dd-e139-4c61-9558-2c64e226540c, #wrap-s-f81fa6dd-e139-4c61-9558-2c64e226540c { display:none !important; }}
#s-98cf1115-5167-4a6b-a236-497415fa278f {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-98cf1115-5167-4a6b-a236-497415fa278f {
  display: none;
}
#s-98cf1115-5167-4a6b-a236-497415fa278f, #wrap-s-98cf1115-5167-4a6b-a236-497415fa278f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-98cf1115-5167-4a6b-a236-497415fa278f {
  display: none;
}
#s-98cf1115-5167-4a6b-a236-497415fa278f, #wrap-s-98cf1115-5167-4a6b-a236-497415fa278f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-98cf1115-5167-4a6b-a236-497415fa278f {
  display: none;
}
#s-98cf1115-5167-4a6b-a236-497415fa278f, #wrap-s-98cf1115-5167-4a6b-a236-497415fa278f { display:none !important; }}
#s-fe45773c-ba36-4179-8c9c-4b7563521751 {
  min-height: 150px;
background-color: rgba(50, 95, 129, 1);
}
@media (min-width: 1200px){#s-fe45773c-ba36-4179-8c9c-4b7563521751 {
  display: none;
}
#s-fe45773c-ba36-4179-8c9c-4b7563521751, #wrap-s-fe45773c-ba36-4179-8c9c-4b7563521751 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fe45773c-ba36-4179-8c9c-4b7563521751 {
  display: none;
}
#s-fe45773c-ba36-4179-8c9c-4b7563521751, #wrap-s-fe45773c-ba36-4179-8c9c-4b7563521751 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fe45773c-ba36-4179-8c9c-4b7563521751 {
  display: none;
}
#s-fe45773c-ba36-4179-8c9c-4b7563521751, #wrap-s-fe45773c-ba36-4179-8c9c-4b7563521751 { display:none !important; }}







#s-fe45773c-ba36-4179-8c9c-4b7563521751 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe45773c-ba36-4179-8c9c-4b7563521751.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0f6195b6-74d4-4f56-b530-075388a5ccca {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-0f6195b6-74d4-4f56-b530-075388a5ccca {
  display: none;
}
#s-0f6195b6-74d4-4f56-b530-075388a5ccca, #wrap-s-0f6195b6-74d4-4f56-b530-075388a5ccca { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0f6195b6-74d4-4f56-b530-075388a5ccca {
  display: none;
}
#s-0f6195b6-74d4-4f56-b530-075388a5ccca, #wrap-s-0f6195b6-74d4-4f56-b530-075388a5ccca { display:none !important; }}@media (max-width: 767px){#s-0f6195b6-74d4-4f56-b530-075388a5ccca {
  display: none;
}
#s-0f6195b6-74d4-4f56-b530-075388a5ccca, #wrap-s-0f6195b6-74d4-4f56-b530-075388a5ccca { display:none !important; }}
@media (min-width: 0px) {
[id="s-0f6195b6-74d4-4f56-b530-075388a5ccca"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0f6195b6-74d4-4f56-b530-075388a5ccca"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-0f6195b6-74d4-4f56-b530-075388a5ccca"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-0f6195b6-74d4-4f56-b530-075388a5ccca"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-e73dfe0e-f369-4886-bf9c-41b02cb0281b {
  box-shadow:0px 0px 0px 0px ;
text-align: center;
}







  #s-e73dfe0e-f369-4886-bf9c-41b02cb0281b img.shogun-image {
    

    
    
    
  }


#s-e73dfe0e-f369-4886-bf9c-41b02cb0281b .shogun-image-content {
  
    align-items: center;
  
}

#s-142696cb-5668-4db6-93a9-0ed4830fa3d2 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-142696cb-5668-4db6-93a9-0ed4830fa3d2 {
  display: none;
}
#s-142696cb-5668-4db6-93a9-0ed4830fa3d2, #wrap-s-142696cb-5668-4db6-93a9-0ed4830fa3d2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-142696cb-5668-4db6-93a9-0ed4830fa3d2 {
  display: none;
}
#s-142696cb-5668-4db6-93a9-0ed4830fa3d2, #wrap-s-142696cb-5668-4db6-93a9-0ed4830fa3d2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-142696cb-5668-4db6-93a9-0ed4830fa3d2 {
  display: none;
}
#s-142696cb-5668-4db6-93a9-0ed4830fa3d2, #wrap-s-142696cb-5668-4db6-93a9-0ed4830fa3d2 { display:none !important; }}







#s-142696cb-5668-4db6-93a9-0ed4830fa3d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-142696cb-5668-4db6-93a9-0ed4830fa3d2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f06bd283-fbe6-43c0-b7bd-afda9de81e9f {
  text-align: center;
}







  #s-f06bd283-fbe6-43c0-b7bd-afda9de81e9f img.shogun-image {
    

    
    
    
  }


#s-f06bd283-fbe6-43c0-b7bd-afda9de81e9f .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-c698de8b-38f1-4154-a057-3f9dc2aaad69 {
  display: none;
}
#s-c698de8b-38f1-4154-a057-3f9dc2aaad69, #wrap-s-c698de8b-38f1-4154-a057-3f9dc2aaad69 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c698de8b-38f1-4154-a057-3f9dc2aaad69 {
  display: none;
}
#s-c698de8b-38f1-4154-a057-3f9dc2aaad69, #wrap-s-c698de8b-38f1-4154-a057-3f9dc2aaad69 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c698de8b-38f1-4154-a057-3f9dc2aaad69 {
  display: none;
}
#s-c698de8b-38f1-4154-a057-3f9dc2aaad69, #wrap-s-c698de8b-38f1-4154-a057-3f9dc2aaad69 { display:none !important; }}







#s-c698de8b-38f1-4154-a057-3f9dc2aaad69 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c698de8b-38f1-4154-a057-3f9dc2aaad69.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eb67d3a2-22fe-4d35-8116-e7327ea7b5cc {
  text-align: center;
}







  #s-eb67d3a2-22fe-4d35-8116-e7327ea7b5cc img.shogun-image {
    

    
    
    
  }


#s-eb67d3a2-22fe-4d35-8116-e7327ea7b5cc .shogun-image-content {
  
    align-items: center;
  
}

#s-0004fa95-4c47-498a-8ea8-2cea2bdaf81a {
  min-height: 50px;
}
@media (min-width: 1200px){#s-0004fa95-4c47-498a-8ea8-2cea2bdaf81a {
  display: none;
}
#s-0004fa95-4c47-498a-8ea8-2cea2bdaf81a, #wrap-s-0004fa95-4c47-498a-8ea8-2cea2bdaf81a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0004fa95-4c47-498a-8ea8-2cea2bdaf81a {
  display: none;
}
#s-0004fa95-4c47-498a-8ea8-2cea2bdaf81a, #wrap-s-0004fa95-4c47-498a-8ea8-2cea2bdaf81a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0004fa95-4c47-498a-8ea8-2cea2bdaf81a {
  display: none;
}
#s-0004fa95-4c47-498a-8ea8-2cea2bdaf81a, #wrap-s-0004fa95-4c47-498a-8ea8-2cea2bdaf81a { display:none !important; }}







#s-0004fa95-4c47-498a-8ea8-2cea2bdaf81a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0004fa95-4c47-498a-8ea8-2cea2bdaf81a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1fd72275-52f4-4798-909e-97c9b5cec17e {
  text-align: center;
}







  #s-1fd72275-52f4-4798-909e-97c9b5cec17e img.shogun-image {
    

    
    
    
  }


#s-1fd72275-52f4-4798-909e-97c9b5cec17e .shogun-image-content {
  
    align-items: center;
  
}

#s-a67254f0-b4b1-4f1d-874b-6891a1d84ce6 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-a67254f0-b4b1-4f1d-874b-6891a1d84ce6 {
  display: none;
}
#s-a67254f0-b4b1-4f1d-874b-6891a1d84ce6, #wrap-s-a67254f0-b4b1-4f1d-874b-6891a1d84ce6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a67254f0-b4b1-4f1d-874b-6891a1d84ce6 {
  display: none;
}
#s-a67254f0-b4b1-4f1d-874b-6891a1d84ce6, #wrap-s-a67254f0-b4b1-4f1d-874b-6891a1d84ce6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a67254f0-b4b1-4f1d-874b-6891a1d84ce6 {
  display: none;
}
#s-a67254f0-b4b1-4f1d-874b-6891a1d84ce6, #wrap-s-a67254f0-b4b1-4f1d-874b-6891a1d84ce6 { display:none !important; }}







#s-a67254f0-b4b1-4f1d-874b-6891a1d84ce6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a67254f0-b4b1-4f1d-874b-6891a1d84ce6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-94ee053b-127c-43b3-9155-f53ff79ed840 {
  text-align: center;
}







  #s-94ee053b-127c-43b3-9155-f53ff79ed840 img.shogun-image {
    

    
    
    
  }


#s-94ee053b-127c-43b3-9155-f53ff79ed840 .shogun-image-content {
  
    align-items: center;
  
}

#s-67f9a04c-8bc0-45cf-abec-0a84b527a382 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-67f9a04c-8bc0-45cf-abec-0a84b527a382 {
  display: none;
}
#s-67f9a04c-8bc0-45cf-abec-0a84b527a382, #wrap-s-67f9a04c-8bc0-45cf-abec-0a84b527a382 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-67f9a04c-8bc0-45cf-abec-0a84b527a382 {
  display: none;
}
#s-67f9a04c-8bc0-45cf-abec-0a84b527a382, #wrap-s-67f9a04c-8bc0-45cf-abec-0a84b527a382 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-67f9a04c-8bc0-45cf-abec-0a84b527a382 {
  display: none;
}
#s-67f9a04c-8bc0-45cf-abec-0a84b527a382, #wrap-s-67f9a04c-8bc0-45cf-abec-0a84b527a382 { display:none !important; }}







#s-67f9a04c-8bc0-45cf-abec-0a84b527a382 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67f9a04c-8bc0-45cf-abec-0a84b527a382.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c9212383-f273-4e6d-9229-44fadb4c7d0a {
  text-align: center;
}







  #s-c9212383-f273-4e6d-9229-44fadb4c7d0a img.shogun-image {
    

    
    
    
  }


#s-c9212383-f273-4e6d-9229-44fadb4c7d0a .shogun-image-content {
  
    align-items: center;
  
}

#s-4ad615af-ee98-4619-88cf-db8a50ddbc19 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-4ad615af-ee98-4619-88cf-db8a50ddbc19 {
  display: none;
}
#s-4ad615af-ee98-4619-88cf-db8a50ddbc19, #wrap-s-4ad615af-ee98-4619-88cf-db8a50ddbc19 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4ad615af-ee98-4619-88cf-db8a50ddbc19 {
  display: none;
}
#s-4ad615af-ee98-4619-88cf-db8a50ddbc19, #wrap-s-4ad615af-ee98-4619-88cf-db8a50ddbc19 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4ad615af-ee98-4619-88cf-db8a50ddbc19 {
  display: none;
}
#s-4ad615af-ee98-4619-88cf-db8a50ddbc19, #wrap-s-4ad615af-ee98-4619-88cf-db8a50ddbc19 { display:none !important; }}







#s-4ad615af-ee98-4619-88cf-db8a50ddbc19 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ad615af-ee98-4619-88cf-db8a50ddbc19.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bd663ff1-5acc-41d0-967b-6a80da48a204 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-bd663ff1-5acc-41d0-967b-6a80da48a204 {
  display: none;
}
#s-bd663ff1-5acc-41d0-967b-6a80da48a204, #wrap-s-bd663ff1-5acc-41d0-967b-6a80da48a204 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bd663ff1-5acc-41d0-967b-6a80da48a204 {
  display: none;
}
#s-bd663ff1-5acc-41d0-967b-6a80da48a204, #wrap-s-bd663ff1-5acc-41d0-967b-6a80da48a204 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bd663ff1-5acc-41d0-967b-6a80da48a204 {
  display: none;
}
#s-bd663ff1-5acc-41d0-967b-6a80da48a204, #wrap-s-bd663ff1-5acc-41d0-967b-6a80da48a204 { display:none !important; }}
#s-87797b91-d1c5-426b-86d0-954270c8a387 {
  margin-top: 30px;
margin-left: 80px;
margin-bottom: 30px;
margin-right: 80px;
}

@media (min-width: 0px) {
[id="s-87797b91-d1c5-426b-86d0-954270c8a387"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-87797b91-d1c5-426b-86d0-954270c8a387"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-87797b91-d1c5-426b-86d0-954270c8a387"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-87797b91-d1c5-426b-86d0-954270c8a387"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-393db538-974b-4790-8b1a-c2c711564fe4 {
  text-align: center;
}







  #s-393db538-974b-4790-8b1a-c2c711564fe4 img.shogun-image {
    

    
    
    
  }


#s-393db538-974b-4790-8b1a-c2c711564fe4 .shogun-image-content {
  
    align-items: center;
  
}

#s-098563e9-29c8-4995-917a-d7b963453eca {
  min-height: 50px;
}
@media (min-width: 1200px){#s-098563e9-29c8-4995-917a-d7b963453eca {
  display: none;
}
#s-098563e9-29c8-4995-917a-d7b963453eca, #wrap-s-098563e9-29c8-4995-917a-d7b963453eca { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-098563e9-29c8-4995-917a-d7b963453eca {
  display: none;
}
#s-098563e9-29c8-4995-917a-d7b963453eca, #wrap-s-098563e9-29c8-4995-917a-d7b963453eca { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-098563e9-29c8-4995-917a-d7b963453eca {
  display: none;
}
#s-098563e9-29c8-4995-917a-d7b963453eca, #wrap-s-098563e9-29c8-4995-917a-d7b963453eca { display:none !important; }}







#s-098563e9-29c8-4995-917a-d7b963453eca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-098563e9-29c8-4995-917a-d7b963453eca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-edbb36bb-bb5f-4de0-834a-304f01f73f3c {
  text-align: center;
}







  #s-edbb36bb-bb5f-4de0-834a-304f01f73f3c img.shogun-image {
    

    
    
    
  }


#s-edbb36bb-bb5f-4de0-834a-304f01f73f3c .shogun-image-content {
  
    align-items: center;
  
}

#s-c8960228-64b7-421c-9941-535bbc9e5782 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-c8960228-64b7-421c-9941-535bbc9e5782 {
  display: none;
}
#s-c8960228-64b7-421c-9941-535bbc9e5782, #wrap-s-c8960228-64b7-421c-9941-535bbc9e5782 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c8960228-64b7-421c-9941-535bbc9e5782 {
  display: none;
}
#s-c8960228-64b7-421c-9941-535bbc9e5782, #wrap-s-c8960228-64b7-421c-9941-535bbc9e5782 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c8960228-64b7-421c-9941-535bbc9e5782 {
  display: none;
}
#s-c8960228-64b7-421c-9941-535bbc9e5782, #wrap-s-c8960228-64b7-421c-9941-535bbc9e5782 { display:none !important; }}







#s-c8960228-64b7-421c-9941-535bbc9e5782 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c8960228-64b7-421c-9941-535bbc9e5782.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-48dc4138-ddfa-4d22-b361-6b02352cc204 {
  text-align: center;
}







  #s-48dc4138-ddfa-4d22-b361-6b02352cc204 img.shogun-image {
    

    
    
    
  }


#s-48dc4138-ddfa-4d22-b361-6b02352cc204 .shogun-image-content {
  
    align-items: center;
  
}

#s-6e22537e-dc91-4725-a8ae-a9478faaeca4 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-6e22537e-dc91-4725-a8ae-a9478faaeca4 {
  display: none;
}
#s-6e22537e-dc91-4725-a8ae-a9478faaeca4, #wrap-s-6e22537e-dc91-4725-a8ae-a9478faaeca4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6e22537e-dc91-4725-a8ae-a9478faaeca4 {
  display: none;
}
#s-6e22537e-dc91-4725-a8ae-a9478faaeca4, #wrap-s-6e22537e-dc91-4725-a8ae-a9478faaeca4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6e22537e-dc91-4725-a8ae-a9478faaeca4 {
  display: none;
}
#s-6e22537e-dc91-4725-a8ae-a9478faaeca4, #wrap-s-6e22537e-dc91-4725-a8ae-a9478faaeca4 { display:none !important; }}







#s-6e22537e-dc91-4725-a8ae-a9478faaeca4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e22537e-dc91-4725-a8ae-a9478faaeca4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-c:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{background-attachment:scroll!important}}@media only screen and (min-width:1024px) and (max-height:1366px) and (-webkit-min-device-pixel-ratio:1.5) and (hover:none) and (orientation:landscape){.shg-box{background-attachment:scroll!important}}#mc_embed_signup .clear{width:auto!important;height:auto!important;visibility:visible!important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline!important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,.85)}.shg-lightbox.hidden{display:none!important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:focus,.shg-lightbox .shg-lightbox-close:hover{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0,-50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none!important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width:769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity .3s}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*=enterviewport][data-animations*=fadeIn],[data-animations*=enterviewport][data-animations*=zoomIn]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}