.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

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

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-8f966623-023e-4996-be63-c90b254de8c3 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 2%;
min-height: 522px;
max-width: 2001px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-8f966623-023e-4996-be63-c90b254de8c3 {
  
}
}@media (max-width: 767px){#s-8f966623-023e-4996-be63-c90b254de8c3 {
  display: none;
}
#s-8f966623-023e-4996-be63-c90b254de8c3, #wrap-s-8f966623-023e-4996-be63-c90b254de8c3 { display:none !important; }}
#s-8f966623-023e-4996-be63-c90b254de8c3 {
  background-image: url(https://i.shgcdn.com/e81acedf-e65b-46a0-b5bf-fd9708e2a739/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-8f966623-023e-4996-be63-c90b254de8c3 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-8f966623-023e-4996-be63-c90b254de8c3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

@media (max-width: 767px){#s-48492dfb-027e-42e9-a07e-e412020a309e {
  display: none;
}
#s-48492dfb-027e-42e9-a07e-e412020a309e, #wrap-s-48492dfb-027e-42e9-a07e-e412020a309e { display:none !important; }}
@media (min-width: 0px) {
[id="s-48492dfb-027e-42e9-a07e-e412020a309e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-48492dfb-027e-42e9-a07e-e412020a309e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-48492dfb-027e-42e9-a07e-e412020a309e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-48492dfb-027e-42e9-a07e-e412020a309e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-d4d02194-1fa8-4896-8ba6-559977d18afd {
  margin-left: 9%;
margin-right: 9%;
}
@media (min-width: 1200px){#s-d4d02194-1fa8-4896-8ba6-559977d18afd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d4d02194-1fa8-4896-8ba6-559977d18afd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d4d02194-1fa8-4896-8ba6-559977d18afd {
  display: none;
}
#s-d4d02194-1fa8-4896-8ba6-559977d18afd, #wrap-s-d4d02194-1fa8-4896-8ba6-559977d18afd { display:none !important; }}@media (max-width: 767px){#s-d4d02194-1fa8-4896-8ba6-559977d18afd {
  display: none;
}
#s-d4d02194-1fa8-4896-8ba6-559977d18afd, #wrap-s-d4d02194-1fa8-4896-8ba6-559977d18afd { display:none !important; }}
#s-2058869c-1725-4dcd-bdb8-e0b933421855 {
  margin-left: 9%;
margin-right: 9%;
}
@media (min-width: 1200px){#s-2058869c-1725-4dcd-bdb8-e0b933421855 {
  display: none;
}
#s-2058869c-1725-4dcd-bdb8-e0b933421855, #wrap-s-2058869c-1725-4dcd-bdb8-e0b933421855 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2058869c-1725-4dcd-bdb8-e0b933421855 {
  display: none;
}
#s-2058869c-1725-4dcd-bdb8-e0b933421855, #wrap-s-2058869c-1725-4dcd-bdb8-e0b933421855 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2058869c-1725-4dcd-bdb8-e0b933421855 {
  display: none;
}
#s-2058869c-1725-4dcd-bdb8-e0b933421855, #wrap-s-2058869c-1725-4dcd-bdb8-e0b933421855 { display:none !important; }}@media (max-width: 767px){#s-2058869c-1725-4dcd-bdb8-e0b933421855 {
  
}
}
#s-bf2449c1-622c-401e-ba88-587baa2ee51b {
  margin-left: 9%;
margin-right: 9%;
}
@media (min-width: 1200px){#s-bf2449c1-622c-401e-ba88-587baa2ee51b {
  display: none;
}
#s-bf2449c1-622c-401e-ba88-587baa2ee51b, #wrap-s-bf2449c1-622c-401e-ba88-587baa2ee51b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bf2449c1-622c-401e-ba88-587baa2ee51b {
  display: none;
}
#s-bf2449c1-622c-401e-ba88-587baa2ee51b, #wrap-s-bf2449c1-622c-401e-ba88-587baa2ee51b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bf2449c1-622c-401e-ba88-587baa2ee51b {
  display: none;
}
#s-bf2449c1-622c-401e-ba88-587baa2ee51b, #wrap-s-bf2449c1-622c-401e-ba88-587baa2ee51b { display:none !important; }}@media (max-width: 767px){#s-bf2449c1-622c-401e-ba88-587baa2ee51b {
  
}
}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

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

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

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

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

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

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

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

#s-8c8bc00c-2f4e-4b5e-9c73-4d509864bffc {
  margin-top: 33px;
margin-left: 9%;
margin-bottom: 42px;
margin-right: 9%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(116, 189, 213, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(254, 246, 228, 1);
}
#s-8c8bc00c-2f4e-4b5e-9c73-4d509864bffc:hover {background-color: rgba(47, 102, 140, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8c8bc00c-2f4e-4b5e-9c73-4d509864bffc:active {background-color: rgba(47, 102, 140, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-8c8bc00c-2f4e-4b5e-9c73-4d509864bffc-root {
    text-align: left;
  }


#s-8c8bc00c-2f4e-4b5e-9c73-4d509864bffc.shg-btn {
  color: rgba(254, 246, 228, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Exo;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8c8bc00c-2f4e-4b5e-9c73-4d509864bffc-root {
    text-align: left;
  }


#s-8c8bc00c-2f4e-4b5e-9c73-4d509864bffc.shg-btn {
  color: rgba(254, 246, 228, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Exo;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8c8bc00c-2f4e-4b5e-9c73-4d509864bffc-root {
    text-align: left;
  }


#s-8c8bc00c-2f4e-4b5e-9c73-4d509864bffc.shg-btn {
  color: rgba(254, 246, 228, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Exo;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8c8bc00c-2f4e-4b5e-9c73-4d509864bffc-root {
    text-align: left;
  }


#s-8c8bc00c-2f4e-4b5e-9c73-4d509864bffc.shg-btn {
  color: rgba(254, 246, 228, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Exo;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8c8bc00c-2f4e-4b5e-9c73-4d509864bffc-root {
    text-align: left;
  }


#s-8c8bc00c-2f4e-4b5e-9c73-4d509864bffc.shg-btn {
  color: rgba(254, 246, 228, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Exo;
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-071c8cce-71ac-4ffb-b6c3-234e8f95404d {
  display: none;
}
#s-071c8cce-71ac-4ffb-b6c3-234e8f95404d, #wrap-s-071c8cce-71ac-4ffb-b6c3-234e8f95404d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-071c8cce-71ac-4ffb-b6c3-234e8f95404d {
  display: none;
}
#s-071c8cce-71ac-4ffb-b6c3-234e8f95404d, #wrap-s-071c8cce-71ac-4ffb-b6c3-234e8f95404d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-071c8cce-71ac-4ffb-b6c3-234e8f95404d {
  display: none;
}
#s-071c8cce-71ac-4ffb-b6c3-234e8f95404d, #wrap-s-071c8cce-71ac-4ffb-b6c3-234e8f95404d { display:none !important; }}@media (max-width: 767px){#s-071c8cce-71ac-4ffb-b6c3-234e8f95404d {
  
}
}
@media (min-width: 0px) {
[id="s-071c8cce-71ac-4ffb-b6c3-234e8f95404d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-071c8cce-71ac-4ffb-b6c3-234e8f95404d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-071c8cce-71ac-4ffb-b6c3-234e8f95404d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-071c8cce-71ac-4ffb-b6c3-234e8f95404d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b90d86e1-17b9-457a-afb8-a62dcb7b86e8 {
  margin-left: 9%;
margin-right: 9%;
}
@media (min-width: 1200px){#s-b90d86e1-17b9-457a-afb8-a62dcb7b86e8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b90d86e1-17b9-457a-afb8-a62dcb7b86e8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b90d86e1-17b9-457a-afb8-a62dcb7b86e8 {
  display: none;
}
#s-b90d86e1-17b9-457a-afb8-a62dcb7b86e8, #wrap-s-b90d86e1-17b9-457a-afb8-a62dcb7b86e8 { display:none !important; }}@media (max-width: 767px){#s-b90d86e1-17b9-457a-afb8-a62dcb7b86e8 {
  display: none;
}
#s-b90d86e1-17b9-457a-afb8-a62dcb7b86e8, #wrap-s-b90d86e1-17b9-457a-afb8-a62dcb7b86e8 { display:none !important; }}
#s-26358c4b-768b-4d6a-a3e8-183ae8122cc8 {
  margin-left: 9%;
margin-right: 9%;
}
@media (min-width: 1200px){#s-26358c4b-768b-4d6a-a3e8-183ae8122cc8 {
  display: none;
}
#s-26358c4b-768b-4d6a-a3e8-183ae8122cc8, #wrap-s-26358c4b-768b-4d6a-a3e8-183ae8122cc8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-26358c4b-768b-4d6a-a3e8-183ae8122cc8 {
  display: none;
}
#s-26358c4b-768b-4d6a-a3e8-183ae8122cc8, #wrap-s-26358c4b-768b-4d6a-a3e8-183ae8122cc8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-26358c4b-768b-4d6a-a3e8-183ae8122cc8 {
  display: none;
}
#s-26358c4b-768b-4d6a-a3e8-183ae8122cc8, #wrap-s-26358c4b-768b-4d6a-a3e8-183ae8122cc8 { display:none !important; }}@media (max-width: 767px){#s-26358c4b-768b-4d6a-a3e8-183ae8122cc8 {
  
}
}
#s-2f0f2eef-100e-42bb-ad1f-07883b78ec89 {
  margin-left: 9%;
margin-right: 9%;
}
@media (min-width: 1200px){#s-2f0f2eef-100e-42bb-ad1f-07883b78ec89 {
  display: none;
}
#s-2f0f2eef-100e-42bb-ad1f-07883b78ec89, #wrap-s-2f0f2eef-100e-42bb-ad1f-07883b78ec89 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2f0f2eef-100e-42bb-ad1f-07883b78ec89 {
  display: none;
}
#s-2f0f2eef-100e-42bb-ad1f-07883b78ec89, #wrap-s-2f0f2eef-100e-42bb-ad1f-07883b78ec89 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2f0f2eef-100e-42bb-ad1f-07883b78ec89 {
  display: none;
}
#s-2f0f2eef-100e-42bb-ad1f-07883b78ec89, #wrap-s-2f0f2eef-100e-42bb-ad1f-07883b78ec89 { display:none !important; }}@media (max-width: 767px){#s-2f0f2eef-100e-42bb-ad1f-07883b78ec89 {
  
}
}
#s-e9904531-ca7d-4d5f-9472-acdf44cb5f60 {
  margin-top: 68px;
margin-left: 9%;
margin-bottom: 68px;
margin-right: 9%;
}
@media (min-width: 768px) and (max-width: 991px){#s-e9904531-ca7d-4d5f-9472-acdf44cb5f60 {
  display: none;
}
#s-e9904531-ca7d-4d5f-9472-acdf44cb5f60, #wrap-s-e9904531-ca7d-4d5f-9472-acdf44cb5f60 { display:none !important; }}@media (max-width: 767px){#s-e9904531-ca7d-4d5f-9472-acdf44cb5f60 {
  display: none;
}
#s-e9904531-ca7d-4d5f-9472-acdf44cb5f60, #wrap-s-e9904531-ca7d-4d5f-9472-acdf44cb5f60 { display:none !important; }}
@media (min-width: 0px) {
[id="s-e9904531-ca7d-4d5f-9472-acdf44cb5f60"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e9904531-ca7d-4d5f-9472-acdf44cb5f60"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e9904531-ca7d-4d5f-9472-acdf44cb5f60"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e9904531-ca7d-4d5f-9472-acdf44cb5f60"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

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

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

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

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

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

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

#s-87399eb8-310c-42e2-8542-587de7be1e63 {
  max-width: 1142px;
aspect-ratio: 1142/925;
text-align: center;
}





  #s-87399eb8-310c-42e2-8542-587de7be1e63 img.shogun-image,
  #s-87399eb8-310c-42e2-8542-587de7be1e63 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-87399eb8-310c-42e2-8542-587de7be1e63 {
    width: 100%;
    height: auto;
  }



  img.s-87399eb8-310c-42e2-8542-587de7be1e63.shogun-image {
    
    
  }


.s-87399eb8-310c-42e2-8542-587de7be1e63 .shogun-image-content {
  
    align-items: center;
  
}

.s-87399eb8-310c-42e2-8542-587de7be1e63.shg-align-container {
  text-align: center
}

.s-87399eb8-310c-42e2-8542-587de7be1e63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87399eb8-310c-42e2-8542-587de7be1e63.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-87399eb8-310c-42e2-8542-587de7be1e63 img.shogun-image,
  #s-87399eb8-310c-42e2-8542-587de7be1e63 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-87399eb8-310c-42e2-8542-587de7be1e63 {
    width: 100%;
    height: auto;
  }



  img.s-87399eb8-310c-42e2-8542-587de7be1e63.shogun-image {
    
    
  }


.s-87399eb8-310c-42e2-8542-587de7be1e63 .shogun-image-content {
  
    align-items: center;
  
}

.s-87399eb8-310c-42e2-8542-587de7be1e63.shg-align-container {
  text-align: center
}

.s-87399eb8-310c-42e2-8542-587de7be1e63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87399eb8-310c-42e2-8542-587de7be1e63.shogun-image {
  box-sizing: border-box;
}


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



  #s-87399eb8-310c-42e2-8542-587de7be1e63 img.shogun-image,
  #s-87399eb8-310c-42e2-8542-587de7be1e63 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-87399eb8-310c-42e2-8542-587de7be1e63 {
    width: 100%;
    height: auto;
  }



  img.s-87399eb8-310c-42e2-8542-587de7be1e63.shogun-image {
    
    
  }


.s-87399eb8-310c-42e2-8542-587de7be1e63 .shogun-image-content {
  
    align-items: center;
  
}

.s-87399eb8-310c-42e2-8542-587de7be1e63.shg-align-container {
  text-align: center
}

.s-87399eb8-310c-42e2-8542-587de7be1e63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87399eb8-310c-42e2-8542-587de7be1e63.shogun-image {
  box-sizing: border-box;
}


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



  #s-87399eb8-310c-42e2-8542-587de7be1e63 img.shogun-image,
  #s-87399eb8-310c-42e2-8542-587de7be1e63 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-87399eb8-310c-42e2-8542-587de7be1e63 {
    width: 100%;
    height: auto;
  }



  img.s-87399eb8-310c-42e2-8542-587de7be1e63.shogun-image {
    
    
  }


.s-87399eb8-310c-42e2-8542-587de7be1e63 .shogun-image-content {
  
    align-items: center;
  
}

.s-87399eb8-310c-42e2-8542-587de7be1e63.shg-align-container {
  text-align: center
}

.s-87399eb8-310c-42e2-8542-587de7be1e63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87399eb8-310c-42e2-8542-587de7be1e63.shogun-image {
  box-sizing: border-box;
}


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



  #s-87399eb8-310c-42e2-8542-587de7be1e63 img.shogun-image,
  #s-87399eb8-310c-42e2-8542-587de7be1e63 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-87399eb8-310c-42e2-8542-587de7be1e63 {
    width: 100%;
    height: auto;
  }



  img.s-87399eb8-310c-42e2-8542-587de7be1e63.shogun-image {
    
    
  }


.s-87399eb8-310c-42e2-8542-587de7be1e63 .shogun-image-content {
  
    align-items: center;
  
}

.s-87399eb8-310c-42e2-8542-587de7be1e63.shg-align-container {
  text-align: center
}

.s-87399eb8-310c-42e2-8542-587de7be1e63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87399eb8-310c-42e2-8542-587de7be1e63.shogun-image {
  box-sizing: border-box;
}


}
#s-2816aaba-d7dd-42ae-ad17-a6bcd8ac015d {
  margin-top: 17px;
margin-left: 0%;
margin-bottom: 17px;
margin-right: 0%;
min-height: 1px;
max-width: 173px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2816aaba-d7dd-42ae-ad17-a6bcd8ac015d {
  display: none;
}
#s-2816aaba-d7dd-42ae-ad17-a6bcd8ac015d, #wrap-s-2816aaba-d7dd-42ae-ad17-a6bcd8ac015d { display:none !important; }}@media (max-width: 767px){#s-2816aaba-d7dd-42ae-ad17-a6bcd8ac015d {
  display: none;
}
#s-2816aaba-d7dd-42ae-ad17-a6bcd8ac015d, #wrap-s-2816aaba-d7dd-42ae-ad17-a6bcd8ac015d { display:none !important; }}




  #s-2816aaba-d7dd-42ae-ad17-a6bcd8ac015d img.shogun-image,
  #s-2816aaba-d7dd-42ae-ad17-a6bcd8ac015d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2816aaba-d7dd-42ae-ad17-a6bcd8ac015d {
    width: 100%;
    height: auto;
  }



  img.s-2816aaba-d7dd-42ae-ad17-a6bcd8ac015d.shogun-image {
    
    
  }


.s-2816aaba-d7dd-42ae-ad17-a6bcd8ac015d .shogun-image-content {
  
    align-items: center;
  
}

.s-2816aaba-d7dd-42ae-ad17-a6bcd8ac015d.shg-align-container {
  text-align: center
}

.s-2816aaba-d7dd-42ae-ad17-a6bcd8ac015d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2816aaba-d7dd-42ae-ad17-a6bcd8ac015d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-2816aaba-d7dd-42ae-ad17-a6bcd8ac015d img.shogun-image,
  #s-2816aaba-d7dd-42ae-ad17-a6bcd8ac015d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2816aaba-d7dd-42ae-ad17-a6bcd8ac015d {
    width: 100%;
    height: auto;
  }



  img.s-2816aaba-d7dd-42ae-ad17-a6bcd8ac015d.shogun-image {
    
    
  }


.s-2816aaba-d7dd-42ae-ad17-a6bcd8ac015d .shogun-image-content {
  
    align-items: center;
  
}

.s-2816aaba-d7dd-42ae-ad17-a6bcd8ac015d.shg-align-container {
  text-align: center
}

.s-2816aaba-d7dd-42ae-ad17-a6bcd8ac015d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2816aaba-d7dd-42ae-ad17-a6bcd8ac015d.shogun-image {
  box-sizing: border-box;
}


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



  #s-2816aaba-d7dd-42ae-ad17-a6bcd8ac015d img.shogun-image,
  #s-2816aaba-d7dd-42ae-ad17-a6bcd8ac015d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2816aaba-d7dd-42ae-ad17-a6bcd8ac015d {
    width: 100%;
    height: auto;
  }



  img.s-2816aaba-d7dd-42ae-ad17-a6bcd8ac015d.shogun-image {
    
    
  }


.s-2816aaba-d7dd-42ae-ad17-a6bcd8ac015d .shogun-image-content {
  
    align-items: center;
  
}

.s-2816aaba-d7dd-42ae-ad17-a6bcd8ac015d.shg-align-container {
  text-align: center
}

.s-2816aaba-d7dd-42ae-ad17-a6bcd8ac015d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2816aaba-d7dd-42ae-ad17-a6bcd8ac015d.shogun-image {
  box-sizing: border-box;
}


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



  #s-2816aaba-d7dd-42ae-ad17-a6bcd8ac015d img.shogun-image,
  #s-2816aaba-d7dd-42ae-ad17-a6bcd8ac015d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2816aaba-d7dd-42ae-ad17-a6bcd8ac015d {
    width: 100%;
    height: auto;
  }



  img.s-2816aaba-d7dd-42ae-ad17-a6bcd8ac015d.shogun-image {
    
    
  }


.s-2816aaba-d7dd-42ae-ad17-a6bcd8ac015d .shogun-image-content {
  
    align-items: center;
  
}

.s-2816aaba-d7dd-42ae-ad17-a6bcd8ac015d.shg-align-container {
  text-align: center
}

.s-2816aaba-d7dd-42ae-ad17-a6bcd8ac015d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2816aaba-d7dd-42ae-ad17-a6bcd8ac015d.shogun-image {
  box-sizing: border-box;
}


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



  #s-2816aaba-d7dd-42ae-ad17-a6bcd8ac015d img.shogun-image,
  #s-2816aaba-d7dd-42ae-ad17-a6bcd8ac015d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2816aaba-d7dd-42ae-ad17-a6bcd8ac015d {
    width: 100%;
    height: auto;
  }



  img.s-2816aaba-d7dd-42ae-ad17-a6bcd8ac015d.shogun-image {
    
    
  }


.s-2816aaba-d7dd-42ae-ad17-a6bcd8ac015d .shogun-image-content {
  
    align-items: center;
  
}

.s-2816aaba-d7dd-42ae-ad17-a6bcd8ac015d.shg-align-container {
  text-align: center
}

.s-2816aaba-d7dd-42ae-ad17-a6bcd8ac015d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2816aaba-d7dd-42ae-ad17-a6bcd8ac015d.shogun-image {
  box-sizing: border-box;
}


}
#s-d015fed2-7423-4a1f-ba98-5fb0d44a03c8 {
  margin-left: 4%;
margin-right: 4%;
}

#s-1a7ad8b6-1fe5-4a82-a7a7-44c17a232a3a {
  margin-left: 4%;
margin-right: 4%;
}

#s-aecc5d9d-0fbc-4bea-bfc2-76ce157672ab {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 2%;
min-height: 522px;
max-width: 2001px;
background-position: center center;
}
@media (min-width: 1200px){#s-aecc5d9d-0fbc-4bea-bfc2-76ce157672ab {
  display: none;
}
#s-aecc5d9d-0fbc-4bea-bfc2-76ce157672ab, #wrap-s-aecc5d9d-0fbc-4bea-bfc2-76ce157672ab { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aecc5d9d-0fbc-4bea-bfc2-76ce157672ab {
  display: none;
}
#s-aecc5d9d-0fbc-4bea-bfc2-76ce157672ab, #wrap-s-aecc5d9d-0fbc-4bea-bfc2-76ce157672ab { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-aecc5d9d-0fbc-4bea-bfc2-76ce157672ab {
  display: none;
}
#s-aecc5d9d-0fbc-4bea-bfc2-76ce157672ab, #wrap-s-aecc5d9d-0fbc-4bea-bfc2-76ce157672ab { display:none !important; }}@media (max-width: 767px){#s-aecc5d9d-0fbc-4bea-bfc2-76ce157672ab {
  
}
}
#s-aecc5d9d-0fbc-4bea-bfc2-76ce157672ab {
  background-image: url(https://i.shgcdn.com/6f13f942-b8ec-41c3-95b1-33d81fb05d9f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-aecc5d9d-0fbc-4bea-bfc2-76ce157672ab > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-aecc5d9d-0fbc-4bea-bfc2-76ce157672ab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-bc6e632b-040d-4e25-8bdb-210f6dce3f4a {
  display: none;
}
#s-bc6e632b-040d-4e25-8bdb-210f6dce3f4a, #wrap-s-bc6e632b-040d-4e25-8bdb-210f6dce3f4a { display:none !important; }}
@media (min-width: 0px) {
[id="s-bc6e632b-040d-4e25-8bdb-210f6dce3f4a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bc6e632b-040d-4e25-8bdb-210f6dce3f4a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bc6e632b-040d-4e25-8bdb-210f6dce3f4a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bc6e632b-040d-4e25-8bdb-210f6dce3f4a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-45992146-b600-48e6-8e65-2834e2cd2148 {
  margin-left: 9%;
margin-right: 9%;
}
@media (min-width: 1200px){#s-45992146-b600-48e6-8e65-2834e2cd2148 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-45992146-b600-48e6-8e65-2834e2cd2148 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-45992146-b600-48e6-8e65-2834e2cd2148 {
  display: none;
}
#s-45992146-b600-48e6-8e65-2834e2cd2148, #wrap-s-45992146-b600-48e6-8e65-2834e2cd2148 { display:none !important; }}@media (max-width: 767px){#s-45992146-b600-48e6-8e65-2834e2cd2148 {
  display: none;
}
#s-45992146-b600-48e6-8e65-2834e2cd2148, #wrap-s-45992146-b600-48e6-8e65-2834e2cd2148 { display:none !important; }}
#s-3511ffda-cb43-4bf4-8a1b-3587b6360097 {
  min-height: 50px;
}








#s-3511ffda-cb43-4bf4-8a1b-3587b6360097 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3511ffda-cb43-4bf4-8a1b-3587b6360097.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b25b5667-608c-484d-9d45-9960b6ff19d9 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 279px;
margin-left: 4%;
margin-bottom: 5px;
margin-right: 1%;
}

#s-c8d95f73-b553-448c-ad18-9d70d6c43a4c {
  margin-top: 68px;
margin-left: 0%;
margin-bottom: 68px;
margin-right: 0%;
}
@media (min-width: 1200px){#s-c8d95f73-b553-448c-ad18-9d70d6c43a4c {
  display: none;
}
#s-c8d95f73-b553-448c-ad18-9d70d6c43a4c, #wrap-s-c8d95f73-b553-448c-ad18-9d70d6c43a4c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c8d95f73-b553-448c-ad18-9d70d6c43a4c {
  display: none;
}
#s-c8d95f73-b553-448c-ad18-9d70d6c43a4c, #wrap-s-c8d95f73-b553-448c-ad18-9d70d6c43a4c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c8d95f73-b553-448c-ad18-9d70d6c43a4c {
  display: none;
}
#s-c8d95f73-b553-448c-ad18-9d70d6c43a4c, #wrap-s-c8d95f73-b553-448c-ad18-9d70d6c43a4c { display:none !important; }}@media (max-width: 767px){#s-c8d95f73-b553-448c-ad18-9d70d6c43a4c {
  
}
}
@media (min-width: 0px) {
[id="s-c8d95f73-b553-448c-ad18-9d70d6c43a4c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c8d95f73-b553-448c-ad18-9d70d6c43a4c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c8d95f73-b553-448c-ad18-9d70d6c43a4c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c8d95f73-b553-448c-ad18-9d70d6c43a4c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-659b6453-9625-4756-9f9f-2870d583a410 {
  border-style: solid;
margin-left: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
aspect-ratio: 1142/925;
text-align: center;
}
@media (min-width: 1200px){#s-659b6453-9625-4756-9f9f-2870d583a410 {
  display: none;
}
#s-659b6453-9625-4756-9f9f-2870d583a410, #wrap-s-659b6453-9625-4756-9f9f-2870d583a410 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-659b6453-9625-4756-9f9f-2870d583a410 {
  display: none;
}
#s-659b6453-9625-4756-9f9f-2870d583a410, #wrap-s-659b6453-9625-4756-9f9f-2870d583a410 { display:none !important; }}




  #s-659b6453-9625-4756-9f9f-2870d583a410 img.shogun-image,
  #s-659b6453-9625-4756-9f9f-2870d583a410 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-659b6453-9625-4756-9f9f-2870d583a410 {
    width: 100%;
    height: auto;
  }



  img.s-659b6453-9625-4756-9f9f-2870d583a410.shogun-image {
    
    
  }


.s-659b6453-9625-4756-9f9f-2870d583a410 .shogun-image-content {
  
    align-items: center;
  
}

.s-659b6453-9625-4756-9f9f-2870d583a410.shg-align-container {
  text-align: center
}

.s-659b6453-9625-4756-9f9f-2870d583a410.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-659b6453-9625-4756-9f9f-2870d583a410.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-659b6453-9625-4756-9f9f-2870d583a410 img.shogun-image,
  #s-659b6453-9625-4756-9f9f-2870d583a410 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-659b6453-9625-4756-9f9f-2870d583a410 {
    width: 100%;
    height: auto;
  }



  img.s-659b6453-9625-4756-9f9f-2870d583a410.shogun-image {
    
    
  }


.s-659b6453-9625-4756-9f9f-2870d583a410 .shogun-image-content {
  
    align-items: center;
  
}

.s-659b6453-9625-4756-9f9f-2870d583a410.shg-align-container {
  text-align: center
}

.s-659b6453-9625-4756-9f9f-2870d583a410.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-659b6453-9625-4756-9f9f-2870d583a410.shogun-image {
  box-sizing: border-box;
}


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



  #s-659b6453-9625-4756-9f9f-2870d583a410 img.shogun-image,
  #s-659b6453-9625-4756-9f9f-2870d583a410 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-659b6453-9625-4756-9f9f-2870d583a410 {
    width: 100%;
    height: auto;
  }



  img.s-659b6453-9625-4756-9f9f-2870d583a410.shogun-image {
    
    
  }


.s-659b6453-9625-4756-9f9f-2870d583a410 .shogun-image-content {
  
    align-items: center;
  
}

.s-659b6453-9625-4756-9f9f-2870d583a410.shg-align-container {
  text-align: center
}

.s-659b6453-9625-4756-9f9f-2870d583a410.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-659b6453-9625-4756-9f9f-2870d583a410.shogun-image {
  box-sizing: border-box;
}


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



  #s-659b6453-9625-4756-9f9f-2870d583a410 img.shogun-image,
  #s-659b6453-9625-4756-9f9f-2870d583a410 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-659b6453-9625-4756-9f9f-2870d583a410 {
    width: 100%;
    height: auto;
  }



  img.s-659b6453-9625-4756-9f9f-2870d583a410.shogun-image {
    
    
  }


.s-659b6453-9625-4756-9f9f-2870d583a410 .shogun-image-content {
  
    align-items: center;
  
}

.s-659b6453-9625-4756-9f9f-2870d583a410.shg-align-container {
  text-align: center
}

.s-659b6453-9625-4756-9f9f-2870d583a410.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-659b6453-9625-4756-9f9f-2870d583a410.shogun-image {
  box-sizing: border-box;
}


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



  #s-659b6453-9625-4756-9f9f-2870d583a410 img.shogun-image,
  #s-659b6453-9625-4756-9f9f-2870d583a410 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-659b6453-9625-4756-9f9f-2870d583a410 {
    width: 100%;
    height: auto;
  }



  img.s-659b6453-9625-4756-9f9f-2870d583a410.shogun-image {
    
    
  }


.s-659b6453-9625-4756-9f9f-2870d583a410 .shogun-image-content {
  
    align-items: center;
  
}

.s-659b6453-9625-4756-9f9f-2870d583a410.shg-align-container {
  text-align: center
}

.s-659b6453-9625-4756-9f9f-2870d583a410.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-659b6453-9625-4756-9f9f-2870d583a410.shogun-image {
  box-sizing: border-box;
}


}
#s-7f4961e2-cab9-488c-8e25-ae67ab6d4d8a {
  margin-top: 17px;
margin-left: 0%;
margin-bottom: 17px;
margin-right: 0%;
min-height: 1px;
max-width: 173px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7f4961e2-cab9-488c-8e25-ae67ab6d4d8a {
  display: none;
}
#s-7f4961e2-cab9-488c-8e25-ae67ab6d4d8a, #wrap-s-7f4961e2-cab9-488c-8e25-ae67ab6d4d8a { display:none !important; }}@media (max-width: 767px){#s-7f4961e2-cab9-488c-8e25-ae67ab6d4d8a {
  display: none;
}
#s-7f4961e2-cab9-488c-8e25-ae67ab6d4d8a, #wrap-s-7f4961e2-cab9-488c-8e25-ae67ab6d4d8a { display:none !important; }}




  #s-7f4961e2-cab9-488c-8e25-ae67ab6d4d8a img.shogun-image,
  #s-7f4961e2-cab9-488c-8e25-ae67ab6d4d8a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7f4961e2-cab9-488c-8e25-ae67ab6d4d8a {
    width: 100%;
    height: auto;
  }



  img.s-7f4961e2-cab9-488c-8e25-ae67ab6d4d8a.shogun-image {
    
    
  }


.s-7f4961e2-cab9-488c-8e25-ae67ab6d4d8a .shogun-image-content {
  
    align-items: center;
  
}

.s-7f4961e2-cab9-488c-8e25-ae67ab6d4d8a.shg-align-container {
  text-align: center
}

.s-7f4961e2-cab9-488c-8e25-ae67ab6d4d8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f4961e2-cab9-488c-8e25-ae67ab6d4d8a.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-7f4961e2-cab9-488c-8e25-ae67ab6d4d8a img.shogun-image,
  #s-7f4961e2-cab9-488c-8e25-ae67ab6d4d8a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7f4961e2-cab9-488c-8e25-ae67ab6d4d8a {
    width: 100%;
    height: auto;
  }



  img.s-7f4961e2-cab9-488c-8e25-ae67ab6d4d8a.shogun-image {
    
    
  }


.s-7f4961e2-cab9-488c-8e25-ae67ab6d4d8a .shogun-image-content {
  
    align-items: center;
  
}

.s-7f4961e2-cab9-488c-8e25-ae67ab6d4d8a.shg-align-container {
  text-align: center
}

.s-7f4961e2-cab9-488c-8e25-ae67ab6d4d8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f4961e2-cab9-488c-8e25-ae67ab6d4d8a.shogun-image {
  box-sizing: border-box;
}


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



  #s-7f4961e2-cab9-488c-8e25-ae67ab6d4d8a img.shogun-image,
  #s-7f4961e2-cab9-488c-8e25-ae67ab6d4d8a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7f4961e2-cab9-488c-8e25-ae67ab6d4d8a {
    width: 100%;
    height: auto;
  }



  img.s-7f4961e2-cab9-488c-8e25-ae67ab6d4d8a.shogun-image {
    
    
  }


.s-7f4961e2-cab9-488c-8e25-ae67ab6d4d8a .shogun-image-content {
  
    align-items: center;
  
}

.s-7f4961e2-cab9-488c-8e25-ae67ab6d4d8a.shg-align-container {
  text-align: center
}

.s-7f4961e2-cab9-488c-8e25-ae67ab6d4d8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f4961e2-cab9-488c-8e25-ae67ab6d4d8a.shogun-image {
  box-sizing: border-box;
}


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



  #s-7f4961e2-cab9-488c-8e25-ae67ab6d4d8a img.shogun-image,
  #s-7f4961e2-cab9-488c-8e25-ae67ab6d4d8a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7f4961e2-cab9-488c-8e25-ae67ab6d4d8a {
    width: 100%;
    height: auto;
  }



  img.s-7f4961e2-cab9-488c-8e25-ae67ab6d4d8a.shogun-image {
    
    
  }


.s-7f4961e2-cab9-488c-8e25-ae67ab6d4d8a .shogun-image-content {
  
    align-items: center;
  
}

.s-7f4961e2-cab9-488c-8e25-ae67ab6d4d8a.shg-align-container {
  text-align: center
}

.s-7f4961e2-cab9-488c-8e25-ae67ab6d4d8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f4961e2-cab9-488c-8e25-ae67ab6d4d8a.shogun-image {
  box-sizing: border-box;
}


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



  #s-7f4961e2-cab9-488c-8e25-ae67ab6d4d8a img.shogun-image,
  #s-7f4961e2-cab9-488c-8e25-ae67ab6d4d8a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7f4961e2-cab9-488c-8e25-ae67ab6d4d8a {
    width: 100%;
    height: auto;
  }



  img.s-7f4961e2-cab9-488c-8e25-ae67ab6d4d8a.shogun-image {
    
    
  }


.s-7f4961e2-cab9-488c-8e25-ae67ab6d4d8a .shogun-image-content {
  
    align-items: center;
  
}

.s-7f4961e2-cab9-488c-8e25-ae67ab6d4d8a.shg-align-container {
  text-align: center
}

.s-7f4961e2-cab9-488c-8e25-ae67ab6d4d8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f4961e2-cab9-488c-8e25-ae67ab6d4d8a.shogun-image {
  box-sizing: border-box;
}


}
#s-22a8401d-f1a4-486c-a70b-601c5543386b {
  margin-left: 6%;
margin-right: 6%;
}
@media (min-width: 1200px){#s-22a8401d-f1a4-486c-a70b-601c5543386b {
  display: none;
}
#s-22a8401d-f1a4-486c-a70b-601c5543386b, #wrap-s-22a8401d-f1a4-486c-a70b-601c5543386b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-22a8401d-f1a4-486c-a70b-601c5543386b {
  display: none;
}
#s-22a8401d-f1a4-486c-a70b-601c5543386b, #wrap-s-22a8401d-f1a4-486c-a70b-601c5543386b { display:none !important; }}
#s-40fd36e1-3710-434c-b1ac-993f9738a42e {
  margin-left: 9%;
margin-right: 9%;
}
@media (min-width: 1200px){#s-40fd36e1-3710-434c-b1ac-993f9738a42e {
  display: none;
}
#s-40fd36e1-3710-434c-b1ac-993f9738a42e, #wrap-s-40fd36e1-3710-434c-b1ac-993f9738a42e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-40fd36e1-3710-434c-b1ac-993f9738a42e {
  display: none;
}
#s-40fd36e1-3710-434c-b1ac-993f9738a42e, #wrap-s-40fd36e1-3710-434c-b1ac-993f9738a42e { display:none !important; }}
#s-02757aa1-a948-46b3-838b-d4e14b68ad55 {
  margin-top: 52px;
margin-left: 9%;
margin-bottom: 52px;
margin-right: 9%;
padding-top: 32px;
padding-left: 0%;
padding-bottom: 32px;
padding-right: 0%;
min-height: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-02757aa1-a948-46b3-838b-d4e14b68ad55 {
  display: none;
}
#s-02757aa1-a948-46b3-838b-d4e14b68ad55, #wrap-s-02757aa1-a948-46b3-838b-d4e14b68ad55 { display:none !important; }}@media (max-width: 767px){#s-02757aa1-a948-46b3-838b-d4e14b68ad55 {
  margin-top: -14px;
margin-left: 4%;
margin-right: 5%;
display: none;
}
#s-02757aa1-a948-46b3-838b-d4e14b68ad55, #wrap-s-02757aa1-a948-46b3-838b-d4e14b68ad55 { display:none !important; }}
@media (min-width: 0px) {
[id="s-02757aa1-a948-46b3-838b-d4e14b68ad55"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-02757aa1-a948-46b3-838b-d4e14b68ad55"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-02757aa1-a948-46b3-838b-d4e14b68ad55"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-02757aa1-a948-46b3-838b-d4e14b68ad55"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-880a705e-897c-4d74-bc66-45a2922fb5de {
  margin-top: 32px;
margin-left: 0%;
margin-bottom: 32px;
margin-right: 0%;
min-height: 1px;
max-width: 173px;
aspect-ratio: 905/936;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-880a705e-897c-4d74-bc66-45a2922fb5de {
  display: none;
}
#s-880a705e-897c-4d74-bc66-45a2922fb5de, #wrap-s-880a705e-897c-4d74-bc66-45a2922fb5de { display:none !important; }}@media (max-width: 767px){#s-880a705e-897c-4d74-bc66-45a2922fb5de {
  display: none;
}
#s-880a705e-897c-4d74-bc66-45a2922fb5de, #wrap-s-880a705e-897c-4d74-bc66-45a2922fb5de { display:none !important; }}




  #s-880a705e-897c-4d74-bc66-45a2922fb5de img.shogun-image,
  #s-880a705e-897c-4d74-bc66-45a2922fb5de .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-880a705e-897c-4d74-bc66-45a2922fb5de {
    width: 100%;
    height: auto;
  }



  img.s-880a705e-897c-4d74-bc66-45a2922fb5de.shogun-image {
    
    
  }


.s-880a705e-897c-4d74-bc66-45a2922fb5de .shogun-image-content {
  
    align-items: center;
  
}

.s-880a705e-897c-4d74-bc66-45a2922fb5de.shg-align-container {
  text-align: center
}

.s-880a705e-897c-4d74-bc66-45a2922fb5de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-880a705e-897c-4d74-bc66-45a2922fb5de.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-880a705e-897c-4d74-bc66-45a2922fb5de img.shogun-image,
  #s-880a705e-897c-4d74-bc66-45a2922fb5de .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-880a705e-897c-4d74-bc66-45a2922fb5de {
    width: 100%;
    height: auto;
  }



  img.s-880a705e-897c-4d74-bc66-45a2922fb5de.shogun-image {
    
    
  }


.s-880a705e-897c-4d74-bc66-45a2922fb5de .shogun-image-content {
  
    align-items: center;
  
}

.s-880a705e-897c-4d74-bc66-45a2922fb5de.shg-align-container {
  text-align: center
}

.s-880a705e-897c-4d74-bc66-45a2922fb5de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-880a705e-897c-4d74-bc66-45a2922fb5de.shogun-image {
  box-sizing: border-box;
}


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



  #s-880a705e-897c-4d74-bc66-45a2922fb5de img.shogun-image,
  #s-880a705e-897c-4d74-bc66-45a2922fb5de .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-880a705e-897c-4d74-bc66-45a2922fb5de {
    width: 100%;
    height: auto;
  }



  img.s-880a705e-897c-4d74-bc66-45a2922fb5de.shogun-image {
    
    
  }


.s-880a705e-897c-4d74-bc66-45a2922fb5de .shogun-image-content {
  
    align-items: center;
  
}

.s-880a705e-897c-4d74-bc66-45a2922fb5de.shg-align-container {
  text-align: center
}

.s-880a705e-897c-4d74-bc66-45a2922fb5de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-880a705e-897c-4d74-bc66-45a2922fb5de.shogun-image {
  box-sizing: border-box;
}


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



  #s-880a705e-897c-4d74-bc66-45a2922fb5de img.shogun-image,
  #s-880a705e-897c-4d74-bc66-45a2922fb5de .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-880a705e-897c-4d74-bc66-45a2922fb5de {
    width: 100%;
    height: auto;
  }



  img.s-880a705e-897c-4d74-bc66-45a2922fb5de.shogun-image {
    
    
  }


.s-880a705e-897c-4d74-bc66-45a2922fb5de .shogun-image-content {
  
    align-items: center;
  
}

.s-880a705e-897c-4d74-bc66-45a2922fb5de.shg-align-container {
  text-align: center
}

.s-880a705e-897c-4d74-bc66-45a2922fb5de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-880a705e-897c-4d74-bc66-45a2922fb5de.shogun-image {
  box-sizing: border-box;
}


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



  #s-880a705e-897c-4d74-bc66-45a2922fb5de img.shogun-image,
  #s-880a705e-897c-4d74-bc66-45a2922fb5de .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-880a705e-897c-4d74-bc66-45a2922fb5de {
    width: 100%;
    height: auto;
  }



  img.s-880a705e-897c-4d74-bc66-45a2922fb5de.shogun-image {
    
    
  }


.s-880a705e-897c-4d74-bc66-45a2922fb5de .shogun-image-content {
  
    align-items: center;
  
}

.s-880a705e-897c-4d74-bc66-45a2922fb5de.shg-align-container {
  text-align: center
}

.s-880a705e-897c-4d74-bc66-45a2922fb5de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-880a705e-897c-4d74-bc66-45a2922fb5de.shogun-image {
  box-sizing: border-box;
}


}
#s-e2c17ab0-8ef3-4493-8cfd-9400e3611321 {
  margin-left: 4%;
margin-right: 4%;
}

#s-599bc5d3-fc56-4cdf-99d8-beeb9a37f59b {
  margin-left: 4%;
margin-right: 4%;
}

#s-cb55224b-fcb6-47ea-b963-3e22a2fc4615 {
  margin-top: 46px;
margin-left: 12%;
margin-bottom: 46px;
margin-right: 12%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(116, 189, 213, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(254, 246, 228, 1);
}
#s-cb55224b-fcb6-47ea-b963-3e22a2fc4615:hover {background-color: rgba(47, 102, 140, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-cb55224b-fcb6-47ea-b963-3e22a2fc4615:active {background-color: rgba(47, 102, 140, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-cb55224b-fcb6-47ea-b963-3e22a2fc4615-root {
    text-align: center;
  }


#s-cb55224b-fcb6-47ea-b963-3e22a2fc4615.shg-btn {
  color: rgba(254, 246, 228, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Exo;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cb55224b-fcb6-47ea-b963-3e22a2fc4615-root {
    text-align: center;
  }


#s-cb55224b-fcb6-47ea-b963-3e22a2fc4615.shg-btn {
  color: rgba(254, 246, 228, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Exo;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cb55224b-fcb6-47ea-b963-3e22a2fc4615-root {
    text-align: center;
  }


#s-cb55224b-fcb6-47ea-b963-3e22a2fc4615.shg-btn {
  color: rgba(254, 246, 228, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Exo;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cb55224b-fcb6-47ea-b963-3e22a2fc4615-root {
    text-align: center;
  }


#s-cb55224b-fcb6-47ea-b963-3e22a2fc4615.shg-btn {
  color: rgba(254, 246, 228, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Exo;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cb55224b-fcb6-47ea-b963-3e22a2fc4615-root {
    text-align: center;
  }


#s-cb55224b-fcb6-47ea-b963-3e22a2fc4615.shg-btn {
  color: rgba(254, 246, 228, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Exo;
  display:  inline-block ;
}
}
#s-45b473ef-41ef-4894-865c-b588d3e19e60 {
  max-width: 1201px;
aspect-ratio: 1201/1020;
text-align: center;
}





  #s-45b473ef-41ef-4894-865c-b588d3e19e60 img.shogun-image,
  #s-45b473ef-41ef-4894-865c-b588d3e19e60 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-45b473ef-41ef-4894-865c-b588d3e19e60 {
    width: 100%;
    height: auto;
  }



  img.s-45b473ef-41ef-4894-865c-b588d3e19e60.shogun-image {
    
    
  }


.s-45b473ef-41ef-4894-865c-b588d3e19e60 .shogun-image-content {
  
    align-items: center;
  
}

.s-45b473ef-41ef-4894-865c-b588d3e19e60.shg-align-container {
  text-align: center
}

.s-45b473ef-41ef-4894-865c-b588d3e19e60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45b473ef-41ef-4894-865c-b588d3e19e60.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-45b473ef-41ef-4894-865c-b588d3e19e60 img.shogun-image,
  #s-45b473ef-41ef-4894-865c-b588d3e19e60 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-45b473ef-41ef-4894-865c-b588d3e19e60 {
    width: 100%;
    height: auto;
  }



  img.s-45b473ef-41ef-4894-865c-b588d3e19e60.shogun-image {
    
    
  }


.s-45b473ef-41ef-4894-865c-b588d3e19e60 .shogun-image-content {
  
    align-items: center;
  
}

.s-45b473ef-41ef-4894-865c-b588d3e19e60.shg-align-container {
  text-align: center
}

.s-45b473ef-41ef-4894-865c-b588d3e19e60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45b473ef-41ef-4894-865c-b588d3e19e60.shogun-image {
  box-sizing: border-box;
}


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



  #s-45b473ef-41ef-4894-865c-b588d3e19e60 img.shogun-image,
  #s-45b473ef-41ef-4894-865c-b588d3e19e60 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-45b473ef-41ef-4894-865c-b588d3e19e60 {
    width: 100%;
    height: auto;
  }



  img.s-45b473ef-41ef-4894-865c-b588d3e19e60.shogun-image {
    
    
  }


.s-45b473ef-41ef-4894-865c-b588d3e19e60 .shogun-image-content {
  
    align-items: center;
  
}

.s-45b473ef-41ef-4894-865c-b588d3e19e60.shg-align-container {
  text-align: center
}

.s-45b473ef-41ef-4894-865c-b588d3e19e60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45b473ef-41ef-4894-865c-b588d3e19e60.shogun-image {
  box-sizing: border-box;
}


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



  #s-45b473ef-41ef-4894-865c-b588d3e19e60 img.shogun-image,
  #s-45b473ef-41ef-4894-865c-b588d3e19e60 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-45b473ef-41ef-4894-865c-b588d3e19e60 {
    width: 100%;
    height: auto;
  }



  img.s-45b473ef-41ef-4894-865c-b588d3e19e60.shogun-image {
    
    
  }


.s-45b473ef-41ef-4894-865c-b588d3e19e60 .shogun-image-content {
  
    align-items: center;
  
}

.s-45b473ef-41ef-4894-865c-b588d3e19e60.shg-align-container {
  text-align: center
}

.s-45b473ef-41ef-4894-865c-b588d3e19e60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45b473ef-41ef-4894-865c-b588d3e19e60.shogun-image {
  box-sizing: border-box;
}


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



  #s-45b473ef-41ef-4894-865c-b588d3e19e60 img.shogun-image,
  #s-45b473ef-41ef-4894-865c-b588d3e19e60 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-45b473ef-41ef-4894-865c-b588d3e19e60 {
    width: 100%;
    height: auto;
  }



  img.s-45b473ef-41ef-4894-865c-b588d3e19e60.shogun-image {
    
    
  }


.s-45b473ef-41ef-4894-865c-b588d3e19e60 .shogun-image-content {
  
    align-items: center;
  
}

.s-45b473ef-41ef-4894-865c-b588d3e19e60.shg-align-container {
  text-align: center
}

.s-45b473ef-41ef-4894-865c-b588d3e19e60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45b473ef-41ef-4894-865c-b588d3e19e60.shogun-image {
  box-sizing: border-box;
}


}
#s-9987fb37-39f4-4060-8012-e2bbedcf099f {
  margin-top: 23px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 32px;
padding-left: 0%;
padding-bottom: 32px;
padding-right: 0%;
min-height: 0px;
}
@media (min-width: 1200px){#s-9987fb37-39f4-4060-8012-e2bbedcf099f {
  display: none;
}
#s-9987fb37-39f4-4060-8012-e2bbedcf099f, #wrap-s-9987fb37-39f4-4060-8012-e2bbedcf099f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9987fb37-39f4-4060-8012-e2bbedcf099f {
  display: none;
}
#s-9987fb37-39f4-4060-8012-e2bbedcf099f, #wrap-s-9987fb37-39f4-4060-8012-e2bbedcf099f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9987fb37-39f4-4060-8012-e2bbedcf099f {
  display: none;
}
#s-9987fb37-39f4-4060-8012-e2bbedcf099f, #wrap-s-9987fb37-39f4-4060-8012-e2bbedcf099f { display:none !important; }}@media (max-width: 767px){#s-9987fb37-39f4-4060-8012-e2bbedcf099f {
  
}
}
@media (min-width: 0px) {
[id="s-9987fb37-39f4-4060-8012-e2bbedcf099f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9987fb37-39f4-4060-8012-e2bbedcf099f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9987fb37-39f4-4060-8012-e2bbedcf099f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9987fb37-39f4-4060-8012-e2bbedcf099f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4a0bb0a6-75e0-4019-881a-3ec06fe8dbfc {
  margin-top: 32px;
margin-left: 0%;
margin-bottom: 32px;
margin-right: 0%;
min-height: 1px;
max-width: 173px;
aspect-ratio: 905/936;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4a0bb0a6-75e0-4019-881a-3ec06fe8dbfc {
  display: none;
}
#s-4a0bb0a6-75e0-4019-881a-3ec06fe8dbfc, #wrap-s-4a0bb0a6-75e0-4019-881a-3ec06fe8dbfc { display:none !important; }}@media (max-width: 767px){#s-4a0bb0a6-75e0-4019-881a-3ec06fe8dbfc {
  display: none;
}
#s-4a0bb0a6-75e0-4019-881a-3ec06fe8dbfc, #wrap-s-4a0bb0a6-75e0-4019-881a-3ec06fe8dbfc { display:none !important; }}




  #s-4a0bb0a6-75e0-4019-881a-3ec06fe8dbfc img.shogun-image,
  #s-4a0bb0a6-75e0-4019-881a-3ec06fe8dbfc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4a0bb0a6-75e0-4019-881a-3ec06fe8dbfc {
    width: 100%;
    height: auto;
  }



  img.s-4a0bb0a6-75e0-4019-881a-3ec06fe8dbfc.shogun-image {
    
    
  }


.s-4a0bb0a6-75e0-4019-881a-3ec06fe8dbfc .shogun-image-content {
  
    align-items: center;
  
}

.s-4a0bb0a6-75e0-4019-881a-3ec06fe8dbfc.shg-align-container {
  text-align: center
}

.s-4a0bb0a6-75e0-4019-881a-3ec06fe8dbfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a0bb0a6-75e0-4019-881a-3ec06fe8dbfc.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-4a0bb0a6-75e0-4019-881a-3ec06fe8dbfc img.shogun-image,
  #s-4a0bb0a6-75e0-4019-881a-3ec06fe8dbfc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4a0bb0a6-75e0-4019-881a-3ec06fe8dbfc {
    width: 100%;
    height: auto;
  }



  img.s-4a0bb0a6-75e0-4019-881a-3ec06fe8dbfc.shogun-image {
    
    
  }


.s-4a0bb0a6-75e0-4019-881a-3ec06fe8dbfc .shogun-image-content {
  
    align-items: center;
  
}

.s-4a0bb0a6-75e0-4019-881a-3ec06fe8dbfc.shg-align-container {
  text-align: center
}

.s-4a0bb0a6-75e0-4019-881a-3ec06fe8dbfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a0bb0a6-75e0-4019-881a-3ec06fe8dbfc.shogun-image {
  box-sizing: border-box;
}


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



  #s-4a0bb0a6-75e0-4019-881a-3ec06fe8dbfc img.shogun-image,
  #s-4a0bb0a6-75e0-4019-881a-3ec06fe8dbfc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4a0bb0a6-75e0-4019-881a-3ec06fe8dbfc {
    width: 100%;
    height: auto;
  }



  img.s-4a0bb0a6-75e0-4019-881a-3ec06fe8dbfc.shogun-image {
    
    
  }


.s-4a0bb0a6-75e0-4019-881a-3ec06fe8dbfc .shogun-image-content {
  
    align-items: center;
  
}

.s-4a0bb0a6-75e0-4019-881a-3ec06fe8dbfc.shg-align-container {
  text-align: center
}

.s-4a0bb0a6-75e0-4019-881a-3ec06fe8dbfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a0bb0a6-75e0-4019-881a-3ec06fe8dbfc.shogun-image {
  box-sizing: border-box;
}


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



  #s-4a0bb0a6-75e0-4019-881a-3ec06fe8dbfc img.shogun-image,
  #s-4a0bb0a6-75e0-4019-881a-3ec06fe8dbfc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4a0bb0a6-75e0-4019-881a-3ec06fe8dbfc {
    width: 100%;
    height: auto;
  }



  img.s-4a0bb0a6-75e0-4019-881a-3ec06fe8dbfc.shogun-image {
    
    
  }


.s-4a0bb0a6-75e0-4019-881a-3ec06fe8dbfc .shogun-image-content {
  
    align-items: center;
  
}

.s-4a0bb0a6-75e0-4019-881a-3ec06fe8dbfc.shg-align-container {
  text-align: center
}

.s-4a0bb0a6-75e0-4019-881a-3ec06fe8dbfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a0bb0a6-75e0-4019-881a-3ec06fe8dbfc.shogun-image {
  box-sizing: border-box;
}


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



  #s-4a0bb0a6-75e0-4019-881a-3ec06fe8dbfc img.shogun-image,
  #s-4a0bb0a6-75e0-4019-881a-3ec06fe8dbfc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4a0bb0a6-75e0-4019-881a-3ec06fe8dbfc {
    width: 100%;
    height: auto;
  }



  img.s-4a0bb0a6-75e0-4019-881a-3ec06fe8dbfc.shogun-image {
    
    
  }


.s-4a0bb0a6-75e0-4019-881a-3ec06fe8dbfc .shogun-image-content {
  
    align-items: center;
  
}

.s-4a0bb0a6-75e0-4019-881a-3ec06fe8dbfc.shg-align-container {
  text-align: center
}

.s-4a0bb0a6-75e0-4019-881a-3ec06fe8dbfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a0bb0a6-75e0-4019-881a-3ec06fe8dbfc.shogun-image {
  box-sizing: border-box;
}


}
#s-feaa2fd1-f2f0-462a-b8c8-258744b1e2c8 {
  margin-top: -40px;
max-width: 1201px;
aspect-ratio: 1201/1020;
text-align: center;
}





  #s-feaa2fd1-f2f0-462a-b8c8-258744b1e2c8 img.shogun-image,
  #s-feaa2fd1-f2f0-462a-b8c8-258744b1e2c8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-feaa2fd1-f2f0-462a-b8c8-258744b1e2c8 {
    width: 100%;
    height: auto;
  }



  img.s-feaa2fd1-f2f0-462a-b8c8-258744b1e2c8.shogun-image {
    
    
  }


.s-feaa2fd1-f2f0-462a-b8c8-258744b1e2c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-feaa2fd1-f2f0-462a-b8c8-258744b1e2c8.shg-align-container {
  text-align: center
}

.s-feaa2fd1-f2f0-462a-b8c8-258744b1e2c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-feaa2fd1-f2f0-462a-b8c8-258744b1e2c8.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-feaa2fd1-f2f0-462a-b8c8-258744b1e2c8 img.shogun-image,
  #s-feaa2fd1-f2f0-462a-b8c8-258744b1e2c8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-feaa2fd1-f2f0-462a-b8c8-258744b1e2c8 {
    width: 100%;
    height: auto;
  }



  img.s-feaa2fd1-f2f0-462a-b8c8-258744b1e2c8.shogun-image {
    
    
  }


.s-feaa2fd1-f2f0-462a-b8c8-258744b1e2c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-feaa2fd1-f2f0-462a-b8c8-258744b1e2c8.shg-align-container {
  text-align: center
}

.s-feaa2fd1-f2f0-462a-b8c8-258744b1e2c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-feaa2fd1-f2f0-462a-b8c8-258744b1e2c8.shogun-image {
  box-sizing: border-box;
}


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



  #s-feaa2fd1-f2f0-462a-b8c8-258744b1e2c8 img.shogun-image,
  #s-feaa2fd1-f2f0-462a-b8c8-258744b1e2c8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-feaa2fd1-f2f0-462a-b8c8-258744b1e2c8 {
    width: 100%;
    height: auto;
  }



  img.s-feaa2fd1-f2f0-462a-b8c8-258744b1e2c8.shogun-image {
    
    
  }


.s-feaa2fd1-f2f0-462a-b8c8-258744b1e2c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-feaa2fd1-f2f0-462a-b8c8-258744b1e2c8.shg-align-container {
  text-align: center
}

.s-feaa2fd1-f2f0-462a-b8c8-258744b1e2c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-feaa2fd1-f2f0-462a-b8c8-258744b1e2c8.shogun-image {
  box-sizing: border-box;
}


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



  #s-feaa2fd1-f2f0-462a-b8c8-258744b1e2c8 img.shogun-image,
  #s-feaa2fd1-f2f0-462a-b8c8-258744b1e2c8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-feaa2fd1-f2f0-462a-b8c8-258744b1e2c8 {
    width: 100%;
    height: auto;
  }



  img.s-feaa2fd1-f2f0-462a-b8c8-258744b1e2c8.shogun-image {
    
    
  }


.s-feaa2fd1-f2f0-462a-b8c8-258744b1e2c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-feaa2fd1-f2f0-462a-b8c8-258744b1e2c8.shg-align-container {
  text-align: center
}

.s-feaa2fd1-f2f0-462a-b8c8-258744b1e2c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-feaa2fd1-f2f0-462a-b8c8-258744b1e2c8.shogun-image {
  box-sizing: border-box;
}


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



  #s-feaa2fd1-f2f0-462a-b8c8-258744b1e2c8 img.shogun-image,
  #s-feaa2fd1-f2f0-462a-b8c8-258744b1e2c8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-feaa2fd1-f2f0-462a-b8c8-258744b1e2c8 {
    width: 100%;
    height: auto;
  }



  img.s-feaa2fd1-f2f0-462a-b8c8-258744b1e2c8.shogun-image {
    
    
  }


.s-feaa2fd1-f2f0-462a-b8c8-258744b1e2c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-feaa2fd1-f2f0-462a-b8c8-258744b1e2c8.shg-align-container {
  text-align: center
}

.s-feaa2fd1-f2f0-462a-b8c8-258744b1e2c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-feaa2fd1-f2f0-462a-b8c8-258744b1e2c8.shogun-image {
  box-sizing: border-box;
}


}
#s-7a6f38e3-8e84-4ab3-8124-52a70a709d5e {
  margin-left: 4%;
margin-right: 4%;
}

#s-bbe48193-3a87-45aa-9735-75c50dccaf2b {
  margin-left: 9%;
margin-right: 9%;
}

#s-da2cdd37-be50-43ea-a250-013e0e130401 {
  margin-top: 27px;
margin-bottom: -17px;
padding-top: 3px;
padding-bottom: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 101px;
background-color: rgba(0, 45, 89, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-da2cdd37-be50-43ea-a250-013e0e130401 {
  display: none;
}
#s-da2cdd37-be50-43ea-a250-013e0e130401, #wrap-s-da2cdd37-be50-43ea-a250-013e0e130401 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-da2cdd37-be50-43ea-a250-013e0e130401 {
  display: none;
}
#s-da2cdd37-be50-43ea-a250-013e0e130401, #wrap-s-da2cdd37-be50-43ea-a250-013e0e130401 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-da2cdd37-be50-43ea-a250-013e0e130401 {
  
}
}@media (max-width: 767px){#s-da2cdd37-be50-43ea-a250-013e0e130401 {
  
}
}







#s-da2cdd37-be50-43ea-a250-013e0e130401 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-da2cdd37-be50-43ea-a250-013e0e130401.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-437d96fd-f6b0-49d8-a48c-efa89dc1c2ab {
  margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 38px;
padding-bottom: 38px;
}
@media (min-width: 768px) and (max-width: 991px){#s-437d96fd-f6b0-49d8-a48c-efa89dc1c2ab {
  max-width: 1318px;
}
}@media (max-width: 767px){#s-437d96fd-f6b0-49d8-a48c-efa89dc1c2ab {
  min-height: 33px;
max-width: 1028px;
}
}
#s-437d96fd-f6b0-49d8-a48c-efa89dc1c2ab .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-437d96fd-f6b0-49d8-a48c-efa89dc1c2ab .shg-sld-nav-button.shg-sld-left,
#s-437d96fd-f6b0-49d8-a48c-efa89dc1c2ab .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-478c2ddd-cc66-41ae-a665-3b5a202a5137 {
  margin-left: 2%;
margin-right: 2%;
}

#s-bdf42e28-f9f1-4eed-9997-186d121b4d7a {
  margin-left: 8%;
margin-right: 8%;
}

#s-24e4de68-d163-4952-9324-9f1358270c15 {
  margin-left: 4%;
margin-right: 4%;
}

#s-04d9f0ca-7e8f-4447-956a-26520ff1f209 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 3px;
padding-bottom: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 101px;
background-color: rgba(0, 45, 89, 1);
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-04d9f0ca-7e8f-4447-956a-26520ff1f209 {
  display: none;
}
#s-04d9f0ca-7e8f-4447-956a-26520ff1f209, #wrap-s-04d9f0ca-7e8f-4447-956a-26520ff1f209 { display:none !important; }}@media (max-width: 767px){#s-04d9f0ca-7e8f-4447-956a-26520ff1f209 {
  display: none;
}
#s-04d9f0ca-7e8f-4447-956a-26520ff1f209, #wrap-s-04d9f0ca-7e8f-4447-956a-26520ff1f209 { display:none !important; }}







#s-04d9f0ca-7e8f-4447-956a-26520ff1f209 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-04d9f0ca-7e8f-4447-956a-26520ff1f209.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f23169b6-4ab0-4cbf-bf2c-ef826bac4d0a {
  margin-left: 21%;
margin-right: 21%;
padding-top: 38px;
padding-bottom: 38px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f23169b6-4ab0-4cbf-bf2c-ef826bac4d0a {
  max-width: 1318px;
}
}@media (max-width: 767px){#s-f23169b6-4ab0-4cbf-bf2c-ef826bac4d0a {
  min-height: 33px;
max-width: 1028px;
}
}
#s-f23169b6-4ab0-4cbf-bf2c-ef826bac4d0a .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-f23169b6-4ab0-4cbf-bf2c-ef826bac4d0a .shg-sld-nav-button.shg-sld-left,
#s-f23169b6-4ab0-4cbf-bf2c-ef826bac4d0a .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-4943261a-d709-48ca-b938-3ef75ae411fb {
  margin-left: 9%;
margin-right: 9%;
}

#s-01d0dd03-94bd-4fd2-a0e4-d6afffb7f109 {
  margin-left: 8%;
margin-right: 8%;
}

#s-ea70de50-e989-4cad-a19b-c66ee5d231da {
  margin-left: 10%;
margin-right: 10%;
}

#s-f9890256-f2a8-41f2-beec-6e377fb39759 {
  margin-top: 68px;
margin-left: 5%;
margin-bottom: 68px;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-f9890256-f2a8-41f2-beec-6e377fb39759 {
  display: none;
}
#s-f9890256-f2a8-41f2-beec-6e377fb39759, #wrap-s-f9890256-f2a8-41f2-beec-6e377fb39759 { display:none !important; }}@media (max-width: 767px){#s-f9890256-f2a8-41f2-beec-6e377fb39759 {
  display: none;
}
#s-f9890256-f2a8-41f2-beec-6e377fb39759, #wrap-s-f9890256-f2a8-41f2-beec-6e377fb39759 { display:none !important; }}
@media (min-width: 0px) {
[id="s-f9890256-f2a8-41f2-beec-6e377fb39759"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f9890256-f2a8-41f2-beec-6e377fb39759"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f9890256-f2a8-41f2-beec-6e377fb39759"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f9890256-f2a8-41f2-beec-6e377fb39759"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ef639ffe-4eec-4443-800b-14f29ff934c4 {
  max-width: 2807px;
aspect-ratio: 2807/1866;
text-align: center;
}





  #s-ef639ffe-4eec-4443-800b-14f29ff934c4 img.shogun-image,
  #s-ef639ffe-4eec-4443-800b-14f29ff934c4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ef639ffe-4eec-4443-800b-14f29ff934c4 {
    width: 100%;
    height: auto;
  }



  img.s-ef639ffe-4eec-4443-800b-14f29ff934c4.shogun-image {
    
    
  }


.s-ef639ffe-4eec-4443-800b-14f29ff934c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-ef639ffe-4eec-4443-800b-14f29ff934c4.shg-align-container {
  text-align: center
}

.s-ef639ffe-4eec-4443-800b-14f29ff934c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef639ffe-4eec-4443-800b-14f29ff934c4.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-ef639ffe-4eec-4443-800b-14f29ff934c4 img.shogun-image,
  #s-ef639ffe-4eec-4443-800b-14f29ff934c4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ef639ffe-4eec-4443-800b-14f29ff934c4 {
    width: 100%;
    height: auto;
  }



  img.s-ef639ffe-4eec-4443-800b-14f29ff934c4.shogun-image {
    
    
  }


.s-ef639ffe-4eec-4443-800b-14f29ff934c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-ef639ffe-4eec-4443-800b-14f29ff934c4.shg-align-container {
  text-align: center
}

.s-ef639ffe-4eec-4443-800b-14f29ff934c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef639ffe-4eec-4443-800b-14f29ff934c4.shogun-image {
  box-sizing: border-box;
}


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



  #s-ef639ffe-4eec-4443-800b-14f29ff934c4 img.shogun-image,
  #s-ef639ffe-4eec-4443-800b-14f29ff934c4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ef639ffe-4eec-4443-800b-14f29ff934c4 {
    width: 100%;
    height: auto;
  }



  img.s-ef639ffe-4eec-4443-800b-14f29ff934c4.shogun-image {
    
    
  }


.s-ef639ffe-4eec-4443-800b-14f29ff934c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-ef639ffe-4eec-4443-800b-14f29ff934c4.shg-align-container {
  text-align: center
}

.s-ef639ffe-4eec-4443-800b-14f29ff934c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef639ffe-4eec-4443-800b-14f29ff934c4.shogun-image {
  box-sizing: border-box;
}


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



  #s-ef639ffe-4eec-4443-800b-14f29ff934c4 img.shogun-image,
  #s-ef639ffe-4eec-4443-800b-14f29ff934c4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ef639ffe-4eec-4443-800b-14f29ff934c4 {
    width: 100%;
    height: auto;
  }



  img.s-ef639ffe-4eec-4443-800b-14f29ff934c4.shogun-image {
    
    
  }


.s-ef639ffe-4eec-4443-800b-14f29ff934c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-ef639ffe-4eec-4443-800b-14f29ff934c4.shg-align-container {
  text-align: center
}

.s-ef639ffe-4eec-4443-800b-14f29ff934c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef639ffe-4eec-4443-800b-14f29ff934c4.shogun-image {
  box-sizing: border-box;
}


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



  #s-ef639ffe-4eec-4443-800b-14f29ff934c4 img.shogun-image,
  #s-ef639ffe-4eec-4443-800b-14f29ff934c4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ef639ffe-4eec-4443-800b-14f29ff934c4 {
    width: 100%;
    height: auto;
  }



  img.s-ef639ffe-4eec-4443-800b-14f29ff934c4.shogun-image {
    
    
  }


.s-ef639ffe-4eec-4443-800b-14f29ff934c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-ef639ffe-4eec-4443-800b-14f29ff934c4.shg-align-container {
  text-align: center
}

.s-ef639ffe-4eec-4443-800b-14f29ff934c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef639ffe-4eec-4443-800b-14f29ff934c4.shogun-image {
  box-sizing: border-box;
}


}
#s-cd12152a-3518-4562-b4bd-eef41ea76829 {
  margin-top: 32px;
margin-left: 0%;
margin-bottom: 32px;
margin-right: 0%;
max-width: 173px;
aspect-ratio: 914/924;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-cd12152a-3518-4562-b4bd-eef41ea76829 {
  display: none;
}
#s-cd12152a-3518-4562-b4bd-eef41ea76829, #wrap-s-cd12152a-3518-4562-b4bd-eef41ea76829 { display:none !important; }}@media (max-width: 767px){#s-cd12152a-3518-4562-b4bd-eef41ea76829 {
  display: none;
}
#s-cd12152a-3518-4562-b4bd-eef41ea76829, #wrap-s-cd12152a-3518-4562-b4bd-eef41ea76829 { display:none !important; }}




  #s-cd12152a-3518-4562-b4bd-eef41ea76829 img.shogun-image,
  #s-cd12152a-3518-4562-b4bd-eef41ea76829 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cd12152a-3518-4562-b4bd-eef41ea76829 {
    width: 100%;
    height: auto;
  }



  img.s-cd12152a-3518-4562-b4bd-eef41ea76829.shogun-image {
    
    
  }


.s-cd12152a-3518-4562-b4bd-eef41ea76829 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd12152a-3518-4562-b4bd-eef41ea76829.shg-align-container {
  text-align: center
}

.s-cd12152a-3518-4562-b4bd-eef41ea76829.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd12152a-3518-4562-b4bd-eef41ea76829.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-cd12152a-3518-4562-b4bd-eef41ea76829 img.shogun-image,
  #s-cd12152a-3518-4562-b4bd-eef41ea76829 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cd12152a-3518-4562-b4bd-eef41ea76829 {
    width: 100%;
    height: auto;
  }



  img.s-cd12152a-3518-4562-b4bd-eef41ea76829.shogun-image {
    
    
  }


.s-cd12152a-3518-4562-b4bd-eef41ea76829 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd12152a-3518-4562-b4bd-eef41ea76829.shg-align-container {
  text-align: center
}

.s-cd12152a-3518-4562-b4bd-eef41ea76829.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd12152a-3518-4562-b4bd-eef41ea76829.shogun-image {
  box-sizing: border-box;
}


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



  #s-cd12152a-3518-4562-b4bd-eef41ea76829 img.shogun-image,
  #s-cd12152a-3518-4562-b4bd-eef41ea76829 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cd12152a-3518-4562-b4bd-eef41ea76829 {
    width: 100%;
    height: auto;
  }



  img.s-cd12152a-3518-4562-b4bd-eef41ea76829.shogun-image {
    
    
  }


.s-cd12152a-3518-4562-b4bd-eef41ea76829 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd12152a-3518-4562-b4bd-eef41ea76829.shg-align-container {
  text-align: center
}

.s-cd12152a-3518-4562-b4bd-eef41ea76829.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd12152a-3518-4562-b4bd-eef41ea76829.shogun-image {
  box-sizing: border-box;
}


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



  #s-cd12152a-3518-4562-b4bd-eef41ea76829 img.shogun-image,
  #s-cd12152a-3518-4562-b4bd-eef41ea76829 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cd12152a-3518-4562-b4bd-eef41ea76829 {
    width: 100%;
    height: auto;
  }



  img.s-cd12152a-3518-4562-b4bd-eef41ea76829.shogun-image {
    
    
  }


.s-cd12152a-3518-4562-b4bd-eef41ea76829 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd12152a-3518-4562-b4bd-eef41ea76829.shg-align-container {
  text-align: center
}

.s-cd12152a-3518-4562-b4bd-eef41ea76829.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd12152a-3518-4562-b4bd-eef41ea76829.shogun-image {
  box-sizing: border-box;
}


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



  #s-cd12152a-3518-4562-b4bd-eef41ea76829 img.shogun-image,
  #s-cd12152a-3518-4562-b4bd-eef41ea76829 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cd12152a-3518-4562-b4bd-eef41ea76829 {
    width: 100%;
    height: auto;
  }



  img.s-cd12152a-3518-4562-b4bd-eef41ea76829.shogun-image {
    
    
  }


.s-cd12152a-3518-4562-b4bd-eef41ea76829 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd12152a-3518-4562-b4bd-eef41ea76829.shg-align-container {
  text-align: center
}

.s-cd12152a-3518-4562-b4bd-eef41ea76829.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd12152a-3518-4562-b4bd-eef41ea76829.shogun-image {
  box-sizing: border-box;
}


}
#s-fc08cd99-bd28-48be-a8be-b4198c042a49 {
  margin-left: 4%;
margin-right: 4%;
}

#s-6d144b1c-5176-46d6-8a3e-060fc8e0d95c {
  margin-left: 4%;
margin-right: 4%;
}

#s-db7d3800-8d2a-4088-ba9e-dfb22ef89552 {
  margin-top: -34px;
margin-left: 0%;
margin-bottom: -34px;
margin-right: 0%;
}
@media (min-width: 1200px){#s-db7d3800-8d2a-4088-ba9e-dfb22ef89552 {
  display: none;
}
#s-db7d3800-8d2a-4088-ba9e-dfb22ef89552, #wrap-s-db7d3800-8d2a-4088-ba9e-dfb22ef89552 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-db7d3800-8d2a-4088-ba9e-dfb22ef89552 {
  display: none;
}
#s-db7d3800-8d2a-4088-ba9e-dfb22ef89552, #wrap-s-db7d3800-8d2a-4088-ba9e-dfb22ef89552 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-db7d3800-8d2a-4088-ba9e-dfb22ef89552 {
  
}
}@media (max-width: 767px){#s-db7d3800-8d2a-4088-ba9e-dfb22ef89552 {
  
}
}
@media (min-width: 0px) {
[id="s-db7d3800-8d2a-4088-ba9e-dfb22ef89552"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-db7d3800-8d2a-4088-ba9e-dfb22ef89552"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-db7d3800-8d2a-4088-ba9e-dfb22ef89552"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-db7d3800-8d2a-4088-ba9e-dfb22ef89552"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-781c2d17-4675-4571-b7bd-5648152c8079 {
  max-width: 2807px;
aspect-ratio: 2807/1866;
text-align: center;
}
@media (min-width: 1200px){#s-781c2d17-4675-4571-b7bd-5648152c8079 {
  display: none;
}
#s-781c2d17-4675-4571-b7bd-5648152c8079, #wrap-s-781c2d17-4675-4571-b7bd-5648152c8079 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-781c2d17-4675-4571-b7bd-5648152c8079 {
  display: none;
}
#s-781c2d17-4675-4571-b7bd-5648152c8079, #wrap-s-781c2d17-4675-4571-b7bd-5648152c8079 { display:none !important; }}




  #s-781c2d17-4675-4571-b7bd-5648152c8079 img.shogun-image,
  #s-781c2d17-4675-4571-b7bd-5648152c8079 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-781c2d17-4675-4571-b7bd-5648152c8079 {
    width: 100%;
    height: auto;
  }



  img.s-781c2d17-4675-4571-b7bd-5648152c8079.shogun-image {
    
    
  }


.s-781c2d17-4675-4571-b7bd-5648152c8079 .shogun-image-content {
  
    align-items: center;
  
}

.s-781c2d17-4675-4571-b7bd-5648152c8079.shg-align-container {
  text-align: center
}

.s-781c2d17-4675-4571-b7bd-5648152c8079.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-781c2d17-4675-4571-b7bd-5648152c8079.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-781c2d17-4675-4571-b7bd-5648152c8079 img.shogun-image,
  #s-781c2d17-4675-4571-b7bd-5648152c8079 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-781c2d17-4675-4571-b7bd-5648152c8079 {
    width: 100%;
    height: auto;
  }



  img.s-781c2d17-4675-4571-b7bd-5648152c8079.shogun-image {
    
    
  }


.s-781c2d17-4675-4571-b7bd-5648152c8079 .shogun-image-content {
  
    align-items: center;
  
}

.s-781c2d17-4675-4571-b7bd-5648152c8079.shg-align-container {
  text-align: center
}

.s-781c2d17-4675-4571-b7bd-5648152c8079.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-781c2d17-4675-4571-b7bd-5648152c8079.shogun-image {
  box-sizing: border-box;
}


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



  #s-781c2d17-4675-4571-b7bd-5648152c8079 img.shogun-image,
  #s-781c2d17-4675-4571-b7bd-5648152c8079 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-781c2d17-4675-4571-b7bd-5648152c8079 {
    width: 100%;
    height: auto;
  }



  img.s-781c2d17-4675-4571-b7bd-5648152c8079.shogun-image {
    
    
  }


.s-781c2d17-4675-4571-b7bd-5648152c8079 .shogun-image-content {
  
    align-items: center;
  
}

.s-781c2d17-4675-4571-b7bd-5648152c8079.shg-align-container {
  text-align: center
}

.s-781c2d17-4675-4571-b7bd-5648152c8079.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-781c2d17-4675-4571-b7bd-5648152c8079.shogun-image {
  box-sizing: border-box;
}


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



  #s-781c2d17-4675-4571-b7bd-5648152c8079 img.shogun-image,
  #s-781c2d17-4675-4571-b7bd-5648152c8079 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-781c2d17-4675-4571-b7bd-5648152c8079 {
    width: 100%;
    height: auto;
  }



  img.s-781c2d17-4675-4571-b7bd-5648152c8079.shogun-image {
    
    
  }


.s-781c2d17-4675-4571-b7bd-5648152c8079 .shogun-image-content {
  
    align-items: center;
  
}

.s-781c2d17-4675-4571-b7bd-5648152c8079.shg-align-container {
  text-align: center
}

.s-781c2d17-4675-4571-b7bd-5648152c8079.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-781c2d17-4675-4571-b7bd-5648152c8079.shogun-image {
  box-sizing: border-box;
}


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



  #s-781c2d17-4675-4571-b7bd-5648152c8079 img.shogun-image,
  #s-781c2d17-4675-4571-b7bd-5648152c8079 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-781c2d17-4675-4571-b7bd-5648152c8079 {
    width: 100%;
    height: auto;
  }



  img.s-781c2d17-4675-4571-b7bd-5648152c8079.shogun-image {
    
    
  }


.s-781c2d17-4675-4571-b7bd-5648152c8079 .shogun-image-content {
  
    align-items: center;
  
}

.s-781c2d17-4675-4571-b7bd-5648152c8079.shg-align-container {
  text-align: center
}

.s-781c2d17-4675-4571-b7bd-5648152c8079.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-781c2d17-4675-4571-b7bd-5648152c8079.shogun-image {
  box-sizing: border-box;
}


}
#s-b560d852-1473-464f-9e57-a906c5292be9 {
  margin-top: 32px;
margin-left: 0%;
margin-bottom: 32px;
margin-right: 0%;
max-width: 173px;
aspect-ratio: 914/924;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b560d852-1473-464f-9e57-a906c5292be9 {
  display: none;
}
#s-b560d852-1473-464f-9e57-a906c5292be9, #wrap-s-b560d852-1473-464f-9e57-a906c5292be9 { display:none !important; }}@media (max-width: 767px){#s-b560d852-1473-464f-9e57-a906c5292be9 {
  display: none;
}
#s-b560d852-1473-464f-9e57-a906c5292be9, #wrap-s-b560d852-1473-464f-9e57-a906c5292be9 { display:none !important; }}




  #s-b560d852-1473-464f-9e57-a906c5292be9 img.shogun-image,
  #s-b560d852-1473-464f-9e57-a906c5292be9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b560d852-1473-464f-9e57-a906c5292be9 {
    width: 100%;
    height: auto;
  }



  img.s-b560d852-1473-464f-9e57-a906c5292be9.shogun-image {
    
    
  }


.s-b560d852-1473-464f-9e57-a906c5292be9 .shogun-image-content {
  
    align-items: center;
  
}

.s-b560d852-1473-464f-9e57-a906c5292be9.shg-align-container {
  text-align: center
}

.s-b560d852-1473-464f-9e57-a906c5292be9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b560d852-1473-464f-9e57-a906c5292be9.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-b560d852-1473-464f-9e57-a906c5292be9 img.shogun-image,
  #s-b560d852-1473-464f-9e57-a906c5292be9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b560d852-1473-464f-9e57-a906c5292be9 {
    width: 100%;
    height: auto;
  }



  img.s-b560d852-1473-464f-9e57-a906c5292be9.shogun-image {
    
    
  }


.s-b560d852-1473-464f-9e57-a906c5292be9 .shogun-image-content {
  
    align-items: center;
  
}

.s-b560d852-1473-464f-9e57-a906c5292be9.shg-align-container {
  text-align: center
}

.s-b560d852-1473-464f-9e57-a906c5292be9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b560d852-1473-464f-9e57-a906c5292be9.shogun-image {
  box-sizing: border-box;
}


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



  #s-b560d852-1473-464f-9e57-a906c5292be9 img.shogun-image,
  #s-b560d852-1473-464f-9e57-a906c5292be9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b560d852-1473-464f-9e57-a906c5292be9 {
    width: 100%;
    height: auto;
  }



  img.s-b560d852-1473-464f-9e57-a906c5292be9.shogun-image {
    
    
  }


.s-b560d852-1473-464f-9e57-a906c5292be9 .shogun-image-content {
  
    align-items: center;
  
}

.s-b560d852-1473-464f-9e57-a906c5292be9.shg-align-container {
  text-align: center
}

.s-b560d852-1473-464f-9e57-a906c5292be9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b560d852-1473-464f-9e57-a906c5292be9.shogun-image {
  box-sizing: border-box;
}


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



  #s-b560d852-1473-464f-9e57-a906c5292be9 img.shogun-image,
  #s-b560d852-1473-464f-9e57-a906c5292be9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b560d852-1473-464f-9e57-a906c5292be9 {
    width: 100%;
    height: auto;
  }



  img.s-b560d852-1473-464f-9e57-a906c5292be9.shogun-image {
    
    
  }


.s-b560d852-1473-464f-9e57-a906c5292be9 .shogun-image-content {
  
    align-items: center;
  
}

.s-b560d852-1473-464f-9e57-a906c5292be9.shg-align-container {
  text-align: center
}

.s-b560d852-1473-464f-9e57-a906c5292be9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b560d852-1473-464f-9e57-a906c5292be9.shogun-image {
  box-sizing: border-box;
}


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



  #s-b560d852-1473-464f-9e57-a906c5292be9 img.shogun-image,
  #s-b560d852-1473-464f-9e57-a906c5292be9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b560d852-1473-464f-9e57-a906c5292be9 {
    width: 100%;
    height: auto;
  }



  img.s-b560d852-1473-464f-9e57-a906c5292be9.shogun-image {
    
    
  }


.s-b560d852-1473-464f-9e57-a906c5292be9 .shogun-image-content {
  
    align-items: center;
  
}

.s-b560d852-1473-464f-9e57-a906c5292be9.shg-align-container {
  text-align: center
}

.s-b560d852-1473-464f-9e57-a906c5292be9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b560d852-1473-464f-9e57-a906c5292be9.shogun-image {
  box-sizing: border-box;
}


}
#s-6a4f07c6-6cad-45df-b3ed-d5c58117128f {
  margin-left: 4%;
margin-right: 4%;
}
@media (min-width: 1200px){#s-6a4f07c6-6cad-45df-b3ed-d5c58117128f {
  display: none;
}
#s-6a4f07c6-6cad-45df-b3ed-d5c58117128f, #wrap-s-6a4f07c6-6cad-45df-b3ed-d5c58117128f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6a4f07c6-6cad-45df-b3ed-d5c58117128f {
  display: none;
}
#s-6a4f07c6-6cad-45df-b3ed-d5c58117128f, #wrap-s-6a4f07c6-6cad-45df-b3ed-d5c58117128f { display:none !important; }}
#s-6be2a731-02cf-4910-b0bb-3c6c96327162 {
  margin-left: 4%;
margin-right: 4%;
}
@media (min-width: 1200px){#s-6be2a731-02cf-4910-b0bb-3c6c96327162 {
  display: none;
}
#s-6be2a731-02cf-4910-b0bb-3c6c96327162, #wrap-s-6be2a731-02cf-4910-b0bb-3c6c96327162 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6be2a731-02cf-4910-b0bb-3c6c96327162 {
  display: none;
}
#s-6be2a731-02cf-4910-b0bb-3c6c96327162, #wrap-s-6be2a731-02cf-4910-b0bb-3c6c96327162 { display:none !important; }}
#s-3d181bd5-46d0-4344-b0e1-7fd1c6539e72 {
  margin-top: 68px;
margin-left: 5%;
margin-bottom: 68px;
margin-right: 5%;
}
@media (min-width: 1200px){#s-3d181bd5-46d0-4344-b0e1-7fd1c6539e72 {
  display: none;
}
#s-3d181bd5-46d0-4344-b0e1-7fd1c6539e72, #wrap-s-3d181bd5-46d0-4344-b0e1-7fd1c6539e72 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3d181bd5-46d0-4344-b0e1-7fd1c6539e72 {
  display: none;
}
#s-3d181bd5-46d0-4344-b0e1-7fd1c6539e72, #wrap-s-3d181bd5-46d0-4344-b0e1-7fd1c6539e72 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3d181bd5-46d0-4344-b0e1-7fd1c6539e72 {
  display: none;
}
#s-3d181bd5-46d0-4344-b0e1-7fd1c6539e72, #wrap-s-3d181bd5-46d0-4344-b0e1-7fd1c6539e72 { display:none !important; }}@media (max-width: 767px){#s-3d181bd5-46d0-4344-b0e1-7fd1c6539e72 {
  display: none;
}
#s-3d181bd5-46d0-4344-b0e1-7fd1c6539e72, #wrap-s-3d181bd5-46d0-4344-b0e1-7fd1c6539e72 { display:none !important; }}
@media (min-width: 0px) {
[id="s-3d181bd5-46d0-4344-b0e1-7fd1c6539e72"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3d181bd5-46d0-4344-b0e1-7fd1c6539e72"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3d181bd5-46d0-4344-b0e1-7fd1c6539e72"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3d181bd5-46d0-4344-b0e1-7fd1c6539e72"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-dd02ea48-396a-497b-a3c8-1e25045241a5 {
  max-width: 2807px;
aspect-ratio: 2807/1866;
text-align: center;
}





  #s-dd02ea48-396a-497b-a3c8-1e25045241a5 img.shogun-image,
  #s-dd02ea48-396a-497b-a3c8-1e25045241a5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dd02ea48-396a-497b-a3c8-1e25045241a5 {
    width: 100%;
    height: auto;
  }



  img.s-dd02ea48-396a-497b-a3c8-1e25045241a5.shogun-image {
    
    
  }


.s-dd02ea48-396a-497b-a3c8-1e25045241a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-dd02ea48-396a-497b-a3c8-1e25045241a5.shg-align-container {
  text-align: center
}

.s-dd02ea48-396a-497b-a3c8-1e25045241a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd02ea48-396a-497b-a3c8-1e25045241a5.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-dd02ea48-396a-497b-a3c8-1e25045241a5 img.shogun-image,
  #s-dd02ea48-396a-497b-a3c8-1e25045241a5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dd02ea48-396a-497b-a3c8-1e25045241a5 {
    width: 100%;
    height: auto;
  }



  img.s-dd02ea48-396a-497b-a3c8-1e25045241a5.shogun-image {
    
    
  }


.s-dd02ea48-396a-497b-a3c8-1e25045241a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-dd02ea48-396a-497b-a3c8-1e25045241a5.shg-align-container {
  text-align: center
}

.s-dd02ea48-396a-497b-a3c8-1e25045241a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd02ea48-396a-497b-a3c8-1e25045241a5.shogun-image {
  box-sizing: border-box;
}


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



  #s-dd02ea48-396a-497b-a3c8-1e25045241a5 img.shogun-image,
  #s-dd02ea48-396a-497b-a3c8-1e25045241a5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dd02ea48-396a-497b-a3c8-1e25045241a5 {
    width: 100%;
    height: auto;
  }



  img.s-dd02ea48-396a-497b-a3c8-1e25045241a5.shogun-image {
    
    
  }


.s-dd02ea48-396a-497b-a3c8-1e25045241a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-dd02ea48-396a-497b-a3c8-1e25045241a5.shg-align-container {
  text-align: center
}

.s-dd02ea48-396a-497b-a3c8-1e25045241a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd02ea48-396a-497b-a3c8-1e25045241a5.shogun-image {
  box-sizing: border-box;
}


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



  #s-dd02ea48-396a-497b-a3c8-1e25045241a5 img.shogun-image,
  #s-dd02ea48-396a-497b-a3c8-1e25045241a5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dd02ea48-396a-497b-a3c8-1e25045241a5 {
    width: 100%;
    height: auto;
  }



  img.s-dd02ea48-396a-497b-a3c8-1e25045241a5.shogun-image {
    
    
  }


.s-dd02ea48-396a-497b-a3c8-1e25045241a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-dd02ea48-396a-497b-a3c8-1e25045241a5.shg-align-container {
  text-align: center
}

.s-dd02ea48-396a-497b-a3c8-1e25045241a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd02ea48-396a-497b-a3c8-1e25045241a5.shogun-image {
  box-sizing: border-box;
}


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



  #s-dd02ea48-396a-497b-a3c8-1e25045241a5 img.shogun-image,
  #s-dd02ea48-396a-497b-a3c8-1e25045241a5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dd02ea48-396a-497b-a3c8-1e25045241a5 {
    width: 100%;
    height: auto;
  }



  img.s-dd02ea48-396a-497b-a3c8-1e25045241a5.shogun-image {
    
    
  }


.s-dd02ea48-396a-497b-a3c8-1e25045241a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-dd02ea48-396a-497b-a3c8-1e25045241a5.shg-align-container {
  text-align: center
}

.s-dd02ea48-396a-497b-a3c8-1e25045241a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd02ea48-396a-497b-a3c8-1e25045241a5.shogun-image {
  box-sizing: border-box;
}


}
#s-aa67dda6-7ed1-4509-85a8-f2d26237d5af {
  margin-top: 32px;
margin-left: 0%;
margin-bottom: 32px;
margin-right: 0%;
max-width: 173px;
aspect-ratio: 914/924;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-aa67dda6-7ed1-4509-85a8-f2d26237d5af {
  display: none;
}
#s-aa67dda6-7ed1-4509-85a8-f2d26237d5af, #wrap-s-aa67dda6-7ed1-4509-85a8-f2d26237d5af { display:none !important; }}@media (max-width: 767px){#s-aa67dda6-7ed1-4509-85a8-f2d26237d5af {
  display: none;
}
#s-aa67dda6-7ed1-4509-85a8-f2d26237d5af, #wrap-s-aa67dda6-7ed1-4509-85a8-f2d26237d5af { display:none !important; }}




  #s-aa67dda6-7ed1-4509-85a8-f2d26237d5af img.shogun-image,
  #s-aa67dda6-7ed1-4509-85a8-f2d26237d5af .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-aa67dda6-7ed1-4509-85a8-f2d26237d5af {
    width: 100%;
    height: auto;
  }



  img.s-aa67dda6-7ed1-4509-85a8-f2d26237d5af.shogun-image {
    
    
  }


.s-aa67dda6-7ed1-4509-85a8-f2d26237d5af .shogun-image-content {
  
    align-items: center;
  
}

.s-aa67dda6-7ed1-4509-85a8-f2d26237d5af.shg-align-container {
  text-align: center
}

.s-aa67dda6-7ed1-4509-85a8-f2d26237d5af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa67dda6-7ed1-4509-85a8-f2d26237d5af.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-aa67dda6-7ed1-4509-85a8-f2d26237d5af img.shogun-image,
  #s-aa67dda6-7ed1-4509-85a8-f2d26237d5af .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-aa67dda6-7ed1-4509-85a8-f2d26237d5af {
    width: 100%;
    height: auto;
  }



  img.s-aa67dda6-7ed1-4509-85a8-f2d26237d5af.shogun-image {
    
    
  }


.s-aa67dda6-7ed1-4509-85a8-f2d26237d5af .shogun-image-content {
  
    align-items: center;
  
}

.s-aa67dda6-7ed1-4509-85a8-f2d26237d5af.shg-align-container {
  text-align: center
}

.s-aa67dda6-7ed1-4509-85a8-f2d26237d5af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa67dda6-7ed1-4509-85a8-f2d26237d5af.shogun-image {
  box-sizing: border-box;
}


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



  #s-aa67dda6-7ed1-4509-85a8-f2d26237d5af img.shogun-image,
  #s-aa67dda6-7ed1-4509-85a8-f2d26237d5af .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-aa67dda6-7ed1-4509-85a8-f2d26237d5af {
    width: 100%;
    height: auto;
  }



  img.s-aa67dda6-7ed1-4509-85a8-f2d26237d5af.shogun-image {
    
    
  }


.s-aa67dda6-7ed1-4509-85a8-f2d26237d5af .shogun-image-content {
  
    align-items: center;
  
}

.s-aa67dda6-7ed1-4509-85a8-f2d26237d5af.shg-align-container {
  text-align: center
}

.s-aa67dda6-7ed1-4509-85a8-f2d26237d5af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa67dda6-7ed1-4509-85a8-f2d26237d5af.shogun-image {
  box-sizing: border-box;
}


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



  #s-aa67dda6-7ed1-4509-85a8-f2d26237d5af img.shogun-image,
  #s-aa67dda6-7ed1-4509-85a8-f2d26237d5af .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-aa67dda6-7ed1-4509-85a8-f2d26237d5af {
    width: 100%;
    height: auto;
  }



  img.s-aa67dda6-7ed1-4509-85a8-f2d26237d5af.shogun-image {
    
    
  }


.s-aa67dda6-7ed1-4509-85a8-f2d26237d5af .shogun-image-content {
  
    align-items: center;
  
}

.s-aa67dda6-7ed1-4509-85a8-f2d26237d5af.shg-align-container {
  text-align: center
}

.s-aa67dda6-7ed1-4509-85a8-f2d26237d5af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa67dda6-7ed1-4509-85a8-f2d26237d5af.shogun-image {
  box-sizing: border-box;
}


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



  #s-aa67dda6-7ed1-4509-85a8-f2d26237d5af img.shogun-image,
  #s-aa67dda6-7ed1-4509-85a8-f2d26237d5af .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-aa67dda6-7ed1-4509-85a8-f2d26237d5af {
    width: 100%;
    height: auto;
  }



  img.s-aa67dda6-7ed1-4509-85a8-f2d26237d5af.shogun-image {
    
    
  }


.s-aa67dda6-7ed1-4509-85a8-f2d26237d5af .shogun-image-content {
  
    align-items: center;
  
}

.s-aa67dda6-7ed1-4509-85a8-f2d26237d5af.shg-align-container {
  text-align: center
}

.s-aa67dda6-7ed1-4509-85a8-f2d26237d5af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa67dda6-7ed1-4509-85a8-f2d26237d5af.shogun-image {
  box-sizing: border-box;
}


}
#s-4ca14e57-6a33-49a3-88a6-f0a6c72add33 {
  margin-left: 4%;
margin-right: 4%;
}

#s-8e9bdf29-450e-4535-a153-17f095b8db01 {
  margin-left: 4%;
margin-right: 4%;
}

#s-56ab889f-ddb0-43b5-93e7-b0a7670eda47 {
  margin-top: 52px;
margin-left: 5%;
margin-bottom: 52px;
margin-right: 5%;
padding-top: 32px;
padding-left: 0%;
padding-bottom: 32px;
padding-right: 0%;
min-height: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-56ab889f-ddb0-43b5-93e7-b0a7670eda47 {
  display: none;
}
#s-56ab889f-ddb0-43b5-93e7-b0a7670eda47, #wrap-s-56ab889f-ddb0-43b5-93e7-b0a7670eda47 { display:none !important; }}@media (max-width: 767px){#s-56ab889f-ddb0-43b5-93e7-b0a7670eda47 {
  margin-top: -14px;
display: none;
}
#s-56ab889f-ddb0-43b5-93e7-b0a7670eda47, #wrap-s-56ab889f-ddb0-43b5-93e7-b0a7670eda47 { display:none !important; }}
@media (min-width: 0px) {
[id="s-56ab889f-ddb0-43b5-93e7-b0a7670eda47"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-56ab889f-ddb0-43b5-93e7-b0a7670eda47"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-56ab889f-ddb0-43b5-93e7-b0a7670eda47"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-56ab889f-ddb0-43b5-93e7-b0a7670eda47"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-25339318-abf5-43da-b0d5-04f98a466257 {
  margin-top: 32px;
margin-left: 0%;
margin-bottom: 32px;
margin-right: 0%;
min-height: 1px;
max-width: 173px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-25339318-abf5-43da-b0d5-04f98a466257 {
  display: none;
}
#s-25339318-abf5-43da-b0d5-04f98a466257, #wrap-s-25339318-abf5-43da-b0d5-04f98a466257 { display:none !important; }}@media (max-width: 767px){#s-25339318-abf5-43da-b0d5-04f98a466257 {
  display: none;
}
#s-25339318-abf5-43da-b0d5-04f98a466257, #wrap-s-25339318-abf5-43da-b0d5-04f98a466257 { display:none !important; }}




  #s-25339318-abf5-43da-b0d5-04f98a466257 img.shogun-image,
  #s-25339318-abf5-43da-b0d5-04f98a466257 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-25339318-abf5-43da-b0d5-04f98a466257 {
    width: 100%;
    height: auto;
  }



  img.s-25339318-abf5-43da-b0d5-04f98a466257.shogun-image {
    
    
  }


.s-25339318-abf5-43da-b0d5-04f98a466257 .shogun-image-content {
  
    align-items: center;
  
}

.s-25339318-abf5-43da-b0d5-04f98a466257.shg-align-container {
  text-align: center
}

.s-25339318-abf5-43da-b0d5-04f98a466257.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25339318-abf5-43da-b0d5-04f98a466257.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-25339318-abf5-43da-b0d5-04f98a466257 img.shogun-image,
  #s-25339318-abf5-43da-b0d5-04f98a466257 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-25339318-abf5-43da-b0d5-04f98a466257 {
    width: 100%;
    height: auto;
  }



  img.s-25339318-abf5-43da-b0d5-04f98a466257.shogun-image {
    
    
  }


.s-25339318-abf5-43da-b0d5-04f98a466257 .shogun-image-content {
  
    align-items: center;
  
}

.s-25339318-abf5-43da-b0d5-04f98a466257.shg-align-container {
  text-align: center
}

.s-25339318-abf5-43da-b0d5-04f98a466257.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25339318-abf5-43da-b0d5-04f98a466257.shogun-image {
  box-sizing: border-box;
}


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



  #s-25339318-abf5-43da-b0d5-04f98a466257 img.shogun-image,
  #s-25339318-abf5-43da-b0d5-04f98a466257 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-25339318-abf5-43da-b0d5-04f98a466257 {
    width: 100%;
    height: auto;
  }



  img.s-25339318-abf5-43da-b0d5-04f98a466257.shogun-image {
    
    
  }


.s-25339318-abf5-43da-b0d5-04f98a466257 .shogun-image-content {
  
    align-items: center;
  
}

.s-25339318-abf5-43da-b0d5-04f98a466257.shg-align-container {
  text-align: center
}

.s-25339318-abf5-43da-b0d5-04f98a466257.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25339318-abf5-43da-b0d5-04f98a466257.shogun-image {
  box-sizing: border-box;
}


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



  #s-25339318-abf5-43da-b0d5-04f98a466257 img.shogun-image,
  #s-25339318-abf5-43da-b0d5-04f98a466257 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-25339318-abf5-43da-b0d5-04f98a466257 {
    width: 100%;
    height: auto;
  }



  img.s-25339318-abf5-43da-b0d5-04f98a466257.shogun-image {
    
    
  }


.s-25339318-abf5-43da-b0d5-04f98a466257 .shogun-image-content {
  
    align-items: center;
  
}

.s-25339318-abf5-43da-b0d5-04f98a466257.shg-align-container {
  text-align: center
}

.s-25339318-abf5-43da-b0d5-04f98a466257.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25339318-abf5-43da-b0d5-04f98a466257.shogun-image {
  box-sizing: border-box;
}


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



  #s-25339318-abf5-43da-b0d5-04f98a466257 img.shogun-image,
  #s-25339318-abf5-43da-b0d5-04f98a466257 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-25339318-abf5-43da-b0d5-04f98a466257 {
    width: 100%;
    height: auto;
  }



  img.s-25339318-abf5-43da-b0d5-04f98a466257.shogun-image {
    
    
  }


.s-25339318-abf5-43da-b0d5-04f98a466257 .shogun-image-content {
  
    align-items: center;
  
}

.s-25339318-abf5-43da-b0d5-04f98a466257.shg-align-container {
  text-align: center
}

.s-25339318-abf5-43da-b0d5-04f98a466257.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25339318-abf5-43da-b0d5-04f98a466257.shogun-image {
  box-sizing: border-box;
}


}
#s-68f5cf68-cf4a-4134-9b2b-90f4ca081cc2 {
  margin-left: 4%;
margin-right: 4%;
}

#s-c0ac05bb-72cf-4a33-add1-6cce32fc9172 {
  margin-left: 4%;
margin-right: 4%;
}

#s-4b133117-55ed-4c19-adf9-ca93389d6385 {
  max-width: 2871px;
aspect-ratio: 2871/2192;
text-align: center;
}





  #s-4b133117-55ed-4c19-adf9-ca93389d6385 img.shogun-image,
  #s-4b133117-55ed-4c19-adf9-ca93389d6385 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4b133117-55ed-4c19-adf9-ca93389d6385 {
    width: 100%;
    height: auto;
  }



  img.s-4b133117-55ed-4c19-adf9-ca93389d6385.shogun-image {
    
    
  }


.s-4b133117-55ed-4c19-adf9-ca93389d6385 .shogun-image-content {
  
    align-items: center;
  
}

.s-4b133117-55ed-4c19-adf9-ca93389d6385.shg-align-container {
  text-align: center
}

.s-4b133117-55ed-4c19-adf9-ca93389d6385.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b133117-55ed-4c19-adf9-ca93389d6385.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-4b133117-55ed-4c19-adf9-ca93389d6385 img.shogun-image,
  #s-4b133117-55ed-4c19-adf9-ca93389d6385 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4b133117-55ed-4c19-adf9-ca93389d6385 {
    width: 100%;
    height: auto;
  }



  img.s-4b133117-55ed-4c19-adf9-ca93389d6385.shogun-image {
    
    
  }


.s-4b133117-55ed-4c19-adf9-ca93389d6385 .shogun-image-content {
  
    align-items: center;
  
}

.s-4b133117-55ed-4c19-adf9-ca93389d6385.shg-align-container {
  text-align: center
}

.s-4b133117-55ed-4c19-adf9-ca93389d6385.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b133117-55ed-4c19-adf9-ca93389d6385.shogun-image {
  box-sizing: border-box;
}


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



  #s-4b133117-55ed-4c19-adf9-ca93389d6385 img.shogun-image,
  #s-4b133117-55ed-4c19-adf9-ca93389d6385 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4b133117-55ed-4c19-adf9-ca93389d6385 {
    width: 100%;
    height: auto;
  }



  img.s-4b133117-55ed-4c19-adf9-ca93389d6385.shogun-image {
    
    
  }


.s-4b133117-55ed-4c19-adf9-ca93389d6385 .shogun-image-content {
  
    align-items: center;
  
}

.s-4b133117-55ed-4c19-adf9-ca93389d6385.shg-align-container {
  text-align: center
}

.s-4b133117-55ed-4c19-adf9-ca93389d6385.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b133117-55ed-4c19-adf9-ca93389d6385.shogun-image {
  box-sizing: border-box;
}


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



  #s-4b133117-55ed-4c19-adf9-ca93389d6385 img.shogun-image,
  #s-4b133117-55ed-4c19-adf9-ca93389d6385 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4b133117-55ed-4c19-adf9-ca93389d6385 {
    width: 100%;
    height: auto;
  }



  img.s-4b133117-55ed-4c19-adf9-ca93389d6385.shogun-image {
    
    
  }


.s-4b133117-55ed-4c19-adf9-ca93389d6385 .shogun-image-content {
  
    align-items: center;
  
}

.s-4b133117-55ed-4c19-adf9-ca93389d6385.shg-align-container {
  text-align: center
}

.s-4b133117-55ed-4c19-adf9-ca93389d6385.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b133117-55ed-4c19-adf9-ca93389d6385.shogun-image {
  box-sizing: border-box;
}


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



  #s-4b133117-55ed-4c19-adf9-ca93389d6385 img.shogun-image,
  #s-4b133117-55ed-4c19-adf9-ca93389d6385 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4b133117-55ed-4c19-adf9-ca93389d6385 {
    width: 100%;
    height: auto;
  }



  img.s-4b133117-55ed-4c19-adf9-ca93389d6385.shogun-image {
    
    
  }


.s-4b133117-55ed-4c19-adf9-ca93389d6385 .shogun-image-content {
  
    align-items: center;
  
}

.s-4b133117-55ed-4c19-adf9-ca93389d6385.shg-align-container {
  text-align: center
}

.s-4b133117-55ed-4c19-adf9-ca93389d6385.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b133117-55ed-4c19-adf9-ca93389d6385.shogun-image {
  box-sizing: border-box;
}


}
#s-f3fe8f6f-7b82-4dc0-a248-d2e0bf3f754b {
  margin-top: 52px;
margin-left: 0%;
margin-bottom: -18px;
margin-right: 0%;
padding-top: 32px;
padding-left: 0%;
padding-bottom: 32px;
padding-right: 0%;
min-height: 0px;
}
@media (min-width: 1200px){#s-f3fe8f6f-7b82-4dc0-a248-d2e0bf3f754b {
  display: none;
}
#s-f3fe8f6f-7b82-4dc0-a248-d2e0bf3f754b, #wrap-s-f3fe8f6f-7b82-4dc0-a248-d2e0bf3f754b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f3fe8f6f-7b82-4dc0-a248-d2e0bf3f754b {
  display: none;
}
#s-f3fe8f6f-7b82-4dc0-a248-d2e0bf3f754b, #wrap-s-f3fe8f6f-7b82-4dc0-a248-d2e0bf3f754b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f3fe8f6f-7b82-4dc0-a248-d2e0bf3f754b {
  
}
}@media (max-width: 767px){#s-f3fe8f6f-7b82-4dc0-a248-d2e0bf3f754b {
  margin-top: -14px;
}
}
@media (min-width: 0px) {
[id="s-f3fe8f6f-7b82-4dc0-a248-d2e0bf3f754b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f3fe8f6f-7b82-4dc0-a248-d2e0bf3f754b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f3fe8f6f-7b82-4dc0-a248-d2e0bf3f754b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f3fe8f6f-7b82-4dc0-a248-d2e0bf3f754b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c8975097-1cb8-4ee8-8458-87ac2ca337a2 {
  margin-top: 32px;
margin-left: 0%;
margin-bottom: 32px;
margin-right: 0%;
min-height: 1px;
max-width: 173px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c8975097-1cb8-4ee8-8458-87ac2ca337a2 {
  display: none;
}
#s-c8975097-1cb8-4ee8-8458-87ac2ca337a2, #wrap-s-c8975097-1cb8-4ee8-8458-87ac2ca337a2 { display:none !important; }}@media (max-width: 767px){#s-c8975097-1cb8-4ee8-8458-87ac2ca337a2 {
  display: none;
}
#s-c8975097-1cb8-4ee8-8458-87ac2ca337a2, #wrap-s-c8975097-1cb8-4ee8-8458-87ac2ca337a2 { display:none !important; }}




  #s-c8975097-1cb8-4ee8-8458-87ac2ca337a2 img.shogun-image,
  #s-c8975097-1cb8-4ee8-8458-87ac2ca337a2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c8975097-1cb8-4ee8-8458-87ac2ca337a2 {
    width: 100%;
    height: auto;
  }



  img.s-c8975097-1cb8-4ee8-8458-87ac2ca337a2.shogun-image {
    
    
  }


.s-c8975097-1cb8-4ee8-8458-87ac2ca337a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-c8975097-1cb8-4ee8-8458-87ac2ca337a2.shg-align-container {
  text-align: center
}

.s-c8975097-1cb8-4ee8-8458-87ac2ca337a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8975097-1cb8-4ee8-8458-87ac2ca337a2.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-c8975097-1cb8-4ee8-8458-87ac2ca337a2 img.shogun-image,
  #s-c8975097-1cb8-4ee8-8458-87ac2ca337a2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c8975097-1cb8-4ee8-8458-87ac2ca337a2 {
    width: 100%;
    height: auto;
  }



  img.s-c8975097-1cb8-4ee8-8458-87ac2ca337a2.shogun-image {
    
    
  }


.s-c8975097-1cb8-4ee8-8458-87ac2ca337a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-c8975097-1cb8-4ee8-8458-87ac2ca337a2.shg-align-container {
  text-align: center
}

.s-c8975097-1cb8-4ee8-8458-87ac2ca337a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8975097-1cb8-4ee8-8458-87ac2ca337a2.shogun-image {
  box-sizing: border-box;
}


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



  #s-c8975097-1cb8-4ee8-8458-87ac2ca337a2 img.shogun-image,
  #s-c8975097-1cb8-4ee8-8458-87ac2ca337a2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c8975097-1cb8-4ee8-8458-87ac2ca337a2 {
    width: 100%;
    height: auto;
  }



  img.s-c8975097-1cb8-4ee8-8458-87ac2ca337a2.shogun-image {
    
    
  }


.s-c8975097-1cb8-4ee8-8458-87ac2ca337a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-c8975097-1cb8-4ee8-8458-87ac2ca337a2.shg-align-container {
  text-align: center
}

.s-c8975097-1cb8-4ee8-8458-87ac2ca337a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8975097-1cb8-4ee8-8458-87ac2ca337a2.shogun-image {
  box-sizing: border-box;
}


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



  #s-c8975097-1cb8-4ee8-8458-87ac2ca337a2 img.shogun-image,
  #s-c8975097-1cb8-4ee8-8458-87ac2ca337a2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c8975097-1cb8-4ee8-8458-87ac2ca337a2 {
    width: 100%;
    height: auto;
  }



  img.s-c8975097-1cb8-4ee8-8458-87ac2ca337a2.shogun-image {
    
    
  }


.s-c8975097-1cb8-4ee8-8458-87ac2ca337a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-c8975097-1cb8-4ee8-8458-87ac2ca337a2.shg-align-container {
  text-align: center
}

.s-c8975097-1cb8-4ee8-8458-87ac2ca337a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8975097-1cb8-4ee8-8458-87ac2ca337a2.shogun-image {
  box-sizing: border-box;
}


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



  #s-c8975097-1cb8-4ee8-8458-87ac2ca337a2 img.shogun-image,
  #s-c8975097-1cb8-4ee8-8458-87ac2ca337a2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c8975097-1cb8-4ee8-8458-87ac2ca337a2 {
    width: 100%;
    height: auto;
  }



  img.s-c8975097-1cb8-4ee8-8458-87ac2ca337a2.shogun-image {
    
    
  }


.s-c8975097-1cb8-4ee8-8458-87ac2ca337a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-c8975097-1cb8-4ee8-8458-87ac2ca337a2.shg-align-container {
  text-align: center
}

.s-c8975097-1cb8-4ee8-8458-87ac2ca337a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8975097-1cb8-4ee8-8458-87ac2ca337a2.shogun-image {
  box-sizing: border-box;
}


}
#s-37e32243-725e-412c-aa84-85edaff6e311 {
  margin-top: 39px;
margin-bottom: 5px;
max-width: 2871px;
aspect-ratio: 2871/2192;
text-align: center;
}
@media (min-width: 1200px){#s-37e32243-725e-412c-aa84-85edaff6e311 {
  display: none;
}
#s-37e32243-725e-412c-aa84-85edaff6e311, #wrap-s-37e32243-725e-412c-aa84-85edaff6e311 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-37e32243-725e-412c-aa84-85edaff6e311 {
  display: none;
}
#s-37e32243-725e-412c-aa84-85edaff6e311, #wrap-s-37e32243-725e-412c-aa84-85edaff6e311 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-37e32243-725e-412c-aa84-85edaff6e311 {
  
}
}




  #s-37e32243-725e-412c-aa84-85edaff6e311 img.shogun-image,
  #s-37e32243-725e-412c-aa84-85edaff6e311 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-37e32243-725e-412c-aa84-85edaff6e311 {
    width: 100%;
    height: auto;
  }



  img.s-37e32243-725e-412c-aa84-85edaff6e311.shogun-image {
    
    
  }


.s-37e32243-725e-412c-aa84-85edaff6e311 .shogun-image-content {
  
    align-items: center;
  
}

.s-37e32243-725e-412c-aa84-85edaff6e311.shg-align-container {
  text-align: center
}

.s-37e32243-725e-412c-aa84-85edaff6e311.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37e32243-725e-412c-aa84-85edaff6e311.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-37e32243-725e-412c-aa84-85edaff6e311 img.shogun-image,
  #s-37e32243-725e-412c-aa84-85edaff6e311 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-37e32243-725e-412c-aa84-85edaff6e311 {
    width: 100%;
    height: auto;
  }



  img.s-37e32243-725e-412c-aa84-85edaff6e311.shogun-image {
    
    
  }


.s-37e32243-725e-412c-aa84-85edaff6e311 .shogun-image-content {
  
    align-items: center;
  
}

.s-37e32243-725e-412c-aa84-85edaff6e311.shg-align-container {
  text-align: center
}

.s-37e32243-725e-412c-aa84-85edaff6e311.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37e32243-725e-412c-aa84-85edaff6e311.shogun-image {
  box-sizing: border-box;
}


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



  #s-37e32243-725e-412c-aa84-85edaff6e311 img.shogun-image,
  #s-37e32243-725e-412c-aa84-85edaff6e311 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-37e32243-725e-412c-aa84-85edaff6e311 {
    width: 100%;
    height: auto;
  }



  img.s-37e32243-725e-412c-aa84-85edaff6e311.shogun-image {
    
    
  }


.s-37e32243-725e-412c-aa84-85edaff6e311 .shogun-image-content {
  
    align-items: center;
  
}

.s-37e32243-725e-412c-aa84-85edaff6e311.shg-align-container {
  text-align: center
}

.s-37e32243-725e-412c-aa84-85edaff6e311.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37e32243-725e-412c-aa84-85edaff6e311.shogun-image {
  box-sizing: border-box;
}


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



  #s-37e32243-725e-412c-aa84-85edaff6e311 img.shogun-image,
  #s-37e32243-725e-412c-aa84-85edaff6e311 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-37e32243-725e-412c-aa84-85edaff6e311 {
    width: 100%;
    height: auto;
  }



  img.s-37e32243-725e-412c-aa84-85edaff6e311.shogun-image {
    
    
  }


.s-37e32243-725e-412c-aa84-85edaff6e311 .shogun-image-content {
  
    align-items: center;
  
}

.s-37e32243-725e-412c-aa84-85edaff6e311.shg-align-container {
  text-align: center
}

.s-37e32243-725e-412c-aa84-85edaff6e311.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37e32243-725e-412c-aa84-85edaff6e311.shogun-image {
  box-sizing: border-box;
}


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



  #s-37e32243-725e-412c-aa84-85edaff6e311 img.shogun-image,
  #s-37e32243-725e-412c-aa84-85edaff6e311 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-37e32243-725e-412c-aa84-85edaff6e311 {
    width: 100%;
    height: auto;
  }



  img.s-37e32243-725e-412c-aa84-85edaff6e311.shogun-image {
    
    
  }


.s-37e32243-725e-412c-aa84-85edaff6e311 .shogun-image-content {
  
    align-items: center;
  
}

.s-37e32243-725e-412c-aa84-85edaff6e311.shg-align-container {
  text-align: center
}

.s-37e32243-725e-412c-aa84-85edaff6e311.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37e32243-725e-412c-aa84-85edaff6e311.shogun-image {
  box-sizing: border-box;
}


}
#s-009b09a8-02b5-490d-8187-ff13aefcf38f {
  margin-top: 52px;
margin-left: 5%;
margin-bottom: 52px;
margin-right: 5%;
padding-top: 32px;
padding-left: 0%;
padding-bottom: 32px;
padding-right: 0%;
min-height: 0px;
}
@media (min-width: 1200px){#s-009b09a8-02b5-490d-8187-ff13aefcf38f {
  display: none;
}
#s-009b09a8-02b5-490d-8187-ff13aefcf38f, #wrap-s-009b09a8-02b5-490d-8187-ff13aefcf38f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-009b09a8-02b5-490d-8187-ff13aefcf38f {
  display: none;
}
#s-009b09a8-02b5-490d-8187-ff13aefcf38f, #wrap-s-009b09a8-02b5-490d-8187-ff13aefcf38f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-009b09a8-02b5-490d-8187-ff13aefcf38f {
  display: none;
}
#s-009b09a8-02b5-490d-8187-ff13aefcf38f, #wrap-s-009b09a8-02b5-490d-8187-ff13aefcf38f { display:none !important; }}@media (max-width: 767px){#s-009b09a8-02b5-490d-8187-ff13aefcf38f {
  margin-top: -14px;
display: none;
}
#s-009b09a8-02b5-490d-8187-ff13aefcf38f, #wrap-s-009b09a8-02b5-490d-8187-ff13aefcf38f { display:none !important; }}
@media (min-width: 0px) {
[id="s-009b09a8-02b5-490d-8187-ff13aefcf38f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-009b09a8-02b5-490d-8187-ff13aefcf38f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-009b09a8-02b5-490d-8187-ff13aefcf38f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-009b09a8-02b5-490d-8187-ff13aefcf38f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-84620aea-d795-4198-abd2-6276a136598e {
  margin-top: 32px;
margin-left: 0%;
margin-bottom: 32px;
margin-right: 0%;
min-height: 1px;
max-width: 173px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-84620aea-d795-4198-abd2-6276a136598e {
  display: none;
}
#s-84620aea-d795-4198-abd2-6276a136598e, #wrap-s-84620aea-d795-4198-abd2-6276a136598e { display:none !important; }}@media (max-width: 767px){#s-84620aea-d795-4198-abd2-6276a136598e {
  display: none;
}
#s-84620aea-d795-4198-abd2-6276a136598e, #wrap-s-84620aea-d795-4198-abd2-6276a136598e { display:none !important; }}




  #s-84620aea-d795-4198-abd2-6276a136598e img.shogun-image,
  #s-84620aea-d795-4198-abd2-6276a136598e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-84620aea-d795-4198-abd2-6276a136598e {
    width: 100%;
    height: auto;
  }



  img.s-84620aea-d795-4198-abd2-6276a136598e.shogun-image {
    
    
  }


.s-84620aea-d795-4198-abd2-6276a136598e .shogun-image-content {
  
    align-items: center;
  
}

.s-84620aea-d795-4198-abd2-6276a136598e.shg-align-container {
  text-align: center
}

.s-84620aea-d795-4198-abd2-6276a136598e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84620aea-d795-4198-abd2-6276a136598e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-84620aea-d795-4198-abd2-6276a136598e img.shogun-image,
  #s-84620aea-d795-4198-abd2-6276a136598e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-84620aea-d795-4198-abd2-6276a136598e {
    width: 100%;
    height: auto;
  }



  img.s-84620aea-d795-4198-abd2-6276a136598e.shogun-image {
    
    
  }


.s-84620aea-d795-4198-abd2-6276a136598e .shogun-image-content {
  
    align-items: center;
  
}

.s-84620aea-d795-4198-abd2-6276a136598e.shg-align-container {
  text-align: center
}

.s-84620aea-d795-4198-abd2-6276a136598e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84620aea-d795-4198-abd2-6276a136598e.shogun-image {
  box-sizing: border-box;
}


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



  #s-84620aea-d795-4198-abd2-6276a136598e img.shogun-image,
  #s-84620aea-d795-4198-abd2-6276a136598e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-84620aea-d795-4198-abd2-6276a136598e {
    width: 100%;
    height: auto;
  }



  img.s-84620aea-d795-4198-abd2-6276a136598e.shogun-image {
    
    
  }


.s-84620aea-d795-4198-abd2-6276a136598e .shogun-image-content {
  
    align-items: center;
  
}

.s-84620aea-d795-4198-abd2-6276a136598e.shg-align-container {
  text-align: center
}

.s-84620aea-d795-4198-abd2-6276a136598e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84620aea-d795-4198-abd2-6276a136598e.shogun-image {
  box-sizing: border-box;
}


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



  #s-84620aea-d795-4198-abd2-6276a136598e img.shogun-image,
  #s-84620aea-d795-4198-abd2-6276a136598e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-84620aea-d795-4198-abd2-6276a136598e {
    width: 100%;
    height: auto;
  }



  img.s-84620aea-d795-4198-abd2-6276a136598e.shogun-image {
    
    
  }


.s-84620aea-d795-4198-abd2-6276a136598e .shogun-image-content {
  
    align-items: center;
  
}

.s-84620aea-d795-4198-abd2-6276a136598e.shg-align-container {
  text-align: center
}

.s-84620aea-d795-4198-abd2-6276a136598e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84620aea-d795-4198-abd2-6276a136598e.shogun-image {
  box-sizing: border-box;
}


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



  #s-84620aea-d795-4198-abd2-6276a136598e img.shogun-image,
  #s-84620aea-d795-4198-abd2-6276a136598e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-84620aea-d795-4198-abd2-6276a136598e {
    width: 100%;
    height: auto;
  }



  img.s-84620aea-d795-4198-abd2-6276a136598e.shogun-image {
    
    
  }


.s-84620aea-d795-4198-abd2-6276a136598e .shogun-image-content {
  
    align-items: center;
  
}

.s-84620aea-d795-4198-abd2-6276a136598e.shg-align-container {
  text-align: center
}

.s-84620aea-d795-4198-abd2-6276a136598e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84620aea-d795-4198-abd2-6276a136598e.shogun-image {
  box-sizing: border-box;
}


}
#s-755917fa-914d-470a-8abf-16536411e626 {
  margin-left: 4%;
margin-right: 4%;
}

#s-68228392-b825-4216-b671-bdce3d9bf100 {
  margin-left: 4%;
margin-right: 4%;
}

#s-f6c86e92-65c2-4871-8c71-c4ce2d8e981d {
  max-width: 2871px;
aspect-ratio: 2871/2192;
text-align: center;
}





  #s-f6c86e92-65c2-4871-8c71-c4ce2d8e981d img.shogun-image,
  #s-f6c86e92-65c2-4871-8c71-c4ce2d8e981d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f6c86e92-65c2-4871-8c71-c4ce2d8e981d {
    width: 100%;
    height: auto;
  }



  img.s-f6c86e92-65c2-4871-8c71-c4ce2d8e981d.shogun-image {
    
    
  }


.s-f6c86e92-65c2-4871-8c71-c4ce2d8e981d .shogun-image-content {
  
    align-items: center;
  
}

.s-f6c86e92-65c2-4871-8c71-c4ce2d8e981d.shg-align-container {
  text-align: center
}

.s-f6c86e92-65c2-4871-8c71-c4ce2d8e981d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6c86e92-65c2-4871-8c71-c4ce2d8e981d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-f6c86e92-65c2-4871-8c71-c4ce2d8e981d img.shogun-image,
  #s-f6c86e92-65c2-4871-8c71-c4ce2d8e981d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f6c86e92-65c2-4871-8c71-c4ce2d8e981d {
    width: 100%;
    height: auto;
  }



  img.s-f6c86e92-65c2-4871-8c71-c4ce2d8e981d.shogun-image {
    
    
  }


.s-f6c86e92-65c2-4871-8c71-c4ce2d8e981d .shogun-image-content {
  
    align-items: center;
  
}

.s-f6c86e92-65c2-4871-8c71-c4ce2d8e981d.shg-align-container {
  text-align: center
}

.s-f6c86e92-65c2-4871-8c71-c4ce2d8e981d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6c86e92-65c2-4871-8c71-c4ce2d8e981d.shogun-image {
  box-sizing: border-box;
}


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



  #s-f6c86e92-65c2-4871-8c71-c4ce2d8e981d img.shogun-image,
  #s-f6c86e92-65c2-4871-8c71-c4ce2d8e981d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f6c86e92-65c2-4871-8c71-c4ce2d8e981d {
    width: 100%;
    height: auto;
  }



  img.s-f6c86e92-65c2-4871-8c71-c4ce2d8e981d.shogun-image {
    
    
  }


.s-f6c86e92-65c2-4871-8c71-c4ce2d8e981d .shogun-image-content {
  
    align-items: center;
  
}

.s-f6c86e92-65c2-4871-8c71-c4ce2d8e981d.shg-align-container {
  text-align: center
}

.s-f6c86e92-65c2-4871-8c71-c4ce2d8e981d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6c86e92-65c2-4871-8c71-c4ce2d8e981d.shogun-image {
  box-sizing: border-box;
}


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



  #s-f6c86e92-65c2-4871-8c71-c4ce2d8e981d img.shogun-image,
  #s-f6c86e92-65c2-4871-8c71-c4ce2d8e981d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f6c86e92-65c2-4871-8c71-c4ce2d8e981d {
    width: 100%;
    height: auto;
  }



  img.s-f6c86e92-65c2-4871-8c71-c4ce2d8e981d.shogun-image {
    
    
  }


.s-f6c86e92-65c2-4871-8c71-c4ce2d8e981d .shogun-image-content {
  
    align-items: center;
  
}

.s-f6c86e92-65c2-4871-8c71-c4ce2d8e981d.shg-align-container {
  text-align: center
}

.s-f6c86e92-65c2-4871-8c71-c4ce2d8e981d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6c86e92-65c2-4871-8c71-c4ce2d8e981d.shogun-image {
  box-sizing: border-box;
}


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



  #s-f6c86e92-65c2-4871-8c71-c4ce2d8e981d img.shogun-image,
  #s-f6c86e92-65c2-4871-8c71-c4ce2d8e981d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f6c86e92-65c2-4871-8c71-c4ce2d8e981d {
    width: 100%;
    height: auto;
  }



  img.s-f6c86e92-65c2-4871-8c71-c4ce2d8e981d.shogun-image {
    
    
  }


.s-f6c86e92-65c2-4871-8c71-c4ce2d8e981d .shogun-image-content {
  
    align-items: center;
  
}

.s-f6c86e92-65c2-4871-8c71-c4ce2d8e981d.shg-align-container {
  text-align: center
}

.s-f6c86e92-65c2-4871-8c71-c4ce2d8e981d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6c86e92-65c2-4871-8c71-c4ce2d8e981d.shogun-image {
  box-sizing: border-box;
}


}
#s-c84b4659-69e6-4026-a2e3-c13f27e2abd7 {
  margin-top: 68px;
margin-left: 5%;
margin-bottom: 68px;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-c84b4659-69e6-4026-a2e3-c13f27e2abd7 {
  display: none;
}
#s-c84b4659-69e6-4026-a2e3-c13f27e2abd7, #wrap-s-c84b4659-69e6-4026-a2e3-c13f27e2abd7 { display:none !important; }}@media (max-width: 767px){#s-c84b4659-69e6-4026-a2e3-c13f27e2abd7 {
  display: none;
}
#s-c84b4659-69e6-4026-a2e3-c13f27e2abd7, #wrap-s-c84b4659-69e6-4026-a2e3-c13f27e2abd7 { display:none !important; }}
@media (min-width: 0px) {
[id="s-c84b4659-69e6-4026-a2e3-c13f27e2abd7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c84b4659-69e6-4026-a2e3-c13f27e2abd7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c84b4659-69e6-4026-a2e3-c13f27e2abd7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c84b4659-69e6-4026-a2e3-c13f27e2abd7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1a4ed218-fd90-41e2-8a45-a46827a3b3e6 {
  max-width: 1622px;
aspect-ratio: 4/3;
text-align: center;
}





  #s-1a4ed218-fd90-41e2-8a45-a46827a3b3e6 img.shogun-image,
  #s-1a4ed218-fd90-41e2-8a45-a46827a3b3e6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1a4ed218-fd90-41e2-8a45-a46827a3b3e6 {
    width: 100%;
    height: auto;
  }



  img.s-1a4ed218-fd90-41e2-8a45-a46827a3b3e6.shogun-image {
    
    
  }


.s-1a4ed218-fd90-41e2-8a45-a46827a3b3e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-1a4ed218-fd90-41e2-8a45-a46827a3b3e6.shg-align-container {
  text-align: center
}

.s-1a4ed218-fd90-41e2-8a45-a46827a3b3e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a4ed218-fd90-41e2-8a45-a46827a3b3e6.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-1a4ed218-fd90-41e2-8a45-a46827a3b3e6 img.shogun-image,
  #s-1a4ed218-fd90-41e2-8a45-a46827a3b3e6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1a4ed218-fd90-41e2-8a45-a46827a3b3e6 {
    width: 100%;
    height: auto;
  }



  img.s-1a4ed218-fd90-41e2-8a45-a46827a3b3e6.shogun-image {
    
    
  }


.s-1a4ed218-fd90-41e2-8a45-a46827a3b3e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-1a4ed218-fd90-41e2-8a45-a46827a3b3e6.shg-align-container {
  text-align: center
}

.s-1a4ed218-fd90-41e2-8a45-a46827a3b3e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a4ed218-fd90-41e2-8a45-a46827a3b3e6.shogun-image {
  box-sizing: border-box;
}


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



  #s-1a4ed218-fd90-41e2-8a45-a46827a3b3e6 img.shogun-image,
  #s-1a4ed218-fd90-41e2-8a45-a46827a3b3e6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1a4ed218-fd90-41e2-8a45-a46827a3b3e6 {
    width: 100%;
    height: auto;
  }



  img.s-1a4ed218-fd90-41e2-8a45-a46827a3b3e6.shogun-image {
    
    
  }


.s-1a4ed218-fd90-41e2-8a45-a46827a3b3e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-1a4ed218-fd90-41e2-8a45-a46827a3b3e6.shg-align-container {
  text-align: center
}

.s-1a4ed218-fd90-41e2-8a45-a46827a3b3e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a4ed218-fd90-41e2-8a45-a46827a3b3e6.shogun-image {
  box-sizing: border-box;
}


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



  #s-1a4ed218-fd90-41e2-8a45-a46827a3b3e6 img.shogun-image,
  #s-1a4ed218-fd90-41e2-8a45-a46827a3b3e6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1a4ed218-fd90-41e2-8a45-a46827a3b3e6 {
    width: 100%;
    height: auto;
  }



  img.s-1a4ed218-fd90-41e2-8a45-a46827a3b3e6.shogun-image {
    
    
  }


.s-1a4ed218-fd90-41e2-8a45-a46827a3b3e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-1a4ed218-fd90-41e2-8a45-a46827a3b3e6.shg-align-container {
  text-align: center
}

.s-1a4ed218-fd90-41e2-8a45-a46827a3b3e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a4ed218-fd90-41e2-8a45-a46827a3b3e6.shogun-image {
  box-sizing: border-box;
}


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



  #s-1a4ed218-fd90-41e2-8a45-a46827a3b3e6 img.shogun-image,
  #s-1a4ed218-fd90-41e2-8a45-a46827a3b3e6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1a4ed218-fd90-41e2-8a45-a46827a3b3e6 {
    width: 100%;
    height: auto;
  }



  img.s-1a4ed218-fd90-41e2-8a45-a46827a3b3e6.shogun-image {
    
    
  }


.s-1a4ed218-fd90-41e2-8a45-a46827a3b3e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-1a4ed218-fd90-41e2-8a45-a46827a3b3e6.shg-align-container {
  text-align: center
}

.s-1a4ed218-fd90-41e2-8a45-a46827a3b3e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a4ed218-fd90-41e2-8a45-a46827a3b3e6.shogun-image {
  box-sizing: border-box;
}


}
#s-97e791f1-19a4-4563-922d-592adc59c9bb {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 153px;
aspect-ratio: 599/854;
text-align: center;
}





  #s-97e791f1-19a4-4563-922d-592adc59c9bb img.shogun-image,
  #s-97e791f1-19a4-4563-922d-592adc59c9bb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-97e791f1-19a4-4563-922d-592adc59c9bb {
    width: 100%;
    height: auto;
  }



  img.s-97e791f1-19a4-4563-922d-592adc59c9bb.shogun-image {
    
    
  }


.s-97e791f1-19a4-4563-922d-592adc59c9bb .shogun-image-content {
  
    align-items: center;
  
}

.s-97e791f1-19a4-4563-922d-592adc59c9bb.shg-align-container {
  text-align: center
}

.s-97e791f1-19a4-4563-922d-592adc59c9bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97e791f1-19a4-4563-922d-592adc59c9bb.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-97e791f1-19a4-4563-922d-592adc59c9bb img.shogun-image,
  #s-97e791f1-19a4-4563-922d-592adc59c9bb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-97e791f1-19a4-4563-922d-592adc59c9bb {
    width: 100%;
    height: auto;
  }



  img.s-97e791f1-19a4-4563-922d-592adc59c9bb.shogun-image {
    
    
  }


.s-97e791f1-19a4-4563-922d-592adc59c9bb .shogun-image-content {
  
    align-items: center;
  
}

.s-97e791f1-19a4-4563-922d-592adc59c9bb.shg-align-container {
  text-align: center
}

.s-97e791f1-19a4-4563-922d-592adc59c9bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97e791f1-19a4-4563-922d-592adc59c9bb.shogun-image {
  box-sizing: border-box;
}


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



  #s-97e791f1-19a4-4563-922d-592adc59c9bb img.shogun-image,
  #s-97e791f1-19a4-4563-922d-592adc59c9bb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-97e791f1-19a4-4563-922d-592adc59c9bb {
    width: 100%;
    height: auto;
  }



  img.s-97e791f1-19a4-4563-922d-592adc59c9bb.shogun-image {
    
    
  }


.s-97e791f1-19a4-4563-922d-592adc59c9bb .shogun-image-content {
  
    align-items: center;
  
}

.s-97e791f1-19a4-4563-922d-592adc59c9bb.shg-align-container {
  text-align: center
}

.s-97e791f1-19a4-4563-922d-592adc59c9bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97e791f1-19a4-4563-922d-592adc59c9bb.shogun-image {
  box-sizing: border-box;
}


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



  #s-97e791f1-19a4-4563-922d-592adc59c9bb img.shogun-image,
  #s-97e791f1-19a4-4563-922d-592adc59c9bb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-97e791f1-19a4-4563-922d-592adc59c9bb {
    width: 100%;
    height: auto;
  }



  img.s-97e791f1-19a4-4563-922d-592adc59c9bb.shogun-image {
    
    
  }


.s-97e791f1-19a4-4563-922d-592adc59c9bb .shogun-image-content {
  
    align-items: center;
  
}

.s-97e791f1-19a4-4563-922d-592adc59c9bb.shg-align-container {
  text-align: center
}

.s-97e791f1-19a4-4563-922d-592adc59c9bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97e791f1-19a4-4563-922d-592adc59c9bb.shogun-image {
  box-sizing: border-box;
}


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



  #s-97e791f1-19a4-4563-922d-592adc59c9bb img.shogun-image,
  #s-97e791f1-19a4-4563-922d-592adc59c9bb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-97e791f1-19a4-4563-922d-592adc59c9bb {
    width: 100%;
    height: auto;
  }



  img.s-97e791f1-19a4-4563-922d-592adc59c9bb.shogun-image {
    
    
  }


.s-97e791f1-19a4-4563-922d-592adc59c9bb .shogun-image-content {
  
    align-items: center;
  
}

.s-97e791f1-19a4-4563-922d-592adc59c9bb.shg-align-container {
  text-align: center
}

.s-97e791f1-19a4-4563-922d-592adc59c9bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97e791f1-19a4-4563-922d-592adc59c9bb.shogun-image {
  box-sizing: border-box;
}


}
#s-b27955e8-51c4-4957-a4db-a6c012891091 {
  margin-left: 4%;
margin-right: 4%;
}

#s-c3f66373-52b9-4ff5-b121-e01172e9d63b {
  margin-left: 9%;
margin-right: 9%;
}

#s-de952273-7589-4d7f-8317-9c33334fdde8 {
  margin-top: -13px;
margin-left: 4%;
margin-right: 4%;
}
@media (min-width: 1200px){#s-de952273-7589-4d7f-8317-9c33334fdde8 {
  display: none;
}
#s-de952273-7589-4d7f-8317-9c33334fdde8, #wrap-s-de952273-7589-4d7f-8317-9c33334fdde8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-de952273-7589-4d7f-8317-9c33334fdde8 {
  display: none;
}
#s-de952273-7589-4d7f-8317-9c33334fdde8, #wrap-s-de952273-7589-4d7f-8317-9c33334fdde8 { display:none !important; }}
#s-266a8b51-5dc3-4145-bd51-6a8b25fe3be9 {
  margin-left: 4%;
margin-right: 4%;
}
@media (min-width: 1200px){#s-266a8b51-5dc3-4145-bd51-6a8b25fe3be9 {
  display: none;
}
#s-266a8b51-5dc3-4145-bd51-6a8b25fe3be9, #wrap-s-266a8b51-5dc3-4145-bd51-6a8b25fe3be9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-266a8b51-5dc3-4145-bd51-6a8b25fe3be9 {
  display: none;
}
#s-266a8b51-5dc3-4145-bd51-6a8b25fe3be9, #wrap-s-266a8b51-5dc3-4145-bd51-6a8b25fe3be9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-266a8b51-5dc3-4145-bd51-6a8b25fe3be9 {
  display: none;
}
#s-266a8b51-5dc3-4145-bd51-6a8b25fe3be9, #wrap-s-266a8b51-5dc3-4145-bd51-6a8b25fe3be9 { display:none !important; }}
#s-1acb6231-df72-43c8-adfd-d40a42e314ab {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 14px;
padding-left: 0%;
padding-bottom: 14px;
padding-right: 0%;
min-height: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1acb6231-df72-43c8-adfd-d40a42e314ab {
  display: none;
}
#s-1acb6231-df72-43c8-adfd-d40a42e314ab, #wrap-s-1acb6231-df72-43c8-adfd-d40a42e314ab { display:none !important; }}@media (max-width: 767px){#s-1acb6231-df72-43c8-adfd-d40a42e314ab {
  display: none;
}
#s-1acb6231-df72-43c8-adfd-d40a42e314ab, #wrap-s-1acb6231-df72-43c8-adfd-d40a42e314ab { display:none !important; }}
@media (min-width: 0px) {
[id="s-1acb6231-df72-43c8-adfd-d40a42e314ab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1acb6231-df72-43c8-adfd-d40a42e314ab"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1acb6231-df72-43c8-adfd-d40a42e314ab"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1acb6231-df72-43c8-adfd-d40a42e314ab"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c1de2cb5-3dd7-413b-b4eb-895a8ef15d06 {
  margin-top: 32px;
margin-left: 0%;
margin-bottom: 32px;
margin-right: 0%;
min-height: 1px;
max-width: 200px;
aspect-ratio: 2628/2141;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c1de2cb5-3dd7-413b-b4eb-895a8ef15d06 {
  display: none;
}
#s-c1de2cb5-3dd7-413b-b4eb-895a8ef15d06, #wrap-s-c1de2cb5-3dd7-413b-b4eb-895a8ef15d06 { display:none !important; }}@media (max-width: 767px){#s-c1de2cb5-3dd7-413b-b4eb-895a8ef15d06 {
  display: none;
}
#s-c1de2cb5-3dd7-413b-b4eb-895a8ef15d06, #wrap-s-c1de2cb5-3dd7-413b-b4eb-895a8ef15d06 { display:none !important; }}




  #s-c1de2cb5-3dd7-413b-b4eb-895a8ef15d06 img.shogun-image,
  #s-c1de2cb5-3dd7-413b-b4eb-895a8ef15d06 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c1de2cb5-3dd7-413b-b4eb-895a8ef15d06 {
    width: 100%;
    height: auto;
  }



  img.s-c1de2cb5-3dd7-413b-b4eb-895a8ef15d06.shogun-image {
    
    
  }


.s-c1de2cb5-3dd7-413b-b4eb-895a8ef15d06 .shogun-image-content {
  
    align-items: center;
  
}

.s-c1de2cb5-3dd7-413b-b4eb-895a8ef15d06.shg-align-container {
  text-align: center
}

.s-c1de2cb5-3dd7-413b-b4eb-895a8ef15d06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1de2cb5-3dd7-413b-b4eb-895a8ef15d06.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-c1de2cb5-3dd7-413b-b4eb-895a8ef15d06 img.shogun-image,
  #s-c1de2cb5-3dd7-413b-b4eb-895a8ef15d06 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c1de2cb5-3dd7-413b-b4eb-895a8ef15d06 {
    width: 100%;
    height: auto;
  }



  img.s-c1de2cb5-3dd7-413b-b4eb-895a8ef15d06.shogun-image {
    
    
  }


.s-c1de2cb5-3dd7-413b-b4eb-895a8ef15d06 .shogun-image-content {
  
    align-items: center;
  
}

.s-c1de2cb5-3dd7-413b-b4eb-895a8ef15d06.shg-align-container {
  text-align: center
}

.s-c1de2cb5-3dd7-413b-b4eb-895a8ef15d06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1de2cb5-3dd7-413b-b4eb-895a8ef15d06.shogun-image {
  box-sizing: border-box;
}


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



  #s-c1de2cb5-3dd7-413b-b4eb-895a8ef15d06 img.shogun-image,
  #s-c1de2cb5-3dd7-413b-b4eb-895a8ef15d06 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c1de2cb5-3dd7-413b-b4eb-895a8ef15d06 {
    width: 100%;
    height: auto;
  }



  img.s-c1de2cb5-3dd7-413b-b4eb-895a8ef15d06.shogun-image {
    
    
  }


.s-c1de2cb5-3dd7-413b-b4eb-895a8ef15d06 .shogun-image-content {
  
    align-items: center;
  
}

.s-c1de2cb5-3dd7-413b-b4eb-895a8ef15d06.shg-align-container {
  text-align: center
}

.s-c1de2cb5-3dd7-413b-b4eb-895a8ef15d06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1de2cb5-3dd7-413b-b4eb-895a8ef15d06.shogun-image {
  box-sizing: border-box;
}


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



  #s-c1de2cb5-3dd7-413b-b4eb-895a8ef15d06 img.shogun-image,
  #s-c1de2cb5-3dd7-413b-b4eb-895a8ef15d06 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c1de2cb5-3dd7-413b-b4eb-895a8ef15d06 {
    width: 100%;
    height: auto;
  }



  img.s-c1de2cb5-3dd7-413b-b4eb-895a8ef15d06.shogun-image {
    
    
  }


.s-c1de2cb5-3dd7-413b-b4eb-895a8ef15d06 .shogun-image-content {
  
    align-items: center;
  
}

.s-c1de2cb5-3dd7-413b-b4eb-895a8ef15d06.shg-align-container {
  text-align: center
}

.s-c1de2cb5-3dd7-413b-b4eb-895a8ef15d06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1de2cb5-3dd7-413b-b4eb-895a8ef15d06.shogun-image {
  box-sizing: border-box;
}


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



  #s-c1de2cb5-3dd7-413b-b4eb-895a8ef15d06 img.shogun-image,
  #s-c1de2cb5-3dd7-413b-b4eb-895a8ef15d06 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c1de2cb5-3dd7-413b-b4eb-895a8ef15d06 {
    width: 100%;
    height: auto;
  }



  img.s-c1de2cb5-3dd7-413b-b4eb-895a8ef15d06.shogun-image {
    
    
  }


.s-c1de2cb5-3dd7-413b-b4eb-895a8ef15d06 .shogun-image-content {
  
    align-items: center;
  
}

.s-c1de2cb5-3dd7-413b-b4eb-895a8ef15d06.shg-align-container {
  text-align: center
}

.s-c1de2cb5-3dd7-413b-b4eb-895a8ef15d06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1de2cb5-3dd7-413b-b4eb-895a8ef15d06.shogun-image {
  box-sizing: border-box;
}


}
#s-89483f3b-51f4-482a-8d42-6a7c9ebca28e {
  margin-left: 4%;
margin-right: 4%;
}

#s-1b367293-be21-4b48-95fc-15d2ff976fd3 {
  margin-left: 4%;
margin-right: 4%;
}

#s-a2b26ec3-b5bf-4ae1-a3ae-858c27f52a5d {
  max-width: 2961px;
aspect-ratio: 2961/2400;
text-align: center;
}





  #s-a2b26ec3-b5bf-4ae1-a3ae-858c27f52a5d img.shogun-image,
  #s-a2b26ec3-b5bf-4ae1-a3ae-858c27f52a5d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a2b26ec3-b5bf-4ae1-a3ae-858c27f52a5d {
    width: 100%;
    height: auto;
  }



  img.s-a2b26ec3-b5bf-4ae1-a3ae-858c27f52a5d.shogun-image {
    
    
  }


.s-a2b26ec3-b5bf-4ae1-a3ae-858c27f52a5d .shogun-image-content {
  
    align-items: center;
  
}

.s-a2b26ec3-b5bf-4ae1-a3ae-858c27f52a5d.shg-align-container {
  text-align: center
}

.s-a2b26ec3-b5bf-4ae1-a3ae-858c27f52a5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2b26ec3-b5bf-4ae1-a3ae-858c27f52a5d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-a2b26ec3-b5bf-4ae1-a3ae-858c27f52a5d img.shogun-image,
  #s-a2b26ec3-b5bf-4ae1-a3ae-858c27f52a5d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a2b26ec3-b5bf-4ae1-a3ae-858c27f52a5d {
    width: 100%;
    height: auto;
  }



  img.s-a2b26ec3-b5bf-4ae1-a3ae-858c27f52a5d.shogun-image {
    
    
  }


.s-a2b26ec3-b5bf-4ae1-a3ae-858c27f52a5d .shogun-image-content {
  
    align-items: center;
  
}

.s-a2b26ec3-b5bf-4ae1-a3ae-858c27f52a5d.shg-align-container {
  text-align: center
}

.s-a2b26ec3-b5bf-4ae1-a3ae-858c27f52a5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2b26ec3-b5bf-4ae1-a3ae-858c27f52a5d.shogun-image {
  box-sizing: border-box;
}


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



  #s-a2b26ec3-b5bf-4ae1-a3ae-858c27f52a5d img.shogun-image,
  #s-a2b26ec3-b5bf-4ae1-a3ae-858c27f52a5d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a2b26ec3-b5bf-4ae1-a3ae-858c27f52a5d {
    width: 100%;
    height: auto;
  }



  img.s-a2b26ec3-b5bf-4ae1-a3ae-858c27f52a5d.shogun-image {
    
    
  }


.s-a2b26ec3-b5bf-4ae1-a3ae-858c27f52a5d .shogun-image-content {
  
    align-items: center;
  
}

.s-a2b26ec3-b5bf-4ae1-a3ae-858c27f52a5d.shg-align-container {
  text-align: center
}

.s-a2b26ec3-b5bf-4ae1-a3ae-858c27f52a5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2b26ec3-b5bf-4ae1-a3ae-858c27f52a5d.shogun-image {
  box-sizing: border-box;
}


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



  #s-a2b26ec3-b5bf-4ae1-a3ae-858c27f52a5d img.shogun-image,
  #s-a2b26ec3-b5bf-4ae1-a3ae-858c27f52a5d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a2b26ec3-b5bf-4ae1-a3ae-858c27f52a5d {
    width: 100%;
    height: auto;
  }



  img.s-a2b26ec3-b5bf-4ae1-a3ae-858c27f52a5d.shogun-image {
    
    
  }


.s-a2b26ec3-b5bf-4ae1-a3ae-858c27f52a5d .shogun-image-content {
  
    align-items: center;
  
}

.s-a2b26ec3-b5bf-4ae1-a3ae-858c27f52a5d.shg-align-container {
  text-align: center
}

.s-a2b26ec3-b5bf-4ae1-a3ae-858c27f52a5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2b26ec3-b5bf-4ae1-a3ae-858c27f52a5d.shogun-image {
  box-sizing: border-box;
}


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



  #s-a2b26ec3-b5bf-4ae1-a3ae-858c27f52a5d img.shogun-image,
  #s-a2b26ec3-b5bf-4ae1-a3ae-858c27f52a5d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a2b26ec3-b5bf-4ae1-a3ae-858c27f52a5d {
    width: 100%;
    height: auto;
  }



  img.s-a2b26ec3-b5bf-4ae1-a3ae-858c27f52a5d.shogun-image {
    
    
  }


.s-a2b26ec3-b5bf-4ae1-a3ae-858c27f52a5d .shogun-image-content {
  
    align-items: center;
  
}

.s-a2b26ec3-b5bf-4ae1-a3ae-858c27f52a5d.shg-align-container {
  text-align: center
}

.s-a2b26ec3-b5bf-4ae1-a3ae-858c27f52a5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2b26ec3-b5bf-4ae1-a3ae-858c27f52a5d.shogun-image {
  box-sizing: border-box;
}


}
#s-24a5a675-f5f5-468a-822f-608868ceb0ff {
  max-width: 2843px;
aspect-ratio: 2843/2089;
text-align: center;
}





  #s-24a5a675-f5f5-468a-822f-608868ceb0ff img.shogun-image,
  #s-24a5a675-f5f5-468a-822f-608868ceb0ff .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-24a5a675-f5f5-468a-822f-608868ceb0ff {
    width: 100%;
    height: auto;
  }



  img.s-24a5a675-f5f5-468a-822f-608868ceb0ff.shogun-image {
    
    
  }


.s-24a5a675-f5f5-468a-822f-608868ceb0ff .shogun-image-content {
  
    align-items: center;
  
}

.s-24a5a675-f5f5-468a-822f-608868ceb0ff.shg-align-container {
  text-align: center
}

.s-24a5a675-f5f5-468a-822f-608868ceb0ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24a5a675-f5f5-468a-822f-608868ceb0ff.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-24a5a675-f5f5-468a-822f-608868ceb0ff img.shogun-image,
  #s-24a5a675-f5f5-468a-822f-608868ceb0ff .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-24a5a675-f5f5-468a-822f-608868ceb0ff {
    width: 100%;
    height: auto;
  }



  img.s-24a5a675-f5f5-468a-822f-608868ceb0ff.shogun-image {
    
    
  }


.s-24a5a675-f5f5-468a-822f-608868ceb0ff .shogun-image-content {
  
    align-items: center;
  
}

.s-24a5a675-f5f5-468a-822f-608868ceb0ff.shg-align-container {
  text-align: center
}

.s-24a5a675-f5f5-468a-822f-608868ceb0ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24a5a675-f5f5-468a-822f-608868ceb0ff.shogun-image {
  box-sizing: border-box;
}


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



  #s-24a5a675-f5f5-468a-822f-608868ceb0ff img.shogun-image,
  #s-24a5a675-f5f5-468a-822f-608868ceb0ff .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-24a5a675-f5f5-468a-822f-608868ceb0ff {
    width: 100%;
    height: auto;
  }



  img.s-24a5a675-f5f5-468a-822f-608868ceb0ff.shogun-image {
    
    
  }


.s-24a5a675-f5f5-468a-822f-608868ceb0ff .shogun-image-content {
  
    align-items: center;
  
}

.s-24a5a675-f5f5-468a-822f-608868ceb0ff.shg-align-container {
  text-align: center
}

.s-24a5a675-f5f5-468a-822f-608868ceb0ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24a5a675-f5f5-468a-822f-608868ceb0ff.shogun-image {
  box-sizing: border-box;
}


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



  #s-24a5a675-f5f5-468a-822f-608868ceb0ff img.shogun-image,
  #s-24a5a675-f5f5-468a-822f-608868ceb0ff .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-24a5a675-f5f5-468a-822f-608868ceb0ff {
    width: 100%;
    height: auto;
  }



  img.s-24a5a675-f5f5-468a-822f-608868ceb0ff.shogun-image {
    
    
  }


.s-24a5a675-f5f5-468a-822f-608868ceb0ff .shogun-image-content {
  
    align-items: center;
  
}

.s-24a5a675-f5f5-468a-822f-608868ceb0ff.shg-align-container {
  text-align: center
}

.s-24a5a675-f5f5-468a-822f-608868ceb0ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24a5a675-f5f5-468a-822f-608868ceb0ff.shogun-image {
  box-sizing: border-box;
}


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



  #s-24a5a675-f5f5-468a-822f-608868ceb0ff img.shogun-image,
  #s-24a5a675-f5f5-468a-822f-608868ceb0ff .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-24a5a675-f5f5-468a-822f-608868ceb0ff {
    width: 100%;
    height: auto;
  }



  img.s-24a5a675-f5f5-468a-822f-608868ceb0ff.shogun-image {
    
    
  }


.s-24a5a675-f5f5-468a-822f-608868ceb0ff .shogun-image-content {
  
    align-items: center;
  
}

.s-24a5a675-f5f5-468a-822f-608868ceb0ff.shg-align-container {
  text-align: center
}

.s-24a5a675-f5f5-468a-822f-608868ceb0ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24a5a675-f5f5-468a-822f-608868ceb0ff.shogun-image {
  box-sizing: border-box;
}


}
#s-39d0eda2-5e47-4480-a489-894e747fcc42 {
  margin-top: 19px;
margin-left: 5%;
margin-bottom: 19px;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-39d0eda2-5e47-4480-a489-894e747fcc42 {
  display: none;
}
#s-39d0eda2-5e47-4480-a489-894e747fcc42, #wrap-s-39d0eda2-5e47-4480-a489-894e747fcc42 { display:none !important; }}@media (max-width: 767px){#s-39d0eda2-5e47-4480-a489-894e747fcc42 {
  display: none;
}
#s-39d0eda2-5e47-4480-a489-894e747fcc42, #wrap-s-39d0eda2-5e47-4480-a489-894e747fcc42 { display:none !important; }}
@media (min-width: 0px) {
[id="s-39d0eda2-5e47-4480-a489-894e747fcc42"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-39d0eda2-5e47-4480-a489-894e747fcc42"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-39d0eda2-5e47-4480-a489-894e747fcc42"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-39d0eda2-5e47-4480-a489-894e747fcc42"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-60acd6d1-c4d2-4f60-8e14-2aee5eecaf62 {
  max-width: 2961px;
aspect-ratio: 2961/2400;
text-align: center;
}





  #s-60acd6d1-c4d2-4f60-8e14-2aee5eecaf62 img.shogun-image,
  #s-60acd6d1-c4d2-4f60-8e14-2aee5eecaf62 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-60acd6d1-c4d2-4f60-8e14-2aee5eecaf62 {
    width: 100%;
    height: auto;
  }



  img.s-60acd6d1-c4d2-4f60-8e14-2aee5eecaf62.shogun-image {
    
    
  }


.s-60acd6d1-c4d2-4f60-8e14-2aee5eecaf62 .shogun-image-content {
  
    align-items: center;
  
}

.s-60acd6d1-c4d2-4f60-8e14-2aee5eecaf62.shg-align-container {
  text-align: center
}

.s-60acd6d1-c4d2-4f60-8e14-2aee5eecaf62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60acd6d1-c4d2-4f60-8e14-2aee5eecaf62.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-60acd6d1-c4d2-4f60-8e14-2aee5eecaf62 img.shogun-image,
  #s-60acd6d1-c4d2-4f60-8e14-2aee5eecaf62 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-60acd6d1-c4d2-4f60-8e14-2aee5eecaf62 {
    width: 100%;
    height: auto;
  }



  img.s-60acd6d1-c4d2-4f60-8e14-2aee5eecaf62.shogun-image {
    
    
  }


.s-60acd6d1-c4d2-4f60-8e14-2aee5eecaf62 .shogun-image-content {
  
    align-items: center;
  
}

.s-60acd6d1-c4d2-4f60-8e14-2aee5eecaf62.shg-align-container {
  text-align: center
}

.s-60acd6d1-c4d2-4f60-8e14-2aee5eecaf62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60acd6d1-c4d2-4f60-8e14-2aee5eecaf62.shogun-image {
  box-sizing: border-box;
}


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



  #s-60acd6d1-c4d2-4f60-8e14-2aee5eecaf62 img.shogun-image,
  #s-60acd6d1-c4d2-4f60-8e14-2aee5eecaf62 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-60acd6d1-c4d2-4f60-8e14-2aee5eecaf62 {
    width: 100%;
    height: auto;
  }



  img.s-60acd6d1-c4d2-4f60-8e14-2aee5eecaf62.shogun-image {
    
    
  }


.s-60acd6d1-c4d2-4f60-8e14-2aee5eecaf62 .shogun-image-content {
  
    align-items: center;
  
}

.s-60acd6d1-c4d2-4f60-8e14-2aee5eecaf62.shg-align-container {
  text-align: center
}

.s-60acd6d1-c4d2-4f60-8e14-2aee5eecaf62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60acd6d1-c4d2-4f60-8e14-2aee5eecaf62.shogun-image {
  box-sizing: border-box;
}


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



  #s-60acd6d1-c4d2-4f60-8e14-2aee5eecaf62 img.shogun-image,
  #s-60acd6d1-c4d2-4f60-8e14-2aee5eecaf62 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-60acd6d1-c4d2-4f60-8e14-2aee5eecaf62 {
    width: 100%;
    height: auto;
  }



  img.s-60acd6d1-c4d2-4f60-8e14-2aee5eecaf62.shogun-image {
    
    
  }


.s-60acd6d1-c4d2-4f60-8e14-2aee5eecaf62 .shogun-image-content {
  
    align-items: center;
  
}

.s-60acd6d1-c4d2-4f60-8e14-2aee5eecaf62.shg-align-container {
  text-align: center
}

.s-60acd6d1-c4d2-4f60-8e14-2aee5eecaf62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60acd6d1-c4d2-4f60-8e14-2aee5eecaf62.shogun-image {
  box-sizing: border-box;
}


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



  #s-60acd6d1-c4d2-4f60-8e14-2aee5eecaf62 img.shogun-image,
  #s-60acd6d1-c4d2-4f60-8e14-2aee5eecaf62 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-60acd6d1-c4d2-4f60-8e14-2aee5eecaf62 {
    width: 100%;
    height: auto;
  }



  img.s-60acd6d1-c4d2-4f60-8e14-2aee5eecaf62.shogun-image {
    
    
  }


.s-60acd6d1-c4d2-4f60-8e14-2aee5eecaf62 .shogun-image-content {
  
    align-items: center;
  
}

.s-60acd6d1-c4d2-4f60-8e14-2aee5eecaf62.shg-align-container {
  text-align: center
}

.s-60acd6d1-c4d2-4f60-8e14-2aee5eecaf62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60acd6d1-c4d2-4f60-8e14-2aee5eecaf62.shogun-image {
  box-sizing: border-box;
}


}
#s-474c1828-e9d0-4904-90ed-bee564851cd0 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 200px;
aspect-ratio: 4144/3309;
text-align: center;
}





  #s-474c1828-e9d0-4904-90ed-bee564851cd0 img.shogun-image,
  #s-474c1828-e9d0-4904-90ed-bee564851cd0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-474c1828-e9d0-4904-90ed-bee564851cd0 {
    width: 100%;
    height: auto;
  }



  img.s-474c1828-e9d0-4904-90ed-bee564851cd0.shogun-image {
    
    
  }


.s-474c1828-e9d0-4904-90ed-bee564851cd0 .shogun-image-content {
  
    align-items: center;
  
}

.s-474c1828-e9d0-4904-90ed-bee564851cd0.shg-align-container {
  text-align: center
}

.s-474c1828-e9d0-4904-90ed-bee564851cd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-474c1828-e9d0-4904-90ed-bee564851cd0.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-474c1828-e9d0-4904-90ed-bee564851cd0 img.shogun-image,
  #s-474c1828-e9d0-4904-90ed-bee564851cd0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-474c1828-e9d0-4904-90ed-bee564851cd0 {
    width: 100%;
    height: auto;
  }



  img.s-474c1828-e9d0-4904-90ed-bee564851cd0.shogun-image {
    
    
  }


.s-474c1828-e9d0-4904-90ed-bee564851cd0 .shogun-image-content {
  
    align-items: center;
  
}

.s-474c1828-e9d0-4904-90ed-bee564851cd0.shg-align-container {
  text-align: center
}

.s-474c1828-e9d0-4904-90ed-bee564851cd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-474c1828-e9d0-4904-90ed-bee564851cd0.shogun-image {
  box-sizing: border-box;
}


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



  #s-474c1828-e9d0-4904-90ed-bee564851cd0 img.shogun-image,
  #s-474c1828-e9d0-4904-90ed-bee564851cd0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-474c1828-e9d0-4904-90ed-bee564851cd0 {
    width: 100%;
    height: auto;
  }



  img.s-474c1828-e9d0-4904-90ed-bee564851cd0.shogun-image {
    
    
  }


.s-474c1828-e9d0-4904-90ed-bee564851cd0 .shogun-image-content {
  
    align-items: center;
  
}

.s-474c1828-e9d0-4904-90ed-bee564851cd0.shg-align-container {
  text-align: center
}

.s-474c1828-e9d0-4904-90ed-bee564851cd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-474c1828-e9d0-4904-90ed-bee564851cd0.shogun-image {
  box-sizing: border-box;
}


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



  #s-474c1828-e9d0-4904-90ed-bee564851cd0 img.shogun-image,
  #s-474c1828-e9d0-4904-90ed-bee564851cd0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-474c1828-e9d0-4904-90ed-bee564851cd0 {
    width: 100%;
    height: auto;
  }



  img.s-474c1828-e9d0-4904-90ed-bee564851cd0.shogun-image {
    
    
  }


.s-474c1828-e9d0-4904-90ed-bee564851cd0 .shogun-image-content {
  
    align-items: center;
  
}

.s-474c1828-e9d0-4904-90ed-bee564851cd0.shg-align-container {
  text-align: center
}

.s-474c1828-e9d0-4904-90ed-bee564851cd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-474c1828-e9d0-4904-90ed-bee564851cd0.shogun-image {
  box-sizing: border-box;
}


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



  #s-474c1828-e9d0-4904-90ed-bee564851cd0 img.shogun-image,
  #s-474c1828-e9d0-4904-90ed-bee564851cd0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-474c1828-e9d0-4904-90ed-bee564851cd0 {
    width: 100%;
    height: auto;
  }



  img.s-474c1828-e9d0-4904-90ed-bee564851cd0.shogun-image {
    
    
  }


.s-474c1828-e9d0-4904-90ed-bee564851cd0 .shogun-image-content {
  
    align-items: center;
  
}

.s-474c1828-e9d0-4904-90ed-bee564851cd0.shg-align-container {
  text-align: center
}

.s-474c1828-e9d0-4904-90ed-bee564851cd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-474c1828-e9d0-4904-90ed-bee564851cd0.shogun-image {
  box-sizing: border-box;
}


}
#s-85ad13ae-9ce2-467b-91ec-e0adfd4ea7b8 {
  margin-left: 4%;
margin-right: 4%;
}

#s-65d74261-22aa-46dd-8077-c10e4968f08e {
  margin-left: 4%;
margin-right: 4%;
}

#s-6f59b79b-b6fb-4882-9887-3262620757a5 {
  margin-top: 46px;
margin-left: 12%;
margin-bottom: 46px;
margin-right: 12%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(116, 189, 213, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(254, 246, 228, 1);
}
#s-6f59b79b-b6fb-4882-9887-3262620757a5:hover {background-color: rgba(47, 102, 140, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6f59b79b-b6fb-4882-9887-3262620757a5:active {background-color: rgba(47, 102, 140, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-6f59b79b-b6fb-4882-9887-3262620757a5-root {
    text-align: center;
  }


#s-6f59b79b-b6fb-4882-9887-3262620757a5.shg-btn {
  color: rgba(254, 246, 228, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Exo;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6f59b79b-b6fb-4882-9887-3262620757a5-root {
    text-align: center;
  }


#s-6f59b79b-b6fb-4882-9887-3262620757a5.shg-btn {
  color: rgba(254, 246, 228, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Exo;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6f59b79b-b6fb-4882-9887-3262620757a5-root {
    text-align: center;
  }


#s-6f59b79b-b6fb-4882-9887-3262620757a5.shg-btn {
  color: rgba(254, 246, 228, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Exo;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6f59b79b-b6fb-4882-9887-3262620757a5-root {
    text-align: center;
  }


#s-6f59b79b-b6fb-4882-9887-3262620757a5.shg-btn {
  color: rgba(254, 246, 228, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Exo;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6f59b79b-b6fb-4882-9887-3262620757a5-root {
    text-align: center;
  }


#s-6f59b79b-b6fb-4882-9887-3262620757a5.shg-btn {
  color: rgba(254, 246, 228, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Exo;
  display:  inline-block ;
}
}
#s-7a512195-af3f-454f-a01c-11abd3d39713 {
  margin-top: 63px;
margin-left: 5%;
margin-bottom: 2px;
margin-right: 5%;
padding-top: 2px;
padding-left: 0%;
padding-bottom: 2px;
padding-right: 0%;
min-height: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7a512195-af3f-454f-a01c-11abd3d39713 {
  display: none;
}
#s-7a512195-af3f-454f-a01c-11abd3d39713, #wrap-s-7a512195-af3f-454f-a01c-11abd3d39713 { display:none !important; }}@media (max-width: 767px){#s-7a512195-af3f-454f-a01c-11abd3d39713 {
  display: none;
}
#s-7a512195-af3f-454f-a01c-11abd3d39713, #wrap-s-7a512195-af3f-454f-a01c-11abd3d39713 { display:none !important; }}
@media (min-width: 0px) {
[id="s-7a512195-af3f-454f-a01c-11abd3d39713"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7a512195-af3f-454f-a01c-11abd3d39713"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7a512195-af3f-454f-a01c-11abd3d39713"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7a512195-af3f-454f-a01c-11abd3d39713"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6330a17a-6ac5-4cab-acf5-f7870fde1aae {
  margin-top: 3px;
margin-left: 0%;
margin-bottom: 3px;
margin-right: 0%;
min-height: 1px;
max-width: 200px;
aspect-ratio: 2633/2579;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-6330a17a-6ac5-4cab-acf5-f7870fde1aae {
  display: none;
}
#s-6330a17a-6ac5-4cab-acf5-f7870fde1aae, #wrap-s-6330a17a-6ac5-4cab-acf5-f7870fde1aae { display:none !important; }}@media (max-width: 767px){#s-6330a17a-6ac5-4cab-acf5-f7870fde1aae {
  display: none;
}
#s-6330a17a-6ac5-4cab-acf5-f7870fde1aae, #wrap-s-6330a17a-6ac5-4cab-acf5-f7870fde1aae { display:none !important; }}




  #s-6330a17a-6ac5-4cab-acf5-f7870fde1aae img.shogun-image,
  #s-6330a17a-6ac5-4cab-acf5-f7870fde1aae .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6330a17a-6ac5-4cab-acf5-f7870fde1aae {
    width: 100%;
    height: auto;
  }



  img.s-6330a17a-6ac5-4cab-acf5-f7870fde1aae.shogun-image {
    
    
  }


.s-6330a17a-6ac5-4cab-acf5-f7870fde1aae .shogun-image-content {
  
    align-items: center;
  
}

.s-6330a17a-6ac5-4cab-acf5-f7870fde1aae.shg-align-container {
  text-align: center
}

.s-6330a17a-6ac5-4cab-acf5-f7870fde1aae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6330a17a-6ac5-4cab-acf5-f7870fde1aae.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-6330a17a-6ac5-4cab-acf5-f7870fde1aae img.shogun-image,
  #s-6330a17a-6ac5-4cab-acf5-f7870fde1aae .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6330a17a-6ac5-4cab-acf5-f7870fde1aae {
    width: 100%;
    height: auto;
  }



  img.s-6330a17a-6ac5-4cab-acf5-f7870fde1aae.shogun-image {
    
    
  }


.s-6330a17a-6ac5-4cab-acf5-f7870fde1aae .shogun-image-content {
  
    align-items: center;
  
}

.s-6330a17a-6ac5-4cab-acf5-f7870fde1aae.shg-align-container {
  text-align: center
}

.s-6330a17a-6ac5-4cab-acf5-f7870fde1aae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6330a17a-6ac5-4cab-acf5-f7870fde1aae.shogun-image {
  box-sizing: border-box;
}


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



  #s-6330a17a-6ac5-4cab-acf5-f7870fde1aae img.shogun-image,
  #s-6330a17a-6ac5-4cab-acf5-f7870fde1aae .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6330a17a-6ac5-4cab-acf5-f7870fde1aae {
    width: 100%;
    height: auto;
  }



  img.s-6330a17a-6ac5-4cab-acf5-f7870fde1aae.shogun-image {
    
    
  }


.s-6330a17a-6ac5-4cab-acf5-f7870fde1aae .shogun-image-content {
  
    align-items: center;
  
}

.s-6330a17a-6ac5-4cab-acf5-f7870fde1aae.shg-align-container {
  text-align: center
}

.s-6330a17a-6ac5-4cab-acf5-f7870fde1aae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6330a17a-6ac5-4cab-acf5-f7870fde1aae.shogun-image {
  box-sizing: border-box;
}


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



  #s-6330a17a-6ac5-4cab-acf5-f7870fde1aae img.shogun-image,
  #s-6330a17a-6ac5-4cab-acf5-f7870fde1aae .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6330a17a-6ac5-4cab-acf5-f7870fde1aae {
    width: 100%;
    height: auto;
  }



  img.s-6330a17a-6ac5-4cab-acf5-f7870fde1aae.shogun-image {
    
    
  }


.s-6330a17a-6ac5-4cab-acf5-f7870fde1aae .shogun-image-content {
  
    align-items: center;
  
}

.s-6330a17a-6ac5-4cab-acf5-f7870fde1aae.shg-align-container {
  text-align: center
}

.s-6330a17a-6ac5-4cab-acf5-f7870fde1aae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6330a17a-6ac5-4cab-acf5-f7870fde1aae.shogun-image {
  box-sizing: border-box;
}


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



  #s-6330a17a-6ac5-4cab-acf5-f7870fde1aae img.shogun-image,
  #s-6330a17a-6ac5-4cab-acf5-f7870fde1aae .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6330a17a-6ac5-4cab-acf5-f7870fde1aae {
    width: 100%;
    height: auto;
  }



  img.s-6330a17a-6ac5-4cab-acf5-f7870fde1aae.shogun-image {
    
    
  }


.s-6330a17a-6ac5-4cab-acf5-f7870fde1aae .shogun-image-content {
  
    align-items: center;
  
}

.s-6330a17a-6ac5-4cab-acf5-f7870fde1aae.shg-align-container {
  text-align: center
}

.s-6330a17a-6ac5-4cab-acf5-f7870fde1aae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6330a17a-6ac5-4cab-acf5-f7870fde1aae.shogun-image {
  box-sizing: border-box;
}


}
#s-e262f9d3-a3e1-4301-998a-47102964523e {
  margin-left: 4%;
margin-right: 4%;
}

#s-c9c9a9ab-ccac-4f01-80b1-8316e256eb1e {
  margin-left: 4%;
margin-right: 4%;
}

#s-3e17dbe1-fcdd-4e6b-b9a7-0083ee784707 {
  margin-top: 5px;
max-width: 3338px;
aspect-ratio: 3338/2089;
text-align: center;
}





  #s-3e17dbe1-fcdd-4e6b-b9a7-0083ee784707 img.shogun-image,
  #s-3e17dbe1-fcdd-4e6b-b9a7-0083ee784707 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3e17dbe1-fcdd-4e6b-b9a7-0083ee784707 {
    width: 100%;
    height: auto;
  }



  img.s-3e17dbe1-fcdd-4e6b-b9a7-0083ee784707.shogun-image {
    
    
  }


.s-3e17dbe1-fcdd-4e6b-b9a7-0083ee784707 .shogun-image-content {
  
    align-items: center;
  
}

.s-3e17dbe1-fcdd-4e6b-b9a7-0083ee784707.shg-align-container {
  text-align: center
}

.s-3e17dbe1-fcdd-4e6b-b9a7-0083ee784707.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e17dbe1-fcdd-4e6b-b9a7-0083ee784707.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-3e17dbe1-fcdd-4e6b-b9a7-0083ee784707 img.shogun-image,
  #s-3e17dbe1-fcdd-4e6b-b9a7-0083ee784707 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3e17dbe1-fcdd-4e6b-b9a7-0083ee784707 {
    width: 100%;
    height: auto;
  }



  img.s-3e17dbe1-fcdd-4e6b-b9a7-0083ee784707.shogun-image {
    
    
  }


.s-3e17dbe1-fcdd-4e6b-b9a7-0083ee784707 .shogun-image-content {
  
    align-items: center;
  
}

.s-3e17dbe1-fcdd-4e6b-b9a7-0083ee784707.shg-align-container {
  text-align: center
}

.s-3e17dbe1-fcdd-4e6b-b9a7-0083ee784707.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e17dbe1-fcdd-4e6b-b9a7-0083ee784707.shogun-image {
  box-sizing: border-box;
}


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



  #s-3e17dbe1-fcdd-4e6b-b9a7-0083ee784707 img.shogun-image,
  #s-3e17dbe1-fcdd-4e6b-b9a7-0083ee784707 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3e17dbe1-fcdd-4e6b-b9a7-0083ee784707 {
    width: 100%;
    height: auto;
  }



  img.s-3e17dbe1-fcdd-4e6b-b9a7-0083ee784707.shogun-image {
    
    
  }


.s-3e17dbe1-fcdd-4e6b-b9a7-0083ee784707 .shogun-image-content {
  
    align-items: center;
  
}

.s-3e17dbe1-fcdd-4e6b-b9a7-0083ee784707.shg-align-container {
  text-align: center
}

.s-3e17dbe1-fcdd-4e6b-b9a7-0083ee784707.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e17dbe1-fcdd-4e6b-b9a7-0083ee784707.shogun-image {
  box-sizing: border-box;
}


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



  #s-3e17dbe1-fcdd-4e6b-b9a7-0083ee784707 img.shogun-image,
  #s-3e17dbe1-fcdd-4e6b-b9a7-0083ee784707 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3e17dbe1-fcdd-4e6b-b9a7-0083ee784707 {
    width: 100%;
    height: auto;
  }



  img.s-3e17dbe1-fcdd-4e6b-b9a7-0083ee784707.shogun-image {
    
    
  }


.s-3e17dbe1-fcdd-4e6b-b9a7-0083ee784707 .shogun-image-content {
  
    align-items: center;
  
}

.s-3e17dbe1-fcdd-4e6b-b9a7-0083ee784707.shg-align-container {
  text-align: center
}

.s-3e17dbe1-fcdd-4e6b-b9a7-0083ee784707.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e17dbe1-fcdd-4e6b-b9a7-0083ee784707.shogun-image {
  box-sizing: border-box;
}


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



  #s-3e17dbe1-fcdd-4e6b-b9a7-0083ee784707 img.shogun-image,
  #s-3e17dbe1-fcdd-4e6b-b9a7-0083ee784707 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3e17dbe1-fcdd-4e6b-b9a7-0083ee784707 {
    width: 100%;
    height: auto;
  }



  img.s-3e17dbe1-fcdd-4e6b-b9a7-0083ee784707.shogun-image {
    
    
  }


.s-3e17dbe1-fcdd-4e6b-b9a7-0083ee784707 .shogun-image-content {
  
    align-items: center;
  
}

.s-3e17dbe1-fcdd-4e6b-b9a7-0083ee784707.shg-align-container {
  text-align: center
}

.s-3e17dbe1-fcdd-4e6b-b9a7-0083ee784707.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e17dbe1-fcdd-4e6b-b9a7-0083ee784707.shogun-image {
  box-sizing: border-box;
}


}
#s-911ac43a-06a4-444a-abfd-e056ea3d1469 {
  margin-top: 93px;
margin-left: 5%;
margin-bottom: 93px;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-911ac43a-06a4-444a-abfd-e056ea3d1469 {
  display: none;
}
#s-911ac43a-06a4-444a-abfd-e056ea3d1469, #wrap-s-911ac43a-06a4-444a-abfd-e056ea3d1469 { display:none !important; }}@media (max-width: 767px){#s-911ac43a-06a4-444a-abfd-e056ea3d1469 {
  display: none;
}
#s-911ac43a-06a4-444a-abfd-e056ea3d1469, #wrap-s-911ac43a-06a4-444a-abfd-e056ea3d1469 { display:none !important; }}
@media (min-width: 0px) {
[id="s-911ac43a-06a4-444a-abfd-e056ea3d1469"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-911ac43a-06a4-444a-abfd-e056ea3d1469"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-911ac43a-06a4-444a-abfd-e056ea3d1469"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-911ac43a-06a4-444a-abfd-e056ea3d1469"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f15512fa-d7a7-42b4-8db7-2aba2c92e267 {
  max-width: 1332px;
aspect-ratio: 1332/886;
text-align: center;
}





  #s-f15512fa-d7a7-42b4-8db7-2aba2c92e267 img.shogun-image,
  #s-f15512fa-d7a7-42b4-8db7-2aba2c92e267 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f15512fa-d7a7-42b4-8db7-2aba2c92e267 {
    width: 100%;
    height: auto;
  }



  img.s-f15512fa-d7a7-42b4-8db7-2aba2c92e267.shogun-image {
    
    
  }


.s-f15512fa-d7a7-42b4-8db7-2aba2c92e267 .shogun-image-content {
  
    align-items: center;
  
}

.s-f15512fa-d7a7-42b4-8db7-2aba2c92e267.shg-align-container {
  text-align: center
}

.s-f15512fa-d7a7-42b4-8db7-2aba2c92e267.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f15512fa-d7a7-42b4-8db7-2aba2c92e267.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-f15512fa-d7a7-42b4-8db7-2aba2c92e267 img.shogun-image,
  #s-f15512fa-d7a7-42b4-8db7-2aba2c92e267 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f15512fa-d7a7-42b4-8db7-2aba2c92e267 {
    width: 100%;
    height: auto;
  }



  img.s-f15512fa-d7a7-42b4-8db7-2aba2c92e267.shogun-image {
    
    
  }


.s-f15512fa-d7a7-42b4-8db7-2aba2c92e267 .shogun-image-content {
  
    align-items: center;
  
}

.s-f15512fa-d7a7-42b4-8db7-2aba2c92e267.shg-align-container {
  text-align: center
}

.s-f15512fa-d7a7-42b4-8db7-2aba2c92e267.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f15512fa-d7a7-42b4-8db7-2aba2c92e267.shogun-image {
  box-sizing: border-box;
}


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



  #s-f15512fa-d7a7-42b4-8db7-2aba2c92e267 img.shogun-image,
  #s-f15512fa-d7a7-42b4-8db7-2aba2c92e267 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f15512fa-d7a7-42b4-8db7-2aba2c92e267 {
    width: 100%;
    height: auto;
  }



  img.s-f15512fa-d7a7-42b4-8db7-2aba2c92e267.shogun-image {
    
    
  }


.s-f15512fa-d7a7-42b4-8db7-2aba2c92e267 .shogun-image-content {
  
    align-items: center;
  
}

.s-f15512fa-d7a7-42b4-8db7-2aba2c92e267.shg-align-container {
  text-align: center
}

.s-f15512fa-d7a7-42b4-8db7-2aba2c92e267.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f15512fa-d7a7-42b4-8db7-2aba2c92e267.shogun-image {
  box-sizing: border-box;
}


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



  #s-f15512fa-d7a7-42b4-8db7-2aba2c92e267 img.shogun-image,
  #s-f15512fa-d7a7-42b4-8db7-2aba2c92e267 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f15512fa-d7a7-42b4-8db7-2aba2c92e267 {
    width: 100%;
    height: auto;
  }



  img.s-f15512fa-d7a7-42b4-8db7-2aba2c92e267.shogun-image {
    
    
  }


.s-f15512fa-d7a7-42b4-8db7-2aba2c92e267 .shogun-image-content {
  
    align-items: center;
  
}

.s-f15512fa-d7a7-42b4-8db7-2aba2c92e267.shg-align-container {
  text-align: center
}

.s-f15512fa-d7a7-42b4-8db7-2aba2c92e267.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f15512fa-d7a7-42b4-8db7-2aba2c92e267.shogun-image {
  box-sizing: border-box;
}


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



  #s-f15512fa-d7a7-42b4-8db7-2aba2c92e267 img.shogun-image,
  #s-f15512fa-d7a7-42b4-8db7-2aba2c92e267 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f15512fa-d7a7-42b4-8db7-2aba2c92e267 {
    width: 100%;
    height: auto;
  }



  img.s-f15512fa-d7a7-42b4-8db7-2aba2c92e267.shogun-image {
    
    
  }


.s-f15512fa-d7a7-42b4-8db7-2aba2c92e267 .shogun-image-content {
  
    align-items: center;
  
}

.s-f15512fa-d7a7-42b4-8db7-2aba2c92e267.shg-align-container {
  text-align: center
}

.s-f15512fa-d7a7-42b4-8db7-2aba2c92e267.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f15512fa-d7a7-42b4-8db7-2aba2c92e267.shogun-image {
  box-sizing: border-box;
}


}
#s-ebc274bc-0046-4e8b-89a5-328a59d876de {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 173px;
aspect-ratio: 943/929;
text-align: center;
}





  #s-ebc274bc-0046-4e8b-89a5-328a59d876de img.shogun-image,
  #s-ebc274bc-0046-4e8b-89a5-328a59d876de .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ebc274bc-0046-4e8b-89a5-328a59d876de {
    width: 100%;
    height: auto;
  }



  img.s-ebc274bc-0046-4e8b-89a5-328a59d876de.shogun-image {
    
    
  }


.s-ebc274bc-0046-4e8b-89a5-328a59d876de .shogun-image-content {
  
    align-items: center;
  
}

.s-ebc274bc-0046-4e8b-89a5-328a59d876de.shg-align-container {
  text-align: center
}

.s-ebc274bc-0046-4e8b-89a5-328a59d876de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebc274bc-0046-4e8b-89a5-328a59d876de.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-ebc274bc-0046-4e8b-89a5-328a59d876de img.shogun-image,
  #s-ebc274bc-0046-4e8b-89a5-328a59d876de .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ebc274bc-0046-4e8b-89a5-328a59d876de {
    width: 100%;
    height: auto;
  }



  img.s-ebc274bc-0046-4e8b-89a5-328a59d876de.shogun-image {
    
    
  }


.s-ebc274bc-0046-4e8b-89a5-328a59d876de .shogun-image-content {
  
    align-items: center;
  
}

.s-ebc274bc-0046-4e8b-89a5-328a59d876de.shg-align-container {
  text-align: center
}

.s-ebc274bc-0046-4e8b-89a5-328a59d876de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebc274bc-0046-4e8b-89a5-328a59d876de.shogun-image {
  box-sizing: border-box;
}


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



  #s-ebc274bc-0046-4e8b-89a5-328a59d876de img.shogun-image,
  #s-ebc274bc-0046-4e8b-89a5-328a59d876de .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ebc274bc-0046-4e8b-89a5-328a59d876de {
    width: 100%;
    height: auto;
  }



  img.s-ebc274bc-0046-4e8b-89a5-328a59d876de.shogun-image {
    
    
  }


.s-ebc274bc-0046-4e8b-89a5-328a59d876de .shogun-image-content {
  
    align-items: center;
  
}

.s-ebc274bc-0046-4e8b-89a5-328a59d876de.shg-align-container {
  text-align: center
}

.s-ebc274bc-0046-4e8b-89a5-328a59d876de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebc274bc-0046-4e8b-89a5-328a59d876de.shogun-image {
  box-sizing: border-box;
}


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



  #s-ebc274bc-0046-4e8b-89a5-328a59d876de img.shogun-image,
  #s-ebc274bc-0046-4e8b-89a5-328a59d876de .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ebc274bc-0046-4e8b-89a5-328a59d876de {
    width: 100%;
    height: auto;
  }



  img.s-ebc274bc-0046-4e8b-89a5-328a59d876de.shogun-image {
    
    
  }


.s-ebc274bc-0046-4e8b-89a5-328a59d876de .shogun-image-content {
  
    align-items: center;
  
}

.s-ebc274bc-0046-4e8b-89a5-328a59d876de.shg-align-container {
  text-align: center
}

.s-ebc274bc-0046-4e8b-89a5-328a59d876de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebc274bc-0046-4e8b-89a5-328a59d876de.shogun-image {
  box-sizing: border-box;
}


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



  #s-ebc274bc-0046-4e8b-89a5-328a59d876de img.shogun-image,
  #s-ebc274bc-0046-4e8b-89a5-328a59d876de .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ebc274bc-0046-4e8b-89a5-328a59d876de {
    width: 100%;
    height: auto;
  }



  img.s-ebc274bc-0046-4e8b-89a5-328a59d876de.shogun-image {
    
    
  }


.s-ebc274bc-0046-4e8b-89a5-328a59d876de .shogun-image-content {
  
    align-items: center;
  
}

.s-ebc274bc-0046-4e8b-89a5-328a59d876de.shg-align-container {
  text-align: center
}

.s-ebc274bc-0046-4e8b-89a5-328a59d876de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebc274bc-0046-4e8b-89a5-328a59d876de.shogun-image {
  box-sizing: border-box;
}


}
#s-92eaa3be-5f82-4353-a65b-4e1adb54b671 {
  margin-left: 4%;
margin-right: 4%;
}

#s-6f9e05d9-f7f9-4336-9c97-58b1609214d3 {
  margin-left: 6%;
margin-right: 6%;
}

#s-e6b202e8-312e-4267-94d8-a916fe5b0328 {
  margin-top: 46px;
margin-left: 9%;
margin-bottom: 46px;
margin-right: 9%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(116, 189, 213, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(254, 246, 228, 1);
}
#s-e6b202e8-312e-4267-94d8-a916fe5b0328:hover {background-color: rgba(47, 102, 140, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e6b202e8-312e-4267-94d8-a916fe5b0328:active {background-color: rgba(47, 102, 140, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-e6b202e8-312e-4267-94d8-a916fe5b0328-root {
    text-align: center;
  }


#s-e6b202e8-312e-4267-94d8-a916fe5b0328.shg-btn {
  color: rgba(254, 246, 228, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Exo;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e6b202e8-312e-4267-94d8-a916fe5b0328-root {
    text-align: center;
  }


#s-e6b202e8-312e-4267-94d8-a916fe5b0328.shg-btn {
  color: rgba(254, 246, 228, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Exo;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e6b202e8-312e-4267-94d8-a916fe5b0328-root {
    text-align: center;
  }


#s-e6b202e8-312e-4267-94d8-a916fe5b0328.shg-btn {
  color: rgba(254, 246, 228, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Exo;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e6b202e8-312e-4267-94d8-a916fe5b0328-root {
    text-align: center;
  }


#s-e6b202e8-312e-4267-94d8-a916fe5b0328.shg-btn {
  color: rgba(254, 246, 228, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Exo;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e6b202e8-312e-4267-94d8-a916fe5b0328-root {
    text-align: center;
  }


#s-e6b202e8-312e-4267-94d8-a916fe5b0328.shg-btn {
  color: rgba(254, 246, 228, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Exo;
  display:  inline-block ;
}
}
#s-362adeec-8256-40b2-916c-eb1dbc6c5fb4 {
  margin-top: 34px;
margin-bottom: 34px;
min-height: 0px;
background-color: rgba(0, 45, 89, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-362adeec-8256-40b2-916c-eb1dbc6c5fb4 {
  display: none;
}
#s-362adeec-8256-40b2-916c-eb1dbc6c5fb4, #wrap-s-362adeec-8256-40b2-916c-eb1dbc6c5fb4 { display:none !important; }}@media (max-width: 767px){#s-362adeec-8256-40b2-916c-eb1dbc6c5fb4 {
  display: none;
}
#s-362adeec-8256-40b2-916c-eb1dbc6c5fb4, #wrap-s-362adeec-8256-40b2-916c-eb1dbc6c5fb4 { display:none !important; }}







#s-362adeec-8256-40b2-916c-eb1dbc6c5fb4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-362adeec-8256-40b2-916c-eb1dbc6c5fb4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-444ff313-1684-4553-80df-4393938c1dcc {
  margin-top: 31px;
margin-left: 7%;
margin-bottom: 31px;
margin-right: 7%;
}

@media (min-width: 0px) {
[id="s-444ff313-1684-4553-80df-4393938c1dcc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-444ff313-1684-4553-80df-4393938c1dcc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-444ff313-1684-4553-80df-4393938c1dcc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-444ff313-1684-4553-80df-4393938c1dcc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-dd8683cf-8779-44f2-925d-bcf7facfc005 {
  margin-top: 32px;
margin-left: 0%;
margin-bottom: 32px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}

#s-82d85f08-60cd-408a-b87f-d5e4477825e5 {
  margin-top: 16px;
margin-left: 0%;
margin-bottom: 16px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}

#s-a38f5b40-904f-4a0b-9bfb-76287f9c5910 {
  margin-top: 46px;
margin-left: 0%;
margin-bottom: 46px;
margin-right: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(116, 189, 213, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(254, 246, 228, 1);
}
#s-a38f5b40-904f-4a0b-9bfb-76287f9c5910:hover {background-color: rgba(254, 246, 228, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(116, 189, 213, 1) !important;}#s-a38f5b40-904f-4a0b-9bfb-76287f9c5910:active {background-color: rgba(47, 102, 140, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-a38f5b40-904f-4a0b-9bfb-76287f9c5910-root {
    text-align: right;
  }


#s-a38f5b40-904f-4a0b-9bfb-76287f9c5910.shg-btn {
  color: rgba(254, 246, 228, 1);
  font-size: 22px;
  font-weight: 500;
  
  font-family: Exo;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a38f5b40-904f-4a0b-9bfb-76287f9c5910-root {
    text-align: right;
  }


#s-a38f5b40-904f-4a0b-9bfb-76287f9c5910.shg-btn {
  color: rgba(254, 246, 228, 1);
  font-size: 22px;
  font-weight: 500;
  
  font-family: Exo;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a38f5b40-904f-4a0b-9bfb-76287f9c5910-root {
    text-align: right;
  }


#s-a38f5b40-904f-4a0b-9bfb-76287f9c5910.shg-btn {
  color: rgba(254, 246, 228, 1);
  font-size: 22px;
  font-weight: 500;
  
  font-family: Exo;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a38f5b40-904f-4a0b-9bfb-76287f9c5910-root {
    text-align: right;
  }


#s-a38f5b40-904f-4a0b-9bfb-76287f9c5910.shg-btn {
  color: rgba(254, 246, 228, 1);
  font-size: 22px;
  font-weight: 500;
  
  font-family: Exo;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a38f5b40-904f-4a0b-9bfb-76287f9c5910-root {
    text-align: right;
  }


#s-a38f5b40-904f-4a0b-9bfb-76287f9c5910.shg-btn {
  color: rgba(254, 246, 228, 1);
  font-size: 22px;
  font-weight: 500;
  
  font-family: Exo;
  display:  inline-block ;
}
}
#s-e7eaa1e0-13ac-4705-a65c-6ae42ee1f7c7 {
  margin-top: 4px;
margin-left: 0%;
margin-bottom: 4px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 518px;
aspect-ratio: 824/754;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-e7eaa1e0-13ac-4705-a65c-6ae42ee1f7c7 {
  display: none;
}
#s-e7eaa1e0-13ac-4705-a65c-6ae42ee1f7c7, #wrap-s-e7eaa1e0-13ac-4705-a65c-6ae42ee1f7c7 { display:none !important; }}@media (max-width: 767px){#s-e7eaa1e0-13ac-4705-a65c-6ae42ee1f7c7 {
  display: none;
}
#s-e7eaa1e0-13ac-4705-a65c-6ae42ee1f7c7, #wrap-s-e7eaa1e0-13ac-4705-a65c-6ae42ee1f7c7 { display:none !important; }}




  #s-e7eaa1e0-13ac-4705-a65c-6ae42ee1f7c7 img.shogun-image,
  #s-e7eaa1e0-13ac-4705-a65c-6ae42ee1f7c7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e7eaa1e0-13ac-4705-a65c-6ae42ee1f7c7 {
    width: 100%;
    height: auto;
  }



  img.s-e7eaa1e0-13ac-4705-a65c-6ae42ee1f7c7.shogun-image {
    
    
  }


.s-e7eaa1e0-13ac-4705-a65c-6ae42ee1f7c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-e7eaa1e0-13ac-4705-a65c-6ae42ee1f7c7.shg-align-container {
  text-align: center
}

.s-e7eaa1e0-13ac-4705-a65c-6ae42ee1f7c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7eaa1e0-13ac-4705-a65c-6ae42ee1f7c7.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-e7eaa1e0-13ac-4705-a65c-6ae42ee1f7c7 img.shogun-image,
  #s-e7eaa1e0-13ac-4705-a65c-6ae42ee1f7c7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e7eaa1e0-13ac-4705-a65c-6ae42ee1f7c7 {
    width: 100%;
    height: auto;
  }



  img.s-e7eaa1e0-13ac-4705-a65c-6ae42ee1f7c7.shogun-image {
    
    
  }


.s-e7eaa1e0-13ac-4705-a65c-6ae42ee1f7c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-e7eaa1e0-13ac-4705-a65c-6ae42ee1f7c7.shg-align-container {
  text-align: center
}

.s-e7eaa1e0-13ac-4705-a65c-6ae42ee1f7c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7eaa1e0-13ac-4705-a65c-6ae42ee1f7c7.shogun-image {
  box-sizing: border-box;
}


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



  #s-e7eaa1e0-13ac-4705-a65c-6ae42ee1f7c7 img.shogun-image,
  #s-e7eaa1e0-13ac-4705-a65c-6ae42ee1f7c7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e7eaa1e0-13ac-4705-a65c-6ae42ee1f7c7 {
    width: 100%;
    height: auto;
  }



  img.s-e7eaa1e0-13ac-4705-a65c-6ae42ee1f7c7.shogun-image {
    
    
  }


.s-e7eaa1e0-13ac-4705-a65c-6ae42ee1f7c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-e7eaa1e0-13ac-4705-a65c-6ae42ee1f7c7.shg-align-container {
  text-align: center
}

.s-e7eaa1e0-13ac-4705-a65c-6ae42ee1f7c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7eaa1e0-13ac-4705-a65c-6ae42ee1f7c7.shogun-image {
  box-sizing: border-box;
}


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



  #s-e7eaa1e0-13ac-4705-a65c-6ae42ee1f7c7 img.shogun-image,
  #s-e7eaa1e0-13ac-4705-a65c-6ae42ee1f7c7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e7eaa1e0-13ac-4705-a65c-6ae42ee1f7c7 {
    width: 100%;
    height: auto;
  }



  img.s-e7eaa1e0-13ac-4705-a65c-6ae42ee1f7c7.shogun-image {
    
    
  }


.s-e7eaa1e0-13ac-4705-a65c-6ae42ee1f7c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-e7eaa1e0-13ac-4705-a65c-6ae42ee1f7c7.shg-align-container {
  text-align: center
}

.s-e7eaa1e0-13ac-4705-a65c-6ae42ee1f7c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7eaa1e0-13ac-4705-a65c-6ae42ee1f7c7.shogun-image {
  box-sizing: border-box;
}


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



  #s-e7eaa1e0-13ac-4705-a65c-6ae42ee1f7c7 img.shogun-image,
  #s-e7eaa1e0-13ac-4705-a65c-6ae42ee1f7c7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e7eaa1e0-13ac-4705-a65c-6ae42ee1f7c7 {
    width: 100%;
    height: auto;
  }



  img.s-e7eaa1e0-13ac-4705-a65c-6ae42ee1f7c7.shogun-image {
    
    
  }


.s-e7eaa1e0-13ac-4705-a65c-6ae42ee1f7c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-e7eaa1e0-13ac-4705-a65c-6ae42ee1f7c7.shg-align-container {
  text-align: center
}

.s-e7eaa1e0-13ac-4705-a65c-6ae42ee1f7c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7eaa1e0-13ac-4705-a65c-6ae42ee1f7c7.shogun-image {
  box-sizing: border-box;
}


}
#s-574ac46d-9114-4434-ba60-bca8100e3435 {
  margin-left: -4%;
margin-right: -4%;
min-height: 50px;
}








#s-574ac46d-9114-4434-ba60-bca8100e3435 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-574ac46d-9114-4434-ba60-bca8100e3435.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-558e1c98-6b3b-4888-b3dd-4db504678fd7 {
  margin-top: 39px;
margin-bottom: 5px;
max-width: 1944px;
aspect-ratio: 1944/1244;
text-align: center;
}
@media (min-width: 1200px){#s-558e1c98-6b3b-4888-b3dd-4db504678fd7 {
  display: none;
}
#s-558e1c98-6b3b-4888-b3dd-4db504678fd7, #wrap-s-558e1c98-6b3b-4888-b3dd-4db504678fd7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-558e1c98-6b3b-4888-b3dd-4db504678fd7 {
  display: none;
}
#s-558e1c98-6b3b-4888-b3dd-4db504678fd7, #wrap-s-558e1c98-6b3b-4888-b3dd-4db504678fd7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-558e1c98-6b3b-4888-b3dd-4db504678fd7 {
  
}
}




  #s-558e1c98-6b3b-4888-b3dd-4db504678fd7 img.shogun-image,
  #s-558e1c98-6b3b-4888-b3dd-4db504678fd7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-558e1c98-6b3b-4888-b3dd-4db504678fd7 {
    width: 100%;
    height: auto;
  }



  img.s-558e1c98-6b3b-4888-b3dd-4db504678fd7.shogun-image {
    
    
  }


.s-558e1c98-6b3b-4888-b3dd-4db504678fd7 .shogun-image-content {
  
    align-items: center;
  
}

.s-558e1c98-6b3b-4888-b3dd-4db504678fd7.shg-align-container {
  text-align: center
}

.s-558e1c98-6b3b-4888-b3dd-4db504678fd7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-558e1c98-6b3b-4888-b3dd-4db504678fd7.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-558e1c98-6b3b-4888-b3dd-4db504678fd7 img.shogun-image,
  #s-558e1c98-6b3b-4888-b3dd-4db504678fd7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-558e1c98-6b3b-4888-b3dd-4db504678fd7 {
    width: 100%;
    height: auto;
  }



  img.s-558e1c98-6b3b-4888-b3dd-4db504678fd7.shogun-image {
    
    
  }


.s-558e1c98-6b3b-4888-b3dd-4db504678fd7 .shogun-image-content {
  
    align-items: center;
  
}

.s-558e1c98-6b3b-4888-b3dd-4db504678fd7.shg-align-container {
  text-align: center
}

.s-558e1c98-6b3b-4888-b3dd-4db504678fd7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-558e1c98-6b3b-4888-b3dd-4db504678fd7.shogun-image {
  box-sizing: border-box;
}


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



  #s-558e1c98-6b3b-4888-b3dd-4db504678fd7 img.shogun-image,
  #s-558e1c98-6b3b-4888-b3dd-4db504678fd7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-558e1c98-6b3b-4888-b3dd-4db504678fd7 {
    width: 100%;
    height: auto;
  }



  img.s-558e1c98-6b3b-4888-b3dd-4db504678fd7.shogun-image {
    
    
  }


.s-558e1c98-6b3b-4888-b3dd-4db504678fd7 .shogun-image-content {
  
    align-items: center;
  
}

.s-558e1c98-6b3b-4888-b3dd-4db504678fd7.shg-align-container {
  text-align: center
}

.s-558e1c98-6b3b-4888-b3dd-4db504678fd7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-558e1c98-6b3b-4888-b3dd-4db504678fd7.shogun-image {
  box-sizing: border-box;
}


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



  #s-558e1c98-6b3b-4888-b3dd-4db504678fd7 img.shogun-image,
  #s-558e1c98-6b3b-4888-b3dd-4db504678fd7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-558e1c98-6b3b-4888-b3dd-4db504678fd7 {
    width: 100%;
    height: auto;
  }



  img.s-558e1c98-6b3b-4888-b3dd-4db504678fd7.shogun-image {
    
    
  }


.s-558e1c98-6b3b-4888-b3dd-4db504678fd7 .shogun-image-content {
  
    align-items: center;
  
}

.s-558e1c98-6b3b-4888-b3dd-4db504678fd7.shg-align-container {
  text-align: center
}

.s-558e1c98-6b3b-4888-b3dd-4db504678fd7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-558e1c98-6b3b-4888-b3dd-4db504678fd7.shogun-image {
  box-sizing: border-box;
}


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



  #s-558e1c98-6b3b-4888-b3dd-4db504678fd7 img.shogun-image,
  #s-558e1c98-6b3b-4888-b3dd-4db504678fd7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-558e1c98-6b3b-4888-b3dd-4db504678fd7 {
    width: 100%;
    height: auto;
  }



  img.s-558e1c98-6b3b-4888-b3dd-4db504678fd7.shogun-image {
    
    
  }


.s-558e1c98-6b3b-4888-b3dd-4db504678fd7 .shogun-image-content {
  
    align-items: center;
  
}

.s-558e1c98-6b3b-4888-b3dd-4db504678fd7.shg-align-container {
  text-align: center
}

.s-558e1c98-6b3b-4888-b3dd-4db504678fd7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-558e1c98-6b3b-4888-b3dd-4db504678fd7.shogun-image {
  box-sizing: border-box;
}


}
#s-6256cd8e-7335-4bda-a2c9-47ac29c5caa9 {
  margin-left: 4%;
margin-right: 4%;
}
@media (min-width: 1200px){#s-6256cd8e-7335-4bda-a2c9-47ac29c5caa9 {
  display: none;
}
#s-6256cd8e-7335-4bda-a2c9-47ac29c5caa9, #wrap-s-6256cd8e-7335-4bda-a2c9-47ac29c5caa9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6256cd8e-7335-4bda-a2c9-47ac29c5caa9 {
  display: none;
}
#s-6256cd8e-7335-4bda-a2c9-47ac29c5caa9, #wrap-s-6256cd8e-7335-4bda-a2c9-47ac29c5caa9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6256cd8e-7335-4bda-a2c9-47ac29c5caa9 {
  
}
}
#s-c436ef11-668c-4e2f-91cc-f913a1ce0964 {
  margin-left: 9%;
margin-right: 9%;
}
@media (min-width: 1200px){#s-c436ef11-668c-4e2f-91cc-f913a1ce0964 {
  display: none;
}
#s-c436ef11-668c-4e2f-91cc-f913a1ce0964, #wrap-s-c436ef11-668c-4e2f-91cc-f913a1ce0964 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c436ef11-668c-4e2f-91cc-f913a1ce0964 {
  display: none;
}
#s-c436ef11-668c-4e2f-91cc-f913a1ce0964, #wrap-s-c436ef11-668c-4e2f-91cc-f913a1ce0964 { display:none !important; }}
#s-adac6d6a-6a6b-4712-b7f1-3b1ccb931520 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 14px;
padding-left: 0%;
padding-bottom: 14px;
padding-right: 0%;
min-height: 0px;
}
@media (min-width: 1200px){#s-adac6d6a-6a6b-4712-b7f1-3b1ccb931520 {
  display: none;
}
#s-adac6d6a-6a6b-4712-b7f1-3b1ccb931520, #wrap-s-adac6d6a-6a6b-4712-b7f1-3b1ccb931520 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-adac6d6a-6a6b-4712-b7f1-3b1ccb931520 {
  display: none;
}
#s-adac6d6a-6a6b-4712-b7f1-3b1ccb931520, #wrap-s-adac6d6a-6a6b-4712-b7f1-3b1ccb931520 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-adac6d6a-6a6b-4712-b7f1-3b1ccb931520 {
  
}
}@media (max-width: 767px){#s-adac6d6a-6a6b-4712-b7f1-3b1ccb931520 {
  
}
}
@media (min-width: 0px) {
[id="s-adac6d6a-6a6b-4712-b7f1-3b1ccb931520"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-adac6d6a-6a6b-4712-b7f1-3b1ccb931520"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-adac6d6a-6a6b-4712-b7f1-3b1ccb931520"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-adac6d6a-6a6b-4712-b7f1-3b1ccb931520"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c1a72422-c17a-4ef8-b50e-78157053743c {
  margin-top: 32px;
margin-left: 0%;
margin-bottom: 32px;
margin-right: 0%;
min-height: 1px;
max-width: 200px;
aspect-ratio: 2628/2141;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c1a72422-c17a-4ef8-b50e-78157053743c {
  display: none;
}
#s-c1a72422-c17a-4ef8-b50e-78157053743c, #wrap-s-c1a72422-c17a-4ef8-b50e-78157053743c { display:none !important; }}@media (max-width: 767px){#s-c1a72422-c17a-4ef8-b50e-78157053743c {
  display: none;
}
#s-c1a72422-c17a-4ef8-b50e-78157053743c, #wrap-s-c1a72422-c17a-4ef8-b50e-78157053743c { display:none !important; }}




  #s-c1a72422-c17a-4ef8-b50e-78157053743c img.shogun-image,
  #s-c1a72422-c17a-4ef8-b50e-78157053743c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c1a72422-c17a-4ef8-b50e-78157053743c {
    width: 100%;
    height: auto;
  }



  img.s-c1a72422-c17a-4ef8-b50e-78157053743c.shogun-image {
    
    
  }


.s-c1a72422-c17a-4ef8-b50e-78157053743c .shogun-image-content {
  
    align-items: center;
  
}

.s-c1a72422-c17a-4ef8-b50e-78157053743c.shg-align-container {
  text-align: center
}

.s-c1a72422-c17a-4ef8-b50e-78157053743c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1a72422-c17a-4ef8-b50e-78157053743c.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-c1a72422-c17a-4ef8-b50e-78157053743c img.shogun-image,
  #s-c1a72422-c17a-4ef8-b50e-78157053743c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c1a72422-c17a-4ef8-b50e-78157053743c {
    width: 100%;
    height: auto;
  }



  img.s-c1a72422-c17a-4ef8-b50e-78157053743c.shogun-image {
    
    
  }


.s-c1a72422-c17a-4ef8-b50e-78157053743c .shogun-image-content {
  
    align-items: center;
  
}

.s-c1a72422-c17a-4ef8-b50e-78157053743c.shg-align-container {
  text-align: center
}

.s-c1a72422-c17a-4ef8-b50e-78157053743c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1a72422-c17a-4ef8-b50e-78157053743c.shogun-image {
  box-sizing: border-box;
}


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



  #s-c1a72422-c17a-4ef8-b50e-78157053743c img.shogun-image,
  #s-c1a72422-c17a-4ef8-b50e-78157053743c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c1a72422-c17a-4ef8-b50e-78157053743c {
    width: 100%;
    height: auto;
  }



  img.s-c1a72422-c17a-4ef8-b50e-78157053743c.shogun-image {
    
    
  }


.s-c1a72422-c17a-4ef8-b50e-78157053743c .shogun-image-content {
  
    align-items: center;
  
}

.s-c1a72422-c17a-4ef8-b50e-78157053743c.shg-align-container {
  text-align: center
}

.s-c1a72422-c17a-4ef8-b50e-78157053743c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1a72422-c17a-4ef8-b50e-78157053743c.shogun-image {
  box-sizing: border-box;
}


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



  #s-c1a72422-c17a-4ef8-b50e-78157053743c img.shogun-image,
  #s-c1a72422-c17a-4ef8-b50e-78157053743c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c1a72422-c17a-4ef8-b50e-78157053743c {
    width: 100%;
    height: auto;
  }



  img.s-c1a72422-c17a-4ef8-b50e-78157053743c.shogun-image {
    
    
  }


.s-c1a72422-c17a-4ef8-b50e-78157053743c .shogun-image-content {
  
    align-items: center;
  
}

.s-c1a72422-c17a-4ef8-b50e-78157053743c.shg-align-container {
  text-align: center
}

.s-c1a72422-c17a-4ef8-b50e-78157053743c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1a72422-c17a-4ef8-b50e-78157053743c.shogun-image {
  box-sizing: border-box;
}


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



  #s-c1a72422-c17a-4ef8-b50e-78157053743c img.shogun-image,
  #s-c1a72422-c17a-4ef8-b50e-78157053743c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c1a72422-c17a-4ef8-b50e-78157053743c {
    width: 100%;
    height: auto;
  }



  img.s-c1a72422-c17a-4ef8-b50e-78157053743c.shogun-image {
    
    
  }


.s-c1a72422-c17a-4ef8-b50e-78157053743c .shogun-image-content {
  
    align-items: center;
  
}

.s-c1a72422-c17a-4ef8-b50e-78157053743c.shg-align-container {
  text-align: center
}

.s-c1a72422-c17a-4ef8-b50e-78157053743c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1a72422-c17a-4ef8-b50e-78157053743c.shogun-image {
  box-sizing: border-box;
}


}
#s-e1a89833-a9e5-4842-a53a-d2a8235c42ae {
  max-width: 2843px;
aspect-ratio: 2843/2089;
text-align: center;
}





  #s-e1a89833-a9e5-4842-a53a-d2a8235c42ae img.shogun-image,
  #s-e1a89833-a9e5-4842-a53a-d2a8235c42ae .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e1a89833-a9e5-4842-a53a-d2a8235c42ae {
    width: 100%;
    height: auto;
  }



  img.s-e1a89833-a9e5-4842-a53a-d2a8235c42ae.shogun-image {
    
    
  }


.s-e1a89833-a9e5-4842-a53a-d2a8235c42ae .shogun-image-content {
  
    align-items: center;
  
}

.s-e1a89833-a9e5-4842-a53a-d2a8235c42ae.shg-align-container {
  text-align: center
}

.s-e1a89833-a9e5-4842-a53a-d2a8235c42ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1a89833-a9e5-4842-a53a-d2a8235c42ae.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-e1a89833-a9e5-4842-a53a-d2a8235c42ae img.shogun-image,
  #s-e1a89833-a9e5-4842-a53a-d2a8235c42ae .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e1a89833-a9e5-4842-a53a-d2a8235c42ae {
    width: 100%;
    height: auto;
  }



  img.s-e1a89833-a9e5-4842-a53a-d2a8235c42ae.shogun-image {
    
    
  }


.s-e1a89833-a9e5-4842-a53a-d2a8235c42ae .shogun-image-content {
  
    align-items: center;
  
}

.s-e1a89833-a9e5-4842-a53a-d2a8235c42ae.shg-align-container {
  text-align: center
}

.s-e1a89833-a9e5-4842-a53a-d2a8235c42ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1a89833-a9e5-4842-a53a-d2a8235c42ae.shogun-image {
  box-sizing: border-box;
}


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



  #s-e1a89833-a9e5-4842-a53a-d2a8235c42ae img.shogun-image,
  #s-e1a89833-a9e5-4842-a53a-d2a8235c42ae .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e1a89833-a9e5-4842-a53a-d2a8235c42ae {
    width: 100%;
    height: auto;
  }



  img.s-e1a89833-a9e5-4842-a53a-d2a8235c42ae.shogun-image {
    
    
  }


.s-e1a89833-a9e5-4842-a53a-d2a8235c42ae .shogun-image-content {
  
    align-items: center;
  
}

.s-e1a89833-a9e5-4842-a53a-d2a8235c42ae.shg-align-container {
  text-align: center
}

.s-e1a89833-a9e5-4842-a53a-d2a8235c42ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1a89833-a9e5-4842-a53a-d2a8235c42ae.shogun-image {
  box-sizing: border-box;
}


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



  #s-e1a89833-a9e5-4842-a53a-d2a8235c42ae img.shogun-image,
  #s-e1a89833-a9e5-4842-a53a-d2a8235c42ae .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e1a89833-a9e5-4842-a53a-d2a8235c42ae {
    width: 100%;
    height: auto;
  }



  img.s-e1a89833-a9e5-4842-a53a-d2a8235c42ae.shogun-image {
    
    
  }


.s-e1a89833-a9e5-4842-a53a-d2a8235c42ae .shogun-image-content {
  
    align-items: center;
  
}

.s-e1a89833-a9e5-4842-a53a-d2a8235c42ae.shg-align-container {
  text-align: center
}

.s-e1a89833-a9e5-4842-a53a-d2a8235c42ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1a89833-a9e5-4842-a53a-d2a8235c42ae.shogun-image {
  box-sizing: border-box;
}


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



  #s-e1a89833-a9e5-4842-a53a-d2a8235c42ae img.shogun-image,
  #s-e1a89833-a9e5-4842-a53a-d2a8235c42ae .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e1a89833-a9e5-4842-a53a-d2a8235c42ae {
    width: 100%;
    height: auto;
  }



  img.s-e1a89833-a9e5-4842-a53a-d2a8235c42ae.shogun-image {
    
    
  }


.s-e1a89833-a9e5-4842-a53a-d2a8235c42ae .shogun-image-content {
  
    align-items: center;
  
}

.s-e1a89833-a9e5-4842-a53a-d2a8235c42ae.shg-align-container {
  text-align: center
}

.s-e1a89833-a9e5-4842-a53a-d2a8235c42ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1a89833-a9e5-4842-a53a-d2a8235c42ae.shogun-image {
  box-sizing: border-box;
}


}
#s-4472a516-4fb5-484d-9b26-2fe41f2447aa {
  margin-left: 4%;
margin-right: 4%;
}

#s-514ccf5d-cbc3-4115-a15e-db28850668fe {
  margin-left: 4%;
margin-right: 4%;
}

#s-829d9401-68f9-4f44-b8dd-57c995cb0c3a {
  margin-top: 19px;
margin-left: 0%;
margin-bottom: 19px;
margin-right: 0%;
}
@media (min-width: 1200px){#s-829d9401-68f9-4f44-b8dd-57c995cb0c3a {
  display: none;
}
#s-829d9401-68f9-4f44-b8dd-57c995cb0c3a, #wrap-s-829d9401-68f9-4f44-b8dd-57c995cb0c3a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-829d9401-68f9-4f44-b8dd-57c995cb0c3a {
  display: none;
}
#s-829d9401-68f9-4f44-b8dd-57c995cb0c3a, #wrap-s-829d9401-68f9-4f44-b8dd-57c995cb0c3a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-829d9401-68f9-4f44-b8dd-57c995cb0c3a {
  
}
}@media (max-width: 767px){#s-829d9401-68f9-4f44-b8dd-57c995cb0c3a {
  
}
}
@media (min-width: 0px) {
[id="s-829d9401-68f9-4f44-b8dd-57c995cb0c3a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-829d9401-68f9-4f44-b8dd-57c995cb0c3a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-829d9401-68f9-4f44-b8dd-57c995cb0c3a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-829d9401-68f9-4f44-b8dd-57c995cb0c3a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-755901c7-3ff2-4c89-8fa7-91e6ae59da6d {
  margin-top: -80px;
margin-bottom: -51px;
max-width: 2961px;
aspect-ratio: 2961/2400;
text-align: center;
}





  #s-755901c7-3ff2-4c89-8fa7-91e6ae59da6d img.shogun-image,
  #s-755901c7-3ff2-4c89-8fa7-91e6ae59da6d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-755901c7-3ff2-4c89-8fa7-91e6ae59da6d {
    width: 100%;
    height: auto;
  }



  img.s-755901c7-3ff2-4c89-8fa7-91e6ae59da6d.shogun-image {
    
    
  }


.s-755901c7-3ff2-4c89-8fa7-91e6ae59da6d .shogun-image-content {
  
    align-items: center;
  
}

.s-755901c7-3ff2-4c89-8fa7-91e6ae59da6d.shg-align-container {
  text-align: center
}

.s-755901c7-3ff2-4c89-8fa7-91e6ae59da6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-755901c7-3ff2-4c89-8fa7-91e6ae59da6d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-755901c7-3ff2-4c89-8fa7-91e6ae59da6d img.shogun-image,
  #s-755901c7-3ff2-4c89-8fa7-91e6ae59da6d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-755901c7-3ff2-4c89-8fa7-91e6ae59da6d {
    width: 100%;
    height: auto;
  }



  img.s-755901c7-3ff2-4c89-8fa7-91e6ae59da6d.shogun-image {
    
    
  }


.s-755901c7-3ff2-4c89-8fa7-91e6ae59da6d .shogun-image-content {
  
    align-items: center;
  
}

.s-755901c7-3ff2-4c89-8fa7-91e6ae59da6d.shg-align-container {
  text-align: center
}

.s-755901c7-3ff2-4c89-8fa7-91e6ae59da6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-755901c7-3ff2-4c89-8fa7-91e6ae59da6d.shogun-image {
  box-sizing: border-box;
}


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



  #s-755901c7-3ff2-4c89-8fa7-91e6ae59da6d img.shogun-image,
  #s-755901c7-3ff2-4c89-8fa7-91e6ae59da6d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-755901c7-3ff2-4c89-8fa7-91e6ae59da6d {
    width: 100%;
    height: auto;
  }



  img.s-755901c7-3ff2-4c89-8fa7-91e6ae59da6d.shogun-image {
    
    
  }


.s-755901c7-3ff2-4c89-8fa7-91e6ae59da6d .shogun-image-content {
  
    align-items: center;
  
}

.s-755901c7-3ff2-4c89-8fa7-91e6ae59da6d.shg-align-container {
  text-align: center
}

.s-755901c7-3ff2-4c89-8fa7-91e6ae59da6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-755901c7-3ff2-4c89-8fa7-91e6ae59da6d.shogun-image {
  box-sizing: border-box;
}


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



  #s-755901c7-3ff2-4c89-8fa7-91e6ae59da6d img.shogun-image,
  #s-755901c7-3ff2-4c89-8fa7-91e6ae59da6d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-755901c7-3ff2-4c89-8fa7-91e6ae59da6d {
    width: 100%;
    height: auto;
  }



  img.s-755901c7-3ff2-4c89-8fa7-91e6ae59da6d.shogun-image {
    
    
  }


.s-755901c7-3ff2-4c89-8fa7-91e6ae59da6d .shogun-image-content {
  
    align-items: center;
  
}

.s-755901c7-3ff2-4c89-8fa7-91e6ae59da6d.shg-align-container {
  text-align: center
}

.s-755901c7-3ff2-4c89-8fa7-91e6ae59da6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-755901c7-3ff2-4c89-8fa7-91e6ae59da6d.shogun-image {
  box-sizing: border-box;
}


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



  #s-755901c7-3ff2-4c89-8fa7-91e6ae59da6d img.shogun-image,
  #s-755901c7-3ff2-4c89-8fa7-91e6ae59da6d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-755901c7-3ff2-4c89-8fa7-91e6ae59da6d {
    width: 100%;
    height: auto;
  }



  img.s-755901c7-3ff2-4c89-8fa7-91e6ae59da6d.shogun-image {
    
    
  }


.s-755901c7-3ff2-4c89-8fa7-91e6ae59da6d .shogun-image-content {
  
    align-items: center;
  
}

.s-755901c7-3ff2-4c89-8fa7-91e6ae59da6d.shg-align-container {
  text-align: center
}

.s-755901c7-3ff2-4c89-8fa7-91e6ae59da6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-755901c7-3ff2-4c89-8fa7-91e6ae59da6d.shogun-image {
  box-sizing: border-box;
}


}
#s-2ffffc94-cb50-4295-9125-53af1ca4229a {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 200px;
aspect-ratio: 4144/3309;
text-align: center;
}





  #s-2ffffc94-cb50-4295-9125-53af1ca4229a img.shogun-image,
  #s-2ffffc94-cb50-4295-9125-53af1ca4229a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2ffffc94-cb50-4295-9125-53af1ca4229a {
    width: 100%;
    height: auto;
  }



  img.s-2ffffc94-cb50-4295-9125-53af1ca4229a.shogun-image {
    
    
  }


.s-2ffffc94-cb50-4295-9125-53af1ca4229a .shogun-image-content {
  
    align-items: center;
  
}

.s-2ffffc94-cb50-4295-9125-53af1ca4229a.shg-align-container {
  text-align: center
}

.s-2ffffc94-cb50-4295-9125-53af1ca4229a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ffffc94-cb50-4295-9125-53af1ca4229a.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-2ffffc94-cb50-4295-9125-53af1ca4229a img.shogun-image,
  #s-2ffffc94-cb50-4295-9125-53af1ca4229a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2ffffc94-cb50-4295-9125-53af1ca4229a {
    width: 100%;
    height: auto;
  }



  img.s-2ffffc94-cb50-4295-9125-53af1ca4229a.shogun-image {
    
    
  }


.s-2ffffc94-cb50-4295-9125-53af1ca4229a .shogun-image-content {
  
    align-items: center;
  
}

.s-2ffffc94-cb50-4295-9125-53af1ca4229a.shg-align-container {
  text-align: center
}

.s-2ffffc94-cb50-4295-9125-53af1ca4229a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ffffc94-cb50-4295-9125-53af1ca4229a.shogun-image {
  box-sizing: border-box;
}


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



  #s-2ffffc94-cb50-4295-9125-53af1ca4229a img.shogun-image,
  #s-2ffffc94-cb50-4295-9125-53af1ca4229a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2ffffc94-cb50-4295-9125-53af1ca4229a {
    width: 100%;
    height: auto;
  }



  img.s-2ffffc94-cb50-4295-9125-53af1ca4229a.shogun-image {
    
    
  }


.s-2ffffc94-cb50-4295-9125-53af1ca4229a .shogun-image-content {
  
    align-items: center;
  
}

.s-2ffffc94-cb50-4295-9125-53af1ca4229a.shg-align-container {
  text-align: center
}

.s-2ffffc94-cb50-4295-9125-53af1ca4229a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ffffc94-cb50-4295-9125-53af1ca4229a.shogun-image {
  box-sizing: border-box;
}


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



  #s-2ffffc94-cb50-4295-9125-53af1ca4229a img.shogun-image,
  #s-2ffffc94-cb50-4295-9125-53af1ca4229a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2ffffc94-cb50-4295-9125-53af1ca4229a {
    width: 100%;
    height: auto;
  }



  img.s-2ffffc94-cb50-4295-9125-53af1ca4229a.shogun-image {
    
    
  }


.s-2ffffc94-cb50-4295-9125-53af1ca4229a .shogun-image-content {
  
    align-items: center;
  
}

.s-2ffffc94-cb50-4295-9125-53af1ca4229a.shg-align-container {
  text-align: center
}

.s-2ffffc94-cb50-4295-9125-53af1ca4229a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ffffc94-cb50-4295-9125-53af1ca4229a.shogun-image {
  box-sizing: border-box;
}


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



  #s-2ffffc94-cb50-4295-9125-53af1ca4229a img.shogun-image,
  #s-2ffffc94-cb50-4295-9125-53af1ca4229a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2ffffc94-cb50-4295-9125-53af1ca4229a {
    width: 100%;
    height: auto;
  }



  img.s-2ffffc94-cb50-4295-9125-53af1ca4229a.shogun-image {
    
    
  }


.s-2ffffc94-cb50-4295-9125-53af1ca4229a .shogun-image-content {
  
    align-items: center;
  
}

.s-2ffffc94-cb50-4295-9125-53af1ca4229a.shg-align-container {
  text-align: center
}

.s-2ffffc94-cb50-4295-9125-53af1ca4229a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ffffc94-cb50-4295-9125-53af1ca4229a.shogun-image {
  box-sizing: border-box;
}


}
#s-db756f66-f1c8-48fa-942f-fb1dc225aeea {
  margin-left: 4%;
margin-right: 4%;
}

#s-141eccc2-59c1-4554-b20e-090421fdfd50 {
  margin-left: 4%;
margin-right: 4%;
}

#s-7101ac67-d9a1-4bc8-ba89-9598954cd9fc {
  margin-top: 63px;
margin-left: 0%;
margin-bottom: 2px;
margin-right: 0%;
padding-top: 2px;
padding-left: 0%;
padding-bottom: 2px;
padding-right: 0%;
min-height: 0px;
}
@media (min-width: 1200px){#s-7101ac67-d9a1-4bc8-ba89-9598954cd9fc {
  display: none;
}
#s-7101ac67-d9a1-4bc8-ba89-9598954cd9fc, #wrap-s-7101ac67-d9a1-4bc8-ba89-9598954cd9fc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7101ac67-d9a1-4bc8-ba89-9598954cd9fc {
  display: none;
}
#s-7101ac67-d9a1-4bc8-ba89-9598954cd9fc, #wrap-s-7101ac67-d9a1-4bc8-ba89-9598954cd9fc { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7101ac67-d9a1-4bc8-ba89-9598954cd9fc {
  
}
}@media (max-width: 767px){#s-7101ac67-d9a1-4bc8-ba89-9598954cd9fc {
  
}
}
@media (min-width: 0px) {
[id="s-7101ac67-d9a1-4bc8-ba89-9598954cd9fc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7101ac67-d9a1-4bc8-ba89-9598954cd9fc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7101ac67-d9a1-4bc8-ba89-9598954cd9fc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7101ac67-d9a1-4bc8-ba89-9598954cd9fc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-16eb8c43-ecbd-4af8-9ebd-cf47643e75b7 {
  margin-top: 3px;
margin-left: 0%;
margin-bottom: 3px;
margin-right: 0%;
min-height: 1px;
max-width: 200px;
aspect-ratio: 2633/2579;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-16eb8c43-ecbd-4af8-9ebd-cf47643e75b7 {
  display: none;
}
#s-16eb8c43-ecbd-4af8-9ebd-cf47643e75b7, #wrap-s-16eb8c43-ecbd-4af8-9ebd-cf47643e75b7 { display:none !important; }}@media (max-width: 767px){#s-16eb8c43-ecbd-4af8-9ebd-cf47643e75b7 {
  display: none;
}
#s-16eb8c43-ecbd-4af8-9ebd-cf47643e75b7, #wrap-s-16eb8c43-ecbd-4af8-9ebd-cf47643e75b7 { display:none !important; }}




  #s-16eb8c43-ecbd-4af8-9ebd-cf47643e75b7 img.shogun-image,
  #s-16eb8c43-ecbd-4af8-9ebd-cf47643e75b7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-16eb8c43-ecbd-4af8-9ebd-cf47643e75b7 {
    width: 100%;
    height: auto;
  }



  img.s-16eb8c43-ecbd-4af8-9ebd-cf47643e75b7.shogun-image {
    
    
  }


.s-16eb8c43-ecbd-4af8-9ebd-cf47643e75b7 .shogun-image-content {
  
    align-items: center;
  
}

.s-16eb8c43-ecbd-4af8-9ebd-cf47643e75b7.shg-align-container {
  text-align: center
}

.s-16eb8c43-ecbd-4af8-9ebd-cf47643e75b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16eb8c43-ecbd-4af8-9ebd-cf47643e75b7.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-16eb8c43-ecbd-4af8-9ebd-cf47643e75b7 img.shogun-image,
  #s-16eb8c43-ecbd-4af8-9ebd-cf47643e75b7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-16eb8c43-ecbd-4af8-9ebd-cf47643e75b7 {
    width: 100%;
    height: auto;
  }



  img.s-16eb8c43-ecbd-4af8-9ebd-cf47643e75b7.shogun-image {
    
    
  }


.s-16eb8c43-ecbd-4af8-9ebd-cf47643e75b7 .shogun-image-content {
  
    align-items: center;
  
}

.s-16eb8c43-ecbd-4af8-9ebd-cf47643e75b7.shg-align-container {
  text-align: center
}

.s-16eb8c43-ecbd-4af8-9ebd-cf47643e75b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16eb8c43-ecbd-4af8-9ebd-cf47643e75b7.shogun-image {
  box-sizing: border-box;
}


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



  #s-16eb8c43-ecbd-4af8-9ebd-cf47643e75b7 img.shogun-image,
  #s-16eb8c43-ecbd-4af8-9ebd-cf47643e75b7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-16eb8c43-ecbd-4af8-9ebd-cf47643e75b7 {
    width: 100%;
    height: auto;
  }



  img.s-16eb8c43-ecbd-4af8-9ebd-cf47643e75b7.shogun-image {
    
    
  }


.s-16eb8c43-ecbd-4af8-9ebd-cf47643e75b7 .shogun-image-content {
  
    align-items: center;
  
}

.s-16eb8c43-ecbd-4af8-9ebd-cf47643e75b7.shg-align-container {
  text-align: center
}

.s-16eb8c43-ecbd-4af8-9ebd-cf47643e75b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16eb8c43-ecbd-4af8-9ebd-cf47643e75b7.shogun-image {
  box-sizing: border-box;
}


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



  #s-16eb8c43-ecbd-4af8-9ebd-cf47643e75b7 img.shogun-image,
  #s-16eb8c43-ecbd-4af8-9ebd-cf47643e75b7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-16eb8c43-ecbd-4af8-9ebd-cf47643e75b7 {
    width: 100%;
    height: auto;
  }



  img.s-16eb8c43-ecbd-4af8-9ebd-cf47643e75b7.shogun-image {
    
    
  }


.s-16eb8c43-ecbd-4af8-9ebd-cf47643e75b7 .shogun-image-content {
  
    align-items: center;
  
}

.s-16eb8c43-ecbd-4af8-9ebd-cf47643e75b7.shg-align-container {
  text-align: center
}

.s-16eb8c43-ecbd-4af8-9ebd-cf47643e75b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16eb8c43-ecbd-4af8-9ebd-cf47643e75b7.shogun-image {
  box-sizing: border-box;
}


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



  #s-16eb8c43-ecbd-4af8-9ebd-cf47643e75b7 img.shogun-image,
  #s-16eb8c43-ecbd-4af8-9ebd-cf47643e75b7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-16eb8c43-ecbd-4af8-9ebd-cf47643e75b7 {
    width: 100%;
    height: auto;
  }



  img.s-16eb8c43-ecbd-4af8-9ebd-cf47643e75b7.shogun-image {
    
    
  }


.s-16eb8c43-ecbd-4af8-9ebd-cf47643e75b7 .shogun-image-content {
  
    align-items: center;
  
}

.s-16eb8c43-ecbd-4af8-9ebd-cf47643e75b7.shg-align-container {
  text-align: center
}

.s-16eb8c43-ecbd-4af8-9ebd-cf47643e75b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16eb8c43-ecbd-4af8-9ebd-cf47643e75b7.shogun-image {
  box-sizing: border-box;
}


}
#s-2fbf513b-2b34-47b5-b122-297c6c7efa0a {
  margin-top: -25px;
max-width: 3338px;
aspect-ratio: 3338/2089;
text-align: center;
}





  #s-2fbf513b-2b34-47b5-b122-297c6c7efa0a img.shogun-image,
  #s-2fbf513b-2b34-47b5-b122-297c6c7efa0a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2fbf513b-2b34-47b5-b122-297c6c7efa0a {
    width: 100%;
    height: auto;
  }



  img.s-2fbf513b-2b34-47b5-b122-297c6c7efa0a.shogun-image {
    
    
  }


.s-2fbf513b-2b34-47b5-b122-297c6c7efa0a .shogun-image-content {
  
    align-items: center;
  
}

.s-2fbf513b-2b34-47b5-b122-297c6c7efa0a.shg-align-container {
  text-align: center
}

.s-2fbf513b-2b34-47b5-b122-297c6c7efa0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2fbf513b-2b34-47b5-b122-297c6c7efa0a.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-2fbf513b-2b34-47b5-b122-297c6c7efa0a img.shogun-image,
  #s-2fbf513b-2b34-47b5-b122-297c6c7efa0a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2fbf513b-2b34-47b5-b122-297c6c7efa0a {
    width: 100%;
    height: auto;
  }



  img.s-2fbf513b-2b34-47b5-b122-297c6c7efa0a.shogun-image {
    
    
  }


.s-2fbf513b-2b34-47b5-b122-297c6c7efa0a .shogun-image-content {
  
    align-items: center;
  
}

.s-2fbf513b-2b34-47b5-b122-297c6c7efa0a.shg-align-container {
  text-align: center
}

.s-2fbf513b-2b34-47b5-b122-297c6c7efa0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2fbf513b-2b34-47b5-b122-297c6c7efa0a.shogun-image {
  box-sizing: border-box;
}


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



  #s-2fbf513b-2b34-47b5-b122-297c6c7efa0a img.shogun-image,
  #s-2fbf513b-2b34-47b5-b122-297c6c7efa0a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2fbf513b-2b34-47b5-b122-297c6c7efa0a {
    width: 100%;
    height: auto;
  }



  img.s-2fbf513b-2b34-47b5-b122-297c6c7efa0a.shogun-image {
    
    
  }


.s-2fbf513b-2b34-47b5-b122-297c6c7efa0a .shogun-image-content {
  
    align-items: center;
  
}

.s-2fbf513b-2b34-47b5-b122-297c6c7efa0a.shg-align-container {
  text-align: center
}

.s-2fbf513b-2b34-47b5-b122-297c6c7efa0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2fbf513b-2b34-47b5-b122-297c6c7efa0a.shogun-image {
  box-sizing: border-box;
}


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



  #s-2fbf513b-2b34-47b5-b122-297c6c7efa0a img.shogun-image,
  #s-2fbf513b-2b34-47b5-b122-297c6c7efa0a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2fbf513b-2b34-47b5-b122-297c6c7efa0a {
    width: 100%;
    height: auto;
  }



  img.s-2fbf513b-2b34-47b5-b122-297c6c7efa0a.shogun-image {
    
    
  }


.s-2fbf513b-2b34-47b5-b122-297c6c7efa0a .shogun-image-content {
  
    align-items: center;
  
}

.s-2fbf513b-2b34-47b5-b122-297c6c7efa0a.shg-align-container {
  text-align: center
}

.s-2fbf513b-2b34-47b5-b122-297c6c7efa0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2fbf513b-2b34-47b5-b122-297c6c7efa0a.shogun-image {
  box-sizing: border-box;
}


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



  #s-2fbf513b-2b34-47b5-b122-297c6c7efa0a img.shogun-image,
  #s-2fbf513b-2b34-47b5-b122-297c6c7efa0a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2fbf513b-2b34-47b5-b122-297c6c7efa0a {
    width: 100%;
    height: auto;
  }



  img.s-2fbf513b-2b34-47b5-b122-297c6c7efa0a.shogun-image {
    
    
  }


.s-2fbf513b-2b34-47b5-b122-297c6c7efa0a .shogun-image-content {
  
    align-items: center;
  
}

.s-2fbf513b-2b34-47b5-b122-297c6c7efa0a.shg-align-container {
  text-align: center
}

.s-2fbf513b-2b34-47b5-b122-297c6c7efa0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2fbf513b-2b34-47b5-b122-297c6c7efa0a.shogun-image {
  box-sizing: border-box;
}


}
#s-7429eeb2-48a5-4541-962f-2e770e829b47 {
  margin-left: 4%;
margin-right: 4%;
}

#s-5f5dd3d8-f241-459d-8dfe-9d346d87395e {
  margin-left: 4%;
margin-right: 4%;
}

#s-67948585-7728-429c-96cb-37059d644bc3 {
  margin-top: -17px;
margin-left: 0%;
margin-bottom: 93px;
margin-right: 0%;
}
@media (min-width: 1200px){#s-67948585-7728-429c-96cb-37059d644bc3 {
  display: none;
}
#s-67948585-7728-429c-96cb-37059d644bc3, #wrap-s-67948585-7728-429c-96cb-37059d644bc3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-67948585-7728-429c-96cb-37059d644bc3 {
  display: none;
}
#s-67948585-7728-429c-96cb-37059d644bc3, #wrap-s-67948585-7728-429c-96cb-37059d644bc3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-67948585-7728-429c-96cb-37059d644bc3 {
  
}
}@media (max-width: 767px){#s-67948585-7728-429c-96cb-37059d644bc3 {
  
}
}
@media (min-width: 0px) {
[id="s-67948585-7728-429c-96cb-37059d644bc3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-67948585-7728-429c-96cb-37059d644bc3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-67948585-7728-429c-96cb-37059d644bc3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-67948585-7728-429c-96cb-37059d644bc3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d12abc49-8541-409e-9e95-d8cb97252cc8 {
  max-width: 1332px;
aspect-ratio: 1332/886;
text-align: center;
}





  #s-d12abc49-8541-409e-9e95-d8cb97252cc8 img.shogun-image,
  #s-d12abc49-8541-409e-9e95-d8cb97252cc8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d12abc49-8541-409e-9e95-d8cb97252cc8 {
    width: 100%;
    height: auto;
  }



  img.s-d12abc49-8541-409e-9e95-d8cb97252cc8.shogun-image {
    
    
  }


.s-d12abc49-8541-409e-9e95-d8cb97252cc8 .shogun-image-content {
  
    align-items: center;
  
}

.s-d12abc49-8541-409e-9e95-d8cb97252cc8.shg-align-container {
  text-align: center
}

.s-d12abc49-8541-409e-9e95-d8cb97252cc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d12abc49-8541-409e-9e95-d8cb97252cc8.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-d12abc49-8541-409e-9e95-d8cb97252cc8 img.shogun-image,
  #s-d12abc49-8541-409e-9e95-d8cb97252cc8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d12abc49-8541-409e-9e95-d8cb97252cc8 {
    width: 100%;
    height: auto;
  }



  img.s-d12abc49-8541-409e-9e95-d8cb97252cc8.shogun-image {
    
    
  }


.s-d12abc49-8541-409e-9e95-d8cb97252cc8 .shogun-image-content {
  
    align-items: center;
  
}

.s-d12abc49-8541-409e-9e95-d8cb97252cc8.shg-align-container {
  text-align: center
}

.s-d12abc49-8541-409e-9e95-d8cb97252cc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d12abc49-8541-409e-9e95-d8cb97252cc8.shogun-image {
  box-sizing: border-box;
}


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



  #s-d12abc49-8541-409e-9e95-d8cb97252cc8 img.shogun-image,
  #s-d12abc49-8541-409e-9e95-d8cb97252cc8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d12abc49-8541-409e-9e95-d8cb97252cc8 {
    width: 100%;
    height: auto;
  }



  img.s-d12abc49-8541-409e-9e95-d8cb97252cc8.shogun-image {
    
    
  }


.s-d12abc49-8541-409e-9e95-d8cb97252cc8 .shogun-image-content {
  
    align-items: center;
  
}

.s-d12abc49-8541-409e-9e95-d8cb97252cc8.shg-align-container {
  text-align: center
}

.s-d12abc49-8541-409e-9e95-d8cb97252cc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d12abc49-8541-409e-9e95-d8cb97252cc8.shogun-image {
  box-sizing: border-box;
}


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



  #s-d12abc49-8541-409e-9e95-d8cb97252cc8 img.shogun-image,
  #s-d12abc49-8541-409e-9e95-d8cb97252cc8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d12abc49-8541-409e-9e95-d8cb97252cc8 {
    width: 100%;
    height: auto;
  }



  img.s-d12abc49-8541-409e-9e95-d8cb97252cc8.shogun-image {
    
    
  }


.s-d12abc49-8541-409e-9e95-d8cb97252cc8 .shogun-image-content {
  
    align-items: center;
  
}

.s-d12abc49-8541-409e-9e95-d8cb97252cc8.shg-align-container {
  text-align: center
}

.s-d12abc49-8541-409e-9e95-d8cb97252cc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d12abc49-8541-409e-9e95-d8cb97252cc8.shogun-image {
  box-sizing: border-box;
}


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



  #s-d12abc49-8541-409e-9e95-d8cb97252cc8 img.shogun-image,
  #s-d12abc49-8541-409e-9e95-d8cb97252cc8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d12abc49-8541-409e-9e95-d8cb97252cc8 {
    width: 100%;
    height: auto;
  }



  img.s-d12abc49-8541-409e-9e95-d8cb97252cc8.shogun-image {
    
    
  }


.s-d12abc49-8541-409e-9e95-d8cb97252cc8 .shogun-image-content {
  
    align-items: center;
  
}

.s-d12abc49-8541-409e-9e95-d8cb97252cc8.shg-align-container {
  text-align: center
}

.s-d12abc49-8541-409e-9e95-d8cb97252cc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d12abc49-8541-409e-9e95-d8cb97252cc8.shogun-image {
  box-sizing: border-box;
}


}
#s-9ac574dd-3cfb-4f2b-a688-06403839240e {
  margin-left: 4%;
margin-right: 4%;
}

#s-690934e8-09e5-48fd-9042-7b89c27e8ff9 {
  margin-left: 6%;
margin-right: 6%;
}

#s-3b4ea79c-bac6-4004-a2e1-2eaad169f59e {
  margin-top: 34px;
margin-bottom: 34px;
min-height: 0px;
background-color: rgba(0, 45, 89, 1);
}
@media (min-width: 1200px){#s-3b4ea79c-bac6-4004-a2e1-2eaad169f59e {
  display: none;
}
#s-3b4ea79c-bac6-4004-a2e1-2eaad169f59e, #wrap-s-3b4ea79c-bac6-4004-a2e1-2eaad169f59e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3b4ea79c-bac6-4004-a2e1-2eaad169f59e {
  display: none;
}
#s-3b4ea79c-bac6-4004-a2e1-2eaad169f59e, #wrap-s-3b4ea79c-bac6-4004-a2e1-2eaad169f59e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3b4ea79c-bac6-4004-a2e1-2eaad169f59e {
  
}
}@media (max-width: 767px){#s-3b4ea79c-bac6-4004-a2e1-2eaad169f59e {
  
}
}







#s-3b4ea79c-bac6-4004-a2e1-2eaad169f59e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b4ea79c-bac6-4004-a2e1-2eaad169f59e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-61c5e462-0b14-4bbc-ba8a-51c3706b5587 {
  margin-top: 31px;
margin-left: 7%;
margin-bottom: 31px;
margin-right: 7%;
}

@media (min-width: 0px) {
[id="s-61c5e462-0b14-4bbc-ba8a-51c3706b5587"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-61c5e462-0b14-4bbc-ba8a-51c3706b5587"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-61c5e462-0b14-4bbc-ba8a-51c3706b5587"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-61c5e462-0b14-4bbc-ba8a-51c3706b5587"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-db7f3f3d-fe68-4494-a727-7f0197458e5e {
  margin-top: -56px;
margin-left: -44%;
margin-bottom: -56px;
margin-right: -44%;
max-width: 819px;
aspect-ratio: 824/754;
text-align: center;
}
@media (min-width: 1200px){#s-db7f3f3d-fe68-4494-a727-7f0197458e5e {
  display: none;
}
#s-db7f3f3d-fe68-4494-a727-7f0197458e5e, #wrap-s-db7f3f3d-fe68-4494-a727-7f0197458e5e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-db7f3f3d-fe68-4494-a727-7f0197458e5e {
  display: none;
}
#s-db7f3f3d-fe68-4494-a727-7f0197458e5e, #wrap-s-db7f3f3d-fe68-4494-a727-7f0197458e5e { display:none !important; }}




  #s-db7f3f3d-fe68-4494-a727-7f0197458e5e img.shogun-image,
  #s-db7f3f3d-fe68-4494-a727-7f0197458e5e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-db7f3f3d-fe68-4494-a727-7f0197458e5e {
    width: 100%;
    height: auto;
  }



  img.s-db7f3f3d-fe68-4494-a727-7f0197458e5e.shogun-image {
    
    
  }


.s-db7f3f3d-fe68-4494-a727-7f0197458e5e .shogun-image-content {
  
    align-items: center;
  
}

.s-db7f3f3d-fe68-4494-a727-7f0197458e5e.shg-align-container {
  text-align: center
}

.s-db7f3f3d-fe68-4494-a727-7f0197458e5e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db7f3f3d-fe68-4494-a727-7f0197458e5e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-db7f3f3d-fe68-4494-a727-7f0197458e5e img.shogun-image,
  #s-db7f3f3d-fe68-4494-a727-7f0197458e5e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-db7f3f3d-fe68-4494-a727-7f0197458e5e {
    width: 100%;
    height: auto;
  }



  img.s-db7f3f3d-fe68-4494-a727-7f0197458e5e.shogun-image {
    
    
  }


.s-db7f3f3d-fe68-4494-a727-7f0197458e5e .shogun-image-content {
  
    align-items: center;
  
}

.s-db7f3f3d-fe68-4494-a727-7f0197458e5e.shg-align-container {
  text-align: center
}

.s-db7f3f3d-fe68-4494-a727-7f0197458e5e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db7f3f3d-fe68-4494-a727-7f0197458e5e.shogun-image {
  box-sizing: border-box;
}


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



  #s-db7f3f3d-fe68-4494-a727-7f0197458e5e img.shogun-image,
  #s-db7f3f3d-fe68-4494-a727-7f0197458e5e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-db7f3f3d-fe68-4494-a727-7f0197458e5e {
    width: 100%;
    height: auto;
  }



  img.s-db7f3f3d-fe68-4494-a727-7f0197458e5e.shogun-image {
    
    
  }


.s-db7f3f3d-fe68-4494-a727-7f0197458e5e .shogun-image-content {
  
    align-items: center;
  
}

.s-db7f3f3d-fe68-4494-a727-7f0197458e5e.shg-align-container {
  text-align: center
}

.s-db7f3f3d-fe68-4494-a727-7f0197458e5e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db7f3f3d-fe68-4494-a727-7f0197458e5e.shogun-image {
  box-sizing: border-box;
}


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



  #s-db7f3f3d-fe68-4494-a727-7f0197458e5e img.shogun-image,
  #s-db7f3f3d-fe68-4494-a727-7f0197458e5e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-db7f3f3d-fe68-4494-a727-7f0197458e5e {
    width: 100%;
    height: auto;
  }



  img.s-db7f3f3d-fe68-4494-a727-7f0197458e5e.shogun-image {
    
    
  }


.s-db7f3f3d-fe68-4494-a727-7f0197458e5e .shogun-image-content {
  
    align-items: center;
  
}

.s-db7f3f3d-fe68-4494-a727-7f0197458e5e.shg-align-container {
  text-align: center
}

.s-db7f3f3d-fe68-4494-a727-7f0197458e5e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db7f3f3d-fe68-4494-a727-7f0197458e5e.shogun-image {
  box-sizing: border-box;
}


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



  #s-db7f3f3d-fe68-4494-a727-7f0197458e5e img.shogun-image,
  #s-db7f3f3d-fe68-4494-a727-7f0197458e5e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-db7f3f3d-fe68-4494-a727-7f0197458e5e {
    width: 100%;
    height: auto;
  }



  img.s-db7f3f3d-fe68-4494-a727-7f0197458e5e.shogun-image {
    
    
  }


.s-db7f3f3d-fe68-4494-a727-7f0197458e5e .shogun-image-content {
  
    align-items: center;
  
}

.s-db7f3f3d-fe68-4494-a727-7f0197458e5e.shg-align-container {
  text-align: center
}

.s-db7f3f3d-fe68-4494-a727-7f0197458e5e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db7f3f3d-fe68-4494-a727-7f0197458e5e.shogun-image {
  box-sizing: border-box;
}


}
#s-8b30a561-26ad-4013-b9e5-62eb9511ce15 {
  margin-top: 51px;
margin-left: 0%;
margin-bottom: 32px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}

#s-2db559b0-2bb4-4051-a57a-3c24907ceb50 {
  margin-top: 16px;
margin-left: 0%;
margin-bottom: 16px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}

#s-1b95d5c8-7f6b-4a98-a7af-ab95aaed02a5 {
  margin-top: 46px;
margin-left: 0%;
margin-bottom: 46px;
margin-right: 8%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(116, 189, 213, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(254, 246, 228, 1);
}
#s-1b95d5c8-7f6b-4a98-a7af-ab95aaed02a5:hover {background-color: rgba(254, 246, 228, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(116, 189, 213, 1) !important;}#s-1b95d5c8-7f6b-4a98-a7af-ab95aaed02a5:active {background-color: rgba(47, 102, 140, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-1b95d5c8-7f6b-4a98-a7af-ab95aaed02a5-root {
    text-align: right;
  }


#s-1b95d5c8-7f6b-4a98-a7af-ab95aaed02a5.shg-btn {
  color: rgba(254, 246, 228, 1);
  font-size: 22px;
  font-weight: 500;
  
  font-family: Exo;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1b95d5c8-7f6b-4a98-a7af-ab95aaed02a5-root {
    text-align: right;
  }


#s-1b95d5c8-7f6b-4a98-a7af-ab95aaed02a5.shg-btn {
  color: rgba(254, 246, 228, 1);
  font-size: 22px;
  font-weight: 500;
  
  font-family: Exo;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1b95d5c8-7f6b-4a98-a7af-ab95aaed02a5-root {
    text-align: right;
  }


#s-1b95d5c8-7f6b-4a98-a7af-ab95aaed02a5.shg-btn {
  color: rgba(254, 246, 228, 1);
  font-size: 22px;
  font-weight: 500;
  
  font-family: Exo;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1b95d5c8-7f6b-4a98-a7af-ab95aaed02a5-root {
    text-align: right;
  }


#s-1b95d5c8-7f6b-4a98-a7af-ab95aaed02a5.shg-btn {
  color: rgba(254, 246, 228, 1);
  font-size: 22px;
  font-weight: 500;
  
  font-family: Exo;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1b95d5c8-7f6b-4a98-a7af-ab95aaed02a5-root {
    text-align: right;
  }


#s-1b95d5c8-7f6b-4a98-a7af-ab95aaed02a5.shg-btn {
  color: rgba(254, 246, 228, 1);
  font-size: 22px;
  font-weight: 500;
  
  font-family: Exo;
  display:  inline-block ;
}
}
#s-9b4455e5-921b-4b9d-9a2f-f485e3482451 {
  margin-top: 4px;
margin-left: 0%;
margin-bottom: 4px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 518px;
aspect-ratio: 824/754;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-9b4455e5-921b-4b9d-9a2f-f485e3482451 {
  display: none;
}
#s-9b4455e5-921b-4b9d-9a2f-f485e3482451, #wrap-s-9b4455e5-921b-4b9d-9a2f-f485e3482451 { display:none !important; }}@media (max-width: 767px){#s-9b4455e5-921b-4b9d-9a2f-f485e3482451 {
  display: none;
}
#s-9b4455e5-921b-4b9d-9a2f-f485e3482451, #wrap-s-9b4455e5-921b-4b9d-9a2f-f485e3482451 { display:none !important; }}




  #s-9b4455e5-921b-4b9d-9a2f-f485e3482451 img.shogun-image,
  #s-9b4455e5-921b-4b9d-9a2f-f485e3482451 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9b4455e5-921b-4b9d-9a2f-f485e3482451 {
    width: 100%;
    height: auto;
  }



  img.s-9b4455e5-921b-4b9d-9a2f-f485e3482451.shogun-image {
    
    
  }


.s-9b4455e5-921b-4b9d-9a2f-f485e3482451 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b4455e5-921b-4b9d-9a2f-f485e3482451.shg-align-container {
  text-align: center
}

.s-9b4455e5-921b-4b9d-9a2f-f485e3482451.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b4455e5-921b-4b9d-9a2f-f485e3482451.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-9b4455e5-921b-4b9d-9a2f-f485e3482451 img.shogun-image,
  #s-9b4455e5-921b-4b9d-9a2f-f485e3482451 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9b4455e5-921b-4b9d-9a2f-f485e3482451 {
    width: 100%;
    height: auto;
  }



  img.s-9b4455e5-921b-4b9d-9a2f-f485e3482451.shogun-image {
    
    
  }


.s-9b4455e5-921b-4b9d-9a2f-f485e3482451 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b4455e5-921b-4b9d-9a2f-f485e3482451.shg-align-container {
  text-align: center
}

.s-9b4455e5-921b-4b9d-9a2f-f485e3482451.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b4455e5-921b-4b9d-9a2f-f485e3482451.shogun-image {
  box-sizing: border-box;
}


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



  #s-9b4455e5-921b-4b9d-9a2f-f485e3482451 img.shogun-image,
  #s-9b4455e5-921b-4b9d-9a2f-f485e3482451 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9b4455e5-921b-4b9d-9a2f-f485e3482451 {
    width: 100%;
    height: auto;
  }



  img.s-9b4455e5-921b-4b9d-9a2f-f485e3482451.shogun-image {
    
    
  }


.s-9b4455e5-921b-4b9d-9a2f-f485e3482451 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b4455e5-921b-4b9d-9a2f-f485e3482451.shg-align-container {
  text-align: center
}

.s-9b4455e5-921b-4b9d-9a2f-f485e3482451.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b4455e5-921b-4b9d-9a2f-f485e3482451.shogun-image {
  box-sizing: border-box;
}


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



  #s-9b4455e5-921b-4b9d-9a2f-f485e3482451 img.shogun-image,
  #s-9b4455e5-921b-4b9d-9a2f-f485e3482451 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9b4455e5-921b-4b9d-9a2f-f485e3482451 {
    width: 100%;
    height: auto;
  }



  img.s-9b4455e5-921b-4b9d-9a2f-f485e3482451.shogun-image {
    
    
  }


.s-9b4455e5-921b-4b9d-9a2f-f485e3482451 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b4455e5-921b-4b9d-9a2f-f485e3482451.shg-align-container {
  text-align: center
}

.s-9b4455e5-921b-4b9d-9a2f-f485e3482451.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b4455e5-921b-4b9d-9a2f-f485e3482451.shogun-image {
  box-sizing: border-box;
}


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



  #s-9b4455e5-921b-4b9d-9a2f-f485e3482451 img.shogun-image,
  #s-9b4455e5-921b-4b9d-9a2f-f485e3482451 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9b4455e5-921b-4b9d-9a2f-f485e3482451 {
    width: 100%;
    height: auto;
  }



  img.s-9b4455e5-921b-4b9d-9a2f-f485e3482451.shogun-image {
    
    
  }


.s-9b4455e5-921b-4b9d-9a2f-f485e3482451 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b4455e5-921b-4b9d-9a2f-f485e3482451.shg-align-container {
  text-align: center
}

.s-9b4455e5-921b-4b9d-9a2f-f485e3482451.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b4455e5-921b-4b9d-9a2f-f485e3482451.shogun-image {
  box-sizing: border-box;
}


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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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