#s-f856b9ad-e4a5-4c45-b740-135cab3b2ac1 {
  text-align: left;
}

.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-2a9045f0-2b67-402e-a848-8dc0b9b77c49 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
min-height: 50px;
max-width: 2840px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2a9045f0-2b67-402e-a848-8dc0b9b77c49 {
  
}
}@media (max-width: 767px){#s-2a9045f0-2b67-402e-a848-8dc0b9b77c49 {
  
}
}







#s-2a9045f0-2b67-402e-a848-8dc0b9b77c49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a9045f0-2b67-402e-a848-8dc0b9b77c49.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-038b80a3-43a8-4e99-ad73-58331935f601 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(1, 38, 96, 1);
}








#s-038b80a3-43a8-4e99-ad73-58331935f601 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-038b80a3-43a8-4e99-ad73-58331935f601.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  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-b227ddd4-24d1-4126-8822-bce4010ced51 {
  margin-left: 10px;
margin-right: 10px;
background-color: rgba(0, 0, 0, 0);
}

#s-a319a692-32ba-48a1-a20a-ca60b43d9eb9 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-a319a692-32ba-48a1-a20a-ca60b43d9eb9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a319a692-32ba-48a1-a20a-ca60b43d9eb9.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-d51b629f-0d8a-4ad5-9380-59215e61b8c2 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 5240px;
aspect-ratio: 5240/1800;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d51b629f-0d8a-4ad5-9380-59215e61b8c2 {
  display: none;
}
#s-d51b629f-0d8a-4ad5-9380-59215e61b8c2, #wrap-s-d51b629f-0d8a-4ad5-9380-59215e61b8c2 { display: none !important; }}@media (max-width: 767px){#s-d51b629f-0d8a-4ad5-9380-59215e61b8c2 {
  display: none;
}
#s-d51b629f-0d8a-4ad5-9380-59215e61b8c2, #wrap-s-d51b629f-0d8a-4ad5-9380-59215e61b8c2 { display: none !important; }}




  #s-d51b629f-0d8a-4ad5-9380-59215e61b8c2 img.shogun-image,
  #s-d51b629f-0d8a-4ad5-9380-59215e61b8c2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d51b629f-0d8a-4ad5-9380-59215e61b8c2 {
    width: 100%;
    height: auto;
  }



  #s-d51b629f-0d8a-4ad5-9380-59215e61b8c2 img.shogun-image {
    

    
    
    
  }


#s-d51b629f-0d8a-4ad5-9380-59215e61b8c2 .shogun-image-content {
  
    align-items: center;
  
}

#s-1799d0b8-2a96-4dea-8222-1f250b4c6542 {
  padding-top: 80px;
}

.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-83fc585a-da91-4b8d-8fa1-a2e8bd99c360 {
  padding-top: 16px;
padding-left: 20%;
padding-bottom: 16px;
padding-right: 20%;
}
@media (max-width: 767px){#s-83fc585a-da91-4b8d-8fa1-a2e8bd99c360 {
  display: unset;
}
#s-83fc585a-da91-4b8d-8fa1-a2e8bd99c360, #wrap-s-83fc585a-da91-4b8d-8fa1-a2e8bd99c360 { display: unset !important; }}
@media (min-width: 0px) {
[id="s-83fc585a-da91-4b8d-8fa1-a2e8bd99c360"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-83fc585a-da91-4b8d-8fa1-a2e8bd99c360"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-83fc585a-da91-4b8d-8fa1-a2e8bd99c360"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-83fc585a-da91-4b8d-8fa1-a2e8bd99c360"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

.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-f0c086d7-c173-4540-af05-5cf1f8254d10 {
  border-style: solid;
margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-f0c086d7-c173-4540-af05-5cf1f8254d10: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: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 0.3) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-f0c086d7-c173-4540-af05-5cf1f8254d10:active {background-color: rgba(235, 231, 230, 1) !important;
text-decoration: none !important;
color: rgba(187, 187, 187, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-f0c086d7-c173-4540-af05-5cf1f8254d10-root {
    text-align: center;
  }


#s-f0c086d7-c173-4540-af05-5cf1f8254d10.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f0c086d7-c173-4540-af05-5cf1f8254d10-root {
    text-align: center;
  }


#s-f0c086d7-c173-4540-af05-5cf1f8254d10.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f0c086d7-c173-4540-af05-5cf1f8254d10-root {
    text-align: center;
  }


#s-f0c086d7-c173-4540-af05-5cf1f8254d10.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f0c086d7-c173-4540-af05-5cf1f8254d10-root {
    text-align: center;
  }


#s-f0c086d7-c173-4540-af05-5cf1f8254d10.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f0c086d7-c173-4540-af05-5cf1f8254d10-root {
    text-align: center;
  }


#s-f0c086d7-c173-4540-af05-5cf1f8254d10.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}
#s-4e39e4d9-46ae-413c-8838-d8106fa366f9 {
  padding-top: 40px;
padding-bottom: 0px;
}

#s-ef1605a7-921c-4f3e-bd01-0f7b7e8667d8 {
  max-width: 860px;
aspect-ratio: 860/1040;
text-align: center;
}
@media (min-width: 1200px){#s-ef1605a7-921c-4f3e-bd01-0f7b7e8667d8 {
  display: none;
}
#s-ef1605a7-921c-4f3e-bd01-0f7b7e8667d8, #wrap-s-ef1605a7-921c-4f3e-bd01-0f7b7e8667d8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ef1605a7-921c-4f3e-bd01-0f7b7e8667d8 {
  display: none;
}
#s-ef1605a7-921c-4f3e-bd01-0f7b7e8667d8, #wrap-s-ef1605a7-921c-4f3e-bd01-0f7b7e8667d8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ef1605a7-921c-4f3e-bd01-0f7b7e8667d8 {
  display: none;
}
#s-ef1605a7-921c-4f3e-bd01-0f7b7e8667d8, #wrap-s-ef1605a7-921c-4f3e-bd01-0f7b7e8667d8 { display: none !important; }}@media (max-width: 767px){#s-ef1605a7-921c-4f3e-bd01-0f7b7e8667d8 {
  
}
}




  #s-ef1605a7-921c-4f3e-bd01-0f7b7e8667d8 img.shogun-image,
  #s-ef1605a7-921c-4f3e-bd01-0f7b7e8667d8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ef1605a7-921c-4f3e-bd01-0f7b7e8667d8 {
    width: 100%;
    height: auto;
  }



  #s-ef1605a7-921c-4f3e-bd01-0f7b7e8667d8 img.shogun-image {
    

    
    
    
  }


#s-ef1605a7-921c-4f3e-bd01-0f7b7e8667d8 .shogun-image-content {
  
    align-items: center;
  
}

#s-26517caa-152e-4906-b898-06621582ad3e {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
min-height: 50px;
}








#s-26517caa-152e-4906-b898-06621582ad3e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-26517caa-152e-4906-b898-06621582ad3e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2961d82c-a61e-42fd-8e58-8ede93ccab3c {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 20px;
padding-bottom: 20px;
}
@media (max-width: 767px){#s-2961d82c-a61e-42fd-8e58-8ede93ccab3c {
  display: unset;
}
#s-2961d82c-a61e-42fd-8e58-8ede93ccab3c, #wrap-s-2961d82c-a61e-42fd-8e58-8ede93ccab3c { display: unset !important; }}
@media (min-width: 0px) {
[id="s-2961d82c-a61e-42fd-8e58-8ede93ccab3c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2961d82c-a61e-42fd-8e58-8ede93ccab3c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2961d82c-a61e-42fd-8e58-8ede93ccab3c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2961d82c-a61e-42fd-8e58-8ede93ccab3c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2961d82c-a61e-42fd-8e58-8ede93ccab3c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2961d82c-a61e-42fd-8e58-8ede93ccab3c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2961d82c-a61e-42fd-8e58-8ede93ccab3c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-19329c9c-02f4-4cec-817e-40a6772c4881 {
  border-style: solid;
margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-19329c9c-02f4-4cec-817e-40a6772c4881: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: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 0.3) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-19329c9c-02f4-4cec-817e-40a6772c4881:active {background-color: rgba(235, 231, 230, 1) !important;
text-decoration: none !important;
color: rgba(187, 187, 187, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-19329c9c-02f4-4cec-817e-40a6772c4881-root {
    text-align: center;
  }


#s-19329c9c-02f4-4cec-817e-40a6772c4881.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
@media (min-width: 1200px){
  #s-19329c9c-02f4-4cec-817e-40a6772c4881-root {
    text-align: center;
  }


#s-19329c9c-02f4-4cec-817e-40a6772c4881.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-19329c9c-02f4-4cec-817e-40a6772c4881-root {
    text-align: center;
  }


#s-19329c9c-02f4-4cec-817e-40a6772c4881.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-19329c9c-02f4-4cec-817e-40a6772c4881-root {
    text-align: center;
  }


#s-19329c9c-02f4-4cec-817e-40a6772c4881.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (max-width: 767px){
  #s-19329c9c-02f4-4cec-817e-40a6772c4881-root {
    text-align: center;
  }


#s-19329c9c-02f4-4cec-817e-40a6772c4881.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}
.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-37db3edf-b00a-4b35-a5cb-62cae644ef90 {
  max-width: 1982px;
aspect-ratio: 1982/1000;
text-align: center;
}
@media (min-width: 1200px){#s-37db3edf-b00a-4b35-a5cb-62cae644ef90 {
  display: none;
}
#s-37db3edf-b00a-4b35-a5cb-62cae644ef90, #wrap-s-37db3edf-b00a-4b35-a5cb-62cae644ef90 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-37db3edf-b00a-4b35-a5cb-62cae644ef90 {
  display: none;
}
#s-37db3edf-b00a-4b35-a5cb-62cae644ef90, #wrap-s-37db3edf-b00a-4b35-a5cb-62cae644ef90 { display: none !important; }}@media (max-width: 767px){#s-37db3edf-b00a-4b35-a5cb-62cae644ef90 {
  display: none;
}
#s-37db3edf-b00a-4b35-a5cb-62cae644ef90, #wrap-s-37db3edf-b00a-4b35-a5cb-62cae644ef90 { display: none !important; }}




  #s-37db3edf-b00a-4b35-a5cb-62cae644ef90 img.shogun-image,
  #s-37db3edf-b00a-4b35-a5cb-62cae644ef90 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-37db3edf-b00a-4b35-a5cb-62cae644ef90 {
    width: 100%;
    height: auto;
  }

  #s-37db3edf-b00a-4b35-a5cb-62cae644ef90 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-37db3edf-b00a-4b35-a5cb-62cae644ef90.shogun-image {
    
    
  }


.s-37db3edf-b00a-4b35-a5cb-62cae644ef90 .shogun-image-content {
  
    align-items: center;
  
}

.s-37db3edf-b00a-4b35-a5cb-62cae644ef90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37db3edf-b00a-4b35-a5cb-62cae644ef90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37db3edf-b00a-4b35-a5cb-62cae644ef90.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-37db3edf-b00a-4b35-a5cb-62cae644ef90 {
      --shg-aspect-ratio: calc(1982/1000); 
    }

    .s-37db3edf-b00a-4b35-a5cb-62cae644ef90.shogun-image-container {
      position: relative;
    }

    .s-37db3edf-b00a-4b35-a5cb-62cae644ef90.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-37db3edf-b00a-4b35-a5cb-62cae644ef90.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-37db3edf-b00a-4b35-a5cb-62cae644ef90 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-37db3edf-b00a-4b35-a5cb-62cae644ef90 img.shogun-image,
  #s-37db3edf-b00a-4b35-a5cb-62cae644ef90 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-37db3edf-b00a-4b35-a5cb-62cae644ef90 {
    width: 100%;
    height: auto;
  }

  #s-37db3edf-b00a-4b35-a5cb-62cae644ef90 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-37db3edf-b00a-4b35-a5cb-62cae644ef90.shogun-image {
    
    
  }


.s-37db3edf-b00a-4b35-a5cb-62cae644ef90 .shogun-image-content {
  
    align-items: center;
  
}

.s-37db3edf-b00a-4b35-a5cb-62cae644ef90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37db3edf-b00a-4b35-a5cb-62cae644ef90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37db3edf-b00a-4b35-a5cb-62cae644ef90.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-37db3edf-b00a-4b35-a5cb-62cae644ef90 {
      --shg-aspect-ratio: calc(1982/1000); 
    }

    .s-37db3edf-b00a-4b35-a5cb-62cae644ef90.shogun-image-container {
      position: relative;
    }

    .s-37db3edf-b00a-4b35-a5cb-62cae644ef90.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-37db3edf-b00a-4b35-a5cb-62cae644ef90.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-37db3edf-b00a-4b35-a5cb-62cae644ef90 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-37db3edf-b00a-4b35-a5cb-62cae644ef90 img.shogun-image,
  #s-37db3edf-b00a-4b35-a5cb-62cae644ef90 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-37db3edf-b00a-4b35-a5cb-62cae644ef90 {
    width: 100%;
    height: auto;
  }

  #s-37db3edf-b00a-4b35-a5cb-62cae644ef90 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-37db3edf-b00a-4b35-a5cb-62cae644ef90.shogun-image {
    
    
  }


.s-37db3edf-b00a-4b35-a5cb-62cae644ef90 .shogun-image-content {
  
    align-items: center;
  
}

.s-37db3edf-b00a-4b35-a5cb-62cae644ef90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37db3edf-b00a-4b35-a5cb-62cae644ef90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37db3edf-b00a-4b35-a5cb-62cae644ef90.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-37db3edf-b00a-4b35-a5cb-62cae644ef90 {
      --shg-aspect-ratio: calc(1982/1000); 
    }

    .s-37db3edf-b00a-4b35-a5cb-62cae644ef90.shogun-image-container {
      position: relative;
    }

    .s-37db3edf-b00a-4b35-a5cb-62cae644ef90.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-37db3edf-b00a-4b35-a5cb-62cae644ef90.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-37db3edf-b00a-4b35-a5cb-62cae644ef90 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-37db3edf-b00a-4b35-a5cb-62cae644ef90 img.shogun-image,
  #s-37db3edf-b00a-4b35-a5cb-62cae644ef90 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-37db3edf-b00a-4b35-a5cb-62cae644ef90 {
    width: 100%;
    height: auto;
  }

  #s-37db3edf-b00a-4b35-a5cb-62cae644ef90 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-37db3edf-b00a-4b35-a5cb-62cae644ef90.shogun-image {
    
    
  }


.s-37db3edf-b00a-4b35-a5cb-62cae644ef90 .shogun-image-content {
  
    align-items: center;
  
}

.s-37db3edf-b00a-4b35-a5cb-62cae644ef90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37db3edf-b00a-4b35-a5cb-62cae644ef90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37db3edf-b00a-4b35-a5cb-62cae644ef90.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-37db3edf-b00a-4b35-a5cb-62cae644ef90 {
      --shg-aspect-ratio: calc(1982/1000); 
    }

    .s-37db3edf-b00a-4b35-a5cb-62cae644ef90.shogun-image-container {
      position: relative;
    }

    .s-37db3edf-b00a-4b35-a5cb-62cae644ef90.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-37db3edf-b00a-4b35-a5cb-62cae644ef90.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-37db3edf-b00a-4b35-a5cb-62cae644ef90 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-37db3edf-b00a-4b35-a5cb-62cae644ef90 img.shogun-image,
  #s-37db3edf-b00a-4b35-a5cb-62cae644ef90 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-37db3edf-b00a-4b35-a5cb-62cae644ef90 {
    width: 100%;
    height: auto;
  }

  #s-37db3edf-b00a-4b35-a5cb-62cae644ef90 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-37db3edf-b00a-4b35-a5cb-62cae644ef90.shogun-image {
    
    
  }


.s-37db3edf-b00a-4b35-a5cb-62cae644ef90 .shogun-image-content {
  
    align-items: center;
  
}

.s-37db3edf-b00a-4b35-a5cb-62cae644ef90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37db3edf-b00a-4b35-a5cb-62cae644ef90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37db3edf-b00a-4b35-a5cb-62cae644ef90.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-37db3edf-b00a-4b35-a5cb-62cae644ef90 {
      --shg-aspect-ratio: calc(1982/1000); 
    }

    .s-37db3edf-b00a-4b35-a5cb-62cae644ef90.shogun-image-container {
      position: relative;
    }

    .s-37db3edf-b00a-4b35-a5cb-62cae644ef90.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-37db3edf-b00a-4b35-a5cb-62cae644ef90.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-37db3edf-b00a-4b35-a5cb-62cae644ef90 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-9943eef1-5cae-4798-9ced-bef99fa56750 {
  padding-top: 20px;
padding-left: 20%;
padding-bottom: 20px;
padding-right: 20%;
}
@media (max-width: 767px){#s-9943eef1-5cae-4798-9ced-bef99fa56750 {
  display: unset;
}
#s-9943eef1-5cae-4798-9ced-bef99fa56750, #wrap-s-9943eef1-5cae-4798-9ced-bef99fa56750 { display: unset !important; }}
@media (min-width: 0px) {
[id="s-9943eef1-5cae-4798-9ced-bef99fa56750"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9943eef1-5cae-4798-9ced-bef99fa56750"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9943eef1-5cae-4798-9ced-bef99fa56750"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9943eef1-5cae-4798-9ced-bef99fa56750"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-be8e5af4-0a0c-47f3-bfe5-ca4b7592942c {
  border-style: solid;
margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-be8e5af4-0a0c-47f3-bfe5-ca4b7592942c: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: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 0.3) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-be8e5af4-0a0c-47f3-bfe5-ca4b7592942c:active {background-color: rgba(235, 231, 230, 1) !important;
text-decoration: none !important;
color: rgba(187, 187, 187, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-be8e5af4-0a0c-47f3-bfe5-ca4b7592942c-root {
    text-align: center;
  }


#s-be8e5af4-0a0c-47f3-bfe5-ca4b7592942c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
@media (min-width: 1200px){
  #s-be8e5af4-0a0c-47f3-bfe5-ca4b7592942c-root {
    text-align: center;
  }


#s-be8e5af4-0a0c-47f3-bfe5-ca4b7592942c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-be8e5af4-0a0c-47f3-bfe5-ca4b7592942c-root {
    text-align: center;
  }


#s-be8e5af4-0a0c-47f3-bfe5-ca4b7592942c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-be8e5af4-0a0c-47f3-bfe5-ca4b7592942c-root {
    text-align: center;
  }


#s-be8e5af4-0a0c-47f3-bfe5-ca4b7592942c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (max-width: 767px){
  #s-be8e5af4-0a0c-47f3-bfe5-ca4b7592942c-root {
    text-align: center;
  }


#s-be8e5af4-0a0c-47f3-bfe5-ca4b7592942c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}
#s-4c8b2a5b-71d5-4967-b8ae-30d7a8861cf2 {
  margin-left: 6%;
margin-right: 6%;
padding-top: 80px;
padding-bottom: 80px;
min-height: 50px;
}
@media (min-width: 1200px){#s-4c8b2a5b-71d5-4967-b8ae-30d7a8861cf2 {
  display: none;
}
#s-4c8b2a5b-71d5-4967-b8ae-30d7a8861cf2, #wrap-s-4c8b2a5b-71d5-4967-b8ae-30d7a8861cf2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4c8b2a5b-71d5-4967-b8ae-30d7a8861cf2 {
  display: none;
}
#s-4c8b2a5b-71d5-4967-b8ae-30d7a8861cf2, #wrap-s-4c8b2a5b-71d5-4967-b8ae-30d7a8861cf2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4c8b2a5b-71d5-4967-b8ae-30d7a8861cf2 {
  display: none;
}
#s-4c8b2a5b-71d5-4967-b8ae-30d7a8861cf2, #wrap-s-4c8b2a5b-71d5-4967-b8ae-30d7a8861cf2 { display: none !important; }}@media (max-width: 767px){#s-4c8b2a5b-71d5-4967-b8ae-30d7a8861cf2 {
  display: none;
}
#s-4c8b2a5b-71d5-4967-b8ae-30d7a8861cf2, #wrap-s-4c8b2a5b-71d5-4967-b8ae-30d7a8861cf2 { display: none !important; }}







#s-4c8b2a5b-71d5-4967-b8ae-30d7a8861cf2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c8b2a5b-71d5-4967-b8ae-30d7a8861cf2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cb94e9f0-0a57-4df4-a625-fadfbc4c6a30 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

@media (min-width: 0px) {
[id="s-cb94e9f0-0a57-4df4-a625-fadfbc4c6a30"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-cb94e9f0-0a57-4df4-a625-fadfbc4c6a30"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-cb94e9f0-0a57-4df4-a625-fadfbc4c6a30"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-cb94e9f0-0a57-4df4-a625-fadfbc4c6a30"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-cb94e9f0-0a57-4df4-a625-fadfbc4c6a30"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-cb94e9f0-0a57-4df4-a625-fadfbc4c6a30"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-cb94e9f0-0a57-4df4-a625-fadfbc4c6a30"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-cb94e9f0-0a57-4df4-a625-fadfbc4c6a30"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-cb94e9f0-0a57-4df4-a625-fadfbc4c6a30"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-cb94e9f0-0a57-4df4-a625-fadfbc4c6a30"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

#s-228ea692-31cc-48c7-acc0-96f84ee63725 {
  min-height: 50px;
}








#s-228ea692-31cc-48c7-acc0-96f84ee63725 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-228ea692-31cc-48c7-acc0-96f84ee63725.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-930ba679-dced-437e-b800-6001ed28c3dc {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 872px;
aspect-ratio: 872/1340;
text-align: center;
}





  #s-930ba679-dced-437e-b800-6001ed28c3dc img.shogun-image,
  #s-930ba679-dced-437e-b800-6001ed28c3dc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-930ba679-dced-437e-b800-6001ed28c3dc {
    width: 100%;
    height: auto;
  }



  #s-930ba679-dced-437e-b800-6001ed28c3dc img.shogun-image {
    

    
    
    
  }


#s-930ba679-dced-437e-b800-6001ed28c3dc .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-0b7979e3-f97a-4158-bb92-a56429fe40a5 {
  padding-left: 1%;
padding-right: 1%;
}

#s-d92195de-9ca7-4718-99d5-ab2dc27f2816 {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 872px;
aspect-ratio: 872/1340;
text-align: center;
}





  #s-d92195de-9ca7-4718-99d5-ab2dc27f2816 img.shogun-image,
  #s-d92195de-9ca7-4718-99d5-ab2dc27f2816 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d92195de-9ca7-4718-99d5-ab2dc27f2816 {
    width: 100%;
    height: auto;
  }



  #s-d92195de-9ca7-4718-99d5-ab2dc27f2816 img.shogun-image {
    

    
    
    
  }


#s-d92195de-9ca7-4718-99d5-ab2dc27f2816 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-b222a6cf-9260-4f22-b1be-08ff44fd1c1a {
  padding-left: 1%;
padding-right: 1%;
}

#s-580aac55-0a40-46c7-bbd7-3b52f126d062 {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 872px;
aspect-ratio: 872/1340;
text-align: center;
}





  #s-580aac55-0a40-46c7-bbd7-3b52f126d062 img.shogun-image,
  #s-580aac55-0a40-46c7-bbd7-3b52f126d062 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-580aac55-0a40-46c7-bbd7-3b52f126d062 {
    width: 100%;
    height: auto;
  }



  #s-580aac55-0a40-46c7-bbd7-3b52f126d062 img.shogun-image {
    

    
    
    
  }


#s-580aac55-0a40-46c7-bbd7-3b52f126d062 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-f37012f7-82c6-4d65-b2c5-63f960cca770 {
  padding-left: 1%;
padding-right: 1%;
}

#s-107fab95-59f6-4399-be6e-e98928bc25bc {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 872px;
aspect-ratio: 872/1340;
text-align: center;
}





  #s-107fab95-59f6-4399-be6e-e98928bc25bc img.shogun-image,
  #s-107fab95-59f6-4399-be6e-e98928bc25bc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-107fab95-59f6-4399-be6e-e98928bc25bc {
    width: 100%;
    height: auto;
  }



  #s-107fab95-59f6-4399-be6e-e98928bc25bc img.shogun-image {
    

    
    
    
  }


#s-107fab95-59f6-4399-be6e-e98928bc25bc .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-e5373e03-68c1-4f3e-bb9f-e41f177019ed {
  padding-left: 1%;
padding-right: 1%;
}

#s-b4c2c17e-db04-43af-be47-1b15fcdd8496 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 6%;
padding-bottom: 0px;
padding-right: 6%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-b4c2c17e-db04-43af-be47-1b15fcdd8496 {
  display: unset;
}
#s-b4c2c17e-db04-43af-be47-1b15fcdd8496, #wrap-s-b4c2c17e-db04-43af-be47-1b15fcdd8496 { display: unset !important; }}







#s-b4c2c17e-db04-43af-be47-1b15fcdd8496 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4c2c17e-db04-43af-be47-1b15fcdd8496.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-95f986af-29f3-4019-9ffa-7a3ab4455888 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 80px;
padding-left: 0px;
padding-bottom: 80px;
padding-right: 0px;
}

@media (min-width: 0px) {
[id="s-95f986af-29f3-4019-9ffa-7a3ab4455888"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-95f986af-29f3-4019-9ffa-7a3ab4455888"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-95f986af-29f3-4019-9ffa-7a3ab4455888"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-95f986af-29f3-4019-9ffa-7a3ab4455888"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-95f986af-29f3-4019-9ffa-7a3ab4455888"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-95f986af-29f3-4019-9ffa-7a3ab4455888"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-95f986af-29f3-4019-9ffa-7a3ab4455888"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-95f986af-29f3-4019-9ffa-7a3ab4455888"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-95f986af-29f3-4019-9ffa-7a3ab4455888"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-95f986af-29f3-4019-9ffa-7a3ab4455888"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

#s-5270a657-c19b-42f4-86f6-26b660dcaffd {
  min-height: 50px;
}
@media (max-width: 767px){#s-5270a657-c19b-42f4-86f6-26b660dcaffd {
  margin-bottom: 40px;
}
}







#s-5270a657-c19b-42f4-86f6-26b660dcaffd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5270a657-c19b-42f4-86f6-26b660dcaffd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0e57197f-d65f-4a46-bcea-ac1e46d7eab0 {
  border-style: solid;
margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(18, 18, 18, 1);
border-radius: 0px;
background-color: rgba(18, 18, 18, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(18, 18, 18, 1);
letter-spacing: 1px;
}
#s-0e57197f-d65f-4a46-bcea-ac1e46d7eab0: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: rgba(18, 18, 18, 1) !important;
background-color: rgba(18, 18, 18, 0.3) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(18, 18, 18, 1) !important;}#s-0e57197f-d65f-4a46-bcea-ac1e46d7eab0:active {background-color: rgba(235, 231, 230, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-0e57197f-d65f-4a46-bcea-ac1e46d7eab0-root {
    text-align: center;
  }


#s-0e57197f-d65f-4a46-bcea-ac1e46d7eab0.shg-btn {
  color: rgba(18, 18, 18, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0e57197f-d65f-4a46-bcea-ac1e46d7eab0-root {
    text-align: center;
  }


#s-0e57197f-d65f-4a46-bcea-ac1e46d7eab0.shg-btn {
  color: rgba(18, 18, 18, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0e57197f-d65f-4a46-bcea-ac1e46d7eab0-root {
    text-align: center;
  }


#s-0e57197f-d65f-4a46-bcea-ac1e46d7eab0.shg-btn {
  color: rgba(18, 18, 18, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0e57197f-d65f-4a46-bcea-ac1e46d7eab0-root {
    text-align: center;
  }


#s-0e57197f-d65f-4a46-bcea-ac1e46d7eab0.shg-btn {
  color: rgba(18, 18, 18, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0e57197f-d65f-4a46-bcea-ac1e46d7eab0-root {
    text-align: center;
  }


#s-0e57197f-d65f-4a46-bcea-ac1e46d7eab0.shg-btn {
  color: rgba(18, 18, 18, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}
#s-731aefb7-0b1c-4bcd-8acb-637eb321daf9 {
  max-width: 738px;
text-align: center;
}







  #s-731aefb7-0b1c-4bcd-8acb-637eb321daf9 img.shogun-image {
    

    
    
    
  }


#s-731aefb7-0b1c-4bcd-8acb-637eb321daf9 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-b5d21022-6119-46fa-975c-226bfef73413 {
  padding-left: 1%;
padding-right: 1%;
}

#s-f64a086e-4ac1-44bd-abc1-9d5e81f69ae7 {
  max-width: 738px;
text-align: center;
}







  #s-f64a086e-4ac1-44bd-abc1-9d5e81f69ae7 img.shogun-image {
    

    
    
    
  }


#s-f64a086e-4ac1-44bd-abc1-9d5e81f69ae7 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-9ddec9a1-b1cf-494d-bbc1-ce6df48b7620 {
  padding-left: 1%;
padding-right: 1%;
}

#s-0681295b-5f37-428b-ab4d-28ce6dc62ab6 {
  max-width: 738px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0681295b-5f37-428b-ab4d-28ce6dc62ab6 {
  margin-top: 20px;
}
}@media (max-width: 767px){#s-0681295b-5f37-428b-ab4d-28ce6dc62ab6 {
  margin-top: 20px;
margin-bottom: 20px;
}
}






  #s-0681295b-5f37-428b-ab4d-28ce6dc62ab6 img.shogun-image {
    

    
    
    
  }


#s-0681295b-5f37-428b-ab4d-28ce6dc62ab6 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-8b3e18fd-cc28-42b6-8b69-530c7b1f1832 {
  padding-left: 1%;
padding-right: 1%;
}

#s-2dbb0c62-25ad-4ff4-b4e4-b4357e1d93b9 {
  max-width: 738px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2dbb0c62-25ad-4ff4-b4e4-b4357e1d93b9 {
  margin-top: 20px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-2dbb0c62-25ad-4ff4-b4e4-b4357e1d93b9 {
  margin-top: 20px;
}
}






  #s-2dbb0c62-25ad-4ff4-b4e4-b4357e1d93b9 img.shogun-image {
    

    
    
    
  }


#s-2dbb0c62-25ad-4ff4-b4e4-b4357e1d93b9 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-c8bb5cef-1d60-45bc-a367-3449ab6a2dea {
  padding-left: 1%;
padding-right: 1%;
}

#s-82afbda7-c670-42e8-b31d-8ad67d12607f {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-82afbda7-c670-42e8-b31d-8ad67d12607f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-82afbda7-c670-42e8-b31d-8ad67d12607f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-82afbda7-c670-42e8-b31d-8ad67d12607f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-82afbda7-c670-42e8-b31d-8ad67d12607f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-0a6729a7-c3a0-4bd4-bbc9-70609b240ef1 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 2600px;
aspect-ratio: 2600/2111;
text-align: center;
}
#s-0a6729a7-c3a0-4bd4-bbc9-70609b240ef1:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;}




  #s-0a6729a7-c3a0-4bd4-bbc9-70609b240ef1 img.shogun-image,
  #s-0a6729a7-c3a0-4bd4-bbc9-70609b240ef1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0a6729a7-c3a0-4bd4-bbc9-70609b240ef1 {
    width: 100%;
    height: auto;
  }



  #s-0a6729a7-c3a0-4bd4-bbc9-70609b240ef1 img.shogun-image {
    

    
    
    
  }


#s-0a6729a7-c3a0-4bd4-bbc9-70609b240ef1 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-94aaedd3-f422-44bb-b215-171d63f6fce3 {
  padding-top: 40px;
padding-left: 10%;
padding-bottom: 40px;
padding-right: 10%;
min-height: 50px;
}








#s-94aaedd3-f422-44bb-b215-171d63f6fce3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-94aaedd3-f422-44bb-b215-171d63f6fce3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0299f6c3-56ff-4879-a491-92084dcd47c0 {
  padding-top: 0px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-0299f6c3-56ff-4879-a491-92084dcd47c0 {
  display: unset;
}
#s-0299f6c3-56ff-4879-a491-92084dcd47c0, #wrap-s-0299f6c3-56ff-4879-a491-92084dcd47c0 { display: unset !important; }}
@media (min-width: 0px) {
[id="s-0299f6c3-56ff-4879-a491-92084dcd47c0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0299f6c3-56ff-4879-a491-92084dcd47c0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0299f6c3-56ff-4879-a491-92084dcd47c0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0299f6c3-56ff-4879-a491-92084dcd47c0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0299f6c3-56ff-4879-a491-92084dcd47c0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0299f6c3-56ff-4879-a491-92084dcd47c0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0299f6c3-56ff-4879-a491-92084dcd47c0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e345d4f4-d6d9-4a16-8527-ebde527143cb {
  border-style: solid;
margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(18, 18, 18, 1);
border-radius: 0px;
background-color: rgba(18, 18, 18, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(18, 18, 18, 1);
letter-spacing: 1px;
}
#s-e345d4f4-d6d9-4a16-8527-ebde527143cb: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: rgba(18, 18, 18, 1) !important;
background-color: rgba(18, 18, 18, 0.3) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(18, 18, 18, 1) !important;}#s-e345d4f4-d6d9-4a16-8527-ebde527143cb:active {background-color: rgba(235, 231, 230, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-e345d4f4-d6d9-4a16-8527-ebde527143cb-root {
    text-align: center;
  }


#s-e345d4f4-d6d9-4a16-8527-ebde527143cb.shg-btn {
  color: rgba(18, 18, 18, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e345d4f4-d6d9-4a16-8527-ebde527143cb-root {
    text-align: center;
  }


#s-e345d4f4-d6d9-4a16-8527-ebde527143cb.shg-btn {
  color: rgba(18, 18, 18, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e345d4f4-d6d9-4a16-8527-ebde527143cb-root {
    text-align: center;
  }


#s-e345d4f4-d6d9-4a16-8527-ebde527143cb.shg-btn {
  color: rgba(18, 18, 18, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e345d4f4-d6d9-4a16-8527-ebde527143cb-root {
    text-align: center;
  }


#s-e345d4f4-d6d9-4a16-8527-ebde527143cb.shg-btn {
  color: rgba(18, 18, 18, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e345d4f4-d6d9-4a16-8527-ebde527143cb-root {
    text-align: center;
  }


#s-e345d4f4-d6d9-4a16-8527-ebde527143cb.shg-btn {
  color: rgba(18, 18, 18, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}
#s-d9b98848-2e5c-41fc-ad82-88dc8931de62 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 1950px;
aspect-ratio: 1950/1584;
text-align: center;
}
#s-d9b98848-2e5c-41fc-ad82-88dc8931de62:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;}




  #s-d9b98848-2e5c-41fc-ad82-88dc8931de62 img.shogun-image,
  #s-d9b98848-2e5c-41fc-ad82-88dc8931de62 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d9b98848-2e5c-41fc-ad82-88dc8931de62 {
    width: 100%;
    height: auto;
  }



  #s-d9b98848-2e5c-41fc-ad82-88dc8931de62 img.shogun-image {
    

    
    
    
  }


#s-d9b98848-2e5c-41fc-ad82-88dc8931de62 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-0396767e-e39b-453a-a0af-d80d40ef923b {
  padding-top: 40px;
padding-left: 10%;
padding-bottom: 40px;
padding-right: 10%;
min-height: 50px;
}








#s-0396767e-e39b-453a-a0af-d80d40ef923b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0396767e-e39b-453a-a0af-d80d40ef923b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a24f41b6-a4a9-4a36-b688-0e35f50796bc {
  padding-top: 0px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-a24f41b6-a4a9-4a36-b688-0e35f50796bc {
  display: unset;
}
#s-a24f41b6-a4a9-4a36-b688-0e35f50796bc, #wrap-s-a24f41b6-a4a9-4a36-b688-0e35f50796bc { display: unset !important; }}
@media (min-width: 0px) {
[id="s-a24f41b6-a4a9-4a36-b688-0e35f50796bc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a24f41b6-a4a9-4a36-b688-0e35f50796bc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a24f41b6-a4a9-4a36-b688-0e35f50796bc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a24f41b6-a4a9-4a36-b688-0e35f50796bc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a24f41b6-a4a9-4a36-b688-0e35f50796bc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a24f41b6-a4a9-4a36-b688-0e35f50796bc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a24f41b6-a4a9-4a36-b688-0e35f50796bc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-42462422-7e94-4646-a21f-b5241a3d4b99 {
  border-style: solid;
margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(18, 18, 18, 1);
border-radius: 0px;
background-color: rgba(18, 18, 18, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(18, 18, 18, 1);
letter-spacing: 1px;
}
#s-42462422-7e94-4646-a21f-b5241a3d4b99: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: rgba(18, 18, 18, 1) !important;
background-color: rgba(18, 18, 18, 0.3) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(18, 18, 18, 1) !important;}#s-42462422-7e94-4646-a21f-b5241a3d4b99:active {background-color: rgba(235, 231, 230, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-42462422-7e94-4646-a21f-b5241a3d4b99-root {
    text-align: center;
  }


#s-42462422-7e94-4646-a21f-b5241a3d4b99.shg-btn {
  color: rgba(18, 18, 18, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
@media (min-width: 1200px){
  #s-42462422-7e94-4646-a21f-b5241a3d4b99-root {
    text-align: center;
  }


#s-42462422-7e94-4646-a21f-b5241a3d4b99.shg-btn {
  color: rgba(18, 18, 18, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-42462422-7e94-4646-a21f-b5241a3d4b99-root {
    text-align: center;
  }


#s-42462422-7e94-4646-a21f-b5241a3d4b99.shg-btn {
  color: rgba(18, 18, 18, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-42462422-7e94-4646-a21f-b5241a3d4b99-root {
    text-align: center;
  }


#s-42462422-7e94-4646-a21f-b5241a3d4b99.shg-btn {
  color: rgba(18, 18, 18, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (max-width: 767px){
  #s-42462422-7e94-4646-a21f-b5241a3d4b99-root {
    text-align: center;
  }


#s-42462422-7e94-4646-a21f-b5241a3d4b99.shg-btn {
  color: rgba(18, 18, 18, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}
#s-bea66edc-8a02-448d-a98f-b49eaf6e663b {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-bea66edc-8a02-448d-a98f-b49eaf6e663b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bea66edc-8a02-448d-a98f-b49eaf6e663b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-517cd0f9-a260-48f1-b6b4-e1c4fde963d4 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 10480px;
aspect-ratio: 10480/3573;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-517cd0f9-a260-48f1-b6b4-e1c4fde963d4 {
  display: none;
}
#s-517cd0f9-a260-48f1-b6b4-e1c4fde963d4, #wrap-s-517cd0f9-a260-48f1-b6b4-e1c4fde963d4 { display: none !important; }}@media (max-width: 767px){#s-517cd0f9-a260-48f1-b6b4-e1c4fde963d4 {
  display: none;
}
#s-517cd0f9-a260-48f1-b6b4-e1c4fde963d4, #wrap-s-517cd0f9-a260-48f1-b6b4-e1c4fde963d4 { display: none !important; }}




  #s-517cd0f9-a260-48f1-b6b4-e1c4fde963d4 img.shogun-image,
  #s-517cd0f9-a260-48f1-b6b4-e1c4fde963d4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-517cd0f9-a260-48f1-b6b4-e1c4fde963d4 {
    width: 100%;
    height: auto;
  }



  #s-517cd0f9-a260-48f1-b6b4-e1c4fde963d4 img.shogun-image {
    

    
    
    
  }


#s-517cd0f9-a260-48f1-b6b4-e1c4fde963d4 .shogun-image-content {
  
    align-items: center;
  
}

#s-682d0cc4-7ee3-4fbc-a7c0-dc81c1fabde3 {
  padding-top: 80px;
}

#s-24317a0b-a6a8-4343-a001-c341d7c1a722 {
  padding-top: 16px;
padding-left: 20%;
padding-bottom: 16px;
padding-right: 20%;
}
@media (max-width: 767px){#s-24317a0b-a6a8-4343-a001-c341d7c1a722 {
  display: unset;
}
#s-24317a0b-a6a8-4343-a001-c341d7c1a722, #wrap-s-24317a0b-a6a8-4343-a001-c341d7c1a722 { display: unset !important; }}
@media (min-width: 0px) {
[id="s-24317a0b-a6a8-4343-a001-c341d7c1a722"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-24317a0b-a6a8-4343-a001-c341d7c1a722"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-24317a0b-a6a8-4343-a001-c341d7c1a722"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-24317a0b-a6a8-4343-a001-c341d7c1a722"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-34e146a6-de89-41e9-bf46-c04401d22ba7 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
letter-spacing: 1px;
}
#s-34e146a6-de89-41e9-bf46-c04401d22ba7: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: rgba(0, 0, 0, 1) !important;
background-color: rgba(18, 18, 18, 0.3) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-34e146a6-de89-41e9-bf46-c04401d22ba7:active {background-color: rgba(235, 231, 230, 1) !important;
text-decoration: none !important;
color: rgba(187, 187, 187, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-34e146a6-de89-41e9-bf46-c04401d22ba7-root {
    text-align: center;
  }


#s-34e146a6-de89-41e9-bf46-c04401d22ba7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
@media (min-width: 1200px){
  #s-34e146a6-de89-41e9-bf46-c04401d22ba7-root {
    text-align: center;
  }


#s-34e146a6-de89-41e9-bf46-c04401d22ba7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-34e146a6-de89-41e9-bf46-c04401d22ba7-root {
    text-align: center;
  }


#s-34e146a6-de89-41e9-bf46-c04401d22ba7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-34e146a6-de89-41e9-bf46-c04401d22ba7-root {
    text-align: center;
  }


#s-34e146a6-de89-41e9-bf46-c04401d22ba7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (max-width: 767px){
  #s-34e146a6-de89-41e9-bf46-c04401d22ba7-root {
    text-align: center;
  }


#s-34e146a6-de89-41e9-bf46-c04401d22ba7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}
#s-5e7e81d4-9bbc-443b-b22e-7bf203994bfe {
  padding-top: 40px;
padding-bottom: 0px;
}

#s-a9143f7f-3b83-4fb4-8c0b-4f114645d177 {
  max-width: 860px;
text-align: center;
}
@media (min-width: 1200px){#s-a9143f7f-3b83-4fb4-8c0b-4f114645d177 {
  display: none;
}
#s-a9143f7f-3b83-4fb4-8c0b-4f114645d177, #wrap-s-a9143f7f-3b83-4fb4-8c0b-4f114645d177 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a9143f7f-3b83-4fb4-8c0b-4f114645d177 {
  display: none;
}
#s-a9143f7f-3b83-4fb4-8c0b-4f114645d177, #wrap-s-a9143f7f-3b83-4fb4-8c0b-4f114645d177 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a9143f7f-3b83-4fb4-8c0b-4f114645d177 {
  display: none;
}
#s-a9143f7f-3b83-4fb4-8c0b-4f114645d177, #wrap-s-a9143f7f-3b83-4fb4-8c0b-4f114645d177 { display: none !important; }}






  #s-a9143f7f-3b83-4fb4-8c0b-4f114645d177 img.shogun-image {
    

    
    
    
  }


#s-a9143f7f-3b83-4fb4-8c0b-4f114645d177 .shogun-image-content {
  
    align-items: center;
  
}

#s-de262edb-d762-4161-9c90-6da2f44e06f0 {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
min-height: 50px;
}








#s-de262edb-d762-4161-9c90-6da2f44e06f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de262edb-d762-4161-9c90-6da2f44e06f0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-95ee8f34-26f1-4ac4-8940-30f454376717 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 20px;
padding-bottom: 20px;
}
@media (max-width: 767px){#s-95ee8f34-26f1-4ac4-8940-30f454376717 {
  display: unset;
}
#s-95ee8f34-26f1-4ac4-8940-30f454376717, #wrap-s-95ee8f34-26f1-4ac4-8940-30f454376717 { display: unset !important; }}
@media (min-width: 0px) {
[id="s-95ee8f34-26f1-4ac4-8940-30f454376717"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-95ee8f34-26f1-4ac4-8940-30f454376717"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-95ee8f34-26f1-4ac4-8940-30f454376717"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-95ee8f34-26f1-4ac4-8940-30f454376717"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-95ee8f34-26f1-4ac4-8940-30f454376717"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-95ee8f34-26f1-4ac4-8940-30f454376717"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-95ee8f34-26f1-4ac4-8940-30f454376717"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-adf585b6-ed34-49d3-8737-113a475f5283 {
  border-style: solid;
margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
letter-spacing: 1px;
}
#s-adf585b6-ed34-49d3-8737-113a475f5283: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: rgba(0, 0, 0, 1) !important;
background-color: rgba(18, 18, 18, 0.3) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-adf585b6-ed34-49d3-8737-113a475f5283:active {background-color: rgba(235, 231, 230, 1) !important;
text-decoration: none !important;
color: rgba(187, 187, 187, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-adf585b6-ed34-49d3-8737-113a475f5283-root {
    text-align: center;
  }


#s-adf585b6-ed34-49d3-8737-113a475f5283.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
@media (min-width: 1200px){
  #s-adf585b6-ed34-49d3-8737-113a475f5283-root {
    text-align: center;
  }


#s-adf585b6-ed34-49d3-8737-113a475f5283.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-adf585b6-ed34-49d3-8737-113a475f5283-root {
    text-align: center;
  }


#s-adf585b6-ed34-49d3-8737-113a475f5283.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-adf585b6-ed34-49d3-8737-113a475f5283-root {
    text-align: center;
  }


#s-adf585b6-ed34-49d3-8737-113a475f5283.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (max-width: 767px){
  #s-adf585b6-ed34-49d3-8737-113a475f5283-root {
    text-align: center;
  }


#s-adf585b6-ed34-49d3-8737-113a475f5283.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}
#s-d47f9881-9232-4d90-b9e7-7ed003cc6378 {
  max-width: 1982px;
aspect-ratio: 1982/1000;
text-align: center;
}
@media (min-width: 1200px){#s-d47f9881-9232-4d90-b9e7-7ed003cc6378 {
  display: none;
}
#s-d47f9881-9232-4d90-b9e7-7ed003cc6378, #wrap-s-d47f9881-9232-4d90-b9e7-7ed003cc6378 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d47f9881-9232-4d90-b9e7-7ed003cc6378 {
  display: none;
}
#s-d47f9881-9232-4d90-b9e7-7ed003cc6378, #wrap-s-d47f9881-9232-4d90-b9e7-7ed003cc6378 { display: none !important; }}@media (max-width: 767px){#s-d47f9881-9232-4d90-b9e7-7ed003cc6378 {
  display: none;
}
#s-d47f9881-9232-4d90-b9e7-7ed003cc6378, #wrap-s-d47f9881-9232-4d90-b9e7-7ed003cc6378 { display: none !important; }}




  #s-d47f9881-9232-4d90-b9e7-7ed003cc6378 img.shogun-image,
  #s-d47f9881-9232-4d90-b9e7-7ed003cc6378 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d47f9881-9232-4d90-b9e7-7ed003cc6378 {
    width: 100%;
    height: auto;
  }

  #s-d47f9881-9232-4d90-b9e7-7ed003cc6378 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d47f9881-9232-4d90-b9e7-7ed003cc6378.shogun-image {
    
    
  }


.s-d47f9881-9232-4d90-b9e7-7ed003cc6378 .shogun-image-content {
  
    align-items: center;
  
}

.s-d47f9881-9232-4d90-b9e7-7ed003cc6378.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d47f9881-9232-4d90-b9e7-7ed003cc6378.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d47f9881-9232-4d90-b9e7-7ed003cc6378.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d47f9881-9232-4d90-b9e7-7ed003cc6378 {
      --shg-aspect-ratio: calc(1982/1000); 
    }

    .s-d47f9881-9232-4d90-b9e7-7ed003cc6378.shogun-image-container {
      position: relative;
    }

    .s-d47f9881-9232-4d90-b9e7-7ed003cc6378.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d47f9881-9232-4d90-b9e7-7ed003cc6378.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d47f9881-9232-4d90-b9e7-7ed003cc6378 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-d47f9881-9232-4d90-b9e7-7ed003cc6378 img.shogun-image,
  #s-d47f9881-9232-4d90-b9e7-7ed003cc6378 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d47f9881-9232-4d90-b9e7-7ed003cc6378 {
    width: 100%;
    height: auto;
  }

  #s-d47f9881-9232-4d90-b9e7-7ed003cc6378 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d47f9881-9232-4d90-b9e7-7ed003cc6378.shogun-image {
    
    
  }


.s-d47f9881-9232-4d90-b9e7-7ed003cc6378 .shogun-image-content {
  
    align-items: center;
  
}

.s-d47f9881-9232-4d90-b9e7-7ed003cc6378.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d47f9881-9232-4d90-b9e7-7ed003cc6378.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d47f9881-9232-4d90-b9e7-7ed003cc6378.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d47f9881-9232-4d90-b9e7-7ed003cc6378 {
      --shg-aspect-ratio: calc(1982/1000); 
    }

    .s-d47f9881-9232-4d90-b9e7-7ed003cc6378.shogun-image-container {
      position: relative;
    }

    .s-d47f9881-9232-4d90-b9e7-7ed003cc6378.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d47f9881-9232-4d90-b9e7-7ed003cc6378.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d47f9881-9232-4d90-b9e7-7ed003cc6378 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-d47f9881-9232-4d90-b9e7-7ed003cc6378 img.shogun-image,
  #s-d47f9881-9232-4d90-b9e7-7ed003cc6378 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d47f9881-9232-4d90-b9e7-7ed003cc6378 {
    width: 100%;
    height: auto;
  }

  #s-d47f9881-9232-4d90-b9e7-7ed003cc6378 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d47f9881-9232-4d90-b9e7-7ed003cc6378.shogun-image {
    
    
  }


.s-d47f9881-9232-4d90-b9e7-7ed003cc6378 .shogun-image-content {
  
    align-items: center;
  
}

.s-d47f9881-9232-4d90-b9e7-7ed003cc6378.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d47f9881-9232-4d90-b9e7-7ed003cc6378.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d47f9881-9232-4d90-b9e7-7ed003cc6378.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d47f9881-9232-4d90-b9e7-7ed003cc6378 {
      --shg-aspect-ratio: calc(1982/1000); 
    }

    .s-d47f9881-9232-4d90-b9e7-7ed003cc6378.shogun-image-container {
      position: relative;
    }

    .s-d47f9881-9232-4d90-b9e7-7ed003cc6378.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d47f9881-9232-4d90-b9e7-7ed003cc6378.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d47f9881-9232-4d90-b9e7-7ed003cc6378 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-d47f9881-9232-4d90-b9e7-7ed003cc6378 img.shogun-image,
  #s-d47f9881-9232-4d90-b9e7-7ed003cc6378 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d47f9881-9232-4d90-b9e7-7ed003cc6378 {
    width: 100%;
    height: auto;
  }

  #s-d47f9881-9232-4d90-b9e7-7ed003cc6378 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d47f9881-9232-4d90-b9e7-7ed003cc6378.shogun-image {
    
    
  }


.s-d47f9881-9232-4d90-b9e7-7ed003cc6378 .shogun-image-content {
  
    align-items: center;
  
}

.s-d47f9881-9232-4d90-b9e7-7ed003cc6378.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d47f9881-9232-4d90-b9e7-7ed003cc6378.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d47f9881-9232-4d90-b9e7-7ed003cc6378.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d47f9881-9232-4d90-b9e7-7ed003cc6378 {
      --shg-aspect-ratio: calc(1982/1000); 
    }

    .s-d47f9881-9232-4d90-b9e7-7ed003cc6378.shogun-image-container {
      position: relative;
    }

    .s-d47f9881-9232-4d90-b9e7-7ed003cc6378.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d47f9881-9232-4d90-b9e7-7ed003cc6378.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d47f9881-9232-4d90-b9e7-7ed003cc6378 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-d47f9881-9232-4d90-b9e7-7ed003cc6378 img.shogun-image,
  #s-d47f9881-9232-4d90-b9e7-7ed003cc6378 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d47f9881-9232-4d90-b9e7-7ed003cc6378 {
    width: 100%;
    height: auto;
  }

  #s-d47f9881-9232-4d90-b9e7-7ed003cc6378 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d47f9881-9232-4d90-b9e7-7ed003cc6378.shogun-image {
    
    
  }


.s-d47f9881-9232-4d90-b9e7-7ed003cc6378 .shogun-image-content {
  
    align-items: center;
  
}

.s-d47f9881-9232-4d90-b9e7-7ed003cc6378.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d47f9881-9232-4d90-b9e7-7ed003cc6378.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d47f9881-9232-4d90-b9e7-7ed003cc6378.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d47f9881-9232-4d90-b9e7-7ed003cc6378 {
      --shg-aspect-ratio: calc(1982/1000); 
    }

    .s-d47f9881-9232-4d90-b9e7-7ed003cc6378.shogun-image-container {
      position: relative;
    }

    .s-d47f9881-9232-4d90-b9e7-7ed003cc6378.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d47f9881-9232-4d90-b9e7-7ed003cc6378.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d47f9881-9232-4d90-b9e7-7ed003cc6378 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-645ba500-7eec-4f0f-ba45-67d23712d11c {
  padding-top: 20px;
padding-left: 20%;
padding-bottom: 20px;
padding-right: 20%;
}
@media (max-width: 767px){#s-645ba500-7eec-4f0f-ba45-67d23712d11c {
  display: unset;
}
#s-645ba500-7eec-4f0f-ba45-67d23712d11c, #wrap-s-645ba500-7eec-4f0f-ba45-67d23712d11c { display: unset !important; }}
@media (min-width: 0px) {
[id="s-645ba500-7eec-4f0f-ba45-67d23712d11c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-645ba500-7eec-4f0f-ba45-67d23712d11c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-645ba500-7eec-4f0f-ba45-67d23712d11c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-645ba500-7eec-4f0f-ba45-67d23712d11c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-c8b9a1b1-5dd1-4a62-a1e3-19a43693df99 {
  border-style: solid;
margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
letter-spacing: 1px;
}
#s-c8b9a1b1-5dd1-4a62-a1e3-19a43693df99: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: rgba(0, 0, 0, 1) !important;
background-color: rgba(18, 18, 18, 0.3) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-c8b9a1b1-5dd1-4a62-a1e3-19a43693df99:active {background-color: rgba(235, 231, 230, 1) !important;
text-decoration: none !important;
color: rgba(187, 187, 187, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-c8b9a1b1-5dd1-4a62-a1e3-19a43693df99-root {
    text-align: center;
  }


#s-c8b9a1b1-5dd1-4a62-a1e3-19a43693df99.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c8b9a1b1-5dd1-4a62-a1e3-19a43693df99-root {
    text-align: center;
  }


#s-c8b9a1b1-5dd1-4a62-a1e3-19a43693df99.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c8b9a1b1-5dd1-4a62-a1e3-19a43693df99-root {
    text-align: center;
  }


#s-c8b9a1b1-5dd1-4a62-a1e3-19a43693df99.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c8b9a1b1-5dd1-4a62-a1e3-19a43693df99-root {
    text-align: center;
  }


#s-c8b9a1b1-5dd1-4a62-a1e3-19a43693df99.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c8b9a1b1-5dd1-4a62-a1e3-19a43693df99-root {
    text-align: center;
  }


#s-c8b9a1b1-5dd1-4a62-a1e3-19a43693df99.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}
#s-6ca225be-a115-410f-9b3f-7fedb2159cb4 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
padding-top: 0px;
padding-left: 6%;
padding-bottom: 0px;
padding-right: 6%;
min-height: 50px;
background-color: rgba(244, 242, 240, 1);
}
@media (max-width: 767px){#s-6ca225be-a115-410f-9b3f-7fedb2159cb4 {
  display: unset;
}
#s-6ca225be-a115-410f-9b3f-7fedb2159cb4, #wrap-s-6ca225be-a115-410f-9b3f-7fedb2159cb4 { display: unset !important; }}







#s-6ca225be-a115-410f-9b3f-7fedb2159cb4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ca225be-a115-410f-9b3f-7fedb2159cb4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-26f48ced-44a6-4268-ab93-3f1e1562527d {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 80px;
padding-left: 0px;
padding-bottom: 80px;
padding-right: 0px;
}

@media (min-width: 0px) {
[id="s-26f48ced-44a6-4268-ab93-3f1e1562527d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-26f48ced-44a6-4268-ab93-3f1e1562527d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-26f48ced-44a6-4268-ab93-3f1e1562527d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-26f48ced-44a6-4268-ab93-3f1e1562527d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-26f48ced-44a6-4268-ab93-3f1e1562527d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-26f48ced-44a6-4268-ab93-3f1e1562527d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-26f48ced-44a6-4268-ab93-3f1e1562527d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-26f48ced-44a6-4268-ab93-3f1e1562527d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-26f48ced-44a6-4268-ab93-3f1e1562527d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-26f48ced-44a6-4268-ab93-3f1e1562527d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.666666666666668px);
}

}

#s-ae9104dd-b295-4528-ad06-2816d8969c8c {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 739px;
text-align: center;
}







  #s-ae9104dd-b295-4528-ad06-2816d8969c8c img.shogun-image {
    

    
    
    
  }


#s-ae9104dd-b295-4528-ad06-2816d8969c8c .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-b3e717fd-464a-4e9f-acf8-ca3f71020e50 {
  padding-left: 1%;
padding-right: 1%;
}

#s-11ba0ac7-caf8-4795-95f6-cb51c05cebf0 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 739px;
text-align: center;
}







  #s-11ba0ac7-caf8-4795-95f6-cb51c05cebf0 img.shogun-image {
    

    
    
    
  }


#s-11ba0ac7-caf8-4795-95f6-cb51c05cebf0 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-dfff14a4-183f-4d09-88f9-f37c6d83c910 {
  padding-left: 1%;
padding-right: 1%;
}

#s-ebe68d63-16f0-4073-a3a2-040a264979fd {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 738px;
text-align: center;
}







  #s-ebe68d63-16f0-4073-a3a2-040a264979fd img.shogun-image {
    

    
    
    
  }


#s-ebe68d63-16f0-4073-a3a2-040a264979fd .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-1bfa9a14-f026-4f54-bf86-986e9688f974 {
  padding-left: 1%;
padding-right: 1%;
}

#s-111aadcb-7729-4e99-9fe0-a14a1b6efbcb {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 738px;
text-align: center;
}







  #s-111aadcb-7729-4e99-9fe0-a14a1b6efbcb img.shogun-image {
    

    
    
    
  }


#s-111aadcb-7729-4e99-9fe0-a14a1b6efbcb .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-a3273595-7007-4460-89a4-1560804848e7 {
  padding-left: 1%;
padding-right: 1%;
}

#s-6f0736f6-8dc1-4070-ad3b-383049e066db {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
}








#s-6f0736f6-8dc1-4070-ad3b-383049e066db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f0736f6-8dc1-4070-ad3b-383049e066db.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4b2af75e-caf5-4337-b9e2-a69073bb2ab7 {
  border-style: solid;
margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(18, 18, 18, 1);
border-radius: 0px;
background-color: rgba(18, 18, 18, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(18, 18, 18, 1);
letter-spacing: 1px;
}
#s-4b2af75e-caf5-4337-b9e2-a69073bb2ab7: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: rgba(18, 18, 18, 1) !important;
background-color: rgba(18, 18, 18, 0.3) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(18, 18, 18, 1) !important;}#s-4b2af75e-caf5-4337-b9e2-a69073bb2ab7:active {background-color: rgba(235, 231, 230, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-4b2af75e-caf5-4337-b9e2-a69073bb2ab7-root {
    text-align: center;
  }


#s-4b2af75e-caf5-4337-b9e2-a69073bb2ab7.shg-btn {
  color: rgba(18, 18, 18, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4b2af75e-caf5-4337-b9e2-a69073bb2ab7-root {
    text-align: center;
  }


#s-4b2af75e-caf5-4337-b9e2-a69073bb2ab7.shg-btn {
  color: rgba(18, 18, 18, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4b2af75e-caf5-4337-b9e2-a69073bb2ab7-root {
    text-align: center;
  }


#s-4b2af75e-caf5-4337-b9e2-a69073bb2ab7.shg-btn {
  color: rgba(18, 18, 18, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4b2af75e-caf5-4337-b9e2-a69073bb2ab7-root {
    text-align: center;
  }


#s-4b2af75e-caf5-4337-b9e2-a69073bb2ab7.shg-btn {
  color: rgba(18, 18, 18, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4b2af75e-caf5-4337-b9e2-a69073bb2ab7-root {
    text-align: center;
  }


#s-4b2af75e-caf5-4337-b9e2-a69073bb2ab7.shg-btn {
  color: rgba(18, 18, 18, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}
#s-46faa011-9f49-4294-ab46-f7462f3c28e0 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-46faa011-9f49-4294-ab46-f7462f3c28e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-46faa011-9f49-4294-ab46-f7462f3c28e0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2974f377-7e96-4d40-b742-3ea1b043c202 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 10480px;
aspect-ratio: 10480/3574;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2974f377-7e96-4d40-b742-3ea1b043c202 {
  display: none;
}
#s-2974f377-7e96-4d40-b742-3ea1b043c202, #wrap-s-2974f377-7e96-4d40-b742-3ea1b043c202 { display: none !important; }}@media (max-width: 767px){#s-2974f377-7e96-4d40-b742-3ea1b043c202 {
  display: none;
}
#s-2974f377-7e96-4d40-b742-3ea1b043c202, #wrap-s-2974f377-7e96-4d40-b742-3ea1b043c202 { display: none !important; }}




  #s-2974f377-7e96-4d40-b742-3ea1b043c202 img.shogun-image,
  #s-2974f377-7e96-4d40-b742-3ea1b043c202 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2974f377-7e96-4d40-b742-3ea1b043c202 {
    width: 100%;
    height: auto;
  }



  #s-2974f377-7e96-4d40-b742-3ea1b043c202 img.shogun-image {
    

    
    
    
  }


#s-2974f377-7e96-4d40-b742-3ea1b043c202 .shogun-image-content {
  
    align-items: center;
  
}

#s-0ebc399b-84b2-47e4-8898-843a07005787 {
  padding-top: 80px;
}

#s-c69ba811-aae9-4272-9f26-310771e0010d {
  padding-top: 16px;
padding-left: 20%;
padding-bottom: 16px;
padding-right: 20%;
}
@media (max-width: 767px){#s-c69ba811-aae9-4272-9f26-310771e0010d {
  display: unset;
}
#s-c69ba811-aae9-4272-9f26-310771e0010d, #wrap-s-c69ba811-aae9-4272-9f26-310771e0010d { display: unset !important; }}
@media (min-width: 0px) {
[id="s-c69ba811-aae9-4272-9f26-310771e0010d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c69ba811-aae9-4272-9f26-310771e0010d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c69ba811-aae9-4272-9f26-310771e0010d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c69ba811-aae9-4272-9f26-310771e0010d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-abc23cef-28b7-4da8-8b37-7734b0c7684a {
  border-style: solid;
margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
letter-spacing: 1px;
}
#s-abc23cef-28b7-4da8-8b37-7734b0c7684a: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: rgba(0, 0, 0, 1) !important;
background-color: rgba(18, 18, 18, 0.3) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-abc23cef-28b7-4da8-8b37-7734b0c7684a:active {background-color: rgba(235, 231, 230, 1) !important;
text-decoration: none !important;
color: rgba(187, 187, 187, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-abc23cef-28b7-4da8-8b37-7734b0c7684a-root {
    text-align: center;
  }


#s-abc23cef-28b7-4da8-8b37-7734b0c7684a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
@media (min-width: 1200px){
  #s-abc23cef-28b7-4da8-8b37-7734b0c7684a-root {
    text-align: center;
  }


#s-abc23cef-28b7-4da8-8b37-7734b0c7684a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-abc23cef-28b7-4da8-8b37-7734b0c7684a-root {
    text-align: center;
  }


#s-abc23cef-28b7-4da8-8b37-7734b0c7684a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-abc23cef-28b7-4da8-8b37-7734b0c7684a-root {
    text-align: center;
  }


#s-abc23cef-28b7-4da8-8b37-7734b0c7684a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (max-width: 767px){
  #s-abc23cef-28b7-4da8-8b37-7734b0c7684a-root {
    text-align: center;
  }


#s-abc23cef-28b7-4da8-8b37-7734b0c7684a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}
#s-ff8a20e4-1357-452f-8682-27c825466020 {
  max-width: 1534px;
aspect-ratio: 1534/1810;
text-align: center;
}
@media (min-width: 1200px){#s-ff8a20e4-1357-452f-8682-27c825466020 {
  display: none;
}
#s-ff8a20e4-1357-452f-8682-27c825466020, #wrap-s-ff8a20e4-1357-452f-8682-27c825466020 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ff8a20e4-1357-452f-8682-27c825466020 {
  display: none;
}
#s-ff8a20e4-1357-452f-8682-27c825466020, #wrap-s-ff8a20e4-1357-452f-8682-27c825466020 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ff8a20e4-1357-452f-8682-27c825466020 {
  display: none;
}
#s-ff8a20e4-1357-452f-8682-27c825466020, #wrap-s-ff8a20e4-1357-452f-8682-27c825466020 { display: none !important; }}@media (max-width: 767px){#s-ff8a20e4-1357-452f-8682-27c825466020 {
  
}
}




  #s-ff8a20e4-1357-452f-8682-27c825466020 img.shogun-image,
  #s-ff8a20e4-1357-452f-8682-27c825466020 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ff8a20e4-1357-452f-8682-27c825466020 {
    width: 100%;
    height: auto;
  }



  #s-ff8a20e4-1357-452f-8682-27c825466020 img.shogun-image {
    

    
    
    
  }


#s-ff8a20e4-1357-452f-8682-27c825466020 .shogun-image-content {
  
    align-items: center;
  
}

#s-40a508c2-bb3e-479b-9598-fbc08e5dd1c0 {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
min-height: 50px;
}








#s-40a508c2-bb3e-479b-9598-fbc08e5dd1c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-40a508c2-bb3e-479b-9598-fbc08e5dd1c0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9411d62c-216a-49fd-9327-17e7f4677978 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 20px;
padding-bottom: 20px;
}
@media (max-width: 767px){#s-9411d62c-216a-49fd-9327-17e7f4677978 {
  display: unset;
}
#s-9411d62c-216a-49fd-9327-17e7f4677978, #wrap-s-9411d62c-216a-49fd-9327-17e7f4677978 { display: unset !important; }}
@media (min-width: 0px) {
[id="s-9411d62c-216a-49fd-9327-17e7f4677978"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9411d62c-216a-49fd-9327-17e7f4677978"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9411d62c-216a-49fd-9327-17e7f4677978"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9411d62c-216a-49fd-9327-17e7f4677978"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9411d62c-216a-49fd-9327-17e7f4677978"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9411d62c-216a-49fd-9327-17e7f4677978"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9411d62c-216a-49fd-9327-17e7f4677978"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-f3891e8e-8b11-41bc-9410-b938fe19b3d0 {
  border-style: solid;
margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
letter-spacing: 1px;
}
#s-f3891e8e-8b11-41bc-9410-b938fe19b3d0: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: rgba(0, 0, 0, 1) !important;
background-color: rgba(18, 18, 18, 0.3) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-f3891e8e-8b11-41bc-9410-b938fe19b3d0:active {background-color: rgba(235, 231, 230, 1) !important;
text-decoration: none !important;
color: rgba(187, 187, 187, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-f3891e8e-8b11-41bc-9410-b938fe19b3d0-root {
    text-align: center;
  }


#s-f3891e8e-8b11-41bc-9410-b938fe19b3d0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f3891e8e-8b11-41bc-9410-b938fe19b3d0-root {
    text-align: center;
  }


#s-f3891e8e-8b11-41bc-9410-b938fe19b3d0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f3891e8e-8b11-41bc-9410-b938fe19b3d0-root {
    text-align: center;
  }


#s-f3891e8e-8b11-41bc-9410-b938fe19b3d0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f3891e8e-8b11-41bc-9410-b938fe19b3d0-root {
    text-align: center;
  }


#s-f3891e8e-8b11-41bc-9410-b938fe19b3d0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f3891e8e-8b11-41bc-9410-b938fe19b3d0-root {
    text-align: center;
  }


#s-f3891e8e-8b11-41bc-9410-b938fe19b3d0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}
#s-6ccad702-0bb6-47b3-ba1b-944910d297bf {
  max-width: 1982px;
aspect-ratio: 1982/1000;
text-align: center;
}
@media (min-width: 1200px){#s-6ccad702-0bb6-47b3-ba1b-944910d297bf {
  display: none;
}
#s-6ccad702-0bb6-47b3-ba1b-944910d297bf, #wrap-s-6ccad702-0bb6-47b3-ba1b-944910d297bf { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6ccad702-0bb6-47b3-ba1b-944910d297bf {
  display: none;
}
#s-6ccad702-0bb6-47b3-ba1b-944910d297bf, #wrap-s-6ccad702-0bb6-47b3-ba1b-944910d297bf { display: none !important; }}@media (max-width: 767px){#s-6ccad702-0bb6-47b3-ba1b-944910d297bf {
  display: none;
}
#s-6ccad702-0bb6-47b3-ba1b-944910d297bf, #wrap-s-6ccad702-0bb6-47b3-ba1b-944910d297bf { display: none !important; }}




  #s-6ccad702-0bb6-47b3-ba1b-944910d297bf img.shogun-image,
  #s-6ccad702-0bb6-47b3-ba1b-944910d297bf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6ccad702-0bb6-47b3-ba1b-944910d297bf {
    width: 100%;
    height: auto;
  }

  #s-6ccad702-0bb6-47b3-ba1b-944910d297bf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6ccad702-0bb6-47b3-ba1b-944910d297bf.shogun-image {
    
    
  }


.s-6ccad702-0bb6-47b3-ba1b-944910d297bf .shogun-image-content {
  
    align-items: center;
  
}

.s-6ccad702-0bb6-47b3-ba1b-944910d297bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ccad702-0bb6-47b3-ba1b-944910d297bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ccad702-0bb6-47b3-ba1b-944910d297bf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6ccad702-0bb6-47b3-ba1b-944910d297bf {
      --shg-aspect-ratio: calc(1982/1000); 
    }

    .s-6ccad702-0bb6-47b3-ba1b-944910d297bf.shogun-image-container {
      position: relative;
    }

    .s-6ccad702-0bb6-47b3-ba1b-944910d297bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ccad702-0bb6-47b3-ba1b-944910d297bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ccad702-0bb6-47b3-ba1b-944910d297bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-6ccad702-0bb6-47b3-ba1b-944910d297bf img.shogun-image,
  #s-6ccad702-0bb6-47b3-ba1b-944910d297bf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6ccad702-0bb6-47b3-ba1b-944910d297bf {
    width: 100%;
    height: auto;
  }

  #s-6ccad702-0bb6-47b3-ba1b-944910d297bf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6ccad702-0bb6-47b3-ba1b-944910d297bf.shogun-image {
    
    
  }


.s-6ccad702-0bb6-47b3-ba1b-944910d297bf .shogun-image-content {
  
    align-items: center;
  
}

.s-6ccad702-0bb6-47b3-ba1b-944910d297bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ccad702-0bb6-47b3-ba1b-944910d297bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ccad702-0bb6-47b3-ba1b-944910d297bf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6ccad702-0bb6-47b3-ba1b-944910d297bf {
      --shg-aspect-ratio: calc(1982/1000); 
    }

    .s-6ccad702-0bb6-47b3-ba1b-944910d297bf.shogun-image-container {
      position: relative;
    }

    .s-6ccad702-0bb6-47b3-ba1b-944910d297bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ccad702-0bb6-47b3-ba1b-944910d297bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ccad702-0bb6-47b3-ba1b-944910d297bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-6ccad702-0bb6-47b3-ba1b-944910d297bf img.shogun-image,
  #s-6ccad702-0bb6-47b3-ba1b-944910d297bf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6ccad702-0bb6-47b3-ba1b-944910d297bf {
    width: 100%;
    height: auto;
  }

  #s-6ccad702-0bb6-47b3-ba1b-944910d297bf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6ccad702-0bb6-47b3-ba1b-944910d297bf.shogun-image {
    
    
  }


.s-6ccad702-0bb6-47b3-ba1b-944910d297bf .shogun-image-content {
  
    align-items: center;
  
}

.s-6ccad702-0bb6-47b3-ba1b-944910d297bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ccad702-0bb6-47b3-ba1b-944910d297bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ccad702-0bb6-47b3-ba1b-944910d297bf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6ccad702-0bb6-47b3-ba1b-944910d297bf {
      --shg-aspect-ratio: calc(1982/1000); 
    }

    .s-6ccad702-0bb6-47b3-ba1b-944910d297bf.shogun-image-container {
      position: relative;
    }

    .s-6ccad702-0bb6-47b3-ba1b-944910d297bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ccad702-0bb6-47b3-ba1b-944910d297bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ccad702-0bb6-47b3-ba1b-944910d297bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-6ccad702-0bb6-47b3-ba1b-944910d297bf img.shogun-image,
  #s-6ccad702-0bb6-47b3-ba1b-944910d297bf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6ccad702-0bb6-47b3-ba1b-944910d297bf {
    width: 100%;
    height: auto;
  }

  #s-6ccad702-0bb6-47b3-ba1b-944910d297bf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6ccad702-0bb6-47b3-ba1b-944910d297bf.shogun-image {
    
    
  }


.s-6ccad702-0bb6-47b3-ba1b-944910d297bf .shogun-image-content {
  
    align-items: center;
  
}

.s-6ccad702-0bb6-47b3-ba1b-944910d297bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ccad702-0bb6-47b3-ba1b-944910d297bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ccad702-0bb6-47b3-ba1b-944910d297bf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6ccad702-0bb6-47b3-ba1b-944910d297bf {
      --shg-aspect-ratio: calc(1982/1000); 
    }

    .s-6ccad702-0bb6-47b3-ba1b-944910d297bf.shogun-image-container {
      position: relative;
    }

    .s-6ccad702-0bb6-47b3-ba1b-944910d297bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ccad702-0bb6-47b3-ba1b-944910d297bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ccad702-0bb6-47b3-ba1b-944910d297bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-6ccad702-0bb6-47b3-ba1b-944910d297bf img.shogun-image,
  #s-6ccad702-0bb6-47b3-ba1b-944910d297bf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6ccad702-0bb6-47b3-ba1b-944910d297bf {
    width: 100%;
    height: auto;
  }

  #s-6ccad702-0bb6-47b3-ba1b-944910d297bf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6ccad702-0bb6-47b3-ba1b-944910d297bf.shogun-image {
    
    
  }


.s-6ccad702-0bb6-47b3-ba1b-944910d297bf .shogun-image-content {
  
    align-items: center;
  
}

.s-6ccad702-0bb6-47b3-ba1b-944910d297bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ccad702-0bb6-47b3-ba1b-944910d297bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ccad702-0bb6-47b3-ba1b-944910d297bf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6ccad702-0bb6-47b3-ba1b-944910d297bf {
      --shg-aspect-ratio: calc(1982/1000); 
    }

    .s-6ccad702-0bb6-47b3-ba1b-944910d297bf.shogun-image-container {
      position: relative;
    }

    .s-6ccad702-0bb6-47b3-ba1b-944910d297bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ccad702-0bb6-47b3-ba1b-944910d297bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ccad702-0bb6-47b3-ba1b-944910d297bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-f460a006-a723-47fc-8a21-b3dd27198fa8 {
  padding-top: 20px;
padding-left: 20%;
padding-bottom: 20px;
padding-right: 20%;
}
@media (max-width: 767px){#s-f460a006-a723-47fc-8a21-b3dd27198fa8 {
  display: unset;
}
#s-f460a006-a723-47fc-8a21-b3dd27198fa8, #wrap-s-f460a006-a723-47fc-8a21-b3dd27198fa8 { display: unset !important; }}
@media (min-width: 0px) {
[id="s-f460a006-a723-47fc-8a21-b3dd27198fa8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f460a006-a723-47fc-8a21-b3dd27198fa8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f460a006-a723-47fc-8a21-b3dd27198fa8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f460a006-a723-47fc-8a21-b3dd27198fa8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-460b5cd0-c969-4efa-85eb-9425e55e05e9 {
  border-style: solid;
margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
letter-spacing: 1px;
}
#s-460b5cd0-c969-4efa-85eb-9425e55e05e9: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: rgba(0, 0, 0, 1) !important;
background-color: rgba(18, 18, 18, 0.3) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-460b5cd0-c969-4efa-85eb-9425e55e05e9:active {background-color: rgba(235, 231, 230, 1) !important;
text-decoration: none !important;
color: rgba(187, 187, 187, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-460b5cd0-c969-4efa-85eb-9425e55e05e9-root {
    text-align: center;
  }


#s-460b5cd0-c969-4efa-85eb-9425e55e05e9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
@media (min-width: 1200px){
  #s-460b5cd0-c969-4efa-85eb-9425e55e05e9-root {
    text-align: center;
  }


#s-460b5cd0-c969-4efa-85eb-9425e55e05e9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-460b5cd0-c969-4efa-85eb-9425e55e05e9-root {
    text-align: center;
  }


#s-460b5cd0-c969-4efa-85eb-9425e55e05e9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-460b5cd0-c969-4efa-85eb-9425e55e05e9-root {
    text-align: center;
  }


#s-460b5cd0-c969-4efa-85eb-9425e55e05e9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (max-width: 767px){
  #s-460b5cd0-c969-4efa-85eb-9425e55e05e9-root {
    text-align: center;
  }


#s-460b5cd0-c969-4efa-85eb-9425e55e05e9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}
#s-ff714c4a-7580-4580-95f7-5362c9a09ed4 {
  padding-top: 70px;
padding-left: 10%;
padding-bottom: 70px;
padding-right: 10%;
min-height: 50px;
}








#s-ff714c4a-7580-4580-95f7-5362c9a09ed4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff714c4a-7580-4580-95f7-5362c9a09ed4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ac876e7d-9834-4cad-8e5a-ebb67ecd2ab4 {
  margin-left: auto;
margin-right: auto;
max-width: 60%;
}
@media (max-width: 767px){#s-ac876e7d-9834-4cad-8e5a-ebb67ecd2ab4 {
  max-width: 100%;
}
}
#s-433d2ce4-52a0-453b-a860-ec3e204c0e68 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 50%;
}
@media (max-width: 767px){#s-433d2ce4-52a0-453b-a860-ec3e204c0e68 {
  max-width: 100%;
}
}







#s-433d2ce4-52a0-453b-a860-ec3e204c0e68 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-433d2ce4-52a0-453b-a860-ec3e204c0e68.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-39fd93a1-d02b-4e84-b291-171042077ef0 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
letter-spacing: 1px;
}
#s-39fd93a1-d02b-4e84-b291-171042077ef0: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: rgba(0, 0, 0, 1) !important;
background-color: rgba(18, 18, 18, 0.3) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-39fd93a1-d02b-4e84-b291-171042077ef0:active {background-color: rgba(235, 231, 230, 1) !important;
text-decoration: none !important;
color: rgba(187, 187, 187, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-39fd93a1-d02b-4e84-b291-171042077ef0-root {
    text-align: center;
  }


#s-39fd93a1-d02b-4e84-b291-171042077ef0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
@media (min-width: 1200px){
  #s-39fd93a1-d02b-4e84-b291-171042077ef0-root {
    text-align: center;
  }


#s-39fd93a1-d02b-4e84-b291-171042077ef0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-39fd93a1-d02b-4e84-b291-171042077ef0-root {
    text-align: center;
  }


#s-39fd93a1-d02b-4e84-b291-171042077ef0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-39fd93a1-d02b-4e84-b291-171042077ef0-root {
    text-align: center;
  }


#s-39fd93a1-d02b-4e84-b291-171042077ef0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (max-width: 767px){
  #s-39fd93a1-d02b-4e84-b291-171042077ef0-root {
    text-align: center;
  }


#s-39fd93a1-d02b-4e84-b291-171042077ef0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}
#s-7339cccc-d195-4c14-93eb-fc27abd06ec5 {
  padding-top: 40px;
padding-bottom: 0px;
}

#s-c744c821-6726-4a70-8ae5-956c362c491c {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-c744c821-6726-4a70-8ae5-956c362c491c {
  display: none;
}
#s-c744c821-6726-4a70-8ae5-956c362c491c, #wrap-s-c744c821-6726-4a70-8ae5-956c362c491c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c744c821-6726-4a70-8ae5-956c362c491c {
  display: none;
}
#s-c744c821-6726-4a70-8ae5-956c362c491c, #wrap-s-c744c821-6726-4a70-8ae5-956c362c491c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c744c821-6726-4a70-8ae5-956c362c491c {
  display: none;
}
#s-c744c821-6726-4a70-8ae5-956c362c491c, #wrap-s-c744c821-6726-4a70-8ae5-956c362c491c { display: none !important; }}@media (max-width: 767px){#s-c744c821-6726-4a70-8ae5-956c362c491c {
  display: none;
}
#s-c744c821-6726-4a70-8ae5-956c362c491c, #wrap-s-c744c821-6726-4a70-8ae5-956c362c491c { display: none !important; }}







#s-c744c821-6726-4a70-8ae5-956c362c491c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c744c821-6726-4a70-8ae5-956c362c491c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-df9de103-4bc8-4e8a-baf8-879e8d5a0163 {
  display: unset;
}
#s-df9de103-4bc8-4e8a-baf8-879e8d5a0163, #wrap-s-df9de103-4bc8-4e8a-baf8-879e8d5a0163 { display: unset !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-df9de103-4bc8-4e8a-baf8-879e8d5a0163 {
  display: unset;
}
#s-df9de103-4bc8-4e8a-baf8-879e8d5a0163, #wrap-s-df9de103-4bc8-4e8a-baf8-879e8d5a0163 { display: unset !important; }}@media (min-width: 768px) and (max-width: 991px){#s-df9de103-4bc8-4e8a-baf8-879e8d5a0163 {
  display: unset;
}
#s-df9de103-4bc8-4e8a-baf8-879e8d5a0163, #wrap-s-df9de103-4bc8-4e8a-baf8-879e8d5a0163 { display: unset !important; }}@media (max-width: 767px){#s-df9de103-4bc8-4e8a-baf8-879e8d5a0163 {
  display: unset;
}
#s-df9de103-4bc8-4e8a-baf8-879e8d5a0163, #wrap-s-df9de103-4bc8-4e8a-baf8-879e8d5a0163 { display: unset !important; }}
@media (min-width: 0px) {
[id="s-df9de103-4bc8-4e8a-baf8-879e8d5a0163"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-df9de103-4bc8-4e8a-baf8-879e8d5a0163"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-df9de103-4bc8-4e8a-baf8-879e8d5a0163"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-df9de103-4bc8-4e8a-baf8-879e8d5a0163"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-df9de103-4bc8-4e8a-baf8-879e8d5a0163"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-df9de103-4bc8-4e8a-baf8-879e8d5a0163"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-df9de103-4bc8-4e8a-baf8-879e8d5a0163"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

}

#s-cd66e278-7892-48fe-8012-af5bab7a0921 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 933px;
}
@media (min-width: 1200px){#s-cd66e278-7892-48fe-8012-af5bab7a0921 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cd66e278-7892-48fe-8012-af5bab7a0921 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cd66e278-7892-48fe-8012-af5bab7a0921 {
  
}
}







#s-cd66e278-7892-48fe-8012-af5bab7a0921 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd66e278-7892-48fe-8012-af5bab7a0921.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0950c611-6b9e-4ed4-b626-e1b63f5455c0 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
max-width: 1866px;
aspect-ratio: 1866/960;
text-align: center;
}





  #s-0950c611-6b9e-4ed4-b626-e1b63f5455c0 img.shogun-image,
  #s-0950c611-6b9e-4ed4-b626-e1b63f5455c0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0950c611-6b9e-4ed4-b626-e1b63f5455c0 {
    width: 100%;
    height: auto;
  }

  #s-0950c611-6b9e-4ed4-b626-e1b63f5455c0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0950c611-6b9e-4ed4-b626-e1b63f5455c0.shogun-image {
    
    
  }


.s-0950c611-6b9e-4ed4-b626-e1b63f5455c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-0950c611-6b9e-4ed4-b626-e1b63f5455c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0950c611-6b9e-4ed4-b626-e1b63f5455c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0950c611-6b9e-4ed4-b626-e1b63f5455c0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0950c611-6b9e-4ed4-b626-e1b63f5455c0 {
      --shg-aspect-ratio: calc(1866/960); 
    }

    .s-0950c611-6b9e-4ed4-b626-e1b63f5455c0.shogun-image-container {
      position: relative;
    }

    .s-0950c611-6b9e-4ed4-b626-e1b63f5455c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0950c611-6b9e-4ed4-b626-e1b63f5455c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0950c611-6b9e-4ed4-b626-e1b63f5455c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-0950c611-6b9e-4ed4-b626-e1b63f5455c0 img.shogun-image,
  #s-0950c611-6b9e-4ed4-b626-e1b63f5455c0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0950c611-6b9e-4ed4-b626-e1b63f5455c0 {
    width: 100%;
    height: auto;
  }

  #s-0950c611-6b9e-4ed4-b626-e1b63f5455c0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0950c611-6b9e-4ed4-b626-e1b63f5455c0.shogun-image {
    
    
  }


.s-0950c611-6b9e-4ed4-b626-e1b63f5455c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-0950c611-6b9e-4ed4-b626-e1b63f5455c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0950c611-6b9e-4ed4-b626-e1b63f5455c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0950c611-6b9e-4ed4-b626-e1b63f5455c0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0950c611-6b9e-4ed4-b626-e1b63f5455c0 {
      --shg-aspect-ratio: calc(1866/960); 
    }

    .s-0950c611-6b9e-4ed4-b626-e1b63f5455c0.shogun-image-container {
      position: relative;
    }

    .s-0950c611-6b9e-4ed4-b626-e1b63f5455c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0950c611-6b9e-4ed4-b626-e1b63f5455c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0950c611-6b9e-4ed4-b626-e1b63f5455c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-0950c611-6b9e-4ed4-b626-e1b63f5455c0 img.shogun-image,
  #s-0950c611-6b9e-4ed4-b626-e1b63f5455c0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0950c611-6b9e-4ed4-b626-e1b63f5455c0 {
    width: 100%;
    height: auto;
  }

  #s-0950c611-6b9e-4ed4-b626-e1b63f5455c0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0950c611-6b9e-4ed4-b626-e1b63f5455c0.shogun-image {
    
    
  }


.s-0950c611-6b9e-4ed4-b626-e1b63f5455c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-0950c611-6b9e-4ed4-b626-e1b63f5455c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0950c611-6b9e-4ed4-b626-e1b63f5455c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0950c611-6b9e-4ed4-b626-e1b63f5455c0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0950c611-6b9e-4ed4-b626-e1b63f5455c0 {
      --shg-aspect-ratio: calc(1866/960); 
    }

    .s-0950c611-6b9e-4ed4-b626-e1b63f5455c0.shogun-image-container {
      position: relative;
    }

    .s-0950c611-6b9e-4ed4-b626-e1b63f5455c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0950c611-6b9e-4ed4-b626-e1b63f5455c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0950c611-6b9e-4ed4-b626-e1b63f5455c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-0950c611-6b9e-4ed4-b626-e1b63f5455c0 img.shogun-image,
  #s-0950c611-6b9e-4ed4-b626-e1b63f5455c0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0950c611-6b9e-4ed4-b626-e1b63f5455c0 {
    width: 100%;
    height: auto;
  }

  #s-0950c611-6b9e-4ed4-b626-e1b63f5455c0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0950c611-6b9e-4ed4-b626-e1b63f5455c0.shogun-image {
    
    
  }


.s-0950c611-6b9e-4ed4-b626-e1b63f5455c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-0950c611-6b9e-4ed4-b626-e1b63f5455c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0950c611-6b9e-4ed4-b626-e1b63f5455c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0950c611-6b9e-4ed4-b626-e1b63f5455c0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0950c611-6b9e-4ed4-b626-e1b63f5455c0 {
      --shg-aspect-ratio: calc(1866/960); 
    }

    .s-0950c611-6b9e-4ed4-b626-e1b63f5455c0.shogun-image-container {
      position: relative;
    }

    .s-0950c611-6b9e-4ed4-b626-e1b63f5455c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0950c611-6b9e-4ed4-b626-e1b63f5455c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0950c611-6b9e-4ed4-b626-e1b63f5455c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-0950c611-6b9e-4ed4-b626-e1b63f5455c0 img.shogun-image,
  #s-0950c611-6b9e-4ed4-b626-e1b63f5455c0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0950c611-6b9e-4ed4-b626-e1b63f5455c0 {
    width: 100%;
    height: auto;
  }

  #s-0950c611-6b9e-4ed4-b626-e1b63f5455c0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0950c611-6b9e-4ed4-b626-e1b63f5455c0.shogun-image {
    
    
  }


.s-0950c611-6b9e-4ed4-b626-e1b63f5455c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-0950c611-6b9e-4ed4-b626-e1b63f5455c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0950c611-6b9e-4ed4-b626-e1b63f5455c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0950c611-6b9e-4ed4-b626-e1b63f5455c0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0950c611-6b9e-4ed4-b626-e1b63f5455c0 {
      --shg-aspect-ratio: calc(1866/960); 
    }

    .s-0950c611-6b9e-4ed4-b626-e1b63f5455c0.shogun-image-container {
      position: relative;
    }

    .s-0950c611-6b9e-4ed4-b626-e1b63f5455c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0950c611-6b9e-4ed4-b626-e1b63f5455c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0950c611-6b9e-4ed4-b626-e1b63f5455c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-1a404fb5-a3f2-434c-976f-3a2a6a52dfdd {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
min-height: 50px;
}








#s-1a404fb5-a3f2-434c-976f-3a2a6a52dfdd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a404fb5-a3f2-434c-976f-3a2a6a52dfdd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-45e704d3-b207-4944-b68e-33040087abc7 {
  padding-top: 20px;
padding-left: 0%;
padding-bottom: 20px;
padding-right: 0%;
}
@media (max-width: 767px){#s-45e704d3-b207-4944-b68e-33040087abc7 {
  display: unset;
}
#s-45e704d3-b207-4944-b68e-33040087abc7, #wrap-s-45e704d3-b207-4944-b68e-33040087abc7 { display: unset !important; }}
@media (min-width: 0px) {
[id="s-45e704d3-b207-4944-b68e-33040087abc7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-45e704d3-b207-4944-b68e-33040087abc7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-45e704d3-b207-4944-b68e-33040087abc7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-45e704d3-b207-4944-b68e-33040087abc7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-c33e10f0-f06a-47e6-8617-bc0f7b16885c {
  border-style: solid;
margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-c33e10f0-f06a-47e6-8617-bc0f7b16885c: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: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 0.3) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-c33e10f0-f06a-47e6-8617-bc0f7b16885c:active {background-color: rgba(235, 231, 230, 1) !important;
text-decoration: none !important;
color: rgba(187, 187, 187, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-c33e10f0-f06a-47e6-8617-bc0f7b16885c-root {
    text-align: center;
  }


#s-c33e10f0-f06a-47e6-8617-bc0f7b16885c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c33e10f0-f06a-47e6-8617-bc0f7b16885c-root {
    text-align: center;
  }


#s-c33e10f0-f06a-47e6-8617-bc0f7b16885c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c33e10f0-f06a-47e6-8617-bc0f7b16885c-root {
    text-align: center;
  }


#s-c33e10f0-f06a-47e6-8617-bc0f7b16885c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c33e10f0-f06a-47e6-8617-bc0f7b16885c-root {
    text-align: center;
  }


#s-c33e10f0-f06a-47e6-8617-bc0f7b16885c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c33e10f0-f06a-47e6-8617-bc0f7b16885c-root {
    text-align: center;
  }


#s-c33e10f0-f06a-47e6-8617-bc0f7b16885c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}
#s-1e41db32-3d6a-4f40-ab41-9adf9d3c528e {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-1e41db32-3d6a-4f40-ab41-9adf9d3c528e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e41db32-3d6a-4f40-ab41-9adf9d3c528e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9efacf88-58b9-4230-9f52-24a2514f557e {
  padding-left: 0%;
padding-right: 0%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-9efacf88-58b9-4230-9f52-24a2514f557e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9efacf88-58b9-4230-9f52-24a2514f557e {
  
}
}
@media (min-width: 0px) {
[id="s-9efacf88-58b9-4230-9f52-24a2514f557e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-9efacf88-58b9-4230-9f52-24a2514f557e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9efacf88-58b9-4230-9f52-24a2514f557e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9efacf88-58b9-4230-9f52-24a2514f557e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-99b00d34-8375-487e-935e-24dcf1dfd294 {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 1280px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-99b00d34-8375-487e-935e-24dcf1dfd294 img.shogun-image,
  #s-99b00d34-8375-487e-935e-24dcf1dfd294 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-99b00d34-8375-487e-935e-24dcf1dfd294 {
    width: 100%;
    height: auto;
  }



  #s-99b00d34-8375-487e-935e-24dcf1dfd294 img.shogun-image {
    

    
    
    
  }


#s-99b00d34-8375-487e-935e-24dcf1dfd294 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-3000db74-cb9c-4c60-96cc-c59084253017 {
  margin-top: 20px;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 10%;
padding-bottom: 15px;
padding-right: 10%;
}

#s-c86f0d31-d3a2-464b-803f-13690f93fcc9 {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 1280px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-c86f0d31-d3a2-464b-803f-13690f93fcc9 img.shogun-image,
  #s-c86f0d31-d3a2-464b-803f-13690f93fcc9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c86f0d31-d3a2-464b-803f-13690f93fcc9 {
    width: 100%;
    height: auto;
  }



  #s-c86f0d31-d3a2-464b-803f-13690f93fcc9 img.shogun-image {
    

    
    
    
  }


#s-c86f0d31-d3a2-464b-803f-13690f93fcc9 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-febe392f-b811-4150-909e-9a3c569c187e {
  margin-top: 20px;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 10%;
padding-bottom: 15px;
padding-right: 10%;
}

#s-d0912fe2-0432-4b46-9ae0-7ae095c96074 {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 1280px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-d0912fe2-0432-4b46-9ae0-7ae095c96074 img.shogun-image,
  #s-d0912fe2-0432-4b46-9ae0-7ae095c96074 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d0912fe2-0432-4b46-9ae0-7ae095c96074 {
    width: 100%;
    height: auto;
  }



  #s-d0912fe2-0432-4b46-9ae0-7ae095c96074 img.shogun-image {
    

    
    
    
  }


#s-d0912fe2-0432-4b46-9ae0-7ae095c96074 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-dc21dc11-3922-4143-95e9-ada733005c6c {
  margin-top: 20px;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 10%;
padding-bottom: 15px;
padding-right: 10%;
}

#s-d4c41495-265f-4179-95d5-25ccc8671fb1 {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 675px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-d4c41495-265f-4179-95d5-25ccc8671fb1 img.shogun-image,
  #s-d4c41495-265f-4179-95d5-25ccc8671fb1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d4c41495-265f-4179-95d5-25ccc8671fb1 {
    width: 100%;
    height: auto;
  }



  #s-d4c41495-265f-4179-95d5-25ccc8671fb1 img.shogun-image {
    

    
    
    
  }


#s-d4c41495-265f-4179-95d5-25ccc8671fb1 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-ff862cec-073b-49cd-b096-81cfcbe0a26c {
  margin-top: 20px;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 10%;
padding-bottom: 15px;
padding-right: 10%;
}

#s-83df2d5d-98b9-4f7b-955f-783921e1daee {
  min-height: 50px;
}








#s-83df2d5d-98b9-4f7b-955f-783921e1daee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83df2d5d-98b9-4f7b-955f-783921e1daee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cc6fd32b-68cf-45d3-b3e9-be1ee88454c3 {
  margin-top: 50px;
margin-bottom: 50px;
padding-top: 40px;
padding-bottom: 40px;
background-color: rgba(244, 242, 240, 1);
}

@media (min-width: 0px) {
[id="s-cc6fd32b-68cf-45d3-b3e9-be1ee88454c3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cc6fd32b-68cf-45d3-b3e9-be1ee88454c3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cc6fd32b-68cf-45d3-b3e9-be1ee88454c3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cc6fd32b-68cf-45d3-b3e9-be1ee88454c3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) and (max-width: 991px){#s-19a72748-e450-459d-8f32-d960212730e8 {
  margin-bottom: 20px;
}
}@media (max-width: 767px){#s-19a72748-e450-459d-8f32-d960212730e8 {
  margin-bottom: 20px;
}
}
/*
  $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}
