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

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

#s-274234e7-d3a1-4855-ba4c-9db9f8410167 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
background-position: center center;
}
@media (min-width: 1200px){#s-274234e7-d3a1-4855-ba4c-9db9f8410167 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-274234e7-d3a1-4855-ba4c-9db9f8410167 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-274234e7-d3a1-4855-ba4c-9db9f8410167 {
  display: none;
}
#s-274234e7-d3a1-4855-ba4c-9db9f8410167, #wrap-s-274234e7-d3a1-4855-ba4c-9db9f8410167 { display: none !important; }}@media (max-width: 767px){#s-274234e7-d3a1-4855-ba4c-9db9f8410167 {
  display: none;
}
#s-274234e7-d3a1-4855-ba4c-9db9f8410167, #wrap-s-274234e7-d3a1-4855-ba4c-9db9f8410167 { display: none !important; }}
#s-274234e7-d3a1-4855-ba4c-9db9f8410167 {
  background-image: url(https://i.shgcdn.com/009423b5-81d9-4fed-9512-a3425252d002/);
}








#s-274234e7-d3a1-4855-ba4c-9db9f8410167 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
  display: block;
}#s-274234e7-d3a1-4855-ba4c-9db9f8410167.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c46d5be1-1db9-4919-b68d-25bf2fc59554 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1388px;
}








#s-c46d5be1-1db9-4919-b68d-25bf2fc59554 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c46d5be1-1db9-4919-b68d-25bf2fc59554.shg-box.shg-c {
  justify-content: center;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  justify-content: space-between;
}

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

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

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

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

#s-d9ec1c60-c2e0-4a65-8981-3cc9ff223636 {
  margin-top: 50px;
margin-left: 0%;
margin-bottom: 75px;
margin-right: 0%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 3%;
max-width: 1388px;
background-color: rgba(255, 255, 255, 0);
}

@media (min-width: 0px) {
[id="s-d9ec1c60-c2e0-4a65-8981-3cc9ff223636"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d9ec1c60-c2e0-4a65-8981-3cc9ff223636"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d9ec1c60-c2e0-4a65-8981-3cc9ff223636"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d9ec1c60-c2e0-4a65-8981-3cc9ff223636"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d9ec1c60-c2e0-4a65-8981-3cc9ff223636"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d9ec1c60-c2e0-4a65-8981-3cc9ff223636"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d9ec1c60-c2e0-4a65-8981-3cc9ff223636"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

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

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

#s-472fd51e-5976-4328-b3f4-772b20f88e32 {
  margin-top: 25px;
margin-bottom: 15px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-472fd51e-5976-4328-b3f4-772b20f88e32 .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 64px;
  line-height: 1em;
  
  text-align: left;
}



#s-6354e64e-f83d-4377-a7b8-de516fac0c76 {
  margin-top: 25px;
margin-bottom: 40px;
padding-top: 0px;
padding-bottom: 0px;
padding-right: 10%;
text-align: left;
}

#s-6354e64e-f83d-4377-a7b8-de516fac0c76 .shogun-heading-component h3 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.5em;
  
  text-align: left;
}



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

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

.shg-btn-text {
  
  
}

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

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

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

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

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

#s-3520c7db-fe95-4f79-b17d-dfb0f28fcbae {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTFmYjhlYWQtMGI1Mi00ZTg1LWFhZjAtYjQwYjQ1MDM5ZWRmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZjNDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY4NDAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1MWZiOGVhZC0wYjUyLTRlODUtYWFmMC1iNDBiNDUwMzllZGYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-bottom: 10px;
padding-top: 12px;
padding-left: 10%;
padding-bottom: 12px;
padding-right: 10%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 196, 0, 1);
border-style: solid;
border-radius: 5px;
opacity: 1;
text-align: left;
font-size: 14px;
font-weight: bold;
color: rgba(48, 52, 59, 1);
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ffc400"}, {"id"=>2, "pos"=>1, "color"=>"#ff8400"}];
hover-type: gradient;
}
#s-3520c7db-fe95-4f79-b17d-dfb0f28fcbae:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 196, 0, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(255, 132, 0, 1) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3520c7db-fe95-4f79-b17d-dfb0f28fcbae:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(22, 64, 111, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 0) !important;
color: rgba(22, 64, 111, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-3520c7db-fe95-4f79-b17d-dfb0f28fcbae {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3520c7db-fe95-4f79-b17d-dfb0f28fcbae {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3520c7db-fe95-4f79-b17d-dfb0f28fcbae {
  
}
}@media (max-width: 767px){#s-3520c7db-fe95-4f79-b17d-dfb0f28fcbae {
  
}
}

  #s-3520c7db-fe95-4f79-b17d-dfb0f28fcbae-root {
    text-align: left;
  }


#s-3520c7db-fe95-4f79-b17d-dfb0f28fcbae.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3520c7db-fe95-4f79-b17d-dfb0f28fcbae-root {
    text-align: left;
  }


#s-3520c7db-fe95-4f79-b17d-dfb0f28fcbae.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3520c7db-fe95-4f79-b17d-dfb0f28fcbae-root {
    text-align: left;
  }


#s-3520c7db-fe95-4f79-b17d-dfb0f28fcbae.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3520c7db-fe95-4f79-b17d-dfb0f28fcbae-root {
    text-align: left;
  }


#s-3520c7db-fe95-4f79-b17d-dfb0f28fcbae.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3520c7db-fe95-4f79-b17d-dfb0f28fcbae-root {
    text-align: left;
  }


#s-3520c7db-fe95-4f79-b17d-dfb0f28fcbae.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-16727bff-d0a5-43b2-9af7-f6e2d9f6be61 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 5px;
padding-left: 0%;
padding-bottom: 5px;
padding-right: 0%;
background-position: center bottom;
}
@media (min-width: 1200px){#s-16727bff-d0a5-43b2-9af7-f6e2d9f6be61 {
  display: none;
}
#s-16727bff-d0a5-43b2-9af7-f6e2d9f6be61, #wrap-s-16727bff-d0a5-43b2-9af7-f6e2d9f6be61 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-16727bff-d0a5-43b2-9af7-f6e2d9f6be61 {
  display: none;
}
#s-16727bff-d0a5-43b2-9af7-f6e2d9f6be61, #wrap-s-16727bff-d0a5-43b2-9af7-f6e2d9f6be61 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-16727bff-d0a5-43b2-9af7-f6e2d9f6be61 {
  
}
}@media (max-width: 767px){#s-16727bff-d0a5-43b2-9af7-f6e2d9f6be61 {
  
}
}
#s-16727bff-d0a5-43b2-9af7-f6e2d9f6be61 {
  background-image: url(https://i.shgcdn.com/f818de1d-7235-4ba1-82cd-b51a5a570851/);
}








#s-16727bff-d0a5-43b2-9af7-f6e2d9f6be61 > .shg-box-overlay {
  background-color: rgba(22, 64, 111, 1);
  opacity: 0.5;
  display: block;
}#s-16727bff-d0a5-43b2-9af7-f6e2d9f6be61.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f3a88887-4c81-492d-88b5-54975ccd6df7 {
  margin-top: 200px;
margin-bottom: 0px;
min-height: 50px;
}








#s-f3a88887-4c81-492d-88b5-54975ccd6df7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f3a88887-4c81-492d-88b5-54975ccd6df7.shg-box.shg-c {
  justify-content: center;
}

#s-475acd29-0fcf-460a-9b88-177868ba54ec {
  margin-top: 40px;
margin-left: 3%;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-475acd29-0fcf-460a-9b88-177868ba54ec .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 50px;
  
  
  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 {
  
  
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  
  
  
}

#s-042746bc-30b2-44e2-a154-bc76beaab667 {
  margin-left: 3%;
margin-bottom: 15px;
margin-right: 3%;
}

#s-f5a9caeb-c50c-4681-878b-9e112d4628e5 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: none;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-f5a9caeb-c50c-4681-878b-9e112d4628e5 {
  display: none;
}
#s-f5a9caeb-c50c-4681-878b-9e112d4628e5, #wrap-s-f5a9caeb-c50c-4681-878b-9e112d4628e5 { display: none !important; }}@media (max-width: 767px){#s-f5a9caeb-c50c-4681-878b-9e112d4628e5 {
  
}
}







#s-f5a9caeb-c50c-4681-878b-9e112d4628e5 > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-f5a9caeb-c50c-4681-878b-9e112d4628e5.shg-box.shg-c {
  justify-content: center;
}

#s-7d08a5de-4fc1-49e2-a768-ebf9d3562f50 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 1%;
padding-left: 3%;
padding-bottom: 1%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
max-width: 1375px;
background-color: rgba(244, 244, 244, 1);
}








#s-7d08a5de-4fc1-49e2-a768-ebf9d3562f50 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7d08a5de-4fc1-49e2-a768-ebf9d3562f50.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-7cd37174-59ea-4d6f-a619-188b06854948"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 50.0px);
}

}

@media (min-width: 768px) {
[id="s-7cd37174-59ea-4d6f-a619-188b06854948"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 75.0px);
}

}

@media (min-width: 992px) {
[id="s-7cd37174-59ea-4d6f-a619-188b06854948"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 75.0px);
}

}

@media (min-width: 1200px) {
[id="s-7cd37174-59ea-4d6f-a619-188b06854948"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 75.0px);
}

}

#s-debb1f5f-3bbf-422f-aa22-b1487d12541e {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.35);
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
border-radius: 10px;
min-height: 225px;
}








#s-debb1f5f-3bbf-422f-aa22-b1487d12541e > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-debb1f5f-3bbf-422f-aa22-b1487d12541e {
  cursor: pointer;
}#s-debb1f5f-3bbf-422f-aa22-b1487d12541e.shg-box.shg-c {
  justify-content: flex-start;
}

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

.shg-image-content-wrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-48db2265-dac4-4476-92e1-f5ebd0cfea3e {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-48db2265-dac4-4476-92e1-f5ebd0cfea3e {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-48db2265-dac4-4476-92e1-f5ebd0cfea3e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-48db2265-dac4-4476-92e1-f5ebd0cfea3e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-48db2265-dac4-4476-92e1-f5ebd0cfea3e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-48db2265-dac4-4476-92e1-f5ebd0cfea3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-48db2265-dac4-4476-92e1-f5ebd0cfea3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-48db2265-dac4-4476-92e1-f5ebd0cfea3e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-48db2265-dac4-4476-92e1-f5ebd0cfea3e.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-48db2265-dac4-4476-92e1-f5ebd0cfea3e .shogun-image-content {
  
    align-items: center;
  
}

.s-48db2265-dac4-4476-92e1-f5ebd0cfea3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48db2265-dac4-4476-92e1-f5ebd0cfea3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48db2265-dac4-4476-92e1-f5ebd0cfea3e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-48db2265-dac4-4476-92e1-f5ebd0cfea3e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-48db2265-dac4-4476-92e1-f5ebd0cfea3e.shogun-image-container {
      position: relative;
    }

    .s-48db2265-dac4-4476-92e1-f5ebd0cfea3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-48db2265-dac4-4476-92e1-f5ebd0cfea3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-48db2265-dac4-4476-92e1-f5ebd0cfea3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-48db2265-dac4-4476-92e1-f5ebd0cfea3e {
  
  
  
  
}

#s-48db2265-dac4-4476-92e1-f5ebd0cfea3e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-48db2265-dac4-4476-92e1-f5ebd0cfea3e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-48db2265-dac4-4476-92e1-f5ebd0cfea3e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-48db2265-dac4-4476-92e1-f5ebd0cfea3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-48db2265-dac4-4476-92e1-f5ebd0cfea3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-48db2265-dac4-4476-92e1-f5ebd0cfea3e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-48db2265-dac4-4476-92e1-f5ebd0cfea3e.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-48db2265-dac4-4476-92e1-f5ebd0cfea3e .shogun-image-content {
  
    align-items: center;
  
}

.s-48db2265-dac4-4476-92e1-f5ebd0cfea3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48db2265-dac4-4476-92e1-f5ebd0cfea3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48db2265-dac4-4476-92e1-f5ebd0cfea3e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-48db2265-dac4-4476-92e1-f5ebd0cfea3e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-48db2265-dac4-4476-92e1-f5ebd0cfea3e.shogun-image-container {
      position: relative;
    }

    .s-48db2265-dac4-4476-92e1-f5ebd0cfea3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-48db2265-dac4-4476-92e1-f5ebd0cfea3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-48db2265-dac4-4476-92e1-f5ebd0cfea3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-48db2265-dac4-4476-92e1-f5ebd0cfea3e {
  
  
  
  
}

#s-48db2265-dac4-4476-92e1-f5ebd0cfea3e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-48db2265-dac4-4476-92e1-f5ebd0cfea3e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-48db2265-dac4-4476-92e1-f5ebd0cfea3e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-48db2265-dac4-4476-92e1-f5ebd0cfea3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-48db2265-dac4-4476-92e1-f5ebd0cfea3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-48db2265-dac4-4476-92e1-f5ebd0cfea3e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-48db2265-dac4-4476-92e1-f5ebd0cfea3e.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-48db2265-dac4-4476-92e1-f5ebd0cfea3e .shogun-image-content {
  
    align-items: center;
  
}

.s-48db2265-dac4-4476-92e1-f5ebd0cfea3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48db2265-dac4-4476-92e1-f5ebd0cfea3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48db2265-dac4-4476-92e1-f5ebd0cfea3e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-48db2265-dac4-4476-92e1-f5ebd0cfea3e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-48db2265-dac4-4476-92e1-f5ebd0cfea3e.shogun-image-container {
      position: relative;
    }

    .s-48db2265-dac4-4476-92e1-f5ebd0cfea3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-48db2265-dac4-4476-92e1-f5ebd0cfea3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-48db2265-dac4-4476-92e1-f5ebd0cfea3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-48db2265-dac4-4476-92e1-f5ebd0cfea3e {
  
  
  
  
}

#s-48db2265-dac4-4476-92e1-f5ebd0cfea3e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-48db2265-dac4-4476-92e1-f5ebd0cfea3e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-48db2265-dac4-4476-92e1-f5ebd0cfea3e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-48db2265-dac4-4476-92e1-f5ebd0cfea3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-48db2265-dac4-4476-92e1-f5ebd0cfea3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-48db2265-dac4-4476-92e1-f5ebd0cfea3e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-48db2265-dac4-4476-92e1-f5ebd0cfea3e.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-48db2265-dac4-4476-92e1-f5ebd0cfea3e .shogun-image-content {
  
    align-items: center;
  
}

.s-48db2265-dac4-4476-92e1-f5ebd0cfea3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48db2265-dac4-4476-92e1-f5ebd0cfea3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48db2265-dac4-4476-92e1-f5ebd0cfea3e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-48db2265-dac4-4476-92e1-f5ebd0cfea3e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-48db2265-dac4-4476-92e1-f5ebd0cfea3e.shogun-image-container {
      position: relative;
    }

    .s-48db2265-dac4-4476-92e1-f5ebd0cfea3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-48db2265-dac4-4476-92e1-f5ebd0cfea3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-48db2265-dac4-4476-92e1-f5ebd0cfea3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-48db2265-dac4-4476-92e1-f5ebd0cfea3e {
  
  
  
  
}

#s-48db2265-dac4-4476-92e1-f5ebd0cfea3e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-48db2265-dac4-4476-92e1-f5ebd0cfea3e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-48db2265-dac4-4476-92e1-f5ebd0cfea3e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-48db2265-dac4-4476-92e1-f5ebd0cfea3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-48db2265-dac4-4476-92e1-f5ebd0cfea3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-48db2265-dac4-4476-92e1-f5ebd0cfea3e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-48db2265-dac4-4476-92e1-f5ebd0cfea3e.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-48db2265-dac4-4476-92e1-f5ebd0cfea3e .shogun-image-content {
  
    align-items: center;
  
}

.s-48db2265-dac4-4476-92e1-f5ebd0cfea3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48db2265-dac4-4476-92e1-f5ebd0cfea3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48db2265-dac4-4476-92e1-f5ebd0cfea3e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-48db2265-dac4-4476-92e1-f5ebd0cfea3e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-48db2265-dac4-4476-92e1-f5ebd0cfea3e.shogun-image-container {
      position: relative;
    }

    .s-48db2265-dac4-4476-92e1-f5ebd0cfea3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-48db2265-dac4-4476-92e1-f5ebd0cfea3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-48db2265-dac4-4476-92e1-f5ebd0cfea3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-5bb387d5-0887-498f-ad84-91870c9b4c4c {
  margin-top: 0px;
padding-top: 3px;
padding-left: 0%;
padding-bottom: 3px;
padding-right: 0%;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-5bb387d5-0887-498f-ad84-91870c9b4c4c .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-55d22818-ad13-4b6b-9aa7-cde535b810ba {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.35);
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
border-radius: 10px;
min-height: 225px;
}








#s-55d22818-ad13-4b6b-9aa7-cde535b810ba > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-55d22818-ad13-4b6b-9aa7-cde535b810ba {
  cursor: pointer;
}#s-55d22818-ad13-4b6b-9aa7-cde535b810ba.shg-box.shg-c {
  justify-content: flex-start;
}

#s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa .shogun-image-content {
  
    align-items: center;
  
}

.s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa.shogun-image-container {
      position: relative;
    }

    .s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa {
  
  
  
  
}

#s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa .shogun-image-content {
  
    align-items: center;
  
}

.s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa.shogun-image-container {
      position: relative;
    }

    .s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa {
  
  
  
  
}

#s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa .shogun-image-content {
  
    align-items: center;
  
}

.s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa.shogun-image-container {
      position: relative;
    }

    .s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa {
  
  
  
  
}

#s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa .shogun-image-content {
  
    align-items: center;
  
}

.s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa.shogun-image-container {
      position: relative;
    }

    .s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa {
  
  
  
  
}

#s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa .shogun-image-content {
  
    align-items: center;
  
}

.s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa.shogun-image-container {
      position: relative;
    }

    .s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-83af5e3f-ccef-4b7a-90f5-9fef17cc9cfa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-e8bd103e-69ed-4b89-9116-498a681c1d8f {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 3px;
padding-left: 0%;
padding-bottom: 3px;
padding-right: 0%;
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;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-e8bd103e-69ed-4b89-9116-498a681c1d8f .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-66747020-9e55-4c49-b7b1-9aef76ecee28 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.35);
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
border-radius: 10px;
min-height: 225px;
opacity: 1;
}








#s-66747020-9e55-4c49-b7b1-9aef76ecee28 > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-66747020-9e55-4c49-b7b1-9aef76ecee28 {
  cursor: pointer;
}#s-66747020-9e55-4c49-b7b1-9aef76ecee28.shg-box.shg-c {
  justify-content: flex-start;
}

#s-cf1a5447-095d-489a-9165-699246d2cece {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-cf1a5447-095d-489a-9165-699246d2cece {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-cf1a5447-095d-489a-9165-699246d2cece {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cf1a5447-095d-489a-9165-699246d2cece .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cf1a5447-095d-489a-9165-699246d2cece .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cf1a5447-095d-489a-9165-699246d2cece .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cf1a5447-095d-489a-9165-699246d2cece.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cf1a5447-095d-489a-9165-699246d2cece img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-cf1a5447-095d-489a-9165-699246d2cece.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-cf1a5447-095d-489a-9165-699246d2cece .shogun-image-content {
  
    align-items: center;
  
}

.s-cf1a5447-095d-489a-9165-699246d2cece.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf1a5447-095d-489a-9165-699246d2cece.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf1a5447-095d-489a-9165-699246d2cece.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cf1a5447-095d-489a-9165-699246d2cece {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cf1a5447-095d-489a-9165-699246d2cece.shogun-image-container {
      position: relative;
    }

    .s-cf1a5447-095d-489a-9165-699246d2cece.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf1a5447-095d-489a-9165-699246d2cece.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf1a5447-095d-489a-9165-699246d2cece img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-cf1a5447-095d-489a-9165-699246d2cece {
  
  
  
  
}

#s-cf1a5447-095d-489a-9165-699246d2cece {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cf1a5447-095d-489a-9165-699246d2cece .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cf1a5447-095d-489a-9165-699246d2cece .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cf1a5447-095d-489a-9165-699246d2cece .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cf1a5447-095d-489a-9165-699246d2cece.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cf1a5447-095d-489a-9165-699246d2cece img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-cf1a5447-095d-489a-9165-699246d2cece.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-cf1a5447-095d-489a-9165-699246d2cece .shogun-image-content {
  
    align-items: center;
  
}

.s-cf1a5447-095d-489a-9165-699246d2cece.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf1a5447-095d-489a-9165-699246d2cece.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf1a5447-095d-489a-9165-699246d2cece.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cf1a5447-095d-489a-9165-699246d2cece {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cf1a5447-095d-489a-9165-699246d2cece.shogun-image-container {
      position: relative;
    }

    .s-cf1a5447-095d-489a-9165-699246d2cece.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf1a5447-095d-489a-9165-699246d2cece.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf1a5447-095d-489a-9165-699246d2cece img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-cf1a5447-095d-489a-9165-699246d2cece {
  
  
  
  
}

#s-cf1a5447-095d-489a-9165-699246d2cece {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cf1a5447-095d-489a-9165-699246d2cece .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cf1a5447-095d-489a-9165-699246d2cece .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cf1a5447-095d-489a-9165-699246d2cece .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cf1a5447-095d-489a-9165-699246d2cece.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cf1a5447-095d-489a-9165-699246d2cece img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-cf1a5447-095d-489a-9165-699246d2cece.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-cf1a5447-095d-489a-9165-699246d2cece .shogun-image-content {
  
    align-items: center;
  
}

.s-cf1a5447-095d-489a-9165-699246d2cece.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf1a5447-095d-489a-9165-699246d2cece.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf1a5447-095d-489a-9165-699246d2cece.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cf1a5447-095d-489a-9165-699246d2cece {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cf1a5447-095d-489a-9165-699246d2cece.shogun-image-container {
      position: relative;
    }

    .s-cf1a5447-095d-489a-9165-699246d2cece.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf1a5447-095d-489a-9165-699246d2cece.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf1a5447-095d-489a-9165-699246d2cece img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-cf1a5447-095d-489a-9165-699246d2cece {
  
  
  
  
}

#s-cf1a5447-095d-489a-9165-699246d2cece {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cf1a5447-095d-489a-9165-699246d2cece .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cf1a5447-095d-489a-9165-699246d2cece .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cf1a5447-095d-489a-9165-699246d2cece .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cf1a5447-095d-489a-9165-699246d2cece.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cf1a5447-095d-489a-9165-699246d2cece img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-cf1a5447-095d-489a-9165-699246d2cece.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-cf1a5447-095d-489a-9165-699246d2cece .shogun-image-content {
  
    align-items: center;
  
}

.s-cf1a5447-095d-489a-9165-699246d2cece.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf1a5447-095d-489a-9165-699246d2cece.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf1a5447-095d-489a-9165-699246d2cece.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cf1a5447-095d-489a-9165-699246d2cece {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cf1a5447-095d-489a-9165-699246d2cece.shogun-image-container {
      position: relative;
    }

    .s-cf1a5447-095d-489a-9165-699246d2cece.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf1a5447-095d-489a-9165-699246d2cece.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf1a5447-095d-489a-9165-699246d2cece img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-cf1a5447-095d-489a-9165-699246d2cece {
  
  
  
  
}

#s-cf1a5447-095d-489a-9165-699246d2cece {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cf1a5447-095d-489a-9165-699246d2cece .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cf1a5447-095d-489a-9165-699246d2cece .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cf1a5447-095d-489a-9165-699246d2cece .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cf1a5447-095d-489a-9165-699246d2cece.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cf1a5447-095d-489a-9165-699246d2cece img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-cf1a5447-095d-489a-9165-699246d2cece.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-cf1a5447-095d-489a-9165-699246d2cece .shogun-image-content {
  
    align-items: center;
  
}

.s-cf1a5447-095d-489a-9165-699246d2cece.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf1a5447-095d-489a-9165-699246d2cece.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf1a5447-095d-489a-9165-699246d2cece.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cf1a5447-095d-489a-9165-699246d2cece {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cf1a5447-095d-489a-9165-699246d2cece.shogun-image-container {
      position: relative;
    }

    .s-cf1a5447-095d-489a-9165-699246d2cece.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf1a5447-095d-489a-9165-699246d2cece.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf1a5447-095d-489a-9165-699246d2cece img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-4a78c782-15b5-4451-b8be-68a7fee71300 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 3px;
padding-left: 0%;
padding-bottom: 3px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 0px;
text-align: left;
background-color: rgba(255, 255, 255, 0);
}

#s-4a78c782-15b5-4451-b8be-68a7fee71300 .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-74d8387c-9a11-49bf-8eee-b9b4085c0f62 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.35);
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
border-radius: 10px;
min-height: 225px;
}








#s-74d8387c-9a11-49bf-8eee-b9b4085c0f62 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-74d8387c-9a11-49bf-8eee-b9b4085c0f62 {
  cursor: pointer;
}#s-74d8387c-9a11-49bf-8eee-b9b4085c0f62.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2 .shogun-image-content {
  
    align-items: center;
  
}

.s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2.shogun-image-container {
      position: relative;
    }

    .s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2 {
  
  
  
  
}

#s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2 .shogun-image-content {
  
    align-items: center;
  
}

.s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2.shogun-image-container {
      position: relative;
    }

    .s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2 {
  
  
  
  
}

#s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2 .shogun-image-content {
  
    align-items: center;
  
}

.s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2.shogun-image-container {
      position: relative;
    }

    .s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2 {
  
  
  
  
}

#s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2 .shogun-image-content {
  
    align-items: center;
  
}

.s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2.shogun-image-container {
      position: relative;
    }

    .s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2 {
  
  
  
  
}

#s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2 .shogun-image-content {
  
    align-items: center;
  
}

.s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2.shogun-image-container {
      position: relative;
    }

    .s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a0c3a2d1-dcdc-44d8-86c5-760a42c4aab2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-175f6d9a-07db-4833-a453-e513341a2a46 {
  margin-left: 0%;
padding-top: 3px;
padding-left: 0%;
padding-bottom: 3px;
padding-right: 0%;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-175f6d9a-07db-4833-a453-e513341a2a46 .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-1c91ba77-da80-4189-8578-4065aba603a1 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1c91ba77-da80-4189-8578-4065aba603a1 {
  
}
}@media (max-width: 767px){#s-1c91ba77-da80-4189-8578-4065aba603a1 {
  
}
}







#s-1c91ba77-da80-4189-8578-4065aba603a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1c91ba77-da80-4189-8578-4065aba603a1.shg-box.shg-c {
  justify-content: center;
}

#s-051844f4-08cf-4139-9130-918834a87012 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-051844f4-08cf-4139-9130-918834a87012"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-051844f4-08cf-4139-9130-918834a87012"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-051844f4-08cf-4139-9130-918834a87012"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-051844f4-08cf-4139-9130-918834a87012"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-051844f4-08cf-4139-9130-918834a87012"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-051844f4-08cf-4139-9130-918834a87012"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-051844f4-08cf-4139-9130-918834a87012"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-0a935de1-2d24-405c-85db-ff46c22becc8 {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 461px;
aspect-ratio: 461/50;
text-align: center;
}





  #s-0a935de1-2d24-405c-85db-ff46c22becc8 img.shogun-image,
  #s-0a935de1-2d24-405c-85db-ff46c22becc8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0a935de1-2d24-405c-85db-ff46c22becc8 {
    width: 100%;
    height: auto;
  }



  #s-0a935de1-2d24-405c-85db-ff46c22becc8 img.shogun-image {
    

    
    
    
  }


#s-0a935de1-2d24-405c-85db-ff46c22becc8 .shogun-image-content {
  
    align-items: center;
  
}

#s-ef40ae9b-4e2f-4e1b-8171-432e2dc35303 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-7e13fdd3-1a9a-4549-bdd0-fa6f39090c2e {
  background-size: cover;
margin-top: 15px;
margin-bottom: 15px;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(22, 64, 111, 1);
border-style: none;
border-radius: 0px;
min-height: 450px;
background-position: center center;
background-color: rgba(22, 64, 111, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-7e13fdd3-1a9a-4549-bdd0-fa6f39090c2e {
  
}
}@media (max-width: 767px){#s-7e13fdd3-1a9a-4549-bdd0-fa6f39090c2e {
  
}
}







#s-7e13fdd3-1a9a-4549-bdd0-fa6f39090c2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7e13fdd3-1a9a-4549-bdd0-fa6f39090c2e.shg-box.shg-c {
  justify-content: center;
}

#s-3994f58f-bf7c-4e06-9280-d239ec256a5a {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-3994f58f-bf7c-4e06-9280-d239ec256a5a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3994f58f-bf7c-4e06-9280-d239ec256a5a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3994f58f-bf7c-4e06-9280-d239ec256a5a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3994f58f-bf7c-4e06-9280-d239ec256a5a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3994f58f-bf7c-4e06-9280-d239ec256a5a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3994f58f-bf7c-4e06-9280-d239ec256a5a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3994f58f-bf7c-4e06-9280-d239ec256a5a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-b0c6e2de-c27c-4eb4-929a-dd19b9f56079 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 7%;
padding-left: 7%;
padding-bottom: 7%;
padding-right: 7%;
min-height: 300px;
background-position: center center;
}








#s-b0c6e2de-c27c-4eb4-929a-dd19b9f56079 > .shg-box-overlay {
  background-color: rgba(22, 64, 111, 1);
  opacity: 0.4;
  display: block;
}#s-b0c6e2de-c27c-4eb4-929a-dd19b9f56079.shg-box.shg-c {
  justify-content: flex-start;
}

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

.shg-inner-inline-image {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 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-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 {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

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

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

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

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

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

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

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

.shg-inner-inline-image .shogun-image.hover~* {
  z-index: 1;
}
#s-1a78c0a9-fb04-4ab6-b9cf-23d137acf1d1 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
text-align: center;
}

.shg-image-margin-container-s-1a78c0a9-fb04-4ab6-b9cf-23d137acf1d1 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-1a78c0a9-fb04-4ab6-b9cf-23d137acf1d1 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-1a78c0a9-fb04-4ab6-b9cf-23d137acf1d1 img.shogun-image {
  height: 100%;
  width: 100%;
  
  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1a78c0a9-fb04-4ab6-b9cf-23d137acf1d1 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-1a78c0a9-fb04-4ab6-b9cf-23d137acf1d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a78c0a9-fb04-4ab6-b9cf-23d137acf1d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a78c0a9-fb04-4ab6-b9cf-23d137acf1d1.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-1a78c0a9-fb04-4ab6-b9cf-23d137acf1d1 {
  
  
  
  
}

#s-1a78c0a9-fb04-4ab6-b9cf-23d137acf1d1 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-1a78c0a9-fb04-4ab6-b9cf-23d137acf1d1 img.shogun-image {
  height: 100%;
  width: 100%;
  
  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1a78c0a9-fb04-4ab6-b9cf-23d137acf1d1 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-1a78c0a9-fb04-4ab6-b9cf-23d137acf1d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a78c0a9-fb04-4ab6-b9cf-23d137acf1d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a78c0a9-fb04-4ab6-b9cf-23d137acf1d1.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-1a78c0a9-fb04-4ab6-b9cf-23d137acf1d1 {
  
  
  
  
}

#s-1a78c0a9-fb04-4ab6-b9cf-23d137acf1d1 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-1a78c0a9-fb04-4ab6-b9cf-23d137acf1d1 img.shogun-image {
  height: 100%;
  width: 100%;
  
  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1a78c0a9-fb04-4ab6-b9cf-23d137acf1d1 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-1a78c0a9-fb04-4ab6-b9cf-23d137acf1d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a78c0a9-fb04-4ab6-b9cf-23d137acf1d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a78c0a9-fb04-4ab6-b9cf-23d137acf1d1.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-1a78c0a9-fb04-4ab6-b9cf-23d137acf1d1 {
  
  
  
  
}

#s-1a78c0a9-fb04-4ab6-b9cf-23d137acf1d1 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-1a78c0a9-fb04-4ab6-b9cf-23d137acf1d1 img.shogun-image {
  height: 100%;
  width: 100%;
  
  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1a78c0a9-fb04-4ab6-b9cf-23d137acf1d1 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-1a78c0a9-fb04-4ab6-b9cf-23d137acf1d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a78c0a9-fb04-4ab6-b9cf-23d137acf1d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a78c0a9-fb04-4ab6-b9cf-23d137acf1d1.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-1a78c0a9-fb04-4ab6-b9cf-23d137acf1d1 {
  
  
  
  
}

#s-1a78c0a9-fb04-4ab6-b9cf-23d137acf1d1 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-1a78c0a9-fb04-4ab6-b9cf-23d137acf1d1 img.shogun-image {
  height: 100%;
  width: 100%;
  
  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1a78c0a9-fb04-4ab6-b9cf-23d137acf1d1 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-1a78c0a9-fb04-4ab6-b9cf-23d137acf1d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a78c0a9-fb04-4ab6-b9cf-23d137acf1d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a78c0a9-fb04-4ab6-b9cf-23d137acf1d1.shogun-image {
  box-sizing: border-box;
}




}
#s-0f37a16b-35c9-4512-8d1e-3b0da2306eb7 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-0f37a16b-35c9-4512-8d1e-3b0da2306eb7 .shogun-heading-component h3 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 65px;
  line-height: 1em;
  
  
}



#s-715eeacf-6474-4936-9596-3d2077c8a278 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-715eeacf-6474-4936-9596-3d2077c8a278 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-715eeacf-6474-4936-9596-3d2077c8a278.shg-box.shg-c {
  justify-content: center;
}

#s-7d21f586-02f5-4a4f-ab02-7f83f2693f92 {
  box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 3%;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
opacity: 1;
}








#s-7d21f586-02f5-4a4f-ab02-7f83f2693f92 > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-7d21f586-02f5-4a4f-ab02-7f83f2693f92.shg-box.shg-c {
  justify-content: flex-start;
}

#s-302fc1cf-f73e-496e-a137-4009cb5ed2dc {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-302fc1cf-f73e-496e-a137-4009cb5ed2dc .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.125em;
  letter-spacing: 0px;
  text-align: left;
}



.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-ebf990b1-0c2c-45a7-b6b2-f11d4e216384 {
  margin-left: auto;
margin-right: auto;
}

#s-ebf990b1-0c2c-45a7-b6b2-f11d4e216384 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(244, 244, 244, 1);
}

#s-ebf990b1-0c2c-45a7-b6b2-f11d4e216384 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(77, 88, 88, 1);
  padding: 10px;
}

#s-ebf990b1-0c2c-45a7-b6b2-f11d4e216384 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-ebf990b1-0c2c-45a7-b6b2-f11d4e216384 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid rgba(244, 244, 244, 1);
}

#s-ebf990b1-0c2c-45a7-b6b2-f11d4e216384 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 700;
  
  font-size: 18px;
}

#s-ebf990b1-0c2c-45a7-b6b2-f11d4e216384 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-cb4fac22-e0aa-4f30-97e7-c468ca7e552e {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-cb4fac22-e0aa-4f30-97e7-c468ca7e552e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cb4fac22-e0aa-4f30-97e7-c468ca7e552e.shg-box.shg-c {
  justify-content: center;
}

#s-0ff5abe9-5430-4b1a-873a-e24ef15109e1 {
  margin-bottom: 25px;
}

#s-b38eecd7-b0de-425b-9853-ecbee4e302c8 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGRjMmE5MzMtYjdjMS00MGY1LWFkNGMtMWZhZWQwYTBlMjA0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA3MjcyNzI3MjcyNzI3MjcyIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA2NjhmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTY0MDZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkZGMyYTkzMy1iN2MxLTQwZjUtYWQ0Yy0xZmFlZDBhMGUyMDQpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 5px;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 10px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(22, 64, 111, 1);
border-style: solid;
border-radius: 5px;
opacity: 1;
text-align: center;
font-size: 14px;
font-weight: bold;
color: rgba(244, 244, 244, 1);
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0.07272727272727272, "color"=>"#00668f"}, {"id"=>2, "pos"=>1, "color"=>"#16406f"}];
hover-type: gradient;
}
#s-b38eecd7-b0de-425b-9853-ecbee4e302c8:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(22, 64, 111, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(22, 64, 111, 1) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b38eecd7-b0de-425b-9853-ecbee4e302c8:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(22, 64, 111, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 1) !important;
color: rgba(22, 64, 111, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-b38eecd7-b0de-425b-9853-ecbee4e302c8-root {
    text-align: center;
  }


#s-b38eecd7-b0de-425b-9853-ecbee4e302c8.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b38eecd7-b0de-425b-9853-ecbee4e302c8-root {
    text-align: center;
  }


#s-b38eecd7-b0de-425b-9853-ecbee4e302c8.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b38eecd7-b0de-425b-9853-ecbee4e302c8-root {
    text-align: center;
  }


#s-b38eecd7-b0de-425b-9853-ecbee4e302c8.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b38eecd7-b0de-425b-9853-ecbee4e302c8-root {
    text-align: center;
  }


#s-b38eecd7-b0de-425b-9853-ecbee4e302c8.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b38eecd7-b0de-425b-9853-ecbee4e302c8-root {
    text-align: center;
  }


#s-b38eecd7-b0de-425b-9853-ecbee4e302c8.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-7c7d5d29-5ae9-41cb-821a-0b3b3fde266d {
  box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 3%;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
opacity: 1;
}








#s-7c7d5d29-5ae9-41cb-821a-0b3b3fde266d > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-7c7d5d29-5ae9-41cb-821a-0b3b3fde266d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-97b46cae-5ba4-4af4-8e8b-83701432bcd2 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-97b46cae-5ba4-4af4-8e8b-83701432bcd2 .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.125em;
  letter-spacing: 0px;
  text-align: left;
}



#s-354202ef-9f5a-407a-aa75-9a678e2d2e0b {
  margin-left: auto;
margin-right: auto;
}

#s-354202ef-9f5a-407a-aa75-9a678e2d2e0b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(244, 244, 244, 1);
}

#s-354202ef-9f5a-407a-aa75-9a678e2d2e0b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(77, 88, 88, 1);
  padding: 10px;
}

#s-354202ef-9f5a-407a-aa75-9a678e2d2e0b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-354202ef-9f5a-407a-aa75-9a678e2d2e0b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid rgba(244, 244, 244, 1);
}

#s-354202ef-9f5a-407a-aa75-9a678e2d2e0b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 700;
  
  font-size: 18px;
}

#s-354202ef-9f5a-407a-aa75-9a678e2d2e0b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-4726c16b-3c24-485f-bc74-39376d529c91 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-4726c16b-3c24-485f-bc74-39376d529c91 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4726c16b-3c24-485f-bc74-39376d529c91.shg-box.shg-c {
  justify-content: center;
}

#s-593fc734-0c20-4176-88a8-67ec5742f433 {
  margin-bottom: 25px;
}

#s-542f24f5-9eb5-471d-9a0b-8ef0b8cb95b5 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGRjMmE5MzMtYjdjMS00MGY1LWFkNGMtMWZhZWQwYTBlMjA0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA3MjcyNzI3MjcyNzI3MjcyIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA2NjhmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTY0MDZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkZGMyYTkzMy1iN2MxLTQwZjUtYWQ0Yy0xZmFlZDBhMGUyMDQpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 5px;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 10px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(22, 64, 111, 1);
border-style: solid;
border-radius: 5px;
opacity: 1;
text-align: center;
font-size: 14px;
font-weight: bold;
color: rgba(244, 244, 244, 1);
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0.07272727272727272, "color"=>"#00668f"}, {"id"=>2, "pos"=>1, "color"=>"#16406f"}];
hover-type: gradient;
}
#s-542f24f5-9eb5-471d-9a0b-8ef0b8cb95b5:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(22, 64, 111, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(22, 64, 111, 1) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-542f24f5-9eb5-471d-9a0b-8ef0b8cb95b5:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(22, 64, 111, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 1) !important;
color: rgba(22, 64, 111, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-542f24f5-9eb5-471d-9a0b-8ef0b8cb95b5-root {
    text-align: center;
  }


#s-542f24f5-9eb5-471d-9a0b-8ef0b8cb95b5.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-542f24f5-9eb5-471d-9a0b-8ef0b8cb95b5-root {
    text-align: center;
  }


#s-542f24f5-9eb5-471d-9a0b-8ef0b8cb95b5.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-542f24f5-9eb5-471d-9a0b-8ef0b8cb95b5-root {
    text-align: center;
  }


#s-542f24f5-9eb5-471d-9a0b-8ef0b8cb95b5.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-542f24f5-9eb5-471d-9a0b-8ef0b8cb95b5-root {
    text-align: center;
  }


#s-542f24f5-9eb5-471d-9a0b-8ef0b8cb95b5.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-542f24f5-9eb5-471d-9a0b-8ef0b8cb95b5-root {
    text-align: center;
  }


#s-542f24f5-9eb5-471d-9a0b-8ef0b8cb95b5.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-f02636ec-a302-4a4b-a71f-1650801f2771 {
  box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 3%;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
opacity: 1;
}








#s-f02636ec-a302-4a4b-a71f-1650801f2771 > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-f02636ec-a302-4a4b-a71f-1650801f2771.shg-box.shg-c {
  justify-content: flex-end;
}

#s-3c93978b-439e-4d2a-a22f-7c567c481705 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-3c93978b-439e-4d2a-a22f-7c567c481705 .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.125em;
  letter-spacing: 0px;
  text-align: left;
}



#s-8cc273f3-1615-488e-8997-96ec49e9e654 {
  margin-left: auto;
margin-right: auto;
}

#s-8cc273f3-1615-488e-8997-96ec49e9e654 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(244, 244, 244, 1);
}

#s-8cc273f3-1615-488e-8997-96ec49e9e654 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(77, 88, 88, 1);
  padding: 10px;
}

#s-8cc273f3-1615-488e-8997-96ec49e9e654 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-8cc273f3-1615-488e-8997-96ec49e9e654 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid rgba(244, 244, 244, 1);
}

#s-8cc273f3-1615-488e-8997-96ec49e9e654 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 700;
  
  font-size: 18px;
}

#s-8cc273f3-1615-488e-8997-96ec49e9e654 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-ca476f45-4013-44e8-8085-0caa12ad264d {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-ca476f45-4013-44e8-8085-0caa12ad264d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ca476f45-4013-44e8-8085-0caa12ad264d.shg-box.shg-c {
  justify-content: center;
}

#s-69e6115f-b686-4981-941c-ec3ddc9874ee {
  margin-bottom: 25px;
}

#s-e4888fc7-7e82-4628-921b-71d9a4930995 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGRjMmE5MzMtYjdjMS00MGY1LWFkNGMtMWZhZWQwYTBlMjA0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA3MjcyNzI3MjcyNzI3MjcyIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA2NjhmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTY0MDZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkZGMyYTkzMy1iN2MxLTQwZjUtYWQ0Yy0xZmFlZDBhMGUyMDQpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 5px;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 10px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(22, 64, 111, 1);
border-style: solid;
border-radius: 5px;
opacity: 1;
text-align: center;
font-size: 14px;
font-weight: bold;
color: rgba(244, 244, 244, 1);
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0.07272727272727272, "color"=>"#00668f"}, {"id"=>2, "pos"=>1, "color"=>"#16406f"}];
hover-type: gradient;
}
#s-e4888fc7-7e82-4628-921b-71d9a4930995:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(22, 64, 111, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(22, 64, 111, 1) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e4888fc7-7e82-4628-921b-71d9a4930995:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(22, 64, 111, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 1) !important;
color: rgba(22, 64, 111, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-e4888fc7-7e82-4628-921b-71d9a4930995-root {
    text-align: center;
  }


#s-e4888fc7-7e82-4628-921b-71d9a4930995.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e4888fc7-7e82-4628-921b-71d9a4930995-root {
    text-align: center;
  }


#s-e4888fc7-7e82-4628-921b-71d9a4930995.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e4888fc7-7e82-4628-921b-71d9a4930995-root {
    text-align: center;
  }


#s-e4888fc7-7e82-4628-921b-71d9a4930995.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e4888fc7-7e82-4628-921b-71d9a4930995-root {
    text-align: center;
  }


#s-e4888fc7-7e82-4628-921b-71d9a4930995.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e4888fc7-7e82-4628-921b-71d9a4930995-root {
    text-align: center;
  }


#s-e4888fc7-7e82-4628-921b-71d9a4930995.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-87f9f1e4-4e29-4a60-a380-76d78daead80 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-87f9f1e4-4e29-4a60-a380-76d78daead80 {
  
}
}@media (max-width: 767px){#s-87f9f1e4-4e29-4a60-a380-76d78daead80 {
  
}
}







#s-87f9f1e4-4e29-4a60-a380-76d78daead80 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-87f9f1e4-4e29-4a60-a380-76d78daead80.shg-box.shg-c {
  justify-content: center;
}

#s-d14b220b-9d2e-4931-99f4-39214ec0e246 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-d14b220b-9d2e-4931-99f4-39214ec0e246"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-d14b220b-9d2e-4931-99f4-39214ec0e246"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-d14b220b-9d2e-4931-99f4-39214ec0e246"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-d14b220b-9d2e-4931-99f4-39214ec0e246"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-d14b220b-9d2e-4931-99f4-39214ec0e246"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-d14b220b-9d2e-4931-99f4-39214ec0e246"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-d14b220b-9d2e-4931-99f4-39214ec0e246"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

#s-3d48bb3e-cbef-4528-9d29-8acbf2a920f4 {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 461px;
aspect-ratio: 461/50;
text-align: center;
}





  #s-3d48bb3e-cbef-4528-9d29-8acbf2a920f4 img.shogun-image,
  #s-3d48bb3e-cbef-4528-9d29-8acbf2a920f4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3d48bb3e-cbef-4528-9d29-8acbf2a920f4 {
    width: 100%;
    height: auto;
  }



  #s-3d48bb3e-cbef-4528-9d29-8acbf2a920f4 img.shogun-image {
    

    
    
    
  }


#s-3d48bb3e-cbef-4528-9d29-8acbf2a920f4 .shogun-image-content {
  
    align-items: center;
  
}

#s-64a9a299-dccf-4665-93cc-fabf68b5e4ad {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-3e24ea28-c1ab-40dd-9387-0b9475905529 {
  background-size: cover;
margin-top: 15px;
margin-bottom: 15px;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(22, 64, 111, 1);
border-style: none;
border-radius: 0px;
min-height: 450px;
background-position: center center;
background-color: rgba(22, 64, 111, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-3e24ea28-c1ab-40dd-9387-0b9475905529 {
  
}
}@media (max-width: 767px){#s-3e24ea28-c1ab-40dd-9387-0b9475905529 {
  
}
}







#s-3e24ea28-c1ab-40dd-9387-0b9475905529 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3e24ea28-c1ab-40dd-9387-0b9475905529.shg-box.shg-c {
  justify-content: center;
}

#s-a9381bcf-37fb-460e-9e0b-905e81104afc {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-a9381bcf-37fb-460e-9e0b-905e81104afc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a9381bcf-37fb-460e-9e0b-905e81104afc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a9381bcf-37fb-460e-9e0b-905e81104afc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a9381bcf-37fb-460e-9e0b-905e81104afc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a9381bcf-37fb-460e-9e0b-905e81104afc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a9381bcf-37fb-460e-9e0b-905e81104afc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a9381bcf-37fb-460e-9e0b-905e81104afc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-cf0c0d11-4fcd-435e-9f76-3098d7a9c5c7 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 7%;
padding-left: 7%;
padding-bottom: 7%;
padding-right: 7%;
min-height: 300px;
background-position: center center;
}








#s-cf0c0d11-4fcd-435e-9f76-3098d7a9c5c7 > .shg-box-overlay {
  background-color: rgba(22, 64, 111, 1);
  opacity: 0.4;
  display: block;
}#s-cf0c0d11-4fcd-435e-9f76-3098d7a9c5c7.shg-box.shg-c {
  justify-content: flex-start;
}

#s-29aeda9a-ec77-4819-9a5b-97147f580e4c {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
text-align: center;
}

.shg-image-margin-container-s-29aeda9a-ec77-4819-9a5b-97147f580e4c {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-29aeda9a-ec77-4819-9a5b-97147f580e4c {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-29aeda9a-ec77-4819-9a5b-97147f580e4c img.shogun-image {
  height: 100%;
  width: 100%;
  
  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-29aeda9a-ec77-4819-9a5b-97147f580e4c .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-29aeda9a-ec77-4819-9a5b-97147f580e4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29aeda9a-ec77-4819-9a5b-97147f580e4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29aeda9a-ec77-4819-9a5b-97147f580e4c.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-29aeda9a-ec77-4819-9a5b-97147f580e4c {
  
  
  
  
}

#s-29aeda9a-ec77-4819-9a5b-97147f580e4c {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-29aeda9a-ec77-4819-9a5b-97147f580e4c img.shogun-image {
  height: 100%;
  width: 100%;
  
  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-29aeda9a-ec77-4819-9a5b-97147f580e4c .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-29aeda9a-ec77-4819-9a5b-97147f580e4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29aeda9a-ec77-4819-9a5b-97147f580e4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29aeda9a-ec77-4819-9a5b-97147f580e4c.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-29aeda9a-ec77-4819-9a5b-97147f580e4c {
  
  
  
  
}

#s-29aeda9a-ec77-4819-9a5b-97147f580e4c {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-29aeda9a-ec77-4819-9a5b-97147f580e4c img.shogun-image {
  height: 100%;
  width: 100%;
  
  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-29aeda9a-ec77-4819-9a5b-97147f580e4c .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-29aeda9a-ec77-4819-9a5b-97147f580e4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29aeda9a-ec77-4819-9a5b-97147f580e4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29aeda9a-ec77-4819-9a5b-97147f580e4c.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-29aeda9a-ec77-4819-9a5b-97147f580e4c {
  
  
  
  
}

#s-29aeda9a-ec77-4819-9a5b-97147f580e4c {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-29aeda9a-ec77-4819-9a5b-97147f580e4c img.shogun-image {
  height: 100%;
  width: 100%;
  
  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-29aeda9a-ec77-4819-9a5b-97147f580e4c .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-29aeda9a-ec77-4819-9a5b-97147f580e4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29aeda9a-ec77-4819-9a5b-97147f580e4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29aeda9a-ec77-4819-9a5b-97147f580e4c.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-29aeda9a-ec77-4819-9a5b-97147f580e4c {
  
  
  
  
}

#s-29aeda9a-ec77-4819-9a5b-97147f580e4c {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-29aeda9a-ec77-4819-9a5b-97147f580e4c img.shogun-image {
  height: 100%;
  width: 100%;
  
  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-29aeda9a-ec77-4819-9a5b-97147f580e4c .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-29aeda9a-ec77-4819-9a5b-97147f580e4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29aeda9a-ec77-4819-9a5b-97147f580e4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29aeda9a-ec77-4819-9a5b-97147f580e4c.shogun-image {
  box-sizing: border-box;
}




}
#s-5cda7b47-3959-473a-abd8-942b365c55a7 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-5cda7b47-3959-473a-abd8-942b365c55a7 .shogun-heading-component h3 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 65px;
  line-height: 1em;
  
  
}



#s-22ef6ff9-1244-4766-84ab-729f6e2b21d9 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-22ef6ff9-1244-4766-84ab-729f6e2b21d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-22ef6ff9-1244-4766-84ab-729f6e2b21d9.shg-box.shg-c {
  justify-content: center;
}

#s-a3bc8bae-81b1-4f47-95b5-dd1ebba85a24 {
  box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
opacity: 1;
}








#s-a3bc8bae-81b1-4f47-95b5-dd1ebba85a24 > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-a3bc8bae-81b1-4f47-95b5-dd1ebba85a24.shg-box.shg-c {
  justify-content: flex-end;
}

#s-cff2d58e-c21e-47e3-9f72-6663f069b53a {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-cff2d58e-c21e-47e3-9f72-6663f069b53a .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.125em;
  letter-spacing: 0px;
  text-align: left;
}



#s-be1a9d7b-ea21-45b0-9802-45072900b5e6 {
  margin-left: auto;
margin-right: auto;
}

#s-be1a9d7b-ea21-45b0-9802-45072900b5e6 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(244, 244, 244, 1);
}

#s-be1a9d7b-ea21-45b0-9802-45072900b5e6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(77, 88, 88, 1);
  padding: 10px;
}

#s-be1a9d7b-ea21-45b0-9802-45072900b5e6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-be1a9d7b-ea21-45b0-9802-45072900b5e6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid rgba(244, 244, 244, 1);
}

#s-be1a9d7b-ea21-45b0-9802-45072900b5e6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 700;
  
  font-size: 18px;
}

#s-be1a9d7b-ea21-45b0-9802-45072900b5e6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-8120d73c-41d5-4cd2-ad12-096b934d71dc {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-8120d73c-41d5-4cd2-ad12-096b934d71dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8120d73c-41d5-4cd2-ad12-096b934d71dc.shg-box.shg-c {
  justify-content: center;
}

#s-bda98296-3554-4dce-b8db-02f80b778640 {
  margin-bottom: 25px;
}

#s-23216cbd-14a5-4f19-93fe-1c6d08c707ea {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGRjMmE5MzMtYjdjMS00MGY1LWFkNGMtMWZhZWQwYTBlMjA0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA3MjcyNzI3MjcyNzI3MjcyIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA2NjhmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTY0MDZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkZGMyYTkzMy1iN2MxLTQwZjUtYWQ0Yy0xZmFlZDBhMGUyMDQpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 5px;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 10px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(22, 64, 111, 1);
border-style: solid;
border-radius: 5px;
opacity: 1;
text-align: center;
font-size: 14px;
font-weight: bold;
color: rgba(244, 244, 244, 1);
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0.07272727272727272, "color"=>"#00668f"}, {"id"=>2, "pos"=>1, "color"=>"#16406f"}];
hover-type: gradient;
}
#s-23216cbd-14a5-4f19-93fe-1c6d08c707ea:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(22, 64, 111, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(22, 64, 111, 1) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-23216cbd-14a5-4f19-93fe-1c6d08c707ea:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(22, 64, 111, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 1) !important;
color: rgba(22, 64, 111, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-23216cbd-14a5-4f19-93fe-1c6d08c707ea-root {
    text-align: center;
  }


#s-23216cbd-14a5-4f19-93fe-1c6d08c707ea.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-23216cbd-14a5-4f19-93fe-1c6d08c707ea-root {
    text-align: center;
  }


#s-23216cbd-14a5-4f19-93fe-1c6d08c707ea.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-23216cbd-14a5-4f19-93fe-1c6d08c707ea-root {
    text-align: center;
  }


#s-23216cbd-14a5-4f19-93fe-1c6d08c707ea.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-23216cbd-14a5-4f19-93fe-1c6d08c707ea-root {
    text-align: center;
  }


#s-23216cbd-14a5-4f19-93fe-1c6d08c707ea.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-23216cbd-14a5-4f19-93fe-1c6d08c707ea-root {
    text-align: center;
  }


#s-23216cbd-14a5-4f19-93fe-1c6d08c707ea.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-4334df52-a909-4166-95e1-070fd71ecce9 {
  box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
opacity: 1;
}








#s-4334df52-a909-4166-95e1-070fd71ecce9 > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-4334df52-a909-4166-95e1-070fd71ecce9.shg-box.shg-c {
  justify-content: flex-end;
}

#s-36e2bda5-c489-46c5-93b5-4c98de99dc77 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-36e2bda5-c489-46c5-93b5-4c98de99dc77 .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.125em;
  letter-spacing: 0px;
  text-align: left;
}



#s-0c31746e-97db-46e7-a258-76238a29cb68 {
  margin-left: auto;
margin-right: auto;
}

#s-0c31746e-97db-46e7-a258-76238a29cb68 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(244, 244, 244, 1);
}

#s-0c31746e-97db-46e7-a258-76238a29cb68 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(77, 88, 88, 1);
  padding: 10px;
}

#s-0c31746e-97db-46e7-a258-76238a29cb68 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-0c31746e-97db-46e7-a258-76238a29cb68 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid rgba(244, 244, 244, 1);
}

#s-0c31746e-97db-46e7-a258-76238a29cb68 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 700;
  
  font-size: 18px;
}

#s-0c31746e-97db-46e7-a258-76238a29cb68 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-e8a2fd2b-9230-4fd5-a355-c5394f0087e7 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-e8a2fd2b-9230-4fd5-a355-c5394f0087e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e8a2fd2b-9230-4fd5-a355-c5394f0087e7.shg-box.shg-c {
  justify-content: center;
}

#s-145a63a5-d143-4545-ae3e-65f133ff7b11 {
  margin-bottom: 25px;
}

#s-d0750e1b-be1e-4717-bf62-a549f5129dfc {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGRjMmE5MzMtYjdjMS00MGY1LWFkNGMtMWZhZWQwYTBlMjA0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA3MjcyNzI3MjcyNzI3MjcyIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA2NjhmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTY0MDZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkZGMyYTkzMy1iN2MxLTQwZjUtYWQ0Yy0xZmFlZDBhMGUyMDQpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 5px;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 10px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(22, 64, 111, 1);
border-style: solid;
border-radius: 5px;
opacity: 1;
text-align: center;
font-size: 14px;
font-weight: bold;
color: rgba(244, 244, 244, 1);
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0.07272727272727272, "color"=>"#00668f"}, {"id"=>2, "pos"=>1, "color"=>"#16406f"}];
hover-type: gradient;
}
#s-d0750e1b-be1e-4717-bf62-a549f5129dfc:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(22, 64, 111, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(22, 64, 111, 1) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d0750e1b-be1e-4717-bf62-a549f5129dfc:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(22, 64, 111, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 1) !important;
color: rgba(22, 64, 111, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-d0750e1b-be1e-4717-bf62-a549f5129dfc-root {
    text-align: center;
  }


#s-d0750e1b-be1e-4717-bf62-a549f5129dfc.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d0750e1b-be1e-4717-bf62-a549f5129dfc-root {
    text-align: center;
  }


#s-d0750e1b-be1e-4717-bf62-a549f5129dfc.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d0750e1b-be1e-4717-bf62-a549f5129dfc-root {
    text-align: center;
  }


#s-d0750e1b-be1e-4717-bf62-a549f5129dfc.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d0750e1b-be1e-4717-bf62-a549f5129dfc-root {
    text-align: center;
  }


#s-d0750e1b-be1e-4717-bf62-a549f5129dfc.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d0750e1b-be1e-4717-bf62-a549f5129dfc-root {
    text-align: center;
  }


#s-d0750e1b-be1e-4717-bf62-a549f5129dfc.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-8da5cba7-d182-4c6c-a3fb-4ee59af2b9e2 {
  box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
opacity: 1;
}








#s-8da5cba7-d182-4c6c-a3fb-4ee59af2b9e2 > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-8da5cba7-d182-4c6c-a3fb-4ee59af2b9e2.shg-box.shg-c {
  justify-content: flex-start;
}

#s-5b193ba1-a53e-4ae3-aa69-72963be6235e {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-5b193ba1-a53e-4ae3-aa69-72963be6235e .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.125em;
  letter-spacing: 0px;
  text-align: left;
}



#s-32be92bb-d7f0-4e49-ad8e-b8543e2d8eb9 {
  margin-left: auto;
margin-right: auto;
}

#s-32be92bb-d7f0-4e49-ad8e-b8543e2d8eb9 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(244, 244, 244, 1);
}

#s-32be92bb-d7f0-4e49-ad8e-b8543e2d8eb9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(77, 88, 88, 1);
  padding: 10px;
}

#s-32be92bb-d7f0-4e49-ad8e-b8543e2d8eb9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-32be92bb-d7f0-4e49-ad8e-b8543e2d8eb9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid rgba(244, 244, 244, 1);
}

#s-32be92bb-d7f0-4e49-ad8e-b8543e2d8eb9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 700;
  
  font-size: 18px;
}

#s-32be92bb-d7f0-4e49-ad8e-b8543e2d8eb9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-c98891db-35ca-4e0e-a45e-49e089c5c228 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-c98891db-35ca-4e0e-a45e-49e089c5c228 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c98891db-35ca-4e0e-a45e-49e089c5c228.shg-box.shg-c {
  justify-content: center;
}

#s-c46f016f-d621-4f90-a970-f194c75297b5 {
  margin-bottom: 25px;
}

#s-0832328b-d89b-46f4-a6b0-a8883f675ec5 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGRjMmE5MzMtYjdjMS00MGY1LWFkNGMtMWZhZWQwYTBlMjA0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA3MjcyNzI3MjcyNzI3MjcyIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA2NjhmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTY0MDZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkZGMyYTkzMy1iN2MxLTQwZjUtYWQ0Yy0xZmFlZDBhMGUyMDQpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 5px;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 10px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(22, 64, 111, 1);
border-style: solid;
border-radius: 5px;
opacity: 1;
text-align: center;
font-size: 14px;
font-weight: bold;
color: rgba(244, 244, 244, 1);
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0.07272727272727272, "color"=>"#00668f"}, {"id"=>2, "pos"=>1, "color"=>"#16406f"}];
hover-type: gradient;
}
#s-0832328b-d89b-46f4-a6b0-a8883f675ec5:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(22, 64, 111, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(22, 64, 111, 1) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0832328b-d89b-46f4-a6b0-a8883f675ec5:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(22, 64, 111, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 1) !important;
color: rgba(22, 64, 111, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-0832328b-d89b-46f4-a6b0-a8883f675ec5-root {
    text-align: center;
  }


#s-0832328b-d89b-46f4-a6b0-a8883f675ec5.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0832328b-d89b-46f4-a6b0-a8883f675ec5-root {
    text-align: center;
  }


#s-0832328b-d89b-46f4-a6b0-a8883f675ec5.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0832328b-d89b-46f4-a6b0-a8883f675ec5-root {
    text-align: center;
  }


#s-0832328b-d89b-46f4-a6b0-a8883f675ec5.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0832328b-d89b-46f4-a6b0-a8883f675ec5-root {
    text-align: center;
  }


#s-0832328b-d89b-46f4-a6b0-a8883f675ec5.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0832328b-d89b-46f4-a6b0-a8883f675ec5-root {
    text-align: center;
  }


#s-0832328b-d89b-46f4-a6b0-a8883f675ec5.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-1486b085-836d-44b3-a8ad-9367aa18c7be {
  box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
opacity: 1;
}








#s-1486b085-836d-44b3-a8ad-9367aa18c7be > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-1486b085-836d-44b3-a8ad-9367aa18c7be.shg-box.shg-c {
  justify-content: flex-start;
}

#s-bcba77d5-c72f-421d-ba13-07c32bfe665c {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-bcba77d5-c72f-421d-ba13-07c32bfe665c .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.125em;
  letter-spacing: 0px;
  text-align: left;
}



#s-bc984ce7-4b54-4b02-897c-160d7c71283b {
  margin-left: auto;
margin-right: auto;
}

#s-bc984ce7-4b54-4b02-897c-160d7c71283b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(244, 244, 244, 1);
}

#s-bc984ce7-4b54-4b02-897c-160d7c71283b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(77, 88, 88, 1);
  padding: 10px;
}

#s-bc984ce7-4b54-4b02-897c-160d7c71283b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-bc984ce7-4b54-4b02-897c-160d7c71283b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid rgba(244, 244, 244, 1);
}

#s-bc984ce7-4b54-4b02-897c-160d7c71283b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 700;
  
  font-size: 18px;
}

#s-bc984ce7-4b54-4b02-897c-160d7c71283b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-fe70f1b6-6d6b-4e2a-8157-0357c9535655 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-fe70f1b6-6d6b-4e2a-8157-0357c9535655 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fe70f1b6-6d6b-4e2a-8157-0357c9535655.shg-box.shg-c {
  justify-content: center;
}

#s-b5aa9f2f-7a34-4119-b4f8-d37a3717fc85 {
  margin-bottom: 25px;
}

#s-f843501e-e544-44fe-b18e-1b4ab4433020 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGRjMmE5MzMtYjdjMS00MGY1LWFkNGMtMWZhZWQwYTBlMjA0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA3MjcyNzI3MjcyNzI3MjcyIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA2NjhmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTY0MDZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkZGMyYTkzMy1iN2MxLTQwZjUtYWQ0Yy0xZmFlZDBhMGUyMDQpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 5px;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 10px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(22, 64, 111, 1);
border-style: solid;
border-radius: 5px;
opacity: 1;
text-align: center;
font-size: 14px;
font-weight: bold;
color: rgba(244, 244, 244, 1);
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0.07272727272727272, "color"=>"#00668f"}, {"id"=>2, "pos"=>1, "color"=>"#16406f"}];
hover-type: gradient;
}
#s-f843501e-e544-44fe-b18e-1b4ab4433020:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(22, 64, 111, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(22, 64, 111, 1) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f843501e-e544-44fe-b18e-1b4ab4433020:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(22, 64, 111, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 1) !important;
color: rgba(22, 64, 111, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-f843501e-e544-44fe-b18e-1b4ab4433020-root {
    text-align: center;
  }


#s-f843501e-e544-44fe-b18e-1b4ab4433020.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f843501e-e544-44fe-b18e-1b4ab4433020-root {
    text-align: center;
  }


#s-f843501e-e544-44fe-b18e-1b4ab4433020.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f843501e-e544-44fe-b18e-1b4ab4433020-root {
    text-align: center;
  }


#s-f843501e-e544-44fe-b18e-1b4ab4433020.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f843501e-e544-44fe-b18e-1b4ab4433020-root {
    text-align: center;
  }


#s-f843501e-e544-44fe-b18e-1b4ab4433020.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f843501e-e544-44fe-b18e-1b4ab4433020-root {
    text-align: center;
  }


#s-f843501e-e544-44fe-b18e-1b4ab4433020.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-c0c8f5ac-821f-4924-a4c1-f819cdfdeb29 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c0c8f5ac-821f-4924-a4c1-f819cdfdeb29 {
  
}
}@media (max-width: 767px){#s-c0c8f5ac-821f-4924-a4c1-f819cdfdeb29 {
  
}
}







#s-c0c8f5ac-821f-4924-a4c1-f819cdfdeb29 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c0c8f5ac-821f-4924-a4c1-f819cdfdeb29.shg-box.shg-c {
  justify-content: center;
}

#s-18640d16-6242-404f-b9e2-b95d22966ea9 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-18640d16-6242-404f-b9e2-b95d22966ea9"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-18640d16-6242-404f-b9e2-b95d22966ea9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-18640d16-6242-404f-b9e2-b95d22966ea9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-18640d16-6242-404f-b9e2-b95d22966ea9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-18640d16-6242-404f-b9e2-b95d22966ea9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-18640d16-6242-404f-b9e2-b95d22966ea9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-18640d16-6242-404f-b9e2-b95d22966ea9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

#s-8ece800c-ce33-41b3-ad97-0a3aac3112c1 {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 461px;
aspect-ratio: 461/50;
text-align: center;
}





  #s-8ece800c-ce33-41b3-ad97-0a3aac3112c1 img.shogun-image,
  #s-8ece800c-ce33-41b3-ad97-0a3aac3112c1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8ece800c-ce33-41b3-ad97-0a3aac3112c1 {
    width: 100%;
    height: auto;
  }



  #s-8ece800c-ce33-41b3-ad97-0a3aac3112c1 img.shogun-image {
    

    
    
    
  }


#s-8ece800c-ce33-41b3-ad97-0a3aac3112c1 .shogun-image-content {
  
    align-items: center;
  
}

#s-571c4fff-7588-469f-9477-8c09f82b419c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-ff87e2f9-0db3-41f3-9778-a65e8c0a2c82 {
  background-size: cover;
margin-top: 15px;
margin-bottom: 15px;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(22, 64, 111, 1);
border-style: none;
border-radius: 0px;
min-height: 450px;
background-position: center center;
background-color: rgba(22, 64, 111, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-ff87e2f9-0db3-41f3-9778-a65e8c0a2c82 {
  
}
}@media (max-width: 767px){#s-ff87e2f9-0db3-41f3-9778-a65e8c0a2c82 {
  
}
}







#s-ff87e2f9-0db3-41f3-9778-a65e8c0a2c82 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ff87e2f9-0db3-41f3-9778-a65e8c0a2c82.shg-box.shg-c {
  justify-content: center;
}

#s-5ef9d0da-e1a0-4587-8427-ba9362711629 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-5ef9d0da-e1a0-4587-8427-ba9362711629"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5ef9d0da-e1a0-4587-8427-ba9362711629"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5ef9d0da-e1a0-4587-8427-ba9362711629"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5ef9d0da-e1a0-4587-8427-ba9362711629"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5ef9d0da-e1a0-4587-8427-ba9362711629"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5ef9d0da-e1a0-4587-8427-ba9362711629"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5ef9d0da-e1a0-4587-8427-ba9362711629"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-9948d7f8-07bf-48d9-ab9a-0868088c9028 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 7%;
padding-left: 7%;
padding-bottom: 7%;
padding-right: 7%;
min-height: 300px;
background-position: center center;
}








#s-9948d7f8-07bf-48d9-ab9a-0868088c9028 > .shg-box-overlay {
  background-color: rgba(22, 64, 111, 1);
  opacity: 0.4;
  display: block;
}#s-9948d7f8-07bf-48d9-ab9a-0868088c9028.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8a2936d3-fa4f-4a25-8574-8801e8219af0 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
text-align: center;
}

.shg-image-margin-container-s-8a2936d3-fa4f-4a25-8574-8801e8219af0 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-8a2936d3-fa4f-4a25-8574-8801e8219af0 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-8a2936d3-fa4f-4a25-8574-8801e8219af0 img.shogun-image {
  height: 100%;
  width: 100%;
  
  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8a2936d3-fa4f-4a25-8574-8801e8219af0 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-8a2936d3-fa4f-4a25-8574-8801e8219af0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a2936d3-fa4f-4a25-8574-8801e8219af0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a2936d3-fa4f-4a25-8574-8801e8219af0.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-8a2936d3-fa4f-4a25-8574-8801e8219af0 {
  
  
  
  
}

#s-8a2936d3-fa4f-4a25-8574-8801e8219af0 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-8a2936d3-fa4f-4a25-8574-8801e8219af0 img.shogun-image {
  height: 100%;
  width: 100%;
  
  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8a2936d3-fa4f-4a25-8574-8801e8219af0 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-8a2936d3-fa4f-4a25-8574-8801e8219af0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a2936d3-fa4f-4a25-8574-8801e8219af0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a2936d3-fa4f-4a25-8574-8801e8219af0.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-8a2936d3-fa4f-4a25-8574-8801e8219af0 {
  
  
  
  
}

#s-8a2936d3-fa4f-4a25-8574-8801e8219af0 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-8a2936d3-fa4f-4a25-8574-8801e8219af0 img.shogun-image {
  height: 100%;
  width: 100%;
  
  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8a2936d3-fa4f-4a25-8574-8801e8219af0 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-8a2936d3-fa4f-4a25-8574-8801e8219af0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a2936d3-fa4f-4a25-8574-8801e8219af0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a2936d3-fa4f-4a25-8574-8801e8219af0.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-8a2936d3-fa4f-4a25-8574-8801e8219af0 {
  
  
  
  
}

#s-8a2936d3-fa4f-4a25-8574-8801e8219af0 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-8a2936d3-fa4f-4a25-8574-8801e8219af0 img.shogun-image {
  height: 100%;
  width: 100%;
  
  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8a2936d3-fa4f-4a25-8574-8801e8219af0 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-8a2936d3-fa4f-4a25-8574-8801e8219af0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a2936d3-fa4f-4a25-8574-8801e8219af0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a2936d3-fa4f-4a25-8574-8801e8219af0.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-8a2936d3-fa4f-4a25-8574-8801e8219af0 {
  
  
  
  
}

#s-8a2936d3-fa4f-4a25-8574-8801e8219af0 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-8a2936d3-fa4f-4a25-8574-8801e8219af0 img.shogun-image {
  height: 100%;
  width: 100%;
  
  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8a2936d3-fa4f-4a25-8574-8801e8219af0 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-8a2936d3-fa4f-4a25-8574-8801e8219af0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a2936d3-fa4f-4a25-8574-8801e8219af0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a2936d3-fa4f-4a25-8574-8801e8219af0.shogun-image {
  box-sizing: border-box;
}




}
#s-e891014e-036a-4e45-83ef-d1255ad71b54 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-e891014e-036a-4e45-83ef-d1255ad71b54 .shogun-heading-component h3 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 65px;
  line-height: 1em;
  
  
}



#s-7d4c619d-62cd-4e0d-b99c-5b10e0ea8874 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-7d4c619d-62cd-4e0d-b99c-5b10e0ea8874 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7d4c619d-62cd-4e0d-b99c-5b10e0ea8874.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ac60c8d0-81d5-49e6-ba04-24bd85f2891a {
  box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
opacity: 1;
}








#s-ac60c8d0-81d5-49e6-ba04-24bd85f2891a > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-ac60c8d0-81d5-49e6-ba04-24bd85f2891a.shg-box.shg-c {
  justify-content: center;
}

#s-276c2d90-ae52-4157-a137-43a7061336cf {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-276c2d90-ae52-4157-a137-43a7061336cf .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.125em;
  letter-spacing: 0px;
  text-align: left;
}



#s-38253b4b-562d-4f7c-ba95-89c52cf1845d {
  margin-left: auto;
margin-right: auto;
}

#s-38253b4b-562d-4f7c-ba95-89c52cf1845d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(244, 244, 244, 1);
}

#s-38253b4b-562d-4f7c-ba95-89c52cf1845d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(77, 88, 88, 1);
  padding: 10px;
}

#s-38253b4b-562d-4f7c-ba95-89c52cf1845d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-38253b4b-562d-4f7c-ba95-89c52cf1845d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid rgba(244, 244, 244, 1);
}

#s-38253b4b-562d-4f7c-ba95-89c52cf1845d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 700;
  
  font-size: 18px;
}

#s-38253b4b-562d-4f7c-ba95-89c52cf1845d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-e7fb1d52-54d1-40fd-8555-3d9512399e8c {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-e7fb1d52-54d1-40fd-8555-3d9512399e8c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e7fb1d52-54d1-40fd-8555-3d9512399e8c.shg-box.shg-c {
  justify-content: center;
}

#s-c37c7c03-f8ac-48f1-a548-54f5acdc35a4 {
  margin-bottom: 25px;
}

#s-ebe464c5-4136-4cb4-b643-8c3443cb26bf {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGRjMmE5MzMtYjdjMS00MGY1LWFkNGMtMWZhZWQwYTBlMjA0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA3MjcyNzI3MjcyNzI3MjcyIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA2NjhmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTY0MDZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkZGMyYTkzMy1iN2MxLTQwZjUtYWQ0Yy0xZmFlZDBhMGUyMDQpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 5px;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 10px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(22, 64, 111, 1);
border-style: solid;
border-radius: 5px;
opacity: 1;
text-align: center;
font-size: 14px;
font-weight: bold;
color: rgba(244, 244, 244, 1);
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0.07272727272727272, "color"=>"#00668f"}, {"id"=>2, "pos"=>1, "color"=>"#16406f"}];
hover-type: gradient;
}
#s-ebe464c5-4136-4cb4-b643-8c3443cb26bf:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(22, 64, 111, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(22, 64, 111, 1) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ebe464c5-4136-4cb4-b643-8c3443cb26bf:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(22, 64, 111, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 1) !important;
color: rgba(22, 64, 111, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-ebe464c5-4136-4cb4-b643-8c3443cb26bf-root {
    text-align: center;
  }


#s-ebe464c5-4136-4cb4-b643-8c3443cb26bf.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ebe464c5-4136-4cb4-b643-8c3443cb26bf-root {
    text-align: center;
  }


#s-ebe464c5-4136-4cb4-b643-8c3443cb26bf.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ebe464c5-4136-4cb4-b643-8c3443cb26bf-root {
    text-align: center;
  }


#s-ebe464c5-4136-4cb4-b643-8c3443cb26bf.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ebe464c5-4136-4cb4-b643-8c3443cb26bf-root {
    text-align: center;
  }


#s-ebe464c5-4136-4cb4-b643-8c3443cb26bf.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ebe464c5-4136-4cb4-b643-8c3443cb26bf-root {
    text-align: center;
  }


#s-ebe464c5-4136-4cb4-b643-8c3443cb26bf.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-c9658ac6-7750-4cb5-8600-b23c13383799 {
  box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
opacity: 1;
}








#s-c9658ac6-7750-4cb5-8600-b23c13383799 > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-c9658ac6-7750-4cb5-8600-b23c13383799.shg-box.shg-c {
  justify-content: center;
}

#s-f2dce897-76e4-44ea-89bb-2f86c674b70f {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-f2dce897-76e4-44ea-89bb-2f86c674b70f .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.125em;
  letter-spacing: 0px;
  text-align: left;
}



#s-45becef0-3205-4233-841b-d822ee9fd946 {
  margin-left: auto;
margin-right: auto;
}

#s-45becef0-3205-4233-841b-d822ee9fd946 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(244, 244, 244, 1);
}

#s-45becef0-3205-4233-841b-d822ee9fd946 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(77, 88, 88, 1);
  padding: 10px;
}

#s-45becef0-3205-4233-841b-d822ee9fd946 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-45becef0-3205-4233-841b-d822ee9fd946 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid rgba(244, 244, 244, 1);
}

#s-45becef0-3205-4233-841b-d822ee9fd946 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 700;
  
  font-size: 18px;
}

#s-45becef0-3205-4233-841b-d822ee9fd946 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-e2893060-551f-46c2-92bc-3e91f878e686 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-e2893060-551f-46c2-92bc-3e91f878e686 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e2893060-551f-46c2-92bc-3e91f878e686.shg-box.shg-c {
  justify-content: center;
}

#s-2a35eb93-bf1c-48f9-ba4f-456f7ebb5d9a {
  margin-bottom: 25px;
}

#s-7696115b-9c51-4066-910a-754dd8c1221d {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGRjMmE5MzMtYjdjMS00MGY1LWFkNGMtMWZhZWQwYTBlMjA0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA3MjcyNzI3MjcyNzI3MjcyIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA2NjhmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTY0MDZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkZGMyYTkzMy1iN2MxLTQwZjUtYWQ0Yy0xZmFlZDBhMGUyMDQpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 5px;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 10px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(22, 64, 111, 1);
border-style: solid;
border-radius: 5px;
opacity: 1;
text-align: center;
font-size: 14px;
font-weight: bold;
color: rgba(244, 244, 244, 1);
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0.07272727272727272, "color"=>"#00668f"}, {"id"=>2, "pos"=>1, "color"=>"#16406f"}];
hover-type: gradient;
}
#s-7696115b-9c51-4066-910a-754dd8c1221d:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(22, 64, 111, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(22, 64, 111, 1) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7696115b-9c51-4066-910a-754dd8c1221d:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(22, 64, 111, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 1) !important;
color: rgba(22, 64, 111, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-7696115b-9c51-4066-910a-754dd8c1221d-root {
    text-align: center;
  }


#s-7696115b-9c51-4066-910a-754dd8c1221d.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7696115b-9c51-4066-910a-754dd8c1221d-root {
    text-align: center;
  }


#s-7696115b-9c51-4066-910a-754dd8c1221d.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7696115b-9c51-4066-910a-754dd8c1221d-root {
    text-align: center;
  }


#s-7696115b-9c51-4066-910a-754dd8c1221d.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7696115b-9c51-4066-910a-754dd8c1221d-root {
    text-align: center;
  }


#s-7696115b-9c51-4066-910a-754dd8c1221d.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7696115b-9c51-4066-910a-754dd8c1221d-root {
    text-align: center;
  }


#s-7696115b-9c51-4066-910a-754dd8c1221d.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-b73a30c7-f585-4bcd-8566-347f23ee69cf {
  box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
background-attachment: fixed;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
opacity: 1;
}








#s-b73a30c7-f585-4bcd-8566-347f23ee69cf > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-b73a30c7-f585-4bcd-8566-347f23ee69cf.shg-box.shg-c {
  justify-content: center;
}

#s-616439a2-8031-440f-aca5-ae5cf97f26dc {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-616439a2-8031-440f-aca5-ae5cf97f26dc .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.125em;
  letter-spacing: 0px;
  text-align: left;
}



#s-3f8f7343-37e1-48cd-be74-d868ca64863a {
  margin-left: auto;
margin-right: auto;
}

#s-3f8f7343-37e1-48cd-be74-d868ca64863a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(244, 244, 244, 1);
}

#s-3f8f7343-37e1-48cd-be74-d868ca64863a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(77, 88, 88, 1);
  padding: 10px;
}

#s-3f8f7343-37e1-48cd-be74-d868ca64863a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-3f8f7343-37e1-48cd-be74-d868ca64863a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid rgba(244, 244, 244, 1);
}

#s-3f8f7343-37e1-48cd-be74-d868ca64863a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 700;
  
  font-size: 18px;
}

#s-3f8f7343-37e1-48cd-be74-d868ca64863a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-7921c3fa-549c-4f73-b828-88781b66edc3 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-7921c3fa-549c-4f73-b828-88781b66edc3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7921c3fa-549c-4f73-b828-88781b66edc3.shg-box.shg-c {
  justify-content: center;
}

#s-de066302-d1c5-43e3-b850-341ca0625ae2 {
  margin-bottom: 25px;
}

#s-e305dee8-f6b6-4fce-8627-50e1e0591887 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGRjMmE5MzMtYjdjMS00MGY1LWFkNGMtMWZhZWQwYTBlMjA0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA3MjcyNzI3MjcyNzI3MjcyIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA2NjhmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTY0MDZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkZGMyYTkzMy1iN2MxLTQwZjUtYWQ0Yy0xZmFlZDBhMGUyMDQpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 5px;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 10px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(22, 64, 111, 1);
border-style: solid;
border-radius: 5px;
opacity: 1;
text-align: center;
font-size: 14px;
font-weight: bold;
color: rgba(244, 244, 244, 1);
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0.07272727272727272, "color"=>"#00668f"}, {"id"=>2, "pos"=>1, "color"=>"#16406f"}];
hover-type: gradient;
}
#s-e305dee8-f6b6-4fce-8627-50e1e0591887:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(22, 64, 111, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(22, 64, 111, 1) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e305dee8-f6b6-4fce-8627-50e1e0591887:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(22, 64, 111, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 1) !important;
color: rgba(22, 64, 111, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-e305dee8-f6b6-4fce-8627-50e1e0591887-root {
    text-align: center;
  }


#s-e305dee8-f6b6-4fce-8627-50e1e0591887.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e305dee8-f6b6-4fce-8627-50e1e0591887-root {
    text-align: center;
  }


#s-e305dee8-f6b6-4fce-8627-50e1e0591887.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e305dee8-f6b6-4fce-8627-50e1e0591887-root {
    text-align: center;
  }


#s-e305dee8-f6b6-4fce-8627-50e1e0591887.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e305dee8-f6b6-4fce-8627-50e1e0591887-root {
    text-align: center;
  }


#s-e305dee8-f6b6-4fce-8627-50e1e0591887.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e305dee8-f6b6-4fce-8627-50e1e0591887-root {
    text-align: center;
  }


#s-e305dee8-f6b6-4fce-8627-50e1e0591887.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-8643b77d-f59f-41d0-b28d-5c9840e891b5 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8643b77d-f59f-41d0-b28d-5c9840e891b5 {
  
}
}@media (max-width: 767px){#s-8643b77d-f59f-41d0-b28d-5c9840e891b5 {
  
}
}







#s-8643b77d-f59f-41d0-b28d-5c9840e891b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8643b77d-f59f-41d0-b28d-5c9840e891b5.shg-box.shg-c {
  justify-content: center;
}

#s-8f06ce09-727b-4928-ba6e-a060dc9fa570 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-8f06ce09-727b-4928-ba6e-a060dc9fa570"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-8f06ce09-727b-4928-ba6e-a060dc9fa570"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-8f06ce09-727b-4928-ba6e-a060dc9fa570"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-8f06ce09-727b-4928-ba6e-a060dc9fa570"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-8f06ce09-727b-4928-ba6e-a060dc9fa570"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-8f06ce09-727b-4928-ba6e-a060dc9fa570"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-8f06ce09-727b-4928-ba6e-a060dc9fa570"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

#s-4daaa656-e4d8-43fa-8c07-1ca4bbc388b9 {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 461px;
aspect-ratio: 461/50;
text-align: center;
}





  #s-4daaa656-e4d8-43fa-8c07-1ca4bbc388b9 img.shogun-image,
  #s-4daaa656-e4d8-43fa-8c07-1ca4bbc388b9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4daaa656-e4d8-43fa-8c07-1ca4bbc388b9 {
    width: 100%;
    height: auto;
  }



  #s-4daaa656-e4d8-43fa-8c07-1ca4bbc388b9 img.shogun-image {
    

    
    
    
  }


#s-4daaa656-e4d8-43fa-8c07-1ca4bbc388b9 .shogun-image-content {
  
    align-items: center;
  
}

#s-45c69ecf-0d8a-4fee-aecb-70b924e4ec42 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-3058d0c3-ca23-48e0-87ec-a67006a5be8c {
  background-size: cover;
margin-top: 15px;
margin-bottom: 15px;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(22, 64, 111, 1);
border-style: none;
border-radius: 0px;
min-height: 450px;
background-position: center center;
background-color: rgba(22, 64, 111, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-3058d0c3-ca23-48e0-87ec-a67006a5be8c {
  
}
}@media (max-width: 767px){#s-3058d0c3-ca23-48e0-87ec-a67006a5be8c {
  
}
}







#s-3058d0c3-ca23-48e0-87ec-a67006a5be8c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3058d0c3-ca23-48e0-87ec-a67006a5be8c.shg-box.shg-c {
  justify-content: center;
}

#s-50f2cb40-80a8-4d3c-a8c1-6b70f958a91f {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-50f2cb40-80a8-4d3c-a8c1-6b70f958a91f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-50f2cb40-80a8-4d3c-a8c1-6b70f958a91f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-50f2cb40-80a8-4d3c-a8c1-6b70f958a91f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-50f2cb40-80a8-4d3c-a8c1-6b70f958a91f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-50f2cb40-80a8-4d3c-a8c1-6b70f958a91f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-50f2cb40-80a8-4d3c-a8c1-6b70f958a91f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-50f2cb40-80a8-4d3c-a8c1-6b70f958a91f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-feaded51-1c77-459b-ba97-2247383a3951 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 7%;
padding-left: 7%;
padding-bottom: 7%;
padding-right: 7%;
min-height: 300px;
background-position: center center;
}








#s-feaded51-1c77-459b-ba97-2247383a3951 > .shg-box-overlay {
  background-color: rgba(22, 64, 111, 1);
  opacity: 0.4;
  display: block;
}#s-feaded51-1c77-459b-ba97-2247383a3951.shg-box.shg-c {
  justify-content: flex-start;
}

#s-cd366991-0723-49e6-bd56-bd9653f4f605 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
text-align: center;
}

.shg-image-margin-container-s-cd366991-0723-49e6-bd56-bd9653f4f605 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-cd366991-0723-49e6-bd56-bd9653f4f605 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-cd366991-0723-49e6-bd56-bd9653f4f605 img.shogun-image {
  height: 100%;
  width: 100%;
  
  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-cd366991-0723-49e6-bd56-bd9653f4f605 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-cd366991-0723-49e6-bd56-bd9653f4f605.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd366991-0723-49e6-bd56-bd9653f4f605.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd366991-0723-49e6-bd56-bd9653f4f605.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-cd366991-0723-49e6-bd56-bd9653f4f605 {
  
  
  
  
}

#s-cd366991-0723-49e6-bd56-bd9653f4f605 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-cd366991-0723-49e6-bd56-bd9653f4f605 img.shogun-image {
  height: 100%;
  width: 100%;
  
  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-cd366991-0723-49e6-bd56-bd9653f4f605 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-cd366991-0723-49e6-bd56-bd9653f4f605.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd366991-0723-49e6-bd56-bd9653f4f605.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd366991-0723-49e6-bd56-bd9653f4f605.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-cd366991-0723-49e6-bd56-bd9653f4f605 {
  
  
  
  
}

#s-cd366991-0723-49e6-bd56-bd9653f4f605 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-cd366991-0723-49e6-bd56-bd9653f4f605 img.shogun-image {
  height: 100%;
  width: 100%;
  
  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-cd366991-0723-49e6-bd56-bd9653f4f605 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-cd366991-0723-49e6-bd56-bd9653f4f605.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd366991-0723-49e6-bd56-bd9653f4f605.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd366991-0723-49e6-bd56-bd9653f4f605.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-cd366991-0723-49e6-bd56-bd9653f4f605 {
  
  
  
  
}

#s-cd366991-0723-49e6-bd56-bd9653f4f605 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-cd366991-0723-49e6-bd56-bd9653f4f605 img.shogun-image {
  height: 100%;
  width: 100%;
  
  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-cd366991-0723-49e6-bd56-bd9653f4f605 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-cd366991-0723-49e6-bd56-bd9653f4f605.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd366991-0723-49e6-bd56-bd9653f4f605.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd366991-0723-49e6-bd56-bd9653f4f605.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-cd366991-0723-49e6-bd56-bd9653f4f605 {
  
  
  
  
}

#s-cd366991-0723-49e6-bd56-bd9653f4f605 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-cd366991-0723-49e6-bd56-bd9653f4f605 img.shogun-image {
  height: 100%;
  width: 100%;
  
  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-cd366991-0723-49e6-bd56-bd9653f4f605 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-cd366991-0723-49e6-bd56-bd9653f4f605.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd366991-0723-49e6-bd56-bd9653f4f605.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd366991-0723-49e6-bd56-bd9653f4f605.shogun-image {
  box-sizing: border-box;
}




}
#s-dfa79324-d80a-4644-9536-2c371e2545ab {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-dfa79324-d80a-4644-9536-2c371e2545ab .shogun-heading-component h3 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 65px;
  line-height: 1em;
  
  
}



#s-1bebd515-15e2-41bb-85a2-540b81b2e25e {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-1bebd515-15e2-41bb-85a2-540b81b2e25e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1bebd515-15e2-41bb-85a2-540b81b2e25e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-580bf2d2-f93b-4aaa-8540-4069e860f08c {
  box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
opacity: 1;
}








#s-580bf2d2-f93b-4aaa-8540-4069e860f08c > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-580bf2d2-f93b-4aaa-8540-4069e860f08c.shg-box.shg-c {
  justify-content: center;
}

#s-c4cd7e4a-cfad-40c2-a12d-24f9671eed0f {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-c4cd7e4a-cfad-40c2-a12d-24f9671eed0f .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.125em;
  letter-spacing: 0px;
  text-align: left;
}



#s-4a13965d-deb6-43d3-a01a-1031e16daebb {
  margin-left: auto;
margin-right: auto;
}

#s-4a13965d-deb6-43d3-a01a-1031e16daebb > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(244, 244, 244, 1);
}

#s-4a13965d-deb6-43d3-a01a-1031e16daebb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(77, 88, 88, 1);
  padding: 10px;
}

#s-4a13965d-deb6-43d3-a01a-1031e16daebb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-4a13965d-deb6-43d3-a01a-1031e16daebb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid rgba(244, 244, 244, 1);
}

#s-4a13965d-deb6-43d3-a01a-1031e16daebb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 700;
  
  font-size: 18px;
}

#s-4a13965d-deb6-43d3-a01a-1031e16daebb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-0400061d-f933-4f96-8456-5ec9c08de0f1 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-0400061d-f933-4f96-8456-5ec9c08de0f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0400061d-f933-4f96-8456-5ec9c08de0f1.shg-box.shg-c {
  justify-content: center;
}

#s-40fb5d3c-cdc9-424e-b2c2-438c3b596e23 {
  margin-bottom: 25px;
}

#s-e0419208-bf99-46f7-90ec-eec2b2473d77 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e0419208-bf99-46f7-90ec-eec2b2473d77"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e0419208-bf99-46f7-90ec-eec2b2473d77"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-e0419208-bf99-46f7-90ec-eec2b2473d77"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-e0419208-bf99-46f7-90ec-eec2b2473d77"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-7da7108a-e6d6-42d0-b2da-5ad5beb5b1e7 {
  margin-left: auto;
margin-right: auto;
}

#s-50414eba-032e-4e56-a58e-9682ccc1c33c {
  margin-left: auto;
margin-right: auto;
}

#s-fd2a8ad4-9ce8-401b-b4b6-c77546e7c3ea {
  box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
opacity: 1;
}








#s-fd2a8ad4-9ce8-401b-b4b6-c77546e7c3ea > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-fd2a8ad4-9ce8-401b-b4b6-c77546e7c3ea.shg-box.shg-c {
  justify-content: center;
}

#s-b553b1e1-ed07-4e54-b927-d7ae9923b3c1 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-b553b1e1-ed07-4e54-b927-d7ae9923b3c1 .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.125em;
  letter-spacing: 0px;
  text-align: left;
}



#s-1cf1382d-d7ac-45fd-9147-91edb255ecf6 {
  margin-left: auto;
margin-right: auto;
}

#s-1cf1382d-d7ac-45fd-9147-91edb255ecf6 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(244, 244, 244, 1);
}

#s-1cf1382d-d7ac-45fd-9147-91edb255ecf6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(77, 88, 88, 1);
  padding: 10px;
}

#s-1cf1382d-d7ac-45fd-9147-91edb255ecf6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-1cf1382d-d7ac-45fd-9147-91edb255ecf6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid rgba(244, 244, 244, 1);
}

#s-1cf1382d-d7ac-45fd-9147-91edb255ecf6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 700;
  
  font-size: 18px;
}

#s-1cf1382d-d7ac-45fd-9147-91edb255ecf6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-7fe1a5e8-bbac-483f-b829-d36e8b58783f {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-7fe1a5e8-bbac-483f-b829-d36e8b58783f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7fe1a5e8-bbac-483f-b829-d36e8b58783f.shg-box.shg-c {
  justify-content: center;
}

#s-ee3c4500-988a-424c-9815-d69a4b59256c {
  margin-bottom: 25px;
}

#s-73e04af9-8528-44ce-815a-97b114904b77 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGRjMmE5MzMtYjdjMS00MGY1LWFkNGMtMWZhZWQwYTBlMjA0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA3MjcyNzI3MjcyNzI3MjcyIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA2NjhmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTY0MDZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkZGMyYTkzMy1iN2MxLTQwZjUtYWQ0Yy0xZmFlZDBhMGUyMDQpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 5px;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 10px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(22, 64, 111, 1);
border-style: solid;
border-radius: 5px;
opacity: 1;
text-align: center;
font-size: 14px;
font-weight: bold;
color: rgba(244, 244, 244, 1);
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0.07272727272727272, "color"=>"#00668f"}, {"id"=>2, "pos"=>1, "color"=>"#16406f"}];
hover-type: gradient;
}
#s-73e04af9-8528-44ce-815a-97b114904b77:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(22, 64, 111, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(22, 64, 111, 1) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-73e04af9-8528-44ce-815a-97b114904b77:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(22, 64, 111, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 1) !important;
color: rgba(22, 64, 111, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-73e04af9-8528-44ce-815a-97b114904b77-root {
    text-align: center;
  }


#s-73e04af9-8528-44ce-815a-97b114904b77.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-73e04af9-8528-44ce-815a-97b114904b77-root {
    text-align: center;
  }


#s-73e04af9-8528-44ce-815a-97b114904b77.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-73e04af9-8528-44ce-815a-97b114904b77-root {
    text-align: center;
  }


#s-73e04af9-8528-44ce-815a-97b114904b77.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-73e04af9-8528-44ce-815a-97b114904b77-root {
    text-align: center;
  }


#s-73e04af9-8528-44ce-815a-97b114904b77.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-73e04af9-8528-44ce-815a-97b114904b77-root {
    text-align: center;
  }


#s-73e04af9-8528-44ce-815a-97b114904b77.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-03d769d7-8609-4b84-af94-0c8f7e40c2d8 {
  box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
opacity: 1;
}








#s-03d769d7-8609-4b84-af94-0c8f7e40c2d8 > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-03d769d7-8609-4b84-af94-0c8f7e40c2d8.shg-box.shg-c {
  justify-content: center;
}

#s-758d3c63-e2eb-4aa5-88a1-a4d4b091ea64 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-758d3c63-e2eb-4aa5-88a1-a4d4b091ea64 .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.125em;
  letter-spacing: 0px;
  text-align: left;
}



#s-3fb4d54b-1a41-488d-b115-f353c28fc4fc {
  margin-left: auto;
margin-right: auto;
}

#s-3fb4d54b-1a41-488d-b115-f353c28fc4fc > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(244, 244, 244, 1);
}

#s-3fb4d54b-1a41-488d-b115-f353c28fc4fc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(77, 88, 88, 1);
  padding: 10px;
}

#s-3fb4d54b-1a41-488d-b115-f353c28fc4fc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-3fb4d54b-1a41-488d-b115-f353c28fc4fc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid rgba(244, 244, 244, 1);
}

#s-3fb4d54b-1a41-488d-b115-f353c28fc4fc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 700;
  
  font-size: 18px;
}

#s-3fb4d54b-1a41-488d-b115-f353c28fc4fc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-1d600231-66d9-44ae-acff-fdaaa8c7d0dd {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-1d600231-66d9-44ae-acff-fdaaa8c7d0dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1d600231-66d9-44ae-acff-fdaaa8c7d0dd.shg-box.shg-c {
  justify-content: center;
}

#s-21344677-6376-47ad-a519-58aafa60cc5c {
  margin-bottom: 25px;
}

#s-79b331c8-952f-4115-b129-73f00b5d3f9a {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGRjMmE5MzMtYjdjMS00MGY1LWFkNGMtMWZhZWQwYTBlMjA0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA3MjcyNzI3MjcyNzI3MjcyIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA2NjhmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTY0MDZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkZGMyYTkzMy1iN2MxLTQwZjUtYWQ0Yy0xZmFlZDBhMGUyMDQpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 5px;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 10px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(22, 64, 111, 1);
border-style: solid;
border-radius: 5px;
opacity: 1;
text-align: center;
font-size: 14px;
font-weight: bold;
color: rgba(244, 244, 244, 1);
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0.07272727272727272, "color"=>"#00668f"}, {"id"=>2, "pos"=>1, "color"=>"#16406f"}];
hover-type: gradient;
}
#s-79b331c8-952f-4115-b129-73f00b5d3f9a:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(22, 64, 111, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(22, 64, 111, 1) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-79b331c8-952f-4115-b129-73f00b5d3f9a:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(22, 64, 111, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 1) !important;
color: rgba(22, 64, 111, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-79b331c8-952f-4115-b129-73f00b5d3f9a-root {
    text-align: center;
  }


#s-79b331c8-952f-4115-b129-73f00b5d3f9a.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-79b331c8-952f-4115-b129-73f00b5d3f9a-root {
    text-align: center;
  }


#s-79b331c8-952f-4115-b129-73f00b5d3f9a.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-79b331c8-952f-4115-b129-73f00b5d3f9a-root {
    text-align: center;
  }


#s-79b331c8-952f-4115-b129-73f00b5d3f9a.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-79b331c8-952f-4115-b129-73f00b5d3f9a-root {
    text-align: center;
  }


#s-79b331c8-952f-4115-b129-73f00b5d3f9a.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-79b331c8-952f-4115-b129-73f00b5d3f9a-root {
    text-align: center;
  }


#s-79b331c8-952f-4115-b129-73f00b5d3f9a.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-9403974e-28c9-41d1-a071-039ffd7a3ac9 {
  background-repeat: no-repeat;
margin-top: 30px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 3%;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9403974e-28c9-41d1-a071-039ffd7a3ac9 {
  
}
}@media (max-width: 767px){#s-9403974e-28c9-41d1-a071-039ffd7a3ac9 {
  
}
}
#s-9403974e-28c9-41d1-a071-039ffd7a3ac9 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDU3YjM1YTEtYWIxNC00NTc4LTkwMzgtNjg2NTRhOTgxZDE3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojMTY0MDZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDcyYzUzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0NTdiMzVhMS1hYjE0LTQ1NzgtOTAzOC02ODY1NGE5ODFkMTcpIi8+PC9zdmc+);
}








#s-9403974e-28c9-41d1-a071-039ffd7a3ac9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9403974e-28c9-41d1-a071-039ffd7a3ac9.shg-box.shg-c {
  justify-content: center;
}

#s-f31fb86a-c0c5-4d70-98bd-03643e8aeb65 {
  box-shadow:3px 3px 10px 3px rgba(0, 0, 0, 0.15);
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 2%;
padding-left: 0%;
padding-bottom: 2%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 105, 55, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
max-width: 1388px;
background-color: rgba(255, 255, 255, 0.95);
}








#s-f31fb86a-c0c5-4d70-98bd-03643e8aeb65 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f31fb86a-c0c5-4d70-98bd-03643e8aeb65.shg-box.shg-c {
  justify-content: center;
}

#s-299bb36c-db47-4060-84be-ebb6270e064f {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
text-align: center;
background-color: rgba(0, 105, 55, 0);
}

#s-299bb36c-db47-4060-84be-ebb6270e064f .shogun-heading-component h3 {
  color: rgba(22, 64, 111, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-541a9472-86f6-42b9-89ad-da73e601cdd6 {
  margin-left: 7%;
margin-right: 7%;
max-width: 1388px;
}

@media (min-width: 0px) {
[id="s-541a9472-86f6-42b9-89ad-da73e601cdd6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-541a9472-86f6-42b9-89ad-da73e601cdd6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

}

@media (min-width: 992px) {
[id="s-541a9472-86f6-42b9-89ad-da73e601cdd6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-541a9472-86f6-42b9-89ad-da73e601cdd6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

}

#s-2890c3ba-b452-4b1c-85a8-62e0b1dc7894 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.35);
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
border-radius: 10px;
min-height: 225px;
}








#s-2890c3ba-b452-4b1c-85a8-62e0b1dc7894 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-2890c3ba-b452-4b1c-85a8-62e0b1dc7894 {
  cursor: pointer;
}#s-2890c3ba-b452-4b1c-85a8-62e0b1dc7894.shg-box.shg-c {
  justify-content: flex-start;
}

#s-217f19f0-a258-415e-bdc2-4fb8773c248b {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-217f19f0-a258-415e-bdc2-4fb8773c248b {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-217f19f0-a258-415e-bdc2-4fb8773c248b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-217f19f0-a258-415e-bdc2-4fb8773c248b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-217f19f0-a258-415e-bdc2-4fb8773c248b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-217f19f0-a258-415e-bdc2-4fb8773c248b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-217f19f0-a258-415e-bdc2-4fb8773c248b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-217f19f0-a258-415e-bdc2-4fb8773c248b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-217f19f0-a258-415e-bdc2-4fb8773c248b.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-217f19f0-a258-415e-bdc2-4fb8773c248b .shogun-image-content {
  
    align-items: center;
  
}

.s-217f19f0-a258-415e-bdc2-4fb8773c248b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-217f19f0-a258-415e-bdc2-4fb8773c248b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-217f19f0-a258-415e-bdc2-4fb8773c248b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-217f19f0-a258-415e-bdc2-4fb8773c248b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-217f19f0-a258-415e-bdc2-4fb8773c248b.shogun-image-container {
      position: relative;
    }

    .s-217f19f0-a258-415e-bdc2-4fb8773c248b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-217f19f0-a258-415e-bdc2-4fb8773c248b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-217f19f0-a258-415e-bdc2-4fb8773c248b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-217f19f0-a258-415e-bdc2-4fb8773c248b {
  
  
  
  
}

#s-217f19f0-a258-415e-bdc2-4fb8773c248b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-217f19f0-a258-415e-bdc2-4fb8773c248b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-217f19f0-a258-415e-bdc2-4fb8773c248b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-217f19f0-a258-415e-bdc2-4fb8773c248b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-217f19f0-a258-415e-bdc2-4fb8773c248b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-217f19f0-a258-415e-bdc2-4fb8773c248b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-217f19f0-a258-415e-bdc2-4fb8773c248b.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-217f19f0-a258-415e-bdc2-4fb8773c248b .shogun-image-content {
  
    align-items: center;
  
}

.s-217f19f0-a258-415e-bdc2-4fb8773c248b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-217f19f0-a258-415e-bdc2-4fb8773c248b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-217f19f0-a258-415e-bdc2-4fb8773c248b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-217f19f0-a258-415e-bdc2-4fb8773c248b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-217f19f0-a258-415e-bdc2-4fb8773c248b.shogun-image-container {
      position: relative;
    }

    .s-217f19f0-a258-415e-bdc2-4fb8773c248b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-217f19f0-a258-415e-bdc2-4fb8773c248b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-217f19f0-a258-415e-bdc2-4fb8773c248b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-217f19f0-a258-415e-bdc2-4fb8773c248b {
  
  
  
  
}

#s-217f19f0-a258-415e-bdc2-4fb8773c248b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-217f19f0-a258-415e-bdc2-4fb8773c248b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-217f19f0-a258-415e-bdc2-4fb8773c248b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-217f19f0-a258-415e-bdc2-4fb8773c248b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-217f19f0-a258-415e-bdc2-4fb8773c248b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-217f19f0-a258-415e-bdc2-4fb8773c248b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-217f19f0-a258-415e-bdc2-4fb8773c248b.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-217f19f0-a258-415e-bdc2-4fb8773c248b .shogun-image-content {
  
    align-items: center;
  
}

.s-217f19f0-a258-415e-bdc2-4fb8773c248b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-217f19f0-a258-415e-bdc2-4fb8773c248b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-217f19f0-a258-415e-bdc2-4fb8773c248b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-217f19f0-a258-415e-bdc2-4fb8773c248b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-217f19f0-a258-415e-bdc2-4fb8773c248b.shogun-image-container {
      position: relative;
    }

    .s-217f19f0-a258-415e-bdc2-4fb8773c248b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-217f19f0-a258-415e-bdc2-4fb8773c248b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-217f19f0-a258-415e-bdc2-4fb8773c248b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-217f19f0-a258-415e-bdc2-4fb8773c248b {
  
  
  
  
}

#s-217f19f0-a258-415e-bdc2-4fb8773c248b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-217f19f0-a258-415e-bdc2-4fb8773c248b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-217f19f0-a258-415e-bdc2-4fb8773c248b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-217f19f0-a258-415e-bdc2-4fb8773c248b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-217f19f0-a258-415e-bdc2-4fb8773c248b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-217f19f0-a258-415e-bdc2-4fb8773c248b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-217f19f0-a258-415e-bdc2-4fb8773c248b.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-217f19f0-a258-415e-bdc2-4fb8773c248b .shogun-image-content {
  
    align-items: center;
  
}

.s-217f19f0-a258-415e-bdc2-4fb8773c248b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-217f19f0-a258-415e-bdc2-4fb8773c248b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-217f19f0-a258-415e-bdc2-4fb8773c248b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-217f19f0-a258-415e-bdc2-4fb8773c248b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-217f19f0-a258-415e-bdc2-4fb8773c248b.shogun-image-container {
      position: relative;
    }

    .s-217f19f0-a258-415e-bdc2-4fb8773c248b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-217f19f0-a258-415e-bdc2-4fb8773c248b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-217f19f0-a258-415e-bdc2-4fb8773c248b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-217f19f0-a258-415e-bdc2-4fb8773c248b {
  
  
  
  
}

#s-217f19f0-a258-415e-bdc2-4fb8773c248b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-217f19f0-a258-415e-bdc2-4fb8773c248b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-217f19f0-a258-415e-bdc2-4fb8773c248b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-217f19f0-a258-415e-bdc2-4fb8773c248b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-217f19f0-a258-415e-bdc2-4fb8773c248b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-217f19f0-a258-415e-bdc2-4fb8773c248b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-217f19f0-a258-415e-bdc2-4fb8773c248b.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-217f19f0-a258-415e-bdc2-4fb8773c248b .shogun-image-content {
  
    align-items: center;
  
}

.s-217f19f0-a258-415e-bdc2-4fb8773c248b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-217f19f0-a258-415e-bdc2-4fb8773c248b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-217f19f0-a258-415e-bdc2-4fb8773c248b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-217f19f0-a258-415e-bdc2-4fb8773c248b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-217f19f0-a258-415e-bdc2-4fb8773c248b.shogun-image-container {
      position: relative;
    }

    .s-217f19f0-a258-415e-bdc2-4fb8773c248b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-217f19f0-a258-415e-bdc2-4fb8773c248b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-217f19f0-a258-415e-bdc2-4fb8773c248b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-2f380459-7ef9-4c0e-ac91-044ebe7e0a23 {
  margin-top: 0px;
padding-top: 3px;
padding-left: 0%;
padding-bottom: 3px;
padding-right: 0%;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-2f380459-7ef9-4c0e-ac91-044ebe7e0a23 .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-5daf3c86-0486-4f53-8860-6008eae78cff {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.35);
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
border-radius: 10px;
min-height: 225px;
}








#s-5daf3c86-0486-4f53-8860-6008eae78cff > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-5daf3c86-0486-4f53-8860-6008eae78cff {
  cursor: pointer;
}#s-5daf3c86-0486-4f53-8860-6008eae78cff.shg-box.shg-c {
  justify-content: flex-start;
}

#s-63fe4ae3-275f-43bb-8a13-889b0e5f909e {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-63fe4ae3-275f-43bb-8a13-889b0e5f909e {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-63fe4ae3-275f-43bb-8a13-889b0e5f909e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-63fe4ae3-275f-43bb-8a13-889b0e5f909e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-63fe4ae3-275f-43bb-8a13-889b0e5f909e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-63fe4ae3-275f-43bb-8a13-889b0e5f909e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-63fe4ae3-275f-43bb-8a13-889b0e5f909e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-63fe4ae3-275f-43bb-8a13-889b0e5f909e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-63fe4ae3-275f-43bb-8a13-889b0e5f909e.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-63fe4ae3-275f-43bb-8a13-889b0e5f909e .shogun-image-content {
  
    align-items: center;
  
}

.s-63fe4ae3-275f-43bb-8a13-889b0e5f909e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63fe4ae3-275f-43bb-8a13-889b0e5f909e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63fe4ae3-275f-43bb-8a13-889b0e5f909e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-63fe4ae3-275f-43bb-8a13-889b0e5f909e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-63fe4ae3-275f-43bb-8a13-889b0e5f909e.shogun-image-container {
      position: relative;
    }

    .s-63fe4ae3-275f-43bb-8a13-889b0e5f909e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63fe4ae3-275f-43bb-8a13-889b0e5f909e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63fe4ae3-275f-43bb-8a13-889b0e5f909e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-63fe4ae3-275f-43bb-8a13-889b0e5f909e {
  
  
  
  
}

#s-63fe4ae3-275f-43bb-8a13-889b0e5f909e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-63fe4ae3-275f-43bb-8a13-889b0e5f909e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-63fe4ae3-275f-43bb-8a13-889b0e5f909e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-63fe4ae3-275f-43bb-8a13-889b0e5f909e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-63fe4ae3-275f-43bb-8a13-889b0e5f909e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-63fe4ae3-275f-43bb-8a13-889b0e5f909e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-63fe4ae3-275f-43bb-8a13-889b0e5f909e.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-63fe4ae3-275f-43bb-8a13-889b0e5f909e .shogun-image-content {
  
    align-items: center;
  
}

.s-63fe4ae3-275f-43bb-8a13-889b0e5f909e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63fe4ae3-275f-43bb-8a13-889b0e5f909e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63fe4ae3-275f-43bb-8a13-889b0e5f909e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-63fe4ae3-275f-43bb-8a13-889b0e5f909e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-63fe4ae3-275f-43bb-8a13-889b0e5f909e.shogun-image-container {
      position: relative;
    }

    .s-63fe4ae3-275f-43bb-8a13-889b0e5f909e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63fe4ae3-275f-43bb-8a13-889b0e5f909e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63fe4ae3-275f-43bb-8a13-889b0e5f909e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-63fe4ae3-275f-43bb-8a13-889b0e5f909e {
  
  
  
  
}

#s-63fe4ae3-275f-43bb-8a13-889b0e5f909e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-63fe4ae3-275f-43bb-8a13-889b0e5f909e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-63fe4ae3-275f-43bb-8a13-889b0e5f909e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-63fe4ae3-275f-43bb-8a13-889b0e5f909e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-63fe4ae3-275f-43bb-8a13-889b0e5f909e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-63fe4ae3-275f-43bb-8a13-889b0e5f909e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-63fe4ae3-275f-43bb-8a13-889b0e5f909e.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-63fe4ae3-275f-43bb-8a13-889b0e5f909e .shogun-image-content {
  
    align-items: center;
  
}

.s-63fe4ae3-275f-43bb-8a13-889b0e5f909e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63fe4ae3-275f-43bb-8a13-889b0e5f909e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63fe4ae3-275f-43bb-8a13-889b0e5f909e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-63fe4ae3-275f-43bb-8a13-889b0e5f909e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-63fe4ae3-275f-43bb-8a13-889b0e5f909e.shogun-image-container {
      position: relative;
    }

    .s-63fe4ae3-275f-43bb-8a13-889b0e5f909e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63fe4ae3-275f-43bb-8a13-889b0e5f909e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63fe4ae3-275f-43bb-8a13-889b0e5f909e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-63fe4ae3-275f-43bb-8a13-889b0e5f909e {
  
  
  
  
}

#s-63fe4ae3-275f-43bb-8a13-889b0e5f909e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-63fe4ae3-275f-43bb-8a13-889b0e5f909e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-63fe4ae3-275f-43bb-8a13-889b0e5f909e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-63fe4ae3-275f-43bb-8a13-889b0e5f909e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-63fe4ae3-275f-43bb-8a13-889b0e5f909e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-63fe4ae3-275f-43bb-8a13-889b0e5f909e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-63fe4ae3-275f-43bb-8a13-889b0e5f909e.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-63fe4ae3-275f-43bb-8a13-889b0e5f909e .shogun-image-content {
  
    align-items: center;
  
}

.s-63fe4ae3-275f-43bb-8a13-889b0e5f909e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63fe4ae3-275f-43bb-8a13-889b0e5f909e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63fe4ae3-275f-43bb-8a13-889b0e5f909e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-63fe4ae3-275f-43bb-8a13-889b0e5f909e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-63fe4ae3-275f-43bb-8a13-889b0e5f909e.shogun-image-container {
      position: relative;
    }

    .s-63fe4ae3-275f-43bb-8a13-889b0e5f909e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63fe4ae3-275f-43bb-8a13-889b0e5f909e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63fe4ae3-275f-43bb-8a13-889b0e5f909e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-63fe4ae3-275f-43bb-8a13-889b0e5f909e {
  
  
  
  
}

#s-63fe4ae3-275f-43bb-8a13-889b0e5f909e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-63fe4ae3-275f-43bb-8a13-889b0e5f909e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-63fe4ae3-275f-43bb-8a13-889b0e5f909e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-63fe4ae3-275f-43bb-8a13-889b0e5f909e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-63fe4ae3-275f-43bb-8a13-889b0e5f909e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-63fe4ae3-275f-43bb-8a13-889b0e5f909e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-63fe4ae3-275f-43bb-8a13-889b0e5f909e.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-63fe4ae3-275f-43bb-8a13-889b0e5f909e .shogun-image-content {
  
    align-items: center;
  
}

.s-63fe4ae3-275f-43bb-8a13-889b0e5f909e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63fe4ae3-275f-43bb-8a13-889b0e5f909e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63fe4ae3-275f-43bb-8a13-889b0e5f909e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-63fe4ae3-275f-43bb-8a13-889b0e5f909e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-63fe4ae3-275f-43bb-8a13-889b0e5f909e.shogun-image-container {
      position: relative;
    }

    .s-63fe4ae3-275f-43bb-8a13-889b0e5f909e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63fe4ae3-275f-43bb-8a13-889b0e5f909e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63fe4ae3-275f-43bb-8a13-889b0e5f909e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-72f382c3-5c21-4dbc-a694-dd38122ad202 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 3px;
padding-left: 0%;
padding-bottom: 3px;
padding-right: 0%;
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;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-72f382c3-5c21-4dbc-a694-dd38122ad202 .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-69beb990-7583-46d6-bb73-12de828cca5c {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.35);
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
border-radius: 10px;
min-height: 225px;
}








#s-69beb990-7583-46d6-bb73-12de828cca5c > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-69beb990-7583-46d6-bb73-12de828cca5c {
  cursor: pointer;
}#s-69beb990-7583-46d6-bb73-12de828cca5c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739 .shogun-image-content {
  
    align-items: center;
  
}

.s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739.shogun-image-container {
      position: relative;
    }

    .s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739 {
  
  
  
  
}

#s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739 .shogun-image-content {
  
    align-items: center;
  
}

.s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739.shogun-image-container {
      position: relative;
    }

    .s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739 {
  
  
  
  
}

#s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739 .shogun-image-content {
  
    align-items: center;
  
}

.s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739.shogun-image-container {
      position: relative;
    }

    .s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739 {
  
  
  
  
}

#s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739 .shogun-image-content {
  
    align-items: center;
  
}

.s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739.shogun-image-container {
      position: relative;
    }

    .s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739 {
  
  
  
  
}

#s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739 .shogun-image-content {
  
    align-items: center;
  
}

.s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739.shogun-image-container {
      position: relative;
    }

    .s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c5ed87f5-359d-4635-bf35-0ca1e2f1c739 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-3ab14550-f348-4612-ae24-d3846336bf8d {
  margin-left: 0%;
padding-top: 3px;
padding-left: 0%;
padding-bottom: 3px;
padding-right: 0%;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-3ab14550-f348-4612-ae24-d3846336bf8d .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-549ed520-2323-45b6-b083-3be114ef5789 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.35);
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
border-radius: 10px;
min-height: 225px;
opacity: 1;
}








#s-549ed520-2323-45b6-b083-3be114ef5789 > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-549ed520-2323-45b6-b083-3be114ef5789 {
  cursor: pointer;
}#s-549ed520-2323-45b6-b083-3be114ef5789.shg-box.shg-c {
  justify-content: flex-start;
}

#s-97f09f50-6685-497f-9a52-30e12ea85edc {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-97f09f50-6685-497f-9a52-30e12ea85edc {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-97f09f50-6685-497f-9a52-30e12ea85edc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-97f09f50-6685-497f-9a52-30e12ea85edc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-97f09f50-6685-497f-9a52-30e12ea85edc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-97f09f50-6685-497f-9a52-30e12ea85edc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-97f09f50-6685-497f-9a52-30e12ea85edc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-97f09f50-6685-497f-9a52-30e12ea85edc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-97f09f50-6685-497f-9a52-30e12ea85edc.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-97f09f50-6685-497f-9a52-30e12ea85edc .shogun-image-content {
  
    align-items: center;
  
}

.s-97f09f50-6685-497f-9a52-30e12ea85edc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97f09f50-6685-497f-9a52-30e12ea85edc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97f09f50-6685-497f-9a52-30e12ea85edc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-97f09f50-6685-497f-9a52-30e12ea85edc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-97f09f50-6685-497f-9a52-30e12ea85edc.shogun-image-container {
      position: relative;
    }

    .s-97f09f50-6685-497f-9a52-30e12ea85edc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-97f09f50-6685-497f-9a52-30e12ea85edc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-97f09f50-6685-497f-9a52-30e12ea85edc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-97f09f50-6685-497f-9a52-30e12ea85edc {
  
  
  
  
}

#s-97f09f50-6685-497f-9a52-30e12ea85edc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-97f09f50-6685-497f-9a52-30e12ea85edc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-97f09f50-6685-497f-9a52-30e12ea85edc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-97f09f50-6685-497f-9a52-30e12ea85edc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-97f09f50-6685-497f-9a52-30e12ea85edc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-97f09f50-6685-497f-9a52-30e12ea85edc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-97f09f50-6685-497f-9a52-30e12ea85edc.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-97f09f50-6685-497f-9a52-30e12ea85edc .shogun-image-content {
  
    align-items: center;
  
}

.s-97f09f50-6685-497f-9a52-30e12ea85edc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97f09f50-6685-497f-9a52-30e12ea85edc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97f09f50-6685-497f-9a52-30e12ea85edc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-97f09f50-6685-497f-9a52-30e12ea85edc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-97f09f50-6685-497f-9a52-30e12ea85edc.shogun-image-container {
      position: relative;
    }

    .s-97f09f50-6685-497f-9a52-30e12ea85edc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-97f09f50-6685-497f-9a52-30e12ea85edc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-97f09f50-6685-497f-9a52-30e12ea85edc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-97f09f50-6685-497f-9a52-30e12ea85edc {
  
  
  
  
}

#s-97f09f50-6685-497f-9a52-30e12ea85edc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-97f09f50-6685-497f-9a52-30e12ea85edc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-97f09f50-6685-497f-9a52-30e12ea85edc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-97f09f50-6685-497f-9a52-30e12ea85edc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-97f09f50-6685-497f-9a52-30e12ea85edc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-97f09f50-6685-497f-9a52-30e12ea85edc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-97f09f50-6685-497f-9a52-30e12ea85edc.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-97f09f50-6685-497f-9a52-30e12ea85edc .shogun-image-content {
  
    align-items: center;
  
}

.s-97f09f50-6685-497f-9a52-30e12ea85edc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97f09f50-6685-497f-9a52-30e12ea85edc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97f09f50-6685-497f-9a52-30e12ea85edc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-97f09f50-6685-497f-9a52-30e12ea85edc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-97f09f50-6685-497f-9a52-30e12ea85edc.shogun-image-container {
      position: relative;
    }

    .s-97f09f50-6685-497f-9a52-30e12ea85edc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-97f09f50-6685-497f-9a52-30e12ea85edc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-97f09f50-6685-497f-9a52-30e12ea85edc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-97f09f50-6685-497f-9a52-30e12ea85edc {
  
  
  
  
}

#s-97f09f50-6685-497f-9a52-30e12ea85edc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-97f09f50-6685-497f-9a52-30e12ea85edc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-97f09f50-6685-497f-9a52-30e12ea85edc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-97f09f50-6685-497f-9a52-30e12ea85edc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-97f09f50-6685-497f-9a52-30e12ea85edc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-97f09f50-6685-497f-9a52-30e12ea85edc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-97f09f50-6685-497f-9a52-30e12ea85edc.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-97f09f50-6685-497f-9a52-30e12ea85edc .shogun-image-content {
  
    align-items: center;
  
}

.s-97f09f50-6685-497f-9a52-30e12ea85edc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97f09f50-6685-497f-9a52-30e12ea85edc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97f09f50-6685-497f-9a52-30e12ea85edc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-97f09f50-6685-497f-9a52-30e12ea85edc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-97f09f50-6685-497f-9a52-30e12ea85edc.shogun-image-container {
      position: relative;
    }

    .s-97f09f50-6685-497f-9a52-30e12ea85edc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-97f09f50-6685-497f-9a52-30e12ea85edc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-97f09f50-6685-497f-9a52-30e12ea85edc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-97f09f50-6685-497f-9a52-30e12ea85edc {
  
  
  
  
}

#s-97f09f50-6685-497f-9a52-30e12ea85edc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-97f09f50-6685-497f-9a52-30e12ea85edc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-97f09f50-6685-497f-9a52-30e12ea85edc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-97f09f50-6685-497f-9a52-30e12ea85edc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-97f09f50-6685-497f-9a52-30e12ea85edc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-97f09f50-6685-497f-9a52-30e12ea85edc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-97f09f50-6685-497f-9a52-30e12ea85edc.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-97f09f50-6685-497f-9a52-30e12ea85edc .shogun-image-content {
  
    align-items: center;
  
}

.s-97f09f50-6685-497f-9a52-30e12ea85edc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97f09f50-6685-497f-9a52-30e12ea85edc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97f09f50-6685-497f-9a52-30e12ea85edc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-97f09f50-6685-497f-9a52-30e12ea85edc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-97f09f50-6685-497f-9a52-30e12ea85edc.shogun-image-container {
      position: relative;
    }

    .s-97f09f50-6685-497f-9a52-30e12ea85edc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-97f09f50-6685-497f-9a52-30e12ea85edc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-97f09f50-6685-497f-9a52-30e12ea85edc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-30941903-be8b-473a-930d-714da5973b72 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 3px;
padding-left: 0%;
padding-bottom: 3px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 0px;
text-align: left;
background-color: rgba(255, 255, 255, 0);
}

#s-30941903-be8b-473a-930d-714da5973b72 .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-a0dcbf76-8b83-4aed-b097-c8f68828b6ed {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.35);
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
border-radius: 10px;
min-height: 225px;
}








#s-a0dcbf76-8b83-4aed-b097-c8f68828b6ed > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-a0dcbf76-8b83-4aed-b097-c8f68828b6ed {
  cursor: pointer;
}#s-a0dcbf76-8b83-4aed-b097-c8f68828b6ed.shg-box.shg-c {
  justify-content: flex-start;
}

#s-eb63b226-1ff2-4781-9d21-0040a01f83be {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-eb63b226-1ff2-4781-9d21-0040a01f83be {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-eb63b226-1ff2-4781-9d21-0040a01f83be {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eb63b226-1ff2-4781-9d21-0040a01f83be .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-eb63b226-1ff2-4781-9d21-0040a01f83be .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eb63b226-1ff2-4781-9d21-0040a01f83be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eb63b226-1ff2-4781-9d21-0040a01f83be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eb63b226-1ff2-4781-9d21-0040a01f83be img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-eb63b226-1ff2-4781-9d21-0040a01f83be.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-eb63b226-1ff2-4781-9d21-0040a01f83be .shogun-image-content {
  
    align-items: center;
  
}

.s-eb63b226-1ff2-4781-9d21-0040a01f83be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb63b226-1ff2-4781-9d21-0040a01f83be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb63b226-1ff2-4781-9d21-0040a01f83be.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eb63b226-1ff2-4781-9d21-0040a01f83be {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eb63b226-1ff2-4781-9d21-0040a01f83be.shogun-image-container {
      position: relative;
    }

    .s-eb63b226-1ff2-4781-9d21-0040a01f83be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb63b226-1ff2-4781-9d21-0040a01f83be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb63b226-1ff2-4781-9d21-0040a01f83be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-eb63b226-1ff2-4781-9d21-0040a01f83be {
  
  
  
  
}

#s-eb63b226-1ff2-4781-9d21-0040a01f83be {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eb63b226-1ff2-4781-9d21-0040a01f83be .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-eb63b226-1ff2-4781-9d21-0040a01f83be .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eb63b226-1ff2-4781-9d21-0040a01f83be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eb63b226-1ff2-4781-9d21-0040a01f83be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eb63b226-1ff2-4781-9d21-0040a01f83be img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-eb63b226-1ff2-4781-9d21-0040a01f83be.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-eb63b226-1ff2-4781-9d21-0040a01f83be .shogun-image-content {
  
    align-items: center;
  
}

.s-eb63b226-1ff2-4781-9d21-0040a01f83be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb63b226-1ff2-4781-9d21-0040a01f83be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb63b226-1ff2-4781-9d21-0040a01f83be.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eb63b226-1ff2-4781-9d21-0040a01f83be {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eb63b226-1ff2-4781-9d21-0040a01f83be.shogun-image-container {
      position: relative;
    }

    .s-eb63b226-1ff2-4781-9d21-0040a01f83be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb63b226-1ff2-4781-9d21-0040a01f83be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb63b226-1ff2-4781-9d21-0040a01f83be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-eb63b226-1ff2-4781-9d21-0040a01f83be {
  
  
  
  
}

#s-eb63b226-1ff2-4781-9d21-0040a01f83be {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eb63b226-1ff2-4781-9d21-0040a01f83be .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-eb63b226-1ff2-4781-9d21-0040a01f83be .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eb63b226-1ff2-4781-9d21-0040a01f83be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eb63b226-1ff2-4781-9d21-0040a01f83be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eb63b226-1ff2-4781-9d21-0040a01f83be img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-eb63b226-1ff2-4781-9d21-0040a01f83be.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-eb63b226-1ff2-4781-9d21-0040a01f83be .shogun-image-content {
  
    align-items: center;
  
}

.s-eb63b226-1ff2-4781-9d21-0040a01f83be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb63b226-1ff2-4781-9d21-0040a01f83be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb63b226-1ff2-4781-9d21-0040a01f83be.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eb63b226-1ff2-4781-9d21-0040a01f83be {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eb63b226-1ff2-4781-9d21-0040a01f83be.shogun-image-container {
      position: relative;
    }

    .s-eb63b226-1ff2-4781-9d21-0040a01f83be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb63b226-1ff2-4781-9d21-0040a01f83be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb63b226-1ff2-4781-9d21-0040a01f83be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-eb63b226-1ff2-4781-9d21-0040a01f83be {
  
  
  
  
}

#s-eb63b226-1ff2-4781-9d21-0040a01f83be {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eb63b226-1ff2-4781-9d21-0040a01f83be .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-eb63b226-1ff2-4781-9d21-0040a01f83be .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eb63b226-1ff2-4781-9d21-0040a01f83be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eb63b226-1ff2-4781-9d21-0040a01f83be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eb63b226-1ff2-4781-9d21-0040a01f83be img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-eb63b226-1ff2-4781-9d21-0040a01f83be.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-eb63b226-1ff2-4781-9d21-0040a01f83be .shogun-image-content {
  
    align-items: center;
  
}

.s-eb63b226-1ff2-4781-9d21-0040a01f83be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb63b226-1ff2-4781-9d21-0040a01f83be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb63b226-1ff2-4781-9d21-0040a01f83be.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eb63b226-1ff2-4781-9d21-0040a01f83be {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eb63b226-1ff2-4781-9d21-0040a01f83be.shogun-image-container {
      position: relative;
    }

    .s-eb63b226-1ff2-4781-9d21-0040a01f83be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb63b226-1ff2-4781-9d21-0040a01f83be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb63b226-1ff2-4781-9d21-0040a01f83be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-eb63b226-1ff2-4781-9d21-0040a01f83be {
  
  
  
  
}

#s-eb63b226-1ff2-4781-9d21-0040a01f83be {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eb63b226-1ff2-4781-9d21-0040a01f83be .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-eb63b226-1ff2-4781-9d21-0040a01f83be .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eb63b226-1ff2-4781-9d21-0040a01f83be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eb63b226-1ff2-4781-9d21-0040a01f83be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eb63b226-1ff2-4781-9d21-0040a01f83be img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-eb63b226-1ff2-4781-9d21-0040a01f83be.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-eb63b226-1ff2-4781-9d21-0040a01f83be .shogun-image-content {
  
    align-items: center;
  
}

.s-eb63b226-1ff2-4781-9d21-0040a01f83be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb63b226-1ff2-4781-9d21-0040a01f83be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb63b226-1ff2-4781-9d21-0040a01f83be.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eb63b226-1ff2-4781-9d21-0040a01f83be {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eb63b226-1ff2-4781-9d21-0040a01f83be.shogun-image-container {
      position: relative;
    }

    .s-eb63b226-1ff2-4781-9d21-0040a01f83be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb63b226-1ff2-4781-9d21-0040a01f83be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb63b226-1ff2-4781-9d21-0040a01f83be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-0a905180-eb48-4aa5-99a0-524f2cc186d0 {
  padding-top: 3px;
padding-left: 0%;
padding-bottom: 3px;
padding-right: 0%;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-0a905180-eb48-4aa5-99a0-524f2cc186d0 .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-8b8e263d-42c6-412d-93b0-fce12cb72c0a {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.35);
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
border-radius: 10px;
min-height: 225px;
}








#s-8b8e263d-42c6-412d-93b0-fce12cb72c0a > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-8b8e263d-42c6-412d-93b0-fce12cb72c0a {
  cursor: pointer;
}#s-8b8e263d-42c6-412d-93b0-fce12cb72c0a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9e960ec9-e671-4ee0-82dd-0226792c32f3 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-9e960ec9-e671-4ee0-82dd-0226792c32f3 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-9e960ec9-e671-4ee0-82dd-0226792c32f3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9e960ec9-e671-4ee0-82dd-0226792c32f3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9e960ec9-e671-4ee0-82dd-0226792c32f3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9e960ec9-e671-4ee0-82dd-0226792c32f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9e960ec9-e671-4ee0-82dd-0226792c32f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9e960ec9-e671-4ee0-82dd-0226792c32f3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-9e960ec9-e671-4ee0-82dd-0226792c32f3.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-9e960ec9-e671-4ee0-82dd-0226792c32f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-9e960ec9-e671-4ee0-82dd-0226792c32f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e960ec9-e671-4ee0-82dd-0226792c32f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e960ec9-e671-4ee0-82dd-0226792c32f3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9e960ec9-e671-4ee0-82dd-0226792c32f3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9e960ec9-e671-4ee0-82dd-0226792c32f3.shogun-image-container {
      position: relative;
    }

    .s-9e960ec9-e671-4ee0-82dd-0226792c32f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9e960ec9-e671-4ee0-82dd-0226792c32f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9e960ec9-e671-4ee0-82dd-0226792c32f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9e960ec9-e671-4ee0-82dd-0226792c32f3 {
  
  
  
  
}

#s-9e960ec9-e671-4ee0-82dd-0226792c32f3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9e960ec9-e671-4ee0-82dd-0226792c32f3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9e960ec9-e671-4ee0-82dd-0226792c32f3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9e960ec9-e671-4ee0-82dd-0226792c32f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9e960ec9-e671-4ee0-82dd-0226792c32f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9e960ec9-e671-4ee0-82dd-0226792c32f3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-9e960ec9-e671-4ee0-82dd-0226792c32f3.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-9e960ec9-e671-4ee0-82dd-0226792c32f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-9e960ec9-e671-4ee0-82dd-0226792c32f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e960ec9-e671-4ee0-82dd-0226792c32f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e960ec9-e671-4ee0-82dd-0226792c32f3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9e960ec9-e671-4ee0-82dd-0226792c32f3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9e960ec9-e671-4ee0-82dd-0226792c32f3.shogun-image-container {
      position: relative;
    }

    .s-9e960ec9-e671-4ee0-82dd-0226792c32f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9e960ec9-e671-4ee0-82dd-0226792c32f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9e960ec9-e671-4ee0-82dd-0226792c32f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-9e960ec9-e671-4ee0-82dd-0226792c32f3 {
  
  
  
  
}

#s-9e960ec9-e671-4ee0-82dd-0226792c32f3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9e960ec9-e671-4ee0-82dd-0226792c32f3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9e960ec9-e671-4ee0-82dd-0226792c32f3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9e960ec9-e671-4ee0-82dd-0226792c32f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9e960ec9-e671-4ee0-82dd-0226792c32f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9e960ec9-e671-4ee0-82dd-0226792c32f3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-9e960ec9-e671-4ee0-82dd-0226792c32f3.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-9e960ec9-e671-4ee0-82dd-0226792c32f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-9e960ec9-e671-4ee0-82dd-0226792c32f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e960ec9-e671-4ee0-82dd-0226792c32f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e960ec9-e671-4ee0-82dd-0226792c32f3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9e960ec9-e671-4ee0-82dd-0226792c32f3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9e960ec9-e671-4ee0-82dd-0226792c32f3.shogun-image-container {
      position: relative;
    }

    .s-9e960ec9-e671-4ee0-82dd-0226792c32f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9e960ec9-e671-4ee0-82dd-0226792c32f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9e960ec9-e671-4ee0-82dd-0226792c32f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-9e960ec9-e671-4ee0-82dd-0226792c32f3 {
  
  
  
  
}

#s-9e960ec9-e671-4ee0-82dd-0226792c32f3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9e960ec9-e671-4ee0-82dd-0226792c32f3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9e960ec9-e671-4ee0-82dd-0226792c32f3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9e960ec9-e671-4ee0-82dd-0226792c32f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9e960ec9-e671-4ee0-82dd-0226792c32f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9e960ec9-e671-4ee0-82dd-0226792c32f3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-9e960ec9-e671-4ee0-82dd-0226792c32f3.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-9e960ec9-e671-4ee0-82dd-0226792c32f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-9e960ec9-e671-4ee0-82dd-0226792c32f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e960ec9-e671-4ee0-82dd-0226792c32f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e960ec9-e671-4ee0-82dd-0226792c32f3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9e960ec9-e671-4ee0-82dd-0226792c32f3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9e960ec9-e671-4ee0-82dd-0226792c32f3.shogun-image-container {
      position: relative;
    }

    .s-9e960ec9-e671-4ee0-82dd-0226792c32f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9e960ec9-e671-4ee0-82dd-0226792c32f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9e960ec9-e671-4ee0-82dd-0226792c32f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-9e960ec9-e671-4ee0-82dd-0226792c32f3 {
  
  
  
  
}

#s-9e960ec9-e671-4ee0-82dd-0226792c32f3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9e960ec9-e671-4ee0-82dd-0226792c32f3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9e960ec9-e671-4ee0-82dd-0226792c32f3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9e960ec9-e671-4ee0-82dd-0226792c32f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9e960ec9-e671-4ee0-82dd-0226792c32f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9e960ec9-e671-4ee0-82dd-0226792c32f3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-9e960ec9-e671-4ee0-82dd-0226792c32f3.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-9e960ec9-e671-4ee0-82dd-0226792c32f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-9e960ec9-e671-4ee0-82dd-0226792c32f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e960ec9-e671-4ee0-82dd-0226792c32f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e960ec9-e671-4ee0-82dd-0226792c32f3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9e960ec9-e671-4ee0-82dd-0226792c32f3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9e960ec9-e671-4ee0-82dd-0226792c32f3.shogun-image-container {
      position: relative;
    }

    .s-9e960ec9-e671-4ee0-82dd-0226792c32f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9e960ec9-e671-4ee0-82dd-0226792c32f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9e960ec9-e671-4ee0-82dd-0226792c32f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-51fb3c28-a77b-4c47-bacf-c620ddbeff78 {
  padding-top: 3px;
padding-left: 0%;
padding-bottom: 3px;
padding-right: 0%;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-51fb3c28-a77b-4c47-bacf-c620ddbeff78 .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-c4008e2f-1221-4871-80c9-92561cc94bbc {
  box-shadow:3px 3px 10px 3px rgba(0, 0, 0, 0.15);
margin-top: 30px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 2%;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(77, 88, 88, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
max-width: 1388px;
background-color: rgba(255, 255, 255, 0.95);
}








#s-c4008e2f-1221-4871-80c9-92561cc94bbc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c4008e2f-1221-4871-80c9-92561cc94bbc.shg-box.shg-c {
  justify-content: center;
}

#s-8a8f413f-3abb-4839-a138-e5ce2075b54d {
  margin-left: auto;
margin-right: auto;
padding-left: 15%;
padding-right: 15%;
}

@media (min-width: 0px) {
[id="s-8a8f413f-3abb-4839-a138-e5ce2075b54d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8a8f413f-3abb-4839-a138-e5ce2075b54d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-8a8f413f-3abb-4839-a138-e5ce2075b54d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-8a8f413f-3abb-4839-a138-e5ce2075b54d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-8a8f413f-3abb-4839-a138-e5ce2075b54d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-8a8f413f-3abb-4839-a138-e5ce2075b54d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-8a8f413f-3abb-4839-a138-e5ce2075b54d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

}

#s-677d8051-fb86-4daa-92ab-9982700ca9fb {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: right;
}
@media (max-width: 767px){#s-677d8051-fb86-4daa-92ab-9982700ca9fb {
  display: none;
}
#s-677d8051-fb86-4daa-92ab-9982700ca9fb, #wrap-s-677d8051-fb86-4daa-92ab-9982700ca9fb { display: none !important; }}


.shg-image-margin-container-s-677d8051-fb86-4daa-92ab-9982700ca9fb {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-677d8051-fb86-4daa-92ab-9982700ca9fb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-677d8051-fb86-4daa-92ab-9982700ca9fb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-677d8051-fb86-4daa-92ab-9982700ca9fb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-677d8051-fb86-4daa-92ab-9982700ca9fb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-677d8051-fb86-4daa-92ab-9982700ca9fb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-677d8051-fb86-4daa-92ab-9982700ca9fb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-677d8051-fb86-4daa-92ab-9982700ca9fb.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-677d8051-fb86-4daa-92ab-9982700ca9fb .shogun-image-content {
  
    align-items: center;
  
}

.s-677d8051-fb86-4daa-92ab-9982700ca9fb.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-677d8051-fb86-4daa-92ab-9982700ca9fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-677d8051-fb86-4daa-92ab-9982700ca9fb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-677d8051-fb86-4daa-92ab-9982700ca9fb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-677d8051-fb86-4daa-92ab-9982700ca9fb.shogun-image-container {
      position: relative;
    }

    .s-677d8051-fb86-4daa-92ab-9982700ca9fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-677d8051-fb86-4daa-92ab-9982700ca9fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-677d8051-fb86-4daa-92ab-9982700ca9fb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-677d8051-fb86-4daa-92ab-9982700ca9fb {
  
  
  
  
}

#s-677d8051-fb86-4daa-92ab-9982700ca9fb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-677d8051-fb86-4daa-92ab-9982700ca9fb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-677d8051-fb86-4daa-92ab-9982700ca9fb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-677d8051-fb86-4daa-92ab-9982700ca9fb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-677d8051-fb86-4daa-92ab-9982700ca9fb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-677d8051-fb86-4daa-92ab-9982700ca9fb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-677d8051-fb86-4daa-92ab-9982700ca9fb.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-677d8051-fb86-4daa-92ab-9982700ca9fb .shogun-image-content {
  
    align-items: center;
  
}

.s-677d8051-fb86-4daa-92ab-9982700ca9fb.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-677d8051-fb86-4daa-92ab-9982700ca9fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-677d8051-fb86-4daa-92ab-9982700ca9fb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-677d8051-fb86-4daa-92ab-9982700ca9fb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-677d8051-fb86-4daa-92ab-9982700ca9fb.shogun-image-container {
      position: relative;
    }

    .s-677d8051-fb86-4daa-92ab-9982700ca9fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-677d8051-fb86-4daa-92ab-9982700ca9fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-677d8051-fb86-4daa-92ab-9982700ca9fb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-677d8051-fb86-4daa-92ab-9982700ca9fb {
  
  
  
  
}

#s-677d8051-fb86-4daa-92ab-9982700ca9fb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-677d8051-fb86-4daa-92ab-9982700ca9fb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-677d8051-fb86-4daa-92ab-9982700ca9fb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-677d8051-fb86-4daa-92ab-9982700ca9fb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-677d8051-fb86-4daa-92ab-9982700ca9fb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-677d8051-fb86-4daa-92ab-9982700ca9fb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-677d8051-fb86-4daa-92ab-9982700ca9fb.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-677d8051-fb86-4daa-92ab-9982700ca9fb .shogun-image-content {
  
    align-items: center;
  
}

.s-677d8051-fb86-4daa-92ab-9982700ca9fb.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-677d8051-fb86-4daa-92ab-9982700ca9fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-677d8051-fb86-4daa-92ab-9982700ca9fb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-677d8051-fb86-4daa-92ab-9982700ca9fb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-677d8051-fb86-4daa-92ab-9982700ca9fb.shogun-image-container {
      position: relative;
    }

    .s-677d8051-fb86-4daa-92ab-9982700ca9fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-677d8051-fb86-4daa-92ab-9982700ca9fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-677d8051-fb86-4daa-92ab-9982700ca9fb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-677d8051-fb86-4daa-92ab-9982700ca9fb {
  
  
  
  
}

#s-677d8051-fb86-4daa-92ab-9982700ca9fb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-677d8051-fb86-4daa-92ab-9982700ca9fb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-677d8051-fb86-4daa-92ab-9982700ca9fb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-677d8051-fb86-4daa-92ab-9982700ca9fb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-677d8051-fb86-4daa-92ab-9982700ca9fb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-677d8051-fb86-4daa-92ab-9982700ca9fb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-677d8051-fb86-4daa-92ab-9982700ca9fb.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-677d8051-fb86-4daa-92ab-9982700ca9fb .shogun-image-content {
  
    align-items: center;
  
}

.s-677d8051-fb86-4daa-92ab-9982700ca9fb.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-677d8051-fb86-4daa-92ab-9982700ca9fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-677d8051-fb86-4daa-92ab-9982700ca9fb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-677d8051-fb86-4daa-92ab-9982700ca9fb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-677d8051-fb86-4daa-92ab-9982700ca9fb.shogun-image-container {
      position: relative;
    }

    .s-677d8051-fb86-4daa-92ab-9982700ca9fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-677d8051-fb86-4daa-92ab-9982700ca9fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-677d8051-fb86-4daa-92ab-9982700ca9fb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-677d8051-fb86-4daa-92ab-9982700ca9fb {
  
  
  
  
}

#s-677d8051-fb86-4daa-92ab-9982700ca9fb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-677d8051-fb86-4daa-92ab-9982700ca9fb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-677d8051-fb86-4daa-92ab-9982700ca9fb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-677d8051-fb86-4daa-92ab-9982700ca9fb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-677d8051-fb86-4daa-92ab-9982700ca9fb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-677d8051-fb86-4daa-92ab-9982700ca9fb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-677d8051-fb86-4daa-92ab-9982700ca9fb.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-677d8051-fb86-4daa-92ab-9982700ca9fb .shogun-image-content {
  
    align-items: center;
  
}

.s-677d8051-fb86-4daa-92ab-9982700ca9fb.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-677d8051-fb86-4daa-92ab-9982700ca9fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-677d8051-fb86-4daa-92ab-9982700ca9fb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-677d8051-fb86-4daa-92ab-9982700ca9fb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-677d8051-fb86-4daa-92ab-9982700ca9fb.shogun-image-container {
      position: relative;
    }

    .s-677d8051-fb86-4daa-92ab-9982700ca9fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-677d8051-fb86-4daa-92ab-9982700ca9fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-677d8051-fb86-4daa-92ab-9982700ca9fb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-cf909735-5e98-41bf-bf34-4edbec68fb2d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-cf909735-5e98-41bf-bf34-4edbec68fb2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cf909735-5e98-41bf-bf34-4edbec68fb2d.shg-box.shg-c {
  justify-content: center;
}

#s-0d764bf7-e2f2-4d62-8bd8-0932b1d56e79 {
  margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 15px;
padding-bottom: 15px;
text-align: left;
background-color: rgba(77, 88, 88, 0);
}

#s-0d764bf7-e2f2-4d62-8bd8-0932b1d56e79 .shogun-heading-component h3 {
  color: rgba(22, 64, 111, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-533ea30e-0469-4182-a9f4-ea2492a9b904 {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
}

#s-d2f1234a-d6bd-4000-9c6a-50719e4888a4 {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
}

@media (min-width: 0px) {
[id="s-d2f1234a-d6bd-4000-9c6a-50719e4888a4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d2f1234a-d6bd-4000-9c6a-50719e4888a4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d2f1234a-d6bd-4000-9c6a-50719e4888a4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d2f1234a-d6bd-4000-9c6a-50719e4888a4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-1dd7a514-71f1-4afe-bc9b-ecc048534ec1 {
  box-shadow:3px 3px 10px 3px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(22, 64, 111, 1);
border-style: solid;
border-radius: 10px;
min-height: 250px;
background-position: center center;
background-attachment: scroll;
}








#s-1dd7a514-71f1-4afe-bc9b-ecc048534ec1 > .shg-box-overlay {
  background-color: rgba(22, 64, 111, 1);
  opacity: 0.6;
  display: block;
}#s-1dd7a514-71f1-4afe-bc9b-ecc048534ec1 {
  cursor: pointer;
}#s-1dd7a514-71f1-4afe-bc9b-ecc048534ec1.shg-box.shg-c {
  justify-content: flex-end;
}

#s-a8114c86-6fe5-4f85-ad37-ded1b8207f33 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-a8114c86-6fe5-4f85-ad37-ded1b8207f33 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}



#s-b2f5c923-769f-47c5-b31a-7977bf42cc90 {
  margin-top: 15px;
margin-right: auto;
max-width: 75px;
aspect-ratio: 1/1;
text-align: left;
}



.shg-image-margin-container-s-b2f5c923-769f-47c5-b31a-7977bf42cc90 {
  
  margin-right: auto;
  margin-top: 15px;
  
}

#s-b2f5c923-769f-47c5-b31a-7977bf42cc90 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b2f5c923-769f-47c5-b31a-7977bf42cc90 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b2f5c923-769f-47c5-b31a-7977bf42cc90 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b2f5c923-769f-47c5-b31a-7977bf42cc90 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b2f5c923-769f-47c5-b31a-7977bf42cc90.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b2f5c923-769f-47c5-b31a-7977bf42cc90 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-b2f5c923-769f-47c5-b31a-7977bf42cc90.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-b2f5c923-769f-47c5-b31a-7977bf42cc90 .shogun-image-content {
  
    align-items: center;
  
}

.s-b2f5c923-769f-47c5-b31a-7977bf42cc90.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b2f5c923-769f-47c5-b31a-7977bf42cc90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2f5c923-769f-47c5-b31a-7977bf42cc90.shogun-image {
  box-sizing: border-box;
}


.s-b2f5c923-769f-47c5-b31a-7977bf42cc90 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-b2f5c923-769f-47c5-b31a-7977bf42cc90 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-b2f5c923-769f-47c5-b31a-7977bf42cc90 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-b2f5c923-769f-47c5-b31a-7977bf42cc90 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b2f5c923-769f-47c5-b31a-7977bf42cc90.shogun-image-container {
      position: relative;
    }

    .s-b2f5c923-769f-47c5-b31a-7977bf42cc90.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2f5c923-769f-47c5-b31a-7977bf42cc90.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2f5c923-769f-47c5-b31a-7977bf42cc90 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-b2f5c923-769f-47c5-b31a-7977bf42cc90 {
  
  
  
  
}

#s-b2f5c923-769f-47c5-b31a-7977bf42cc90 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b2f5c923-769f-47c5-b31a-7977bf42cc90 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b2f5c923-769f-47c5-b31a-7977bf42cc90 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b2f5c923-769f-47c5-b31a-7977bf42cc90 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b2f5c923-769f-47c5-b31a-7977bf42cc90.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b2f5c923-769f-47c5-b31a-7977bf42cc90 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-b2f5c923-769f-47c5-b31a-7977bf42cc90.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-b2f5c923-769f-47c5-b31a-7977bf42cc90 .shogun-image-content {
  
    align-items: center;
  
}

.s-b2f5c923-769f-47c5-b31a-7977bf42cc90.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b2f5c923-769f-47c5-b31a-7977bf42cc90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2f5c923-769f-47c5-b31a-7977bf42cc90.shogun-image {
  box-sizing: border-box;
}


.s-b2f5c923-769f-47c5-b31a-7977bf42cc90 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-b2f5c923-769f-47c5-b31a-7977bf42cc90 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-b2f5c923-769f-47c5-b31a-7977bf42cc90 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-b2f5c923-769f-47c5-b31a-7977bf42cc90 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b2f5c923-769f-47c5-b31a-7977bf42cc90.shogun-image-container {
      position: relative;
    }

    .s-b2f5c923-769f-47c5-b31a-7977bf42cc90.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2f5c923-769f-47c5-b31a-7977bf42cc90.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2f5c923-769f-47c5-b31a-7977bf42cc90 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

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

.shg-image-margin-container-s-b2f5c923-769f-47c5-b31a-7977bf42cc90 {
  
  
  
  
}

#s-b2f5c923-769f-47c5-b31a-7977bf42cc90 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b2f5c923-769f-47c5-b31a-7977bf42cc90 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b2f5c923-769f-47c5-b31a-7977bf42cc90 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b2f5c923-769f-47c5-b31a-7977bf42cc90 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b2f5c923-769f-47c5-b31a-7977bf42cc90.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b2f5c923-769f-47c5-b31a-7977bf42cc90 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-b2f5c923-769f-47c5-b31a-7977bf42cc90.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-b2f5c923-769f-47c5-b31a-7977bf42cc90 .shogun-image-content {
  
    align-items: center;
  
}

.s-b2f5c923-769f-47c5-b31a-7977bf42cc90.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b2f5c923-769f-47c5-b31a-7977bf42cc90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2f5c923-769f-47c5-b31a-7977bf42cc90.shogun-image {
  box-sizing: border-box;
}


.s-b2f5c923-769f-47c5-b31a-7977bf42cc90 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-b2f5c923-769f-47c5-b31a-7977bf42cc90 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-b2f5c923-769f-47c5-b31a-7977bf42cc90 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-b2f5c923-769f-47c5-b31a-7977bf42cc90 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b2f5c923-769f-47c5-b31a-7977bf42cc90.shogun-image-container {
      position: relative;
    }

    .s-b2f5c923-769f-47c5-b31a-7977bf42cc90.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2f5c923-769f-47c5-b31a-7977bf42cc90.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2f5c923-769f-47c5-b31a-7977bf42cc90 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

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

.shg-image-margin-container-s-b2f5c923-769f-47c5-b31a-7977bf42cc90 {
  
  
  
  
}

#s-b2f5c923-769f-47c5-b31a-7977bf42cc90 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b2f5c923-769f-47c5-b31a-7977bf42cc90 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b2f5c923-769f-47c5-b31a-7977bf42cc90 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b2f5c923-769f-47c5-b31a-7977bf42cc90 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b2f5c923-769f-47c5-b31a-7977bf42cc90.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b2f5c923-769f-47c5-b31a-7977bf42cc90 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-b2f5c923-769f-47c5-b31a-7977bf42cc90.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-b2f5c923-769f-47c5-b31a-7977bf42cc90 .shogun-image-content {
  
    align-items: center;
  
}

.s-b2f5c923-769f-47c5-b31a-7977bf42cc90.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b2f5c923-769f-47c5-b31a-7977bf42cc90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2f5c923-769f-47c5-b31a-7977bf42cc90.shogun-image {
  box-sizing: border-box;
}


.s-b2f5c923-769f-47c5-b31a-7977bf42cc90 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-b2f5c923-769f-47c5-b31a-7977bf42cc90 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-b2f5c923-769f-47c5-b31a-7977bf42cc90 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-b2f5c923-769f-47c5-b31a-7977bf42cc90 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b2f5c923-769f-47c5-b31a-7977bf42cc90.shogun-image-container {
      position: relative;
    }

    .s-b2f5c923-769f-47c5-b31a-7977bf42cc90.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2f5c923-769f-47c5-b31a-7977bf42cc90.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2f5c923-769f-47c5-b31a-7977bf42cc90 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

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

.shg-image-margin-container-s-b2f5c923-769f-47c5-b31a-7977bf42cc90 {
  
  
  
  
}

#s-b2f5c923-769f-47c5-b31a-7977bf42cc90 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b2f5c923-769f-47c5-b31a-7977bf42cc90 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b2f5c923-769f-47c5-b31a-7977bf42cc90 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b2f5c923-769f-47c5-b31a-7977bf42cc90 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b2f5c923-769f-47c5-b31a-7977bf42cc90.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b2f5c923-769f-47c5-b31a-7977bf42cc90 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-b2f5c923-769f-47c5-b31a-7977bf42cc90.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-b2f5c923-769f-47c5-b31a-7977bf42cc90 .shogun-image-content {
  
    align-items: center;
  
}

.s-b2f5c923-769f-47c5-b31a-7977bf42cc90.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b2f5c923-769f-47c5-b31a-7977bf42cc90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2f5c923-769f-47c5-b31a-7977bf42cc90.shogun-image {
  box-sizing: border-box;
}


.s-b2f5c923-769f-47c5-b31a-7977bf42cc90 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-b2f5c923-769f-47c5-b31a-7977bf42cc90 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-b2f5c923-769f-47c5-b31a-7977bf42cc90 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-b2f5c923-769f-47c5-b31a-7977bf42cc90 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b2f5c923-769f-47c5-b31a-7977bf42cc90.shogun-image-container {
      position: relative;
    }

    .s-b2f5c923-769f-47c5-b31a-7977bf42cc90.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2f5c923-769f-47c5-b31a-7977bf42cc90.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2f5c923-769f-47c5-b31a-7977bf42cc90 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}
#s-00acb43d-7467-4667-99c6-8d875bc69b88 {
  box-shadow:3px 3px 10px 3px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(22, 64, 111, 1);
border-style: solid;
border-radius: 10px;
min-height: 250px;
background-position: center center;
}








#s-00acb43d-7467-4667-99c6-8d875bc69b88 > .shg-box-overlay {
  background-color: rgba(22, 64, 111, 1);
  opacity: 0.6;
  display: block;
}#s-00acb43d-7467-4667-99c6-8d875bc69b88 {
  cursor: pointer;
}#s-00acb43d-7467-4667-99c6-8d875bc69b88.shg-box.shg-c {
  justify-content: flex-end;
}

#s-55257e9b-ddc5-4dda-b57e-c2df4d6b32c6 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-55257e9b-ddc5-4dda-b57e-c2df4d6b32c6 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}



#s-50e60c69-8f70-42b0-ab5b-ec92c11df54b {
  margin-top: 15px;
margin-right: auto;
max-width: 75px;
aspect-ratio: 1/1;
text-align: left;
}



.shg-image-margin-container-s-50e60c69-8f70-42b0-ab5b-ec92c11df54b {
  
  margin-right: auto;
  margin-top: 15px;
  
}

#s-50e60c69-8f70-42b0-ab5b-ec92c11df54b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-50e60c69-8f70-42b0-ab5b-ec92c11df54b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-50e60c69-8f70-42b0-ab5b-ec92c11df54b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-50e60c69-8f70-42b0-ab5b-ec92c11df54b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-50e60c69-8f70-42b0-ab5b-ec92c11df54b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-50e60c69-8f70-42b0-ab5b-ec92c11df54b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-50e60c69-8f70-42b0-ab5b-ec92c11df54b.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-50e60c69-8f70-42b0-ab5b-ec92c11df54b .shogun-image-content {
  
    align-items: center;
  
}

.s-50e60c69-8f70-42b0-ab5b-ec92c11df54b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-50e60c69-8f70-42b0-ab5b-ec92c11df54b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50e60c69-8f70-42b0-ab5b-ec92c11df54b.shogun-image {
  box-sizing: border-box;
}


.s-50e60c69-8f70-42b0-ab5b-ec92c11df54b .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-50e60c69-8f70-42b0-ab5b-ec92c11df54b .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-50e60c69-8f70-42b0-ab5b-ec92c11df54b .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-50e60c69-8f70-42b0-ab5b-ec92c11df54b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-50e60c69-8f70-42b0-ab5b-ec92c11df54b.shogun-image-container {
      position: relative;
    }

    .s-50e60c69-8f70-42b0-ab5b-ec92c11df54b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-50e60c69-8f70-42b0-ab5b-ec92c11df54b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-50e60c69-8f70-42b0-ab5b-ec92c11df54b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-50e60c69-8f70-42b0-ab5b-ec92c11df54b {
  
  
  
  
}

#s-50e60c69-8f70-42b0-ab5b-ec92c11df54b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-50e60c69-8f70-42b0-ab5b-ec92c11df54b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-50e60c69-8f70-42b0-ab5b-ec92c11df54b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-50e60c69-8f70-42b0-ab5b-ec92c11df54b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-50e60c69-8f70-42b0-ab5b-ec92c11df54b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-50e60c69-8f70-42b0-ab5b-ec92c11df54b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-50e60c69-8f70-42b0-ab5b-ec92c11df54b.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-50e60c69-8f70-42b0-ab5b-ec92c11df54b .shogun-image-content {
  
    align-items: center;
  
}

.s-50e60c69-8f70-42b0-ab5b-ec92c11df54b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-50e60c69-8f70-42b0-ab5b-ec92c11df54b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50e60c69-8f70-42b0-ab5b-ec92c11df54b.shogun-image {
  box-sizing: border-box;
}


.s-50e60c69-8f70-42b0-ab5b-ec92c11df54b .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-50e60c69-8f70-42b0-ab5b-ec92c11df54b .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-50e60c69-8f70-42b0-ab5b-ec92c11df54b .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-50e60c69-8f70-42b0-ab5b-ec92c11df54b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-50e60c69-8f70-42b0-ab5b-ec92c11df54b.shogun-image-container {
      position: relative;
    }

    .s-50e60c69-8f70-42b0-ab5b-ec92c11df54b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-50e60c69-8f70-42b0-ab5b-ec92c11df54b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-50e60c69-8f70-42b0-ab5b-ec92c11df54b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

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

.shg-image-margin-container-s-50e60c69-8f70-42b0-ab5b-ec92c11df54b {
  
  
  
  
}

#s-50e60c69-8f70-42b0-ab5b-ec92c11df54b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-50e60c69-8f70-42b0-ab5b-ec92c11df54b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-50e60c69-8f70-42b0-ab5b-ec92c11df54b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-50e60c69-8f70-42b0-ab5b-ec92c11df54b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-50e60c69-8f70-42b0-ab5b-ec92c11df54b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-50e60c69-8f70-42b0-ab5b-ec92c11df54b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-50e60c69-8f70-42b0-ab5b-ec92c11df54b.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-50e60c69-8f70-42b0-ab5b-ec92c11df54b .shogun-image-content {
  
    align-items: center;
  
}

.s-50e60c69-8f70-42b0-ab5b-ec92c11df54b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-50e60c69-8f70-42b0-ab5b-ec92c11df54b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50e60c69-8f70-42b0-ab5b-ec92c11df54b.shogun-image {
  box-sizing: border-box;
}


.s-50e60c69-8f70-42b0-ab5b-ec92c11df54b .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-50e60c69-8f70-42b0-ab5b-ec92c11df54b .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-50e60c69-8f70-42b0-ab5b-ec92c11df54b .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-50e60c69-8f70-42b0-ab5b-ec92c11df54b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-50e60c69-8f70-42b0-ab5b-ec92c11df54b.shogun-image-container {
      position: relative;
    }

    .s-50e60c69-8f70-42b0-ab5b-ec92c11df54b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-50e60c69-8f70-42b0-ab5b-ec92c11df54b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-50e60c69-8f70-42b0-ab5b-ec92c11df54b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

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

.shg-image-margin-container-s-50e60c69-8f70-42b0-ab5b-ec92c11df54b {
  
  
  
  
}

#s-50e60c69-8f70-42b0-ab5b-ec92c11df54b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-50e60c69-8f70-42b0-ab5b-ec92c11df54b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-50e60c69-8f70-42b0-ab5b-ec92c11df54b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-50e60c69-8f70-42b0-ab5b-ec92c11df54b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-50e60c69-8f70-42b0-ab5b-ec92c11df54b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-50e60c69-8f70-42b0-ab5b-ec92c11df54b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-50e60c69-8f70-42b0-ab5b-ec92c11df54b.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-50e60c69-8f70-42b0-ab5b-ec92c11df54b .shogun-image-content {
  
    align-items: center;
  
}

.s-50e60c69-8f70-42b0-ab5b-ec92c11df54b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-50e60c69-8f70-42b0-ab5b-ec92c11df54b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50e60c69-8f70-42b0-ab5b-ec92c11df54b.shogun-image {
  box-sizing: border-box;
}


.s-50e60c69-8f70-42b0-ab5b-ec92c11df54b .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-50e60c69-8f70-42b0-ab5b-ec92c11df54b .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-50e60c69-8f70-42b0-ab5b-ec92c11df54b .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-50e60c69-8f70-42b0-ab5b-ec92c11df54b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-50e60c69-8f70-42b0-ab5b-ec92c11df54b.shogun-image-container {
      position: relative;
    }

    .s-50e60c69-8f70-42b0-ab5b-ec92c11df54b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-50e60c69-8f70-42b0-ab5b-ec92c11df54b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-50e60c69-8f70-42b0-ab5b-ec92c11df54b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

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

.shg-image-margin-container-s-50e60c69-8f70-42b0-ab5b-ec92c11df54b {
  
  
  
  
}

#s-50e60c69-8f70-42b0-ab5b-ec92c11df54b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-50e60c69-8f70-42b0-ab5b-ec92c11df54b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-50e60c69-8f70-42b0-ab5b-ec92c11df54b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-50e60c69-8f70-42b0-ab5b-ec92c11df54b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-50e60c69-8f70-42b0-ab5b-ec92c11df54b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-50e60c69-8f70-42b0-ab5b-ec92c11df54b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-50e60c69-8f70-42b0-ab5b-ec92c11df54b.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-50e60c69-8f70-42b0-ab5b-ec92c11df54b .shogun-image-content {
  
    align-items: center;
  
}

.s-50e60c69-8f70-42b0-ab5b-ec92c11df54b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-50e60c69-8f70-42b0-ab5b-ec92c11df54b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50e60c69-8f70-42b0-ab5b-ec92c11df54b.shogun-image {
  box-sizing: border-box;
}


.s-50e60c69-8f70-42b0-ab5b-ec92c11df54b .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-50e60c69-8f70-42b0-ab5b-ec92c11df54b .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-50e60c69-8f70-42b0-ab5b-ec92c11df54b .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-50e60c69-8f70-42b0-ab5b-ec92c11df54b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-50e60c69-8f70-42b0-ab5b-ec92c11df54b.shogun-image-container {
      position: relative;
    }

    .s-50e60c69-8f70-42b0-ab5b-ec92c11df54b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-50e60c69-8f70-42b0-ab5b-ec92c11df54b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-50e60c69-8f70-42b0-ab5b-ec92c11df54b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}
#s-05abc5b9-528c-4b44-bc80-d4dd3a37c89f {
  box-shadow:3px 3px 10px 3px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(22, 64, 111, 1);
border-style: solid;
border-radius: 10px;
min-height: 250px;
background-position: center center;
}








#s-05abc5b9-528c-4b44-bc80-d4dd3a37c89f > .shg-box-overlay {
  background-color: rgba(22, 64, 111, 1);
  opacity: 0.6;
  display: block;
}#s-05abc5b9-528c-4b44-bc80-d4dd3a37c89f {
  cursor: pointer;
}#s-05abc5b9-528c-4b44-bc80-d4dd3a37c89f.shg-box.shg-c {
  justify-content: flex-end;
}

#s-1e5bbdd4-f27d-4cb8-99eb-555415bec08c {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-1e5bbdd4-f27d-4cb8-99eb-555415bec08c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}



#s-8deb7044-86a4-479b-a510-9f28a0b515c5 {
  margin-top: 15px;
margin-right: auto;
max-width: 75px;
aspect-ratio: 1/1;
text-align: left;
}



.shg-image-margin-container-s-8deb7044-86a4-479b-a510-9f28a0b515c5 {
  
  margin-right: auto;
  margin-top: 15px;
  
}

#s-8deb7044-86a4-479b-a510-9f28a0b515c5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8deb7044-86a4-479b-a510-9f28a0b515c5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8deb7044-86a4-479b-a510-9f28a0b515c5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8deb7044-86a4-479b-a510-9f28a0b515c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8deb7044-86a4-479b-a510-9f28a0b515c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8deb7044-86a4-479b-a510-9f28a0b515c5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-8deb7044-86a4-479b-a510-9f28a0b515c5.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-8deb7044-86a4-479b-a510-9f28a0b515c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-8deb7044-86a4-479b-a510-9f28a0b515c5.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-8deb7044-86a4-479b-a510-9f28a0b515c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8deb7044-86a4-479b-a510-9f28a0b515c5.shogun-image {
  box-sizing: border-box;
}


.s-8deb7044-86a4-479b-a510-9f28a0b515c5 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-8deb7044-86a4-479b-a510-9f28a0b515c5 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8deb7044-86a4-479b-a510-9f28a0b515c5 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-8deb7044-86a4-479b-a510-9f28a0b515c5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8deb7044-86a4-479b-a510-9f28a0b515c5.shogun-image-container {
      position: relative;
    }

    .s-8deb7044-86a4-479b-a510-9f28a0b515c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8deb7044-86a4-479b-a510-9f28a0b515c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8deb7044-86a4-479b-a510-9f28a0b515c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-8deb7044-86a4-479b-a510-9f28a0b515c5 {
  
  
  
  
}

#s-8deb7044-86a4-479b-a510-9f28a0b515c5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8deb7044-86a4-479b-a510-9f28a0b515c5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8deb7044-86a4-479b-a510-9f28a0b515c5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8deb7044-86a4-479b-a510-9f28a0b515c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8deb7044-86a4-479b-a510-9f28a0b515c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8deb7044-86a4-479b-a510-9f28a0b515c5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-8deb7044-86a4-479b-a510-9f28a0b515c5.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-8deb7044-86a4-479b-a510-9f28a0b515c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-8deb7044-86a4-479b-a510-9f28a0b515c5.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-8deb7044-86a4-479b-a510-9f28a0b515c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8deb7044-86a4-479b-a510-9f28a0b515c5.shogun-image {
  box-sizing: border-box;
}


.s-8deb7044-86a4-479b-a510-9f28a0b515c5 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-8deb7044-86a4-479b-a510-9f28a0b515c5 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8deb7044-86a4-479b-a510-9f28a0b515c5 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-8deb7044-86a4-479b-a510-9f28a0b515c5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8deb7044-86a4-479b-a510-9f28a0b515c5.shogun-image-container {
      position: relative;
    }

    .s-8deb7044-86a4-479b-a510-9f28a0b515c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8deb7044-86a4-479b-a510-9f28a0b515c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8deb7044-86a4-479b-a510-9f28a0b515c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

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

.shg-image-margin-container-s-8deb7044-86a4-479b-a510-9f28a0b515c5 {
  
  
  
  
}

#s-8deb7044-86a4-479b-a510-9f28a0b515c5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8deb7044-86a4-479b-a510-9f28a0b515c5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8deb7044-86a4-479b-a510-9f28a0b515c5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8deb7044-86a4-479b-a510-9f28a0b515c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8deb7044-86a4-479b-a510-9f28a0b515c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8deb7044-86a4-479b-a510-9f28a0b515c5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-8deb7044-86a4-479b-a510-9f28a0b515c5.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-8deb7044-86a4-479b-a510-9f28a0b515c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-8deb7044-86a4-479b-a510-9f28a0b515c5.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-8deb7044-86a4-479b-a510-9f28a0b515c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8deb7044-86a4-479b-a510-9f28a0b515c5.shogun-image {
  box-sizing: border-box;
}


.s-8deb7044-86a4-479b-a510-9f28a0b515c5 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-8deb7044-86a4-479b-a510-9f28a0b515c5 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8deb7044-86a4-479b-a510-9f28a0b515c5 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-8deb7044-86a4-479b-a510-9f28a0b515c5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8deb7044-86a4-479b-a510-9f28a0b515c5.shogun-image-container {
      position: relative;
    }

    .s-8deb7044-86a4-479b-a510-9f28a0b515c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8deb7044-86a4-479b-a510-9f28a0b515c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8deb7044-86a4-479b-a510-9f28a0b515c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

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

.shg-image-margin-container-s-8deb7044-86a4-479b-a510-9f28a0b515c5 {
  
  
  
  
}

#s-8deb7044-86a4-479b-a510-9f28a0b515c5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8deb7044-86a4-479b-a510-9f28a0b515c5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8deb7044-86a4-479b-a510-9f28a0b515c5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8deb7044-86a4-479b-a510-9f28a0b515c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8deb7044-86a4-479b-a510-9f28a0b515c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8deb7044-86a4-479b-a510-9f28a0b515c5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-8deb7044-86a4-479b-a510-9f28a0b515c5.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-8deb7044-86a4-479b-a510-9f28a0b515c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-8deb7044-86a4-479b-a510-9f28a0b515c5.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-8deb7044-86a4-479b-a510-9f28a0b515c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8deb7044-86a4-479b-a510-9f28a0b515c5.shogun-image {
  box-sizing: border-box;
}


.s-8deb7044-86a4-479b-a510-9f28a0b515c5 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-8deb7044-86a4-479b-a510-9f28a0b515c5 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8deb7044-86a4-479b-a510-9f28a0b515c5 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-8deb7044-86a4-479b-a510-9f28a0b515c5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8deb7044-86a4-479b-a510-9f28a0b515c5.shogun-image-container {
      position: relative;
    }

    .s-8deb7044-86a4-479b-a510-9f28a0b515c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8deb7044-86a4-479b-a510-9f28a0b515c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8deb7044-86a4-479b-a510-9f28a0b515c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

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

.shg-image-margin-container-s-8deb7044-86a4-479b-a510-9f28a0b515c5 {
  
  
  
  
}

#s-8deb7044-86a4-479b-a510-9f28a0b515c5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8deb7044-86a4-479b-a510-9f28a0b515c5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8deb7044-86a4-479b-a510-9f28a0b515c5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8deb7044-86a4-479b-a510-9f28a0b515c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8deb7044-86a4-479b-a510-9f28a0b515c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8deb7044-86a4-479b-a510-9f28a0b515c5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-8deb7044-86a4-479b-a510-9f28a0b515c5.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-8deb7044-86a4-479b-a510-9f28a0b515c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-8deb7044-86a4-479b-a510-9f28a0b515c5.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-8deb7044-86a4-479b-a510-9f28a0b515c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8deb7044-86a4-479b-a510-9f28a0b515c5.shogun-image {
  box-sizing: border-box;
}


.s-8deb7044-86a4-479b-a510-9f28a0b515c5 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-8deb7044-86a4-479b-a510-9f28a0b515c5 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8deb7044-86a4-479b-a510-9f28a0b515c5 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-8deb7044-86a4-479b-a510-9f28a0b515c5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8deb7044-86a4-479b-a510-9f28a0b515c5.shogun-image-container {
      position: relative;
    }

    .s-8deb7044-86a4-479b-a510-9f28a0b515c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8deb7044-86a4-479b-a510-9f28a0b515c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8deb7044-86a4-479b-a510-9f28a0b515c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}
#s-d178a3d7-e234-4555-8fb7-4a9a2ff66b2c {
  background-repeat: no-repeat;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 50px;
}

#s-d178a3d7-e234-4555-8fb7-4a9a2ff66b2c {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZmY3ZWYwMjItM2FlZS00MmNiLTgyN2EtNDRiN2NmN2Q5YTc4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNzQ4MDgwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNGQ1ODU4O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmZjdlZjAyMi0zYWVlLTQyY2ItODI3YS00NGI3Y2Y3ZDlhNzgpIi8+PC9zdmc+);
}








#s-d178a3d7-e234-4555-8fb7-4a9a2ff66b2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d178a3d7-e234-4555-8fb7-4a9a2ff66b2c.shg-box.shg-c {
  justify-content: center;
}

#s-5389ecc5-ef9f-474f-bb86-17cefee302fb {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
min-height: 50px;
max-width: 1388px;
}








#s-5389ecc5-ef9f-474f-bb86-17cefee302fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5389ecc5-ef9f-474f-bb86-17cefee302fb.shg-box.shg-c {
  justify-content: center;
}

#s-71075fba-1b41-42a3-8dc1-ff943e69e0fe {
  margin-top: 25px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-71075fba-1b41-42a3-8dc1-ff943e69e0fe .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  
  
  
  
}



#s-cb73403f-ff32-4b8a-b1ae-b04e8430f0dc {
  margin-top: 15px;
margin-bottom: 50px;
padding-top: 5px;
padding-left: 10%;
padding-bottom: 5px;
padding-right: 10%;
}

@media (min-width: 0px) {
[id="s-cb73403f-ff32-4b8a-b1ae-b04e8430f0dc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-cb73403f-ff32-4b8a-b1ae-b04e8430f0dc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 37.5px);
}

}

@media (min-width: 992px) {
[id="s-cb73403f-ff32-4b8a-b1ae-b04e8430f0dc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 37.5px);
}

}

@media (min-width: 1200px) {
[id="s-cb73403f-ff32-4b8a-b1ae-b04e8430f0dc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 37.5px);
}

}

#s-563ed0be-9b67-4191-8901-8fd6070f16ed {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 0px;
min-height: 50px;
}








#s-563ed0be-9b67-4191-8901-8fd6070f16ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-563ed0be-9b67-4191-8901-8fd6070f16ed.shg-box.shg-c {
  justify-content: center;
}

#s-eb12bea3-8b46-42ef-86a0-a6d29b067029 {
  margin-top: 0px;
margin-bottom: 10px;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}
#s-eb12bea3-8b46-42ef-86a0-a6d29b067029:hover {opacity: 0.85 !important;}


.shg-image-margin-container-s-eb12bea3-8b46-42ef-86a0-a6d29b067029 {
  
  
  margin-top: 0px;
  margin-bottom: 10px;
}

#s-eb12bea3-8b46-42ef-86a0-a6d29b067029 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eb12bea3-8b46-42ef-86a0-a6d29b067029 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-eb12bea3-8b46-42ef-86a0-a6d29b067029 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eb12bea3-8b46-42ef-86a0-a6d29b067029 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eb12bea3-8b46-42ef-86a0-a6d29b067029.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eb12bea3-8b46-42ef-86a0-a6d29b067029 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-eb12bea3-8b46-42ef-86a0-a6d29b067029.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-eb12bea3-8b46-42ef-86a0-a6d29b067029 .shogun-image-content {
  
    align-items: center;
  
}

.s-eb12bea3-8b46-42ef-86a0-a6d29b067029.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb12bea3-8b46-42ef-86a0-a6d29b067029.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb12bea3-8b46-42ef-86a0-a6d29b067029.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eb12bea3-8b46-42ef-86a0-a6d29b067029 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eb12bea3-8b46-42ef-86a0-a6d29b067029.shogun-image-container {
      position: relative;
    }

    .s-eb12bea3-8b46-42ef-86a0-a6d29b067029.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb12bea3-8b46-42ef-86a0-a6d29b067029.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb12bea3-8b46-42ef-86a0-a6d29b067029 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-eb12bea3-8b46-42ef-86a0-a6d29b067029 {
  
  
  
  
}

#s-eb12bea3-8b46-42ef-86a0-a6d29b067029 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eb12bea3-8b46-42ef-86a0-a6d29b067029 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-eb12bea3-8b46-42ef-86a0-a6d29b067029 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eb12bea3-8b46-42ef-86a0-a6d29b067029 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eb12bea3-8b46-42ef-86a0-a6d29b067029.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eb12bea3-8b46-42ef-86a0-a6d29b067029 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-eb12bea3-8b46-42ef-86a0-a6d29b067029.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-eb12bea3-8b46-42ef-86a0-a6d29b067029 .shogun-image-content {
  
    align-items: center;
  
}

.s-eb12bea3-8b46-42ef-86a0-a6d29b067029.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb12bea3-8b46-42ef-86a0-a6d29b067029.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb12bea3-8b46-42ef-86a0-a6d29b067029.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eb12bea3-8b46-42ef-86a0-a6d29b067029 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eb12bea3-8b46-42ef-86a0-a6d29b067029.shogun-image-container {
      position: relative;
    }

    .s-eb12bea3-8b46-42ef-86a0-a6d29b067029.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb12bea3-8b46-42ef-86a0-a6d29b067029.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb12bea3-8b46-42ef-86a0-a6d29b067029 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-eb12bea3-8b46-42ef-86a0-a6d29b067029 {
  
  
  
  
}

#s-eb12bea3-8b46-42ef-86a0-a6d29b067029 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eb12bea3-8b46-42ef-86a0-a6d29b067029 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-eb12bea3-8b46-42ef-86a0-a6d29b067029 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eb12bea3-8b46-42ef-86a0-a6d29b067029 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eb12bea3-8b46-42ef-86a0-a6d29b067029.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eb12bea3-8b46-42ef-86a0-a6d29b067029 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-eb12bea3-8b46-42ef-86a0-a6d29b067029.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-eb12bea3-8b46-42ef-86a0-a6d29b067029 .shogun-image-content {
  
    align-items: center;
  
}

.s-eb12bea3-8b46-42ef-86a0-a6d29b067029.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb12bea3-8b46-42ef-86a0-a6d29b067029.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb12bea3-8b46-42ef-86a0-a6d29b067029.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eb12bea3-8b46-42ef-86a0-a6d29b067029 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eb12bea3-8b46-42ef-86a0-a6d29b067029.shogun-image-container {
      position: relative;
    }

    .s-eb12bea3-8b46-42ef-86a0-a6d29b067029.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb12bea3-8b46-42ef-86a0-a6d29b067029.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb12bea3-8b46-42ef-86a0-a6d29b067029 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-eb12bea3-8b46-42ef-86a0-a6d29b067029 {
  
  
  
  
}

#s-eb12bea3-8b46-42ef-86a0-a6d29b067029 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eb12bea3-8b46-42ef-86a0-a6d29b067029 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-eb12bea3-8b46-42ef-86a0-a6d29b067029 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eb12bea3-8b46-42ef-86a0-a6d29b067029 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eb12bea3-8b46-42ef-86a0-a6d29b067029.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eb12bea3-8b46-42ef-86a0-a6d29b067029 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-eb12bea3-8b46-42ef-86a0-a6d29b067029.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-eb12bea3-8b46-42ef-86a0-a6d29b067029 .shogun-image-content {
  
    align-items: center;
  
}

.s-eb12bea3-8b46-42ef-86a0-a6d29b067029.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb12bea3-8b46-42ef-86a0-a6d29b067029.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb12bea3-8b46-42ef-86a0-a6d29b067029.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eb12bea3-8b46-42ef-86a0-a6d29b067029 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eb12bea3-8b46-42ef-86a0-a6d29b067029.shogun-image-container {
      position: relative;
    }

    .s-eb12bea3-8b46-42ef-86a0-a6d29b067029.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb12bea3-8b46-42ef-86a0-a6d29b067029.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb12bea3-8b46-42ef-86a0-a6d29b067029 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-eb12bea3-8b46-42ef-86a0-a6d29b067029 {
  
  
  
  
}

#s-eb12bea3-8b46-42ef-86a0-a6d29b067029 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eb12bea3-8b46-42ef-86a0-a6d29b067029 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-eb12bea3-8b46-42ef-86a0-a6d29b067029 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eb12bea3-8b46-42ef-86a0-a6d29b067029 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eb12bea3-8b46-42ef-86a0-a6d29b067029.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eb12bea3-8b46-42ef-86a0-a6d29b067029 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-eb12bea3-8b46-42ef-86a0-a6d29b067029.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-eb12bea3-8b46-42ef-86a0-a6d29b067029 .shogun-image-content {
  
    align-items: center;
  
}

.s-eb12bea3-8b46-42ef-86a0-a6d29b067029.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb12bea3-8b46-42ef-86a0-a6d29b067029.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb12bea3-8b46-42ef-86a0-a6d29b067029.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eb12bea3-8b46-42ef-86a0-a6d29b067029 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eb12bea3-8b46-42ef-86a0-a6d29b067029.shogun-image-container {
      position: relative;
    }

    .s-eb12bea3-8b46-42ef-86a0-a6d29b067029.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb12bea3-8b46-42ef-86a0-a6d29b067029.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb12bea3-8b46-42ef-86a0-a6d29b067029 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-c46a2dfa-f866-4340-8e9e-3f3a61c07534 {
  border-style: solid;
margin-left: 15%;
margin-right: 15%;
padding-top: 5px;
padding-left: 0%;
padding-bottom: 5px;
padding-right: 0%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(244, 244, 244, 1);
border-radius: 5px;
background-color: rgba(244, 244, 244, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(244, 244, 244, 1);
}
#s-c46a2dfa-f866-4340-8e9e-3f3a61c07534:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(244, 244, 244, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 0.15) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}#s-c46a2dfa-f866-4340-8e9e-3f3a61c07534:active {background-color: rgba(77, 88, 88, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}

  #s-c46a2dfa-f866-4340-8e9e-3f3a61c07534-root {
    text-align: center;
  }


#s-c46a2dfa-f866-4340-8e9e-3f3a61c07534.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c46a2dfa-f866-4340-8e9e-3f3a61c07534-root {
    text-align: center;
  }


#s-c46a2dfa-f866-4340-8e9e-3f3a61c07534.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c46a2dfa-f866-4340-8e9e-3f3a61c07534-root {
    text-align: center;
  }


#s-c46a2dfa-f866-4340-8e9e-3f3a61c07534.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c46a2dfa-f866-4340-8e9e-3f3a61c07534-root {
    text-align: center;
  }


#s-c46a2dfa-f866-4340-8e9e-3f3a61c07534.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c46a2dfa-f866-4340-8e9e-3f3a61c07534-root {
    text-align: center;
  }


#s-c46a2dfa-f866-4340-8e9e-3f3a61c07534.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-b782b997-a41a-4c70-be6f-fe10e6417d18 {
  min-height: 50px;
}








#s-b782b997-a41a-4c70-be6f-fe10e6417d18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b782b997-a41a-4c70-be6f-fe10e6417d18.shg-box.shg-c {
  justify-content: center;
}

#s-20cba1b1-5a63-47ee-a410-a14f4f5293cb {
  margin-bottom: 10px;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}
#s-20cba1b1-5a63-47ee-a410-a14f4f5293cb:hover {opacity: 0.85 !important;}


.shg-image-margin-container-s-20cba1b1-5a63-47ee-a410-a14f4f5293cb {
  
  
  
  margin-bottom: 10px;
}

#s-20cba1b1-5a63-47ee-a410-a14f4f5293cb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-20cba1b1-5a63-47ee-a410-a14f4f5293cb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-20cba1b1-5a63-47ee-a410-a14f4f5293cb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-20cba1b1-5a63-47ee-a410-a14f4f5293cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-20cba1b1-5a63-47ee-a410-a14f4f5293cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-20cba1b1-5a63-47ee-a410-a14f4f5293cb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-20cba1b1-5a63-47ee-a410-a14f4f5293cb.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-20cba1b1-5a63-47ee-a410-a14f4f5293cb .shogun-image-content {
  
    align-items: center;
  
}

.s-20cba1b1-5a63-47ee-a410-a14f4f5293cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20cba1b1-5a63-47ee-a410-a14f4f5293cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20cba1b1-5a63-47ee-a410-a14f4f5293cb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-20cba1b1-5a63-47ee-a410-a14f4f5293cb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-20cba1b1-5a63-47ee-a410-a14f4f5293cb.shogun-image-container {
      position: relative;
    }

    .s-20cba1b1-5a63-47ee-a410-a14f4f5293cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20cba1b1-5a63-47ee-a410-a14f4f5293cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20cba1b1-5a63-47ee-a410-a14f4f5293cb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-20cba1b1-5a63-47ee-a410-a14f4f5293cb {
  
  
  
  
}

#s-20cba1b1-5a63-47ee-a410-a14f4f5293cb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-20cba1b1-5a63-47ee-a410-a14f4f5293cb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-20cba1b1-5a63-47ee-a410-a14f4f5293cb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-20cba1b1-5a63-47ee-a410-a14f4f5293cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-20cba1b1-5a63-47ee-a410-a14f4f5293cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-20cba1b1-5a63-47ee-a410-a14f4f5293cb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-20cba1b1-5a63-47ee-a410-a14f4f5293cb.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-20cba1b1-5a63-47ee-a410-a14f4f5293cb .shogun-image-content {
  
    align-items: center;
  
}

.s-20cba1b1-5a63-47ee-a410-a14f4f5293cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20cba1b1-5a63-47ee-a410-a14f4f5293cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20cba1b1-5a63-47ee-a410-a14f4f5293cb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-20cba1b1-5a63-47ee-a410-a14f4f5293cb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-20cba1b1-5a63-47ee-a410-a14f4f5293cb.shogun-image-container {
      position: relative;
    }

    .s-20cba1b1-5a63-47ee-a410-a14f4f5293cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20cba1b1-5a63-47ee-a410-a14f4f5293cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20cba1b1-5a63-47ee-a410-a14f4f5293cb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-20cba1b1-5a63-47ee-a410-a14f4f5293cb {
  
  
  
  
}

#s-20cba1b1-5a63-47ee-a410-a14f4f5293cb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-20cba1b1-5a63-47ee-a410-a14f4f5293cb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-20cba1b1-5a63-47ee-a410-a14f4f5293cb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-20cba1b1-5a63-47ee-a410-a14f4f5293cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-20cba1b1-5a63-47ee-a410-a14f4f5293cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-20cba1b1-5a63-47ee-a410-a14f4f5293cb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-20cba1b1-5a63-47ee-a410-a14f4f5293cb.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-20cba1b1-5a63-47ee-a410-a14f4f5293cb .shogun-image-content {
  
    align-items: center;
  
}

.s-20cba1b1-5a63-47ee-a410-a14f4f5293cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20cba1b1-5a63-47ee-a410-a14f4f5293cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20cba1b1-5a63-47ee-a410-a14f4f5293cb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-20cba1b1-5a63-47ee-a410-a14f4f5293cb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-20cba1b1-5a63-47ee-a410-a14f4f5293cb.shogun-image-container {
      position: relative;
    }

    .s-20cba1b1-5a63-47ee-a410-a14f4f5293cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20cba1b1-5a63-47ee-a410-a14f4f5293cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20cba1b1-5a63-47ee-a410-a14f4f5293cb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-20cba1b1-5a63-47ee-a410-a14f4f5293cb {
  
  
  
  
}

#s-20cba1b1-5a63-47ee-a410-a14f4f5293cb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-20cba1b1-5a63-47ee-a410-a14f4f5293cb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-20cba1b1-5a63-47ee-a410-a14f4f5293cb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-20cba1b1-5a63-47ee-a410-a14f4f5293cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-20cba1b1-5a63-47ee-a410-a14f4f5293cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-20cba1b1-5a63-47ee-a410-a14f4f5293cb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-20cba1b1-5a63-47ee-a410-a14f4f5293cb.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-20cba1b1-5a63-47ee-a410-a14f4f5293cb .shogun-image-content {
  
    align-items: center;
  
}

.s-20cba1b1-5a63-47ee-a410-a14f4f5293cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20cba1b1-5a63-47ee-a410-a14f4f5293cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20cba1b1-5a63-47ee-a410-a14f4f5293cb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-20cba1b1-5a63-47ee-a410-a14f4f5293cb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-20cba1b1-5a63-47ee-a410-a14f4f5293cb.shogun-image-container {
      position: relative;
    }

    .s-20cba1b1-5a63-47ee-a410-a14f4f5293cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20cba1b1-5a63-47ee-a410-a14f4f5293cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20cba1b1-5a63-47ee-a410-a14f4f5293cb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-20cba1b1-5a63-47ee-a410-a14f4f5293cb {
  
  
  
  
}

#s-20cba1b1-5a63-47ee-a410-a14f4f5293cb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-20cba1b1-5a63-47ee-a410-a14f4f5293cb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-20cba1b1-5a63-47ee-a410-a14f4f5293cb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-20cba1b1-5a63-47ee-a410-a14f4f5293cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-20cba1b1-5a63-47ee-a410-a14f4f5293cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-20cba1b1-5a63-47ee-a410-a14f4f5293cb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-20cba1b1-5a63-47ee-a410-a14f4f5293cb.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-20cba1b1-5a63-47ee-a410-a14f4f5293cb .shogun-image-content {
  
    align-items: center;
  
}

.s-20cba1b1-5a63-47ee-a410-a14f4f5293cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20cba1b1-5a63-47ee-a410-a14f4f5293cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20cba1b1-5a63-47ee-a410-a14f4f5293cb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-20cba1b1-5a63-47ee-a410-a14f4f5293cb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-20cba1b1-5a63-47ee-a410-a14f4f5293cb.shogun-image-container {
      position: relative;
    }

    .s-20cba1b1-5a63-47ee-a410-a14f4f5293cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20cba1b1-5a63-47ee-a410-a14f4f5293cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20cba1b1-5a63-47ee-a410-a14f4f5293cb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-902d43d9-0311-47c0-9090-b74d0babcd51 {
  border-style: solid;
margin-left: 15%;
margin-right: 15%;
padding-top: 5px;
padding-left: 0%;
padding-bottom: 5px;
padding-right: 0%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(244, 244, 244, 1);
border-radius: 5px;
background-color: rgba(244, 244, 244, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(244, 244, 244, 1);
}
#s-902d43d9-0311-47c0-9090-b74d0babcd51:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(244, 244, 244, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 0.15) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}#s-902d43d9-0311-47c0-9090-b74d0babcd51:active {background-color: rgba(77, 88, 88, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}

  #s-902d43d9-0311-47c0-9090-b74d0babcd51-root {
    text-align: center;
  }


#s-902d43d9-0311-47c0-9090-b74d0babcd51.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-902d43d9-0311-47c0-9090-b74d0babcd51-root {
    text-align: center;
  }


#s-902d43d9-0311-47c0-9090-b74d0babcd51.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-902d43d9-0311-47c0-9090-b74d0babcd51-root {
    text-align: center;
  }


#s-902d43d9-0311-47c0-9090-b74d0babcd51.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-902d43d9-0311-47c0-9090-b74d0babcd51-root {
    text-align: center;
  }


#s-902d43d9-0311-47c0-9090-b74d0babcd51.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-902d43d9-0311-47c0-9090-b74d0babcd51-root {
    text-align: center;
  }


#s-902d43d9-0311-47c0-9090-b74d0babcd51.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-2c77e30d-9371-42f3-976e-1b76ab7118c9 {
  min-height: 50px;
}








#s-2c77e30d-9371-42f3-976e-1b76ab7118c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2c77e30d-9371-42f3-976e-1b76ab7118c9.shg-box.shg-c {
  justify-content: center;
}

#s-0067cce0-dbb9-4327-b943-13f8c491f90c {
  margin-bottom: 10px;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}
#s-0067cce0-dbb9-4327-b943-13f8c491f90c:hover {opacity: 0.85 !important;}


.shg-image-margin-container-s-0067cce0-dbb9-4327-b943-13f8c491f90c {
  
  
  
  margin-bottom: 10px;
}

#s-0067cce0-dbb9-4327-b943-13f8c491f90c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0067cce0-dbb9-4327-b943-13f8c491f90c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0067cce0-dbb9-4327-b943-13f8c491f90c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0067cce0-dbb9-4327-b943-13f8c491f90c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0067cce0-dbb9-4327-b943-13f8c491f90c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0067cce0-dbb9-4327-b943-13f8c491f90c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-0067cce0-dbb9-4327-b943-13f8c491f90c.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-0067cce0-dbb9-4327-b943-13f8c491f90c .shogun-image-content {
  
    align-items: center;
  
}

.s-0067cce0-dbb9-4327-b943-13f8c491f90c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0067cce0-dbb9-4327-b943-13f8c491f90c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0067cce0-dbb9-4327-b943-13f8c491f90c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0067cce0-dbb9-4327-b943-13f8c491f90c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0067cce0-dbb9-4327-b943-13f8c491f90c.shogun-image-container {
      position: relative;
    }

    .s-0067cce0-dbb9-4327-b943-13f8c491f90c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0067cce0-dbb9-4327-b943-13f8c491f90c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0067cce0-dbb9-4327-b943-13f8c491f90c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-0067cce0-dbb9-4327-b943-13f8c491f90c {
  
  
  
  
}

#s-0067cce0-dbb9-4327-b943-13f8c491f90c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0067cce0-dbb9-4327-b943-13f8c491f90c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0067cce0-dbb9-4327-b943-13f8c491f90c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0067cce0-dbb9-4327-b943-13f8c491f90c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0067cce0-dbb9-4327-b943-13f8c491f90c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0067cce0-dbb9-4327-b943-13f8c491f90c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-0067cce0-dbb9-4327-b943-13f8c491f90c.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-0067cce0-dbb9-4327-b943-13f8c491f90c .shogun-image-content {
  
    align-items: center;
  
}

.s-0067cce0-dbb9-4327-b943-13f8c491f90c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0067cce0-dbb9-4327-b943-13f8c491f90c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0067cce0-dbb9-4327-b943-13f8c491f90c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0067cce0-dbb9-4327-b943-13f8c491f90c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0067cce0-dbb9-4327-b943-13f8c491f90c.shogun-image-container {
      position: relative;
    }

    .s-0067cce0-dbb9-4327-b943-13f8c491f90c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0067cce0-dbb9-4327-b943-13f8c491f90c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0067cce0-dbb9-4327-b943-13f8c491f90c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-0067cce0-dbb9-4327-b943-13f8c491f90c {
  
  
  
  
}

#s-0067cce0-dbb9-4327-b943-13f8c491f90c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0067cce0-dbb9-4327-b943-13f8c491f90c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0067cce0-dbb9-4327-b943-13f8c491f90c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0067cce0-dbb9-4327-b943-13f8c491f90c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0067cce0-dbb9-4327-b943-13f8c491f90c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0067cce0-dbb9-4327-b943-13f8c491f90c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-0067cce0-dbb9-4327-b943-13f8c491f90c.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-0067cce0-dbb9-4327-b943-13f8c491f90c .shogun-image-content {
  
    align-items: center;
  
}

.s-0067cce0-dbb9-4327-b943-13f8c491f90c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0067cce0-dbb9-4327-b943-13f8c491f90c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0067cce0-dbb9-4327-b943-13f8c491f90c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0067cce0-dbb9-4327-b943-13f8c491f90c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0067cce0-dbb9-4327-b943-13f8c491f90c.shogun-image-container {
      position: relative;
    }

    .s-0067cce0-dbb9-4327-b943-13f8c491f90c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0067cce0-dbb9-4327-b943-13f8c491f90c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0067cce0-dbb9-4327-b943-13f8c491f90c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-0067cce0-dbb9-4327-b943-13f8c491f90c {
  
  
  
  
}

#s-0067cce0-dbb9-4327-b943-13f8c491f90c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0067cce0-dbb9-4327-b943-13f8c491f90c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0067cce0-dbb9-4327-b943-13f8c491f90c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0067cce0-dbb9-4327-b943-13f8c491f90c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0067cce0-dbb9-4327-b943-13f8c491f90c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0067cce0-dbb9-4327-b943-13f8c491f90c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-0067cce0-dbb9-4327-b943-13f8c491f90c.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-0067cce0-dbb9-4327-b943-13f8c491f90c .shogun-image-content {
  
    align-items: center;
  
}

.s-0067cce0-dbb9-4327-b943-13f8c491f90c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0067cce0-dbb9-4327-b943-13f8c491f90c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0067cce0-dbb9-4327-b943-13f8c491f90c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0067cce0-dbb9-4327-b943-13f8c491f90c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0067cce0-dbb9-4327-b943-13f8c491f90c.shogun-image-container {
      position: relative;
    }

    .s-0067cce0-dbb9-4327-b943-13f8c491f90c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0067cce0-dbb9-4327-b943-13f8c491f90c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0067cce0-dbb9-4327-b943-13f8c491f90c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-0067cce0-dbb9-4327-b943-13f8c491f90c {
  
  
  
  
}

#s-0067cce0-dbb9-4327-b943-13f8c491f90c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0067cce0-dbb9-4327-b943-13f8c491f90c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0067cce0-dbb9-4327-b943-13f8c491f90c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0067cce0-dbb9-4327-b943-13f8c491f90c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0067cce0-dbb9-4327-b943-13f8c491f90c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0067cce0-dbb9-4327-b943-13f8c491f90c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-0067cce0-dbb9-4327-b943-13f8c491f90c.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-0067cce0-dbb9-4327-b943-13f8c491f90c .shogun-image-content {
  
    align-items: center;
  
}

.s-0067cce0-dbb9-4327-b943-13f8c491f90c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0067cce0-dbb9-4327-b943-13f8c491f90c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0067cce0-dbb9-4327-b943-13f8c491f90c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0067cce0-dbb9-4327-b943-13f8c491f90c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0067cce0-dbb9-4327-b943-13f8c491f90c.shogun-image-container {
      position: relative;
    }

    .s-0067cce0-dbb9-4327-b943-13f8c491f90c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0067cce0-dbb9-4327-b943-13f8c491f90c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0067cce0-dbb9-4327-b943-13f8c491f90c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-35f25d0c-8ea4-4bd2-ab62-eb4a77973774 {
  border-style: solid;
margin-left: 15%;
margin-right: 15%;
padding-top: 5px;
padding-left: 0%;
padding-bottom: 5px;
padding-right: 0%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(244, 244, 244, 1);
border-radius: 5px;
background-color: rgba(244, 244, 244, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(244, 244, 244, 1);
}
#s-35f25d0c-8ea4-4bd2-ab62-eb4a77973774:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(244, 244, 244, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 0.15) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}#s-35f25d0c-8ea4-4bd2-ab62-eb4a77973774:active {background-color: rgba(77, 88, 88, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}

  #s-35f25d0c-8ea4-4bd2-ab62-eb4a77973774-root {
    text-align: center;
  }


#s-35f25d0c-8ea4-4bd2-ab62-eb4a77973774.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-35f25d0c-8ea4-4bd2-ab62-eb4a77973774-root {
    text-align: center;
  }


#s-35f25d0c-8ea4-4bd2-ab62-eb4a77973774.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-35f25d0c-8ea4-4bd2-ab62-eb4a77973774-root {
    text-align: center;
  }


#s-35f25d0c-8ea4-4bd2-ab62-eb4a77973774.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-35f25d0c-8ea4-4bd2-ab62-eb4a77973774-root {
    text-align: center;
  }


#s-35f25d0c-8ea4-4bd2-ab62-eb4a77973774.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-35f25d0c-8ea4-4bd2-ab62-eb4a77973774-root {
    text-align: center;
  }


#s-35f25d0c-8ea4-4bd2-ab62-eb4a77973774.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-4f2ec65f-c660-454f-9d0e-562f94b7e410 {
  min-height: 50px;
}








#s-4f2ec65f-c660-454f-9d0e-562f94b7e410 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4f2ec65f-c660-454f-9d0e-562f94b7e410.shg-box.shg-c {
  justify-content: center;
}

#s-44e19664-f6c0-44df-9bf6-2787dd6ebec7 {
  margin-bottom: 10px;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}
#s-44e19664-f6c0-44df-9bf6-2787dd6ebec7:hover {opacity: 0.85 !important;}


.shg-image-margin-container-s-44e19664-f6c0-44df-9bf6-2787dd6ebec7 {
  
  
  
  margin-bottom: 10px;
}

#s-44e19664-f6c0-44df-9bf6-2787dd6ebec7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-44e19664-f6c0-44df-9bf6-2787dd6ebec7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-44e19664-f6c0-44df-9bf6-2787dd6ebec7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-44e19664-f6c0-44df-9bf6-2787dd6ebec7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-44e19664-f6c0-44df-9bf6-2787dd6ebec7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-44e19664-f6c0-44df-9bf6-2787dd6ebec7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-44e19664-f6c0-44df-9bf6-2787dd6ebec7.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-44e19664-f6c0-44df-9bf6-2787dd6ebec7 .shogun-image-content {
  
    align-items: center;
  
}

.s-44e19664-f6c0-44df-9bf6-2787dd6ebec7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44e19664-f6c0-44df-9bf6-2787dd6ebec7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44e19664-f6c0-44df-9bf6-2787dd6ebec7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-44e19664-f6c0-44df-9bf6-2787dd6ebec7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-44e19664-f6c0-44df-9bf6-2787dd6ebec7.shogun-image-container {
      position: relative;
    }

    .s-44e19664-f6c0-44df-9bf6-2787dd6ebec7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-44e19664-f6c0-44df-9bf6-2787dd6ebec7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-44e19664-f6c0-44df-9bf6-2787dd6ebec7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-44e19664-f6c0-44df-9bf6-2787dd6ebec7 {
  
  
  
  
}

#s-44e19664-f6c0-44df-9bf6-2787dd6ebec7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-44e19664-f6c0-44df-9bf6-2787dd6ebec7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-44e19664-f6c0-44df-9bf6-2787dd6ebec7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-44e19664-f6c0-44df-9bf6-2787dd6ebec7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-44e19664-f6c0-44df-9bf6-2787dd6ebec7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-44e19664-f6c0-44df-9bf6-2787dd6ebec7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-44e19664-f6c0-44df-9bf6-2787dd6ebec7.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-44e19664-f6c0-44df-9bf6-2787dd6ebec7 .shogun-image-content {
  
    align-items: center;
  
}

.s-44e19664-f6c0-44df-9bf6-2787dd6ebec7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44e19664-f6c0-44df-9bf6-2787dd6ebec7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44e19664-f6c0-44df-9bf6-2787dd6ebec7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-44e19664-f6c0-44df-9bf6-2787dd6ebec7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-44e19664-f6c0-44df-9bf6-2787dd6ebec7.shogun-image-container {
      position: relative;
    }

    .s-44e19664-f6c0-44df-9bf6-2787dd6ebec7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-44e19664-f6c0-44df-9bf6-2787dd6ebec7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-44e19664-f6c0-44df-9bf6-2787dd6ebec7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-44e19664-f6c0-44df-9bf6-2787dd6ebec7 {
  
  
  
  
}

#s-44e19664-f6c0-44df-9bf6-2787dd6ebec7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-44e19664-f6c0-44df-9bf6-2787dd6ebec7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-44e19664-f6c0-44df-9bf6-2787dd6ebec7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-44e19664-f6c0-44df-9bf6-2787dd6ebec7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-44e19664-f6c0-44df-9bf6-2787dd6ebec7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-44e19664-f6c0-44df-9bf6-2787dd6ebec7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-44e19664-f6c0-44df-9bf6-2787dd6ebec7.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-44e19664-f6c0-44df-9bf6-2787dd6ebec7 .shogun-image-content {
  
    align-items: center;
  
}

.s-44e19664-f6c0-44df-9bf6-2787dd6ebec7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44e19664-f6c0-44df-9bf6-2787dd6ebec7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44e19664-f6c0-44df-9bf6-2787dd6ebec7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-44e19664-f6c0-44df-9bf6-2787dd6ebec7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-44e19664-f6c0-44df-9bf6-2787dd6ebec7.shogun-image-container {
      position: relative;
    }

    .s-44e19664-f6c0-44df-9bf6-2787dd6ebec7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-44e19664-f6c0-44df-9bf6-2787dd6ebec7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-44e19664-f6c0-44df-9bf6-2787dd6ebec7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-44e19664-f6c0-44df-9bf6-2787dd6ebec7 {
  
  
  
  
}

#s-44e19664-f6c0-44df-9bf6-2787dd6ebec7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-44e19664-f6c0-44df-9bf6-2787dd6ebec7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-44e19664-f6c0-44df-9bf6-2787dd6ebec7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-44e19664-f6c0-44df-9bf6-2787dd6ebec7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-44e19664-f6c0-44df-9bf6-2787dd6ebec7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-44e19664-f6c0-44df-9bf6-2787dd6ebec7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-44e19664-f6c0-44df-9bf6-2787dd6ebec7.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-44e19664-f6c0-44df-9bf6-2787dd6ebec7 .shogun-image-content {
  
    align-items: center;
  
}

.s-44e19664-f6c0-44df-9bf6-2787dd6ebec7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44e19664-f6c0-44df-9bf6-2787dd6ebec7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44e19664-f6c0-44df-9bf6-2787dd6ebec7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-44e19664-f6c0-44df-9bf6-2787dd6ebec7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-44e19664-f6c0-44df-9bf6-2787dd6ebec7.shogun-image-container {
      position: relative;
    }

    .s-44e19664-f6c0-44df-9bf6-2787dd6ebec7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-44e19664-f6c0-44df-9bf6-2787dd6ebec7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-44e19664-f6c0-44df-9bf6-2787dd6ebec7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-44e19664-f6c0-44df-9bf6-2787dd6ebec7 {
  
  
  
  
}

#s-44e19664-f6c0-44df-9bf6-2787dd6ebec7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-44e19664-f6c0-44df-9bf6-2787dd6ebec7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-44e19664-f6c0-44df-9bf6-2787dd6ebec7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-44e19664-f6c0-44df-9bf6-2787dd6ebec7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-44e19664-f6c0-44df-9bf6-2787dd6ebec7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-44e19664-f6c0-44df-9bf6-2787dd6ebec7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-44e19664-f6c0-44df-9bf6-2787dd6ebec7.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-44e19664-f6c0-44df-9bf6-2787dd6ebec7 .shogun-image-content {
  
    align-items: center;
  
}

.s-44e19664-f6c0-44df-9bf6-2787dd6ebec7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44e19664-f6c0-44df-9bf6-2787dd6ebec7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44e19664-f6c0-44df-9bf6-2787dd6ebec7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-44e19664-f6c0-44df-9bf6-2787dd6ebec7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-44e19664-f6c0-44df-9bf6-2787dd6ebec7.shogun-image-container {
      position: relative;
    }

    .s-44e19664-f6c0-44df-9bf6-2787dd6ebec7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-44e19664-f6c0-44df-9bf6-2787dd6ebec7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-44e19664-f6c0-44df-9bf6-2787dd6ebec7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-fe57cf53-4aa9-4269-a4b8-410b569f3c72 {
  border-style: solid;
margin-left: 15%;
margin-right: 15%;
padding-top: 5px;
padding-left: 0%;
padding-bottom: 5px;
padding-right: 0%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(244, 244, 244, 1);
border-radius: 5px;
background-color: rgba(244, 244, 244, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(244, 244, 244, 1);
}
#s-fe57cf53-4aa9-4269-a4b8-410b569f3c72:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(244, 244, 244, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 0.15) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}#s-fe57cf53-4aa9-4269-a4b8-410b569f3c72:active {background-color: rgba(77, 88, 88, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}

  #s-fe57cf53-4aa9-4269-a4b8-410b569f3c72-root {
    text-align: center;
  }


#s-fe57cf53-4aa9-4269-a4b8-410b569f3c72.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-fe57cf53-4aa9-4269-a4b8-410b569f3c72-root {
    text-align: center;
  }


#s-fe57cf53-4aa9-4269-a4b8-410b569f3c72.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fe57cf53-4aa9-4269-a4b8-410b569f3c72-root {
    text-align: center;
  }


#s-fe57cf53-4aa9-4269-a4b8-410b569f3c72.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fe57cf53-4aa9-4269-a4b8-410b569f3c72-root {
    text-align: center;
  }


#s-fe57cf53-4aa9-4269-a4b8-410b569f3c72.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-fe57cf53-4aa9-4269-a4b8-410b569f3c72-root {
    text-align: center;
  }


#s-fe57cf53-4aa9-4269-a4b8-410b569f3c72.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

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

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

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

/* <-- User Content Animations */

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

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

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

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}
@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

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