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

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

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

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

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

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

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

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

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

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

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

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

#s-1c9d1125-8813-431d-bee7-cb1cd9e6b630 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1c9d1125-8813-431d-bee7-cb1cd9e6b630 {
  display: none;
}
#s-1c9d1125-8813-431d-bee7-cb1cd9e6b630, #wrap-s-1c9d1125-8813-431d-bee7-cb1cd9e6b630 { display:none !important; }}@media (max-width: 767px){#s-1c9d1125-8813-431d-bee7-cb1cd9e6b630 {
  display: none;
}
#s-1c9d1125-8813-431d-bee7-cb1cd9e6b630, #wrap-s-1c9d1125-8813-431d-bee7-cb1cd9e6b630 { display:none !important; }}







#s-1c9d1125-8813-431d-bee7-cb1cd9e6b630 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c9d1125-8813-431d-bee7-cb1cd9e6b630.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-748295a4-a8b4-4449-b1ea-57acd29c267f {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 5%;
padding-bottom: 0%;
min-height: 500px;
background-position: center center;
}

#s-748295a4-a8b4-4449-b1ea-57acd29c267f {
  background-image: url(https://i.shgcdn.com/2e684131-4864-4576-8b97-9fde711e9fe0/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-748295a4-a8b4-4449-b1ea-57acd29c267f > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-748295a4-a8b4-4449-b1ea-57acd29c267f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8737dd46-73d9-4bd3-aa73-133cde18bb9f {
  min-height: 50px;
}








#s-8737dd46-73d9-4bd3-aa73-133cde18bb9f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8737dd46-73d9-4bd3-aa73-133cde18bb9f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  font-family: ;
  text-transform: none;
  font-weight: normal;
  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-d21b5140-74ea-46a8-8207-52afe9376d61 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d21b5140-74ea-46a8-8207-52afe9376d61 .shogun-heading-component h1 {
  color: rgba(77, 77, 77, 1);
  font-weight:   ;
  font-family: "Sabon Next";
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-3b37fff3-9bf6-469a-a04a-4d63f20c34df {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-321c5f1c-fb72-425f-aa91-73fbe206ee71 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-20ad232f-223b-4f87-bc91-c60370455ac9 {
  margin-top: 30px;
margin-left: 26%;
margin-bottom: 30px;
margin-right: 26%;
}

#s-ed1daa4f-344a-4989-9fbb-110043510469 {
  margin-top: 11px;
margin-left: 20%;
margin-bottom: 11px;
margin-right: 20%;
}

#s-c6cb9d67-0ef0-42d9-9692-1260a3c965c2 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 5px;
padding-bottom: 5px;
min-height: 50px;
}








#s-c6cb9d67-0ef0-42d9-9692-1260a3c965c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c6cb9d67-0ef0-42d9-9692-1260a3c965c2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

.shg-btn.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-1ecb7465-dfd7-406a-afe2-1bab578d980f {
  border-style: solid;
margin-top: 8px;
margin-bottom: 8px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(26, 112, 100, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(26, 112, 100, 1);
letter-spacing: 1px;
}
#s-1ecb7465-dfd7-406a-afe2-1bab578d980f:hover {background-color: rgba(255, 255, 255, 0.75) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(26, 112, 100, 0.75) !important;}#s-1ecb7465-dfd7-406a-afe2-1bab578d980f:active {background-color: rgba(255, 255, 255, 0.75) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(26, 112, 100, 0.75) !important;}

  #s-1ecb7465-dfd7-406a-afe2-1bab578d980f-btn-wrapper {
    text-align: center;
  }


#s-1ecb7465-dfd7-406a-afe2-1bab578d980f.shg-btn {
  color: rgba(26, 112, 100, 1);
  font-size: 12px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1ecb7465-dfd7-406a-afe2-1bab578d980f-btn-wrapper {
    text-align: center;
  }


#s-1ecb7465-dfd7-406a-afe2-1bab578d980f.shg-btn {
  color: rgba(26, 112, 100, 1);
  font-size: 12px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1ecb7465-dfd7-406a-afe2-1bab578d980f-btn-wrapper {
    text-align: center;
  }


#s-1ecb7465-dfd7-406a-afe2-1bab578d980f.shg-btn {
  color: rgba(26, 112, 100, 1);
  font-size: 12px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1ecb7465-dfd7-406a-afe2-1bab578d980f-btn-wrapper {
    text-align: center;
  }


#s-1ecb7465-dfd7-406a-afe2-1bab578d980f.shg-btn {
  color: rgba(26, 112, 100, 1);
  font-size: 12px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1ecb7465-dfd7-406a-afe2-1bab578d980f-btn-wrapper {
    text-align: center;
  }


#s-1ecb7465-dfd7-406a-afe2-1bab578d980f.shg-btn {
  color: rgba(26, 112, 100, 1);
  font-size: 12px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}
#s-1be1dc18-e006-416c-9515-b9991f2a2920 {
  border-style: solid;
margin-top: 8px;
margin-bottom: 8px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(26, 112, 100, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(26, 112, 100, 1);
letter-spacing: 1px;
}
#s-1be1dc18-e006-416c-9515-b9991f2a2920:hover {background-color: rgba(255, 255, 255, 0.75) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(26, 112, 100, 0.75) !important;}#s-1be1dc18-e006-416c-9515-b9991f2a2920:active {background-color: rgba(255, 255, 255, 0.75) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(26, 112, 100, 0.75) !important;}

  #s-1be1dc18-e006-416c-9515-b9991f2a2920-btn-wrapper {
    text-align: center;
  }


#s-1be1dc18-e006-416c-9515-b9991f2a2920.shg-btn {
  color: rgba(26, 112, 100, 1);
  font-size: 12px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1be1dc18-e006-416c-9515-b9991f2a2920-btn-wrapper {
    text-align: center;
  }


#s-1be1dc18-e006-416c-9515-b9991f2a2920.shg-btn {
  color: rgba(26, 112, 100, 1);
  font-size: 12px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1be1dc18-e006-416c-9515-b9991f2a2920-btn-wrapper {
    text-align: center;
  }


#s-1be1dc18-e006-416c-9515-b9991f2a2920.shg-btn {
  color: rgba(26, 112, 100, 1);
  font-size: 12px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1be1dc18-e006-416c-9515-b9991f2a2920-btn-wrapper {
    text-align: center;
  }


#s-1be1dc18-e006-416c-9515-b9991f2a2920.shg-btn {
  color: rgba(26, 112, 100, 1);
  font-size: 12px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1be1dc18-e006-416c-9515-b9991f2a2920-btn-wrapper {
    text-align: center;
  }


#s-1be1dc18-e006-416c-9515-b9991f2a2920.shg-btn {
  color: rgba(26, 112, 100, 1);
  font-size: 12px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}
#s-43509fdb-cd1f-4602-b234-92ac083178dc {
  box-shadow:0px 0px 0px 0px ;
border-style: solid;
border-color: #000;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 30px;
padding-bottom: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-style: solid;
min-height: 50px;
background-attachment: scroll;
}








#s-43509fdb-cd1f-4602-b234-92ac083178dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43509fdb-cd1f-4602-b234-92ac083178dc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-c319429c-2ca6-40ca-9211-c5554e6f2381 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
}

#s-c319429c-2ca6-40ca-9211-c5554e6f2381 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-c319429c-2ca6-40ca-9211-c5554e6f2381 .shg-sld-nav-button.shg-sld-left,
#s-c319429c-2ca6-40ca-9211-c5554e6f2381 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

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

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

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

@media (min-width: 0px) {
[id="s-cdd64df7-76ba-4aa9-a4b4-cf324c879537"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cdd64df7-76ba-4aa9-a4b4-cf324c879537"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-cdd64df7-76ba-4aa9-a4b4-cf324c879537"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-cdd64df7-76ba-4aa9-a4b4-cf324c879537"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-56eac19b-8523-474c-bc0d-df45631f217c {
  text-align: center;
}







  img.s-56eac19b-8523-474c-bc0d-df45631f217c.shogun-image {
    
    
  }


.s-56eac19b-8523-474c-bc0d-df45631f217c .shogun-image-content {
  
    align-items: center;
  
}

.s-56eac19b-8523-474c-bc0d-df45631f217c.shg-align-container {
  text-align: center
}

.s-56eac19b-8523-474c-bc0d-df45631f217c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56eac19b-8523-474c-bc0d-df45631f217c.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-56eac19b-8523-474c-bc0d-df45631f217c.shogun-image {
    
    
  }


.s-56eac19b-8523-474c-bc0d-df45631f217c .shogun-image-content {
  
    align-items: center;
  
}

.s-56eac19b-8523-474c-bc0d-df45631f217c.shg-align-container {
  text-align: center
}

.s-56eac19b-8523-474c-bc0d-df45631f217c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56eac19b-8523-474c-bc0d-df45631f217c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-56eac19b-8523-474c-bc0d-df45631f217c.shogun-image {
    
    
  }


.s-56eac19b-8523-474c-bc0d-df45631f217c .shogun-image-content {
  
    align-items: center;
  
}

.s-56eac19b-8523-474c-bc0d-df45631f217c.shg-align-container {
  text-align: center
}

.s-56eac19b-8523-474c-bc0d-df45631f217c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56eac19b-8523-474c-bc0d-df45631f217c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-56eac19b-8523-474c-bc0d-df45631f217c.shogun-image {
    
    
  }


.s-56eac19b-8523-474c-bc0d-df45631f217c .shogun-image-content {
  
    align-items: center;
  
}

.s-56eac19b-8523-474c-bc0d-df45631f217c.shg-align-container {
  text-align: center
}

.s-56eac19b-8523-474c-bc0d-df45631f217c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56eac19b-8523-474c-bc0d-df45631f217c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-56eac19b-8523-474c-bc0d-df45631f217c.shogun-image {
    
    
  }


.s-56eac19b-8523-474c-bc0d-df45631f217c .shogun-image-content {
  
    align-items: center;
  
}

.s-56eac19b-8523-474c-bc0d-df45631f217c.shg-align-container {
  text-align: center
}

.s-56eac19b-8523-474c-bc0d-df45631f217c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56eac19b-8523-474c-bc0d-df45631f217c.shogun-image {
  box-sizing: border-box;
}


}
#s-7a897a5c-44ad-4792-b9a4-46b333490496 {
  text-align: center;
}







  img.s-7a897a5c-44ad-4792-b9a4-46b333490496.shogun-image {
    
    
  }


.s-7a897a5c-44ad-4792-b9a4-46b333490496 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a897a5c-44ad-4792-b9a4-46b333490496.shg-align-container {
  text-align: center
}

.s-7a897a5c-44ad-4792-b9a4-46b333490496.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a897a5c-44ad-4792-b9a4-46b333490496.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-7a897a5c-44ad-4792-b9a4-46b333490496.shogun-image {
    
    
  }


.s-7a897a5c-44ad-4792-b9a4-46b333490496 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a897a5c-44ad-4792-b9a4-46b333490496.shg-align-container {
  text-align: center
}

.s-7a897a5c-44ad-4792-b9a4-46b333490496.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a897a5c-44ad-4792-b9a4-46b333490496.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7a897a5c-44ad-4792-b9a4-46b333490496.shogun-image {
    
    
  }


.s-7a897a5c-44ad-4792-b9a4-46b333490496 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a897a5c-44ad-4792-b9a4-46b333490496.shg-align-container {
  text-align: center
}

.s-7a897a5c-44ad-4792-b9a4-46b333490496.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a897a5c-44ad-4792-b9a4-46b333490496.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7a897a5c-44ad-4792-b9a4-46b333490496.shogun-image {
    
    
  }


.s-7a897a5c-44ad-4792-b9a4-46b333490496 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a897a5c-44ad-4792-b9a4-46b333490496.shg-align-container {
  text-align: center
}

.s-7a897a5c-44ad-4792-b9a4-46b333490496.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a897a5c-44ad-4792-b9a4-46b333490496.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7a897a5c-44ad-4792-b9a4-46b333490496.shogun-image {
    
    
  }


.s-7a897a5c-44ad-4792-b9a4-46b333490496 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a897a5c-44ad-4792-b9a4-46b333490496.shg-align-container {
  text-align: center
}

.s-7a897a5c-44ad-4792-b9a4-46b333490496.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a897a5c-44ad-4792-b9a4-46b333490496.shogun-image {
  box-sizing: border-box;
}


}
#s-ef23b553-3ce2-47ef-b2b4-bb2ec5b415b9 {
  text-align: center;
}







  img.s-ef23b553-3ce2-47ef-b2b4-bb2ec5b415b9.shogun-image {
    
    
  }


.s-ef23b553-3ce2-47ef-b2b4-bb2ec5b415b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-ef23b553-3ce2-47ef-b2b4-bb2ec5b415b9.shg-align-container {
  text-align: center
}

.s-ef23b553-3ce2-47ef-b2b4-bb2ec5b415b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef23b553-3ce2-47ef-b2b4-bb2ec5b415b9.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-ef23b553-3ce2-47ef-b2b4-bb2ec5b415b9.shogun-image {
    
    
  }


.s-ef23b553-3ce2-47ef-b2b4-bb2ec5b415b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-ef23b553-3ce2-47ef-b2b4-bb2ec5b415b9.shg-align-container {
  text-align: center
}

.s-ef23b553-3ce2-47ef-b2b4-bb2ec5b415b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef23b553-3ce2-47ef-b2b4-bb2ec5b415b9.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ef23b553-3ce2-47ef-b2b4-bb2ec5b415b9.shogun-image {
    
    
  }


.s-ef23b553-3ce2-47ef-b2b4-bb2ec5b415b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-ef23b553-3ce2-47ef-b2b4-bb2ec5b415b9.shg-align-container {
  text-align: center
}

.s-ef23b553-3ce2-47ef-b2b4-bb2ec5b415b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef23b553-3ce2-47ef-b2b4-bb2ec5b415b9.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ef23b553-3ce2-47ef-b2b4-bb2ec5b415b9.shogun-image {
    
    
  }


.s-ef23b553-3ce2-47ef-b2b4-bb2ec5b415b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-ef23b553-3ce2-47ef-b2b4-bb2ec5b415b9.shg-align-container {
  text-align: center
}

.s-ef23b553-3ce2-47ef-b2b4-bb2ec5b415b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef23b553-3ce2-47ef-b2b4-bb2ec5b415b9.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ef23b553-3ce2-47ef-b2b4-bb2ec5b415b9.shogun-image {
    
    
  }


.s-ef23b553-3ce2-47ef-b2b4-bb2ec5b415b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-ef23b553-3ce2-47ef-b2b4-bb2ec5b415b9.shg-align-container {
  text-align: center
}

.s-ef23b553-3ce2-47ef-b2b4-bb2ec5b415b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef23b553-3ce2-47ef-b2b4-bb2ec5b415b9.shogun-image {
  box-sizing: border-box;
}


}
@media (min-width: 0px) {
[id="s-9d300707-236d-437b-81eb-22d0631b9b4c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9d300707-236d-437b-81eb-22d0631b9b4c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-9d300707-236d-437b-81eb-22d0631b9b4c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-9d300707-236d-437b-81eb-22d0631b9b4c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-2c8730c4-9fcc-4b06-9bd9-481333c573ee {
  text-align: center;
}







  img.s-2c8730c4-9fcc-4b06-9bd9-481333c573ee.shogun-image {
    
    
  }


.s-2c8730c4-9fcc-4b06-9bd9-481333c573ee .shogun-image-content {
  
    align-items: center;
  
}

.s-2c8730c4-9fcc-4b06-9bd9-481333c573ee.shg-align-container {
  text-align: center
}

.s-2c8730c4-9fcc-4b06-9bd9-481333c573ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c8730c4-9fcc-4b06-9bd9-481333c573ee.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-2c8730c4-9fcc-4b06-9bd9-481333c573ee.shogun-image {
    
    
  }


.s-2c8730c4-9fcc-4b06-9bd9-481333c573ee .shogun-image-content {
  
    align-items: center;
  
}

.s-2c8730c4-9fcc-4b06-9bd9-481333c573ee.shg-align-container {
  text-align: center
}

.s-2c8730c4-9fcc-4b06-9bd9-481333c573ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c8730c4-9fcc-4b06-9bd9-481333c573ee.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2c8730c4-9fcc-4b06-9bd9-481333c573ee.shogun-image {
    
    
  }


.s-2c8730c4-9fcc-4b06-9bd9-481333c573ee .shogun-image-content {
  
    align-items: center;
  
}

.s-2c8730c4-9fcc-4b06-9bd9-481333c573ee.shg-align-container {
  text-align: center
}

.s-2c8730c4-9fcc-4b06-9bd9-481333c573ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c8730c4-9fcc-4b06-9bd9-481333c573ee.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2c8730c4-9fcc-4b06-9bd9-481333c573ee.shogun-image {
    
    
  }


.s-2c8730c4-9fcc-4b06-9bd9-481333c573ee .shogun-image-content {
  
    align-items: center;
  
}

.s-2c8730c4-9fcc-4b06-9bd9-481333c573ee.shg-align-container {
  text-align: center
}

.s-2c8730c4-9fcc-4b06-9bd9-481333c573ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c8730c4-9fcc-4b06-9bd9-481333c573ee.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2c8730c4-9fcc-4b06-9bd9-481333c573ee.shogun-image {
    
    
  }


.s-2c8730c4-9fcc-4b06-9bd9-481333c573ee .shogun-image-content {
  
    align-items: center;
  
}

.s-2c8730c4-9fcc-4b06-9bd9-481333c573ee.shg-align-container {
  text-align: center
}

.s-2c8730c4-9fcc-4b06-9bd9-481333c573ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c8730c4-9fcc-4b06-9bd9-481333c573ee.shogun-image {
  box-sizing: border-box;
}


}
#s-7822aa06-061d-4480-9772-4f2ccacb4c16 {
  text-align: center;
}







  img.s-7822aa06-061d-4480-9772-4f2ccacb4c16.shogun-image {
    
    
  }


.s-7822aa06-061d-4480-9772-4f2ccacb4c16 .shogun-image-content {
  
    align-items: center;
  
}

.s-7822aa06-061d-4480-9772-4f2ccacb4c16.shg-align-container {
  text-align: center
}

.s-7822aa06-061d-4480-9772-4f2ccacb4c16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7822aa06-061d-4480-9772-4f2ccacb4c16.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-7822aa06-061d-4480-9772-4f2ccacb4c16.shogun-image {
    
    
  }


.s-7822aa06-061d-4480-9772-4f2ccacb4c16 .shogun-image-content {
  
    align-items: center;
  
}

.s-7822aa06-061d-4480-9772-4f2ccacb4c16.shg-align-container {
  text-align: center
}

.s-7822aa06-061d-4480-9772-4f2ccacb4c16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7822aa06-061d-4480-9772-4f2ccacb4c16.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7822aa06-061d-4480-9772-4f2ccacb4c16.shogun-image {
    
    
  }


.s-7822aa06-061d-4480-9772-4f2ccacb4c16 .shogun-image-content {
  
    align-items: center;
  
}

.s-7822aa06-061d-4480-9772-4f2ccacb4c16.shg-align-container {
  text-align: center
}

.s-7822aa06-061d-4480-9772-4f2ccacb4c16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7822aa06-061d-4480-9772-4f2ccacb4c16.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7822aa06-061d-4480-9772-4f2ccacb4c16.shogun-image {
    
    
  }


.s-7822aa06-061d-4480-9772-4f2ccacb4c16 .shogun-image-content {
  
    align-items: center;
  
}

.s-7822aa06-061d-4480-9772-4f2ccacb4c16.shg-align-container {
  text-align: center
}

.s-7822aa06-061d-4480-9772-4f2ccacb4c16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7822aa06-061d-4480-9772-4f2ccacb4c16.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7822aa06-061d-4480-9772-4f2ccacb4c16.shogun-image {
    
    
  }


.s-7822aa06-061d-4480-9772-4f2ccacb4c16 .shogun-image-content {
  
    align-items: center;
  
}

.s-7822aa06-061d-4480-9772-4f2ccacb4c16.shg-align-container {
  text-align: center
}

.s-7822aa06-061d-4480-9772-4f2ccacb4c16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7822aa06-061d-4480-9772-4f2ccacb4c16.shogun-image {
  box-sizing: border-box;
}


}
#s-689059db-bd19-496a-bef5-15078935651b {
  text-align: center;
}







  img.s-689059db-bd19-496a-bef5-15078935651b.shogun-image {
    
    
  }


.s-689059db-bd19-496a-bef5-15078935651b .shogun-image-content {
  
    align-items: center;
  
}

.s-689059db-bd19-496a-bef5-15078935651b.shg-align-container {
  text-align: center
}

.s-689059db-bd19-496a-bef5-15078935651b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-689059db-bd19-496a-bef5-15078935651b.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-689059db-bd19-496a-bef5-15078935651b.shogun-image {
    
    
  }


.s-689059db-bd19-496a-bef5-15078935651b .shogun-image-content {
  
    align-items: center;
  
}

.s-689059db-bd19-496a-bef5-15078935651b.shg-align-container {
  text-align: center
}

.s-689059db-bd19-496a-bef5-15078935651b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-689059db-bd19-496a-bef5-15078935651b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-689059db-bd19-496a-bef5-15078935651b.shogun-image {
    
    
  }


.s-689059db-bd19-496a-bef5-15078935651b .shogun-image-content {
  
    align-items: center;
  
}

.s-689059db-bd19-496a-bef5-15078935651b.shg-align-container {
  text-align: center
}

.s-689059db-bd19-496a-bef5-15078935651b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-689059db-bd19-496a-bef5-15078935651b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-689059db-bd19-496a-bef5-15078935651b.shogun-image {
    
    
  }


.s-689059db-bd19-496a-bef5-15078935651b .shogun-image-content {
  
    align-items: center;
  
}

.s-689059db-bd19-496a-bef5-15078935651b.shg-align-container {
  text-align: center
}

.s-689059db-bd19-496a-bef5-15078935651b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-689059db-bd19-496a-bef5-15078935651b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-689059db-bd19-496a-bef5-15078935651b.shogun-image {
    
    
  }


.s-689059db-bd19-496a-bef5-15078935651b .shogun-image-content {
  
    align-items: center;
  
}

.s-689059db-bd19-496a-bef5-15078935651b.shg-align-container {
  text-align: center
}

.s-689059db-bd19-496a-bef5-15078935651b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-689059db-bd19-496a-bef5-15078935651b.shogun-image {
  box-sizing: border-box;
}


}
@media (min-width: 0px) {
[id="s-1b50a4f0-774d-4bbd-95f7-2d0647ec2846"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1b50a4f0-774d-4bbd-95f7-2d0647ec2846"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-1b50a4f0-774d-4bbd-95f7-2d0647ec2846"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-1b50a4f0-774d-4bbd-95f7-2d0647ec2846"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-c56b3ddf-12cd-4f98-b18c-2b3247cf042b {
  text-align: center;
}







  img.s-c56b3ddf-12cd-4f98-b18c-2b3247cf042b.shogun-image {
    
    
  }


.s-c56b3ddf-12cd-4f98-b18c-2b3247cf042b .shogun-image-content {
  
    align-items: center;
  
}

.s-c56b3ddf-12cd-4f98-b18c-2b3247cf042b.shg-align-container {
  text-align: center
}

.s-c56b3ddf-12cd-4f98-b18c-2b3247cf042b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c56b3ddf-12cd-4f98-b18c-2b3247cf042b.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-c56b3ddf-12cd-4f98-b18c-2b3247cf042b.shogun-image {
    
    
  }


.s-c56b3ddf-12cd-4f98-b18c-2b3247cf042b .shogun-image-content {
  
    align-items: center;
  
}

.s-c56b3ddf-12cd-4f98-b18c-2b3247cf042b.shg-align-container {
  text-align: center
}

.s-c56b3ddf-12cd-4f98-b18c-2b3247cf042b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c56b3ddf-12cd-4f98-b18c-2b3247cf042b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c56b3ddf-12cd-4f98-b18c-2b3247cf042b.shogun-image {
    
    
  }


.s-c56b3ddf-12cd-4f98-b18c-2b3247cf042b .shogun-image-content {
  
    align-items: center;
  
}

.s-c56b3ddf-12cd-4f98-b18c-2b3247cf042b.shg-align-container {
  text-align: center
}

.s-c56b3ddf-12cd-4f98-b18c-2b3247cf042b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c56b3ddf-12cd-4f98-b18c-2b3247cf042b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c56b3ddf-12cd-4f98-b18c-2b3247cf042b.shogun-image {
    
    
  }


.s-c56b3ddf-12cd-4f98-b18c-2b3247cf042b .shogun-image-content {
  
    align-items: center;
  
}

.s-c56b3ddf-12cd-4f98-b18c-2b3247cf042b.shg-align-container {
  text-align: center
}

.s-c56b3ddf-12cd-4f98-b18c-2b3247cf042b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c56b3ddf-12cd-4f98-b18c-2b3247cf042b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c56b3ddf-12cd-4f98-b18c-2b3247cf042b.shogun-image {
    
    
  }


.s-c56b3ddf-12cd-4f98-b18c-2b3247cf042b .shogun-image-content {
  
    align-items: center;
  
}

.s-c56b3ddf-12cd-4f98-b18c-2b3247cf042b.shg-align-container {
  text-align: center
}

.s-c56b3ddf-12cd-4f98-b18c-2b3247cf042b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c56b3ddf-12cd-4f98-b18c-2b3247cf042b.shogun-image {
  box-sizing: border-box;
}


}
#s-52390097-5247-4398-a9b8-371ba4d1fb96 {
  text-align: center;
}







  img.s-52390097-5247-4398-a9b8-371ba4d1fb96.shogun-image {
    
    
  }


.s-52390097-5247-4398-a9b8-371ba4d1fb96 .shogun-image-content {
  
    align-items: center;
  
}

.s-52390097-5247-4398-a9b8-371ba4d1fb96.shg-align-container {
  text-align: center
}

.s-52390097-5247-4398-a9b8-371ba4d1fb96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52390097-5247-4398-a9b8-371ba4d1fb96.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-52390097-5247-4398-a9b8-371ba4d1fb96.shogun-image {
    
    
  }


.s-52390097-5247-4398-a9b8-371ba4d1fb96 .shogun-image-content {
  
    align-items: center;
  
}

.s-52390097-5247-4398-a9b8-371ba4d1fb96.shg-align-container {
  text-align: center
}

.s-52390097-5247-4398-a9b8-371ba4d1fb96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52390097-5247-4398-a9b8-371ba4d1fb96.shogun-image {
  box-sizing: border-box;
}


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





  img.s-52390097-5247-4398-a9b8-371ba4d1fb96.shogun-image {
    
    
  }


.s-52390097-5247-4398-a9b8-371ba4d1fb96 .shogun-image-content {
  
    align-items: center;
  
}

.s-52390097-5247-4398-a9b8-371ba4d1fb96.shg-align-container {
  text-align: center
}

.s-52390097-5247-4398-a9b8-371ba4d1fb96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52390097-5247-4398-a9b8-371ba4d1fb96.shogun-image {
  box-sizing: border-box;
}


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





  img.s-52390097-5247-4398-a9b8-371ba4d1fb96.shogun-image {
    
    
  }


.s-52390097-5247-4398-a9b8-371ba4d1fb96 .shogun-image-content {
  
    align-items: center;
  
}

.s-52390097-5247-4398-a9b8-371ba4d1fb96.shg-align-container {
  text-align: center
}

.s-52390097-5247-4398-a9b8-371ba4d1fb96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52390097-5247-4398-a9b8-371ba4d1fb96.shogun-image {
  box-sizing: border-box;
}


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





  img.s-52390097-5247-4398-a9b8-371ba4d1fb96.shogun-image {
    
    
  }


.s-52390097-5247-4398-a9b8-371ba4d1fb96 .shogun-image-content {
  
    align-items: center;
  
}

.s-52390097-5247-4398-a9b8-371ba4d1fb96.shg-align-container {
  text-align: center
}

.s-52390097-5247-4398-a9b8-371ba4d1fb96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52390097-5247-4398-a9b8-371ba4d1fb96.shogun-image {
  box-sizing: border-box;
}


}
#s-8422c73e-668b-4c2a-985c-5de086a080e5 {
  text-align: center;
}







  img.s-8422c73e-668b-4c2a-985c-5de086a080e5.shogun-image {
    
    
  }


.s-8422c73e-668b-4c2a-985c-5de086a080e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-8422c73e-668b-4c2a-985c-5de086a080e5.shg-align-container {
  text-align: center
}

.s-8422c73e-668b-4c2a-985c-5de086a080e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8422c73e-668b-4c2a-985c-5de086a080e5.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-8422c73e-668b-4c2a-985c-5de086a080e5.shogun-image {
    
    
  }


.s-8422c73e-668b-4c2a-985c-5de086a080e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-8422c73e-668b-4c2a-985c-5de086a080e5.shg-align-container {
  text-align: center
}

.s-8422c73e-668b-4c2a-985c-5de086a080e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8422c73e-668b-4c2a-985c-5de086a080e5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8422c73e-668b-4c2a-985c-5de086a080e5.shogun-image {
    
    
  }


.s-8422c73e-668b-4c2a-985c-5de086a080e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-8422c73e-668b-4c2a-985c-5de086a080e5.shg-align-container {
  text-align: center
}

.s-8422c73e-668b-4c2a-985c-5de086a080e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8422c73e-668b-4c2a-985c-5de086a080e5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8422c73e-668b-4c2a-985c-5de086a080e5.shogun-image {
    
    
  }


.s-8422c73e-668b-4c2a-985c-5de086a080e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-8422c73e-668b-4c2a-985c-5de086a080e5.shg-align-container {
  text-align: center
}

.s-8422c73e-668b-4c2a-985c-5de086a080e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8422c73e-668b-4c2a-985c-5de086a080e5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8422c73e-668b-4c2a-985c-5de086a080e5.shogun-image {
    
    
  }


.s-8422c73e-668b-4c2a-985c-5de086a080e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-8422c73e-668b-4c2a-985c-5de086a080e5.shg-align-container {
  text-align: center
}

.s-8422c73e-668b-4c2a-985c-5de086a080e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8422c73e-668b-4c2a-985c-5de086a080e5.shogun-image {
  box-sizing: border-box;
}


}
#s-2e34a190-b86c-40e1-9a99-2a7b1dbafca4 {
  text-align: center;
}







  img.s-2e34a190-b86c-40e1-9a99-2a7b1dbafca4.shogun-image {
    
    
  }


.s-2e34a190-b86c-40e1-9a99-2a7b1dbafca4 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e34a190-b86c-40e1-9a99-2a7b1dbafca4.shg-align-container {
  text-align: center
}

.s-2e34a190-b86c-40e1-9a99-2a7b1dbafca4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e34a190-b86c-40e1-9a99-2a7b1dbafca4.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-2e34a190-b86c-40e1-9a99-2a7b1dbafca4.shogun-image {
    
    
  }


.s-2e34a190-b86c-40e1-9a99-2a7b1dbafca4 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e34a190-b86c-40e1-9a99-2a7b1dbafca4.shg-align-container {
  text-align: center
}

.s-2e34a190-b86c-40e1-9a99-2a7b1dbafca4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e34a190-b86c-40e1-9a99-2a7b1dbafca4.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2e34a190-b86c-40e1-9a99-2a7b1dbafca4.shogun-image {
    
    
  }


.s-2e34a190-b86c-40e1-9a99-2a7b1dbafca4 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e34a190-b86c-40e1-9a99-2a7b1dbafca4.shg-align-container {
  text-align: center
}

.s-2e34a190-b86c-40e1-9a99-2a7b1dbafca4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e34a190-b86c-40e1-9a99-2a7b1dbafca4.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2e34a190-b86c-40e1-9a99-2a7b1dbafca4.shogun-image {
    
    
  }


.s-2e34a190-b86c-40e1-9a99-2a7b1dbafca4 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e34a190-b86c-40e1-9a99-2a7b1dbafca4.shg-align-container {
  text-align: center
}

.s-2e34a190-b86c-40e1-9a99-2a7b1dbafca4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e34a190-b86c-40e1-9a99-2a7b1dbafca4.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2e34a190-b86c-40e1-9a99-2a7b1dbafca4.shogun-image {
    
    
  }


.s-2e34a190-b86c-40e1-9a99-2a7b1dbafca4 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e34a190-b86c-40e1-9a99-2a7b1dbafca4.shg-align-container {
  text-align: center
}

.s-2e34a190-b86c-40e1-9a99-2a7b1dbafca4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e34a190-b86c-40e1-9a99-2a7b1dbafca4.shogun-image {
  box-sizing: border-box;
}


}
#s-286f3c24-4ee7-4ed2-af4d-0350f38bcee3 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 70px;
padding-bottom: 70px;
min-height: 50px;
}








#s-286f3c24-4ee7-4ed2-af4d-0350f38bcee3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-286f3c24-4ee7-4ed2-af4d-0350f38bcee3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3a06c165-0bae-45f4-9161-704255f0f6b6 {
  box-shadow:1px 1px 1px 1px rgba(221, 221, 221, 0.7);
background-color: rgba(221, 221, 221, 0.7);
}

@media (min-width: 0px) {
[id="s-3a06c165-0bae-45f4-9161-704255f0f6b6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3a06c165-0bae-45f4-9161-704255f0f6b6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3a06c165-0bae-45f4-9161-704255f0f6b6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3a06c165-0bae-45f4-9161-704255f0f6b6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-ef8fe7bb-aaa0-40ed-be6d-3a8d52503053 {
  text-align: center;
}







  img.s-ef8fe7bb-aaa0-40ed-be6d-3a8d52503053.shogun-image {
    
    
  }


.s-ef8fe7bb-aaa0-40ed-be6d-3a8d52503053 .shogun-image-content {
  
    align-items: center;
  
}

.s-ef8fe7bb-aaa0-40ed-be6d-3a8d52503053.shg-align-container {
  text-align: center
}

.s-ef8fe7bb-aaa0-40ed-be6d-3a8d52503053.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef8fe7bb-aaa0-40ed-be6d-3a8d52503053.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-ef8fe7bb-aaa0-40ed-be6d-3a8d52503053.shogun-image {
    
    
  }


.s-ef8fe7bb-aaa0-40ed-be6d-3a8d52503053 .shogun-image-content {
  
    align-items: center;
  
}

.s-ef8fe7bb-aaa0-40ed-be6d-3a8d52503053.shg-align-container {
  text-align: center
}

.s-ef8fe7bb-aaa0-40ed-be6d-3a8d52503053.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef8fe7bb-aaa0-40ed-be6d-3a8d52503053.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ef8fe7bb-aaa0-40ed-be6d-3a8d52503053.shogun-image {
    
    
  }


.s-ef8fe7bb-aaa0-40ed-be6d-3a8d52503053 .shogun-image-content {
  
    align-items: center;
  
}

.s-ef8fe7bb-aaa0-40ed-be6d-3a8d52503053.shg-align-container {
  text-align: center
}

.s-ef8fe7bb-aaa0-40ed-be6d-3a8d52503053.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef8fe7bb-aaa0-40ed-be6d-3a8d52503053.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ef8fe7bb-aaa0-40ed-be6d-3a8d52503053.shogun-image {
    
    
  }


.s-ef8fe7bb-aaa0-40ed-be6d-3a8d52503053 .shogun-image-content {
  
    align-items: center;
  
}

.s-ef8fe7bb-aaa0-40ed-be6d-3a8d52503053.shg-align-container {
  text-align: center
}

.s-ef8fe7bb-aaa0-40ed-be6d-3a8d52503053.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef8fe7bb-aaa0-40ed-be6d-3a8d52503053.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ef8fe7bb-aaa0-40ed-be6d-3a8d52503053.shogun-image {
    
    
  }


.s-ef8fe7bb-aaa0-40ed-be6d-3a8d52503053 .shogun-image-content {
  
    align-items: center;
  
}

.s-ef8fe7bb-aaa0-40ed-be6d-3a8d52503053.shg-align-container {
  text-align: center
}

.s-ef8fe7bb-aaa0-40ed-be6d-3a8d52503053.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef8fe7bb-aaa0-40ed-be6d-3a8d52503053.shogun-image {
  box-sizing: border-box;
}


}
#s-322e3396-ac39-4e46-8828-6e289640590d {
  margin-top: 70px;
margin-bottom: 70px;
min-height: 50px;
}








#s-322e3396-ac39-4e46-8828-6e289640590d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-322e3396-ac39-4e46-8828-6e289640590d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-48be1d48-11b9-4b7b-90b8-1280fcc11c30 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-9782274d-eec0-426b-9485-5b87d28f7ff5 {
  margin-top: 30px;
margin-left: 15%;
margin-bottom: 30px;
margin-right: 15%;
}

#s-27a87f6e-1cd8-4048-ac79-f66ae06d06da {
  margin-top: 100px;
margin-left: 5%;
margin-bottom: 100px;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
}

#s-27a87f6e-1cd8-4048-ac79-f66ae06d06da .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-27a87f6e-1cd8-4048-ac79-f66ae06d06da .shg-sld-nav-button.shg-sld-left,
#s-27a87f6e-1cd8-4048-ac79-f66ae06d06da .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-9df3bf64-d994-42c0-80f3-2ea4068a9d7c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-9df3bf64-d994-42c0-80f3-2ea4068a9d7c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9df3bf64-d994-42c0-80f3-2ea4068a9d7c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9df3bf64-d994-42c0-80f3-2ea4068a9d7c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9df3bf64-d994-42c0-80f3-2ea4068a9d7c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9df3bf64-d994-42c0-80f3-2ea4068a9d7c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9df3bf64-d994-42c0-80f3-2ea4068a9d7c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-9df90ec6-357b-4cbf-83aa-ab26044eb9aa {
  text-align: center;
}







  img.s-9df90ec6-357b-4cbf-83aa-ab26044eb9aa.shogun-image {
    
    
  }


.s-9df90ec6-357b-4cbf-83aa-ab26044eb9aa .shogun-image-content {
  
    align-items: center;
  
}

.s-9df90ec6-357b-4cbf-83aa-ab26044eb9aa.shg-align-container {
  text-align: center
}

.s-9df90ec6-357b-4cbf-83aa-ab26044eb9aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9df90ec6-357b-4cbf-83aa-ab26044eb9aa.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-9df90ec6-357b-4cbf-83aa-ab26044eb9aa.shogun-image {
    
    
  }


.s-9df90ec6-357b-4cbf-83aa-ab26044eb9aa .shogun-image-content {
  
    align-items: center;
  
}

.s-9df90ec6-357b-4cbf-83aa-ab26044eb9aa.shg-align-container {
  text-align: center
}

.s-9df90ec6-357b-4cbf-83aa-ab26044eb9aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9df90ec6-357b-4cbf-83aa-ab26044eb9aa.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9df90ec6-357b-4cbf-83aa-ab26044eb9aa.shogun-image {
    
    
  }


.s-9df90ec6-357b-4cbf-83aa-ab26044eb9aa .shogun-image-content {
  
    align-items: center;
  
}

.s-9df90ec6-357b-4cbf-83aa-ab26044eb9aa.shg-align-container {
  text-align: center
}

.s-9df90ec6-357b-4cbf-83aa-ab26044eb9aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9df90ec6-357b-4cbf-83aa-ab26044eb9aa.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9df90ec6-357b-4cbf-83aa-ab26044eb9aa.shogun-image {
    
    
  }


.s-9df90ec6-357b-4cbf-83aa-ab26044eb9aa .shogun-image-content {
  
    align-items: center;
  
}

.s-9df90ec6-357b-4cbf-83aa-ab26044eb9aa.shg-align-container {
  text-align: center
}

.s-9df90ec6-357b-4cbf-83aa-ab26044eb9aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9df90ec6-357b-4cbf-83aa-ab26044eb9aa.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9df90ec6-357b-4cbf-83aa-ab26044eb9aa.shogun-image {
    
    
  }


.s-9df90ec6-357b-4cbf-83aa-ab26044eb9aa .shogun-image-content {
  
    align-items: center;
  
}

.s-9df90ec6-357b-4cbf-83aa-ab26044eb9aa.shg-align-container {
  text-align: center
}

.s-9df90ec6-357b-4cbf-83aa-ab26044eb9aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9df90ec6-357b-4cbf-83aa-ab26044eb9aa.shogun-image {
  box-sizing: border-box;
}


}
#s-ef6816c4-a70e-4299-8066-82fc03013bab {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-077f507c-cfec-45c1-83ca-aa07f4ff82c2 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-9011fa96-6193-41c1-be06-efa5d8f25126"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-9011fa96-6193-41c1-be06-efa5d8f25126"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9011fa96-6193-41c1-be06-efa5d8f25126"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9011fa96-6193-41c1-be06-efa5d8f25126"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9011fa96-6193-41c1-be06-efa5d8f25126"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9011fa96-6193-41c1-be06-efa5d8f25126"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9011fa96-6193-41c1-be06-efa5d8f25126"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-7f702e60-1f10-44ac-9577-fc3a87e3291c {
  text-align: center;
}







  img.s-7f702e60-1f10-44ac-9577-fc3a87e3291c.shogun-image {
    
    
  }


.s-7f702e60-1f10-44ac-9577-fc3a87e3291c .shogun-image-content {
  
    align-items: center;
  
}

.s-7f702e60-1f10-44ac-9577-fc3a87e3291c.shg-align-container {
  text-align: center
}

.s-7f702e60-1f10-44ac-9577-fc3a87e3291c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f702e60-1f10-44ac-9577-fc3a87e3291c.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-7f702e60-1f10-44ac-9577-fc3a87e3291c.shogun-image {
    
    
  }


.s-7f702e60-1f10-44ac-9577-fc3a87e3291c .shogun-image-content {
  
    align-items: center;
  
}

.s-7f702e60-1f10-44ac-9577-fc3a87e3291c.shg-align-container {
  text-align: center
}

.s-7f702e60-1f10-44ac-9577-fc3a87e3291c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f702e60-1f10-44ac-9577-fc3a87e3291c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7f702e60-1f10-44ac-9577-fc3a87e3291c.shogun-image {
    
    
  }


.s-7f702e60-1f10-44ac-9577-fc3a87e3291c .shogun-image-content {
  
    align-items: center;
  
}

.s-7f702e60-1f10-44ac-9577-fc3a87e3291c.shg-align-container {
  text-align: center
}

.s-7f702e60-1f10-44ac-9577-fc3a87e3291c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f702e60-1f10-44ac-9577-fc3a87e3291c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7f702e60-1f10-44ac-9577-fc3a87e3291c.shogun-image {
    
    
  }


.s-7f702e60-1f10-44ac-9577-fc3a87e3291c .shogun-image-content {
  
    align-items: center;
  
}

.s-7f702e60-1f10-44ac-9577-fc3a87e3291c.shg-align-container {
  text-align: center
}

.s-7f702e60-1f10-44ac-9577-fc3a87e3291c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f702e60-1f10-44ac-9577-fc3a87e3291c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7f702e60-1f10-44ac-9577-fc3a87e3291c.shogun-image {
    
    
  }


.s-7f702e60-1f10-44ac-9577-fc3a87e3291c .shogun-image-content {
  
    align-items: center;
  
}

.s-7f702e60-1f10-44ac-9577-fc3a87e3291c.shg-align-container {
  text-align: center
}

.s-7f702e60-1f10-44ac-9577-fc3a87e3291c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f702e60-1f10-44ac-9577-fc3a87e3291c.shogun-image {
  box-sizing: border-box;
}


}
#s-448dfdaa-10f9-4f7c-a96d-0c72ec32f2da {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-77773595-e890-4ce7-8057-95fd6804bd4f {
  margin-top: 3px;
margin-bottom: 3px;
}

#s-c2e564f4-9ac1-4120-9b96-a54e962255f8 {
  text-align: center;
}







  img.s-c2e564f4-9ac1-4120-9b96-a54e962255f8.shogun-image {
    
    
  }


.s-c2e564f4-9ac1-4120-9b96-a54e962255f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-c2e564f4-9ac1-4120-9b96-a54e962255f8.shg-align-container {
  text-align: center
}

.s-c2e564f4-9ac1-4120-9b96-a54e962255f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2e564f4-9ac1-4120-9b96-a54e962255f8.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-c2e564f4-9ac1-4120-9b96-a54e962255f8.shogun-image {
    
    
  }


.s-c2e564f4-9ac1-4120-9b96-a54e962255f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-c2e564f4-9ac1-4120-9b96-a54e962255f8.shg-align-container {
  text-align: center
}

.s-c2e564f4-9ac1-4120-9b96-a54e962255f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2e564f4-9ac1-4120-9b96-a54e962255f8.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c2e564f4-9ac1-4120-9b96-a54e962255f8.shogun-image {
    
    
  }


.s-c2e564f4-9ac1-4120-9b96-a54e962255f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-c2e564f4-9ac1-4120-9b96-a54e962255f8.shg-align-container {
  text-align: center
}

.s-c2e564f4-9ac1-4120-9b96-a54e962255f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2e564f4-9ac1-4120-9b96-a54e962255f8.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c2e564f4-9ac1-4120-9b96-a54e962255f8.shogun-image {
    
    
  }


.s-c2e564f4-9ac1-4120-9b96-a54e962255f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-c2e564f4-9ac1-4120-9b96-a54e962255f8.shg-align-container {
  text-align: center
}

.s-c2e564f4-9ac1-4120-9b96-a54e962255f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2e564f4-9ac1-4120-9b96-a54e962255f8.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c2e564f4-9ac1-4120-9b96-a54e962255f8.shogun-image {
    
    
  }


.s-c2e564f4-9ac1-4120-9b96-a54e962255f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-c2e564f4-9ac1-4120-9b96-a54e962255f8.shg-align-container {
  text-align: center
}

.s-c2e564f4-9ac1-4120-9b96-a54e962255f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2e564f4-9ac1-4120-9b96-a54e962255f8.shogun-image {
  box-sizing: border-box;
}


}
#s-b4bdff58-cdd7-4c5f-8071-2d166cde31ba {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-9cf67be3-b59c-46f5-98ed-e594394fa550 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-b066ad24-4cce-4a8b-b31c-77faf3e8e086 {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-b066ad24-4cce-4a8b-b31c-77faf3e8e086"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-b066ad24-4cce-4a8b-b31c-77faf3e8e086"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b066ad24-4cce-4a8b-b31c-77faf3e8e086"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b066ad24-4cce-4a8b-b31c-77faf3e8e086"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b066ad24-4cce-4a8b-b31c-77faf3e8e086"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b066ad24-4cce-4a8b-b31c-77faf3e8e086"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b066ad24-4cce-4a8b-b31c-77faf3e8e086"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-49fb5b49-4824-4290-b972-da76a105081b {
  text-align: center;
}







  img.s-49fb5b49-4824-4290-b972-da76a105081b.shogun-image {
    
    
  }


.s-49fb5b49-4824-4290-b972-da76a105081b .shogun-image-content {
  
    align-items: center;
  
}

.s-49fb5b49-4824-4290-b972-da76a105081b.shg-align-container {
  text-align: center
}

.s-49fb5b49-4824-4290-b972-da76a105081b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49fb5b49-4824-4290-b972-da76a105081b.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-49fb5b49-4824-4290-b972-da76a105081b.shogun-image {
    
    
  }


.s-49fb5b49-4824-4290-b972-da76a105081b .shogun-image-content {
  
    align-items: center;
  
}

.s-49fb5b49-4824-4290-b972-da76a105081b.shg-align-container {
  text-align: center
}

.s-49fb5b49-4824-4290-b972-da76a105081b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49fb5b49-4824-4290-b972-da76a105081b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-49fb5b49-4824-4290-b972-da76a105081b.shogun-image {
    
    
  }


.s-49fb5b49-4824-4290-b972-da76a105081b .shogun-image-content {
  
    align-items: center;
  
}

.s-49fb5b49-4824-4290-b972-da76a105081b.shg-align-container {
  text-align: center
}

.s-49fb5b49-4824-4290-b972-da76a105081b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49fb5b49-4824-4290-b972-da76a105081b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-49fb5b49-4824-4290-b972-da76a105081b.shogun-image {
    
    
  }


.s-49fb5b49-4824-4290-b972-da76a105081b .shogun-image-content {
  
    align-items: center;
  
}

.s-49fb5b49-4824-4290-b972-da76a105081b.shg-align-container {
  text-align: center
}

.s-49fb5b49-4824-4290-b972-da76a105081b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49fb5b49-4824-4290-b972-da76a105081b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-49fb5b49-4824-4290-b972-da76a105081b.shogun-image {
    
    
  }


.s-49fb5b49-4824-4290-b972-da76a105081b .shogun-image-content {
  
    align-items: center;
  
}

.s-49fb5b49-4824-4290-b972-da76a105081b.shg-align-container {
  text-align: center
}

.s-49fb5b49-4824-4290-b972-da76a105081b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49fb5b49-4824-4290-b972-da76a105081b.shogun-image {
  box-sizing: border-box;
}


}
#s-652ade2f-8be3-442e-b738-d9fc166549c9 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-19c7ef68-5933-4a2e-b32d-3fb3912e3716 {
  margin-top: 3px;
margin-bottom: 3px;
}

#s-1274ff83-4aee-4ea5-843a-b8c8aededbab {
  text-align: center;
}







  img.s-1274ff83-4aee-4ea5-843a-b8c8aededbab.shogun-image {
    
    
  }


.s-1274ff83-4aee-4ea5-843a-b8c8aededbab .shogun-image-content {
  
    align-items: center;
  
}

.s-1274ff83-4aee-4ea5-843a-b8c8aededbab.shg-align-container {
  text-align: center
}

.s-1274ff83-4aee-4ea5-843a-b8c8aededbab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1274ff83-4aee-4ea5-843a-b8c8aededbab.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-1274ff83-4aee-4ea5-843a-b8c8aededbab.shogun-image {
    
    
  }


.s-1274ff83-4aee-4ea5-843a-b8c8aededbab .shogun-image-content {
  
    align-items: center;
  
}

.s-1274ff83-4aee-4ea5-843a-b8c8aededbab.shg-align-container {
  text-align: center
}

.s-1274ff83-4aee-4ea5-843a-b8c8aededbab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1274ff83-4aee-4ea5-843a-b8c8aededbab.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1274ff83-4aee-4ea5-843a-b8c8aededbab.shogun-image {
    
    
  }


.s-1274ff83-4aee-4ea5-843a-b8c8aededbab .shogun-image-content {
  
    align-items: center;
  
}

.s-1274ff83-4aee-4ea5-843a-b8c8aededbab.shg-align-container {
  text-align: center
}

.s-1274ff83-4aee-4ea5-843a-b8c8aededbab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1274ff83-4aee-4ea5-843a-b8c8aededbab.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1274ff83-4aee-4ea5-843a-b8c8aededbab.shogun-image {
    
    
  }


.s-1274ff83-4aee-4ea5-843a-b8c8aededbab .shogun-image-content {
  
    align-items: center;
  
}

.s-1274ff83-4aee-4ea5-843a-b8c8aededbab.shg-align-container {
  text-align: center
}

.s-1274ff83-4aee-4ea5-843a-b8c8aededbab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1274ff83-4aee-4ea5-843a-b8c8aededbab.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1274ff83-4aee-4ea5-843a-b8c8aededbab.shogun-image {
    
    
  }


.s-1274ff83-4aee-4ea5-843a-b8c8aededbab .shogun-image-content {
  
    align-items: center;
  
}

.s-1274ff83-4aee-4ea5-843a-b8c8aededbab.shg-align-container {
  text-align: center
}

.s-1274ff83-4aee-4ea5-843a-b8c8aededbab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1274ff83-4aee-4ea5-843a-b8c8aededbab.shogun-image {
  box-sizing: border-box;
}


}
#s-93e8fe33-5456-429f-bdea-32550a0c74a7 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-5b0ee00a-e924-4dda-8f91-fe502032f908 {
  margin-top: 3px;
margin-left: 0%;
margin-bottom: 3px;
margin-right: 0%;
}

#s-95b44e99-1208-450a-9e4a-593faf49f87c {
  box-shadow:1px 1px 1px 1px rgba(221, 221, 221, 0.7);
background-color: rgba(221, 221, 221, 0.7);
}

@media (min-width: 0px) {
[id="s-95b44e99-1208-450a-9e4a-593faf49f87c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-95b44e99-1208-450a-9e4a-593faf49f87c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-95b44e99-1208-450a-9e4a-593faf49f87c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-95b44e99-1208-450a-9e4a-593faf49f87c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-f2bd6b95-3e76-44c6-aa6c-59babe318e36 {
  text-align: center;
}







  img.s-f2bd6b95-3e76-44c6-aa6c-59babe318e36.shogun-image {
    
    
  }


.s-f2bd6b95-3e76-44c6-aa6c-59babe318e36 .shogun-image-content {
  
    align-items: center;
  
}

.s-f2bd6b95-3e76-44c6-aa6c-59babe318e36.shg-align-container {
  text-align: center
}

.s-f2bd6b95-3e76-44c6-aa6c-59babe318e36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2bd6b95-3e76-44c6-aa6c-59babe318e36.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-f2bd6b95-3e76-44c6-aa6c-59babe318e36.shogun-image {
    
    
  }


.s-f2bd6b95-3e76-44c6-aa6c-59babe318e36 .shogun-image-content {
  
    align-items: center;
  
}

.s-f2bd6b95-3e76-44c6-aa6c-59babe318e36.shg-align-container {
  text-align: center
}

.s-f2bd6b95-3e76-44c6-aa6c-59babe318e36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2bd6b95-3e76-44c6-aa6c-59babe318e36.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f2bd6b95-3e76-44c6-aa6c-59babe318e36.shogun-image {
    
    
  }


.s-f2bd6b95-3e76-44c6-aa6c-59babe318e36 .shogun-image-content {
  
    align-items: center;
  
}

.s-f2bd6b95-3e76-44c6-aa6c-59babe318e36.shg-align-container {
  text-align: center
}

.s-f2bd6b95-3e76-44c6-aa6c-59babe318e36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2bd6b95-3e76-44c6-aa6c-59babe318e36.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f2bd6b95-3e76-44c6-aa6c-59babe318e36.shogun-image {
    
    
  }


.s-f2bd6b95-3e76-44c6-aa6c-59babe318e36 .shogun-image-content {
  
    align-items: center;
  
}

.s-f2bd6b95-3e76-44c6-aa6c-59babe318e36.shg-align-container {
  text-align: center
}

.s-f2bd6b95-3e76-44c6-aa6c-59babe318e36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2bd6b95-3e76-44c6-aa6c-59babe318e36.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f2bd6b95-3e76-44c6-aa6c-59babe318e36.shogun-image {
    
    
  }


.s-f2bd6b95-3e76-44c6-aa6c-59babe318e36 .shogun-image-content {
  
    align-items: center;
  
}

.s-f2bd6b95-3e76-44c6-aa6c-59babe318e36.shg-align-container {
  text-align: center
}

.s-f2bd6b95-3e76-44c6-aa6c-59babe318e36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2bd6b95-3e76-44c6-aa6c-59babe318e36.shogun-image {
  box-sizing: border-box;
}


}
#s-13e3f9f7-a089-4f31-b6af-134c5f6787c9 {
  margin-top: 70px;
margin-bottom: 70px;
min-height: 50px;
}








#s-13e3f9f7-a089-4f31-b6af-134c5f6787c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13e3f9f7-a089-4f31-b6af-134c5f6787c9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f497315b-4df9-4106-8df1-b85ece4fd5dc {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-950752c1-a8c1-409a-be21-693523a2d28f {
  margin-top: 30px;
margin-left: 15%;
margin-bottom: 30px;
margin-right: 15%;
}

#s-28f40e7d-4550-4878-8c1c-f5865ad54b95 {
  margin-top: 60px;
margin-left: 10%;
margin-bottom: 60px;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
}

#s-28f40e7d-4550-4878-8c1c-f5865ad54b95 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 0.54);
}

#s-28f40e7d-4550-4878-8c1c-f5865ad54b95 .shg-sld-nav-button.shg-sld-left,
#s-28f40e7d-4550-4878-8c1c-f5865ad54b95 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 0.54);
}

@media (min-width: 0px) {
[id="s-19db576c-03ff-4233-ad9f-1112917bf04d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-19db576c-03ff-4233-ad9f-1112917bf04d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-19db576c-03ff-4233-ad9f-1112917bf04d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-19db576c-03ff-4233-ad9f-1112917bf04d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-e2781a47-fc24-48e5-8c87-25fb12224696 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-f7c80d88-6612-4205-8893-b2bc1c5ad338 {
  text-align: center;
}







  img.s-f7c80d88-6612-4205-8893-b2bc1c5ad338.shogun-image {
    
    
  }


.s-f7c80d88-6612-4205-8893-b2bc1c5ad338 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7c80d88-6612-4205-8893-b2bc1c5ad338.shg-align-container {
  text-align: center
}

.s-f7c80d88-6612-4205-8893-b2bc1c5ad338.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7c80d88-6612-4205-8893-b2bc1c5ad338.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-f7c80d88-6612-4205-8893-b2bc1c5ad338.shogun-image {
    
    
  }


.s-f7c80d88-6612-4205-8893-b2bc1c5ad338 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7c80d88-6612-4205-8893-b2bc1c5ad338.shg-align-container {
  text-align: center
}

.s-f7c80d88-6612-4205-8893-b2bc1c5ad338.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7c80d88-6612-4205-8893-b2bc1c5ad338.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f7c80d88-6612-4205-8893-b2bc1c5ad338.shogun-image {
    
    
  }


.s-f7c80d88-6612-4205-8893-b2bc1c5ad338 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7c80d88-6612-4205-8893-b2bc1c5ad338.shg-align-container {
  text-align: center
}

.s-f7c80d88-6612-4205-8893-b2bc1c5ad338.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7c80d88-6612-4205-8893-b2bc1c5ad338.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f7c80d88-6612-4205-8893-b2bc1c5ad338.shogun-image {
    
    
  }


.s-f7c80d88-6612-4205-8893-b2bc1c5ad338 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7c80d88-6612-4205-8893-b2bc1c5ad338.shg-align-container {
  text-align: center
}

.s-f7c80d88-6612-4205-8893-b2bc1c5ad338.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7c80d88-6612-4205-8893-b2bc1c5ad338.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f7c80d88-6612-4205-8893-b2bc1c5ad338.shogun-image {
    
    
  }


.s-f7c80d88-6612-4205-8893-b2bc1c5ad338 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7c80d88-6612-4205-8893-b2bc1c5ad338.shg-align-container {
  text-align: center
}

.s-f7c80d88-6612-4205-8893-b2bc1c5ad338.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7c80d88-6612-4205-8893-b2bc1c5ad338.shogun-image {
  box-sizing: border-box;
}


}
#s-98094987-4dde-4b9f-8a56-532d6813963f {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-2765170f-e754-4408-93a6-09260a4f1156 {
  text-align: center;
}







  img.s-2765170f-e754-4408-93a6-09260a4f1156.shogun-image {
    
    
  }


.s-2765170f-e754-4408-93a6-09260a4f1156 .shogun-image-content {
  
    align-items: center;
  
}

.s-2765170f-e754-4408-93a6-09260a4f1156.shg-align-container {
  text-align: center
}

.s-2765170f-e754-4408-93a6-09260a4f1156.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2765170f-e754-4408-93a6-09260a4f1156.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-2765170f-e754-4408-93a6-09260a4f1156.shogun-image {
    
    
  }


.s-2765170f-e754-4408-93a6-09260a4f1156 .shogun-image-content {
  
    align-items: center;
  
}

.s-2765170f-e754-4408-93a6-09260a4f1156.shg-align-container {
  text-align: center
}

.s-2765170f-e754-4408-93a6-09260a4f1156.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2765170f-e754-4408-93a6-09260a4f1156.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2765170f-e754-4408-93a6-09260a4f1156.shogun-image {
    
    
  }


.s-2765170f-e754-4408-93a6-09260a4f1156 .shogun-image-content {
  
    align-items: center;
  
}

.s-2765170f-e754-4408-93a6-09260a4f1156.shg-align-container {
  text-align: center
}

.s-2765170f-e754-4408-93a6-09260a4f1156.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2765170f-e754-4408-93a6-09260a4f1156.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2765170f-e754-4408-93a6-09260a4f1156.shogun-image {
    
    
  }


.s-2765170f-e754-4408-93a6-09260a4f1156 .shogun-image-content {
  
    align-items: center;
  
}

.s-2765170f-e754-4408-93a6-09260a4f1156.shg-align-container {
  text-align: center
}

.s-2765170f-e754-4408-93a6-09260a4f1156.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2765170f-e754-4408-93a6-09260a4f1156.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2765170f-e754-4408-93a6-09260a4f1156.shogun-image {
    
    
  }


.s-2765170f-e754-4408-93a6-09260a4f1156 .shogun-image-content {
  
    align-items: center;
  
}

.s-2765170f-e754-4408-93a6-09260a4f1156.shg-align-container {
  text-align: center
}

.s-2765170f-e754-4408-93a6-09260a4f1156.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2765170f-e754-4408-93a6-09260a4f1156.shogun-image {
  box-sizing: border-box;
}


}
#s-8c3cbaa8-3c4d-4122-8b66-aae641768616 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-7843302e-f39b-466d-997d-f9ae522628b7 {
  text-align: center;
}







  img.s-7843302e-f39b-466d-997d-f9ae522628b7.shogun-image {
    
    
  }


.s-7843302e-f39b-466d-997d-f9ae522628b7 .shogun-image-content {
  
    align-items: center;
  
}

.s-7843302e-f39b-466d-997d-f9ae522628b7.shg-align-container {
  text-align: center
}

.s-7843302e-f39b-466d-997d-f9ae522628b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7843302e-f39b-466d-997d-f9ae522628b7.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-7843302e-f39b-466d-997d-f9ae522628b7.shogun-image {
    
    
  }


.s-7843302e-f39b-466d-997d-f9ae522628b7 .shogun-image-content {
  
    align-items: center;
  
}

.s-7843302e-f39b-466d-997d-f9ae522628b7.shg-align-container {
  text-align: center
}

.s-7843302e-f39b-466d-997d-f9ae522628b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7843302e-f39b-466d-997d-f9ae522628b7.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7843302e-f39b-466d-997d-f9ae522628b7.shogun-image {
    
    
  }


.s-7843302e-f39b-466d-997d-f9ae522628b7 .shogun-image-content {
  
    align-items: center;
  
}

.s-7843302e-f39b-466d-997d-f9ae522628b7.shg-align-container {
  text-align: center
}

.s-7843302e-f39b-466d-997d-f9ae522628b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7843302e-f39b-466d-997d-f9ae522628b7.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7843302e-f39b-466d-997d-f9ae522628b7.shogun-image {
    
    
  }


.s-7843302e-f39b-466d-997d-f9ae522628b7 .shogun-image-content {
  
    align-items: center;
  
}

.s-7843302e-f39b-466d-997d-f9ae522628b7.shg-align-container {
  text-align: center
}

.s-7843302e-f39b-466d-997d-f9ae522628b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7843302e-f39b-466d-997d-f9ae522628b7.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7843302e-f39b-466d-997d-f9ae522628b7.shogun-image {
    
    
  }


.s-7843302e-f39b-466d-997d-f9ae522628b7 .shogun-image-content {
  
    align-items: center;
  
}

.s-7843302e-f39b-466d-997d-f9ae522628b7.shg-align-container {
  text-align: center
}

.s-7843302e-f39b-466d-997d-f9ae522628b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7843302e-f39b-466d-997d-f9ae522628b7.shogun-image {
  box-sizing: border-box;
}


}
#s-3ce76cca-0a8a-48e3-a765-a39c2a13c1a0 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-47fca24e-cab1-42e0-b57a-9618fc3864b1 {
  text-align: center;
}







  img.s-47fca24e-cab1-42e0-b57a-9618fc3864b1.shogun-image {
    
    
  }


.s-47fca24e-cab1-42e0-b57a-9618fc3864b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-47fca24e-cab1-42e0-b57a-9618fc3864b1.shg-align-container {
  text-align: center
}

.s-47fca24e-cab1-42e0-b57a-9618fc3864b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47fca24e-cab1-42e0-b57a-9618fc3864b1.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-47fca24e-cab1-42e0-b57a-9618fc3864b1.shogun-image {
    
    
  }


.s-47fca24e-cab1-42e0-b57a-9618fc3864b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-47fca24e-cab1-42e0-b57a-9618fc3864b1.shg-align-container {
  text-align: center
}

.s-47fca24e-cab1-42e0-b57a-9618fc3864b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47fca24e-cab1-42e0-b57a-9618fc3864b1.shogun-image {
  box-sizing: border-box;
}


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





  img.s-47fca24e-cab1-42e0-b57a-9618fc3864b1.shogun-image {
    
    
  }


.s-47fca24e-cab1-42e0-b57a-9618fc3864b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-47fca24e-cab1-42e0-b57a-9618fc3864b1.shg-align-container {
  text-align: center
}

.s-47fca24e-cab1-42e0-b57a-9618fc3864b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47fca24e-cab1-42e0-b57a-9618fc3864b1.shogun-image {
  box-sizing: border-box;
}


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





  img.s-47fca24e-cab1-42e0-b57a-9618fc3864b1.shogun-image {
    
    
  }


.s-47fca24e-cab1-42e0-b57a-9618fc3864b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-47fca24e-cab1-42e0-b57a-9618fc3864b1.shg-align-container {
  text-align: center
}

.s-47fca24e-cab1-42e0-b57a-9618fc3864b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47fca24e-cab1-42e0-b57a-9618fc3864b1.shogun-image {
  box-sizing: border-box;
}


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





  img.s-47fca24e-cab1-42e0-b57a-9618fc3864b1.shogun-image {
    
    
  }


.s-47fca24e-cab1-42e0-b57a-9618fc3864b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-47fca24e-cab1-42e0-b57a-9618fc3864b1.shg-align-container {
  text-align: center
}

.s-47fca24e-cab1-42e0-b57a-9618fc3864b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47fca24e-cab1-42e0-b57a-9618fc3864b1.shogun-image {
  box-sizing: border-box;
}


}
@media (min-width: 0px) {
[id="s-ee7ada3e-58ea-4e94-a609-064742b42b42"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-ee7ada3e-58ea-4e94-a609-064742b42b42"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ee7ada3e-58ea-4e94-a609-064742b42b42"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ee7ada3e-58ea-4e94-a609-064742b42b42"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-07ac803b-71da-4d47-a968-831125a7911f {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-7005d6f5-b6b7-42e6-a1ba-d93b23cbe23b {
  text-align: center;
}







  img.s-7005d6f5-b6b7-42e6-a1ba-d93b23cbe23b.shogun-image {
    
    
  }


.s-7005d6f5-b6b7-42e6-a1ba-d93b23cbe23b .shogun-image-content {
  
    align-items: center;
  
}

.s-7005d6f5-b6b7-42e6-a1ba-d93b23cbe23b.shg-align-container {
  text-align: center
}

.s-7005d6f5-b6b7-42e6-a1ba-d93b23cbe23b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7005d6f5-b6b7-42e6-a1ba-d93b23cbe23b.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-7005d6f5-b6b7-42e6-a1ba-d93b23cbe23b.shogun-image {
    
    
  }


.s-7005d6f5-b6b7-42e6-a1ba-d93b23cbe23b .shogun-image-content {
  
    align-items: center;
  
}

.s-7005d6f5-b6b7-42e6-a1ba-d93b23cbe23b.shg-align-container {
  text-align: center
}

.s-7005d6f5-b6b7-42e6-a1ba-d93b23cbe23b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7005d6f5-b6b7-42e6-a1ba-d93b23cbe23b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7005d6f5-b6b7-42e6-a1ba-d93b23cbe23b.shogun-image {
    
    
  }


.s-7005d6f5-b6b7-42e6-a1ba-d93b23cbe23b .shogun-image-content {
  
    align-items: center;
  
}

.s-7005d6f5-b6b7-42e6-a1ba-d93b23cbe23b.shg-align-container {
  text-align: center
}

.s-7005d6f5-b6b7-42e6-a1ba-d93b23cbe23b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7005d6f5-b6b7-42e6-a1ba-d93b23cbe23b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7005d6f5-b6b7-42e6-a1ba-d93b23cbe23b.shogun-image {
    
    
  }


.s-7005d6f5-b6b7-42e6-a1ba-d93b23cbe23b .shogun-image-content {
  
    align-items: center;
  
}

.s-7005d6f5-b6b7-42e6-a1ba-d93b23cbe23b.shg-align-container {
  text-align: center
}

.s-7005d6f5-b6b7-42e6-a1ba-d93b23cbe23b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7005d6f5-b6b7-42e6-a1ba-d93b23cbe23b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7005d6f5-b6b7-42e6-a1ba-d93b23cbe23b.shogun-image {
    
    
  }


.s-7005d6f5-b6b7-42e6-a1ba-d93b23cbe23b .shogun-image-content {
  
    align-items: center;
  
}

.s-7005d6f5-b6b7-42e6-a1ba-d93b23cbe23b.shg-align-container {
  text-align: center
}

.s-7005d6f5-b6b7-42e6-a1ba-d93b23cbe23b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7005d6f5-b6b7-42e6-a1ba-d93b23cbe23b.shogun-image {
  box-sizing: border-box;
}


}
@media (min-width: 0px) {
[id="s-fdc6f8d0-b1e9-42b4-8bc0-909ffc7fcda4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 24.5px);
}

}

@media (min-width: 768px) {
[id="s-fdc6f8d0-b1e9-42b4-8bc0-909ffc7fcda4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 36.75px);
}

}

@media (min-width: 992px) {
[id="s-fdc6f8d0-b1e9-42b4-8bc0-909ffc7fcda4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 36.75px);
}

}

@media (min-width: 1200px) {
[id="s-fdc6f8d0-b1e9-42b4-8bc0-909ffc7fcda4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 36.75px);
}

}

#s-0b8a0987-34be-403a-98c3-8f345c019ceb {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-aa0fefa1-d9b5-4659-9c70-033708fc055f {
  text-align: center;
}







  img.s-aa0fefa1-d9b5-4659-9c70-033708fc055f.shogun-image {
    
    
  }


.s-aa0fefa1-d9b5-4659-9c70-033708fc055f .shogun-image-content {
  
    align-items: center;
  
}

.s-aa0fefa1-d9b5-4659-9c70-033708fc055f.shg-align-container {
  text-align: center
}

.s-aa0fefa1-d9b5-4659-9c70-033708fc055f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa0fefa1-d9b5-4659-9c70-033708fc055f.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-aa0fefa1-d9b5-4659-9c70-033708fc055f.shogun-image {
    
    
  }


.s-aa0fefa1-d9b5-4659-9c70-033708fc055f .shogun-image-content {
  
    align-items: center;
  
}

.s-aa0fefa1-d9b5-4659-9c70-033708fc055f.shg-align-container {
  text-align: center
}

.s-aa0fefa1-d9b5-4659-9c70-033708fc055f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa0fefa1-d9b5-4659-9c70-033708fc055f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-aa0fefa1-d9b5-4659-9c70-033708fc055f.shogun-image {
    
    
  }


.s-aa0fefa1-d9b5-4659-9c70-033708fc055f .shogun-image-content {
  
    align-items: center;
  
}

.s-aa0fefa1-d9b5-4659-9c70-033708fc055f.shg-align-container {
  text-align: center
}

.s-aa0fefa1-d9b5-4659-9c70-033708fc055f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa0fefa1-d9b5-4659-9c70-033708fc055f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-aa0fefa1-d9b5-4659-9c70-033708fc055f.shogun-image {
    
    
  }


.s-aa0fefa1-d9b5-4659-9c70-033708fc055f .shogun-image-content {
  
    align-items: center;
  
}

.s-aa0fefa1-d9b5-4659-9c70-033708fc055f.shg-align-container {
  text-align: center
}

.s-aa0fefa1-d9b5-4659-9c70-033708fc055f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa0fefa1-d9b5-4659-9c70-033708fc055f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-aa0fefa1-d9b5-4659-9c70-033708fc055f.shogun-image {
    
    
  }


.s-aa0fefa1-d9b5-4659-9c70-033708fc055f .shogun-image-content {
  
    align-items: center;
  
}

.s-aa0fefa1-d9b5-4659-9c70-033708fc055f.shg-align-container {
  text-align: center
}

.s-aa0fefa1-d9b5-4659-9c70-033708fc055f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa0fefa1-d9b5-4659-9c70-033708fc055f.shogun-image {
  box-sizing: border-box;
}


}
#s-7db4fe80-3de9-42c1-bee9-1eb59380dd38 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-a6f240cd-31aa-43d7-97cb-fa1e9e7c45e9 {
  text-align: center;
}







  img.s-a6f240cd-31aa-43d7-97cb-fa1e9e7c45e9.shogun-image {
    
    
  }


.s-a6f240cd-31aa-43d7-97cb-fa1e9e7c45e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-a6f240cd-31aa-43d7-97cb-fa1e9e7c45e9.shg-align-container {
  text-align: center
}

.s-a6f240cd-31aa-43d7-97cb-fa1e9e7c45e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6f240cd-31aa-43d7-97cb-fa1e9e7c45e9.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-a6f240cd-31aa-43d7-97cb-fa1e9e7c45e9.shogun-image {
    
    
  }


.s-a6f240cd-31aa-43d7-97cb-fa1e9e7c45e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-a6f240cd-31aa-43d7-97cb-fa1e9e7c45e9.shg-align-container {
  text-align: center
}

.s-a6f240cd-31aa-43d7-97cb-fa1e9e7c45e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6f240cd-31aa-43d7-97cb-fa1e9e7c45e9.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a6f240cd-31aa-43d7-97cb-fa1e9e7c45e9.shogun-image {
    
    
  }


.s-a6f240cd-31aa-43d7-97cb-fa1e9e7c45e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-a6f240cd-31aa-43d7-97cb-fa1e9e7c45e9.shg-align-container {
  text-align: center
}

.s-a6f240cd-31aa-43d7-97cb-fa1e9e7c45e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6f240cd-31aa-43d7-97cb-fa1e9e7c45e9.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a6f240cd-31aa-43d7-97cb-fa1e9e7c45e9.shogun-image {
    
    
  }


.s-a6f240cd-31aa-43d7-97cb-fa1e9e7c45e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-a6f240cd-31aa-43d7-97cb-fa1e9e7c45e9.shg-align-container {
  text-align: center
}

.s-a6f240cd-31aa-43d7-97cb-fa1e9e7c45e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6f240cd-31aa-43d7-97cb-fa1e9e7c45e9.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a6f240cd-31aa-43d7-97cb-fa1e9e7c45e9.shogun-image {
    
    
  }


.s-a6f240cd-31aa-43d7-97cb-fa1e9e7c45e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-a6f240cd-31aa-43d7-97cb-fa1e9e7c45e9.shg-align-container {
  text-align: center
}

.s-a6f240cd-31aa-43d7-97cb-fa1e9e7c45e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6f240cd-31aa-43d7-97cb-fa1e9e7c45e9.shogun-image {
  box-sizing: border-box;
}


}
#s-4e393a8d-bfec-49dc-9562-5e60f9fd4631 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-5caa39fb-cd94-4afa-bcda-7fb6d0421445 {
  text-align: center;
}







  img.s-5caa39fb-cd94-4afa-bcda-7fb6d0421445.shogun-image {
    
    
  }


.s-5caa39fb-cd94-4afa-bcda-7fb6d0421445 .shogun-image-content {
  
    align-items: center;
  
}

.s-5caa39fb-cd94-4afa-bcda-7fb6d0421445.shg-align-container {
  text-align: center
}

.s-5caa39fb-cd94-4afa-bcda-7fb6d0421445.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5caa39fb-cd94-4afa-bcda-7fb6d0421445.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-5caa39fb-cd94-4afa-bcda-7fb6d0421445.shogun-image {
    
    
  }


.s-5caa39fb-cd94-4afa-bcda-7fb6d0421445 .shogun-image-content {
  
    align-items: center;
  
}

.s-5caa39fb-cd94-4afa-bcda-7fb6d0421445.shg-align-container {
  text-align: center
}

.s-5caa39fb-cd94-4afa-bcda-7fb6d0421445.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5caa39fb-cd94-4afa-bcda-7fb6d0421445.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5caa39fb-cd94-4afa-bcda-7fb6d0421445.shogun-image {
    
    
  }


.s-5caa39fb-cd94-4afa-bcda-7fb6d0421445 .shogun-image-content {
  
    align-items: center;
  
}

.s-5caa39fb-cd94-4afa-bcda-7fb6d0421445.shg-align-container {
  text-align: center
}

.s-5caa39fb-cd94-4afa-bcda-7fb6d0421445.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5caa39fb-cd94-4afa-bcda-7fb6d0421445.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5caa39fb-cd94-4afa-bcda-7fb6d0421445.shogun-image {
    
    
  }


.s-5caa39fb-cd94-4afa-bcda-7fb6d0421445 .shogun-image-content {
  
    align-items: center;
  
}

.s-5caa39fb-cd94-4afa-bcda-7fb6d0421445.shg-align-container {
  text-align: center
}

.s-5caa39fb-cd94-4afa-bcda-7fb6d0421445.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5caa39fb-cd94-4afa-bcda-7fb6d0421445.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5caa39fb-cd94-4afa-bcda-7fb6d0421445.shogun-image {
    
    
  }


.s-5caa39fb-cd94-4afa-bcda-7fb6d0421445 .shogun-image-content {
  
    align-items: center;
  
}

.s-5caa39fb-cd94-4afa-bcda-7fb6d0421445.shg-align-container {
  text-align: center
}

.s-5caa39fb-cd94-4afa-bcda-7fb6d0421445.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5caa39fb-cd94-4afa-bcda-7fb6d0421445.shogun-image {
  box-sizing: border-box;
}


}
#s-32efd249-2955-41fd-a12c-f1f30533d525 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-7c8e3d87-3db9-4e96-84a2-fbe08b08b302 {
  text-align: center;
}







  img.s-7c8e3d87-3db9-4e96-84a2-fbe08b08b302.shogun-image {
    
    
  }


.s-7c8e3d87-3db9-4e96-84a2-fbe08b08b302 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c8e3d87-3db9-4e96-84a2-fbe08b08b302.shg-align-container {
  text-align: center
}

.s-7c8e3d87-3db9-4e96-84a2-fbe08b08b302.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c8e3d87-3db9-4e96-84a2-fbe08b08b302.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-7c8e3d87-3db9-4e96-84a2-fbe08b08b302.shogun-image {
    
    
  }


.s-7c8e3d87-3db9-4e96-84a2-fbe08b08b302 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c8e3d87-3db9-4e96-84a2-fbe08b08b302.shg-align-container {
  text-align: center
}

.s-7c8e3d87-3db9-4e96-84a2-fbe08b08b302.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c8e3d87-3db9-4e96-84a2-fbe08b08b302.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7c8e3d87-3db9-4e96-84a2-fbe08b08b302.shogun-image {
    
    
  }


.s-7c8e3d87-3db9-4e96-84a2-fbe08b08b302 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c8e3d87-3db9-4e96-84a2-fbe08b08b302.shg-align-container {
  text-align: center
}

.s-7c8e3d87-3db9-4e96-84a2-fbe08b08b302.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c8e3d87-3db9-4e96-84a2-fbe08b08b302.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7c8e3d87-3db9-4e96-84a2-fbe08b08b302.shogun-image {
    
    
  }


.s-7c8e3d87-3db9-4e96-84a2-fbe08b08b302 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c8e3d87-3db9-4e96-84a2-fbe08b08b302.shg-align-container {
  text-align: center
}

.s-7c8e3d87-3db9-4e96-84a2-fbe08b08b302.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c8e3d87-3db9-4e96-84a2-fbe08b08b302.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7c8e3d87-3db9-4e96-84a2-fbe08b08b302.shogun-image {
    
    
  }


.s-7c8e3d87-3db9-4e96-84a2-fbe08b08b302 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c8e3d87-3db9-4e96-84a2-fbe08b08b302.shg-align-container {
  text-align: center
}

.s-7c8e3d87-3db9-4e96-84a2-fbe08b08b302.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c8e3d87-3db9-4e96-84a2-fbe08b08b302.shogun-image {
  box-sizing: border-box;
}


}
#s-f73a2087-4c75-42ed-ac90-45c4368ee795 {
  box-shadow:1px 1px 1px 1px rgba(221, 221, 221, 0.07);
padding-top: 80px;
padding-bottom: 80px;
min-height: 50px;
background-color: rgba(221, 221, 221, 0.7);
}








#s-f73a2087-4c75-42ed-ac90-45c4368ee795 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f73a2087-4c75-42ed-ac90-45c4368ee795.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ff3daf32-e6d2-4883-8712-f87e3c937f01 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-b51c8935-8583-4a99-b278-d1c3f7ab303c {
  margin-top: 11px;
margin-left: 20%;
margin-bottom: 11px;
margin-right: 20%;
}

#s-cac39531-1862-4822-9a8d-c3a1c1aa3361 {
  margin-top: 30px;
margin-left: 26%;
margin-bottom: 30px;
margin-right: 26%;
}

#s-8c84e21b-70d5-40a6-9c33-a26aca5f3730 {
  margin-top: 60px;
margin-bottom: 60px;
min-height: 50px;
}








#s-8c84e21b-70d5-40a6-9c33-a26aca5f3730 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c84e21b-70d5-40a6-9c33-a26aca5f3730.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-996bb479-284b-43be-acb6-3a454fb63ef2 {
  margin-left: 7%;
margin-right: 7%;
padding-top: 10px;
padding-bottom: 10px;
}

#s-996bb479-284b-43be-acb6-3a454fb63ef2 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-996bb479-284b-43be-acb6-3a454fb63ef2 .shg-sld-nav-button.shg-sld-left,
#s-996bb479-284b-43be-acb6-3a454fb63ef2 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-3d42936d-17d9-4dfb-89ac-ece3cff90293 {
  margin-left: 10%;
margin-right: 10%;
text-align: center;
}







  img.s-3d42936d-17d9-4dfb-89ac-ece3cff90293.shogun-image {
    
    
  }


.s-3d42936d-17d9-4dfb-89ac-ece3cff90293 .shogun-image-content {
  
    align-items: center;
  
}

.s-3d42936d-17d9-4dfb-89ac-ece3cff90293.shg-align-container {
  text-align: center
}

.s-3d42936d-17d9-4dfb-89ac-ece3cff90293.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d42936d-17d9-4dfb-89ac-ece3cff90293.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-3d42936d-17d9-4dfb-89ac-ece3cff90293.shogun-image {
    
    
  }


.s-3d42936d-17d9-4dfb-89ac-ece3cff90293 .shogun-image-content {
  
    align-items: center;
  
}

.s-3d42936d-17d9-4dfb-89ac-ece3cff90293.shg-align-container {
  text-align: center
}

.s-3d42936d-17d9-4dfb-89ac-ece3cff90293.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d42936d-17d9-4dfb-89ac-ece3cff90293.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3d42936d-17d9-4dfb-89ac-ece3cff90293.shogun-image {
    
    
  }


.s-3d42936d-17d9-4dfb-89ac-ece3cff90293 .shogun-image-content {
  
    align-items: center;
  
}

.s-3d42936d-17d9-4dfb-89ac-ece3cff90293.shg-align-container {
  text-align: center
}

.s-3d42936d-17d9-4dfb-89ac-ece3cff90293.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d42936d-17d9-4dfb-89ac-ece3cff90293.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3d42936d-17d9-4dfb-89ac-ece3cff90293.shogun-image {
    
    
  }


.s-3d42936d-17d9-4dfb-89ac-ece3cff90293 .shogun-image-content {
  
    align-items: center;
  
}

.s-3d42936d-17d9-4dfb-89ac-ece3cff90293.shg-align-container {
  text-align: center
}

.s-3d42936d-17d9-4dfb-89ac-ece3cff90293.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d42936d-17d9-4dfb-89ac-ece3cff90293.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3d42936d-17d9-4dfb-89ac-ece3cff90293.shogun-image {
    
    
  }


.s-3d42936d-17d9-4dfb-89ac-ece3cff90293 .shogun-image-content {
  
    align-items: center;
  
}

.s-3d42936d-17d9-4dfb-89ac-ece3cff90293.shg-align-container {
  text-align: center
}

.s-3d42936d-17d9-4dfb-89ac-ece3cff90293.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d42936d-17d9-4dfb-89ac-ece3cff90293.shogun-image {
  box-sizing: border-box;
}


}
#s-2b2bc0f2-3932-46a5-b525-3559c3467798 {
  margin-left: 10%;
margin-right: 10%;
text-align: center;
}







  img.s-2b2bc0f2-3932-46a5-b525-3559c3467798.shogun-image {
    
    
  }


.s-2b2bc0f2-3932-46a5-b525-3559c3467798 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b2bc0f2-3932-46a5-b525-3559c3467798.shg-align-container {
  text-align: center
}

.s-2b2bc0f2-3932-46a5-b525-3559c3467798.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b2bc0f2-3932-46a5-b525-3559c3467798.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-2b2bc0f2-3932-46a5-b525-3559c3467798.shogun-image {
    
    
  }


.s-2b2bc0f2-3932-46a5-b525-3559c3467798 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b2bc0f2-3932-46a5-b525-3559c3467798.shg-align-container {
  text-align: center
}

.s-2b2bc0f2-3932-46a5-b525-3559c3467798.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b2bc0f2-3932-46a5-b525-3559c3467798.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2b2bc0f2-3932-46a5-b525-3559c3467798.shogun-image {
    
    
  }


.s-2b2bc0f2-3932-46a5-b525-3559c3467798 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b2bc0f2-3932-46a5-b525-3559c3467798.shg-align-container {
  text-align: center
}

.s-2b2bc0f2-3932-46a5-b525-3559c3467798.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b2bc0f2-3932-46a5-b525-3559c3467798.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2b2bc0f2-3932-46a5-b525-3559c3467798.shogun-image {
    
    
  }


.s-2b2bc0f2-3932-46a5-b525-3559c3467798 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b2bc0f2-3932-46a5-b525-3559c3467798.shg-align-container {
  text-align: center
}

.s-2b2bc0f2-3932-46a5-b525-3559c3467798.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b2bc0f2-3932-46a5-b525-3559c3467798.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2b2bc0f2-3932-46a5-b525-3559c3467798.shogun-image {
    
    
  }


.s-2b2bc0f2-3932-46a5-b525-3559c3467798 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b2bc0f2-3932-46a5-b525-3559c3467798.shg-align-container {
  text-align: center
}

.s-2b2bc0f2-3932-46a5-b525-3559c3467798.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b2bc0f2-3932-46a5-b525-3559c3467798.shogun-image {
  box-sizing: border-box;
}


}
#s-cea5b1e3-1f65-4908-aebb-0113116e7e84 {
  margin-left: 10%;
margin-right: 10%;
text-align: center;
}







  img.s-cea5b1e3-1f65-4908-aebb-0113116e7e84.shogun-image {
    
    
  }


.s-cea5b1e3-1f65-4908-aebb-0113116e7e84 .shogun-image-content {
  
    align-items: center;
  
}

.s-cea5b1e3-1f65-4908-aebb-0113116e7e84.shg-align-container {
  text-align: center
}

.s-cea5b1e3-1f65-4908-aebb-0113116e7e84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cea5b1e3-1f65-4908-aebb-0113116e7e84.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-cea5b1e3-1f65-4908-aebb-0113116e7e84.shogun-image {
    
    
  }


.s-cea5b1e3-1f65-4908-aebb-0113116e7e84 .shogun-image-content {
  
    align-items: center;
  
}

.s-cea5b1e3-1f65-4908-aebb-0113116e7e84.shg-align-container {
  text-align: center
}

.s-cea5b1e3-1f65-4908-aebb-0113116e7e84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cea5b1e3-1f65-4908-aebb-0113116e7e84.shogun-image {
  box-sizing: border-box;
}


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





  img.s-cea5b1e3-1f65-4908-aebb-0113116e7e84.shogun-image {
    
    
  }


.s-cea5b1e3-1f65-4908-aebb-0113116e7e84 .shogun-image-content {
  
    align-items: center;
  
}

.s-cea5b1e3-1f65-4908-aebb-0113116e7e84.shg-align-container {
  text-align: center
}

.s-cea5b1e3-1f65-4908-aebb-0113116e7e84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cea5b1e3-1f65-4908-aebb-0113116e7e84.shogun-image {
  box-sizing: border-box;
}


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





  img.s-cea5b1e3-1f65-4908-aebb-0113116e7e84.shogun-image {
    
    
  }


.s-cea5b1e3-1f65-4908-aebb-0113116e7e84 .shogun-image-content {
  
    align-items: center;
  
}

.s-cea5b1e3-1f65-4908-aebb-0113116e7e84.shg-align-container {
  text-align: center
}

.s-cea5b1e3-1f65-4908-aebb-0113116e7e84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cea5b1e3-1f65-4908-aebb-0113116e7e84.shogun-image {
  box-sizing: border-box;
}


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





  img.s-cea5b1e3-1f65-4908-aebb-0113116e7e84.shogun-image {
    
    
  }


.s-cea5b1e3-1f65-4908-aebb-0113116e7e84 .shogun-image-content {
  
    align-items: center;
  
}

.s-cea5b1e3-1f65-4908-aebb-0113116e7e84.shg-align-container {
  text-align: center
}

.s-cea5b1e3-1f65-4908-aebb-0113116e7e84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cea5b1e3-1f65-4908-aebb-0113116e7e84.shogun-image {
  box-sizing: border-box;
}


}
#s-970fbdbf-202f-495f-ba91-c55ca4e8b008 {
  margin-left: 10%;
margin-right: 10%;
text-align: center;
}







  img.s-970fbdbf-202f-495f-ba91-c55ca4e8b008.shogun-image {
    
    
  }


.s-970fbdbf-202f-495f-ba91-c55ca4e8b008 .shogun-image-content {
  
    align-items: center;
  
}

.s-970fbdbf-202f-495f-ba91-c55ca4e8b008.shg-align-container {
  text-align: center
}

.s-970fbdbf-202f-495f-ba91-c55ca4e8b008.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-970fbdbf-202f-495f-ba91-c55ca4e8b008.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-970fbdbf-202f-495f-ba91-c55ca4e8b008.shogun-image {
    
    
  }


.s-970fbdbf-202f-495f-ba91-c55ca4e8b008 .shogun-image-content {
  
    align-items: center;
  
}

.s-970fbdbf-202f-495f-ba91-c55ca4e8b008.shg-align-container {
  text-align: center
}

.s-970fbdbf-202f-495f-ba91-c55ca4e8b008.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-970fbdbf-202f-495f-ba91-c55ca4e8b008.shogun-image {
  box-sizing: border-box;
}


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





  img.s-970fbdbf-202f-495f-ba91-c55ca4e8b008.shogun-image {
    
    
  }


.s-970fbdbf-202f-495f-ba91-c55ca4e8b008 .shogun-image-content {
  
    align-items: center;
  
}

.s-970fbdbf-202f-495f-ba91-c55ca4e8b008.shg-align-container {
  text-align: center
}

.s-970fbdbf-202f-495f-ba91-c55ca4e8b008.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-970fbdbf-202f-495f-ba91-c55ca4e8b008.shogun-image {
  box-sizing: border-box;
}


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





  img.s-970fbdbf-202f-495f-ba91-c55ca4e8b008.shogun-image {
    
    
  }


.s-970fbdbf-202f-495f-ba91-c55ca4e8b008 .shogun-image-content {
  
    align-items: center;
  
}

.s-970fbdbf-202f-495f-ba91-c55ca4e8b008.shg-align-container {
  text-align: center
}

.s-970fbdbf-202f-495f-ba91-c55ca4e8b008.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-970fbdbf-202f-495f-ba91-c55ca4e8b008.shogun-image {
  box-sizing: border-box;
}


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





  img.s-970fbdbf-202f-495f-ba91-c55ca4e8b008.shogun-image {
    
    
  }


.s-970fbdbf-202f-495f-ba91-c55ca4e8b008 .shogun-image-content {
  
    align-items: center;
  
}

.s-970fbdbf-202f-495f-ba91-c55ca4e8b008.shg-align-container {
  text-align: center
}

.s-970fbdbf-202f-495f-ba91-c55ca4e8b008.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-970fbdbf-202f-495f-ba91-c55ca4e8b008.shogun-image {
  box-sizing: border-box;
}


}
#s-259685ca-7a44-44db-8ea8-f4484b2099e3 {
  margin-left: 10%;
margin-right: 10%;
text-align: center;
}







  img.s-259685ca-7a44-44db-8ea8-f4484b2099e3.shogun-image {
    
    
  }


.s-259685ca-7a44-44db-8ea8-f4484b2099e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-259685ca-7a44-44db-8ea8-f4484b2099e3.shg-align-container {
  text-align: center
}

.s-259685ca-7a44-44db-8ea8-f4484b2099e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-259685ca-7a44-44db-8ea8-f4484b2099e3.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-259685ca-7a44-44db-8ea8-f4484b2099e3.shogun-image {
    
    
  }


.s-259685ca-7a44-44db-8ea8-f4484b2099e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-259685ca-7a44-44db-8ea8-f4484b2099e3.shg-align-container {
  text-align: center
}

.s-259685ca-7a44-44db-8ea8-f4484b2099e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-259685ca-7a44-44db-8ea8-f4484b2099e3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-259685ca-7a44-44db-8ea8-f4484b2099e3.shogun-image {
    
    
  }


.s-259685ca-7a44-44db-8ea8-f4484b2099e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-259685ca-7a44-44db-8ea8-f4484b2099e3.shg-align-container {
  text-align: center
}

.s-259685ca-7a44-44db-8ea8-f4484b2099e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-259685ca-7a44-44db-8ea8-f4484b2099e3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-259685ca-7a44-44db-8ea8-f4484b2099e3.shogun-image {
    
    
  }


.s-259685ca-7a44-44db-8ea8-f4484b2099e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-259685ca-7a44-44db-8ea8-f4484b2099e3.shg-align-container {
  text-align: center
}

.s-259685ca-7a44-44db-8ea8-f4484b2099e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-259685ca-7a44-44db-8ea8-f4484b2099e3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-259685ca-7a44-44db-8ea8-f4484b2099e3.shogun-image {
    
    
  }


.s-259685ca-7a44-44db-8ea8-f4484b2099e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-259685ca-7a44-44db-8ea8-f4484b2099e3.shg-align-container {
  text-align: center
}

.s-259685ca-7a44-44db-8ea8-f4484b2099e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-259685ca-7a44-44db-8ea8-f4484b2099e3.shogun-image {
  box-sizing: border-box;
}


}
#s-f9aa3032-ab09-4d1b-bbd5-f1f0458b2ef0 {
  margin-left: 10%;
margin-right: 10%;
text-align: center;
}







  img.s-f9aa3032-ab09-4d1b-bbd5-f1f0458b2ef0.shogun-image {
    
    
  }


.s-f9aa3032-ab09-4d1b-bbd5-f1f0458b2ef0 .shogun-image-content {
  
    align-items: center;
  
}

.s-f9aa3032-ab09-4d1b-bbd5-f1f0458b2ef0.shg-align-container {
  text-align: center
}

.s-f9aa3032-ab09-4d1b-bbd5-f1f0458b2ef0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9aa3032-ab09-4d1b-bbd5-f1f0458b2ef0.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-f9aa3032-ab09-4d1b-bbd5-f1f0458b2ef0.shogun-image {
    
    
  }


.s-f9aa3032-ab09-4d1b-bbd5-f1f0458b2ef0 .shogun-image-content {
  
    align-items: center;
  
}

.s-f9aa3032-ab09-4d1b-bbd5-f1f0458b2ef0.shg-align-container {
  text-align: center
}

.s-f9aa3032-ab09-4d1b-bbd5-f1f0458b2ef0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9aa3032-ab09-4d1b-bbd5-f1f0458b2ef0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f9aa3032-ab09-4d1b-bbd5-f1f0458b2ef0.shogun-image {
    
    
  }


.s-f9aa3032-ab09-4d1b-bbd5-f1f0458b2ef0 .shogun-image-content {
  
    align-items: center;
  
}

.s-f9aa3032-ab09-4d1b-bbd5-f1f0458b2ef0.shg-align-container {
  text-align: center
}

.s-f9aa3032-ab09-4d1b-bbd5-f1f0458b2ef0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9aa3032-ab09-4d1b-bbd5-f1f0458b2ef0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f9aa3032-ab09-4d1b-bbd5-f1f0458b2ef0.shogun-image {
    
    
  }


.s-f9aa3032-ab09-4d1b-bbd5-f1f0458b2ef0 .shogun-image-content {
  
    align-items: center;
  
}

.s-f9aa3032-ab09-4d1b-bbd5-f1f0458b2ef0.shg-align-container {
  text-align: center
}

.s-f9aa3032-ab09-4d1b-bbd5-f1f0458b2ef0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9aa3032-ab09-4d1b-bbd5-f1f0458b2ef0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f9aa3032-ab09-4d1b-bbd5-f1f0458b2ef0.shogun-image {
    
    
  }


.s-f9aa3032-ab09-4d1b-bbd5-f1f0458b2ef0 .shogun-image-content {
  
    align-items: center;
  
}

.s-f9aa3032-ab09-4d1b-bbd5-f1f0458b2ef0.shg-align-container {
  text-align: center
}

.s-f9aa3032-ab09-4d1b-bbd5-f1f0458b2ef0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9aa3032-ab09-4d1b-bbd5-f1f0458b2ef0.shogun-image {
  box-sizing: border-box;
}


}
#s-f04db80c-a4dd-45f4-86ff-50985d8617cb {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f04db80c-a4dd-45f4-86ff-50985d8617cb .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Sabon Next";
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  
}



#s-a9bd1836-0420-4548-b9f5-c9d538d31338 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a9bd1836-0420-4548-b9f5-c9d538d31338 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Sabon Next";
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  
}



#s-d04d9c90-1bdb-4426-a9e5-1bcf44d059cc {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d04d9c90-1bdb-4426-a9e5-1bcf44d059cc .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Sabon Next";
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  
}



#s-6e06df19-2888-46f7-98b7-771adf57e06a {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6e06df19-2888-46f7-98b7-771adf57e06a .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Sabon Next";
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  
}



#s-f4ffd44d-af20-451b-b359-0868f9f1f541 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f4ffd44d-af20-451b-b359-0868f9f1f541 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Sabon Next";
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  
}



#s-6737e3c6-cc5d-4dbf-848c-33625fefb23c {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6737e3c6-cc5d-4dbf-848c-33625fefb23c .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Sabon Next";
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  
}



#s-2b313b2f-d382-4f43-82fc-ebdef677c2c0 {
  border-style: solid;
margin-top: 8px;
margin-bottom: 8px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(26, 112, 100, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(26, 112, 100, 1);
letter-spacing: 1px;
}
#s-2b313b2f-d382-4f43-82fc-ebdef677c2c0:hover {background-color: rgba(255, 255, 255, 0.75) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(26, 112, 100, 0.75) !important;}#s-2b313b2f-d382-4f43-82fc-ebdef677c2c0:active {background-color: rgba(255, 255, 255, 0.75) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(26, 112, 100, 0.75) !important;}

  #s-2b313b2f-d382-4f43-82fc-ebdef677c2c0-btn-wrapper {
    text-align: center;
  }


#s-2b313b2f-d382-4f43-82fc-ebdef677c2c0.shg-btn {
  color: rgba(26, 112, 100, 1);
  font-size: 12px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2b313b2f-d382-4f43-82fc-ebdef677c2c0-btn-wrapper {
    text-align: center;
  }


#s-2b313b2f-d382-4f43-82fc-ebdef677c2c0.shg-btn {
  color: rgba(26, 112, 100, 1);
  font-size: 12px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2b313b2f-d382-4f43-82fc-ebdef677c2c0-btn-wrapper {
    text-align: center;
  }


#s-2b313b2f-d382-4f43-82fc-ebdef677c2c0.shg-btn {
  color: rgba(26, 112, 100, 1);
  font-size: 12px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2b313b2f-d382-4f43-82fc-ebdef677c2c0-btn-wrapper {
    text-align: center;
  }


#s-2b313b2f-d382-4f43-82fc-ebdef677c2c0.shg-btn {
  color: rgba(26, 112, 100, 1);
  font-size: 12px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2b313b2f-d382-4f43-82fc-ebdef677c2c0-btn-wrapper {
    text-align: center;
  }


#s-2b313b2f-d382-4f43-82fc-ebdef677c2c0.shg-btn {
  color: rgba(26, 112, 100, 1);
  font-size: 12px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}
#s-091b429f-518f-48c6-ae9e-cd70ab0b912d {
  border-style: solid;
margin-top: 8px;
margin-bottom: 8px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(26, 112, 100, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(26, 112, 100, 1);
letter-spacing: 1px;
}
#s-091b429f-518f-48c6-ae9e-cd70ab0b912d:hover {background-color: rgba(255, 255, 255, 0.75) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(26, 112, 100, 0.75) !important;}#s-091b429f-518f-48c6-ae9e-cd70ab0b912d:active {background-color: rgba(255, 255, 255, 0.75) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(26, 112, 100, 0.75) !important;}

  #s-091b429f-518f-48c6-ae9e-cd70ab0b912d-btn-wrapper {
    text-align: center;
  }


#s-091b429f-518f-48c6-ae9e-cd70ab0b912d.shg-btn {
  color: rgba(26, 112, 100, 1);
  font-size: 12px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-091b429f-518f-48c6-ae9e-cd70ab0b912d-btn-wrapper {
    text-align: center;
  }


#s-091b429f-518f-48c6-ae9e-cd70ab0b912d.shg-btn {
  color: rgba(26, 112, 100, 1);
  font-size: 12px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-091b429f-518f-48c6-ae9e-cd70ab0b912d-btn-wrapper {
    text-align: center;
  }


#s-091b429f-518f-48c6-ae9e-cd70ab0b912d.shg-btn {
  color: rgba(26, 112, 100, 1);
  font-size: 12px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-091b429f-518f-48c6-ae9e-cd70ab0b912d-btn-wrapper {
    text-align: center;
  }


#s-091b429f-518f-48c6-ae9e-cd70ab0b912d.shg-btn {
  color: rgba(26, 112, 100, 1);
  font-size: 12px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-091b429f-518f-48c6-ae9e-cd70ab0b912d-btn-wrapper {
    text-align: center;
  }


#s-091b429f-518f-48c6-ae9e-cd70ab0b912d.shg-btn {
  color: rgba(26, 112, 100, 1);
  font-size: 12px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}
#s-6e4e3169-f43f-4b26-b36f-0953d2331383 {
  min-height: 50px;
background-color: rgba(221, 221, 221, 0.76);
}








#s-6e4e3169-f43f-4b26-b36f-0953d2331383 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e4e3169-f43f-4b26-b36f-0953d2331383.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-51ace95a-6d68-4e9f-be13-4519885aaf93 {
  min-height: 50px;
}








#s-51ace95a-6d68-4e9f-be13-4519885aaf93 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51ace95a-6d68-4e9f-be13-4519885aaf93.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dda8f7e2-7dc7-4591-ba7e-680137e9c1dd {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-8997af5a-1b2d-4dab-95bc-87c5a6065ec6 {
  margin-top: 30px;
margin-left: 26%;
margin-bottom: 30px;
margin-right: 26%;
}

#s-31b316cf-669a-42aa-9da9-fdae6775b7be {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(26, 112, 100, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(26, 112, 100, 1);
letter-spacing: 1px;
}
#s-31b316cf-669a-42aa-9da9-fdae6775b7be:hover {background-color: rgba(255, 255, 255, 0.75) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(26, 112, 100, 0.75) !important;}#s-31b316cf-669a-42aa-9da9-fdae6775b7be:active {background-color: rgba(255, 255, 255, 0.75) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(26, 112, 100, 0.75) !important;}

  #s-31b316cf-669a-42aa-9da9-fdae6775b7be-btn-wrapper {
    text-align: center;
  }


#s-31b316cf-669a-42aa-9da9-fdae6775b7be.shg-btn {
  color: rgba(26, 112, 100, 1);
  font-size: 12px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-31b316cf-669a-42aa-9da9-fdae6775b7be-btn-wrapper {
    text-align: center;
  }


#s-31b316cf-669a-42aa-9da9-fdae6775b7be.shg-btn {
  color: rgba(26, 112, 100, 1);
  font-size: 12px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-31b316cf-669a-42aa-9da9-fdae6775b7be-btn-wrapper {
    text-align: center;
  }


#s-31b316cf-669a-42aa-9da9-fdae6775b7be.shg-btn {
  color: rgba(26, 112, 100, 1);
  font-size: 12px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-31b316cf-669a-42aa-9da9-fdae6775b7be-btn-wrapper {
    text-align: center;
  }


#s-31b316cf-669a-42aa-9da9-fdae6775b7be.shg-btn {
  color: rgba(26, 112, 100, 1);
  font-size: 12px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-31b316cf-669a-42aa-9da9-fdae6775b7be-btn-wrapper {
    text-align: center;
  }


#s-31b316cf-669a-42aa-9da9-fdae6775b7be.shg-btn {
  color: rgba(26, 112, 100, 1);
  font-size: 12px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}
#s-8314a437-ee67-4796-8a3b-e2bd71af57ba {
  min-height: 50px;
}








#s-8314a437-ee67-4796-8a3b-e2bd71af57ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8314a437-ee67-4796-8a3b-e2bd71af57ba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9835d11c-5c07-44c6-af5f-774b54af5243 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-11035f59-bc71-4451-af02-560b94b8479f {
  margin-top: 30px;
margin-left: 26%;
margin-bottom: 30px;
margin-right: 26%;
}

#s-344f3f4b-3304-48ce-a167-daa305dc15c0 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(26, 112, 100, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(26, 112, 100, 1);
letter-spacing: 1px;
}
#s-344f3f4b-3304-48ce-a167-daa305dc15c0:hover {background-color: rgba(255, 255, 255, 0.75) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(26, 112, 100, 0.75) !important;}#s-344f3f4b-3304-48ce-a167-daa305dc15c0:active {background-color: rgba(255, 255, 255, 0.75) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(26, 112, 100, 0.75) !important;}

  #s-344f3f4b-3304-48ce-a167-daa305dc15c0-btn-wrapper {
    text-align: center;
  }


#s-344f3f4b-3304-48ce-a167-daa305dc15c0.shg-btn {
  color: rgba(26, 112, 100, 1);
  font-size: 12px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-344f3f4b-3304-48ce-a167-daa305dc15c0-btn-wrapper {
    text-align: center;
  }


#s-344f3f4b-3304-48ce-a167-daa305dc15c0.shg-btn {
  color: rgba(26, 112, 100, 1);
  font-size: 12px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-344f3f4b-3304-48ce-a167-daa305dc15c0-btn-wrapper {
    text-align: center;
  }


#s-344f3f4b-3304-48ce-a167-daa305dc15c0.shg-btn {
  color: rgba(26, 112, 100, 1);
  font-size: 12px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-344f3f4b-3304-48ce-a167-daa305dc15c0-btn-wrapper {
    text-align: center;
  }


#s-344f3f4b-3304-48ce-a167-daa305dc15c0.shg-btn {
  color: rgba(26, 112, 100, 1);
  font-size: 12px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-344f3f4b-3304-48ce-a167-daa305dc15c0-btn-wrapper {
    text-align: center;
  }


#s-344f3f4b-3304-48ce-a167-daa305dc15c0.shg-btn {
  color: rgba(26, 112, 100, 1);
  font-size: 12px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}
#s-285dde4f-5e2f-473b-97d0-d6bc4d0b2f78 {
  min-height: 50px;
}








#s-285dde4f-5e2f-473b-97d0-d6bc4d0b2f78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-285dde4f-5e2f-473b-97d0-d6bc4d0b2f78.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d05d22d2-7aac-40ef-ae0c-096290928122 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-d05d22d2-7aac-40ef-ae0c-096290928122 {
  display: none;
}
#s-d05d22d2-7aac-40ef-ae0c-096290928122, #wrap-s-d05d22d2-7aac-40ef-ae0c-096290928122 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d05d22d2-7aac-40ef-ae0c-096290928122 {
  display: none;
}
#s-d05d22d2-7aac-40ef-ae0c-096290928122, #wrap-s-d05d22d2-7aac-40ef-ae0c-096290928122 { display:none !important; }}







#s-d05d22d2-7aac-40ef-ae0c-096290928122 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d05d22d2-7aac-40ef-ae0c-096290928122.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b2fd6b1e-429b-4680-9e87-2d85537a1b8d {
  text-align: center;
}







  img.s-b2fd6b1e-429b-4680-9e87-2d85537a1b8d.shogun-image {
    
    
  }


.s-b2fd6b1e-429b-4680-9e87-2d85537a1b8d .shogun-image-content {
  
    align-items: center;
  
}

.s-b2fd6b1e-429b-4680-9e87-2d85537a1b8d.shg-align-container {
  text-align: center
}

.s-b2fd6b1e-429b-4680-9e87-2d85537a1b8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2fd6b1e-429b-4680-9e87-2d85537a1b8d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-b2fd6b1e-429b-4680-9e87-2d85537a1b8d.shogun-image {
    
    
  }


.s-b2fd6b1e-429b-4680-9e87-2d85537a1b8d .shogun-image-content {
  
    align-items: center;
  
}

.s-b2fd6b1e-429b-4680-9e87-2d85537a1b8d.shg-align-container {
  text-align: center
}

.s-b2fd6b1e-429b-4680-9e87-2d85537a1b8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2fd6b1e-429b-4680-9e87-2d85537a1b8d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b2fd6b1e-429b-4680-9e87-2d85537a1b8d.shogun-image {
    
    
  }


.s-b2fd6b1e-429b-4680-9e87-2d85537a1b8d .shogun-image-content {
  
    align-items: center;
  
}

.s-b2fd6b1e-429b-4680-9e87-2d85537a1b8d.shg-align-container {
  text-align: center
}

.s-b2fd6b1e-429b-4680-9e87-2d85537a1b8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2fd6b1e-429b-4680-9e87-2d85537a1b8d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b2fd6b1e-429b-4680-9e87-2d85537a1b8d.shogun-image {
    
    
  }


.s-b2fd6b1e-429b-4680-9e87-2d85537a1b8d .shogun-image-content {
  
    align-items: center;
  
}

.s-b2fd6b1e-429b-4680-9e87-2d85537a1b8d.shg-align-container {
  text-align: center
}

.s-b2fd6b1e-429b-4680-9e87-2d85537a1b8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2fd6b1e-429b-4680-9e87-2d85537a1b8d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b2fd6b1e-429b-4680-9e87-2d85537a1b8d.shogun-image {
    
    
  }


.s-b2fd6b1e-429b-4680-9e87-2d85537a1b8d .shogun-image-content {
  
    align-items: center;
  
}

.s-b2fd6b1e-429b-4680-9e87-2d85537a1b8d.shg-align-container {
  text-align: center
}

.s-b2fd6b1e-429b-4680-9e87-2d85537a1b8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2fd6b1e-429b-4680-9e87-2d85537a1b8d.shogun-image {
  box-sizing: border-box;
}


}
#s-55d21b3d-78ba-410a-a819-e8a50641d819 {
  min-height: 50px;
}








#s-55d21b3d-78ba-410a-a819-e8a50641d819 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55d21b3d-78ba-410a-a819-e8a50641d819.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-265760c6-2b8c-4aac-988f-180e91b3bf9c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-265760c6-2b8c-4aac-988f-180e91b3bf9c .shogun-heading-component h1 {
  color: rgba(77, 77, 77, 1);
  font-weight:   ;
  font-family: "Sabon Next";
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  
}



#s-d3c4307e-61ab-4ed7-b40c-a14f5dba29ef {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-8bf6d0a2-986c-436e-87ec-430e3d794a8c {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-e0b703e4-6387-40be-a94b-bef44a893459 {
  margin-top: 30px;
margin-left: 7%;
margin-bottom: 30px;
margin-right: 7%;
}

#s-4fae9373-186d-4114-924a-32c1499f12a2 {
  margin-top: 20px;
margin-left: 7%;
margin-bottom: 20px;
margin-right: 7%;
}

#s-c4148c19-404b-401f-8a08-8935aad93491 {
  min-height: 50px;
}








#s-c4148c19-404b-401f-8a08-8935aad93491 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c4148c19-404b-401f-8a08-8935aad93491.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-499efe5d-930c-470f-bbfd-0f2361eb86c3 {
  border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(26, 112, 100, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(26, 112, 100, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-499efe5d-930c-470f-bbfd-0f2361eb86c3:hover {background-color: rgba(255, 255, 255, 0.75) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(26, 112, 100, 0.75) !important;}#s-499efe5d-930c-470f-bbfd-0f2361eb86c3:active {background-color: rgba(255, 255, 255, 0.75) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(26, 112, 100, 0.75) !important;}

  #s-499efe5d-930c-470f-bbfd-0f2361eb86c3-btn-wrapper {
    text-align: center;
  }


#s-499efe5d-930c-470f-bbfd-0f2361eb86c3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-499efe5d-930c-470f-bbfd-0f2361eb86c3-btn-wrapper {
    text-align: center;
  }


#s-499efe5d-930c-470f-bbfd-0f2361eb86c3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-499efe5d-930c-470f-bbfd-0f2361eb86c3-btn-wrapper {
    text-align: center;
  }


#s-499efe5d-930c-470f-bbfd-0f2361eb86c3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-499efe5d-930c-470f-bbfd-0f2361eb86c3-btn-wrapper {
    text-align: center;
  }


#s-499efe5d-930c-470f-bbfd-0f2361eb86c3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-499efe5d-930c-470f-bbfd-0f2361eb86c3-btn-wrapper {
    text-align: center;
  }


#s-499efe5d-930c-470f-bbfd-0f2361eb86c3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}
#s-a69ae1e8-bb01-4ef7-b53b-00733fb1dc01 {
  border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(26, 112, 100, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(26, 112, 100, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-a69ae1e8-bb01-4ef7-b53b-00733fb1dc01:hover {background-color: rgba(255, 255, 255, 0.75) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(26, 112, 100, 0.75) !important;}#s-a69ae1e8-bb01-4ef7-b53b-00733fb1dc01:active {background-color: rgba(255, 255, 255, 0.75) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(26, 112, 100, 0.75) !important;}

  #s-a69ae1e8-bb01-4ef7-b53b-00733fb1dc01-btn-wrapper {
    text-align: center;
  }


#s-a69ae1e8-bb01-4ef7-b53b-00733fb1dc01.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a69ae1e8-bb01-4ef7-b53b-00733fb1dc01-btn-wrapper {
    text-align: center;
  }


#s-a69ae1e8-bb01-4ef7-b53b-00733fb1dc01.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a69ae1e8-bb01-4ef7-b53b-00733fb1dc01-btn-wrapper {
    text-align: center;
  }


#s-a69ae1e8-bb01-4ef7-b53b-00733fb1dc01.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a69ae1e8-bb01-4ef7-b53b-00733fb1dc01-btn-wrapper {
    text-align: center;
  }


#s-a69ae1e8-bb01-4ef7-b53b-00733fb1dc01.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a69ae1e8-bb01-4ef7-b53b-00733fb1dc01-btn-wrapper {
    text-align: center;
  }


#s-a69ae1e8-bb01-4ef7-b53b-00733fb1dc01.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}
#s-3177b7b0-5a49-4854-9ad3-b9bdefc48c8f {
  border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(26, 112, 100, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(26, 112, 100, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-3177b7b0-5a49-4854-9ad3-b9bdefc48c8f:hover {background-color: rgba(26, 112, 100, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-3177b7b0-5a49-4854-9ad3-b9bdefc48c8f:active {background-color: rgba(255, 255, 255, 0.75) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(26, 112, 100, 0.75) !important;}

  #s-3177b7b0-5a49-4854-9ad3-b9bdefc48c8f-btn-wrapper {
    text-align: center;
  }


#s-3177b7b0-5a49-4854-9ad3-b9bdefc48c8f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3177b7b0-5a49-4854-9ad3-b9bdefc48c8f-btn-wrapper {
    text-align: center;
  }


#s-3177b7b0-5a49-4854-9ad3-b9bdefc48c8f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3177b7b0-5a49-4854-9ad3-b9bdefc48c8f-btn-wrapper {
    text-align: center;
  }


#s-3177b7b0-5a49-4854-9ad3-b9bdefc48c8f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3177b7b0-5a49-4854-9ad3-b9bdefc48c8f-btn-wrapper {
    text-align: center;
  }


#s-3177b7b0-5a49-4854-9ad3-b9bdefc48c8f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3177b7b0-5a49-4854-9ad3-b9bdefc48c8f-btn-wrapper {
    text-align: center;
  }


#s-3177b7b0-5a49-4854-9ad3-b9bdefc48c8f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}
#s-60eeb181-d170-4e44-9540-7d3e50bf57b9 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-60eeb181-d170-4e44-9540-7d3e50bf57b9 {
  display: none;
}
#s-60eeb181-d170-4e44-9540-7d3e50bf57b9, #wrap-s-60eeb181-d170-4e44-9540-7d3e50bf57b9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-60eeb181-d170-4e44-9540-7d3e50bf57b9 {
  display: none;
}
#s-60eeb181-d170-4e44-9540-7d3e50bf57b9, #wrap-s-60eeb181-d170-4e44-9540-7d3e50bf57b9 { display:none !important; }}







#s-60eeb181-d170-4e44-9540-7d3e50bf57b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-60eeb181-d170-4e44-9540-7d3e50bf57b9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f304141e-e5b3-4504-a626-d830e7a66cd0 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-f304141e-e5b3-4504-a626-d830e7a66cd0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f304141e-e5b3-4504-a626-d830e7a66cd0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-66aefb14-afeb-4588-b823-0b95229088fa {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-83f9f45e-6a33-4def-960a-4d3ec2866d68 {
  margin-left: 7%;
margin-right: 7%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-83f9f45e-6a33-4def-960a-4d3ec2866d68 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-83f9f45e-6a33-4def-960a-4d3ec2866d68 .shg-sld-nav-button.shg-sld-left,
#s-83f9f45e-6a33-4def-960a-4d3ec2866d68 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-2c477f99-5767-4aff-b7c1-7fcdc50badf2 {
  text-align: center;
}







  img.s-2c477f99-5767-4aff-b7c1-7fcdc50badf2.shogun-image {
    
    
  }


.s-2c477f99-5767-4aff-b7c1-7fcdc50badf2 .shogun-image-content {
  
    align-items: center;
  
}

.s-2c477f99-5767-4aff-b7c1-7fcdc50badf2.shg-align-container {
  text-align: center
}

.s-2c477f99-5767-4aff-b7c1-7fcdc50badf2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c477f99-5767-4aff-b7c1-7fcdc50badf2.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-2c477f99-5767-4aff-b7c1-7fcdc50badf2.shogun-image {
    
    
  }


.s-2c477f99-5767-4aff-b7c1-7fcdc50badf2 .shogun-image-content {
  
    align-items: center;
  
}

.s-2c477f99-5767-4aff-b7c1-7fcdc50badf2.shg-align-container {
  text-align: center
}

.s-2c477f99-5767-4aff-b7c1-7fcdc50badf2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c477f99-5767-4aff-b7c1-7fcdc50badf2.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2c477f99-5767-4aff-b7c1-7fcdc50badf2.shogun-image {
    
    
  }


.s-2c477f99-5767-4aff-b7c1-7fcdc50badf2 .shogun-image-content {
  
    align-items: center;
  
}

.s-2c477f99-5767-4aff-b7c1-7fcdc50badf2.shg-align-container {
  text-align: center
}

.s-2c477f99-5767-4aff-b7c1-7fcdc50badf2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c477f99-5767-4aff-b7c1-7fcdc50badf2.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2c477f99-5767-4aff-b7c1-7fcdc50badf2.shogun-image {
    
    
  }


.s-2c477f99-5767-4aff-b7c1-7fcdc50badf2 .shogun-image-content {
  
    align-items: center;
  
}

.s-2c477f99-5767-4aff-b7c1-7fcdc50badf2.shg-align-container {
  text-align: center
}

.s-2c477f99-5767-4aff-b7c1-7fcdc50badf2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c477f99-5767-4aff-b7c1-7fcdc50badf2.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2c477f99-5767-4aff-b7c1-7fcdc50badf2.shogun-image {
    
    
  }


.s-2c477f99-5767-4aff-b7c1-7fcdc50badf2 .shogun-image-content {
  
    align-items: center;
  
}

.s-2c477f99-5767-4aff-b7c1-7fcdc50badf2.shg-align-container {
  text-align: center
}

.s-2c477f99-5767-4aff-b7c1-7fcdc50badf2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c477f99-5767-4aff-b7c1-7fcdc50badf2.shogun-image {
  box-sizing: border-box;
}


}
#s-965fcc31-16e8-4b69-be49-2f70cbeb3818 {
  text-align: center;
}







  img.s-965fcc31-16e8-4b69-be49-2f70cbeb3818.shogun-image {
    
    
  }


.s-965fcc31-16e8-4b69-be49-2f70cbeb3818 .shogun-image-content {
  
    align-items: center;
  
}

.s-965fcc31-16e8-4b69-be49-2f70cbeb3818.shg-align-container {
  text-align: center
}

.s-965fcc31-16e8-4b69-be49-2f70cbeb3818.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-965fcc31-16e8-4b69-be49-2f70cbeb3818.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-965fcc31-16e8-4b69-be49-2f70cbeb3818.shogun-image {
    
    
  }


.s-965fcc31-16e8-4b69-be49-2f70cbeb3818 .shogun-image-content {
  
    align-items: center;
  
}

.s-965fcc31-16e8-4b69-be49-2f70cbeb3818.shg-align-container {
  text-align: center
}

.s-965fcc31-16e8-4b69-be49-2f70cbeb3818.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-965fcc31-16e8-4b69-be49-2f70cbeb3818.shogun-image {
  box-sizing: border-box;
}


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





  img.s-965fcc31-16e8-4b69-be49-2f70cbeb3818.shogun-image {
    
    
  }


.s-965fcc31-16e8-4b69-be49-2f70cbeb3818 .shogun-image-content {
  
    align-items: center;
  
}

.s-965fcc31-16e8-4b69-be49-2f70cbeb3818.shg-align-container {
  text-align: center
}

.s-965fcc31-16e8-4b69-be49-2f70cbeb3818.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-965fcc31-16e8-4b69-be49-2f70cbeb3818.shogun-image {
  box-sizing: border-box;
}


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





  img.s-965fcc31-16e8-4b69-be49-2f70cbeb3818.shogun-image {
    
    
  }


.s-965fcc31-16e8-4b69-be49-2f70cbeb3818 .shogun-image-content {
  
    align-items: center;
  
}

.s-965fcc31-16e8-4b69-be49-2f70cbeb3818.shg-align-container {
  text-align: center
}

.s-965fcc31-16e8-4b69-be49-2f70cbeb3818.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-965fcc31-16e8-4b69-be49-2f70cbeb3818.shogun-image {
  box-sizing: border-box;
}


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





  img.s-965fcc31-16e8-4b69-be49-2f70cbeb3818.shogun-image {
    
    
  }


.s-965fcc31-16e8-4b69-be49-2f70cbeb3818 .shogun-image-content {
  
    align-items: center;
  
}

.s-965fcc31-16e8-4b69-be49-2f70cbeb3818.shg-align-container {
  text-align: center
}

.s-965fcc31-16e8-4b69-be49-2f70cbeb3818.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-965fcc31-16e8-4b69-be49-2f70cbeb3818.shogun-image {
  box-sizing: border-box;
}


}
#s-9ad7b7c8-3d8f-4115-9ad2-1f6e5df6d536 {
  text-align: center;
}







  img.s-9ad7b7c8-3d8f-4115-9ad2-1f6e5df6d536.shogun-image {
    
    
  }


.s-9ad7b7c8-3d8f-4115-9ad2-1f6e5df6d536 .shogun-image-content {
  
    align-items: center;
  
}

.s-9ad7b7c8-3d8f-4115-9ad2-1f6e5df6d536.shg-align-container {
  text-align: center
}

.s-9ad7b7c8-3d8f-4115-9ad2-1f6e5df6d536.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ad7b7c8-3d8f-4115-9ad2-1f6e5df6d536.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-9ad7b7c8-3d8f-4115-9ad2-1f6e5df6d536.shogun-image {
    
    
  }


.s-9ad7b7c8-3d8f-4115-9ad2-1f6e5df6d536 .shogun-image-content {
  
    align-items: center;
  
}

.s-9ad7b7c8-3d8f-4115-9ad2-1f6e5df6d536.shg-align-container {
  text-align: center
}

.s-9ad7b7c8-3d8f-4115-9ad2-1f6e5df6d536.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ad7b7c8-3d8f-4115-9ad2-1f6e5df6d536.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9ad7b7c8-3d8f-4115-9ad2-1f6e5df6d536.shogun-image {
    
    
  }


.s-9ad7b7c8-3d8f-4115-9ad2-1f6e5df6d536 .shogun-image-content {
  
    align-items: center;
  
}

.s-9ad7b7c8-3d8f-4115-9ad2-1f6e5df6d536.shg-align-container {
  text-align: center
}

.s-9ad7b7c8-3d8f-4115-9ad2-1f6e5df6d536.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ad7b7c8-3d8f-4115-9ad2-1f6e5df6d536.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9ad7b7c8-3d8f-4115-9ad2-1f6e5df6d536.shogun-image {
    
    
  }


.s-9ad7b7c8-3d8f-4115-9ad2-1f6e5df6d536 .shogun-image-content {
  
    align-items: center;
  
}

.s-9ad7b7c8-3d8f-4115-9ad2-1f6e5df6d536.shg-align-container {
  text-align: center
}

.s-9ad7b7c8-3d8f-4115-9ad2-1f6e5df6d536.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ad7b7c8-3d8f-4115-9ad2-1f6e5df6d536.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9ad7b7c8-3d8f-4115-9ad2-1f6e5df6d536.shogun-image {
    
    
  }


.s-9ad7b7c8-3d8f-4115-9ad2-1f6e5df6d536 .shogun-image-content {
  
    align-items: center;
  
}

.s-9ad7b7c8-3d8f-4115-9ad2-1f6e5df6d536.shg-align-container {
  text-align: center
}

.s-9ad7b7c8-3d8f-4115-9ad2-1f6e5df6d536.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ad7b7c8-3d8f-4115-9ad2-1f6e5df6d536.shogun-image {
  box-sizing: border-box;
}


}
#s-15b13e1a-a135-48c6-a9f0-4831d9308c37 {
  text-align: center;
}







  img.s-15b13e1a-a135-48c6-a9f0-4831d9308c37.shogun-image {
    
    
  }


.s-15b13e1a-a135-48c6-a9f0-4831d9308c37 .shogun-image-content {
  
    align-items: center;
  
}

.s-15b13e1a-a135-48c6-a9f0-4831d9308c37.shg-align-container {
  text-align: center
}

.s-15b13e1a-a135-48c6-a9f0-4831d9308c37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15b13e1a-a135-48c6-a9f0-4831d9308c37.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-15b13e1a-a135-48c6-a9f0-4831d9308c37.shogun-image {
    
    
  }


.s-15b13e1a-a135-48c6-a9f0-4831d9308c37 .shogun-image-content {
  
    align-items: center;
  
}

.s-15b13e1a-a135-48c6-a9f0-4831d9308c37.shg-align-container {
  text-align: center
}

.s-15b13e1a-a135-48c6-a9f0-4831d9308c37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15b13e1a-a135-48c6-a9f0-4831d9308c37.shogun-image {
  box-sizing: border-box;
}


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





  img.s-15b13e1a-a135-48c6-a9f0-4831d9308c37.shogun-image {
    
    
  }


.s-15b13e1a-a135-48c6-a9f0-4831d9308c37 .shogun-image-content {
  
    align-items: center;
  
}

.s-15b13e1a-a135-48c6-a9f0-4831d9308c37.shg-align-container {
  text-align: center
}

.s-15b13e1a-a135-48c6-a9f0-4831d9308c37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15b13e1a-a135-48c6-a9f0-4831d9308c37.shogun-image {
  box-sizing: border-box;
}


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





  img.s-15b13e1a-a135-48c6-a9f0-4831d9308c37.shogun-image {
    
    
  }


.s-15b13e1a-a135-48c6-a9f0-4831d9308c37 .shogun-image-content {
  
    align-items: center;
  
}

.s-15b13e1a-a135-48c6-a9f0-4831d9308c37.shg-align-container {
  text-align: center
}

.s-15b13e1a-a135-48c6-a9f0-4831d9308c37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15b13e1a-a135-48c6-a9f0-4831d9308c37.shogun-image {
  box-sizing: border-box;
}


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





  img.s-15b13e1a-a135-48c6-a9f0-4831d9308c37.shogun-image {
    
    
  }


.s-15b13e1a-a135-48c6-a9f0-4831d9308c37 .shogun-image-content {
  
    align-items: center;
  
}

.s-15b13e1a-a135-48c6-a9f0-4831d9308c37.shg-align-container {
  text-align: center
}

.s-15b13e1a-a135-48c6-a9f0-4831d9308c37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15b13e1a-a135-48c6-a9f0-4831d9308c37.shogun-image {
  box-sizing: border-box;
}


}
#s-d62bd61c-790e-4cef-a8ee-67cdf25613f4 {
  text-align: center;
}







  img.s-d62bd61c-790e-4cef-a8ee-67cdf25613f4.shogun-image {
    
    
  }


.s-d62bd61c-790e-4cef-a8ee-67cdf25613f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-d62bd61c-790e-4cef-a8ee-67cdf25613f4.shg-align-container {
  text-align: center
}

.s-d62bd61c-790e-4cef-a8ee-67cdf25613f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d62bd61c-790e-4cef-a8ee-67cdf25613f4.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-d62bd61c-790e-4cef-a8ee-67cdf25613f4.shogun-image {
    
    
  }


.s-d62bd61c-790e-4cef-a8ee-67cdf25613f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-d62bd61c-790e-4cef-a8ee-67cdf25613f4.shg-align-container {
  text-align: center
}

.s-d62bd61c-790e-4cef-a8ee-67cdf25613f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d62bd61c-790e-4cef-a8ee-67cdf25613f4.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d62bd61c-790e-4cef-a8ee-67cdf25613f4.shogun-image {
    
    
  }


.s-d62bd61c-790e-4cef-a8ee-67cdf25613f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-d62bd61c-790e-4cef-a8ee-67cdf25613f4.shg-align-container {
  text-align: center
}

.s-d62bd61c-790e-4cef-a8ee-67cdf25613f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d62bd61c-790e-4cef-a8ee-67cdf25613f4.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d62bd61c-790e-4cef-a8ee-67cdf25613f4.shogun-image {
    
    
  }


.s-d62bd61c-790e-4cef-a8ee-67cdf25613f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-d62bd61c-790e-4cef-a8ee-67cdf25613f4.shg-align-container {
  text-align: center
}

.s-d62bd61c-790e-4cef-a8ee-67cdf25613f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d62bd61c-790e-4cef-a8ee-67cdf25613f4.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d62bd61c-790e-4cef-a8ee-67cdf25613f4.shogun-image {
    
    
  }


.s-d62bd61c-790e-4cef-a8ee-67cdf25613f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-d62bd61c-790e-4cef-a8ee-67cdf25613f4.shg-align-container {
  text-align: center
}

.s-d62bd61c-790e-4cef-a8ee-67cdf25613f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d62bd61c-790e-4cef-a8ee-67cdf25613f4.shogun-image {
  box-sizing: border-box;
}


}
#s-9d3499e2-f3ac-4d19-b343-518e37eda22d {
  text-align: center;
}







  img.s-9d3499e2-f3ac-4d19-b343-518e37eda22d.shogun-image {
    
    
  }


.s-9d3499e2-f3ac-4d19-b343-518e37eda22d .shogun-image-content {
  
    align-items: center;
  
}

.s-9d3499e2-f3ac-4d19-b343-518e37eda22d.shg-align-container {
  text-align: center
}

.s-9d3499e2-f3ac-4d19-b343-518e37eda22d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d3499e2-f3ac-4d19-b343-518e37eda22d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-9d3499e2-f3ac-4d19-b343-518e37eda22d.shogun-image {
    
    
  }


.s-9d3499e2-f3ac-4d19-b343-518e37eda22d .shogun-image-content {
  
    align-items: center;
  
}

.s-9d3499e2-f3ac-4d19-b343-518e37eda22d.shg-align-container {
  text-align: center
}

.s-9d3499e2-f3ac-4d19-b343-518e37eda22d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d3499e2-f3ac-4d19-b343-518e37eda22d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9d3499e2-f3ac-4d19-b343-518e37eda22d.shogun-image {
    
    
  }


.s-9d3499e2-f3ac-4d19-b343-518e37eda22d .shogun-image-content {
  
    align-items: center;
  
}

.s-9d3499e2-f3ac-4d19-b343-518e37eda22d.shg-align-container {
  text-align: center
}

.s-9d3499e2-f3ac-4d19-b343-518e37eda22d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d3499e2-f3ac-4d19-b343-518e37eda22d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9d3499e2-f3ac-4d19-b343-518e37eda22d.shogun-image {
    
    
  }


.s-9d3499e2-f3ac-4d19-b343-518e37eda22d .shogun-image-content {
  
    align-items: center;
  
}

.s-9d3499e2-f3ac-4d19-b343-518e37eda22d.shg-align-container {
  text-align: center
}

.s-9d3499e2-f3ac-4d19-b343-518e37eda22d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d3499e2-f3ac-4d19-b343-518e37eda22d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9d3499e2-f3ac-4d19-b343-518e37eda22d.shogun-image {
    
    
  }


.s-9d3499e2-f3ac-4d19-b343-518e37eda22d .shogun-image-content {
  
    align-items: center;
  
}

.s-9d3499e2-f3ac-4d19-b343-518e37eda22d.shg-align-container {
  text-align: center
}

.s-9d3499e2-f3ac-4d19-b343-518e37eda22d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d3499e2-f3ac-4d19-b343-518e37eda22d.shogun-image {
  box-sizing: border-box;
}


}
#s-d05d9323-9f7b-437d-9dea-3685ce897e33 {
  text-align: center;
}







  img.s-d05d9323-9f7b-437d-9dea-3685ce897e33.shogun-image {
    
    
  }


.s-d05d9323-9f7b-437d-9dea-3685ce897e33 .shogun-image-content {
  
    align-items: center;
  
}

.s-d05d9323-9f7b-437d-9dea-3685ce897e33.shg-align-container {
  text-align: center
}

.s-d05d9323-9f7b-437d-9dea-3685ce897e33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d05d9323-9f7b-437d-9dea-3685ce897e33.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-d05d9323-9f7b-437d-9dea-3685ce897e33.shogun-image {
    
    
  }


.s-d05d9323-9f7b-437d-9dea-3685ce897e33 .shogun-image-content {
  
    align-items: center;
  
}

.s-d05d9323-9f7b-437d-9dea-3685ce897e33.shg-align-container {
  text-align: center
}

.s-d05d9323-9f7b-437d-9dea-3685ce897e33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d05d9323-9f7b-437d-9dea-3685ce897e33.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d05d9323-9f7b-437d-9dea-3685ce897e33.shogun-image {
    
    
  }


.s-d05d9323-9f7b-437d-9dea-3685ce897e33 .shogun-image-content {
  
    align-items: center;
  
}

.s-d05d9323-9f7b-437d-9dea-3685ce897e33.shg-align-container {
  text-align: center
}

.s-d05d9323-9f7b-437d-9dea-3685ce897e33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d05d9323-9f7b-437d-9dea-3685ce897e33.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d05d9323-9f7b-437d-9dea-3685ce897e33.shogun-image {
    
    
  }


.s-d05d9323-9f7b-437d-9dea-3685ce897e33 .shogun-image-content {
  
    align-items: center;
  
}

.s-d05d9323-9f7b-437d-9dea-3685ce897e33.shg-align-container {
  text-align: center
}

.s-d05d9323-9f7b-437d-9dea-3685ce897e33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d05d9323-9f7b-437d-9dea-3685ce897e33.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d05d9323-9f7b-437d-9dea-3685ce897e33.shogun-image {
    
    
  }


.s-d05d9323-9f7b-437d-9dea-3685ce897e33 .shogun-image-content {
  
    align-items: center;
  
}

.s-d05d9323-9f7b-437d-9dea-3685ce897e33.shg-align-container {
  text-align: center
}

.s-d05d9323-9f7b-437d-9dea-3685ce897e33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d05d9323-9f7b-437d-9dea-3685ce897e33.shogun-image {
  box-sizing: border-box;
}


}
#s-18464693-a2e2-413d-85a6-4d6368a06698 {
  text-align: center;
}







  img.s-18464693-a2e2-413d-85a6-4d6368a06698.shogun-image {
    
    
  }


.s-18464693-a2e2-413d-85a6-4d6368a06698 .shogun-image-content {
  
    align-items: center;
  
}

.s-18464693-a2e2-413d-85a6-4d6368a06698.shg-align-container {
  text-align: center
}

.s-18464693-a2e2-413d-85a6-4d6368a06698.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18464693-a2e2-413d-85a6-4d6368a06698.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-18464693-a2e2-413d-85a6-4d6368a06698.shogun-image {
    
    
  }


.s-18464693-a2e2-413d-85a6-4d6368a06698 .shogun-image-content {
  
    align-items: center;
  
}

.s-18464693-a2e2-413d-85a6-4d6368a06698.shg-align-container {
  text-align: center
}

.s-18464693-a2e2-413d-85a6-4d6368a06698.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18464693-a2e2-413d-85a6-4d6368a06698.shogun-image {
  box-sizing: border-box;
}


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





  img.s-18464693-a2e2-413d-85a6-4d6368a06698.shogun-image {
    
    
  }


.s-18464693-a2e2-413d-85a6-4d6368a06698 .shogun-image-content {
  
    align-items: center;
  
}

.s-18464693-a2e2-413d-85a6-4d6368a06698.shg-align-container {
  text-align: center
}

.s-18464693-a2e2-413d-85a6-4d6368a06698.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18464693-a2e2-413d-85a6-4d6368a06698.shogun-image {
  box-sizing: border-box;
}


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





  img.s-18464693-a2e2-413d-85a6-4d6368a06698.shogun-image {
    
    
  }


.s-18464693-a2e2-413d-85a6-4d6368a06698 .shogun-image-content {
  
    align-items: center;
  
}

.s-18464693-a2e2-413d-85a6-4d6368a06698.shg-align-container {
  text-align: center
}

.s-18464693-a2e2-413d-85a6-4d6368a06698.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18464693-a2e2-413d-85a6-4d6368a06698.shogun-image {
  box-sizing: border-box;
}


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





  img.s-18464693-a2e2-413d-85a6-4d6368a06698.shogun-image {
    
    
  }


.s-18464693-a2e2-413d-85a6-4d6368a06698 .shogun-image-content {
  
    align-items: center;
  
}

.s-18464693-a2e2-413d-85a6-4d6368a06698.shg-align-container {
  text-align: center
}

.s-18464693-a2e2-413d-85a6-4d6368a06698.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18464693-a2e2-413d-85a6-4d6368a06698.shogun-image {
  box-sizing: border-box;
}


}
#s-508def0a-9570-4cf4-b6f8-92c4fe846eb5 {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
}








#s-508def0a-9570-4cf4-b6f8-92c4fe846eb5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-508def0a-9570-4cf4-b6f8-92c4fe846eb5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-c2a3cbcf-a0a0-4dc0-9649-79d1e3cc71cc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c2a3cbcf-a0a0-4dc0-9649-79d1e3cc71cc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c2a3cbcf-a0a0-4dc0-9649-79d1e3cc71cc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c2a3cbcf-a0a0-4dc0-9649-79d1e3cc71cc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-a78b462c-f09d-4a2b-a5bd-433e60a51f75 {
  text-align: center;
}







  img.s-a78b462c-f09d-4a2b-a5bd-433e60a51f75.shogun-image {
    
    
  }


.s-a78b462c-f09d-4a2b-a5bd-433e60a51f75 .shogun-image-content {
  
    align-items: center;
  
}

.s-a78b462c-f09d-4a2b-a5bd-433e60a51f75.shg-align-container {
  text-align: center
}

.s-a78b462c-f09d-4a2b-a5bd-433e60a51f75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a78b462c-f09d-4a2b-a5bd-433e60a51f75.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-a78b462c-f09d-4a2b-a5bd-433e60a51f75.shogun-image {
    
    
  }


.s-a78b462c-f09d-4a2b-a5bd-433e60a51f75 .shogun-image-content {
  
    align-items: center;
  
}

.s-a78b462c-f09d-4a2b-a5bd-433e60a51f75.shg-align-container {
  text-align: center
}

.s-a78b462c-f09d-4a2b-a5bd-433e60a51f75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a78b462c-f09d-4a2b-a5bd-433e60a51f75.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a78b462c-f09d-4a2b-a5bd-433e60a51f75.shogun-image {
    
    
  }


.s-a78b462c-f09d-4a2b-a5bd-433e60a51f75 .shogun-image-content {
  
    align-items: center;
  
}

.s-a78b462c-f09d-4a2b-a5bd-433e60a51f75.shg-align-container {
  text-align: center
}

.s-a78b462c-f09d-4a2b-a5bd-433e60a51f75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a78b462c-f09d-4a2b-a5bd-433e60a51f75.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a78b462c-f09d-4a2b-a5bd-433e60a51f75.shogun-image {
    
    
  }


.s-a78b462c-f09d-4a2b-a5bd-433e60a51f75 .shogun-image-content {
  
    align-items: center;
  
}

.s-a78b462c-f09d-4a2b-a5bd-433e60a51f75.shg-align-container {
  text-align: center
}

.s-a78b462c-f09d-4a2b-a5bd-433e60a51f75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a78b462c-f09d-4a2b-a5bd-433e60a51f75.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a78b462c-f09d-4a2b-a5bd-433e60a51f75.shogun-image {
    
    
  }


.s-a78b462c-f09d-4a2b-a5bd-433e60a51f75 .shogun-image-content {
  
    align-items: center;
  
}

.s-a78b462c-f09d-4a2b-a5bd-433e60a51f75.shg-align-container {
  text-align: center
}

.s-a78b462c-f09d-4a2b-a5bd-433e60a51f75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a78b462c-f09d-4a2b-a5bd-433e60a51f75.shogun-image {
  box-sizing: border-box;
}


}
#s-800dbb18-4eda-4bd6-bfac-8e3e54604cf9 {
  box-shadow:1px 1px 1px 1px rgba(221, 221, 221, 0.07);
padding-top: 87px;
padding-bottom: 87px;
min-height: 50px;
background-color: rgba(221, 221, 221, 0.7);
}








#s-800dbb18-4eda-4bd6-bfac-8e3e54604cf9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-800dbb18-4eda-4bd6-bfac-8e3e54604cf9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dc695218-f53f-4d0c-b4b0-90b8a817a115 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-b74f24e7-632d-4b9b-9f7f-2a51f9ad8430 {
  margin-top: 30px;
margin-left: 7%;
margin-bottom: 30px;
margin-right: 7%;
}

#s-b0d07e70-2b68-44c6-bb66-f1ea147cfcf0 {
  margin-top: 40px;
margin-left: 10%;
margin-bottom: 40px;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
}

#s-b0d07e70-2b68-44c6-bb66-f1ea147cfcf0 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-b0d07e70-2b68-44c6-bb66-f1ea147cfcf0 .shg-sld-nav-button.shg-sld-left,
#s-b0d07e70-2b68-44c6-bb66-f1ea147cfcf0 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-9f3923ca-6b1b-4e86-8e41-34ab46ee1c96"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9f3923ca-6b1b-4e86-8e41-34ab46ee1c96"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9f3923ca-6b1b-4e86-8e41-34ab46ee1c96"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9f3923ca-6b1b-4e86-8e41-34ab46ee1c96"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f7410354-b7e6-4cef-8d50-71ecbf3244dd {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-a55fba06-8cef-4568-8503-7706beb63e6b {
  text-align: center;
}







  img.s-a55fba06-8cef-4568-8503-7706beb63e6b.shogun-image {
    
    
  }


.s-a55fba06-8cef-4568-8503-7706beb63e6b .shogun-image-content {
  
    align-items: center;
  
}

.s-a55fba06-8cef-4568-8503-7706beb63e6b.shg-align-container {
  text-align: center
}

.s-a55fba06-8cef-4568-8503-7706beb63e6b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a55fba06-8cef-4568-8503-7706beb63e6b.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-a55fba06-8cef-4568-8503-7706beb63e6b.shogun-image {
    
    
  }


.s-a55fba06-8cef-4568-8503-7706beb63e6b .shogun-image-content {
  
    align-items: center;
  
}

.s-a55fba06-8cef-4568-8503-7706beb63e6b.shg-align-container {
  text-align: center
}

.s-a55fba06-8cef-4568-8503-7706beb63e6b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a55fba06-8cef-4568-8503-7706beb63e6b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a55fba06-8cef-4568-8503-7706beb63e6b.shogun-image {
    
    
  }


.s-a55fba06-8cef-4568-8503-7706beb63e6b .shogun-image-content {
  
    align-items: center;
  
}

.s-a55fba06-8cef-4568-8503-7706beb63e6b.shg-align-container {
  text-align: center
}

.s-a55fba06-8cef-4568-8503-7706beb63e6b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a55fba06-8cef-4568-8503-7706beb63e6b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a55fba06-8cef-4568-8503-7706beb63e6b.shogun-image {
    
    
  }


.s-a55fba06-8cef-4568-8503-7706beb63e6b .shogun-image-content {
  
    align-items: center;
  
}

.s-a55fba06-8cef-4568-8503-7706beb63e6b.shg-align-container {
  text-align: center
}

.s-a55fba06-8cef-4568-8503-7706beb63e6b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a55fba06-8cef-4568-8503-7706beb63e6b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a55fba06-8cef-4568-8503-7706beb63e6b.shogun-image {
    
    
  }


.s-a55fba06-8cef-4568-8503-7706beb63e6b .shogun-image-content {
  
    align-items: center;
  
}

.s-a55fba06-8cef-4568-8503-7706beb63e6b.shg-align-container {
  text-align: center
}

.s-a55fba06-8cef-4568-8503-7706beb63e6b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a55fba06-8cef-4568-8503-7706beb63e6b.shogun-image {
  box-sizing: border-box;
}


}
#s-365d8ae6-5eb6-4277-a564-c310438c8797 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-3dc687f3-113a-4946-ad7e-058976344348"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3dc687f3-113a-4946-ad7e-058976344348"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3dc687f3-113a-4946-ad7e-058976344348"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3dc687f3-113a-4946-ad7e-058976344348"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-570b2e8e-ba9e-491f-a704-4930ef775dd7 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-16483566-787f-4f1d-80c7-ea16c7ef01ca {
  text-align: center;
}







  img.s-16483566-787f-4f1d-80c7-ea16c7ef01ca.shogun-image {
    
    
  }


.s-16483566-787f-4f1d-80c7-ea16c7ef01ca .shogun-image-content {
  
    align-items: center;
  
}

.s-16483566-787f-4f1d-80c7-ea16c7ef01ca.shg-align-container {
  text-align: center
}

.s-16483566-787f-4f1d-80c7-ea16c7ef01ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16483566-787f-4f1d-80c7-ea16c7ef01ca.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-16483566-787f-4f1d-80c7-ea16c7ef01ca.shogun-image {
    
    
  }


.s-16483566-787f-4f1d-80c7-ea16c7ef01ca .shogun-image-content {
  
    align-items: center;
  
}

.s-16483566-787f-4f1d-80c7-ea16c7ef01ca.shg-align-container {
  text-align: center
}

.s-16483566-787f-4f1d-80c7-ea16c7ef01ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16483566-787f-4f1d-80c7-ea16c7ef01ca.shogun-image {
  box-sizing: border-box;
}


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





  img.s-16483566-787f-4f1d-80c7-ea16c7ef01ca.shogun-image {
    
    
  }


.s-16483566-787f-4f1d-80c7-ea16c7ef01ca .shogun-image-content {
  
    align-items: center;
  
}

.s-16483566-787f-4f1d-80c7-ea16c7ef01ca.shg-align-container {
  text-align: center
}

.s-16483566-787f-4f1d-80c7-ea16c7ef01ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16483566-787f-4f1d-80c7-ea16c7ef01ca.shogun-image {
  box-sizing: border-box;
}


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





  img.s-16483566-787f-4f1d-80c7-ea16c7ef01ca.shogun-image {
    
    
  }


.s-16483566-787f-4f1d-80c7-ea16c7ef01ca .shogun-image-content {
  
    align-items: center;
  
}

.s-16483566-787f-4f1d-80c7-ea16c7ef01ca.shg-align-container {
  text-align: center
}

.s-16483566-787f-4f1d-80c7-ea16c7ef01ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16483566-787f-4f1d-80c7-ea16c7ef01ca.shogun-image {
  box-sizing: border-box;
}


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





  img.s-16483566-787f-4f1d-80c7-ea16c7ef01ca.shogun-image {
    
    
  }


.s-16483566-787f-4f1d-80c7-ea16c7ef01ca .shogun-image-content {
  
    align-items: center;
  
}

.s-16483566-787f-4f1d-80c7-ea16c7ef01ca.shg-align-container {
  text-align: center
}

.s-16483566-787f-4f1d-80c7-ea16c7ef01ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16483566-787f-4f1d-80c7-ea16c7ef01ca.shogun-image {
  box-sizing: border-box;
}


}
#s-b8f61854-8bf9-406b-a2f5-b7be932c85e5 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-4f11d5fb-1c5d-413d-965a-a5e4fec080d7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4f11d5fb-1c5d-413d-965a-a5e4fec080d7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4f11d5fb-1c5d-413d-965a-a5e4fec080d7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4f11d5fb-1c5d-413d-965a-a5e4fec080d7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4fd4f3ed-8493-4d6a-9bf5-4422b0aae939 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-f5fffe35-879c-43a9-bed8-0a929ff309c4 {
  text-align: center;
}







  img.s-f5fffe35-879c-43a9-bed8-0a929ff309c4.shogun-image {
    
    
  }


.s-f5fffe35-879c-43a9-bed8-0a929ff309c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-f5fffe35-879c-43a9-bed8-0a929ff309c4.shg-align-container {
  text-align: center
}

.s-f5fffe35-879c-43a9-bed8-0a929ff309c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5fffe35-879c-43a9-bed8-0a929ff309c4.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-f5fffe35-879c-43a9-bed8-0a929ff309c4.shogun-image {
    
    
  }


.s-f5fffe35-879c-43a9-bed8-0a929ff309c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-f5fffe35-879c-43a9-bed8-0a929ff309c4.shg-align-container {
  text-align: center
}

.s-f5fffe35-879c-43a9-bed8-0a929ff309c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5fffe35-879c-43a9-bed8-0a929ff309c4.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f5fffe35-879c-43a9-bed8-0a929ff309c4.shogun-image {
    
    
  }


.s-f5fffe35-879c-43a9-bed8-0a929ff309c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-f5fffe35-879c-43a9-bed8-0a929ff309c4.shg-align-container {
  text-align: center
}

.s-f5fffe35-879c-43a9-bed8-0a929ff309c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5fffe35-879c-43a9-bed8-0a929ff309c4.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f5fffe35-879c-43a9-bed8-0a929ff309c4.shogun-image {
    
    
  }


.s-f5fffe35-879c-43a9-bed8-0a929ff309c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-f5fffe35-879c-43a9-bed8-0a929ff309c4.shg-align-container {
  text-align: center
}

.s-f5fffe35-879c-43a9-bed8-0a929ff309c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5fffe35-879c-43a9-bed8-0a929ff309c4.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f5fffe35-879c-43a9-bed8-0a929ff309c4.shogun-image {
    
    
  }


.s-f5fffe35-879c-43a9-bed8-0a929ff309c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-f5fffe35-879c-43a9-bed8-0a929ff309c4.shg-align-container {
  text-align: center
}

.s-f5fffe35-879c-43a9-bed8-0a929ff309c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5fffe35-879c-43a9-bed8-0a929ff309c4.shogun-image {
  box-sizing: border-box;
}


}
#s-bfbc131f-8e0e-4255-92db-cf82487290d2 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-85f2a0d7-5c70-438e-9225-7d0ab9d1be5a {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-86d3568f-b267-4302-93c9-56f2b960a43c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-86d3568f-b267-4302-93c9-56f2b960a43c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-86d3568f-b267-4302-93c9-56f2b960a43c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-86d3568f-b267-4302-93c9-56f2b960a43c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ba327c91-8782-4ae1-a9d1-be432481f01b {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-8da11fb1-2426-43a6-8b83-144456560ee5 {
  text-align: center;
}







  img.s-8da11fb1-2426-43a6-8b83-144456560ee5.shogun-image {
    
    
  }


.s-8da11fb1-2426-43a6-8b83-144456560ee5 .shogun-image-content {
  
    align-items: center;
  
}

.s-8da11fb1-2426-43a6-8b83-144456560ee5.shg-align-container {
  text-align: center
}

.s-8da11fb1-2426-43a6-8b83-144456560ee5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8da11fb1-2426-43a6-8b83-144456560ee5.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-8da11fb1-2426-43a6-8b83-144456560ee5.shogun-image {
    
    
  }


.s-8da11fb1-2426-43a6-8b83-144456560ee5 .shogun-image-content {
  
    align-items: center;
  
}

.s-8da11fb1-2426-43a6-8b83-144456560ee5.shg-align-container {
  text-align: center
}

.s-8da11fb1-2426-43a6-8b83-144456560ee5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8da11fb1-2426-43a6-8b83-144456560ee5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8da11fb1-2426-43a6-8b83-144456560ee5.shogun-image {
    
    
  }


.s-8da11fb1-2426-43a6-8b83-144456560ee5 .shogun-image-content {
  
    align-items: center;
  
}

.s-8da11fb1-2426-43a6-8b83-144456560ee5.shg-align-container {
  text-align: center
}

.s-8da11fb1-2426-43a6-8b83-144456560ee5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8da11fb1-2426-43a6-8b83-144456560ee5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8da11fb1-2426-43a6-8b83-144456560ee5.shogun-image {
    
    
  }


.s-8da11fb1-2426-43a6-8b83-144456560ee5 .shogun-image-content {
  
    align-items: center;
  
}

.s-8da11fb1-2426-43a6-8b83-144456560ee5.shg-align-container {
  text-align: center
}

.s-8da11fb1-2426-43a6-8b83-144456560ee5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8da11fb1-2426-43a6-8b83-144456560ee5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8da11fb1-2426-43a6-8b83-144456560ee5.shogun-image {
    
    
  }


.s-8da11fb1-2426-43a6-8b83-144456560ee5 .shogun-image-content {
  
    align-items: center;
  
}

.s-8da11fb1-2426-43a6-8b83-144456560ee5.shg-align-container {
  text-align: center
}

.s-8da11fb1-2426-43a6-8b83-144456560ee5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8da11fb1-2426-43a6-8b83-144456560ee5.shogun-image {
  box-sizing: border-box;
}


}
#s-3d660746-2b2e-4ce0-a561-eb5a29d54792 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-0a90dfc9-affc-4b8c-b3e1-0fd37a108580"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0a90dfc9-affc-4b8c-b3e1-0fd37a108580"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0a90dfc9-affc-4b8c-b3e1-0fd37a108580"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0a90dfc9-affc-4b8c-b3e1-0fd37a108580"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-88f4cc05-b68d-4090-80cf-da26c2766704 {
  text-align: center;
}







  img.s-88f4cc05-b68d-4090-80cf-da26c2766704.shogun-image {
    
    
  }


.s-88f4cc05-b68d-4090-80cf-da26c2766704 .shogun-image-content {
  
    align-items: center;
  
}

.s-88f4cc05-b68d-4090-80cf-da26c2766704.shg-align-container {
  text-align: center
}

.s-88f4cc05-b68d-4090-80cf-da26c2766704.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88f4cc05-b68d-4090-80cf-da26c2766704.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-88f4cc05-b68d-4090-80cf-da26c2766704.shogun-image {
    
    
  }


.s-88f4cc05-b68d-4090-80cf-da26c2766704 .shogun-image-content {
  
    align-items: center;
  
}

.s-88f4cc05-b68d-4090-80cf-da26c2766704.shg-align-container {
  text-align: center
}

.s-88f4cc05-b68d-4090-80cf-da26c2766704.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88f4cc05-b68d-4090-80cf-da26c2766704.shogun-image {
  box-sizing: border-box;
}


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





  img.s-88f4cc05-b68d-4090-80cf-da26c2766704.shogun-image {
    
    
  }


.s-88f4cc05-b68d-4090-80cf-da26c2766704 .shogun-image-content {
  
    align-items: center;
  
}

.s-88f4cc05-b68d-4090-80cf-da26c2766704.shg-align-container {
  text-align: center
}

.s-88f4cc05-b68d-4090-80cf-da26c2766704.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88f4cc05-b68d-4090-80cf-da26c2766704.shogun-image {
  box-sizing: border-box;
}


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





  img.s-88f4cc05-b68d-4090-80cf-da26c2766704.shogun-image {
    
    
  }


.s-88f4cc05-b68d-4090-80cf-da26c2766704 .shogun-image-content {
  
    align-items: center;
  
}

.s-88f4cc05-b68d-4090-80cf-da26c2766704.shg-align-container {
  text-align: center
}

.s-88f4cc05-b68d-4090-80cf-da26c2766704.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88f4cc05-b68d-4090-80cf-da26c2766704.shogun-image {
  box-sizing: border-box;
}


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





  img.s-88f4cc05-b68d-4090-80cf-da26c2766704.shogun-image {
    
    
  }


.s-88f4cc05-b68d-4090-80cf-da26c2766704 .shogun-image-content {
  
    align-items: center;
  
}

.s-88f4cc05-b68d-4090-80cf-da26c2766704.shg-align-container {
  text-align: center
}

.s-88f4cc05-b68d-4090-80cf-da26c2766704.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88f4cc05-b68d-4090-80cf-da26c2766704.shogun-image {
  box-sizing: border-box;
}


}
#s-510e6329-8de6-44a7-b976-abd4f4734d0e {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-238871bb-e28c-4242-86cb-0d932a3a3b88"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-238871bb-e28c-4242-86cb-0d932a3a3b88"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-238871bb-e28c-4242-86cb-0d932a3a3b88"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-238871bb-e28c-4242-86cb-0d932a3a3b88"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-ea52f701-04da-4564-b162-c9ae9b0bd6f2 {
  text-align: center;
}







  img.s-ea52f701-04da-4564-b162-c9ae9b0bd6f2.shogun-image {
    
    
  }


.s-ea52f701-04da-4564-b162-c9ae9b0bd6f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-ea52f701-04da-4564-b162-c9ae9b0bd6f2.shg-align-container {
  text-align: center
}

.s-ea52f701-04da-4564-b162-c9ae9b0bd6f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea52f701-04da-4564-b162-c9ae9b0bd6f2.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-ea52f701-04da-4564-b162-c9ae9b0bd6f2.shogun-image {
    
    
  }


.s-ea52f701-04da-4564-b162-c9ae9b0bd6f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-ea52f701-04da-4564-b162-c9ae9b0bd6f2.shg-align-container {
  text-align: center
}

.s-ea52f701-04da-4564-b162-c9ae9b0bd6f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea52f701-04da-4564-b162-c9ae9b0bd6f2.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ea52f701-04da-4564-b162-c9ae9b0bd6f2.shogun-image {
    
    
  }


.s-ea52f701-04da-4564-b162-c9ae9b0bd6f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-ea52f701-04da-4564-b162-c9ae9b0bd6f2.shg-align-container {
  text-align: center
}

.s-ea52f701-04da-4564-b162-c9ae9b0bd6f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea52f701-04da-4564-b162-c9ae9b0bd6f2.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ea52f701-04da-4564-b162-c9ae9b0bd6f2.shogun-image {
    
    
  }


.s-ea52f701-04da-4564-b162-c9ae9b0bd6f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-ea52f701-04da-4564-b162-c9ae9b0bd6f2.shg-align-container {
  text-align: center
}

.s-ea52f701-04da-4564-b162-c9ae9b0bd6f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea52f701-04da-4564-b162-c9ae9b0bd6f2.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ea52f701-04da-4564-b162-c9ae9b0bd6f2.shogun-image {
    
    
  }


.s-ea52f701-04da-4564-b162-c9ae9b0bd6f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-ea52f701-04da-4564-b162-c9ae9b0bd6f2.shg-align-container {
  text-align: center
}

.s-ea52f701-04da-4564-b162-c9ae9b0bd6f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea52f701-04da-4564-b162-c9ae9b0bd6f2.shogun-image {
  box-sizing: border-box;
}


}
#s-2e3904e0-7b72-401b-8e6f-bc99a58fbfb2 {
  box-shadow:1px 1px 1px 1px rgba(221, 221, 221, 0.07);
padding-top: 61px;
padding-bottom: 61px;
min-height: 50px;
background-color: rgba(221, 221, 221, 0.7);
}








#s-2e3904e0-7b72-401b-8e6f-bc99a58fbfb2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e3904e0-7b72-401b-8e6f-bc99a58fbfb2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ce483ce7-a3d5-4a48-b266-3dd64ca6af9b {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-04ce2bdf-97fa-4c0f-8517-32dc7885a3ef {
  margin-top: 30px;
margin-left: 7%;
margin-bottom: 30px;
margin-right: 7%;
}

#s-64a243ad-0050-4658-9f86-407b731a741f {
  margin-top: 40px;
margin-left: 10%;
margin-bottom: 40px;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
}

#s-64a243ad-0050-4658-9f86-407b731a741f .shg-sld-dot {
  background-color: rgba(113, 113, 113, 0.54);
}

#s-64a243ad-0050-4658-9f86-407b731a741f .shg-sld-nav-button.shg-sld-left,
#s-64a243ad-0050-4658-9f86-407b731a741f .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 0.54);
}

#s-57b5dc39-6c5b-485a-8933-308309357d09 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-eecabd2e-914c-49bc-8207-c9b0ad5a6d89 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-e1b10c67-dffb-4486-aac7-a7e3d6742590 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-8ccb6741-f547-411e-b428-4e25e5a63172 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-595f248f-e84d-4b93-942c-2ac08a80c797 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-bc231cd4-acc7-4755-98fe-689b921489ed {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-37eca5c7-6b1c-4b9a-97fb-70d3d7a8c075 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-e6fb567c-a145-4c62-8cde-c13a6c0b8fdd {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-ed734b7b-cc19-419f-af9d-aee1fe589714 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-196bc932-6224-4316-b685-c7bb1804df1f {
  text-align: center;
}







  img.s-196bc932-6224-4316-b685-c7bb1804df1f.shogun-image {
    
    
  }


.s-196bc932-6224-4316-b685-c7bb1804df1f .shogun-image-content {
  
    align-items: center;
  
}

.s-196bc932-6224-4316-b685-c7bb1804df1f.shg-align-container {
  text-align: center
}

.s-196bc932-6224-4316-b685-c7bb1804df1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-196bc932-6224-4316-b685-c7bb1804df1f.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-196bc932-6224-4316-b685-c7bb1804df1f.shogun-image {
    
    
  }


.s-196bc932-6224-4316-b685-c7bb1804df1f .shogun-image-content {
  
    align-items: center;
  
}

.s-196bc932-6224-4316-b685-c7bb1804df1f.shg-align-container {
  text-align: center
}

.s-196bc932-6224-4316-b685-c7bb1804df1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-196bc932-6224-4316-b685-c7bb1804df1f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-196bc932-6224-4316-b685-c7bb1804df1f.shogun-image {
    
    
  }


.s-196bc932-6224-4316-b685-c7bb1804df1f .shogun-image-content {
  
    align-items: center;
  
}

.s-196bc932-6224-4316-b685-c7bb1804df1f.shg-align-container {
  text-align: center
}

.s-196bc932-6224-4316-b685-c7bb1804df1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-196bc932-6224-4316-b685-c7bb1804df1f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-196bc932-6224-4316-b685-c7bb1804df1f.shogun-image {
    
    
  }


.s-196bc932-6224-4316-b685-c7bb1804df1f .shogun-image-content {
  
    align-items: center;
  
}

.s-196bc932-6224-4316-b685-c7bb1804df1f.shg-align-container {
  text-align: center
}

.s-196bc932-6224-4316-b685-c7bb1804df1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-196bc932-6224-4316-b685-c7bb1804df1f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-196bc932-6224-4316-b685-c7bb1804df1f.shogun-image {
    
    
  }


.s-196bc932-6224-4316-b685-c7bb1804df1f .shogun-image-content {
  
    align-items: center;
  
}

.s-196bc932-6224-4316-b685-c7bb1804df1f.shg-align-container {
  text-align: center
}

.s-196bc932-6224-4316-b685-c7bb1804df1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-196bc932-6224-4316-b685-c7bb1804df1f.shogun-image {
  box-sizing: border-box;
}


}
#s-788ef3df-0e49-4a02-b49e-ca89a7678264 {
  text-align: center;
}







  img.s-788ef3df-0e49-4a02-b49e-ca89a7678264.shogun-image {
    
    
  }


.s-788ef3df-0e49-4a02-b49e-ca89a7678264 .shogun-image-content {
  
    align-items: center;
  
}

.s-788ef3df-0e49-4a02-b49e-ca89a7678264.shg-align-container {
  text-align: center
}

.s-788ef3df-0e49-4a02-b49e-ca89a7678264.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-788ef3df-0e49-4a02-b49e-ca89a7678264.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-788ef3df-0e49-4a02-b49e-ca89a7678264.shogun-image {
    
    
  }


.s-788ef3df-0e49-4a02-b49e-ca89a7678264 .shogun-image-content {
  
    align-items: center;
  
}

.s-788ef3df-0e49-4a02-b49e-ca89a7678264.shg-align-container {
  text-align: center
}

.s-788ef3df-0e49-4a02-b49e-ca89a7678264.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-788ef3df-0e49-4a02-b49e-ca89a7678264.shogun-image {
  box-sizing: border-box;
}


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





  img.s-788ef3df-0e49-4a02-b49e-ca89a7678264.shogun-image {
    
    
  }


.s-788ef3df-0e49-4a02-b49e-ca89a7678264 .shogun-image-content {
  
    align-items: center;
  
}

.s-788ef3df-0e49-4a02-b49e-ca89a7678264.shg-align-container {
  text-align: center
}

.s-788ef3df-0e49-4a02-b49e-ca89a7678264.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-788ef3df-0e49-4a02-b49e-ca89a7678264.shogun-image {
  box-sizing: border-box;
}


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





  img.s-788ef3df-0e49-4a02-b49e-ca89a7678264.shogun-image {
    
    
  }


.s-788ef3df-0e49-4a02-b49e-ca89a7678264 .shogun-image-content {
  
    align-items: center;
  
}

.s-788ef3df-0e49-4a02-b49e-ca89a7678264.shg-align-container {
  text-align: center
}

.s-788ef3df-0e49-4a02-b49e-ca89a7678264.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-788ef3df-0e49-4a02-b49e-ca89a7678264.shogun-image {
  box-sizing: border-box;
}


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





  img.s-788ef3df-0e49-4a02-b49e-ca89a7678264.shogun-image {
    
    
  }


.s-788ef3df-0e49-4a02-b49e-ca89a7678264 .shogun-image-content {
  
    align-items: center;
  
}

.s-788ef3df-0e49-4a02-b49e-ca89a7678264.shg-align-container {
  text-align: center
}

.s-788ef3df-0e49-4a02-b49e-ca89a7678264.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-788ef3df-0e49-4a02-b49e-ca89a7678264.shogun-image {
  box-sizing: border-box;
}


}
#s-b8c8edb7-ef9f-4c75-8d44-04c882cc0119 {
  text-align: center;
}







  img.s-b8c8edb7-ef9f-4c75-8d44-04c882cc0119.shogun-image {
    
    
  }


.s-b8c8edb7-ef9f-4c75-8d44-04c882cc0119 .shogun-image-content {
  
    align-items: center;
  
}

.s-b8c8edb7-ef9f-4c75-8d44-04c882cc0119.shg-align-container {
  text-align: center
}

.s-b8c8edb7-ef9f-4c75-8d44-04c882cc0119.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8c8edb7-ef9f-4c75-8d44-04c882cc0119.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-b8c8edb7-ef9f-4c75-8d44-04c882cc0119.shogun-image {
    
    
  }


.s-b8c8edb7-ef9f-4c75-8d44-04c882cc0119 .shogun-image-content {
  
    align-items: center;
  
}

.s-b8c8edb7-ef9f-4c75-8d44-04c882cc0119.shg-align-container {
  text-align: center
}

.s-b8c8edb7-ef9f-4c75-8d44-04c882cc0119.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8c8edb7-ef9f-4c75-8d44-04c882cc0119.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b8c8edb7-ef9f-4c75-8d44-04c882cc0119.shogun-image {
    
    
  }


.s-b8c8edb7-ef9f-4c75-8d44-04c882cc0119 .shogun-image-content {
  
    align-items: center;
  
}

.s-b8c8edb7-ef9f-4c75-8d44-04c882cc0119.shg-align-container {
  text-align: center
}

.s-b8c8edb7-ef9f-4c75-8d44-04c882cc0119.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8c8edb7-ef9f-4c75-8d44-04c882cc0119.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b8c8edb7-ef9f-4c75-8d44-04c882cc0119.shogun-image {
    
    
  }


.s-b8c8edb7-ef9f-4c75-8d44-04c882cc0119 .shogun-image-content {
  
    align-items: center;
  
}

.s-b8c8edb7-ef9f-4c75-8d44-04c882cc0119.shg-align-container {
  text-align: center
}

.s-b8c8edb7-ef9f-4c75-8d44-04c882cc0119.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8c8edb7-ef9f-4c75-8d44-04c882cc0119.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b8c8edb7-ef9f-4c75-8d44-04c882cc0119.shogun-image {
    
    
  }


.s-b8c8edb7-ef9f-4c75-8d44-04c882cc0119 .shogun-image-content {
  
    align-items: center;
  
}

.s-b8c8edb7-ef9f-4c75-8d44-04c882cc0119.shg-align-container {
  text-align: center
}

.s-b8c8edb7-ef9f-4c75-8d44-04c882cc0119.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8c8edb7-ef9f-4c75-8d44-04c882cc0119.shogun-image {
  box-sizing: border-box;
}


}
#s-164cb4f8-bcbb-4f0b-bffe-b7ec1db9091a {
  text-align: center;
}







  img.s-164cb4f8-bcbb-4f0b-bffe-b7ec1db9091a.shogun-image {
    
    
  }


.s-164cb4f8-bcbb-4f0b-bffe-b7ec1db9091a .shogun-image-content {
  
    align-items: center;
  
}

.s-164cb4f8-bcbb-4f0b-bffe-b7ec1db9091a.shg-align-container {
  text-align: center
}

.s-164cb4f8-bcbb-4f0b-bffe-b7ec1db9091a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-164cb4f8-bcbb-4f0b-bffe-b7ec1db9091a.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-164cb4f8-bcbb-4f0b-bffe-b7ec1db9091a.shogun-image {
    
    
  }


.s-164cb4f8-bcbb-4f0b-bffe-b7ec1db9091a .shogun-image-content {
  
    align-items: center;
  
}

.s-164cb4f8-bcbb-4f0b-bffe-b7ec1db9091a.shg-align-container {
  text-align: center
}

.s-164cb4f8-bcbb-4f0b-bffe-b7ec1db9091a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-164cb4f8-bcbb-4f0b-bffe-b7ec1db9091a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-164cb4f8-bcbb-4f0b-bffe-b7ec1db9091a.shogun-image {
    
    
  }


.s-164cb4f8-bcbb-4f0b-bffe-b7ec1db9091a .shogun-image-content {
  
    align-items: center;
  
}

.s-164cb4f8-bcbb-4f0b-bffe-b7ec1db9091a.shg-align-container {
  text-align: center
}

.s-164cb4f8-bcbb-4f0b-bffe-b7ec1db9091a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-164cb4f8-bcbb-4f0b-bffe-b7ec1db9091a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-164cb4f8-bcbb-4f0b-bffe-b7ec1db9091a.shogun-image {
    
    
  }


.s-164cb4f8-bcbb-4f0b-bffe-b7ec1db9091a .shogun-image-content {
  
    align-items: center;
  
}

.s-164cb4f8-bcbb-4f0b-bffe-b7ec1db9091a.shg-align-container {
  text-align: center
}

.s-164cb4f8-bcbb-4f0b-bffe-b7ec1db9091a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-164cb4f8-bcbb-4f0b-bffe-b7ec1db9091a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-164cb4f8-bcbb-4f0b-bffe-b7ec1db9091a.shogun-image {
    
    
  }


.s-164cb4f8-bcbb-4f0b-bffe-b7ec1db9091a .shogun-image-content {
  
    align-items: center;
  
}

.s-164cb4f8-bcbb-4f0b-bffe-b7ec1db9091a.shg-align-container {
  text-align: center
}

.s-164cb4f8-bcbb-4f0b-bffe-b7ec1db9091a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-164cb4f8-bcbb-4f0b-bffe-b7ec1db9091a.shogun-image {
  box-sizing: border-box;
}


}
#s-a05ceaf2-cda6-4a21-82e4-dc62aac45e59 {
  text-align: center;
}







  img.s-a05ceaf2-cda6-4a21-82e4-dc62aac45e59.shogun-image {
    
    
  }


.s-a05ceaf2-cda6-4a21-82e4-dc62aac45e59 .shogun-image-content {
  
    align-items: center;
  
}

.s-a05ceaf2-cda6-4a21-82e4-dc62aac45e59.shg-align-container {
  text-align: center
}

.s-a05ceaf2-cda6-4a21-82e4-dc62aac45e59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a05ceaf2-cda6-4a21-82e4-dc62aac45e59.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-a05ceaf2-cda6-4a21-82e4-dc62aac45e59.shogun-image {
    
    
  }


.s-a05ceaf2-cda6-4a21-82e4-dc62aac45e59 .shogun-image-content {
  
    align-items: center;
  
}

.s-a05ceaf2-cda6-4a21-82e4-dc62aac45e59.shg-align-container {
  text-align: center
}

.s-a05ceaf2-cda6-4a21-82e4-dc62aac45e59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a05ceaf2-cda6-4a21-82e4-dc62aac45e59.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a05ceaf2-cda6-4a21-82e4-dc62aac45e59.shogun-image {
    
    
  }


.s-a05ceaf2-cda6-4a21-82e4-dc62aac45e59 .shogun-image-content {
  
    align-items: center;
  
}

.s-a05ceaf2-cda6-4a21-82e4-dc62aac45e59.shg-align-container {
  text-align: center
}

.s-a05ceaf2-cda6-4a21-82e4-dc62aac45e59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a05ceaf2-cda6-4a21-82e4-dc62aac45e59.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a05ceaf2-cda6-4a21-82e4-dc62aac45e59.shogun-image {
    
    
  }


.s-a05ceaf2-cda6-4a21-82e4-dc62aac45e59 .shogun-image-content {
  
    align-items: center;
  
}

.s-a05ceaf2-cda6-4a21-82e4-dc62aac45e59.shg-align-container {
  text-align: center
}

.s-a05ceaf2-cda6-4a21-82e4-dc62aac45e59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a05ceaf2-cda6-4a21-82e4-dc62aac45e59.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a05ceaf2-cda6-4a21-82e4-dc62aac45e59.shogun-image {
    
    
  }


.s-a05ceaf2-cda6-4a21-82e4-dc62aac45e59 .shogun-image-content {
  
    align-items: center;
  
}

.s-a05ceaf2-cda6-4a21-82e4-dc62aac45e59.shg-align-container {
  text-align: center
}

.s-a05ceaf2-cda6-4a21-82e4-dc62aac45e59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a05ceaf2-cda6-4a21-82e4-dc62aac45e59.shogun-image {
  box-sizing: border-box;
}


}
#s-bb3e8b1e-987d-4d89-a193-20ae5c96da6c {
  text-align: center;
}







  img.s-bb3e8b1e-987d-4d89-a193-20ae5c96da6c.shogun-image {
    
    
  }


.s-bb3e8b1e-987d-4d89-a193-20ae5c96da6c .shogun-image-content {
  
    align-items: center;
  
}

.s-bb3e8b1e-987d-4d89-a193-20ae5c96da6c.shg-align-container {
  text-align: center
}

.s-bb3e8b1e-987d-4d89-a193-20ae5c96da6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb3e8b1e-987d-4d89-a193-20ae5c96da6c.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-bb3e8b1e-987d-4d89-a193-20ae5c96da6c.shogun-image {
    
    
  }


.s-bb3e8b1e-987d-4d89-a193-20ae5c96da6c .shogun-image-content {
  
    align-items: center;
  
}

.s-bb3e8b1e-987d-4d89-a193-20ae5c96da6c.shg-align-container {
  text-align: center
}

.s-bb3e8b1e-987d-4d89-a193-20ae5c96da6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb3e8b1e-987d-4d89-a193-20ae5c96da6c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-bb3e8b1e-987d-4d89-a193-20ae5c96da6c.shogun-image {
    
    
  }


.s-bb3e8b1e-987d-4d89-a193-20ae5c96da6c .shogun-image-content {
  
    align-items: center;
  
}

.s-bb3e8b1e-987d-4d89-a193-20ae5c96da6c.shg-align-container {
  text-align: center
}

.s-bb3e8b1e-987d-4d89-a193-20ae5c96da6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb3e8b1e-987d-4d89-a193-20ae5c96da6c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-bb3e8b1e-987d-4d89-a193-20ae5c96da6c.shogun-image {
    
    
  }


.s-bb3e8b1e-987d-4d89-a193-20ae5c96da6c .shogun-image-content {
  
    align-items: center;
  
}

.s-bb3e8b1e-987d-4d89-a193-20ae5c96da6c.shg-align-container {
  text-align: center
}

.s-bb3e8b1e-987d-4d89-a193-20ae5c96da6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb3e8b1e-987d-4d89-a193-20ae5c96da6c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-bb3e8b1e-987d-4d89-a193-20ae5c96da6c.shogun-image {
    
    
  }


.s-bb3e8b1e-987d-4d89-a193-20ae5c96da6c .shogun-image-content {
  
    align-items: center;
  
}

.s-bb3e8b1e-987d-4d89-a193-20ae5c96da6c.shg-align-container {
  text-align: center
}

.s-bb3e8b1e-987d-4d89-a193-20ae5c96da6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb3e8b1e-987d-4d89-a193-20ae5c96da6c.shogun-image {
  box-sizing: border-box;
}


}
#s-b6c9e0a1-974f-47aa-ace6-ed350cbabfe6 {
  text-align: center;
}







  img.s-b6c9e0a1-974f-47aa-ace6-ed350cbabfe6.shogun-image {
    
    
  }


.s-b6c9e0a1-974f-47aa-ace6-ed350cbabfe6 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6c9e0a1-974f-47aa-ace6-ed350cbabfe6.shg-align-container {
  text-align: center
}

.s-b6c9e0a1-974f-47aa-ace6-ed350cbabfe6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6c9e0a1-974f-47aa-ace6-ed350cbabfe6.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-b6c9e0a1-974f-47aa-ace6-ed350cbabfe6.shogun-image {
    
    
  }


.s-b6c9e0a1-974f-47aa-ace6-ed350cbabfe6 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6c9e0a1-974f-47aa-ace6-ed350cbabfe6.shg-align-container {
  text-align: center
}

.s-b6c9e0a1-974f-47aa-ace6-ed350cbabfe6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6c9e0a1-974f-47aa-ace6-ed350cbabfe6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b6c9e0a1-974f-47aa-ace6-ed350cbabfe6.shogun-image {
    
    
  }


.s-b6c9e0a1-974f-47aa-ace6-ed350cbabfe6 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6c9e0a1-974f-47aa-ace6-ed350cbabfe6.shg-align-container {
  text-align: center
}

.s-b6c9e0a1-974f-47aa-ace6-ed350cbabfe6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6c9e0a1-974f-47aa-ace6-ed350cbabfe6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b6c9e0a1-974f-47aa-ace6-ed350cbabfe6.shogun-image {
    
    
  }


.s-b6c9e0a1-974f-47aa-ace6-ed350cbabfe6 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6c9e0a1-974f-47aa-ace6-ed350cbabfe6.shg-align-container {
  text-align: center
}

.s-b6c9e0a1-974f-47aa-ace6-ed350cbabfe6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6c9e0a1-974f-47aa-ace6-ed350cbabfe6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b6c9e0a1-974f-47aa-ace6-ed350cbabfe6.shogun-image {
    
    
  }


.s-b6c9e0a1-974f-47aa-ace6-ed350cbabfe6 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6c9e0a1-974f-47aa-ace6-ed350cbabfe6.shg-align-container {
  text-align: center
}

.s-b6c9e0a1-974f-47aa-ace6-ed350cbabfe6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6c9e0a1-974f-47aa-ace6-ed350cbabfe6.shogun-image {
  box-sizing: border-box;
}


}
#s-a310811b-f258-4a8e-a247-5a05ff9c068d {
  text-align: center;
}







  img.s-a310811b-f258-4a8e-a247-5a05ff9c068d.shogun-image {
    
    
  }


.s-a310811b-f258-4a8e-a247-5a05ff9c068d .shogun-image-content {
  
    align-items: center;
  
}

.s-a310811b-f258-4a8e-a247-5a05ff9c068d.shg-align-container {
  text-align: center
}

.s-a310811b-f258-4a8e-a247-5a05ff9c068d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a310811b-f258-4a8e-a247-5a05ff9c068d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-a310811b-f258-4a8e-a247-5a05ff9c068d.shogun-image {
    
    
  }


.s-a310811b-f258-4a8e-a247-5a05ff9c068d .shogun-image-content {
  
    align-items: center;
  
}

.s-a310811b-f258-4a8e-a247-5a05ff9c068d.shg-align-container {
  text-align: center
}

.s-a310811b-f258-4a8e-a247-5a05ff9c068d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a310811b-f258-4a8e-a247-5a05ff9c068d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a310811b-f258-4a8e-a247-5a05ff9c068d.shogun-image {
    
    
  }


.s-a310811b-f258-4a8e-a247-5a05ff9c068d .shogun-image-content {
  
    align-items: center;
  
}

.s-a310811b-f258-4a8e-a247-5a05ff9c068d.shg-align-container {
  text-align: center
}

.s-a310811b-f258-4a8e-a247-5a05ff9c068d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a310811b-f258-4a8e-a247-5a05ff9c068d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a310811b-f258-4a8e-a247-5a05ff9c068d.shogun-image {
    
    
  }


.s-a310811b-f258-4a8e-a247-5a05ff9c068d .shogun-image-content {
  
    align-items: center;
  
}

.s-a310811b-f258-4a8e-a247-5a05ff9c068d.shg-align-container {
  text-align: center
}

.s-a310811b-f258-4a8e-a247-5a05ff9c068d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a310811b-f258-4a8e-a247-5a05ff9c068d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a310811b-f258-4a8e-a247-5a05ff9c068d.shogun-image {
    
    
  }


.s-a310811b-f258-4a8e-a247-5a05ff9c068d .shogun-image-content {
  
    align-items: center;
  
}

.s-a310811b-f258-4a8e-a247-5a05ff9c068d.shg-align-container {
  text-align: center
}

.s-a310811b-f258-4a8e-a247-5a05ff9c068d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a310811b-f258-4a8e-a247-5a05ff9c068d.shogun-image {
  box-sizing: border-box;
}


}
#s-40fe19ef-a305-4215-8e5e-098288d3bf7b {
  text-align: center;
}







  img.s-40fe19ef-a305-4215-8e5e-098288d3bf7b.shogun-image {
    
    
  }


.s-40fe19ef-a305-4215-8e5e-098288d3bf7b .shogun-image-content {
  
    align-items: center;
  
}

.s-40fe19ef-a305-4215-8e5e-098288d3bf7b.shg-align-container {
  text-align: center
}

.s-40fe19ef-a305-4215-8e5e-098288d3bf7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40fe19ef-a305-4215-8e5e-098288d3bf7b.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-40fe19ef-a305-4215-8e5e-098288d3bf7b.shogun-image {
    
    
  }


.s-40fe19ef-a305-4215-8e5e-098288d3bf7b .shogun-image-content {
  
    align-items: center;
  
}

.s-40fe19ef-a305-4215-8e5e-098288d3bf7b.shg-align-container {
  text-align: center
}

.s-40fe19ef-a305-4215-8e5e-098288d3bf7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40fe19ef-a305-4215-8e5e-098288d3bf7b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-40fe19ef-a305-4215-8e5e-098288d3bf7b.shogun-image {
    
    
  }


.s-40fe19ef-a305-4215-8e5e-098288d3bf7b .shogun-image-content {
  
    align-items: center;
  
}

.s-40fe19ef-a305-4215-8e5e-098288d3bf7b.shg-align-container {
  text-align: center
}

.s-40fe19ef-a305-4215-8e5e-098288d3bf7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40fe19ef-a305-4215-8e5e-098288d3bf7b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-40fe19ef-a305-4215-8e5e-098288d3bf7b.shogun-image {
    
    
  }


.s-40fe19ef-a305-4215-8e5e-098288d3bf7b .shogun-image-content {
  
    align-items: center;
  
}

.s-40fe19ef-a305-4215-8e5e-098288d3bf7b.shg-align-container {
  text-align: center
}

.s-40fe19ef-a305-4215-8e5e-098288d3bf7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40fe19ef-a305-4215-8e5e-098288d3bf7b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-40fe19ef-a305-4215-8e5e-098288d3bf7b.shogun-image {
    
    
  }


.s-40fe19ef-a305-4215-8e5e-098288d3bf7b .shogun-image-content {
  
    align-items: center;
  
}

.s-40fe19ef-a305-4215-8e5e-098288d3bf7b.shg-align-container {
  text-align: center
}

.s-40fe19ef-a305-4215-8e5e-098288d3bf7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40fe19ef-a305-4215-8e5e-098288d3bf7b.shogun-image {
  box-sizing: border-box;
}


}
#s-a6507402-db2a-4666-9446-e6c415723f61 {
  box-shadow:1px 1px 1px 1px rgba(221, 221, 221, 0.07);
padding-top: 80px;
padding-bottom: 80px;
min-height: 50px;
background-color: rgba(221, 221, 221, 0.7);
}








#s-a6507402-db2a-4666-9446-e6c415723f61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a6507402-db2a-4666-9446-e6c415723f61.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-11ee123e-f8d3-49e4-96f1-1301d7045720 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-403efa0a-29d1-491c-a50d-1e284c3b766a {
  margin-top: 11px;
margin-left: 3%;
margin-bottom: 11px;
margin-right: 3%;
}

#s-6c86f338-11b5-45e8-ba14-259d5fa6c966 {
  margin-top: 30px;
margin-left: 7%;
margin-bottom: 30px;
margin-right: 7%;
}

#s-1d8df76a-f1e0-47b6-9ed1-bf1f72eaec2d {
  margin-top: 60px;
margin-bottom: 60px;
min-height: 50px;
}








#s-1d8df76a-f1e0-47b6-9ed1-bf1f72eaec2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1d8df76a-f1e0-47b6-9ed1-bf1f72eaec2d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-90c6ded1-ffd0-4340-827c-0786bb742281 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-90c6ded1-ffd0-4340-827c-0786bb742281 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-90c6ded1-ffd0-4340-827c-0786bb742281 .shg-sld-nav-button.shg-sld-left,
#s-90c6ded1-ffd0-4340-827c-0786bb742281 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-8caf0547-fa07-411e-a579-48346ec300c2 {
  margin-left: 10%;
margin-right: 10%;
text-align: center;
}







  img.s-8caf0547-fa07-411e-a579-48346ec300c2.shogun-image {
    
    
  }


.s-8caf0547-fa07-411e-a579-48346ec300c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-8caf0547-fa07-411e-a579-48346ec300c2.shg-align-container {
  text-align: center
}

.s-8caf0547-fa07-411e-a579-48346ec300c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8caf0547-fa07-411e-a579-48346ec300c2.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-8caf0547-fa07-411e-a579-48346ec300c2.shogun-image {
    
    
  }


.s-8caf0547-fa07-411e-a579-48346ec300c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-8caf0547-fa07-411e-a579-48346ec300c2.shg-align-container {
  text-align: center
}

.s-8caf0547-fa07-411e-a579-48346ec300c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8caf0547-fa07-411e-a579-48346ec300c2.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8caf0547-fa07-411e-a579-48346ec300c2.shogun-image {
    
    
  }


.s-8caf0547-fa07-411e-a579-48346ec300c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-8caf0547-fa07-411e-a579-48346ec300c2.shg-align-container {
  text-align: center
}

.s-8caf0547-fa07-411e-a579-48346ec300c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8caf0547-fa07-411e-a579-48346ec300c2.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8caf0547-fa07-411e-a579-48346ec300c2.shogun-image {
    
    
  }


.s-8caf0547-fa07-411e-a579-48346ec300c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-8caf0547-fa07-411e-a579-48346ec300c2.shg-align-container {
  text-align: center
}

.s-8caf0547-fa07-411e-a579-48346ec300c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8caf0547-fa07-411e-a579-48346ec300c2.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8caf0547-fa07-411e-a579-48346ec300c2.shogun-image {
    
    
  }


.s-8caf0547-fa07-411e-a579-48346ec300c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-8caf0547-fa07-411e-a579-48346ec300c2.shg-align-container {
  text-align: center
}

.s-8caf0547-fa07-411e-a579-48346ec300c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8caf0547-fa07-411e-a579-48346ec300c2.shogun-image {
  box-sizing: border-box;
}


}
#s-f88d9322-83b5-4a03-8ce1-9b7febd26582 {
  margin-left: 10%;
margin-right: 10%;
text-align: center;
}







  img.s-f88d9322-83b5-4a03-8ce1-9b7febd26582.shogun-image {
    
    
  }


.s-f88d9322-83b5-4a03-8ce1-9b7febd26582 .shogun-image-content {
  
    align-items: center;
  
}

.s-f88d9322-83b5-4a03-8ce1-9b7febd26582.shg-align-container {
  text-align: center
}

.s-f88d9322-83b5-4a03-8ce1-9b7febd26582.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f88d9322-83b5-4a03-8ce1-9b7febd26582.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-f88d9322-83b5-4a03-8ce1-9b7febd26582.shogun-image {
    
    
  }


.s-f88d9322-83b5-4a03-8ce1-9b7febd26582 .shogun-image-content {
  
    align-items: center;
  
}

.s-f88d9322-83b5-4a03-8ce1-9b7febd26582.shg-align-container {
  text-align: center
}

.s-f88d9322-83b5-4a03-8ce1-9b7febd26582.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f88d9322-83b5-4a03-8ce1-9b7febd26582.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f88d9322-83b5-4a03-8ce1-9b7febd26582.shogun-image {
    
    
  }


.s-f88d9322-83b5-4a03-8ce1-9b7febd26582 .shogun-image-content {
  
    align-items: center;
  
}

.s-f88d9322-83b5-4a03-8ce1-9b7febd26582.shg-align-container {
  text-align: center
}

.s-f88d9322-83b5-4a03-8ce1-9b7febd26582.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f88d9322-83b5-4a03-8ce1-9b7febd26582.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f88d9322-83b5-4a03-8ce1-9b7febd26582.shogun-image {
    
    
  }


.s-f88d9322-83b5-4a03-8ce1-9b7febd26582 .shogun-image-content {
  
    align-items: center;
  
}

.s-f88d9322-83b5-4a03-8ce1-9b7febd26582.shg-align-container {
  text-align: center
}

.s-f88d9322-83b5-4a03-8ce1-9b7febd26582.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f88d9322-83b5-4a03-8ce1-9b7febd26582.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f88d9322-83b5-4a03-8ce1-9b7febd26582.shogun-image {
    
    
  }


.s-f88d9322-83b5-4a03-8ce1-9b7febd26582 .shogun-image-content {
  
    align-items: center;
  
}

.s-f88d9322-83b5-4a03-8ce1-9b7febd26582.shg-align-container {
  text-align: center
}

.s-f88d9322-83b5-4a03-8ce1-9b7febd26582.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f88d9322-83b5-4a03-8ce1-9b7febd26582.shogun-image {
  box-sizing: border-box;
}


}
#s-b1969652-c7f0-48f3-9b66-53c3ea6d96e3 {
  margin-left: 10%;
margin-right: 10%;
text-align: center;
}







  img.s-b1969652-c7f0-48f3-9b66-53c3ea6d96e3.shogun-image {
    
    
  }


.s-b1969652-c7f0-48f3-9b66-53c3ea6d96e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-b1969652-c7f0-48f3-9b66-53c3ea6d96e3.shg-align-container {
  text-align: center
}

.s-b1969652-c7f0-48f3-9b66-53c3ea6d96e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1969652-c7f0-48f3-9b66-53c3ea6d96e3.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-b1969652-c7f0-48f3-9b66-53c3ea6d96e3.shogun-image {
    
    
  }


.s-b1969652-c7f0-48f3-9b66-53c3ea6d96e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-b1969652-c7f0-48f3-9b66-53c3ea6d96e3.shg-align-container {
  text-align: center
}

.s-b1969652-c7f0-48f3-9b66-53c3ea6d96e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1969652-c7f0-48f3-9b66-53c3ea6d96e3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b1969652-c7f0-48f3-9b66-53c3ea6d96e3.shogun-image {
    
    
  }


.s-b1969652-c7f0-48f3-9b66-53c3ea6d96e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-b1969652-c7f0-48f3-9b66-53c3ea6d96e3.shg-align-container {
  text-align: center
}

.s-b1969652-c7f0-48f3-9b66-53c3ea6d96e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1969652-c7f0-48f3-9b66-53c3ea6d96e3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b1969652-c7f0-48f3-9b66-53c3ea6d96e3.shogun-image {
    
    
  }


.s-b1969652-c7f0-48f3-9b66-53c3ea6d96e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-b1969652-c7f0-48f3-9b66-53c3ea6d96e3.shg-align-container {
  text-align: center
}

.s-b1969652-c7f0-48f3-9b66-53c3ea6d96e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1969652-c7f0-48f3-9b66-53c3ea6d96e3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b1969652-c7f0-48f3-9b66-53c3ea6d96e3.shogun-image {
    
    
  }


.s-b1969652-c7f0-48f3-9b66-53c3ea6d96e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-b1969652-c7f0-48f3-9b66-53c3ea6d96e3.shg-align-container {
  text-align: center
}

.s-b1969652-c7f0-48f3-9b66-53c3ea6d96e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1969652-c7f0-48f3-9b66-53c3ea6d96e3.shogun-image {
  box-sizing: border-box;
}


}
#s-9d767c1f-e959-4a1c-a4de-22e047d90277 {
  margin-left: 10%;
margin-right: 10%;
text-align: center;
}







  img.s-9d767c1f-e959-4a1c-a4de-22e047d90277.shogun-image {
    
    
  }


.s-9d767c1f-e959-4a1c-a4de-22e047d90277 .shogun-image-content {
  
    align-items: center;
  
}

.s-9d767c1f-e959-4a1c-a4de-22e047d90277.shg-align-container {
  text-align: center
}

.s-9d767c1f-e959-4a1c-a4de-22e047d90277.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d767c1f-e959-4a1c-a4de-22e047d90277.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-9d767c1f-e959-4a1c-a4de-22e047d90277.shogun-image {
    
    
  }


.s-9d767c1f-e959-4a1c-a4de-22e047d90277 .shogun-image-content {
  
    align-items: center;
  
}

.s-9d767c1f-e959-4a1c-a4de-22e047d90277.shg-align-container {
  text-align: center
}

.s-9d767c1f-e959-4a1c-a4de-22e047d90277.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d767c1f-e959-4a1c-a4de-22e047d90277.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9d767c1f-e959-4a1c-a4de-22e047d90277.shogun-image {
    
    
  }


.s-9d767c1f-e959-4a1c-a4de-22e047d90277 .shogun-image-content {
  
    align-items: center;
  
}

.s-9d767c1f-e959-4a1c-a4de-22e047d90277.shg-align-container {
  text-align: center
}

.s-9d767c1f-e959-4a1c-a4de-22e047d90277.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d767c1f-e959-4a1c-a4de-22e047d90277.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9d767c1f-e959-4a1c-a4de-22e047d90277.shogun-image {
    
    
  }


.s-9d767c1f-e959-4a1c-a4de-22e047d90277 .shogun-image-content {
  
    align-items: center;
  
}

.s-9d767c1f-e959-4a1c-a4de-22e047d90277.shg-align-container {
  text-align: center
}

.s-9d767c1f-e959-4a1c-a4de-22e047d90277.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d767c1f-e959-4a1c-a4de-22e047d90277.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9d767c1f-e959-4a1c-a4de-22e047d90277.shogun-image {
    
    
  }


.s-9d767c1f-e959-4a1c-a4de-22e047d90277 .shogun-image-content {
  
    align-items: center;
  
}

.s-9d767c1f-e959-4a1c-a4de-22e047d90277.shg-align-container {
  text-align: center
}

.s-9d767c1f-e959-4a1c-a4de-22e047d90277.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d767c1f-e959-4a1c-a4de-22e047d90277.shogun-image {
  box-sizing: border-box;
}


}
#s-c58184c8-85f9-418c-9eaf-5d66d09242dd {
  margin-left: 10%;
margin-right: 10%;
text-align: center;
}







  img.s-c58184c8-85f9-418c-9eaf-5d66d09242dd.shogun-image {
    
    
  }


.s-c58184c8-85f9-418c-9eaf-5d66d09242dd .shogun-image-content {
  
    align-items: center;
  
}

.s-c58184c8-85f9-418c-9eaf-5d66d09242dd.shg-align-container {
  text-align: center
}

.s-c58184c8-85f9-418c-9eaf-5d66d09242dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c58184c8-85f9-418c-9eaf-5d66d09242dd.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-c58184c8-85f9-418c-9eaf-5d66d09242dd.shogun-image {
    
    
  }


.s-c58184c8-85f9-418c-9eaf-5d66d09242dd .shogun-image-content {
  
    align-items: center;
  
}

.s-c58184c8-85f9-418c-9eaf-5d66d09242dd.shg-align-container {
  text-align: center
}

.s-c58184c8-85f9-418c-9eaf-5d66d09242dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c58184c8-85f9-418c-9eaf-5d66d09242dd.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c58184c8-85f9-418c-9eaf-5d66d09242dd.shogun-image {
    
    
  }


.s-c58184c8-85f9-418c-9eaf-5d66d09242dd .shogun-image-content {
  
    align-items: center;
  
}

.s-c58184c8-85f9-418c-9eaf-5d66d09242dd.shg-align-container {
  text-align: center
}

.s-c58184c8-85f9-418c-9eaf-5d66d09242dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c58184c8-85f9-418c-9eaf-5d66d09242dd.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c58184c8-85f9-418c-9eaf-5d66d09242dd.shogun-image {
    
    
  }


.s-c58184c8-85f9-418c-9eaf-5d66d09242dd .shogun-image-content {
  
    align-items: center;
  
}

.s-c58184c8-85f9-418c-9eaf-5d66d09242dd.shg-align-container {
  text-align: center
}

.s-c58184c8-85f9-418c-9eaf-5d66d09242dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c58184c8-85f9-418c-9eaf-5d66d09242dd.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c58184c8-85f9-418c-9eaf-5d66d09242dd.shogun-image {
    
    
  }


.s-c58184c8-85f9-418c-9eaf-5d66d09242dd .shogun-image-content {
  
    align-items: center;
  
}

.s-c58184c8-85f9-418c-9eaf-5d66d09242dd.shg-align-container {
  text-align: center
}

.s-c58184c8-85f9-418c-9eaf-5d66d09242dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c58184c8-85f9-418c-9eaf-5d66d09242dd.shogun-image {
  box-sizing: border-box;
}


}
#s-073a4ecc-d770-4a1b-bf1b-5080f1521fef {
  margin-left: 10%;
margin-right: 10%;
text-align: center;
}







  img.s-073a4ecc-d770-4a1b-bf1b-5080f1521fef.shogun-image {
    
    
  }


.s-073a4ecc-d770-4a1b-bf1b-5080f1521fef .shogun-image-content {
  
    align-items: center;
  
}

.s-073a4ecc-d770-4a1b-bf1b-5080f1521fef.shg-align-container {
  text-align: center
}

.s-073a4ecc-d770-4a1b-bf1b-5080f1521fef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-073a4ecc-d770-4a1b-bf1b-5080f1521fef.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-073a4ecc-d770-4a1b-bf1b-5080f1521fef.shogun-image {
    
    
  }


.s-073a4ecc-d770-4a1b-bf1b-5080f1521fef .shogun-image-content {
  
    align-items: center;
  
}

.s-073a4ecc-d770-4a1b-bf1b-5080f1521fef.shg-align-container {
  text-align: center
}

.s-073a4ecc-d770-4a1b-bf1b-5080f1521fef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-073a4ecc-d770-4a1b-bf1b-5080f1521fef.shogun-image {
  box-sizing: border-box;
}


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





  img.s-073a4ecc-d770-4a1b-bf1b-5080f1521fef.shogun-image {
    
    
  }


.s-073a4ecc-d770-4a1b-bf1b-5080f1521fef .shogun-image-content {
  
    align-items: center;
  
}

.s-073a4ecc-d770-4a1b-bf1b-5080f1521fef.shg-align-container {
  text-align: center
}

.s-073a4ecc-d770-4a1b-bf1b-5080f1521fef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-073a4ecc-d770-4a1b-bf1b-5080f1521fef.shogun-image {
  box-sizing: border-box;
}


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





  img.s-073a4ecc-d770-4a1b-bf1b-5080f1521fef.shogun-image {
    
    
  }


.s-073a4ecc-d770-4a1b-bf1b-5080f1521fef .shogun-image-content {
  
    align-items: center;
  
}

.s-073a4ecc-d770-4a1b-bf1b-5080f1521fef.shg-align-container {
  text-align: center
}

.s-073a4ecc-d770-4a1b-bf1b-5080f1521fef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-073a4ecc-d770-4a1b-bf1b-5080f1521fef.shogun-image {
  box-sizing: border-box;
}


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





  img.s-073a4ecc-d770-4a1b-bf1b-5080f1521fef.shogun-image {
    
    
  }


.s-073a4ecc-d770-4a1b-bf1b-5080f1521fef .shogun-image-content {
  
    align-items: center;
  
}

.s-073a4ecc-d770-4a1b-bf1b-5080f1521fef.shg-align-container {
  text-align: center
}

.s-073a4ecc-d770-4a1b-bf1b-5080f1521fef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-073a4ecc-d770-4a1b-bf1b-5080f1521fef.shogun-image {
  box-sizing: border-box;
}


}
#s-7a591559-8dc1-4a73-821f-7659e522c7cb {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7a591559-8dc1-4a73-821f-7659e522c7cb .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Sabon Next";
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  
}



#s-bad9942b-3dc8-452c-8fca-00d836ca0617 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bad9942b-3dc8-452c-8fca-00d836ca0617 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Sabon Next";
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  
}



#s-638aa58d-fc32-453c-8d1b-f5d0a87f1932 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-638aa58d-fc32-453c-8d1b-f5d0a87f1932 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Sabon Next";
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  
}



#s-28e15259-97fb-4307-ae56-0422c504663d {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-28e15259-97fb-4307-ae56-0422c504663d .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Sabon Next";
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  
}



#s-5f28dea9-2826-434e-af2e-9a7ef7daa675 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5f28dea9-2826-434e-af2e-9a7ef7daa675 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Sabon Next";
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  
}



#s-6f737a64-9380-4bce-b965-64027d25570c {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6f737a64-9380-4bce-b965-64027d25570c .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Sabon Next";
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  
}



#s-fcb867a3-17df-4e2b-a2ff-d7fb0c736194 {
  border-style: solid;
margin-top: 8px;
margin-bottom: 8px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(26, 112, 100, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(26, 112, 100, 1);
letter-spacing: 1px;
}
#s-fcb867a3-17df-4e2b-a2ff-d7fb0c736194:hover {background-color: rgba(255, 255, 255, 0.75) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(26, 112, 100, 0.75) !important;}#s-fcb867a3-17df-4e2b-a2ff-d7fb0c736194:active {background-color: rgba(255, 255, 255, 0.75) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(26, 112, 100, 0.75) !important;}

  #s-fcb867a3-17df-4e2b-a2ff-d7fb0c736194-btn-wrapper {
    text-align: center;
  }


#s-fcb867a3-17df-4e2b-a2ff-d7fb0c736194.shg-btn {
  color: rgba(26, 112, 100, 1);
  font-size: 12px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fcb867a3-17df-4e2b-a2ff-d7fb0c736194-btn-wrapper {
    text-align: center;
  }


#s-fcb867a3-17df-4e2b-a2ff-d7fb0c736194.shg-btn {
  color: rgba(26, 112, 100, 1);
  font-size: 12px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fcb867a3-17df-4e2b-a2ff-d7fb0c736194-btn-wrapper {
    text-align: center;
  }


#s-fcb867a3-17df-4e2b-a2ff-d7fb0c736194.shg-btn {
  color: rgba(26, 112, 100, 1);
  font-size: 12px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fcb867a3-17df-4e2b-a2ff-d7fb0c736194-btn-wrapper {
    text-align: center;
  }


#s-fcb867a3-17df-4e2b-a2ff-d7fb0c736194.shg-btn {
  color: rgba(26, 112, 100, 1);
  font-size: 12px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fcb867a3-17df-4e2b-a2ff-d7fb0c736194-btn-wrapper {
    text-align: center;
  }


#s-fcb867a3-17df-4e2b-a2ff-d7fb0c736194.shg-btn {
  color: rgba(26, 112, 100, 1);
  font-size: 12px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}
#s-8593d3f3-668a-4c79-86b8-4c43fa0ccf6b {
  border-style: solid;
margin-top: 8px;
margin-bottom: 8px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(26, 112, 100, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(26, 112, 100, 1);
letter-spacing: 1px;
}
#s-8593d3f3-668a-4c79-86b8-4c43fa0ccf6b:hover {background-color: rgba(255, 255, 255, 0.75) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(26, 112, 100, 0.75) !important;}#s-8593d3f3-668a-4c79-86b8-4c43fa0ccf6b:active {background-color: rgba(255, 255, 255, 0.75) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(26, 112, 100, 0.75) !important;}

  #s-8593d3f3-668a-4c79-86b8-4c43fa0ccf6b-btn-wrapper {
    text-align: center;
  }


#s-8593d3f3-668a-4c79-86b8-4c43fa0ccf6b.shg-btn {
  color: rgba(26, 112, 100, 1);
  font-size: 12px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8593d3f3-668a-4c79-86b8-4c43fa0ccf6b-btn-wrapper {
    text-align: center;
  }


#s-8593d3f3-668a-4c79-86b8-4c43fa0ccf6b.shg-btn {
  color: rgba(26, 112, 100, 1);
  font-size: 12px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8593d3f3-668a-4c79-86b8-4c43fa0ccf6b-btn-wrapper {
    text-align: center;
  }


#s-8593d3f3-668a-4c79-86b8-4c43fa0ccf6b.shg-btn {
  color: rgba(26, 112, 100, 1);
  font-size: 12px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8593d3f3-668a-4c79-86b8-4c43fa0ccf6b-btn-wrapper {
    text-align: center;
  }


#s-8593d3f3-668a-4c79-86b8-4c43fa0ccf6b.shg-btn {
  color: rgba(26, 112, 100, 1);
  font-size: 12px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8593d3f3-668a-4c79-86b8-4c43fa0ccf6b-btn-wrapper {
    text-align: center;
  }


#s-8593d3f3-668a-4c79-86b8-4c43fa0ccf6b.shg-btn {
  color: rgba(26, 112, 100, 1);
  font-size: 12px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}
#s-e7418551-a19c-458b-a5fd-0dbb58d235c4 {
  min-height: 50px;
background-color: rgba(221, 221, 221, 0.76);
}








#s-e7418551-a19c-458b-a5fd-0dbb58d235c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e7418551-a19c-458b-a5fd-0dbb58d235c4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5f798974-2d7b-4e44-86e1-37fa13c2f124 {
  min-height: 50px;
}








#s-5f798974-2d7b-4e44-86e1-37fa13c2f124 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f798974-2d7b-4e44-86e1-37fa13c2f124.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a45da107-6e7c-42dc-9451-f438f3a52caa {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-d5465f1a-628a-4bde-817e-6fc9fcb79997 {
  margin-top: 30px;
margin-left: 7%;
margin-bottom: 30px;
margin-right: 7%;
}

#s-e763c1b5-2191-4b9c-963e-9e31e5509d5a {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(26, 112, 100, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(26, 112, 100, 1);
letter-spacing: 1px;
}
#s-e763c1b5-2191-4b9c-963e-9e31e5509d5a:hover {background-color: rgba(255, 255, 255, 0.75) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(26, 112, 100, 0.75) !important;}#s-e763c1b5-2191-4b9c-963e-9e31e5509d5a:active {background-color: rgba(255, 255, 255, 0.75) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(26, 112, 100, 0.75) !important;}

  #s-e763c1b5-2191-4b9c-963e-9e31e5509d5a-btn-wrapper {
    text-align: center;
  }


#s-e763c1b5-2191-4b9c-963e-9e31e5509d5a.shg-btn {
  color: rgba(26, 112, 100, 1);
  font-size: 12px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e763c1b5-2191-4b9c-963e-9e31e5509d5a-btn-wrapper {
    text-align: center;
  }


#s-e763c1b5-2191-4b9c-963e-9e31e5509d5a.shg-btn {
  color: rgba(26, 112, 100, 1);
  font-size: 12px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e763c1b5-2191-4b9c-963e-9e31e5509d5a-btn-wrapper {
    text-align: center;
  }


#s-e763c1b5-2191-4b9c-963e-9e31e5509d5a.shg-btn {
  color: rgba(26, 112, 100, 1);
  font-size: 12px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e763c1b5-2191-4b9c-963e-9e31e5509d5a-btn-wrapper {
    text-align: center;
  }


#s-e763c1b5-2191-4b9c-963e-9e31e5509d5a.shg-btn {
  color: rgba(26, 112, 100, 1);
  font-size: 12px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e763c1b5-2191-4b9c-963e-9e31e5509d5a-btn-wrapper {
    text-align: center;
  }


#s-e763c1b5-2191-4b9c-963e-9e31e5509d5a.shg-btn {
  color: rgba(26, 112, 100, 1);
  font-size: 12px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}
#s-391833f3-3ec3-4476-b071-4b3bfbfb6b35 {
  min-height: 50px;
}








#s-391833f3-3ec3-4476-b071-4b3bfbfb6b35 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-391833f3-3ec3-4476-b071-4b3bfbfb6b35.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-66f44cca-f754-4df1-b82c-9cb263ca836d {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-3c82f8aa-61b3-43e1-85e9-b2e5ad69e54e {
  margin-top: 30px;
margin-left: 7%;
margin-bottom: 30px;
margin-right: 7%;
}

#s-ff6a6f2a-8c1a-45c1-99ad-b3dc5a8a29d7 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(26, 112, 100, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(26, 112, 100, 1);
letter-spacing: 1px;
}
#s-ff6a6f2a-8c1a-45c1-99ad-b3dc5a8a29d7:hover {background-color: rgba(255, 255, 255, 0.75) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(26, 112, 100, 0.75) !important;}#s-ff6a6f2a-8c1a-45c1-99ad-b3dc5a8a29d7:active {background-color: rgba(255, 255, 255, 0.75) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(26, 112, 100, 0.75) !important;}

  #s-ff6a6f2a-8c1a-45c1-99ad-b3dc5a8a29d7-btn-wrapper {
    text-align: center;
  }


#s-ff6a6f2a-8c1a-45c1-99ad-b3dc5a8a29d7.shg-btn {
  color: rgba(26, 112, 100, 1);
  font-size: 12px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ff6a6f2a-8c1a-45c1-99ad-b3dc5a8a29d7-btn-wrapper {
    text-align: center;
  }


#s-ff6a6f2a-8c1a-45c1-99ad-b3dc5a8a29d7.shg-btn {
  color: rgba(26, 112, 100, 1);
  font-size: 12px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ff6a6f2a-8c1a-45c1-99ad-b3dc5a8a29d7-btn-wrapper {
    text-align: center;
  }


#s-ff6a6f2a-8c1a-45c1-99ad-b3dc5a8a29d7.shg-btn {
  color: rgba(26, 112, 100, 1);
  font-size: 12px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ff6a6f2a-8c1a-45c1-99ad-b3dc5a8a29d7-btn-wrapper {
    text-align: center;
  }


#s-ff6a6f2a-8c1a-45c1-99ad-b3dc5a8a29d7.shg-btn {
  color: rgba(26, 112, 100, 1);
  font-size: 12px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ff6a6f2a-8c1a-45c1-99ad-b3dc5a8a29d7-btn-wrapper {
    text-align: center;
  }


#s-ff6a6f2a-8c1a-45c1-99ad-b3dc5a8a29d7.shg-btn {
  color: rgba(26, 112, 100, 1);
  font-size: 12px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}
#s-b5797a29-1d94-4dd2-bef1-71556ca6122b {
  min-height: 50px;
}








#s-b5797a29-1d94-4dd2-bef1-71556ca6122b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b5797a29-1d94-4dd2-bef1-71556ca6122b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6f421f9a-81fd-4d59-bb5e-f5f0ffac0ae0 {
  margin-top: 40px;
margin-bottom: 40px;
min-height: 50px;
}
@media (min-width: 1200px){#s-6f421f9a-81fd-4d59-bb5e-f5f0ffac0ae0 {
  display: none;
}
#s-6f421f9a-81fd-4d59-bb5e-f5f0ffac0ae0, #wrap-s-6f421f9a-81fd-4d59-bb5e-f5f0ffac0ae0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6f421f9a-81fd-4d59-bb5e-f5f0ffac0ae0 {
  display: none;
}
#s-6f421f9a-81fd-4d59-bb5e-f5f0ffac0ae0, #wrap-s-6f421f9a-81fd-4d59-bb5e-f5f0ffac0ae0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6f421f9a-81fd-4d59-bb5e-f5f0ffac0ae0 {
  display: none;
}
#s-6f421f9a-81fd-4d59-bb5e-f5f0ffac0ae0, #wrap-s-6f421f9a-81fd-4d59-bb5e-f5f0ffac0ae0 { display:none !important; }}







#s-6f421f9a-81fd-4d59-bb5e-f5f0ffac0ae0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f421f9a-81fd-4d59-bb5e-f5f0ffac0ae0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-edb11de6-f76d-4056-9922-87d0c453a981 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-edb11de6-f76d-4056-9922-87d0c453a981 {
  display: none;
}
#s-edb11de6-f76d-4056-9922-87d0c453a981, #wrap-s-edb11de6-f76d-4056-9922-87d0c453a981 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-edb11de6-f76d-4056-9922-87d0c453a981 {
  display: none;
}
#s-edb11de6-f76d-4056-9922-87d0c453a981, #wrap-s-edb11de6-f76d-4056-9922-87d0c453a981 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-edb11de6-f76d-4056-9922-87d0c453a981 {
  display: none;
}
#s-edb11de6-f76d-4056-9922-87d0c453a981, #wrap-s-edb11de6-f76d-4056-9922-87d0c453a981 { display:none !important; }}






  img.s-edb11de6-f76d-4056-9922-87d0c453a981.shogun-image {
    
    
  }


.s-edb11de6-f76d-4056-9922-87d0c453a981 .shogun-image-content {
  
    align-items: center;
  
}

.s-edb11de6-f76d-4056-9922-87d0c453a981.shg-align-container {
  text-align: center
}

.s-edb11de6-f76d-4056-9922-87d0c453a981.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edb11de6-f76d-4056-9922-87d0c453a981.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-edb11de6-f76d-4056-9922-87d0c453a981.shogun-image {
    
    
  }


.s-edb11de6-f76d-4056-9922-87d0c453a981 .shogun-image-content {
  
    align-items: center;
  
}

.s-edb11de6-f76d-4056-9922-87d0c453a981.shg-align-container {
  text-align: center
}

.s-edb11de6-f76d-4056-9922-87d0c453a981.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edb11de6-f76d-4056-9922-87d0c453a981.shogun-image {
  box-sizing: border-box;
}


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





  img.s-edb11de6-f76d-4056-9922-87d0c453a981.shogun-image {
    
    
  }


.s-edb11de6-f76d-4056-9922-87d0c453a981 .shogun-image-content {
  
    align-items: center;
  
}

.s-edb11de6-f76d-4056-9922-87d0c453a981.shg-align-container {
  text-align: center
}

.s-edb11de6-f76d-4056-9922-87d0c453a981.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edb11de6-f76d-4056-9922-87d0c453a981.shogun-image {
  box-sizing: border-box;
}


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





  img.s-edb11de6-f76d-4056-9922-87d0c453a981.shogun-image {
    
    
  }


.s-edb11de6-f76d-4056-9922-87d0c453a981 .shogun-image-content {
  
    align-items: center;
  
}

.s-edb11de6-f76d-4056-9922-87d0c453a981.shg-align-container {
  text-align: center
}

.s-edb11de6-f76d-4056-9922-87d0c453a981.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edb11de6-f76d-4056-9922-87d0c453a981.shogun-image {
  box-sizing: border-box;
}


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





  img.s-edb11de6-f76d-4056-9922-87d0c453a981.shogun-image {
    
    
  }


.s-edb11de6-f76d-4056-9922-87d0c453a981 .shogun-image-content {
  
    align-items: center;
  
}

.s-edb11de6-f76d-4056-9922-87d0c453a981.shg-align-container {
  text-align: center
}

.s-edb11de6-f76d-4056-9922-87d0c453a981.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edb11de6-f76d-4056-9922-87d0c453a981.shogun-image {
  box-sizing: border-box;
}


}
#s-00b465b4-35d9-4b1f-a5c7-d046bff14b46 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-00b465b4-35d9-4b1f-a5c7-d046bff14b46 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: "Sabon Next";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: 1px;
  
}



#s-457e63e2-14a3-4406-9f36-192521f24914 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-457e63e2-14a3-4406-9f36-192521f24914 {
  display: none;
}
#s-457e63e2-14a3-4406-9f36-192521f24914, #wrap-s-457e63e2-14a3-4406-9f36-192521f24914 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-457e63e2-14a3-4406-9f36-192521f24914 {
  display: none;
}
#s-457e63e2-14a3-4406-9f36-192521f24914, #wrap-s-457e63e2-14a3-4406-9f36-192521f24914 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-457e63e2-14a3-4406-9f36-192521f24914 {
  display: none;
}
#s-457e63e2-14a3-4406-9f36-192521f24914, #wrap-s-457e63e2-14a3-4406-9f36-192521f24914 { display:none !important; }}






  img.s-457e63e2-14a3-4406-9f36-192521f24914.shogun-image {
    
    
  }


.s-457e63e2-14a3-4406-9f36-192521f24914 .shogun-image-content {
  
    align-items: center;
  
}

.s-457e63e2-14a3-4406-9f36-192521f24914.shg-align-container {
  text-align: center
}

.s-457e63e2-14a3-4406-9f36-192521f24914.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-457e63e2-14a3-4406-9f36-192521f24914.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-457e63e2-14a3-4406-9f36-192521f24914.shogun-image {
    
    
  }


.s-457e63e2-14a3-4406-9f36-192521f24914 .shogun-image-content {
  
    align-items: center;
  
}

.s-457e63e2-14a3-4406-9f36-192521f24914.shg-align-container {
  text-align: center
}

.s-457e63e2-14a3-4406-9f36-192521f24914.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-457e63e2-14a3-4406-9f36-192521f24914.shogun-image {
  box-sizing: border-box;
}


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





  img.s-457e63e2-14a3-4406-9f36-192521f24914.shogun-image {
    
    
  }


.s-457e63e2-14a3-4406-9f36-192521f24914 .shogun-image-content {
  
    align-items: center;
  
}

.s-457e63e2-14a3-4406-9f36-192521f24914.shg-align-container {
  text-align: center
}

.s-457e63e2-14a3-4406-9f36-192521f24914.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-457e63e2-14a3-4406-9f36-192521f24914.shogun-image {
  box-sizing: border-box;
}


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





  img.s-457e63e2-14a3-4406-9f36-192521f24914.shogun-image {
    
    
  }


.s-457e63e2-14a3-4406-9f36-192521f24914 .shogun-image-content {
  
    align-items: center;
  
}

.s-457e63e2-14a3-4406-9f36-192521f24914.shg-align-container {
  text-align: center
}

.s-457e63e2-14a3-4406-9f36-192521f24914.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-457e63e2-14a3-4406-9f36-192521f24914.shogun-image {
  box-sizing: border-box;
}


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





  img.s-457e63e2-14a3-4406-9f36-192521f24914.shogun-image {
    
    
  }


.s-457e63e2-14a3-4406-9f36-192521f24914 .shogun-image-content {
  
    align-items: center;
  
}

.s-457e63e2-14a3-4406-9f36-192521f24914.shg-align-container {
  text-align: center
}

.s-457e63e2-14a3-4406-9f36-192521f24914.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-457e63e2-14a3-4406-9f36-192521f24914.shogun-image {
  box-sizing: border-box;
}


}
#s-2c78d063-0e93-4825-bf75-0b887163af76 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2c78d063-0e93-4825-bf75-0b887163af76 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: "Sabon Next";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: 1px;
  
}



#s-7457a383-2e19-4ba6-8550-84254545c066 {
  margin-top: 9px;
margin-bottom: 9px;
text-align: center;
}
@media (min-width: 1200px){#s-7457a383-2e19-4ba6-8550-84254545c066 {
  display: none;
}
#s-7457a383-2e19-4ba6-8550-84254545c066, #wrap-s-7457a383-2e19-4ba6-8550-84254545c066 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7457a383-2e19-4ba6-8550-84254545c066 {
  display: none;
}
#s-7457a383-2e19-4ba6-8550-84254545c066, #wrap-s-7457a383-2e19-4ba6-8550-84254545c066 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7457a383-2e19-4ba6-8550-84254545c066 {
  display: none;
}
#s-7457a383-2e19-4ba6-8550-84254545c066, #wrap-s-7457a383-2e19-4ba6-8550-84254545c066 { display:none !important; }}






  img.s-7457a383-2e19-4ba6-8550-84254545c066.shogun-image {
    
    
  }


.s-7457a383-2e19-4ba6-8550-84254545c066 .shogun-image-content {
  
    align-items: center;
  
}

.s-7457a383-2e19-4ba6-8550-84254545c066.shg-align-container {
  text-align: center
}

.s-7457a383-2e19-4ba6-8550-84254545c066.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7457a383-2e19-4ba6-8550-84254545c066.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-7457a383-2e19-4ba6-8550-84254545c066.shogun-image {
    
    
  }


.s-7457a383-2e19-4ba6-8550-84254545c066 .shogun-image-content {
  
    align-items: center;
  
}

.s-7457a383-2e19-4ba6-8550-84254545c066.shg-align-container {
  text-align: center
}

.s-7457a383-2e19-4ba6-8550-84254545c066.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7457a383-2e19-4ba6-8550-84254545c066.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7457a383-2e19-4ba6-8550-84254545c066.shogun-image {
    
    
  }


.s-7457a383-2e19-4ba6-8550-84254545c066 .shogun-image-content {
  
    align-items: center;
  
}

.s-7457a383-2e19-4ba6-8550-84254545c066.shg-align-container {
  text-align: center
}

.s-7457a383-2e19-4ba6-8550-84254545c066.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7457a383-2e19-4ba6-8550-84254545c066.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7457a383-2e19-4ba6-8550-84254545c066.shogun-image {
    
    
  }


.s-7457a383-2e19-4ba6-8550-84254545c066 .shogun-image-content {
  
    align-items: center;
  
}

.s-7457a383-2e19-4ba6-8550-84254545c066.shg-align-container {
  text-align: center
}

.s-7457a383-2e19-4ba6-8550-84254545c066.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7457a383-2e19-4ba6-8550-84254545c066.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7457a383-2e19-4ba6-8550-84254545c066.shogun-image {
    
    
  }


.s-7457a383-2e19-4ba6-8550-84254545c066 .shogun-image-content {
  
    align-items: center;
  
}

.s-7457a383-2e19-4ba6-8550-84254545c066.shg-align-container {
  text-align: center
}

.s-7457a383-2e19-4ba6-8550-84254545c066.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7457a383-2e19-4ba6-8550-84254545c066.shogun-image {
  box-sizing: border-box;
}


}
#s-a3b22a43-7949-4340-8e9d-41413a4f33e2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a3b22a43-7949-4340-8e9d-41413a4f33e2 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: "Sabon Next";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: 1px;
  
}



#s-d7348fa0-1860-4ad9-a867-28a27951ae8e {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-d7348fa0-1860-4ad9-a867-28a27951ae8e {
  display: none;
}
#s-d7348fa0-1860-4ad9-a867-28a27951ae8e, #wrap-s-d7348fa0-1860-4ad9-a867-28a27951ae8e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d7348fa0-1860-4ad9-a867-28a27951ae8e {
  display: none;
}
#s-d7348fa0-1860-4ad9-a867-28a27951ae8e, #wrap-s-d7348fa0-1860-4ad9-a867-28a27951ae8e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d7348fa0-1860-4ad9-a867-28a27951ae8e {
  display: none;
}
#s-d7348fa0-1860-4ad9-a867-28a27951ae8e, #wrap-s-d7348fa0-1860-4ad9-a867-28a27951ae8e { display:none !important; }}






  img.s-d7348fa0-1860-4ad9-a867-28a27951ae8e.shogun-image {
    
    
  }


.s-d7348fa0-1860-4ad9-a867-28a27951ae8e .shogun-image-content {
  
    align-items: center;
  
}

.s-d7348fa0-1860-4ad9-a867-28a27951ae8e.shg-align-container {
  text-align: center
}

.s-d7348fa0-1860-4ad9-a867-28a27951ae8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7348fa0-1860-4ad9-a867-28a27951ae8e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-d7348fa0-1860-4ad9-a867-28a27951ae8e.shogun-image {
    
    
  }


.s-d7348fa0-1860-4ad9-a867-28a27951ae8e .shogun-image-content {
  
    align-items: center;
  
}

.s-d7348fa0-1860-4ad9-a867-28a27951ae8e.shg-align-container {
  text-align: center
}

.s-d7348fa0-1860-4ad9-a867-28a27951ae8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7348fa0-1860-4ad9-a867-28a27951ae8e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d7348fa0-1860-4ad9-a867-28a27951ae8e.shogun-image {
    
    
  }


.s-d7348fa0-1860-4ad9-a867-28a27951ae8e .shogun-image-content {
  
    align-items: center;
  
}

.s-d7348fa0-1860-4ad9-a867-28a27951ae8e.shg-align-container {
  text-align: center
}

.s-d7348fa0-1860-4ad9-a867-28a27951ae8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7348fa0-1860-4ad9-a867-28a27951ae8e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d7348fa0-1860-4ad9-a867-28a27951ae8e.shogun-image {
    
    
  }


.s-d7348fa0-1860-4ad9-a867-28a27951ae8e .shogun-image-content {
  
    align-items: center;
  
}

.s-d7348fa0-1860-4ad9-a867-28a27951ae8e.shg-align-container {
  text-align: center
}

.s-d7348fa0-1860-4ad9-a867-28a27951ae8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7348fa0-1860-4ad9-a867-28a27951ae8e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d7348fa0-1860-4ad9-a867-28a27951ae8e.shogun-image {
    
    
  }


.s-d7348fa0-1860-4ad9-a867-28a27951ae8e .shogun-image-content {
  
    align-items: center;
  
}

.s-d7348fa0-1860-4ad9-a867-28a27951ae8e.shg-align-container {
  text-align: center
}

.s-d7348fa0-1860-4ad9-a867-28a27951ae8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7348fa0-1860-4ad9-a867-28a27951ae8e.shogun-image {
  box-sizing: border-box;
}


}
#s-b9029e95-eaa9-4324-8eed-706d5b1d2640 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b9029e95-eaa9-4324-8eed-706d5b1d2640 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: "Sabon Next";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: 1px;
  
}



#s-9b23df14-5993-4113-bd84-4199cf4a1649 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-9b23df14-5993-4113-bd84-4199cf4a1649 {
  display: none;
}
#s-9b23df14-5993-4113-bd84-4199cf4a1649, #wrap-s-9b23df14-5993-4113-bd84-4199cf4a1649 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9b23df14-5993-4113-bd84-4199cf4a1649 {
  display: none;
}
#s-9b23df14-5993-4113-bd84-4199cf4a1649, #wrap-s-9b23df14-5993-4113-bd84-4199cf4a1649 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9b23df14-5993-4113-bd84-4199cf4a1649 {
  display: none;
}
#s-9b23df14-5993-4113-bd84-4199cf4a1649, #wrap-s-9b23df14-5993-4113-bd84-4199cf4a1649 { display:none !important; }}






  img.s-9b23df14-5993-4113-bd84-4199cf4a1649.shogun-image {
    
    
  }


.s-9b23df14-5993-4113-bd84-4199cf4a1649 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b23df14-5993-4113-bd84-4199cf4a1649.shg-align-container {
  text-align: center
}

.s-9b23df14-5993-4113-bd84-4199cf4a1649.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b23df14-5993-4113-bd84-4199cf4a1649.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-9b23df14-5993-4113-bd84-4199cf4a1649.shogun-image {
    
    
  }


.s-9b23df14-5993-4113-bd84-4199cf4a1649 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b23df14-5993-4113-bd84-4199cf4a1649.shg-align-container {
  text-align: center
}

.s-9b23df14-5993-4113-bd84-4199cf4a1649.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b23df14-5993-4113-bd84-4199cf4a1649.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9b23df14-5993-4113-bd84-4199cf4a1649.shogun-image {
    
    
  }


.s-9b23df14-5993-4113-bd84-4199cf4a1649 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b23df14-5993-4113-bd84-4199cf4a1649.shg-align-container {
  text-align: center
}

.s-9b23df14-5993-4113-bd84-4199cf4a1649.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b23df14-5993-4113-bd84-4199cf4a1649.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9b23df14-5993-4113-bd84-4199cf4a1649.shogun-image {
    
    
  }


.s-9b23df14-5993-4113-bd84-4199cf4a1649 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b23df14-5993-4113-bd84-4199cf4a1649.shg-align-container {
  text-align: center
}

.s-9b23df14-5993-4113-bd84-4199cf4a1649.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b23df14-5993-4113-bd84-4199cf4a1649.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9b23df14-5993-4113-bd84-4199cf4a1649.shogun-image {
    
    
  }


.s-9b23df14-5993-4113-bd84-4199cf4a1649 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b23df14-5993-4113-bd84-4199cf4a1649.shg-align-container {
  text-align: center
}

.s-9b23df14-5993-4113-bd84-4199cf4a1649.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b23df14-5993-4113-bd84-4199cf4a1649.shogun-image {
  box-sizing: border-box;
}


}
#s-7ec7a9c5-170f-40d8-8406-7ae5c9eaa989 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7ec7a9c5-170f-40d8-8406-7ae5c9eaa989 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: "Sabon Next";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: 1px;
  
}



#s-90ba2bbe-c985-4201-ae79-30bc01bc69b2 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-90ba2bbe-c985-4201-ae79-30bc01bc69b2 {
  display: none;
}
#s-90ba2bbe-c985-4201-ae79-30bc01bc69b2, #wrap-s-90ba2bbe-c985-4201-ae79-30bc01bc69b2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-90ba2bbe-c985-4201-ae79-30bc01bc69b2 {
  display: none;
}
#s-90ba2bbe-c985-4201-ae79-30bc01bc69b2, #wrap-s-90ba2bbe-c985-4201-ae79-30bc01bc69b2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-90ba2bbe-c985-4201-ae79-30bc01bc69b2 {
  display: none;
}
#s-90ba2bbe-c985-4201-ae79-30bc01bc69b2, #wrap-s-90ba2bbe-c985-4201-ae79-30bc01bc69b2 { display:none !important; }}






  img.s-90ba2bbe-c985-4201-ae79-30bc01bc69b2.shogun-image {
    
    
  }


.s-90ba2bbe-c985-4201-ae79-30bc01bc69b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-90ba2bbe-c985-4201-ae79-30bc01bc69b2.shg-align-container {
  text-align: center
}

.s-90ba2bbe-c985-4201-ae79-30bc01bc69b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90ba2bbe-c985-4201-ae79-30bc01bc69b2.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-90ba2bbe-c985-4201-ae79-30bc01bc69b2.shogun-image {
    
    
  }


.s-90ba2bbe-c985-4201-ae79-30bc01bc69b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-90ba2bbe-c985-4201-ae79-30bc01bc69b2.shg-align-container {
  text-align: center
}

.s-90ba2bbe-c985-4201-ae79-30bc01bc69b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90ba2bbe-c985-4201-ae79-30bc01bc69b2.shogun-image {
  box-sizing: border-box;
}


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





  img.s-90ba2bbe-c985-4201-ae79-30bc01bc69b2.shogun-image {
    
    
  }


.s-90ba2bbe-c985-4201-ae79-30bc01bc69b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-90ba2bbe-c985-4201-ae79-30bc01bc69b2.shg-align-container {
  text-align: center
}

.s-90ba2bbe-c985-4201-ae79-30bc01bc69b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90ba2bbe-c985-4201-ae79-30bc01bc69b2.shogun-image {
  box-sizing: border-box;
}


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





  img.s-90ba2bbe-c985-4201-ae79-30bc01bc69b2.shogun-image {
    
    
  }


.s-90ba2bbe-c985-4201-ae79-30bc01bc69b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-90ba2bbe-c985-4201-ae79-30bc01bc69b2.shg-align-container {
  text-align: center
}

.s-90ba2bbe-c985-4201-ae79-30bc01bc69b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90ba2bbe-c985-4201-ae79-30bc01bc69b2.shogun-image {
  box-sizing: border-box;
}


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





  img.s-90ba2bbe-c985-4201-ae79-30bc01bc69b2.shogun-image {
    
    
  }


.s-90ba2bbe-c985-4201-ae79-30bc01bc69b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-90ba2bbe-c985-4201-ae79-30bc01bc69b2.shg-align-container {
  text-align: center
}

.s-90ba2bbe-c985-4201-ae79-30bc01bc69b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90ba2bbe-c985-4201-ae79-30bc01bc69b2.shogun-image {
  box-sizing: border-box;
}


}
#s-be9de51f-8eab-4be3-8733-92a70d0627d1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-be9de51f-8eab-4be3-8733-92a70d0627d1 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: "Sabon Next";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: 1px;
  
}



#s-24bb4697-c398-477b-82a1-ce76b80810af {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-24bb4697-c398-477b-82a1-ce76b80810af {
  display: none;
}
#s-24bb4697-c398-477b-82a1-ce76b80810af, #wrap-s-24bb4697-c398-477b-82a1-ce76b80810af { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-24bb4697-c398-477b-82a1-ce76b80810af {
  display: none;
}
#s-24bb4697-c398-477b-82a1-ce76b80810af, #wrap-s-24bb4697-c398-477b-82a1-ce76b80810af { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-24bb4697-c398-477b-82a1-ce76b80810af {
  display: none;
}
#s-24bb4697-c398-477b-82a1-ce76b80810af, #wrap-s-24bb4697-c398-477b-82a1-ce76b80810af { display:none !important; }}






  img.s-24bb4697-c398-477b-82a1-ce76b80810af.shogun-image {
    
    
  }


.s-24bb4697-c398-477b-82a1-ce76b80810af .shogun-image-content {
  
    align-items: center;
  
}

.s-24bb4697-c398-477b-82a1-ce76b80810af.shg-align-container {
  text-align: center
}

.s-24bb4697-c398-477b-82a1-ce76b80810af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24bb4697-c398-477b-82a1-ce76b80810af.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-24bb4697-c398-477b-82a1-ce76b80810af.shogun-image {
    
    
  }


.s-24bb4697-c398-477b-82a1-ce76b80810af .shogun-image-content {
  
    align-items: center;
  
}

.s-24bb4697-c398-477b-82a1-ce76b80810af.shg-align-container {
  text-align: center
}

.s-24bb4697-c398-477b-82a1-ce76b80810af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24bb4697-c398-477b-82a1-ce76b80810af.shogun-image {
  box-sizing: border-box;
}


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





  img.s-24bb4697-c398-477b-82a1-ce76b80810af.shogun-image {
    
    
  }


.s-24bb4697-c398-477b-82a1-ce76b80810af .shogun-image-content {
  
    align-items: center;
  
}

.s-24bb4697-c398-477b-82a1-ce76b80810af.shg-align-container {
  text-align: center
}

.s-24bb4697-c398-477b-82a1-ce76b80810af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24bb4697-c398-477b-82a1-ce76b80810af.shogun-image {
  box-sizing: border-box;
}


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





  img.s-24bb4697-c398-477b-82a1-ce76b80810af.shogun-image {
    
    
  }


.s-24bb4697-c398-477b-82a1-ce76b80810af .shogun-image-content {
  
    align-items: center;
  
}

.s-24bb4697-c398-477b-82a1-ce76b80810af.shg-align-container {
  text-align: center
}

.s-24bb4697-c398-477b-82a1-ce76b80810af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24bb4697-c398-477b-82a1-ce76b80810af.shogun-image {
  box-sizing: border-box;
}


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





  img.s-24bb4697-c398-477b-82a1-ce76b80810af.shogun-image {
    
    
  }


.s-24bb4697-c398-477b-82a1-ce76b80810af .shogun-image-content {
  
    align-items: center;
  
}

.s-24bb4697-c398-477b-82a1-ce76b80810af.shg-align-container {
  text-align: center
}

.s-24bb4697-c398-477b-82a1-ce76b80810af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24bb4697-c398-477b-82a1-ce76b80810af.shogun-image {
  box-sizing: border-box;
}


}
#s-39805109-ec68-4394-8271-c4502ad72e2f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-39805109-ec68-4394-8271-c4502ad72e2f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: "Sabon Next";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: 1px;
  
}



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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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