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

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

#s-4e685c26-faf1-4e32-adba-74f8a0931ab4 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4e685c26-faf1-4e32-adba-74f8a0931ab4 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



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

.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-51053bd9-5ea0-4486-83ee-eb5e8f775fb1 {
  min-height: 50px;
}








#s-51053bd9-5ea0-4486-83ee-eb5e8f775fb1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-51053bd9-5ea0-4486-83ee-eb5e8f775fb1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

#s-8bc2a4f8-6861-4a42-84b6-0055cf6dda47 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(250, 249, 245, 1);
}

@media (min-width: 0px) {
[id="s-8bc2a4f8-6861-4a42-84b6-0055cf6dda47"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8bc2a4f8-6861-4a42-84b6-0055cf6dda47"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8bc2a4f8-6861-4a42-84b6-0055cf6dda47"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8bc2a4f8-6861-4a42-84b6-0055cf6dda47"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-3f0c5634-693c-43ee-a498-7f69e9627d7a {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
text-align: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-eeb64c36-9edf-469a-93cb-34ac9ebe2f3f {
  margin-left: 20px;
margin-right: 20px;
}

#s-9ddb7088-fa53-4974-87cb-1d85e108a708 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-9ddb7088-fa53-4974-87cb-1d85e108a708 {
  margin-top: 20px;
}
}
#s-387d483e-2603-4434-9c2f-d832584af6a3 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
}

#s-387d483e-2603-4434-9c2f-d832584af6a3 .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  normal;
  color: #000;
  
  
  
  
  
  
  padding-top: 5px;
  padding-bottom: 5px;
  
  
}

#s-387d483e-2603-4434-9c2f-d832584af6a3 .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  
  
  color: #008000;
  
  
  
  
  
}

#s-387d483e-2603-4434-9c2f-d832584af6a3 .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: #008000;
}

#s-387d483e-2603-4434-9c2f-d832584af6a3 .shogun-form-error-msg-container, #s-387d483e-2603-4434-9c2f-d832584af6a3 .shogun-form-field-error-msg-container {
  display: none;
}

#s-387d483e-2603-4434-9c2f-d832584af6a3 .shogun-form-error-msg {
  
  
  color: #ff0000;
  
  
  
  
  
}

#s-387d483e-2603-4434-9c2f-d832584af6a3 .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: #ff0000;
}

.shogun-form-text-input-field {
  width: 100%;
}

.shogun-form-text-input-field:focus {
  outline: none;
}

textarea.shogun-form-text-input-field {
  resize: none;
  overflow: hidden;
  min-height: 70px !important;
}

#s-8579281f-59d2-494f-bd26-0a77af83f825 {
  margin-left: 0%;
margin-right: 0%;
min-height: 0px;
}

#s-8579281f-59d2-494f-bd26-0a77af83f825  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  background-color: rgba(255, 255, 255, 1);
  
  font-size: ;
  font-style: ;
  color: #000;
  font-family: Open Sans;
  font-weight: ;
  line-height: 2em;
  
}

#s-8579281f-59d2-494f-bd26-0a77af83f825  .shogun-form-text-input-field::placeholder {
  
  
  color: rgba(102, 101, 101, 1);
  font-family: Open Sans;
  
  
  
}


#s-8579281f-59d2-494f-bd26-0a77af83f825 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-8579281f-59d2-494f-bd26-0a77af83f825 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  background-color: rgba(255, 255, 255, 1);
  color: #000;
}


#s-8a3e4776-90c1-4cac-94af-b0fd7c601cf8 {
  margin-left: auto;
margin-right: auto;
}

#s-8a3e4776-90c1-4cac-94af-b0fd7c601cf8  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  background-color: rgba(255, 255, 255, 1);
  
  
  
  color: #000;
  
  
  line-height: 2em;
  
}

#s-8a3e4776-90c1-4cac-94af-b0fd7c601cf8  .shogun-form-text-input-field::placeholder {
  font-size: ;
  font-style: ;
  color: rgba(102, 101, 101, 1);
  font-family: Open Sans;
  font-weight: ;
  
  
}


#s-8a3e4776-90c1-4cac-94af-b0fd7c601cf8 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-8a3e4776-90c1-4cac-94af-b0fd7c601cf8 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  background-color: rgba(255, 255, 255, 1);
  color: #000;
}


#s-628681d9-2e69-49e6-b0bf-801b40fb2933 {
  margin-left: auto;
margin-right: auto;
}

#s-628681d9-2e69-49e6-b0bf-801b40fb2933  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  background-color: rgba(255, 255, 255, 1);
  
  font-size: ;
  font-style: ;
  color: #000;
  font-family: Open Sans;
  font-weight: ;
  line-height: 2em;
  
}

#s-628681d9-2e69-49e6-b0bf-801b40fb2933  .shogun-form-text-input-field::placeholder {
  
  
  color: rgba(102, 101, 101, 1);
  font-family: Open Sans;
  
  
  
}


#s-628681d9-2e69-49e6-b0bf-801b40fb2933 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-628681d9-2e69-49e6-b0bf-801b40fb2933 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-679cb2ea-2ed6-420e-aa10-48e165c0357e {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}

#s-679cb2ea-2ed6-420e-aa10-48e165c0357e  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  background-color: rgba(255, 255, 255, 1);
  
  font-size: ;
  font-style: ;
  color: #000;
  font-family: Open Sans;
  font-weight: ;
  line-height: 2em;
  
}

#s-679cb2ea-2ed6-420e-aa10-48e165c0357e  .shogun-form-text-input-field::placeholder {
  
  
  color: rgba(102, 101, 101, 1);
  font-family: Open Sans;
  
  
  
}


#s-679cb2ea-2ed6-420e-aa10-48e165c0357e .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-679cb2ea-2ed6-420e-aa10-48e165c0357e .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


.shogun-form-dropdown .shogun-form-label {
  margin-bottom: 8px;
}

.shogun-form-dropdown select {
  margin: 0;
  width: 100%;
}

#s-c66212b6-e8e9-4d82-a76c-fb31dbe91b86 {
  margin-left: auto;
margin-right: auto;
}

#s-c66212b6-e8e9-4d82-a76c-fb31dbe91b86 select.is-placeholder-selected {
  color: rgba(102, 101, 101, 1) !important;
  font-weight:  normal  !important;
  
  
  
  
  
}

#s-c66212b6-e8e9-4d82-a76c-fb31dbe91b86 .shogun-form-dropdown > select {
  display: block;
  width: 100%;
  cursor: initial;

  
  border-color: #000;
  border-width: 1px;
  
  box-shadow: ;

  font-family: Open Sans;
  font-size: ;
  font-variant: ;
  font-weight: ;
  
  
  
}

#s-c66212b6-e8e9-4d82-a76c-fb31dbe91b86 .shogun-form-dropdown > select:focus {
  outline: none;
}


  #s-c66212b6-e8e9-4d82-a76c-fb31dbe91b86 .shogun-form-dropdown > select:hover {
    
    border-color: #000;
    border-width: 1px;
    
    box-shadow: ;
  }



  #s-c66212b6-e8e9-4d82-a76c-fb31dbe91b86 .shogun-form-dropdown > select:focus {
     
     border-color: #000;
     border-width: 1px;
     
     box-shadow: ;
  }

@media (max-width: 767px){#s-c66212b6-e8e9-4d82-a76c-fb31dbe91b86 select.is-placeholder-selected {
  color: rgba(102, 101, 101, 1) !important;
  font-weight:  normal  !important;
  
  
  
  
  
}

#s-c66212b6-e8e9-4d82-a76c-fb31dbe91b86 .shogun-form-dropdown > select {
  display: block;
  width: 100%;
  cursor: initial;

  background-color: rgba(255, 255, 255, 1);
  border-color: #000;
  border-width: 1px;
  
  box-shadow: ;

  font-family: Open Sans;
  font-size: ;
  font-variant: ;
  font-weight: ;
  
  
  
}

#s-c66212b6-e8e9-4d82-a76c-fb31dbe91b86 .shogun-form-dropdown > select:focus {
  outline: none;
}


  #s-c66212b6-e8e9-4d82-a76c-fb31dbe91b86 .shogun-form-dropdown > select:hover {
    
    border-color: #000;
    border-width: 1px;
    
    box-shadow: ;
  }



  #s-c66212b6-e8e9-4d82-a76c-fb31dbe91b86 .shogun-form-dropdown > select:focus {
     
     border-color: #000;
     border-width: 1px;
     
     box-shadow: ;
  }

}
#s-c86224be-c7f3-42d2-bd13-d96132ee00ff {
  margin-left: auto;
margin-right: auto;
}

#s-c86224be-c7f3-42d2-bd13-d96132ee00ff  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  font-size: ;
  font-style: ;
  color: #000;
  font-family: Open Sans;
  font-weight: ;
  
  
}

#s-c86224be-c7f3-42d2-bd13-d96132ee00ff  .shogun-form-text-input-field::placeholder {
  
  
  color: rgba(102, 101, 101, 1);
  font-family: Open Sans;
  
  
  
}


#s-c86224be-c7f3-42d2-bd13-d96132ee00ff .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-c86224be-c7f3-42d2-bd13-d96132ee00ff .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


.shogun-form-box-submit {
  border: 0;
  font-size: 1em;
  line-height: 1.8;
}

.shogun-form-box-submit:focus {
  outline: none;
}

.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-58bb1d82-d83a-4d6c-aeee-9b80095f4792 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
color: #FFFFFF;
background-color: rgba(51, 51, 51, 1);
text-align: center;
cursor: pointer;
font-family: Open Sans;
font-weight: 700;
font-size: 14px;
letter-spacing: 0.7px;
}
#s-58bb1d82-d83a-4d6c-aeee-9b80095f4792:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-58bb1d82-d83a-4d6c-aeee-9b80095f4792:active {background-color: rgba(51, 51, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}
#s-58bb1d82-d83a-4d6c-aeee-9b80095f4792[disabled],
#s-58bb1d82-d83a-4d6c-aeee-9b80095f4792[disabled]:hover,
#s-58bb1d82-d83a-4d6c-aeee-9b80095f4792[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-58bb1d82-d83a-4d6c-aeee-9b80095f4792 {
  display:  block ;
  width:  100% ;
}


#s-f89bcd01-bef1-46f0-a45e-1229eb19eb38 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-f89bcd01-bef1-46f0-a45e-1229eb19eb38 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f89bcd01-bef1-46f0-a45e-1229eb19eb38.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-486112ec-1a40-4733-baf8-a3c4318e0e1a {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-486112ec-1a40-4733-baf8-a3c4318e0e1a .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-c74df907-6550-4653-8184-085a3c8a5fd0 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-left: 1%;
padding-right: 1%;
}

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

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

#s-0a7e566a-667e-4e27-b647-6762a94054b3 {
  margin-left: 30%;
margin-right: 30%;
}

#s-0a7e566a-667e-4e27-b647-6762a94054b3 hr {
  border-top: 2px solid #ddd;
}

#s-35dec431-5f45-4263-bd77-1d85f31dac4c {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-35dec431-5f45-4263-bd77-1d85f31dac4c .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-e1902d03-1fed-476d-a0f8-cc336eb8387c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-e1902d03-1fed-476d-a0f8-cc336eb8387c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e1902d03-1fed-476d-a0f8-cc336eb8387c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8e614ca2-e3bb-485d-ba39-c366eb396809 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(250, 249, 245, 1);
}








#s-8e614ca2-e3bb-485d-ba39-c366eb396809 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8e614ca2-e3bb-485d-ba39-c366eb396809.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e2bcaf7f-cc8d-41d3-b517-30020a61e5b1 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(250, 249, 245, 1);
}

@media (min-width: 0px) {
[id="s-e2bcaf7f-cc8d-41d3-b517-30020a61e5b1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e2bcaf7f-cc8d-41d3-b517-30020a61e5b1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e2bcaf7f-cc8d-41d3-b517-30020a61e5b1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e2bcaf7f-cc8d-41d3-b517-30020a61e5b1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-9edf3163-e2ab-41ac-9011-8fbe20f420bc {
  padding-left: 5%;
padding-right: 5%;
text-align: left;
}

#s-68d68a19-99b0-41a8-9789-00a21648d879 {
  margin-top: 10%;
margin-bottom: 0%;
padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
}
@media (min-width: 1200px){#s-68d68a19-99b0-41a8-9789-00a21648d879 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 20px;
padding-bottom: 20px;
}
}@media (max-width: 767px){#s-68d68a19-99b0-41a8-9789-00a21648d879 {
  padding-top: 5%;
padding-bottom: 5%;
}
}
.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-90081822-177c-4cbb-bf78-3a3b4125b6f6 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 25%;
padding-bottom: 10px;
padding-right: 25%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
background-color: #252525;
text-align: center;
text-decoration: none;
letter-spacing: 0.7px;
}
#s-90081822-177c-4cbb-bf78-3a3b4125b6f6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-90081822-177c-4cbb-bf78-3a3b4125b6f6:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-90081822-177c-4cbb-bf78-3a3b4125b6f6 {
  margin-bottom: 20px;
max-width: 100%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-90081822-177c-4cbb-bf78-3a3b4125b6f6 {
  margin-bottom: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-90081822-177c-4cbb-bf78-3a3b4125b6f6 {
  margin-bottom: 20px;
}
}@media (max-width: 767px){#s-90081822-177c-4cbb-bf78-3a3b4125b6f6 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
padding-left: 0%;
padding-right: 0%;
}
}

  #s-90081822-177c-4cbb-bf78-3a3b4125b6f6-root {
    text-align: center;
  }


#s-90081822-177c-4cbb-bf78-3a3b4125b6f6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-90081822-177c-4cbb-bf78-3a3b4125b6f6-root {
    text-align: center;
  }


#s-90081822-177c-4cbb-bf78-3a3b4125b6f6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-90081822-177c-4cbb-bf78-3a3b4125b6f6-root {
    text-align: center;
  }


#s-90081822-177c-4cbb-bf78-3a3b4125b6f6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-90081822-177c-4cbb-bf78-3a3b4125b6f6-root {
    text-align: center;
  }


#s-90081822-177c-4cbb-bf78-3a3b4125b6f6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-90081822-177c-4cbb-bf78-3a3b4125b6f6-root {
    text-align: center;
  }


#s-90081822-177c-4cbb-bf78-3a3b4125b6f6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
}
#s-c05fbff5-d9fc-4712-9952-525ca7e8318a {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(250, 249, 245, 1);
}

@media (min-width: 0px) {
[id="s-c05fbff5-d9fc-4712-9952-525ca7e8318a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c05fbff5-d9fc-4712-9952-525ca7e8318a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c05fbff5-d9fc-4712-9952-525ca7e8318a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c05fbff5-d9fc-4712-9952-525ca7e8318a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

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

.shg-inner-inline-image {
  position: relative;
  display: block;
  overflow: hidden;
}

.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-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-imageV3-content {
  text-align: initial;
}

.shogun-image-content-v3 {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

.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-top {
  align-items: flex-start;
}

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

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

.shg-inner-inline-image .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content-v3 > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-d940f174-9aa3-47cb-bc84-90b7ad214448 {
  margin-top: 2%;
margin-left: 5%;
margin-bottom: 2%;
margin-right: 5%;
max-width: 1200px;
text-align: center;
}

#s-d940f174-9aa3-47cb-bc84-90b7ad214448 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d940f174-9aa3-47cb-bc84-90b7ad214448-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d940f174-9aa3-47cb-bc84-90b7ad214448 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 2%;
  margin-bottom: 2%;
}

#s-d940f174-9aa3-47cb-bc84-90b7ad214448 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: rgba(118, 185, 200, 1);
  border-style: solid;
  border-radius: 1px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d940f174-9aa3-47cb-bc84-90b7ad214448 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d940f174-9aa3-47cb-bc84-90b7ad214448 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d940f174-9aa3-47cb-bc84-90b7ad214448 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d940f174-9aa3-47cb-bc84-90b7ad214448.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d940f174-9aa3-47cb-bc84-90b7ad214448.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d940f174-9aa3-47cb-bc84-90b7ad214448.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-d940f174-9aa3-47cb-bc84-90b7ad214448 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d940f174-9aa3-47cb-bc84-90b7ad214448-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d940f174-9aa3-47cb-bc84-90b7ad214448 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d940f174-9aa3-47cb-bc84-90b7ad214448 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d940f174-9aa3-47cb-bc84-90b7ad214448 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d940f174-9aa3-47cb-bc84-90b7ad214448 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d940f174-9aa3-47cb-bc84-90b7ad214448 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d940f174-9aa3-47cb-bc84-90b7ad214448.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d940f174-9aa3-47cb-bc84-90b7ad214448.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d940f174-9aa3-47cb-bc84-90b7ad214448.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-d940f174-9aa3-47cb-bc84-90b7ad214448 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d940f174-9aa3-47cb-bc84-90b7ad214448-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d940f174-9aa3-47cb-bc84-90b7ad214448 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d940f174-9aa3-47cb-bc84-90b7ad214448 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d940f174-9aa3-47cb-bc84-90b7ad214448 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d940f174-9aa3-47cb-bc84-90b7ad214448 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d940f174-9aa3-47cb-bc84-90b7ad214448 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d940f174-9aa3-47cb-bc84-90b7ad214448.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d940f174-9aa3-47cb-bc84-90b7ad214448.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d940f174-9aa3-47cb-bc84-90b7ad214448.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-d940f174-9aa3-47cb-bc84-90b7ad214448 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d940f174-9aa3-47cb-bc84-90b7ad214448-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d940f174-9aa3-47cb-bc84-90b7ad214448 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d940f174-9aa3-47cb-bc84-90b7ad214448 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d940f174-9aa3-47cb-bc84-90b7ad214448 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d940f174-9aa3-47cb-bc84-90b7ad214448 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d940f174-9aa3-47cb-bc84-90b7ad214448 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d940f174-9aa3-47cb-bc84-90b7ad214448.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d940f174-9aa3-47cb-bc84-90b7ad214448.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d940f174-9aa3-47cb-bc84-90b7ad214448.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-d940f174-9aa3-47cb-bc84-90b7ad214448 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d940f174-9aa3-47cb-bc84-90b7ad214448-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d940f174-9aa3-47cb-bc84-90b7ad214448 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d940f174-9aa3-47cb-bc84-90b7ad214448 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d940f174-9aa3-47cb-bc84-90b7ad214448 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d940f174-9aa3-47cb-bc84-90b7ad214448 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d940f174-9aa3-47cb-bc84-90b7ad214448 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d940f174-9aa3-47cb-bc84-90b7ad214448.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d940f174-9aa3-47cb-bc84-90b7ad214448.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d940f174-9aa3-47cb-bc84-90b7ad214448.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-be97430c-a859-490b-8214-38ab39bd61a3 {
  margin-top: 2%;
margin-left: 5%;
margin-bottom: 2%;
margin-right: 5%;
max-width: 1200px;
text-align: center;
}

#s-be97430c-a859-490b-8214-38ab39bd61a3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-be97430c-a859-490b-8214-38ab39bd61a3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-be97430c-a859-490b-8214-38ab39bd61a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 2%;
  margin-bottom: 2%;
}

#s-be97430c-a859-490b-8214-38ab39bd61a3 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-be97430c-a859-490b-8214-38ab39bd61a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-be97430c-a859-490b-8214-38ab39bd61a3 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-be97430c-a859-490b-8214-38ab39bd61a3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-be97430c-a859-490b-8214-38ab39bd61a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be97430c-a859-490b-8214-38ab39bd61a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be97430c-a859-490b-8214-38ab39bd61a3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-be97430c-a859-490b-8214-38ab39bd61a3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-be97430c-a859-490b-8214-38ab39bd61a3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-be97430c-a859-490b-8214-38ab39bd61a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-be97430c-a859-490b-8214-38ab39bd61a3 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-be97430c-a859-490b-8214-38ab39bd61a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-be97430c-a859-490b-8214-38ab39bd61a3 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-be97430c-a859-490b-8214-38ab39bd61a3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-be97430c-a859-490b-8214-38ab39bd61a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be97430c-a859-490b-8214-38ab39bd61a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be97430c-a859-490b-8214-38ab39bd61a3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-be97430c-a859-490b-8214-38ab39bd61a3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-be97430c-a859-490b-8214-38ab39bd61a3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-be97430c-a859-490b-8214-38ab39bd61a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-be97430c-a859-490b-8214-38ab39bd61a3 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-be97430c-a859-490b-8214-38ab39bd61a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-be97430c-a859-490b-8214-38ab39bd61a3 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-be97430c-a859-490b-8214-38ab39bd61a3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-be97430c-a859-490b-8214-38ab39bd61a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be97430c-a859-490b-8214-38ab39bd61a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be97430c-a859-490b-8214-38ab39bd61a3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-be97430c-a859-490b-8214-38ab39bd61a3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-be97430c-a859-490b-8214-38ab39bd61a3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-be97430c-a859-490b-8214-38ab39bd61a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-be97430c-a859-490b-8214-38ab39bd61a3 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-be97430c-a859-490b-8214-38ab39bd61a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-be97430c-a859-490b-8214-38ab39bd61a3 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-be97430c-a859-490b-8214-38ab39bd61a3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-be97430c-a859-490b-8214-38ab39bd61a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be97430c-a859-490b-8214-38ab39bd61a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be97430c-a859-490b-8214-38ab39bd61a3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-be97430c-a859-490b-8214-38ab39bd61a3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-be97430c-a859-490b-8214-38ab39bd61a3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-be97430c-a859-490b-8214-38ab39bd61a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-be97430c-a859-490b-8214-38ab39bd61a3 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-be97430c-a859-490b-8214-38ab39bd61a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-be97430c-a859-490b-8214-38ab39bd61a3 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-be97430c-a859-490b-8214-38ab39bd61a3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-be97430c-a859-490b-8214-38ab39bd61a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be97430c-a859-490b-8214-38ab39bd61a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be97430c-a859-490b-8214-38ab39bd61a3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-9ec2cf65-8996-4a8b-9ee4-c1211360f85b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-9ec2cf65-8996-4a8b-9ee4-c1211360f85b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9ec2cf65-8996-4a8b-9ee4-c1211360f85b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d3189d60-3ebc-447e-89d0-7ccc0aa5c9af {
  margin-left: 30%;
margin-right: 30%;
}

#s-d3189d60-3ebc-447e-89d0-7ccc0aa5c9af hr {
  border-top: 2px solid #ddd;
}

#s-43e9095f-cd04-480e-b981-acd237728cc6 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-43e9095f-cd04-480e-b981-acd237728cc6 {
  margin-top: 20px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
}
}
#s-43e9095f-cd04-480e-b981-acd237728cc6 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-9db008ad-d7a1-4237-98ae-dfe9fc5de0a3 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-9db008ad-d7a1-4237-98ae-dfe9fc5de0a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9db008ad-d7a1-4237-98ae-dfe9fc5de0a3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c767a025-51d8-4b61-9ca5-4fd2435f9e53 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(250, 249, 245, 1);
}








#s-c767a025-51d8-4b61-9ca5-4fd2435f9e53 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c767a025-51d8-4b61-9ca5-4fd2435f9e53.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-12344c67-9204-444a-bad9-cdaeb07320b6 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(250, 249, 245, 1);
}

@media (min-width: 0px) {
[id="s-12344c67-9204-444a-bad9-cdaeb07320b6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-12344c67-9204-444a-bad9-cdaeb07320b6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-12344c67-9204-444a-bad9-cdaeb07320b6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-12344c67-9204-444a-bad9-cdaeb07320b6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-ba99c1c9-e5ca-438b-a632-d6f741464656 {
  padding-left: 5%;
padding-right: 5%;
text-align: left;
}

#s-5c5ffc36-61d4-4902-a527-b71d356b2c50 {
  margin-top: 10%;
margin-bottom: 0%;
padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
}
@media (min-width: 1200px){#s-5c5ffc36-61d4-4902-a527-b71d356b2c50 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 20px;
padding-bottom: 20px;
}
}@media (max-width: 767px){#s-5c5ffc36-61d4-4902-a527-b71d356b2c50 {
  padding-top: 5%;
padding-bottom: 5%;
}
}
#s-2956311b-dced-43c9-835a-9bd418ccbf1a {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 25%;
padding-bottom: 10px;
padding-right: 25%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
background-color: #252525;
text-align: center;
text-decoration: none;
letter-spacing: 0.7px;
}
#s-2956311b-dced-43c9-835a-9bd418ccbf1a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2956311b-dced-43c9-835a-9bd418ccbf1a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-2956311b-dced-43c9-835a-9bd418ccbf1a {
  margin-bottom: 20px;
max-width: 100%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2956311b-dced-43c9-835a-9bd418ccbf1a {
  margin-bottom: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2956311b-dced-43c9-835a-9bd418ccbf1a {
  margin-bottom: 20px;
}
}@media (max-width: 767px){#s-2956311b-dced-43c9-835a-9bd418ccbf1a {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
padding-left: 0%;
padding-right: 0%;
}
}

  #s-2956311b-dced-43c9-835a-9bd418ccbf1a-root {
    text-align: center;
  }


#s-2956311b-dced-43c9-835a-9bd418ccbf1a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-2956311b-dced-43c9-835a-9bd418ccbf1a-root {
    text-align: center;
  }


#s-2956311b-dced-43c9-835a-9bd418ccbf1a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2956311b-dced-43c9-835a-9bd418ccbf1a-root {
    text-align: center;
  }


#s-2956311b-dced-43c9-835a-9bd418ccbf1a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2956311b-dced-43c9-835a-9bd418ccbf1a-root {
    text-align: center;
  }


#s-2956311b-dced-43c9-835a-9bd418ccbf1a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-2956311b-dced-43c9-835a-9bd418ccbf1a-root {
    text-align: center;
  }


#s-2956311b-dced-43c9-835a-9bd418ccbf1a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
}
#s-ea4b4d77-0915-4b7e-9532-4ca7e50753bd {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(250, 249, 245, 1);
}

@media (min-width: 0px) {
[id="s-ea4b4d77-0915-4b7e-9532-4ca7e50753bd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ea4b4d77-0915-4b7e-9532-4ca7e50753bd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ea4b4d77-0915-4b7e-9532-4ca7e50753bd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ea4b4d77-0915-4b7e-9532-4ca7e50753bd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-11b5e788-86d5-4722-a3b8-16a14ce78945 {
  margin-top: 2%;
margin-left: 5%;
margin-bottom: 2%;
margin-right: 5%;
max-width: 1200px;
text-align: center;
}

#s-11b5e788-86d5-4722-a3b8-16a14ce78945 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-11b5e788-86d5-4722-a3b8-16a14ce78945-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-11b5e788-86d5-4722-a3b8-16a14ce78945 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 2%;
  margin-bottom: 2%;
}

#s-11b5e788-86d5-4722-a3b8-16a14ce78945 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: rgba(118, 185, 200, 1);
  border-style: solid;
  border-radius: 1px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-11b5e788-86d5-4722-a3b8-16a14ce78945 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-11b5e788-86d5-4722-a3b8-16a14ce78945 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-11b5e788-86d5-4722-a3b8-16a14ce78945 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-11b5e788-86d5-4722-a3b8-16a14ce78945.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11b5e788-86d5-4722-a3b8-16a14ce78945.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11b5e788-86d5-4722-a3b8-16a14ce78945.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-11b5e788-86d5-4722-a3b8-16a14ce78945 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-11b5e788-86d5-4722-a3b8-16a14ce78945-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-11b5e788-86d5-4722-a3b8-16a14ce78945 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-11b5e788-86d5-4722-a3b8-16a14ce78945 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-11b5e788-86d5-4722-a3b8-16a14ce78945 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-11b5e788-86d5-4722-a3b8-16a14ce78945 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-11b5e788-86d5-4722-a3b8-16a14ce78945 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-11b5e788-86d5-4722-a3b8-16a14ce78945.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11b5e788-86d5-4722-a3b8-16a14ce78945.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11b5e788-86d5-4722-a3b8-16a14ce78945.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-11b5e788-86d5-4722-a3b8-16a14ce78945 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-11b5e788-86d5-4722-a3b8-16a14ce78945-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-11b5e788-86d5-4722-a3b8-16a14ce78945 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-11b5e788-86d5-4722-a3b8-16a14ce78945 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-11b5e788-86d5-4722-a3b8-16a14ce78945 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-11b5e788-86d5-4722-a3b8-16a14ce78945 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-11b5e788-86d5-4722-a3b8-16a14ce78945 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-11b5e788-86d5-4722-a3b8-16a14ce78945.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11b5e788-86d5-4722-a3b8-16a14ce78945.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11b5e788-86d5-4722-a3b8-16a14ce78945.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-11b5e788-86d5-4722-a3b8-16a14ce78945 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-11b5e788-86d5-4722-a3b8-16a14ce78945-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-11b5e788-86d5-4722-a3b8-16a14ce78945 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-11b5e788-86d5-4722-a3b8-16a14ce78945 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-11b5e788-86d5-4722-a3b8-16a14ce78945 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-11b5e788-86d5-4722-a3b8-16a14ce78945 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-11b5e788-86d5-4722-a3b8-16a14ce78945 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-11b5e788-86d5-4722-a3b8-16a14ce78945.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11b5e788-86d5-4722-a3b8-16a14ce78945.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11b5e788-86d5-4722-a3b8-16a14ce78945.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-11b5e788-86d5-4722-a3b8-16a14ce78945 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-11b5e788-86d5-4722-a3b8-16a14ce78945-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-11b5e788-86d5-4722-a3b8-16a14ce78945 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-11b5e788-86d5-4722-a3b8-16a14ce78945 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-11b5e788-86d5-4722-a3b8-16a14ce78945 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-11b5e788-86d5-4722-a3b8-16a14ce78945 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-11b5e788-86d5-4722-a3b8-16a14ce78945 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-11b5e788-86d5-4722-a3b8-16a14ce78945.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11b5e788-86d5-4722-a3b8-16a14ce78945.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11b5e788-86d5-4722-a3b8-16a14ce78945.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-6d557a4e-bd62-43be-ae50-de599882f445 {
  margin-top: 2%;
margin-left: 5%;
margin-bottom: 2%;
margin-right: 5%;
max-width: 1200px;
text-align: center;
}

#s-6d557a4e-bd62-43be-ae50-de599882f445 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6d557a4e-bd62-43be-ae50-de599882f445-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6d557a4e-bd62-43be-ae50-de599882f445 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 2%;
  margin-bottom: 2%;
}

#s-6d557a4e-bd62-43be-ae50-de599882f445 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6d557a4e-bd62-43be-ae50-de599882f445 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6d557a4e-bd62-43be-ae50-de599882f445 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6d557a4e-bd62-43be-ae50-de599882f445 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6d557a4e-bd62-43be-ae50-de599882f445.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d557a4e-bd62-43be-ae50-de599882f445.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d557a4e-bd62-43be-ae50-de599882f445.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-6d557a4e-bd62-43be-ae50-de599882f445 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6d557a4e-bd62-43be-ae50-de599882f445-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6d557a4e-bd62-43be-ae50-de599882f445 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6d557a4e-bd62-43be-ae50-de599882f445 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6d557a4e-bd62-43be-ae50-de599882f445 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6d557a4e-bd62-43be-ae50-de599882f445 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6d557a4e-bd62-43be-ae50-de599882f445 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6d557a4e-bd62-43be-ae50-de599882f445.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d557a4e-bd62-43be-ae50-de599882f445.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d557a4e-bd62-43be-ae50-de599882f445.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-6d557a4e-bd62-43be-ae50-de599882f445 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6d557a4e-bd62-43be-ae50-de599882f445-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6d557a4e-bd62-43be-ae50-de599882f445 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6d557a4e-bd62-43be-ae50-de599882f445 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6d557a4e-bd62-43be-ae50-de599882f445 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6d557a4e-bd62-43be-ae50-de599882f445 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6d557a4e-bd62-43be-ae50-de599882f445 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6d557a4e-bd62-43be-ae50-de599882f445.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d557a4e-bd62-43be-ae50-de599882f445.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d557a4e-bd62-43be-ae50-de599882f445.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-6d557a4e-bd62-43be-ae50-de599882f445 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6d557a4e-bd62-43be-ae50-de599882f445-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6d557a4e-bd62-43be-ae50-de599882f445 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6d557a4e-bd62-43be-ae50-de599882f445 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6d557a4e-bd62-43be-ae50-de599882f445 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6d557a4e-bd62-43be-ae50-de599882f445 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6d557a4e-bd62-43be-ae50-de599882f445 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6d557a4e-bd62-43be-ae50-de599882f445.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d557a4e-bd62-43be-ae50-de599882f445.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d557a4e-bd62-43be-ae50-de599882f445.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-6d557a4e-bd62-43be-ae50-de599882f445 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6d557a4e-bd62-43be-ae50-de599882f445-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6d557a4e-bd62-43be-ae50-de599882f445 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6d557a4e-bd62-43be-ae50-de599882f445 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6d557a4e-bd62-43be-ae50-de599882f445 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6d557a4e-bd62-43be-ae50-de599882f445 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6d557a4e-bd62-43be-ae50-de599882f445 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6d557a4e-bd62-43be-ae50-de599882f445.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d557a4e-bd62-43be-ae50-de599882f445.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d557a4e-bd62-43be-ae50-de599882f445.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-3103ef3f-da81-432d-94e3-0b065af964ff {
  margin-left: 30%;
margin-right: 30%;
}

#s-3103ef3f-da81-432d-94e3-0b065af964ff hr {
  border-top: 2px solid #ddd;
}

#s-5a47c4c7-a981-4c76-9220-183c06c55ec9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-5a47c4c7-a981-4c76-9220-183c06c55ec9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5a47c4c7-a981-4c76-9220-183c06c55ec9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-99975489-5cc4-4bc9-9e54-9d723c57f2a1 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-99975489-5cc4-4bc9-9e54-9d723c57f2a1 {
  margin-top: 0px;
}
}@media (max-width: 767px){#s-99975489-5cc4-4bc9-9e54-9d723c57f2a1 {
  margin-top: 20px;
margin-bottom: 0px;
}
}
#s-99975489-5cc4-4bc9-9e54-9d723c57f2a1 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-8922bd5e-cc74-4674-9523-987cd3002781 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-8922bd5e-cc74-4674-9523-987cd3002781 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8922bd5e-cc74-4674-9523-987cd3002781.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-acc6b4dc-2b37-4f1d-ad98-5cdb632f60d1 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(250, 249, 245, 1);
}








#s-acc6b4dc-2b37-4f1d-ad98-5cdb632f60d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-acc6b4dc-2b37-4f1d-ad98-5cdb632f60d1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-25aaa9c6-b2d2-41d1-8f5c-90b6c07e82c7 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(250, 249, 245, 1);
}

@media (min-width: 0px) {
[id="s-25aaa9c6-b2d2-41d1-8f5c-90b6c07e82c7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-25aaa9c6-b2d2-41d1-8f5c-90b6c07e82c7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-25aaa9c6-b2d2-41d1-8f5c-90b6c07e82c7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-25aaa9c6-b2d2-41d1-8f5c-90b6c07e82c7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-eb476f82-d1e0-4673-9312-b1878e81c226 {
  padding-left: 5%;
padding-right: 5%;
text-align: left;
}

#s-4f91e6f0-8b5a-45f9-b257-2eb29a02afba {
  margin-top: 10%;
margin-bottom: 0%;
padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
}
@media (min-width: 1200px){#s-4f91e6f0-8b5a-45f9-b257-2eb29a02afba {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 20px;
padding-bottom: 20px;
}
}@media (max-width: 767px){#s-4f91e6f0-8b5a-45f9-b257-2eb29a02afba {
  padding-top: 5%;
padding-bottom: 5%;
}
}
#s-6eb3bf6e-5164-4e7a-aff5-40d29d1402d6 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 25%;
padding-bottom: 10px;
padding-right: 25%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
background-color: #252525;
text-align: center;
text-decoration: none;
letter-spacing: 0.7px;
}
#s-6eb3bf6e-5164-4e7a-aff5-40d29d1402d6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6eb3bf6e-5164-4e7a-aff5-40d29d1402d6:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-6eb3bf6e-5164-4e7a-aff5-40d29d1402d6 {
  margin-bottom: 20px;
max-width: 100%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6eb3bf6e-5164-4e7a-aff5-40d29d1402d6 {
  margin-bottom: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6eb3bf6e-5164-4e7a-aff5-40d29d1402d6 {
  margin-bottom: 20px;
}
}@media (max-width: 767px){#s-6eb3bf6e-5164-4e7a-aff5-40d29d1402d6 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
padding-left: 0%;
padding-right: 0%;
}
}

  #s-6eb3bf6e-5164-4e7a-aff5-40d29d1402d6-root {
    text-align: center;
  }


#s-6eb3bf6e-5164-4e7a-aff5-40d29d1402d6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-6eb3bf6e-5164-4e7a-aff5-40d29d1402d6-root {
    text-align: center;
  }


#s-6eb3bf6e-5164-4e7a-aff5-40d29d1402d6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6eb3bf6e-5164-4e7a-aff5-40d29d1402d6-root {
    text-align: center;
  }


#s-6eb3bf6e-5164-4e7a-aff5-40d29d1402d6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6eb3bf6e-5164-4e7a-aff5-40d29d1402d6-root {
    text-align: center;
  }


#s-6eb3bf6e-5164-4e7a-aff5-40d29d1402d6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-6eb3bf6e-5164-4e7a-aff5-40d29d1402d6-root {
    text-align: center;
  }


#s-6eb3bf6e-5164-4e7a-aff5-40d29d1402d6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
}
#s-0132c60d-c439-42cd-9da1-a459a07781dc {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(250, 249, 245, 1);
}

@media (min-width: 0px) {
[id="s-0132c60d-c439-42cd-9da1-a459a07781dc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0132c60d-c439-42cd-9da1-a459a07781dc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0132c60d-c439-42cd-9da1-a459a07781dc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0132c60d-c439-42cd-9da1-a459a07781dc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-9bd5442a-7d1f-469d-b50f-5ac687cee949 {
  margin-top: 2%;
margin-left: 5%;
margin-bottom: 2%;
margin-right: 5%;
max-width: 1200px;
text-align: center;
}

#s-9bd5442a-7d1f-469d-b50f-5ac687cee949 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9bd5442a-7d1f-469d-b50f-5ac687cee949-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9bd5442a-7d1f-469d-b50f-5ac687cee949 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 2%;
  margin-bottom: 2%;
}

#s-9bd5442a-7d1f-469d-b50f-5ac687cee949 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: rgba(118, 185, 200, 1);
  border-style: solid;
  border-radius: 1px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9bd5442a-7d1f-469d-b50f-5ac687cee949 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9bd5442a-7d1f-469d-b50f-5ac687cee949 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-9bd5442a-7d1f-469d-b50f-5ac687cee949 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9bd5442a-7d1f-469d-b50f-5ac687cee949.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9bd5442a-7d1f-469d-b50f-5ac687cee949.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bd5442a-7d1f-469d-b50f-5ac687cee949.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-9bd5442a-7d1f-469d-b50f-5ac687cee949 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9bd5442a-7d1f-469d-b50f-5ac687cee949-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9bd5442a-7d1f-469d-b50f-5ac687cee949 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9bd5442a-7d1f-469d-b50f-5ac687cee949 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9bd5442a-7d1f-469d-b50f-5ac687cee949 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9bd5442a-7d1f-469d-b50f-5ac687cee949 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-9bd5442a-7d1f-469d-b50f-5ac687cee949 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9bd5442a-7d1f-469d-b50f-5ac687cee949.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9bd5442a-7d1f-469d-b50f-5ac687cee949.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bd5442a-7d1f-469d-b50f-5ac687cee949.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-9bd5442a-7d1f-469d-b50f-5ac687cee949 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9bd5442a-7d1f-469d-b50f-5ac687cee949-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9bd5442a-7d1f-469d-b50f-5ac687cee949 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9bd5442a-7d1f-469d-b50f-5ac687cee949 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9bd5442a-7d1f-469d-b50f-5ac687cee949 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9bd5442a-7d1f-469d-b50f-5ac687cee949 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-9bd5442a-7d1f-469d-b50f-5ac687cee949 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9bd5442a-7d1f-469d-b50f-5ac687cee949.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9bd5442a-7d1f-469d-b50f-5ac687cee949.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bd5442a-7d1f-469d-b50f-5ac687cee949.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-9bd5442a-7d1f-469d-b50f-5ac687cee949 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9bd5442a-7d1f-469d-b50f-5ac687cee949-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9bd5442a-7d1f-469d-b50f-5ac687cee949 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9bd5442a-7d1f-469d-b50f-5ac687cee949 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9bd5442a-7d1f-469d-b50f-5ac687cee949 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9bd5442a-7d1f-469d-b50f-5ac687cee949 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-9bd5442a-7d1f-469d-b50f-5ac687cee949 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9bd5442a-7d1f-469d-b50f-5ac687cee949.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9bd5442a-7d1f-469d-b50f-5ac687cee949.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bd5442a-7d1f-469d-b50f-5ac687cee949.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-9bd5442a-7d1f-469d-b50f-5ac687cee949 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9bd5442a-7d1f-469d-b50f-5ac687cee949-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9bd5442a-7d1f-469d-b50f-5ac687cee949 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9bd5442a-7d1f-469d-b50f-5ac687cee949 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9bd5442a-7d1f-469d-b50f-5ac687cee949 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9bd5442a-7d1f-469d-b50f-5ac687cee949 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-9bd5442a-7d1f-469d-b50f-5ac687cee949 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9bd5442a-7d1f-469d-b50f-5ac687cee949.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9bd5442a-7d1f-469d-b50f-5ac687cee949.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bd5442a-7d1f-469d-b50f-5ac687cee949.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-2370cf1c-e632-487b-900f-efbd8168ba75 {
  margin-top: 2%;
margin-left: 5%;
margin-bottom: 2%;
margin-right: 5%;
max-width: 1200px;
text-align: center;
}

#s-2370cf1c-e632-487b-900f-efbd8168ba75 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2370cf1c-e632-487b-900f-efbd8168ba75-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2370cf1c-e632-487b-900f-efbd8168ba75 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 2%;
  margin-bottom: 2%;
}

#s-2370cf1c-e632-487b-900f-efbd8168ba75 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2370cf1c-e632-487b-900f-efbd8168ba75 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-2370cf1c-e632-487b-900f-efbd8168ba75 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-2370cf1c-e632-487b-900f-efbd8168ba75 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2370cf1c-e632-487b-900f-efbd8168ba75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2370cf1c-e632-487b-900f-efbd8168ba75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2370cf1c-e632-487b-900f-efbd8168ba75.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-2370cf1c-e632-487b-900f-efbd8168ba75 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2370cf1c-e632-487b-900f-efbd8168ba75-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2370cf1c-e632-487b-900f-efbd8168ba75 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2370cf1c-e632-487b-900f-efbd8168ba75 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2370cf1c-e632-487b-900f-efbd8168ba75 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-2370cf1c-e632-487b-900f-efbd8168ba75 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-2370cf1c-e632-487b-900f-efbd8168ba75 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2370cf1c-e632-487b-900f-efbd8168ba75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2370cf1c-e632-487b-900f-efbd8168ba75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2370cf1c-e632-487b-900f-efbd8168ba75.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-2370cf1c-e632-487b-900f-efbd8168ba75 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2370cf1c-e632-487b-900f-efbd8168ba75-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2370cf1c-e632-487b-900f-efbd8168ba75 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2370cf1c-e632-487b-900f-efbd8168ba75 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2370cf1c-e632-487b-900f-efbd8168ba75 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-2370cf1c-e632-487b-900f-efbd8168ba75 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-2370cf1c-e632-487b-900f-efbd8168ba75 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2370cf1c-e632-487b-900f-efbd8168ba75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2370cf1c-e632-487b-900f-efbd8168ba75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2370cf1c-e632-487b-900f-efbd8168ba75.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-2370cf1c-e632-487b-900f-efbd8168ba75 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2370cf1c-e632-487b-900f-efbd8168ba75-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2370cf1c-e632-487b-900f-efbd8168ba75 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2370cf1c-e632-487b-900f-efbd8168ba75 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2370cf1c-e632-487b-900f-efbd8168ba75 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-2370cf1c-e632-487b-900f-efbd8168ba75 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-2370cf1c-e632-487b-900f-efbd8168ba75 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2370cf1c-e632-487b-900f-efbd8168ba75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2370cf1c-e632-487b-900f-efbd8168ba75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2370cf1c-e632-487b-900f-efbd8168ba75.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-2370cf1c-e632-487b-900f-efbd8168ba75 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2370cf1c-e632-487b-900f-efbd8168ba75-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2370cf1c-e632-487b-900f-efbd8168ba75 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2370cf1c-e632-487b-900f-efbd8168ba75 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2370cf1c-e632-487b-900f-efbd8168ba75 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-2370cf1c-e632-487b-900f-efbd8168ba75 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-2370cf1c-e632-487b-900f-efbd8168ba75 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2370cf1c-e632-487b-900f-efbd8168ba75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2370cf1c-e632-487b-900f-efbd8168ba75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2370cf1c-e632-487b-900f-efbd8168ba75.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-8713fec5-8280-49b9-8c9d-3bf1f551888a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-8713fec5-8280-49b9-8c9d-3bf1f551888a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8713fec5-8280-49b9-8c9d-3bf1f551888a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e3375b46-cf19-48ff-9ee1-13bf8d285bad {
  margin-left: 30%;
margin-right: 30%;
}

#s-e3375b46-cf19-48ff-9ee1-13bf8d285bad hr {
  border-top: 2px solid #ddd;
}

#s-075f505f-370b-4427-a657-9b32fe5c0b28 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-075f505f-370b-4427-a657-9b32fe5c0b28 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-075f505f-370b-4427-a657-9b32fe5c0b28 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-ecdb1ece-413f-419f-a7a8-52a59b2e3f01 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-ecdb1ece-413f-419f-a7a8-52a59b2e3f01 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ecdb1ece-413f-419f-a7a8-52a59b2e3f01.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-958fb243-6759-40ad-b4f5-ebadf92135d6 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(250, 249, 245, 1);
}








#s-958fb243-6759-40ad-b4f5-ebadf92135d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-958fb243-6759-40ad-b4f5-ebadf92135d6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-68c9f83d-2105-4827-bfcc-89103ffa8691 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(250, 249, 245, 1);
}

@media (min-width: 0px) {
[id="s-68c9f83d-2105-4827-bfcc-89103ffa8691"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-68c9f83d-2105-4827-bfcc-89103ffa8691"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-68c9f83d-2105-4827-bfcc-89103ffa8691"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-68c9f83d-2105-4827-bfcc-89103ffa8691"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-3fe0ad5b-3467-43eb-aff9-cc674c8058ae {
  padding-left: 5%;
padding-right: 5%;
text-align: left;
}

#s-f4401624-7074-4fa7-b02a-728956eba697 {
  margin-top: 10%;
margin-bottom: 0%;
padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
}
@media (min-width: 1200px){#s-f4401624-7074-4fa7-b02a-728956eba697 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 20px;
padding-bottom: 20px;
}
}@media (max-width: 767px){#s-f4401624-7074-4fa7-b02a-728956eba697 {
  padding-top: 5%;
padding-bottom: 5%;
}
}
#s-5ccf79c2-d4a2-4c44-8156-c06750d0081f {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 25%;
padding-bottom: 10px;
padding-right: 25%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
background-color: #252525;
text-align: center;
text-decoration: none;
letter-spacing: 0.7px;
}
#s-5ccf79c2-d4a2-4c44-8156-c06750d0081f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5ccf79c2-d4a2-4c44-8156-c06750d0081f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-5ccf79c2-d4a2-4c44-8156-c06750d0081f {
  margin-bottom: 20px;
max-width: 100%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5ccf79c2-d4a2-4c44-8156-c06750d0081f {
  margin-bottom: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5ccf79c2-d4a2-4c44-8156-c06750d0081f {
  margin-bottom: 20px;
}
}@media (max-width: 767px){#s-5ccf79c2-d4a2-4c44-8156-c06750d0081f {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
padding-left: 0%;
padding-right: 0%;
}
}

  #s-5ccf79c2-d4a2-4c44-8156-c06750d0081f-root {
    text-align: center;
  }


#s-5ccf79c2-d4a2-4c44-8156-c06750d0081f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-5ccf79c2-d4a2-4c44-8156-c06750d0081f-root {
    text-align: center;
  }


#s-5ccf79c2-d4a2-4c44-8156-c06750d0081f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5ccf79c2-d4a2-4c44-8156-c06750d0081f-root {
    text-align: center;
  }


#s-5ccf79c2-d4a2-4c44-8156-c06750d0081f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5ccf79c2-d4a2-4c44-8156-c06750d0081f-root {
    text-align: center;
  }


#s-5ccf79c2-d4a2-4c44-8156-c06750d0081f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-5ccf79c2-d4a2-4c44-8156-c06750d0081f-root {
    text-align: center;
  }


#s-5ccf79c2-d4a2-4c44-8156-c06750d0081f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
}
#s-421792dc-e808-45e4-a7e8-93cc643deb91 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(250, 249, 245, 1);
}

@media (min-width: 0px) {
[id="s-421792dc-e808-45e4-a7e8-93cc643deb91"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-421792dc-e808-45e4-a7e8-93cc643deb91"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-421792dc-e808-45e4-a7e8-93cc643deb91"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-421792dc-e808-45e4-a7e8-93cc643deb91"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-edf9f73d-1b30-42d9-9956-a27b36d314f5 {
  margin-top: 2%;
margin-left: 5%;
margin-bottom: 2%;
margin-right: 5%;
max-width: 1200px;
text-align: center;
}

#s-edf9f73d-1b30-42d9-9956-a27b36d314f5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-edf9f73d-1b30-42d9-9956-a27b36d314f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-edf9f73d-1b30-42d9-9956-a27b36d314f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 2%;
  margin-bottom: 2%;
}

#s-edf9f73d-1b30-42d9-9956-a27b36d314f5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: rgba(118, 185, 200, 1);
  border-style: solid;
  border-radius: 1px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-edf9f73d-1b30-42d9-9956-a27b36d314f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-edf9f73d-1b30-42d9-9956-a27b36d314f5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-edf9f73d-1b30-42d9-9956-a27b36d314f5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-edf9f73d-1b30-42d9-9956-a27b36d314f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edf9f73d-1b30-42d9-9956-a27b36d314f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edf9f73d-1b30-42d9-9956-a27b36d314f5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-edf9f73d-1b30-42d9-9956-a27b36d314f5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-edf9f73d-1b30-42d9-9956-a27b36d314f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-edf9f73d-1b30-42d9-9956-a27b36d314f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-edf9f73d-1b30-42d9-9956-a27b36d314f5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-edf9f73d-1b30-42d9-9956-a27b36d314f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-edf9f73d-1b30-42d9-9956-a27b36d314f5 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-edf9f73d-1b30-42d9-9956-a27b36d314f5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-edf9f73d-1b30-42d9-9956-a27b36d314f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edf9f73d-1b30-42d9-9956-a27b36d314f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edf9f73d-1b30-42d9-9956-a27b36d314f5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-edf9f73d-1b30-42d9-9956-a27b36d314f5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-edf9f73d-1b30-42d9-9956-a27b36d314f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-edf9f73d-1b30-42d9-9956-a27b36d314f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-edf9f73d-1b30-42d9-9956-a27b36d314f5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-edf9f73d-1b30-42d9-9956-a27b36d314f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-edf9f73d-1b30-42d9-9956-a27b36d314f5 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-edf9f73d-1b30-42d9-9956-a27b36d314f5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-edf9f73d-1b30-42d9-9956-a27b36d314f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edf9f73d-1b30-42d9-9956-a27b36d314f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edf9f73d-1b30-42d9-9956-a27b36d314f5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-edf9f73d-1b30-42d9-9956-a27b36d314f5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-edf9f73d-1b30-42d9-9956-a27b36d314f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-edf9f73d-1b30-42d9-9956-a27b36d314f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-edf9f73d-1b30-42d9-9956-a27b36d314f5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-edf9f73d-1b30-42d9-9956-a27b36d314f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-edf9f73d-1b30-42d9-9956-a27b36d314f5 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-edf9f73d-1b30-42d9-9956-a27b36d314f5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-edf9f73d-1b30-42d9-9956-a27b36d314f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edf9f73d-1b30-42d9-9956-a27b36d314f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edf9f73d-1b30-42d9-9956-a27b36d314f5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-edf9f73d-1b30-42d9-9956-a27b36d314f5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-edf9f73d-1b30-42d9-9956-a27b36d314f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-edf9f73d-1b30-42d9-9956-a27b36d314f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-edf9f73d-1b30-42d9-9956-a27b36d314f5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-edf9f73d-1b30-42d9-9956-a27b36d314f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-edf9f73d-1b30-42d9-9956-a27b36d314f5 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-edf9f73d-1b30-42d9-9956-a27b36d314f5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-edf9f73d-1b30-42d9-9956-a27b36d314f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edf9f73d-1b30-42d9-9956-a27b36d314f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edf9f73d-1b30-42d9-9956-a27b36d314f5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-820737d5-e8ac-4ccd-933e-b8e9e6f09e4a {
  margin-top: 2%;
margin-left: 5%;
margin-bottom: 2%;
margin-right: 5%;
max-width: 1200px;
text-align: center;
}

#s-820737d5-e8ac-4ccd-933e-b8e9e6f09e4a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-820737d5-e8ac-4ccd-933e-b8e9e6f09e4a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-820737d5-e8ac-4ccd-933e-b8e9e6f09e4a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 2%;
  margin-bottom: 2%;
}

#s-820737d5-e8ac-4ccd-933e-b8e9e6f09e4a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-820737d5-e8ac-4ccd-933e-b8e9e6f09e4a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-820737d5-e8ac-4ccd-933e-b8e9e6f09e4a img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-820737d5-e8ac-4ccd-933e-b8e9e6f09e4a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-820737d5-e8ac-4ccd-933e-b8e9e6f09e4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-820737d5-e8ac-4ccd-933e-b8e9e6f09e4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-820737d5-e8ac-4ccd-933e-b8e9e6f09e4a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-820737d5-e8ac-4ccd-933e-b8e9e6f09e4a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-820737d5-e8ac-4ccd-933e-b8e9e6f09e4a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-820737d5-e8ac-4ccd-933e-b8e9e6f09e4a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-820737d5-e8ac-4ccd-933e-b8e9e6f09e4a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-820737d5-e8ac-4ccd-933e-b8e9e6f09e4a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-820737d5-e8ac-4ccd-933e-b8e9e6f09e4a img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-820737d5-e8ac-4ccd-933e-b8e9e6f09e4a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-820737d5-e8ac-4ccd-933e-b8e9e6f09e4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-820737d5-e8ac-4ccd-933e-b8e9e6f09e4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-820737d5-e8ac-4ccd-933e-b8e9e6f09e4a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-820737d5-e8ac-4ccd-933e-b8e9e6f09e4a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-820737d5-e8ac-4ccd-933e-b8e9e6f09e4a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-820737d5-e8ac-4ccd-933e-b8e9e6f09e4a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-820737d5-e8ac-4ccd-933e-b8e9e6f09e4a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-820737d5-e8ac-4ccd-933e-b8e9e6f09e4a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-820737d5-e8ac-4ccd-933e-b8e9e6f09e4a img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-820737d5-e8ac-4ccd-933e-b8e9e6f09e4a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-820737d5-e8ac-4ccd-933e-b8e9e6f09e4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-820737d5-e8ac-4ccd-933e-b8e9e6f09e4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-820737d5-e8ac-4ccd-933e-b8e9e6f09e4a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-820737d5-e8ac-4ccd-933e-b8e9e6f09e4a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-820737d5-e8ac-4ccd-933e-b8e9e6f09e4a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-820737d5-e8ac-4ccd-933e-b8e9e6f09e4a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-820737d5-e8ac-4ccd-933e-b8e9e6f09e4a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-820737d5-e8ac-4ccd-933e-b8e9e6f09e4a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-820737d5-e8ac-4ccd-933e-b8e9e6f09e4a img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-820737d5-e8ac-4ccd-933e-b8e9e6f09e4a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-820737d5-e8ac-4ccd-933e-b8e9e6f09e4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-820737d5-e8ac-4ccd-933e-b8e9e6f09e4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-820737d5-e8ac-4ccd-933e-b8e9e6f09e4a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-820737d5-e8ac-4ccd-933e-b8e9e6f09e4a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-820737d5-e8ac-4ccd-933e-b8e9e6f09e4a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-820737d5-e8ac-4ccd-933e-b8e9e6f09e4a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-820737d5-e8ac-4ccd-933e-b8e9e6f09e4a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-820737d5-e8ac-4ccd-933e-b8e9e6f09e4a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-820737d5-e8ac-4ccd-933e-b8e9e6f09e4a img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-820737d5-e8ac-4ccd-933e-b8e9e6f09e4a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-820737d5-e8ac-4ccd-933e-b8e9e6f09e4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-820737d5-e8ac-4ccd-933e-b8e9e6f09e4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-820737d5-e8ac-4ccd-933e-b8e9e6f09e4a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-fe04d29a-2fc5-4a8c-bed5-550c4e33290f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-fe04d29a-2fc5-4a8c-bed5-550c4e33290f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fe04d29a-2fc5-4a8c-bed5-550c4e33290f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0a63b82a-15a6-455a-80b6-624a866b364d {
  margin-left: 30%;
margin-right: 30%;
}

#s-0a63b82a-15a6-455a-80b6-624a866b364d hr {
  border-top: 2px solid #ddd;
}

#s-077593bf-6a94-4303-b316-0ee69cc91295 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-077593bf-6a94-4303-b316-0ee69cc91295 {
  margin-top: 0px;
}
}
#s-077593bf-6a94-4303-b316-0ee69cc91295 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-420bfa6b-6357-427c-9b64-60f1782a84f4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-420bfa6b-6357-427c-9b64-60f1782a84f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-420bfa6b-6357-427c-9b64-60f1782a84f4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-326a3db5-853f-454b-8d36-a2df1b373f46 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(250, 249, 245, 1);
}








#s-326a3db5-853f-454b-8d36-a2df1b373f46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-326a3db5-853f-454b-8d36-a2df1b373f46.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-51b38ff0-f11f-4736-9b36-2605328b83a3 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(250, 249, 245, 1);
}

@media (min-width: 0px) {
[id="s-51b38ff0-f11f-4736-9b36-2605328b83a3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-51b38ff0-f11f-4736-9b36-2605328b83a3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-51b38ff0-f11f-4736-9b36-2605328b83a3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-51b38ff0-f11f-4736-9b36-2605328b83a3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-7b7653b6-71b5-467f-bdb4-8755da9b991b {
  padding-left: 5%;
padding-right: 5%;
text-align: left;
}

#s-ef7ae684-bde5-4484-8f83-8549ff16f251 {
  margin-top: 10%;
margin-bottom: 0%;
padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
}
@media (min-width: 1200px){#s-ef7ae684-bde5-4484-8f83-8549ff16f251 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 20px;
padding-bottom: 20px;
}
}@media (max-width: 767px){#s-ef7ae684-bde5-4484-8f83-8549ff16f251 {
  padding-top: 5%;
padding-bottom: 5%;
}
}
#s-bd2f03c7-e1c1-4014-93e9-1d09c8ff3ebe {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 25%;
padding-bottom: 10px;
padding-right: 25%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
background-color: #252525;
text-align: center;
text-decoration: none;
letter-spacing: 0.7px;
}
#s-bd2f03c7-e1c1-4014-93e9-1d09c8ff3ebe:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bd2f03c7-e1c1-4014-93e9-1d09c8ff3ebe:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-bd2f03c7-e1c1-4014-93e9-1d09c8ff3ebe {
  margin-bottom: 20px;
max-width: 100%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bd2f03c7-e1c1-4014-93e9-1d09c8ff3ebe {
  margin-bottom: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-bd2f03c7-e1c1-4014-93e9-1d09c8ff3ebe {
  margin-bottom: 20px;
}
}@media (max-width: 767px){#s-bd2f03c7-e1c1-4014-93e9-1d09c8ff3ebe {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
padding-left: 0%;
padding-right: 0%;
}
}

  #s-bd2f03c7-e1c1-4014-93e9-1d09c8ff3ebe-root {
    text-align: center;
  }


#s-bd2f03c7-e1c1-4014-93e9-1d09c8ff3ebe.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-bd2f03c7-e1c1-4014-93e9-1d09c8ff3ebe-root {
    text-align: center;
  }


#s-bd2f03c7-e1c1-4014-93e9-1d09c8ff3ebe.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bd2f03c7-e1c1-4014-93e9-1d09c8ff3ebe-root {
    text-align: center;
  }


#s-bd2f03c7-e1c1-4014-93e9-1d09c8ff3ebe.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bd2f03c7-e1c1-4014-93e9-1d09c8ff3ebe-root {
    text-align: center;
  }


#s-bd2f03c7-e1c1-4014-93e9-1d09c8ff3ebe.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-bd2f03c7-e1c1-4014-93e9-1d09c8ff3ebe-root {
    text-align: center;
  }


#s-bd2f03c7-e1c1-4014-93e9-1d09c8ff3ebe.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
}
#s-88506ce2-2f53-43d1-b4cd-dcadbd8c1785 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(250, 249, 245, 1);
}

@media (min-width: 0px) {
[id="s-88506ce2-2f53-43d1-b4cd-dcadbd8c1785"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-88506ce2-2f53-43d1-b4cd-dcadbd8c1785"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-88506ce2-2f53-43d1-b4cd-dcadbd8c1785"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-88506ce2-2f53-43d1-b4cd-dcadbd8c1785"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-71673b33-2b3e-4427-9aa9-1232c234b2ab {
  margin-top: 2%;
margin-left: 5%;
margin-bottom: 2%;
margin-right: 5%;
max-width: 1200px;
text-align: center;
}

#s-71673b33-2b3e-4427-9aa9-1232c234b2ab {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-71673b33-2b3e-4427-9aa9-1232c234b2ab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-71673b33-2b3e-4427-9aa9-1232c234b2ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 2%;
  margin-bottom: 2%;
}

#s-71673b33-2b3e-4427-9aa9-1232c234b2ab .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: rgba(118, 185, 200, 1);
  border-style: solid;
  border-radius: 1px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-71673b33-2b3e-4427-9aa9-1232c234b2ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-71673b33-2b3e-4427-9aa9-1232c234b2ab img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-71673b33-2b3e-4427-9aa9-1232c234b2ab .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-71673b33-2b3e-4427-9aa9-1232c234b2ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71673b33-2b3e-4427-9aa9-1232c234b2ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71673b33-2b3e-4427-9aa9-1232c234b2ab.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-71673b33-2b3e-4427-9aa9-1232c234b2ab {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-71673b33-2b3e-4427-9aa9-1232c234b2ab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-71673b33-2b3e-4427-9aa9-1232c234b2ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-71673b33-2b3e-4427-9aa9-1232c234b2ab .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-71673b33-2b3e-4427-9aa9-1232c234b2ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-71673b33-2b3e-4427-9aa9-1232c234b2ab img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-71673b33-2b3e-4427-9aa9-1232c234b2ab .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-71673b33-2b3e-4427-9aa9-1232c234b2ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71673b33-2b3e-4427-9aa9-1232c234b2ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71673b33-2b3e-4427-9aa9-1232c234b2ab.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-71673b33-2b3e-4427-9aa9-1232c234b2ab {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-71673b33-2b3e-4427-9aa9-1232c234b2ab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-71673b33-2b3e-4427-9aa9-1232c234b2ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-71673b33-2b3e-4427-9aa9-1232c234b2ab .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-71673b33-2b3e-4427-9aa9-1232c234b2ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-71673b33-2b3e-4427-9aa9-1232c234b2ab img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-71673b33-2b3e-4427-9aa9-1232c234b2ab .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-71673b33-2b3e-4427-9aa9-1232c234b2ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71673b33-2b3e-4427-9aa9-1232c234b2ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71673b33-2b3e-4427-9aa9-1232c234b2ab.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-71673b33-2b3e-4427-9aa9-1232c234b2ab {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-71673b33-2b3e-4427-9aa9-1232c234b2ab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-71673b33-2b3e-4427-9aa9-1232c234b2ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-71673b33-2b3e-4427-9aa9-1232c234b2ab .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-71673b33-2b3e-4427-9aa9-1232c234b2ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-71673b33-2b3e-4427-9aa9-1232c234b2ab img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-71673b33-2b3e-4427-9aa9-1232c234b2ab .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-71673b33-2b3e-4427-9aa9-1232c234b2ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71673b33-2b3e-4427-9aa9-1232c234b2ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71673b33-2b3e-4427-9aa9-1232c234b2ab.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-71673b33-2b3e-4427-9aa9-1232c234b2ab {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-71673b33-2b3e-4427-9aa9-1232c234b2ab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-71673b33-2b3e-4427-9aa9-1232c234b2ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-71673b33-2b3e-4427-9aa9-1232c234b2ab .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-71673b33-2b3e-4427-9aa9-1232c234b2ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-71673b33-2b3e-4427-9aa9-1232c234b2ab img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-71673b33-2b3e-4427-9aa9-1232c234b2ab .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-71673b33-2b3e-4427-9aa9-1232c234b2ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71673b33-2b3e-4427-9aa9-1232c234b2ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71673b33-2b3e-4427-9aa9-1232c234b2ab.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-e8979ce8-a481-4279-a3b4-1aa5897e5767 {
  margin-top: 2%;
margin-left: 5%;
margin-bottom: 2%;
margin-right: 5%;
max-width: 1200px;
text-align: center;
}

#s-e8979ce8-a481-4279-a3b4-1aa5897e5767 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e8979ce8-a481-4279-a3b4-1aa5897e5767-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e8979ce8-a481-4279-a3b4-1aa5897e5767 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 2%;
  margin-bottom: 2%;
}

#s-e8979ce8-a481-4279-a3b4-1aa5897e5767 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e8979ce8-a481-4279-a3b4-1aa5897e5767 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e8979ce8-a481-4279-a3b4-1aa5897e5767 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e8979ce8-a481-4279-a3b4-1aa5897e5767 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e8979ce8-a481-4279-a3b4-1aa5897e5767.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8979ce8-a481-4279-a3b4-1aa5897e5767.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8979ce8-a481-4279-a3b4-1aa5897e5767.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-e8979ce8-a481-4279-a3b4-1aa5897e5767 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e8979ce8-a481-4279-a3b4-1aa5897e5767-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e8979ce8-a481-4279-a3b4-1aa5897e5767 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e8979ce8-a481-4279-a3b4-1aa5897e5767 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e8979ce8-a481-4279-a3b4-1aa5897e5767 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e8979ce8-a481-4279-a3b4-1aa5897e5767 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e8979ce8-a481-4279-a3b4-1aa5897e5767 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e8979ce8-a481-4279-a3b4-1aa5897e5767.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8979ce8-a481-4279-a3b4-1aa5897e5767.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8979ce8-a481-4279-a3b4-1aa5897e5767.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-e8979ce8-a481-4279-a3b4-1aa5897e5767 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e8979ce8-a481-4279-a3b4-1aa5897e5767-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e8979ce8-a481-4279-a3b4-1aa5897e5767 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e8979ce8-a481-4279-a3b4-1aa5897e5767 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e8979ce8-a481-4279-a3b4-1aa5897e5767 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e8979ce8-a481-4279-a3b4-1aa5897e5767 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e8979ce8-a481-4279-a3b4-1aa5897e5767 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e8979ce8-a481-4279-a3b4-1aa5897e5767.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8979ce8-a481-4279-a3b4-1aa5897e5767.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8979ce8-a481-4279-a3b4-1aa5897e5767.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-e8979ce8-a481-4279-a3b4-1aa5897e5767 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e8979ce8-a481-4279-a3b4-1aa5897e5767-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e8979ce8-a481-4279-a3b4-1aa5897e5767 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e8979ce8-a481-4279-a3b4-1aa5897e5767 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e8979ce8-a481-4279-a3b4-1aa5897e5767 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e8979ce8-a481-4279-a3b4-1aa5897e5767 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e8979ce8-a481-4279-a3b4-1aa5897e5767 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e8979ce8-a481-4279-a3b4-1aa5897e5767.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8979ce8-a481-4279-a3b4-1aa5897e5767.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8979ce8-a481-4279-a3b4-1aa5897e5767.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-e8979ce8-a481-4279-a3b4-1aa5897e5767 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e8979ce8-a481-4279-a3b4-1aa5897e5767-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e8979ce8-a481-4279-a3b4-1aa5897e5767 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e8979ce8-a481-4279-a3b4-1aa5897e5767 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e8979ce8-a481-4279-a3b4-1aa5897e5767 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e8979ce8-a481-4279-a3b4-1aa5897e5767 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e8979ce8-a481-4279-a3b4-1aa5897e5767 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e8979ce8-a481-4279-a3b4-1aa5897e5767.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8979ce8-a481-4279-a3b4-1aa5897e5767.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8979ce8-a481-4279-a3b4-1aa5897e5767.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-1dfea7b4-1321-4ca5-b48f-3de80355ad09 {
  margin-left: 30%;
margin-right: 30%;
}

#s-1dfea7b4-1321-4ca5-b48f-3de80355ad09 hr {
  border-top: 2px solid #ddd;
}

#s-27f996fd-01d9-49a2-ad63-fe8fe6217330 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-27f996fd-01d9-49a2-ad63-fe8fe6217330 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-27f996fd-01d9-49a2-ad63-fe8fe6217330.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e6b3bcd9-8204-49a5-9634-ed4abd75da6c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-e6b3bcd9-8204-49a5-9634-ed4abd75da6c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e6b3bcd9-8204-49a5-9634-ed4abd75da6c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9642f8e7-d5fa-4bc4-b5b5-a59402189a40 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-9642f8e7-d5fa-4bc4-b5b5-a59402189a40 {
  margin-top: 0px;
}
}
#s-9642f8e7-d5fa-4bc4-b5b5-a59402189a40 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-51fcf978-da94-429b-a669-a346012e4fa9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(250, 249, 245, 1);
}








#s-51fcf978-da94-429b-a669-a346012e4fa9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-51fcf978-da94-429b-a669-a346012e4fa9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1087440d-5509-459b-b473-1129d03ac5b5 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(250, 249, 245, 1);
}

@media (min-width: 0px) {
[id="s-1087440d-5509-459b-b473-1129d03ac5b5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1087440d-5509-459b-b473-1129d03ac5b5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1087440d-5509-459b-b473-1129d03ac5b5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1087440d-5509-459b-b473-1129d03ac5b5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c9a5bd2a-539e-4914-b4f9-a3eb7503e2a4 {
  padding-left: 5%;
padding-right: 5%;
text-align: left;
}

#s-a12c8dcb-a64f-4085-a468-3af690db1e9f {
  margin-top: 10%;
margin-bottom: 0%;
padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
}
@media (min-width: 1200px){#s-a12c8dcb-a64f-4085-a468-3af690db1e9f {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 20px;
padding-bottom: 20px;
}
}@media (max-width: 767px){#s-a12c8dcb-a64f-4085-a468-3af690db1e9f {
  padding-top: 5%;
padding-bottom: 5%;
}
}
#s-cefc912c-3c26-460b-806f-434a0d6a4e26 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 25%;
padding-bottom: 10px;
padding-right: 25%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
background-color: #252525;
text-align: center;
text-decoration: none;
letter-spacing: 0.7px;
}
#s-cefc912c-3c26-460b-806f-434a0d6a4e26:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cefc912c-3c26-460b-806f-434a0d6a4e26:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-cefc912c-3c26-460b-806f-434a0d6a4e26 {
  margin-bottom: 20px;
max-width: 100%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cefc912c-3c26-460b-806f-434a0d6a4e26 {
  margin-bottom: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-cefc912c-3c26-460b-806f-434a0d6a4e26 {
  margin-bottom: 20px;
}
}@media (max-width: 767px){#s-cefc912c-3c26-460b-806f-434a0d6a4e26 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
padding-left: 0%;
padding-right: 0%;
}
}

  #s-cefc912c-3c26-460b-806f-434a0d6a4e26-root {
    text-align: center;
  }


#s-cefc912c-3c26-460b-806f-434a0d6a4e26.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-cefc912c-3c26-460b-806f-434a0d6a4e26-root {
    text-align: center;
  }


#s-cefc912c-3c26-460b-806f-434a0d6a4e26.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cefc912c-3c26-460b-806f-434a0d6a4e26-root {
    text-align: center;
  }


#s-cefc912c-3c26-460b-806f-434a0d6a4e26.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cefc912c-3c26-460b-806f-434a0d6a4e26-root {
    text-align: center;
  }


#s-cefc912c-3c26-460b-806f-434a0d6a4e26.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-cefc912c-3c26-460b-806f-434a0d6a4e26-root {
    text-align: center;
  }


#s-cefc912c-3c26-460b-806f-434a0d6a4e26.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
}
#s-1708ebc8-14ad-4504-bd2e-99ef8b124603 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(250, 249, 245, 1);
}

@media (min-width: 0px) {
[id="s-1708ebc8-14ad-4504-bd2e-99ef8b124603"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1708ebc8-14ad-4504-bd2e-99ef8b124603"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1708ebc8-14ad-4504-bd2e-99ef8b124603"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1708ebc8-14ad-4504-bd2e-99ef8b124603"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-11a1d05e-51c4-404a-91a0-9a6468b92c9b {
  margin-top: 2%;
margin-left: 5%;
margin-bottom: 2%;
margin-right: 5%;
max-width: 1200px;
text-align: center;
}

#s-11a1d05e-51c4-404a-91a0-9a6468b92c9b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-11a1d05e-51c4-404a-91a0-9a6468b92c9b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-11a1d05e-51c4-404a-91a0-9a6468b92c9b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 2%;
  margin-bottom: 2%;
}

#s-11a1d05e-51c4-404a-91a0-9a6468b92c9b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: rgba(118, 185, 200, 1);
  border-style: solid;
  border-radius: 1px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-11a1d05e-51c4-404a-91a0-9a6468b92c9b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-11a1d05e-51c4-404a-91a0-9a6468b92c9b img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-11a1d05e-51c4-404a-91a0-9a6468b92c9b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-11a1d05e-51c4-404a-91a0-9a6468b92c9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11a1d05e-51c4-404a-91a0-9a6468b92c9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11a1d05e-51c4-404a-91a0-9a6468b92c9b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-11a1d05e-51c4-404a-91a0-9a6468b92c9b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-11a1d05e-51c4-404a-91a0-9a6468b92c9b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-11a1d05e-51c4-404a-91a0-9a6468b92c9b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-11a1d05e-51c4-404a-91a0-9a6468b92c9b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-11a1d05e-51c4-404a-91a0-9a6468b92c9b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-11a1d05e-51c4-404a-91a0-9a6468b92c9b img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-11a1d05e-51c4-404a-91a0-9a6468b92c9b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-11a1d05e-51c4-404a-91a0-9a6468b92c9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11a1d05e-51c4-404a-91a0-9a6468b92c9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11a1d05e-51c4-404a-91a0-9a6468b92c9b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-11a1d05e-51c4-404a-91a0-9a6468b92c9b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-11a1d05e-51c4-404a-91a0-9a6468b92c9b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-11a1d05e-51c4-404a-91a0-9a6468b92c9b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-11a1d05e-51c4-404a-91a0-9a6468b92c9b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-11a1d05e-51c4-404a-91a0-9a6468b92c9b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-11a1d05e-51c4-404a-91a0-9a6468b92c9b img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-11a1d05e-51c4-404a-91a0-9a6468b92c9b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-11a1d05e-51c4-404a-91a0-9a6468b92c9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11a1d05e-51c4-404a-91a0-9a6468b92c9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11a1d05e-51c4-404a-91a0-9a6468b92c9b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-11a1d05e-51c4-404a-91a0-9a6468b92c9b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-11a1d05e-51c4-404a-91a0-9a6468b92c9b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-11a1d05e-51c4-404a-91a0-9a6468b92c9b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-11a1d05e-51c4-404a-91a0-9a6468b92c9b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-11a1d05e-51c4-404a-91a0-9a6468b92c9b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-11a1d05e-51c4-404a-91a0-9a6468b92c9b img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-11a1d05e-51c4-404a-91a0-9a6468b92c9b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-11a1d05e-51c4-404a-91a0-9a6468b92c9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11a1d05e-51c4-404a-91a0-9a6468b92c9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11a1d05e-51c4-404a-91a0-9a6468b92c9b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-11a1d05e-51c4-404a-91a0-9a6468b92c9b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-11a1d05e-51c4-404a-91a0-9a6468b92c9b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-11a1d05e-51c4-404a-91a0-9a6468b92c9b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-11a1d05e-51c4-404a-91a0-9a6468b92c9b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-11a1d05e-51c4-404a-91a0-9a6468b92c9b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-11a1d05e-51c4-404a-91a0-9a6468b92c9b img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-11a1d05e-51c4-404a-91a0-9a6468b92c9b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-11a1d05e-51c4-404a-91a0-9a6468b92c9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11a1d05e-51c4-404a-91a0-9a6468b92c9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11a1d05e-51c4-404a-91a0-9a6468b92c9b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-20f5fecd-a8b1-4554-99e9-26b7224fc6cf {
  margin-top: 2%;
margin-left: 5%;
margin-bottom: 2%;
margin-right: 5%;
max-width: 1200px;
text-align: center;
}

#s-20f5fecd-a8b1-4554-99e9-26b7224fc6cf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-20f5fecd-a8b1-4554-99e9-26b7224fc6cf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-20f5fecd-a8b1-4554-99e9-26b7224fc6cf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 2%;
  margin-bottom: 2%;
}

#s-20f5fecd-a8b1-4554-99e9-26b7224fc6cf .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-20f5fecd-a8b1-4554-99e9-26b7224fc6cf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-20f5fecd-a8b1-4554-99e9-26b7224fc6cf img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-20f5fecd-a8b1-4554-99e9-26b7224fc6cf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-20f5fecd-a8b1-4554-99e9-26b7224fc6cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20f5fecd-a8b1-4554-99e9-26b7224fc6cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20f5fecd-a8b1-4554-99e9-26b7224fc6cf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-20f5fecd-a8b1-4554-99e9-26b7224fc6cf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-20f5fecd-a8b1-4554-99e9-26b7224fc6cf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-20f5fecd-a8b1-4554-99e9-26b7224fc6cf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-20f5fecd-a8b1-4554-99e9-26b7224fc6cf .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-20f5fecd-a8b1-4554-99e9-26b7224fc6cf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-20f5fecd-a8b1-4554-99e9-26b7224fc6cf img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-20f5fecd-a8b1-4554-99e9-26b7224fc6cf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-20f5fecd-a8b1-4554-99e9-26b7224fc6cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20f5fecd-a8b1-4554-99e9-26b7224fc6cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20f5fecd-a8b1-4554-99e9-26b7224fc6cf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-20f5fecd-a8b1-4554-99e9-26b7224fc6cf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-20f5fecd-a8b1-4554-99e9-26b7224fc6cf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-20f5fecd-a8b1-4554-99e9-26b7224fc6cf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-20f5fecd-a8b1-4554-99e9-26b7224fc6cf .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-20f5fecd-a8b1-4554-99e9-26b7224fc6cf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-20f5fecd-a8b1-4554-99e9-26b7224fc6cf img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-20f5fecd-a8b1-4554-99e9-26b7224fc6cf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-20f5fecd-a8b1-4554-99e9-26b7224fc6cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20f5fecd-a8b1-4554-99e9-26b7224fc6cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20f5fecd-a8b1-4554-99e9-26b7224fc6cf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-20f5fecd-a8b1-4554-99e9-26b7224fc6cf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-20f5fecd-a8b1-4554-99e9-26b7224fc6cf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-20f5fecd-a8b1-4554-99e9-26b7224fc6cf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-20f5fecd-a8b1-4554-99e9-26b7224fc6cf .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-20f5fecd-a8b1-4554-99e9-26b7224fc6cf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-20f5fecd-a8b1-4554-99e9-26b7224fc6cf img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-20f5fecd-a8b1-4554-99e9-26b7224fc6cf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-20f5fecd-a8b1-4554-99e9-26b7224fc6cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20f5fecd-a8b1-4554-99e9-26b7224fc6cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20f5fecd-a8b1-4554-99e9-26b7224fc6cf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-20f5fecd-a8b1-4554-99e9-26b7224fc6cf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-20f5fecd-a8b1-4554-99e9-26b7224fc6cf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-20f5fecd-a8b1-4554-99e9-26b7224fc6cf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-20f5fecd-a8b1-4554-99e9-26b7224fc6cf .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-20f5fecd-a8b1-4554-99e9-26b7224fc6cf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-20f5fecd-a8b1-4554-99e9-26b7224fc6cf img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-20f5fecd-a8b1-4554-99e9-26b7224fc6cf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-20f5fecd-a8b1-4554-99e9-26b7224fc6cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20f5fecd-a8b1-4554-99e9-26b7224fc6cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20f5fecd-a8b1-4554-99e9-26b7224fc6cf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-5467ada6-3346-495d-813e-bc6fd0c4bd22 {
  margin-left: 30%;
margin-right: 30%;
}

#s-5467ada6-3346-495d-813e-bc6fd0c4bd22 hr {
  border-top: 2px solid #ddd;
}

#s-bed37ec2-4df6-406e-85fc-4fc8a664e5cb {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bed37ec2-4df6-406e-85fc-4fc8a664e5cb .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-b418a58f-2d70-47b2-8108-5799b88c77b7 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}








#s-b418a58f-2d70-47b2-8108-5799b88c77b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b418a58f-2d70-47b2-8108-5799b88c77b7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-90d6a76d-5dee-4f62-9c32-710853ff7391 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}
@media (min-width: 1200px){#s-90d6a76d-5dee-4f62-9c32-710853ff7391 {
  margin-top: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-90d6a76d-5dee-4f62-9c32-710853ff7391 {
  margin-top: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-90d6a76d-5dee-4f62-9c32-710853ff7391 {
  margin-top: 20px;
margin-bottom: 20px;
}
}@media (max-width: 767px){#s-90d6a76d-5dee-4f62-9c32-710853ff7391 {
  margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-90d6a76d-5dee-4f62-9c32-710853ff7391"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-90d6a76d-5dee-4f62-9c32-710853ff7391"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-90d6a76d-5dee-4f62-9c32-710853ff7391"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-90d6a76d-5dee-4f62-9c32-710853ff7391"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

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

.shg-image-content-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

.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;
  flex-direction: column;
  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;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  min-width: 100%;
  min-height: 100%;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

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

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-d7d71104-f5f9-4523-bd94-2def5c3bd580 {
  margin-left: auto;
margin-right: auto;
max-width: 185px;
text-align: center;
}

#s-d7d71104-f5f9-4523-bd94-2def5c3bd580 {
  margin: 0 !important;
  overflow: visible;
}

#s-d7d71104-f5f9-4523-bd94-2def5c3bd580-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d7d71104-f5f9-4523-bd94-2def5c3bd580 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d7d71104-f5f9-4523-bd94-2def5c3bd580 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d7d71104-f5f9-4523-bd94-2def5c3bd580 img.shogun-image {
  /* Add background color handling */
  
}

#s-d7d71104-f5f9-4523-bd94-2def5c3bd580 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d7d71104-f5f9-4523-bd94-2def5c3bd580.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-d7d71104-f5f9-4523-bd94-2def5c3bd580 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d7d71104-f5f9-4523-bd94-2def5c3bd580.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7d71104-f5f9-4523-bd94-2def5c3bd580.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7d71104-f5f9-4523-bd94-2def5c3bd580.shogun-image {
  box-sizing: border-box;
}



.s-d7d71104-f5f9-4523-bd94-2def5c3bd580 img.shogun-image {
  
}


@media (min-width: 1200px){#s-d7d71104-f5f9-4523-bd94-2def5c3bd580 {
  margin: 0 !important;
  overflow: visible;
}

#s-d7d71104-f5f9-4523-bd94-2def5c3bd580-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d7d71104-f5f9-4523-bd94-2def5c3bd580 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d7d71104-f5f9-4523-bd94-2def5c3bd580 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d7d71104-f5f9-4523-bd94-2def5c3bd580 img.shogun-image {
  /* Add background color handling */
  
}

#s-d7d71104-f5f9-4523-bd94-2def5c3bd580 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d7d71104-f5f9-4523-bd94-2def5c3bd580.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-d7d71104-f5f9-4523-bd94-2def5c3bd580 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d7d71104-f5f9-4523-bd94-2def5c3bd580.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7d71104-f5f9-4523-bd94-2def5c3bd580.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7d71104-f5f9-4523-bd94-2def5c3bd580.shogun-image {
  box-sizing: border-box;
}



.s-d7d71104-f5f9-4523-bd94-2def5c3bd580 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d7d71104-f5f9-4523-bd94-2def5c3bd580 {
  margin: 0 !important;
  overflow: visible;
}

#s-d7d71104-f5f9-4523-bd94-2def5c3bd580-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d7d71104-f5f9-4523-bd94-2def5c3bd580 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d7d71104-f5f9-4523-bd94-2def5c3bd580 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d7d71104-f5f9-4523-bd94-2def5c3bd580 img.shogun-image {
  /* Add background color handling */
  
}

#s-d7d71104-f5f9-4523-bd94-2def5c3bd580 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d7d71104-f5f9-4523-bd94-2def5c3bd580.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-d7d71104-f5f9-4523-bd94-2def5c3bd580 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d7d71104-f5f9-4523-bd94-2def5c3bd580.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7d71104-f5f9-4523-bd94-2def5c3bd580.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7d71104-f5f9-4523-bd94-2def5c3bd580.shogun-image {
  box-sizing: border-box;
}



.s-d7d71104-f5f9-4523-bd94-2def5c3bd580 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d7d71104-f5f9-4523-bd94-2def5c3bd580 {
  margin: 0 !important;
  overflow: visible;
}

#s-d7d71104-f5f9-4523-bd94-2def5c3bd580-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d7d71104-f5f9-4523-bd94-2def5c3bd580 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d7d71104-f5f9-4523-bd94-2def5c3bd580 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d7d71104-f5f9-4523-bd94-2def5c3bd580 img.shogun-image {
  /* Add background color handling */
  
}

#s-d7d71104-f5f9-4523-bd94-2def5c3bd580 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d7d71104-f5f9-4523-bd94-2def5c3bd580.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-d7d71104-f5f9-4523-bd94-2def5c3bd580 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d7d71104-f5f9-4523-bd94-2def5c3bd580.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7d71104-f5f9-4523-bd94-2def5c3bd580.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7d71104-f5f9-4523-bd94-2def5c3bd580.shogun-image {
  box-sizing: border-box;
}



.s-d7d71104-f5f9-4523-bd94-2def5c3bd580 img.shogun-image {
  
}


}@media (max-width: 767px){#s-d7d71104-f5f9-4523-bd94-2def5c3bd580 {
  margin: 0 !important;
  overflow: visible;
}

#s-d7d71104-f5f9-4523-bd94-2def5c3bd580-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d7d71104-f5f9-4523-bd94-2def5c3bd580 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d7d71104-f5f9-4523-bd94-2def5c3bd580 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d7d71104-f5f9-4523-bd94-2def5c3bd580 img.shogun-image {
  /* Add background color handling */
  
}

#s-d7d71104-f5f9-4523-bd94-2def5c3bd580 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d7d71104-f5f9-4523-bd94-2def5c3bd580.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-d7d71104-f5f9-4523-bd94-2def5c3bd580 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d7d71104-f5f9-4523-bd94-2def5c3bd580.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7d71104-f5f9-4523-bd94-2def5c3bd580.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7d71104-f5f9-4523-bd94-2def5c3bd580.shogun-image {
  box-sizing: border-box;
}



.s-d7d71104-f5f9-4523-bd94-2def5c3bd580 img.shogun-image {
  
}


}
#s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d {
  margin-left: auto;
margin-right: auto;
max-width: 185px;
text-align: center;
}

#s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d {
  margin: 0 !important;
  overflow: visible;
}

#s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d img.shogun-image {
  /* Add background color handling */
  
}

#s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d .shogun-image-content {
  
    justify-content: center;
  
}

.s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d.shogun-image {
  box-sizing: border-box;
}



.s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d img.shogun-image {
  
}


@media (min-width: 1200px){#s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d {
  margin: 0 !important;
  overflow: visible;
}

#s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d img.shogun-image {
  /* Add background color handling */
  
}

#s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d .shogun-image-content {
  
    justify-content: center;
  
}

.s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d.shogun-image {
  box-sizing: border-box;
}



.s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d {
  margin: 0 !important;
  overflow: visible;
}

#s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d img.shogun-image {
  /* Add background color handling */
  
}

#s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d .shogun-image-content {
  
    justify-content: center;
  
}

.s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d.shogun-image {
  box-sizing: border-box;
}



.s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d {
  margin: 0 !important;
  overflow: visible;
}

#s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d img.shogun-image {
  /* Add background color handling */
  
}

#s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d .shogun-image-content {
  
    justify-content: center;
  
}

.s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d.shogun-image {
  box-sizing: border-box;
}



.s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d img.shogun-image {
  
}


}@media (max-width: 767px){#s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d {
  margin: 0 !important;
  overflow: visible;
}

#s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d img.shogun-image {
  /* Add background color handling */
  
}

#s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d .shogun-image-content {
  
    justify-content: center;
  
}

.s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d.shogun-image {
  box-sizing: border-box;
}



.s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d img.shogun-image {
  
}


}
#s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994 {
  margin-left: auto;
margin-right: auto;
max-width: 185px;
text-align: center;
}

#s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994 {
  margin: 0 !important;
  overflow: visible;
}

#s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994 img.shogun-image {
  /* Add background color handling */
  
}

#s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994.shogun-image {
  box-sizing: border-box;
}



.s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994 img.shogun-image {
  
}


@media (min-width: 1200px){#s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994 {
  margin: 0 !important;
  overflow: visible;
}

#s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994 img.shogun-image {
  /* Add background color handling */
  
}

#s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994.shogun-image {
  box-sizing: border-box;
}



.s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994 {
  margin: 0 !important;
  overflow: visible;
}

#s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994 img.shogun-image {
  /* Add background color handling */
  
}

#s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994.shogun-image {
  box-sizing: border-box;
}



.s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994 {
  margin: 0 !important;
  overflow: visible;
}

#s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994 img.shogun-image {
  /* Add background color handling */
  
}

#s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994.shogun-image {
  box-sizing: border-box;
}



.s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994 img.shogun-image {
  
}


}@media (max-width: 767px){#s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994 {
  margin: 0 !important;
  overflow: visible;
}

#s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994 img.shogun-image {
  /* Add background color handling */
  
}

#s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994.shogun-image {
  box-sizing: border-box;
}



.s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994 img.shogun-image {
  
}


}
#s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43 {
  margin-left: auto;
margin-right: auto;
max-width: 185px;
text-align: center;
}

#s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43 {
  margin: 0 !important;
  overflow: visible;
}

#s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43 img.shogun-image {
  /* Add background color handling */
  
}

#s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43.shogun-image {
  box-sizing: border-box;
}



.s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43 img.shogun-image {
  
}


@media (min-width: 1200px){#s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43 {
  margin: 0 !important;
  overflow: visible;
}

#s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43 img.shogun-image {
  /* Add background color handling */
  
}

#s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43.shogun-image {
  box-sizing: border-box;
}



.s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43 {
  margin: 0 !important;
  overflow: visible;
}

#s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43 img.shogun-image {
  /* Add background color handling */
  
}

#s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43.shogun-image {
  box-sizing: border-box;
}



.s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43 {
  margin: 0 !important;
  overflow: visible;
}

#s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43 img.shogun-image {
  /* Add background color handling */
  
}

#s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43.shogun-image {
  box-sizing: border-box;
}



.s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43 img.shogun-image {
  
}


}@media (max-width: 767px){#s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43 {
  margin: 0 !important;
  overflow: visible;
}

#s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43 img.shogun-image {
  /* Add background color handling */
  
}

#s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43.shogun-image {
  box-sizing: border-box;
}



.s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43 img.shogun-image {
  
}


}
#s-671cb466-30d3-4e8f-b623-182f6eb751f0 {
  margin-left: auto;
margin-right: auto;
max-width: 185px;
text-align: center;
}

#s-671cb466-30d3-4e8f-b623-182f6eb751f0 {
  margin: 0 !important;
  overflow: visible;
}

#s-671cb466-30d3-4e8f-b623-182f6eb751f0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-671cb466-30d3-4e8f-b623-182f6eb751f0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-671cb466-30d3-4e8f-b623-182f6eb751f0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-671cb466-30d3-4e8f-b623-182f6eb751f0 img.shogun-image {
  /* Add background color handling */
  
}

#s-671cb466-30d3-4e8f-b623-182f6eb751f0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-671cb466-30d3-4e8f-b623-182f6eb751f0.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-671cb466-30d3-4e8f-b623-182f6eb751f0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-671cb466-30d3-4e8f-b623-182f6eb751f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-671cb466-30d3-4e8f-b623-182f6eb751f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-671cb466-30d3-4e8f-b623-182f6eb751f0.shogun-image {
  box-sizing: border-box;
}



.s-671cb466-30d3-4e8f-b623-182f6eb751f0 img.shogun-image {
  
}


@media (min-width: 1200px){#s-671cb466-30d3-4e8f-b623-182f6eb751f0 {
  margin: 0 !important;
  overflow: visible;
}

#s-671cb466-30d3-4e8f-b623-182f6eb751f0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-671cb466-30d3-4e8f-b623-182f6eb751f0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-671cb466-30d3-4e8f-b623-182f6eb751f0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-671cb466-30d3-4e8f-b623-182f6eb751f0 img.shogun-image {
  /* Add background color handling */
  
}

#s-671cb466-30d3-4e8f-b623-182f6eb751f0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-671cb466-30d3-4e8f-b623-182f6eb751f0.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-671cb466-30d3-4e8f-b623-182f6eb751f0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-671cb466-30d3-4e8f-b623-182f6eb751f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-671cb466-30d3-4e8f-b623-182f6eb751f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-671cb466-30d3-4e8f-b623-182f6eb751f0.shogun-image {
  box-sizing: border-box;
}



.s-671cb466-30d3-4e8f-b623-182f6eb751f0 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-671cb466-30d3-4e8f-b623-182f6eb751f0 {
  margin: 0 !important;
  overflow: visible;
}

#s-671cb466-30d3-4e8f-b623-182f6eb751f0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-671cb466-30d3-4e8f-b623-182f6eb751f0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-671cb466-30d3-4e8f-b623-182f6eb751f0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-671cb466-30d3-4e8f-b623-182f6eb751f0 img.shogun-image {
  /* Add background color handling */
  
}

#s-671cb466-30d3-4e8f-b623-182f6eb751f0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-671cb466-30d3-4e8f-b623-182f6eb751f0.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-671cb466-30d3-4e8f-b623-182f6eb751f0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-671cb466-30d3-4e8f-b623-182f6eb751f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-671cb466-30d3-4e8f-b623-182f6eb751f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-671cb466-30d3-4e8f-b623-182f6eb751f0.shogun-image {
  box-sizing: border-box;
}



.s-671cb466-30d3-4e8f-b623-182f6eb751f0 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-671cb466-30d3-4e8f-b623-182f6eb751f0 {
  margin: 0 !important;
  overflow: visible;
}

#s-671cb466-30d3-4e8f-b623-182f6eb751f0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-671cb466-30d3-4e8f-b623-182f6eb751f0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-671cb466-30d3-4e8f-b623-182f6eb751f0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-671cb466-30d3-4e8f-b623-182f6eb751f0 img.shogun-image {
  /* Add background color handling */
  
}

#s-671cb466-30d3-4e8f-b623-182f6eb751f0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-671cb466-30d3-4e8f-b623-182f6eb751f0.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-671cb466-30d3-4e8f-b623-182f6eb751f0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-671cb466-30d3-4e8f-b623-182f6eb751f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-671cb466-30d3-4e8f-b623-182f6eb751f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-671cb466-30d3-4e8f-b623-182f6eb751f0.shogun-image {
  box-sizing: border-box;
}



.s-671cb466-30d3-4e8f-b623-182f6eb751f0 img.shogun-image {
  
}


}@media (max-width: 767px){#s-671cb466-30d3-4e8f-b623-182f6eb751f0 {
  margin: 0 !important;
  overflow: visible;
}

#s-671cb466-30d3-4e8f-b623-182f6eb751f0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-671cb466-30d3-4e8f-b623-182f6eb751f0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-671cb466-30d3-4e8f-b623-182f6eb751f0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-671cb466-30d3-4e8f-b623-182f6eb751f0 img.shogun-image {
  /* Add background color handling */
  
}

#s-671cb466-30d3-4e8f-b623-182f6eb751f0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-671cb466-30d3-4e8f-b623-182f6eb751f0.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-671cb466-30d3-4e8f-b623-182f6eb751f0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-671cb466-30d3-4e8f-b623-182f6eb751f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-671cb466-30d3-4e8f-b623-182f6eb751f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-671cb466-30d3-4e8f-b623-182f6eb751f0.shogun-image {
  box-sizing: border-box;
}



.s-671cb466-30d3-4e8f-b623-182f6eb751f0 img.shogun-image {
  
}


}
#s-58697c35-292a-4a29-a372-1446a76e548d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-58697c35-292a-4a29-a372-1446a76e548d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-58697c35-292a-4a29-a372-1446a76e548d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-973e721b-4462-4c99-aeea-8507d4b1c701 {
  margin-left: auto;
margin-right: auto;
max-width: 186px;
text-align: center;
}

#s-973e721b-4462-4c99-aeea-8507d4b1c701 {
  margin: 0 !important;
  overflow: visible;
}

#s-973e721b-4462-4c99-aeea-8507d4b1c701-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-973e721b-4462-4c99-aeea-8507d4b1c701 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-973e721b-4462-4c99-aeea-8507d4b1c701 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-973e721b-4462-4c99-aeea-8507d4b1c701 img.shogun-image {
  /* Add background color handling */
  
}

#s-973e721b-4462-4c99-aeea-8507d4b1c701 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-973e721b-4462-4c99-aeea-8507d4b1c701.shogun-image {
    
    
    
    max-height: 186px;
  }


.s-973e721b-4462-4c99-aeea-8507d4b1c701 .shogun-image-content {
  
    justify-content: center;
  
}

.s-973e721b-4462-4c99-aeea-8507d4b1c701.shg-align-container {
  display: flex;
  justify-content: center
}

.s-973e721b-4462-4c99-aeea-8507d4b1c701.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-973e721b-4462-4c99-aeea-8507d4b1c701.shogun-image {
  box-sizing: border-box;
}



.s-973e721b-4462-4c99-aeea-8507d4b1c701 img.shogun-image {
  
}


@media (min-width: 1200px){#s-973e721b-4462-4c99-aeea-8507d4b1c701 {
  margin: 0 !important;
  overflow: visible;
}

#s-973e721b-4462-4c99-aeea-8507d4b1c701-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-973e721b-4462-4c99-aeea-8507d4b1c701 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-973e721b-4462-4c99-aeea-8507d4b1c701 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-973e721b-4462-4c99-aeea-8507d4b1c701 img.shogun-image {
  /* Add background color handling */
  
}

#s-973e721b-4462-4c99-aeea-8507d4b1c701 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-973e721b-4462-4c99-aeea-8507d4b1c701.shogun-image {
    
    
    
    max-height: 186px;
  }


.s-973e721b-4462-4c99-aeea-8507d4b1c701 .shogun-image-content {
  
    justify-content: center;
  
}

.s-973e721b-4462-4c99-aeea-8507d4b1c701.shg-align-container {
  display: flex;
  justify-content: center
}

.s-973e721b-4462-4c99-aeea-8507d4b1c701.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-973e721b-4462-4c99-aeea-8507d4b1c701.shogun-image {
  box-sizing: border-box;
}



.s-973e721b-4462-4c99-aeea-8507d4b1c701 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-973e721b-4462-4c99-aeea-8507d4b1c701 {
  margin: 0 !important;
  overflow: visible;
}

#s-973e721b-4462-4c99-aeea-8507d4b1c701-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-973e721b-4462-4c99-aeea-8507d4b1c701 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-973e721b-4462-4c99-aeea-8507d4b1c701 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-973e721b-4462-4c99-aeea-8507d4b1c701 img.shogun-image {
  /* Add background color handling */
  
}

#s-973e721b-4462-4c99-aeea-8507d4b1c701 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-973e721b-4462-4c99-aeea-8507d4b1c701.shogun-image {
    
    
    
    max-height: 186px;
  }


.s-973e721b-4462-4c99-aeea-8507d4b1c701 .shogun-image-content {
  
    justify-content: center;
  
}

.s-973e721b-4462-4c99-aeea-8507d4b1c701.shg-align-container {
  display: flex;
  justify-content: center
}

.s-973e721b-4462-4c99-aeea-8507d4b1c701.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-973e721b-4462-4c99-aeea-8507d4b1c701.shogun-image {
  box-sizing: border-box;
}



.s-973e721b-4462-4c99-aeea-8507d4b1c701 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-973e721b-4462-4c99-aeea-8507d4b1c701 {
  margin: 0 !important;
  overflow: visible;
}

#s-973e721b-4462-4c99-aeea-8507d4b1c701-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-973e721b-4462-4c99-aeea-8507d4b1c701 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-973e721b-4462-4c99-aeea-8507d4b1c701 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-973e721b-4462-4c99-aeea-8507d4b1c701 img.shogun-image {
  /* Add background color handling */
  
}

#s-973e721b-4462-4c99-aeea-8507d4b1c701 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-973e721b-4462-4c99-aeea-8507d4b1c701.shogun-image {
    
    
    
    max-height: 186px;
  }


.s-973e721b-4462-4c99-aeea-8507d4b1c701 .shogun-image-content {
  
    justify-content: center;
  
}

.s-973e721b-4462-4c99-aeea-8507d4b1c701.shg-align-container {
  display: flex;
  justify-content: center
}

.s-973e721b-4462-4c99-aeea-8507d4b1c701.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-973e721b-4462-4c99-aeea-8507d4b1c701.shogun-image {
  box-sizing: border-box;
}



.s-973e721b-4462-4c99-aeea-8507d4b1c701 img.shogun-image {
  
}


}@media (max-width: 767px){#s-973e721b-4462-4c99-aeea-8507d4b1c701 {
  margin: 0 !important;
  overflow: visible;
}

#s-973e721b-4462-4c99-aeea-8507d4b1c701-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-973e721b-4462-4c99-aeea-8507d4b1c701 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-973e721b-4462-4c99-aeea-8507d4b1c701 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-973e721b-4462-4c99-aeea-8507d4b1c701 img.shogun-image {
  /* Add background color handling */
  
}

#s-973e721b-4462-4c99-aeea-8507d4b1c701 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-973e721b-4462-4c99-aeea-8507d4b1c701.shogun-image {
    
    
    
    max-height: 186px;
  }


.s-973e721b-4462-4c99-aeea-8507d4b1c701 .shogun-image-content {
  
    justify-content: center;
  
}

.s-973e721b-4462-4c99-aeea-8507d4b1c701.shg-align-container {
  display: flex;
  justify-content: center
}

.s-973e721b-4462-4c99-aeea-8507d4b1c701.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-973e721b-4462-4c99-aeea-8507d4b1c701.shogun-image {
  box-sizing: border-box;
}



.s-973e721b-4462-4c99-aeea-8507d4b1c701 img.shogun-image {
  
}


}
#s-5bcb60d6-da36-4142-8b88-b69459b9c96d {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-5bcb60d6-da36-4142-8b88-b69459b9c96d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5bcb60d6-da36-4142-8b88-b69459b9c96d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-5bcb60d6-da36-4142-8b88-b69459b9c96d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-5bcb60d6-da36-4142-8b88-b69459b9c96d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-ab06cb95-848e-425f-9b3d-8118443e48fa {
  margin-left: auto;
margin-right: auto;
max-width: 186px;
text-align: center;
}

#s-ab06cb95-848e-425f-9b3d-8118443e48fa {
  margin: 0 !important;
  overflow: visible;
}

#s-ab06cb95-848e-425f-9b3d-8118443e48fa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab06cb95-848e-425f-9b3d-8118443e48fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ab06cb95-848e-425f-9b3d-8118443e48fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab06cb95-848e-425f-9b3d-8118443e48fa img.shogun-image {
  /* Add background color handling */
  
}

#s-ab06cb95-848e-425f-9b3d-8118443e48fa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ab06cb95-848e-425f-9b3d-8118443e48fa.shogun-image {
    
    
    
    max-height: 186px;
  }


.s-ab06cb95-848e-425f-9b3d-8118443e48fa .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab06cb95-848e-425f-9b3d-8118443e48fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab06cb95-848e-425f-9b3d-8118443e48fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab06cb95-848e-425f-9b3d-8118443e48fa.shogun-image {
  box-sizing: border-box;
}



.s-ab06cb95-848e-425f-9b3d-8118443e48fa img.shogun-image {
  
}


@media (min-width: 1200px){#s-ab06cb95-848e-425f-9b3d-8118443e48fa {
  margin: 0 !important;
  overflow: visible;
}

#s-ab06cb95-848e-425f-9b3d-8118443e48fa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab06cb95-848e-425f-9b3d-8118443e48fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ab06cb95-848e-425f-9b3d-8118443e48fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab06cb95-848e-425f-9b3d-8118443e48fa img.shogun-image {
  /* Add background color handling */
  
}

#s-ab06cb95-848e-425f-9b3d-8118443e48fa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ab06cb95-848e-425f-9b3d-8118443e48fa.shogun-image {
    
    
    
    max-height: 186px;
  }


.s-ab06cb95-848e-425f-9b3d-8118443e48fa .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab06cb95-848e-425f-9b3d-8118443e48fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab06cb95-848e-425f-9b3d-8118443e48fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab06cb95-848e-425f-9b3d-8118443e48fa.shogun-image {
  box-sizing: border-box;
}



.s-ab06cb95-848e-425f-9b3d-8118443e48fa img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ab06cb95-848e-425f-9b3d-8118443e48fa {
  margin: 0 !important;
  overflow: visible;
}

#s-ab06cb95-848e-425f-9b3d-8118443e48fa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab06cb95-848e-425f-9b3d-8118443e48fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ab06cb95-848e-425f-9b3d-8118443e48fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab06cb95-848e-425f-9b3d-8118443e48fa img.shogun-image {
  /* Add background color handling */
  
}

#s-ab06cb95-848e-425f-9b3d-8118443e48fa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ab06cb95-848e-425f-9b3d-8118443e48fa.shogun-image {
    
    
    
    max-height: 186px;
  }


.s-ab06cb95-848e-425f-9b3d-8118443e48fa .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab06cb95-848e-425f-9b3d-8118443e48fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab06cb95-848e-425f-9b3d-8118443e48fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab06cb95-848e-425f-9b3d-8118443e48fa.shogun-image {
  box-sizing: border-box;
}



.s-ab06cb95-848e-425f-9b3d-8118443e48fa img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-ab06cb95-848e-425f-9b3d-8118443e48fa {
  margin: 0 !important;
  overflow: visible;
}

#s-ab06cb95-848e-425f-9b3d-8118443e48fa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab06cb95-848e-425f-9b3d-8118443e48fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ab06cb95-848e-425f-9b3d-8118443e48fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab06cb95-848e-425f-9b3d-8118443e48fa img.shogun-image {
  /* Add background color handling */
  
}

#s-ab06cb95-848e-425f-9b3d-8118443e48fa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ab06cb95-848e-425f-9b3d-8118443e48fa.shogun-image {
    
    
    
    max-height: 186px;
  }


.s-ab06cb95-848e-425f-9b3d-8118443e48fa .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab06cb95-848e-425f-9b3d-8118443e48fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab06cb95-848e-425f-9b3d-8118443e48fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab06cb95-848e-425f-9b3d-8118443e48fa.shogun-image {
  box-sizing: border-box;
}



.s-ab06cb95-848e-425f-9b3d-8118443e48fa img.shogun-image {
  
}


}@media (max-width: 767px){#s-ab06cb95-848e-425f-9b3d-8118443e48fa {
  margin: 0 !important;
  overflow: visible;
}

#s-ab06cb95-848e-425f-9b3d-8118443e48fa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab06cb95-848e-425f-9b3d-8118443e48fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ab06cb95-848e-425f-9b3d-8118443e48fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab06cb95-848e-425f-9b3d-8118443e48fa img.shogun-image {
  /* Add background color handling */
  
}

#s-ab06cb95-848e-425f-9b3d-8118443e48fa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ab06cb95-848e-425f-9b3d-8118443e48fa.shogun-image {
    
    
    
    max-height: 186px;
  }


.s-ab06cb95-848e-425f-9b3d-8118443e48fa .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab06cb95-848e-425f-9b3d-8118443e48fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab06cb95-848e-425f-9b3d-8118443e48fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab06cb95-848e-425f-9b3d-8118443e48fa.shogun-image {
  box-sizing: border-box;
}



.s-ab06cb95-848e-425f-9b3d-8118443e48fa img.shogun-image {
  
}


}
#s-0a3e57e0-033f-4850-a6d9-19500c873100 {
  margin-left: auto;
margin-right: auto;
max-width: 186px;
text-align: center;
}

#s-0a3e57e0-033f-4850-a6d9-19500c873100 {
  margin: 0 !important;
  overflow: visible;
}

#s-0a3e57e0-033f-4850-a6d9-19500c873100-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0a3e57e0-033f-4850-a6d9-19500c873100 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a3e57e0-033f-4850-a6d9-19500c873100 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a3e57e0-033f-4850-a6d9-19500c873100 img.shogun-image {
  /* Add background color handling */
  
}

#s-0a3e57e0-033f-4850-a6d9-19500c873100 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0a3e57e0-033f-4850-a6d9-19500c873100.shogun-image {
    
    
    
    max-height: 186px;
  }


.s-0a3e57e0-033f-4850-a6d9-19500c873100 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a3e57e0-033f-4850-a6d9-19500c873100.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a3e57e0-033f-4850-a6d9-19500c873100.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a3e57e0-033f-4850-a6d9-19500c873100.shogun-image {
  box-sizing: border-box;
}



.s-0a3e57e0-033f-4850-a6d9-19500c873100 img.shogun-image {
  
}


@media (min-width: 1200px){#s-0a3e57e0-033f-4850-a6d9-19500c873100 {
  margin: 0 !important;
  overflow: visible;
}

#s-0a3e57e0-033f-4850-a6d9-19500c873100-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0a3e57e0-033f-4850-a6d9-19500c873100 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a3e57e0-033f-4850-a6d9-19500c873100 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a3e57e0-033f-4850-a6d9-19500c873100 img.shogun-image {
  /* Add background color handling */
  
}

#s-0a3e57e0-033f-4850-a6d9-19500c873100 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0a3e57e0-033f-4850-a6d9-19500c873100.shogun-image {
    
    
    
    max-height: 186px;
  }


.s-0a3e57e0-033f-4850-a6d9-19500c873100 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a3e57e0-033f-4850-a6d9-19500c873100.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a3e57e0-033f-4850-a6d9-19500c873100.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a3e57e0-033f-4850-a6d9-19500c873100.shogun-image {
  box-sizing: border-box;
}



.s-0a3e57e0-033f-4850-a6d9-19500c873100 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-0a3e57e0-033f-4850-a6d9-19500c873100 {
  margin: 0 !important;
  overflow: visible;
}

#s-0a3e57e0-033f-4850-a6d9-19500c873100-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0a3e57e0-033f-4850-a6d9-19500c873100 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a3e57e0-033f-4850-a6d9-19500c873100 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a3e57e0-033f-4850-a6d9-19500c873100 img.shogun-image {
  /* Add background color handling */
  
}

#s-0a3e57e0-033f-4850-a6d9-19500c873100 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0a3e57e0-033f-4850-a6d9-19500c873100.shogun-image {
    
    
    
    max-height: 186px;
  }


.s-0a3e57e0-033f-4850-a6d9-19500c873100 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a3e57e0-033f-4850-a6d9-19500c873100.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a3e57e0-033f-4850-a6d9-19500c873100.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a3e57e0-033f-4850-a6d9-19500c873100.shogun-image {
  box-sizing: border-box;
}



.s-0a3e57e0-033f-4850-a6d9-19500c873100 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-0a3e57e0-033f-4850-a6d9-19500c873100 {
  margin: 0 !important;
  overflow: visible;
}

#s-0a3e57e0-033f-4850-a6d9-19500c873100-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0a3e57e0-033f-4850-a6d9-19500c873100 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a3e57e0-033f-4850-a6d9-19500c873100 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a3e57e0-033f-4850-a6d9-19500c873100 img.shogun-image {
  /* Add background color handling */
  
}

#s-0a3e57e0-033f-4850-a6d9-19500c873100 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0a3e57e0-033f-4850-a6d9-19500c873100.shogun-image {
    
    
    
    max-height: 186px;
  }


.s-0a3e57e0-033f-4850-a6d9-19500c873100 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a3e57e0-033f-4850-a6d9-19500c873100.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a3e57e0-033f-4850-a6d9-19500c873100.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a3e57e0-033f-4850-a6d9-19500c873100.shogun-image {
  box-sizing: border-box;
}



.s-0a3e57e0-033f-4850-a6d9-19500c873100 img.shogun-image {
  
}


}@media (max-width: 767px){#s-0a3e57e0-033f-4850-a6d9-19500c873100 {
  margin: 0 !important;
  overflow: visible;
}

#s-0a3e57e0-033f-4850-a6d9-19500c873100-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0a3e57e0-033f-4850-a6d9-19500c873100 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a3e57e0-033f-4850-a6d9-19500c873100 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a3e57e0-033f-4850-a6d9-19500c873100 img.shogun-image {
  /* Add background color handling */
  
}

#s-0a3e57e0-033f-4850-a6d9-19500c873100 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0a3e57e0-033f-4850-a6d9-19500c873100.shogun-image {
    
    
    
    max-height: 186px;
  }


.s-0a3e57e0-033f-4850-a6d9-19500c873100 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a3e57e0-033f-4850-a6d9-19500c873100.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a3e57e0-033f-4850-a6d9-19500c873100.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a3e57e0-033f-4850-a6d9-19500c873100.shogun-image {
  box-sizing: border-box;
}



.s-0a3e57e0-033f-4850-a6d9-19500c873100 img.shogun-image {
  
}


}
#s-8ee943f4-a4ea-495f-a696-40494761c8a9 {
  margin-left: auto;
margin-right: auto;
max-width: 185px;
text-align: center;
}

#s-8ee943f4-a4ea-495f-a696-40494761c8a9 {
  margin: 0 !important;
  overflow: visible;
}

#s-8ee943f4-a4ea-495f-a696-40494761c8a9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8ee943f4-a4ea-495f-a696-40494761c8a9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8ee943f4-a4ea-495f-a696-40494761c8a9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8ee943f4-a4ea-495f-a696-40494761c8a9 img.shogun-image {
  /* Add background color handling */
  
}

#s-8ee943f4-a4ea-495f-a696-40494761c8a9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8ee943f4-a4ea-495f-a696-40494761c8a9.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-8ee943f4-a4ea-495f-a696-40494761c8a9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8ee943f4-a4ea-495f-a696-40494761c8a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ee943f4-a4ea-495f-a696-40494761c8a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ee943f4-a4ea-495f-a696-40494761c8a9.shogun-image {
  box-sizing: border-box;
}



.s-8ee943f4-a4ea-495f-a696-40494761c8a9 img.shogun-image {
  
}


@media (min-width: 1200px){#s-8ee943f4-a4ea-495f-a696-40494761c8a9 {
  margin: 0 !important;
  overflow: visible;
}

#s-8ee943f4-a4ea-495f-a696-40494761c8a9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8ee943f4-a4ea-495f-a696-40494761c8a9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8ee943f4-a4ea-495f-a696-40494761c8a9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8ee943f4-a4ea-495f-a696-40494761c8a9 img.shogun-image {
  /* Add background color handling */
  
}

#s-8ee943f4-a4ea-495f-a696-40494761c8a9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8ee943f4-a4ea-495f-a696-40494761c8a9.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-8ee943f4-a4ea-495f-a696-40494761c8a9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8ee943f4-a4ea-495f-a696-40494761c8a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ee943f4-a4ea-495f-a696-40494761c8a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ee943f4-a4ea-495f-a696-40494761c8a9.shogun-image {
  box-sizing: border-box;
}



.s-8ee943f4-a4ea-495f-a696-40494761c8a9 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8ee943f4-a4ea-495f-a696-40494761c8a9 {
  margin: 0 !important;
  overflow: visible;
}

#s-8ee943f4-a4ea-495f-a696-40494761c8a9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8ee943f4-a4ea-495f-a696-40494761c8a9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8ee943f4-a4ea-495f-a696-40494761c8a9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8ee943f4-a4ea-495f-a696-40494761c8a9 img.shogun-image {
  /* Add background color handling */
  
}

#s-8ee943f4-a4ea-495f-a696-40494761c8a9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8ee943f4-a4ea-495f-a696-40494761c8a9.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-8ee943f4-a4ea-495f-a696-40494761c8a9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8ee943f4-a4ea-495f-a696-40494761c8a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ee943f4-a4ea-495f-a696-40494761c8a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ee943f4-a4ea-495f-a696-40494761c8a9.shogun-image {
  box-sizing: border-box;
}



.s-8ee943f4-a4ea-495f-a696-40494761c8a9 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-8ee943f4-a4ea-495f-a696-40494761c8a9 {
  margin: 0 !important;
  overflow: visible;
}

#s-8ee943f4-a4ea-495f-a696-40494761c8a9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8ee943f4-a4ea-495f-a696-40494761c8a9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8ee943f4-a4ea-495f-a696-40494761c8a9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8ee943f4-a4ea-495f-a696-40494761c8a9 img.shogun-image {
  /* Add background color handling */
  
}

#s-8ee943f4-a4ea-495f-a696-40494761c8a9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8ee943f4-a4ea-495f-a696-40494761c8a9.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-8ee943f4-a4ea-495f-a696-40494761c8a9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8ee943f4-a4ea-495f-a696-40494761c8a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ee943f4-a4ea-495f-a696-40494761c8a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ee943f4-a4ea-495f-a696-40494761c8a9.shogun-image {
  box-sizing: border-box;
}



.s-8ee943f4-a4ea-495f-a696-40494761c8a9 img.shogun-image {
  
}


}@media (max-width: 767px){#s-8ee943f4-a4ea-495f-a696-40494761c8a9 {
  margin: 0 !important;
  overflow: visible;
}

#s-8ee943f4-a4ea-495f-a696-40494761c8a9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8ee943f4-a4ea-495f-a696-40494761c8a9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8ee943f4-a4ea-495f-a696-40494761c8a9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8ee943f4-a4ea-495f-a696-40494761c8a9 img.shogun-image {
  /* Add background color handling */
  
}

#s-8ee943f4-a4ea-495f-a696-40494761c8a9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8ee943f4-a4ea-495f-a696-40494761c8a9.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-8ee943f4-a4ea-495f-a696-40494761c8a9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8ee943f4-a4ea-495f-a696-40494761c8a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ee943f4-a4ea-495f-a696-40494761c8a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ee943f4-a4ea-495f-a696-40494761c8a9.shogun-image {
  box-sizing: border-box;
}



.s-8ee943f4-a4ea-495f-a696-40494761c8a9 img.shogun-image {
  
}


}
#s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 185px;
text-align: center;
}

#s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f {
  margin: 0 !important;
  overflow: visible;
}

#s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f img.shogun-image {
  /* Add background color handling */
  
}

#s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f .shogun-image-content {
  
    justify-content: center;
  
}

.s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f.shogun-image {
  box-sizing: border-box;
}



.s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f img.shogun-image {
  
}


@media (min-width: 1200px){#s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f {
  margin: 0 !important;
  overflow: visible;
}

#s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f img.shogun-image {
  /* Add background color handling */
  
}

#s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f .shogun-image-content {
  
    justify-content: center;
  
}

.s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f.shogun-image {
  box-sizing: border-box;
}



.s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f {
  margin: 0 !important;
  overflow: visible;
}

#s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f img.shogun-image {
  /* Add background color handling */
  
}

#s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f .shogun-image-content {
  
    justify-content: center;
  
}

.s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f.shogun-image {
  box-sizing: border-box;
}



.s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f {
  margin: 0 !important;
  overflow: visible;
}

#s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f img.shogun-image {
  /* Add background color handling */
  
}

#s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f .shogun-image-content {
  
    justify-content: center;
  
}

.s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f.shogun-image {
  box-sizing: border-box;
}



.s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f img.shogun-image {
  
}


}@media (max-width: 767px){#s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f {
  margin: 0 !important;
  overflow: visible;
}

#s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f img.shogun-image {
  /* Add background color handling */
  
}

#s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f .shogun-image-content {
  
    justify-content: center;
  
}

.s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f.shogun-image {
  box-sizing: border-box;
}



.s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f img.shogun-image {
  
}


}
#s-dcad60e9-f943-4a21-bff4-2b9b542903f5 {
  margin-left: auto;
margin-right: auto;
max-width: 186px;
text-align: center;
}

#s-dcad60e9-f943-4a21-bff4-2b9b542903f5 {
  margin: 0 !important;
  overflow: visible;
}

#s-dcad60e9-f943-4a21-bff4-2b9b542903f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dcad60e9-f943-4a21-bff4-2b9b542903f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dcad60e9-f943-4a21-bff4-2b9b542903f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dcad60e9-f943-4a21-bff4-2b9b542903f5 img.shogun-image {
  /* Add background color handling */
  
}

#s-dcad60e9-f943-4a21-bff4-2b9b542903f5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-dcad60e9-f943-4a21-bff4-2b9b542903f5.shogun-image {
    
    
    
    max-height: 186px;
  }


.s-dcad60e9-f943-4a21-bff4-2b9b542903f5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dcad60e9-f943-4a21-bff4-2b9b542903f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dcad60e9-f943-4a21-bff4-2b9b542903f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcad60e9-f943-4a21-bff4-2b9b542903f5.shogun-image {
  box-sizing: border-box;
}



.s-dcad60e9-f943-4a21-bff4-2b9b542903f5 img.shogun-image {
  
}


@media (min-width: 1200px){#s-dcad60e9-f943-4a21-bff4-2b9b542903f5 {
  margin: 0 !important;
  overflow: visible;
}

#s-dcad60e9-f943-4a21-bff4-2b9b542903f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dcad60e9-f943-4a21-bff4-2b9b542903f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dcad60e9-f943-4a21-bff4-2b9b542903f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dcad60e9-f943-4a21-bff4-2b9b542903f5 img.shogun-image {
  /* Add background color handling */
  
}

#s-dcad60e9-f943-4a21-bff4-2b9b542903f5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-dcad60e9-f943-4a21-bff4-2b9b542903f5.shogun-image {
    
    
    
    max-height: 186px;
  }


.s-dcad60e9-f943-4a21-bff4-2b9b542903f5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dcad60e9-f943-4a21-bff4-2b9b542903f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dcad60e9-f943-4a21-bff4-2b9b542903f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcad60e9-f943-4a21-bff4-2b9b542903f5.shogun-image {
  box-sizing: border-box;
}



.s-dcad60e9-f943-4a21-bff4-2b9b542903f5 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-dcad60e9-f943-4a21-bff4-2b9b542903f5 {
  margin: 0 !important;
  overflow: visible;
}

#s-dcad60e9-f943-4a21-bff4-2b9b542903f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dcad60e9-f943-4a21-bff4-2b9b542903f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dcad60e9-f943-4a21-bff4-2b9b542903f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dcad60e9-f943-4a21-bff4-2b9b542903f5 img.shogun-image {
  /* Add background color handling */
  
}

#s-dcad60e9-f943-4a21-bff4-2b9b542903f5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-dcad60e9-f943-4a21-bff4-2b9b542903f5.shogun-image {
    
    
    
    max-height: 186px;
  }


.s-dcad60e9-f943-4a21-bff4-2b9b542903f5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dcad60e9-f943-4a21-bff4-2b9b542903f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dcad60e9-f943-4a21-bff4-2b9b542903f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcad60e9-f943-4a21-bff4-2b9b542903f5.shogun-image {
  box-sizing: border-box;
}



.s-dcad60e9-f943-4a21-bff4-2b9b542903f5 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-dcad60e9-f943-4a21-bff4-2b9b542903f5 {
  margin: 0 !important;
  overflow: visible;
}

#s-dcad60e9-f943-4a21-bff4-2b9b542903f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dcad60e9-f943-4a21-bff4-2b9b542903f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dcad60e9-f943-4a21-bff4-2b9b542903f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dcad60e9-f943-4a21-bff4-2b9b542903f5 img.shogun-image {
  /* Add background color handling */
  
}

#s-dcad60e9-f943-4a21-bff4-2b9b542903f5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-dcad60e9-f943-4a21-bff4-2b9b542903f5.shogun-image {
    
    
    
    max-height: 186px;
  }


.s-dcad60e9-f943-4a21-bff4-2b9b542903f5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dcad60e9-f943-4a21-bff4-2b9b542903f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dcad60e9-f943-4a21-bff4-2b9b542903f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcad60e9-f943-4a21-bff4-2b9b542903f5.shogun-image {
  box-sizing: border-box;
}



.s-dcad60e9-f943-4a21-bff4-2b9b542903f5 img.shogun-image {
  
}


}@media (max-width: 767px){#s-dcad60e9-f943-4a21-bff4-2b9b542903f5 {
  margin: 0 !important;
  overflow: visible;
}

#s-dcad60e9-f943-4a21-bff4-2b9b542903f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dcad60e9-f943-4a21-bff4-2b9b542903f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dcad60e9-f943-4a21-bff4-2b9b542903f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dcad60e9-f943-4a21-bff4-2b9b542903f5 img.shogun-image {
  /* Add background color handling */
  
}

#s-dcad60e9-f943-4a21-bff4-2b9b542903f5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-dcad60e9-f943-4a21-bff4-2b9b542903f5.shogun-image {
    
    
    
    max-height: 186px;
  }


.s-dcad60e9-f943-4a21-bff4-2b9b542903f5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dcad60e9-f943-4a21-bff4-2b9b542903f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dcad60e9-f943-4a21-bff4-2b9b542903f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcad60e9-f943-4a21-bff4-2b9b542903f5.shogun-image {
  box-sizing: border-box;
}



.s-dcad60e9-f943-4a21-bff4-2b9b542903f5 img.shogun-image {
  
}


}
#s-832da616-3353-426e-81b3-c0c5cf60dd87 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-832da616-3353-426e-81b3-c0c5cf60dd87 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-832da616-3353-426e-81b3-c0c5cf60dd87.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-26389996-a398-4f93-8cfc-5404fda9cc0c {
  margin-left: auto;
margin-right: auto;
max-width: 186px;
text-align: center;
}

#s-26389996-a398-4f93-8cfc-5404fda9cc0c {
  margin: 0 !important;
  overflow: visible;
}

#s-26389996-a398-4f93-8cfc-5404fda9cc0c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-26389996-a398-4f93-8cfc-5404fda9cc0c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-26389996-a398-4f93-8cfc-5404fda9cc0c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-26389996-a398-4f93-8cfc-5404fda9cc0c img.shogun-image {
  /* Add background color handling */
  
}

#s-26389996-a398-4f93-8cfc-5404fda9cc0c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-26389996-a398-4f93-8cfc-5404fda9cc0c.shogun-image {
    
    
    
    max-height: 186px;
  }


.s-26389996-a398-4f93-8cfc-5404fda9cc0c .shogun-image-content {
  
    justify-content: center;
  
}

.s-26389996-a398-4f93-8cfc-5404fda9cc0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26389996-a398-4f93-8cfc-5404fda9cc0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26389996-a398-4f93-8cfc-5404fda9cc0c.shogun-image {
  box-sizing: border-box;
}



.s-26389996-a398-4f93-8cfc-5404fda9cc0c img.shogun-image {
  
}


@media (min-width: 1200px){#s-26389996-a398-4f93-8cfc-5404fda9cc0c {
  margin: 0 !important;
  overflow: visible;
}

#s-26389996-a398-4f93-8cfc-5404fda9cc0c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-26389996-a398-4f93-8cfc-5404fda9cc0c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-26389996-a398-4f93-8cfc-5404fda9cc0c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-26389996-a398-4f93-8cfc-5404fda9cc0c img.shogun-image {
  /* Add background color handling */
  
}

#s-26389996-a398-4f93-8cfc-5404fda9cc0c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-26389996-a398-4f93-8cfc-5404fda9cc0c.shogun-image {
    
    
    
    max-height: 186px;
  }


.s-26389996-a398-4f93-8cfc-5404fda9cc0c .shogun-image-content {
  
    justify-content: center;
  
}

.s-26389996-a398-4f93-8cfc-5404fda9cc0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26389996-a398-4f93-8cfc-5404fda9cc0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26389996-a398-4f93-8cfc-5404fda9cc0c.shogun-image {
  box-sizing: border-box;
}



.s-26389996-a398-4f93-8cfc-5404fda9cc0c img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-26389996-a398-4f93-8cfc-5404fda9cc0c {
  margin: 0 !important;
  overflow: visible;
}

#s-26389996-a398-4f93-8cfc-5404fda9cc0c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-26389996-a398-4f93-8cfc-5404fda9cc0c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-26389996-a398-4f93-8cfc-5404fda9cc0c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-26389996-a398-4f93-8cfc-5404fda9cc0c img.shogun-image {
  /* Add background color handling */
  
}

#s-26389996-a398-4f93-8cfc-5404fda9cc0c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-26389996-a398-4f93-8cfc-5404fda9cc0c.shogun-image {
    
    
    
    max-height: 186px;
  }


.s-26389996-a398-4f93-8cfc-5404fda9cc0c .shogun-image-content {
  
    justify-content: center;
  
}

.s-26389996-a398-4f93-8cfc-5404fda9cc0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26389996-a398-4f93-8cfc-5404fda9cc0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26389996-a398-4f93-8cfc-5404fda9cc0c.shogun-image {
  box-sizing: border-box;
}



.s-26389996-a398-4f93-8cfc-5404fda9cc0c img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-26389996-a398-4f93-8cfc-5404fda9cc0c {
  margin: 0 !important;
  overflow: visible;
}

#s-26389996-a398-4f93-8cfc-5404fda9cc0c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-26389996-a398-4f93-8cfc-5404fda9cc0c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-26389996-a398-4f93-8cfc-5404fda9cc0c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-26389996-a398-4f93-8cfc-5404fda9cc0c img.shogun-image {
  /* Add background color handling */
  
}

#s-26389996-a398-4f93-8cfc-5404fda9cc0c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-26389996-a398-4f93-8cfc-5404fda9cc0c.shogun-image {
    
    
    
    max-height: 186px;
  }


.s-26389996-a398-4f93-8cfc-5404fda9cc0c .shogun-image-content {
  
    justify-content: center;
  
}

.s-26389996-a398-4f93-8cfc-5404fda9cc0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26389996-a398-4f93-8cfc-5404fda9cc0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26389996-a398-4f93-8cfc-5404fda9cc0c.shogun-image {
  box-sizing: border-box;
}



.s-26389996-a398-4f93-8cfc-5404fda9cc0c img.shogun-image {
  
}


}@media (max-width: 767px){#s-26389996-a398-4f93-8cfc-5404fda9cc0c {
  margin: 0 !important;
  overflow: visible;
}

#s-26389996-a398-4f93-8cfc-5404fda9cc0c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-26389996-a398-4f93-8cfc-5404fda9cc0c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-26389996-a398-4f93-8cfc-5404fda9cc0c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-26389996-a398-4f93-8cfc-5404fda9cc0c img.shogun-image {
  /* Add background color handling */
  
}

#s-26389996-a398-4f93-8cfc-5404fda9cc0c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-26389996-a398-4f93-8cfc-5404fda9cc0c.shogun-image {
    
    
    
    max-height: 186px;
  }


.s-26389996-a398-4f93-8cfc-5404fda9cc0c .shogun-image-content {
  
    justify-content: center;
  
}

.s-26389996-a398-4f93-8cfc-5404fda9cc0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26389996-a398-4f93-8cfc-5404fda9cc0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26389996-a398-4f93-8cfc-5404fda9cc0c.shogun-image {
  box-sizing: border-box;
}



.s-26389996-a398-4f93-8cfc-5404fda9cc0c img.shogun-image {
  
}


}
#s-4c052623-ad31-4c78-9e2a-f74e252de14c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-4c052623-ad31-4c78-9e2a-f74e252de14c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4c052623-ad31-4c78-9e2a-f74e252de14c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-295b372f-d8aa-42d2-aa2f-9f43534b3c7a {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 40px;
padding-bottom: 40px;
text-align: center;
background-color: rgba(250, 249, 245, 1);
}

#s-295b372f-d8aa-42d2-aa2f-9f43534b3c7a .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-c35ffcd5-4248-4db3-906d-a8f78be26a15 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 0px;
background-color: rgba(250, 249, 245, 1);
}

@media (min-width: 0px) {
[id="s-c35ffcd5-4248-4db3-906d-a8f78be26a15"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c35ffcd5-4248-4db3-906d-a8f78be26a15"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-c35ffcd5-4248-4db3-906d-a8f78be26a15"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-c35ffcd5-4248-4db3-906d-a8f78be26a15"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-b933898f-e22f-42df-8616-7387fe360df9 {
  margin-left: 10px;
margin-right: 10px;
}

#s-7967ba3b-d2cc-4f24-9adb-8caa1535ea2c {
  margin-left: 10px;
margin-right: 10px;
}

#s-8e170cb8-9675-46a7-a0b0-fac89bf4e17b {
  margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
}
@media (max-width: 767px){#s-8e170cb8-9675-46a7-a0b0-fac89bf4e17b {
  margin-top: 20px;
}
}
#s-5aee9aa6-0c32-440f-8c76-bc4064a9ee91 {
  margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
}
@media (max-width: 767px){#s-5aee9aa6-0c32-440f-8c76-bc4064a9ee91 {
  margin-top: 20px;
margin-bottom: 0px;
}
}
#s-a71c30ed-96b0-45b6-b0b4-7f8094432a7e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-a71c30ed-96b0-45b6-b0b4-7f8094432a7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a71c30ed-96b0-45b6-b0b4-7f8094432a7e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cb276704-10bd-45a9-98f0-1b93ae109c03 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 40px;
background-color: rgba(250, 249, 245, 1);
}

@media (min-width: 0px) {
[id="s-cb276704-10bd-45a9-98f0-1b93ae109c03"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-cb276704-10bd-45a9-98f0-1b93ae109c03"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-cb276704-10bd-45a9-98f0-1b93ae109c03"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-cb276704-10bd-45a9-98f0-1b93ae109c03"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-2d92ae7a-88c8-4393-8c49-5355482ee064 {
  margin-left: 10px;
margin-right: 10px;
}

#s-ffddc94a-8659-425c-9fea-3d905fdfaee7 {
  margin-left: 10px;
margin-right: 10px;
}
@media (max-width: 767px){#s-ffddc94a-8659-425c-9fea-3d905fdfaee7 {
  margin-top: 0px;
margin-bottom: 20px;
}
}
#s-233ff4b2-9e46-4995-990f-8c9f7a8336e0 {
  margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
}
@media (max-width: 767px){#s-233ff4b2-9e46-4995-990f-8c9f7a8336e0 {
  margin-top: 20px;
margin-bottom: 20px;
}
}
#s-ba36fa87-4362-43ad-9f84-5ad14d8e7cd6 {
  margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
}
@media (max-width: 767px){#s-ba36fa87-4362-43ad-9f84-5ad14d8e7cd6 {
  margin-top: 20px;
}
}
#s-c401ffdd-608a-434e-b6de-b97dad5a4b15 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-f8d1e71c-df5a-4de3-aef6-b3ee22605a69 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-f8d1e71c-df5a-4de3-aef6-b3ee22605a69 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-85ac3fa1-3283-4cb1-b30c-24227e3eb5ab {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-85ac3fa1-3283-4cb1-b30c-24227e3eb5ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-85ac3fa1-3283-4cb1-b30c-24227e3eb5ab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7addb8aa-f5f6-4110-bb0b-06b8b6f30d20 {
  margin-left: 300px;
margin-right: 300px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7addb8aa-f5f6-4110-bb0b-06b8b6f30d20 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (max-width: 767px){#s-7addb8aa-f5f6-4110-bb0b-06b8b6f30d20 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-7addb8aa-f5f6-4110-bb0b-06b8b6f30d20 .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  normal;
  color: #000;
  
  
  
  
  
  
  padding-top: 5px;
  padding-bottom: 5px;
  
  
}

#s-7addb8aa-f5f6-4110-bb0b-06b8b6f30d20 .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  
  
  color: #008000;
  
  
  
  
  
}

#s-7addb8aa-f5f6-4110-bb0b-06b8b6f30d20 .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: #008000;
}

#s-7addb8aa-f5f6-4110-bb0b-06b8b6f30d20 .shogun-form-error-msg-container, #s-7addb8aa-f5f6-4110-bb0b-06b8b6f30d20 .shogun-form-field-error-msg-container {
  display: none;
}

#s-7addb8aa-f5f6-4110-bb0b-06b8b6f30d20 .shogun-form-error-msg {
  
  
  color: #ff0000;
  
  
  
  
  
}

#s-7addb8aa-f5f6-4110-bb0b-06b8b6f30d20 .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: #ff0000;
}

#s-92c510d4-0b4a-4f88-bbe9-6226bf871353 {
  margin-left: auto;
margin-right: auto;
min-height: 0px;
}

#s-92c510d4-0b4a-4f88-bbe9-6226bf871353  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  line-height: 2em;
  
}

#s-92c510d4-0b4a-4f88-bbe9-6226bf871353  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-92c510d4-0b4a-4f88-bbe9-6226bf871353 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-92c510d4-0b4a-4f88-bbe9-6226bf871353 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-244f3394-1367-4e15-a59c-690d44bfd573 {
  margin-left: auto;
margin-right: auto;
}

#s-244f3394-1367-4e15-a59c-690d44bfd573  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  line-height: 2em;
  
}

#s-244f3394-1367-4e15-a59c-690d44bfd573  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-244f3394-1367-4e15-a59c-690d44bfd573 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-244f3394-1367-4e15-a59c-690d44bfd573 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-afe12a27-cc8c-46f1-876f-d2522f9e5f42 {
  margin-left: auto;
margin-right: auto;
}

#s-afe12a27-cc8c-46f1-876f-d2522f9e5f42  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  line-height: 2em;
  
}

#s-afe12a27-cc8c-46f1-876f-d2522f9e5f42  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-afe12a27-cc8c-46f1-876f-d2522f9e5f42 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-afe12a27-cc8c-46f1-876f-d2522f9e5f42 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-da69af8a-a9b9-4bb5-b3ab-71c3084bf88f {
  margin-left: auto;
margin-right: auto;
}

#s-da69af8a-a9b9-4bb5-b3ab-71c3084bf88f  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  line-height: 2em;
  
}

#s-da69af8a-a9b9-4bb5-b3ab-71c3084bf88f  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-da69af8a-a9b9-4bb5-b3ab-71c3084bf88f .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-da69af8a-a9b9-4bb5-b3ab-71c3084bf88f .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-502c0493-b03a-4bca-8705-6f96846095b8 {
  margin-left: auto;
margin-right: auto;
}

#s-502c0493-b03a-4bca-8705-6f96846095b8 .shogun-form-radio-input-wrapper {
  position: relative;
}

#s-502c0493-b03a-4bca-8705-6f96846095b8 input {
  opacity: 0;
  position: absolute;
}

#s-502c0493-b03a-4bca-8705-6f96846095b8 .shogun-form-radio-input-wrapper label {
  align-items: center;
  display: inline-flex !important;
}

#s-502c0493-b03a-4bca-8705-6f96846095b8 .shogun-form-radio-input-value {
  color: #000;
  
  
  
  
  
  
}

#s-502c0493-b03a-4bca-8705-6f96846095b8 .shogun-form-radio-outer {
  align-items: center;
  background: #ffffff;
  border-radius:  100% ;
  border: 1px solid #000;
  cursor: pointer;
  display: flex;
  min-height: 20px;
  justify-content: center;
  margin-right: 8px;
  transition: all 250ms ease;
  min-width: 20px;
  
}

#s-502c0493-b03a-4bca-8705-6f96846095b8 .shogun-form-radio-inner {
  display: inline-block;
  height: 14px;
  margin: 2px;
  width: 14px;
  border-radius:  100% ;
}

#s-502c0493-b03a-4bca-8705-6f96846095b8 input:checked + label .shogun-form-radio-inner {
  background-color: #000;
  border-radius:  100% ;
}





#s-1177d690-ca14-4366-85de-748f21574abe {
  margin-left: auto;
margin-right: auto;
}

#s-1177d690-ca14-4366-85de-748f21574abe  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  
  
}

#s-1177d690-ca14-4366-85de-748f21574abe  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-1177d690-ca14-4366-85de-748f21574abe .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-1177d690-ca14-4366-85de-748f21574abe .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-2326171c-4d16-4c39-b8fa-6b34752f3105 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
color: #FFFFFF;
background-color: #252525;
text-align: center;
cursor: pointer;
font-weight: 700;
letter-spacing: 0.7px;
font-size: 14px;
}
#s-2326171c-4d16-4c39-b8fa-6b34752f3105:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2326171c-4d16-4c39-b8fa-6b34752f3105:active {background-color: #000000 !important;
text-decoration: none !important;}
#s-2326171c-4d16-4c39-b8fa-6b34752f3105[disabled],
#s-2326171c-4d16-4c39-b8fa-6b34752f3105[disabled]:hover,
#s-2326171c-4d16-4c39-b8fa-6b34752f3105[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-2326171c-4d16-4c39-b8fa-6b34752f3105 {
  display:  block ;
  width:  100% ;
}


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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

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

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

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

/* <-- User Content Animations */

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

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

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