.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-c988537e-862a-4d65-ad47-f504bb9e8315 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-c988537e-862a-4d65-ad47-f504bb9e8315 .shg-sld-nav-button.shg-sld-left,
#s-c988537e-862a-4d65-ad47-f504bb9e8315 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

.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-625818b5-75bd-43f7-b13e-20f02340dc29 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 550px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-625818b5-75bd-43f7-b13e-20f02340dc29 {
  min-height: 500px;
}
}@media (max-width: 767px){#s-625818b5-75bd-43f7-b13e-20f02340dc29 {
  min-height: 500px;
}
}
#s-625818b5-75bd-43f7-b13e-20f02340dc29 {
  background-image: url(https://i.shgcdn.com/a2bdf2aa-7501-4cb9-88e8-4f5b727d8381/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-625818b5-75bd-43f7-b13e-20f02340dc29 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-625818b5-75bd-43f7-b13e-20f02340dc29.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d2b0fb77-15b8-472d-891f-ea69f72ea07b {
  margin-left: auto;
margin-right: auto;
padding-left: 100px;
padding-right: 100px;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d2b0fb77-15b8-472d-891f-ea69f72ea07b {
  padding-left: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-d2b0fb77-15b8-472d-891f-ea69f72ea07b {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-d2b0fb77-15b8-472d-891f-ea69f72ea07b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2b0fb77-15b8-472d-891f-ea69f72ea07b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

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

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

#s-40514393-6ad4-40f7-a268-4c7672f28899 {
  text-align: right;
}

#s-40514393-6ad4-40f7-a268-4c7672f28899 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 54px;
  line-height: 1em;
  letter-spacing: 1px;
  text-align: right;
}



#s-01d751bb-a911-4e45-b18c-268a401c631f {
  padding-top: 15px;
padding-bottom: 0px;
text-align: right;
}

#s-01d751bb-a911-4e45-b18c-268a401c631f .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 30px;
  line-height: 1.1em;
  letter-spacing: 1px;
  text-align: right;
}



#s-eb19b600-ae6e-4829-9c5f-b2559d887f96 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
background-position: center center;
background-attachment: scroll;
}

#s-eb19b600-ae6e-4829-9c5f-b2559d887f96 {
  background-image: url(https://i.shgcdn.com/535dc108-2fe9-493f-8b9a-b0963c6abe1a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-eb19b600-ae6e-4829-9c5f-b2559d887f96 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb19b600-ae6e-4829-9c5f-b2559d887f96 {
  cursor: pointer;
}#s-eb19b600-ae6e-4829-9c5f-b2559d887f96.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-541a3ac9-8a40-4626-8bc2-fe4e5c45d46f {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 100px;
padding-bottom: 0px;
padding-right: 100px;
min-height: 375px;
max-width: 1400px;
background-attachment: scroll;
}
@media (min-width: 992px) and (max-width: 1199px){#s-541a3ac9-8a40-4626-8bc2-fe4e5c45d46f {
  margin-left: 0px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-541a3ac9-8a40-4626-8bc2-fe4e5c45d46f {
  padding-left: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-541a3ac9-8a40-4626-8bc2-fe4e5c45d46f {
  margin-left: 0px;
margin-right: 0px;
padding-left: 20px;
padding-right: 20px;
}
}







#s-541a3ac9-8a40-4626-8bc2-fe4e5c45d46f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-541a3ac9-8a40-4626-8bc2-fe4e5c45d46f {
  cursor: pointer;
}#s-541a3ac9-8a40-4626-8bc2-fe4e5c45d46f.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-9323269d-159b-4f69-a25f-c185643e1d70 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: right;
}

#s-9323269d-159b-4f69-a25f-c185643e1d70 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 54px;
  line-height: 1.1em;
  letter-spacing: 1px;
  text-align: right;
}



#s-0a2e36a2-c0e8-4690-a3a8-8dbcb5039155 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 0px;
text-align: right;
}

#s-0a2e36a2-c0e8-4690-a3a8-8dbcb5039155 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 30px;
  line-height: 1.1em;
  letter-spacing: 1px;
  text-align: right;
}



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

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

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

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

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

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

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

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

#s-bc5d9ad7-a7d2-42e8-8d7b-1ffe76019d32 {
  background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 15px;
padding-left: 35px;
padding-bottom: 15px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 3px;
background-color: rgba(255, 255, 255, 1);
text-align: right;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
background-position: center center;
background-repeat: no-repeat;
}
#s-bc5d9ad7-a7d2-42e8-8d7b-1ffe76019d32:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-bc5d9ad7-a7d2-42e8-8d7b-1ffe76019d32:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bc5d9ad7-a7d2-42e8-8d7b-1ffe76019d32-btn-wrapper {
    text-align: right;
  }


#s-bc5d9ad7-a7d2-42e8-8d7b-1ffe76019d32.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bc5d9ad7-a7d2-42e8-8d7b-1ffe76019d32-btn-wrapper {
    text-align: right;
  }


#s-bc5d9ad7-a7d2-42e8-8d7b-1ffe76019d32.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bc5d9ad7-a7d2-42e8-8d7b-1ffe76019d32-btn-wrapper {
    text-align: right;
  }


#s-bc5d9ad7-a7d2-42e8-8d7b-1ffe76019d32.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bc5d9ad7-a7d2-42e8-8d7b-1ffe76019d32-btn-wrapper {
    text-align: right;
  }


#s-bc5d9ad7-a7d2-42e8-8d7b-1ffe76019d32.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bc5d9ad7-a7d2-42e8-8d7b-1ffe76019d32-btn-wrapper {
    text-align: right;
  }


#s-bc5d9ad7-a7d2-42e8-8d7b-1ffe76019d32.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-0f99c16c-bec4-4e39-9ed6-7f6e1fc1d8a5 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 550px;
background-position: center center;
}

#s-0f99c16c-bec4-4e39-9ed6-7f6e1fc1d8a5 {
  background-image: url(https://i.shgcdn.com/fa01e54a-b8c1-4868-8266-000afe430545/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-0f99c16c-bec4-4e39-9ed6-7f6e1fc1d8a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0f99c16c-bec4-4e39-9ed6-7f6e1fc1d8a5 {
  cursor: pointer;
}#s-0f99c16c-bec4-4e39-9ed6-7f6e1fc1d8a5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cf4750c6-06b6-4def-b154-7421f717b1f8 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 100px;
padding-bottom: 0px;
padding-right: 100px;
min-height: 375px;
max-width: 1400px;
background-attachment: scroll;
}
@media (min-width: 992px) and (max-width: 1199px){#s-cf4750c6-06b6-4def-b154-7421f717b1f8 {
  margin-left: 0px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-cf4750c6-06b6-4def-b154-7421f717b1f8 {
  padding-left: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-cf4750c6-06b6-4def-b154-7421f717b1f8 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 20px;
padding-right: 20px;
}
}







#s-cf4750c6-06b6-4def-b154-7421f717b1f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf4750c6-06b6-4def-b154-7421f717b1f8 {
  cursor: pointer;
}#s-cf4750c6-06b6-4def-b154-7421f717b1f8.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-f2d3569f-bbcd-4b6c-8521-d05c19005452 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-f2d3569f-bbcd-4b6c-8521-d05c19005452 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 54px;
  line-height: 1.1em;
  letter-spacing: 1px;
  text-align: left;
}



#s-74d107f7-55ab-4743-96ce-e84ebd133baa {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 0px;
text-align: left;
}

#s-74d107f7-55ab-4743-96ce-e84ebd133baa .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 30px;
  line-height: 1.1em;
  letter-spacing: 1px;
  text-align: left;
}



#s-02f59e41-ca63-4268-a1be-72d4433c2056 {
  background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 15px;
padding-left: 35px;
padding-bottom: 15px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 3px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
background-position: center center;
background-repeat: no-repeat;
}
#s-02f59e41-ca63-4268-a1be-72d4433c2056:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-02f59e41-ca63-4268-a1be-72d4433c2056:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-02f59e41-ca63-4268-a1be-72d4433c2056-btn-wrapper {
    text-align: left;
  }


#s-02f59e41-ca63-4268-a1be-72d4433c2056.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-02f59e41-ca63-4268-a1be-72d4433c2056-btn-wrapper {
    text-align: left;
  }


#s-02f59e41-ca63-4268-a1be-72d4433c2056.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-02f59e41-ca63-4268-a1be-72d4433c2056-btn-wrapper {
    text-align: left;
  }


#s-02f59e41-ca63-4268-a1be-72d4433c2056.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-02f59e41-ca63-4268-a1be-72d4433c2056-btn-wrapper {
    text-align: left;
  }


#s-02f59e41-ca63-4268-a1be-72d4433c2056.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-02f59e41-ca63-4268-a1be-72d4433c2056-btn-wrapper {
    text-align: left;
  }


#s-02f59e41-ca63-4268-a1be-72d4433c2056.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-dcd568c1-a583-46dd-aab2-8a1564dfc2bb {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 550px;
background-position: center center;
}

#s-dcd568c1-a583-46dd-aab2-8a1564dfc2bb {
  background-image: url(https://i.shgcdn.com/ff350621-402e-488b-989a-d69fbbbbef78/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-dcd568c1-a583-46dd-aab2-8a1564dfc2bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dcd568c1-a583-46dd-aab2-8a1564dfc2bb {
  cursor: pointer;
}#s-dcd568c1-a583-46dd-aab2-8a1564dfc2bb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-66452cbd-fbcf-4a95-9692-119e4378f6ca {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 100px;
padding-bottom: 0px;
padding-right: 100px;
min-height: 375px;
max-width: 1400px;
background-attachment: scroll;
}
@media (min-width: 992px) and (max-width: 1199px){#s-66452cbd-fbcf-4a95-9692-119e4378f6ca {
  margin-left: 0px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-66452cbd-fbcf-4a95-9692-119e4378f6ca {
  padding-left: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-66452cbd-fbcf-4a95-9692-119e4378f6ca {
  margin-left: 0px;
margin-right: 0px;
padding-left: 20px;
padding-right: 20px;
}
}







#s-66452cbd-fbcf-4a95-9692-119e4378f6ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-66452cbd-fbcf-4a95-9692-119e4378f6ca {
  cursor: pointer;
}#s-66452cbd-fbcf-4a95-9692-119e4378f6ca.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-c7ba1430-397d-4ce2-ade1-85631e2f4bc7 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-c7ba1430-397d-4ce2-ade1-85631e2f4bc7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 54px;
  line-height: 1.1em;
  letter-spacing: 1px;
  text-align: left;
}



#s-2ce499ca-31d2-4ccd-bebb-3da6dd56a7ff {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 0px;
text-align: left;
}

#s-2ce499ca-31d2-4ccd-bebb-3da6dd56a7ff .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 30px;
  line-height: 1.1em;
  letter-spacing: 1px;
  text-align: left;
}



#s-c5feb38d-1151-4083-8013-09fa486bb8c2 {
  background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 15px;
padding-left: 35px;
padding-bottom: 15px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 3px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
background-position: center center;
background-repeat: no-repeat;
}
#s-c5feb38d-1151-4083-8013-09fa486bb8c2:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-c5feb38d-1151-4083-8013-09fa486bb8c2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c5feb38d-1151-4083-8013-09fa486bb8c2-btn-wrapper {
    text-align: left;
  }


#s-c5feb38d-1151-4083-8013-09fa486bb8c2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c5feb38d-1151-4083-8013-09fa486bb8c2-btn-wrapper {
    text-align: left;
  }


#s-c5feb38d-1151-4083-8013-09fa486bb8c2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c5feb38d-1151-4083-8013-09fa486bb8c2-btn-wrapper {
    text-align: left;
  }


#s-c5feb38d-1151-4083-8013-09fa486bb8c2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c5feb38d-1151-4083-8013-09fa486bb8c2-btn-wrapper {
    text-align: left;
  }


#s-c5feb38d-1151-4083-8013-09fa486bb8c2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c5feb38d-1151-4083-8013-09fa486bb8c2-btn-wrapper {
    text-align: left;
  }


#s-c5feb38d-1151-4083-8013-09fa486bb8c2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-fd5da263-c26d-422d-b729-e195ad9cb23b {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
max-width: 1000px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-fd5da263-c26d-422d-b729-e195ad9cb23b {
  display: none;
}
#s-fd5da263-c26d-422d-b729-e195ad9cb23b, #wrap-s-fd5da263-c26d-422d-b729-e195ad9cb23b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fd5da263-c26d-422d-b729-e195ad9cb23b {
  max-width: 900px;
display: none;
}
#s-fd5da263-c26d-422d-b729-e195ad9cb23b, #wrap-s-fd5da263-c26d-422d-b729-e195ad9cb23b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fd5da263-c26d-422d-b729-e195ad9cb23b {
  max-width: 760px;
display: none;
}
#s-fd5da263-c26d-422d-b729-e195ad9cb23b, #wrap-s-fd5da263-c26d-422d-b729-e195ad9cb23b { display:none !important; }}@media (max-width: 767px){#s-fd5da263-c26d-422d-b729-e195ad9cb23b {
  padding-bottom: 25px;
max-width: 580px;
display: none;
}
#s-fd5da263-c26d-422d-b729-e195ad9cb23b, #wrap-s-fd5da263-c26d-422d-b729-e195ad9cb23b { display:none !important; }}







#s-fd5da263-c26d-422d-b729-e195ad9cb23b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd5da263-c26d-422d-b729-e195ad9cb23b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-ca4b05af-5790-43a5-914b-d8bb46ca77ab {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-bottom: 40px;
background-color: rgba(255, 255, 255, 1);
}








#s-ca4b05af-5790-43a5-914b-d8bb46ca77ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca4b05af-5790-43a5-914b-d8bb46ca77ab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

@media (min-width: 0px) {
[id="s-e6a2302a-27ca-49ae-9b38-baef14ad152f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 8.0px);
}

}

@media (min-width: 768px) {
[id="s-e6a2302a-27ca-49ae-9b38-baef14ad152f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-e6a2302a-27ca-49ae-9b38-baef14ad152f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-e6a2302a-27ca-49ae-9b38-baef14ad152f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

}

.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-d16970de-7f9d-4b19-9d70-7d6412aaa0b7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}







  img.s-d16970de-7f9d-4b19-9d70-7d6412aaa0b7.shogun-image {
    
    
  }


.s-d16970de-7f9d-4b19-9d70-7d6412aaa0b7 .shogun-image-content {
  
    align-items: center;
  
}

.s-d16970de-7f9d-4b19-9d70-7d6412aaa0b7.shg-align-container {
  text-align: center
}

.s-d16970de-7f9d-4b19-9d70-7d6412aaa0b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d16970de-7f9d-4b19-9d70-7d6412aaa0b7.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-d16970de-7f9d-4b19-9d70-7d6412aaa0b7.shogun-image {
    
    
  }


.s-d16970de-7f9d-4b19-9d70-7d6412aaa0b7 .shogun-image-content {
  
    align-items: center;
  
}

.s-d16970de-7f9d-4b19-9d70-7d6412aaa0b7.shg-align-container {
  text-align: center
}

.s-d16970de-7f9d-4b19-9d70-7d6412aaa0b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d16970de-7f9d-4b19-9d70-7d6412aaa0b7.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d16970de-7f9d-4b19-9d70-7d6412aaa0b7.shogun-image {
    
    
  }


.s-d16970de-7f9d-4b19-9d70-7d6412aaa0b7 .shogun-image-content {
  
    align-items: center;
  
}

.s-d16970de-7f9d-4b19-9d70-7d6412aaa0b7.shg-align-container {
  text-align: center
}

.s-d16970de-7f9d-4b19-9d70-7d6412aaa0b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d16970de-7f9d-4b19-9d70-7d6412aaa0b7.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d16970de-7f9d-4b19-9d70-7d6412aaa0b7.shogun-image {
    
    
  }


.s-d16970de-7f9d-4b19-9d70-7d6412aaa0b7 .shogun-image-content {
  
    align-items: center;
  
}

.s-d16970de-7f9d-4b19-9d70-7d6412aaa0b7.shg-align-container {
  text-align: center
}

.s-d16970de-7f9d-4b19-9d70-7d6412aaa0b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d16970de-7f9d-4b19-9d70-7d6412aaa0b7.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d16970de-7f9d-4b19-9d70-7d6412aaa0b7.shogun-image {
    
    
  }


.s-d16970de-7f9d-4b19-9d70-7d6412aaa0b7 .shogun-image-content {
  
    align-items: center;
  
}

.s-d16970de-7f9d-4b19-9d70-7d6412aaa0b7.shg-align-container {
  text-align: center
}

.s-d16970de-7f9d-4b19-9d70-7d6412aaa0b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d16970de-7f9d-4b19-9d70-7d6412aaa0b7.shogun-image {
  box-sizing: border-box;
}


}
#s-008cb26a-e746-45b1-ab64-f16a0ba61055 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}







  img.s-008cb26a-e746-45b1-ab64-f16a0ba61055.shogun-image {
    
    
  }


.s-008cb26a-e746-45b1-ab64-f16a0ba61055 .shogun-image-content {
  
    align-items: center;
  
}

.s-008cb26a-e746-45b1-ab64-f16a0ba61055.shg-align-container {
  text-align: center
}

.s-008cb26a-e746-45b1-ab64-f16a0ba61055.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-008cb26a-e746-45b1-ab64-f16a0ba61055.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-008cb26a-e746-45b1-ab64-f16a0ba61055.shogun-image {
    
    
  }


.s-008cb26a-e746-45b1-ab64-f16a0ba61055 .shogun-image-content {
  
    align-items: center;
  
}

.s-008cb26a-e746-45b1-ab64-f16a0ba61055.shg-align-container {
  text-align: center
}

.s-008cb26a-e746-45b1-ab64-f16a0ba61055.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-008cb26a-e746-45b1-ab64-f16a0ba61055.shogun-image {
  box-sizing: border-box;
}


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





  img.s-008cb26a-e746-45b1-ab64-f16a0ba61055.shogun-image {
    
    
  }


.s-008cb26a-e746-45b1-ab64-f16a0ba61055 .shogun-image-content {
  
    align-items: center;
  
}

.s-008cb26a-e746-45b1-ab64-f16a0ba61055.shg-align-container {
  text-align: center
}

.s-008cb26a-e746-45b1-ab64-f16a0ba61055.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-008cb26a-e746-45b1-ab64-f16a0ba61055.shogun-image {
  box-sizing: border-box;
}


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





  img.s-008cb26a-e746-45b1-ab64-f16a0ba61055.shogun-image {
    
    
  }


.s-008cb26a-e746-45b1-ab64-f16a0ba61055 .shogun-image-content {
  
    align-items: center;
  
}

.s-008cb26a-e746-45b1-ab64-f16a0ba61055.shg-align-container {
  text-align: center
}

.s-008cb26a-e746-45b1-ab64-f16a0ba61055.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-008cb26a-e746-45b1-ab64-f16a0ba61055.shogun-image {
  box-sizing: border-box;
}


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





  img.s-008cb26a-e746-45b1-ab64-f16a0ba61055.shogun-image {
    
    
  }


.s-008cb26a-e746-45b1-ab64-f16a0ba61055 .shogun-image-content {
  
    align-items: center;
  
}

.s-008cb26a-e746-45b1-ab64-f16a0ba61055.shg-align-container {
  text-align: center
}

.s-008cb26a-e746-45b1-ab64-f16a0ba61055.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-008cb26a-e746-45b1-ab64-f16a0ba61055.shogun-image {
  box-sizing: border-box;
}


}
#s-ebfc597e-fcdf-46b6-bd2a-1f6625c8d56d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}







  img.s-ebfc597e-fcdf-46b6-bd2a-1f6625c8d56d.shogun-image {
    
    
  }


.s-ebfc597e-fcdf-46b6-bd2a-1f6625c8d56d .shogun-image-content {
  
    align-items: center;
  
}

.s-ebfc597e-fcdf-46b6-bd2a-1f6625c8d56d.shg-align-container {
  text-align: center
}

.s-ebfc597e-fcdf-46b6-bd2a-1f6625c8d56d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebfc597e-fcdf-46b6-bd2a-1f6625c8d56d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-ebfc597e-fcdf-46b6-bd2a-1f6625c8d56d.shogun-image {
    
    
  }


.s-ebfc597e-fcdf-46b6-bd2a-1f6625c8d56d .shogun-image-content {
  
    align-items: center;
  
}

.s-ebfc597e-fcdf-46b6-bd2a-1f6625c8d56d.shg-align-container {
  text-align: center
}

.s-ebfc597e-fcdf-46b6-bd2a-1f6625c8d56d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebfc597e-fcdf-46b6-bd2a-1f6625c8d56d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ebfc597e-fcdf-46b6-bd2a-1f6625c8d56d.shogun-image {
    
    
  }


.s-ebfc597e-fcdf-46b6-bd2a-1f6625c8d56d .shogun-image-content {
  
    align-items: center;
  
}

.s-ebfc597e-fcdf-46b6-bd2a-1f6625c8d56d.shg-align-container {
  text-align: center
}

.s-ebfc597e-fcdf-46b6-bd2a-1f6625c8d56d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebfc597e-fcdf-46b6-bd2a-1f6625c8d56d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ebfc597e-fcdf-46b6-bd2a-1f6625c8d56d.shogun-image {
    
    
  }


.s-ebfc597e-fcdf-46b6-bd2a-1f6625c8d56d .shogun-image-content {
  
    align-items: center;
  
}

.s-ebfc597e-fcdf-46b6-bd2a-1f6625c8d56d.shg-align-container {
  text-align: center
}

.s-ebfc597e-fcdf-46b6-bd2a-1f6625c8d56d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebfc597e-fcdf-46b6-bd2a-1f6625c8d56d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ebfc597e-fcdf-46b6-bd2a-1f6625c8d56d.shogun-image {
    
    
  }


.s-ebfc597e-fcdf-46b6-bd2a-1f6625c8d56d .shogun-image-content {
  
    align-items: center;
  
}

.s-ebfc597e-fcdf-46b6-bd2a-1f6625c8d56d.shg-align-container {
  text-align: center
}

.s-ebfc597e-fcdf-46b6-bd2a-1f6625c8d56d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebfc597e-fcdf-46b6-bd2a-1f6625c8d56d.shogun-image {
  box-sizing: border-box;
}


}
#s-7309af1e-85cc-4af9-94d2-ca8ca30796bb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}







  img.s-7309af1e-85cc-4af9-94d2-ca8ca30796bb.shogun-image {
    
    
  }


.s-7309af1e-85cc-4af9-94d2-ca8ca30796bb .shogun-image-content {
  
    align-items: center;
  
}

.s-7309af1e-85cc-4af9-94d2-ca8ca30796bb.shg-align-container {
  text-align: center
}

.s-7309af1e-85cc-4af9-94d2-ca8ca30796bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7309af1e-85cc-4af9-94d2-ca8ca30796bb.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-7309af1e-85cc-4af9-94d2-ca8ca30796bb.shogun-image {
    
    
  }


.s-7309af1e-85cc-4af9-94d2-ca8ca30796bb .shogun-image-content {
  
    align-items: center;
  
}

.s-7309af1e-85cc-4af9-94d2-ca8ca30796bb.shg-align-container {
  text-align: center
}

.s-7309af1e-85cc-4af9-94d2-ca8ca30796bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7309af1e-85cc-4af9-94d2-ca8ca30796bb.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7309af1e-85cc-4af9-94d2-ca8ca30796bb.shogun-image {
    
    
  }


.s-7309af1e-85cc-4af9-94d2-ca8ca30796bb .shogun-image-content {
  
    align-items: center;
  
}

.s-7309af1e-85cc-4af9-94d2-ca8ca30796bb.shg-align-container {
  text-align: center
}

.s-7309af1e-85cc-4af9-94d2-ca8ca30796bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7309af1e-85cc-4af9-94d2-ca8ca30796bb.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7309af1e-85cc-4af9-94d2-ca8ca30796bb.shogun-image {
    
    
  }


.s-7309af1e-85cc-4af9-94d2-ca8ca30796bb .shogun-image-content {
  
    align-items: center;
  
}

.s-7309af1e-85cc-4af9-94d2-ca8ca30796bb.shg-align-container {
  text-align: center
}

.s-7309af1e-85cc-4af9-94d2-ca8ca30796bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7309af1e-85cc-4af9-94d2-ca8ca30796bb.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7309af1e-85cc-4af9-94d2-ca8ca30796bb.shogun-image {
    
    
  }


.s-7309af1e-85cc-4af9-94d2-ca8ca30796bb .shogun-image-content {
  
    align-items: center;
  
}

.s-7309af1e-85cc-4af9-94d2-ca8ca30796bb.shg-align-container {
  text-align: center
}

.s-7309af1e-85cc-4af9-94d2-ca8ca30796bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7309af1e-85cc-4af9-94d2-ca8ca30796bb.shogun-image {
  box-sizing: border-box;
}


}
#s-e76935a4-a1b6-4cec-a16a-11f628deaa49 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}







  img.s-e76935a4-a1b6-4cec-a16a-11f628deaa49.shogun-image {
    
    
  }


.s-e76935a4-a1b6-4cec-a16a-11f628deaa49 .shogun-image-content {
  
    align-items: center;
  
}

.s-e76935a4-a1b6-4cec-a16a-11f628deaa49.shg-align-container {
  text-align: center
}

.s-e76935a4-a1b6-4cec-a16a-11f628deaa49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e76935a4-a1b6-4cec-a16a-11f628deaa49.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-e76935a4-a1b6-4cec-a16a-11f628deaa49.shogun-image {
    
    
  }


.s-e76935a4-a1b6-4cec-a16a-11f628deaa49 .shogun-image-content {
  
    align-items: center;
  
}

.s-e76935a4-a1b6-4cec-a16a-11f628deaa49.shg-align-container {
  text-align: center
}

.s-e76935a4-a1b6-4cec-a16a-11f628deaa49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e76935a4-a1b6-4cec-a16a-11f628deaa49.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e76935a4-a1b6-4cec-a16a-11f628deaa49.shogun-image {
    
    
  }


.s-e76935a4-a1b6-4cec-a16a-11f628deaa49 .shogun-image-content {
  
    align-items: center;
  
}

.s-e76935a4-a1b6-4cec-a16a-11f628deaa49.shg-align-container {
  text-align: center
}

.s-e76935a4-a1b6-4cec-a16a-11f628deaa49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e76935a4-a1b6-4cec-a16a-11f628deaa49.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e76935a4-a1b6-4cec-a16a-11f628deaa49.shogun-image {
    
    
  }


.s-e76935a4-a1b6-4cec-a16a-11f628deaa49 .shogun-image-content {
  
    align-items: center;
  
}

.s-e76935a4-a1b6-4cec-a16a-11f628deaa49.shg-align-container {
  text-align: center
}

.s-e76935a4-a1b6-4cec-a16a-11f628deaa49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e76935a4-a1b6-4cec-a16a-11f628deaa49.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e76935a4-a1b6-4cec-a16a-11f628deaa49.shogun-image {
    
    
  }


.s-e76935a4-a1b6-4cec-a16a-11f628deaa49 .shogun-image-content {
  
    align-items: center;
  
}

.s-e76935a4-a1b6-4cec-a16a-11f628deaa49.shg-align-container {
  text-align: center
}

.s-e76935a4-a1b6-4cec-a16a-11f628deaa49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e76935a4-a1b6-4cec-a16a-11f628deaa49.shogun-image {
  box-sizing: border-box;
}


}
#s-fc466147-22bb-46b2-8c94-4bcb41c24d51 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}







  img.s-fc466147-22bb-46b2-8c94-4bcb41c24d51.shogun-image {
    
    
  }


.s-fc466147-22bb-46b2-8c94-4bcb41c24d51 .shogun-image-content {
  
    align-items: center;
  
}

.s-fc466147-22bb-46b2-8c94-4bcb41c24d51.shg-align-container {
  text-align: center
}

.s-fc466147-22bb-46b2-8c94-4bcb41c24d51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc466147-22bb-46b2-8c94-4bcb41c24d51.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-fc466147-22bb-46b2-8c94-4bcb41c24d51.shogun-image {
    
    
  }


.s-fc466147-22bb-46b2-8c94-4bcb41c24d51 .shogun-image-content {
  
    align-items: center;
  
}

.s-fc466147-22bb-46b2-8c94-4bcb41c24d51.shg-align-container {
  text-align: center
}

.s-fc466147-22bb-46b2-8c94-4bcb41c24d51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc466147-22bb-46b2-8c94-4bcb41c24d51.shogun-image {
  box-sizing: border-box;
}


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





  img.s-fc466147-22bb-46b2-8c94-4bcb41c24d51.shogun-image {
    
    
  }


.s-fc466147-22bb-46b2-8c94-4bcb41c24d51 .shogun-image-content {
  
    align-items: center;
  
}

.s-fc466147-22bb-46b2-8c94-4bcb41c24d51.shg-align-container {
  text-align: center
}

.s-fc466147-22bb-46b2-8c94-4bcb41c24d51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc466147-22bb-46b2-8c94-4bcb41c24d51.shogun-image {
  box-sizing: border-box;
}


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





  img.s-fc466147-22bb-46b2-8c94-4bcb41c24d51.shogun-image {
    
    
  }


.s-fc466147-22bb-46b2-8c94-4bcb41c24d51 .shogun-image-content {
  
    align-items: center;
  
}

.s-fc466147-22bb-46b2-8c94-4bcb41c24d51.shg-align-container {
  text-align: center
}

.s-fc466147-22bb-46b2-8c94-4bcb41c24d51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc466147-22bb-46b2-8c94-4bcb41c24d51.shogun-image {
  box-sizing: border-box;
}


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





  img.s-fc466147-22bb-46b2-8c94-4bcb41c24d51.shogun-image {
    
    
  }


.s-fc466147-22bb-46b2-8c94-4bcb41c24d51 .shogun-image-content {
  
    align-items: center;
  
}

.s-fc466147-22bb-46b2-8c94-4bcb41c24d51.shg-align-container {
  text-align: center
}

.s-fc466147-22bb-46b2-8c94-4bcb41c24d51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc466147-22bb-46b2-8c94-4bcb41c24d51.shogun-image {
  box-sizing: border-box;
}


}
#s-ff4f6919-d198-4465-8e0a-0360bb1f641d {
  min-height: 50px;
background-color: rgba(235, 238, 231, 1);
}








#s-ff4f6919-d198-4465-8e0a-0360bb1f641d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff4f6919-d198-4465-8e0a-0360bb1f641d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e08c258d-5f9d-4a20-adfe-e099e83d14ae {
  background-attachment: fixed;
margin-left: auto;
margin-right: auto;
padding-top: 55px;
padding-bottom: 30px;
}

#s-e08c258d-5f9d-4a20-adfe-e099e83d14ae {
  background-image: url();
}








#s-e08c258d-5f9d-4a20-adfe-e099e83d14ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e08c258d-5f9d-4a20-adfe-e099e83d14ae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e44b4bf6-9e8f-40d8-adcb-8b649c28ab4c {
  margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: center;
}

#s-e44b4bf6-9e8f-40d8-adcb-8b649c28ab4c .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 38px;
  line-height: 1.2em;
  letter-spacing: 1px;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-e44b4bf6-9e8f-40d8-adcb-8b649c28ab4c .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: 1.2em;
  letter-spacing: 1px;
  text-align: center;
}


}@media (max-width: 767px){#s-e44b4bf6-9e8f-40d8-adcb-8b649c28ab4c .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 28px;
  line-height: 1.2em;
  letter-spacing: 1px;
  text-align: center;
}


}
#s-274c1c94-a13f-47be-b1cd-fd28f2272645 {
  margin-bottom: 45px;
padding-left: 20px;
padding-right: 20px;
}

#s-42f77e5f-f334-4481-808a-3cdb9923a42b {
  margin-left: auto;
margin-right: auto;
max-width: 92%;
}

@media (min-width: 0px) {
[id="s-42f77e5f-f334-4481-808a-3cdb9923a42b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-42f77e5f-f334-4481-808a-3cdb9923a42b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-42f77e5f-f334-4481-808a-3cdb9923a42b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-42f77e5f-f334-4481-808a-3cdb9923a42b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-890d4f8e-ff33-4b2a-99b3-1dcc6d1d296f {
  margin-bottom: 15px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-890d4f8e-ff33-4b2a-99b3-1dcc6d1d296f img.shogun-image {
    

    
    
    
  }


#s-890d4f8e-ff33-4b2a-99b3-1dcc6d1d296f .shogun-image-content {
  
    align-items: center;
  
}

#s-195c1287-4cf8-4f4e-9148-8b09d58aaf70 {
  border-style: solid;
margin-bottom: 40px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
}

#s-4e3ee7a5-46d9-4584-bc19-2db7f5ec41ed {
  margin-bottom: 15px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-4e3ee7a5-46d9-4584-bc19-2db7f5ec41ed img.shogun-image {
    

    
    
    
  }


#s-4e3ee7a5-46d9-4584-bc19-2db7f5ec41ed .shogun-image-content {
  
    align-items: center;
  
}

#s-270f3e5a-480c-4a9c-a542-f7e2716cae11 {
  border-style: solid;
margin-bottom: 40px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
}

#s-a18de884-870b-41b7-ba8c-e2a6e8fd12eb {
  margin-bottom: 15px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-a18de884-870b-41b7-ba8c-e2a6e8fd12eb img.shogun-image {
    

    
    
    
  }


#s-a18de884-870b-41b7-ba8c-e2a6e8fd12eb .shogun-image-content {
  
    align-items: center;
  
}

#s-d492d5a6-9367-43ed-9865-565031a2fc48 {
  border-style: solid;
margin-bottom: 40px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
}

#s-d6a8984c-dcb4-4402-9eaa-0b32744b7e3c {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-bottom: 25px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}








#s-d6a8984c-dcb4-4402-9eaa-0b32744b7e3c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d6a8984c-dcb4-4402-9eaa-0b32744b7e3c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-60faef85-0a75-46e2-909a-75aaf30fc448 {
  margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: center;
}

#s-60faef85-0a75-46e2-909a-75aaf30fc448 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 38px;
  line-height: 1.2em;
  letter-spacing: 1px;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-60faef85-0a75-46e2-909a-75aaf30fc448 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: 1.2em;
  letter-spacing: 1px;
  text-align: center;
}


}@media (max-width: 767px){#s-60faef85-0a75-46e2-909a-75aaf30fc448 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 28px;
  line-height: 1.2em;
  letter-spacing: 1px;
  text-align: center;
}


}
#s-59ed7e8d-4275-4da4-8891-e3569adb17e9 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
max-width: 1240px;
}
@media (max-width: 767px){#s-59ed7e8d-4275-4da4-8891-e3569adb17e9 {
  margin-top: -5px;
margin-left: 0px;
margin-right: 0px;
}
}
#s-59ed7e8d-4275-4da4-8891-e3569adb17e9 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-59ed7e8d-4275-4da4-8891-e3569adb17e9 .shg-sld-nav-button.shg-sld-left,
#s-59ed7e8d-4275-4da4-8891-e3569adb17e9 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-c098c99e-ad14-45bd-96de-47c6e3ce6aba {
  margin-bottom: 25px;
}

#s-c098c99e-ad14-45bd-96de-47c6e3ce6aba .shogun-icon-wrapper {
  text-align: center;
}


#s-c098c99e-ad14-45bd-96de-47c6e3ce6aba .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(0, 0, 0, 1);
}

#s-6b1174a5-f58d-439d-8d8b-fa0621c1628a {
  margin-bottom: 25px;
}

#s-6b1174a5-f58d-439d-8d8b-fa0621c1628a .shogun-icon-wrapper {
  text-align: center;
}


#s-6b1174a5-f58d-439d-8d8b-fa0621c1628a .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(0, 0, 0, 1);
}

#s-5bdab423-ed5b-46d8-a641-c150f3e639e9 {
  margin-bottom: 25px;
}

#s-5bdab423-ed5b-46d8-a641-c150f3e639e9 .shogun-icon-wrapper {
  text-align: center;
}


#s-5bdab423-ed5b-46d8-a641-c150f3e639e9 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(0, 0, 0, 1);
}

#s-a093ba8c-b4f6-46f7-814a-505b9016c113 {
  margin-bottom: 25px;
}

#s-a093ba8c-b4f6-46f7-814a-505b9016c113 .shogun-icon-wrapper {
  text-align: center;
}


#s-a093ba8c-b4f6-46f7-814a-505b9016c113 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(0, 0, 0, 1);
}

#s-a927b3e5-489e-4b28-9b1d-7304497e33ba {
  margin-bottom: 25px;
}

#s-a927b3e5-489e-4b28-9b1d-7304497e33ba .shogun-icon-wrapper {
  text-align: center;
}


#s-a927b3e5-489e-4b28-9b1d-7304497e33ba .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(0, 0, 0, 1);
}

#s-95870f7e-7c78-4ea8-a13b-bcf37cc30c0c {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}

#s-95870f7e-7c78-4ea8-a13b-bcf37cc30c0c .shogun-icon-wrapper {
  text-align: center;
}


#s-95870f7e-7c78-4ea8-a13b-bcf37cc30c0c .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(0, 0, 0, 1);
}

#s-4cbc1b04-19e0-4050-b933-1ea4998becec {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4cbc1b04-19e0-4050-b933-1ea4998becec .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 1px;
  
}



#s-dc603185-1a48-4446-bf7b-284b3987840f {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dc603185-1a48-4446-bf7b-284b3987840f .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 1px;
  
}



#s-a0a8098e-0384-4153-8d6f-2da56c07988f {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a0a8098e-0384-4153-8d6f-2da56c07988f .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 1px;
  
}



#s-53ba2659-b4bb-4a12-828d-3c2d5dda9107 {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-53ba2659-b4bb-4a12-828d-3c2d5dda9107 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 1px;
  
}



#s-6ee010c2-0ba4-4b73-a620-0a1d86341c6a {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6ee010c2-0ba4-4b73-a620-0a1d86341c6a .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 1px;
  
}



#s-596c2b11-1130-483e-8203-fe5d710f416a {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-596c2b11-1130-483e-8203-fe5d710f416a .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 1px;
  text-align: center;
}



#s-00308714-6611-45af-ba5d-a56b1f529913 {
  padding-bottom: 0px;
background-color: rgba(178, 193, 169, 1);
}
@media (min-width: 1200px){#s-00308714-6611-45af-ba5d-a56b1f529913 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-00308714-6611-45af-ba5d-a56b1f529913 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-00308714-6611-45af-ba5d-a56b1f529913 {
  
}
}@media (max-width: 767px){#s-00308714-6611-45af-ba5d-a56b1f529913 {
  
}
}







#s-00308714-6611-45af-ba5d-a56b1f529913 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00308714-6611-45af-ba5d-a56b1f529913.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (max-width: 767px){#s-0a786551-93a8-4d1a-aa62-75697457a036 {
  min-height: 610px;
}
}
@media (min-width: 0px) {
[id="s-0a786551-93a8-4d1a-aa62-75697457a036"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0a786551-93a8-4d1a-aa62-75697457a036"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0a786551-93a8-4d1a-aa62-75697457a036"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0a786551-93a8-4d1a-aa62-75697457a036"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-b35f6d8a-3c2e-4e55-8dd5-bdd86df355b7 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 70%;
padding-left: 0px;
padding-right: 0px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-b35f6d8a-3c2e-4e55-8dd5-bdd86df355b7 {
  padding-top: 100%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b35f6d8a-3c2e-4e55-8dd5-bdd86df355b7 {
  padding-top: 100%;
}
}@media (max-width: 767px){#s-b35f6d8a-3c2e-4e55-8dd5-bdd86df355b7 {
  padding-top: 60%;
}
}







#s-b35f6d8a-3c2e-4e55-8dd5-bdd86df355b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b35f6d8a-3c2e-4e55-8dd5-bdd86df355b7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9ab4e715-d46a-4210-9406-6a87b9b7eb89 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 50px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
max-width: 680px;
}
@media (max-width: 767px){#s-9ab4e715-d46a-4210-9406-6a87b9b7eb89 {
  margin-left: auto;
margin-right: auto;
}
}







#s-9ab4e715-d46a-4210-9406-6a87b9b7eb89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ab4e715-d46a-4210-9406-6a87b9b7eb89.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-acdb9a2a-2ce9-47d9-9768-ca6401b2c822 {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-acdb9a2a-2ce9-47d9-9768-ca6401b2c822 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 37px;
  line-height: 1.2em;
  letter-spacing: 1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-acdb9a2a-2ce9-47d9-9768-ca6401b2c822 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 28px;
  line-height: 1.2em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-acdb9a2a-2ce9-47d9-9768-ca6401b2c822 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 28px;
  line-height: 1.2em;
  letter-spacing: 1px;
  
}


}
#s-fa0806d3-f8fa-4e62-8495-de881776d3b1 {
  margin-bottom: 50px;
}
@media (max-width: 767px){#s-fa0806d3-f8fa-4e62-8495-de881776d3b1 {
  margin-bottom: 30px;
}
}
#s-265bdf79-41ab-421b-89db-170d7a7979a2 {
  padding-top: 15px;
padding-left: 40px;
padding-bottom: 15px;
padding-right: 40px;
border-radius: 3px;
background-color: rgba(0, 0, 0, 1);
text-decoration: none;
line-height: 1.4em;
letter-spacing: 1px;
}
#s-265bdf79-41ab-421b-89db-170d7a7979a2:hover {background-color: rgba(52, 52, 52, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-265bdf79-41ab-421b-89db-170d7a7979a2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-265bdf79-41ab-421b-89db-170d7a7979a2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){

#s-265bdf79-41ab-421b-89db-170d7a7979a2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){

#s-265bdf79-41ab-421b-89db-170d7a7979a2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){

#s-265bdf79-41ab-421b-89db-170d7a7979a2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){

#s-265bdf79-41ab-421b-89db-170d7a7979a2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-0b2c8ef8-0eaa-4805-835a-723afe0056fe {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
padding-bottom: 60px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-0b2c8ef8-0eaa-4805-835a-723afe0056fe {
  padding-bottom: 50px;
}
}@media (max-width: 767px){#s-0b2c8ef8-0eaa-4805-835a-723afe0056fe {
  padding-bottom: 50px;
}
}







#s-0b2c8ef8-0eaa-4805-835a-723afe0056fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b2c8ef8-0eaa-4805-835a-723afe0056fe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-659c8782-b160-4cad-a018-ec4f654d0195 {
  padding-top: 0px;
padding-bottom: 70px;
}
@media (min-width: 1200px){#s-659c8782-b160-4cad-a018-ec4f654d0195 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-659c8782-b160-4cad-a018-ec4f654d0195 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-659c8782-b160-4cad-a018-ec4f654d0195 {
  
}
}@media (max-width: 767px){#s-659c8782-b160-4cad-a018-ec4f654d0195 {
  
}
}







#s-659c8782-b160-4cad-a018-ec4f654d0195 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-659c8782-b160-4cad-a018-ec4f654d0195.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9c73c2e6-5ba9-48fa-9a0f-ffdb9dd7f5ca {
  padding-left: 5.28%;
padding-right: 5.28%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-9c73c2e6-5ba9-48fa-9a0f-ffdb9dd7f5ca {
  padding-left: 20px;
padding-right: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9c73c2e6-5ba9-48fa-9a0f-ffdb9dd7f5ca {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-9c73c2e6-5ba9-48fa-9a0f-ffdb9dd7f5ca {
  padding-left: 20px;
padding-right: 20px;
min-height: 610px;
}
}
@media (min-width: 0px) {
[id="s-9c73c2e6-5ba9-48fa-9a0f-ffdb9dd7f5ca"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9c73c2e6-5ba9-48fa-9a0f-ffdb9dd7f5ca"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9c73c2e6-5ba9-48fa-9a0f-ffdb9dd7f5ca"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9c73c2e6-5ba9-48fa-9a0f-ffdb9dd7f5ca"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5127450d-e23e-4061-a944-b6e1283bd32f {
  margin-left: auto;
margin-right: auto;
max-width: 580px;
}
@media (max-width: 767px){#s-5127450d-e23e-4061-a944-b6e1283bd32f {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
}
}







#s-5127450d-e23e-4061-a944-b6e1283bd32f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5127450d-e23e-4061-a944-b6e1283bd32f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b0ab5e12-daf1-444a-9246-3249548b1cc4 {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b0ab5e12-daf1-444a-9246-3249548b1cc4 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 37px;
  line-height: 1.2em;
  letter-spacing: 1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-b0ab5e12-daf1-444a-9246-3249548b1cc4 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 28px;
  line-height: 1.2em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-b0ab5e12-daf1-444a-9246-3249548b1cc4 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 28px;
  line-height: 1.2em;
  letter-spacing: 1px;
  
}


}
#s-dd6009d3-120b-4bf6-b0fd-dd4ef5c6ef67 {
  margin-bottom: 50px;
}
@media (max-width: 767px){#s-dd6009d3-120b-4bf6-b0fd-dd4ef5c6ef67 {
  margin-bottom: 30px;
}
}
#s-cdf14c96-5979-4159-9086-9d881bc96b19 {
  padding-top: 15px;
padding-left: 40px;
padding-bottom: 15px;
padding-right: 40px;
border-radius: 3px;
background-color: rgba(0, 0, 0, 1);
text-decoration: none;
line-height: 1.4em;
letter-spacing: 1px;
}
#s-cdf14c96-5979-4159-9086-9d881bc96b19:hover {background-color: rgba(52, 52, 52, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-cdf14c96-5979-4159-9086-9d881bc96b19:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cdf14c96-5979-4159-9086-9d881bc96b19.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){

#s-cdf14c96-5979-4159-9086-9d881bc96b19.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){

#s-cdf14c96-5979-4159-9086-9d881bc96b19.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){

#s-cdf14c96-5979-4159-9086-9d881bc96b19.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){

#s-cdf14c96-5979-4159-9086-9d881bc96b19.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-77783d38-cd88-4676-82d9-82ae4d0e90f2 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 600px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-77783d38-cd88-4676-82d9-82ae4d0e90f2 {
  min-height: 500px;
}
}@media (max-width: 767px){#s-77783d38-cd88-4676-82d9-82ae4d0e90f2 {
  min-height: 500px;
}
}







#s-77783d38-cd88-4676-82d9-82ae4d0e90f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77783d38-cd88-4676-82d9-82ae4d0e90f2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b68c7f21-5c67-423c-8359-37cdcdfe3c76 {
  border-style: solid;
margin-bottom: 55px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}








#s-b68c7f21-5c67-423c-8359-37cdcdfe3c76 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-b68c7f21-5c67-423c-8359-37cdcdfe3c76.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-62e12d97-fc1d-4a5a-bb0b-44f8a173e8a2 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 100px;
padding-left: 20px;
padding-bottom: 100px;
padding-right: 20px;
min-height: 700px;
background-position: center center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-62e12d97-fc1d-4a5a-bb0b-44f8a173e8a2 {
  min-height: 620px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-62e12d97-fc1d-4a5a-bb0b-44f8a173e8a2 {
  min-height: 460px;
}
}@media (max-width: 767px){#s-62e12d97-fc1d-4a5a-bb0b-44f8a173e8a2 {
  margin-left: auto;
margin-right: auto;
padding-top: 80px;
padding-bottom: 80px;
min-height: 400px;
}
}







#s-62e12d97-fc1d-4a5a-bb0b-44f8a173e8a2 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
}#s-62e12d97-fc1d-4a5a-bb0b-44f8a173e8a2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e3256eda-3b39-41fc-bf21-96929e5b2775 {
  margin-bottom: 6px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-97c870a6-9750-4c4c-b7d8-710d54636d58 {
  margin-bottom: 20px;
}

#s-a929706d-0147-47e1-8a0e-51671cd84673 {
  padding-top: 15px;
padding-left: 40px;
padding-bottom: 15px;
padding-right: 40px;
border-radius: 3px;
background-color: rgba(0, 0, 0, 1);
text-decoration: none;
line-height: 1.4em;
letter-spacing: 1px;
}
#s-a929706d-0147-47e1-8a0e-51671cd84673:hover {background-color: rgba(52, 52, 52, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a929706d-0147-47e1-8a0e-51671cd84673:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a929706d-0147-47e1-8a0e-51671cd84673.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){

#s-a929706d-0147-47e1-8a0e-51671cd84673.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){

#s-a929706d-0147-47e1-8a0e-51671cd84673.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){

#s-a929706d-0147-47e1-8a0e-51671cd84673.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){

#s-a929706d-0147-47e1-8a0e-51671cd84673.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-6c73f2cb-bc69-4764-abc4-35803c4095ce {
  min-height: 50px;
}








#s-6c73f2cb-bc69-4764-abc4-35803c4095ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c73f2cb-bc69-4764-abc4-35803c4095ce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-01dcc4ff-9ebd-4f42-9832-b98ae1d4cec0 {
  margin-left: auto;
margin-right: auto;
max-width: 1240px;
}








#s-01dcc4ff-9ebd-4f42-9832-b98ae1d4cec0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01dcc4ff-9ebd-4f42-9832-b98ae1d4cec0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bf3868af-f656-4f1f-81d3-834dae040d25 {
  margin-bottom: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: right;
}

#s-bf3868af-f656-4f1f-81d3-834dae040d25 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 38px;
  line-height: 1.2em;
  letter-spacing: 1px;
  text-align: right;
}


@media (min-width: 768px) and (max-width: 991px){#s-bf3868af-f656-4f1f-81d3-834dae040d25 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: 1.2em;
  letter-spacing: 1px;
  text-align: right;
}


}@media (max-width: 767px){#s-bf3868af-f656-4f1f-81d3-834dae040d25 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 28px;
  line-height: 1.2em;
  letter-spacing: 1px;
  text-align: right;
}


}
#s-f67e5dc2-01af-4ba2-bcae-b6cb37fe7ff7 {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
max-width: 1240px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-f67e5dc2-01af-4ba2-bcae-b6cb37fe7ff7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f67e5dc2-01af-4ba2-bcae-b6cb37fe7ff7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f67e5dc2-01af-4ba2-bcae-b6cb37fe7ff7 {
  
}
}@media (max-width: 767px){#s-f67e5dc2-01af-4ba2-bcae-b6cb37fe7ff7 {
  
}
}







#s-f67e5dc2-01af-4ba2-bcae-b6cb37fe7ff7 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-f67e5dc2-01af-4ba2-bcae-b6cb37fe7ff7.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-c3f1de52-782c-4452-b96c-9b96f1470f7b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c3f1de52-782c-4452-b96c-9b96f1470f7b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-c3f1de52-782c-4452-b96c-9b96f1470f7b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-c3f1de52-782c-4452-b96c-9b96f1470f7b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 8.0px);
}

}

#s-22a30c80-ec37-493a-8e9c-e856874a6b1b {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
border-style: solid;
min-height: 50px;
}








#s-22a30c80-ec37-493a-8e9c-e856874a6b1b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22a30c80-ec37-493a-8e9c-e856874a6b1b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f655b15b-8d35-412e-a386-dfacc67d5c6b {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 5px;
text-align: center;
}
@media (max-width: 767px){#s-f655b15b-8d35-412e-a386-dfacc67d5c6b {
  padding-top: 20px;
}
}






  #s-f655b15b-8d35-412e-a386-dfacc67d5c6b img.shogun-image {
    

    
    
    
  }


#s-f655b15b-8d35-412e-a386-dfacc67d5c6b .shogun-image-content {
  
    align-items: center;
  
}

#s-70317229-0741-4b33-9bdf-14e11b9f2960 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 360px;
text-align: center;
}

#s-70317229-0741-4b33-9bdf-14e11b9f2960 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 26px;
  line-height: 1.2em;
  letter-spacing: 1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-70317229-0741-4b33-9bdf-14e11b9f2960 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 22px;
  line-height: 1.2em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-70317229-0741-4b33-9bdf-14e11b9f2960 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 22px;
  line-height: 1.2em;
  letter-spacing: 1px;
  
}


}
#s-ac4479ce-7207-4290-9dde-e045dc7cc0fa {
  margin-left: auto;
margin-right: auto;
max-width: 360px;
}

#s-87bbfeb0-3791-43e9-81f0-636f437cc680 {
  border-style: solid;
margin-top: 30px;
padding-top: 15px;
padding-left: 40px;
padding-bottom: 15px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 3px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
hover-type: color;
letter-spacing: 1px;
line-height: 1.4em;
}
#s-87bbfeb0-3791-43e9-81f0-636f437cc680:hover {background-color: rgba(52, 52, 52, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-87bbfeb0-3791-43e9-81f0-636f437cc680:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-87bbfeb0-3791-43e9-81f0-636f437cc680 {
  margin-top: 30px;
}
}

  #s-87bbfeb0-3791-43e9-81f0-636f437cc680-btn-wrapper {
    text-align: center;
  }


#s-87bbfeb0-3791-43e9-81f0-636f437cc680.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-87bbfeb0-3791-43e9-81f0-636f437cc680-btn-wrapper {
    text-align: center;
  }


#s-87bbfeb0-3791-43e9-81f0-636f437cc680.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-87bbfeb0-3791-43e9-81f0-636f437cc680-btn-wrapper {
    text-align: center;
  }


#s-87bbfeb0-3791-43e9-81f0-636f437cc680.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-87bbfeb0-3791-43e9-81f0-636f437cc680-btn-wrapper {
    text-align: center;
  }


#s-87bbfeb0-3791-43e9-81f0-636f437cc680.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-87bbfeb0-3791-43e9-81f0-636f437cc680-btn-wrapper {
    text-align: center;
  }


#s-87bbfeb0-3791-43e9-81f0-636f437cc680.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-d474c975-2167-42f6-ba06-a7328e7324cc {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-d474c975-2167-42f6-ba06-a7328e7324cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d474c975-2167-42f6-ba06-a7328e7324cc.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-014dd9ce-2b41-48aa-980b-f40dc3767f2e {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 5px;
text-align: center;
}
@media (max-width: 767px){#s-014dd9ce-2b41-48aa-980b-f40dc3767f2e {
  padding-top: 20px;
}
}






  #s-014dd9ce-2b41-48aa-980b-f40dc3767f2e img.shogun-image {
    

    
    
    
  }


#s-014dd9ce-2b41-48aa-980b-f40dc3767f2e .shogun-image-content {
  
    align-items: center;
  
}

#s-ccbeac13-0c4f-448a-ab58-39f5b2db1020 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 360px;
text-align: center;
}

#s-ccbeac13-0c4f-448a-ab58-39f5b2db1020 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 26px;
  line-height: 1.2em;
  letter-spacing: 1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-ccbeac13-0c4f-448a-ab58-39f5b2db1020 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 22px;
  line-height: 1.2em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-ccbeac13-0c4f-448a-ab58-39f5b2db1020 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 22px;
  line-height: 1.2em;
  letter-spacing: 1px;
  
}


}
#s-62e622b1-fbce-41ea-9ad0-e3756c624563 {
  margin-left: auto;
margin-right: auto;
max-width: 360px;
}

#s-de2286f5-bbef-4a02-b96c-4d5f8ecc48cd {
  border-style: solid;
margin-top: 30px;
padding-top: 15px;
padding-left: 40px;
padding-bottom: 15px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 3px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
hover-type: color;
line-height: 1.4em;
letter-spacing: 1px;
}
#s-de2286f5-bbef-4a02-b96c-4d5f8ecc48cd:hover {background-color: rgba(52, 52, 52, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-de2286f5-bbef-4a02-b96c-4d5f8ecc48cd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-de2286f5-bbef-4a02-b96c-4d5f8ecc48cd-btn-wrapper {
    text-align: center;
  }


#s-de2286f5-bbef-4a02-b96c-4d5f8ecc48cd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-de2286f5-bbef-4a02-b96c-4d5f8ecc48cd-btn-wrapper {
    text-align: center;
  }


#s-de2286f5-bbef-4a02-b96c-4d5f8ecc48cd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-de2286f5-bbef-4a02-b96c-4d5f8ecc48cd-btn-wrapper {
    text-align: center;
  }


#s-de2286f5-bbef-4a02-b96c-4d5f8ecc48cd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-de2286f5-bbef-4a02-b96c-4d5f8ecc48cd-btn-wrapper {
    text-align: center;
  }


#s-de2286f5-bbef-4a02-b96c-4d5f8ecc48cd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-de2286f5-bbef-4a02-b96c-4d5f8ecc48cd-btn-wrapper {
    text-align: center;
  }


#s-de2286f5-bbef-4a02-b96c-4d5f8ecc48cd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-3ae0c41f-f077-4b59-8ca1-52278c85a64b {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-3ae0c41f-f077-4b59-8ca1-52278c85a64b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ae0c41f-f077-4b59-8ca1-52278c85a64b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0980c44b-58c2-4ae8-aabd-5c13153468bb {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
text-align: center;
}
@media (max-width: 767px){#s-0980c44b-58c2-4ae8-aabd-5c13153468bb {
  padding-top: 20px;
}
}






  #s-0980c44b-58c2-4ae8-aabd-5c13153468bb img.shogun-image {
    

    
    
    
  }


#s-0980c44b-58c2-4ae8-aabd-5c13153468bb .shogun-image-content {
  
    align-items: center;
  
}

#s-caa90423-a210-4ea1-94c7-022268511710 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 360px;
text-align: center;
}

#s-caa90423-a210-4ea1-94c7-022268511710 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 26px;
  line-height: 1.2em;
  letter-spacing: 1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-caa90423-a210-4ea1-94c7-022268511710 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 22px;
  line-height: 1.2em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-caa90423-a210-4ea1-94c7-022268511710 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 22px;
  line-height: 1.2em;
  letter-spacing: 1px;
  
}


}
#s-8fe7765d-3636-4312-a0b2-d9886bc52ac0 {
  margin-top: 40px;
margin-left: auto;
margin-right: auto;
max-width: 360px;
}

#s-ef77db69-3e1f-4b68-8913-5c53c7168330 {
  border-style: solid;
margin-top: 30px;
padding-top: 15px;
padding-left: 40px;
padding-bottom: 15px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 3px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
line-height: 1.4em;
letter-spacing: 1px;
}
#s-ef77db69-3e1f-4b68-8913-5c53c7168330:hover {background-color: rgba(52, 52, 52, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-ef77db69-3e1f-4b68-8913-5c53c7168330:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ef77db69-3e1f-4b68-8913-5c53c7168330-btn-wrapper {
    text-align: center;
  }


#s-ef77db69-3e1f-4b68-8913-5c53c7168330.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ef77db69-3e1f-4b68-8913-5c53c7168330-btn-wrapper {
    text-align: center;
  }


#s-ef77db69-3e1f-4b68-8913-5c53c7168330.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ef77db69-3e1f-4b68-8913-5c53c7168330-btn-wrapper {
    text-align: center;
  }


#s-ef77db69-3e1f-4b68-8913-5c53c7168330.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ef77db69-3e1f-4b68-8913-5c53c7168330-btn-wrapper {
    text-align: center;
  }


#s-ef77db69-3e1f-4b68-8913-5c53c7168330.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ef77db69-3e1f-4b68-8913-5c53c7168330-btn-wrapper {
    text-align: center;
  }


#s-ef77db69-3e1f-4b68-8913-5c53c7168330.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-f58beb50-667a-4388-8e65-daf58982cdfd {
  margin-top: 40px;
margin-bottom: 40px;
min-height: 50px;
background-color: rgba(235, 238, 231, 1);
}








#s-f58beb50-667a-4388-8e65-daf58982cdfd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f58beb50-667a-4388-8e65-daf58982cdfd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5ea25701-e9f5-48dd-844c-43caf8a302b5 {
  background-attachment: fixed;
margin-left: auto;
margin-right: auto;
padding-top: 60px;
padding-left: 20px;
padding-bottom: 70px;
padding-right: 20px;
max-width: 1240px;
}

#s-5ea25701-e9f5-48dd-844c-43caf8a302b5 {
  background-image: url();
}








#s-5ea25701-e9f5-48dd-844c-43caf8a302b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ea25701-e9f5-48dd-844c-43caf8a302b5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2f6ed1af-4be8-442e-8e24-d43e54b738f2 {
  margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: center;
}

#s-2f6ed1af-4be8-442e-8e24-d43e54b738f2 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 38px;
  line-height: 1.2em;
  letter-spacing: 1px;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-2f6ed1af-4be8-442e-8e24-d43e54b738f2 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: 1.2em;
  letter-spacing: 1px;
  text-align: center;
}


}@media (max-width: 767px){#s-2f6ed1af-4be8-442e-8e24-d43e54b738f2 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 28px;
  line-height: 1.2em;
  letter-spacing: 1px;
  text-align: center;
}


}
#s-194229d4-3267-4e5c-9e18-f0dae76e7f68 {
  margin-bottom: 45px;
}

#s-9c3fb273-9098-42ed-b9ef-45cd470bd8d2 {
  padding-left: 0px;
padding-right: 0px;
text-align: left;
}

/*
  $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}
