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

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

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

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

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

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

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

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

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

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

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

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

#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f {
  padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
background-color: rgba(0, 0, 0, 1);
}








#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f.shg-box.shg-c {
  justify-content: center;
}

.shogun-countdown {
  display: flex;
  text-align: center;
  justify-content: center;
}

.shg-align-left > .shogun-countdown {
  justify-content: flex-start;
}

.shg-align-right > .shogun-countdown {
  justify-content: flex-end;
}

.shogun-countdown > div {
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.shogun-countdown > div > label {
  font-size: 12px;
}

.shogun-countdown > span {
  padding: 5px;
  font-size: 32px;
  line-height: 32px;
}

.shogun-countdown > div > span {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}

.shogun-countdown-small > div > label {
  font-size: 8px;
}

.shogun-countdown-small > span,
.shogun-countdown-small > div > span  {
  font-size: 21px;
  line-height: 21px;
}

.shogun-countdown-large > div > label {
  font-size: 18px;
}

.shogun-countdown-large > span,
.shogun-countdown-large > div > span {
  font-size: 48px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .shogun-countdown > span,
  .shogun-countdown > div > span {
    font-size: 45px;
    line-height: 45px;
  }

  .shogun-countdown-small > span,
  .shogun-countdown-small > div > span {
    font-size: 30px;
    line-height: 30px;
  }

  .shogun-countdown-large > span,
  .shogun-countdown-large > div > span {
    font-size: 68px;
    line-height: 68px;
  }
}

#s-41910d11-5670-4d8d-8b21-2b700242606e {
  margin-bottom: 20px;
}

#s-41910d11-5670-4d8d-8b21-2b700242606e .shogun-countdown span, #s-41910d11-5670-4d8d-8b21-2b700242606e .shogun-countdown label {
  color: rgba(255, 255, 255, 1);
}
.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  
  
  text-transform: none;
  
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-6641bcb4-fad4-4b67-8a56-4c3ff80ff7c4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6641bcb4-fad4-4b67-8a56-4c3ff80ff7c4 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-bfc49638-c057-4529-b038-493195c875b1 {
  margin-left: auto;
margin-right: auto;
}

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

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

.shg-btn-text {
  
  
}

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

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

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

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

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

#s-d73daeb7-9f6a-4b92-8b5e-95fb1e1e84c2 {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 1.25%;
padding-left: 5%;
padding-bottom: 1.25%;
padding-right: 5%;
border-radius: 2px;
background-color: rgba(249, 158, 5, 1);
text-align: center;
text-decoration: none;
}
#s-d73daeb7-9f6a-4b92-8b5e-95fb1e1e84c2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d73daeb7-9f6a-4b92-8b5e-95fb1e1e84c2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d73daeb7-9f6a-4b92-8b5e-95fb1e1e84c2-root {
    text-align: center;
  }


#s-d73daeb7-9f6a-4b92-8b5e-95fb1e1e84c2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d73daeb7-9f6a-4b92-8b5e-95fb1e1e84c2-root {
    text-align: center;
  }


#s-d73daeb7-9f6a-4b92-8b5e-95fb1e1e84c2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d73daeb7-9f6a-4b92-8b5e-95fb1e1e84c2-root {
    text-align: center;
  }


#s-d73daeb7-9f6a-4b92-8b5e-95fb1e1e84c2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d73daeb7-9f6a-4b92-8b5e-95fb1e1e84c2-root {
    text-align: center;
  }


#s-d73daeb7-9f6a-4b92-8b5e-95fb1e1e84c2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d73daeb7-9f6a-4b92-8b5e-95fb1e1e84c2-root {
    text-align: center;
  }


#s-d73daeb7-9f6a-4b92-8b5e-95fb1e1e84c2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-7ea38939-ea29-48eb-8daf-87c022940ba8 {
  background-repeat: no-repeat;
padding-top: 10%;
padding-left: 10%;
padding-bottom: 10%;
padding-right: 10%;
background-attachment: scroll;
}
@media (max-width: 767px){#s-7ea38939-ea29-48eb-8daf-87c022940ba8 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}
}
#s-7ea38939-ea29-48eb-8daf-87c022940ba8 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNGY3NWQzOTgtYzlhZC00Y2U3LTllNDMtZTQ3MDM1ZDdiMzQyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZTU4NzAxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjM2MzYzNjM2MzYzNjM2MzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmZmZmZmY7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzRmNzVkMzk4LWM5YWQtNGNlNy05ZTQzLWU0NzAzNWQ3YjM0MikiLz48L3N2Zz4=);
}








#s-7ea38939-ea29-48eb-8daf-87c022940ba8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7ea38939-ea29-48eb-8daf-87c022940ba8.shg-box.shg-c {
  justify-content: center;
}

#s-d8353206-73df-44bb-b513-d67a85f865fe {
  margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d8353206-73df-44bb-b513-d67a85f865fe .shogun-heading-component h2 {
  color: rgba(5, 5, 5, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: 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 {
  
  
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  
  
  
}

#s-18759093-b97f-427b-91a5-86739bc39534 {
  margin-bottom: 30px;
}

#s-4eda2764-200b-4e68-968d-57d6e7ba7f66 {
  border-style: solid;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-4eda2764-200b-4e68-968d-57d6e7ba7f66:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4eda2764-200b-4e68-968d-57d6e7ba7f66:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4eda2764-200b-4e68-968d-57d6e7ba7f66-root {
    text-align: center;
  }


#s-4eda2764-200b-4e68-968d-57d6e7ba7f66.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4eda2764-200b-4e68-968d-57d6e7ba7f66-root {
    text-align: center;
  }


#s-4eda2764-200b-4e68-968d-57d6e7ba7f66.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4eda2764-200b-4e68-968d-57d6e7ba7f66-root {
    text-align: center;
  }


#s-4eda2764-200b-4e68-968d-57d6e7ba7f66.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4eda2764-200b-4e68-968d-57d6e7ba7f66-root {
    text-align: center;
  }


#s-4eda2764-200b-4e68-968d-57d6e7ba7f66.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4eda2764-200b-4e68-968d-57d6e7ba7f66-root {
    text-align: center;
  }


#s-4eda2764-200b-4e68-968d-57d6e7ba7f66.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-3c9c030b-b655-4610-b614-8676e1f5e4d2 {
  background-repeat: no-repeat;
background-attachment: fixed;
padding-top: 80px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
min-height: 50px;
}

#s-3c9c030b-b655-4610-b614-8676e1f5e4d2 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMGZkNzg0ZDQtZDZiMS00NDg3LTliYzItNWEzMGJjNGJlYmNiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAwMDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjQ5NTQ1NDU0NTQ1NDU0NTUiIHN0eWxlPSJzdG9wLWNvbG9yOiMzMjMyMzI7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuOTk1NDU0NTQ1NDU0NTQ1NSIgc3R5bGU9InN0b3AtY29sb3I6IzAwMDAwMDtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjMGZkNzg0ZDQtZDZiMS00NDg3LTliYzItNWEzMGJjNGJlYmNiKSIvPjwvc3ZnPg==);
}








#s-3c9c030b-b655-4610-b614-8676e1f5e4d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3c9c030b-b655-4610-b614-8676e1f5e4d2.shg-box.shg-c {
  justify-content: center;
}

#s-2fd9197e-d19d-459c-9e26-fb745c4f01c4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-2fd9197e-d19d-459c-9e26-fb745c4f01c4 {
  background-color: rgba(42, 42, 42, 1);
}
}







#s-2fd9197e-d19d-459c-9e26-fb745c4f01c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2fd9197e-d19d-459c-9e26-fb745c4f01c4.shg-box.shg-c {
  justify-content: center;
}

#s-11cca9f2-0132-4fee-b0c7-af504a2abda5 {
  margin-left: auto;
margin-right: auto;
padding-left: 2%;
padding-bottom: 4%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
min-height: 50px;
max-width: 90%;
background-color: rgba(42, 42, 42, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-11cca9f2-0132-4fee-b0c7-af504a2abda5 {
  margin-top: 5%;
margin-left: auto;
margin-bottom: 5%;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
background-color: rgba(42, 42, 42, 1);
}
}







#s-11cca9f2-0132-4fee-b0c7-af504a2abda5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-11cca9f2-0132-4fee-b0c7-af504a2abda5.shg-box.shg-c {
  justify-content: center;
}

#s-6693156a-c0ac-4147-88ad-fe4192023cef {
  margin-left: auto;
margin-right: auto;
min-height: 100px;
}








#s-6693156a-c0ac-4147-88ad-fe4192023cef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6693156a-c0ac-4147-88ad-fe4192023cef.shg-box.shg-c {
  justify-content: center;
}

#s-ae17cc3e-f09d-4771-87e9-2458f92c372d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-ae17cc3e-f09d-4771-87e9-2458f92c372d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ae17cc3e-f09d-4771-87e9-2458f92c372d.shg-box.shg-c {
  justify-content: center;
}

#s-588a3848-4f07-400a-b548-4074d13a95c5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-588a3848-4f07-400a-b548-4074d13a95c5 {
  padding-left: 3%;
padding-right: 3%;
}
}
#s-588a3848-4f07-400a-b548-4074d13a95c5 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Inria Serif";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



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

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

#s-4fe0bf0e-1a75-4192-b3f8-ce04d447828a {
  margin-top: -35px;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-4fe0bf0e-1a75-4192-b3f8-ce04d447828a {
  padding-left: 3%;
padding-right: 3%;
}
}
#s-4fe0bf0e-1a75-4192-b3f8-ce04d447828a hr {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

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

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

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

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

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

#s-ea1edb46-4809-4230-9a84-d48ec51e7e63 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-ea1edb46-4809-4230-9a84-d48ec51e7e63 {
  padding-left: 3%;
padding-right: 3%;
}
}@media (max-width: 767px){#s-ea1edb46-4809-4230-9a84-d48ec51e7e63 {
  padding-top: 0%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-ea1edb46-4809-4230-9a84-d48ec51e7e63"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ea1edb46-4809-4230-9a84-d48ec51e7e63"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-ea1edb46-4809-4230-9a84-d48ec51e7e63"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-ea1edb46-4809-4230-9a84-d48ec51e7e63"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-418f5150-9e21-4f61-8103-dd4fca9c9cec {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-418f5150-9e21-4f61-8103-dd4fca9c9cec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-418f5150-9e21-4f61-8103-dd4fca9c9cec.shg-box.shg-c {
  justify-content: center;
}

#s-d95ffd8d-7488-49b9-a398-0f0f6918030b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d95ffd8d-7488-49b9-a398-0f0f6918030b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Inria Serif";
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-d95ffd8d-7488-49b9-a398-0f0f6918030b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Inria Serif";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d95ffd8d-7488-49b9-a398-0f0f6918030b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Inria Serif";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (max-width: 767px){#s-d95ffd8d-7488-49b9-a398-0f0f6918030b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Inria Serif";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-c27082b9-1f2b-4b97-ad37-f43d7845f18d {
  margin-top: 5%;
margin-left: auto;
margin-bottom: 5%;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c27082b9-1f2b-4b97-ad37-f43d7845f18d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c27082b9-1f2b-4b97-ad37-f43d7845f18d:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-c27082b9-1f2b-4b97-ad37-f43d7845f18d {
  padding-left: 0px;
padding-right: 0px;
}
}

  #s-c27082b9-1f2b-4b97-ad37-f43d7845f18d-root {
    text-align: left;
  }


#s-c27082b9-1f2b-4b97-ad37-f43d7845f18d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c27082b9-1f2b-4b97-ad37-f43d7845f18d-root {
    text-align: left;
  }


#s-c27082b9-1f2b-4b97-ad37-f43d7845f18d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c27082b9-1f2b-4b97-ad37-f43d7845f18d-root {
    text-align: left;
  }


#s-c27082b9-1f2b-4b97-ad37-f43d7845f18d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c27082b9-1f2b-4b97-ad37-f43d7845f18d-root {
    text-align: left;
  }


#s-c27082b9-1f2b-4b97-ad37-f43d7845f18d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c27082b9-1f2b-4b97-ad37-f43d7845f18d-root {
    text-align: left;
  }


#s-c27082b9-1f2b-4b97-ad37-f43d7845f18d.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-7f5930c4-cda1-4589-ac5c-90d4657dced7 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
min-height: 400px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7f5930c4-cda1-4589-ac5c-90d4657dced7 {
  min-height: 200px;
}
}@media (max-width: 767px){#s-7f5930c4-cda1-4589-ac5c-90d4657dced7 {
  min-height: 200px;
}
}
#s-7f5930c4-cda1-4589-ac5c-90d4657dced7 {
  background-image: url(https://i.shgcdn.com/a2444076-4d50-4a73-9435-def5b5f370b9/);
}








#s-7f5930c4-cda1-4589-ac5c-90d4657dced7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7f5930c4-cda1-4589-ac5c-90d4657dced7.shg-box.shg-c {
  justify-content: center;
}

#s-4e2a6c8e-e593-415f-9524-c4d473980e8a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-4e2a6c8e-e593-415f-9524-c4d473980e8a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4e2a6c8e-e593-415f-9524-c4d473980e8a.shg-box.shg-c {
  justify-content: center;
}

#s-b246b127-c2c8-4afa-9a5c-fce96368a41e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b246b127-c2c8-4afa-9a5c-fce96368a41e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Inria Serif";
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-b246b127-c2c8-4afa-9a5c-fce96368a41e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Inria Serif";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b246b127-c2c8-4afa-9a5c-fce96368a41e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Inria Serif";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (max-width: 767px){#s-b246b127-c2c8-4afa-9a5c-fce96368a41e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Inria Serif";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-6ae88f20-9841-44b5-a3ce-199f34b14436 {
  margin-top: 5%;
margin-left: auto;
margin-bottom: 5%;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6ae88f20-9841-44b5-a3ce-199f34b14436:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6ae88f20-9841-44b5-a3ce-199f34b14436:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-6ae88f20-9841-44b5-a3ce-199f34b14436 {
  padding-left: 0px;
padding-right: 0px;
}
}

  #s-6ae88f20-9841-44b5-a3ce-199f34b14436-root {
    text-align: left;
  }


#s-6ae88f20-9841-44b5-a3ce-199f34b14436.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6ae88f20-9841-44b5-a3ce-199f34b14436-root {
    text-align: left;
  }


#s-6ae88f20-9841-44b5-a3ce-199f34b14436.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6ae88f20-9841-44b5-a3ce-199f34b14436-root {
    text-align: left;
  }


#s-6ae88f20-9841-44b5-a3ce-199f34b14436.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6ae88f20-9841-44b5-a3ce-199f34b14436-root {
    text-align: left;
  }


#s-6ae88f20-9841-44b5-a3ce-199f34b14436.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6ae88f20-9841-44b5-a3ce-199f34b14436-root {
    text-align: left;
  }


#s-6ae88f20-9841-44b5-a3ce-199f34b14436.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-9100dc77-8a1d-40f7-b403-3bfa0969d8b4 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
min-height: 400px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-9100dc77-8a1d-40f7-b403-3bfa0969d8b4 {
  min-height: 200px;
}
}@media (max-width: 767px){#s-9100dc77-8a1d-40f7-b403-3bfa0969d8b4 {
  min-height: 200px;
}
}
#s-9100dc77-8a1d-40f7-b403-3bfa0969d8b4 {
  background-image: url(https://i.shgcdn.com/ac8f7f2b-c3af-454d-aad8-59242f4b9d0c/);
}








#s-9100dc77-8a1d-40f7-b403-3bfa0969d8b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9100dc77-8a1d-40f7-b403-3bfa0969d8b4.shg-box.shg-c {
  justify-content: center;
}

#s-570d61b0-ab1e-4970-bd2b-81d211990acd {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-570d61b0-ab1e-4970-bd2b-81d211990acd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-570d61b0-ab1e-4970-bd2b-81d211990acd.shg-box.shg-c {
  justify-content: center;
}

#s-0382075f-e8b3-4f55-9c0b-fad3e6fa94be {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0382075f-e8b3-4f55-9c0b-fad3e6fa94be .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Inria Serif";
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-0382075f-e8b3-4f55-9c0b-fad3e6fa94be .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Inria Serif";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-0382075f-e8b3-4f55-9c0b-fad3e6fa94be .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Inria Serif";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (max-width: 767px){#s-0382075f-e8b3-4f55-9c0b-fad3e6fa94be .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Inria Serif";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-c90722f7-a210-465d-b322-dda6e61a2e9a {
  margin-top: 5%;
margin-left: auto;
margin-bottom: 5%;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c90722f7-a210-465d-b322-dda6e61a2e9a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c90722f7-a210-465d-b322-dda6e61a2e9a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-c90722f7-a210-465d-b322-dda6e61a2e9a {
  padding-left: 0px;
padding-right: 0px;
}
}

  #s-c90722f7-a210-465d-b322-dda6e61a2e9a-root {
    text-align: left;
  }


#s-c90722f7-a210-465d-b322-dda6e61a2e9a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c90722f7-a210-465d-b322-dda6e61a2e9a-root {
    text-align: left;
  }


#s-c90722f7-a210-465d-b322-dda6e61a2e9a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c90722f7-a210-465d-b322-dda6e61a2e9a-root {
    text-align: left;
  }


#s-c90722f7-a210-465d-b322-dda6e61a2e9a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c90722f7-a210-465d-b322-dda6e61a2e9a-root {
    text-align: left;
  }


#s-c90722f7-a210-465d-b322-dda6e61a2e9a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c90722f7-a210-465d-b322-dda6e61a2e9a-root {
    text-align: left;
  }


#s-c90722f7-a210-465d-b322-dda6e61a2e9a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-a4445196-ccf0-44b7-9c66-44721da9dce1 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
min-height: 400px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a4445196-ccf0-44b7-9c66-44721da9dce1 {
  min-height: 200px;
}
}@media (max-width: 767px){#s-a4445196-ccf0-44b7-9c66-44721da9dce1 {
  min-height: 200px;
}
}
#s-a4445196-ccf0-44b7-9c66-44721da9dce1 {
  background-image: url(https://i.shgcdn.com/fcbc0d1a-5245-4355-a7e2-c08ebef1c95e/);
}








#s-a4445196-ccf0-44b7-9c66-44721da9dce1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a4445196-ccf0-44b7-9c66-44721da9dce1.shg-box.shg-c {
  justify-content: center;
}

#s-489879e0-7d0d-4c0f-be88-541c74cea62b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-489879e0-7d0d-4c0f-be88-541c74cea62b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-489879e0-7d0d-4c0f-be88-541c74cea62b.shg-box.shg-c {
  justify-content: center;
}

#s-17b7a8b8-cc7a-4b13-9948-fa60c1e4c157 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-17b7a8b8-cc7a-4b13-9948-fa60c1e4c157 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Inria Serif";
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-17b7a8b8-cc7a-4b13-9948-fa60c1e4c157 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Inria Serif";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-17b7a8b8-cc7a-4b13-9948-fa60c1e4c157 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Inria Serif";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (max-width: 767px){#s-17b7a8b8-cc7a-4b13-9948-fa60c1e4c157 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Inria Serif";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-867c7a96-408d-46e1-83a0-7f495122c229 {
  margin-top: 5%;
margin-left: auto;
margin-bottom: 5%;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-867c7a96-408d-46e1-83a0-7f495122c229:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-867c7a96-408d-46e1-83a0-7f495122c229:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-867c7a96-408d-46e1-83a0-7f495122c229 {
  padding-left: 0px;
padding-right: 0px;
}
}

  #s-867c7a96-408d-46e1-83a0-7f495122c229-root {
    text-align: left;
  }


#s-867c7a96-408d-46e1-83a0-7f495122c229.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-867c7a96-408d-46e1-83a0-7f495122c229-root {
    text-align: left;
  }


#s-867c7a96-408d-46e1-83a0-7f495122c229.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-867c7a96-408d-46e1-83a0-7f495122c229-root {
    text-align: left;
  }


#s-867c7a96-408d-46e1-83a0-7f495122c229.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-867c7a96-408d-46e1-83a0-7f495122c229-root {
    text-align: left;
  }


#s-867c7a96-408d-46e1-83a0-7f495122c229.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-867c7a96-408d-46e1-83a0-7f495122c229-root {
    text-align: left;
  }


#s-867c7a96-408d-46e1-83a0-7f495122c229.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-2b03d037-8303-4014-b2df-29b1a826b02f {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
min-height: 400px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2b03d037-8303-4014-b2df-29b1a826b02f {
  min-height: 200px;
}
}@media (max-width: 767px){#s-2b03d037-8303-4014-b2df-29b1a826b02f {
  min-height: 200px;
}
}
#s-2b03d037-8303-4014-b2df-29b1a826b02f {
  background-image: url(https://i.shgcdn.com/587b8269-e680-4d07-b6e5-69fc6f167e83/);
}








#s-2b03d037-8303-4014-b2df-29b1a826b02f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2b03d037-8303-4014-b2df-29b1a826b02f.shg-box.shg-c {
  justify-content: center;
}

#s-dae47ea3-147b-4a62-a90b-4f8e74b5e5c1 {
  margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(250, 250, 250, 1);
border-style: solid;
text-align: center;
}

#s-dae47ea3-147b-4a62-a90b-4f8e74b5e5c1 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 0px;
  
}



@media (min-width: 0px) {
[id="s-94ca775f-2082-44ae-8fc5-db701745c047"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-94ca775f-2082-44ae-8fc5-db701745c047"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-94ca775f-2082-44ae-8fc5-db701745c047"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-94ca775f-2082-44ae-8fc5-db701745c047"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-v3 > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-6df29708-a102-4ca8-8176-5fc79ba85481 {
  margin-left: auto;
margin-right: auto;
max-width: 1536px;
text-align: center;
}

#s-6df29708-a102-4ca8-8176-5fc79ba85481 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6df29708-a102-4ca8-8176-5fc79ba85481-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6df29708-a102-4ca8-8176-5fc79ba85481 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6df29708-a102-4ca8-8176-5fc79ba85481 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6df29708-a102-4ca8-8176-5fc79ba85481 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6df29708-a102-4ca8-8176-5fc79ba85481 img.shogun-image {
  width: 100%;
  
  
  max-width: 1536px;

      
    max-width: 1536px;

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




.s-6df29708-a102-4ca8-8176-5fc79ba85481 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6df29708-a102-4ca8-8176-5fc79ba85481.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6df29708-a102-4ca8-8176-5fc79ba85481.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6df29708-a102-4ca8-8176-5fc79ba85481.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-6df29708-a102-4ca8-8176-5fc79ba85481 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6df29708-a102-4ca8-8176-5fc79ba85481-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6df29708-a102-4ca8-8176-5fc79ba85481 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6df29708-a102-4ca8-8176-5fc79ba85481 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6df29708-a102-4ca8-8176-5fc79ba85481 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6df29708-a102-4ca8-8176-5fc79ba85481 img.shogun-image {
  width: 100%;
  
  
  max-width: 1536px;

      
    max-width: 1536px;

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




.s-6df29708-a102-4ca8-8176-5fc79ba85481 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6df29708-a102-4ca8-8176-5fc79ba85481.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6df29708-a102-4ca8-8176-5fc79ba85481.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6df29708-a102-4ca8-8176-5fc79ba85481.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-6df29708-a102-4ca8-8176-5fc79ba85481 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6df29708-a102-4ca8-8176-5fc79ba85481-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6df29708-a102-4ca8-8176-5fc79ba85481 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6df29708-a102-4ca8-8176-5fc79ba85481 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6df29708-a102-4ca8-8176-5fc79ba85481 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6df29708-a102-4ca8-8176-5fc79ba85481 img.shogun-image {
  width: 100%;
  
  
  max-width: 1536px;

      
    max-width: 1536px;

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




.s-6df29708-a102-4ca8-8176-5fc79ba85481 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6df29708-a102-4ca8-8176-5fc79ba85481.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6df29708-a102-4ca8-8176-5fc79ba85481.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6df29708-a102-4ca8-8176-5fc79ba85481.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-6df29708-a102-4ca8-8176-5fc79ba85481 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6df29708-a102-4ca8-8176-5fc79ba85481-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6df29708-a102-4ca8-8176-5fc79ba85481 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6df29708-a102-4ca8-8176-5fc79ba85481 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6df29708-a102-4ca8-8176-5fc79ba85481 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6df29708-a102-4ca8-8176-5fc79ba85481 img.shogun-image {
  width: 100%;
  
  
  max-width: 1536px;

      
    max-width: 1536px;

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




.s-6df29708-a102-4ca8-8176-5fc79ba85481 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6df29708-a102-4ca8-8176-5fc79ba85481.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6df29708-a102-4ca8-8176-5fc79ba85481.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6df29708-a102-4ca8-8176-5fc79ba85481.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-6df29708-a102-4ca8-8176-5fc79ba85481 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6df29708-a102-4ca8-8176-5fc79ba85481-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6df29708-a102-4ca8-8176-5fc79ba85481 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6df29708-a102-4ca8-8176-5fc79ba85481 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6df29708-a102-4ca8-8176-5fc79ba85481 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6df29708-a102-4ca8-8176-5fc79ba85481 img.shogun-image {
  width: 100%;
  
  
  max-width: 1536px;

      
    max-width: 1536px;

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




.s-6df29708-a102-4ca8-8176-5fc79ba85481 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6df29708-a102-4ca8-8176-5fc79ba85481.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6df29708-a102-4ca8-8176-5fc79ba85481.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6df29708-a102-4ca8-8176-5fc79ba85481.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  
  
  
}

#s-a571310b-c802-4fcb-bcf9-da71a157d1f2 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-bottom: 5%;
}

#s-a571310b-c802-4fcb-bcf9-da71a157d1f2 .shg-proportional-font-size,
#s-a571310b-c802-4fcb-bcf9-da71a157d1f2 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-32e27dfb-ea2d-4d49-b670-42aea18e2030 {
  border-style: solid;
margin-bottom: 40px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-32e27dfb-ea2d-4d49-b670-42aea18e2030:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-32e27dfb-ea2d-4d49-b670-42aea18e2030:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-32e27dfb-ea2d-4d49-b670-42aea18e2030-root {
    text-align: center;
  }


#s-32e27dfb-ea2d-4d49-b670-42aea18e2030.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-32e27dfb-ea2d-4d49-b670-42aea18e2030-root {
    text-align: center;
  }


#s-32e27dfb-ea2d-4d49-b670-42aea18e2030.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-32e27dfb-ea2d-4d49-b670-42aea18e2030-root {
    text-align: center;
  }


#s-32e27dfb-ea2d-4d49-b670-42aea18e2030.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-32e27dfb-ea2d-4d49-b670-42aea18e2030-root {
    text-align: center;
  }


#s-32e27dfb-ea2d-4d49-b670-42aea18e2030.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-32e27dfb-ea2d-4d49-b670-42aea18e2030-root {
    text-align: center;
  }


#s-32e27dfb-ea2d-4d49-b670-42aea18e2030.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  block ;
}
}
#s-74ec01cb-355e-4110-af19-cfb404e7d1ab {
  margin-left: auto;
margin-right: auto;
max-width: 1024px;
text-align: center;
}

#s-74ec01cb-355e-4110-af19-cfb404e7d1ab {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-74ec01cb-355e-4110-af19-cfb404e7d1ab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-74ec01cb-355e-4110-af19-cfb404e7d1ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-74ec01cb-355e-4110-af19-cfb404e7d1ab .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-74ec01cb-355e-4110-af19-cfb404e7d1ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-74ec01cb-355e-4110-af19-cfb404e7d1ab img.shogun-image {
  width: 100%;
  
  
  max-width: 1024px;

      
    max-width: 1024px;

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




.s-74ec01cb-355e-4110-af19-cfb404e7d1ab .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-74ec01cb-355e-4110-af19-cfb404e7d1ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-74ec01cb-355e-4110-af19-cfb404e7d1ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74ec01cb-355e-4110-af19-cfb404e7d1ab.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-74ec01cb-355e-4110-af19-cfb404e7d1ab {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-74ec01cb-355e-4110-af19-cfb404e7d1ab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-74ec01cb-355e-4110-af19-cfb404e7d1ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-74ec01cb-355e-4110-af19-cfb404e7d1ab .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-74ec01cb-355e-4110-af19-cfb404e7d1ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-74ec01cb-355e-4110-af19-cfb404e7d1ab img.shogun-image {
  width: 100%;
  
  
  max-width: 1024px;

      
    max-width: 1024px;

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




.s-74ec01cb-355e-4110-af19-cfb404e7d1ab .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-74ec01cb-355e-4110-af19-cfb404e7d1ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-74ec01cb-355e-4110-af19-cfb404e7d1ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74ec01cb-355e-4110-af19-cfb404e7d1ab.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-74ec01cb-355e-4110-af19-cfb404e7d1ab {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-74ec01cb-355e-4110-af19-cfb404e7d1ab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-74ec01cb-355e-4110-af19-cfb404e7d1ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-74ec01cb-355e-4110-af19-cfb404e7d1ab .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-74ec01cb-355e-4110-af19-cfb404e7d1ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-74ec01cb-355e-4110-af19-cfb404e7d1ab img.shogun-image {
  width: 100%;
  
  
  max-width: 1024px;

      
    max-width: 1024px;

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




.s-74ec01cb-355e-4110-af19-cfb404e7d1ab .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-74ec01cb-355e-4110-af19-cfb404e7d1ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-74ec01cb-355e-4110-af19-cfb404e7d1ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74ec01cb-355e-4110-af19-cfb404e7d1ab.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-74ec01cb-355e-4110-af19-cfb404e7d1ab {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-74ec01cb-355e-4110-af19-cfb404e7d1ab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-74ec01cb-355e-4110-af19-cfb404e7d1ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-74ec01cb-355e-4110-af19-cfb404e7d1ab .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-74ec01cb-355e-4110-af19-cfb404e7d1ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-74ec01cb-355e-4110-af19-cfb404e7d1ab img.shogun-image {
  width: 100%;
  
  
  max-width: 1024px;

      
    max-width: 1024px;

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




.s-74ec01cb-355e-4110-af19-cfb404e7d1ab .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-74ec01cb-355e-4110-af19-cfb404e7d1ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-74ec01cb-355e-4110-af19-cfb404e7d1ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74ec01cb-355e-4110-af19-cfb404e7d1ab.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-74ec01cb-355e-4110-af19-cfb404e7d1ab {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-74ec01cb-355e-4110-af19-cfb404e7d1ab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-74ec01cb-355e-4110-af19-cfb404e7d1ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-74ec01cb-355e-4110-af19-cfb404e7d1ab .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-74ec01cb-355e-4110-af19-cfb404e7d1ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-74ec01cb-355e-4110-af19-cfb404e7d1ab img.shogun-image {
  width: 100%;
  
  
  max-width: 1024px;

      
    max-width: 1024px;

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




.s-74ec01cb-355e-4110-af19-cfb404e7d1ab .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-74ec01cb-355e-4110-af19-cfb404e7d1ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-74ec01cb-355e-4110-af19-cfb404e7d1ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74ec01cb-355e-4110-af19-cfb404e7d1ab.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-3da98f88-d636-4c32-a6cb-d90840f65c20 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-bottom: 5%;
}

#s-3da98f88-d636-4c32-a6cb-d90840f65c20 .shg-proportional-font-size,
#s-3da98f88-d636-4c32-a6cb-d90840f65c20 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-8f85c40b-6078-4dc0-a663-f307f881464c {
  border-style: solid;
margin-bottom: 40px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-8f85c40b-6078-4dc0-a663-f307f881464c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8f85c40b-6078-4dc0-a663-f307f881464c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8f85c40b-6078-4dc0-a663-f307f881464c-root {
    text-align: center;
  }


#s-8f85c40b-6078-4dc0-a663-f307f881464c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8f85c40b-6078-4dc0-a663-f307f881464c-root {
    text-align: center;
  }


#s-8f85c40b-6078-4dc0-a663-f307f881464c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8f85c40b-6078-4dc0-a663-f307f881464c-root {
    text-align: center;
  }


#s-8f85c40b-6078-4dc0-a663-f307f881464c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8f85c40b-6078-4dc0-a663-f307f881464c-root {
    text-align: center;
  }


#s-8f85c40b-6078-4dc0-a663-f307f881464c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8f85c40b-6078-4dc0-a663-f307f881464c-root {
    text-align: center;
  }


#s-8f85c40b-6078-4dc0-a663-f307f881464c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  block ;
}
}
#s-c6e11d75-8048-4526-ae26-ca0f7a00f6e0 {
  margin-left: auto;
margin-right: auto;
max-width: 1024px;
text-align: center;
}

#s-c6e11d75-8048-4526-ae26-ca0f7a00f6e0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c6e11d75-8048-4526-ae26-ca0f7a00f6e0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c6e11d75-8048-4526-ae26-ca0f7a00f6e0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c6e11d75-8048-4526-ae26-ca0f7a00f6e0 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c6e11d75-8048-4526-ae26-ca0f7a00f6e0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c6e11d75-8048-4526-ae26-ca0f7a00f6e0 img.shogun-image {
  width: 100%;
  
  
  max-width: 1024px;

      
    max-width: 1024px;

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




.s-c6e11d75-8048-4526-ae26-ca0f7a00f6e0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c6e11d75-8048-4526-ae26-ca0f7a00f6e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6e11d75-8048-4526-ae26-ca0f7a00f6e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6e11d75-8048-4526-ae26-ca0f7a00f6e0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c6e11d75-8048-4526-ae26-ca0f7a00f6e0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c6e11d75-8048-4526-ae26-ca0f7a00f6e0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c6e11d75-8048-4526-ae26-ca0f7a00f6e0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c6e11d75-8048-4526-ae26-ca0f7a00f6e0 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c6e11d75-8048-4526-ae26-ca0f7a00f6e0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c6e11d75-8048-4526-ae26-ca0f7a00f6e0 img.shogun-image {
  width: 100%;
  
  
  max-width: 1024px;

      
    max-width: 1024px;

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




.s-c6e11d75-8048-4526-ae26-ca0f7a00f6e0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c6e11d75-8048-4526-ae26-ca0f7a00f6e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6e11d75-8048-4526-ae26-ca0f7a00f6e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6e11d75-8048-4526-ae26-ca0f7a00f6e0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c6e11d75-8048-4526-ae26-ca0f7a00f6e0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c6e11d75-8048-4526-ae26-ca0f7a00f6e0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c6e11d75-8048-4526-ae26-ca0f7a00f6e0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c6e11d75-8048-4526-ae26-ca0f7a00f6e0 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c6e11d75-8048-4526-ae26-ca0f7a00f6e0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c6e11d75-8048-4526-ae26-ca0f7a00f6e0 img.shogun-image {
  width: 100%;
  
  
  max-width: 1024px;

      
    max-width: 1024px;

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




.s-c6e11d75-8048-4526-ae26-ca0f7a00f6e0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c6e11d75-8048-4526-ae26-ca0f7a00f6e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6e11d75-8048-4526-ae26-ca0f7a00f6e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6e11d75-8048-4526-ae26-ca0f7a00f6e0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c6e11d75-8048-4526-ae26-ca0f7a00f6e0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c6e11d75-8048-4526-ae26-ca0f7a00f6e0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c6e11d75-8048-4526-ae26-ca0f7a00f6e0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c6e11d75-8048-4526-ae26-ca0f7a00f6e0 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c6e11d75-8048-4526-ae26-ca0f7a00f6e0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c6e11d75-8048-4526-ae26-ca0f7a00f6e0 img.shogun-image {
  width: 100%;
  
  
  max-width: 1024px;

      
    max-width: 1024px;

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




.s-c6e11d75-8048-4526-ae26-ca0f7a00f6e0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c6e11d75-8048-4526-ae26-ca0f7a00f6e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6e11d75-8048-4526-ae26-ca0f7a00f6e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6e11d75-8048-4526-ae26-ca0f7a00f6e0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c6e11d75-8048-4526-ae26-ca0f7a00f6e0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c6e11d75-8048-4526-ae26-ca0f7a00f6e0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c6e11d75-8048-4526-ae26-ca0f7a00f6e0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c6e11d75-8048-4526-ae26-ca0f7a00f6e0 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c6e11d75-8048-4526-ae26-ca0f7a00f6e0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c6e11d75-8048-4526-ae26-ca0f7a00f6e0 img.shogun-image {
  width: 100%;
  
  
  max-width: 1024px;

      
    max-width: 1024px;

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




.s-c6e11d75-8048-4526-ae26-ca0f7a00f6e0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c6e11d75-8048-4526-ae26-ca0f7a00f6e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6e11d75-8048-4526-ae26-ca0f7a00f6e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6e11d75-8048-4526-ae26-ca0f7a00f6e0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-450005bf-3f6e-4567-8a42-42761f30afcd {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-bottom: 5%;
}

#s-450005bf-3f6e-4567-8a42-42761f30afcd .shg-proportional-font-size,
#s-450005bf-3f6e-4567-8a42-42761f30afcd .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-75764091-7418-4d0c-bed6-8e55584011a3 {
  border-style: solid;
margin-bottom: 40px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-75764091-7418-4d0c-bed6-8e55584011a3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-75764091-7418-4d0c-bed6-8e55584011a3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-75764091-7418-4d0c-bed6-8e55584011a3-root {
    text-align: center;
  }


#s-75764091-7418-4d0c-bed6-8e55584011a3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-75764091-7418-4d0c-bed6-8e55584011a3-root {
    text-align: center;
  }


#s-75764091-7418-4d0c-bed6-8e55584011a3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-75764091-7418-4d0c-bed6-8e55584011a3-root {
    text-align: center;
  }


#s-75764091-7418-4d0c-bed6-8e55584011a3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-75764091-7418-4d0c-bed6-8e55584011a3-root {
    text-align: center;
  }


#s-75764091-7418-4d0c-bed6-8e55584011a3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-75764091-7418-4d0c-bed6-8e55584011a3-root {
    text-align: center;
  }


#s-75764091-7418-4d0c-bed6-8e55584011a3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  block ;
}
}
@media (min-width: 0px) {
[id="s-b25e2ed3-c36f-434b-8a1f-98c6353e99f8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b25e2ed3-c36f-434b-8a1f-98c6353e99f8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b25e2ed3-c36f-434b-8a1f-98c6353e99f8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b25e2ed3-c36f-434b-8a1f-98c6353e99f8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-1fdd6ecd-cb90-438a-ad01-802670cb2eb5 {
  margin-left: auto;
margin-right: auto;
max-width: 1024px;
text-align: center;
}

#s-1fdd6ecd-cb90-438a-ad01-802670cb2eb5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1fdd6ecd-cb90-438a-ad01-802670cb2eb5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1fdd6ecd-cb90-438a-ad01-802670cb2eb5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1fdd6ecd-cb90-438a-ad01-802670cb2eb5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1fdd6ecd-cb90-438a-ad01-802670cb2eb5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1fdd6ecd-cb90-438a-ad01-802670cb2eb5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1024px;

      
    max-width: 1024px;

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




.s-1fdd6ecd-cb90-438a-ad01-802670cb2eb5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1fdd6ecd-cb90-438a-ad01-802670cb2eb5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fdd6ecd-cb90-438a-ad01-802670cb2eb5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fdd6ecd-cb90-438a-ad01-802670cb2eb5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-1fdd6ecd-cb90-438a-ad01-802670cb2eb5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1fdd6ecd-cb90-438a-ad01-802670cb2eb5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1fdd6ecd-cb90-438a-ad01-802670cb2eb5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1fdd6ecd-cb90-438a-ad01-802670cb2eb5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1fdd6ecd-cb90-438a-ad01-802670cb2eb5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1fdd6ecd-cb90-438a-ad01-802670cb2eb5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1024px;

      
    max-width: 1024px;

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




.s-1fdd6ecd-cb90-438a-ad01-802670cb2eb5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1fdd6ecd-cb90-438a-ad01-802670cb2eb5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fdd6ecd-cb90-438a-ad01-802670cb2eb5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fdd6ecd-cb90-438a-ad01-802670cb2eb5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-1fdd6ecd-cb90-438a-ad01-802670cb2eb5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1fdd6ecd-cb90-438a-ad01-802670cb2eb5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1fdd6ecd-cb90-438a-ad01-802670cb2eb5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1fdd6ecd-cb90-438a-ad01-802670cb2eb5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1fdd6ecd-cb90-438a-ad01-802670cb2eb5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1fdd6ecd-cb90-438a-ad01-802670cb2eb5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1024px;

      
    max-width: 1024px;

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




.s-1fdd6ecd-cb90-438a-ad01-802670cb2eb5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1fdd6ecd-cb90-438a-ad01-802670cb2eb5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fdd6ecd-cb90-438a-ad01-802670cb2eb5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fdd6ecd-cb90-438a-ad01-802670cb2eb5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-1fdd6ecd-cb90-438a-ad01-802670cb2eb5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1fdd6ecd-cb90-438a-ad01-802670cb2eb5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1fdd6ecd-cb90-438a-ad01-802670cb2eb5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1fdd6ecd-cb90-438a-ad01-802670cb2eb5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1fdd6ecd-cb90-438a-ad01-802670cb2eb5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1fdd6ecd-cb90-438a-ad01-802670cb2eb5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1024px;

      
    max-width: 1024px;

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




.s-1fdd6ecd-cb90-438a-ad01-802670cb2eb5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1fdd6ecd-cb90-438a-ad01-802670cb2eb5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fdd6ecd-cb90-438a-ad01-802670cb2eb5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fdd6ecd-cb90-438a-ad01-802670cb2eb5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-1fdd6ecd-cb90-438a-ad01-802670cb2eb5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1fdd6ecd-cb90-438a-ad01-802670cb2eb5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1fdd6ecd-cb90-438a-ad01-802670cb2eb5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1fdd6ecd-cb90-438a-ad01-802670cb2eb5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1fdd6ecd-cb90-438a-ad01-802670cb2eb5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1fdd6ecd-cb90-438a-ad01-802670cb2eb5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1024px;

      
    max-width: 1024px;

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




.s-1fdd6ecd-cb90-438a-ad01-802670cb2eb5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1fdd6ecd-cb90-438a-ad01-802670cb2eb5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fdd6ecd-cb90-438a-ad01-802670cb2eb5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fdd6ecd-cb90-438a-ad01-802670cb2eb5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-5a962809-ed11-4e19-ac02-bd80c472c577 {
  margin-left: auto;
margin-right: auto;
max-width: 1024px;
text-align: center;
}

#s-5a962809-ed11-4e19-ac02-bd80c472c577 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5a962809-ed11-4e19-ac02-bd80c472c577-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5a962809-ed11-4e19-ac02-bd80c472c577 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5a962809-ed11-4e19-ac02-bd80c472c577 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5a962809-ed11-4e19-ac02-bd80c472c577 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5a962809-ed11-4e19-ac02-bd80c472c577 img.shogun-image {
  width: 100%;
  
  
  max-width: 1024px;

      
    max-width: 1024px;

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




.s-5a962809-ed11-4e19-ac02-bd80c472c577 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5a962809-ed11-4e19-ac02-bd80c472c577.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a962809-ed11-4e19-ac02-bd80c472c577.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a962809-ed11-4e19-ac02-bd80c472c577.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-5a962809-ed11-4e19-ac02-bd80c472c577 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5a962809-ed11-4e19-ac02-bd80c472c577-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5a962809-ed11-4e19-ac02-bd80c472c577 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5a962809-ed11-4e19-ac02-bd80c472c577 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5a962809-ed11-4e19-ac02-bd80c472c577 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5a962809-ed11-4e19-ac02-bd80c472c577 img.shogun-image {
  width: 100%;
  
  
  max-width: 1024px;

      
    max-width: 1024px;

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




.s-5a962809-ed11-4e19-ac02-bd80c472c577 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5a962809-ed11-4e19-ac02-bd80c472c577.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a962809-ed11-4e19-ac02-bd80c472c577.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a962809-ed11-4e19-ac02-bd80c472c577.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-5a962809-ed11-4e19-ac02-bd80c472c577 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5a962809-ed11-4e19-ac02-bd80c472c577-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5a962809-ed11-4e19-ac02-bd80c472c577 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5a962809-ed11-4e19-ac02-bd80c472c577 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5a962809-ed11-4e19-ac02-bd80c472c577 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5a962809-ed11-4e19-ac02-bd80c472c577 img.shogun-image {
  width: 100%;
  
  
  max-width: 1024px;

      
    max-width: 1024px;

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




.s-5a962809-ed11-4e19-ac02-bd80c472c577 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5a962809-ed11-4e19-ac02-bd80c472c577.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a962809-ed11-4e19-ac02-bd80c472c577.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a962809-ed11-4e19-ac02-bd80c472c577.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-5a962809-ed11-4e19-ac02-bd80c472c577 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5a962809-ed11-4e19-ac02-bd80c472c577-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5a962809-ed11-4e19-ac02-bd80c472c577 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5a962809-ed11-4e19-ac02-bd80c472c577 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5a962809-ed11-4e19-ac02-bd80c472c577 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5a962809-ed11-4e19-ac02-bd80c472c577 img.shogun-image {
  width: 100%;
  
  
  max-width: 1024px;

      
    max-width: 1024px;

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




.s-5a962809-ed11-4e19-ac02-bd80c472c577 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5a962809-ed11-4e19-ac02-bd80c472c577.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a962809-ed11-4e19-ac02-bd80c472c577.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a962809-ed11-4e19-ac02-bd80c472c577.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-5a962809-ed11-4e19-ac02-bd80c472c577 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5a962809-ed11-4e19-ac02-bd80c472c577-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5a962809-ed11-4e19-ac02-bd80c472c577 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5a962809-ed11-4e19-ac02-bd80c472c577 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5a962809-ed11-4e19-ac02-bd80c472c577 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5a962809-ed11-4e19-ac02-bd80c472c577 img.shogun-image {
  width: 100%;
  
  
  max-width: 1024px;

      
    max-width: 1024px;

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




.s-5a962809-ed11-4e19-ac02-bd80c472c577 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5a962809-ed11-4e19-ac02-bd80c472c577.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a962809-ed11-4e19-ac02-bd80c472c577.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a962809-ed11-4e19-ac02-bd80c472c577.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
@media (min-width: 0px) {
[id="s-3be7bc26-9b85-43a1-96d5-ca80d4c73fbe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3be7bc26-9b85-43a1-96d5-ca80d4c73fbe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3be7bc26-9b85-43a1-96d5-ca80d4c73fbe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3be7bc26-9b85-43a1-96d5-ca80d4c73fbe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-ebcc78f9-4d1c-4379-bf4d-72ad8ba69665 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: dashed;
border-radius: 2px;
min-height: 30px;
max-width: 400px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-ebcc78f9-4d1c-4379-bf4d-72ad8ba69665:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTdmNmZhZDktNGM0OC00MGQxLThkNDItNWM5ZGJhNTc5NmQ4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojOWMzNzAxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1N2Y2ZmFkOS00YzQ4LTQwZDEtOGQ0Mi01YzlkYmE1Nzk2ZDgpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#9c3701"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;}#s-ebcc78f9-4d1c-4379-bf4d-72ad8ba69665:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ebcc78f9-4d1c-4379-bf4d-72ad8ba69665-root {
    text-align: center;
  }


#s-ebcc78f9-4d1c-4379-bf4d-72ad8ba69665.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-ebcc78f9-4d1c-4379-bf4d-72ad8ba69665-root {
    text-align: center;
  }


#s-ebcc78f9-4d1c-4379-bf4d-72ad8ba69665.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ebcc78f9-4d1c-4379-bf4d-72ad8ba69665-root {
    text-align: center;
  }


#s-ebcc78f9-4d1c-4379-bf4d-72ad8ba69665.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ebcc78f9-4d1c-4379-bf4d-72ad8ba69665-root {
    text-align: center;
  }


#s-ebcc78f9-4d1c-4379-bf4d-72ad8ba69665.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-ebcc78f9-4d1c-4379-bf4d-72ad8ba69665-root {
    text-align: center;
  }


#s-ebcc78f9-4d1c-4379-bf4d-72ad8ba69665.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-f09301a3-34a2-40e6-943f-d333b9629dca {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: dashed;
border-radius: 2px;
min-height: 30px;
max-width: 400px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-f09301a3-34a2-40e6-943f-d333b9629dca:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNmE1ZTM5MDctMTc4My00MDIxLTk4NjctMTA4MjRkZDU5MTFkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojOWMzNzAxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2YTVlMzkwNy0xNzgzLTQwMjEtOTg2Ny0xMDgyNGRkNTkxMWQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#9c3701"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;}#s-f09301a3-34a2-40e6-943f-d333b9629dca:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f09301a3-34a2-40e6-943f-d333b9629dca-root {
    text-align: center;
  }


#s-f09301a3-34a2-40e6-943f-d333b9629dca.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-f09301a3-34a2-40e6-943f-d333b9629dca-root {
    text-align: center;
  }


#s-f09301a3-34a2-40e6-943f-d333b9629dca.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f09301a3-34a2-40e6-943f-d333b9629dca-root {
    text-align: center;
  }


#s-f09301a3-34a2-40e6-943f-d333b9629dca.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f09301a3-34a2-40e6-943f-d333b9629dca-root {
    text-align: center;
  }


#s-f09301a3-34a2-40e6-943f-d333b9629dca.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-f09301a3-34a2-40e6-943f-d333b9629dca-root {
    text-align: center;
  }


#s-f09301a3-34a2-40e6-943f-d333b9629dca.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}
