.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-58bcf5d9-cb47-4a00-af32-4490f22a1dcc {
  padding-top: 60px;
padding-bottom: 0px;
min-height: 50px;
}








#s-58bcf5d9-cb47-4a00-af32-4490f22a1dcc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58bcf5d9-cb47-4a00-af32-4490f22a1dcc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-b4c3db39-b32d-4c24-aedd-99b1447cac38 {
  margin-left: 0px;
background-color: rgba(247, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-b4c3db39-b32d-4c24-aedd-99b1447cac38"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b4c3db39-b32d-4c24-aedd-99b1447cac38"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b4c3db39-b32d-4c24-aedd-99b1447cac38"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b4c3db39-b32d-4c24-aedd-99b1447cac38"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-b4c3db39-b32d-4c24-aedd-99b1447cac38"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-48a6382a-8cf1-4158-8b9d-48d391e68a08 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 0);
margin-top: 40px;
margin-left: 40px;
margin-bottom: 40px;
margin-right: 40px;
padding-top: 40px;
padding-left: 10%;
padding-bottom: 40px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-48a6382a-8cf1-4158-8b9d-48d391e68a08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48a6382a-8cf1-4158-8b9d-48d391e68a08.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}

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

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

#s-f664db9d-dc3e-4229-98e0-475773bf0a3c {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
max-width: 80px;
text-align: center;
}







  #s-f664db9d-dc3e-4229-98e0-475773bf0a3c img.shogun-image {
    

    
    
    
  }


#s-f664db9d-dc3e-4229-98e0-475773bf0a3c .shogun-image-content {
  
    align-items: center;
  
}

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

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

#s-a5106dcc-057c-4e9a-80e8-dfca04395dc1 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
text-align: left;
}

#s-a5106dcc-057c-4e9a-80e8-dfca04395dc1 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 2em;
  letter-spacing: 2px;
  text-align: left;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-b8098ac2-a62d-4620-bbf1-da8efeb07e9d {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-84c42c4a-c517-4736-9e54-9a9a0d975853 {
  padding-top: 10px;
padding-bottom: 5px;
}

#s-b364df99-c21b-4694-9a3a-8be78417b38d {
  max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-b364df99-c21b-4694-9a3a-8be78417b38d img.shogun-image,
  #s-b364df99-c21b-4694-9a3a-8be78417b38d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b364df99-c21b-4694-9a3a-8be78417b38d {
    width: 100%;
    height: auto;
  }



  #s-b364df99-c21b-4694-9a3a-8be78417b38d img.shogun-image {
    

    
    
    
  }


#s-b364df99-c21b-4694-9a3a-8be78417b38d .shogun-image-content {
  
    align-items: center;
  
}

#s-496262d8-4ae6-43c7-b9a5-3d15396ac056 {
  min-height: 50px;
}








#s-496262d8-4ae6-43c7-b9a5-3d15396ac056 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-496262d8-4ae6-43c7-b9a5-3d15396ac056.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0a541880-12e4-4946-bfee-fe68e4ee3fb7 {
  padding-top: 40px;
padding-left: 5%;
padding-bottom: 40px;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-0a541880-12e4-4946-bfee-fe68e4ee3fb7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0a541880-12e4-4946-bfee-fe68e4ee3fb7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0a541880-12e4-4946-bfee-fe68e4ee3fb7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0a541880-12e4-4946-bfee-fe68e4ee3fb7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-56313775-cd46-499d-8594-eddfb3544c9b {
  padding-top: 20px;
padding-bottom: 20px;
}








#s-56313775-cd46-499d-8594-eddfb3544c9b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56313775-cd46-499d-8594-eddfb3544c9b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

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

.shg-btn-text {
  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-c7e28c19-2d0e-4cd6-9c59-4a761f3e6421 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
min-height: 50px;
background-color: #252525;
text-align: center;
text-decoration: none;
letter-spacing: 1px;
line-height: 3em;
}
#s-c7e28c19-2d0e-4cd6-9c59-4a761f3e6421:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c7e28c19-2d0e-4cd6-9c59-4a761f3e6421:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c7e28c19-2d0e-4cd6-9c59-4a761f3e6421-root {
    text-align: center;
  }


#s-c7e28c19-2d0e-4cd6-9c59-4a761f3e6421.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-c7e28c19-2d0e-4cd6-9c59-4a761f3e6421-root {
    text-align: center;
  }


#s-c7e28c19-2d0e-4cd6-9c59-4a761f3e6421.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c7e28c19-2d0e-4cd6-9c59-4a761f3e6421-root {
    text-align: center;
  }


#s-c7e28c19-2d0e-4cd6-9c59-4a761f3e6421.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c7e28c19-2d0e-4cd6-9c59-4a761f3e6421-root {
    text-align: center;
  }


#s-c7e28c19-2d0e-4cd6-9c59-4a761f3e6421.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-c7e28c19-2d0e-4cd6-9c59-4a761f3e6421-root {
    text-align: center;
  }


#s-c7e28c19-2d0e-4cd6-9c59-4a761f3e6421.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-a7f7fe00-4724-4ad2-85f2-503665d677b9 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-a7f7fe00-4724-4ad2-85f2-503665d677b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a7f7fe00-4724-4ad2-85f2-503665d677b9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-66defd4b-b7d5-4840-8e43-8034a66c3dca {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
min-height: 50px;
background-color: #252525;
text-align: center;
text-decoration: none;
letter-spacing: 1px;
line-height: 3em;
}
#s-66defd4b-b7d5-4840-8e43-8034a66c3dca:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-66defd4b-b7d5-4840-8e43-8034a66c3dca:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-66defd4b-b7d5-4840-8e43-8034a66c3dca-root {
    text-align: center;
  }


#s-66defd4b-b7d5-4840-8e43-8034a66c3dca.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-66defd4b-b7d5-4840-8e43-8034a66c3dca-root {
    text-align: center;
  }


#s-66defd4b-b7d5-4840-8e43-8034a66c3dca.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-66defd4b-b7d5-4840-8e43-8034a66c3dca-root {
    text-align: center;
  }


#s-66defd4b-b7d5-4840-8e43-8034a66c3dca.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-66defd4b-b7d5-4840-8e43-8034a66c3dca-root {
    text-align: center;
  }


#s-66defd4b-b7d5-4840-8e43-8034a66c3dca.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-66defd4b-b7d5-4840-8e43-8034a66c3dca-root {
    text-align: center;
  }


#s-66defd4b-b7d5-4840-8e43-8034a66c3dca.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-24bbccc7-57a0-4b94-8bd8-483d5f6b1480 {
  min-height: 50px;
background-color: rgba(247, 245, 245, 1);
}








#s-24bbccc7-57a0-4b94-8bd8-483d5f6b1480 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24bbccc7-57a0-4b94-8bd8-483d5f6b1480.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-29b9bc57-e89c-4c55-8455-b1e3cbe81b95 {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 0px;
background-color: rgba(247, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-29b9bc57-e89c-4c55-8455-b1e3cbe81b95"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-29b9bc57-e89c-4c55-8455-b1e3cbe81b95"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-29b9bc57-e89c-4c55-8455-b1e3cbe81b95"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-29b9bc57-e89c-4c55-8455-b1e3cbe81b95"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-a15b5f26-4006-48f8-94cd-5860a2ce7783 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 0);
margin-top: 40px;
margin-left: 40px;
margin-bottom: 40px;
margin-right: 40px;
padding-top: 40px;
padding-left: 10%;
padding-bottom: 40px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (max-width: 767px){#s-a15b5f26-4006-48f8-94cd-5860a2ce7783 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 40px;
padding-bottom: 40px;
}
}







#s-a15b5f26-4006-48f8-94cd-5860a2ce7783 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a15b5f26-4006-48f8-94cd-5860a2ce7783.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8acaf87d-7614-44ea-a209-c08dcb5cb539 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-8acaf87d-7614-44ea-a209-c08dcb5cb539 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 2px;
  text-align: left;
}



#s-1fdf0a11-df88-49fc-baa2-6608df06ff69 {
  padding-top: 20px;
padding-bottom: 15px;
}

.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;
  height: inherit;
  position: relative;
}

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-3f9ab131-53fe-479a-8c07-162cf73508b5 {
  max-width: 1667px;
aspect-ratio: 16/9;
text-align: center;
}





  #s-3f9ab131-53fe-479a-8c07-162cf73508b5 img.shogun-image,
  #s-3f9ab131-53fe-479a-8c07-162cf73508b5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3f9ab131-53fe-479a-8c07-162cf73508b5 {
    width: 100%;
    height: auto;
  }

  #s-3f9ab131-53fe-479a-8c07-162cf73508b5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3f9ab131-53fe-479a-8c07-162cf73508b5.shogun-image {
    
    
  }


.s-3f9ab131-53fe-479a-8c07-162cf73508b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f9ab131-53fe-479a-8c07-162cf73508b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f9ab131-53fe-479a-8c07-162cf73508b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f9ab131-53fe-479a-8c07-162cf73508b5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f9ab131-53fe-479a-8c07-162cf73508b5 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-3f9ab131-53fe-479a-8c07-162cf73508b5.shogun-image-container {
      position: relative;
    }

    .s-3f9ab131-53fe-479a-8c07-162cf73508b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f9ab131-53fe-479a-8c07-162cf73508b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f9ab131-53fe-479a-8c07-162cf73508b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-3f9ab131-53fe-479a-8c07-162cf73508b5 img.shogun-image,
  #s-3f9ab131-53fe-479a-8c07-162cf73508b5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3f9ab131-53fe-479a-8c07-162cf73508b5 {
    width: 100%;
    height: auto;
  }

  #s-3f9ab131-53fe-479a-8c07-162cf73508b5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3f9ab131-53fe-479a-8c07-162cf73508b5.shogun-image {
    
    
  }


.s-3f9ab131-53fe-479a-8c07-162cf73508b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f9ab131-53fe-479a-8c07-162cf73508b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f9ab131-53fe-479a-8c07-162cf73508b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f9ab131-53fe-479a-8c07-162cf73508b5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f9ab131-53fe-479a-8c07-162cf73508b5 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-3f9ab131-53fe-479a-8c07-162cf73508b5.shogun-image-container {
      position: relative;
    }

    .s-3f9ab131-53fe-479a-8c07-162cf73508b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f9ab131-53fe-479a-8c07-162cf73508b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f9ab131-53fe-479a-8c07-162cf73508b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-3f9ab131-53fe-479a-8c07-162cf73508b5 img.shogun-image,
  #s-3f9ab131-53fe-479a-8c07-162cf73508b5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3f9ab131-53fe-479a-8c07-162cf73508b5 {
    width: 100%;
    height: auto;
  }

  #s-3f9ab131-53fe-479a-8c07-162cf73508b5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3f9ab131-53fe-479a-8c07-162cf73508b5.shogun-image {
    
    
  }


.s-3f9ab131-53fe-479a-8c07-162cf73508b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f9ab131-53fe-479a-8c07-162cf73508b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f9ab131-53fe-479a-8c07-162cf73508b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f9ab131-53fe-479a-8c07-162cf73508b5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f9ab131-53fe-479a-8c07-162cf73508b5 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-3f9ab131-53fe-479a-8c07-162cf73508b5.shogun-image-container {
      position: relative;
    }

    .s-3f9ab131-53fe-479a-8c07-162cf73508b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f9ab131-53fe-479a-8c07-162cf73508b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f9ab131-53fe-479a-8c07-162cf73508b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-3f9ab131-53fe-479a-8c07-162cf73508b5 img.shogun-image,
  #s-3f9ab131-53fe-479a-8c07-162cf73508b5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3f9ab131-53fe-479a-8c07-162cf73508b5 {
    width: 100%;
    height: auto;
  }

  #s-3f9ab131-53fe-479a-8c07-162cf73508b5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3f9ab131-53fe-479a-8c07-162cf73508b5.shogun-image {
    
    
  }


.s-3f9ab131-53fe-479a-8c07-162cf73508b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f9ab131-53fe-479a-8c07-162cf73508b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f9ab131-53fe-479a-8c07-162cf73508b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f9ab131-53fe-479a-8c07-162cf73508b5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f9ab131-53fe-479a-8c07-162cf73508b5 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-3f9ab131-53fe-479a-8c07-162cf73508b5.shogun-image-container {
      position: relative;
    }

    .s-3f9ab131-53fe-479a-8c07-162cf73508b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f9ab131-53fe-479a-8c07-162cf73508b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f9ab131-53fe-479a-8c07-162cf73508b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-3f9ab131-53fe-479a-8c07-162cf73508b5 img.shogun-image,
  #s-3f9ab131-53fe-479a-8c07-162cf73508b5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3f9ab131-53fe-479a-8c07-162cf73508b5 {
    width: 100%;
    height: auto;
  }

  #s-3f9ab131-53fe-479a-8c07-162cf73508b5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3f9ab131-53fe-479a-8c07-162cf73508b5.shogun-image {
    
    
  }


.s-3f9ab131-53fe-479a-8c07-162cf73508b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f9ab131-53fe-479a-8c07-162cf73508b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f9ab131-53fe-479a-8c07-162cf73508b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f9ab131-53fe-479a-8c07-162cf73508b5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f9ab131-53fe-479a-8c07-162cf73508b5 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-3f9ab131-53fe-479a-8c07-162cf73508b5.shogun-image-container {
      position: relative;
    }

    .s-3f9ab131-53fe-479a-8c07-162cf73508b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f9ab131-53fe-479a-8c07-162cf73508b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f9ab131-53fe-479a-8c07-162cf73508b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-75f429e2-bd34-469d-a751-7bb6ba3c9af4 {
  padding-top: 15px;
padding-bottom: 0px;
}

#s-8a5f8c6b-96a4-4d0c-a268-cddbc4cc454f {
  margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
min-height: 50px;
}








#s-8a5f8c6b-96a4-4d0c-a268-cddbc4cc454f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a5f8c6b-96a4-4d0c-a268-cddbc4cc454f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a34c56c6-53b2-477a-870f-6039e8a01aa7 {
  max-width: 3000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-a34c56c6-53b2-477a-870f-6039e8a01aa7 img.shogun-image,
  #s-a34c56c6-53b2-477a-870f-6039e8a01aa7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a34c56c6-53b2-477a-870f-6039e8a01aa7 {
    width: 100%;
    height: auto;
  }



  #s-a34c56c6-53b2-477a-870f-6039e8a01aa7 img.shogun-image {
    

    
    
    
  }


#s-a34c56c6-53b2-477a-870f-6039e8a01aa7 .shogun-image-content {
  
    align-items: center;
  
}

#s-7d1f5866-b672-4587-98da-854f956448a7 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: rgba(247, 245, 245, 0);
}

@media (min-width: 0px) {
[id="s-7d1f5866-b672-4587-98da-854f956448a7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7d1f5866-b672-4587-98da-854f956448a7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7d1f5866-b672-4587-98da-854f956448a7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7d1f5866-b672-4587-98da-854f956448a7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-7d1f5866-b672-4587-98da-854f956448a7"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-355e8e5b-d20d-4b3e-a01a-052fde021f41 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}








#s-355e8e5b-d20d-4b3e-a01a-052fde021f41 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-355e8e5b-d20d-4b3e-a01a-052fde021f41.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7c400170-d0e2-439f-9516-2cfe5f94a62a {
  min-height: 500px;
max-width: 5464px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7c400170-d0e2-439f-9516-2cfe5f94a62a {
  min-height: 200px;
max-width: 500px;
}
}




  #s-7c400170-d0e2-439f-9516-2cfe5f94a62a img.shogun-image,
  #s-7c400170-d0e2-439f-9516-2cfe5f94a62a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7c400170-d0e2-439f-9516-2cfe5f94a62a {
    width: 100%;
    height: auto;
  }



  #s-7c400170-d0e2-439f-9516-2cfe5f94a62a img.shogun-image {
    

    
    
    
  }


#s-7c400170-d0e2-439f-9516-2cfe5f94a62a .shogun-image-content {
  
    align-items: center;
  
}

#s-5fde5741-2284-4c8b-91b5-f58d6d912ec0 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 0);
margin-top: 40px;
margin-left: 40px;
margin-bottom: 40px;
margin-right: 40px;
padding-top: 40px;
padding-left: 10%;
padding-bottom: 40px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-5fde5741-2284-4c8b-91b5-f58d6d912ec0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5fde5741-2284-4c8b-91b5-f58d6d912ec0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3468715b-2b59-483c-840a-e0acd9f1d9b9 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-3468715b-2b59-483c-840a-e0acd9f1d9b9 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 2px;
  text-align: left;
}



#s-7b8c479e-5fe7-4a26-a092-93280ff74a06 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-2bfdd8fa-311c-4eb6-90c5-508a8f7a8136 {
  min-height: 50px;
background-color: rgba(247, 245, 245, 1);
}








#s-2bfdd8fa-311c-4eb6-90c5-508a8f7a8136 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2bfdd8fa-311c-4eb6-90c5-508a8f7a8136.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9e9444eb-efe8-4089-bd3f-f652fba6c97c {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: rgba(247, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-9e9444eb-efe8-4089-bd3f-f652fba6c97c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9e9444eb-efe8-4089-bd3f-f652fba6c97c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9e9444eb-efe8-4089-bd3f-f652fba6c97c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9e9444eb-efe8-4089-bd3f-f652fba6c97c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-0a494fed-6212-4c7d-abbf-cfb9e7aa0adf {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 0);
margin-top: 40px;
margin-left: 40px;
margin-bottom: 40px;
margin-right: 40px;
padding-top: 40px;
padding-left: 10%;
padding-bottom: 40px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-0a494fed-6212-4c7d-abbf-cfb9e7aa0adf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a494fed-6212-4c7d-abbf-cfb9e7aa0adf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f793faf9-f87b-4e2b-a871-3f3b32871475 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-f793faf9-f87b-4e2b-a871-3f3b32871475 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 2px;
  text-align: left;
}



#s-e5c97b62-6224-42d1-9bdf-b20ae261c1e1 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-3cab7972-6149-471f-a8f2-0344dc92a096 {
  max-width: 2401px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-3cab7972-6149-471f-a8f2-0344dc92a096 img.shogun-image,
  #s-3cab7972-6149-471f-a8f2-0344dc92a096 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3cab7972-6149-471f-a8f2-0344dc92a096 {
    width: 100%;
    height: auto;
  }



  #s-3cab7972-6149-471f-a8f2-0344dc92a096 img.shogun-image {
    

    
    
    
  }


#s-3cab7972-6149-471f-a8f2-0344dc92a096 .shogun-image-content {
  
    align-items: center;
  
}

#s-54fdf510-a1bb-456d-8f6a-c8f4089355b9 {
  padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(247, 245, 245, 0);
}

@media (min-width: 0px) {
[id="s-54fdf510-a1bb-456d-8f6a-c8f4089355b9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-54fdf510-a1bb-456d-8f6a-c8f4089355b9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-54fdf510-a1bb-456d-8f6a-c8f4089355b9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-54fdf510-a1bb-456d-8f6a-c8f4089355b9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-54fdf510-a1bb-456d-8f6a-c8f4089355b9"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-6a789c2e-5b6a-4109-9927-a512548412cb {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}








#s-6a789c2e-5b6a-4109-9927-a512548412cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a789c2e-5b6a-4109-9927-a512548412cb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-503ebbd5-b64c-4388-b140-1523feff5413 {
  max-width: 4912px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-503ebbd5-b64c-4388-b140-1523feff5413 img.shogun-image,
  #s-503ebbd5-b64c-4388-b140-1523feff5413 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-503ebbd5-b64c-4388-b140-1523feff5413 {
    width: 100%;
    height: auto;
  }



  #s-503ebbd5-b64c-4388-b140-1523feff5413 img.shogun-image {
    

    
    
    
  }


#s-503ebbd5-b64c-4388-b140-1523feff5413 .shogun-image-content {
  
    align-items: center;
  
}

#s-f8a30964-dd0d-4a7b-bec0-c07fa2742937 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 0);
margin-top: 40px;
margin-left: 40px;
margin-bottom: 40px;
margin-right: 40px;
padding-top: 40px;
padding-left: 10%;
padding-bottom: 40px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (max-width: 767px){#s-f8a30964-dd0d-4a7b-bec0-c07fa2742937 {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-f8a30964-dd0d-4a7b-bec0-c07fa2742937 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f8a30964-dd0d-4a7b-bec0-c07fa2742937.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ba1cb8f3-fec9-493c-96bc-394b7b179845 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-ba1cb8f3-fec9-493c-96bc-394b7b179845 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 2px;
  text-align: left;
}



#s-ea4b7179-3cc9-4d9f-ba76-c764e334ba0d {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-ce5e90a6-a114-46b5-b41b-29b36d478e9d {
  padding-top: 0px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(247, 245, 245, 1);
}








#s-ce5e90a6-a114-46b5-b41b-29b36d478e9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce5e90a6-a114-46b5-b41b-29b36d478e9d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-24ed48c2-bd65-4b11-949c-0a224aa2bf7a {
  padding-bottom: 60px;
background-color: rgba(247, 245, 245, 1);
}
@media (max-width: 767px){#s-24ed48c2-bd65-4b11-949c-0a224aa2bf7a {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}
}
@media (min-width: 0px) {
[id="s-24ed48c2-bd65-4b11-949c-0a224aa2bf7a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-24ed48c2-bd65-4b11-949c-0a224aa2bf7a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-24ed48c2-bd65-4b11-949c-0a224aa2bf7a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-24ed48c2-bd65-4b11-949c-0a224aa2bf7a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-24ed48c2-bd65-4b11-949c-0a224aa2bf7a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-24ed48c2-bd65-4b11-949c-0a224aa2bf7a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-24ed48c2-bd65-4b11-949c-0a224aa2bf7a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-959fd57b-d75c-4e0e-885a-91784d8a08a5 {
  margin-top: 50px;
margin-bottom: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-959fd57b-d75c-4e0e-885a-91784d8a08a5 {
  margin-right: 10px;
padding-left: 10px;
padding-right: 10px;
}
}
#s-959fd57b-d75c-4e0e-885a-91784d8a08a5 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 2px;
  
}



.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-c147eaf5-5e32-40e9-bdba-8c46d6244a88 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 0);
margin-top: 2px;
margin-bottom: 2px;
background-color: rgba(0, 0, 0, 0);
}


  #s-c147eaf5-5e32-40e9-bdba-8c46d6244a88 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(0, 0, 0, 0);
    border: 1px solid rgba(36, 36, 36, 0);
  }
  #s-c147eaf5-5e32-40e9-bdba-8c46d6244a88 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(18, 18, 18, 0);
  }
#s-c147eaf5-5e32-40e9-bdba-8c46d6244a88 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(127, 126, 126, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 15px;
}

#s-c147eaf5-5e32-40e9-bdba-8c46d6244a88 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-c147eaf5-5e32-40e9-bdba-8c46d6244a88 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-c147eaf5-5e32-40e9-bdba-8c46d6244a88 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(18, 18, 18, 0);
}

#s-e94ca35c-8eba-4109-ae55-52e746e7a177 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-e94ca35c-8eba-4109-ae55-52e746e7a177"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e94ca35c-8eba-4109-ae55-52e746e7a177"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e94ca35c-8eba-4109-ae55-52e746e7a177"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e94ca35c-8eba-4109-ae55-52e746e7a177"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-14b50d6b-5022-452f-b59a-cdf14465b1c1 {
  padding-left: 10%;
padding-right: 10%;
min-height: 50px;
}








#s-14b50d6b-5022-452f-b59a-cdf14465b1c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14b50d6b-5022-452f-b59a-cdf14465b1c1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-803ab0eb-652a-4d45-a0b0-9dfecb176d49 {
  margin-top: 50px;
margin-bottom: 0px;
}

#s-623b1161-5383-48c6-a290-c1f906839884 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-3e317b3a-22ed-41ee-86b2-560531e721ed {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 0%;
padding-right: 0%;
max-width: 1365px;
aspect-ratio: 1365/1911;
text-align: center;
}





  #s-3e317b3a-22ed-41ee-86b2-560531e721ed img.shogun-image,
  #s-3e317b3a-22ed-41ee-86b2-560531e721ed .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3e317b3a-22ed-41ee-86b2-560531e721ed {
    width: 100%;
    height: auto;
  }



  #s-3e317b3a-22ed-41ee-86b2-560531e721ed img.shogun-image {
    

    
    
    
  }


#s-3e317b3a-22ed-41ee-86b2-560531e721ed .shogun-image-content {
  
    align-items: center;
  
}

#s-19007d3b-ed69-4ca9-8179-3725e01b9b13 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-19007d3b-ed69-4ca9-8179-3725e01b9b13"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-19007d3b-ed69-4ca9-8179-3725e01b9b13"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-19007d3b-ed69-4ca9-8179-3725e01b9b13"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-19007d3b-ed69-4ca9-8179-3725e01b9b13"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0652814b-5553-41d3-a511-79e14125cce8 {
  padding-left: 10%;
padding-right: 10%;
min-height: 50px;
}








#s-0652814b-5553-41d3-a511-79e14125cce8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0652814b-5553-41d3-a511-79e14125cce8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3dfb6516-a540-4dc7-bea5-b7789b8e24eb {
  margin-top: 50px;
margin-bottom: 0px;
}

#s-3af712a9-c2e5-4874-b33f-ffb97fc1e11d {
  margin-top: 0px;
margin-bottom: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-c6c0d134-6a37-4cb3-9a23-a1c2f1a27cdf {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 2401px;
aspect-ratio: 2401/3362;
text-align: center;
}





  #s-c6c0d134-6a37-4cb3-9a23-a1c2f1a27cdf img.shogun-image,
  #s-c6c0d134-6a37-4cb3-9a23-a1c2f1a27cdf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c6c0d134-6a37-4cb3-9a23-a1c2f1a27cdf {
    width: 100%;
    height: auto;
  }



  #s-c6c0d134-6a37-4cb3-9a23-a1c2f1a27cdf img.shogun-image {
    

    
    
    
  }


#s-c6c0d134-6a37-4cb3-9a23-a1c2f1a27cdf .shogun-image-content {
  
    align-items: center;
  
}

#s-26544ab3-53e8-48ce-a78a-2fadee4b841c {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-26544ab3-53e8-48ce-a78a-2fadee4b841c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-26544ab3-53e8-48ce-a78a-2fadee4b841c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-26544ab3-53e8-48ce-a78a-2fadee4b841c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-26544ab3-53e8-48ce-a78a-2fadee4b841c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-aed2f57f-0c7d-4854-b64b-df793e4918f7 {
  padding-left: 10%;
padding-right: 10%;
min-height: 50px;
}








#s-aed2f57f-0c7d-4854-b64b-df793e4918f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aed2f57f-0c7d-4854-b64b-df793e4918f7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1b45a13f-b3a0-407e-9d91-cdebac22af4e {
  margin-top: 50px;
margin-bottom: 0px;
}

#s-e3c80e6b-ca75-42fb-b5ba-74354a0f43c9 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-5f51cf2b-1af1-4b1f-9953-aad9f73b945b {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 0%;
padding-right: 0%;
max-width: 4912px;
aspect-ratio: 4912/6876;
text-align: center;
}





  #s-5f51cf2b-1af1-4b1f-9953-aad9f73b945b img.shogun-image,
  #s-5f51cf2b-1af1-4b1f-9953-aad9f73b945b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5f51cf2b-1af1-4b1f-9953-aad9f73b945b {
    width: 100%;
    height: auto;
  }



  #s-5f51cf2b-1af1-4b1f-9953-aad9f73b945b img.shogun-image {
    

    
    
    
  }


#s-5f51cf2b-1af1-4b1f-9953-aad9f73b945b .shogun-image-content {
  
    align-items: center;
  
}

#s-0cc2f624-5632-4141-a075-e652e94f2c6f {
  padding-bottom: 60px;
background-color: rgba(247, 245, 245, 1);
}
@media (max-width: 767px){#s-0cc2f624-5632-4141-a075-e652e94f2c6f {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}
}
@media (min-width: 0px) {
[id="s-0cc2f624-5632-4141-a075-e652e94f2c6f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0cc2f624-5632-4141-a075-e652e94f2c6f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0cc2f624-5632-4141-a075-e652e94f2c6f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0cc2f624-5632-4141-a075-e652e94f2c6f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0cc2f624-5632-4141-a075-e652e94f2c6f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0cc2f624-5632-4141-a075-e652e94f2c6f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0cc2f624-5632-4141-a075-e652e94f2c6f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-fc2039b3-b7aa-4378-8b58-a0a92099a61d {
  margin-top: 50px;
margin-bottom: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-fc2039b3-b7aa-4378-8b58-a0a92099a61d {
  margin-right: 10px;
padding-left: 10px;
padding-right: 10px;
}
}
#s-fc2039b3-b7aa-4378-8b58-a0a92099a61d .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 2px;
  
}



#s-b7474a80-348c-43dd-bb7b-c65ac83ce923 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 0);
margin-top: 2px;
margin-bottom: 2px;
background-color: rgba(0, 0, 0, 0);
}


  #s-b7474a80-348c-43dd-bb7b-c65ac83ce923 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(0, 0, 0, 0);
    border: 1px solid rgba(36, 36, 36, 0);
  }
  #s-b7474a80-348c-43dd-bb7b-c65ac83ce923 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(18, 18, 18, 0);
  }
#s-b7474a80-348c-43dd-bb7b-c65ac83ce923 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(127, 126, 126, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 15px;
}

#s-b7474a80-348c-43dd-bb7b-c65ac83ce923 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-b7474a80-348c-43dd-bb7b-c65ac83ce923 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-b7474a80-348c-43dd-bb7b-c65ac83ce923 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(18, 18, 18, 0);
}

#s-8f206c94-92be-4c0b-8438-e6de7f82591e {
  margin-bottom: 50px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-8f206c94-92be-4c0b-8438-e6de7f82591e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8f206c94-92be-4c0b-8438-e6de7f82591e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8f206c94-92be-4c0b-8438-e6de7f82591e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8f206c94-92be-4c0b-8438-e6de7f82591e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f14f8971-8476-4a64-9520-3b1b68e07972 {
  padding-left: 10%;
padding-right: 10%;
min-height: 50px;
}








#s-f14f8971-8476-4a64-9520-3b1b68e07972 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f14f8971-8476-4a64-9520-3b1b68e07972.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fc50bde4-dc74-4264-9da2-da4443bc6238 {
  margin-top: 50px;
margin-bottom: 0px;
}

#s-89e57600-6414-4e42-8001-ffdcd6da9a8e {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-c4a2bbf3-c804-482f-9d64-a060660e4c43 {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 0%;
padding-right: 0%;
max-width: 2387px;
aspect-ratio: 2387/3342;
text-align: center;
}





  #s-c4a2bbf3-c804-482f-9d64-a060660e4c43 img.shogun-image,
  #s-c4a2bbf3-c804-482f-9d64-a060660e4c43 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c4a2bbf3-c804-482f-9d64-a060660e4c43 {
    width: 100%;
    height: auto;
  }



  #s-c4a2bbf3-c804-482f-9d64-a060660e4c43 img.shogun-image {
    

    
    
    
  }


#s-c4a2bbf3-c804-482f-9d64-a060660e4c43 .shogun-image-content {
  
    align-items: center;
  
}

#s-8ff74d98-f96e-44d5-a207-06f561361ddb {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-8ff74d98-f96e-44d5-a207-06f561361ddb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8ff74d98-f96e-44d5-a207-06f561361ddb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8ff74d98-f96e-44d5-a207-06f561361ddb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8ff74d98-f96e-44d5-a207-06f561361ddb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-15f454ac-140d-4c0b-868b-5a9ace3cbee5 {
  padding-left: 10%;
padding-right: 10%;
min-height: 50px;
}








#s-15f454ac-140d-4c0b-868b-5a9ace3cbee5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-15f454ac-140d-4c0b-868b-5a9ace3cbee5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-60b6b358-81a5-41ca-bf52-4a72b2b8e55a {
  margin-top: 50px;
margin-bottom: 0px;
}

#s-1639b4f5-7679-42c1-9445-edb0da3edd9e {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-4c975932-8b81-4216-9a80-19b30196c428 {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 0%;
padding-right: 0%;
max-width: 1365px;
aspect-ratio: 1365/1911;
text-align: center;
}





  #s-4c975932-8b81-4216-9a80-19b30196c428 img.shogun-image,
  #s-4c975932-8b81-4216-9a80-19b30196c428 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4c975932-8b81-4216-9a80-19b30196c428 {
    width: 100%;
    height: auto;
  }



  #s-4c975932-8b81-4216-9a80-19b30196c428 img.shogun-image {
    

    
    
    
  }


#s-4c975932-8b81-4216-9a80-19b30196c428 .shogun-image-content {
  
    align-items: center;
  
}

#s-53293097-eaaf-4414-a58d-0958d5db8808 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-53293097-eaaf-4414-a58d-0958d5db8808"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-53293097-eaaf-4414-a58d-0958d5db8808"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-53293097-eaaf-4414-a58d-0958d5db8808"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-53293097-eaaf-4414-a58d-0958d5db8808"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f8b9df9a-1127-4b9f-bbf5-fa83fca55639 {
  padding-left: 10%;
padding-right: 10%;
min-height: 50px;
}








#s-f8b9df9a-1127-4b9f-bbf5-fa83fca55639 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f8b9df9a-1127-4b9f-bbf5-fa83fca55639.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bf39f30d-bd0d-4c87-9f1d-95360099cf65 {
  margin-top: 50px;
margin-bottom: 0px;
}

#s-906c5a61-fb2d-4abd-aafc-2d18d16fa433 {
  margin-top: 0px;
margin-bottom: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-c1c6c278-6476-40f8-b1c5-cd1de70107c4 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 2401px;
aspect-ratio: 2401/3362;
text-align: center;
}





  #s-c1c6c278-6476-40f8-b1c5-cd1de70107c4 img.shogun-image,
  #s-c1c6c278-6476-40f8-b1c5-cd1de70107c4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c1c6c278-6476-40f8-b1c5-cd1de70107c4 {
    width: 100%;
    height: auto;
  }



  #s-c1c6c278-6476-40f8-b1c5-cd1de70107c4 img.shogun-image {
    

    
    
    
  }


#s-c1c6c278-6476-40f8-b1c5-cd1de70107c4 .shogun-image-content {
  
    align-items: center;
  
}

#s-2b85ae55-4897-482b-af12-d22554f5ef7f {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-2b85ae55-4897-482b-af12-d22554f5ef7f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2b85ae55-4897-482b-af12-d22554f5ef7f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2b85ae55-4897-482b-af12-d22554f5ef7f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2b85ae55-4897-482b-af12-d22554f5ef7f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3209e7a9-8cd5-4746-aaaa-04b1563dca77 {
  padding-left: 10%;
padding-right: 10%;
min-height: 50px;
}








#s-3209e7a9-8cd5-4746-aaaa-04b1563dca77 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3209e7a9-8cd5-4746-aaaa-04b1563dca77.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2c63e95c-bc75-4b1a-b78f-11b9181cec51 {
  margin-top: 50px;
margin-bottom: 0px;
}

#s-792e36a9-48ae-47d3-887e-19b8203688c4 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-0b8c1ed2-fd2b-4626-aacc-2c2fc68b5305 {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 0%;
padding-right: 0%;
max-width: 4912px;
aspect-ratio: 4912/6876;
text-align: center;
}





  #s-0b8c1ed2-fd2b-4626-aacc-2c2fc68b5305 img.shogun-image,
  #s-0b8c1ed2-fd2b-4626-aacc-2c2fc68b5305 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0b8c1ed2-fd2b-4626-aacc-2c2fc68b5305 {
    width: 100%;
    height: auto;
  }



  #s-0b8c1ed2-fd2b-4626-aacc-2c2fc68b5305 img.shogun-image {
    

    
    
    
  }


#s-0b8c1ed2-fd2b-4626-aacc-2c2fc68b5305 .shogun-image-content {
  
    align-items: center;
  
}

#s-6976dc7f-2796-4d3d-9fa3-5013c4c1f505 {
  padding-top: 40px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-6976dc7f-2796-4d3d-9fa3-5013c4c1f505"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6976dc7f-2796-4d3d-9fa3-5013c4c1f505"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6976dc7f-2796-4d3d-9fa3-5013c4c1f505"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6976dc7f-2796-4d3d-9fa3-5013c4c1f505"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-8686ccec-0d53-4c20-822c-a24aa288c94a {
  padding-top: 20px;
padding-bottom: 20px;
}








#s-8686ccec-0d53-4c20-822c-a24aa288c94a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8686ccec-0d53-4c20-822c-a24aa288c94a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-11586582-b90e-4aac-8fae-7dbdd87a4f54 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
min-height: 50px;
background-color: #252525;
text-align: center;
text-decoration: none;
letter-spacing: 1px;
line-height: 3em;
}
#s-11586582-b90e-4aac-8fae-7dbdd87a4f54:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-11586582-b90e-4aac-8fae-7dbdd87a4f54:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-11586582-b90e-4aac-8fae-7dbdd87a4f54-root {
    text-align: center;
  }


#s-11586582-b90e-4aac-8fae-7dbdd87a4f54.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-11586582-b90e-4aac-8fae-7dbdd87a4f54-root {
    text-align: center;
  }


#s-11586582-b90e-4aac-8fae-7dbdd87a4f54.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-11586582-b90e-4aac-8fae-7dbdd87a4f54-root {
    text-align: center;
  }


#s-11586582-b90e-4aac-8fae-7dbdd87a4f54.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-11586582-b90e-4aac-8fae-7dbdd87a4f54-root {
    text-align: center;
  }


#s-11586582-b90e-4aac-8fae-7dbdd87a4f54.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-11586582-b90e-4aac-8fae-7dbdd87a4f54-root {
    text-align: center;
  }


#s-11586582-b90e-4aac-8fae-7dbdd87a4f54.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-697e2a64-7079-4da0-8477-737486ddbbf9 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-697e2a64-7079-4da0-8477-737486ddbbf9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-697e2a64-7079-4da0-8477-737486ddbbf9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-54f74883-08e5-44a8-ae1c-6d616137806d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
min-height: 50px;
background-color: #252525;
text-align: center;
text-decoration: none;
letter-spacing: 1px;
line-height: 3em;
}
#s-54f74883-08e5-44a8-ae1c-6d616137806d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-54f74883-08e5-44a8-ae1c-6d616137806d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-54f74883-08e5-44a8-ae1c-6d616137806d-root {
    text-align: center;
  }


#s-54f74883-08e5-44a8-ae1c-6d616137806d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-54f74883-08e5-44a8-ae1c-6d616137806d-root {
    text-align: center;
  }


#s-54f74883-08e5-44a8-ae1c-6d616137806d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-54f74883-08e5-44a8-ae1c-6d616137806d-root {
    text-align: center;
  }


#s-54f74883-08e5-44a8-ae1c-6d616137806d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-54f74883-08e5-44a8-ae1c-6d616137806d-root {
    text-align: center;
  }


#s-54f74883-08e5-44a8-ae1c-6d616137806d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-54f74883-08e5-44a8-ae1c-6d616137806d-root {
    text-align: center;
  }


#s-54f74883-08e5-44a8-ae1c-6d616137806d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-cbe18ff1-a480-4a61-89c6-dbb45e6c4885 {
  padding-top: 0px;
padding-left: 5%;
padding-bottom: 40px;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-cbe18ff1-a480-4a61-89c6-dbb45e6c4885"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cbe18ff1-a480-4a61-89c6-dbb45e6c4885"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cbe18ff1-a480-4a61-89c6-dbb45e6c4885"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cbe18ff1-a480-4a61-89c6-dbb45e6c4885"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-07d433eb-d47c-4ffe-b488-0fabcacc1872 {
  padding-top: 20px;
padding-bottom: 20px;
}








#s-07d433eb-d47c-4ffe-b488-0fabcacc1872 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07d433eb-d47c-4ffe-b488-0fabcacc1872.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-394c7454-d762-4c7f-ab38-a0ea32875d22 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 2px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 3em;
}
#s-394c7454-d762-4c7f-ab38-a0ea32875d22:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
background-color: rgba(247, 245, 245, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-394c7454-d762-4c7f-ab38-a0ea32875d22:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-394c7454-d762-4c7f-ab38-a0ea32875d22-root {
    text-align: center;
  }


#s-394c7454-d762-4c7f-ab38-a0ea32875d22.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-394c7454-d762-4c7f-ab38-a0ea32875d22-root {
    text-align: center;
  }


#s-394c7454-d762-4c7f-ab38-a0ea32875d22.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-394c7454-d762-4c7f-ab38-a0ea32875d22-root {
    text-align: center;
  }


#s-394c7454-d762-4c7f-ab38-a0ea32875d22.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-394c7454-d762-4c7f-ab38-a0ea32875d22-root {
    text-align: center;
  }


#s-394c7454-d762-4c7f-ab38-a0ea32875d22.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-394c7454-d762-4c7f-ab38-a0ea32875d22-root {
    text-align: center;
  }


#s-394c7454-d762-4c7f-ab38-a0ea32875d22.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-d63ff1e9-6a55-41ac-823d-fededdecfd94 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-d63ff1e9-6a55-41ac-823d-fededdecfd94 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d63ff1e9-6a55-41ac-823d-fededdecfd94.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5bea44ee-dad2-4712-91ad-bf75f05c6670 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 3em;
}
#s-5bea44ee-dad2-4712-91ad-bf75f05c6670:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
background-color: rgba(247, 245, 245, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-5bea44ee-dad2-4712-91ad-bf75f05c6670:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5bea44ee-dad2-4712-91ad-bf75f05c6670-root {
    text-align: center;
  }


#s-5bea44ee-dad2-4712-91ad-bf75f05c6670.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-5bea44ee-dad2-4712-91ad-bf75f05c6670-root {
    text-align: center;
  }


#s-5bea44ee-dad2-4712-91ad-bf75f05c6670.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5bea44ee-dad2-4712-91ad-bf75f05c6670-root {
    text-align: center;
  }


#s-5bea44ee-dad2-4712-91ad-bf75f05c6670.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5bea44ee-dad2-4712-91ad-bf75f05c6670-root {
    text-align: center;
  }


#s-5bea44ee-dad2-4712-91ad-bf75f05c6670.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-5bea44ee-dad2-4712-91ad-bf75f05c6670-root {
    text-align: center;
  }


#s-5bea44ee-dad2-4712-91ad-bf75f05c6670.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-77ca2500-e82d-4ef9-aa48-67bbd3b973b6 {
  padding-top: 0px;
padding-bottom: 50px;
min-height: 50px;
}








#s-77ca2500-e82d-4ef9-aa48-67bbd3b973b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77ca2500-e82d-4ef9-aa48-67bbd3b973b6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ad787332-3280-4293-9857-8f072296cdbb {
  max-width: 3543px;
aspect-ratio: 3543/2363;
text-align: center;
}





  #s-ad787332-3280-4293-9857-8f072296cdbb img.shogun-image,
  #s-ad787332-3280-4293-9857-8f072296cdbb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ad787332-3280-4293-9857-8f072296cdbb {
    width: 100%;
    height: auto;
  }



  #s-ad787332-3280-4293-9857-8f072296cdbb img.shogun-image {
    

    
    
    
  }


#s-ad787332-3280-4293-9857-8f072296cdbb .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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