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

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

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

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

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

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

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

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

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

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

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

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

#s-f51bcda3-53c6-4613-b614-5a3708fc7746 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-f51bcda3-53c6-4613-b614-5a3708fc7746 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f51bcda3-53c6-4613-b614-5a3708fc7746 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f51bcda3-53c6-4613-b614-5a3708fc7746 {
  
}
}@media (max-width: 767px){#s-f51bcda3-53c6-4613-b614-5a3708fc7746 {
  
}
}







#s-f51bcda3-53c6-4613-b614-5a3708fc7746 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f51bcda3-53c6-4613-b614-5a3708fc7746.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-839bafb0-7adf-435d-8b3b-5ab151c656aa {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-839bafb0-7adf-435d-8b3b-5ab151c656aa {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-839bafb0-7adf-435d-8b3b-5ab151c656aa {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-839bafb0-7adf-435d-8b3b-5ab151c656aa {
  
}
}@media (max-width: 767px){#s-839bafb0-7adf-435d-8b3b-5ab151c656aa {
  
}
}







#s-839bafb0-7adf-435d-8b3b-5ab151c656aa > .shg-box-overlay {
  background-color: rgba(222, 247, 250, 1);
  opacity: 0;
}#s-839bafb0-7adf-435d-8b3b-5ab151c656aa.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

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

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

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

#s-6974bb7c-651c-4303-8e6e-067a1b92f777 {
  background-image: url(https://i.shgcdn.com/e38098d0-0c62-4f07-bd54-f1c5b9e5aa42/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 40px;
padding-bottom: 40px;
min-height: 280px;
background-position: center center;
background-color: rgba(5, 5, 5, 1);
}
@media (min-width: 1200px){#s-6974bb7c-651c-4303-8e6e-067a1b92f777 {
  display: none;
}
#s-6974bb7c-651c-4303-8e6e-067a1b92f777, #wrap-s-6974bb7c-651c-4303-8e6e-067a1b92f777 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6974bb7c-651c-4303-8e6e-067a1b92f777 {
  display: none;
}
#s-6974bb7c-651c-4303-8e6e-067a1b92f777, #wrap-s-6974bb7c-651c-4303-8e6e-067a1b92f777 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6974bb7c-651c-4303-8e6e-067a1b92f777 {
  display: none;
}
#s-6974bb7c-651c-4303-8e6e-067a1b92f777, #wrap-s-6974bb7c-651c-4303-8e6e-067a1b92f777 { display:none !important; }}
@media (min-width: 0px) {
[id="s-6974bb7c-651c-4303-8e6e-067a1b92f777"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6974bb7c-651c-4303-8e6e-067a1b92f777"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6974bb7c-651c-4303-8e6e-067a1b92f777"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6974bb7c-651c-4303-8e6e-067a1b92f777"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6974bb7c-651c-4303-8e6e-067a1b92f777"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6974bb7c-651c-4303-8e6e-067a1b92f777"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6974bb7c-651c-4303-8e6e-067a1b92f777"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-34c9d351-aa37-4d18-a96e-eeb3f5de7c81 {
  min-height: 50px;
}








#s-34c9d351-aa37-4d18-a96e-eeb3f5de7c81 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34c9d351-aa37-4d18-a96e-eeb3f5de7c81.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3f9b86d5-8db9-45e5-a4d6-36e1482696d6 {
  min-height: 50px;
}








#s-3f9b86d5-8db9-45e5-a4d6-36e1482696d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3f9b86d5-8db9-45e5-a4d6-36e1482696d6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-576d18c0-453a-4ea1-a56f-46c6562cbad7 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0.55);
}
@media (min-width: 1200px){#s-576d18c0-453a-4ea1-a56f-46c6562cbad7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-576d18c0-453a-4ea1-a56f-46c6562cbad7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-576d18c0-453a-4ea1-a56f-46c6562cbad7 {
  
}
}@media (max-width: 767px){#s-576d18c0-453a-4ea1-a56f-46c6562cbad7 {
  
}
}
#s-576d18c0-453a-4ea1-a56f-46c6562cbad7 .shogun-heading-component h1 {
  color: rgba(5, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:   ;
  font-size: 56px;
  line-height: ;
  letter-spacing: ;
  
}



#s-17cea3a5-8e71-4dec-b460-9c8b0f0eca58 {
  min-height: 50px;
}








#s-17cea3a5-8e71-4dec-b460-9c8b0f0eca58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17cea3a5-8e71-4dec-b460-9c8b0f0eca58.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7b9e0db2-b16c-48d1-85e5-08147582a8d0 {
  min-height: 50px;
}








#s-7b9e0db2-b16c-48d1-85e5-08147582a8d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b9e0db2-b16c-48d1-85e5-08147582a8d0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-7516e554-b854-487d-bd34-a695ec75b610 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
background-color: rgba(248, 245, 245, 0.61);
}
@media (min-width: 1200px){#s-7516e554-b854-487d-bd34-a695ec75b610 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7516e554-b854-487d-bd34-a695ec75b610 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7516e554-b854-487d-bd34-a695ec75b610 {
  
}
}@media (max-width: 767px){#s-7516e554-b854-487d-bd34-a695ec75b610 {
  display: none;
}
#s-7516e554-b854-487d-bd34-a695ec75b610, #wrap-s-7516e554-b854-487d-bd34-a695ec75b610 { display:none !important; }}
#s-f1f85058-50a0-4e79-b278-afc6b8d00851 {
  background-image: url(https://i.shgcdn.com/204c13b8-a316-4a8f-88c3-0d71f7592274/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 40px;
padding-bottom: 40px;
background-position: center center;
background-color: rgba(5, 5, 5, 1);
}
@media (max-width: 767px){#s-f1f85058-50a0-4e79-b278-afc6b8d00851 {
  display: none;
}
#s-f1f85058-50a0-4e79-b278-afc6b8d00851, #wrap-s-f1f85058-50a0-4e79-b278-afc6b8d00851 { display:none !important; }}
@media (min-width: 0px) {
[id="s-f1f85058-50a0-4e79-b278-afc6b8d00851"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f1f85058-50a0-4e79-b278-afc6b8d00851"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f1f85058-50a0-4e79-b278-afc6b8d00851"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f1f85058-50a0-4e79-b278-afc6b8d00851"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f1f85058-50a0-4e79-b278-afc6b8d00851"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f1f85058-50a0-4e79-b278-afc6b8d00851"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f1f85058-50a0-4e79-b278-afc6b8d00851"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-fd67ee89-bfc3-4eb9-a081-6f0ab43c78e3 {
  min-height: 50px;
}








#s-fd67ee89-bfc3-4eb9-a081-6f0ab43c78e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd67ee89-bfc3-4eb9-a081-6f0ab43c78e3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dad68467-f974-4a53-a6bb-604e1ead55e0 {
  min-height: 50px;
}








#s-dad68467-f974-4a53-a6bb-604e1ead55e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dad68467-f974-4a53-a6bb-604e1ead55e0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5819241d-ff57-4cfd-907f-dd924ad31a4f {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0.55);
}
@media (min-width: 1200px){#s-5819241d-ff57-4cfd-907f-dd924ad31a4f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5819241d-ff57-4cfd-907f-dd924ad31a4f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5819241d-ff57-4cfd-907f-dd924ad31a4f {
  
}
}@media (max-width: 767px){#s-5819241d-ff57-4cfd-907f-dd924ad31a4f {
  
}
}
#s-5819241d-ff57-4cfd-907f-dd924ad31a4f .shogun-heading-component h1 {
  color: rgba(5, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:   ;
  font-size: 56px;
  line-height: ;
  letter-spacing: ;
  
}



#s-e7f329f2-f87b-4bcd-84f5-cd961d54f52b {
  min-height: 50px;
}








#s-e7f329f2-f87b-4bcd-84f5-cd961d54f52b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e7f329f2-f87b-4bcd-84f5-cd961d54f52b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f2c3b282-28af-4faa-92e3-72dac60cc8e9 {
  min-height: 50px;
}








#s-f2c3b282-28af-4faa-92e3-72dac60cc8e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f2c3b282-28af-4faa-92e3-72dac60cc8e9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bb6066b1-9775-4806-b023-bb9c7f31345b {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
background-color: rgba(248, 245, 245, 0.61);
}
@media (min-width: 1200px){#s-bb6066b1-9775-4806-b023-bb9c7f31345b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bb6066b1-9775-4806-b023-bb9c7f31345b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bb6066b1-9775-4806-b023-bb9c7f31345b {
  display: none;
}
#s-bb6066b1-9775-4806-b023-bb9c7f31345b, #wrap-s-bb6066b1-9775-4806-b023-bb9c7f31345b { display:none !important; }}@media (max-width: 767px){#s-bb6066b1-9775-4806-b023-bb9c7f31345b {
  display: none;
}
#s-bb6066b1-9775-4806-b023-bb9c7f31345b, #wrap-s-bb6066b1-9775-4806-b023-bb9c7f31345b { display:none !important; }}
#s-2bde1fbd-d1d6-43f6-877e-4c358c949ad0 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 12, 44, 1);
border-style: solid;
background-color: rgba(0, 12, 44, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-2bde1fbd-d1d6-43f6-877e-4c358c949ad0 {
  display: none;
}
#s-2bde1fbd-d1d6-43f6-877e-4c358c949ad0, #wrap-s-2bde1fbd-d1d6-43f6-877e-4c358c949ad0 { display:none !important; }}@media (max-width: 767px){#s-2bde1fbd-d1d6-43f6-877e-4c358c949ad0 {
  display: none;
}
#s-2bde1fbd-d1d6-43f6-877e-4c358c949ad0, #wrap-s-2bde1fbd-d1d6-43f6-877e-4c358c949ad0 { display:none !important; }}
@media (min-width: 0px) {
[id="s-fe3d5179-2975-4a6e-9981-edfc0233757a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-fe3d5179-2975-4a6e-9981-edfc0233757a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-fe3d5179-2975-4a6e-9981-edfc0233757a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-fe3d5179-2975-4a6e-9981-edfc0233757a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-aad9e402-23e4-47cb-a826-0732834f65ec {
  text-align: center;
}







  #s-aad9e402-23e4-47cb-a826-0732834f65ec img.shogun-image {
    

    
    
    
  }


#s-aad9e402-23e4-47cb-a826-0732834f65ec .shogun-image-content {
  
    align-items: center;
  
}

#s-02f9f7f3-eef3-4bec-bd2b-75060f80b9c5 {
  text-align: center;
}







  #s-02f9f7f3-eef3-4bec-bd2b-75060f80b9c5 img.shogun-image {
    

    
    
    
  }


#s-02f9f7f3-eef3-4bec-bd2b-75060f80b9c5 .shogun-image-content {
  
    align-items: center;
  
}

#s-b0d3b07b-7d8d-4106-819b-844bcb9647d7 {
  text-align: center;
}







  #s-b0d3b07b-7d8d-4106-819b-844bcb9647d7 img.shogun-image {
    

    
    
    
  }


#s-b0d3b07b-7d8d-4106-819b-844bcb9647d7 .shogun-image-content {
  
    align-items: center;
  
}

#s-bd195b0e-d23b-43e0-9bb0-b2a9ed189765 {
  text-align: center;
}







  #s-bd195b0e-d23b-43e0-9bb0-b2a9ed189765 img.shogun-image {
    

    
    
    
  }


#s-bd195b0e-d23b-43e0-9bb0-b2a9ed189765 .shogun-image-content {
  
    align-items: center;
  
}

#s-7ddc0b88-cf57-4d01-8f17-d63483a1849a {
  text-align: center;
}







  #s-7ddc0b88-cf57-4d01-8f17-d63483a1849a img.shogun-image {
    

    
    
    
  }


#s-7ddc0b88-cf57-4d01-8f17-d63483a1849a .shogun-image-content {
  
    align-items: center;
  
}

#s-828a5b68-2f97-4a6c-8206-a1c2fb9a2167 {
  text-align: center;
}







  #s-828a5b68-2f97-4a6c-8206-a1c2fb9a2167 img.shogun-image {
    

    
    
    
  }


#s-828a5b68-2f97-4a6c-8206-a1c2fb9a2167 .shogun-image-content {
  
    align-items: center;
  
}

#s-5b103524-06ac-4cb2-943f-96ac25b3762a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 12, 44, 1);
}

#s-5b103524-06ac-4cb2-943f-96ac25b3762a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Sarpanch";
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  
}



#s-4c7d1af6-ac53-409a-afee-25f6a7d0d4bf {
  margin-left: 300px;
margin-right: 300px;
}
@media (min-width: 1200px){#s-4c7d1af6-ac53-409a-afee-25f6a7d0d4bf {
  margin-top: 5px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4c7d1af6-ac53-409a-afee-25f6a7d0d4bf {
  margin-left: 10px;
margin-right: 10px;
}
}@media (max-width: 767px){#s-4c7d1af6-ac53-409a-afee-25f6a7d0d4bf {
  margin-left: 10px;
margin-right: 10px;
}
}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

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

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

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

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

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

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

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

#s-2f1ebcb2-7867-410e-aa44-3fe280ce0d25 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(4, 4, 4, 1);
text-decoration: none;
}
#s-2f1ebcb2-7867-410e-aa44-3fe280ce0d25:hover {background-color: rgba(255, 0, 0, 1) !important;
text-decoration: none !important;}#s-2f1ebcb2-7867-410e-aa44-3fe280ce0d25:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2f1ebcb2-7867-410e-aa44-3fe280ce0d25-btn-wrapper {
    text-align: center;
  }


#s-2f1ebcb2-7867-410e-aa44-3fe280ce0d25.shg-btn {
  color: #ffffff;
  font-size: 40px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-2f1ebcb2-7867-410e-aa44-3fe280ce0d25-btn-wrapper {
    text-align: center;
  }


#s-2f1ebcb2-7867-410e-aa44-3fe280ce0d25.shg-btn {
  color: #ffffff;
  font-size: 40px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2f1ebcb2-7867-410e-aa44-3fe280ce0d25-btn-wrapper {
    text-align: center;
  }


#s-2f1ebcb2-7867-410e-aa44-3fe280ce0d25.shg-btn {
  color: #ffffff;
  font-size: 40px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2f1ebcb2-7867-410e-aa44-3fe280ce0d25-btn-wrapper {
    text-align: center;
  }


#s-2f1ebcb2-7867-410e-aa44-3fe280ce0d25.shg-btn {
  color: #ffffff;
  font-size: 40px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-2f1ebcb2-7867-410e-aa44-3fe280ce0d25-btn-wrapper {
    text-align: center;
  }


#s-2f1ebcb2-7867-410e-aa44-3fe280ce0d25.shg-btn {
  color: #ffffff;
  font-size: 34px;
  
  
  
  display:  block ;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-4298e0d6-fe29-4cc8-84ff-1ccc74f77b5b hr {
  border-top: 2px solid #ddd;
}

#s-613935c0-7f2f-4158-8cb3-82b3f750993c {
  min-height: 50px;
}








#s-613935c0-7f2f-4158-8cb3-82b3f750993c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-613935c0-7f2f-4158-8cb3-82b3f750993c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767px){#s-ec585f56-a4de-47c0-9590-a335b0e0cdf4 {
  margin-top: 0px;
margin-left: -30px;
margin-bottom: 0px;
margin-right: -30px;
}
}
#s-ec585f56-a4de-47c0-9590-a335b0e0cdf4 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-ec585f56-a4de-47c0-9590-a335b0e0cdf4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 10px;
}

#s-ec585f56-a4de-47c0-9590-a335b0e0cdf4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-ec585f56-a4de-47c0-9590-a335b0e0cdf4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid #ddd;
}

#s-ec585f56-a4de-47c0-9590-a335b0e0cdf4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 22px;
}

#s-ec585f56-a4de-47c0-9590-a335b0e0cdf4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
#s-08aa5a8a-e3c9-4352-a403-07ffc6045cfe > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-08aa5a8a-e3c9-4352-a403-07ffc6045cfe > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-08aa5a8a-e3c9-4352-a403-07ffc6045cfe > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: #8fcee7;
}

#s-08aa5a8a-e3c9-4352-a403-07ffc6045cfe > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-08aa5a8a-e3c9-4352-a403-07ffc6045cfe > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: #8fcee7;
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-08aa5a8a-e3c9-4352-a403-07ffc6045cfe > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-946668dc-58f5-4f9b-8d7f-f48c105d0fb2 {
  box-shadow:1px 1px 1px 1px rgba(249, 246, 246, 1);
}


  #s-946668dc-58f5-4f9b-8d7f-f48c105d0fb2 .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid rgba(16, 16, 16, 1);
  }
  #s-946668dc-58f5-4f9b-8d7f-f48c105d0fb2 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: #F4F4F4;
    border: 1px solid rgba(151, 151, 151, 1);
  }
#s-946668dc-58f5-4f9b-8d7f-f48c105d0fb2 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(13, 13, 13, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-946668dc-58f5-4f9b-8d7f-f48c105d0fb2 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(249, 27, 9, 1);
}

#s-946668dc-58f5-4f9b-8d7f-f48c105d0fb2 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: #F4F4F4;
}

#s-946668dc-58f5-4f9b-8d7f-f48c105d0fb2 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(151, 151, 151, 1);
}

#s-a28cb72f-5f03-40ed-aa75-49dc8feb5443 {
  min-height: 50px;
}








#s-a28cb72f-5f03-40ed-aa75-49dc8feb5443 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a28cb72f-5f03-40ed-aa75-49dc8feb5443.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2a7133cb-c9d1-4c88-9fdd-6ff86a14f608 {
  padding-top: 30px;
}

@media (min-width: 0px) {
[id="s-2a7133cb-c9d1-4c88-9fdd-6ff86a14f608"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2a7133cb-c9d1-4c88-9fdd-6ff86a14f608"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2a7133cb-c9d1-4c88-9fdd-6ff86a14f608"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2a7133cb-c9d1-4c88-9fdd-6ff86a14f608"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2a7133cb-c9d1-4c88-9fdd-6ff86a14f608"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2a7133cb-c9d1-4c88-9fdd-6ff86a14f608"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2a7133cb-c9d1-4c88-9fdd-6ff86a14f608"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-6db933de-552d-4965-991f-229351002819 {
  text-align: center;
}







  #s-6db933de-552d-4965-991f-229351002819 img.shogun-image {
    

    
    
    
  }


#s-6db933de-552d-4965-991f-229351002819 .shogun-image-content {
  
    align-items: center;
  
}

#s-eeb00ec2-9050-4740-9c47-59cd2e622e7b {
  min-height: 50px;
}








#s-eeb00ec2-9050-4740-9c47-59cd2e622e7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eeb00ec2-9050-4740-9c47-59cd2e622e7b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-4e96c7e0-2b40-4df3-a8fe-b4cfa1738e4e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4e96c7e0-2b40-4df3-a8fe-b4cfa1738e4e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4e96c7e0-2b40-4df3-a8fe-b4cfa1738e4e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4e96c7e0-2b40-4df3-a8fe-b4cfa1738e4e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4e96c7e0-2b40-4df3-a8fe-b4cfa1738e4e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4e96c7e0-2b40-4df3-a8fe-b4cfa1738e4e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4e96c7e0-2b40-4df3-a8fe-b4cfa1738e4e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-73404d56-3a31-490f-9f12-fe994c533a8b {
  background-color: rgba(9, 4, 4, 1);
}

#s-7bcffc8c-d5c0-4503-9e99-bf8e1ccd3e0b hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-43c491c0-f8c7-4178-8bbb-b79fcc128dad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-43c491c0-f8c7-4178-8bbb-b79fcc128dad"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-43c491c0-f8c7-4178-8bbb-b79fcc128dad"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-43c491c0-f8c7-4178-8bbb-b79fcc128dad"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-43c491c0-f8c7-4178-8bbb-b79fcc128dad"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-43c491c0-f8c7-4178-8bbb-b79fcc128dad"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-43c491c0-f8c7-4178-8bbb-b79fcc128dad"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-f88c2406-3000-4cb6-ad05-3f4af151efe8 {
  background-color: rgba(9, 4, 4, 1);
}

#s-9605be36-bed9-48e5-8685-f05239834163 hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-222f3625-d000-425e-87c5-646a35ac97bb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-222f3625-d000-425e-87c5-646a35ac97bb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-222f3625-d000-425e-87c5-646a35ac97bb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-222f3625-d000-425e-87c5-646a35ac97bb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-222f3625-d000-425e-87c5-646a35ac97bb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-222f3625-d000-425e-87c5-646a35ac97bb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-222f3625-d000-425e-87c5-646a35ac97bb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-17fef831-fa36-4522-970e-4f96a6db68a1 {
  background-color: rgba(9, 4, 4, 1);
}

#s-16f1c48e-2c2a-4182-b8bc-25e9e44de2c8 {
  min-height: 50px;
}








#s-16f1c48e-2c2a-4182-b8bc-25e9e44de2c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-16f1c48e-2c2a-4182-b8bc-25e9e44de2c8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f3be4370-b2bd-4b3c-90d4-ea773fdd14c9 {
  padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-f3be4370-b2bd-4b3c-90d4-ea773fdd14c9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f3be4370-b2bd-4b3c-90d4-ea773fdd14c9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f3be4370-b2bd-4b3c-90d4-ea773fdd14c9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f3be4370-b2bd-4b3c-90d4-ea773fdd14c9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f3be4370-b2bd-4b3c-90d4-ea773fdd14c9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f3be4370-b2bd-4b3c-90d4-ea773fdd14c9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f3be4370-b2bd-4b3c-90d4-ea773fdd14c9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-cf8370fb-b8df-4877-b300-68840a9b33dc {
  text-align: center;
}







  #s-cf8370fb-b8df-4877-b300-68840a9b33dc img.shogun-image {
    

    
    
    
  }


#s-cf8370fb-b8df-4877-b300-68840a9b33dc .shogun-image-content {
  
    align-items: center;
  
}

#s-baaf9360-604e-4090-9f34-554dd97561ba {
  padding-top: 30px;
}

#s-4412820c-16e8-4347-9501-469fd3b906f3 {
  
}

@media (min-width: 0px) {
[id="s-4412820c-16e8-4347-9501-469fd3b906f3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4412820c-16e8-4347-9501-469fd3b906f3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4412820c-16e8-4347-9501-469fd3b906f3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4412820c-16e8-4347-9501-469fd3b906f3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4412820c-16e8-4347-9501-469fd3b906f3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4412820c-16e8-4347-9501-469fd3b906f3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4412820c-16e8-4347-9501-469fd3b906f3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-c105ed76-64a8-4854-9ba8-353b24be56cb {
  text-align: center;
}







  #s-c105ed76-64a8-4854-9ba8-353b24be56cb img.shogun-image {
    

    
    
    
  }


#s-c105ed76-64a8-4854-9ba8-353b24be56cb .shogun-image-content {
  
    align-items: center;
  
}

#s-97f202d3-0ea7-4f0d-ab58-3d38479f1c40 {
  padding-top: 20px;
}

#s-c62a76a7-393f-477b-a325-7e2fa1c55cd4 {
  min-height: 50px;
}








#s-c62a76a7-393f-477b-a325-7e2fa1c55cd4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c62a76a7-393f-477b-a325-7e2fa1c55cd4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0704ddba-618d-445d-9355-a7b589a617a9 {
  padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-0704ddba-618d-445d-9355-a7b589a617a9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0704ddba-618d-445d-9355-a7b589a617a9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0704ddba-618d-445d-9355-a7b589a617a9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0704ddba-618d-445d-9355-a7b589a617a9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0704ddba-618d-445d-9355-a7b589a617a9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0704ddba-618d-445d-9355-a7b589a617a9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0704ddba-618d-445d-9355-a7b589a617a9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-c209f371-b403-4197-8530-74e9af4dcf7b {
  text-align: center;
}







  #s-c209f371-b403-4197-8530-74e9af4dcf7b img.shogun-image {
    

    
    
    
  }


#s-c209f371-b403-4197-8530-74e9af4dcf7b .shogun-image-content {
  
    align-items: center;
  
}

#s-3ba71bc5-2ea6-4733-8a13-3e674e3066bb {
  margin-top: 30px;
padding-top: 10px;
}

@media (min-width: 0px) {
[id="s-474866b2-99fe-4cfb-a4ac-64c4708cf987"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-474866b2-99fe-4cfb-a4ac-64c4708cf987"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-474866b2-99fe-4cfb-a4ac-64c4708cf987"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-474866b2-99fe-4cfb-a4ac-64c4708cf987"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-474866b2-99fe-4cfb-a4ac-64c4708cf987"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-474866b2-99fe-4cfb-a4ac-64c4708cf987"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-474866b2-99fe-4cfb-a4ac-64c4708cf987"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-f21037dd-ae2f-4485-b318-2f269b4c2a9d {
  text-align: center;
}







  #s-f21037dd-ae2f-4485-b318-2f269b4c2a9d img.shogun-image {
    

    
    
    
  }


#s-f21037dd-ae2f-4485-b318-2f269b4c2a9d .shogun-image-content {
  
    align-items: center;
  
}

#s-90c19de9-dd37-4478-bb7a-f01f83b7236b {
  padding-top: 30px;
}

#s-6acc5961-b5f0-4efa-ada3-b8b36c89cac0 {
  padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-6acc5961-b5f0-4efa-ada3-b8b36c89cac0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6acc5961-b5f0-4efa-ada3-b8b36c89cac0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6acc5961-b5f0-4efa-ada3-b8b36c89cac0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6acc5961-b5f0-4efa-ada3-b8b36c89cac0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6acc5961-b5f0-4efa-ada3-b8b36c89cac0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6acc5961-b5f0-4efa-ada3-b8b36c89cac0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6acc5961-b5f0-4efa-ada3-b8b36c89cac0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-06a9caf6-39e8-4503-8904-4fbe597a874d {
  text-align: center;
}







  #s-06a9caf6-39e8-4503-8904-4fbe597a874d img.shogun-image {
    

    
    
    
  }


#s-06a9caf6-39e8-4503-8904-4fbe597a874d .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-a1c2b22f-0dda-4733-8d7d-e3901a07b6d0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a1c2b22f-0dda-4733-8d7d-e3901a07b6d0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a1c2b22f-0dda-4733-8d7d-e3901a07b6d0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a1c2b22f-0dda-4733-8d7d-e3901a07b6d0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a1c2b22f-0dda-4733-8d7d-e3901a07b6d0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a1c2b22f-0dda-4733-8d7d-e3901a07b6d0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a1c2b22f-0dda-4733-8d7d-e3901a07b6d0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-c7b027f3-ced9-4c95-bb5b-341795310eaa {
  text-align: center;
}







  #s-c7b027f3-ced9-4c95-bb5b-341795310eaa img.shogun-image {
    

    
    
    
  }


#s-c7b027f3-ced9-4c95-bb5b-341795310eaa .shogun-image-content {
  
    align-items: center;
  
}

#s-3a85fcbd-ce2b-423b-bc0e-436560fdb621 {
  padding-top: 20px;
}

@media (min-width: 0px) {
[id="s-e30daf0a-6f8d-48ac-9919-cca9cae9af63"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e30daf0a-6f8d-48ac-9919-cca9cae9af63"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e30daf0a-6f8d-48ac-9919-cca9cae9af63"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e30daf0a-6f8d-48ac-9919-cca9cae9af63"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e30daf0a-6f8d-48ac-9919-cca9cae9af63"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e30daf0a-6f8d-48ac-9919-cca9cae9af63"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e30daf0a-6f8d-48ac-9919-cca9cae9af63"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-e92cd588-9927-4700-8125-e745929d2371 {
  background-color: rgba(7, 7, 7, 1);
}

#s-5d324273-4584-4bfc-8f01-57bea03cdd99 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-ba9b1515-e6c1-4f89-964b-970c408bc087"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ba9b1515-e6c1-4f89-964b-970c408bc087"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ba9b1515-e6c1-4f89-964b-970c408bc087"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ba9b1515-e6c1-4f89-964b-970c408bc087"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ba9b1515-e6c1-4f89-964b-970c408bc087"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ba9b1515-e6c1-4f89-964b-970c408bc087"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ba9b1515-e6c1-4f89-964b-970c408bc087"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-df48a26d-4792-438c-81b1-ce49fbc8ccd0 {
  background-color: rgba(4, 3, 3, 1);
}

#s-9199b7c5-1497-4636-a5a3-8e89ce985cd4 {
  margin-top: 0px;
}

@media (min-width: 0px) {
[id="s-9199b7c5-1497-4636-a5a3-8e89ce985cd4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9199b7c5-1497-4636-a5a3-8e89ce985cd4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9199b7c5-1497-4636-a5a3-8e89ce985cd4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9199b7c5-1497-4636-a5a3-8e89ce985cd4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9199b7c5-1497-4636-a5a3-8e89ce985cd4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9199b7c5-1497-4636-a5a3-8e89ce985cd4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9199b7c5-1497-4636-a5a3-8e89ce985cd4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-ea99a2ad-6e46-4ebb-918e-ced10ce35532 {
  background-color: rgba(4, 4, 4, 1);
}

#s-fc292d57-2bd6-4d54-903e-bbeab44475dd hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-12d6bcde-5ee8-422f-a80a-261c4f68950b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-12d6bcde-5ee8-422f-a80a-261c4f68950b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-12d6bcde-5ee8-422f-a80a-261c4f68950b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-12d6bcde-5ee8-422f-a80a-261c4f68950b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-12d6bcde-5ee8-422f-a80a-261c4f68950b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-12d6bcde-5ee8-422f-a80a-261c4f68950b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-12d6bcde-5ee8-422f-a80a-261c4f68950b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-ea48886e-031c-4a0c-b4d5-ebdc8c077cbe {
  background-color: rgba(10, 9, 9, 1);
}

@media (min-width: 0px) {
[id="s-52654d6c-d9e5-4d27-9d09-4e2294bdd97e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-52654d6c-d9e5-4d27-9d09-4e2294bdd97e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-52654d6c-d9e5-4d27-9d09-4e2294bdd97e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-52654d6c-d9e5-4d27-9d09-4e2294bdd97e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-52654d6c-d9e5-4d27-9d09-4e2294bdd97e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-52654d6c-d9e5-4d27-9d09-4e2294bdd97e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-52654d6c-d9e5-4d27-9d09-4e2294bdd97e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-216981f9-89a3-4a8c-a10e-1e7f3225fe2b {
  background-color: rgba(7, 7, 7, 1);
}

#s-1ced58ea-9d04-4745-adbd-0335d0a0fada hr {
  border-top: 2px solid #ddd;
}

#s-e36c1787-c159-4bab-9bdd-edeaacff5afa hr {
  border-top: 2px solid #ddd;
}

#s-a74ae804-9e88-4958-af17-88fca96cb239 hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-da59ff2b-ce0a-4c60-a9ee-ac2f2b9d1afd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-da59ff2b-ce0a-4c60-a9ee-ac2f2b9d1afd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-da59ff2b-ce0a-4c60-a9ee-ac2f2b9d1afd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-da59ff2b-ce0a-4c60-a9ee-ac2f2b9d1afd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-da59ff2b-ce0a-4c60-a9ee-ac2f2b9d1afd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-da59ff2b-ce0a-4c60-a9ee-ac2f2b9d1afd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-da59ff2b-ce0a-4c60-a9ee-ac2f2b9d1afd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-dfba6c89-39b3-4768-99bc-d8f5818910eb {
  background-color: rgba(15, 14, 14, 1);
}

#s-8c822059-4811-4be2-a632-b550a851b7f0 hr {
  border-top: 2px solid #ddd;
}

#s-4f48acaf-536f-4e70-ada0-68702ac1228d hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-d49dcca1-5179-4447-b8d7-32fae87116fd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d49dcca1-5179-4447-b8d7-32fae87116fd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d49dcca1-5179-4447-b8d7-32fae87116fd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d49dcca1-5179-4447-b8d7-32fae87116fd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d49dcca1-5179-4447-b8d7-32fae87116fd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d49dcca1-5179-4447-b8d7-32fae87116fd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d49dcca1-5179-4447-b8d7-32fae87116fd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-867dd6fc-5d04-4d08-9789-92cfddb60915 {
  background-color: rgba(7, 7, 7, 1);
}

@media (min-width: 0px) {
[id="s-b388dd1a-1a61-41fb-a1d6-35b4932696a4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b388dd1a-1a61-41fb-a1d6-35b4932696a4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b388dd1a-1a61-41fb-a1d6-35b4932696a4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b388dd1a-1a61-41fb-a1d6-35b4932696a4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b388dd1a-1a61-41fb-a1d6-35b4932696a4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b388dd1a-1a61-41fb-a1d6-35b4932696a4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b388dd1a-1a61-41fb-a1d6-35b4932696a4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-b0c098d8-0699-4e96-91bc-884cb820b6c3 {
  background-color: rgba(4, 3, 3, 1);
}

@media (min-width: 0px) {
[id="s-287caeaa-4d32-4c04-b23a-ccfbf666ca40"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-287caeaa-4d32-4c04-b23a-ccfbf666ca40"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-287caeaa-4d32-4c04-b23a-ccfbf666ca40"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-287caeaa-4d32-4c04-b23a-ccfbf666ca40"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-287caeaa-4d32-4c04-b23a-ccfbf666ca40"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-287caeaa-4d32-4c04-b23a-ccfbf666ca40"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-287caeaa-4d32-4c04-b23a-ccfbf666ca40"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-85e6d654-fb23-45d2-addc-25cf913463b5 {
  background-color: rgba(4, 4, 4, 1);
}

@media (min-width: 0px) {
[id="s-8acc8626-6157-4f74-845a-1b16eac41b31"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8acc8626-6157-4f74-845a-1b16eac41b31"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8acc8626-6157-4f74-845a-1b16eac41b31"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8acc8626-6157-4f74-845a-1b16eac41b31"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8acc8626-6157-4f74-845a-1b16eac41b31"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8acc8626-6157-4f74-845a-1b16eac41b31"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8acc8626-6157-4f74-845a-1b16eac41b31"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-85a5edd9-db01-4bb2-b807-2fc3d5f31cbf {
  background-color: rgba(10, 9, 9, 1);
}

@media (min-width: 0px) {
[id="s-18ff9b60-012b-4c17-83e0-acf62339c116"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-18ff9b60-012b-4c17-83e0-acf62339c116"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-18ff9b60-012b-4c17-83e0-acf62339c116"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-18ff9b60-012b-4c17-83e0-acf62339c116"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-18ff9b60-012b-4c17-83e0-acf62339c116"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-18ff9b60-012b-4c17-83e0-acf62339c116"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-18ff9b60-012b-4c17-83e0-acf62339c116"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-d4b1b51f-647f-4fcf-bb5a-2f2817f5bb5f {
  background-color: rgba(7, 7, 7, 1);
}

#s-8e216210-8b40-4d0c-ad5c-65d5293e2693 hr {
  border-top: 2px solid #ddd;
}

#s-543ba3ec-7481-438b-ac89-ba67dfddf80a hr {
  border-top: 2px solid #ddd;
}

#s-02bae765-93c0-4762-8a83-dee4509786d7 hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-8a74bcb7-c922-401b-b212-cc170496bfdc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8a74bcb7-c922-401b-b212-cc170496bfdc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8a74bcb7-c922-401b-b212-cc170496bfdc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8a74bcb7-c922-401b-b212-cc170496bfdc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8a74bcb7-c922-401b-b212-cc170496bfdc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8a74bcb7-c922-401b-b212-cc170496bfdc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8a74bcb7-c922-401b-b212-cc170496bfdc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-18b5e229-9cb0-4dfd-a188-464236286afd {
  background-color: rgba(4, 3, 3, 1);
}

@media (min-width: 0px) {
[id="s-2eabd94b-a093-449e-ac00-fd8edef7e97b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2eabd94b-a093-449e-ac00-fd8edef7e97b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2eabd94b-a093-449e-ac00-fd8edef7e97b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2eabd94b-a093-449e-ac00-fd8edef7e97b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2eabd94b-a093-449e-ac00-fd8edef7e97b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2eabd94b-a093-449e-ac00-fd8edef7e97b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2eabd94b-a093-449e-ac00-fd8edef7e97b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-2c7cf153-3806-4141-882a-a5ea10c1d2ad {
  background-color: rgba(4, 4, 4, 1);
}

@media (min-width: 0px) {
[id="s-dd5b0537-287c-4132-baed-9e744fa07fb2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dd5b0537-287c-4132-baed-9e744fa07fb2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dd5b0537-287c-4132-baed-9e744fa07fb2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dd5b0537-287c-4132-baed-9e744fa07fb2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dd5b0537-287c-4132-baed-9e744fa07fb2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dd5b0537-287c-4132-baed-9e744fa07fb2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dd5b0537-287c-4132-baed-9e744fa07fb2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-7ab59854-0ff2-4f9d-9e47-80352bbbf6d8 {
  background-color: rgba(7, 7, 7, 1);
}

#s-6bcd8fa7-422e-4839-ae18-2697ba64d5c0 hr {
  border-top: 2px solid #ddd;
}

#s-a5f73c8b-c1a6-4069-9549-eff846451e35 hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-04b1db91-fe2f-41e9-a7d2-d9bc54018780"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-04b1db91-fe2f-41e9-a7d2-d9bc54018780"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-04b1db91-fe2f-41e9-a7d2-d9bc54018780"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-04b1db91-fe2f-41e9-a7d2-d9bc54018780"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-04b1db91-fe2f-41e9-a7d2-d9bc54018780"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-04b1db91-fe2f-41e9-a7d2-d9bc54018780"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-04b1db91-fe2f-41e9-a7d2-d9bc54018780"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-e2f4f2f0-bcbe-4676-82cb-31abab531d6a {
  background-color: rgba(4, 3, 3, 1);
}

@media (min-width: 0px) {
[id="s-9f540ff6-11a9-4c6f-a623-e9c07617a59a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9f540ff6-11a9-4c6f-a623-e9c07617a59a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9f540ff6-11a9-4c6f-a623-e9c07617a59a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9f540ff6-11a9-4c6f-a623-e9c07617a59a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9f540ff6-11a9-4c6f-a623-e9c07617a59a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9f540ff6-11a9-4c6f-a623-e9c07617a59a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9f540ff6-11a9-4c6f-a623-e9c07617a59a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-fb022c58-00cf-4b9e-9cb7-3c6a0b69800e {
  background-color: rgba(7, 7, 7, 1);
}

#s-681ba92f-e8ee-4191-a15b-cfe4636b9367 {
  text-align: center;
}







  #s-681ba92f-e8ee-4191-a15b-cfe4636b9367 img.shogun-image {
    

    
    
    
  }


#s-681ba92f-e8ee-4191-a15b-cfe4636b9367 .shogun-image-content {
  
    align-items: center;
  
}

#s-fda618ca-84c2-48ad-a327-de40853b6e09 hr {
  border-top: 2px solid #ddd;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

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

.shogun-root div:empty {
  display: inline-block;
}

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

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

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

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

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
