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

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: flex;
  width: 100%;
}

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  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-666ca7b5-798c-4904-8ce7-a509170524b3 {
  background-repeat: repeat;
background-size: cover;
min-height: 356px;
background-position: center center;
}

#s-666ca7b5-798c-4904-8ce7-a509170524b3 {
  background-image: url(https://i.shgcdn.com/168b7805-603f-4061-a4d6-1d9ca77d4a7f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-666ca7b5-798c-4904-8ce7-a509170524b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-666ca7b5-798c-4904-8ce7-a509170524b3.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  
  
  
}

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

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

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

.shg-theme-text-content p {
  
  
  
}

#s-77c899e7-497a-4bec-ba54-9401ddb8e9f5 {
  margin-top: 50px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-right: 200px;
max-width: 1100px;
}
@media (max-width: 767px){#s-77c899e7-497a-4bec-ba54-9401ddb8e9f5 {
  padding-left: 20px;
padding-bottom: 20px;
display: none;
}
#s-77c899e7-497a-4bec-ba54-9401ddb8e9f5, #wrap-s-77c899e7-497a-4bec-ba54-9401ddb8e9f5 { display: none !important; }}
#s-6ccf95df-d1f3-488d-a75d-17abf421c33f {
  margin-top: 50px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
max-width: 1100px;
}
@media (min-width: 1200px){#s-6ccf95df-d1f3-488d-a75d-17abf421c33f {
  display: none;
}
#s-6ccf95df-d1f3-488d-a75d-17abf421c33f, #wrap-s-6ccf95df-d1f3-488d-a75d-17abf421c33f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6ccf95df-d1f3-488d-a75d-17abf421c33f {
  display: none;
}
#s-6ccf95df-d1f3-488d-a75d-17abf421c33f, #wrap-s-6ccf95df-d1f3-488d-a75d-17abf421c33f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6ccf95df-d1f3-488d-a75d-17abf421c33f {
  display: none;
}
#s-6ccf95df-d1f3-488d-a75d-17abf421c33f, #wrap-s-6ccf95df-d1f3-488d-a75d-17abf421c33f { display: none !important; }}@media (max-width: 767px){#s-6ccf95df-d1f3-488d-a75d-17abf421c33f {
  margin-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
}
}
#s-17204dcb-0357-4244-a48f-91ec02105947 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1100px;
}
@media (max-width: 767px){#s-17204dcb-0357-4244-a48f-91ec02105947 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-17204dcb-0357-4244-a48f-91ec02105947 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-17204dcb-0357-4244-a48f-91ec02105947.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-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-19e85770-ae36-496d-a7b3-90dc19686163 {
  margin-top: -2px;
margin-bottom: -2px;
text-align: center;
}







  #s-19e85770-ae36-496d-a7b3-90dc19686163 img.shogun-image {
    

    
    
    
  }


#s-19e85770-ae36-496d-a7b3-90dc19686163 .shogun-image-content {
  
    align-items: center;
  
}

#s-15c19eb8-e397-4035-b520-a5fc64c906b0 {
  padding-top: 20px;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  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;
}

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

#s-979ca3a9-b9ef-47ab-a596-b4cef5f0fdab {
  margin-left: auto;
margin-right: auto;
padding-bottom: 30px;
max-width: 1100px;
}

@media (min-width: 0px) {
[id="s-979ca3a9-b9ef-47ab-a596-b4cef5f0fdab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-979ca3a9-b9ef-47ab-a596-b4cef5f0fdab"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-979ca3a9-b9ef-47ab-a596-b4cef5f0fdab"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-979ca3a9-b9ef-47ab-a596-b4cef5f0fdab"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-979ca3a9-b9ef-47ab-a596-b4cef5f0fdab"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-979ca3a9-b9ef-47ab-a596-b4cef5f0fdab"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-979ca3a9-b9ef-47ab-a596-b4cef5f0fdab"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-979ca3a9-b9ef-47ab-a596-b4cef5f0fdab"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-dfe6ba64-9ad7-47a9-acb6-5f0e4b2c6760 {
  padding-top: 20px;
}

#s-f774daff-2424-4a32-972d-7a279f9fe463 {
  padding-top: 20px;
padding-left: 0px;
padding-right: 0px;
text-align: center;
}
@media (max-width: 767px){#s-f774daff-2424-4a32-972d-7a279f9fe463 {
  padding-left: 50px;
padding-right: 50px;
}
}






  #s-f774daff-2424-4a32-972d-7a279f9fe463 img.shogun-image {
    

    
    
    
  }


#s-f774daff-2424-4a32-972d-7a279f9fe463 .shogun-image-content {
  
    align-items: center;
  
}

#s-aae58d31-c1c5-4ed9-afd0-c452a5b13a19 {
  background-repeat: repeat;
background-size: cover;
min-height: 79px;
background-position: center center;
}








#s-aae58d31-c1c5-4ed9-afd0-c452a5b13a19 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-aae58d31-c1c5-4ed9-afd0-c452a5b13a19.shg-box.shg-c {
  justify-content: center;
}

#s-ca8d8352-5134-4b3b-9c5c-0abd07248356 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1116px;
}
@media (min-width: 1200px){#s-ca8d8352-5134-4b3b-9c5c-0abd07248356 {
  display: none;
}
#s-ca8d8352-5134-4b3b-9c5c-0abd07248356, #wrap-s-ca8d8352-5134-4b3b-9c5c-0abd07248356 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ca8d8352-5134-4b3b-9c5c-0abd07248356 {
  display: none;
}
#s-ca8d8352-5134-4b3b-9c5c-0abd07248356, #wrap-s-ca8d8352-5134-4b3b-9c5c-0abd07248356 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ca8d8352-5134-4b3b-9c5c-0abd07248356 {
  display: none;
}
#s-ca8d8352-5134-4b3b-9c5c-0abd07248356, #wrap-s-ca8d8352-5134-4b3b-9c5c-0abd07248356 { display: none !important; }}@media (max-width: 767px){#s-ca8d8352-5134-4b3b-9c5c-0abd07248356 {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-776182e6-97c1-422c-a281-1e19e3e96863 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1116px;
}
@media (max-width: 767px){#s-776182e6-97c1-422c-a281-1e19e3e96863 {
  padding-left: 20px;
padding-right: 20px;
display: none;
}
#s-776182e6-97c1-422c-a281-1e19e3e96863, #wrap-s-776182e6-97c1-422c-a281-1e19e3e96863 { display: none !important; }}
#s-130f1823-e1ac-4448-b15b-d1fa12fc241c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1100px;
}
@media (max-width: 767px){#s-130f1823-e1ac-4448-b15b-d1fa12fc241c {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-130f1823-e1ac-4448-b15b-d1fa12fc241c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-130f1823-e1ac-4448-b15b-d1fa12fc241c.shg-box.shg-c {
  justify-content: center;
}

#s-08dd1072-38e2-43c1-bdc3-6870c9006fc9 {
  margin-top: -2px;
margin-bottom: -2px;
text-align: center;
}







  #s-08dd1072-38e2-43c1-bdc3-6870c9006fc9 img.shogun-image {
    

    
    
    
  }


#s-08dd1072-38e2-43c1-bdc3-6870c9006fc9 .shogun-image-content {
  
    align-items: center;
  
}

#s-58738ea6-da8c-47f9-bbf2-ba2591209c8d {
  padding-top: 20px;
}

#s-ed2e45b1-8fc4-4d76-a74a-4a923e406262 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 20px;
max-width: 1100px;
}

@media (min-width: 0px) {
[id="s-ed2e45b1-8fc4-4d76-a74a-4a923e406262"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ed2e45b1-8fc4-4d76-a74a-4a923e406262"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ed2e45b1-8fc4-4d76-a74a-4a923e406262"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ed2e45b1-8fc4-4d76-a74a-4a923e406262"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ed2e45b1-8fc4-4d76-a74a-4a923e406262"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ed2e45b1-8fc4-4d76-a74a-4a923e406262"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ed2e45b1-8fc4-4d76-a74a-4a923e406262"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-ed2e45b1-8fc4-4d76-a74a-4a923e406262"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-1edb5716-a5c2-4a3f-9038-d270cb940a16 {
  padding-top: 20px;
text-align: center;
}
@media (max-width: 767px){#s-1edb5716-a5c2-4a3f-9038-d270cb940a16 {
  padding-left: 50px;
padding-right: 50px;
}
}






  #s-1edb5716-a5c2-4a3f-9038-d270cb940a16 img.shogun-image {
    

    
    
    
  }


#s-1edb5716-a5c2-4a3f-9038-d270cb940a16 .shogun-image-content {
  
    align-items: center;
  
}

#s-39529d45-0c0c-4523-a5c3-30ce77f3f22e {
  box-shadow:1px 1px 11px 7px rgba(0, 0, 0, 0.2);
padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
}

#s-b3f472a9-2012-4552-87dd-c16a98310b96 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 0.2);
margin-top: 10px;
padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-469b1b69-7624-401e-8545-5a15ecef2bec {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2);
padding-top: 20px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-2d1b6ebb-4a7b-452f-9b5e-d977c6785a29 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 20px;
}

#s-f1627c07-7e2c-4533-89fb-8597ee5736df {
  background-repeat: repeat;
background-size: cover;
min-height: 79px;
background-position: center center;
}








#s-f1627c07-7e2c-4533-89fb-8597ee5736df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f1627c07-7e2c-4533-89fb-8597ee5736df.shg-box.shg-c {
  justify-content: center;
}

#s-97a8721a-14e2-41de-8cd8-e5b24ab40136 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1116px;
}
@media (min-width: 1200px){#s-97a8721a-14e2-41de-8cd8-e5b24ab40136 {
  display: none;
}
#s-97a8721a-14e2-41de-8cd8-e5b24ab40136, #wrap-s-97a8721a-14e2-41de-8cd8-e5b24ab40136 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-97a8721a-14e2-41de-8cd8-e5b24ab40136 {
  display: none;
}
#s-97a8721a-14e2-41de-8cd8-e5b24ab40136, #wrap-s-97a8721a-14e2-41de-8cd8-e5b24ab40136 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-97a8721a-14e2-41de-8cd8-e5b24ab40136 {
  display: none;
}
#s-97a8721a-14e2-41de-8cd8-e5b24ab40136, #wrap-s-97a8721a-14e2-41de-8cd8-e5b24ab40136 { display: none !important; }}@media (max-width: 767px){#s-97a8721a-14e2-41de-8cd8-e5b24ab40136 {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-aeef7832-7b31-44b9-9c7e-af4a6d423fd7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1116px;
}
@media (max-width: 767px){#s-aeef7832-7b31-44b9-9c7e-af4a6d423fd7 {
  padding-left: 20px;
padding-right: 20px;
display: none;
}
#s-aeef7832-7b31-44b9-9c7e-af4a6d423fd7, #wrap-s-aeef7832-7b31-44b9-9c7e-af4a6d423fd7 { display: none !important; }}
#s-ec3cb21d-ec08-4044-8ccc-2854efe93eab {
  margin-top: -2px;
margin-bottom: -2px;
text-align: center;
}







  #s-ec3cb21d-ec08-4044-8ccc-2854efe93eab img.shogun-image {
    

    
    
    
  }


#s-ec3cb21d-ec08-4044-8ccc-2854efe93eab .shogun-image-content {
  
    align-items: center;
  
}

#s-3a93b951-cc76-4a8b-8be6-3198afe4f1cc {
  min-height: 50px;
}








#s-3a93b951-cc76-4a8b-8be6-3198afe4f1cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3a93b951-cc76-4a8b-8be6-3198afe4f1cc.shg-box.shg-c {
  justify-content: center;
}

#s-c667f1ab-3b5c-4cd0-8503-70cca5204f42 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 30px;
max-width: 1100px;
}

@media (min-width: 0px) {
[id="s-c667f1ab-3b5c-4cd0-8503-70cca5204f42"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c667f1ab-3b5c-4cd0-8503-70cca5204f42"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c667f1ab-3b5c-4cd0-8503-70cca5204f42"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c667f1ab-3b5c-4cd0-8503-70cca5204f42"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c667f1ab-3b5c-4cd0-8503-70cca5204f42"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c667f1ab-3b5c-4cd0-8503-70cca5204f42"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c667f1ab-3b5c-4cd0-8503-70cca5204f42"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-c667f1ab-3b5c-4cd0-8503-70cca5204f42"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-f0b86d99-1761-400d-8325-bcd44f71790a {
  padding-top: 20px;
text-align: center;
}
@media (max-width: 767px){#s-f0b86d99-1761-400d-8325-bcd44f71790a {
  padding-left: 50px;
padding-right: 50px;
}
}






  #s-f0b86d99-1761-400d-8325-bcd44f71790a img.shogun-image {
    

    
    
    
  }


#s-f0b86d99-1761-400d-8325-bcd44f71790a .shogun-image-content {
  
    align-items: center;
  
}

#s-2f1973c2-01ae-4d69-8fb6-e8576d1d55e5 {
  padding-top: 20px;
}
@media (max-width: 767px){#s-2f1973c2-01ae-4d69-8fb6-e8576d1d55e5 {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-16b9e112-a0ec-4bae-8ce8-580ec9565642 {
  background-repeat: repeat;
background-size: cover;
min-height: 79px;
background-position: center center;
}








#s-16b9e112-a0ec-4bae-8ce8-580ec9565642 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-16b9e112-a0ec-4bae-8ce8-580ec9565642.shg-box.shg-c {
  justify-content: center;
}

#s-27690bf3-357e-45ad-af6f-ed1072cab6d8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1116px;
}
@media (min-width: 1200px){#s-27690bf3-357e-45ad-af6f-ed1072cab6d8 {
  display: none;
}
#s-27690bf3-357e-45ad-af6f-ed1072cab6d8, #wrap-s-27690bf3-357e-45ad-af6f-ed1072cab6d8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-27690bf3-357e-45ad-af6f-ed1072cab6d8 {
  display: none;
}
#s-27690bf3-357e-45ad-af6f-ed1072cab6d8, #wrap-s-27690bf3-357e-45ad-af6f-ed1072cab6d8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-27690bf3-357e-45ad-af6f-ed1072cab6d8 {
  display: none;
}
#s-27690bf3-357e-45ad-af6f-ed1072cab6d8, #wrap-s-27690bf3-357e-45ad-af6f-ed1072cab6d8 { display: none !important; }}@media (max-width: 767px){#s-27690bf3-357e-45ad-af6f-ed1072cab6d8 {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-b034c959-29ed-4e1f-a333-6d8d0943b706 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1116px;
}
@media (max-width: 767px){#s-b034c959-29ed-4e1f-a333-6d8d0943b706 {
  padding-left: 20px;
padding-right: 20px;
display: none;
}
#s-b034c959-29ed-4e1f-a333-6d8d0943b706, #wrap-s-b034c959-29ed-4e1f-a333-6d8d0943b706 { display: none !important; }}
#s-0cc3fc5c-cc07-4fc2-81b0-265f51207ad2 {
  margin-top: -2px;
margin-bottom: -2px;
text-align: center;
}







  #s-0cc3fc5c-cc07-4fc2-81b0-265f51207ad2 img.shogun-image {
    

    
    
    
  }


#s-0cc3fc5c-cc07-4fc2-81b0-265f51207ad2 .shogun-image-content {
  
    align-items: center;
  
}

#s-7a96116b-844d-4531-80ed-5ccdfff0501f {
  min-height: 50px;
}








#s-7a96116b-844d-4531-80ed-5ccdfff0501f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7a96116b-844d-4531-80ed-5ccdfff0501f.shg-box.shg-c {
  justify-content: center;
}

#s-9aca1928-1faf-40c0-a440-edbf32de7246 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 30px;
max-width: 1100px;
}
@media (max-width: 767px){#s-9aca1928-1faf-40c0-a440-edbf32de7246 {
  padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-9aca1928-1faf-40c0-a440-edbf32de7246"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9aca1928-1faf-40c0-a440-edbf32de7246"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9aca1928-1faf-40c0-a440-edbf32de7246"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9aca1928-1faf-40c0-a440-edbf32de7246"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9aca1928-1faf-40c0-a440-edbf32de7246"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9aca1928-1faf-40c0-a440-edbf32de7246"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9aca1928-1faf-40c0-a440-edbf32de7246"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-9aca1928-1faf-40c0-a440-edbf32de7246"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-3817a4bb-3c09-4614-b069-f1cfec7da366 {
  padding-top: 20px;
text-align: center;
}







  #s-3817a4bb-3c09-4614-b069-f1cfec7da366 img.shogun-image {
    

    
    
    
  }


#s-3817a4bb-3c09-4614-b069-f1cfec7da366 .shogun-image-content {
  
    align-items: center;
  
}

#s-338d9ee6-1984-40b2-9c2c-f0e810535ed9 {
  margin-top: 20px;
padding-top: 20px;
}

#s-fd5bd417-0bb3-4176-bf22-f690c369101d {
  background-repeat: repeat;
background-size: cover;
min-height: 79px;
background-position: center center;
}








#s-fd5bd417-0bb3-4176-bf22-f690c369101d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fd5bd417-0bb3-4176-bf22-f690c369101d.shg-box.shg-c {
  justify-content: center;
}

#s-8a0813fc-9cde-4c82-b70a-22b343754f44 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1116px;
}
@media (min-width: 1200px){#s-8a0813fc-9cde-4c82-b70a-22b343754f44 {
  display: none;
}
#s-8a0813fc-9cde-4c82-b70a-22b343754f44, #wrap-s-8a0813fc-9cde-4c82-b70a-22b343754f44 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8a0813fc-9cde-4c82-b70a-22b343754f44 {
  display: none;
}
#s-8a0813fc-9cde-4c82-b70a-22b343754f44, #wrap-s-8a0813fc-9cde-4c82-b70a-22b343754f44 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8a0813fc-9cde-4c82-b70a-22b343754f44 {
  display: none;
}
#s-8a0813fc-9cde-4c82-b70a-22b343754f44, #wrap-s-8a0813fc-9cde-4c82-b70a-22b343754f44 { display: none !important; }}@media (max-width: 767px){#s-8a0813fc-9cde-4c82-b70a-22b343754f44 {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-e1708e17-bc00-4d60-8e70-c0c111b21c6e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1116px;
}
@media (max-width: 767px){#s-e1708e17-bc00-4d60-8e70-c0c111b21c6e {
  padding-left: 20px;
padding-right: 20px;
display: none;
}
#s-e1708e17-bc00-4d60-8e70-c0c111b21c6e, #wrap-s-e1708e17-bc00-4d60-8e70-c0c111b21c6e { display: none !important; }}
#s-228c473a-6a57-43ad-aea5-756e2c1c2416 {
  margin-top: -2px;
margin-bottom: -2px;
text-align: center;
}







  #s-228c473a-6a57-43ad-aea5-756e2c1c2416 img.shogun-image {
    

    
    
    
  }


#s-228c473a-6a57-43ad-aea5-756e2c1c2416 .shogun-image-content {
  
    align-items: center;
  
}

#s-60743fa0-2aea-4642-b892-dbe405718cbd {
  padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-60743fa0-2aea-4642-b892-dbe405718cbd {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-60743fa0-2aea-4642-b892-dbe405718cbd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-60743fa0-2aea-4642-b892-dbe405718cbd.shg-box.shg-c {
  justify-content: center;
}

#s-ca96d8f8-2e70-408c-90c3-cc45694e593b {
  margin-left: auto;
margin-right: auto;
padding-bottom: 30px;
max-width: 1100px;
}
@media (max-width: 767px){#s-ca96d8f8-2e70-408c-90c3-cc45694e593b {
  padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-ca96d8f8-2e70-408c-90c3-cc45694e593b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ca96d8f8-2e70-408c-90c3-cc45694e593b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ca96d8f8-2e70-408c-90c3-cc45694e593b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ca96d8f8-2e70-408c-90c3-cc45694e593b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ca96d8f8-2e70-408c-90c3-cc45694e593b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ca96d8f8-2e70-408c-90c3-cc45694e593b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ca96d8f8-2e70-408c-90c3-cc45694e593b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-51c6992b-7e28-454e-8b87-ec00371954c9 {
  margin-top: 20px;
padding-top: 20px;
}

#s-c0028775-2966-4f79-839b-a48969e57750 {
  padding-top: 20px;
text-align: center;
}







  #s-c0028775-2966-4f79-839b-a48969e57750 img.shogun-image {
    

    
    
    
  }


#s-c0028775-2966-4f79-839b-a48969e57750 .shogun-image-content {
  
    align-items: center;
  
}

#s-45dc278e-f006-46e3-9397-c656fd836e02 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
max-width: 1110px;
}
@media (min-width: 1200px){#s-45dc278e-f006-46e3-9397-c656fd836e02 {
  display: none;
}
#s-45dc278e-f006-46e3-9397-c656fd836e02, #wrap-s-45dc278e-f006-46e3-9397-c656fd836e02 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-45dc278e-f006-46e3-9397-c656fd836e02 {
  display: none;
}
#s-45dc278e-f006-46e3-9397-c656fd836e02, #wrap-s-45dc278e-f006-46e3-9397-c656fd836e02 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-45dc278e-f006-46e3-9397-c656fd836e02 {
  display: none;
}
#s-45dc278e-f006-46e3-9397-c656fd836e02, #wrap-s-45dc278e-f006-46e3-9397-c656fd836e02 { display: none !important; }}
#s-ebb2fdc2-adda-4146-8377-5eb64bc190d0 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 20px;
max-width: 1100px;
}

@media (min-width: 0px) {
[id="s-ebb2fdc2-adda-4146-8377-5eb64bc190d0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ebb2fdc2-adda-4146-8377-5eb64bc190d0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ebb2fdc2-adda-4146-8377-5eb64bc190d0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ebb2fdc2-adda-4146-8377-5eb64bc190d0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ebb2fdc2-adda-4146-8377-5eb64bc190d0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ebb2fdc2-adda-4146-8377-5eb64bc190d0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ebb2fdc2-adda-4146-8377-5eb64bc190d0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-ebb2fdc2-adda-4146-8377-5eb64bc190d0"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-6a500bae-c666-4e82-bf05-fe7a2835d510 {
  padding-top: 50px;
text-align: center;
}
@media (max-width: 767px){#s-6a500bae-c666-4e82-bf05-fe7a2835d510 {
  padding-left: 50px;
padding-right: 50px;
}
}






  #s-6a500bae-c666-4e82-bf05-fe7a2835d510 img.shogun-image {
    

    
    
    
  }


#s-6a500bae-c666-4e82-bf05-fe7a2835d510 .shogun-image-content {
  
    align-items: center;
  
}

#s-8aed877e-1cd7-483d-b660-50de7732e90d {
  box-shadow:1px 1px 11px 7px rgba(0, 0, 0, 0.2);
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
background-color: rgba(255, 255, 255, 1);
}

#s-95d91e75-717f-4be4-bc23-cd8c96982c1c {
  margin-left: auto;
margin-right: auto;
padding-bottom: 30px;
min-height: 50px;
max-width: 1100px;
}
@media (max-width: 767px){#s-95d91e75-717f-4be4-bc23-cd8c96982c1c {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-95d91e75-717f-4be4-bc23-cd8c96982c1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-95d91e75-717f-4be4-bc23-cd8c96982c1c.shg-box.shg-c {
  justify-content: center;
}

#s-97d46f38-60a0-417c-9866-cfc8cb190a65 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 30px;
max-width: 1100px;
}

@media (min-width: 0px) {
[id="s-97d46f38-60a0-417c-9866-cfc8cb190a65"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-97d46f38-60a0-417c-9866-cfc8cb190a65"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-97d46f38-60a0-417c-9866-cfc8cb190a65"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-97d46f38-60a0-417c-9866-cfc8cb190a65"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-97d46f38-60a0-417c-9866-cfc8cb190a65"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-97d46f38-60a0-417c-9866-cfc8cb190a65"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-97d46f38-60a0-417c-9866-cfc8cb190a65"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-b8c0ad9c-05ce-4587-a5ba-970627a28769 {
  padding-top: 20px;
}
@media (max-width: 767px){#s-b8c0ad9c-05ce-4587-a5ba-970627a28769 {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-852880fb-9df4-4808-9372-229f4d3f0ac3 {
  padding-top: 20px;
text-align: center;
}
@media (max-width: 767px){#s-852880fb-9df4-4808-9372-229f4d3f0ac3 {
  padding-left: 50px;
padding-right: 50px;
}
}






  #s-852880fb-9df4-4808-9372-229f4d3f0ac3 img.shogun-image {
    

    
    
    
  }


#s-852880fb-9df4-4808-9372-229f4d3f0ac3 .shogun-image-content {
  
    align-items: center;
  
}

#s-695ef8e5-389e-4b0f-afb7-bf70cc5d0026 {
  padding-top: 0px;
}

#s-2826ad63-e779-4c43-a6c4-0f184dd7da45 {
  padding-top: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

@media (min-width: 0px) {
[id="s-2826ad63-e779-4c43-a6c4-0f184dd7da45"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2826ad63-e779-4c43-a6c4-0f184dd7da45"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2826ad63-e779-4c43-a6c4-0f184dd7da45"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2826ad63-e779-4c43-a6c4-0f184dd7da45"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-197856d8-3c8b-42a7-ab21-f3a8ca90abbe {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(226, 226, 226, 1);
border-style: solid;
}
@media (max-width: 767px){#s-197856d8-3c8b-42a7-ab21-f3a8ca90abbe {
  margin-top: 20px;
margin-bottom: 20px;
}
}
@media (min-width: 0px) {
[id="s-197856d8-3c8b-42a7-ab21-f3a8ca90abbe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-197856d8-3c8b-42a7-ab21-f3a8ca90abbe"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-197856d8-3c8b-42a7-ab21-f3a8ca90abbe"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-197856d8-3c8b-42a7-ab21-f3a8ca90abbe"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-197856d8-3c8b-42a7-ab21-f3a8ca90abbe"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-197856d8-3c8b-42a7-ab21-f3a8ca90abbe"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-197856d8-3c8b-42a7-ab21-f3a8ca90abbe"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-425a7673-08f5-4faf-abb3-d50397bc1dce {
  text-align: center;
}







  #s-425a7673-08f5-4faf-abb3-d50397bc1dce img.shogun-image {
    

    
    
    
  }


#s-425a7673-08f5-4faf-abb3-d50397bc1dce .shogun-image-content {
  
    align-items: center;
  
}

#s-d053f48a-950b-4030-afcf-b5ac462119de {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-f0fb6a7b-94bf-4a03-b9bc-6cd5d442ea61 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 45px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(226, 226, 226, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-f0fb6a7b-94bf-4a03-b9bc-6cd5d442ea61"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f0fb6a7b-94bf-4a03-b9bc-6cd5d442ea61"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f0fb6a7b-94bf-4a03-b9bc-6cd5d442ea61"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f0fb6a7b-94bf-4a03-b9bc-6cd5d442ea61"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f0fb6a7b-94bf-4a03-b9bc-6cd5d442ea61"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f0fb6a7b-94bf-4a03-b9bc-6cd5d442ea61"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f0fb6a7b-94bf-4a03-b9bc-6cd5d442ea61"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-9f898c3f-a7b9-44e9-b4df-83a9ac379cf9 {
  margin-top: 30px;
text-align: center;
}







  #s-9f898c3f-a7b9-44e9-b4df-83a9ac379cf9 img.shogun-image {
    

    
    
    
  }


#s-9f898c3f-a7b9-44e9-b4df-83a9ac379cf9 .shogun-image-content {
  
    align-items: center;
  
}

#s-0ddbf3ef-cf39-44fb-8a18-6ba1c03fb70d {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-88db9b18-f8de-4fc2-b7b8-e50f9aeacf51 {
  padding-top: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

@media (min-width: 0px) {
[id="s-88db9b18-f8de-4fc2-b7b8-e50f9aeacf51"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-88db9b18-f8de-4fc2-b7b8-e50f9aeacf51"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-88db9b18-f8de-4fc2-b7b8-e50f9aeacf51"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-88db9b18-f8de-4fc2-b7b8-e50f9aeacf51"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-dd408fb3-1a1c-40b6-9675-2cbb05466621 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(226, 226, 226, 1);
border-style: solid;
}
@media (max-width: 767px){#s-dd408fb3-1a1c-40b6-9675-2cbb05466621 {
  margin-top: 20px;
margin-bottom: 20px;
}
}
@media (min-width: 0px) {
[id="s-dd408fb3-1a1c-40b6-9675-2cbb05466621"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dd408fb3-1a1c-40b6-9675-2cbb05466621"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dd408fb3-1a1c-40b6-9675-2cbb05466621"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dd408fb3-1a1c-40b6-9675-2cbb05466621"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dd408fb3-1a1c-40b6-9675-2cbb05466621"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dd408fb3-1a1c-40b6-9675-2cbb05466621"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dd408fb3-1a1c-40b6-9675-2cbb05466621"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-f562109b-9410-47b5-8635-1b06cb30504d {
  text-align: center;
}







  #s-f562109b-9410-47b5-8635-1b06cb30504d img.shogun-image {
    

    
    
    
  }


#s-f562109b-9410-47b5-8635-1b06cb30504d .shogun-image-content {
  
    align-items: center;
  
}

#s-f09a1307-c992-4b9c-bb5a-8a54cd870f9d {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-aaba055c-e4d2-4a3e-84fe-074d85778cbb {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(226, 226, 226, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-aaba055c-e4d2-4a3e-84fe-074d85778cbb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aaba055c-e4d2-4a3e-84fe-074d85778cbb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-aaba055c-e4d2-4a3e-84fe-074d85778cbb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-aaba055c-e4d2-4a3e-84fe-074d85778cbb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-aaba055c-e4d2-4a3e-84fe-074d85778cbb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-aaba055c-e4d2-4a3e-84fe-074d85778cbb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-aaba055c-e4d2-4a3e-84fe-074d85778cbb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-fc048d08-bca9-4c02-8919-3235f41688ea {
  text-align: center;
}







  #s-fc048d08-bca9-4c02-8919-3235f41688ea img.shogun-image {
    

    
    
    
  }


#s-fc048d08-bca9-4c02-8919-3235f41688ea .shogun-image-content {
  
    align-items: center;
  
}

#s-dff0c42c-31d7-4c35-8401-070469f41d2f {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-4b8430ad-a5d7-44be-bfa2-0cf100755c7a {
  padding-top: 30px;
}

#s-ab69468c-a138-4795-a9bf-7bbf5288907e {
  background-repeat: repeat;
background-size: cover;
min-height: 330px;
background-position: center center;
}








#s-ab69468c-a138-4795-a9bf-7bbf5288907e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ab69468c-a138-4795-a9bf-7bbf5288907e.shg-box.shg-c {
  justify-content: center;
}

#s-3b6b0010-6c5b-4705-a3c6-10d02c79fb2f {
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-3b6b0010-6c5b-4705-a3c6-10d02c79fb2f {
  margin-top: -47px;
margin-bottom: -47px;
}
}@media (max-width: 767px){#s-3b6b0010-6c5b-4705-a3c6-10d02c79fb2f {
  margin-top: -2px;
margin-bottom: -2px;
display: none;
}
#s-3b6b0010-6c5b-4705-a3c6-10d02c79fb2f, #wrap-s-3b6b0010-6c5b-4705-a3c6-10d02c79fb2f { display: none !important; }}






  #s-3b6b0010-6c5b-4705-a3c6-10d02c79fb2f img.shogun-image {
    

    
    
    
  }


#s-3b6b0010-6c5b-4705-a3c6-10d02c79fb2f .shogun-image-content {
  
    align-items: center;
  
}

#s-6c82ded2-9fa4-4e88-aae7-2080196c7219 {
  margin-top: -2px;
margin-bottom: -2px;
text-align: center;
}
@media (min-width: 1200px){#s-6c82ded2-9fa4-4e88-aae7-2080196c7219 {
  display: none;
}
#s-6c82ded2-9fa4-4e88-aae7-2080196c7219, #wrap-s-6c82ded2-9fa4-4e88-aae7-2080196c7219 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6c82ded2-9fa4-4e88-aae7-2080196c7219 {
  display: none;
}
#s-6c82ded2-9fa4-4e88-aae7-2080196c7219, #wrap-s-6c82ded2-9fa4-4e88-aae7-2080196c7219 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6c82ded2-9fa4-4e88-aae7-2080196c7219 {
  display: none;
}
#s-6c82ded2-9fa4-4e88-aae7-2080196c7219, #wrap-s-6c82ded2-9fa4-4e88-aae7-2080196c7219 { display: none !important; }}






  #s-6c82ded2-9fa4-4e88-aae7-2080196c7219 img.shogun-image {
    

    
    
    
  }


#s-6c82ded2-9fa4-4e88-aae7-2080196c7219 .shogun-image-content {
  
    align-items: center;
  
}

#s-6f94fa47-4504-4044-b210-6dd9f9e22317 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
max-width: 1116px;
}

#s-1e54d6c9-30ec-4c14-9a65-1a1809c3a691 {
  min-height: 50px;
}
@media (max-width: 767px){#s-1e54d6c9-30ec-4c14-9a65-1a1809c3a691 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-1e54d6c9-30ec-4c14-9a65-1a1809c3a691 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1e54d6c9-30ec-4c14-9a65-1a1809c3a691.shg-box.shg-c {
  justify-content: center;
}

#s-32c4c40e-fbf6-47d0-9065-28c001674dfc {
  margin-left: auto;
margin-right: auto;
padding-bottom: 30px;
max-width: 1100px;
}

@media (min-width: 0px) {
[id="s-32c4c40e-fbf6-47d0-9065-28c001674dfc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-32c4c40e-fbf6-47d0-9065-28c001674dfc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-32c4c40e-fbf6-47d0-9065-28c001674dfc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-32c4c40e-fbf6-47d0-9065-28c001674dfc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-32c4c40e-fbf6-47d0-9065-28c001674dfc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-32c4c40e-fbf6-47d0-9065-28c001674dfc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-32c4c40e-fbf6-47d0-9065-28c001674dfc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-46e46f9b-7204-4676-94d7-e68c2f20ee89 {
  padding-top: 20px;
}
@media (max-width: 767px){#s-46e46f9b-7204-4676-94d7-e68c2f20ee89 {
  padding-left: 0px;
padding-right: 0px;
}
}
#s-f75d5d92-0678-481e-9273-c6fc616a38a1 {
  padding-top: 20px;
text-align: center;
}
@media (max-width: 767px){#s-f75d5d92-0678-481e-9273-c6fc616a38a1 {
  padding-left: 50px;
padding-right: 50px;
}
}






  #s-f75d5d92-0678-481e-9273-c6fc616a38a1 img.shogun-image {
    

    
    
    
  }


#s-f75d5d92-0678-481e-9273-c6fc616a38a1 .shogun-image-content {
  
    align-items: center;
  
}

#s-8a562b0e-9848-4689-ab81-7a3ce89cf7fa {
  box-shadow:1px 1px 1px 0px rgba(255, 255, 255, 1);
margin-left: auto;
margin-right: auto;
max-width: 1110px;
}
@media (max-width: 767px){#s-8a562b0e-9848-4689-ab81-7a3ce89cf7fa {
  padding-left: 0px;
padding-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-8a562b0e-9848-4689-ab81-7a3ce89cf7fa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8a562b0e-9848-4689-ab81-7a3ce89cf7fa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-8a562b0e-9848-4689-ab81-7a3ce89cf7fa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-8a562b0e-9848-4689-ab81-7a3ce89cf7fa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-d31ba40e-17b9-4c91-9b41-1710c1c72d0e {
  box-shadow:1px 1px 11px 1px rgba(179, 179, 179, 1);
padding-top: 40px;
padding-bottom: 92px;
min-height: 50px;
}








#s-d31ba40e-17b9-4c91-9b41-1710c1c72d0e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d31ba40e-17b9-4c91-9b41-1710c1c72d0e.shg-box.shg-c {
  justify-content: center;
}

#s-1e45a076-1418-40b8-97e4-ca4e91ffd02a {
  text-align: center;
}







  #s-1e45a076-1418-40b8-97e4-ca4e91ffd02a img.shogun-image {
    

    
    
    
  }


#s-1e45a076-1418-40b8-97e4-ca4e91ffd02a .shogun-image-content {
  
    align-items: center;
  
}

#s-f6106e37-60fb-4cfb-96ba-e25e6f7149c2 {
  padding-top: 20px;
}

#s-353ea50e-542a-4f56-af63-8263adb845e0 {
  box-shadow:1px 1px 11px 1px rgba(179, 179, 179, 1);
padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
}
@media (max-width: 767px){#s-353ea50e-542a-4f56-af63-8263adb845e0 {
  margin-bottom: 20px;
}
}







#s-353ea50e-542a-4f56-af63-8263adb845e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-353ea50e-542a-4f56-af63-8263adb845e0.shg-box.shg-c {
  justify-content: center;
}

#s-27f26ebf-2f6c-4b79-b1fc-860002369030 {
  text-align: center;
}







  #s-27f26ebf-2f6c-4b79-b1fc-860002369030 img.shogun-image {
    

    
    
    
  }


#s-27f26ebf-2f6c-4b79-b1fc-860002369030 .shogun-image-content {
  
    align-items: center;
  
}

#s-960860e4-e5fb-415e-9d21-96e01e9de48f {
  padding-top: 20px;
padding-left: 20px;
padding-right: 20px;
}
@media (max-width: 767px){#s-960860e4-e5fb-415e-9d21-96e01e9de48f {
  padding-top: 0px;
}
}
#s-8a19892d-1f04-4068-8ad8-7b0440d1b522 {
  box-shadow:1px 1px 11px 1px rgba(179, 179, 179, 1);
padding-top: 40px;
padding-bottom: 91px;
min-height: 50px;
}








#s-8a19892d-1f04-4068-8ad8-7b0440d1b522 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8a19892d-1f04-4068-8ad8-7b0440d1b522.shg-box.shg-c {
  justify-content: center;
}

#s-645909ca-870e-4ba8-b12a-55df693777f8 {
  text-align: center;
}







  #s-645909ca-870e-4ba8-b12a-55df693777f8 img.shogun-image {
    

    
    
    
  }


#s-645909ca-870e-4ba8-b12a-55df693777f8 .shogun-image-content {
  
    align-items: center;
  
}

#s-c1f7f50c-563d-4952-a95a-2902126b3754 {
  padding-top: 20px;
}

#s-6cb6c955-416f-424b-8ad4-b0001fe26daa {
  box-shadow:1px 1px 11px 1px rgba(179, 179, 179, 1);
padding-top: 40px;
padding-bottom: 68px;
min-height: 50px;
}








#s-6cb6c955-416f-424b-8ad4-b0001fe26daa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6cb6c955-416f-424b-8ad4-b0001fe26daa.shg-box.shg-c {
  justify-content: center;
}

#s-403330b6-9ff8-43ff-b74a-0e5ef8fb7b65 {
  text-align: center;
}







  #s-403330b6-9ff8-43ff-b74a-0e5ef8fb7b65 img.shogun-image {
    

    
    
    
  }


#s-403330b6-9ff8-43ff-b74a-0e5ef8fb7b65 .shogun-image-content {
  
    align-items: center;
  
}

#s-9402eb91-fb53-492d-a5dd-cd14d77cd52e {
  padding-top: 20px;
}

#s-b11f4d8a-d565-424a-9a71-b13ab7d2fc8a {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
max-width: 1110px;
}

#s-7e9f0b65-ccb3-4cc7-ba23-5f36060c349b {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
max-width: 1110px;
}

@media (min-width: 0px) {
[id="s-7e9f0b65-ccb3-4cc7-ba23-5f36060c349b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7e9f0b65-ccb3-4cc7-ba23-5f36060c349b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7e9f0b65-ccb3-4cc7-ba23-5f36060c349b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7e9f0b65-ccb3-4cc7-ba23-5f36060c349b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-2b1e917c-8295-4042-88e5-5598f8965739 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
max-width: 1110px;
}

#s-3dcf0296-a83c-4562-b970-a10730c761c8 {
  background-repeat: repeat;
background-size: cover;
min-height: 330px;
background-position: center center;
}








#s-3dcf0296-a83c-4562-b970-a10730c761c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3dcf0296-a83c-4562-b970-a10730c761c8.shg-box.shg-c {
  justify-content: center;
}

#s-ac85cb2e-172b-4573-a939-f0ec1a7651de {
  margin-left: auto;
margin-right: auto;
max-width: 1110px;
}

@media (min-width: 0px) {
[id="s-ac85cb2e-172b-4573-a939-f0ec1a7651de"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ac85cb2e-172b-4573-a939-f0ec1a7651de"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ac85cb2e-172b-4573-a939-f0ec1a7651de"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ac85cb2e-172b-4573-a939-f0ec1a7651de"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-ac85cb2e-172b-4573-a939-f0ec1a7651de"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-8c723920-a7f0-4441-b1ff-6fcfcfa59585 {
  padding-top: 50px;
padding-left: 100px;
padding-bottom: 50px;
padding-right: 100px;
text-align: center;
}
@media (max-width: 767px){#s-8c723920-a7f0-4441-b1ff-6fcfcfa59585 {
  margin-left: 20px;
margin-right: 20px;
padding-left: 50px;
padding-bottom: 0px;
padding-right: 50px;
}
}






  #s-8c723920-a7f0-4441-b1ff-6fcfcfa59585 img.shogun-image {
    

    
    
    
  }


#s-8c723920-a7f0-4441-b1ff-6fcfcfa59585 .shogun-image-content {
  
    align-items: center;
  
}

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

.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-cabe44e6-b7b2-4428-be3c-0595f5e5af2d {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTMyZWM3ZGEtZmRmYi00OTE1LWJhMTctOTkzYjMyMzVlMTJjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZjdkMTc3O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTY3MDAyO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxMzJlYzdkYS1mZGZiLTQ5MTUtYmExNy05OTNiMzIzNWUxMmMpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: left;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0.05, "color"=>"#f7d177"}, {"id"=>2, "pos"=>1, "color"=>"#e67002"}];
hover-type: gradient;
}
#s-cabe44e6-b7b2-4428-be3c-0595f5e5af2d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cabe44e6-b7b2-4428-be3c-0595f5e5af2d:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-cabe44e6-b7b2-4428-be3c-0595f5e5af2d {
  display: none;
}
#s-cabe44e6-b7b2-4428-be3c-0595f5e5af2d, #wrap-s-cabe44e6-b7b2-4428-be3c-0595f5e5af2d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cabe44e6-b7b2-4428-be3c-0595f5e5af2d {
  display: none;
}
#s-cabe44e6-b7b2-4428-be3c-0595f5e5af2d, #wrap-s-cabe44e6-b7b2-4428-be3c-0595f5e5af2d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cabe44e6-b7b2-4428-be3c-0595f5e5af2d {
  margin-left: auto;
margin-right: auto;
display: none;
}
#s-cabe44e6-b7b2-4428-be3c-0595f5e5af2d, #wrap-s-cabe44e6-b7b2-4428-be3c-0595f5e5af2d { display: none !important; }}@media (max-width: 767px){#s-cabe44e6-b7b2-4428-be3c-0595f5e5af2d {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}
}

  #s-cabe44e6-b7b2-4428-be3c-0595f5e5af2d-root {
    text-align: left;
  }


#s-cabe44e6-b7b2-4428-be3c-0595f5e5af2d.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cabe44e6-b7b2-4428-be3c-0595f5e5af2d-root {
    text-align: left;
  }


#s-cabe44e6-b7b2-4428-be3c-0595f5e5af2d.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cabe44e6-b7b2-4428-be3c-0595f5e5af2d-root {
    text-align: left;
  }


#s-cabe44e6-b7b2-4428-be3c-0595f5e5af2d.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cabe44e6-b7b2-4428-be3c-0595f5e5af2d-root {
    text-align: left;
  }


#s-cabe44e6-b7b2-4428-be3c-0595f5e5af2d.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cabe44e6-b7b2-4428-be3c-0595f5e5af2d-root {
    text-align: center;
  }


#s-cabe44e6-b7b2-4428-be3c-0595f5e5af2d.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  
  display:  inline-block ;
}
}
#s-4f735d87-1f34-4698-b9cd-e9be6689e253 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 10px;
max-width: 1116px;
}
@media (max-width: 767px){#s-4f735d87-1f34-4698-b9cd-e9be6689e253 {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-738de753-1f66-428d-879e-aef0afdd8a0d {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTAwNzdkZmYtZjI1NC00NWJhLTlhOGEtODg2N2IxMjAxYTY2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZjdkMTc3O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTY3MDAyO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxMDA3N2RmZi1mMjU0LTQ1YmEtOWE4YS04ODY3YjEyMDFhNjYpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: left;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0.05, "color"=>"#f7d177"}, {"id"=>2, "pos"=>1, "color"=>"#e67002"}];
hover-type: gradient;
}
#s-738de753-1f66-428d-879e-aef0afdd8a0d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-738de753-1f66-428d-879e-aef0afdd8a0d:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-738de753-1f66-428d-879e-aef0afdd8a0d {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZTllZjFmNTQtYTVjMi00YzU1LThiY2QtYWNiMjNkOTYzOThhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZjdkMTc3O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTY3MDAyO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlOWVmMWY1NC1hNWMyLTRjNTUtOGJjZC1hY2IyM2Q5NjM5OGEpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0.05, "color"=>"#f7d177"}, {"id"=>2, "pos"=>1, "color"=>"#e67002"}];
}
}@media (max-width: 767px){#s-738de753-1f66-428d-879e-aef0afdd8a0d {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
display: none;
}
#s-738de753-1f66-428d-879e-aef0afdd8a0d, #wrap-s-738de753-1f66-428d-879e-aef0afdd8a0d { display: none !important; }}

  #s-738de753-1f66-428d-879e-aef0afdd8a0d-root {
    text-align: left;
  }


#s-738de753-1f66-428d-879e-aef0afdd8a0d.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-738de753-1f66-428d-879e-aef0afdd8a0d-root {
    text-align: left;
  }


#s-738de753-1f66-428d-879e-aef0afdd8a0d.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-738de753-1f66-428d-879e-aef0afdd8a0d-root {
    text-align: left;
  }


#s-738de753-1f66-428d-879e-aef0afdd8a0d.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-738de753-1f66-428d-879e-aef0afdd8a0d-root {
    text-align: left;
  }


#s-738de753-1f66-428d-879e-aef0afdd8a0d.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-738de753-1f66-428d-879e-aef0afdd8a0d-root {
    text-align: center;
  }


#s-738de753-1f66-428d-879e-aef0afdd8a0d.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  
  display:  inline-block ;
}
}
#s-2f42a02b-2deb-4a82-86fe-49eb94b8bf86 {
  min-height: 50px;
}
@media (max-width: 767px){#s-2f42a02b-2deb-4a82-86fe-49eb94b8bf86 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-2f42a02b-2deb-4a82-86fe-49eb94b8bf86 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2f42a02b-2deb-4a82-86fe-49eb94b8bf86.shg-box.shg-c {
  justify-content: center;
}

#s-9c68f4d4-0316-424a-83ff-725b5e5f736a {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
max-width: 1100px;
}
@media (max-width: 767px){#s-9c68f4d4-0316-424a-83ff-725b5e5f736a {
  display: none;
}
#s-9c68f4d4-0316-424a-83ff-725b5e5f736a, #wrap-s-9c68f4d4-0316-424a-83ff-725b5e5f736a { display: none !important; }}
#s-db8ca512-de16-42bb-b913-824a1b0a0ad6 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
max-width: 1100px;
}
@media (min-width: 1200px){#s-db8ca512-de16-42bb-b913-824a1b0a0ad6 {
  display: none;
}
#s-db8ca512-de16-42bb-b913-824a1b0a0ad6, #wrap-s-db8ca512-de16-42bb-b913-824a1b0a0ad6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-db8ca512-de16-42bb-b913-824a1b0a0ad6 {
  display: none;
}
#s-db8ca512-de16-42bb-b913-824a1b0a0ad6, #wrap-s-db8ca512-de16-42bb-b913-824a1b0a0ad6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-db8ca512-de16-42bb-b913-824a1b0a0ad6 {
  display: none;
}
#s-db8ca512-de16-42bb-b913-824a1b0a0ad6, #wrap-s-db8ca512-de16-42bb-b913-824a1b0a0ad6 { display: none !important; }}
#s-58d97967-66f7-40c1-aa37-71a7df9fdb48 {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
max-width: 1100px;
}
@media (max-width: 767px){#s-58d97967-66f7-40c1-aa37-71a7df9fdb48 {
  display: none;
}
#s-58d97967-66f7-40c1-aa37-71a7df9fdb48, #wrap-s-58d97967-66f7-40c1-aa37-71a7df9fdb48 { display: none !important; }}
#s-190d5dcb-a798-4107-b08a-444f668648e8 {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
max-width: 1100px;
}
@media (min-width: 1200px){#s-190d5dcb-a798-4107-b08a-444f668648e8 {
  display: none;
}
#s-190d5dcb-a798-4107-b08a-444f668648e8, #wrap-s-190d5dcb-a798-4107-b08a-444f668648e8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-190d5dcb-a798-4107-b08a-444f668648e8 {
  display: none;
}
#s-190d5dcb-a798-4107-b08a-444f668648e8, #wrap-s-190d5dcb-a798-4107-b08a-444f668648e8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-190d5dcb-a798-4107-b08a-444f668648e8 {
  display: none;
}
#s-190d5dcb-a798-4107-b08a-444f668648e8, #wrap-s-190d5dcb-a798-4107-b08a-444f668648e8 { display: none !important; }}
#s-be813e50-5df2-4d22-8117-8b3af35a050d {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1100px;
}

@media (min-width: 0px) {
[id="s-be813e50-5df2-4d22-8117-8b3af35a050d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-be813e50-5df2-4d22-8117-8b3af35a050d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-be813e50-5df2-4d22-8117-8b3af35a050d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-be813e50-5df2-4d22-8117-8b3af35a050d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-be813e50-5df2-4d22-8117-8b3af35a050d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-be813e50-5df2-4d22-8117-8b3af35a050d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-be813e50-5df2-4d22-8117-8b3af35a050d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-bb05a5a8-f4b5-4586-be41-97a67876e15c {
  padding-top: 20px;
text-align: center;
}
@media (max-width: 767px){#s-bb05a5a8-f4b5-4586-be41-97a67876e15c {
  padding-left: 150px;
padding-right: 150px;
}
}






  #s-bb05a5a8-f4b5-4586-be41-97a67876e15c img.shogun-image {
    

    
    
    
  }


#s-bb05a5a8-f4b5-4586-be41-97a67876e15c .shogun-image-content {
  
    align-items: center;
  
}

#s-ff7833ed-e94c-4b08-aa2e-38bcd1c2a6a9 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
max-width: 1100px;
}

#s-d40723fc-8c47-4219-b519-bf61caaec6c9 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1100px;
}

@media (min-width: 0px) {
[id="s-d40723fc-8c47-4219-b519-bf61caaec6c9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d40723fc-8c47-4219-b519-bf61caaec6c9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d40723fc-8c47-4219-b519-bf61caaec6c9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d40723fc-8c47-4219-b519-bf61caaec6c9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d40723fc-8c47-4219-b519-bf61caaec6c9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d40723fc-8c47-4219-b519-bf61caaec6c9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d40723fc-8c47-4219-b519-bf61caaec6c9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-d40723fc-8c47-4219-b519-bf61caaec6c9"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-f92ed898-9cb0-483c-9760-0570abcf6eaa {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
max-width: 1100px;
}

#s-d05c1202-9a68-4d98-a955-a51276d1b7ab {
  padding-top: 20px;
text-align: center;
}
@media (max-width: 767px){#s-d05c1202-9a68-4d98-a955-a51276d1b7ab {
  padding-left: 60px;
padding-right: 60px;
}
}






  #s-d05c1202-9a68-4d98-a955-a51276d1b7ab img.shogun-image {
    

    
    
    
  }


#s-d05c1202-9a68-4d98-a955-a51276d1b7ab .shogun-image-content {
  
    align-items: center;
  
}

#s-3899af1d-ac50-47c8-b183-6f77c75c7eb4 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1100px;
}

@media (min-width: 0px) {
[id="s-3899af1d-ac50-47c8-b183-6f77c75c7eb4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3899af1d-ac50-47c8-b183-6f77c75c7eb4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3899af1d-ac50-47c8-b183-6f77c75c7eb4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3899af1d-ac50-47c8-b183-6f77c75c7eb4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3899af1d-ac50-47c8-b183-6f77c75c7eb4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3899af1d-ac50-47c8-b183-6f77c75c7eb4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3899af1d-ac50-47c8-b183-6f77c75c7eb4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-d533f6f3-f3b5-49e3-8e5c-a559dc85dbdb {
  padding-top: 20px;
text-align: center;
}
@media (max-width: 767px){#s-d533f6f3-f3b5-49e3-8e5c-a559dc85dbdb {
  margin-left: 150px;
margin-right: 150px;
}
}






  #s-d533f6f3-f3b5-49e3-8e5c-a559dc85dbdb img.shogun-image {
    

    
    
    
  }


#s-d533f6f3-f3b5-49e3-8e5c-a559dc85dbdb .shogun-image-content {
  
    align-items: center;
  
}

#s-9db6dda3-57a3-49d3-be5c-8e1ed0eef6db {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
max-width: 1100px;
}

#s-f9c6413b-396f-4ecd-bc07-b4cd5f162104 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1100px;
}

@media (min-width: 0px) {
[id="s-f9c6413b-396f-4ecd-bc07-b4cd5f162104"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f9c6413b-396f-4ecd-bc07-b4cd5f162104"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f9c6413b-396f-4ecd-bc07-b4cd5f162104"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f9c6413b-396f-4ecd-bc07-b4cd5f162104"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f9c6413b-396f-4ecd-bc07-b4cd5f162104"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f9c6413b-396f-4ecd-bc07-b4cd5f162104"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f9c6413b-396f-4ecd-bc07-b4cd5f162104"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-f9c6413b-396f-4ecd-bc07-b4cd5f162104"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-241bb841-9c1e-48dd-8a7f-079274d24a14 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
max-width: 1100px;
}
@media (max-width: 767px){#s-241bb841-9c1e-48dd-8a7f-079274d24a14 {
  display: none;
}
#s-241bb841-9c1e-48dd-8a7f-079274d24a14, #wrap-s-241bb841-9c1e-48dd-8a7f-079274d24a14 { display: none !important; }}
#s-986b6f11-a728-4611-9f62-d97f1b89a172 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
max-width: 1100px;
}
@media (min-width: 1200px){#s-986b6f11-a728-4611-9f62-d97f1b89a172 {
  display: none;
}
#s-986b6f11-a728-4611-9f62-d97f1b89a172, #wrap-s-986b6f11-a728-4611-9f62-d97f1b89a172 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-986b6f11-a728-4611-9f62-d97f1b89a172 {
  display: none;
}
#s-986b6f11-a728-4611-9f62-d97f1b89a172, #wrap-s-986b6f11-a728-4611-9f62-d97f1b89a172 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-986b6f11-a728-4611-9f62-d97f1b89a172 {
  display: none;
}
#s-986b6f11-a728-4611-9f62-d97f1b89a172, #wrap-s-986b6f11-a728-4611-9f62-d97f1b89a172 { display: none !important; }}
#s-c0f8179f-508b-49cf-bb01-b4223f582068 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 20px;
text-align: center;
}
@media (max-width: 767px){#s-c0f8179f-508b-49cf-bb01-b4223f582068 {
  padding-left: 60px;
padding-right: 60px;
}
}






  #s-c0f8179f-508b-49cf-bb01-b4223f582068 img.shogun-image {
    

    
    
    
  }


#s-c0f8179f-508b-49cf-bb01-b4223f582068 .shogun-image-content {
  
    align-items: center;
  
}

#s-6040a2fb-a9ea-4fb7-9f80-24d66c75a329 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1100px;
}

@media (min-width: 0px) {
[id="s-6040a2fb-a9ea-4fb7-9f80-24d66c75a329"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6040a2fb-a9ea-4fb7-9f80-24d66c75a329"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6040a2fb-a9ea-4fb7-9f80-24d66c75a329"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6040a2fb-a9ea-4fb7-9f80-24d66c75a329"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6040a2fb-a9ea-4fb7-9f80-24d66c75a329"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6040a2fb-a9ea-4fb7-9f80-24d66c75a329"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6040a2fb-a9ea-4fb7-9f80-24d66c75a329"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-a8f9f5bd-5afc-42b4-a8e3-1580162a8922 {
  padding-top: 20px;
text-align: center;
}
@media (max-width: 767px){#s-a8f9f5bd-5afc-42b4-a8e3-1580162a8922 {
  padding-left: 150px;
padding-right: 150px;
}
}






  #s-a8f9f5bd-5afc-42b4-a8e3-1580162a8922 img.shogun-image {
    

    
    
    
  }


#s-a8f9f5bd-5afc-42b4-a8e3-1580162a8922 .shogun-image-content {
  
    align-items: center;
  
}

#s-f06bedf0-4520-4aac-a93b-5e33b84b7bea {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
max-width: 1100px;
}

#s-ecd0cc18-688b-41b7-a45b-42a7db06927f {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
max-width: 1100px;
}

#s-61d782f5-ece8-4eea-827f-089ffa18ce43 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-top: 3px;
padding-bottom: 3px;
max-width: 1100px;
}

@media (min-width: 0px) {
[id="s-61d782f5-ece8-4eea-827f-089ffa18ce43"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-61d782f5-ece8-4eea-827f-089ffa18ce43"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-61d782f5-ece8-4eea-827f-089ffa18ce43"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-61d782f5-ece8-4eea-827f-089ffa18ce43"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-61d782f5-ece8-4eea-827f-089ffa18ce43"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-61d782f5-ece8-4eea-827f-089ffa18ce43"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-61d782f5-ece8-4eea-827f-089ffa18ce43"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-61d782f5-ece8-4eea-827f-089ffa18ce43"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-480c74d6-9929-4fa9-86de-2355275792d5 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
max-width: 1100px;
}

#s-94f8ea61-1fa6-4a51-82cd-cb15dde5864e {
  padding-top: 40px;
text-align: center;
}
@media (max-width: 767px){#s-94f8ea61-1fa6-4a51-82cd-cb15dde5864e {
  padding-left: 60px;
padding-right: 60px;
}
}






  #s-94f8ea61-1fa6-4a51-82cd-cb15dde5864e img.shogun-image {
    

    
    
    
  }


#s-94f8ea61-1fa6-4a51-82cd-cb15dde5864e .shogun-image-content {
  
    align-items: center;
  
}

#s-e65e358c-810a-4e6f-a842-8901881d7663 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-top: 3px;
padding-bottom: 3px;
max-width: 1100px;
}

@media (min-width: 0px) {
[id="s-e65e358c-810a-4e6f-a842-8901881d7663"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e65e358c-810a-4e6f-a842-8901881d7663"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e65e358c-810a-4e6f-a842-8901881d7663"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e65e358c-810a-4e6f-a842-8901881d7663"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e65e358c-810a-4e6f-a842-8901881d7663"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e65e358c-810a-4e6f-a842-8901881d7663"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e65e358c-810a-4e6f-a842-8901881d7663"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-04add617-d11e-4037-acc3-e101ffab28c8 {
  padding-top: 40px;
text-align: center;
}
@media (max-width: 767px){#s-04add617-d11e-4037-acc3-e101ffab28c8 {
  padding-left: 60px;
padding-right: 60px;
}
}






  #s-04add617-d11e-4037-acc3-e101ffab28c8 img.shogun-image {
    

    
    
    
  }


#s-04add617-d11e-4037-acc3-e101ffab28c8 .shogun-image-content {
  
    align-items: center;
  
}

#s-4402ff66-c680-4a1f-bb9b-56bb2ffb0508 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
max-width: 1100px;
}

#s-1486fa22-54f5-4178-acf4-97860b2b661d {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-top: 3px;
padding-bottom: 3px;
max-width: 1100px;
}

@media (min-width: 0px) {
[id="s-1486fa22-54f5-4178-acf4-97860b2b661d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1486fa22-54f5-4178-acf4-97860b2b661d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1486fa22-54f5-4178-acf4-97860b2b661d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1486fa22-54f5-4178-acf4-97860b2b661d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1486fa22-54f5-4178-acf4-97860b2b661d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1486fa22-54f5-4178-acf4-97860b2b661d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1486fa22-54f5-4178-acf4-97860b2b661d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-1486fa22-54f5-4178-acf4-97860b2b661d"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-a96b0d73-ba0e-4286-a991-3a6c7d3ac1a6 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
max-width: 1100px;
}

#s-143fb5d9-e2ab-4817-9acc-9cb7f4d5a74e {
  padding-top: 40px;
text-align: center;
}
@media (max-width: 767px){#s-143fb5d9-e2ab-4817-9acc-9cb7f4d5a74e {
  padding-left: 60px;
padding-right: 60px;
}
}






  #s-143fb5d9-e2ab-4817-9acc-9cb7f4d5a74e img.shogun-image {
    

    
    
    
  }


#s-143fb5d9-e2ab-4817-9acc-9cb7f4d5a74e .shogun-image-content {
  
    align-items: center;
  
}

#s-b59b6f72-7e55-457b-961b-5eb04f7d2cf1 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1100px;
}

@media (min-width: 0px) {
[id="s-b59b6f72-7e55-457b-961b-5eb04f7d2cf1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b59b6f72-7e55-457b-961b-5eb04f7d2cf1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b59b6f72-7e55-457b-961b-5eb04f7d2cf1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b59b6f72-7e55-457b-961b-5eb04f7d2cf1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b59b6f72-7e55-457b-961b-5eb04f7d2cf1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b59b6f72-7e55-457b-961b-5eb04f7d2cf1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b59b6f72-7e55-457b-961b-5eb04f7d2cf1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-8234d85f-e64c-4693-b61d-c6a3ee0a7ebd {
  padding-top: 20px;
text-align: center;
}
@media (max-width: 767px){#s-8234d85f-e64c-4693-b61d-c6a3ee0a7ebd {
  padding-left: 60px;
padding-right: 60px;
}
}






  #s-8234d85f-e64c-4693-b61d-c6a3ee0a7ebd img.shogun-image {
    

    
    
    
  }


#s-8234d85f-e64c-4693-b61d-c6a3ee0a7ebd .shogun-image-content {
  
    align-items: center;
  
}

#s-a0dc6fd3-b566-41aa-b04e-738d95a5f56a {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
max-width: 1100px;
}

#s-77afa0df-47ca-42ea-80b4-52e3d7059012 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
max-width: 1100px;
}

#s-3b98edd2-98b7-4ba0-b847-1163ea4114f6 {
  background-repeat: repeat;
background-size: cover;
padding-top: 30px;
padding-bottom: 30px;
background-position: center center;
}








#s-3b98edd2-98b7-4ba0-b847-1163ea4114f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3b98edd2-98b7-4ba0-b847-1163ea4114f6.shg-box.shg-c {
  justify-content: center;
}

#s-494f1133-e889-44dc-ab7f-d9034892b546 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
max-width: 1100px;
}
@media (max-width: 767px){#s-494f1133-e889-44dc-ab7f-d9034892b546 {
  padding-left: 20px;
padding-right: 20px;
display: none;
}
#s-494f1133-e889-44dc-ab7f-d9034892b546, #wrap-s-494f1133-e889-44dc-ab7f-d9034892b546 { display: none !important; }}
#s-cbe336cd-326d-441d-a06f-010785ad4599 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
max-width: 1100px;
}
@media (min-width: 1200px){#s-cbe336cd-326d-441d-a06f-010785ad4599 {
  display: none;
}
#s-cbe336cd-326d-441d-a06f-010785ad4599, #wrap-s-cbe336cd-326d-441d-a06f-010785ad4599 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cbe336cd-326d-441d-a06f-010785ad4599 {
  display: none;
}
#s-cbe336cd-326d-441d-a06f-010785ad4599, #wrap-s-cbe336cd-326d-441d-a06f-010785ad4599 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cbe336cd-326d-441d-a06f-010785ad4599 {
  display: none;
}
#s-cbe336cd-326d-441d-a06f-010785ad4599, #wrap-s-cbe336cd-326d-441d-a06f-010785ad4599 { display: none !important; }}@media (max-width: 767px){#s-cbe336cd-326d-441d-a06f-010785ad4599 {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-0a46424b-7d94-4fbc-b750-48fc35971d06 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 20px;
max-width: 1100px;
}

@media (min-width: 0px) {
[id="s-0a46424b-7d94-4fbc-b750-48fc35971d06"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0a46424b-7d94-4fbc-b750-48fc35971d06"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0a46424b-7d94-4fbc-b750-48fc35971d06"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0a46424b-7d94-4fbc-b750-48fc35971d06"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0a46424b-7d94-4fbc-b750-48fc35971d06"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0a46424b-7d94-4fbc-b750-48fc35971d06"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0a46424b-7d94-4fbc-b750-48fc35971d06"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-04ac87aa-6b8d-4394-a53a-7827a1508052 {
  text-align: center;
}
@media (max-width: 767px){#s-04ac87aa-6b8d-4394-a53a-7827a1508052 {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 150px;
padding-bottom: 20px;
padding-right: 150px;
}
}






  #s-04ac87aa-6b8d-4394-a53a-7827a1508052 img.shogun-image {
    

    
    
    
  }


#s-04ac87aa-6b8d-4394-a53a-7827a1508052 .shogun-image-content {
  
    align-items: center;
  
}

#s-38a35a0a-bd47-4c5a-b151-6bdf4f1f323b {
  box-shadow:1px 1px 11px 7px rgba(0, 0, 0, 0.2);
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
background-color: rgba(255, 255, 255, 1);
}

#s-5d0e1d8d-e5d9-4ba3-b207-eb0b612f93cd {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 20px;
max-width: 1100px;
}

@media (min-width: 0px) {
[id="s-5d0e1d8d-e5d9-4ba3-b207-eb0b612f93cd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5d0e1d8d-e5d9-4ba3-b207-eb0b612f93cd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5d0e1d8d-e5d9-4ba3-b207-eb0b612f93cd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5d0e1d8d-e5d9-4ba3-b207-eb0b612f93cd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5d0e1d8d-e5d9-4ba3-b207-eb0b612f93cd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5d0e1d8d-e5d9-4ba3-b207-eb0b612f93cd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5d0e1d8d-e5d9-4ba3-b207-eb0b612f93cd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-4013658c-798e-490b-a8ea-57d1b18eedde {
  text-align: center;
}
@media (max-width: 767px){#s-4013658c-798e-490b-a8ea-57d1b18eedde {
  padding-left: 150px;
padding-bottom: 20px;
padding-right: 150px;
}
}






  #s-4013658c-798e-490b-a8ea-57d1b18eedde img.shogun-image {
    

    
    
    
  }


#s-4013658c-798e-490b-a8ea-57d1b18eedde .shogun-image-content {
  
    align-items: center;
  
}

#s-0e5d193b-6de1-40b0-9334-3abb9faf03e3 {
  box-shadow:1px 1px 11px 7px rgba(0, 0, 0, 0.2);
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
background-color: rgba(255, 255, 255, 1);
}

#s-d912b8a9-3e25-4493-b863-f14685c98faf {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 20px;
max-width: 1100px;
}

@media (min-width: 0px) {
[id="s-d912b8a9-3e25-4493-b863-f14685c98faf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d912b8a9-3e25-4493-b863-f14685c98faf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d912b8a9-3e25-4493-b863-f14685c98faf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d912b8a9-3e25-4493-b863-f14685c98faf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d912b8a9-3e25-4493-b863-f14685c98faf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d912b8a9-3e25-4493-b863-f14685c98faf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d912b8a9-3e25-4493-b863-f14685c98faf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-132c84cc-f4a3-4def-8862-f6ae3136e6ca {
  text-align: center;
}
@media (max-width: 767px){#s-132c84cc-f4a3-4def-8862-f6ae3136e6ca {
  padding-left: 150px;
padding-bottom: 20px;
padding-right: 150px;
}
}






  #s-132c84cc-f4a3-4def-8862-f6ae3136e6ca img.shogun-image {
    

    
    
    
  }


#s-132c84cc-f4a3-4def-8862-f6ae3136e6ca .shogun-image-content {
  
    align-items: center;
  
}

#s-25cc2c73-a812-48a5-a57f-22c26ee5ce1b {
  box-shadow:1px 1px 11px 7px rgba(0, 0, 0, 0.2);
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
background-color: rgba(255, 255, 255, 1);
}

#s-b656d213-83de-45b8-8972-89e087e1af7f {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 20px;
max-width: 1100px;
}

@media (min-width: 0px) {
[id="s-b656d213-83de-45b8-8972-89e087e1af7f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b656d213-83de-45b8-8972-89e087e1af7f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b656d213-83de-45b8-8972-89e087e1af7f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b656d213-83de-45b8-8972-89e087e1af7f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b656d213-83de-45b8-8972-89e087e1af7f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b656d213-83de-45b8-8972-89e087e1af7f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b656d213-83de-45b8-8972-89e087e1af7f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-a5608c5a-3c4a-4400-9577-5d1ca77cabf3 {
  margin-left: 0px;
margin-right: 0px;
text-align: center;
}
@media (max-width: 767px){#s-a5608c5a-3c4a-4400-9577-5d1ca77cabf3 {
  padding-left: 150px;
padding-bottom: 20px;
padding-right: 150px;
}
}






  #s-a5608c5a-3c4a-4400-9577-5d1ca77cabf3 img.shogun-image {
    

    
    
    
  }


#s-a5608c5a-3c4a-4400-9577-5d1ca77cabf3 .shogun-image-content {
  
    align-items: center;
  
}

#s-eb3c349c-3668-49cc-8130-80e1640377cb {
  box-shadow:1px 1px 11px 7px rgba(0, 0, 0, 0.2);
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
background-color: rgba(255, 255, 255, 1);
}

#s-5da126a6-a49e-494d-89a9-ab1548486f28 {
  padding-bottom: 30px;
min-height: 50px;
}
@media (max-width: 767px){#s-5da126a6-a49e-494d-89a9-ab1548486f28 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-5da126a6-a49e-494d-89a9-ab1548486f28 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5da126a6-a49e-494d-89a9-ab1548486f28.shg-box.shg-c {
  justify-content: center;
}

#s-dd925dc5-83a0-4730-a0b1-e86289276cb5 {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
max-width: 1100px;
}
@media (max-width: 767px){#s-dd925dc5-83a0-4730-a0b1-e86289276cb5 {
  display: none;
}
#s-dd925dc5-83a0-4730-a0b1-e86289276cb5, #wrap-s-dd925dc5-83a0-4730-a0b1-e86289276cb5 { display: none !important; }}
#s-4de115d3-be81-479f-84b5-6bae28dcab79 {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
max-width: 1100px;
}
@media (min-width: 1200px){#s-4de115d3-be81-479f-84b5-6bae28dcab79 {
  display: none;
}
#s-4de115d3-be81-479f-84b5-6bae28dcab79, #wrap-s-4de115d3-be81-479f-84b5-6bae28dcab79 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4de115d3-be81-479f-84b5-6bae28dcab79 {
  display: none;
}
#s-4de115d3-be81-479f-84b5-6bae28dcab79, #wrap-s-4de115d3-be81-479f-84b5-6bae28dcab79 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4de115d3-be81-479f-84b5-6bae28dcab79 {
  display: none;
}
#s-4de115d3-be81-479f-84b5-6bae28dcab79, #wrap-s-4de115d3-be81-479f-84b5-6bae28dcab79 { display: none !important; }}
#s-a55a840a-e521-4cd8-bc6d-2fa57d7d8915 {
  margin-left: auto;
margin-right: auto;
max-width: 1100px;
}

@media (min-width: 0px) {
[id="s-a55a840a-e521-4cd8-bc6d-2fa57d7d8915"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a55a840a-e521-4cd8-bc6d-2fa57d7d8915"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a55a840a-e521-4cd8-bc6d-2fa57d7d8915"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a55a840a-e521-4cd8-bc6d-2fa57d7d8915"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a55a840a-e521-4cd8-bc6d-2fa57d7d8915"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a55a840a-e521-4cd8-bc6d-2fa57d7d8915"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a55a840a-e521-4cd8-bc6d-2fa57d7d8915"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-b579ea79-73ee-4258-a706-c1d82ee7a810 {
  text-align: center;
}
@media (max-width: 767px){#s-b579ea79-73ee-4258-a706-c1d82ee7a810 {
  padding-left: 60px;
padding-right: 60px;
}
}






  #s-b579ea79-73ee-4258-a706-c1d82ee7a810 img.shogun-image {
    

    
    
    
  }


#s-b579ea79-73ee-4258-a706-c1d82ee7a810 .shogun-image-content {
  
    align-items: center;
  
}

#s-120e3e67-b1c3-48bc-8c57-429838128d01 {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
max-width: 1100px;
}
@media (min-width: 1200px){#s-120e3e67-b1c3-48bc-8c57-429838128d01 {
  display: none;
}
#s-120e3e67-b1c3-48bc-8c57-429838128d01, #wrap-s-120e3e67-b1c3-48bc-8c57-429838128d01 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-120e3e67-b1c3-48bc-8c57-429838128d01 {
  display: none;
}
#s-120e3e67-b1c3-48bc-8c57-429838128d01, #wrap-s-120e3e67-b1c3-48bc-8c57-429838128d01 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-120e3e67-b1c3-48bc-8c57-429838128d01 {
  display: none;
}
#s-120e3e67-b1c3-48bc-8c57-429838128d01, #wrap-s-120e3e67-b1c3-48bc-8c57-429838128d01 { display: none !important; }}
#s-4eeecadd-c7b4-49ac-8d91-fbf7e971e840 {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
max-width: 1100px;
}
@media (max-width: 767px){#s-4eeecadd-c7b4-49ac-8d91-fbf7e971e840 {
  display: none;
}
#s-4eeecadd-c7b4-49ac-8d91-fbf7e971e840, #wrap-s-4eeecadd-c7b4-49ac-8d91-fbf7e971e840 { display: none !important; }}
#s-18a52fea-5738-4c9f-b8ca-2c94e12557df {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
max-width: 1100px;
}

#s-71c5e33d-78e3-4d7c-9fff-8c9d5788e03d {
  background-repeat: repeat;
background-size: cover;
min-height: 330px;
background-position: center center;
}








#s-71c5e33d-78e3-4d7c-9fff-8c9d5788e03d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-71c5e33d-78e3-4d7c-9fff-8c9d5788e03d.shg-box.shg-c {
  justify-content: center;
}

#s-8a6285b5-e575-440d-91de-bd8bb772c1f9 {
  margin-left: auto;
margin-right: auto;
max-width: 1110px;
}
@media (max-width: 767px){#s-8a6285b5-e575-440d-91de-bd8bb772c1f9 {
  margin-left: 20px;
margin-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-8a6285b5-e575-440d-91de-bd8bb772c1f9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8a6285b5-e575-440d-91de-bd8bb772c1f9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8a6285b5-e575-440d-91de-bd8bb772c1f9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8a6285b5-e575-440d-91de-bd8bb772c1f9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8a6285b5-e575-440d-91de-bd8bb772c1f9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8a6285b5-e575-440d-91de-bd8bb772c1f9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8a6285b5-e575-440d-91de-bd8bb772c1f9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-8a6285b5-e575-440d-91de-bd8bb772c1f9"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-07cd0dd3-3a4d-4a74-9b4f-457d8704c3e6 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 10px;
max-width: 1116px;
}
@media (max-width: 767px){#s-07cd0dd3-3a4d-4a74-9b4f-457d8704c3e6 {
  padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-616ef8d2-70cb-439f-a395-b08a146b2001"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-616ef8d2-70cb-439f-a395-b08a146b2001"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-616ef8d2-70cb-439f-a395-b08a146b2001"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-616ef8d2-70cb-439f-a395-b08a146b2001"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2929ba76-7452-4c2b-b90e-1c56c24517ea {
  text-align: center;
}
@media (min-width: 1200px){#s-2929ba76-7452-4c2b-b90e-1c56c24517ea {
  padding-top: 40px;
padding-bottom: 40px;
display: none;
}
#s-2929ba76-7452-4c2b-b90e-1c56c24517ea, #wrap-s-2929ba76-7452-4c2b-b90e-1c56c24517ea { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2929ba76-7452-4c2b-b90e-1c56c24517ea {
  padding-top: 40px;
padding-bottom: 40px;
display: none;
}
#s-2929ba76-7452-4c2b-b90e-1c56c24517ea, #wrap-s-2929ba76-7452-4c2b-b90e-1c56c24517ea { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2929ba76-7452-4c2b-b90e-1c56c24517ea {
  display: none;
}
#s-2929ba76-7452-4c2b-b90e-1c56c24517ea, #wrap-s-2929ba76-7452-4c2b-b90e-1c56c24517ea { display: none !important; }}@media (max-width: 767px){#s-2929ba76-7452-4c2b-b90e-1c56c24517ea {
  padding-left: 60px;
padding-right: 60px;
}
}






  #s-2929ba76-7452-4c2b-b90e-1c56c24517ea img.shogun-image {
    

    
    
    
  }


#s-2929ba76-7452-4c2b-b90e-1c56c24517ea .shogun-image-content {
  
    align-items: center;
  
}

#s-4dedd27b-caf1-4b2c-b0ea-076b97be6ce8 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMGVmMDM3MWEtODE0My00OTE3LWI2OWMtZGFlZDA1N2E1ODEwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZjdkMTc3O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTY3MDAyO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwZWYwMzcxYS04MTQzLTQ5MTctYjY5Yy1kYWVkMDU3YTU4MTApIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 20px;
margin-bottom: 40px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: left;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0.05, "color"=>"#f7d177"}, {"id"=>2, "pos"=>1, "color"=>"#e67002"}];
hover-type: gradient;
}
#s-4dedd27b-caf1-4b2c-b0ea-076b97be6ce8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4dedd27b-caf1-4b2c-b0ea-076b97be6ce8:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-4dedd27b-caf1-4b2c-b0ea-076b97be6ce8 {
  text-align: center;
}
}

  #s-4dedd27b-caf1-4b2c-b0ea-076b97be6ce8-root {
    text-align: left;
  }


#s-4dedd27b-caf1-4b2c-b0ea-076b97be6ce8.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4dedd27b-caf1-4b2c-b0ea-076b97be6ce8-root {
    text-align: left;
  }


#s-4dedd27b-caf1-4b2c-b0ea-076b97be6ce8.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4dedd27b-caf1-4b2c-b0ea-076b97be6ce8-root {
    text-align: left;
  }


#s-4dedd27b-caf1-4b2c-b0ea-076b97be6ce8.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4dedd27b-caf1-4b2c-b0ea-076b97be6ce8-root {
    text-align: left;
  }


#s-4dedd27b-caf1-4b2c-b0ea-076b97be6ce8.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4dedd27b-caf1-4b2c-b0ea-076b97be6ce8-root {
    text-align: center;
  }


#s-4dedd27b-caf1-4b2c-b0ea-076b97be6ce8.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  
  display:  inline-block ;
}
}
#s-bcd3c2c9-bceb-4e3c-81dc-57f6cce42d40 {
  text-align: center;
}
@media (min-width: 1200px){#s-bcd3c2c9-bceb-4e3c-81dc-57f6cce42d40 {
  padding-top: 40px;
padding-bottom: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bcd3c2c9-bceb-4e3c-81dc-57f6cce42d40 {
  padding-top: 40px;
padding-bottom: 40px;
}
}@media (max-width: 767px){#s-bcd3c2c9-bceb-4e3c-81dc-57f6cce42d40 {
  display: none;
}
#s-bcd3c2c9-bceb-4e3c-81dc-57f6cce42d40, #wrap-s-bcd3c2c9-bceb-4e3c-81dc-57f6cce42d40 { display: none !important; }}






  #s-bcd3c2c9-bceb-4e3c-81dc-57f6cce42d40 img.shogun-image {
    

    
    
    
  }


#s-bcd3c2c9-bceb-4e3c-81dc-57f6cce42d40 .shogun-image-content {
  
    align-items: center;
  
}

#s-0bba4c58-c8ed-41a4-a693-ca0c5e7fc6b8 {
  min-height: 50px;
}
@media (max-width: 767px){#s-0bba4c58-c8ed-41a4-a693-ca0c5e7fc6b8 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-0bba4c58-c8ed-41a4-a693-ca0c5e7fc6b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0bba4c58-c8ed-41a4-a693-ca0c5e7fc6b8.shg-box.shg-c {
  justify-content: center;
}

#s-0b89bd3e-2be8-4670-84cc-3c0f1a8195e5 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1100px;
}
@media (min-width: 1200px){#s-0b89bd3e-2be8-4670-84cc-3c0f1a8195e5 {
  display: none;
}
#s-0b89bd3e-2be8-4670-84cc-3c0f1a8195e5, #wrap-s-0b89bd3e-2be8-4670-84cc-3c0f1a8195e5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0b89bd3e-2be8-4670-84cc-3c0f1a8195e5 {
  display: none;
}
#s-0b89bd3e-2be8-4670-84cc-3c0f1a8195e5, #wrap-s-0b89bd3e-2be8-4670-84cc-3c0f1a8195e5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0b89bd3e-2be8-4670-84cc-3c0f1a8195e5 {
  display: none;
}
#s-0b89bd3e-2be8-4670-84cc-3c0f1a8195e5, #wrap-s-0b89bd3e-2be8-4670-84cc-3c0f1a8195e5 { display: none !important; }}
#s-27749f9a-9e59-4a43-a718-4bd9863c528d {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1100px;
}
@media (max-width: 767px){#s-27749f9a-9e59-4a43-a718-4bd9863c528d {
  display: none;
}
#s-27749f9a-9e59-4a43-a718-4bd9863c528d, #wrap-s-27749f9a-9e59-4a43-a718-4bd9863c528d { display: none !important; }}
#s-cf8e4132-73ce-4a42-84e4-fce1fc3f2a86 {
  margin-left: auto;
margin-right: auto;
max-width: 1100px;
}
@media (max-width: 767px){#s-cf8e4132-73ce-4a42-84e4-fce1fc3f2a86 {
  padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-cf8e4132-73ce-4a42-84e4-fce1fc3f2a86"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cf8e4132-73ce-4a42-84e4-fce1fc3f2a86"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cf8e4132-73ce-4a42-84e4-fce1fc3f2a86"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cf8e4132-73ce-4a42-84e4-fce1fc3f2a86"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-c783afd3-4833-4666-b258-81eb7b7beff6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c783afd3-4833-4666-b258-81eb7b7beff6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c783afd3-4833-4666-b258-81eb7b7beff6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c783afd3-4833-4666-b258-81eb7b7beff6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c783afd3-4833-4666-b258-81eb7b7beff6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c783afd3-4833-4666-b258-81eb7b7beff6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c783afd3-4833-4666-b258-81eb7b7beff6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-cb130ed2-6080-4c81-a013-faa1c0ac1dde {
  text-align: center;
}







  #s-cb130ed2-6080-4c81-a013-faa1c0ac1dde img.shogun-image {
    

    
    
    
  }


#s-cb130ed2-6080-4c81-a013-faa1c0ac1dde .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-261b7b23-2f21-49b3-8be8-b3e1314cf886"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-261b7b23-2f21-49b3-8be8-b3e1314cf886"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-261b7b23-2f21-49b3-8be8-b3e1314cf886"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-261b7b23-2f21-49b3-8be8-b3e1314cf886"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-261b7b23-2f21-49b3-8be8-b3e1314cf886"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-261b7b23-2f21-49b3-8be8-b3e1314cf886"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-261b7b23-2f21-49b3-8be8-b3e1314cf886"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-24b08900-3b34-4d72-9275-13dd8fdd999d {
  text-align: center;
}







  #s-24b08900-3b34-4d72-9275-13dd8fdd999d img.shogun-image {
    

    
    
    
  }


#s-24b08900-3b34-4d72-9275-13dd8fdd999d .shogun-image-content {
  
    align-items: center;
  
}

#s-239bbb85-d635-4649-8a04-150c30380b90 {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
max-width: 1100px;
}
@media (max-width: 767px){#s-239bbb85-d635-4649-8a04-150c30380b90 {
  margin-left: 20px;
margin-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-239bbb85-d635-4649-8a04-150c30380b90"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-239bbb85-d635-4649-8a04-150c30380b90"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-239bbb85-d635-4649-8a04-150c30380b90"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-239bbb85-d635-4649-8a04-150c30380b90"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-9bb259cd-51f7-42fe-a78e-88e35930b273"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9bb259cd-51f7-42fe-a78e-88e35930b273"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9bb259cd-51f7-42fe-a78e-88e35930b273"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9bb259cd-51f7-42fe-a78e-88e35930b273"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9bb259cd-51f7-42fe-a78e-88e35930b273"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9bb259cd-51f7-42fe-a78e-88e35930b273"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9bb259cd-51f7-42fe-a78e-88e35930b273"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-0869ac60-8cf8-400d-a730-0ace607950ef {
  text-align: center;
}







  #s-0869ac60-8cf8-400d-a730-0ace607950ef img.shogun-image {
    

    
    
    
  }


#s-0869ac60-8cf8-400d-a730-0ace607950ef .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-a3407b0a-6904-499c-946c-7caae50f79f7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a3407b0a-6904-499c-946c-7caae50f79f7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a3407b0a-6904-499c-946c-7caae50f79f7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a3407b0a-6904-499c-946c-7caae50f79f7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a3407b0a-6904-499c-946c-7caae50f79f7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a3407b0a-6904-499c-946c-7caae50f79f7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a3407b0a-6904-499c-946c-7caae50f79f7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-6ffba945-91ca-4cff-a871-e3e66aecb1db {
  text-align: center;
}







  #s-6ffba945-91ca-4cff-a871-e3e66aecb1db img.shogun-image {
    

    
    
    
  }


#s-6ffba945-91ca-4cff-a871-e3e66aecb1db .shogun-image-content {
  
    align-items: center;
  
}

#s-b72d3628-5089-4ec0-b0b5-04e03a511e3f {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
max-width: 1100px;
}
@media (max-width: 767px){#s-b72d3628-5089-4ec0-b0b5-04e03a511e3f {
  margin-left: 0px;
margin-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-b72d3628-5089-4ec0-b0b5-04e03a511e3f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b72d3628-5089-4ec0-b0b5-04e03a511e3f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b72d3628-5089-4ec0-b0b5-04e03a511e3f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b72d3628-5089-4ec0-b0b5-04e03a511e3f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b72d3628-5089-4ec0-b0b5-04e03a511e3f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b72d3628-5089-4ec0-b0b5-04e03a511e3f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b72d3628-5089-4ec0-b0b5-04e03a511e3f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

}

#s-9ea8ae76-2ecc-4114-95d6-3961e8dd4fee {
  text-align: center;
}







  #s-9ea8ae76-2ecc-4114-95d6-3961e8dd4fee img.shogun-image {
    

    
    
    
  }


#s-9ea8ae76-2ecc-4114-95d6-3961e8dd4fee .shogun-image-content {
  
    align-items: center;
  
}

#s-9c2e0a21-4e80-4320-bce2-cbb045d5a7fa {
  background-image: url(https://i.shgcdn.com/febbefbd-5a65-4e52-954c-b5aae27954c1/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 40px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
background-position: center center;
}

#s-f7893e4a-1ef8-4128-8def-a19d8c3bce7c {
  min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-f7893e4a-1ef8-4128-8def-a19d8c3bce7c {
  margin-bottom: 30px;
}
}@media (max-width: 767px){#s-f7893e4a-1ef8-4128-8def-a19d8c3bce7c {
  margin-left: 20px;
margin-right: 20px;
}
}







#s-f7893e4a-1ef8-4128-8def-a19d8c3bce7c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f7893e4a-1ef8-4128-8def-a19d8c3bce7c.shg-box.shg-c {
  justify-content: center;
}

#s-26a41364-6382-4836-bca5-02398b162796 {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
padding-bottom: 30px;
max-width: 1100px;
}
@media (max-width: 767px){#s-26a41364-6382-4836-bca5-02398b162796 {
  display: none;
}
#s-26a41364-6382-4836-bca5-02398b162796, #wrap-s-26a41364-6382-4836-bca5-02398b162796 { display: none !important; }}
#s-7590aeab-9535-4f67-b60e-ae7726c9ec60 {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
padding-bottom: 0px;
max-width: 1100px;
}
@media (min-width: 1200px){#s-7590aeab-9535-4f67-b60e-ae7726c9ec60 {
  display: none;
}
#s-7590aeab-9535-4f67-b60e-ae7726c9ec60, #wrap-s-7590aeab-9535-4f67-b60e-ae7726c9ec60 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7590aeab-9535-4f67-b60e-ae7726c9ec60 {
  display: none;
}
#s-7590aeab-9535-4f67-b60e-ae7726c9ec60, #wrap-s-7590aeab-9535-4f67-b60e-ae7726c9ec60 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7590aeab-9535-4f67-b60e-ae7726c9ec60 {
  display: none;
}
#s-7590aeab-9535-4f67-b60e-ae7726c9ec60, #wrap-s-7590aeab-9535-4f67-b60e-ae7726c9ec60 { display: none !important; }}@media (max-width: 767px){#s-7590aeab-9535-4f67-b60e-ae7726c9ec60 {
  padding-top: 30px;
}
}
#s-21d20320-7ab7-42e5-b251-8e7069743d8e {
  margin-left: auto;
margin-right: auto;
max-width: 1100px;
}

@media (min-width: 0px) {
[id="s-21d20320-7ab7-42e5-b251-8e7069743d8e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-21d20320-7ab7-42e5-b251-8e7069743d8e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-21d20320-7ab7-42e5-b251-8e7069743d8e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-21d20320-7ab7-42e5-b251-8e7069743d8e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-21d20320-7ab7-42e5-b251-8e7069743d8e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-21d20320-7ab7-42e5-b251-8e7069743d8e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-21d20320-7ab7-42e5-b251-8e7069743d8e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-21d20320-7ab7-42e5-b251-8e7069743d8e"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-643132c5-e74b-4117-8062-21d2d785eab9 {
  text-align: center;
}
@media (max-width: 767px){#s-643132c5-e74b-4117-8062-21d2d785eab9 {
  padding-left: 60px;
padding-right: 60px;
}
}






  #s-643132c5-e74b-4117-8062-21d2d785eab9 img.shogun-image {
    

    
    
    
  }


#s-643132c5-e74b-4117-8062-21d2d785eab9 .shogun-image-content {
  
    align-items: center;
  
}

#s-3e139da2-85dd-4126-8109-5f55961e9a26 {
  margin-left: auto;
margin-right: auto;
max-width: 1100px;
}

#s-94ac7dba-a1de-4fcd-9230-2d46b533884a {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
max-width: 1100px;
}
@media (max-width: 767px){#s-94ac7dba-a1de-4fcd-9230-2d46b533884a {
  display: none;
}
#s-94ac7dba-a1de-4fcd-9230-2d46b533884a, #wrap-s-94ac7dba-a1de-4fcd-9230-2d46b533884a { display: none !important; }}
#s-53dc4b35-925b-4669-bb6a-3aa165a3df64 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
max-width: 1100px;
}
@media (min-width: 1200px){#s-53dc4b35-925b-4669-bb6a-3aa165a3df64 {
  display: none;
}
#s-53dc4b35-925b-4669-bb6a-3aa165a3df64, #wrap-s-53dc4b35-925b-4669-bb6a-3aa165a3df64 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-53dc4b35-925b-4669-bb6a-3aa165a3df64 {
  display: none;
}
#s-53dc4b35-925b-4669-bb6a-3aa165a3df64, #wrap-s-53dc4b35-925b-4669-bb6a-3aa165a3df64 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-53dc4b35-925b-4669-bb6a-3aa165a3df64 {
  display: none;
}
#s-53dc4b35-925b-4669-bb6a-3aa165a3df64, #wrap-s-53dc4b35-925b-4669-bb6a-3aa165a3df64 { display: none !important; }}
#s-0e8d3948-fc72-4ab8-a83c-5460fcdd9c1e {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
max-width: 1100px;
}
@media (min-width: 1200px){#s-0e8d3948-fc72-4ab8-a83c-5460fcdd9c1e {
  display: none;
}
#s-0e8d3948-fc72-4ab8-a83c-5460fcdd9c1e, #wrap-s-0e8d3948-fc72-4ab8-a83c-5460fcdd9c1e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0e8d3948-fc72-4ab8-a83c-5460fcdd9c1e {
  display: none;
}
#s-0e8d3948-fc72-4ab8-a83c-5460fcdd9c1e, #wrap-s-0e8d3948-fc72-4ab8-a83c-5460fcdd9c1e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0e8d3948-fc72-4ab8-a83c-5460fcdd9c1e {
  display: none;
}
#s-0e8d3948-fc72-4ab8-a83c-5460fcdd9c1e, #wrap-s-0e8d3948-fc72-4ab8-a83c-5460fcdd9c1e { display: none !important; }}@media (max-width: 767px){#s-0e8d3948-fc72-4ab8-a83c-5460fcdd9c1e {
  margin-bottom: 35px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-83bf1f27-5a89-4239-b47c-050073406890 {
  margin-left: auto;
margin-right: auto;
max-width: 1100px;
text-align: center;
}
@media (max-width: 767px){#s-83bf1f27-5a89-4239-b47c-050073406890 {
  padding-top: 30px;
padding-bottom: 30px;
display: none;
}
#s-83bf1f27-5a89-4239-b47c-050073406890, #wrap-s-83bf1f27-5a89-4239-b47c-050073406890 { display: none !important; }}






  #s-83bf1f27-5a89-4239-b47c-050073406890 img.shogun-image {
    

    
    
    
  }


#s-83bf1f27-5a89-4239-b47c-050073406890 .shogun-image-content {
  
    align-items: center;
  
}

#s-6ae2fe99-997e-42ae-b7d2-121488f44b96 {
  text-align: center;
}
@media (min-width: 1200px){#s-6ae2fe99-997e-42ae-b7d2-121488f44b96 {
  display: none;
}
#s-6ae2fe99-997e-42ae-b7d2-121488f44b96, #wrap-s-6ae2fe99-997e-42ae-b7d2-121488f44b96 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6ae2fe99-997e-42ae-b7d2-121488f44b96 {
  display: none;
}
#s-6ae2fe99-997e-42ae-b7d2-121488f44b96, #wrap-s-6ae2fe99-997e-42ae-b7d2-121488f44b96 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6ae2fe99-997e-42ae-b7d2-121488f44b96 {
  display: none;
}
#s-6ae2fe99-997e-42ae-b7d2-121488f44b96, #wrap-s-6ae2fe99-997e-42ae-b7d2-121488f44b96 { display: none !important; }}@media (max-width: 767px){#s-6ae2fe99-997e-42ae-b7d2-121488f44b96 {
  padding-top: 30px;
padding-bottom: 30px;
display: none;
}
#s-6ae2fe99-997e-42ae-b7d2-121488f44b96, #wrap-s-6ae2fe99-997e-42ae-b7d2-121488f44b96 { display: none !important; }}






  #s-6ae2fe99-997e-42ae-b7d2-121488f44b96 img.shogun-image {
    

    
    
    
  }


#s-6ae2fe99-997e-42ae-b7d2-121488f44b96 .shogun-image-content {
  
    align-items: center;
  
}

#s-b19e5594-44a8-431a-9686-97139ee88d85 {
  text-align: center;
}
@media (min-width: 1200px){#s-b19e5594-44a8-431a-9686-97139ee88d85 {
  display: none;
}
#s-b19e5594-44a8-431a-9686-97139ee88d85, #wrap-s-b19e5594-44a8-431a-9686-97139ee88d85 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b19e5594-44a8-431a-9686-97139ee88d85 {
  display: none;
}
#s-b19e5594-44a8-431a-9686-97139ee88d85, #wrap-s-b19e5594-44a8-431a-9686-97139ee88d85 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b19e5594-44a8-431a-9686-97139ee88d85 {
  display: none;
}
#s-b19e5594-44a8-431a-9686-97139ee88d85, #wrap-s-b19e5594-44a8-431a-9686-97139ee88d85 { display: none !important; }}@media (max-width: 767px){#s-b19e5594-44a8-431a-9686-97139ee88d85 {
  padding-top: 0px;
padding-bottom: 30px;
display: none;
}
#s-b19e5594-44a8-431a-9686-97139ee88d85, #wrap-s-b19e5594-44a8-431a-9686-97139ee88d85 { display: none !important; }}






  #s-b19e5594-44a8-431a-9686-97139ee88d85 img.shogun-image {
    

    
    
    
  }


#s-b19e5594-44a8-431a-9686-97139ee88d85 .shogun-image-content {
  
    align-items: center;
  
}

#s-f06d2b0d-a4ba-4e4f-9278-87ae00acf7d3 {
  text-align: center;
}
@media (min-width: 1200px){#s-f06d2b0d-a4ba-4e4f-9278-87ae00acf7d3 {
  display: none;
}
#s-f06d2b0d-a4ba-4e4f-9278-87ae00acf7d3, #wrap-s-f06d2b0d-a4ba-4e4f-9278-87ae00acf7d3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f06d2b0d-a4ba-4e4f-9278-87ae00acf7d3 {
  display: none;
}
#s-f06d2b0d-a4ba-4e4f-9278-87ae00acf7d3, #wrap-s-f06d2b0d-a4ba-4e4f-9278-87ae00acf7d3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f06d2b0d-a4ba-4e4f-9278-87ae00acf7d3 {
  display: none;
}
#s-f06d2b0d-a4ba-4e4f-9278-87ae00acf7d3, #wrap-s-f06d2b0d-a4ba-4e4f-9278-87ae00acf7d3 { display: none !important; }}@media (max-width: 767px){#s-f06d2b0d-a4ba-4e4f-9278-87ae00acf7d3 {
  padding-top: 0px;
padding-bottom: 30px;
display: none;
}
#s-f06d2b0d-a4ba-4e4f-9278-87ae00acf7d3, #wrap-s-f06d2b0d-a4ba-4e4f-9278-87ae00acf7d3 { display: none !important; }}






  #s-f06d2b0d-a4ba-4e4f-9278-87ae00acf7d3 img.shogun-image {
    

    
    
    
  }


#s-f06d2b0d-a4ba-4e4f-9278-87ae00acf7d3 .shogun-image-content {
  
    align-items: center;
  
}

#s-7fc33b38-1a77-4ccd-81ca-1918e3462825 {
  background-repeat: repeat;
background-size: cover;
min-height: 330px;
background-position: center center;
}








#s-7fc33b38-1a77-4ccd-81ca-1918e3462825 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7fc33b38-1a77-4ccd-81ca-1918e3462825.shg-box.shg-c {
  justify-content: center;
}

#s-b651ec9f-a722-4a7a-a5ef-b3b49b140561 {
  margin-left: auto;
margin-right: auto;
max-width: 1110px;
}

@media (min-width: 0px) {
[id="s-b651ec9f-a722-4a7a-a5ef-b3b49b140561"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b651ec9f-a722-4a7a-a5ef-b3b49b140561"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b651ec9f-a722-4a7a-a5ef-b3b49b140561"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b651ec9f-a722-4a7a-a5ef-b3b49b140561"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b651ec9f-a722-4a7a-a5ef-b3b49b140561"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b651ec9f-a722-4a7a-a5ef-b3b49b140561"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b651ec9f-a722-4a7a-a5ef-b3b49b140561"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-d4c5ae2c-46fb-49e9-8248-66fa87ae6966 {
  text-align: center;
}
@media (min-width: 1200px){#s-d4c5ae2c-46fb-49e9-8248-66fa87ae6966 {
  padding-top: 40px;
padding-bottom: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d4c5ae2c-46fb-49e9-8248-66fa87ae6966 {
  padding-top: 40px;
padding-bottom: 40px;
}
}@media (max-width: 767px){#s-d4c5ae2c-46fb-49e9-8248-66fa87ae6966 {
  padding-left: 60px;
padding-right: 60px;
}
}






  #s-d4c5ae2c-46fb-49e9-8248-66fa87ae6966 img.shogun-image {
    

    
    
    
  }


#s-d4c5ae2c-46fb-49e9-8248-66fa87ae6966 .shogun-image-content {
  
    align-items: center;
  
}

#s-1f925e18-c554-4eed-a0df-c74fa43b1209 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
max-width: 1116px;
}
@media (max-width: 767px){#s-1f925e18-c554-4eed-a0df-c74fa43b1209 {
  padding-left: 20px;
padding-right: 20px;
display: none;
}
#s-1f925e18-c554-4eed-a0df-c74fa43b1209, #wrap-s-1f925e18-c554-4eed-a0df-c74fa43b1209 { display: none !important; }}
#s-f941d72f-ba28-475c-8225-8a316936827a {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
max-width: 1116px;
}
@media (min-width: 1200px){#s-f941d72f-ba28-475c-8225-8a316936827a {
  display: none;
}
#s-f941d72f-ba28-475c-8225-8a316936827a, #wrap-s-f941d72f-ba28-475c-8225-8a316936827a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f941d72f-ba28-475c-8225-8a316936827a {
  display: none;
}
#s-f941d72f-ba28-475c-8225-8a316936827a, #wrap-s-f941d72f-ba28-475c-8225-8a316936827a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f941d72f-ba28-475c-8225-8a316936827a {
  display: none;
}
#s-f941d72f-ba28-475c-8225-8a316936827a, #wrap-s-f941d72f-ba28-475c-8225-8a316936827a { display: none !important; }}@media (max-width: 767px){#s-f941d72f-ba28-475c-8225-8a316936827a {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-3a812593-8d7d-4af3-b98d-47315195304a {
  min-height: 50px;
}
@media (max-width: 767px){#s-3a812593-8d7d-4af3-b98d-47315195304a {
  margin-left: 20px;
margin-right: 20px;
}
}







#s-3a812593-8d7d-4af3-b98d-47315195304a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3a812593-8d7d-4af3-b98d-47315195304a.shg-box.shg-c {
  justify-content: center;
}

#s-6b9a714e-7a12-4224-a2c9-d2a23f419ac8 {
  box-shadow:1px 1px 11px 7px rgba(0, 0, 0, 0.2);
margin-top: 50px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
max-width: 900px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-6b9a714e-7a12-4224-a2c9-d2a23f419ac8 {
  display: none;
}
#s-6b9a714e-7a12-4224-a2c9-d2a23f419ac8, #wrap-s-6b9a714e-7a12-4224-a2c9-d2a23f419ac8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6b9a714e-7a12-4224-a2c9-d2a23f419ac8 {
  display: none;
}
#s-6b9a714e-7a12-4224-a2c9-d2a23f419ac8, #wrap-s-6b9a714e-7a12-4224-a2c9-d2a23f419ac8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6b9a714e-7a12-4224-a2c9-d2a23f419ac8 {
  display: none;
}
#s-6b9a714e-7a12-4224-a2c9-d2a23f419ac8, #wrap-s-6b9a714e-7a12-4224-a2c9-d2a23f419ac8 { display: none !important; }}@media (max-width: 767px){#s-6b9a714e-7a12-4224-a2c9-d2a23f419ac8 {
  display: none;
}
#s-6b9a714e-7a12-4224-a2c9-d2a23f419ac8, #wrap-s-6b9a714e-7a12-4224-a2c9-d2a23f419ac8 { display: none !important; }}
#s-21861a81-7322-4c16-b8f6-83cc2a2885cd {
  box-shadow:5px 5px 10px 3px rgba(221, 221, 221, 1);
margin-top: 45px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
min-height: 50px;
max-width: 900px;
}








#s-21861a81-7322-4c16-b8f6-83cc2a2885cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-21861a81-7322-4c16-b8f6-83cc2a2885cd.shg-box.shg-c {
  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;
  
  
  text-transform: none;
  
  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-16968e22-438f-45d2-b9c1-399f66f519d0 {
  margin-top: 25px;
margin-left: auto;
margin-right: auto;
padding-bottom: 15px;
text-align: center;
}

#s-16968e22-438f-45d2-b9c1-399f66f519d0 .shogun-heading-component h2 {
  
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (max-width: 767px){#s-16968e22-438f-45d2-b9c1-399f66f519d0 .shogun-heading-component h2 {
  
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-7885fa67-af84-4d4a-9a01-19ed01090416 {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
}

#s-b8ebde95-6cc0-48e6-82bb-df6c616fa77c {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b8ebde95-6cc0-48e6-82bb-df6c616fa77c .shogun-heading-component h3 {
  
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-5ced6abf-2f52-4865-9622-86d6da3028e8 {
  margin-left: auto;
margin-right: auto;
}

#s-7527bdda-254a-4a62-ad32-96a023ed23f4 {
  box-shadow:5px 5px 10px 1px rgba(232, 232, 232, 1);
margin-top: 25px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
}

#s-71c8804a-86f4-4d72-a966-5ef04a7f8335 {
  margin-left: auto;
margin-right: auto;
}

.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  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 {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

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

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

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

.shg-imageV2-content {
  text-align: initial;
}

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-4c2df7b8-2020-4a31-8e58-83bb442a77c5 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 1400px;
aspect-ratio: 1400/644;
text-align: center;
}



.shg-image-margin-container-s-4c2df7b8-2020-4a31-8e58-83bb442a77c5 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  
}

#s-4c2df7b8-2020-4a31-8e58-83bb442a77c5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4c2df7b8-2020-4a31-8e58-83bb442a77c5 .shg-image-content-wrapper {
      aspect-ratio: 1400/644;
      width: 100%;
      height: 100%;
    }

    #s-4c2df7b8-2020-4a31-8e58-83bb442a77c5 .shogun-image-link {
      aspect-ratio: 1400/644;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4c2df7b8-2020-4a31-8e58-83bb442a77c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4c2df7b8-2020-4a31-8e58-83bb442a77c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4c2df7b8-2020-4a31-8e58-83bb442a77c5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4c2df7b8-2020-4a31-8e58-83bb442a77c5.shogun-image {
    
    
  }


.s-4c2df7b8-2020-4a31-8e58-83bb442a77c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-4c2df7b8-2020-4a31-8e58-83bb442a77c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c2df7b8-2020-4a31-8e58-83bb442a77c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c2df7b8-2020-4a31-8e58-83bb442a77c5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4c2df7b8-2020-4a31-8e58-83bb442a77c5 {
      --shg-aspect-ratio: calc(1400/644); 
    }

    .s-4c2df7b8-2020-4a31-8e58-83bb442a77c5.shogun-image-container {
      position: relative;
    }

    .s-4c2df7b8-2020-4a31-8e58-83bb442a77c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c2df7b8-2020-4a31-8e58-83bb442a77c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c2df7b8-2020-4a31-8e58-83bb442a77c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-4c2df7b8-2020-4a31-8e58-83bb442a77c5 {
  
  
  
  
}

#s-4c2df7b8-2020-4a31-8e58-83bb442a77c5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4c2df7b8-2020-4a31-8e58-83bb442a77c5 .shg-image-content-wrapper {
      aspect-ratio: 1400/644;
      width: 100%;
      height: 100%;
    }

    #s-4c2df7b8-2020-4a31-8e58-83bb442a77c5 .shogun-image-link {
      aspect-ratio: 1400/644;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4c2df7b8-2020-4a31-8e58-83bb442a77c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4c2df7b8-2020-4a31-8e58-83bb442a77c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4c2df7b8-2020-4a31-8e58-83bb442a77c5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4c2df7b8-2020-4a31-8e58-83bb442a77c5.shogun-image {
    
    
  }


.s-4c2df7b8-2020-4a31-8e58-83bb442a77c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-4c2df7b8-2020-4a31-8e58-83bb442a77c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c2df7b8-2020-4a31-8e58-83bb442a77c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c2df7b8-2020-4a31-8e58-83bb442a77c5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4c2df7b8-2020-4a31-8e58-83bb442a77c5 {
      --shg-aspect-ratio: calc(1400/644); 
    }

    .s-4c2df7b8-2020-4a31-8e58-83bb442a77c5.shogun-image-container {
      position: relative;
    }

    .s-4c2df7b8-2020-4a31-8e58-83bb442a77c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c2df7b8-2020-4a31-8e58-83bb442a77c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c2df7b8-2020-4a31-8e58-83bb442a77c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-4c2df7b8-2020-4a31-8e58-83bb442a77c5 {
  
  
  
  
}

#s-4c2df7b8-2020-4a31-8e58-83bb442a77c5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4c2df7b8-2020-4a31-8e58-83bb442a77c5 .shg-image-content-wrapper {
      aspect-ratio: 1400/644;
      width: 100%;
      height: 100%;
    }

    #s-4c2df7b8-2020-4a31-8e58-83bb442a77c5 .shogun-image-link {
      aspect-ratio: 1400/644;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4c2df7b8-2020-4a31-8e58-83bb442a77c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4c2df7b8-2020-4a31-8e58-83bb442a77c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4c2df7b8-2020-4a31-8e58-83bb442a77c5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4c2df7b8-2020-4a31-8e58-83bb442a77c5.shogun-image {
    
    
  }


.s-4c2df7b8-2020-4a31-8e58-83bb442a77c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-4c2df7b8-2020-4a31-8e58-83bb442a77c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c2df7b8-2020-4a31-8e58-83bb442a77c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c2df7b8-2020-4a31-8e58-83bb442a77c5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4c2df7b8-2020-4a31-8e58-83bb442a77c5 {
      --shg-aspect-ratio: calc(1400/644); 
    }

    .s-4c2df7b8-2020-4a31-8e58-83bb442a77c5.shogun-image-container {
      position: relative;
    }

    .s-4c2df7b8-2020-4a31-8e58-83bb442a77c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c2df7b8-2020-4a31-8e58-83bb442a77c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c2df7b8-2020-4a31-8e58-83bb442a77c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-4c2df7b8-2020-4a31-8e58-83bb442a77c5 {
  
  
  
  
}

#s-4c2df7b8-2020-4a31-8e58-83bb442a77c5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4c2df7b8-2020-4a31-8e58-83bb442a77c5 .shg-image-content-wrapper {
      aspect-ratio: 1400/644;
      width: 100%;
      height: 100%;
    }

    #s-4c2df7b8-2020-4a31-8e58-83bb442a77c5 .shogun-image-link {
      aspect-ratio: 1400/644;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4c2df7b8-2020-4a31-8e58-83bb442a77c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4c2df7b8-2020-4a31-8e58-83bb442a77c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4c2df7b8-2020-4a31-8e58-83bb442a77c5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4c2df7b8-2020-4a31-8e58-83bb442a77c5.shogun-image {
    
    
  }


.s-4c2df7b8-2020-4a31-8e58-83bb442a77c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-4c2df7b8-2020-4a31-8e58-83bb442a77c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c2df7b8-2020-4a31-8e58-83bb442a77c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c2df7b8-2020-4a31-8e58-83bb442a77c5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4c2df7b8-2020-4a31-8e58-83bb442a77c5 {
      --shg-aspect-ratio: calc(1400/644); 
    }

    .s-4c2df7b8-2020-4a31-8e58-83bb442a77c5.shogun-image-container {
      position: relative;
    }

    .s-4c2df7b8-2020-4a31-8e58-83bb442a77c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c2df7b8-2020-4a31-8e58-83bb442a77c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c2df7b8-2020-4a31-8e58-83bb442a77c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-4c2df7b8-2020-4a31-8e58-83bb442a77c5 {
  
  
  
  
}

#s-4c2df7b8-2020-4a31-8e58-83bb442a77c5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4c2df7b8-2020-4a31-8e58-83bb442a77c5 .shg-image-content-wrapper {
      aspect-ratio: 1400/644;
      width: 100%;
      height: 100%;
    }

    #s-4c2df7b8-2020-4a31-8e58-83bb442a77c5 .shogun-image-link {
      aspect-ratio: 1400/644;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4c2df7b8-2020-4a31-8e58-83bb442a77c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4c2df7b8-2020-4a31-8e58-83bb442a77c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4c2df7b8-2020-4a31-8e58-83bb442a77c5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4c2df7b8-2020-4a31-8e58-83bb442a77c5.shogun-image {
    
    
  }


.s-4c2df7b8-2020-4a31-8e58-83bb442a77c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-4c2df7b8-2020-4a31-8e58-83bb442a77c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c2df7b8-2020-4a31-8e58-83bb442a77c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c2df7b8-2020-4a31-8e58-83bb442a77c5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4c2df7b8-2020-4a31-8e58-83bb442a77c5 {
      --shg-aspect-ratio: calc(1400/644); 
    }

    .s-4c2df7b8-2020-4a31-8e58-83bb442a77c5.shogun-image-container {
      position: relative;
    }

    .s-4c2df7b8-2020-4a31-8e58-83bb442a77c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c2df7b8-2020-4a31-8e58-83bb442a77c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c2df7b8-2020-4a31-8e58-83bb442a77c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-10112193-aaa8-449c-b60f-36c5a0c61b2e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 800px;
text-align: center;
}

#s-10112193-aaa8-449c-b60f-36c5a0c61b2e .shogun-heading-component h4 {
  color: rgba(216, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Courgette";
  font-style:  normal ;
  font-size: 42px;
  
  
  
}



#s-10c4a8fc-a3c3-4dfb-96d1-606f2ec68113 {
  margin-left: auto;
margin-right: auto;
}

#s-10c4a8fc-a3c3-4dfb-96d1-606f2ec68113 .shogun-icon-wrapper {
  text-align: center;
}


#s-10c4a8fc-a3c3-4dfb-96d1-606f2ec68113 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(230, 0, 0, 1);
}

#s-158c5832-f897-4124-b3df-ccfa0cd91bcf {
  background-repeat: repeat;
background-size: cover;
padding-top: 30px;
padding-bottom: 30px;
min-height: 330px;
background-position: center center;
}








#s-158c5832-f897-4124-b3df-ccfa0cd91bcf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-158c5832-f897-4124-b3df-ccfa0cd91bcf.shg-box.shg-c {
  justify-content: center;
}

#s-6bb93d05-221e-4a9e-9464-7eef76e1f0ad {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
max-width: 900px;
}
@media (max-width: 767px){#s-6bb93d05-221e-4a9e-9464-7eef76e1f0ad {
  padding-left: 20px;
padding-right: 20px;
display: none;
}
#s-6bb93d05-221e-4a9e-9464-7eef76e1f0ad, #wrap-s-6bb93d05-221e-4a9e-9464-7eef76e1f0ad { display: none !important; }}
#s-74fd0dbf-d287-45ec-ae45-a85f495e8396 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
max-width: 900px;
}
@media (min-width: 1200px){#s-74fd0dbf-d287-45ec-ae45-a85f495e8396 {
  display: none;
}
#s-74fd0dbf-d287-45ec-ae45-a85f495e8396, #wrap-s-74fd0dbf-d287-45ec-ae45-a85f495e8396 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-74fd0dbf-d287-45ec-ae45-a85f495e8396 {
  display: none;
}
#s-74fd0dbf-d287-45ec-ae45-a85f495e8396, #wrap-s-74fd0dbf-d287-45ec-ae45-a85f495e8396 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-74fd0dbf-d287-45ec-ae45-a85f495e8396 {
  display: none;
}
#s-74fd0dbf-d287-45ec-ae45-a85f495e8396, #wrap-s-74fd0dbf-d287-45ec-ae45-a85f495e8396 { display: none !important; }}@media (max-width: 767px){#s-74fd0dbf-d287-45ec-ae45-a85f495e8396 {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-46e7ce64-a5b6-4ea5-998b-d1b718daf293 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-46e7ce64-a5b6-4ea5-998b-d1b718daf293 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


@media (max-width: 767px){#s-46e7ce64-a5b6-4ea5-998b-d1b718daf293 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-23a19f84-045a-4280-90fe-43ab661fa6bc {
  min-height: 50px;
}








#s-23a19f84-045a-4280-90fe-43ab661fa6bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-23a19f84-045a-4280-90fe-43ab661fa6bc.shg-box.shg-c {
  justify-content: center;
}

#s-7885ec94-be93-497b-8ae7-4dde2ebf8cca {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-top: 8px;
padding-left: 8px;
padding-bottom: 8px;
padding-right: 8px;
max-width: 1100px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-7885ec94-be93-497b-8ae7-4dde2ebf8cca"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7885ec94-be93-497b-8ae7-4dde2ebf8cca"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7885ec94-be93-497b-8ae7-4dde2ebf8cca"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7885ec94-be93-497b-8ae7-4dde2ebf8cca"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-9ce704d1-1f5c-4b10-8a25-ed0a880565a9 {
  padding-left: 0px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(189, 189, 189, 1);
border-style: solid;
border-radius: 0px;
min-height: 684px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-9ce704d1-1f5c-4b10-8a25-ed0a880565a9 {
  margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
}
}







#s-9ce704d1-1f5c-4b10-8a25-ed0a880565a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9ce704d1-1f5c-4b10-8a25-ed0a880565a9.shg-box.shg-c {
  justify-content: center;
}

#s-3f7f60bd-ea88-46d4-a643-69ed1cfb5ff3 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
padding-left: 0px;
padding-right: 0px;
background-color: rgba(90, 10, 60, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-c1396175-d8be-47d5-b704-35d0c5ba19ea {
  margin-bottom: 40px;
}
}
#s-b62f21c8-8e3d-4993-a1fd-2947c577bb09 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
text-align: center;
}







  #s-b62f21c8-8e3d-4993-a1fd-2947c577bb09 img.shogun-image {
    

    
    
    
  }


#s-b62f21c8-8e3d-4993-a1fd-2947c577bb09 .shogun-image-content {
  
    align-items: center;
  
}

#s-3cd60bde-2149-4535-b5ea-5c705cf2d870 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3cd60bde-2149-4535-b5ea-5c705cf2d870 {
  padding-bottom: 120px;
}
}@media (max-width: 767px){#s-3cd60bde-2149-4535-b5ea-5c705cf2d870 {
  padding-bottom: 20px;
}
}
#s-9a7fceba-0724-45aa-96b9-80cd59069bfb {
  box-shadow:5px 5px 11px 1px rgba(73, 73, 73, 0.47);
border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 60px;
padding-bottom: 10px;
padding-right: 60px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 15px;
background-color: rgba(3, 166, 253, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-9a7fceba-0724-45aa-96b9-80cd59069bfb:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(3, 166, 253, 1) !important;}#s-9a7fceba-0724-45aa-96b9-80cd59069bfb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9a7fceba-0724-45aa-96b9-80cd59069bfb-root {
    text-align: center;
  }


#s-9a7fceba-0724-45aa-96b9-80cd59069bfb.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9a7fceba-0724-45aa-96b9-80cd59069bfb-root {
    text-align: center;
  }


#s-9a7fceba-0724-45aa-96b9-80cd59069bfb.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9a7fceba-0724-45aa-96b9-80cd59069bfb-root {
    text-align: center;
  }


#s-9a7fceba-0724-45aa-96b9-80cd59069bfb.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9a7fceba-0724-45aa-96b9-80cd59069bfb-root {
    text-align: center;
  }


#s-9a7fceba-0724-45aa-96b9-80cd59069bfb.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9a7fceba-0724-45aa-96b9-80cd59069bfb-root {
    text-align: center;
  }


#s-9a7fceba-0724-45aa-96b9-80cd59069bfb.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-ba467de6-7d9f-4894-a08f-9774c4df2c8c {
  padding-left: 0px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(189, 189, 189, 1);
border-style: solid;
border-radius: 0px;
min-height: 684px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-ba467de6-7d9f-4894-a08f-9774c4df2c8c {
  margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
}
}







#s-ba467de6-7d9f-4894-a08f-9774c4df2c8c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ba467de6-7d9f-4894-a08f-9774c4df2c8c.shg-box.shg-c {
  justify-content: center;
}

#s-71d90734-0340-4af6-adb3-34dc15fe890d {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
padding-left: 0px;
padding-right: 0px;
background-color: rgba(3, 166, 253, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-7ee45343-b08a-4ffd-b43e-305fad2dad03 {
  margin-bottom: 40px;
}
}
#s-0ce6fa2d-c77f-491b-ac06-341a686c5fb4 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
text-align: center;
}







  #s-0ce6fa2d-c77f-491b-ac06-341a686c5fb4 img.shogun-image {
    

    
    
    
  }


#s-0ce6fa2d-c77f-491b-ac06-341a686c5fb4 .shogun-image-content {
  
    align-items: center;
  
}

#s-82434f6a-64db-4c0c-9026-2dee575c7925 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-82434f6a-64db-4c0c-9026-2dee575c7925 {
  margin-bottom: 30px;
}
}
#s-d545028d-c03d-40ab-b5b4-193311832eb1 {
  box-shadow:5px 5px 11px 1px rgba(73, 73, 73, 0.47);
border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 60px;
padding-bottom: 10px;
padding-right: 60px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 15px;
background-color: rgba(3, 166, 253, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d545028d-c03d-40ab-b5b4-193311832eb1:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(3, 166, 253, 1) !important;}#s-d545028d-c03d-40ab-b5b4-193311832eb1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d545028d-c03d-40ab-b5b4-193311832eb1-root {
    text-align: center;
  }


#s-d545028d-c03d-40ab-b5b4-193311832eb1.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d545028d-c03d-40ab-b5b4-193311832eb1-root {
    text-align: center;
  }


#s-d545028d-c03d-40ab-b5b4-193311832eb1.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d545028d-c03d-40ab-b5b4-193311832eb1-root {
    text-align: center;
  }


#s-d545028d-c03d-40ab-b5b4-193311832eb1.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d545028d-c03d-40ab-b5b4-193311832eb1-root {
    text-align: center;
  }


#s-d545028d-c03d-40ab-b5b4-193311832eb1.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d545028d-c03d-40ab-b5b4-193311832eb1-root {
    text-align: center;
  }


#s-d545028d-c03d-40ab-b5b4-193311832eb1.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-35c38b6a-bb8d-4984-ba68-65d43f1db7ad {
  padding-left: 0px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(189, 189, 189, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-35c38b6a-bb8d-4984-ba68-65d43f1db7ad {
  margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
}
}







#s-35c38b6a-bb8d-4984-ba68-65d43f1db7ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-35c38b6a-bb8d-4984-ba68-65d43f1db7ad.shg-box.shg-c {
  justify-content: center;
}

#s-c3cea904-633a-43f8-a678-3bd227407412 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
padding-left: 0px;
padding-right: 0px;
background-color: rgba(90, 10, 60, 1);
}

#s-e6a82665-ad51-41f3-a40c-e814080d409c {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
text-align: center;
}







  #s-e6a82665-ad51-41f3-a40c-e814080d409c img.shogun-image {
    

    
    
    
  }


#s-e6a82665-ad51-41f3-a40c-e814080d409c .shogun-image-content {
  
    align-items: center;
  
}

#s-539cba1d-196d-4899-9e2c-0ca0fa6a0ce9 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-f89288d2-83fb-45ca-9130-b4a89d18948a {
  box-shadow:5px 5px 11px 1px rgba(73, 73, 73, 0.47);
border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 60px;
padding-bottom: 10px;
padding-right: 60px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 15px;
background-color: rgba(3, 166, 253, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f89288d2-83fb-45ca-9130-b4a89d18948a:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(3, 166, 253, 1) !important;}#s-f89288d2-83fb-45ca-9130-b4a89d18948a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f89288d2-83fb-45ca-9130-b4a89d18948a-root {
    text-align: center;
  }


#s-f89288d2-83fb-45ca-9130-b4a89d18948a.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f89288d2-83fb-45ca-9130-b4a89d18948a-root {
    text-align: center;
  }


#s-f89288d2-83fb-45ca-9130-b4a89d18948a.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f89288d2-83fb-45ca-9130-b4a89d18948a-root {
    text-align: center;
  }


#s-f89288d2-83fb-45ca-9130-b4a89d18948a.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f89288d2-83fb-45ca-9130-b4a89d18948a-root {
    text-align: center;
  }


#s-f89288d2-83fb-45ca-9130-b4a89d18948a.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f89288d2-83fb-45ca-9130-b4a89d18948a-root {
    text-align: center;
  }


#s-f89288d2-83fb-45ca-9130-b4a89d18948a.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-76268b64-1ce9-4033-b0bb-f10ea7b993f3 {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 50px;
}
@media (max-width: 767px){#s-76268b64-1ce9-4033-b0bb-f10ea7b993f3 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-76268b64-1ce9-4033-b0bb-f10ea7b993f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-76268b64-1ce9-4033-b0bb-f10ea7b993f3.shg-box.shg-c {
  justify-content: center;
}

#s-fcfc3694-956e-4e2f-b788-83c62d5cb225 {
  margin-left: auto;
margin-right: auto;
max-width: 1100px;
}

@media (min-width: 0px) {
[id="s-fcfc3694-956e-4e2f-b788-83c62d5cb225"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fcfc3694-956e-4e2f-b788-83c62d5cb225"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fcfc3694-956e-4e2f-b788-83c62d5cb225"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fcfc3694-956e-4e2f-b788-83c62d5cb225"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fcfc3694-956e-4e2f-b788-83c62d5cb225"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fcfc3694-956e-4e2f-b788-83c62d5cb225"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fcfc3694-956e-4e2f-b788-83c62d5cb225"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-313eb2d0-b075-491d-811e-e497f4c57383 {
  padding-top: 30px;
text-align: center;
}







  #s-313eb2d0-b075-491d-811e-e497f4c57383 img.shogun-image {
    

    
    
    
  }


#s-313eb2d0-b075-491d-811e-e497f4c57383 .shogun-image-content {
  
    align-items: center;
  
}

#s-eeaf2d08-7d53-4bd2-99c1-fab1452f180c {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
max-width: 1100px;
}
@media (max-width: 767px){#s-eeaf2d08-7d53-4bd2-99c1-fab1452f180c {
  display: none;
}
#s-eeaf2d08-7d53-4bd2-99c1-fab1452f180c, #wrap-s-eeaf2d08-7d53-4bd2-99c1-fab1452f180c { display: none !important; }}
#s-4958a949-01c1-4d39-af23-eb260c3912b3 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
max-width: 1100px;
}
@media (min-width: 1200px){#s-4958a949-01c1-4d39-af23-eb260c3912b3 {
  display: none;
}
#s-4958a949-01c1-4d39-af23-eb260c3912b3, #wrap-s-4958a949-01c1-4d39-af23-eb260c3912b3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4958a949-01c1-4d39-af23-eb260c3912b3 {
  display: none;
}
#s-4958a949-01c1-4d39-af23-eb260c3912b3, #wrap-s-4958a949-01c1-4d39-af23-eb260c3912b3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4958a949-01c1-4d39-af23-eb260c3912b3 {
  display: none;
}
#s-4958a949-01c1-4d39-af23-eb260c3912b3, #wrap-s-4958a949-01c1-4d39-af23-eb260c3912b3 { display: none !important; }}
#s-8d7e579d-a6a0-4caa-b1a4-cae2b62d4436 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 20px;
max-width: 1100px;
}

@media (min-width: 0px) {
[id="s-8d7e579d-a6a0-4caa-b1a4-cae2b62d4436"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8d7e579d-a6a0-4caa-b1a4-cae2b62d4436"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8d7e579d-a6a0-4caa-b1a4-cae2b62d4436"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8d7e579d-a6a0-4caa-b1a4-cae2b62d4436"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8d7e579d-a6a0-4caa-b1a4-cae2b62d4436"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8d7e579d-a6a0-4caa-b1a4-cae2b62d4436"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8d7e579d-a6a0-4caa-b1a4-cae2b62d4436"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-d795d3f0-e2c4-4c9a-93b4-ce603f8ca3aa {
  box-shadow:1px 1px 11px 7px rgba(0, 0, 0, 0.2);
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-d795d3f0-e2c4-4c9a-93b4-ce603f8ca3aa {
  display: none;
}
#s-d795d3f0-e2c4-4c9a-93b4-ce603f8ca3aa, #wrap-s-d795d3f0-e2c4-4c9a-93b4-ce603f8ca3aa { display: none !important; }}
#s-f0e9a899-7584-4c17-8fc3-04d691834b97 {
  box-shadow:1px 1px 11px 7px rgba(0, 0, 0, 0.2);
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-f0e9a899-7584-4c17-8fc3-04d691834b97 {
  display: none;
}
#s-f0e9a899-7584-4c17-8fc3-04d691834b97, #wrap-s-f0e9a899-7584-4c17-8fc3-04d691834b97 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f0e9a899-7584-4c17-8fc3-04d691834b97 {
  display: none;
}
#s-f0e9a899-7584-4c17-8fc3-04d691834b97, #wrap-s-f0e9a899-7584-4c17-8fc3-04d691834b97 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f0e9a899-7584-4c17-8fc3-04d691834b97 {
  display: none;
}
#s-f0e9a899-7584-4c17-8fc3-04d691834b97, #wrap-s-f0e9a899-7584-4c17-8fc3-04d691834b97 { display: none !important; }}
#s-a5266128-bd95-4f11-ad5e-9d80196cd4dd {
  text-align: center;
}
@media (min-width: 1200px){#s-a5266128-bd95-4f11-ad5e-9d80196cd4dd {
  display: none;
}
#s-a5266128-bd95-4f11-ad5e-9d80196cd4dd, #wrap-s-a5266128-bd95-4f11-ad5e-9d80196cd4dd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a5266128-bd95-4f11-ad5e-9d80196cd4dd {
  display: none;
}
#s-a5266128-bd95-4f11-ad5e-9d80196cd4dd, #wrap-s-a5266128-bd95-4f11-ad5e-9d80196cd4dd { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a5266128-bd95-4f11-ad5e-9d80196cd4dd {
  display: none;
}
#s-a5266128-bd95-4f11-ad5e-9d80196cd4dd, #wrap-s-a5266128-bd95-4f11-ad5e-9d80196cd4dd { display: none !important; }}






  #s-a5266128-bd95-4f11-ad5e-9d80196cd4dd img.shogun-image {
    

    
    
    
  }


#s-a5266128-bd95-4f11-ad5e-9d80196cd4dd .shogun-image-content {
  
    align-items: center;
  
}

#s-0e8f566e-6ee2-4462-a95c-92b1d94cd3e2 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
text-align: center;
}
@media (max-width: 767px){#s-0e8f566e-6ee2-4462-a95c-92b1d94cd3e2 {
  padding-left: 60px;
padding-right: 60px;
}
}






  #s-0e8f566e-6ee2-4462-a95c-92b1d94cd3e2 img.shogun-image {
    

    
    
    
  }


#s-0e8f566e-6ee2-4462-a95c-92b1d94cd3e2 .shogun-image-content {
  
    align-items: center;
  
}

#s-52a43854-309d-44cc-8776-94d82a84c209 {
  text-align: center;
}
@media (max-width: 767px){#s-52a43854-309d-44cc-8776-94d82a84c209 {
  display: none;
}
#s-52a43854-309d-44cc-8776-94d82a84c209, #wrap-s-52a43854-309d-44cc-8776-94d82a84c209 { display: none !important; }}






  #s-52a43854-309d-44cc-8776-94d82a84c209 img.shogun-image {
    

    
    
    
  }


#s-52a43854-309d-44cc-8776-94d82a84c209 .shogun-image-content {
  
    align-items: center;
  
}

#s-b62fe4ec-1f8b-4005-95a9-4b1cba38782a {
  min-height: 50px;
}








#s-b62fe4ec-1f8b-4005-95a9-4b1cba38782a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b62fe4ec-1f8b-4005-95a9-4b1cba38782a.shg-box.shg-c {
  justify-content: center;
}

#s-e69c2f93-a2d6-4d6b-94bf-6285c858dbf3 {
  margin-left: auto;
margin-right: auto;
padding-top: 8px;
padding-left: 8px;
padding-bottom: 8px;
padding-right: 8px;
max-width: 1100px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-e69c2f93-a2d6-4d6b-94bf-6285c858dbf3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e69c2f93-a2d6-4d6b-94bf-6285c858dbf3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e69c2f93-a2d6-4d6b-94bf-6285c858dbf3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e69c2f93-a2d6-4d6b-94bf-6285c858dbf3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e220f380-26f8-4322-a214-9ac3a439b8e8 {
  padding-left: 0px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(189, 189, 189, 1);
border-style: solid;
border-radius: 0px;
min-height: 684px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-e220f380-26f8-4322-a214-9ac3a439b8e8 {
  margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
}
}







#s-e220f380-26f8-4322-a214-9ac3a439b8e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e220f380-26f8-4322-a214-9ac3a439b8e8.shg-box.shg-c {
  justify-content: center;
}

#s-f123d718-8147-43a0-a2de-085522e767b2 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
padding-left: 0px;
padding-right: 0px;
background-color: rgba(90, 10, 60, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-037cefff-a4fa-4025-985d-4ea7776d6d72 {
  margin-bottom: 40px;
}
}
#s-2da8b045-20cb-4826-a14a-d9a2e525b636 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
text-align: center;
}







  #s-2da8b045-20cb-4826-a14a-d9a2e525b636 img.shogun-image {
    

    
    
    
  }


#s-2da8b045-20cb-4826-a14a-d9a2e525b636 .shogun-image-content {
  
    align-items: center;
  
}

#s-586da7b8-25b5-4ccf-8d34-7a2af4f68418 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-586da7b8-25b5-4ccf-8d34-7a2af4f68418 {
  padding-bottom: 120px;
}
}@media (max-width: 767px){#s-586da7b8-25b5-4ccf-8d34-7a2af4f68418 {
  padding-bottom: 20px;
}
}
#s-9d42f164-d43e-458f-9b5b-c66f56438667 {
  box-shadow:5px 5px 11px 1px rgba(73, 73, 73, 0.47);
border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 60px;
padding-bottom: 10px;
padding-right: 60px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 15px;
background-color: rgba(3, 166, 253, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-9d42f164-d43e-458f-9b5b-c66f56438667:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(3, 166, 253, 1) !important;}#s-9d42f164-d43e-458f-9b5b-c66f56438667:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9d42f164-d43e-458f-9b5b-c66f56438667-root {
    text-align: center;
  }


#s-9d42f164-d43e-458f-9b5b-c66f56438667.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9d42f164-d43e-458f-9b5b-c66f56438667-root {
    text-align: center;
  }


#s-9d42f164-d43e-458f-9b5b-c66f56438667.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9d42f164-d43e-458f-9b5b-c66f56438667-root {
    text-align: center;
  }


#s-9d42f164-d43e-458f-9b5b-c66f56438667.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9d42f164-d43e-458f-9b5b-c66f56438667-root {
    text-align: center;
  }


#s-9d42f164-d43e-458f-9b5b-c66f56438667.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9d42f164-d43e-458f-9b5b-c66f56438667-root {
    text-align: center;
  }


#s-9d42f164-d43e-458f-9b5b-c66f56438667.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-d8381e70-f002-42b8-b9f2-79be6812bc64 {
  padding-left: 0px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(189, 189, 189, 1);
border-style: solid;
border-radius: 0px;
min-height: 684px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-d8381e70-f002-42b8-b9f2-79be6812bc64 {
  margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
}
}







#s-d8381e70-f002-42b8-b9f2-79be6812bc64 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d8381e70-f002-42b8-b9f2-79be6812bc64.shg-box.shg-c {
  justify-content: center;
}

#s-72a9fdb7-902e-4e04-896d-ce54287eb7b9 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
padding-left: 0px;
padding-right: 0px;
background-color: rgba(3, 166, 253, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-5c615cb1-f0e4-477a-a130-38232ccb98fd {
  margin-bottom: 40px;
}
}
#s-6e555a4f-e415-49a7-862a-26d731bf2b33 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
text-align: center;
}







  #s-6e555a4f-e415-49a7-862a-26d731bf2b33 img.shogun-image {
    

    
    
    
  }


#s-6e555a4f-e415-49a7-862a-26d731bf2b33 .shogun-image-content {
  
    align-items: center;
  
}

#s-806d0a92-2802-4bed-ae15-10c671fae26c {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-806d0a92-2802-4bed-ae15-10c671fae26c {
  margin-bottom: 30px;
}
}
#s-6e064743-4330-4c5f-881b-0571f5c629d6 {
  box-shadow:5px 5px 11px 1px rgba(73, 73, 73, 0.47);
border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 60px;
padding-bottom: 10px;
padding-right: 60px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 15px;
background-color: rgba(3, 166, 253, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6e064743-4330-4c5f-881b-0571f5c629d6:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(3, 166, 253, 1) !important;}#s-6e064743-4330-4c5f-881b-0571f5c629d6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6e064743-4330-4c5f-881b-0571f5c629d6-root {
    text-align: center;
  }


#s-6e064743-4330-4c5f-881b-0571f5c629d6.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6e064743-4330-4c5f-881b-0571f5c629d6-root {
    text-align: center;
  }


#s-6e064743-4330-4c5f-881b-0571f5c629d6.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6e064743-4330-4c5f-881b-0571f5c629d6-root {
    text-align: center;
  }


#s-6e064743-4330-4c5f-881b-0571f5c629d6.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6e064743-4330-4c5f-881b-0571f5c629d6-root {
    text-align: center;
  }


#s-6e064743-4330-4c5f-881b-0571f5c629d6.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6e064743-4330-4c5f-881b-0571f5c629d6-root {
    text-align: center;
  }


#s-6e064743-4330-4c5f-881b-0571f5c629d6.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-060b88b5-afc3-424c-a144-dead379e59eb {
  padding-left: 0px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(189, 189, 189, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-060b88b5-afc3-424c-a144-dead379e59eb {
  margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
}
}







#s-060b88b5-afc3-424c-a144-dead379e59eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-060b88b5-afc3-424c-a144-dead379e59eb.shg-box.shg-c {
  justify-content: center;
}

#s-54c78458-74e9-4906-aeea-ebcdd69e63d4 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
padding-left: 0px;
padding-right: 0px;
background-color: rgba(90, 10, 60, 1);
}

#s-474dec04-cdd9-43fd-bf8e-a1e7b0278cb0 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
text-align: center;
}







  #s-474dec04-cdd9-43fd-bf8e-a1e7b0278cb0 img.shogun-image {
    

    
    
    
  }


#s-474dec04-cdd9-43fd-bf8e-a1e7b0278cb0 .shogun-image-content {
  
    align-items: center;
  
}

#s-4db75c6e-0aa7-44c2-8497-bef3bbd54bec {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-96da35de-8be4-4a25-b54a-af371d2b92cc {
  box-shadow:5px 5px 11px 1px rgba(73, 73, 73, 0.47);
border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 60px;
padding-bottom: 10px;
padding-right: 60px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 15px;
background-color: rgba(3, 166, 253, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-96da35de-8be4-4a25-b54a-af371d2b92cc:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(3, 166, 253, 1) !important;}#s-96da35de-8be4-4a25-b54a-af371d2b92cc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-96da35de-8be4-4a25-b54a-af371d2b92cc-root {
    text-align: center;
  }


#s-96da35de-8be4-4a25-b54a-af371d2b92cc.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-96da35de-8be4-4a25-b54a-af371d2b92cc-root {
    text-align: center;
  }


#s-96da35de-8be4-4a25-b54a-af371d2b92cc.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-96da35de-8be4-4a25-b54a-af371d2b92cc-root {
    text-align: center;
  }


#s-96da35de-8be4-4a25-b54a-af371d2b92cc.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-96da35de-8be4-4a25-b54a-af371d2b92cc-root {
    text-align: center;
  }


#s-96da35de-8be4-4a25-b54a-af371d2b92cc.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-96da35de-8be4-4a25-b54a-af371d2b92cc-root {
    text-align: center;
  }


#s-96da35de-8be4-4a25-b54a-af371d2b92cc.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-87fa3cd9-1a26-4fb5-a652-727c73b381ce hr {
  border-top: 10px solid rgba(90, 10, 60, 1);
}

#s-cbf098c9-b836-4414-aaf8-3b1cfed136d4 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 30px;
max-width: 1100px;
}

#s-4ad67544-27f4-4c97-8bd5-a1ad4846153d {
  margin-left: auto;
margin-right: auto;
max-width: 1100px;
}

#s-5fe16a14-14a3-4821-9e18-6c53a9d2d5a2 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 50px;
padding-bottom: 50px;
padding-right: 50px;
min-height: 50px;
max-width: 950px;
}
@media (min-width: 1200px){#s-5fe16a14-14a3-4821-9e18-6c53a9d2d5a2 {
  display: none;
}
#s-5fe16a14-14a3-4821-9e18-6c53a9d2d5a2, #wrap-s-5fe16a14-14a3-4821-9e18-6c53a9d2d5a2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5fe16a14-14a3-4821-9e18-6c53a9d2d5a2 {
  display: none;
}
#s-5fe16a14-14a3-4821-9e18-6c53a9d2d5a2, #wrap-s-5fe16a14-14a3-4821-9e18-6c53a9d2d5a2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5fe16a14-14a3-4821-9e18-6c53a9d2d5a2 {
  display: none;
}
#s-5fe16a14-14a3-4821-9e18-6c53a9d2d5a2, #wrap-s-5fe16a14-14a3-4821-9e18-6c53a9d2d5a2 { display: none !important; }}@media (max-width: 767px){#s-5fe16a14-14a3-4821-9e18-6c53a9d2d5a2 {
  display: none;
}
#s-5fe16a14-14a3-4821-9e18-6c53a9d2d5a2, #wrap-s-5fe16a14-14a3-4821-9e18-6c53a9d2d5a2 { display: none !important; }}







#s-5fe16a14-14a3-4821-9e18-6c53a9d2d5a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5fe16a14-14a3-4821-9e18-6c53a9d2d5a2.shg-box.shg-c {
  justify-content: center;
}

#s-8f4a599d-0cce-483c-b15b-5136309e83ab {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(150, 150, 150, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(248, 249, 250, 1);
}

@media (min-width: 0px) {
[id="s-8f4a599d-0cce-483c-b15b-5136309e83ab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8f4a599d-0cce-483c-b15b-5136309e83ab"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8f4a599d-0cce-483c-b15b-5136309e83ab"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8f4a599d-0cce-483c-b15b-5136309e83ab"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8f4a599d-0cce-483c-b15b-5136309e83ab"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8f4a599d-0cce-483c-b15b-5136309e83ab"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8f4a599d-0cce-483c-b15b-5136309e83ab"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-4a984bd6-7144-4e62-b478-189dc02803e4 {
  margin-left: auto;
margin-right: auto;
aspect-ratio: 219/243;
text-align: center;
}
@media (min-width: 1200px){#s-4a984bd6-7144-4e62-b478-189dc02803e4 {
  margin-top: 40px;
margin-bottom: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4a984bd6-7144-4e62-b478-189dc02803e4 {
  margin-top: 40px;
margin-bottom: 40px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4a984bd6-7144-4e62-b478-189dc02803e4 {
  margin-top: 40px;
margin-bottom: 40px;
}
}@media (max-width: 767px){#s-4a984bd6-7144-4e62-b478-189dc02803e4 {
  margin-left: auto;
margin-right: auto;
max-width: 219px;
aspect-ratio: 219/243;
text-align: center;
}
}


.shg-image-margin-container-s-4a984bd6-7144-4e62-b478-189dc02803e4 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-4a984bd6-7144-4e62-b478-189dc02803e4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4a984bd6-7144-4e62-b478-189dc02803e4 .shg-image-content-wrapper {
      aspect-ratio: 219/243;
      width: 100%;
      height: 100%;
    }

    #s-4a984bd6-7144-4e62-b478-189dc02803e4 .shogun-image-link {
      aspect-ratio: 219/243;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4a984bd6-7144-4e62-b478-189dc02803e4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4a984bd6-7144-4e62-b478-189dc02803e4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4a984bd6-7144-4e62-b478-189dc02803e4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4a984bd6-7144-4e62-b478-189dc02803e4.shogun-image {
    
    
  }


.s-4a984bd6-7144-4e62-b478-189dc02803e4 .shogun-image-content {
  
    align-items: center;
  
}

.s-4a984bd6-7144-4e62-b478-189dc02803e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a984bd6-7144-4e62-b478-189dc02803e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a984bd6-7144-4e62-b478-189dc02803e4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4a984bd6-7144-4e62-b478-189dc02803e4 {
      --shg-aspect-ratio: calc(219/243); 
    }

    .s-4a984bd6-7144-4e62-b478-189dc02803e4.shogun-image-container {
      position: relative;
    }

    .s-4a984bd6-7144-4e62-b478-189dc02803e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4a984bd6-7144-4e62-b478-189dc02803e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4a984bd6-7144-4e62-b478-189dc02803e4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-4a984bd6-7144-4e62-b478-189dc02803e4 {
  
  
  margin-top: 40px;
  margin-bottom: 40px;
}

#s-4a984bd6-7144-4e62-b478-189dc02803e4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4a984bd6-7144-4e62-b478-189dc02803e4 .shg-image-content-wrapper {
      aspect-ratio: 219/243;
      width: 100%;
      height: 100%;
    }

    #s-4a984bd6-7144-4e62-b478-189dc02803e4 .shogun-image-link {
      aspect-ratio: 219/243;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4a984bd6-7144-4e62-b478-189dc02803e4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4a984bd6-7144-4e62-b478-189dc02803e4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4a984bd6-7144-4e62-b478-189dc02803e4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4a984bd6-7144-4e62-b478-189dc02803e4.shogun-image {
    
    
  }


.s-4a984bd6-7144-4e62-b478-189dc02803e4 .shogun-image-content {
  
    align-items: center;
  
}

.s-4a984bd6-7144-4e62-b478-189dc02803e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a984bd6-7144-4e62-b478-189dc02803e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a984bd6-7144-4e62-b478-189dc02803e4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4a984bd6-7144-4e62-b478-189dc02803e4 {
      --shg-aspect-ratio: calc(219/243); 
    }

    .s-4a984bd6-7144-4e62-b478-189dc02803e4.shogun-image-container {
      position: relative;
    }

    .s-4a984bd6-7144-4e62-b478-189dc02803e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4a984bd6-7144-4e62-b478-189dc02803e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4a984bd6-7144-4e62-b478-189dc02803e4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-4a984bd6-7144-4e62-b478-189dc02803e4 {
  
  
  margin-top: 40px;
  margin-bottom: 40px;
}

#s-4a984bd6-7144-4e62-b478-189dc02803e4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4a984bd6-7144-4e62-b478-189dc02803e4 .shg-image-content-wrapper {
      aspect-ratio: 219/243;
      width: 100%;
      height: 100%;
    }

    #s-4a984bd6-7144-4e62-b478-189dc02803e4 .shogun-image-link {
      aspect-ratio: 219/243;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4a984bd6-7144-4e62-b478-189dc02803e4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4a984bd6-7144-4e62-b478-189dc02803e4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4a984bd6-7144-4e62-b478-189dc02803e4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4a984bd6-7144-4e62-b478-189dc02803e4.shogun-image {
    
    
  }


.s-4a984bd6-7144-4e62-b478-189dc02803e4 .shogun-image-content {
  
    align-items: center;
  
}

.s-4a984bd6-7144-4e62-b478-189dc02803e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a984bd6-7144-4e62-b478-189dc02803e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a984bd6-7144-4e62-b478-189dc02803e4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4a984bd6-7144-4e62-b478-189dc02803e4 {
      --shg-aspect-ratio: calc(219/243); 
    }

    .s-4a984bd6-7144-4e62-b478-189dc02803e4.shogun-image-container {
      position: relative;
    }

    .s-4a984bd6-7144-4e62-b478-189dc02803e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4a984bd6-7144-4e62-b478-189dc02803e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4a984bd6-7144-4e62-b478-189dc02803e4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-4a984bd6-7144-4e62-b478-189dc02803e4 {
  
  
  margin-top: 40px;
  margin-bottom: 40px;
}

#s-4a984bd6-7144-4e62-b478-189dc02803e4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4a984bd6-7144-4e62-b478-189dc02803e4 .shg-image-content-wrapper {
      aspect-ratio: 219/243;
      width: 100%;
      height: 100%;
    }

    #s-4a984bd6-7144-4e62-b478-189dc02803e4 .shogun-image-link {
      aspect-ratio: 219/243;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4a984bd6-7144-4e62-b478-189dc02803e4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4a984bd6-7144-4e62-b478-189dc02803e4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4a984bd6-7144-4e62-b478-189dc02803e4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4a984bd6-7144-4e62-b478-189dc02803e4.shogun-image {
    
    
  }


.s-4a984bd6-7144-4e62-b478-189dc02803e4 .shogun-image-content {
  
    align-items: center;
  
}

.s-4a984bd6-7144-4e62-b478-189dc02803e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a984bd6-7144-4e62-b478-189dc02803e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a984bd6-7144-4e62-b478-189dc02803e4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4a984bd6-7144-4e62-b478-189dc02803e4 {
      --shg-aspect-ratio: calc(219/243); 
    }

    .s-4a984bd6-7144-4e62-b478-189dc02803e4.shogun-image-container {
      position: relative;
    }

    .s-4a984bd6-7144-4e62-b478-189dc02803e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4a984bd6-7144-4e62-b478-189dc02803e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4a984bd6-7144-4e62-b478-189dc02803e4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-4a984bd6-7144-4e62-b478-189dc02803e4 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-4a984bd6-7144-4e62-b478-189dc02803e4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4a984bd6-7144-4e62-b478-189dc02803e4 .shg-image-content-wrapper {
      aspect-ratio: 219/243;
      width: 100%;
      height: 100%;
    }

    #s-4a984bd6-7144-4e62-b478-189dc02803e4 .shogun-image-link {
      aspect-ratio: 219/243;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4a984bd6-7144-4e62-b478-189dc02803e4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4a984bd6-7144-4e62-b478-189dc02803e4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4a984bd6-7144-4e62-b478-189dc02803e4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4a984bd6-7144-4e62-b478-189dc02803e4.shogun-image {
    
    
  }


.s-4a984bd6-7144-4e62-b478-189dc02803e4 .shogun-image-content {
  
    align-items: center;
  
}

.s-4a984bd6-7144-4e62-b478-189dc02803e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a984bd6-7144-4e62-b478-189dc02803e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a984bd6-7144-4e62-b478-189dc02803e4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4a984bd6-7144-4e62-b478-189dc02803e4 {
      --shg-aspect-ratio: calc(219/243); 
    }

    .s-4a984bd6-7144-4e62-b478-189dc02803e4.shogun-image-container {
      position: relative;
    }

    .s-4a984bd6-7144-4e62-b478-189dc02803e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4a984bd6-7144-4e62-b478-189dc02803e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4a984bd6-7144-4e62-b478-189dc02803e4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-45b500dd-48b1-4ecb-a382-2bdfb743ef28 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-45b500dd-48b1-4ecb-a382-2bdfb743ef28 .shogun-heading-component h2 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-085f1ffc-8510-462f-a261-0ae8f8df3a1d {
  margin-left: auto;
margin-right: auto;
padding-left: 8px;
padding-right: 8px;
}

#s-d46887d1-e0b9-4b86-bb3a-63a56e40ac5c {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(40, 167, 69, 1);
border-style: none;
border-radius: 2px;
background-color: rgba(40, 167, 69, 1);
text-align: center;
text-decoration: none;
}
#s-d46887d1-e0b9-4b86-bb3a-63a56e40ac5c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d46887d1-e0b9-4b86-bb3a-63a56e40ac5c:active {background-color: rgba(40, 167, 69, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-d46887d1-e0b9-4b86-bb3a-63a56e40ac5c-root {
    text-align: center;
  }


#s-d46887d1-e0b9-4b86-bb3a-63a56e40ac5c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d46887d1-e0b9-4b86-bb3a-63a56e40ac5c-root {
    text-align: center;
  }


#s-d46887d1-e0b9-4b86-bb3a-63a56e40ac5c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d46887d1-e0b9-4b86-bb3a-63a56e40ac5c-root {
    text-align: center;
  }


#s-d46887d1-e0b9-4b86-bb3a-63a56e40ac5c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d46887d1-e0b9-4b86-bb3a-63a56e40ac5c-root {
    text-align: center;
  }


#s-d46887d1-e0b9-4b86-bb3a-63a56e40ac5c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d46887d1-e0b9-4b86-bb3a-63a56e40ac5c-root {
    text-align: center;
  }


#s-d46887d1-e0b9-4b86-bb3a-63a56e40ac5c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-033eec0f-87b0-437f-b753-d37288122fe9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(2, 142, 230, 1);
}
#s-033eec0f-87b0-437f-b753-d37288122fe9:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(2, 142, 230, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-033eec0f-87b0-437f-b753-d37288122fe9:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(2, 142, 230, 1) !important;}

  #s-033eec0f-87b0-437f-b753-d37288122fe9-root {
    text-align: center;
  }


#s-033eec0f-87b0-437f-b753-d37288122fe9.shg-btn {
  color: rgba(2, 142, 230, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-033eec0f-87b0-437f-b753-d37288122fe9-root {
    text-align: center;
  }


#s-033eec0f-87b0-437f-b753-d37288122fe9.shg-btn {
  color: rgba(2, 142, 230, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-033eec0f-87b0-437f-b753-d37288122fe9-root {
    text-align: center;
  }


#s-033eec0f-87b0-437f-b753-d37288122fe9.shg-btn {
  color: rgba(2, 142, 230, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-033eec0f-87b0-437f-b753-d37288122fe9-root {
    text-align: center;
  }


#s-033eec0f-87b0-437f-b753-d37288122fe9.shg-btn {
  color: rgba(2, 142, 230, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-033eec0f-87b0-437f-b753-d37288122fe9-root {
    text-align: center;
  }


#s-033eec0f-87b0-437f-b753-d37288122fe9.shg-btn {
  color: rgba(2, 142, 230, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-131de340-67fa-4670-b027-84d42285baad {
  min-height: 50px;
background-color: rgba(90, 10, 60, 1);
}








#s-131de340-67fa-4670-b027-84d42285baad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-131de340-67fa-4670-b027-84d42285baad.shg-box.shg-c {
  justify-content: center;
}

#s-26270c8c-2062-4556-b563-e335e7e6a9bc {
  margin-left: auto;
margin-right: auto;
max-width: 1100px;
}

@media (min-width: 0px) {
[id="s-26270c8c-2062-4556-b563-e335e7e6a9bc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-26270c8c-2062-4556-b563-e335e7e6a9bc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-26270c8c-2062-4556-b563-e335e7e6a9bc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-26270c8c-2062-4556-b563-e335e7e6a9bc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d981c49e-ddca-4956-8ad7-e16fa4926d2a {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
max-width: 1116px;
}

#s-52f98ace-85a6-4579-b7e4-27c7ec203a27 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
max-width: 1116px;
}

#s-bd1435de-66f3-4e82-8f10-771f658c1721 {
  min-height: 50px;
}








#s-bd1435de-66f3-4e82-8f10-771f658c1721 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bd1435de-66f3-4e82-8f10-771f658c1721.shg-box.shg-c {
  justify-content: center;
}

#s-73add88f-d5a8-4c25-aa8e-c29471ab1a8c {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(90, 10, 60, 1);
border-style: solid;
max-width: 1100px;
}

#s-6fef58af-3f76-4b72-8cef-dd1dec78678b {
  text-align: left;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

#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;
  -webkit-user-select: none;
     -moz-user-select: none;
          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-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:not(.shopify-section *):not([id^="wistia"]) {
  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;
}
