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

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

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

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

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

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

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

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

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

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

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

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

#s-ee4db5b3-aef6-4df7-8f96-cc0a63c6a96d {
  min-height: 50px;
}








#s-ee4db5b3-aef6-4df7-8f96-cc0a63c6a96d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee4db5b3-aef6-4df7-8f96-cc0a63c6a96d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-1eaf5d55-b187-4da3-9f7f-09138e82c627 {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-1eaf5d55-b187-4da3-9f7f-09138e82c627"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1eaf5d55-b187-4da3-9f7f-09138e82c627"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1eaf5d55-b187-4da3-9f7f-09138e82c627"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1eaf5d55-b187-4da3-9f7f-09138e82c627"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-0dc6563e-9350-455b-8520-519c763c087a {
  max-width: 100px;
text-align: left;
}







  #s-0dc6563e-9350-455b-8520-519c763c087a img.shogun-image {
    

    
    
    
  }


#s-0dc6563e-9350-455b-8520-519c763c087a .shogun-image-content {
  
    align-items: center;
  
}

#s-f4bf92be-cd30-43d3-a493-3e49e61f8c51 {
  margin-top: 15px;
margin-bottom: 30px;
}

#s-2866ca92-75cd-408a-83c5-093d6a288cff {
  max-width: 100px;
text-align: left;
}







  #s-2866ca92-75cd-408a-83c5-093d6a288cff img.shogun-image {
    

    
    
    
  }


#s-2866ca92-75cd-408a-83c5-093d6a288cff .shogun-image-content {
  
    align-items: center;
  
}

#s-5f5fc35b-51f8-4b49-9317-9f2177b7d748 {
  margin-top: 15px;
margin-bottom: 30px;
}

#s-e10bb94e-8c78-473e-a513-65716bd70286 {
  max-width: 100px;
text-align: left;
}







  #s-e10bb94e-8c78-473e-a513-65716bd70286 img.shogun-image {
    

    
    
    
  }


#s-e10bb94e-8c78-473e-a513-65716bd70286 .shogun-image-content {
  
    align-items: center;
  
}

#s-8f550866-c784-4a7e-a9de-f762a8d865a2 {
  margin-top: 15px;
margin-bottom: 30px;
}

#s-7a82c56a-e3cf-47a4-b006-70bc380740b1 {
  margin-top: 25px;
margin-left: 0px;
margin-bottom: 25px;
margin-right: 0px;
padding-top: 55px;
padding-left: 0px;
padding-bottom: 55px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 7px;
min-height: 50px;
background-color: rgba(250, 249, 248, 1);
}








#s-7a82c56a-e3cf-47a4-b006-70bc380740b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a82c56a-e3cf-47a4-b006-70bc380740b1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cbac6fad-8898-4956-ad0f-49dd7b1d4067 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 24px;
padding-bottom: 0px;
padding-right: 24px;
min-height: 50px;
max-width: 72.5em;
}








#s-cbac6fad-8898-4956-ad0f-49dd7b1d4067 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cbac6fad-8898-4956-ad0f-49dd7b1d4067.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b9940762-de46-48a7-8714-b0d14f71b403 {
  margin-bottom: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
max-width: 75px;
text-align: center;
}







  #s-b9940762-de46-48a7-8714-b0d14f71b403 img.shogun-image {
    

    
    
    
  }


#s-b9940762-de46-48a7-8714-b0d14f71b403 .shogun-image-content {
  
    align-items: center;
  
}

#s-c070cfc1-621a-49f0-b274-4dd895708fa4 {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 0px;
padding-right: 21px;
}

@media (min-width: 0px) {
[id="s-c070cfc1-621a-49f0-b274-4dd895708fa4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c070cfc1-621a-49f0-b274-4dd895708fa4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.5px);
}

[id="s-c070cfc1-621a-49f0-b274-4dd895708fa4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.5px);
}

}

@media (min-width: 992px) {
[id="s-c070cfc1-621a-49f0-b274-4dd895708fa4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.5px);
}

[id="s-c070cfc1-621a-49f0-b274-4dd895708fa4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.5px);
}

}

@media (min-width: 1200px) {
[id="s-c070cfc1-621a-49f0-b274-4dd895708fa4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.5px);
}

[id="s-c070cfc1-621a-49f0-b274-4dd895708fa4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.5px);
}

}

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

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

#s-2a76ca07-eb37-4226-a7ad-34b442806056 {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2a76ca07-eb37-4226-a7ad-34b442806056 .shogun-heading-component h2 {
  color: rgba(72, 59, 56, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 31px;
  
  
  text-align: left;
}



#s-1682b6dc-bd81-4ccf-9259-500e2693a522 {
  margin-top: 6px;
margin-bottom: 30px;
}

#s-1d055c67-8eed-4e50-9c87-a29ddf7bc228 {
  margin-top: 6px;
margin-bottom: 0px;
}

#s-27eb5acb-7ba3-4dcf-b898-ed2243b31e85 {
  min-height: 50px;
}








#s-27eb5acb-7ba3-4dcf-b898-ed2243b31e85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-27eb5acb-7ba3-4dcf-b898-ed2243b31e85.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-942ee5b3-1ee9-4469-85ed-20e0e5d8d733 {
  margin-top: 55px;
margin-bottom: 55px;
}

@media (min-width: 0px) {
[id="s-942ee5b3-1ee9-4469-85ed-20e0e5d8d733"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-942ee5b3-1ee9-4469-85ed-20e0e5d8d733"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.5px);
}

[id="s-942ee5b3-1ee9-4469-85ed-20e0e5d8d733"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.5px);
}

}

@media (min-width: 992px) {
[id="s-942ee5b3-1ee9-4469-85ed-20e0e5d8d733"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.5px);
}

[id="s-942ee5b3-1ee9-4469-85ed-20e0e5d8d733"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.5px);
}

}

@media (min-width: 1200px) {
[id="s-942ee5b3-1ee9-4469-85ed-20e0e5d8d733"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.5px);
}

[id="s-942ee5b3-1ee9-4469-85ed-20e0e5d8d733"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.5px);
}

}

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

.shg-image-content-wrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-2bc0a5cb-dd74-46d8-9811-8e833ccf1291 {
  text-align: center;
}







  img.s-2bc0a5cb-dd74-46d8-9811-8e833ccf1291.shogun-image {
    
    
  }


.s-2bc0a5cb-dd74-46d8-9811-8e833ccf1291 .shogun-image-content {
  
    align-items: center;
  
}

.s-2bc0a5cb-dd74-46d8-9811-8e833ccf1291.shg-align-container {
  text-align: center
}

.s-2bc0a5cb-dd74-46d8-9811-8e833ccf1291.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2bc0a5cb-dd74-46d8-9811-8e833ccf1291.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-2bc0a5cb-dd74-46d8-9811-8e833ccf1291.shogun-image {
    
    
  }


.s-2bc0a5cb-dd74-46d8-9811-8e833ccf1291 .shogun-image-content {
  
    align-items: center;
  
}

.s-2bc0a5cb-dd74-46d8-9811-8e833ccf1291.shg-align-container {
  text-align: center
}

.s-2bc0a5cb-dd74-46d8-9811-8e833ccf1291.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2bc0a5cb-dd74-46d8-9811-8e833ccf1291.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2bc0a5cb-dd74-46d8-9811-8e833ccf1291.shogun-image {
    
    
  }


.s-2bc0a5cb-dd74-46d8-9811-8e833ccf1291 .shogun-image-content {
  
    align-items: center;
  
}

.s-2bc0a5cb-dd74-46d8-9811-8e833ccf1291.shg-align-container {
  text-align: center
}

.s-2bc0a5cb-dd74-46d8-9811-8e833ccf1291.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2bc0a5cb-dd74-46d8-9811-8e833ccf1291.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2bc0a5cb-dd74-46d8-9811-8e833ccf1291.shogun-image {
    
    
  }


.s-2bc0a5cb-dd74-46d8-9811-8e833ccf1291 .shogun-image-content {
  
    align-items: center;
  
}

.s-2bc0a5cb-dd74-46d8-9811-8e833ccf1291.shg-align-container {
  text-align: center
}

.s-2bc0a5cb-dd74-46d8-9811-8e833ccf1291.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2bc0a5cb-dd74-46d8-9811-8e833ccf1291.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2bc0a5cb-dd74-46d8-9811-8e833ccf1291.shogun-image {
    
    
  }


.s-2bc0a5cb-dd74-46d8-9811-8e833ccf1291 .shogun-image-content {
  
    align-items: center;
  
}

.s-2bc0a5cb-dd74-46d8-9811-8e833ccf1291.shg-align-container {
  text-align: center
}

.s-2bc0a5cb-dd74-46d8-9811-8e833ccf1291.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2bc0a5cb-dd74-46d8-9811-8e833ccf1291.shogun-image {
  box-sizing: border-box;
}


}
#s-f6da9332-3c4a-444d-b762-b620ee0b6667 {
  margin-top: 6px;
margin-bottom: 30px;
}

#s-cc651de0-8215-4c89-9af4-35024aa517fb {
  margin-top: 165px;
margin-left: auto;
margin-bottom: 165px;
margin-right: auto;
min-height: 50px;
max-width: 800px;
}








#s-cc651de0-8215-4c89-9af4-35024aa517fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc651de0-8215-4c89-9af4-35024aa517fb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-87fd5c85-4d91-4859-82a0-47e5050cc874 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-87fd5c85-4d91-4859-82a0-47e5050cc874 {
  
}
}
#s-87fd5c85-4d91-4859-82a0-47e5050cc874 .shogun-heading-component h2 {
  color: rgba(72, 59, 56, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 31px;
  
  letter-spacing: 1px;
  
}



#s-847810ae-fceb-4085-8eaf-dd9ad11c5f11 {
  margin-top: 16px;
margin-bottom: 16px;
}

@media (min-width: 0px) {
[id="s-945d5854-c79e-41d8-b05d-7ba94723c76b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-945d5854-c79e-41d8-b05d-7ba94723c76b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.5px);
}

}

@media (min-width: 992px) {
[id="s-945d5854-c79e-41d8-b05d-7ba94723c76b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.5px);
}

}

@media (min-width: 1200px) {
[id="s-945d5854-c79e-41d8-b05d-7ba94723c76b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.5px);
}

}

@media (max-width: 767px) {
  [id="s-945d5854-c79e-41d8-b05d-7ba94723c76b"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-5af1c997-f3ff-4be9-893a-9208cafc15b9 {
  margin-top: 10.5px;
margin-bottom: 10.5px;
text-align: center;
}







  #s-5af1c997-f3ff-4be9-893a-9208cafc15b9 img.shogun-image {
    

    
    
    
  }


#s-5af1c997-f3ff-4be9-893a-9208cafc15b9 .shogun-image-content {
  
    align-items: center;
  
}

#s-6554956e-9e07-4733-a615-322642e26e67 {
  margin-top: 10.5px;
margin-bottom: 10.5px;
text-align: center;
}







  #s-6554956e-9e07-4733-a615-322642e26e67 img.shogun-image {
    

    
    
    
  }


#s-6554956e-9e07-4733-a615-322642e26e67 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-56becca9-3728-4913-908d-0eaf4bd7a201"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-56becca9-3728-4913-908d-0eaf4bd7a201"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.5px);
}

}

@media (min-width: 992px) {
[id="s-56becca9-3728-4913-908d-0eaf4bd7a201"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.5px);
}

}

@media (min-width: 1200px) {
[id="s-56becca9-3728-4913-908d-0eaf4bd7a201"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.5px);
}

}

#s-6303bb28-c081-42b0-8d74-5c6a879e01dd {
  margin-top: 10.5px;
margin-bottom: 10.5px;
text-align: center;
}







  #s-6303bb28-c081-42b0-8d74-5c6a879e01dd img.shogun-image {
    

    
    
    
  }


#s-6303bb28-c081-42b0-8d74-5c6a879e01dd .shogun-image-content {
  
    align-items: center;
  
}

#s-32417cef-04ef-4193-ac42-c8c8c9399513 {
  margin-top: 55px;
margin-bottom: 55px;
}

@media (min-width: 0px) {
[id="s-32417cef-04ef-4193-ac42-c8c8c9399513"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-32417cef-04ef-4193-ac42-c8c8c9399513"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.5px);
}

}

@media (min-width: 992px) {
[id="s-32417cef-04ef-4193-ac42-c8c8c9399513"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.5px);
}

}

@media (min-width: 1200px) {
[id="s-32417cef-04ef-4193-ac42-c8c8c9399513"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.5px);
}

}

#s-90dee0b8-3e12-4966-b084-9130daae7c00 {
  margin-top: 0px;
margin-bottom: 16px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-90dee0b8-3e12-4966-b084-9130daae7c00 .shogun-heading-component h2 {
  color: rgba(72, 59, 56, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 31px;
  
  
  text-align: left;
}



#s-ae30d28e-038d-469b-92d3-f7db2f2d2638 {
  margin-top: 0px;
margin-bottom: 16px;
}

#s-56295323-ad49-4a63-a023-fbd5c66d18f8 {
  margin-top: 40px;
margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-72f0190a-700d-49c3-b646-1c792bb24b6c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-72f0190a-700d-49c3-b646-1c792bb24b6c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.5px);
}

}

@media (min-width: 992px) {
[id="s-72f0190a-700d-49c3-b646-1c792bb24b6c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.5px);
}

}

@media (min-width: 1200px) {
[id="s-72f0190a-700d-49c3-b646-1c792bb24b6c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.5px);
}

}

#s-56fb1621-492c-4ca8-acdf-4f9272a3ecb9 {
  margin-top: 10.5px;
margin-bottom: 10.5px;
text-align: center;
}







  #s-56fb1621-492c-4ca8-acdf-4f9272a3ecb9 img.shogun-image {
    

    
    
    
  }


#s-56fb1621-492c-4ca8-acdf-4f9272a3ecb9 .shogun-image-content {
  
    align-items: center;
  
}

#s-516b6301-06f1-4141-a6d8-cde0f0db023f {
  margin-top: 10.5px;
margin-bottom: 10.5px;
text-align: center;
}







  #s-516b6301-06f1-4141-a6d8-cde0f0db023f img.shogun-image {
    

    
    
    
  }


#s-516b6301-06f1-4141-a6d8-cde0f0db023f .shogun-image-content {
  
    align-items: center;
  
}

#s-7c9ed41e-f9a4-416f-80d3-51f7eebc2ed7 {
  margin-top: 55px;
margin-bottom: 55px;
padding-right: 0px;
}

@media (min-width: 0px) {
[id="s-7c9ed41e-f9a4-416f-80d3-51f7eebc2ed7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7c9ed41e-f9a4-416f-80d3-51f7eebc2ed7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.5px);
}

}

@media (min-width: 992px) {
[id="s-7c9ed41e-f9a4-416f-80d3-51f7eebc2ed7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.5px);
}

}

@media (min-width: 1200px) {
[id="s-7c9ed41e-f9a4-416f-80d3-51f7eebc2ed7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.5px);
}

}

#s-2cf1c4c9-a0ce-4231-892a-f47fc03fac72 {
  margin-top: 0px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2cf1c4c9-a0ce-4231-892a-f47fc03fac72 .shogun-heading-component h2 {
  color: rgba(72, 59, 56, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 31px;
  
  
  text-align: left;
}



#s-0cb66ade-2499-4023-b389-03b2e8295951 {
  margin-top: 0px;
margin-bottom: 30px;
}

#s-95a7fb3c-66e1-4389-b286-3fc4f3d35539 {
  margin-bottom: 30px;
}

#s-38edadc5-f769-4881-89b9-1359c012df24 {
  margin-bottom: 30px;
}

#s-e2e6ba25-f7ce-462d-bc0f-49b1bab5f6b2 {
  margin-left: auto;
margin-right: auto;
max-width: 1100px;
}







  #s-e2e6ba25-f7ce-462d-bc0f-49b1bab5f6b2 img.shogun-image {
    

    
    
    
  }


#s-e2e6ba25-f7ce-462d-bc0f-49b1bab5f6b2 .shogun-image-content {
  
    align-items: center;
  
}

#s-96028bae-ec39-42b5-a38f-195b40780171 {
  margin-top: 30px;
margin-bottom: 50px;
padding-top: 30px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-96028bae-ec39-42b5-a38f-195b40780171"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-96028bae-ec39-42b5-a38f-195b40780171"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 14.0px);
}

}

@media (min-width: 992px) {
[id="s-96028bae-ec39-42b5-a38f-195b40780171"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 14.0px);
}

}

@media (min-width: 1200px) {
[id="s-96028bae-ec39-42b5-a38f-195b40780171"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 14.0px);
}

}

#s-1ccf934e-9687-46e1-9397-c41daf23e3e4 {
  margin-top: 25px;
margin-bottom: 25px;
}

#s-577d9c90-da0c-431f-b15b-1cd2b363ef39 {
  margin-top: 30px;
margin-bottom: 30px;
}

#s-f4d891de-2c09-4c26-b47e-2ec1ce9b101c {
  margin-top: 25px;
margin-bottom: 25px;
}

#s-4dc3e717-bd4c-4044-bac2-11ed7c20670c {
  margin-top: 15px;
margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-4dc3e717-bd4c-4044-bac2-11ed7c20670c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4dc3e717-bd4c-4044-bac2-11ed7c20670c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 14.0px);
}

}

@media (min-width: 992px) {
[id="s-4dc3e717-bd4c-4044-bac2-11ed7c20670c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 14.0px);
}

}

@media (min-width: 1200px) {
[id="s-4dc3e717-bd4c-4044-bac2-11ed7c20670c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 14.0px);
}

}

#s-fba64797-a2ec-4fcb-a928-51b743965e5c {
  margin-top: 15px;
margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-25b2fbae-9c61-454d-b213-b3078ed43654"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.5px);
}

}

@media (min-width: 768px) {
[id="s-25b2fbae-9c61-454d-b213-b3078ed43654"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.5px);
}

}

@media (min-width: 992px) {
[id="s-25b2fbae-9c61-454d-b213-b3078ed43654"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.5px);
}

}

@media (min-width: 1200px) {
[id="s-25b2fbae-9c61-454d-b213-b3078ed43654"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.5px);
}

}

@media (min-width: 0px) {
[id="s-8a8e0114-2148-4489-8501-eb068952bd31"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.5px);
}

}

@media (min-width: 768px) {
[id="s-8a8e0114-2148-4489-8501-eb068952bd31"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.5px);
}

}

@media (min-width: 992px) {
[id="s-8a8e0114-2148-4489-8501-eb068952bd31"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.5px);
}

}

@media (min-width: 1200px) {
[id="s-8a8e0114-2148-4489-8501-eb068952bd31"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.5px);
}

}

@media (min-width: 0px) {
[id="s-4a070721-47c7-4b77-ae7a-1444493b6ae9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.5px);
}

}

@media (min-width: 768px) {
[id="s-4a070721-47c7-4b77-ae7a-1444493b6ae9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.5px);
}

}

@media (min-width: 992px) {
[id="s-4a070721-47c7-4b77-ae7a-1444493b6ae9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.5px);
}

}

@media (min-width: 1200px) {
[id="s-4a070721-47c7-4b77-ae7a-1444493b6ae9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.5px);
}

}

@media (min-width: 0px) {
[id="s-8283e438-17d1-458c-b46c-5773e1ebcf59"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.5px);
}

}

@media (min-width: 768px) {
[id="s-8283e438-17d1-458c-b46c-5773e1ebcf59"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.5px);
}

}

@media (min-width: 992px) {
[id="s-8283e438-17d1-458c-b46c-5773e1ebcf59"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.5px);
}

}

@media (min-width: 1200px) {
[id="s-8283e438-17d1-458c-b46c-5773e1ebcf59"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.5px);
}

}

#s-f70b46cb-d213-49d9-842e-702e83a58e50 {
  margin-top: 15px;
margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-27f517b8-4bf6-441a-911c-7561aad9d1c9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.5px);
}

}

@media (min-width: 768px) {
[id="s-27f517b8-4bf6-441a-911c-7561aad9d1c9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.5px);
}

}

@media (min-width: 992px) {
[id="s-27f517b8-4bf6-441a-911c-7561aad9d1c9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.5px);
}

}

@media (min-width: 1200px) {
[id="s-27f517b8-4bf6-441a-911c-7561aad9d1c9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.5px);
}

}

@media (min-width: 0px) {
[id="s-adc2f3c4-9645-47b6-b0f5-009ad95dee10"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.5px);
}

}

@media (min-width: 768px) {
[id="s-adc2f3c4-9645-47b6-b0f5-009ad95dee10"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.5px);
}

}

@media (min-width: 992px) {
[id="s-adc2f3c4-9645-47b6-b0f5-009ad95dee10"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.5px);
}

}

@media (min-width: 1200px) {
[id="s-adc2f3c4-9645-47b6-b0f5-009ad95dee10"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.5px);
}

}

#s-b904a8ac-c50f-426a-a495-c1266bd22868 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-6f8086eb-f390-4935-a95b-1dc1f11e7466 {
  margin-top: 15px;
margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-2f593eaa-0b2e-4a69-9e3e-07da7aa53faa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.5px);
}

}

@media (min-width: 768px) {
[id="s-2f593eaa-0b2e-4a69-9e3e-07da7aa53faa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.5px);
}

}

@media (min-width: 992px) {
[id="s-2f593eaa-0b2e-4a69-9e3e-07da7aa53faa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.5px);
}

}

@media (min-width: 1200px) {
[id="s-2f593eaa-0b2e-4a69-9e3e-07da7aa53faa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.5px);
}

}

@media (min-width: 0px) {
[id="s-2136e38d-ff21-4831-ab41-f7c73be28885"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.5px);
}

}

@media (min-width: 768px) {
[id="s-2136e38d-ff21-4831-ab41-f7c73be28885"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.5px);
}

}

@media (min-width: 992px) {
[id="s-2136e38d-ff21-4831-ab41-f7c73be28885"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.5px);
}

}

@media (min-width: 1200px) {
[id="s-2136e38d-ff21-4831-ab41-f7c73be28885"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.5px);
}

}

@media (min-width: 0px) {
[id="s-2c1e1656-303d-4d17-83ef-084c12a1c5ef"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.5px);
}

}

@media (min-width: 768px) {
[id="s-2c1e1656-303d-4d17-83ef-084c12a1c5ef"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.5px);
}

}

@media (min-width: 992px) {
[id="s-2c1e1656-303d-4d17-83ef-084c12a1c5ef"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.5px);
}

}

@media (min-width: 1200px) {
[id="s-2c1e1656-303d-4d17-83ef-084c12a1c5ef"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.5px);
}

}

@media (min-width: 0px) {
[id="s-63b36bee-b295-4506-839b-a21857867440"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.5px);
}

}

@media (min-width: 768px) {
[id="s-63b36bee-b295-4506-839b-a21857867440"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.5px);
}

}

@media (min-width: 992px) {
[id="s-63b36bee-b295-4506-839b-a21857867440"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.5px);
}

}

@media (min-width: 1200px) {
[id="s-63b36bee-b295-4506-839b-a21857867440"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.5px);
}

}

#s-b927de65-7ca2-4eb9-b22a-6e0135c10639 {
  margin-top: 30px;
margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-b927de65-7ca2-4eb9-b22a-6e0135c10639"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b927de65-7ca2-4eb9-b22a-6e0135c10639"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 14.0px);
}

}

@media (min-width: 992px) {
[id="s-b927de65-7ca2-4eb9-b22a-6e0135c10639"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 14.0px);
}

}

@media (min-width: 1200px) {
[id="s-b927de65-7ca2-4eb9-b22a-6e0135c10639"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 14.0px);
}

}

#s-595a2310-3f09-4c5f-acf2-bdae347bf6f2 {
  margin-top: 15px;
margin-bottom: 25px;
}

#s-57d74267-62b9-43b9-9ebd-43f4478e83bc {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-463d84fb-d6f6-4456-8b05-afc03f6fd961 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-78f9db09-3a21-4082-abad-aa953f4dc020 {
  min-height: 50px;
}








#s-78f9db09-3a21-4082-abad-aa953f4dc020 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78f9db09-3a21-4082-abad-aa953f4dc020.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ef2ed017-d1b7-49ae-acc7-3108cc78c2df {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ef2ed017-d1b7-49ae-acc7-3108cc78c2df .shogun-heading-component h2 {
  color: rgba(72, 59, 56, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 31px;
  
  
  
}



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

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

#s-cc7d3ed9-b831-4af2-8247-f98eb7504dfb {
  margin-top: -30px;
margin-left: 40%;
margin-bottom: -30px;
margin-right: 40%;
}

#s-cc7d3ed9-b831-4af2-8247-f98eb7504dfb hr {
  border-top: 5px solid rgba(239, 110, 65, 1);
}

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

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

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

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

#s-a9174d41-3efa-42a0-b670-a0c55c6122a1 {
  margin-top: 55px;
margin-bottom: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-86da492d-6083-4f74-8d4c-8a056707a7d2 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 253, 252, 1);
}

#s-86da492d-6083-4f74-8d4c-8a056707a7d2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-86da492d-6083-4f74-8d4c-8a056707a7d2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(72, 59, 56, 1);
}

#s-86da492d-6083-4f74-8d4c-8a056707a7d2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 253, 252, 1);
}

#s-86da492d-6083-4f74-8d4c-8a056707a7d2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(72, 59, 56, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-86da492d-6083-4f74-8d4c-8a056707a7d2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-4f97153d-fd95-467e-a2e4-087714a14d92 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 600px;
}

#s-7699d9f8-b08e-4756-b77b-b9c69851f291 {
  margin-top: 50px;
margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-7699d9f8-b08e-4756-b77b-b9c69851f291"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7699d9f8-b08e-4756-b77b-b9c69851f291"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.5px);
}

[id="s-7699d9f8-b08e-4756-b77b-b9c69851f291"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.5px);
}

}

@media (min-width: 992px) {
[id="s-7699d9f8-b08e-4756-b77b-b9c69851f291"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.5px);
}

[id="s-7699d9f8-b08e-4756-b77b-b9c69851f291"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.5px);
}

}

@media (min-width: 1200px) {
[id="s-7699d9f8-b08e-4756-b77b-b9c69851f291"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.5px);
}

[id="s-7699d9f8-b08e-4756-b77b-b9c69851f291"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.5px);
}

}

#s-6eaea5df-d3cb-4182-9f8d-4c59c2bab61b {
  text-align: center;
}







  #s-6eaea5df-d3cb-4182-9f8d-4c59c2bab61b img.shogun-image {
    

    
    
    
  }


#s-6eaea5df-d3cb-4182-9f8d-4c59c2bab61b .shogun-image-content {
  
    align-items: center;
  
}

#s-9f46341f-ce2e-4800-8a7c-658aa7e662eb {
  text-align: center;
}







  #s-9f46341f-ce2e-4800-8a7c-658aa7e662eb img.shogun-image {
    

    
    
    
  }


#s-9f46341f-ce2e-4800-8a7c-658aa7e662eb .shogun-image-content {
  
    align-items: center;
  
}

#s-ad1722a8-4e37-43ac-ba62-b63137c20024 {
  margin-top: 50px;
margin-bottom: 50px;
padding-top: 50px;
padding-left: 15px;
padding-bottom: 50px;
padding-right: 15px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-ad1722a8-4e37-43ac-ba62-b63137c20024 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad1722a8-4e37-43ac-ba62-b63137c20024.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fa90af1e-11e9-475a-87f2-3a14d5c71b59 {
  border-color: rgba(245, 245, 245, 1);
border-style: solid;
background-color: rgba(245, 245, 245, 1);
}
@media (max-width: 767px){#s-fa90af1e-11e9-475a-87f2-3a14d5c71b59 {
  display: none;
}
#s-fa90af1e-11e9-475a-87f2-3a14d5c71b59, #wrap-s-fa90af1e-11e9-475a-87f2-3a14d5c71b59 { display:none !important; }}
@media (min-width: 0px) {
[id="s-fa90af1e-11e9-475a-87f2-3a14d5c71b59"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fa90af1e-11e9-475a-87f2-3a14d5c71b59"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fa90af1e-11e9-475a-87f2-3a14d5c71b59"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fa90af1e-11e9-475a-87f2-3a14d5c71b59"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-afb4a428-d32b-49c4-b31a-5c4ec4615b38 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
max-width: 95%;
background-color: rgba(255, 255, 255, 1);
}








#s-afb4a428-d32b-49c4-b31a-5c4ec4615b38 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-afb4a428-d32b-49c4-b31a-5c4ec4615b38 {
  cursor: pointer;
}#s-afb4a428-d32b-49c4-b31a-5c4ec4615b38.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3c543f67-ce19-4765-899e-e7f87a526294 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 40px;
padding-bottom: 5px;
text-align: center;
}

#s-3c543f67-ce19-4765-899e-e7f87a526294 .shogun-heading-component h3 {
  color: rgba(72, 59, 56, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 0.5px;
  text-align: center;
}


#s-3c543f67-ce19-4765-899e-e7f87a526294 .shogun-heading-component h3 a {
  color: rgba(72, 59, 56, 1);
}


#s-46f3d116-e271-4d9c-a8d5-0e26f49070ec {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
padding-top: 0px;
padding-left: 5%;
padding-bottom: 40px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
border-radius: 10px;
background-color: rgba(255, 255, 255, 0);
}

#s-6cc89b38-9f07-42d4-ac60-3251e7e788ec {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
max-width: 95%;
background-color: rgba(255, 255, 255, 1);
}








#s-6cc89b38-9f07-42d4-ac60-3251e7e788ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6cc89b38-9f07-42d4-ac60-3251e7e788ec {
  cursor: pointer;
}#s-6cc89b38-9f07-42d4-ac60-3251e7e788ec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ed754696-f5da-4ecf-b1af-781fbff6c784 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 40px;
padding-bottom: 5px;
text-align: center;
}

#s-ed754696-f5da-4ecf-b1af-781fbff6c784 .shogun-heading-component h3 {
  color: rgba(72, 59, 56, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 0.5px;
  text-align: center;
}


#s-ed754696-f5da-4ecf-b1af-781fbff6c784 .shogun-heading-component h3 a {
  color: rgba(72, 59, 56, 1);
}


#s-09618fdf-6f5c-4929-a6f1-afc84bb10ba0 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
padding-top: 0px;
padding-left: 5%;
padding-bottom: 40px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
border-radius: 10px;
background-color: rgba(255, 255, 255, 0);
}

#s-12a3b7d5-263c-4e1b-99a2-744f933ba446 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
max-width: 95%;
background-color: rgba(255, 255, 255, 1);
}








#s-12a3b7d5-263c-4e1b-99a2-744f933ba446 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-12a3b7d5-263c-4e1b-99a2-744f933ba446 {
  cursor: pointer;
}#s-12a3b7d5-263c-4e1b-99a2-744f933ba446.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-91b553b8-63eb-4c19-84a7-18175a79d8ca {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 40px;
padding-bottom: 5px;
text-align: center;
}

#s-91b553b8-63eb-4c19-84a7-18175a79d8ca .shogun-heading-component h3 {
  color: rgba(72, 59, 56, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 0.5px;
  text-align: center;
}


#s-91b553b8-63eb-4c19-84a7-18175a79d8ca .shogun-heading-component h3 a {
  color: rgba(72, 59, 56, 1);
}


#s-0e026250-e6d7-4c45-bf78-328676e73f75 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
padding-top: 0px;
padding-left: 5%;
padding-bottom: 40px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
border-radius: 10px;
background-color: rgba(255, 255, 255, 0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-8380c491-2790-4aea-8202-ccaf3e8dbfb1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
max-width: 98%;
}
@media (min-width: 1200px){#s-8380c491-2790-4aea-8202-ccaf3e8dbfb1 {
  display: none;
}
#s-8380c491-2790-4aea-8202-ccaf3e8dbfb1, #wrap-s-8380c491-2790-4aea-8202-ccaf3e8dbfb1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8380c491-2790-4aea-8202-ccaf3e8dbfb1 {
  display: none;
}
#s-8380c491-2790-4aea-8202-ccaf3e8dbfb1, #wrap-s-8380c491-2790-4aea-8202-ccaf3e8dbfb1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8380c491-2790-4aea-8202-ccaf3e8dbfb1 {
  display: none;
}
#s-8380c491-2790-4aea-8202-ccaf3e8dbfb1, #wrap-s-8380c491-2790-4aea-8202-ccaf3e8dbfb1 { display:none !important; }}
#s-8380c491-2790-4aea-8202-ccaf3e8dbfb1 .shg-sld-dot {
  background-color: rgba(195, 192, 190, 1);
}

#s-8380c491-2790-4aea-8202-ccaf3e8dbfb1 .shg-sld-nav-button.shg-sld-left,
#s-8380c491-2790-4aea-8202-ccaf3e8dbfb1 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(195, 192, 190, 1);
}

#s-43f16b48-fd40-4e08-8a20-e91e77e256fd {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
max-width: 95%;
background-color: rgba(255, 255, 255, 1);
}








#s-43f16b48-fd40-4e08-8a20-e91e77e256fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43f16b48-fd40-4e08-8a20-e91e77e256fd {
  cursor: pointer;
}#s-43f16b48-fd40-4e08-8a20-e91e77e256fd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ce0e9b95-d71b-40d2-8ade-196f968020eb {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-bottom: 5px;
text-align: center;
}

#s-ce0e9b95-d71b-40d2-8ade-196f968020eb .shogun-heading-component h3 {
  color: rgba(72, 59, 56, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 0.5px;
  text-align: center;
}


#s-ce0e9b95-d71b-40d2-8ade-196f968020eb .shogun-heading-component h3 a {
  color: rgba(72, 59, 56, 1);
}


#s-fcfcb630-6cb5-4263-a494-963ecb72d604 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
padding-top: 0px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
border-radius: 10px;
background-color: rgba(255, 255, 255, 0);
}

#s-3cfdedc8-8c72-471c-bed1-c77a061a9993 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
max-width: 95%;
background-color: rgba(255, 255, 255, 1);
}








#s-3cfdedc8-8c72-471c-bed1-c77a061a9993 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3cfdedc8-8c72-471c-bed1-c77a061a9993 {
  cursor: pointer;
}#s-3cfdedc8-8c72-471c-bed1-c77a061a9993.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0d940ce6-81bb-4052-8067-e40f605df431 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-bottom: 5px;
text-align: center;
}

#s-0d940ce6-81bb-4052-8067-e40f605df431 .shogun-heading-component h3 {
  color: rgba(72, 59, 56, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 0.5px;
  text-align: center;
}


#s-0d940ce6-81bb-4052-8067-e40f605df431 .shogun-heading-component h3 a {
  color: rgba(72, 59, 56, 1);
}


#s-ec84ffe1-0855-4fd4-990d-c9fb0a85b77a {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
padding-top: 0px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
border-radius: 10px;
background-color: rgba(255, 255, 255, 0);
}

#s-d6fbdfa8-3a56-4722-b5c5-3a9eb573ac2a {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
max-width: 95%;
background-color: rgba(255, 255, 255, 1);
}








#s-d6fbdfa8-3a56-4722-b5c5-3a9eb573ac2a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d6fbdfa8-3a56-4722-b5c5-3a9eb573ac2a {
  cursor: pointer;
}#s-d6fbdfa8-3a56-4722-b5c5-3a9eb573ac2a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c711172c-5e7b-425a-91b9-e9f496d4b939 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-bottom: 5px;
text-align: center;
}

#s-c711172c-5e7b-425a-91b9-e9f496d4b939 .shogun-heading-component h3 {
  color: rgba(72, 59, 56, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 0.5px;
  text-align: center;
}


#s-c711172c-5e7b-425a-91b9-e9f496d4b939 .shogun-heading-component h3 a {
  color: rgba(72, 59, 56, 1);
}


#s-fa8c4dc5-2830-4fd5-a130-7b703d695b38 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
padding-top: 0px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
border-radius: 10px;
background-color: rgba(255, 255, 255, 0);
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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