.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-ff857d69-09da-49e4-b8a1-1e5ccbd83cf3 {
  margin-left: 50px;
margin-right: 50px;
}

.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-7aa43af6-070e-4bd0-b0d8-c951cffa1cb7 {
  min-height: 50px;
}








#s-7aa43af6-070e-4bd0-b0d8-c951cffa1cb7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7aa43af6-070e-4bd0-b0d8-c951cffa1cb7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-e534eee9-5bb2-45f0-aadd-0e167577aa7f {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-e534eee9-5bb2-45f0-aadd-0e167577aa7f hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

.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-9e3736c9-e9f4-4000-b8db-52e8baf272ed {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9e3736c9-e9f4-4000-b8db-52e8baf272ed .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "highspirited";
  font-style:  normal ;
  font-size: 60px;
  
  
  
}



.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-d4e2f92a-4b8a-496c-af09-f7b46deea20b {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
max-width: 3000px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-d4e2f92a-4b8a-496c-af09-f7b46deea20b {
  display: unset;
}
#s-d4e2f92a-4b8a-496c-af09-f7b46deea20b, #wrap-s-d4e2f92a-4b8a-496c-af09-f7b46deea20b { display: unset !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d4e2f92a-4b8a-496c-af09-f7b46deea20b {
  display: unset;
}
#s-d4e2f92a-4b8a-496c-af09-f7b46deea20b, #wrap-s-d4e2f92a-4b8a-496c-af09-f7b46deea20b { display: unset !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d4e2f92a-4b8a-496c-af09-f7b46deea20b {
  
}
}@media (max-width: 767px){#s-d4e2f92a-4b8a-496c-af09-f7b46deea20b {
  
}
}




  #s-d4e2f92a-4b8a-496c-af09-f7b46deea20b img.shogun-image,
  #s-d4e2f92a-4b8a-496c-af09-f7b46deea20b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d4e2f92a-4b8a-496c-af09-f7b46deea20b {
    width: 100%;
    height: auto;
  }



  #s-d4e2f92a-4b8a-496c-af09-f7b46deea20b img.shogun-image {
    

    
    
    
  }


#s-d4e2f92a-4b8a-496c-af09-f7b46deea20b .shogun-image-content {
  
    align-items: center;
  
}

#s-6347e722-a0f7-44d6-a672-e14160959fce {
  margin-left: 50px;
margin-right: 50px;
}

#s-34642bfa-ef02-4994-b343-72eb6c0c7dd6 {
  min-height: 50px;
}








#s-34642bfa-ef02-4994-b343-72eb6c0c7dd6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34642bfa-ef02-4994-b343-72eb6c0c7dd6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

#s-730c75d2-19dd-495c-95f9-6f8f2ec9466f {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-730c75d2-19dd-495c-95f9-6f8f2ec9466f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-730c75d2-19dd-495c-95f9-6f8f2ec9466f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-730c75d2-19dd-495c-95f9-6f8f2ec9466f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-730c75d2-19dd-495c-95f9-6f8f2ec9466f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4a03f79e-b90a-4a1e-a670-f36a8f5a7234 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1045px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-4a03f79e-b90a-4a1e-a670-f36a8f5a7234 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4a03f79e-b90a-4a1e-a670-f36a8f5a7234 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4a03f79e-b90a-4a1e-a670-f36a8f5a7234 {
  
}
}@media (max-width: 767px){#s-4a03f79e-b90a-4a1e-a670-f36a8f5a7234 {
  
}
}




  #s-4a03f79e-b90a-4a1e-a670-f36a8f5a7234 img.shogun-image,
  #s-4a03f79e-b90a-4a1e-a670-f36a8f5a7234 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4a03f79e-b90a-4a1e-a670-f36a8f5a7234 {
    width: 100%;
    height: auto;
  }



  #s-4a03f79e-b90a-4a1e-a670-f36a8f5a7234 img.shogun-image {
    

    
    
    
  }


#s-4a03f79e-b90a-4a1e-a670-f36a8f5a7234 .shogun-image-content {
  
    align-items: center;
  
}

#s-4e738faf-d9f3-495a-8a6b-8d0f067e7de9 {
  margin-left: 50px;
margin-right: 50px;
}

#s-5de395c2-e63b-4aa1-8e56-feda87f74255 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-5de395c2-e63b-4aa1-8e56-feda87f74255 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5de395c2-e63b-4aa1-8e56-feda87f74255 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5de395c2-e63b-4aa1-8e56-feda87f74255 {
  
}
}@media (max-width: 767px){#s-5de395c2-e63b-4aa1-8e56-feda87f74255 {
  
}
}






  #s-5de395c2-e63b-4aa1-8e56-feda87f74255 img.shogun-image {
    

    
    
    
  }


#s-5de395c2-e63b-4aa1-8e56-feda87f74255 .shogun-image-content {
  
    align-items: center;
  
}

#s-58fdb879-1cff-42d3-bee2-2e5db400e7d5 {
  margin-left: 50px;
margin-right: 50px;
}

#s-9faf3bc9-3cf9-4a66-88be-e45a8b938181 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-9faf3bc9-3cf9-4a66-88be-e45a8b938181"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9faf3bc9-3cf9-4a66-88be-e45a8b938181"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9faf3bc9-3cf9-4a66-88be-e45a8b938181"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9faf3bc9-3cf9-4a66-88be-e45a8b938181"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0d79f8ec-5000-455a-8ea9-eab2f4d3d3ea {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-0d79f8ec-5000-455a-8ea9-eab2f4d3d3ea {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0d79f8ec-5000-455a-8ea9-eab2f4d3d3ea {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0d79f8ec-5000-455a-8ea9-eab2f4d3d3ea {
  
}
}@media (max-width: 767px){#s-0d79f8ec-5000-455a-8ea9-eab2f4d3d3ea {
  
}
}






  #s-0d79f8ec-5000-455a-8ea9-eab2f4d3d3ea img.shogun-image {
    

    
    
    
  }


#s-0d79f8ec-5000-455a-8ea9-eab2f4d3d3ea .shogun-image-content {
  
    align-items: center;
  
}

#s-6f156156-f62d-446b-be08-b6706960712f {
  margin-left: 50px;
margin-right: 50px;
}

#s-9046bd54-6780-4a9b-b486-d3486d74c62e {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-9046bd54-6780-4a9b-b486-d3486d74c62e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9046bd54-6780-4a9b-b486-d3486d74c62e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9046bd54-6780-4a9b-b486-d3486d74c62e {
  
}
}@media (max-width: 767px){#s-9046bd54-6780-4a9b-b486-d3486d74c62e {
  
}
}






  #s-9046bd54-6780-4a9b-b486-d3486d74c62e img.shogun-image {
    

    
    
    
  }


#s-9046bd54-6780-4a9b-b486-d3486d74c62e .shogun-image-content {
  
    align-items: center;
  
}

#s-a28c552f-21a9-49dd-8987-1bfbf089c80b {
  margin-left: 50px;
margin-right: 50px;
}

#s-adb1eb40-c518-4f47-866d-1efb6094c77e {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-adb1eb40-c518-4f47-866d-1efb6094c77e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-adb1eb40-c518-4f47-866d-1efb6094c77e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-adb1eb40-c518-4f47-866d-1efb6094c77e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-adb1eb40-c518-4f47-866d-1efb6094c77e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-55778e4e-bbd7-4e7b-9cf5-5409e10344f1 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-55778e4e-bbd7-4e7b-9cf5-5409e10344f1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-55778e4e-bbd7-4e7b-9cf5-5409e10344f1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-55778e4e-bbd7-4e7b-9cf5-5409e10344f1 {
  
}
}@media (max-width: 767px){#s-55778e4e-bbd7-4e7b-9cf5-5409e10344f1 {
  
}
}






  #s-55778e4e-bbd7-4e7b-9cf5-5409e10344f1 img.shogun-image {
    

    
    
    
  }


#s-55778e4e-bbd7-4e7b-9cf5-5409e10344f1 .shogun-image-content {
  
    align-items: center;
  
}

#s-f2043320-f62b-423a-8f8b-8b59e2f4dd75 {
  margin-left: 50px;
margin-right: 50px;
}

#s-93280471-7b18-4aa2-993c-e7f3ec3313a9 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-93280471-7b18-4aa2-993c-e7f3ec3313a9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-93280471-7b18-4aa2-993c-e7f3ec3313a9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-93280471-7b18-4aa2-993c-e7f3ec3313a9 {
  
}
}@media (max-width: 767px){#s-93280471-7b18-4aa2-993c-e7f3ec3313a9 {
  
}
}






  #s-93280471-7b18-4aa2-993c-e7f3ec3313a9 img.shogun-image {
    

    
    
    
  }


#s-93280471-7b18-4aa2-993c-e7f3ec3313a9 .shogun-image-content {
  
    align-items: center;
  
}

#s-db98ccdd-933e-4ba9-9721-d08c06ab41c2 {
  margin-left: 50px;
margin-right: 50px;
}

#s-f9c850e9-d033-454f-aea9-1527dbd3f82e {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-f9c850e9-d033-454f-aea9-1527dbd3f82e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f9c850e9-d033-454f-aea9-1527dbd3f82e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f9c850e9-d033-454f-aea9-1527dbd3f82e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f9c850e9-d033-454f-aea9-1527dbd3f82e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f3ad596f-f09a-435e-ab1d-6478de22f96b {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f3ad596f-f09a-435e-ab1d-6478de22f96b {
  
}
}@media (max-width: 767px){#s-f3ad596f-f09a-435e-ab1d-6478de22f96b {
  
}
}






  #s-f3ad596f-f09a-435e-ab1d-6478de22f96b img.shogun-image {
    

    
    
    
  }


#s-f3ad596f-f09a-435e-ab1d-6478de22f96b .shogun-image-content {
  
    align-items: center;
  
}

#s-2936703d-8024-4537-a1c2-530fdc320260 {
  margin-left: 50px;
margin-right: 50px;
}

#s-1b4cbe10-5409-4165-843e-5b2c710eec1b {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-1b4cbe10-5409-4165-843e-5b2c710eec1b {
  
}
}@media (max-width: 767px){#s-1b4cbe10-5409-4165-843e-5b2c710eec1b {
  
}
}






  #s-1b4cbe10-5409-4165-843e-5b2c710eec1b img.shogun-image {
    

    
    
    
  }


#s-1b4cbe10-5409-4165-843e-5b2c710eec1b .shogun-image-content {
  
    align-items: center;
  
}

#s-5647a482-40f6-45ba-87ec-bd058be3569f {
  margin-left: 50px;
margin-right: 50px;
}

#s-3ecfa4fe-fa79-47a7-989c-3516b95ea039 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-3ecfa4fe-fa79-47a7-989c-3516b95ea039"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3ecfa4fe-fa79-47a7-989c-3516b95ea039"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3ecfa4fe-fa79-47a7-989c-3516b95ea039"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3ecfa4fe-fa79-47a7-989c-3516b95ea039"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a390fb5f-d499-41b3-b015-f25c9e28b2fb {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a390fb5f-d499-41b3-b015-f25c9e28b2fb {
  
}
}@media (max-width: 767px){#s-a390fb5f-d499-41b3-b015-f25c9e28b2fb {
  
}
}






  #s-a390fb5f-d499-41b3-b015-f25c9e28b2fb img.shogun-image {
    

    
    
    
  }


#s-a390fb5f-d499-41b3-b015-f25c9e28b2fb .shogun-image-content {
  
    align-items: center;
  
}

#s-271595c0-f9e2-4fef-b66b-770e5b1e0e54 {
  margin-left: 50px;
margin-right: 50px;
}

#s-dfde03d7-ad96-45cf-9592-a927bbec4ffa {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-dfde03d7-ad96-45cf-9592-a927bbec4ffa {
  
}
}@media (max-width: 767px){#s-dfde03d7-ad96-45cf-9592-a927bbec4ffa {
  
}
}






  #s-dfde03d7-ad96-45cf-9592-a927bbec4ffa img.shogun-image {
    

    
    
    
  }


#s-dfde03d7-ad96-45cf-9592-a927bbec4ffa .shogun-image-content {
  
    align-items: center;
  
}

#s-2773bbc7-7785-4a30-817c-3dd097102dc0 {
  margin-left: 50px;
margin-right: 50px;
}

#s-48a3fc9e-dbc8-4b4c-886d-d223bceb3cd7 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-48a3fc9e-dbc8-4b4c-886d-d223bceb3cd7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-48a3fc9e-dbc8-4b4c-886d-d223bceb3cd7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-48a3fc9e-dbc8-4b4c-886d-d223bceb3cd7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-48a3fc9e-dbc8-4b4c-886d-d223bceb3cd7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-65c776b9-47c1-4578-83c7-d16115216c57 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-65c776b9-47c1-4578-83c7-d16115216c57 {
  
}
}@media (max-width: 767px){#s-65c776b9-47c1-4578-83c7-d16115216c57 {
  
}
}






  #s-65c776b9-47c1-4578-83c7-d16115216c57 img.shogun-image {
    

    
    
    
  }


#s-65c776b9-47c1-4578-83c7-d16115216c57 .shogun-image-content {
  
    align-items: center;
  
}

#s-b17b1121-4626-4eb0-918d-3739f50798e2 {
  margin-left: 50px;
margin-right: 50px;
}

#s-02ca58b3-5be0-47aa-8ec6-551442a3972f {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-02ca58b3-5be0-47aa-8ec6-551442a3972f {
  
}
}@media (max-width: 767px){#s-02ca58b3-5be0-47aa-8ec6-551442a3972f {
  
}
}






  #s-02ca58b3-5be0-47aa-8ec6-551442a3972f img.shogun-image {
    

    
    
    
  }


#s-02ca58b3-5be0-47aa-8ec6-551442a3972f .shogun-image-content {
  
    align-items: center;
  
}

#s-f50ea628-f8b5-4033-8f0c-313cf4fdc52b {
  margin-left: 50px;
margin-right: 50px;
}

#s-abeb746b-9fb6-488e-be0c-fe0a22791177 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-abeb746b-9fb6-488e-be0c-fe0a22791177"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-abeb746b-9fb6-488e-be0c-fe0a22791177"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-abeb746b-9fb6-488e-be0c-fe0a22791177"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-abeb746b-9fb6-488e-be0c-fe0a22791177"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-695fd726-ac1b-4d63-b30b-d9423f423b2e {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-695fd726-ac1b-4d63-b30b-d9423f423b2e {
  
}
}@media (max-width: 767px){#s-695fd726-ac1b-4d63-b30b-d9423f423b2e {
  
}
}






  #s-695fd726-ac1b-4d63-b30b-d9423f423b2e img.shogun-image {
    

    
    
    
  }


#s-695fd726-ac1b-4d63-b30b-d9423f423b2e .shogun-image-content {
  
    align-items: center;
  
}

#s-5c082b5e-655e-4778-a31e-33560f942f64 {
  margin-left: 50px;
margin-right: 50px;
}

#s-bda8c0c2-a41b-49cd-8c45-4222efd55115 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-bda8c0c2-a41b-49cd-8c45-4222efd55115 {
  
}
}@media (max-width: 767px){#s-bda8c0c2-a41b-49cd-8c45-4222efd55115 {
  
}
}






  #s-bda8c0c2-a41b-49cd-8c45-4222efd55115 img.shogun-image {
    

    
    
    
  }


#s-bda8c0c2-a41b-49cd-8c45-4222efd55115 .shogun-image-content {
  
    align-items: center;
  
}

#s-4f8085b2-6459-4ed5-97f5-38376e026db5 {
  margin-left: 50px;
margin-right: 50px;
}

#s-2fc46ea9-92f7-4f73-9a77-23a2aed05d27 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-2fc46ea9-92f7-4f73-9a77-23a2aed05d27"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2fc46ea9-92f7-4f73-9a77-23a2aed05d27"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2fc46ea9-92f7-4f73-9a77-23a2aed05d27"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2fc46ea9-92f7-4f73-9a77-23a2aed05d27"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6d7f9f94-2154-4cb1-a47f-032ebf6e6873 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-6d7f9f94-2154-4cb1-a47f-032ebf6e6873 {
  
}
}@media (max-width: 767px){#s-6d7f9f94-2154-4cb1-a47f-032ebf6e6873 {
  
}
}






  #s-6d7f9f94-2154-4cb1-a47f-032ebf6e6873 img.shogun-image {
    

    
    
    
  }


#s-6d7f9f94-2154-4cb1-a47f-032ebf6e6873 .shogun-image-content {
  
    align-items: center;
  
}

#s-b5a67296-a5ab-4b58-8aea-ce44757bae2e {
  margin-left: 50px;
margin-right: 50px;
}

#s-3a978468-a173-4165-9ec1-9dc3877e502b {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-3a978468-a173-4165-9ec1-9dc3877e502b {
  
}
}@media (max-width: 767px){#s-3a978468-a173-4165-9ec1-9dc3877e502b {
  
}
}






  #s-3a978468-a173-4165-9ec1-9dc3877e502b img.shogun-image {
    

    
    
    
  }


#s-3a978468-a173-4165-9ec1-9dc3877e502b .shogun-image-content {
  
    align-items: center;
  
}

#s-56904d29-86a6-48a0-957b-68d11ae95eea {
  margin-left: 50px;
margin-right: 50px;
}

#s-3c7fb8e1-63e4-4617-baea-c2eff9db478f {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-3c7fb8e1-63e4-4617-baea-c2eff9db478f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3c7fb8e1-63e4-4617-baea-c2eff9db478f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3c7fb8e1-63e4-4617-baea-c2eff9db478f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3c7fb8e1-63e4-4617-baea-c2eff9db478f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d30b53e1-827c-4218-97c0-26834ca5c303 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d30b53e1-827c-4218-97c0-26834ca5c303 {
  
}
}@media (max-width: 767px){#s-d30b53e1-827c-4218-97c0-26834ca5c303 {
  
}
}






  #s-d30b53e1-827c-4218-97c0-26834ca5c303 img.shogun-image {
    

    
    
    
  }


#s-d30b53e1-827c-4218-97c0-26834ca5c303 .shogun-image-content {
  
    align-items: center;
  
}

#s-9f69dd5e-7562-4e9d-b380-58312cacefde {
  margin-left: 50px;
margin-right: 50px;
}

#s-17ce9e5f-c7d4-4bcf-9e15-6acb467bf600 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-17ce9e5f-c7d4-4bcf-9e15-6acb467bf600 {
  
}
}@media (max-width: 767px){#s-17ce9e5f-c7d4-4bcf-9e15-6acb467bf600 {
  
}
}






  #s-17ce9e5f-c7d4-4bcf-9e15-6acb467bf600 img.shogun-image {
    

    
    
    
  }


#s-17ce9e5f-c7d4-4bcf-9e15-6acb467bf600 .shogun-image-content {
  
    align-items: center;
  
}

#s-00fbf297-4016-49fa-ab29-fda0500e1577 {
  margin-left: 50px;
margin-right: 50px;
}

#s-a380de27-7c8f-478d-9155-3ed044937f61 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-a380de27-7c8f-478d-9155-3ed044937f61"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a380de27-7c8f-478d-9155-3ed044937f61"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a380de27-7c8f-478d-9155-3ed044937f61"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a380de27-7c8f-478d-9155-3ed044937f61"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-bd496ce9-bd0a-4cae-adca-0a8d8f66f51c {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-bd496ce9-bd0a-4cae-adca-0a8d8f66f51c {
  
}
}@media (max-width: 767px){#s-bd496ce9-bd0a-4cae-adca-0a8d8f66f51c {
  
}
}






  #s-bd496ce9-bd0a-4cae-adca-0a8d8f66f51c img.shogun-image {
    

    
    
    
  }


#s-bd496ce9-bd0a-4cae-adca-0a8d8f66f51c .shogun-image-content {
  
    align-items: center;
  
}

#s-af2c0f5e-1fcd-40f8-a968-c2f53b9509bc {
  margin-left: 50px;
margin-right: 50px;
}

#s-bf1234f6-ed6e-47f7-b02f-5d6b39807956 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-bf1234f6-ed6e-47f7-b02f-5d6b39807956 {
  
}
}@media (max-width: 767px){#s-bf1234f6-ed6e-47f7-b02f-5d6b39807956 {
  
}
}






  #s-bf1234f6-ed6e-47f7-b02f-5d6b39807956 img.shogun-image {
    

    
    
    
  }


#s-bf1234f6-ed6e-47f7-b02f-5d6b39807956 .shogun-image-content {
  
    align-items: center;
  
}

#s-2a20f53a-2903-4504-9917-d76c308b0a43 {
  margin-left: 50px;
margin-right: 50px;
}

#s-38828ab3-de49-4dab-aa68-43fcd814afa8 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-38828ab3-de49-4dab-aa68-43fcd814afa8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-38828ab3-de49-4dab-aa68-43fcd814afa8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-38828ab3-de49-4dab-aa68-43fcd814afa8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-38828ab3-de49-4dab-aa68-43fcd814afa8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4807edca-4e6b-4ba6-9f94-b10074a7614e {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4807edca-4e6b-4ba6-9f94-b10074a7614e {
  
}
}@media (max-width: 767px){#s-4807edca-4e6b-4ba6-9f94-b10074a7614e {
  
}
}






  #s-4807edca-4e6b-4ba6-9f94-b10074a7614e img.shogun-image {
    

    
    
    
  }


#s-4807edca-4e6b-4ba6-9f94-b10074a7614e .shogun-image-content {
  
    align-items: center;
  
}

#s-3155f920-6faa-4a1a-b3fd-d91a26f6e254 {
  margin-left: 50px;
margin-right: 50px;
}

#s-52a5dec6-bd10-4c5d-a9ff-72e6ef155fb0 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-52a5dec6-bd10-4c5d-a9ff-72e6ef155fb0 {
  
}
}@media (max-width: 767px){#s-52a5dec6-bd10-4c5d-a9ff-72e6ef155fb0 {
  
}
}






  #s-52a5dec6-bd10-4c5d-a9ff-72e6ef155fb0 img.shogun-image {
    

    
    
    
  }


#s-52a5dec6-bd10-4c5d-a9ff-72e6ef155fb0 .shogun-image-content {
  
    align-items: center;
  
}

#s-50e93449-4a89-4c03-87ac-3ee254f9af85 {
  margin-left: 50px;
margin-right: 50px;
}

#s-78681716-a8fa-4731-b0ca-00a6bdb4f665 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-78681716-a8fa-4731-b0ca-00a6bdb4f665"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-78681716-a8fa-4731-b0ca-00a6bdb4f665"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-78681716-a8fa-4731-b0ca-00a6bdb4f665"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-78681716-a8fa-4731-b0ca-00a6bdb4f665"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0d72d464-31c9-4d20-84f9-4672be903645 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0d72d464-31c9-4d20-84f9-4672be903645 {
  
}
}@media (max-width: 767px){#s-0d72d464-31c9-4d20-84f9-4672be903645 {
  
}
}






  #s-0d72d464-31c9-4d20-84f9-4672be903645 img.shogun-image {
    

    
    
    
  }


#s-0d72d464-31c9-4d20-84f9-4672be903645 .shogun-image-content {
  
    align-items: center;
  
}

#s-5a71df13-2bdd-455d-ac9d-143e122e81c1 {
  margin-left: 50px;
margin-right: 50px;
}

#s-1a6a37f8-8936-4831-a5af-172b1f38b508 {
  text-align: center;
}







  #s-1a6a37f8-8936-4831-a5af-172b1f38b508 img.shogun-image {
    

    
    
    
  }


#s-1a6a37f8-8936-4831-a5af-172b1f38b508 .shogun-image-content {
  
    align-items: center;
  
}

#s-93174333-2ce9-4abd-9415-1c964b6add29 {
  margin-left: 50px;
margin-right: 50px;
}

#s-e94d46c3-c0d9-4284-b979-c20c5c7b4aee {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-e94d46c3-c0d9-4284-b979-c20c5c7b4aee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e94d46c3-c0d9-4284-b979-c20c5c7b4aee"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e94d46c3-c0d9-4284-b979-c20c5c7b4aee"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e94d46c3-c0d9-4284-b979-c20c5c7b4aee"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-34488f81-5b9e-4f48-9a85-cc08fa413595 {
  text-align: center;
}







  #s-34488f81-5b9e-4f48-9a85-cc08fa413595 img.shogun-image {
    

    
    
    
  }


#s-34488f81-5b9e-4f48-9a85-cc08fa413595 .shogun-image-content {
  
    align-items: center;
  
}

#s-2191b575-2d81-4cc1-9071-77733c905a19 {
  margin-left: 50px;
margin-right: 50px;
}

#s-bbe644a5-2534-403f-851e-58a8e3a839bd {
  text-align: center;
}







  #s-bbe644a5-2534-403f-851e-58a8e3a839bd img.shogun-image {
    

    
    
    
  }


#s-bbe644a5-2534-403f-851e-58a8e3a839bd .shogun-image-content {
  
    align-items: center;
  
}

#s-96c8b40e-aa20-4799-bfeb-b2ed0e67623a {
  margin-left: 50px;
margin-right: 50px;
}

#s-c703b275-3fbd-4d37-b0ad-f705cf2c8899 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-c703b275-3fbd-4d37-b0ad-f705cf2c8899"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c703b275-3fbd-4d37-b0ad-f705cf2c8899"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c703b275-3fbd-4d37-b0ad-f705cf2c8899"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c703b275-3fbd-4d37-b0ad-f705cf2c8899"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d820b8d5-d89e-48f7-bf03-92960df63caf {
  text-align: center;
}







  #s-d820b8d5-d89e-48f7-bf03-92960df63caf img.shogun-image {
    

    
    
    
  }


#s-d820b8d5-d89e-48f7-bf03-92960df63caf .shogun-image-content {
  
    align-items: center;
  
}

#s-cf2d5e68-dbb1-4a7d-a8d2-8db1f51ba19a {
  margin-left: 50px;
margin-right: 50px;
}

#s-48926076-fa77-45b1-8386-395eff11dbe0 {
  text-align: center;
}







  #s-48926076-fa77-45b1-8386-395eff11dbe0 img.shogun-image {
    

    
    
    
  }


#s-48926076-fa77-45b1-8386-395eff11dbe0 .shogun-image-content {
  
    align-items: center;
  
}

#s-6334f77d-3d00-4579-9e83-5dc6f9bb1dc7 {
  margin-left: 50px;
margin-right: 50px;
}

#s-d6e58752-dec9-4ea0-8c1f-458ea3c14d53 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-d6e58752-dec9-4ea0-8c1f-458ea3c14d53"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d6e58752-dec9-4ea0-8c1f-458ea3c14d53"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d6e58752-dec9-4ea0-8c1f-458ea3c14d53"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d6e58752-dec9-4ea0-8c1f-458ea3c14d53"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2c63a254-b642-49b0-9960-21b59090b6f3 {
  text-align: center;
}







  #s-2c63a254-b642-49b0-9960-21b59090b6f3 img.shogun-image {
    

    
    
    
  }


#s-2c63a254-b642-49b0-9960-21b59090b6f3 .shogun-image-content {
  
    align-items: center;
  
}

#s-a1154d4e-a58a-42ac-ba94-6ac5ddc2dfb8 {
  margin-left: 50px;
margin-right: 50px;
}

#s-7d4425f3-9446-4cc8-a9a3-70e506152f68 {
  text-align: center;
}







  #s-7d4425f3-9446-4cc8-a9a3-70e506152f68 img.shogun-image {
    

    
    
    
  }


#s-7d4425f3-9446-4cc8-a9a3-70e506152f68 .shogun-image-content {
  
    align-items: center;
  
}

#s-cfa3849d-2c7f-4742-8981-569349a3d7a9 {
  margin-left: 50px;
margin-right: 50px;
}

#s-fe958415-0fb2-4659-bd64-38e02ceb3101 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-fe958415-0fb2-4659-bd64-38e02ceb3101"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fe958415-0fb2-4659-bd64-38e02ceb3101"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fe958415-0fb2-4659-bd64-38e02ceb3101"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fe958415-0fb2-4659-bd64-38e02ceb3101"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e4615491-895b-47a9-b922-557a3d1c58b7 {
  text-align: center;
}







  #s-e4615491-895b-47a9-b922-557a3d1c58b7 img.shogun-image {
    

    
    
    
  }


#s-e4615491-895b-47a9-b922-557a3d1c58b7 .shogun-image-content {
  
    align-items: center;
  
}

#s-942ac364-653d-461b-b7bf-a98d3fd998cf {
  margin-left: 50px;
margin-right: 50px;
}

#s-e6720cb1-3b4c-4785-82f3-56ebc7578e48 {
  text-align: center;
}







  #s-e6720cb1-3b4c-4785-82f3-56ebc7578e48 img.shogun-image {
    

    
    
    
  }


#s-e6720cb1-3b4c-4785-82f3-56ebc7578e48 .shogun-image-content {
  
    align-items: center;
  
}

#s-7babda50-a832-40c6-8a7d-9e13b29139e6 {
  margin-left: 50px;
margin-right: 50px;
}

#s-6f5d9f79-e210-42b3-bec5-07e710a91618 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-6f5d9f79-e210-42b3-bec5-07e710a91618"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6f5d9f79-e210-42b3-bec5-07e710a91618"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6f5d9f79-e210-42b3-bec5-07e710a91618"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6f5d9f79-e210-42b3-bec5-07e710a91618"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-796e97b5-2cd3-4dce-be19-31880da63f85 {
  text-align: center;
}







  #s-796e97b5-2cd3-4dce-be19-31880da63f85 img.shogun-image {
    

    
    
    
  }


#s-796e97b5-2cd3-4dce-be19-31880da63f85 .shogun-image-content {
  
    align-items: center;
  
}

#s-771d63f6-f3d9-480a-978f-ff3b570e9ace {
  margin-left: 50px;
margin-right: 50px;
}

#s-b016b5e0-c4ce-4dc3-ae0e-2974dc88f23e {
  text-align: center;
}







  #s-b016b5e0-c4ce-4dc3-ae0e-2974dc88f23e img.shogun-image {
    

    
    
    
  }


#s-b016b5e0-c4ce-4dc3-ae0e-2974dc88f23e .shogun-image-content {
  
    align-items: center;
  
}

#s-78b8df44-410b-45c3-b711-e5d4f371e1c1 {
  margin-left: 50px;
margin-right: 50px;
}

#s-288ab464-4fe0-4f02-b6d0-d18e7bab7d94 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-288ab464-4fe0-4f02-b6d0-d18e7bab7d94"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-288ab464-4fe0-4f02-b6d0-d18e7bab7d94"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-288ab464-4fe0-4f02-b6d0-d18e7bab7d94"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-288ab464-4fe0-4f02-b6d0-d18e7bab7d94"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-15674b6e-6bc4-4e2c-87d9-4db05339a36c {
  text-align: center;
}







  #s-15674b6e-6bc4-4e2c-87d9-4db05339a36c img.shogun-image {
    

    
    
    
  }


#s-15674b6e-6bc4-4e2c-87d9-4db05339a36c .shogun-image-content {
  
    align-items: center;
  
}

#s-8d4248e3-cfaa-45ee-ab80-82d11abbdd3d {
  margin-left: 50px;
margin-right: 50px;
}

#s-f2aac1e1-aa6d-45cb-a22d-671689fba9c5 {
  text-align: center;
}







  #s-f2aac1e1-aa6d-45cb-a22d-671689fba9c5 img.shogun-image {
    

    
    
    
  }


#s-f2aac1e1-aa6d-45cb-a22d-671689fba9c5 .shogun-image-content {
  
    align-items: center;
  
}

#s-fa311f5a-ab4e-4fc8-a910-7402f2c5deeb {
  margin-left: 50px;
margin-right: 50px;
}

#s-dfb7f667-9b8c-4f1f-bbda-954ab13d7686 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-dfb7f667-9b8c-4f1f-bbda-954ab13d7686"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dfb7f667-9b8c-4f1f-bbda-954ab13d7686"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dfb7f667-9b8c-4f1f-bbda-954ab13d7686"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dfb7f667-9b8c-4f1f-bbda-954ab13d7686"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0b9f5ec9-2db7-49f9-bf8c-58a0e56b47a1 {
  text-align: center;
}







  #s-0b9f5ec9-2db7-49f9-bf8c-58a0e56b47a1 img.shogun-image {
    

    
    
    
  }


#s-0b9f5ec9-2db7-49f9-bf8c-58a0e56b47a1 .shogun-image-content {
  
    align-items: center;
  
}

#s-a772d9f9-0b9f-4fdc-8a99-83b779a2f420 {
  margin-left: 50px;
margin-right: 50px;
}

#s-9226b59a-dc8b-4f55-b913-ad824a77a9e0 {
  text-align: center;
}







  #s-9226b59a-dc8b-4f55-b913-ad824a77a9e0 img.shogun-image {
    

    
    
    
  }


#s-9226b59a-dc8b-4f55-b913-ad824a77a9e0 .shogun-image-content {
  
    align-items: center;
  
}

#s-a2162995-322c-4b38-a931-5e040c688912 {
  margin-left: 50px;
margin-right: 50px;
}

#s-9752ac9f-7b4a-463c-9ca7-bc6af5b01db9 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-9752ac9f-7b4a-463c-9ca7-bc6af5b01db9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9752ac9f-7b4a-463c-9ca7-bc6af5b01db9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9752ac9f-7b4a-463c-9ca7-bc6af5b01db9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9752ac9f-7b4a-463c-9ca7-bc6af5b01db9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7277e005-3d93-43e7-b24a-d30e6945aec5 {
  text-align: center;
}







  #s-7277e005-3d93-43e7-b24a-d30e6945aec5 img.shogun-image {
    

    
    
    
  }


#s-7277e005-3d93-43e7-b24a-d30e6945aec5 .shogun-image-content {
  
    align-items: center;
  
}

#s-b4b63d2f-f0f5-491d-87a0-727121ff42d9 {
  margin-left: 50px;
margin-right: 50px;
}

#s-ff97f22c-36f1-4d01-8ec6-cf7856459cd8 {
  text-align: center;
}







  #s-ff97f22c-36f1-4d01-8ec6-cf7856459cd8 img.shogun-image {
    

    
    
    
  }


#s-ff97f22c-36f1-4d01-8ec6-cf7856459cd8 .shogun-image-content {
  
    align-items: center;
  
}

#s-bfd00735-9092-43ef-815c-4b322f814a7e {
  margin-left: 50px;
margin-right: 50px;
}

#s-77e1cef0-4156-47f4-b99e-8ea51cb43b66 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-77e1cef0-4156-47f4-b99e-8ea51cb43b66"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-77e1cef0-4156-47f4-b99e-8ea51cb43b66"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-77e1cef0-4156-47f4-b99e-8ea51cb43b66"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-77e1cef0-4156-47f4-b99e-8ea51cb43b66"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ea6ee561-d7eb-4324-9492-2f293d6f015a {
  text-align: center;
}







  #s-ea6ee561-d7eb-4324-9492-2f293d6f015a img.shogun-image {
    

    
    
    
  }


#s-ea6ee561-d7eb-4324-9492-2f293d6f015a .shogun-image-content {
  
    align-items: center;
  
}

#s-25546fa2-c8bc-4a41-8011-0fa803364d11 {
  margin-left: 50px;
margin-right: 50px;
}

#s-6df29333-93d2-4ae3-b269-aea7923ebab8 {
  text-align: center;
}







  #s-6df29333-93d2-4ae3-b269-aea7923ebab8 img.shogun-image {
    

    
    
    
  }


#s-6df29333-93d2-4ae3-b269-aea7923ebab8 .shogun-image-content {
  
    align-items: center;
  
}

#s-3c8aa8c0-4093-4d19-9cea-0824368e2a53 {
  margin-left: 50px;
margin-right: 50px;
}

#s-7ca9764a-571f-4c8a-8af2-f9a74a508ce8 {
  min-height: 50px;
}








#s-7ca9764a-571f-4c8a-8af2-f9a74a508ce8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ca9764a-571f-4c8a-8af2-f9a74a508ce8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-18116f08-e26f-44ba-b3fe-c1746c40b2c1 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-18116f08-e26f-44ba-b3fe-c1746c40b2c1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-18116f08-e26f-44ba-b3fe-c1746c40b2c1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-18116f08-e26f-44ba-b3fe-c1746c40b2c1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-18116f08-e26f-44ba-b3fe-c1746c40b2c1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4f8a3dce-38b0-425f-a672-531b36b48176 {
  text-align: center;
}







  #s-4f8a3dce-38b0-425f-a672-531b36b48176 img.shogun-image {
    

    
    
    
  }


#s-4f8a3dce-38b0-425f-a672-531b36b48176 .shogun-image-content {
  
    align-items: center;
  
}

#s-07c9edb8-2be4-4670-b0d6-aac7a452e6d0 {
  margin-left: 50px;
margin-right: 50px;
}

#s-db873ab9-275a-45ad-a92b-4fd96e3b55ee {
  text-align: center;
}







  #s-db873ab9-275a-45ad-a92b-4fd96e3b55ee img.shogun-image {
    

    
    
    
  }


#s-db873ab9-275a-45ad-a92b-4fd96e3b55ee .shogun-image-content {
  
    align-items: center;
  
}

#s-dbd251e7-efd3-4db0-a35d-a6b48c51740a {
  margin-left: 50px;
margin-right: 50px;
}

#s-572abf36-c1c6-4491-88f5-4890cb58c842 {
  min-height: 50px;
}








#s-572abf36-c1c6-4491-88f5-4890cb58c842 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-572abf36-c1c6-4491-88f5-4890cb58c842.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b8fc76b8-90a7-4faf-b212-19af6baa5596 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-b8fc76b8-90a7-4faf-b212-19af6baa5596"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b8fc76b8-90a7-4faf-b212-19af6baa5596"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b8fc76b8-90a7-4faf-b212-19af6baa5596"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b8fc76b8-90a7-4faf-b212-19af6baa5596"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-44b37b67-e909-4ae5-83a8-457b6f02c48a {
  text-align: center;
}







  #s-44b37b67-e909-4ae5-83a8-457b6f02c48a img.shogun-image {
    

    
    
    
  }


#s-44b37b67-e909-4ae5-83a8-457b6f02c48a .shogun-image-content {
  
    align-items: center;
  
}

#s-2f6a2471-d9fd-4d20-ba50-6df1e3b8f846 {
  margin-left: 50px;
margin-right: 50px;
}

#s-0ef8caa8-6ec1-41fe-a203-969dd8c7a21b {
  text-align: center;
}







  #s-0ef8caa8-6ec1-41fe-a203-969dd8c7a21b img.shogun-image {
    

    
    
    
  }


#s-0ef8caa8-6ec1-41fe-a203-969dd8c7a21b .shogun-image-content {
  
    align-items: center;
  
}

#s-f4fe4391-aede-489e-b2e9-4e9acb2c52e0 {
  margin-left: 50px;
margin-right: 50px;
}

#s-9220ea57-7db7-4aed-9680-082bc32f1ca2 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

.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-41b34f28-695b-483d-8a3a-d93d28995cd5 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-41b34f28-695b-483d-8a3a-d93d28995cd5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-41b34f28-695b-483d-8a3a-d93d28995cd5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-41b34f28-695b-483d-8a3a-d93d28995cd5-root {
    text-align: center;
  }


#s-41b34f28-695b-483d-8a3a-d93d28995cd5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: gothambook;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-41b34f28-695b-483d-8a3a-d93d28995cd5-root {
    text-align: center;
  }


#s-41b34f28-695b-483d-8a3a-d93d28995cd5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: gothambook;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-41b34f28-695b-483d-8a3a-d93d28995cd5-root {
    text-align: center;
  }


#s-41b34f28-695b-483d-8a3a-d93d28995cd5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: gothambook;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-41b34f28-695b-483d-8a3a-d93d28995cd5-root {
    text-align: center;
  }


#s-41b34f28-695b-483d-8a3a-d93d28995cd5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: gothambook;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-41b34f28-695b-483d-8a3a-d93d28995cd5-root {
    text-align: center;
  }


#s-41b34f28-695b-483d-8a3a-d93d28995cd5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: gothambook;
  display:  inline-block ;
}
}
#s-653487ab-8fea-45ea-8d4f-1b9384641d94 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-653487ab-8fea-45ea-8d4f-1b9384641d94:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-653487ab-8fea-45ea-8d4f-1b9384641d94:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-653487ab-8fea-45ea-8d4f-1b9384641d94-root {
    text-align: center;
  }


#s-653487ab-8fea-45ea-8d4f-1b9384641d94.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: gothambook;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-653487ab-8fea-45ea-8d4f-1b9384641d94-root {
    text-align: center;
  }


#s-653487ab-8fea-45ea-8d4f-1b9384641d94.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: gothambook;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-653487ab-8fea-45ea-8d4f-1b9384641d94-root {
    text-align: center;
  }


#s-653487ab-8fea-45ea-8d4f-1b9384641d94.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: gothambook;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-653487ab-8fea-45ea-8d4f-1b9384641d94-root {
    text-align: center;
  }


#s-653487ab-8fea-45ea-8d4f-1b9384641d94.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: gothambook;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-653487ab-8fea-45ea-8d4f-1b9384641d94-root {
    text-align: center;
  }


#s-653487ab-8fea-45ea-8d4f-1b9384641d94.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: gothambook;
  display:  inline-block ;
}
}
/*
  $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}
