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

.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-c669108a-5dc2-482d-ba90-4e538c12a36e {
  padding-top: 80px;
padding-left: 30px;
padding-bottom: 80px;
padding-right: 30px;
background-color: rgba(246, 246, 246, 1);
}








#s-c669108a-5dc2-482d-ba90-4e538c12a36e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c669108a-5dc2-482d-ba90-4e538c12a36e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d4c8c384-3654-43bf-b539-24aa9d4155bf {
  margin-left: auto;
margin-right: auto;
min-height: 0px;
max-width: 960px;
}








#s-d4c8c384-3654-43bf-b539-24aa9d4155bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d4c8c384-3654-43bf-b539-24aa9d4155bf.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-d4397443-6268-4f1a-a412-2bd4c3171356 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d4397443-6268-4f1a-a412-2bd4c3171356 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-89b9acc2-768c-4cd5-8e7c-6a11e2e602bb {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0.1);
border-style: solid;
border-radius: 6px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-89b9acc2-768c-4cd5-8e7c-6a11e2e602bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-89b9acc2-768c-4cd5-8e7c-6a11e2e602bb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fd1eb35e-5015-4eab-b99b-6e20527399d1 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-fd1eb35e-5015-4eab-b99b-6e20527399d1 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



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

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

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

@media (min-width: 0px) {
[id="s-cf0beed5-83a4-4424-86c0-532772c0ea1b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cf0beed5-83a4-4424-86c0-532772c0ea1b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cf0beed5-83a4-4424-86c0-532772c0ea1b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cf0beed5-83a4-4424-86c0-532772c0ea1b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cf0beed5-83a4-4424-86c0-532772c0ea1b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cf0beed5-83a4-4424-86c0-532772c0ea1b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cf0beed5-83a4-4424-86c0-532772c0ea1b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-ae2365de-94c2-4a7c-98f9-6fb197b192b2 {
  text-align: left;
}

#s-51bc167f-9e24-4b8b-a46d-6991a683fd44 {
  margin-top: 30px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-51bc167f-9e24-4b8b-a46d-6991a683fd44 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



@media (min-width: 0px) {
[id="s-90884b3a-6b37-475b-ba2d-dc22747bdf09"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-90884b3a-6b37-475b-ba2d-dc22747bdf09"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-90884b3a-6b37-475b-ba2d-dc22747bdf09"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-90884b3a-6b37-475b-ba2d-dc22747bdf09"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

#s-4e5e29c9-6931-4f71-a321-199dd89a3b7c {
  text-align: left;
}

#s-9af13aec-cb92-4817-85e1-52d1e5007fcb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9af13aec-cb92-4817-85e1-52d1e5007fcb .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



.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-9daaaeb5-3c72-4e37-be57-b985ee6f10c4 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-9daaaeb5-3c72-4e37-be57-b985ee6f10c4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9daaaeb5-3c72-4e37-be57-b985ee6f10c4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9daaaeb5-3c72-4e37-be57-b985ee6f10c4-root {
    text-align: center;
  }


#s-9daaaeb5-3c72-4e37-be57-b985ee6f10c4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9daaaeb5-3c72-4e37-be57-b985ee6f10c4-root {
    text-align: center;
  }


#s-9daaaeb5-3c72-4e37-be57-b985ee6f10c4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9daaaeb5-3c72-4e37-be57-b985ee6f10c4-root {
    text-align: center;
  }


#s-9daaaeb5-3c72-4e37-be57-b985ee6f10c4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9daaaeb5-3c72-4e37-be57-b985ee6f10c4-root {
    text-align: center;
  }


#s-9daaaeb5-3c72-4e37-be57-b985ee6f10c4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9daaaeb5-3c72-4e37-be57-b985ee6f10c4-root {
    text-align: center;
  }


#s-9daaaeb5-3c72-4e37-be57-b985ee6f10c4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-76a554d2-781c-4dca-afd7-0672648e9720 {
  text-align: left;
}

#s-f938126f-3bc1-4739-8278-5b2ed224fce6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f938126f-3bc1-4739-8278-5b2ed224fce6 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-2e257b05-73a3-4245-9741-ca121a33e2d2 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-2e257b05-73a3-4245-9741-ca121a33e2d2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2e257b05-73a3-4245-9741-ca121a33e2d2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2e257b05-73a3-4245-9741-ca121a33e2d2-root {
    text-align: center;
  }


#s-2e257b05-73a3-4245-9741-ca121a33e2d2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2e257b05-73a3-4245-9741-ca121a33e2d2-root {
    text-align: center;
  }


#s-2e257b05-73a3-4245-9741-ca121a33e2d2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2e257b05-73a3-4245-9741-ca121a33e2d2-root {
    text-align: center;
  }


#s-2e257b05-73a3-4245-9741-ca121a33e2d2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2e257b05-73a3-4245-9741-ca121a33e2d2-root {
    text-align: center;
  }


#s-2e257b05-73a3-4245-9741-ca121a33e2d2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2e257b05-73a3-4245-9741-ca121a33e2d2-root {
    text-align: center;
  }


#s-2e257b05-73a3-4245-9741-ca121a33e2d2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-99d3c6b1-d93a-4c29-b041-d053c94fd796 {
  text-align: left;
}

#s-1521efe8-7a7c-45c7-a56b-6e7c479e0083 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1521efe8-7a7c-45c7-a56b-6e7c479e0083 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-341c812c-d962-44f8-84c8-7cfcce2d681c {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-341c812c-d962-44f8-84c8-7cfcce2d681c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-341c812c-d962-44f8-84c8-7cfcce2d681c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-341c812c-d962-44f8-84c8-7cfcce2d681c-root {
    text-align: center;
  }


#s-341c812c-d962-44f8-84c8-7cfcce2d681c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-341c812c-d962-44f8-84c8-7cfcce2d681c-root {
    text-align: center;
  }


#s-341c812c-d962-44f8-84c8-7cfcce2d681c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-341c812c-d962-44f8-84c8-7cfcce2d681c-root {
    text-align: center;
  }


#s-341c812c-d962-44f8-84c8-7cfcce2d681c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-341c812c-d962-44f8-84c8-7cfcce2d681c-root {
    text-align: center;
  }


#s-341c812c-d962-44f8-84c8-7cfcce2d681c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-341c812c-d962-44f8-84c8-7cfcce2d681c-root {
    text-align: center;
  }


#s-341c812c-d962-44f8-84c8-7cfcce2d681c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-2d718075-ed93-4e82-81dd-09090364ec97 {
  padding-top: 80px;
padding-bottom: 80px;
background-color: rgba(233, 233, 233, 1);
}








#s-2d718075-ed93-4e82-81dd-09090364ec97 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d718075-ed93-4e82-81dd-09090364ec97.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a41c5b93-1413-4a8c-8999-b3a731b2408b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a41c5b93-1413-4a8c-8999-b3a731b2408b .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-dd4c5257-4511-4c8d-bbe3-4a7591e2972e {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 900px;
}

@media (min-width: 0px) {
[id="s-dd4c5257-4511-4c8d-bbe3-4a7591e2972e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dd4c5257-4511-4c8d-bbe3-4a7591e2972e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dd4c5257-4511-4c8d-bbe3-4a7591e2972e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dd4c5257-4511-4c8d-bbe3-4a7591e2972e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d613dcfa-26b7-4b96-9128-55ad3228f2a6 {
  box-shadow:0px 3px 3px 0px rgba(0, 0, 0, 0.3);
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 4px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-d613dcfa-26b7-4b96-9128-55ad3228f2a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d613dcfa-26b7-4b96-9128-55ad3228f2a6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-13a6bd15-7973-48ad-b3fa-1100aa268533 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-13a6bd15-7973-48ad-b3fa-1100aa268533 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



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

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

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

#s-26496e9a-1306-4681-9f04-972cd593a074 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 75%;
aspect-ratio: 443/273;
text-align: center;
}





  #s-26496e9a-1306-4681-9f04-972cd593a074 img.shogun-image,
  #s-26496e9a-1306-4681-9f04-972cd593a074 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-26496e9a-1306-4681-9f04-972cd593a074 {
    width: 100%;
    height: auto;
  }



  #s-26496e9a-1306-4681-9f04-972cd593a074 img.shogun-image {
    

    
    
    
  }


#s-26496e9a-1306-4681-9f04-972cd593a074 .shogun-image-content {
  
    align-items: center;
  
}

#s-e7146e2f-84f2-40ef-befa-405bc4fb7dcd {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-e7146e2f-84f2-40ef-befa-405bc4fb7dcd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e7146e2f-84f2-40ef-befa-405bc4fb7dcd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e7146e2f-84f2-40ef-befa-405bc4fb7dcd-root {
    text-align: center;
  }


#s-e7146e2f-84f2-40ef-befa-405bc4fb7dcd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e7146e2f-84f2-40ef-befa-405bc4fb7dcd-root {
    text-align: center;
  }


#s-e7146e2f-84f2-40ef-befa-405bc4fb7dcd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e7146e2f-84f2-40ef-befa-405bc4fb7dcd-root {
    text-align: center;
  }


#s-e7146e2f-84f2-40ef-befa-405bc4fb7dcd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e7146e2f-84f2-40ef-befa-405bc4fb7dcd-root {
    text-align: center;
  }


#s-e7146e2f-84f2-40ef-befa-405bc4fb7dcd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e7146e2f-84f2-40ef-befa-405bc4fb7dcd-root {
    text-align: center;
  }


#s-e7146e2f-84f2-40ef-befa-405bc4fb7dcd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-a018ab91-3029-4790-b440-1bfdbc1f1262 {
  box-shadow:0px 3px 3px 0px rgba(0, 0, 0, 0.3);
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 4px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-a018ab91-3029-4790-b440-1bfdbc1f1262 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a018ab91-3029-4790-b440-1bfdbc1f1262.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0f8aef6b-a7c8-4ea8-87e3-f6ba0beee33d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0f8aef6b-a7c8-4ea8-87e3-f6ba0beee33d .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-8d2e79e7-94bc-46c9-83a5-52090ded3cae {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 75%;
aspect-ratio: 443/273;
text-align: center;
}





  #s-8d2e79e7-94bc-46c9-83a5-52090ded3cae img.shogun-image,
  #s-8d2e79e7-94bc-46c9-83a5-52090ded3cae .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8d2e79e7-94bc-46c9-83a5-52090ded3cae {
    width: 100%;
    height: auto;
  }



  #s-8d2e79e7-94bc-46c9-83a5-52090ded3cae img.shogun-image {
    

    
    
    
  }


#s-8d2e79e7-94bc-46c9-83a5-52090ded3cae .shogun-image-content {
  
    align-items: center;
  
}

#s-60eedcc8-72dd-4803-aa57-5b73ba0fe9b4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-60eedcc8-72dd-4803-aa57-5b73ba0fe9b4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-60eedcc8-72dd-4803-aa57-5b73ba0fe9b4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-60eedcc8-72dd-4803-aa57-5b73ba0fe9b4-root {
    text-align: center;
  }


#s-60eedcc8-72dd-4803-aa57-5b73ba0fe9b4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-60eedcc8-72dd-4803-aa57-5b73ba0fe9b4-root {
    text-align: center;
  }


#s-60eedcc8-72dd-4803-aa57-5b73ba0fe9b4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-60eedcc8-72dd-4803-aa57-5b73ba0fe9b4-root {
    text-align: center;
  }


#s-60eedcc8-72dd-4803-aa57-5b73ba0fe9b4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-60eedcc8-72dd-4803-aa57-5b73ba0fe9b4-root {
    text-align: center;
  }


#s-60eedcc8-72dd-4803-aa57-5b73ba0fe9b4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-60eedcc8-72dd-4803-aa57-5b73ba0fe9b4-root {
    text-align: center;
  }


#s-60eedcc8-72dd-4803-aa57-5b73ba0fe9b4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-608ed69b-30b1-4136-82f6-d9a0311b5f98 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 80px;
padding-bottom: 80px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-608ed69b-30b1-4136-82f6-d9a0311b5f98 {
  
}
}@media (max-width: 767px){#s-608ed69b-30b1-4136-82f6-d9a0311b5f98 {
  
}
}







#s-608ed69b-30b1-4136-82f6-d9a0311b5f98 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-608ed69b-30b1-4136-82f6-d9a0311b5f98.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aaa2908d-cd94-413f-9795-91cfd7838c69 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-aaa2908d-cd94-413f-9795-91cfd7838c69 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aaa2908d-cd94-413f-9795-91cfd7838c69.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-54736adf-5fe9-4bb1-bea6-824848d7b68f {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-54736adf-5fe9-4bb1-bea6-824848d7b68f .shogun-heading-component h2 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-f983a639-6987-462e-b43a-a21750c11e14 {
  margin-top: 0px;
margin-bottom: 30px;
}

#s-00550f88-a364-4d9b-8678-cb1e37180fdd {
  text-align: left;
}

#s-849c81da-9a11-4685-a316-5ae39136791e {
  padding-top: 0px;
padding-bottom: 100px;
min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}








#s-849c81da-9a11-4685-a316-5ae39136791e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-849c81da-9a11-4685-a316-5ae39136791e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b60b3423-c7a2-483b-883b-1dcab680e1ab {
  margin-bottom: 90px;
text-align: left;
}

#s-83f48dcc-832d-46b7-b1a5-731712a4ce6c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-83f48dcc-832d-46b7-b1a5-731712a4ce6c .shogun-heading-component h1 {
  color: rgba(66, 66, 66, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



.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-598c0b61-0ef9-4ab9-84fa-340b4d98836e {
  margin-left: auto;
margin-right: auto;
max-width: 1199px;
}

#s-37b0fd79-86b9-438d-ac74-7d8c06739008 {
  padding-top: 80px;
padding-bottom: 80px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-37b0fd79-86b9-438d-ac74-7d8c06739008 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37b0fd79-86b9-438d-ac74-7d8c06739008.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6d941056-3740-47cd-b6f7-7a4114b55fd6 {
  margin-left: auto;
margin-right: auto;
padding-left: 30px;
padding-right: 30px;
min-height: 0px;
max-width: 1200px;
}








#s-6d941056-3740-47cd-b6f7-7a4114b55fd6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d941056-3740-47cd-b6f7-7a4114b55fd6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8405e51a-f2a4-4342-a36e-0b971eb4642d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8405e51a-f2a4-4342-a36e-0b971eb4642d .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-5913f0c9-ef5e-4ae4-9c39-d5769b9a7d43 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 6px;
background-color: rgba(255, 207, 81, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-5913f0c9-ef5e-4ae4-9c39-d5769b9a7d43:hover {border-radius: 6px !important;
background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-5913f0c9-ef5e-4ae4-9c39-d5769b9a7d43:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5913f0c9-ef5e-4ae4-9c39-d5769b9a7d43-root {
    text-align: center;
  }


#s-5913f0c9-ef5e-4ae4-9c39-d5769b9a7d43.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5913f0c9-ef5e-4ae4-9c39-d5769b9a7d43-root {
    text-align: center;
  }


#s-5913f0c9-ef5e-4ae4-9c39-d5769b9a7d43.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5913f0c9-ef5e-4ae4-9c39-d5769b9a7d43-root {
    text-align: center;
  }


#s-5913f0c9-ef5e-4ae4-9c39-d5769b9a7d43.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5913f0c9-ef5e-4ae4-9c39-d5769b9a7d43-root {
    text-align: center;
  }


#s-5913f0c9-ef5e-4ae4-9c39-d5769b9a7d43.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5913f0c9-ef5e-4ae4-9c39-d5769b9a7d43-root {
    text-align: center;
  }


#s-5913f0c9-ef5e-4ae4-9c39-d5769b9a7d43.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}
#s-93059578-5e5e-4d52-b5e5-a96afa431fbb {
  padding-top: 80px;
padding-left: 30px;
padding-bottom: 80px;
padding-right: 30px;
}








#s-93059578-5e5e-4d52-b5e5-a96afa431fbb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-93059578-5e5e-4d52-b5e5-a96afa431fbb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e421f0bc-b9a4-4026-a7d6-185ad4911201 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e421f0bc-b9a4-4026-a7d6-185ad4911201 .shogun-heading-component h2 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-d4482f3b-de6e-4495-be7b-f1b0fe75ab7b {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}








#s-d4482f3b-de6e-4495-be7b-f1b0fe75ab7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d4482f3b-de6e-4495-be7b-f1b0fe75ab7b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cefc1bb1-2d34-4dc3-8162-8b01eb7d2430 {
  text-align: left;
}

#s-be022293-cc18-4187-a1e3-2e43197504e7 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 80px;
padding-bottom: 80px;
min-height: 50px;
background-position: center center;
}








#s-be022293-cc18-4187-a1e3-2e43197504e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be022293-cc18-4187-a1e3-2e43197504e7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d5b87177-b03d-4b55-9622-7c897cb0620e {
  margin-left: auto;
margin-right: auto;
padding-left: 30px;
padding-right: 30px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-d5b87177-b03d-4b55-9622-7c897cb0620e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d5b87177-b03d-4b55-9622-7c897cb0620e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-d5b87177-b03d-4b55-9622-7c897cb0620e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-d5b87177-b03d-4b55-9622-7c897cb0620e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

}

#s-9dea3b3b-cab2-4e0f-a391-bda24b5ff5d1 {
  min-height: 50px;
}








#s-9dea3b3b-cab2-4e0f-a391-bda24b5ff5d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9dea3b3b-cab2-4e0f-a391-bda24b5ff5d1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-17d6f5e2-4e23-4b18-a7b4-c6af4c6fc47e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-14eb5ee2-8756-4386-9686-e3cb5ba425e8 {
  min-height: 50px;
}








#s-14eb5ee2-8756-4386-9686-e3cb5ba425e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14eb5ee2-8756-4386-9686-e3cb5ba425e8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7156e159-f4ef-4ec6-81ec-88be86719796 {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7156e159-f4ef-4ec6-81ec-88be86719796 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



#s-09e4248e-240c-4ada-bad2-2ee38f493ff0 {
  margin-top: 20px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-09e4248e-240c-4ada-bad2-2ee38f493ff0 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-7294a72c-60ef-4b63-8e8d-38614cca3008 {
  margin-top: 20px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7294a72c-60ef-4b63-8e8d-38614cca3008 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-50033af9-cdc0-49d2-9d70-9cd28eaa7e76 {
  min-height: 50px;
}








#s-50033af9-cdc0-49d2-9d70-9cd28eaa7e76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50033af9-cdc0-49d2-9d70-9cd28eaa7e76.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2fb759b0-bb81-4f64-86c8-6d820a86375b {
  padding-top: 80px;
padding-left: 20px;
padding-bottom: 80px;
padding-right: 20px;
}








#s-2fb759b0-bb81-4f64-86c8-6d820a86375b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2fb759b0-bb81-4f64-86c8-6d820a86375b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6251d61f-21f9-4bae-9388-a98137bc330d {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6251d61f-21f9-4bae-9388-a98137bc330d .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-bc2de095-7464-4df0-be9d-f0775a1321c2 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1200px;
}

#s-bc2de095-7464-4df0-be9d-f0775a1321c2 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-bc2de095-7464-4df0-be9d-f0775a1321c2 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-bc2de095-7464-4df0-be9d-f0775a1321c2 td.shogun-table-column {
  background-color: #fff;
  padding: 5px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-bc2de095-7464-4df0-be9d-f0775a1321c2 td.shogun-table-row {
  background-color: rgba(255, 255, 255, 1);
  padding: 2px;
}

#s-bc2de095-7464-4df0-be9d-f0775a1321c2 td.shogun-table-column, #s-bc2de095-7464-4df0-be9d-f0775a1321c2 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-0958917e-f2f6-4d82-a750-bf5b7e309958 {
  margin-left: 2px;
margin-right: 2px;
}

#s-72bb35c4-e219-4216-a794-ce3a47d3c498 {
  margin-left: 2px;
margin-right: 2px;
}

#s-2dfe02dd-ee6d-4b4f-89fd-34a955a46c72 {
  margin-left: 2px;
margin-right: 2px;
}

#s-4537a896-9bfb-42fd-80d5-da099f0a9b3c {
  margin-left: 2px;
margin-right: 2px;
}

#s-1ad84eb6-62a4-4785-9c9e-4c19b525f1c2 {
  margin-left: 2px;
margin-right: 2px;
}

#s-19199bb2-9387-4725-8141-5f444ccd0c10 {
  margin-left: 2px;
margin-right: 2px;
}

#s-fe768f81-4303-4f48-b25c-ccbbfa31ba27 {
  margin-left: 2px;
margin-right: 2px;
}

#s-35d9d857-cfda-455a-8225-1717057c6a50 {
  margin-left: 2px;
margin-right: 2px;
}

#s-d805570c-4173-4d71-8391-0f56345aeeaa {
  margin-left: 2px;
margin-right: 2px;
}

#s-441143ce-b0a6-436b-959c-f0607a02aa88 {
  margin-left: 2px;
margin-right: 2px;
}

#s-6b26cfb0-c30d-4254-887a-2bf106cfb387 {
  margin-left: 2px;
margin-right: 2px;
}

#s-d4f76e0a-a78b-4f5c-ba15-91f7f641018c {
  margin-left: 2px;
margin-right: 2px;
}

#s-db958ad9-f302-4bb4-a2bd-aad3c437c537 {
  margin-left: 2px;
margin-right: 2px;
}

#s-5dd565c0-ee37-46a9-a388-ea5892f9f74c {
  margin-left: 2px;
margin-right: 2px;
}

#s-11fca9f2-8473-4e2c-ba4f-bd41492cdb98 {
  margin-left: 2px;
margin-right: 2px;
}

#s-89ea0d7a-6714-4b0e-be08-3e6b3255c158 {
  margin-left: 2px;
margin-right: 2px;
}

#s-737ff316-00a1-42ae-b66e-9274bc20de77 {
  margin-left: 2px;
margin-right: 2px;
}

#s-1a3e8bca-706b-4fbe-ba18-cf929eecdc4d {
  margin-left: 2px;
margin-right: 2px;
}

#s-55a9cffe-f804-417e-ae68-8b38f2e1c19c {
  margin-left: 2px;
margin-right: 2px;
}

#s-befe3e29-e4e3-4893-8998-755fb222968e {
  margin-left: 2px;
margin-right: 2px;
}

#s-fec3665d-f017-466a-967d-63e6099d1323 {
  margin-left: 2px;
margin-right: 2px;
}

#s-6a631e1f-b381-42bd-b2a5-5b5b154ffce0 {
  margin-left: 2px;
margin-right: 2px;
}

#s-aa570af4-b298-406c-8de2-1b82d1259c3d {
  margin-left: 2px;
margin-right: 2px;
}

#s-5c55f7df-6ca1-46ea-8fb8-550a7cf5ecf8 {
  margin-left: 2px;
margin-right: 2px;
}

#s-1426d3f1-4500-4d78-88a5-9c7e959294e4 {
  margin-left: 2px;
margin-right: 2px;
}

#s-d5a3bc0b-d0e0-4d3f-ad29-a9f1f24a05e5 {
  margin-left: 2px;
margin-right: 2px;
}

#s-9913d269-2281-44a7-890d-98f28806ebc2 {
  margin-left: 2px;
margin-right: 2px;
}

#s-af8a5bb0-7af1-4ad5-be47-c7e85e96950c {
  margin-left: 2px;
margin-right: 2px;
}

#s-a3d2c116-790b-482e-a264-433bf33f8183 {
  margin-left: 2px;
margin-right: 2px;
}

#s-29b5dacf-a07c-4312-aeff-957e1e346c66 {
  margin-left: 2px;
margin-right: 2px;
}

#s-a37d6082-c7d6-42af-9571-6cc73b13565a {
  margin-left: 2px;
margin-right: 2px;
}

#s-17036024-278b-4ccb-820e-f1701272da4a {
  margin-left: 2px;
margin-right: 2px;
}

#s-0c7f3c03-e82c-479d-81fe-e9a532a24858 {
  margin-left: 2px;
margin-right: 2px;
}

#s-093f6c56-6750-4744-8e5b-1b1932ca6238 {
  margin-left: 2px;
margin-right: 2px;
}

#s-b8d2b741-c8de-463a-9993-f387181f9405 {
  margin-left: 2px;
margin-right: 2px;
}

#s-8e1be8ee-3ac4-4747-a8ac-4b6c0f335a00 {
  margin-left: 2px;
margin-right: 2px;
}

#s-33ec6c34-b60a-4c3b-b9b6-ba53f8593587 {
  margin-left: 2px;
margin-right: 2px;
}

#s-4d0bcf70-c7b1-4fa6-a244-b414ae505afb {
  margin-left: 2px;
margin-right: 2px;
}

#s-14c6f7f0-ba20-4e62-9f48-ade308a0e9ae {
  margin-left: 2px;
margin-right: 2px;
}

#s-ad3bde54-d1db-48b3-9a44-aa2feed44dbf {
  margin-left: 2px;
margin-right: 2px;
}

#s-48d30ee6-c6e5-4bd6-9270-13865f5fe9ab {
  margin-left: 2px;
margin-right: 2px;
}

#s-e8a3c227-8d13-460c-82d3-5407c8495345 {
  margin-left: 2px;
margin-right: 2px;
}

#s-45d0cbf7-0a7d-41de-a75d-73b0fbb20ee0 {
  margin-left: 2px;
margin-right: 2px;
}

#s-f9342284-e177-42a9-bb49-8182a4648e33 {
  margin-left: 2px;
margin-right: 2px;
}

#s-ea37eec6-cb00-4077-8b7f-76fee6b6430f {
  margin-left: 2px;
margin-right: 2px;
}

#s-a46ef907-f84d-4868-b6e7-d841604f993d {
  margin-left: 2px;
margin-right: 2px;
}

#s-4783be36-f041-413d-9fc6-fe3943852d16 {
  margin-left: 2px;
margin-right: 2px;
}

#s-40de8942-b9d1-4757-92db-2e44df994361 {
  margin-left: 2px;
margin-right: 2px;
}

#s-557e9a97-90ab-4226-b515-d399063a41ab {
  margin-left: 2px;
margin-right: 2px;
}

#s-35c63109-8273-4f77-b119-814fc0e88fbb {
  margin-left: 2px;
margin-right: 2px;
}

#s-d6d7f10f-b313-4c4a-af4a-1ef99b5c7553 {
  margin-left: 2px;
margin-right: 2px;
}

#s-76d79feb-8083-4fd0-952c-2047ab106c3b {
  margin-left: 2px;
margin-right: 2px;
}

#s-c55ea2a2-61cd-4e2b-9241-2a1053620369 {
  margin-left: 2px;
margin-right: 2px;
}

#s-ae256844-3f35-4c8e-ba49-b2c0cc3cdb5b {
  margin-left: 2px;
margin-right: 2px;
}

#s-9299938a-5e85-4164-96b0-f7b9cae7c1d4 {
  margin-left: 2px;
margin-right: 2px;
}

#s-9ae86c3b-3f27-4a0c-80aa-365bf01f5db8 {
  margin-left: 2%;
margin-right: 2%;
}

#s-cc49836a-b56c-4df0-ba23-2012eb72637d {
  margin-left: 2%;
margin-right: 2%;
}

#s-76ffa928-232f-462e-8559-9d3eb48d5e6a {
  margin-top: -10px;
margin-left: 5px;
margin-right: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-76ffa928-232f-462e-8559-9d3eb48d5e6a .shogun-heading-component h1 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 13px;
  line-height: 1em;
  
  
}



#s-e36fbb20-b842-4c7e-a08f-3165bccfde1f {
  margin-top: -10px;
margin-left: 5px;
margin-right: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e36fbb20-b842-4c7e-a08f-3165bccfde1f .shogun-heading-component h1 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 13px;
  line-height: 1em;
  
  
}



#s-8c45ea08-e6fc-45c5-83fb-2cf25d3bf221 {
  margin-top: -10px;
margin-left: 5px;
margin-right: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8c45ea08-e6fc-45c5-83fb-2cf25d3bf221 .shogun-heading-component h1 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 13px;
  line-height: 1em;
  
  
}



#s-8993c98d-1dae-440a-a258-6488093ebc4b {
  margin-left: 2px;
margin-right: 2px;
}

#s-13ac7af1-391d-4b32-bcb9-9184c2d9b79a {
  margin-left: 2px;
margin-right: 2px;
}

#s-236e8d19-01e7-4626-99b6-b9e7cccffeb6 {
  margin-left: 2px;
margin-right: 2px;
}

#s-710c42ee-a52b-49bb-a981-b8822956e853 {
  margin-left: 2px;
margin-right: 2px;
}

#s-423b6982-e856-485e-97a6-a142f16c00c4 {
  margin-left: 2px;
margin-right: 2px;
}

#s-cb09ad68-6f73-42f4-83c8-fa39b5a4938a {
  margin-left: 2px;
margin-right: 2px;
}

#s-e0d06fbf-ec17-4dd3-b9df-f4e63007b86f {
  margin-left: 2px;
margin-right: 2px;
}

#s-b1c05d97-3d1c-4f47-b7fc-ea4a6241ac9c {
  margin-left: 2px;
margin-right: 2px;
}

#s-749b7bf7-e44e-477e-b1d3-340f6ec9d934 {
  margin-left: 2px;
margin-right: 2px;
}

#s-ba2e0dd5-489b-44f0-b8ef-41859f1d6624 {
  margin-left: 2px;
margin-right: 2px;
}

#s-f5a7f834-3bde-4ce1-890b-0797c833a8a6 {
  margin-left: 2px;
margin-right: 2px;
}

#s-2dfa4277-1424-45b5-9f33-edccbf68a95e {
  margin-left: 2px;
margin-right: 2px;
}

#s-2eba0daa-7ffb-4b74-99b4-6963ccdd5d38 {
  margin-left: 2px;
margin-right: 2px;
}

#s-33a13562-6fa7-4047-a8ca-092a0050adbd {
  margin-left: 2px;
margin-right: 2px;
}

#s-edd49fd9-c0ae-4a21-9173-8e3b78bada55 {
  margin-left: 2px;
margin-right: 2px;
}

#s-4feefeba-a0b4-4512-9326-23ba3328d294 {
  margin-left: 2px;
margin-right: 2px;
}

#s-64d4bd65-b06a-48a7-b06f-31d1c76ae03f {
  margin-left: 2px;
margin-right: 2px;
}

#s-da1e277d-5a73-4d0f-99fd-2502979c725d {
  margin-left: 2px;
margin-right: 2px;
}

#s-7905cc7c-7908-494b-93b6-2a55fa825d9c {
  margin-left: 2px;
margin-right: 2px;
}

#s-978a6706-84ae-4de5-8ea9-258013dfb0d8 {
  margin-left: 2px;
margin-right: 2px;
}

#s-a28c197d-72fc-4ccd-a722-fa731de4cf4b {
  margin-left: 2px;
margin-right: 2px;
}

#s-652ff5d1-e4b9-406d-b9f9-2bd2089d6a1b {
  padding-top: 80px;
padding-bottom: 80px;
background-color: rgba(246, 246, 246, 1);
}








#s-652ff5d1-e4b9-406d-b9f9-2bd2089d6a1b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-652ff5d1-e4b9-406d-b9f9-2bd2089d6a1b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cd22b823-ed2a-469e-be56-49e2faedd238 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-cd22b823-ed2a-469e-be56-49e2faedd238 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd22b823-ed2a-469e-be56-49e2faedd238.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-982aac1c-320a-4a48-a95f-77b6662ff3de"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-982aac1c-320a-4a48-a95f-77b6662ff3de"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-982aac1c-320a-4a48-a95f-77b6662ff3de"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-982aac1c-320a-4a48-a95f-77b6662ff3de"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-982aac1c-320a-4a48-a95f-77b6662ff3de"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-982aac1c-320a-4a48-a95f-77b6662ff3de"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-982aac1c-320a-4a48-a95f-77b6662ff3de"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-972c8be7-3608-42c1-9c9b-f4c543fd6cd1 {
  min-height: 50px;
}








#s-972c8be7-3608-42c1-9c9b-f4c543fd6cd1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-972c8be7-3608-42c1-9c9b-f4c543fd6cd1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9cd54865-0f24-4846-bf60-11dead0fc51f {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
text-align: center;
}







  #s-9cd54865-0f24-4846-bf60-11dead0fc51f img.shogun-image {
    

    
    
    
  }


#s-9cd54865-0f24-4846-bf60-11dead0fc51f .shogun-image-content {
  
    align-items: center;
  
}

#s-274c25ec-57e5-47c8-92fd-7272fc88c427 {
  min-height: 50px;
}








#s-274c25ec-57e5-47c8-92fd-7272fc88c427 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-274c25ec-57e5-47c8-92fd-7272fc88c427.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4be0842c-8cf7-4225-a367-3bc70c8a65ea {
  margin-top: 60px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4be0842c-8cf7-4225-a367-3bc70c8a65ea .shogun-heading-component h3 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-15c71e8e-41c8-46a7-8a55-31491fab4ebf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-15c71e8e-41c8-46a7-8a55-31491fab4ebf .shogun-heading-component h4 {
  color: rgba(55, 64, 72, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 0px;
  text-align: left;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-e528fbf4-fdf9-4a03-b04b-6f524ec5a212 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-e528fbf4-fdf9-4a03-b04b-6f524ec5a212 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-e528fbf4-fdf9-4a03-b04b-6f524ec5a212 .shg-sld-nav-button.shg-sld-left,
#s-e528fbf4-fdf9-4a03-b04b-6f524ec5a212 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-5129e429-1d33-4706-ac0f-c0abb15b90e0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5129e429-1d33-4706-ac0f-c0abb15b90e0 .shogun-heading-component h4 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-03318fd8-979c-4d66-99f0-3d7525a58a4f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-03318fd8-979c-4d66-99f0-3d7525a58a4f .shogun-heading-component h4 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-412e9813-cc78-4a2c-9e3f-c8a7a65316bb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-412e9813-cc78-4a2c-9e3f-c8a7a65316bb .shogun-heading-component h4 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-47074421-5cb5-4ad8-8067-bb8b0c1e407e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-47074421-5cb5-4ad8-8067-bb8b0c1e407e .shogun-heading-component h4 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-aa9931cd-c313-4747-9fa2-4e86f2ad9dc2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-aa9931cd-c313-4747-9fa2-4e86f2ad9dc2 .shogun-heading-component h4 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-2be5ea20-19a4-4954-a0ca-851e2efba479 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2be5ea20-19a4-4954-a0ca-851e2efba479 .shogun-heading-component h4 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-9f6bfa2a-dec1-4e59-aabb-056b876a59a0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9f6bfa2a-dec1-4e59-aabb-056b876a59a0 .shogun-heading-component h4 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-66001dc8-d64f-4cad-a45a-d37b8a26cf3f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-66001dc8-d64f-4cad-a45a-d37b8a26cf3f .shogun-heading-component h4 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-16b6b94c-882a-4a8c-a61a-effc33c5a060 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-16b6b94c-882a-4a8c-a61a-effc33c5a060 .shogun-heading-component h4 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-94eb020f-c460-4cf1-98f8-1a85a18a02c4 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 80px;
min-height: 50px;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-94eb020f-c460-4cf1-98f8-1a85a18a02c4 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-94eb020f-c460-4cf1-98f8-1a85a18a02c4 {
  margin-left: 20px;
margin-right: 20px;
}
}







#s-94eb020f-c460-4cf1-98f8-1a85a18a02c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-94eb020f-c460-4cf1-98f8-1a85a18a02c4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-56cf03fc-0915-4824-a743-c078941c372a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-56cf03fc-0915-4824-a743-c078941c372a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-56cf03fc-0915-4824-a743-c078941c372a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-56cf03fc-0915-4824-a743-c078941c372a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-3b673089-b1f0-49f5-a872-d87234a2e2a0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3b673089-b1f0-49f5-a872-d87234a2e2a0 .shogun-heading-component h1 {
  color: rgba(85, 85, 85, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-ff44931f-ba5f-4463-ad6b-35161a85faa1 {
  min-height: 50px;
}








#s-ff44931f-ba5f-4463-ad6b-35161a85faa1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff44931f-ba5f-4463-ad6b-35161a85faa1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-db045b78-0cd1-42b1-9772-ae3967dc8b92 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 207, 81, 1);
border-radius: 2px;
background-color: rgba(255, 207, 81, 0);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 207, 81, 1);
}
#s-db045b78-0cd1-42b1-9772-ae3967dc8b92:hover {border-style: solid !important;
border-color: rgba(66, 66, 66, 1) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(66, 66, 66, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-db045b78-0cd1-42b1-9772-ae3967dc8b92:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-db045b78-0cd1-42b1-9772-ae3967dc8b92-root {
    text-align: right;
  }


#s-db045b78-0cd1-42b1-9772-ae3967dc8b92.shg-btn {
  color: rgba(255, 207, 81, 1);
  font-size: 17px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-db045b78-0cd1-42b1-9772-ae3967dc8b92-root {
    text-align: right;
  }


#s-db045b78-0cd1-42b1-9772-ae3967dc8b92.shg-btn {
  color: rgba(255, 207, 81, 1);
  font-size: 17px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-db045b78-0cd1-42b1-9772-ae3967dc8b92-root {
    text-align: right;
  }


#s-db045b78-0cd1-42b1-9772-ae3967dc8b92.shg-btn {
  color: rgba(255, 207, 81, 1);
  font-size: 17px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-db045b78-0cd1-42b1-9772-ae3967dc8b92-root {
    text-align: right;
  }


#s-db045b78-0cd1-42b1-9772-ae3967dc8b92.shg-btn {
  color: rgba(255, 207, 81, 1);
  font-size: 17px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-db045b78-0cd1-42b1-9772-ae3967dc8b92-root {
    text-align: right;
  }


#s-db045b78-0cd1-42b1-9772-ae3967dc8b92.shg-btn {
  color: rgba(255, 207, 81, 1);
  font-size: 17px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-8ba51bbf-0de2-4f50-a6c4-ae96530ab6cb {
  margin-top: -20px;
}

#s-8ba51bbf-0de2-4f50-a6c4-ae96530ab6cb hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

@media (min-width: 0px) {
[id="s-a847a5f4-126e-42bf-ae2d-a8f827c87330"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-a847a5f4-126e-42bf-ae2d-a8f827c87330"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 37.5px);
}

}

@media (min-width: 992px) {
[id="s-a847a5f4-126e-42bf-ae2d-a8f827c87330"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 37.5px);
}

}

@media (min-width: 1200px) {
[id="s-a847a5f4-126e-42bf-ae2d-a8f827c87330"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 37.5px);
}

}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-7b73a84a-c8fd-4949-94ee-cc5d0ad93bd1 {
  text-align: left;
}



.shg-c#s-7b73a84a-c8fd-4949-94ee-cc5d0ad93bd1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7b73a84a-c8fd-4949-94ee-cc5d0ad93bd1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7b73a84a-c8fd-4949-94ee-cc5d0ad93bd1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7b73a84a-c8fd-4949-94ee-cc5d0ad93bd1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7b73a84a-c8fd-4949-94ee-cc5d0ad93bd1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7b73a84a-c8fd-4949-94ee-cc5d0ad93bd1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7b73a84a-c8fd-4949-94ee-cc5d0ad93bd1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7b73a84a-c8fd-4949-94ee-cc5d0ad93bd1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7b73a84a-c8fd-4949-94ee-cc5d0ad93bd1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7b73a84a-c8fd-4949-94ee-cc5d0ad93bd1 img.shogun-image {
  width: 100%;
}



}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-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;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-c9f08521-50ea-457d-b07f-d14b187a041e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c9f08521-50ea-457d-b07f-d14b187a041e .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-4c20f809-775e-464e-8d8a-561c6f10d735 {
  text-align: center;
}

#s-4c20f809-775e-464e-8d8a-561c6f10d735 .shg-product-sold-out {
  display: none;
  color: rgba(121, 121, 121, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-4c20f809-775e-464e-8d8a-561c6f10d735 .shg-product-price {
  color: rgba(121, 121, 121, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 18px;
}

#s-4c20f809-775e-464e-8d8a-561c6f10d735 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e5956141-ad70-4352-a40f-462013dbb442 {
  text-align: left;
}



.shg-c#s-e5956141-ad70-4352-a40f-462013dbb442 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5956141-ad70-4352-a40f-462013dbb442 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e5956141-ad70-4352-a40f-462013dbb442 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5956141-ad70-4352-a40f-462013dbb442 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e5956141-ad70-4352-a40f-462013dbb442 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5956141-ad70-4352-a40f-462013dbb442 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e5956141-ad70-4352-a40f-462013dbb442 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5956141-ad70-4352-a40f-462013dbb442 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e5956141-ad70-4352-a40f-462013dbb442 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5956141-ad70-4352-a40f-462013dbb442 img.shogun-image {
  width: 100%;
}



}
#s-5a5c4dd9-e22e-4d41-ab96-c0942e1fe42e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5a5c4dd9-e22e-4d41-ab96-c0942e1fe42e .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-090540c4-41fe-4bcd-9d32-9ec920572daa {
  text-align: center;
}

#s-090540c4-41fe-4bcd-9d32-9ec920572daa .shg-product-sold-out {
  display: none;
  color: rgba(121, 121, 121, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-090540c4-41fe-4bcd-9d32-9ec920572daa .shg-product-price {
  color: rgba(121, 121, 121, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 18px;
}

#s-090540c4-41fe-4bcd-9d32-9ec920572daa .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4737e43e-790d-4572-991a-804fa53c0ec5 {
  text-align: left;
}



.shg-c#s-4737e43e-790d-4572-991a-804fa53c0ec5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4737e43e-790d-4572-991a-804fa53c0ec5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4737e43e-790d-4572-991a-804fa53c0ec5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4737e43e-790d-4572-991a-804fa53c0ec5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4737e43e-790d-4572-991a-804fa53c0ec5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4737e43e-790d-4572-991a-804fa53c0ec5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4737e43e-790d-4572-991a-804fa53c0ec5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4737e43e-790d-4572-991a-804fa53c0ec5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4737e43e-790d-4572-991a-804fa53c0ec5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4737e43e-790d-4572-991a-804fa53c0ec5 img.shogun-image {
  width: 100%;
}



}
#s-7e7f7ba5-6e94-4e05-9d39-995759beedcf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7e7f7ba5-6e94-4e05-9d39-995759beedcf .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-7edd8f9c-9cc4-4d2e-b676-6f718507f000 {
  text-align: center;
}

#s-7edd8f9c-9cc4-4d2e-b676-6f718507f000 .shg-product-sold-out {
  display: none;
  color: rgba(121, 121, 121, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-7edd8f9c-9cc4-4d2e-b676-6f718507f000 .shg-product-price {
  color: rgba(121, 121, 121, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 18px;
}

#s-7edd8f9c-9cc4-4d2e-b676-6f718507f000 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-60c80c3c-181c-42b7-932e-2fbcb51d2708 {
  text-align: left;
}



.shg-c#s-60c80c3c-181c-42b7-932e-2fbcb51d2708 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-60c80c3c-181c-42b7-932e-2fbcb51d2708 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-60c80c3c-181c-42b7-932e-2fbcb51d2708 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-60c80c3c-181c-42b7-932e-2fbcb51d2708 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-60c80c3c-181c-42b7-932e-2fbcb51d2708 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-60c80c3c-181c-42b7-932e-2fbcb51d2708 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-60c80c3c-181c-42b7-932e-2fbcb51d2708 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-60c80c3c-181c-42b7-932e-2fbcb51d2708 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-60c80c3c-181c-42b7-932e-2fbcb51d2708 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-60c80c3c-181c-42b7-932e-2fbcb51d2708 img.shogun-image {
  width: 100%;
}



}
#s-fe42f8f7-fd98-4634-96c0-a0592bfa8a78 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fe42f8f7-fd98-4634-96c0-a0592bfa8a78 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-17baf90d-4fd0-436b-9394-750557846b26 {
  text-align: center;
}

#s-17baf90d-4fd0-436b-9394-750557846b26 .shg-product-sold-out {
  display: none;
  color: rgba(121, 121, 121, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-17baf90d-4fd0-436b-9394-750557846b26 .shg-product-price {
  color: rgba(121, 121, 121, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 18px;
}

#s-17baf90d-4fd0-436b-9394-750557846b26 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7798606b-d2a1-4e43-a507-851c66449b92 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-7798606b-d2a1-4e43-a507-851c66449b92 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7798606b-d2a1-4e43-a507-851c66449b92.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b172bba5-bcc6-46d5-9308-fc3a756d65ba hr {
  border-top: 1px solid #ddd;
}

#s-5df72569-2b35-4089-85e1-9b1e06b94201 {
  margin-top: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5df72569-2b35-4089-85e1-9b1e06b94201 .shogun-heading-component h2 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



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