.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-a857a467-1256-4322-b817-38c0211b307f {
  min-height: 50px;
}








#s-a857a467-1256-4322-b817-38c0211b307f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a857a467-1256-4322-b817-38c0211b307f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c3588432-bd12-4bff-ab8d-d5072e9c6578 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c3588432-bd12-4bff-ab8d-d5072e9c6578 {
  margin-left: 15px;
margin-right: 15px;
display: none;
}
#s-c3588432-bd12-4bff-ab8d-d5072e9c6578, #wrap-s-c3588432-bd12-4bff-ab8d-d5072e9c6578 { display:none !important; }}@media (max-width: 767px){#s-c3588432-bd12-4bff-ab8d-d5072e9c6578 {
  display: none;
}
#s-c3588432-bd12-4bff-ab8d-d5072e9c6578, #wrap-s-c3588432-bd12-4bff-ab8d-d5072e9c6578 { display:none !important; }}







#s-c3588432-bd12-4bff-ab8d-d5072e9c6578 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c3588432-bd12-4bff-ab8d-d5072e9c6578.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-3d7727de-4ed8-42d7-a5b3-40ef57cf580c {
  margin-top: 25px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-3d7727de-4ed8-42d7-a5b3-40ef57cf580c {
  margin-left: 10px;
margin-right: 10px;
}
}
#s-3d7727de-4ed8-42d7-a5b3-40ef57cf580c .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "&#39;Messina Sans Web Bold&#39;";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1em;
  
  text-align: left;
}



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

@media (max-width: 767px){#s-394542d5-c76b-4b4c-a321-e0eaef0064a5 {
  margin-left: 10px;
margin-right: 10px;
}
}
.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-180c9076-b901-4f3a-be66-cd419ec84bf1 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-180c9076-b901-4f3a-be66-cd419ec84bf1 {
  display: none;
}
#s-180c9076-b901-4f3a-be66-cd419ec84bf1, #wrap-s-180c9076-b901-4f3a-be66-cd419ec84bf1 { display:none !important; }}@media (max-width: 767px){#s-180c9076-b901-4f3a-be66-cd419ec84bf1 {
  display: none;
}
#s-180c9076-b901-4f3a-be66-cd419ec84bf1, #wrap-s-180c9076-b901-4f3a-be66-cd419ec84bf1 { display:none !important; }}
#s-180c9076-b901-4f3a-be66-cd419ec84bf1 .shg-sld-dot {
  background-color: rgba(20, 20, 20, 1);
}

#s-180c9076-b901-4f3a-be66-cd419ec84bf1 .shg-sld-nav-button.shg-sld-left,
#s-180c9076-b901-4f3a-be66-cd419ec84bf1 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(20, 20, 20, 1);
}

.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-5a94682f-c8ca-4f5e-b281-96c14bfd6e28"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5a94682f-c8ca-4f5e-b281-96c14bfd6e28"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-5a94682f-c8ca-4f5e-b281-96c14bfd6e28"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-5a94682f-c8ca-4f5e-b281-96c14bfd6e28"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-ac00a677-0677-4e8e-bcfc-b7014441c89e {
  border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(252, 232, 237, 1);
text-align: center;
}
#s-ac00a677-0677-4e8e-bcfc-b7014441c89e:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(252, 232, 237, 1) !important;}






  #s-ac00a677-0677-4e8e-bcfc-b7014441c89e img.shogun-image {
    

    
    
    
  }


#s-ac00a677-0677-4e8e-bcfc-b7014441c89e .shogun-image-content {
  
    align-items: flex-end;
  
}

.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-12c4d6cd-cd34-4d4b-9cb9-d3b8da4505c7 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 130px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(20, 20, 20, 1);
background-image: none;
hover-type: color;
}
#s-12c4d6cd-cd34-4d4b-9cb9-d3b8da4505c7:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(20, 20, 20, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-12c4d6cd-cd34-4d4b-9cb9-d3b8da4505c7:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 20, 20, 1) !important;}

  #s-12c4d6cd-cd34-4d4b-9cb9-d3b8da4505c7-root {
    text-align: center;
  }


#s-12c4d6cd-cd34-4d4b-9cb9-d3b8da4505c7.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
@media (min-width: 1200px){
  #s-12c4d6cd-cd34-4d4b-9cb9-d3b8da4505c7-root {
    text-align: center;
  }


#s-12c4d6cd-cd34-4d4b-9cb9-d3b8da4505c7.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-12c4d6cd-cd34-4d4b-9cb9-d3b8da4505c7-root {
    text-align: center;
  }


#s-12c4d6cd-cd34-4d4b-9cb9-d3b8da4505c7.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-12c4d6cd-cd34-4d4b-9cb9-d3b8da4505c7-root {
    text-align: center;
  }


#s-12c4d6cd-cd34-4d4b-9cb9-d3b8da4505c7.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (max-width: 767px){
  #s-12c4d6cd-cd34-4d4b-9cb9-d3b8da4505c7-root {
    text-align: center;
  }


#s-12c4d6cd-cd34-4d4b-9cb9-d3b8da4505c7.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}
#s-e553384f-230a-4b38-b6e1-8ab52cb7957e {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}
#s-e553384f-230a-4b38-b6e1-8ab52cb7957e:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(252, 232, 237, 1) !important;}






  #s-e553384f-230a-4b38-b6e1-8ab52cb7957e img.shogun-image {
    

    
    
    
  }


#s-e553384f-230a-4b38-b6e1-8ab52cb7957e .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-ecd2e86a-aa21-40e7-b3a0-4ac13405afc3 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 130px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(20, 20, 20, 1);
background-image: none;
hover-type: color;
}
#s-ecd2e86a-aa21-40e7-b3a0-4ac13405afc3:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(20, 20, 20, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-ecd2e86a-aa21-40e7-b3a0-4ac13405afc3:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 20, 20, 1) !important;}

  #s-ecd2e86a-aa21-40e7-b3a0-4ac13405afc3-root {
    text-align: center;
  }


#s-ecd2e86a-aa21-40e7-b3a0-4ac13405afc3.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ecd2e86a-aa21-40e7-b3a0-4ac13405afc3-root {
    text-align: center;
  }


#s-ecd2e86a-aa21-40e7-b3a0-4ac13405afc3.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ecd2e86a-aa21-40e7-b3a0-4ac13405afc3-root {
    text-align: center;
  }


#s-ecd2e86a-aa21-40e7-b3a0-4ac13405afc3.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ecd2e86a-aa21-40e7-b3a0-4ac13405afc3-root {
    text-align: center;
  }


#s-ecd2e86a-aa21-40e7-b3a0-4ac13405afc3.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ecd2e86a-aa21-40e7-b3a0-4ac13405afc3-root {
    text-align: center;
  }


#s-ecd2e86a-aa21-40e7-b3a0-4ac13405afc3.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}
#s-9d0a971b-134a-47ee-851f-73c435b48e18 {
  border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(252, 232, 237, 1);
text-align: center;
}
#s-9d0a971b-134a-47ee-851f-73c435b48e18:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(252, 232, 237, 1) !important;}






  #s-9d0a971b-134a-47ee-851f-73c435b48e18 img.shogun-image {
    

    
    
    
  }


#s-9d0a971b-134a-47ee-851f-73c435b48e18 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-411d633e-4ebb-4c2a-830b-639b556f12f5 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 130px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(20, 20, 20, 1);
background-image: none;
hover-type: color;
}
#s-411d633e-4ebb-4c2a-830b-639b556f12f5:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(20, 20, 20, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-411d633e-4ebb-4c2a-830b-639b556f12f5:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 20, 20, 1) !important;}

  #s-411d633e-4ebb-4c2a-830b-639b556f12f5-root {
    text-align: center;
  }


#s-411d633e-4ebb-4c2a-830b-639b556f12f5.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
@media (min-width: 1200px){
  #s-411d633e-4ebb-4c2a-830b-639b556f12f5-root {
    text-align: center;
  }


#s-411d633e-4ebb-4c2a-830b-639b556f12f5.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-411d633e-4ebb-4c2a-830b-639b556f12f5-root {
    text-align: center;
  }


#s-411d633e-4ebb-4c2a-830b-639b556f12f5.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-411d633e-4ebb-4c2a-830b-639b556f12f5-root {
    text-align: center;
  }


#s-411d633e-4ebb-4c2a-830b-639b556f12f5.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (max-width: 767px){
  #s-411d633e-4ebb-4c2a-830b-639b556f12f5-root {
    text-align: center;
  }


#s-411d633e-4ebb-4c2a-830b-639b556f12f5.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}
@media (min-width: 0px) {
[id="s-4fa7fb2f-f120-4103-bc54-e76bf0e8244a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4fa7fb2f-f120-4103-bc54-e76bf0e8244a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-4fa7fb2f-f120-4103-bc54-e76bf0e8244a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-4fa7fb2f-f120-4103-bc54-e76bf0e8244a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-c953fa3d-bc7a-45f3-a107-ae4230968add {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}
#s-c953fa3d-bc7a-45f3-a107-ae4230968add:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(252, 232, 237, 1) !important;}






  #s-c953fa3d-bc7a-45f3-a107-ae4230968add img.shogun-image {
    

    
    
    
  }


#s-c953fa3d-bc7a-45f3-a107-ae4230968add .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-417fdaa6-55c1-411f-be16-ba93cc42710e {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 130px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(20, 20, 20, 1);
background-image: none;
hover-type: color;
}
#s-417fdaa6-55c1-411f-be16-ba93cc42710e:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(20, 20, 20, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-417fdaa6-55c1-411f-be16-ba93cc42710e:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 20, 20, 1) !important;}

  #s-417fdaa6-55c1-411f-be16-ba93cc42710e-root {
    text-align: center;
  }


#s-417fdaa6-55c1-411f-be16-ba93cc42710e.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
@media (min-width: 1200px){
  #s-417fdaa6-55c1-411f-be16-ba93cc42710e-root {
    text-align: center;
  }


#s-417fdaa6-55c1-411f-be16-ba93cc42710e.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-417fdaa6-55c1-411f-be16-ba93cc42710e-root {
    text-align: center;
  }


#s-417fdaa6-55c1-411f-be16-ba93cc42710e.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-417fdaa6-55c1-411f-be16-ba93cc42710e-root {
    text-align: center;
  }


#s-417fdaa6-55c1-411f-be16-ba93cc42710e.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (max-width: 767px){
  #s-417fdaa6-55c1-411f-be16-ba93cc42710e-root {
    text-align: center;
  }


#s-417fdaa6-55c1-411f-be16-ba93cc42710e.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}
#s-1a34a9de-5988-45ff-a6de-ad657e42b303 {
  border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(252, 232, 237, 1);
text-align: center;
}
#s-1a34a9de-5988-45ff-a6de-ad657e42b303:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(252, 232, 237, 1) !important;}






  #s-1a34a9de-5988-45ff-a6de-ad657e42b303 img.shogun-image {
    

    
    
    
  }


#s-1a34a9de-5988-45ff-a6de-ad657e42b303 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-69b912ae-1511-4441-81ac-3db869c2c8a9 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 130px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(20, 20, 20, 1);
background-image: none;
hover-type: color;
}
#s-69b912ae-1511-4441-81ac-3db869c2c8a9:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(20, 20, 20, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-69b912ae-1511-4441-81ac-3db869c2c8a9:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 20, 20, 1) !important;}

  #s-69b912ae-1511-4441-81ac-3db869c2c8a9-root {
    text-align: center;
  }


#s-69b912ae-1511-4441-81ac-3db869c2c8a9.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
@media (min-width: 1200px){
  #s-69b912ae-1511-4441-81ac-3db869c2c8a9-root {
    text-align: center;
  }


#s-69b912ae-1511-4441-81ac-3db869c2c8a9.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-69b912ae-1511-4441-81ac-3db869c2c8a9-root {
    text-align: center;
  }


#s-69b912ae-1511-4441-81ac-3db869c2c8a9.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-69b912ae-1511-4441-81ac-3db869c2c8a9-root {
    text-align: center;
  }


#s-69b912ae-1511-4441-81ac-3db869c2c8a9.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (max-width: 767px){
  #s-69b912ae-1511-4441-81ac-3db869c2c8a9-root {
    text-align: center;
  }


#s-69b912ae-1511-4441-81ac-3db869c2c8a9.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}
#s-53ecc347-6727-4c1a-875e-e957969e0d0c {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}
#s-53ecc347-6727-4c1a-875e-e957969e0d0c:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(252, 232, 237, 1) !important;}






  #s-53ecc347-6727-4c1a-875e-e957969e0d0c img.shogun-image {
    

    
    
    
  }


#s-53ecc347-6727-4c1a-875e-e957969e0d0c .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-b654599f-9df5-4487-bba6-1cec410f9c20 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 130px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(20, 20, 20, 1);
background-image: none;
hover-type: color;
}
#s-b654599f-9df5-4487-bba6-1cec410f9c20:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(20, 20, 20, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b654599f-9df5-4487-bba6-1cec410f9c20:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 20, 20, 1) !important;}

  #s-b654599f-9df5-4487-bba6-1cec410f9c20-root {
    text-align: center;
  }


#s-b654599f-9df5-4487-bba6-1cec410f9c20.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b654599f-9df5-4487-bba6-1cec410f9c20-root {
    text-align: center;
  }


#s-b654599f-9df5-4487-bba6-1cec410f9c20.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b654599f-9df5-4487-bba6-1cec410f9c20-root {
    text-align: center;
  }


#s-b654599f-9df5-4487-bba6-1cec410f9c20.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b654599f-9df5-4487-bba6-1cec410f9c20-root {
    text-align: center;
  }


#s-b654599f-9df5-4487-bba6-1cec410f9c20.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b654599f-9df5-4487-bba6-1cec410f9c20-root {
    text-align: center;
  }


#s-b654599f-9df5-4487-bba6-1cec410f9c20.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}
#s-f8d0b6db-21ee-413a-b212-cd5d9c24d0c6 {
  border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(252, 232, 237, 1);
text-align: center;
}
#s-f8d0b6db-21ee-413a-b212-cd5d9c24d0c6:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(252, 232, 237, 1) !important;}






  #s-f8d0b6db-21ee-413a-b212-cd5d9c24d0c6 img.shogun-image {
    

    
    
    
  }


#s-f8d0b6db-21ee-413a-b212-cd5d9c24d0c6 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-96587eb5-e28f-4688-957a-a67ceff39674 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 130px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(20, 20, 20, 1);
background-image: none;
hover-type: color;
}
#s-96587eb5-e28f-4688-957a-a67ceff39674:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(20, 20, 20, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-96587eb5-e28f-4688-957a-a67ceff39674:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 20, 20, 1) !important;}

  #s-96587eb5-e28f-4688-957a-a67ceff39674-root {
    text-align: center;
  }


#s-96587eb5-e28f-4688-957a-a67ceff39674.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
@media (min-width: 1200px){
  #s-96587eb5-e28f-4688-957a-a67ceff39674-root {
    text-align: center;
  }


#s-96587eb5-e28f-4688-957a-a67ceff39674.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-96587eb5-e28f-4688-957a-a67ceff39674-root {
    text-align: center;
  }


#s-96587eb5-e28f-4688-957a-a67ceff39674.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-96587eb5-e28f-4688-957a-a67ceff39674-root {
    text-align: center;
  }


#s-96587eb5-e28f-4688-957a-a67ceff39674.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (max-width: 767px){
  #s-96587eb5-e28f-4688-957a-a67ceff39674-root {
    text-align: center;
  }


#s-96587eb5-e28f-4688-957a-a67ceff39674.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}
@media (min-width: 0px) {
[id="s-51a4ae9d-e657-48ef-b0cd-f930ee1fe469"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-51a4ae9d-e657-48ef-b0cd-f930ee1fe469"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-51a4ae9d-e657-48ef-b0cd-f930ee1fe469"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-51a4ae9d-e657-48ef-b0cd-f930ee1fe469"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-948d8d9d-a46d-4177-9715-a647bf3f7dc9 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}
#s-948d8d9d-a46d-4177-9715-a647bf3f7dc9:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(252, 232, 237, 1) !important;}






  #s-948d8d9d-a46d-4177-9715-a647bf3f7dc9 img.shogun-image {
    

    
    
    
  }


#s-948d8d9d-a46d-4177-9715-a647bf3f7dc9 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-1ad15fc2-88ee-4f57-af32-cdcf62579f29 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 130px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(20, 20, 20, 1);
background-image: none;
hover-type: color;
}
#s-1ad15fc2-88ee-4f57-af32-cdcf62579f29:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(20, 20, 20, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-1ad15fc2-88ee-4f57-af32-cdcf62579f29:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 20, 20, 1) !important;}

  #s-1ad15fc2-88ee-4f57-af32-cdcf62579f29-root {
    text-align: center;
  }


#s-1ad15fc2-88ee-4f57-af32-cdcf62579f29.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1ad15fc2-88ee-4f57-af32-cdcf62579f29-root {
    text-align: center;
  }


#s-1ad15fc2-88ee-4f57-af32-cdcf62579f29.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1ad15fc2-88ee-4f57-af32-cdcf62579f29-root {
    text-align: center;
  }


#s-1ad15fc2-88ee-4f57-af32-cdcf62579f29.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1ad15fc2-88ee-4f57-af32-cdcf62579f29-root {
    text-align: center;
  }


#s-1ad15fc2-88ee-4f57-af32-cdcf62579f29.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1ad15fc2-88ee-4f57-af32-cdcf62579f29-root {
    text-align: center;
  }


#s-1ad15fc2-88ee-4f57-af32-cdcf62579f29.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}
#s-2c7767d5-9783-46a1-9f0c-c74b93b63a9c {
  margin-top: 5px;
margin-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(252, 232, 237, 1);
border-style: solid;
text-align: center;
}
#s-2c7767d5-9783-46a1-9f0c-c74b93b63a9c:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(252, 232, 237, 1) !important;}






  #s-2c7767d5-9783-46a1-9f0c-c74b93b63a9c img.shogun-image {
    

    
    
    
  }


#s-2c7767d5-9783-46a1-9f0c-c74b93b63a9c .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-fe1c6bab-08ce-4a87-91ac-048003500ba3 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 130px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(20, 20, 20, 1);
background-image: none;
hover-type: color;
}
#s-fe1c6bab-08ce-4a87-91ac-048003500ba3:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(20, 20, 20, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-fe1c6bab-08ce-4a87-91ac-048003500ba3:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 20, 20, 1) !important;}

  #s-fe1c6bab-08ce-4a87-91ac-048003500ba3-root {
    text-align: center;
  }


#s-fe1c6bab-08ce-4a87-91ac-048003500ba3.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
@media (min-width: 1200px){
  #s-fe1c6bab-08ce-4a87-91ac-048003500ba3-root {
    text-align: center;
  }


#s-fe1c6bab-08ce-4a87-91ac-048003500ba3.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fe1c6bab-08ce-4a87-91ac-048003500ba3-root {
    text-align: center;
  }


#s-fe1c6bab-08ce-4a87-91ac-048003500ba3.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fe1c6bab-08ce-4a87-91ac-048003500ba3-root {
    text-align: center;
  }


#s-fe1c6bab-08ce-4a87-91ac-048003500ba3.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (max-width: 767px){
  #s-fe1c6bab-08ce-4a87-91ac-048003500ba3-root {
    text-align: center;
  }


#s-fe1c6bab-08ce-4a87-91ac-048003500ba3.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}
#s-a2b26ff0-5e43-4d3b-881c-f557347a42d0 {
  margin-top: 30px;
margin-bottom: 30px;
background-color: rgba(239, 230, 224, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-a2b26ff0-5e43-4d3b-881c-f557347a42d0 {
  display: none;
}
#s-a2b26ff0-5e43-4d3b-881c-f557347a42d0, #wrap-s-a2b26ff0-5e43-4d3b-881c-f557347a42d0 { display:none !important; }}@media (max-width: 767px){#s-a2b26ff0-5e43-4d3b-881c-f557347a42d0 {
  display: none;
}
#s-a2b26ff0-5e43-4d3b-881c-f557347a42d0, #wrap-s-a2b26ff0-5e43-4d3b-881c-f557347a42d0 { display:none !important; }}
@media (min-width: 0px) {
[id="s-a2b26ff0-5e43-4d3b-881c-f557347a42d0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a2b26ff0-5e43-4d3b-881c-f557347a42d0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a2b26ff0-5e43-4d3b-881c-f557347a42d0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a2b26ff0-5e43-4d3b-881c-f557347a42d0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a2b26ff0-5e43-4d3b-881c-f557347a42d0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a2b26ff0-5e43-4d3b-881c-f557347a42d0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a2b26ff0-5e43-4d3b-881c-f557347a42d0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-973ee597-0e7c-46bc-871c-085a1fb39ba5 {
  text-align: center;
}







  #s-973ee597-0e7c-46bc-871c-085a1fb39ba5 img.shogun-image {
    

    
    
    
  }


#s-973ee597-0e7c-46bc-871c-085a1fb39ba5 .shogun-image-content {
  
    align-items: center;
  
}

#s-12684ffb-c5ed-4193-96ed-ce7a5e38a563 {
  margin-left: 70px;
margin-right: 45px;
min-height: 555px;
}

#s-12684ffb-c5ed-4193-96ed-ce7a5e38a563 {
  background-image: url();
}








#s-12684ffb-c5ed-4193-96ed-ce7a5e38a563 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-12684ffb-c5ed-4193-96ed-ce7a5e38a563.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9f64a57e-0ae7-47ce-a7e7-5ca867d68e44 {
  max-width: 250px;
text-align: center;
}







  #s-9f64a57e-0ae7-47ce-a7e7-5ca867d68e44 img.shogun-image {
    

    
    
    
  }


#s-9f64a57e-0ae7-47ce-a7e7-5ca867d68e44 .shogun-image-content {
  
    align-items: center;
  
}

#s-f53aa226-0352-4520-9925-4c5f0f6d9082 {
  max-width: 70%;
}

#s-2f16f2ec-0e6a-4074-a88b-748847bc04af {
  min-height: 50px;
}








#s-2f16f2ec-0e6a-4074-a88b-748847bc04af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f16f2ec-0e6a-4074-a88b-748847bc04af.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a6fbb659-8ae8-41f5-a805-aee3bf2307ae {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-a6fbb659-8ae8-41f5-a805-aee3bf2307ae {
  display: none;
}
#s-a6fbb659-8ae8-41f5-a805-aee3bf2307ae, #wrap-s-a6fbb659-8ae8-41f5-a805-aee3bf2307ae { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a6fbb659-8ae8-41f5-a805-aee3bf2307ae {
  display: none;
}
#s-a6fbb659-8ae8-41f5-a805-aee3bf2307ae, #wrap-s-a6fbb659-8ae8-41f5-a805-aee3bf2307ae { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a6fbb659-8ae8-41f5-a805-aee3bf2307ae {
  margin-left: 15px;
margin-right: 15px;
}
}







#s-a6fbb659-8ae8-41f5-a805-aee3bf2307ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a6fbb659-8ae8-41f5-a805-aee3bf2307ae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6d9db035-18b1-4112-bd57-dd8f0b1928c8 {
  margin-top: 28px;
margin-left: 28px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-6d9db035-18b1-4112-bd57-dd8f0b1928c8 {
  margin-right: 10px;
}
}
#s-6d9db035-18b1-4112-bd57-dd8f0b1928c8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "&#39;Messina Sans Web Bold&#39;";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1em;
  
  text-align: left;
}



#s-fcc3708b-cfc8-44d1-9a8d-51ce873ead3c {
  margin-left: 28px;
margin-right: 28px;
}

#s-ea31c2ba-755a-45f9-a3f3-596a8aaae610 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-ea31c2ba-755a-45f9-a3f3-596a8aaae610 {
  display: none;
}
#s-ea31c2ba-755a-45f9-a3f3-596a8aaae610, #wrap-s-ea31c2ba-755a-45f9-a3f3-596a8aaae610 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ea31c2ba-755a-45f9-a3f3-596a8aaae610 {
  display: none;
}
#s-ea31c2ba-755a-45f9-a3f3-596a8aaae610, #wrap-s-ea31c2ba-755a-45f9-a3f3-596a8aaae610 { display:none !important; }}
#s-ea31c2ba-755a-45f9-a3f3-596a8aaae610 .shg-sld-dot {
  background-color: rgba(20, 20, 20, 1);
}

#s-ea31c2ba-755a-45f9-a3f3-596a8aaae610 .shg-sld-nav-button.shg-sld-left,
#s-ea31c2ba-755a-45f9-a3f3-596a8aaae610 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(20, 20, 20, 1);
}

@media (min-width: 0px) {
[id="s-a2108431-a8d3-4676-8ed0-10427273d1b0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-a2108431-a8d3-4676-8ed0-10427273d1b0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-a2108431-a8d3-4676-8ed0-10427273d1b0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-a2108431-a8d3-4676-8ed0-10427273d1b0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-308455b7-f5cc-428d-a192-f3572c1694e7 {
  border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(252, 232, 237, 1);
text-align: center;
}
#s-308455b7-f5cc-428d-a192-f3572c1694e7:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(252, 232, 237, 1) !important;}






  #s-308455b7-f5cc-428d-a192-f3572c1694e7 img.shogun-image {
    

    
    
    
  }


#s-308455b7-f5cc-428d-a192-f3572c1694e7 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-c3ce4fdd-f3b4-4d6a-a219-ef37b64d77a8 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 250px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(20, 20, 20, 1);
background-image: none;
hover-type: color;
}
#s-c3ce4fdd-f3b4-4d6a-a219-ef37b64d77a8:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(20, 20, 20, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c3ce4fdd-f3b4-4d6a-a219-ef37b64d77a8:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 20, 20, 1) !important;}@media (min-width: 768px) and (max-width: 991px){#s-c3ce4fdd-f3b4-4d6a-a219-ef37b64d77a8 {
  margin-left: 5px;
margin-right: 5px;
max-width: 400px;
}
}

  #s-c3ce4fdd-f3b4-4d6a-a219-ef37b64d77a8-root {
    text-align: center;
  }


#s-c3ce4fdd-f3b4-4d6a-a219-ef37b64d77a8.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c3ce4fdd-f3b4-4d6a-a219-ef37b64d77a8-root {
    text-align: center;
  }


#s-c3ce4fdd-f3b4-4d6a-a219-ef37b64d77a8.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c3ce4fdd-f3b4-4d6a-a219-ef37b64d77a8-root {
    text-align: center;
  }


#s-c3ce4fdd-f3b4-4d6a-a219-ef37b64d77a8.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c3ce4fdd-f3b4-4d6a-a219-ef37b64d77a8-root {
    text-align: center;
  }


#s-c3ce4fdd-f3b4-4d6a-a219-ef37b64d77a8.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c3ce4fdd-f3b4-4d6a-a219-ef37b64d77a8-root {
    text-align: center;
  }


#s-c3ce4fdd-f3b4-4d6a-a219-ef37b64d77a8.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}
#s-6beb9207-dde2-4baa-98e5-83a51fe54e73 {
  border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(252, 232, 237, 1);
text-align: center;
}
#s-6beb9207-dde2-4baa-98e5-83a51fe54e73:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(252, 232, 237, 1) !important;}






  #s-6beb9207-dde2-4baa-98e5-83a51fe54e73 img.shogun-image {
    

    
    
    
  }


#s-6beb9207-dde2-4baa-98e5-83a51fe54e73 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-ba4fd6aa-c3f2-4d60-9fcb-fd346e222489 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 250px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(20, 20, 20, 1);
background-image: none;
hover-type: color;
}
#s-ba4fd6aa-c3f2-4d60-9fcb-fd346e222489:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(20, 20, 20, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-ba4fd6aa-c3f2-4d60-9fcb-fd346e222489:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 20, 20, 1) !important;}@media (min-width: 768px) and (max-width: 991px){#s-ba4fd6aa-c3f2-4d60-9fcb-fd346e222489 {
  margin-left: 5px;
margin-right: 5px;
max-width: 400px;
}
}

  #s-ba4fd6aa-c3f2-4d60-9fcb-fd346e222489-root {
    text-align: center;
  }


#s-ba4fd6aa-c3f2-4d60-9fcb-fd346e222489.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ba4fd6aa-c3f2-4d60-9fcb-fd346e222489-root {
    text-align: center;
  }


#s-ba4fd6aa-c3f2-4d60-9fcb-fd346e222489.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ba4fd6aa-c3f2-4d60-9fcb-fd346e222489-root {
    text-align: center;
  }


#s-ba4fd6aa-c3f2-4d60-9fcb-fd346e222489.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ba4fd6aa-c3f2-4d60-9fcb-fd346e222489-root {
    text-align: center;
  }


#s-ba4fd6aa-c3f2-4d60-9fcb-fd346e222489.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ba4fd6aa-c3f2-4d60-9fcb-fd346e222489-root {
    text-align: center;
  }


#s-ba4fd6aa-c3f2-4d60-9fcb-fd346e222489.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}
@media (min-width: 0px) {
[id="s-45c0a452-c148-4e73-b9ce-61e33dc76f06"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-45c0a452-c148-4e73-b9ce-61e33dc76f06"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-45c0a452-c148-4e73-b9ce-61e33dc76f06"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-45c0a452-c148-4e73-b9ce-61e33dc76f06"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-2883b7da-0721-4b50-8156-468777ae1f19 {
  border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(252, 232, 237, 1);
text-align: center;
}
#s-2883b7da-0721-4b50-8156-468777ae1f19:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(252, 232, 237, 1) !important;}






  #s-2883b7da-0721-4b50-8156-468777ae1f19 img.shogun-image {
    

    
    
    
  }


#s-2883b7da-0721-4b50-8156-468777ae1f19 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-f555d035-edae-4871-90d0-33ab7128d310 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 250px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(20, 20, 20, 1);
background-image: none;
hover-type: color;
}
#s-f555d035-edae-4871-90d0-33ab7128d310:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(20, 20, 20, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-f555d035-edae-4871-90d0-33ab7128d310:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 20, 20, 1) !important;}@media (min-width: 768px) and (max-width: 991px){#s-f555d035-edae-4871-90d0-33ab7128d310 {
  margin-left: 5px;
margin-right: 5px;
max-width: 400px;
}
}

  #s-f555d035-edae-4871-90d0-33ab7128d310-root {
    text-align: center;
  }


#s-f555d035-edae-4871-90d0-33ab7128d310.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f555d035-edae-4871-90d0-33ab7128d310-root {
    text-align: center;
  }


#s-f555d035-edae-4871-90d0-33ab7128d310.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f555d035-edae-4871-90d0-33ab7128d310-root {
    text-align: center;
  }


#s-f555d035-edae-4871-90d0-33ab7128d310.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f555d035-edae-4871-90d0-33ab7128d310-root {
    text-align: center;
  }


#s-f555d035-edae-4871-90d0-33ab7128d310.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f555d035-edae-4871-90d0-33ab7128d310-root {
    text-align: center;
  }


#s-f555d035-edae-4871-90d0-33ab7128d310.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}
#s-66ee27bd-6ccd-4124-a8ca-753374d851d7 {
  border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(252, 232, 237, 1);
text-align: center;
}
#s-66ee27bd-6ccd-4124-a8ca-753374d851d7:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(252, 232, 237, 1) !important;}






  #s-66ee27bd-6ccd-4124-a8ca-753374d851d7 img.shogun-image {
    

    
    
    
  }


#s-66ee27bd-6ccd-4124-a8ca-753374d851d7 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-d2af9f08-1225-4156-8533-dbdc06e287b2 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 250px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(20, 20, 20, 1);
background-image: none;
hover-type: color;
}
#s-d2af9f08-1225-4156-8533-dbdc06e287b2:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(20, 20, 20, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d2af9f08-1225-4156-8533-dbdc06e287b2:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 20, 20, 1) !important;}@media (min-width: 768px) and (max-width: 991px){#s-d2af9f08-1225-4156-8533-dbdc06e287b2 {
  margin-left: 5px;
margin-right: 5px;
max-width: 400px;
}
}

  #s-d2af9f08-1225-4156-8533-dbdc06e287b2-root {
    text-align: center;
  }


#s-d2af9f08-1225-4156-8533-dbdc06e287b2.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d2af9f08-1225-4156-8533-dbdc06e287b2-root {
    text-align: center;
  }


#s-d2af9f08-1225-4156-8533-dbdc06e287b2.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d2af9f08-1225-4156-8533-dbdc06e287b2-root {
    text-align: center;
  }


#s-d2af9f08-1225-4156-8533-dbdc06e287b2.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d2af9f08-1225-4156-8533-dbdc06e287b2-root {
    text-align: center;
  }


#s-d2af9f08-1225-4156-8533-dbdc06e287b2.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d2af9f08-1225-4156-8533-dbdc06e287b2-root {
    text-align: center;
  }


#s-d2af9f08-1225-4156-8533-dbdc06e287b2.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}
@media (min-width: 0px) {
[id="s-1ec85c69-1d80-44d7-b62a-cfa824ec5058"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-1ec85c69-1d80-44d7-b62a-cfa824ec5058"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-1ec85c69-1d80-44d7-b62a-cfa824ec5058"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-1ec85c69-1d80-44d7-b62a-cfa824ec5058"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-3edbf22f-1e67-4f83-8b6e-a7e76ac95325 {
  border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(252, 232, 237, 1);
text-align: center;
}
#s-3edbf22f-1e67-4f83-8b6e-a7e76ac95325:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(252, 232, 237, 1) !important;}






  #s-3edbf22f-1e67-4f83-8b6e-a7e76ac95325 img.shogun-image {
    

    
    
    
  }


#s-3edbf22f-1e67-4f83-8b6e-a7e76ac95325 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-0b1feb4d-a3ff-4630-a2ff-0c8f999e809d {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 250px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(20, 20, 20, 1);
background-image: none;
hover-type: color;
}
#s-0b1feb4d-a3ff-4630-a2ff-0c8f999e809d:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(20, 20, 20, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-0b1feb4d-a3ff-4630-a2ff-0c8f999e809d:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 20, 20, 1) !important;}@media (min-width: 768px) and (max-width: 991px){#s-0b1feb4d-a3ff-4630-a2ff-0c8f999e809d {
  margin-left: 5px;
margin-right: 5px;
max-width: 400px;
}
}

  #s-0b1feb4d-a3ff-4630-a2ff-0c8f999e809d-root {
    text-align: center;
  }


#s-0b1feb4d-a3ff-4630-a2ff-0c8f999e809d.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0b1feb4d-a3ff-4630-a2ff-0c8f999e809d-root {
    text-align: center;
  }


#s-0b1feb4d-a3ff-4630-a2ff-0c8f999e809d.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0b1feb4d-a3ff-4630-a2ff-0c8f999e809d-root {
    text-align: center;
  }


#s-0b1feb4d-a3ff-4630-a2ff-0c8f999e809d.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0b1feb4d-a3ff-4630-a2ff-0c8f999e809d-root {
    text-align: center;
  }


#s-0b1feb4d-a3ff-4630-a2ff-0c8f999e809d.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0b1feb4d-a3ff-4630-a2ff-0c8f999e809d-root {
    text-align: center;
  }


#s-0b1feb4d-a3ff-4630-a2ff-0c8f999e809d.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}
@media (min-width: 0px) {
[id="s-e9ec6c17-db3f-43a0-8d2a-d5a2a83b807a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-e9ec6c17-db3f-43a0-8d2a-d5a2a83b807a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-e9ec6c17-db3f-43a0-8d2a-d5a2a83b807a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-e9ec6c17-db3f-43a0-8d2a-d5a2a83b807a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-4faa4d41-b382-470c-a3be-9405e6bbf18d {
  border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(252, 232, 237, 1);
text-align: center;
}
#s-4faa4d41-b382-470c-a3be-9405e6bbf18d:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(252, 232, 237, 1) !important;}






  #s-4faa4d41-b382-470c-a3be-9405e6bbf18d img.shogun-image {
    

    
    
    
  }


#s-4faa4d41-b382-470c-a3be-9405e6bbf18d .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-446dbaf7-ae6a-4751-aa87-26fe4e90f581 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 250px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(20, 20, 20, 1);
background-image: none;
hover-type: color;
}
#s-446dbaf7-ae6a-4751-aa87-26fe4e90f581:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(20, 20, 20, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-446dbaf7-ae6a-4751-aa87-26fe4e90f581:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 20, 20, 1) !important;}@media (min-width: 768px) and (max-width: 991px){#s-446dbaf7-ae6a-4751-aa87-26fe4e90f581 {
  margin-left: 5px;
margin-right: 5px;
max-width: 400px;
}
}

  #s-446dbaf7-ae6a-4751-aa87-26fe4e90f581-root {
    text-align: center;
  }


#s-446dbaf7-ae6a-4751-aa87-26fe4e90f581.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
@media (min-width: 1200px){
  #s-446dbaf7-ae6a-4751-aa87-26fe4e90f581-root {
    text-align: center;
  }


#s-446dbaf7-ae6a-4751-aa87-26fe4e90f581.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-446dbaf7-ae6a-4751-aa87-26fe4e90f581-root {
    text-align: center;
  }


#s-446dbaf7-ae6a-4751-aa87-26fe4e90f581.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-446dbaf7-ae6a-4751-aa87-26fe4e90f581-root {
    text-align: center;
  }


#s-446dbaf7-ae6a-4751-aa87-26fe4e90f581.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (max-width: 767px){
  #s-446dbaf7-ae6a-4751-aa87-26fe4e90f581-root {
    text-align: center;
  }


#s-446dbaf7-ae6a-4751-aa87-26fe4e90f581.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}
#s-51a1344b-a200-43db-9731-aa6bfca8b225 {
  border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(252, 232, 237, 1);
text-align: center;
}
#s-51a1344b-a200-43db-9731-aa6bfca8b225:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(252, 232, 237, 1) !important;}






  #s-51a1344b-a200-43db-9731-aa6bfca8b225 img.shogun-image {
    

    
    
    
  }


#s-51a1344b-a200-43db-9731-aa6bfca8b225 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-31d4c5f5-1725-466f-8274-d6a62a672659 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 250px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(20, 20, 20, 1);
background-image: none;
hover-type: color;
}
#s-31d4c5f5-1725-466f-8274-d6a62a672659:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(20, 20, 20, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-31d4c5f5-1725-466f-8274-d6a62a672659:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 20, 20, 1) !important;}@media (min-width: 768px) and (max-width: 991px){#s-31d4c5f5-1725-466f-8274-d6a62a672659 {
  margin-left: 5px;
margin-right: 5px;
max-width: 400px;
}
}

  #s-31d4c5f5-1725-466f-8274-d6a62a672659-root {
    text-align: center;
  }


#s-31d4c5f5-1725-466f-8274-d6a62a672659.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
@media (min-width: 1200px){
  #s-31d4c5f5-1725-466f-8274-d6a62a672659-root {
    text-align: center;
  }


#s-31d4c5f5-1725-466f-8274-d6a62a672659.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-31d4c5f5-1725-466f-8274-d6a62a672659-root {
    text-align: center;
  }


#s-31d4c5f5-1725-466f-8274-d6a62a672659.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-31d4c5f5-1725-466f-8274-d6a62a672659-root {
    text-align: center;
  }


#s-31d4c5f5-1725-466f-8274-d6a62a672659.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (max-width: 767px){
  #s-31d4c5f5-1725-466f-8274-d6a62a672659-root {
    text-align: center;
  }


#s-31d4c5f5-1725-466f-8274-d6a62a672659.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}
@media (min-width: 0px) {
[id="s-1d2569b5-c497-4dbe-a9b0-5006e8212e8a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-1d2569b5-c497-4dbe-a9b0-5006e8212e8a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-1d2569b5-c497-4dbe-a9b0-5006e8212e8a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-1d2569b5-c497-4dbe-a9b0-5006e8212e8a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-7a17c674-0de7-4538-8fae-d1f4f9f27858 {
  margin-top: 30px;
margin-bottom: 30px;
background-color: rgba(239, 230, 224, 1);
}
@media (min-width: 1200px){#s-7a17c674-0de7-4538-8fae-d1f4f9f27858 {
  display: none;
}
#s-7a17c674-0de7-4538-8fae-d1f4f9f27858, #wrap-s-7a17c674-0de7-4538-8fae-d1f4f9f27858 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7a17c674-0de7-4538-8fae-d1f4f9f27858 {
  display: none;
}
#s-7a17c674-0de7-4538-8fae-d1f4f9f27858, #wrap-s-7a17c674-0de7-4538-8fae-d1f4f9f27858 { display:none !important; }}
@media (min-width: 0px) {
[id="s-7a17c674-0de7-4538-8fae-d1f4f9f27858"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7a17c674-0de7-4538-8fae-d1f4f9f27858"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7a17c674-0de7-4538-8fae-d1f4f9f27858"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7a17c674-0de7-4538-8fae-d1f4f9f27858"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7a17c674-0de7-4538-8fae-d1f4f9f27858"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7a17c674-0de7-4538-8fae-d1f4f9f27858"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7a17c674-0de7-4538-8fae-d1f4f9f27858"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-598cacfd-04ca-4a08-8ac5-9a049c5fcd41 {
  text-align: center;
}







  #s-598cacfd-04ca-4a08-8ac5-9a049c5fcd41 img.shogun-image {
    

    
    
    
  }


#s-598cacfd-04ca-4a08-8ac5-9a049c5fcd41 .shogun-image-content {
  
    align-items: center;
  
}

#s-4f8410e5-afd6-4a27-84f1-f9470a34286c {
  margin-left: auto;
margin-right: auto;
padding-left: 28px;
padding-right: 28px;
min-height: 500px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4f8410e5-afd6-4a27-84f1-f9470a34286c {
  min-height: 400px;
}
}@media (max-width: 767px){#s-4f8410e5-afd6-4a27-84f1-f9470a34286c {
  min-height: 300px;
}
}
#s-4f8410e5-afd6-4a27-84f1-f9470a34286c {
  background-image: url();
}








#s-4f8410e5-afd6-4a27-84f1-f9470a34286c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f8410e5-afd6-4a27-84f1-f9470a34286c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-94ca79ce-ccaa-4996-b1a4-7b3d32f9f6d4 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}







  #s-94ca79ce-ccaa-4996-b1a4-7b3d32f9f6d4 img.shogun-image {
    

    
    
    
  }


#s-94ca79ce-ccaa-4996-b1a4-7b3d32f9f6d4 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-0f0a072c-ac90-423b-a2c1-60bd3bc81f74 {
  margin-left: 12px;
margin-right: 12px;
display: none;
}
#s-0f0a072c-ac90-423b-a2c1-60bd3bc81f74, #wrap-s-0f0a072c-ac90-423b-a2c1-60bd3bc81f74 { display:none !important; }}@media (max-width: 767px){#s-0f0a072c-ac90-423b-a2c1-60bd3bc81f74 {
  margin-left: 10px;
margin-right: 10px;
display: none;
}
#s-0f0a072c-ac90-423b-a2c1-60bd3bc81f74, #wrap-s-0f0a072c-ac90-423b-a2c1-60bd3bc81f74 { display:none !important; }}
@media (min-width: 1200px){#s-0d1a9502-1875-4c37-8673-ccfd0c259dcd {
  display: none;
}
#s-0d1a9502-1875-4c37-8673-ccfd0c259dcd, #wrap-s-0d1a9502-1875-4c37-8673-ccfd0c259dcd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0d1a9502-1875-4c37-8673-ccfd0c259dcd {
  display: none;
}
#s-0d1a9502-1875-4c37-8673-ccfd0c259dcd, #wrap-s-0d1a9502-1875-4c37-8673-ccfd0c259dcd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0d1a9502-1875-4c37-8673-ccfd0c259dcd {
  margin-left: 12px;
margin-right: 12px;
}
}@media (max-width: 767px){#s-0d1a9502-1875-4c37-8673-ccfd0c259dcd {
  margin-left: 10px;
margin-right: 10px;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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