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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-0902053b-118e-4c81-9b8d-d675e4f727b1 {
  padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
background-color: rgba(33, 34, 38, 1);
}
@media (max-width: 767px){#s-0902053b-118e-4c81-9b8d-d675e4f727b1 {
  
}
}







#s-0902053b-118e-4c81-9b8d-d675e4f727b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0902053b-118e-4c81-9b8d-d675e4f727b1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-915e82ed-6a6c-4431-86df-088b26692d2b {
  padding-top: 2%;
padding-left: 5%;
padding-bottom: 2%;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
background-color: rgba(33, 34, 38, 1);
}

#s-915e82ed-6a6c-4431-86df-088b26692d2b .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



.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-5e3f2bbe-f854-4a5f-9a77-8ba182ee772e {
  padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-5e3f2bbe-f854-4a5f-9a77-8ba182ee772e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5e3f2bbe-f854-4a5f-9a77-8ba182ee772e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5e3f2bbe-f854-4a5f-9a77-8ba182ee772e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5e3f2bbe-f854-4a5f-9a77-8ba182ee772e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-a671b1fd-e97d-4a55-9bd3-acecdb33b3e1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a671b1fd-e97d-4a55-9bd3-acecdb33b3e1 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-a671b1fd-e97d-4a55-9bd3-acecdb33b3e1 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-e4c29cce-80bb-46d6-ad4c-150075fca92c .shogun-icon-wrapper {
  text-align: center;
}


#s-e4c29cce-80bb-46d6-ad4c-150075fca92c .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(255, 255, 255, 1);
}

#s-f6225f03-e33f-463f-996a-012b3a801c68 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 5%;
}

#s-ca36f4fb-1809-4399-a213-1e3e6a3846db {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ca36f4fb-1809-4399-a213-1e3e6a3846db .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-ca36f4fb-1809-4399-a213-1e3e6a3846db .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-61c9843f-920c-4f4e-91c0-129d6cebc311 .shogun-icon-wrapper {
  text-align: center;
}


#s-61c9843f-920c-4f4e-91c0-129d6cebc311 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(255, 255, 255, 1);
}

#s-e5ea3ed7-50ba-49c9-9686-1c4e45d6f9cb {
  margin-left: 20px;
margin-right: 20px;
padding-top: 5%;
padding-bottom: 5%;
}

#s-0566e702-8d6f-43a6-9328-a48f2a6accee {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0566e702-8d6f-43a6-9328-a48f2a6accee .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-0566e702-8d6f-43a6-9328-a48f2a6accee .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-4792dfad-4238-4a58-989c-d99cb66316a2 .shogun-icon-wrapper {
  text-align: center;
}


#s-4792dfad-4238-4a58-989c-d99cb66316a2 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(255, 255, 255, 1);
}

#s-7fab64ae-7355-439e-bce1-4057e2aa70e7 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 5%;
padding-bottom: 5%;
}

#s-5d2cf7f8-86b7-43b9-9c04-9c99335fe578 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50em;
background-position: center center;
}
@media (max-width: 767px){#s-5d2cf7f8-86b7-43b9-9c04-9c99335fe578 {
  display: none;
}
#s-5d2cf7f8-86b7-43b9-9c04-9c99335fe578, #wrap-s-5d2cf7f8-86b7-43b9-9c04-9c99335fe578 { display: none !important; }}







#s-5d2cf7f8-86b7-43b9-9c04-9c99335fe578 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d2cf7f8-86b7-43b9-9c04-9c99335fe578.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a2c0c9f6-e943-41dc-8f02-36445497d7f7 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 1%;
padding-bottom: 1%;
min-height: 50px;
background-color: rgba(33, 34, 38, 1);
}
@media (max-width: 767px){#s-a2c0c9f6-e943-41dc-8f02-36445497d7f7 {
  display: none;
}
#s-a2c0c9f6-e943-41dc-8f02-36445497d7f7, #wrap-s-a2c0c9f6-e943-41dc-8f02-36445497d7f7 { display: none !important; }}







#s-a2c0c9f6-e943-41dc-8f02-36445497d7f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a2c0c9f6-e943-41dc-8f02-36445497d7f7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b86a0779-b496-4908-a87b-26022101fc39 {
  padding-left: 2%;
padding-right: 2%;
}

@media (min-width: 0px) {
[id="s-b86a0779-b496-4908-a87b-26022101fc39"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b86a0779-b496-4908-a87b-26022101fc39"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-b86a0779-b496-4908-a87b-26022101fc39"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-b86a0779-b496-4908-a87b-26022101fc39"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-2fd5ae6d-0959-4918-8c5a-e731918f424c {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(97, 202, 218, 1);
border-style: solid;
min-height: 50px;
}








#s-2fd5ae6d-0959-4918-8c5a-e731918f424c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2fd5ae6d-0959-4918-8c5a-e731918f424c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fb56d5aa-ace1-408e-b097-b4faf53923d3 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(97, 202, 218, 1);
border-style: solid;
min-height: 50px;
}








#s-fb56d5aa-ace1-408e-b097-b4faf53923d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb56d5aa-ace1-408e-b097-b4faf53923d3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-867d0393-5b2b-4e7c-b811-3779af326424 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(97, 202, 218, 1);
border-style: solid;
min-height: 50px;
}








#s-867d0393-5b2b-4e7c-b811-3779af326424 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-867d0393-5b2b-4e7c-b811-3779af326424.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bbf8c18e-fc73-4887-b821-1a12808e9912 {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-left: 4%;
padding-bottom: 2%;
padding-right: 4%;
max-width: 100%;
}

@media (min-width: 0px) {
[id="s-bbf8c18e-fc73-4887-b821-1a12808e9912"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bbf8c18e-fc73-4887-b821-1a12808e9912"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-bbf8c18e-fc73-4887-b821-1a12808e9912"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-bbf8c18e-fc73-4887-b821-1a12808e9912"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (max-width: 767px) {
  [id="s-bbf8c18e-fc73-4887-b821-1a12808e9912"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-83577854-86e8-45de-9b17-3b082503694d {
  padding-top: 3%;
padding-bottom: 3%;
min-height: 30em;
}








#s-83577854-86e8-45de-9b17-3b082503694d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83577854-86e8-45de-9b17-3b082503694d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-cf6a1e59-1723-44b2-8b40-507c4bf0b5dc {
  padding-top: 10%;
padding-bottom: 10%;
}

#s-827c0a2a-bc24-4778-b25b-365931d4d831 {
  padding-left: 5%;
padding-right: 5%;
min-height: 30em;
}








#s-827c0a2a-bc24-4778-b25b-365931d4d831 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-827c0a2a-bc24-4778-b25b-365931d4d831.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7be2921d-18c1-4f5b-9f00-cec64d0a13b9 {
  padding-top: 5%;
padding-bottom: 5%;
text-align: center;
}

#s-7be2921d-18c1-4f5b-9f00-cec64d0a13b9 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-8f555069-0f07-4cf2-8b0c-9c7cd89630f1 {
  padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
}

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

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

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

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

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

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

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

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

#s-9820ff56-5368-41f6-b99f-3a2a75f1575a {
  margin-top: 3%;
margin-bottom: 3%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-9820ff56-5368-41f6-b99f-3a2a75f1575a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9820ff56-5368-41f6-b99f-3a2a75f1575a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9820ff56-5368-41f6-b99f-3a2a75f1575a-root {
    text-align: center;
  }


#s-9820ff56-5368-41f6-b99f-3a2a75f1575a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9820ff56-5368-41f6-b99f-3a2a75f1575a-root {
    text-align: center;
  }


#s-9820ff56-5368-41f6-b99f-3a2a75f1575a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9820ff56-5368-41f6-b99f-3a2a75f1575a-root {
    text-align: center;
  }


#s-9820ff56-5368-41f6-b99f-3a2a75f1575a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9820ff56-5368-41f6-b99f-3a2a75f1575a-root {
    text-align: center;
  }


#s-9820ff56-5368-41f6-b99f-3a2a75f1575a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9820ff56-5368-41f6-b99f-3a2a75f1575a-root {
    text-align: center;
  }


#s-9820ff56-5368-41f6-b99f-3a2a75f1575a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-b8b7c4b6-1812-4d97-9eb8-d192b53a2a49 {
  padding-top: 2%;
padding-left: 5%;
padding-bottom: 2%;
padding-right: 5%;
max-width: 100%;
}

@media (min-width: 0px) {
[id="s-b8b7c4b6-1812-4d97-9eb8-d192b53a2a49"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b8b7c4b6-1812-4d97-9eb8-d192b53a2a49"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b8b7c4b6-1812-4d97-9eb8-d192b53a2a49"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b8b7c4b6-1812-4d97-9eb8-d192b53a2a49"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-482d3c13-3524-4050-8096-5808107e18e1 {
  margin-left: 5%;
margin-right: 5%;
min-height: 30em;
}








#s-482d3c13-3524-4050-8096-5808107e18e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-482d3c13-3524-4050-8096-5808107e18e1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3089a56c-c793-479c-90d6-ca2d51ddd93c {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 5%;
padding-left: 0%;
padding-bottom: 5%;
padding-right: 0%;
text-align: center;
}

#s-3089a56c-c793-479c-90d6-ca2d51ddd93c .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-2f9c58b8-05ac-420b-bbce-424613d6540e {
  margin-top: 0%;
margin-left: 0px;
margin-bottom: 0%;
margin-right: 0px;
padding-left: 0%;
padding-right: 0%;
}

.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-5165dd82-c137-4f8b-9826-251d1cb643a1 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-5165dd82-c137-4f8b-9826-251d1cb643a1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 12px;
}

#s-5165dd82-c137-4f8b-9826-251d1cb643a1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-5165dd82-c137-4f8b-9826-251d1cb643a1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-5165dd82-c137-4f8b-9826-251d1cb643a1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: right;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-5165dd82-c137-4f8b-9826-251d1cb643a1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-e45cece4-ac3a-4e94-b7f7-8491000acbf6 {
  padding-left: 0%;
padding-right: 0%;
}

#s-c3916e01-58e4-468e-925b-5a62594d8d2b {
  margin-top: 3%;
margin-bottom: 3%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-c3916e01-58e4-468e-925b-5a62594d8d2b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c3916e01-58e4-468e-925b-5a62594d8d2b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c3916e01-58e4-468e-925b-5a62594d8d2b-root {
    text-align: center;
  }


#s-c3916e01-58e4-468e-925b-5a62594d8d2b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c3916e01-58e4-468e-925b-5a62594d8d2b-root {
    text-align: center;
  }


#s-c3916e01-58e4-468e-925b-5a62594d8d2b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c3916e01-58e4-468e-925b-5a62594d8d2b-root {
    text-align: center;
  }


#s-c3916e01-58e4-468e-925b-5a62594d8d2b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c3916e01-58e4-468e-925b-5a62594d8d2b-root {
    text-align: center;
  }


#s-c3916e01-58e4-468e-925b-5a62594d8d2b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c3916e01-58e4-468e-925b-5a62594d8d2b-root {
    text-align: center;
  }


#s-c3916e01-58e4-468e-925b-5a62594d8d2b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-dc3a7c31-5cf6-4b0f-99ee-47dd17d5a4de {
  background-repeat: no-repeat;
background-size: cover;
min-height: 30em;
background-position: left center;
}








#s-dc3a7c31-5cf6-4b0f-99ee-47dd17d5a4de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc3a7c31-5cf6-4b0f-99ee-47dd17d5a4de.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1c0a0389-42da-44e4-be72-12577ff6508f {
  padding-top: 2%;
padding-left: 5%;
padding-bottom: 2%;
padding-right: 5%;
max-width: 100%;
}

@media (min-width: 0px) {
[id="s-1c0a0389-42da-44e4-be72-12577ff6508f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1c0a0389-42da-44e4-be72-12577ff6508f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1c0a0389-42da-44e4-be72-12577ff6508f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1c0a0389-42da-44e4-be72-12577ff6508f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-1c0a0389-42da-44e4-be72-12577ff6508f"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-93586c08-82d9-4ae6-ae50-2c4fb135455d {
  background-repeat: no-repeat;
background-size: cover;
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: 30em;
max-width: 100%;
background-position: center center;
background-attachment: scroll;
}








#s-93586c08-82d9-4ae6-ae50-2c4fb135455d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-93586c08-82d9-4ae6-ae50-2c4fb135455d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-19741342-f57b-4180-96d2-948327a11360 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 5%;
padding-right: 5%;
min-height: 30em;
}








#s-19741342-f57b-4180-96d2-948327a11360 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-19741342-f57b-4180-96d2-948327a11360.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ad9515f4-26b9-46e4-9b05-b0dba86c19ef {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 5%;
padding-left: 0%;
padding-bottom: 5%;
padding-right: 0%;
text-align: center;
}

#s-ad9515f4-26b9-46e4-9b05-b0dba86c19ef .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-90c7303b-26ec-49d5-a85f-262701153ed5 {
  margin-top: 0%;
margin-left: 0px;
margin-bottom: 0%;
margin-right: 0px;
padding-left: 0%;
padding-right: 0%;
}

#s-52b2e0a2-a01a-4115-947b-a9e97a4bc4cd > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-52b2e0a2-a01a-4115-947b-a9e97a4bc4cd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 12px;
}

#s-52b2e0a2-a01a-4115-947b-a9e97a4bc4cd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-52b2e0a2-a01a-4115-947b-a9e97a4bc4cd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-52b2e0a2-a01a-4115-947b-a9e97a4bc4cd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: right;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-52b2e0a2-a01a-4115-947b-a9e97a4bc4cd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-92d6a4ea-6bf3-4696-aa56-a946ec63cda8 {
  padding-left: 0%;
padding-right: 0%;
}

#s-c2f9d68c-61ca-4e23-ad58-35fbd4973f2b {
  margin-top: 3%;
margin-bottom: 3%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-c2f9d68c-61ca-4e23-ad58-35fbd4973f2b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c2f9d68c-61ca-4e23-ad58-35fbd4973f2b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c2f9d68c-61ca-4e23-ad58-35fbd4973f2b-root {
    text-align: center;
  }


#s-c2f9d68c-61ca-4e23-ad58-35fbd4973f2b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c2f9d68c-61ca-4e23-ad58-35fbd4973f2b-root {
    text-align: center;
  }


#s-c2f9d68c-61ca-4e23-ad58-35fbd4973f2b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c2f9d68c-61ca-4e23-ad58-35fbd4973f2b-root {
    text-align: center;
  }


#s-c2f9d68c-61ca-4e23-ad58-35fbd4973f2b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c2f9d68c-61ca-4e23-ad58-35fbd4973f2b-root {
    text-align: center;
  }


#s-c2f9d68c-61ca-4e23-ad58-35fbd4973f2b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c2f9d68c-61ca-4e23-ad58-35fbd4973f2b-root {
    text-align: center;
  }


#s-c2f9d68c-61ca-4e23-ad58-35fbd4973f2b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-baf50309-073e-45d1-8452-36154a79df43 {
  padding-top: 2%;
padding-left: 5%;
padding-bottom: 2%;
padding-right: 5%;
max-width: 100%;
}

@media (min-width: 0px) {
[id="s-baf50309-073e-45d1-8452-36154a79df43"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-baf50309-073e-45d1-8452-36154a79df43"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-baf50309-073e-45d1-8452-36154a79df43"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-baf50309-073e-45d1-8452-36154a79df43"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-02b0214d-d194-4f32-9e89-61015438681d {
  padding-left: 5%;
padding-right: 5%;
min-height: 30em;
}








#s-02b0214d-d194-4f32-9e89-61015438681d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02b0214d-d194-4f32-9e89-61015438681d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-edc8de64-77fe-4225-b10d-ec2a11a48c39 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 5%;
padding-left: 0%;
padding-bottom: 5%;
padding-right: 0%;
text-align: center;
}

#s-edc8de64-77fe-4225-b10d-ec2a11a48c39 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-da6ee90a-3ffd-4e39-8d11-672bc490c932 {
  margin-top: 0%;
margin-left: 0px;
margin-bottom: 0%;
margin-right: 0px;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
}

#s-24184936-11f3-48aa-bf3f-4f810894e3ec > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-24184936-11f3-48aa-bf3f-4f810894e3ec > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 12px;
}

#s-24184936-11f3-48aa-bf3f-4f810894e3ec > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-24184936-11f3-48aa-bf3f-4f810894e3ec > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-24184936-11f3-48aa-bf3f-4f810894e3ec > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: right;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-24184936-11f3-48aa-bf3f-4f810894e3ec > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-4b45e7a3-58b8-4f09-91f4-cd22d3945ad8 {
  padding-left: 0%;
padding-right: 0%;
}

#s-a82f26bc-17a9-45e5-a3be-5caffe0ec186 {
  margin-top: 3%;
margin-bottom: 3%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-a82f26bc-17a9-45e5-a3be-5caffe0ec186:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a82f26bc-17a9-45e5-a3be-5caffe0ec186:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a82f26bc-17a9-45e5-a3be-5caffe0ec186-root {
    text-align: center;
  }


#s-a82f26bc-17a9-45e5-a3be-5caffe0ec186.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a82f26bc-17a9-45e5-a3be-5caffe0ec186-root {
    text-align: center;
  }


#s-a82f26bc-17a9-45e5-a3be-5caffe0ec186.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a82f26bc-17a9-45e5-a3be-5caffe0ec186-root {
    text-align: center;
  }


#s-a82f26bc-17a9-45e5-a3be-5caffe0ec186.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a82f26bc-17a9-45e5-a3be-5caffe0ec186-root {
    text-align: center;
  }


#s-a82f26bc-17a9-45e5-a3be-5caffe0ec186.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a82f26bc-17a9-45e5-a3be-5caffe0ec186-root {
    text-align: center;
  }


#s-a82f26bc-17a9-45e5-a3be-5caffe0ec186.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-1c34736a-be4c-4e27-a79f-dc91740a1e05 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0px;
padding-right: 0%;
min-height: 30em;
max-width: 100%;
background-position: center center;
}








#s-1c34736a-be4c-4e27-a79f-dc91740a1e05 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c34736a-be4c-4e27-a79f-dc91740a1e05.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-011fe503-e21b-41b5-96b3-12e66809566a {
  padding-top: 2%;
padding-left: 5%;
padding-bottom: 2%;
padding-right: 5%;
max-width: 100%;
}

@media (min-width: 0px) {
[id="s-011fe503-e21b-41b5-96b3-12e66809566a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-011fe503-e21b-41b5-96b3-12e66809566a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-011fe503-e21b-41b5-96b3-12e66809566a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-011fe503-e21b-41b5-96b3-12e66809566a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-011fe503-e21b-41b5-96b3-12e66809566a"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-f6d19a7f-fe72-477f-9a41-7c1c459690a1 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0%;
margin-right: 0%;
padding-top: 3%;
padding-left: 0px;
padding-right: 0%;
min-height: 30em;
background-position: center center;
}








#s-f6d19a7f-fe72-477f-9a41-7c1c459690a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f6d19a7f-fe72-477f-9a41-7c1c459690a1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9dee1f1a-70cb-4900-ae7c-ec0fe9b4f494 {
  padding-left: 5%;
padding-right: 5%;
min-height: 30em;
}








#s-9dee1f1a-70cb-4900-ae7c-ec0fe9b4f494 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9dee1f1a-70cb-4900-ae7c-ec0fe9b4f494.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4f2141d9-c236-449e-ba8c-80e7bd5fff46 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 5%;
padding-left: 0%;
padding-bottom: 5%;
padding-right: 0%;
text-align: center;
}

#s-4f2141d9-c236-449e-ba8c-80e7bd5fff46 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-331dba27-64c6-4c7f-a2d3-e490115fffd7 {
  margin-top: 0%;
margin-left: 0px;
margin-bottom: 0%;
margin-right: 0px;
padding-left: 0%;
padding-right: 0%;
}

#s-ef3e676a-cbc4-4682-a482-46c7180d6081 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-ef3e676a-cbc4-4682-a482-46c7180d6081 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 12px;
}

#s-ef3e676a-cbc4-4682-a482-46c7180d6081 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-ef3e676a-cbc4-4682-a482-46c7180d6081 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-ef3e676a-cbc4-4682-a482-46c7180d6081 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: right;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-ef3e676a-cbc4-4682-a482-46c7180d6081 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-068bc6a0-2077-409f-9018-464749f27907 {
  padding-left: 0%;
padding-right: 0%;
}

#s-04cded94-7adb-435d-850e-f267d410b32c {
  margin-top: 3%;
margin-bottom: 3%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-04cded94-7adb-435d-850e-f267d410b32c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-04cded94-7adb-435d-850e-f267d410b32c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-04cded94-7adb-435d-850e-f267d410b32c-root {
    text-align: center;
  }


#s-04cded94-7adb-435d-850e-f267d410b32c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-04cded94-7adb-435d-850e-f267d410b32c-root {
    text-align: center;
  }


#s-04cded94-7adb-435d-850e-f267d410b32c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-04cded94-7adb-435d-850e-f267d410b32c-root {
    text-align: center;
  }


#s-04cded94-7adb-435d-850e-f267d410b32c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-04cded94-7adb-435d-850e-f267d410b32c-root {
    text-align: center;
  }


#s-04cded94-7adb-435d-850e-f267d410b32c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-04cded94-7adb-435d-850e-f267d410b32c-root {
    text-align: center;
  }


#s-04cded94-7adb-435d-850e-f267d410b32c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-24f22ce9-47ac-4e00-9adb-934261b62c84 {
  padding-top: 2%;
padding-left: 5%;
padding-bottom: 2%;
padding-right: 5%;
max-width: 100%;
}

@media (min-width: 0px) {
[id="s-24f22ce9-47ac-4e00-9adb-934261b62c84"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-24f22ce9-47ac-4e00-9adb-934261b62c84"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-24f22ce9-47ac-4e00-9adb-934261b62c84"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-24f22ce9-47ac-4e00-9adb-934261b62c84"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-58afbfc7-85ea-49f4-95ce-30840ad0a0bf {
  padding-left: 5%;
padding-right: 5%;
min-height: 30em;
}








#s-58afbfc7-85ea-49f4-95ce-30840ad0a0bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58afbfc7-85ea-49f4-95ce-30840ad0a0bf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d19f2b41-4783-4dca-9f6a-fb7607d047fe {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 5%;
padding-left: 0%;
padding-bottom: 5%;
padding-right: 0%;
text-align: center;
}

#s-d19f2b41-4783-4dca-9f6a-fb7607d047fe .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-a6aeb26b-146f-428b-a0d5-d1d5b5416484 {
  margin-top: 0%;
margin-left: 0px;
margin-bottom: 0%;
margin-right: 0px;
padding-left: 0%;
padding-right: 0%;
}

#s-0f5c8f00-9aa0-42c0-8d46-f671873b12a3 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-0f5c8f00-9aa0-42c0-8d46-f671873b12a3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 12px;
}

#s-0f5c8f00-9aa0-42c0-8d46-f671873b12a3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-0f5c8f00-9aa0-42c0-8d46-f671873b12a3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-0f5c8f00-9aa0-42c0-8d46-f671873b12a3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: right;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-0f5c8f00-9aa0-42c0-8d46-f671873b12a3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-90d9d747-96d7-4abf-986d-f3269e34de0b {
  padding-left: 0%;
padding-right: 0%;
}

#s-5461619e-033f-4794-ab5a-5b09d013ff8e {
  margin-top: 3%;
margin-bottom: 3%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-5461619e-033f-4794-ab5a-5b09d013ff8e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5461619e-033f-4794-ab5a-5b09d013ff8e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5461619e-033f-4794-ab5a-5b09d013ff8e-root {
    text-align: center;
  }


#s-5461619e-033f-4794-ab5a-5b09d013ff8e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5461619e-033f-4794-ab5a-5b09d013ff8e-root {
    text-align: center;
  }


#s-5461619e-033f-4794-ab5a-5b09d013ff8e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5461619e-033f-4794-ab5a-5b09d013ff8e-root {
    text-align: center;
  }


#s-5461619e-033f-4794-ab5a-5b09d013ff8e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5461619e-033f-4794-ab5a-5b09d013ff8e-root {
    text-align: center;
  }


#s-5461619e-033f-4794-ab5a-5b09d013ff8e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5461619e-033f-4794-ab5a-5b09d013ff8e-root {
    text-align: center;
  }


#s-5461619e-033f-4794-ab5a-5b09d013ff8e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-4bed12cc-9fc7-4292-81a2-14907892dac7 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0%;
margin-right: 0%;
padding-top: 3%;
padding-left: 0px;
padding-right: 0%;
min-height: 30em;
background-position: left center;
}








#s-4bed12cc-9fc7-4292-81a2-14907892dac7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4bed12cc-9fc7-4292-81a2-14907892dac7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-0eefa176-b9f9-4259-80cb-16efed63e2ba {
  padding-top: 2%;
padding-left: 10%;
padding-bottom: 1%;
padding-right: 10%;
}

#s-0eefa176-b9f9-4259-80cb-16efed63e2ba hr {
  border-top: 1px solid rgba(36, 204, 204, 1);
}

#s-09bd0300-bee5-411f-a329-d10336c9696e {
  min-height: 50px;
}








#s-09bd0300-bee5-411f-a329-d10336c9696e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09bd0300-bee5-411f-a329-d10336c9696e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-99835e13-260d-4d0f-8d91-e4ef3ad3d5b8 {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-99835e13-260d-4d0f-8d91-e4ef3ad3d5b8 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-ad981cec-1eb4-401d-84c9-96fc195c27db {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-ad981cec-1eb4-401d-84c9-96fc195c27db"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ad981cec-1eb4-401d-84c9-96fc195c27db"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ad981cec-1eb4-401d-84c9-96fc195c27db"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ad981cec-1eb4-401d-84c9-96fc195c27db"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ad981cec-1eb4-401d-84c9-96fc195c27db"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ad981cec-1eb4-401d-84c9-96fc195c27db"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ad981cec-1eb4-401d-84c9-96fc195c27db"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-41d95677-34ea-46a2-a177-641bc5b779e7 {
  min-height: 30em;
}








#s-41d95677-34ea-46a2-a177-641bc5b779e7 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-41d95677-34ea-46a2-a177-641bc5b779e7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0a776416-4de6-4dc3-9bd5-7b39cd66e118 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5%;
padding-bottom: 5%;
text-align: left;
}

#s-0a776416-4de6-4dc3-9bd5-7b39cd66e118 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-bdd5f3a1-7a03-4d4d-b3a0-99cd97a04d5f {
  margin-left: 5%;
margin-right: 5%;
}

#s-90e2c6cb-37a3-4335-a629-9720321e681b {
  margin-left: 5%;
margin-right: 5%;
}

#s-20b967a6-92d1-4339-ac84-b3948bf9ad68 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-20b967a6-92d1-4339-ac84-b3948bf9ad68:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-20b967a6-92d1-4339-ac84-b3948bf9ad68:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-20b967a6-92d1-4339-ac84-b3948bf9ad68-root {
    text-align: center;
  }


#s-20b967a6-92d1-4339-ac84-b3948bf9ad68.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-20b967a6-92d1-4339-ac84-b3948bf9ad68-root {
    text-align: center;
  }


#s-20b967a6-92d1-4339-ac84-b3948bf9ad68.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-20b967a6-92d1-4339-ac84-b3948bf9ad68-root {
    text-align: center;
  }


#s-20b967a6-92d1-4339-ac84-b3948bf9ad68.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-20b967a6-92d1-4339-ac84-b3948bf9ad68-root {
    text-align: center;
  }


#s-20b967a6-92d1-4339-ac84-b3948bf9ad68.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-20b967a6-92d1-4339-ac84-b3948bf9ad68-root {
    text-align: center;
  }


#s-20b967a6-92d1-4339-ac84-b3948bf9ad68.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-4079e9d5-9ae8-48f6-b1b9-b1d1e8da5b46 {
  min-height: 30em;
}








#s-4079e9d5-9ae8-48f6-b1b9-b1d1e8da5b46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4079e9d5-9ae8-48f6-b1b9-b1d1e8da5b46.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-af6d350d-24b3-41f3-9139-07940a8976fa {
  padding-top: 2%;
padding-left: 10%;
padding-bottom: 1%;
padding-right: 10%;
}

#s-af6d350d-24b3-41f3-9139-07940a8976fa hr {
  border-top: 1px solid rgba(36, 204, 204, 1);
}

#s-9cd44731-0ce5-4f86-91e0-523b399d5308 {
  text-align: left;
}

#s-981747f2-567a-4fc4-a03e-fa359f4c1348 {
  padding-top: 0%;
padding-left: 3%;
padding-bottom: 0%;
padding-right: 3%;
min-height: 400px;
}

@media (min-width: 0px) {
[id="s-981747f2-567a-4fc4-a03e-fa359f4c1348"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-981747f2-567a-4fc4-a03e-fa359f4c1348"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-981747f2-567a-4fc4-a03e-fa359f4c1348"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-981747f2-567a-4fc4-a03e-fa359f4c1348"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-981747f2-567a-4fc4-a03e-fa359f4c1348"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-981747f2-567a-4fc4-a03e-fa359f4c1348"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-981747f2-567a-4fc4-a03e-fa359f4c1348"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-2f5bdce1-80de-4f72-a379-5673e65a1f3d {
  min-height: 30em;
}








#s-2f5bdce1-80de-4f72-a379-5673e65a1f3d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f5bdce1-80de-4f72-a379-5673e65a1f3d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0fd0623b-7194-4898-ba5c-0d46ff26d117 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 5%;
padding-bottom: 5%;
text-align: center;
}

#s-0fd0623b-7194-4898-ba5c-0d46ff26d117 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-c76c28f7-74fb-497e-ab5b-4217fb1150a9 {
  padding-top: 0%;
padding-bottom: 0%;
}
@media (max-width: 767px){#s-c76c28f7-74fb-497e-ab5b-4217fb1150a9 {
  padding-left: 8%;
padding-right: 8%;
}
}
#s-1b8a3424-8662-4fc6-a552-fbd482c0d305 {
  min-height: 30em;
}








#s-1b8a3424-8662-4fc6-a552-fbd482c0d305 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b8a3424-8662-4fc6-a552-fbd482c0d305.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7957d130-5201-45d6-aade-da2c68d14b26 {
  padding-top: 5%;
padding-bottom: 5%;
}

#s-2419daa7-6d2e-4710-b7d9-081fc450cead {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
}

@media (min-width: 0px) {
[id="s-2419daa7-6d2e-4710-b7d9-081fc450cead"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2419daa7-6d2e-4710-b7d9-081fc450cead"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2419daa7-6d2e-4710-b7d9-081fc450cead"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2419daa7-6d2e-4710-b7d9-081fc450cead"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-b23bd568-8146-47d4-8f79-ccb508cf1ce1 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 30em;
background-position: center center;
}








#s-b23bd568-8146-47d4-8f79-ccb508cf1ce1 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
}#s-b23bd568-8146-47d4-8f79-ccb508cf1ce1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-985d9ddf-92f5-4a4c-a27e-a472f95aeaba {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-985d9ddf-92f5-4a4c-a27e-a472f95aeaba .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-22c6eeae-a884-441e-9896-68b50108259d {
  padding-top: 1%;
padding-bottom: 1%;
}

#s-7b8fdb46-9a0f-4299-b61e-a46033cca282 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(252, 83, 9, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7b8fdb46-9a0f-4299-b61e-a46033cca282:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(252, 83, 9, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7b8fdb46-9a0f-4299-b61e-a46033cca282:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(252, 83, 9, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-7b8fdb46-9a0f-4299-b61e-a46033cca282-root {
    text-align: center;
  }


#s-7b8fdb46-9a0f-4299-b61e-a46033cca282.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7b8fdb46-9a0f-4299-b61e-a46033cca282-root {
    text-align: center;
  }


#s-7b8fdb46-9a0f-4299-b61e-a46033cca282.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7b8fdb46-9a0f-4299-b61e-a46033cca282-root {
    text-align: center;
  }


#s-7b8fdb46-9a0f-4299-b61e-a46033cca282.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7b8fdb46-9a0f-4299-b61e-a46033cca282-root {
    text-align: center;
  }


#s-7b8fdb46-9a0f-4299-b61e-a46033cca282.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7b8fdb46-9a0f-4299-b61e-a46033cca282-root {
    text-align: center;
  }


#s-7b8fdb46-9a0f-4299-b61e-a46033cca282.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-5fb4186c-bd86-4658-9e55-6632b97a52ed {
  background-repeat: no-repeat;
background-size: cover;
min-height: 30em;
background-position: center center;
}
@media (max-width: 767px){#s-5fb4186c-bd86-4658-9e55-6632b97a52ed {
  padding-top: 4%;
padding-left: 4%;
padding-bottom: 4%;
padding-right: 4%;
}
}







#s-5fb4186c-bd86-4658-9e55-6632b97a52ed > .shg-box-overlay {
  background-color: #000;
  opacity: 0.3;
}#s-5fb4186c-bd86-4658-9e55-6632b97a52ed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-89c591d5-bfea-440d-a61a-6ef42d80c813 {
  text-align: center;
}

#s-89c591d5-bfea-440d-a61a-6ef42d80c813 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-47b8f596-2b11-4be4-9e1d-07e14fc46e42 {
  padding-top: 1%;
padding-bottom: 1%;
}

#s-90d29ea6-5e29-4171-a4ea-83cc5e338a8a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(252, 83, 9, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-90d29ea6-5e29-4171-a4ea-83cc5e338a8a:hover {background-color: rgba(252, 83, 9, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-90d29ea6-5e29-4171-a4ea-83cc5e338a8a:active {background-color: rgba(252, 83, 9, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-90d29ea6-5e29-4171-a4ea-83cc5e338a8a-root {
    text-align: center;
  }


#s-90d29ea6-5e29-4171-a4ea-83cc5e338a8a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-90d29ea6-5e29-4171-a4ea-83cc5e338a8a-root {
    text-align: center;
  }


#s-90d29ea6-5e29-4171-a4ea-83cc5e338a8a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-90d29ea6-5e29-4171-a4ea-83cc5e338a8a-root {
    text-align: center;
  }


#s-90d29ea6-5e29-4171-a4ea-83cc5e338a8a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-90d29ea6-5e29-4171-a4ea-83cc5e338a8a-root {
    text-align: center;
  }


#s-90d29ea6-5e29-4171-a4ea-83cc5e338a8a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-90d29ea6-5e29-4171-a4ea-83cc5e338a8a-root {
    text-align: center;
  }


#s-90d29ea6-5e29-4171-a4ea-83cc5e338a8a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-e1965471-30b6-44c4-bf69-8f1052a36e3b {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(33, 34, 38, 1);
}
@media (max-width: 767px){#s-e1965471-30b6-44c4-bf69-8f1052a36e3b {
  display: none;
}
#s-e1965471-30b6-44c4-bf69-8f1052a36e3b, #wrap-s-e1965471-30b6-44c4-bf69-8f1052a36e3b { display: none !important; }}
@media (min-width: 0px) {
[id="s-e1965471-30b6-44c4-bf69-8f1052a36e3b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e1965471-30b6-44c4-bf69-8f1052a36e3b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e1965471-30b6-44c4-bf69-8f1052a36e3b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e1965471-30b6-44c4-bf69-8f1052a36e3b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-e1965471-30b6-44c4-bf69-8f1052a36e3b"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-22cfa229-c88f-4735-8ea3-317ed35d5978 {
  margin-top: 0%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
min-height: 50px;
}








#s-22cfa229-c88f-4735-8ea3-317ed35d5978 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22cfa229-c88f-4735-8ea3-317ed35d5978.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7ffafa58-d1ee-4e84-8fa5-def6be56d7c7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7ffafa58-d1ee-4e84-8fa5-def6be56d7c7 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-b6bc46f2-10ba-48ba-8078-7b6c3ef9ffe3 {
  min-height: 50px;
}








#s-b6bc46f2-10ba-48ba-8078-7b6c3ef9ffe3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b6bc46f2-10ba-48ba-8078-7b6c3ef9ffe3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-9c600f96-04b4-43b7-b4a4-2be60766cde8 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
padding-left: 100px;
padding-right: 100px;
text-align: center;
}








#s-9c600f96-04b4-43b7-b4a4-2be60766cde8 .shogun-image-content {
  
    align-items: center;
  
}

#s-16e8b824-08fa-4835-9ba4-58f8e84bbdab {
  padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
background-color: rgba(145, 252, 255, 1);
opacity: 1;
}

@media (min-width: 0px) {
[id="s-16e8b824-08fa-4835-9ba4-58f8e84bbdab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-16e8b824-08fa-4835-9ba4-58f8e84bbdab"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-16e8b824-08fa-4835-9ba4-58f8e84bbdab"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-16e8b824-08fa-4835-9ba4-58f8e84bbdab"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5ced25b2-3d74-4619-9a8f-4535907e8c3e {
  min-height: 30em;
}








#s-5ced25b2-3d74-4619-9a8f-4535907e8c3e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ced25b2-3d74-4619-9a8f-4535907e8c3e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7c472888-4793-4aae-a460-6be8884dd887 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7c472888-4793-4aae-a460-6be8884dd887 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-905691a6-bb54-440d-a185-9a23e6eb31a3 {
  margin-top: 3%;
margin-left: 30px;
margin-bottom: 3%;
margin-right: 30px;
padding-top: 5%;
padding-bottom: 5%;
}

#s-e8ff7aad-4bfd-4ee5-b0b0-d52cfd3e328d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-e8ff7aad-4bfd-4ee5-b0b0-d52cfd3e328d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e8ff7aad-4bfd-4ee5-b0b0-d52cfd3e328d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e8ff7aad-4bfd-4ee5-b0b0-d52cfd3e328d-root {
    text-align: center;
  }


#s-e8ff7aad-4bfd-4ee5-b0b0-d52cfd3e328d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e8ff7aad-4bfd-4ee5-b0b0-d52cfd3e328d-root {
    text-align: center;
  }


#s-e8ff7aad-4bfd-4ee5-b0b0-d52cfd3e328d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e8ff7aad-4bfd-4ee5-b0b0-d52cfd3e328d-root {
    text-align: center;
  }


#s-e8ff7aad-4bfd-4ee5-b0b0-d52cfd3e328d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e8ff7aad-4bfd-4ee5-b0b0-d52cfd3e328d-root {
    text-align: center;
  }


#s-e8ff7aad-4bfd-4ee5-b0b0-d52cfd3e328d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e8ff7aad-4bfd-4ee5-b0b0-d52cfd3e328d-root {
    text-align: center;
  }


#s-e8ff7aad-4bfd-4ee5-b0b0-d52cfd3e328d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-86c519b6-59c2-4500-9612-0d7517d56b9b {
  min-height: 30em;
}








#s-86c519b6-59c2-4500-9612-0d7517d56b9b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86c519b6-59c2-4500-9612-0d7517d56b9b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aa028ce0-934a-46dc-84de-f0bd82a248fc {
  text-align: center;
}
@media (max-width: 767px){#s-aa028ce0-934a-46dc-84de-f0bd82a248fc {
  
}
}






  #s-aa028ce0-934a-46dc-84de-f0bd82a248fc img.shogun-image {
    

    
    
    
  }


#s-aa028ce0-934a-46dc-84de-f0bd82a248fc .shogun-image-content {
  
    align-items: center;
  
}

#s-76680f06-1db4-4173-bf39-9397763cffb8 {
  text-align: left;
}

#s-826036ba-ecdd-422a-9f13-61e6a0c9d2db {
  padding-top: 2%;
padding-left: 5%;
padding-bottom: 2%;
padding-right: 5%;
max-width: 100%;
}

@media (min-width: 0px) {
[id="s-826036ba-ecdd-422a-9f13-61e6a0c9d2db"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-826036ba-ecdd-422a-9f13-61e6a0c9d2db"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-826036ba-ecdd-422a-9f13-61e6a0c9d2db"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-826036ba-ecdd-422a-9f13-61e6a0c9d2db"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-826036ba-ecdd-422a-9f13-61e6a0c9d2db"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-1454980b-e510-4631-9113-5c049792cb42 {
  background-repeat: no-repeat;
background-size: contain;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 5%;
padding-bottom: 0%;
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: 30em;
max-width: 100%;
background-position: center center;
background-attachment: scroll;
}








#s-1454980b-e510-4631-9113-5c049792cb42 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1454980b-e510-4631-9113-5c049792cb42.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e1222c3c-0598-4e92-9673-f51f7c5cf538 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 5%;
padding-right: 5%;
min-height: 30em;
}








#s-e1222c3c-0598-4e92-9673-f51f7c5cf538 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e1222c3c-0598-4e92-9673-f51f7c5cf538.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f0ef8dea-2b7d-4b9f-9e03-5c0a6fa7b326 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 5%;
padding-left: 0%;
padding-bottom: 5%;
padding-right: 0%;
text-align: center;
}

#s-f0ef8dea-2b7d-4b9f-9e03-5c0a6fa7b326 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-36a27f9c-b23b-49c0-9768-a8c5103f7529 {
  margin-top: 0%;
margin-left: 0px;
margin-bottom: 0%;
margin-right: 0px;
padding-left: 0%;
padding-right: 0%;
}

#s-47441400-6562-484a-833a-98ab0c9de64d {
  margin-top: 3%;
margin-bottom: 3%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-47441400-6562-484a-833a-98ab0c9de64d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-47441400-6562-484a-833a-98ab0c9de64d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-47441400-6562-484a-833a-98ab0c9de64d-root {
    text-align: center;
  }


#s-47441400-6562-484a-833a-98ab0c9de64d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-47441400-6562-484a-833a-98ab0c9de64d-root {
    text-align: center;
  }


#s-47441400-6562-484a-833a-98ab0c9de64d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-47441400-6562-484a-833a-98ab0c9de64d-root {
    text-align: center;
  }


#s-47441400-6562-484a-833a-98ab0c9de64d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-47441400-6562-484a-833a-98ab0c9de64d-root {
    text-align: center;
  }


#s-47441400-6562-484a-833a-98ab0c9de64d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-47441400-6562-484a-833a-98ab0c9de64d-root {
    text-align: center;
  }


#s-47441400-6562-484a-833a-98ab0c9de64d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-f5d2ad96-4aed-4ed4-852c-228663754ef2 {
  text-align: left;
}

#s-2446e016-44bf-4f9d-b0af-d23e5f77c6f1 {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
min-height: 50px;
max-width: 1500px;
}








#s-2446e016-44bf-4f9d-b0af-d23e5f77c6f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2446e016-44bf-4f9d-b0af-d23e5f77c6f1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d185b93b-dd34-4ddf-81b5-445ecbdc5f19 {
  padding-top: 2%;
padding-bottom: 2%;
text-align: center;
}

#s-d185b93b-dd34-4ddf-81b5-445ecbdc5f19 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-76bc82cf-99b6-4396-95c0-99e92ab5e3a7 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-76bc82cf-99b6-4396-95c0-99e92ab5e3a7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 2%;
}

#s-76bc82cf-99b6-4396-95c0-99e92ab5e3a7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(33, 33, 33, 1);
}

#s-76bc82cf-99b6-4396-95c0-99e92ab5e3a7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-76bc82cf-99b6-4396-95c0-99e92ab5e3a7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(33, 33, 33, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 1.8em;
}

#s-76bc82cf-99b6-4396-95c0-99e92ab5e3a7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 1.8em;
}
@media (min-width: 0px) {
[id="s-3cdee66b-eb6b-4a82-b4fa-17cd387d3c2d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3cdee66b-eb6b-4a82-b4fa-17cd387d3c2d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-3cdee66b-eb6b-4a82-b4fa-17cd387d3c2d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-3cdee66b-eb6b-4a82-b4fa-17cd387d3c2d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-3cdee66b-eb6b-4a82-b4fa-17cd387d3c2d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-3cdee66b-eb6b-4a82-b4fa-17cd387d3c2d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-3cdee66b-eb6b-4a82-b4fa-17cd387d3c2d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

}

#s-afc2882b-3ad5-467c-b811-370be963e518 {
  text-align: center;
}







  #s-afc2882b-3ad5-467c-b811-370be963e518 img.shogun-image {
    

    
    
    
  }


#s-afc2882b-3ad5-467c-b811-370be963e518 .shogun-image-content {
  
    align-items: center;
  
}

#s-2eeb139b-900c-4462-8a6e-016eb3b8bab5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2eeb139b-900c-4462-8a6e-016eb3b8bab5 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-68c11455-8318-4553-afe7-c1ff2a7de48a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-68c11455-8318-4553-afe7-c1ff2a7de48a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-68c11455-8318-4553-afe7-c1ff2a7de48a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-68c11455-8318-4553-afe7-c1ff2a7de48a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-68c11455-8318-4553-afe7-c1ff2a7de48a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-68c11455-8318-4553-afe7-c1ff2a7de48a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-68c11455-8318-4553-afe7-c1ff2a7de48a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

#s-a247d525-3aaf-4f19-b62d-b9618987ee67 {
  text-align: center;
}







  #s-a247d525-3aaf-4f19-b62d-b9618987ee67 img.shogun-image {
    

    
    
    
  }


#s-a247d525-3aaf-4f19-b62d-b9618987ee67 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

#s-da2ef5b4-9703-46ab-8b81-72b9d5a4c2b3 {
  padding-top: 2%;
padding-bottom: 2%;
}

#s-da2ef5b4-9703-46ab-8b81-72b9d5a4c2b3 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-da2ef5b4-9703-46ab-8b81-72b9d5a4c2b3 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-da2ef5b4-9703-46ab-8b81-72b9d5a4c2b3 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-da2ef5b4-9703-46ab-8b81-72b9d5a4c2b3 td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-da2ef5b4-9703-46ab-8b81-72b9d5a4c2b3 td.shogun-table-column, #s-da2ef5b4-9703-46ab-8b81-72b9d5a4c2b3 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-f502c5ac-a51e-4547-a4a9-81e4de175186 {
  padding-top: 2%;
padding-bottom: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(97, 202, 218, 1);
border-style: solid;
}

#s-e546e280-3bc4-4c02-b63a-bb04bc77c456 {
  padding-top: 2%;
padding-bottom: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(97, 202, 218, 1);
border-style: solid;
}

#s-1d8a89f9-2ff3-4635-b8d6-c951b76846ca {
  padding-top: 2%;
padding-bottom: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(97, 202, 218, 1);
border-style: solid;
}

#s-2a4fbc88-773d-4fae-9eb0-6bd303d230ee {
  padding-top: 2%;
padding-bottom: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(97, 202, 218, 1);
border-style: solid;
}

#s-96ca9547-f156-45f8-a84c-5310a980c64c {
  padding-top: 2%;
padding-bottom: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(97, 202, 218, 1);
border-style: solid;
}

#s-7b9f8ef4-3524-46c0-9e46-fda9c7016a0d {
  padding-top: 2%;
padding-bottom: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(97, 202, 218, 1);
border-style: solid;
}

#s-dedb5a55-e723-44b0-b108-24cebfd36a5f {
  padding-top: 2%;
padding-bottom: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(97, 202, 218, 1);
border-style: solid;
}

#s-899e05b7-defd-4fc7-9eb7-8a0390b60f03 {
  padding-top: 2%;
padding-bottom: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(97, 202, 218, 1);
border-style: solid;
}

#s-2da955ee-97e2-466d-ae33-bd0e037420f5 {
  padding-top: 2%;
padding-bottom: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(97, 202, 218, 1);
border-style: solid;
}

#s-9d7075c0-8977-4e19-95e9-8047e4165810 {
  padding-left: 2%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-9d7075c0-8977-4e19-95e9-8047e4165810"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9d7075c0-8977-4e19-95e9-8047e4165810"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9d7075c0-8977-4e19-95e9-8047e4165810"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9d7075c0-8977-4e19-95e9-8047e4165810"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-cc7dace2-c5d4-49e6-bd49-5bdd1b5b037f .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-cc7dace2-c5d4-49e6-bd49-5bdd1b5b037f table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-cc7dace2-c5d4-49e6-bd49-5bdd1b5b037f td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-cc7dace2-c5d4-49e6-bd49-5bdd1b5b037f td.shogun-table-row {
  background-color: #fff;
  padding: 5px;
}

#s-cc7dace2-c5d4-49e6-bd49-5bdd1b5b037f td.shogun-table-column, #s-cc7dace2-c5d4-49e6-bd49-5bdd1b5b037f td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-8de15530-01eb-4435-b959-8951aee5e308 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-8de15530-01eb-4435-b959-8951aee5e308 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-8de15530-01eb-4435-b959-8951aee5e308 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-8de15530-01eb-4435-b959-8951aee5e308 td.shogun-table-row {
  background-color: #fff;
  padding: 5px;
}

#s-8de15530-01eb-4435-b959-8951aee5e308 td.shogun-table-column, #s-8de15530-01eb-4435-b959-8951aee5e308 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-f2f32893-9e22-4188-a402-8bc1234fc8a7 {
  min-height: 50px;
}








#s-f2f32893-9e22-4188-a402-8bc1234fc8a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f2f32893-9e22-4188-a402-8bc1234fc8a7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9049f247-166d-461e-9ff1-0f3aa70dd2dc hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-445788b4-2544-463c-b2c5-1cc30cef3f16 {
  padding-top: 2%;
padding-bottom: 4%;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-445788b4-2544-463c-b2c5-1cc30cef3f16 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-445788b4-2544-463c-b2c5-1cc30cef3f16.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aa34ca97-12d6-41e2-8559-6f3881082182 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aa34ca97-12d6-41e2-8559-6f3881082182 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-e0b523d8-797a-4dec-9bfa-c5a3ff62a6be {
  margin-top: 4%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
max-width: 80%;
background-color: rgba(255, 255, 255, 1);
}








#s-e0b523d8-797a-4dec-9bfa-c5a3ff62a6be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0b523d8-797a-4dec-9bfa-c5a3ff62a6be.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-173edd7d-0b5d-4189-aa5b-958d908794aa {
  margin-top: 0%;
margin-bottom: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-173edd7d-0b5d-4189-aa5b-958d908794aa .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-f134c8f8-fde5-4ed0-a0b2-556314a55c41 {
  padding-top: 0%;
padding-left: 4%;
padding-bottom: 2%;
padding-right: 4%;
}

#s-f134c8f8-fde5-4ed0-a0b2-556314a55c41 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-f134c8f8-fde5-4ed0-a0b2-556314a55c41 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 1%;
}

#s-f134c8f8-fde5-4ed0-a0b2-556314a55c41 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(33, 33, 33, 1);
}

#s-f134c8f8-fde5-4ed0-a0b2-556314a55c41 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-f134c8f8-fde5-4ed0-a0b2-556314a55c41 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(33, 33, 33, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-f134c8f8-fde5-4ed0-a0b2-556314a55c41 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-155b8343-680f-4b55-bedc-ccdce7f095aa {
  padding-top: 2%;
padding-left: 4%;
padding-bottom: 2%;
padding-right: 4%;
}

#s-71fa93a0-0794-41e5-9a59-db8991760870 {
  padding-top: 2%;
padding-left: 4%;
padding-bottom: 2%;
padding-right: 4%;
}

#s-c4523d1e-80a8-4cce-8c81-74b1cdc5d293 {
  padding-top: 2%;
padding-left: 4%;
padding-bottom: 2%;
padding-right: 4%;
}

#s-3ed27531-4959-469c-8b56-2bcee3cfb129 {
  padding-top: 2%;
padding-bottom: 2%;
}

#s-82ea78e8-dd41-4b28-8a5f-b8fd956fc92e {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-bottom: 0%;
max-width: 60%;
}
@media (max-width: 767px){#s-82ea78e8-dd41-4b28-8a5f-b8fd956fc92e {
  max-width: 90%;
}
}
#s-82ea78e8-dd41-4b28-8a5f-b8fd956fc92e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-82ea78e8-dd41-4b28-8a5f-b8fd956fc92e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 2%;
}

#s-82ea78e8-dd41-4b28-8a5f-b8fd956fc92e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(33, 33, 33, 1);
}

#s-82ea78e8-dd41-4b28-8a5f-b8fd956fc92e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-82ea78e8-dd41-4b28-8a5f-b8fd956fc92e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(33, 33, 33, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-82ea78e8-dd41-4b28-8a5f-b8fd956fc92e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-90e441a0-f871-450e-953e-4dbad3bc9243 {
  padding-top: 2%;
padding-bottom: 4%;
text-align: center;
}
@media (max-width: 767px){#s-90e441a0-f871-450e-953e-4dbad3bc9243 {
  padding-top: 6%;
padding-bottom: 8%;
}
}
#s-90e441a0-f871-450e-953e-4dbad3bc9243 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-d78e4650-d427-4a13-802d-da28f2379d7c {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
}

@media (min-width: 0px) {
[id="s-d78e4650-d427-4a13-802d-da28f2379d7c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d78e4650-d427-4a13-802d-da28f2379d7c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d78e4650-d427-4a13-802d-da28f2379d7c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d78e4650-d427-4a13-802d-da28f2379d7c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-ecbd6e45-a16a-420c-8f98-06f6c6f36ce0 {
  padding-top: 2%;
}
@media (max-width: 767px){#s-ecbd6e45-a16a-420c-8f98-06f6c6f36ce0 {
  padding-top: 4%;
padding-bottom: 4%;
}
}
#s-23bd0029-7f98-413a-8166-34f3bb8c0722 {
  padding-top: 2%;
}
@media (max-width: 767px){#s-23bd0029-7f98-413a-8166-34f3bb8c0722 {
  padding-top: 4%;
padding-bottom: 4%;
}
}
#s-1fe5e9d2-e37b-43b7-b069-24f2b1a09539 {
  padding-top: 2%;
}
@media (max-width: 767px){#s-1fe5e9d2-e37b-43b7-b069-24f2b1a09539 {
  padding-top: 4%;
padding-bottom: 4%;
}
}
#s-1919e777-2ad6-4eab-9e34-7a34c83253b0 {
  padding-top: 5%;
padding-bottom: 4%;
min-height: 50px;
}








#s-1919e777-2ad6-4eab-9e34-7a34c83253b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1919e777-2ad6-4eab-9e34-7a34c83253b0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b6f2c37b-bf08-41c9-bc85-a88317ca8116 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 6%;
padding-bottom: 3%;
padding-right: 6%;
max-width: 1500px;
}

@media (min-width: 0px) {
[id="s-b6f2c37b-bf08-41c9-bc85-a88317ca8116"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b6f2c37b-bf08-41c9-bc85-a88317ca8116"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b6f2c37b-bf08-41c9-bc85-a88317ca8116"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b6f2c37b-bf08-41c9-bc85-a88317ca8116"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-b6f2c37b-bf08-41c9-bc85-a88317ca8116"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-ac3bdc14-fa8d-47d9-836e-fb7dc2e8c7fc {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-ac3bdc14-fa8d-47d9-836e-fb7dc2e8c7fc {
  min-height: 300px;
}
}







#s-ac3bdc14-fa8d-47d9-836e-fb7dc2e8c7fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac3bdc14-fa8d-47d9-836e-fb7dc2e8c7fc {
  cursor: pointer;
}#s-ac3bdc14-fa8d-47d9-836e-fb7dc2e8c7fc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ea6c7690-3734-4f1e-888a-c71ac10de5f4 {
  padding-top: 8%;
padding-left: 12%;
padding-bottom: 8%;
padding-right: 12%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-ea6c7690-3734-4f1e-888a-c71ac10de5f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea6c7690-3734-4f1e-888a-c71ac10de5f4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2c147160-0e30-4ee5-9dfa-2d155c54ebae {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 100%;
}








#s-2c147160-0e30-4ee5-9dfa-2d155c54ebae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c147160-0e30-4ee5-9dfa-2d155c54ebae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d43e822d-98a8-4103-890d-f4a8a9a6c5eb {
  padding-top: 5%;
padding-bottom: 5%;
text-align: center;
}

#s-d43e822d-98a8-4103-890d-f4a8a9a6c5eb .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-bf82766d-88c6-4212-ae8e-ff349660c4d5 {
  padding-bottom: 3%;
}

#s-bf82766d-88c6-4212-ae8e-ff349660c4d5 hr {
  border-top: 2px solid rgba(97, 202, 218, 1);
}

#s-c23e13aa-ff41-44f9-a48f-baff4bb3d783 {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
}

#s-b1f43642-b94a-48e9-8407-820037236159 {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-bottom: 0%;
min-height: 50px;
}








#s-b1f43642-b94a-48e9-8407-820037236159 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b1f43642-b94a-48e9-8407-820037236159.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-cdf8c0f8-56da-43d9-a07a-fe04f7a78991"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-cdf8c0f8-56da-43d9-a07a-fe04f7a78991"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-cdf8c0f8-56da-43d9-a07a-fe04f7a78991"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-cdf8c0f8-56da-43d9-a07a-fe04f7a78991"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-cdf8c0f8-56da-43d9-a07a-fe04f7a78991"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-cdf8c0f8-56da-43d9-a07a-fe04f7a78991"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-cdf8c0f8-56da-43d9-a07a-fe04f7a78991"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

#s-70519e97-1e76-4622-b80a-d63454fb5706 {
  padding-top: 4px;
padding-bottom: 4px;
text-align: left;
}

#s-ea8ce649-9ec3-418f-9b2f-0aea1aa5f510 hr {
  border-top: 2px solid rgba(97, 202, 218, 1);
}

#s-f2286cc6-09c5-4d63-8bf8-142ed9497e8c {
  padding-top: 2%;
padding-left: 10%;
padding-bottom: 1%;
padding-right: 10%;
}

#s-f2286cc6-09c5-4d63-8bf8-142ed9497e8c hr {
  border-top: 1px solid rgba(36, 204, 204, 1);
}

#s-868371ff-30e3-4d97-a245-68a1b14bde99 {
  text-align: left;
}

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