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

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

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

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

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

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

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

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

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

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

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

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

#s-025e958b-9280-4de8-91b7-0959fb3002a6 {
  padding-top: 40px;
padding-left: 5%;
padding-bottom: 40px;
padding-right: 5%;
min-height: 450px;
background-color: rgba(37, 120, 138, 1);
}








#s-025e958b-9280-4de8-91b7-0959fb3002a6 > .shg-box-overlay {
  background-color: rgba(29, 116, 136, 1);
  opacity: 0.7;
  display: block;
}#s-025e958b-9280-4de8-91b7-0959fb3002a6.shg-box.shg-c {
  justify-content: center;
}

#s-ab2b4af5-6497-4a39-bea8-f34a9945b906 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-ab2b4af5-6497-4a39-bea8-f34a9945b906 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ab2b4af5-6497-4a39-bea8-f34a9945b906.shg-box.shg-c {
  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;
  
  
  text-transform: none;
  
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-7735f4a4-8a28-4403-b808-5099c4a830a4 {
  border-style: solid;
margin-left: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.33);
text-align: left;
}

#s-7735f4a4-8a28-4403-b808-5099c4a830a4 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  
  
  
  
}



#s-07045d95-bf7c-41b6-8479-25b72a79852e {
  margin-left: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: left;
}

#s-07045d95-bf7c-41b6-8479-25b72a79852e .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



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

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

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

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

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

#s-f277300b-36cd-4993-8721-7fb2bd26b1eb {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-f277300b-36cd-4993-8721-7fb2bd26b1eb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f277300b-36cd-4993-8721-7fb2bd26b1eb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f277300b-36cd-4993-8721-7fb2bd26b1eb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f277300b-36cd-4993-8721-7fb2bd26b1eb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f277300b-36cd-4993-8721-7fb2bd26b1eb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f277300b-36cd-4993-8721-7fb2bd26b1eb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f277300b-36cd-4993-8721-7fb2bd26b1eb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-f374f4a9-1d11-4657-949b-a015a5eb836c {
  border-style: solid;
margin-top: -15px;
margin-left: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.33);
text-align: left;
}

#s-f374f4a9-1d11-4657-949b-a015a5eb836c .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-e923e284-d916-4b2f-9da1-10df5c5d44f3 {
  min-height: 0px;
}








#s-e923e284-d916-4b2f-9da1-10df5c5d44f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e923e284-d916-4b2f-9da1-10df5c5d44f3.shg-box.shg-c {
  justify-content: flex-start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  
  
  
}

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

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

.shg-btn-text {
  
  
}

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

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

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

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

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

#s-6e5dd5aa-846a-44bb-bf62-befb28bd1b40 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 6px;
background-color: rgba(0, 0, 0, 1);
text-align: right;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
background-position: undefined top;
}
#s-6e5dd5aa-846a-44bb-bf62-befb28bd1b40:hover {background-color: rgba(221, 221, 221, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-6e5dd5aa-846a-44bb-bf62-befb28bd1b40:active {background-color: rgba(204, 204, 204, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-6e5dd5aa-846a-44bb-bf62-befb28bd1b40-root {
    text-align: right;
  }


#s-6e5dd5aa-846a-44bb-bf62-befb28bd1b40.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6e5dd5aa-846a-44bb-bf62-befb28bd1b40-root {
    text-align: right;
  }


#s-6e5dd5aa-846a-44bb-bf62-befb28bd1b40.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6e5dd5aa-846a-44bb-bf62-befb28bd1b40-root {
    text-align: right;
  }


#s-6e5dd5aa-846a-44bb-bf62-befb28bd1b40.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6e5dd5aa-846a-44bb-bf62-befb28bd1b40-root {
    text-align: right;
  }


#s-6e5dd5aa-846a-44bb-bf62-befb28bd1b40.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6e5dd5aa-846a-44bb-bf62-befb28bd1b40-root {
    text-align: right;
  }


#s-6e5dd5aa-846a-44bb-bf62-befb28bd1b40.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-077ca1c1-8796-4dc4-b2b0-3fdc26bad292 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-077ca1c1-8796-4dc4-b2b0-3fdc26bad292"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-077ca1c1-8796-4dc4-b2b0-3fdc26bad292"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-077ca1c1-8796-4dc4-b2b0-3fdc26bad292"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-077ca1c1-8796-4dc4-b2b0-3fdc26bad292"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-077ca1c1-8796-4dc4-b2b0-3fdc26bad292"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-077ca1c1-8796-4dc4-b2b0-3fdc26bad292"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-077ca1c1-8796-4dc4-b2b0-3fdc26bad292"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-750b0841-da8a-44fe-ab1a-f1d2453e63a8 {
  border-style: solid;
margin-top: -15px;
margin-left: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.33);
text-align: left;
}

#s-750b0841-da8a-44fe-ab1a-f1d2453e63a8 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-3e06f92d-0b1d-47e1-955d-039446bded83 {
  min-height: 0px;
}








#s-3e06f92d-0b1d-47e1-955d-039446bded83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3e06f92d-0b1d-47e1-955d-039446bded83.shg-box.shg-c {
  justify-content: flex-start;
}

#s-13190b0c-bbc0-447a-9ba3-b81a82e0a2bb {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 6px;
background-color: rgba(0, 0, 0, 1);
text-align: right;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
background-position: undefined top;
}
#s-13190b0c-bbc0-447a-9ba3-b81a82e0a2bb:hover {background-color: rgba(221, 221, 221, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-13190b0c-bbc0-447a-9ba3-b81a82e0a2bb:active {background-color: rgba(204, 204, 204, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-13190b0c-bbc0-447a-9ba3-b81a82e0a2bb-root {
    text-align: right;
  }


#s-13190b0c-bbc0-447a-9ba3-b81a82e0a2bb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-13190b0c-bbc0-447a-9ba3-b81a82e0a2bb-root {
    text-align: right;
  }


#s-13190b0c-bbc0-447a-9ba3-b81a82e0a2bb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-13190b0c-bbc0-447a-9ba3-b81a82e0a2bb-root {
    text-align: right;
  }


#s-13190b0c-bbc0-447a-9ba3-b81a82e0a2bb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-13190b0c-bbc0-447a-9ba3-b81a82e0a2bb-root {
    text-align: right;
  }


#s-13190b0c-bbc0-447a-9ba3-b81a82e0a2bb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-13190b0c-bbc0-447a-9ba3-b81a82e0a2bb-root {
    text-align: right;
  }


#s-13190b0c-bbc0-447a-9ba3-b81a82e0a2bb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-c09df737-ac3a-4caa-95dc-5233aac1ef81 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-c09df737-ac3a-4caa-95dc-5233aac1ef81"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c09df737-ac3a-4caa-95dc-5233aac1ef81"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c09df737-ac3a-4caa-95dc-5233aac1ef81"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c09df737-ac3a-4caa-95dc-5233aac1ef81"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c09df737-ac3a-4caa-95dc-5233aac1ef81"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c09df737-ac3a-4caa-95dc-5233aac1ef81"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c09df737-ac3a-4caa-95dc-5233aac1ef81"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-7dbe58db-70d5-4763-9719-5abbe64cae5a {
  border-style: solid;
margin-top: -15px;
margin-left: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.33);
text-align: left;
}

#s-7dbe58db-70d5-4763-9719-5abbe64cae5a .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-b34ecbf3-169d-48a1-aa33-a96d1e9bc635 {
  min-height: 0px;
}








#s-b34ecbf3-169d-48a1-aa33-a96d1e9bc635 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b34ecbf3-169d-48a1-aa33-a96d1e9bc635.shg-box.shg-c {
  justify-content: flex-start;
}

#s-629d57fa-c1ca-47f6-a4be-900adb94600c {
  background-size: contain;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 6px;
background-color: rgba(0, 0, 0, 1);
text-align: right;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
background-position: undefined top;
}
#s-629d57fa-c1ca-47f6-a4be-900adb94600c:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTk5ODY1N2EtZjY1YS00M2UzLWJiYTItODI0MGRkOGJlNjFlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZGRkZGRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZjhmOGY2O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZGRkZGRkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxOTk4NjU3YS1mNjVhLTQzZTMtYmJhMi04MjQwZGQ4YmU2MWUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#dddddd"}, {"id"=>3, "pos"=>0.05, "color"=>"#f8f8f6"}, {"id"=>2, "pos"=>1, "color"=>"#dddddd"}] !important;
hover-type: gradient !important;}#s-629d57fa-c1ca-47f6-a4be-900adb94600c:active {background-color: rgba(204, 204, 204, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-629d57fa-c1ca-47f6-a4be-900adb94600c-root {
    text-align: right;
  }


#s-629d57fa-c1ca-47f6-a4be-900adb94600c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-629d57fa-c1ca-47f6-a4be-900adb94600c-root {
    text-align: right;
  }


#s-629d57fa-c1ca-47f6-a4be-900adb94600c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-629d57fa-c1ca-47f6-a4be-900adb94600c-root {
    text-align: right;
  }


#s-629d57fa-c1ca-47f6-a4be-900adb94600c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-629d57fa-c1ca-47f6-a4be-900adb94600c-root {
    text-align: right;
  }


#s-629d57fa-c1ca-47f6-a4be-900adb94600c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-629d57fa-c1ca-47f6-a4be-900adb94600c-root {
    text-align: right;
  }


#s-629d57fa-c1ca-47f6-a4be-900adb94600c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-d41af977-41a6-4497-a811-599c843a6c42 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-d41af977-41a6-4497-a811-599c843a6c42"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d41af977-41a6-4497-a811-599c843a6c42"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d41af977-41a6-4497-a811-599c843a6c42"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d41af977-41a6-4497-a811-599c843a6c42"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d41af977-41a6-4497-a811-599c843a6c42"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d41af977-41a6-4497-a811-599c843a6c42"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d41af977-41a6-4497-a811-599c843a6c42"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-8b0ad3ce-6eec-41ce-889a-7c04ad1fca69 {
  border-style: solid;
margin-top: -15px;
margin-left: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.33);
text-align: left;
}

#s-8b0ad3ce-6eec-41ce-889a-7c04ad1fca69 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-379ef291-ec2a-490a-b12a-e1af6c70a88b {
  min-height: 0px;
}








#s-379ef291-ec2a-490a-b12a-e1af6c70a88b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-379ef291-ec2a-490a-b12a-e1af6c70a88b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7d1852a8-1492-4386-90cf-1303310014e4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 6px;
background-color: rgba(0, 0, 0, 1);
text-align: right;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
background-position: undefined top;
}
#s-7d1852a8-1492-4386-90cf-1303310014e4:hover {background-color: rgba(221, 221, 221, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-7d1852a8-1492-4386-90cf-1303310014e4:active {background-color: rgba(204, 204, 204, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-7d1852a8-1492-4386-90cf-1303310014e4-root {
    text-align: right;
  }


#s-7d1852a8-1492-4386-90cf-1303310014e4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7d1852a8-1492-4386-90cf-1303310014e4-root {
    text-align: right;
  }


#s-7d1852a8-1492-4386-90cf-1303310014e4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7d1852a8-1492-4386-90cf-1303310014e4-root {
    text-align: right;
  }


#s-7d1852a8-1492-4386-90cf-1303310014e4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7d1852a8-1492-4386-90cf-1303310014e4-root {
    text-align: right;
  }


#s-7d1852a8-1492-4386-90cf-1303310014e4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7d1852a8-1492-4386-90cf-1303310014e4-root {
    text-align: right;
  }


#s-7d1852a8-1492-4386-90cf-1303310014e4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-ba94efd1-d083-458a-8744-c7fdd6c0ea15 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-ba94efd1-d083-458a-8744-c7fdd6c0ea15"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ba94efd1-d083-458a-8744-c7fdd6c0ea15"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ba94efd1-d083-458a-8744-c7fdd6c0ea15"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ba94efd1-d083-458a-8744-c7fdd6c0ea15"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ba94efd1-d083-458a-8744-c7fdd6c0ea15"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ba94efd1-d083-458a-8744-c7fdd6c0ea15"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ba94efd1-d083-458a-8744-c7fdd6c0ea15"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-722248a5-4a2a-45d4-b860-2a1dcb99d858 {
  border-style: solid;
margin-top: -15px;
margin-left: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.33);
text-align: left;
}

#s-722248a5-4a2a-45d4-b860-2a1dcb99d858 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-4576da04-d467-40b9-97e5-52910bff46a7 {
  min-height: 0px;
}








#s-4576da04-d467-40b9-97e5-52910bff46a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4576da04-d467-40b9-97e5-52910bff46a7.shg-box.shg-c {
  justify-content: flex-start;
}

#s-cfd955d2-5d21-42c8-aa8d-65ea45a56b8e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 6px;
background-color: rgba(0, 0, 0, 1);
text-align: right;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
background-position: undefined top;
}
#s-cfd955d2-5d21-42c8-aa8d-65ea45a56b8e:hover {background-color: rgba(221, 221, 221, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-cfd955d2-5d21-42c8-aa8d-65ea45a56b8e:active {background-color: rgba(204, 204, 204, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-cfd955d2-5d21-42c8-aa8d-65ea45a56b8e-root {
    text-align: right;
  }


#s-cfd955d2-5d21-42c8-aa8d-65ea45a56b8e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cfd955d2-5d21-42c8-aa8d-65ea45a56b8e-root {
    text-align: right;
  }


#s-cfd955d2-5d21-42c8-aa8d-65ea45a56b8e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cfd955d2-5d21-42c8-aa8d-65ea45a56b8e-root {
    text-align: right;
  }


#s-cfd955d2-5d21-42c8-aa8d-65ea45a56b8e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cfd955d2-5d21-42c8-aa8d-65ea45a56b8e-root {
    text-align: right;
  }


#s-cfd955d2-5d21-42c8-aa8d-65ea45a56b8e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cfd955d2-5d21-42c8-aa8d-65ea45a56b8e-root {
    text-align: right;
  }


#s-cfd955d2-5d21-42c8-aa8d-65ea45a56b8e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-1fdc4a58-4a48-44af-8c4d-8a9cf7be1531 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-1fdc4a58-4a48-44af-8c4d-8a9cf7be1531"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1fdc4a58-4a48-44af-8c4d-8a9cf7be1531"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1fdc4a58-4a48-44af-8c4d-8a9cf7be1531"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1fdc4a58-4a48-44af-8c4d-8a9cf7be1531"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1fdc4a58-4a48-44af-8c4d-8a9cf7be1531"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1fdc4a58-4a48-44af-8c4d-8a9cf7be1531"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1fdc4a58-4a48-44af-8c4d-8a9cf7be1531"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-005747bd-26e8-4c5a-9c25-927cb0fb4afb {
  border-style: solid;
margin-top: -15px;
margin-left: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.33);
text-align: left;
}

#s-005747bd-26e8-4c5a-9c25-927cb0fb4afb .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-c99ac974-7dd2-42dc-bf98-ed360257faff {
  min-height: 0px;
}








#s-c99ac974-7dd2-42dc-bf98-ed360257faff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c99ac974-7dd2-42dc-bf98-ed360257faff.shg-box.shg-c {
  justify-content: flex-start;
}

#s-966e819b-6187-441d-b3d2-208145c97a5c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 6px;
background-color: rgba(0, 0, 0, 1);
text-align: right;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
background-position: undefined top;
}
#s-966e819b-6187-441d-b3d2-208145c97a5c:hover {background-color: rgba(221, 221, 221, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-966e819b-6187-441d-b3d2-208145c97a5c:active {background-color: rgba(204, 204, 204, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-966e819b-6187-441d-b3d2-208145c97a5c-root {
    text-align: right;
  }


#s-966e819b-6187-441d-b3d2-208145c97a5c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-966e819b-6187-441d-b3d2-208145c97a5c-root {
    text-align: right;
  }


#s-966e819b-6187-441d-b3d2-208145c97a5c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-966e819b-6187-441d-b3d2-208145c97a5c-root {
    text-align: right;
  }


#s-966e819b-6187-441d-b3d2-208145c97a5c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-966e819b-6187-441d-b3d2-208145c97a5c-root {
    text-align: right;
  }


#s-966e819b-6187-441d-b3d2-208145c97a5c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-966e819b-6187-441d-b3d2-208145c97a5c-root {
    text-align: right;
  }


#s-966e819b-6187-441d-b3d2-208145c97a5c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-1e2c6c47-6185-4ec0-b95f-2afcd72d37b7 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-1e2c6c47-6185-4ec0-b95f-2afcd72d37b7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1e2c6c47-6185-4ec0-b95f-2afcd72d37b7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1e2c6c47-6185-4ec0-b95f-2afcd72d37b7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1e2c6c47-6185-4ec0-b95f-2afcd72d37b7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1e2c6c47-6185-4ec0-b95f-2afcd72d37b7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1e2c6c47-6185-4ec0-b95f-2afcd72d37b7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1e2c6c47-6185-4ec0-b95f-2afcd72d37b7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-a28832a1-a952-4700-8326-ca3a3205f817 {
  border-style: solid;
margin-top: -15px;
margin-left: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.33);
text-align: left;
}

#s-a28832a1-a952-4700-8326-ca3a3205f817 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-669b9624-75cf-4b20-91df-ec9ac8948372 {
  min-height: 0px;
}








#s-669b9624-75cf-4b20-91df-ec9ac8948372 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-669b9624-75cf-4b20-91df-ec9ac8948372.shg-box.shg-c {
  justify-content: flex-start;
}

#s-17553c77-8af1-4208-8ddd-2552364f654f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 6px;
background-color: rgba(0, 0, 0, 1);
text-align: right;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
background-position: undefined top;
}
#s-17553c77-8af1-4208-8ddd-2552364f654f:hover {background-color: rgba(221, 221, 221, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-17553c77-8af1-4208-8ddd-2552364f654f:active {background-color: rgba(204, 204, 204, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-17553c77-8af1-4208-8ddd-2552364f654f-root {
    text-align: right;
  }


#s-17553c77-8af1-4208-8ddd-2552364f654f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-17553c77-8af1-4208-8ddd-2552364f654f-root {
    text-align: right;
  }


#s-17553c77-8af1-4208-8ddd-2552364f654f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-17553c77-8af1-4208-8ddd-2552364f654f-root {
    text-align: right;
  }


#s-17553c77-8af1-4208-8ddd-2552364f654f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-17553c77-8af1-4208-8ddd-2552364f654f-root {
    text-align: right;
  }


#s-17553c77-8af1-4208-8ddd-2552364f654f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-17553c77-8af1-4208-8ddd-2552364f654f-root {
    text-align: right;
  }


#s-17553c77-8af1-4208-8ddd-2552364f654f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-dfbcb465-8f9e-4d45-af12-8229f52a04ef {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-dfbcb465-8f9e-4d45-af12-8229f52a04ef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dfbcb465-8f9e-4d45-af12-8229f52a04ef"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-dfbcb465-8f9e-4d45-af12-8229f52a04ef"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-dfbcb465-8f9e-4d45-af12-8229f52a04ef"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-dfbcb465-8f9e-4d45-af12-8229f52a04ef"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-dfbcb465-8f9e-4d45-af12-8229f52a04ef"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-dfbcb465-8f9e-4d45-af12-8229f52a04ef"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-6dde1fdd-b73d-42a4-9895-ebdde758239c {
  border-style: solid;
margin-top: -15px;
margin-left: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.33);
text-align: left;
}

#s-6dde1fdd-b73d-42a4-9895-ebdde758239c .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-06b1f068-cf9f-4584-b0a0-71fc6876de59 {
  min-height: 0px;
}








#s-06b1f068-cf9f-4584-b0a0-71fc6876de59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-06b1f068-cf9f-4584-b0a0-71fc6876de59.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e2dd2187-c626-4bd6-b915-c96a8d3668fe {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 6px;
background-color: rgba(0, 0, 0, 1);
text-align: right;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
background-position: undefined top;
}
#s-e2dd2187-c626-4bd6-b915-c96a8d3668fe:hover {background-color: rgba(221, 221, 221, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-e2dd2187-c626-4bd6-b915-c96a8d3668fe:active {background-color: rgba(204, 204, 204, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-e2dd2187-c626-4bd6-b915-c96a8d3668fe-root {
    text-align: right;
  }


#s-e2dd2187-c626-4bd6-b915-c96a8d3668fe.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e2dd2187-c626-4bd6-b915-c96a8d3668fe-root {
    text-align: right;
  }


#s-e2dd2187-c626-4bd6-b915-c96a8d3668fe.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e2dd2187-c626-4bd6-b915-c96a8d3668fe-root {
    text-align: right;
  }


#s-e2dd2187-c626-4bd6-b915-c96a8d3668fe.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e2dd2187-c626-4bd6-b915-c96a8d3668fe-root {
    text-align: right;
  }


#s-e2dd2187-c626-4bd6-b915-c96a8d3668fe.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e2dd2187-c626-4bd6-b915-c96a8d3668fe-root {
    text-align: right;
  }


#s-e2dd2187-c626-4bd6-b915-c96a8d3668fe.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-5ced7d16-877f-4ecf-aa41-80cf2e0ad050 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-5ced7d16-877f-4ecf-aa41-80cf2e0ad050 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5ced7d16-877f-4ecf-aa41-80cf2e0ad050.shg-box.shg-c {
  justify-content: center;
}

#s-bb5fd51b-b481-48d8-b782-1d0a55e70250 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-bb5fd51b-b481-48d8-b782-1d0a55e70250"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bb5fd51b-b481-48d8-b782-1d0a55e70250"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-bb5fd51b-b481-48d8-b782-1d0a55e70250"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-bb5fd51b-b481-48d8-b782-1d0a55e70250"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-bb5fd51b-b481-48d8-b782-1d0a55e70250"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-bb5fd51b-b481-48d8-b782-1d0a55e70250"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-bb5fd51b-b481-48d8-b782-1d0a55e70250"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 30.0px);
}

}

#s-f8d56ce3-71e4-4a08-9643-5aaeba61c7b7 {
  min-height: 50px;
}








#s-f8d56ce3-71e4-4a08-9643-5aaeba61c7b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f8d56ce3-71e4-4a08-9643-5aaeba61c7b7.shg-box.shg-c {
  justify-content: center;
}

#s-388fa6d3-996c-4e0d-b599-1b3c38e552df {
  margin-left: 0px;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-388fa6d3-996c-4e0d-b599-1b3c38e552df {
  margin-bottom: 0px;
}
}
#s-685e834e-8ebe-42aa-8c18-8537fe056e7b {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}








#s-685e834e-8ebe-42aa-8c18-8537fe056e7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-685e834e-8ebe-42aa-8c18-8537fe056e7b.shg-box.shg-c {
  justify-content: center;
}

#s-ae0c99e9-e6da-4d45-9db0-ae202625e86f {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
min-height: 100px;
background-color: rgba(37, 120, 138, 1);
}
@media (max-width: 767px){#s-ae0c99e9-e6da-4d45-9db0-ae202625e86f {
  padding-left: 10%;
padding-right: 10%;
min-height: 300px;
}
}







#s-ae0c99e9-e6da-4d45-9db0-ae202625e86f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ae0c99e9-e6da-4d45-9db0-ae202625e86f.shg-box.shg-c {
  justify-content: center;
}

#s-abe1cf5e-80fe-4639-87c2-6454d69844e1 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-abe1cf5e-80fe-4639-87c2-6454d69844e1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-abe1cf5e-80fe-4639-87c2-6454d69844e1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-abe1cf5e-80fe-4639-87c2-6454d69844e1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-abe1cf5e-80fe-4639-87c2-6454d69844e1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-abe1cf5e-80fe-4639-87c2-6454d69844e1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-abe1cf5e-80fe-4639-87c2-6454d69844e1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-abe1cf5e-80fe-4639-87c2-6454d69844e1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}








#s-513b3d2e-9d1d-48a8-87c1-6d57eb0e1a67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-513b3d2e-9d1d-48a8-87c1-6d57eb0e1a67.shg-box.shg-c {
  justify-content: center;
}

#s-0a7e0a7d-2372-40b0-acc3-87a261532a8b {
  margin-top: 14px;
}

#s-cd161083-101a-44ed-b85a-fd3a2850f904 {
  margin-top: 10px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 6px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
background-position: center center;
}
#s-cd161083-101a-44ed-b85a-fd3a2850f904:hover {background-color: rgba(221, 221, 221, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-cd161083-101a-44ed-b85a-fd3a2850f904:active {background-color: rgba(204, 204, 204, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-cd161083-101a-44ed-b85a-fd3a2850f904 {
  margin-bottom: 0px;
}
}

  #s-cd161083-101a-44ed-b85a-fd3a2850f904-root {
    text-align: left;
  }


#s-cd161083-101a-44ed-b85a-fd3a2850f904.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cd161083-101a-44ed-b85a-fd3a2850f904-root {
    text-align: left;
  }


#s-cd161083-101a-44ed-b85a-fd3a2850f904.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cd161083-101a-44ed-b85a-fd3a2850f904-root {
    text-align: left;
  }


#s-cd161083-101a-44ed-b85a-fd3a2850f904.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cd161083-101a-44ed-b85a-fd3a2850f904-root {
    text-align: left;
  }


#s-cd161083-101a-44ed-b85a-fd3a2850f904.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cd161083-101a-44ed-b85a-fd3a2850f904-root {
    text-align: left;
  }


#s-cd161083-101a-44ed-b85a-fd3a2850f904.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-e2ff78aa-57c6-4f52-accd-d881eeaa49f7 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-e2ff78aa-57c6-4f52-accd-d881eeaa49f7 {
  
}
}







#s-e2ff78aa-57c6-4f52-accd-d881eeaa49f7 > .shg-box-overlay {
  background-color: rgba(9, 54, 55, 1);
  opacity: 0;
  display: block;
}#s-e2ff78aa-57c6-4f52-accd-d881eeaa49f7.shg-box.shg-c {
  justify-content: center;
}

#s-b245cff2-ec66-4d8a-993d-6d547ae8a5a0 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-b245cff2-ec66-4d8a-993d-6d547ae8a5a0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b245cff2-ec66-4d8a-993d-6d547ae8a5a0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b245cff2-ec66-4d8a-993d-6d547ae8a5a0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b245cff2-ec66-4d8a-993d-6d547ae8a5a0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-9644ecfd-44e7-41a3-8d8d-cb26d55f5e53 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}
@media (max-width: 767px){#s-9644ecfd-44e7-41a3-8d8d-cb26d55f5e53 {
  padding-left: 10%;
padding-right: 10%;
}
}







#s-9644ecfd-44e7-41a3-8d8d-cb26d55f5e53 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
  display: block;
}#s-9644ecfd-44e7-41a3-8d8d-cb26d55f5e53.shg-box.shg-c {
  justify-content: center;
}

#s-cffacdcd-0c7a-42e7-8bec-aff75a9d57d4 {
  border-style: solid;
margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-top: 30px;
padding-left: 5%;
padding-bottom: 30px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 152, 142, 1);
max-width: 400px;
background-color: rgba(255, 255, 255, 1);
}

#s-b74d0d5e-327e-40a4-aead-01a36579d840 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: right bottom;
}
@media (max-width: 767px){#s-b74d0d5e-327e-40a4-aead-01a36579d840 {
  padding-left: 10%;
padding-right: 10%;
}
}







#s-b74d0d5e-327e-40a4-aead-01a36579d840 > .shg-box-overlay {
  background-color: rgba(0, 101, 129, 1);
  opacity: 0.6;
  display: block;
}#s-b74d0d5e-327e-40a4-aead-01a36579d840.shg-box.shg-c {
  justify-content: center;
}

#s-f455c146-2985-4d7b-a6ff-c9f4084b4379 {
  border-style: solid;
margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-top: 30px;
padding-left: 5%;
padding-bottom: 30px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 152, 142, 1);
max-width: 400px;
background-color: rgba(255, 255, 255, 1);
}

#s-8898c692-9dc5-4f0a-b5e0-fe9bac9b62b5 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-8898c692-9dc5-4f0a-b5e0-fe9bac9b62b5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8898c692-9dc5-4f0a-b5e0-fe9bac9b62b5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8898c692-9dc5-4f0a-b5e0-fe9bac9b62b5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8898c692-9dc5-4f0a-b5e0-fe9bac9b62b5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-039d03e3-8011-4ac7-a468-65ff8ce73044 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center bottom;
}
@media (max-width: 767px){#s-039d03e3-8011-4ac7-a468-65ff8ce73044 {
  padding-left: 10%;
padding-right: 10%;
}
}







#s-039d03e3-8011-4ac7-a468-65ff8ce73044 > .shg-box-overlay {
  background-color: rgba(0, 101, 129, 1);
  opacity: 0.5;
  display: block;
}#s-039d03e3-8011-4ac7-a468-65ff8ce73044.shg-box.shg-c {
  justify-content: center;
}

#s-7a9a4114-2795-427d-9025-a2b94df1caf9 {
  border-style: solid;
margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-top: 30px;
padding-left: 5%;
padding-bottom: 30px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 152, 142, 1);
max-width: 397px;
background-color: rgba(255, 255, 255, 1);
}

#s-c287679b-b997-469c-8678-af5f2949f6a5 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}
@media (max-width: 767px){#s-c287679b-b997-469c-8678-af5f2949f6a5 {
  padding-left: 9%;
padding-right: 9%;
}
}







#s-c287679b-b997-469c-8678-af5f2949f6a5 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
  display: block;
}#s-c287679b-b997-469c-8678-af5f2949f6a5.shg-box.shg-c {
  justify-content: center;
}

#s-0aa2759e-7a75-445a-b62b-c3ad9ac1298f {
  border-style: solid;
margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-top: 30px;
padding-left: 3%;
padding-bottom: 30px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 152, 142, 1);
max-width: 397px;
background-color: rgba(255, 255, 255, 1);
}

#s-c415c5d2-d833-4121-becc-118004945ff4 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 60px;
padding-left: 10px;
padding-bottom: 60px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-c415c5d2-d833-4121-becc-118004945ff4 {
  padding-left: 10%;
padding-right: 10%;
}
}







#s-c415c5d2-d833-4121-becc-118004945ff4 > .shg-box-overlay {
  background-color: rgba(9, 54, 55, 1);
  opacity: 0;
  display: block;
}#s-c415c5d2-d833-4121-becc-118004945ff4.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7bf20b72-01ee-42c1-a2f6-6e6b8fb30b32 {
  border-style: solid;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(241, 241, 241, 1);
max-width: 1200px;
text-align: left;
}

#s-7bf20b72-01ee-42c1-a2f6-6e6b8fb30b32 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-a304ac6d-5473-4fda-9965-c8da2d144399 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

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

@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 {
  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-f1e716a7-5dad-4d2d-8a15-2fa3f2660b7e {
  text-align: left;
}


  #s-f1e716a7-5dad-4d2d-8a15-2fa3f2660b7e .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid rgba(77, 77, 77, 1);
  }
  #s-f1e716a7-5dad-4d2d-8a15-2fa3f2660b7e .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(0, 0, 0, 1);
  }
#s-f1e716a7-5dad-4d2d-8a15-2fa3f2660b7e .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: #50b3da;
  font-family: Open Sans;
  font-weight: 700;
  
  font-size: 16px;
}

#s-f1e716a7-5dad-4d2d-8a15-2fa3f2660b7e .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-f1e716a7-5dad-4d2d-8a15-2fa3f2660b7e .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-f1e716a7-5dad-4d2d-8a15-2fa3f2660b7e .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-6feeae7b-f12a-4088-9147-f8401597a73b {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
max-width: 1000px;
}








#s-6feeae7b-f12a-4088-9147-f8401597a73b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6feeae7b-f12a-4088-9147-f8401597a73b.shg-box.shg-c {
  justify-content: center;
}

#s-36f737b8-82f5-417e-b482-de20c3919da7 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(3, 3, 3, 1);
border-style: solid;
max-width: 1200px;
text-align: left;
}

#s-36f737b8-82f5-417e-b482-de20c3919da7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-acbe4843-3662-47f2-98cc-66f1f54367c3 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
max-width: 1000px;
}








#s-acbe4843-3662-47f2-98cc-66f1f54367c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-acbe4843-3662-47f2-98cc-66f1f54367c3.shg-box.shg-c {
  justify-content: center;
}

#s-1adeca9d-f487-4e0c-adaf-c8cb0511104b {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(3, 3, 3, 1);
border-style: solid;
max-width: 1200px;
text-align: left;
}

#s-1adeca9d-f487-4e0c-adaf-c8cb0511104b .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-efb596f1-e326-49d9-b7a0-baa39bfd65f6 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-efb596f1-e326-49d9-b7a0-baa39bfd65f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-efb596f1-e326-49d9-b7a0-baa39bfd65f6.shg-box.shg-c {
  justify-content: center;
}

#s-1b036f80-f32f-49d3-a938-1fdc1b342ffa {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
max-width: 1000px;
}








#s-1b036f80-f32f-49d3-a938-1fdc1b342ffa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1b036f80-f32f-49d3-a938-1fdc1b342ffa.shg-box.shg-c {
  justify-content: center;
}

#s-e5ce4b1c-dde4-445d-9a51-a8c0393a9d62 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(3, 3, 3, 1);
border-style: solid;
max-width: 1200px;
text-align: left;
}

#s-e5ce4b1c-dde4-445d-9a51-a8c0393a9d62 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-2c4d1d86-3d81-4d61-aed9-c548689a7b7b {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
max-width: 1000px;
}








#s-2c4d1d86-3d81-4d61-aed9-c548689a7b7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2c4d1d86-3d81-4d61-aed9-c548689a7b7b.shg-box.shg-c {
  justify-content: center;
}

#s-56858add-0064-4165-a0bd-5ded672a7838 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(3, 3, 3, 1);
border-style: solid;
max-width: 1200px;
text-align: left;
}

#s-56858add-0064-4165-a0bd-5ded672a7838 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-7de1b223-e199-488b-8428-320a035d202d {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
max-width: 1000px;
}








#s-7de1b223-e199-488b-8428-320a035d202d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7de1b223-e199-488b-8428-320a035d202d.shg-box.shg-c {
  justify-content: center;
}

#s-bed1f64d-f29e-458e-bd9d-19a9f57ca289 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(3, 3, 3, 1);
border-style: solid;
max-width: 1200px;
text-align: left;
}

#s-bed1f64d-f29e-458e-bd9d-19a9f57ca289 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-b8f58d79-918e-432a-91a1-baec671d6966 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
max-width: 1000px;
}








#s-b8f58d79-918e-432a-91a1-baec671d6966 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b8f58d79-918e-432a-91a1-baec671d6966.shg-box.shg-c {
  justify-content: center;
}

#s-f55a6b48-37ad-4f31-bc24-4e528002768d {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(3, 3, 3, 1);
border-style: solid;
max-width: 1200px;
text-align: left;
}

#s-f55a6b48-37ad-4f31-bc24-4e528002768d .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-dc6c2782-ebf9-4030-ab8e-af7a6fa15ddd {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
max-width: 1000px;
}








#s-dc6c2782-ebf9-4030-ab8e-af7a6fa15ddd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dc6c2782-ebf9-4030-ab8e-af7a6fa15ddd.shg-box.shg-c {
  justify-content: center;
}

#s-940880dc-9bb7-4a26-a0e4-a83189a1a1b9 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(3, 3, 3, 1);
border-style: solid;
max-width: 1200px;
text-align: left;
}

#s-940880dc-9bb7-4a26-a0e4-a83189a1a1b9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-42c2969d-cadb-4624-a8c1-0d2462d34253 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
max-width: 1000px;
}








#s-42c2969d-cadb-4624-a8c1-0d2462d34253 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-42c2969d-cadb-4624-a8c1-0d2462d34253.shg-box.shg-c {
  justify-content: center;
}

#s-227e4048-095c-46e4-b4a5-5e70cc33560d {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(3, 3, 3, 1);
border-style: solid;
max-width: 1200px;
text-align: left;
}

#s-227e4048-095c-46e4-b4a5-5e70cc33560d .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-a9e148f6-4228-4af4-8fdf-151a9f754792 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-a9e148f6-4228-4af4-8fdf-151a9f754792 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a9e148f6-4228-4af4-8fdf-151a9f754792.shg-box.shg-c {
  justify-content: center;
}

#s-9eb7215b-7900-4eb9-8341-45d283a47d22 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 0px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-9eb7215b-7900-4eb9-8341-45d283a47d22"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9eb7215b-7900-4eb9-8341-45d283a47d22"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 35.0px);
}

[id="s-9eb7215b-7900-4eb9-8341-45d283a47d22"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 35.0px);
}

}

@media (min-width: 992px) {
[id="s-9eb7215b-7900-4eb9-8341-45d283a47d22"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 35.0px);
}

[id="s-9eb7215b-7900-4eb9-8341-45d283a47d22"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 35.0px);
}

}

@media (min-width: 1200px) {
[id="s-9eb7215b-7900-4eb9-8341-45d283a47d22"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 35.0px);
}

[id="s-9eb7215b-7900-4eb9-8341-45d283a47d22"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 35.0px);
}

}

#s-01216f58-b55c-4e36-918f-774df7dab005 {
  min-height: 0px;
}








#s-01216f58-b55c-4e36-918f-774df7dab005 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-01216f58-b55c-4e36-918f-774df7dab005.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c4689a8d-0efa-4d8c-86c7-47ac6ed9be1f {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
max-width: 1000px;
}








#s-c4689a8d-0efa-4d8c-86c7-47ac6ed9be1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c4689a8d-0efa-4d8c-86c7-47ac6ed9be1f.shg-box.shg-c {
  justify-content: center;
}

#s-17881fa2-f86e-461b-9043-ec6bfcc8150a {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(3, 3, 3, 1);
border-style: solid;
max-width: 1200px;
text-align: left;
}

#s-17881fa2-f86e-461b-9043-ec6bfcc8150a .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-78e5fdf3-cb11-45b3-9b5a-5177cc507634 {
  border-style: solid;
margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 20px;
padding-left: 10px;
padding-bottom: 20px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
max-width: 1000px;
}
@media (max-width: 767px){#s-78e5fdf3-cb11-45b3-9b5a-5177cc507634 {
  padding-left: 10%;
padding-right: 10%;
}
}







#s-78e5fdf3-cb11-45b3-9b5a-5177cc507634 > .shg-box-overlay {
  background-color: rgba(9, 54, 55, 1);
  opacity: 0;
  display: block;
}#s-78e5fdf3-cb11-45b3-9b5a-5177cc507634.shg-box.shg-c {
  justify-content: flex-start;
}

#s-325fe66a-fb16-4f1a-95cb-23268d4bbca4 {
  border-style: solid;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(241, 241, 241, 1);
max-width: 1200px;
text-align: left;
}

#s-325fe66a-fb16-4f1a-95cb-23268d4bbca4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-628af067-2b0a-4403-a368-3ded9ec5169c {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-628af067-2b0a-4403-a368-3ded9ec5169c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-628af067-2b0a-4403-a368-3ded9ec5169c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-628af067-2b0a-4403-a368-3ded9ec5169c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-628af067-2b0a-4403-a368-3ded9ec5169c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-628af067-2b0a-4403-a368-3ded9ec5169c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-628af067-2b0a-4403-a368-3ded9ec5169c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-628af067-2b0a-4403-a368-3ded9ec5169c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 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 {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-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;
  flex-direction: column;
  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-f7b40c4d-4374-46dc-b494-d3be8f8900bc {
  max-width: 300px;
text-align: center;
}

#s-f7b40c4d-4374-46dc-b494-d3be8f8900bc {
  overflow: hidden;
  
  
      max-width: 300px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-f7b40c4d-4374-46dc-b494-d3be8f8900bc img.shogun-image {
    

    
    
    
  }


#s-f7b40c4d-4374-46dc-b494-d3be8f8900bc .shogun-image-content {
  
    justify-content: center;
  
}

#s-90062b88-4442-49ff-815c-111c16ccdb7d {
  min-height: 50px;
}








#s-90062b88-4442-49ff-815c-111c16ccdb7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-90062b88-4442-49ff-815c-111c16ccdb7d.shg-box.shg-c {
  justify-content: center;
}

#s-79bec3c2-8816-4c81-b1fe-4613d982a792 {
  margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-79bec3c2-8816-4c81-b1fe-4613d982a792"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-79bec3c2-8816-4c81-b1fe-4613d982a792"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-79bec3c2-8816-4c81-b1fe-4613d982a792"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-79bec3c2-8816-4c81-b1fe-4613d982a792"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-79bec3c2-8816-4c81-b1fe-4613d982a792"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-79bec3c2-8816-4c81-b1fe-4613d982a792"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-79bec3c2-8816-4c81-b1fe-4613d982a792"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

}








#s-571a9ddb-de01-4d90-a948-0e2dbd1d2413 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-571a9ddb-de01-4d90-a948-0e2dbd1d2413.shg-box.shg-c {
  justify-content: center;
}

#s-89da7c13-ad33-483c-af30-658a61865d40 {
  max-width: 300px;
text-align: center;
}

#s-89da7c13-ad33-483c-af30-658a61865d40 {
  overflow: hidden;
  
  
      max-width: 300px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-89da7c13-ad33-483c-af30-658a61865d40 img.shogun-image {
    

    
    
    
  }


#s-89da7c13-ad33-483c-af30-658a61865d40 .shogun-image-content {
  
    justify-content: center;
  
}

#s-449ca2e6-4de4-488c-8724-46ac1731a07b {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 30px;
padding-bottom: 5px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(241, 241, 241, 1);
border-style: solid;
max-width: 1200px;
}

#s-c6ff9991-0000-4559-926c-014344fe59b6 {
  min-height: 50px;
}
@media (max-width: 767px){#s-c6ff9991-0000-4559-926c-014344fe59b6 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 10%;
padding-right: 10%;
}
}







#s-c6ff9991-0000-4559-926c-014344fe59b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c6ff9991-0000-4559-926c-014344fe59b6.shg-box.shg-c {
  justify-content: center;
}

#s-cbca0ba8-eeda-46da-9b80-f53be202cfbb {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 7px;
padding-bottom: 7px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(64, 64, 64, 1);
border-style: solid;
max-width: 1000px;
}

#s-5f57045d-cece-408a-af52-54884820ecee {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
min-height: 100px;
background-color: rgba(37, 120, 138, 1);
}
@media (max-width: 767px){#s-5f57045d-cece-408a-af52-54884820ecee {
  padding-left: 10%;
padding-right: 10%;
min-height: 200px;
}
}







#s-5f57045d-cece-408a-af52-54884820ecee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5f57045d-cece-408a-af52-54884820ecee.shg-box.shg-c {
  justify-content: center;
}

#s-70921e23-2575-4939-9fb2-d556190207b3 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-70921e23-2575-4939-9fb2-d556190207b3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-70921e23-2575-4939-9fb2-d556190207b3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-70921e23-2575-4939-9fb2-d556190207b3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-70921e23-2575-4939-9fb2-d556190207b3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-70921e23-2575-4939-9fb2-d556190207b3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-70921e23-2575-4939-9fb2-d556190207b3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-70921e23-2575-4939-9fb2-d556190207b3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}








#s-0c2fc538-3822-4ab4-a5db-626247978132 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0c2fc538-3822-4ab4-a5db-626247978132.shg-box.shg-c {
  justify-content: center;
}

#s-071f9807-40b0-45a1-8a13-6c3f7b3f6dc2 {
  margin-top: 14px;
}

#s-9b6f7f21-d76f-43e4-a3c6-706bba9c9192 {
  margin-top: 15px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 6px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
background-position: center center;
}
#s-9b6f7f21-d76f-43e4-a3c6-706bba9c9192:hover {background-color: rgba(221, 221, 221, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-9b6f7f21-d76f-43e4-a3c6-706bba9c9192:active {background-color: rgba(204, 204, 204, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-9b6f7f21-d76f-43e4-a3c6-706bba9c9192-root {
    text-align: left;
  }


#s-9b6f7f21-d76f-43e4-a3c6-706bba9c9192.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9b6f7f21-d76f-43e4-a3c6-706bba9c9192-root {
    text-align: left;
  }


#s-9b6f7f21-d76f-43e4-a3c6-706bba9c9192.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9b6f7f21-d76f-43e4-a3c6-706bba9c9192-root {
    text-align: left;
  }


#s-9b6f7f21-d76f-43e4-a3c6-706bba9c9192.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9b6f7f21-d76f-43e4-a3c6-706bba9c9192-root {
    text-align: left;
  }


#s-9b6f7f21-d76f-43e4-a3c6-706bba9c9192.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9b6f7f21-d76f-43e4-a3c6-706bba9c9192-root {
    text-align: left;
  }


#s-9b6f7f21-d76f-43e4-a3c6-706bba9c9192.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-85df73ca-2699-4ceb-b52a-cccb15ee5afd {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 50px;
}








#s-85df73ca-2699-4ceb-b52a-cccb15ee5afd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-85df73ca-2699-4ceb-b52a-cccb15ee5afd.shg-box.shg-c {
  justify-content: center;
}

#s-cc85f833-18f1-4738-bb8b-235ff8faca5c {
  min-height: 200px;
}








#s-cc85f833-18f1-4738-bb8b-235ff8faca5c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cc85f833-18f1-4738-bb8b-235ff8faca5c.shg-box.shg-c {
  justify-content: center;
}

#s-b7f4504b-c57f-4ff0-875e-5d5f3e446fce {
  background-image: url(https://i.shgcdn.com/1b15ef9a-e23c-4436-a40d-a8e89a86ac2e/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
background-position: center center;
}

@media (min-width: 0px) {
[id="s-b7f4504b-c57f-4ff0-875e-5d5f3e446fce"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b7f4504b-c57f-4ff0-875e-5d5f3e446fce"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b7f4504b-c57f-4ff0-875e-5d5f3e446fce"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b7f4504b-c57f-4ff0-875e-5d5f3e446fce"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-adb5113e-7228-4559-9727-44c8cf6ba324 {
  margin-top: 15px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: auto;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 25px;
min-height: 50px;
max-width: 630px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-adb5113e-7228-4559-9727-44c8cf6ba324 {
  max-width: 300px;
}
}







#s-adb5113e-7228-4559-9727-44c8cf6ba324 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-adb5113e-7228-4559-9727-44c8cf6ba324.shg-box.shg-c {
  justify-content: center;
}

#s-d067b530-e86c-4c1a-9873-5e6c288d6f08 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 0px;
}

#s-2c66cbca-b6f2-4c27-aef3-b9537965aa47 {
  margin-top: 0px;
margin-left: 0px;
padding-right: 0%;
}

#s-37938956-7764-47e9-9380-5844edd42ee8 {
  margin-top: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
background-position: center undefined;
color: rgba(255, 255, 255, 1);
}
#s-37938956-7764-47e9-9380-5844edd42ee8:hover {background-color: rgba(49, 49, 49, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-37938956-7764-47e9-9380-5844edd42ee8:active {background-color: rgba(134, 134, 134, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-37938956-7764-47e9-9380-5844edd42ee8 {
  margin-left: 0px;
}
}

  #s-37938956-7764-47e9-9380-5844edd42ee8-root {
    text-align: left;
  }


#s-37938956-7764-47e9-9380-5844edd42ee8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-37938956-7764-47e9-9380-5844edd42ee8-root {
    text-align: left;
  }


#s-37938956-7764-47e9-9380-5844edd42ee8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-37938956-7764-47e9-9380-5844edd42ee8-root {
    text-align: left;
  }


#s-37938956-7764-47e9-9380-5844edd42ee8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-37938956-7764-47e9-9380-5844edd42ee8-root {
    text-align: left;
  }


#s-37938956-7764-47e9-9380-5844edd42ee8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-37938956-7764-47e9-9380-5844edd42ee8-root {
    text-align: left;
  }


#s-37938956-7764-47e9-9380-5844edd42ee8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-a4b401ff-3371-4409-9d54-98d5cbfb6ce4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(234, 239, 240, 1);
}








#s-a4b401ff-3371-4409-9d54-98d5cbfb6ce4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a4b401ff-3371-4409-9d54-98d5cbfb6ce4.shg-box.shg-c {
  justify-content: center;
}

#s-b70b6608-8833-4efd-96a9-d7a47dfba3b3 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
min-height: 50px;
max-width: 1000px;
background-color: rgba(234, 239, 240, 1);
}








#s-b70b6608-8833-4efd-96a9-d7a47dfba3b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b70b6608-8833-4efd-96a9-d7a47dfba3b3.shg-box.shg-c {
  justify-content: center;
}

#s-77d2e1d3-87b6-4927-8ff3-f073b6538bdc {
  margin-left: 0px;
}

#s-96be75c6-325c-4066-b94c-c699c25b6735 {
  margin-top: 0px;
margin-left: 0px;
padding-right: 0%;
}
@media (max-width: 767px){#s-96be75c6-325c-4066-b94c-c699c25b6735 {
  max-width: 350px;
}
}
#s-acdc441f-5a04-4565-bf87-3ebdfc9e1c32 {
  margin-top: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
background-position: center undefined;
color: rgba(255, 255, 255, 1);
}
#s-acdc441f-5a04-4565-bf87-3ebdfc9e1c32:hover {background-color: rgba(49, 49, 49, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-acdc441f-5a04-4565-bf87-3ebdfc9e1c32:active {background-color: rgba(134, 134, 134, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-acdc441f-5a04-4565-bf87-3ebdfc9e1c32 {
  margin-left: 0px;
}
}

  #s-acdc441f-5a04-4565-bf87-3ebdfc9e1c32-root {
    text-align: left;
  }


#s-acdc441f-5a04-4565-bf87-3ebdfc9e1c32.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-acdc441f-5a04-4565-bf87-3ebdfc9e1c32-root {
    text-align: left;
  }


#s-acdc441f-5a04-4565-bf87-3ebdfc9e1c32.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-acdc441f-5a04-4565-bf87-3ebdfc9e1c32-root {
    text-align: left;
  }


#s-acdc441f-5a04-4565-bf87-3ebdfc9e1c32.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-acdc441f-5a04-4565-bf87-3ebdfc9e1c32-root {
    text-align: left;
  }


#s-acdc441f-5a04-4565-bf87-3ebdfc9e1c32.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-acdc441f-5a04-4565-bf87-3ebdfc9e1c32-root {
    text-align: left;
  }


#s-acdc441f-5a04-4565-bf87-3ebdfc9e1c32.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-ada71527-861f-44e4-94a2-a554b5383f2a {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(213, 224, 225, 1);
}








#s-ada71527-861f-44e4-94a2-a554b5383f2a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ada71527-861f-44e4-94a2-a554b5383f2a.shg-box.shg-c {
  justify-content: center;
}

#s-606d883f-2911-4765-8126-352790bea2e2 {
  margin-left: 0px;
margin-right: 0px;
max-width: 1000px;
}

@media (min-width: 0px) {
[id="s-606d883f-2911-4765-8126-352790bea2e2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-606d883f-2911-4765-8126-352790bea2e2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-606d883f-2911-4765-8126-352790bea2e2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-606d883f-2911-4765-8126-352790bea2e2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-606d883f-2911-4765-8126-352790bea2e2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-606d883f-2911-4765-8126-352790bea2e2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-606d883f-2911-4765-8126-352790bea2e2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-606d883f-2911-4765-8126-352790bea2e2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-606d883f-2911-4765-8126-352790bea2e2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-606d883f-2911-4765-8126-352790bea2e2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-98c70498-52a1-49ec-bb31-d138f98d9092 {
  margin-top: 5px;
margin-left: 0px;
}

#s-56b29764-3bdb-4919-8122-690135a95bc8 {
  margin-top: 10px;
margin-left: 0px;
padding-right: 0%;
}

#s-4079cb5c-6359-4c55-bd16-dfd6dbcae04a {
  margin-top: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
background-position: center undefined;
color: rgba(255, 255, 255, 1);
}
#s-4079cb5c-6359-4c55-bd16-dfd6dbcae04a:hover {background-color: rgba(49, 49, 49, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-4079cb5c-6359-4c55-bd16-dfd6dbcae04a:active {background-color: rgba(134, 134, 134, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-4079cb5c-6359-4c55-bd16-dfd6dbcae04a {
  margin-left: 0px;
}
}

  #s-4079cb5c-6359-4c55-bd16-dfd6dbcae04a-root {
    text-align: left;
  }


#s-4079cb5c-6359-4c55-bd16-dfd6dbcae04a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4079cb5c-6359-4c55-bd16-dfd6dbcae04a-root {
    text-align: left;
  }


#s-4079cb5c-6359-4c55-bd16-dfd6dbcae04a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4079cb5c-6359-4c55-bd16-dfd6dbcae04a-root {
    text-align: left;
  }


#s-4079cb5c-6359-4c55-bd16-dfd6dbcae04a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4079cb5c-6359-4c55-bd16-dfd6dbcae04a-root {
    text-align: left;
  }


#s-4079cb5c-6359-4c55-bd16-dfd6dbcae04a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4079cb5c-6359-4c55-bd16-dfd6dbcae04a-root {
    text-align: left;
  }


#s-4079cb5c-6359-4c55-bd16-dfd6dbcae04a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* <-- User Content Animations */

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

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

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