.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

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

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

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

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

#s-acf85503-5004-4341-99b1-94d3aba844b1 {
  box-shadow:0px 0px 0px 0px ;
max-width: 100%;
text-align: center;
background-color: rgba(252, 248, 248, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-acf85503-5004-4341-99b1-94d3aba844b1 {
  display: none;
}
#s-acf85503-5004-4341-99b1-94d3aba844b1, #wrap-s-acf85503-5004-4341-99b1-94d3aba844b1 { display:none !important; }}@media (max-width: 767px){#s-acf85503-5004-4341-99b1-94d3aba844b1 {
  display: none;
}
#s-acf85503-5004-4341-99b1-94d3aba844b1, #wrap-s-acf85503-5004-4341-99b1-94d3aba844b1 { display:none !important; }}

  #s-acf85503-5004-4341-99b1-94d3aba844b1 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(233, 233, 233, 1);
  }
  #s-acf85503-5004-4341-99b1-94d3aba844b1 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(0, 0, 0, 1);
  }
#s-acf85503-5004-4341-99b1-94d3aba844b1 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 13px;
}

#s-acf85503-5004-4341-99b1-94d3aba844b1 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-acf85503-5004-4341-99b1-94d3aba844b1 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-acf85503-5004-4341-99b1-94d3aba844b1 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

.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-a60a1734-853f-4472-9ac8-047158e02871 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: -1em;
margin-bottom: 0em;
min-height: 300px;
background-position: center center;
}
@media (min-width: 1200px){#s-a60a1734-853f-4472-9ac8-047158e02871 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a60a1734-853f-4472-9ac8-047158e02871 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a60a1734-853f-4472-9ac8-047158e02871 {
  
}
}@media (max-width: 767px){#s-a60a1734-853f-4472-9ac8-047158e02871 {
  
}
}







#s-a60a1734-853f-4472-9ac8-047158e02871 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
}#s-a60a1734-853f-4472-9ac8-047158e02871.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.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-b2c04888-b60e-48d6-8b43-fe61c23806f4 {
  padding-top: 100px;
padding-bottom: 100px;
text-align: center;
}

#s-b2c04888-b60e-48d6-8b43-fe61c23806f4 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



#s-de7c282f-5a4c-415b-821c-cc12c546eac8 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: -1em;
margin-bottom: 0em;
min-height: 300px;
background-position: center center;
}
@media (min-width: 1200px){#s-de7c282f-5a4c-415b-821c-cc12c546eac8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-de7c282f-5a4c-415b-821c-cc12c546eac8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-de7c282f-5a4c-415b-821c-cc12c546eac8 {
  
}
}@media (max-width: 767px){#s-de7c282f-5a4c-415b-821c-cc12c546eac8 {
  
}
}







#s-de7c282f-5a4c-415b-821c-cc12c546eac8 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
}#s-de7c282f-5a4c-415b-821c-cc12c546eac8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e7542ad4-3078-4385-a321-91f3f598cd07 {
  padding-top: 100px;
padding-bottom: 100px;
text-align: center;
}

#s-e7542ad4-3078-4385-a321-91f3f598cd07 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



#s-d34d8e89-bbc6-4c48-8424-1783cde6da23 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: -1em;
margin-bottom: 0em;
min-height: 300px;
background-position: center center;
}
@media (min-width: 1200px){#s-d34d8e89-bbc6-4c48-8424-1783cde6da23 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d34d8e89-bbc6-4c48-8424-1783cde6da23 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d34d8e89-bbc6-4c48-8424-1783cde6da23 {
  
}
}@media (max-width: 767px){#s-d34d8e89-bbc6-4c48-8424-1783cde6da23 {
  
}
}







#s-d34d8e89-bbc6-4c48-8424-1783cde6da23 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-d34d8e89-bbc6-4c48-8424-1783cde6da23.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-fd52f2b6-501c-410b-9c21-6c6e7373ce51 {
  padding-top: 100px;
padding-bottom: 100px;
text-align: center;
}

#s-fd52f2b6-501c-410b-9c21-6c6e7373ce51 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



#s-2c8ca0da-4380-47e5-b334-b063ce204fd0 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: -1em;
margin-bottom: 0em;
min-height: 300px;
background-position: center center;
}
@media (min-width: 1200px){#s-2c8ca0da-4380-47e5-b334-b063ce204fd0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2c8ca0da-4380-47e5-b334-b063ce204fd0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2c8ca0da-4380-47e5-b334-b063ce204fd0 {
  
}
}@media (max-width: 767px){#s-2c8ca0da-4380-47e5-b334-b063ce204fd0 {
  
}
}







#s-2c8ca0da-4380-47e5-b334-b063ce204fd0 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-2c8ca0da-4380-47e5-b334-b063ce204fd0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4ad13f8b-adcd-444b-9998-a17d6c4758a7 {
  padding-top: 100px;
padding-bottom: 100px;
text-align: center;
}

#s-4ad13f8b-adcd-444b-9998-a17d6c4758a7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



#s-7562d907-ef4b-4f98-8ad3-7576e77814fc {
  min-height: 50px;
}








#s-7562d907-ef4b-4f98-8ad3-7576e77814fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7562d907-ef4b-4f98-8ad3-7576e77814fc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b2cbb452-6e57-46fb-beec-f972576685ba {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: -1em;
margin-bottom: 0em;
min-height: 300px;
background-position: center center;
}
@media (min-width: 1200px){#s-b2cbb452-6e57-46fb-beec-f972576685ba {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b2cbb452-6e57-46fb-beec-f972576685ba {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b2cbb452-6e57-46fb-beec-f972576685ba {
  
}
}@media (max-width: 767px){#s-b2cbb452-6e57-46fb-beec-f972576685ba {
  
}
}







#s-b2cbb452-6e57-46fb-beec-f972576685ba > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-b2cbb452-6e57-46fb-beec-f972576685ba.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8fd7dfd2-5ecf-42dd-8aa7-8d665f6e32e9 {
  padding-top: 100px;
padding-bottom: 100px;
text-align: center;
}

#s-8fd7dfd2-5ecf-42dd-8aa7-8d665f6e32e9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



#s-bdbeac8d-e5de-4190-9b62-d5944aee8c51 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: -1em;
margin-left: 0px;
margin-bottom: 0em;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 300px;
background-position: center center;
}
@media (min-width: 1200px){#s-bdbeac8d-e5de-4190-9b62-d5944aee8c51 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bdbeac8d-e5de-4190-9b62-d5944aee8c51 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bdbeac8d-e5de-4190-9b62-d5944aee8c51 {
  
}
}@media (max-width: 767px){#s-bdbeac8d-e5de-4190-9b62-d5944aee8c51 {
  
}
}







#s-bdbeac8d-e5de-4190-9b62-d5944aee8c51 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
}#s-bdbeac8d-e5de-4190-9b62-d5944aee8c51.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a8bda32b-0ce4-4133-8ab8-0c029467f491 {
  padding-top: 100px;
padding-bottom: 100px;
text-align: center;
}

#s-a8bda32b-0ce4-4133-8ab8-0c029467f491 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



#s-fa0b37d7-db13-4d98-8a37-9b2f5124e367 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: -1em;
margin-bottom: 0em;
min-height: 300px;
background-position: center center;
}
@media (min-width: 1200px){#s-fa0b37d7-db13-4d98-8a37-9b2f5124e367 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fa0b37d7-db13-4d98-8a37-9b2f5124e367 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fa0b37d7-db13-4d98-8a37-9b2f5124e367 {
  
}
}@media (max-width: 767px){#s-fa0b37d7-db13-4d98-8a37-9b2f5124e367 {
  
}
}







#s-fa0b37d7-db13-4d98-8a37-9b2f5124e367 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
}#s-fa0b37d7-db13-4d98-8a37-9b2f5124e367.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

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

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

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

#s-581763a2-b3e3-45b6-8961-5e9afd2d7a7b {
  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;
background-color: rgba(119, 74, 74, 0);
opacity: 1;
}

@media (min-width: 0px) {
[id="s-581763a2-b3e3-45b6-8961-5e9afd2d7a7b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-581763a2-b3e3-45b6-8961-5e9afd2d7a7b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-581763a2-b3e3-45b6-8961-5e9afd2d7a7b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-581763a2-b3e3-45b6-8961-5e9afd2d7a7b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-581763a2-b3e3-45b6-8961-5e9afd2d7a7b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-581763a2-b3e3-45b6-8961-5e9afd2d7a7b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-581763a2-b3e3-45b6-8961-5e9afd2d7a7b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-c491b4fd-0802-4fe2-85e8-42eb6d140191 {
  min-height: 50px;
}








#s-c491b4fd-0802-4fe2-85e8-42eb6d140191 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c491b4fd-0802-4fe2-85e8-42eb6d140191.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f3e6f7f1-137f-4fd8-b19e-825f464440a1 {
  margin-top: 3px;
margin-left: 30px;
margin-bottom: 3px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f3e6f7f1-137f-4fd8-b19e-825f464440a1 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Avenir Next";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-e1a35ea7-6d84-42c2-90a2-c7f388418d7e {
  min-height: 50px;
}








#s-e1a35ea7-6d84-42c2-90a2-c7f388418d7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e1a35ea7-6d84-42c2-90a2-c7f388418d7e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-612eb6c8-44a4-4c38-9f30-2877301c6243 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: -1em;
margin-bottom: 0em;
min-height: 300px;
background-position: center center;
}
@media (min-width: 1200px){#s-612eb6c8-44a4-4c38-9f30-2877301c6243 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-612eb6c8-44a4-4c38-9f30-2877301c6243 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-612eb6c8-44a4-4c38-9f30-2877301c6243 {
  
}
}@media (max-width: 767px){#s-612eb6c8-44a4-4c38-9f30-2877301c6243 {
  
}
}







#s-612eb6c8-44a4-4c38-9f30-2877301c6243 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
}#s-612eb6c8-44a4-4c38-9f30-2877301c6243.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-dfc6d608-5743-48e9-8a08-4a15b50d7539 {
  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;
background-color: rgba(119, 74, 74, 0);
opacity: 1;
}

@media (min-width: 0px) {
[id="s-dfc6d608-5743-48e9-8a08-4a15b50d7539"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dfc6d608-5743-48e9-8a08-4a15b50d7539"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-dfc6d608-5743-48e9-8a08-4a15b50d7539"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-dfc6d608-5743-48e9-8a08-4a15b50d7539"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-dfc6d608-5743-48e9-8a08-4a15b50d7539"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-dfc6d608-5743-48e9-8a08-4a15b50d7539"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-dfc6d608-5743-48e9-8a08-4a15b50d7539"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-98ed50af-a127-4096-afa5-a6af9caa77ed {
  margin-top: 2em;
margin-left: 25%;
margin-bottom: 2em;
margin-right: 25%;
max-width: 100%;
text-align: center;
}







  #s-98ed50af-a127-4096-afa5-a6af9caa77ed img.shogun-image {
    

    
    
    
  }


#s-98ed50af-a127-4096-afa5-a6af9caa77ed .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-43d8fb72-5acf-4521-9a85-a691e0c3b39b {
  margin-top: 10px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 20px;
}

.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-6b967865-954a-47e9-99ac-8b48ec293754 {
  margin-left: 30px;
margin-right: 30px;
}

#s-6b967865-954a-47e9-99ac-8b48ec293754 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-6b967865-954a-47e9-99ac-8b48ec293754 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-6b967865-954a-47e9-99ac-8b48ec293754 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-6b967865-954a-47e9-99ac-8b48ec293754 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-6b967865-954a-47e9-99ac-8b48ec293754 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Avenir Next;
  font-weight: ;
  font-style: ;
  font-size: ;
}

#s-6b967865-954a-47e9-99ac-8b48ec293754 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: ;
}
#s-6c303998-9cfd-4643-929c-bd9f1b027471 {
  min-height: 50px;
}








#s-6c303998-9cfd-4643-929c-bd9f1b027471 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c303998-9cfd-4643-929c-bd9f1b027471.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-19264294-9457-4dd1-9683-a841e68adaa7 {
  margin-top: 1em;
margin-bottom: 4%;
min-height: 50px;
}








#s-19264294-9457-4dd1-9683-a841e68adaa7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-19264294-9457-4dd1-9683-a841e68adaa7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3fdb8ed7-be74-4fb3-88a8-f79f45363450 {
  margin-top: 3em;
margin-left: 10%;
margin-bottom: 3em;
margin-right: 10%;
}

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

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

#s-70d0b738-ee4a-42ee-96a1-a0404f78fb8d {
  margin-top: 1em;
margin-left: 10%;
margin-bottom: 0em;
margin-right: 10%;
}

#s-70d0b738-ee4a-42ee-96a1-a0404f78fb8d hr {
  border-top: 2px solid rgba(163, 163, 163, 1);
}

#s-bbe94b90-429a-4cc9-9e61-0b969ec0d817 {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bbe94b90-429a-4cc9-9e61-0b969ec0d817 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-f1c16568-4f2e-4303-b540-ea46d15c2c77 {
  margin-left: 10%;
margin-right: 10%;
}

#s-941f8748-5c3f-4861-9a33-13feae5113a7 {
  margin-top: 1em;
margin-left: 10%;
margin-bottom: 0em;
margin-right: 10%;
}

#s-941f8748-5c3f-4861-9a33-13feae5113a7 hr {
  border-top: 2px solid rgba(163, 163, 163, 1);
}

#s-d810e92d-78f2-470e-b38a-12675d16c1ae {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d810e92d-78f2-470e-b38a-12675d16c1ae .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-ffe9a76f-e778-4a0b-b3b7-e9af2788700d {
  margin-left: 10%;
margin-right: 10%;
}

#s-fe3c820b-26b4-40c8-9080-1d89ee7fde10 {
  margin-bottom: 4%;
min-height: 50px;
}
@media (min-width: 1200px){#s-fe3c820b-26b4-40c8-9080-1d89ee7fde10 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fe3c820b-26b4-40c8-9080-1d89ee7fde10 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fe3c820b-26b4-40c8-9080-1d89ee7fde10 {
  
}
}@media (max-width: 767px){#s-fe3c820b-26b4-40c8-9080-1d89ee7fde10 {
  
}
}







#s-fe3c820b-26b4-40c8-9080-1d89ee7fde10 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe3c820b-26b4-40c8-9080-1d89ee7fde10.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-618e7be2-a948-4633-937c-4f2d8c7f9f48 {
  margin-top: 3em;
margin-left: 20%;
margin-right: 20%;
min-height: 50px;
}








#s-618e7be2-a948-4633-937c-4f2d8c7f9f48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-618e7be2-a948-4633-937c-4f2d8c7f9f48.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a5482f96-82df-457c-9e06-70d3bbb9f974 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-a5482f96-82df-457c-9e06-70d3bbb9f974"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a5482f96-82df-457c-9e06-70d3bbb9f974"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a5482f96-82df-457c-9e06-70d3bbb9f974"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a5482f96-82df-457c-9e06-70d3bbb9f974"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a5482f96-82df-457c-9e06-70d3bbb9f974"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a5482f96-82df-457c-9e06-70d3bbb9f974"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a5482f96-82df-457c-9e06-70d3bbb9f974"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-094f3298-8465-4b96-8d5a-503dbdf4c137 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-094f3298-8465-4b96-8d5a-503dbdf4c137"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-094f3298-8465-4b96-8d5a-503dbdf4c137"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-094f3298-8465-4b96-8d5a-503dbdf4c137"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-094f3298-8465-4b96-8d5a-503dbdf4c137"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-094f3298-8465-4b96-8d5a-503dbdf4c137"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-094f3298-8465-4b96-8d5a-503dbdf4c137"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-094f3298-8465-4b96-8d5a-503dbdf4c137"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-444afeb1-cac0-40d5-b05b-10b7b8b0ced8 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-444afeb1-cac0-40d5-b05b-10b7b8b0ced8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-444afeb1-cac0-40d5-b05b-10b7b8b0ced8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-444afeb1-cac0-40d5-b05b-10b7b8b0ced8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-444afeb1-cac0-40d5-b05b-10b7b8b0ced8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-444afeb1-cac0-40d5-b05b-10b7b8b0ced8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-444afeb1-cac0-40d5-b05b-10b7b8b0ced8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-444afeb1-cac0-40d5-b05b-10b7b8b0ced8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-87475d6b-45f5-46d1-9e7c-fa7392170f93 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-87475d6b-45f5-46d1-9e7c-fa7392170f93"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-87475d6b-45f5-46d1-9e7c-fa7392170f93"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-87475d6b-45f5-46d1-9e7c-fa7392170f93"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-87475d6b-45f5-46d1-9e7c-fa7392170f93"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-87475d6b-45f5-46d1-9e7c-fa7392170f93"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-87475d6b-45f5-46d1-9e7c-fa7392170f93"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-87475d6b-45f5-46d1-9e7c-fa7392170f93"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-7deba016-45fe-49b2-82c7-e7a14593ee4e {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-7deba016-45fe-49b2-82c7-e7a14593ee4e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7deba016-45fe-49b2-82c7-e7a14593ee4e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7deba016-45fe-49b2-82c7-e7a14593ee4e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7deba016-45fe-49b2-82c7-e7a14593ee4e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7deba016-45fe-49b2-82c7-e7a14593ee4e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7deba016-45fe-49b2-82c7-e7a14593ee4e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7deba016-45fe-49b2-82c7-e7a14593ee4e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-da21f9c0-f11a-4163-af29-241d79d83b78 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-da21f9c0-f11a-4163-af29-241d79d83b78"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-da21f9c0-f11a-4163-af29-241d79d83b78"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-da21f9c0-f11a-4163-af29-241d79d83b78"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-da21f9c0-f11a-4163-af29-241d79d83b78"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-da21f9c0-f11a-4163-af29-241d79d83b78"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-da21f9c0-f11a-4163-af29-241d79d83b78"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-da21f9c0-f11a-4163-af29-241d79d83b78"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-269f6e24-37d4-439a-abf0-69396d711f62 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-269f6e24-37d4-439a-abf0-69396d711f62"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-269f6e24-37d4-439a-abf0-69396d711f62"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-269f6e24-37d4-439a-abf0-69396d711f62"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-269f6e24-37d4-439a-abf0-69396d711f62"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-269f6e24-37d4-439a-abf0-69396d711f62"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-269f6e24-37d4-439a-abf0-69396d711f62"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-269f6e24-37d4-439a-abf0-69396d711f62"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-2984896e-1bdb-4269-80d3-604969ed9dec {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-2984896e-1bdb-4269-80d3-604969ed9dec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2984896e-1bdb-4269-80d3-604969ed9dec"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2984896e-1bdb-4269-80d3-604969ed9dec"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2984896e-1bdb-4269-80d3-604969ed9dec"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2984896e-1bdb-4269-80d3-604969ed9dec"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2984896e-1bdb-4269-80d3-604969ed9dec"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2984896e-1bdb-4269-80d3-604969ed9dec"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-5cd134e1-00d8-45ee-b51c-141e40aac625 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-5cd134e1-00d8-45ee-b51c-141e40aac625"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5cd134e1-00d8-45ee-b51c-141e40aac625"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5cd134e1-00d8-45ee-b51c-141e40aac625"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5cd134e1-00d8-45ee-b51c-141e40aac625"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5cd134e1-00d8-45ee-b51c-141e40aac625"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5cd134e1-00d8-45ee-b51c-141e40aac625"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5cd134e1-00d8-45ee-b51c-141e40aac625"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-c59ec6be-59cc-4166-bd4f-87e0b6b544fd {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-c59ec6be-59cc-4166-bd4f-87e0b6b544fd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c59ec6be-59cc-4166-bd4f-87e0b6b544fd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c59ec6be-59cc-4166-bd4f-87e0b6b544fd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c59ec6be-59cc-4166-bd4f-87e0b6b544fd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c59ec6be-59cc-4166-bd4f-87e0b6b544fd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c59ec6be-59cc-4166-bd4f-87e0b6b544fd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c59ec6be-59cc-4166-bd4f-87e0b6b544fd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-ca782fb7-284b-4a67-83c4-2198ae98936f {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-ca782fb7-284b-4a67-83c4-2198ae98936f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ca782fb7-284b-4a67-83c4-2198ae98936f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ca782fb7-284b-4a67-83c4-2198ae98936f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ca782fb7-284b-4a67-83c4-2198ae98936f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ca782fb7-284b-4a67-83c4-2198ae98936f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ca782fb7-284b-4a67-83c4-2198ae98936f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ca782fb7-284b-4a67-83c4-2198ae98936f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-78d1977a-033a-46c9-8153-a16ad9662516 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-78d1977a-033a-46c9-8153-a16ad9662516"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-78d1977a-033a-46c9-8153-a16ad9662516"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-78d1977a-033a-46c9-8153-a16ad9662516"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-78d1977a-033a-46c9-8153-a16ad9662516"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-78d1977a-033a-46c9-8153-a16ad9662516"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-78d1977a-033a-46c9-8153-a16ad9662516"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-78d1977a-033a-46c9-8153-a16ad9662516"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-c7bd9669-637d-4ffd-a6b5-e1e12e7650c2 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-c7bd9669-637d-4ffd-a6b5-e1e12e7650c2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c7bd9669-637d-4ffd-a6b5-e1e12e7650c2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c7bd9669-637d-4ffd-a6b5-e1e12e7650c2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c7bd9669-637d-4ffd-a6b5-e1e12e7650c2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c7bd9669-637d-4ffd-a6b5-e1e12e7650c2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c7bd9669-637d-4ffd-a6b5-e1e12e7650c2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c7bd9669-637d-4ffd-a6b5-e1e12e7650c2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-e4009512-7de1-434f-84f9-89782bdc637e {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-e4009512-7de1-434f-84f9-89782bdc637e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e4009512-7de1-434f-84f9-89782bdc637e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e4009512-7de1-434f-84f9-89782bdc637e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e4009512-7de1-434f-84f9-89782bdc637e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e4009512-7de1-434f-84f9-89782bdc637e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e4009512-7de1-434f-84f9-89782bdc637e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e4009512-7de1-434f-84f9-89782bdc637e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-738b4f34-de9f-4a23-bd64-9c3f3a9ab518 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-738b4f34-de9f-4a23-bd64-9c3f3a9ab518"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-738b4f34-de9f-4a23-bd64-9c3f3a9ab518"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-738b4f34-de9f-4a23-bd64-9c3f3a9ab518"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-738b4f34-de9f-4a23-bd64-9c3f3a9ab518"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-738b4f34-de9f-4a23-bd64-9c3f3a9ab518"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-738b4f34-de9f-4a23-bd64-9c3f3a9ab518"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-738b4f34-de9f-4a23-bd64-9c3f3a9ab518"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-5e21a326-d808-4dd6-a725-63999d05e6ed {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-5e21a326-d808-4dd6-a725-63999d05e6ed"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5e21a326-d808-4dd6-a725-63999d05e6ed"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5e21a326-d808-4dd6-a725-63999d05e6ed"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5e21a326-d808-4dd6-a725-63999d05e6ed"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5e21a326-d808-4dd6-a725-63999d05e6ed"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5e21a326-d808-4dd6-a725-63999d05e6ed"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5e21a326-d808-4dd6-a725-63999d05e6ed"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-5581b09d-77e9-4bd2-8d79-e107a689e5e1 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-5581b09d-77e9-4bd2-8d79-e107a689e5e1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5581b09d-77e9-4bd2-8d79-e107a689e5e1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5581b09d-77e9-4bd2-8d79-e107a689e5e1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5581b09d-77e9-4bd2-8d79-e107a689e5e1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5581b09d-77e9-4bd2-8d79-e107a689e5e1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5581b09d-77e9-4bd2-8d79-e107a689e5e1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5581b09d-77e9-4bd2-8d79-e107a689e5e1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-ab6147dd-9629-4a2c-8f98-c0bc5aec6d9d {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-ab6147dd-9629-4a2c-8f98-c0bc5aec6d9d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ab6147dd-9629-4a2c-8f98-c0bc5aec6d9d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ab6147dd-9629-4a2c-8f98-c0bc5aec6d9d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ab6147dd-9629-4a2c-8f98-c0bc5aec6d9d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ab6147dd-9629-4a2c-8f98-c0bc5aec6d9d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ab6147dd-9629-4a2c-8f98-c0bc5aec6d9d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ab6147dd-9629-4a2c-8f98-c0bc5aec6d9d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-56ebe2b6-3d5b-4d50-afc5-3e7b2f23f869 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-56ebe2b6-3d5b-4d50-afc5-3e7b2f23f869"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-56ebe2b6-3d5b-4d50-afc5-3e7b2f23f869"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-56ebe2b6-3d5b-4d50-afc5-3e7b2f23f869"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-56ebe2b6-3d5b-4d50-afc5-3e7b2f23f869"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-56ebe2b6-3d5b-4d50-afc5-3e7b2f23f869"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-56ebe2b6-3d5b-4d50-afc5-3e7b2f23f869"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-56ebe2b6-3d5b-4d50-afc5-3e7b2f23f869"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-5b079574-45c5-42f7-a855-056717a691c9 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-5b079574-45c5-42f7-a855-056717a691c9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5b079574-45c5-42f7-a855-056717a691c9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5b079574-45c5-42f7-a855-056717a691c9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5b079574-45c5-42f7-a855-056717a691c9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5b079574-45c5-42f7-a855-056717a691c9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5b079574-45c5-42f7-a855-056717a691c9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5b079574-45c5-42f7-a855-056717a691c9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-a18215fe-6993-438f-88e2-34cfa873a51c hr {
  border-top: 2px solid #ddd;
}

#s-6fe89da8-d795-4c06-bfaf-1f7f11a4952f {
  min-height: 50px;
}








#s-6fe89da8-d795-4c06-bfaf-1f7f11a4952f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6fe89da8-d795-4c06-bfaf-1f7f11a4952f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4f4d2ed7-577b-43ab-accc-101c791deb33 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4f4d2ed7-577b-43ab-accc-101c791deb33 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-8fb3379b-9a6f-4bfc-9eff-66f40071552f {
  min-height: 50px;
}








#s-8fb3379b-9a6f-4bfc-9eff-66f40071552f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8fb3379b-9a6f-4bfc-9eff-66f40071552f {
  cursor: pointer;
}#s-8fb3379b-9a6f-4bfc-9eff-66f40071552f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f84bcb8d-9aa5-48fa-9876-4a377e76a5b1 {
  margin-top: 3em;
margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-f84bcb8d-9aa5-48fa-9876-4a377e76a5b1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f84bcb8d-9aa5-48fa-9876-4a377e76a5b1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f84bcb8d-9aa5-48fa-9876-4a377e76a5b1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f84bcb8d-9aa5-48fa-9876-4a377e76a5b1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f84bcb8d-9aa5-48fa-9876-4a377e76a5b1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f84bcb8d-9aa5-48fa-9876-4a377e76a5b1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f84bcb8d-9aa5-48fa-9876-4a377e76a5b1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-5b5852f0-12b7-4925-aa83-535968a9c368 {
  margin-top: 10%;
text-align: center;
}







  #s-5b5852f0-12b7-4925-aa83-535968a9c368 img.shogun-image {
    

    
    
    
  }


#s-5b5852f0-12b7-4925-aa83-535968a9c368 .shogun-image-content {
  
    align-items: center;
  
}

#s-59aa516c-8a18-4149-948e-a3b2673fc7bf {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-59aa516c-8a18-4149-948e-a3b2673fc7bf .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-24ba83d2-38cc-4ec4-b24f-3732032ec754 {
  margin-left: 20%;
margin-right: 20%;
min-height: 50px;
}








#s-24ba83d2-38cc-4ec4-b24f-3732032ec754 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24ba83d2-38cc-4ec4-b24f-3732032ec754.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ce960325-a695-4a4e-ae94-0cb2ebffd711 {
  margin-top: 3em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-ce960325-a695-4a4e-ae94-0cb2ebffd711"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ce960325-a695-4a4e-ae94-0cb2ebffd711"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ce960325-a695-4a4e-ae94-0cb2ebffd711"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ce960325-a695-4a4e-ae94-0cb2ebffd711"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ce960325-a695-4a4e-ae94-0cb2ebffd711"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ce960325-a695-4a4e-ae94-0cb2ebffd711"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ce960325-a695-4a4e-ae94-0cb2ebffd711"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-800c226f-9f9d-48d7-b09e-8cfd8e8674d3 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-800c226f-9f9d-48d7-b09e-8cfd8e8674d3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-800c226f-9f9d-48d7-b09e-8cfd8e8674d3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-800c226f-9f9d-48d7-b09e-8cfd8e8674d3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-800c226f-9f9d-48d7-b09e-8cfd8e8674d3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-800c226f-9f9d-48d7-b09e-8cfd8e8674d3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-800c226f-9f9d-48d7-b09e-8cfd8e8674d3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-800c226f-9f9d-48d7-b09e-8cfd8e8674d3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-6b9a39aa-46ae-4b41-9d1e-66ce46896d4f {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-6b9a39aa-46ae-4b41-9d1e-66ce46896d4f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6b9a39aa-46ae-4b41-9d1e-66ce46896d4f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6b9a39aa-46ae-4b41-9d1e-66ce46896d4f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6b9a39aa-46ae-4b41-9d1e-66ce46896d4f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6b9a39aa-46ae-4b41-9d1e-66ce46896d4f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6b9a39aa-46ae-4b41-9d1e-66ce46896d4f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6b9a39aa-46ae-4b41-9d1e-66ce46896d4f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-db5fd3a4-02e5-4740-b76a-e49a73057d56 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-db5fd3a4-02e5-4740-b76a-e49a73057d56"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-db5fd3a4-02e5-4740-b76a-e49a73057d56"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-db5fd3a4-02e5-4740-b76a-e49a73057d56"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-db5fd3a4-02e5-4740-b76a-e49a73057d56"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-db5fd3a4-02e5-4740-b76a-e49a73057d56"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-db5fd3a4-02e5-4740-b76a-e49a73057d56"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-db5fd3a4-02e5-4740-b76a-e49a73057d56"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-577f40d8-abde-4799-9a57-f12a21ac4fe1 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-577f40d8-abde-4799-9a57-f12a21ac4fe1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-577f40d8-abde-4799-9a57-f12a21ac4fe1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-577f40d8-abde-4799-9a57-f12a21ac4fe1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-577f40d8-abde-4799-9a57-f12a21ac4fe1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-577f40d8-abde-4799-9a57-f12a21ac4fe1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-577f40d8-abde-4799-9a57-f12a21ac4fe1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-577f40d8-abde-4799-9a57-f12a21ac4fe1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-12350a9b-07f3-4804-a90f-78925d7abee9 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-12350a9b-07f3-4804-a90f-78925d7abee9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-12350a9b-07f3-4804-a90f-78925d7abee9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-12350a9b-07f3-4804-a90f-78925d7abee9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-12350a9b-07f3-4804-a90f-78925d7abee9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-12350a9b-07f3-4804-a90f-78925d7abee9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-12350a9b-07f3-4804-a90f-78925d7abee9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-12350a9b-07f3-4804-a90f-78925d7abee9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-627aa1aa-94b1-42c4-9777-70fbae6c938e {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-627aa1aa-94b1-42c4-9777-70fbae6c938e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-627aa1aa-94b1-42c4-9777-70fbae6c938e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-627aa1aa-94b1-42c4-9777-70fbae6c938e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-627aa1aa-94b1-42c4-9777-70fbae6c938e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-627aa1aa-94b1-42c4-9777-70fbae6c938e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-627aa1aa-94b1-42c4-9777-70fbae6c938e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-627aa1aa-94b1-42c4-9777-70fbae6c938e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-1c47efdc-b040-4ece-9e10-47238d225baf {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-1c47efdc-b040-4ece-9e10-47238d225baf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1c47efdc-b040-4ece-9e10-47238d225baf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1c47efdc-b040-4ece-9e10-47238d225baf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1c47efdc-b040-4ece-9e10-47238d225baf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1c47efdc-b040-4ece-9e10-47238d225baf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1c47efdc-b040-4ece-9e10-47238d225baf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1c47efdc-b040-4ece-9e10-47238d225baf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-23aef65d-14bf-45dc-88f2-279784bdce37 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-23aef65d-14bf-45dc-88f2-279784bdce37"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-23aef65d-14bf-45dc-88f2-279784bdce37"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-23aef65d-14bf-45dc-88f2-279784bdce37"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-23aef65d-14bf-45dc-88f2-279784bdce37"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-23aef65d-14bf-45dc-88f2-279784bdce37"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-23aef65d-14bf-45dc-88f2-279784bdce37"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-23aef65d-14bf-45dc-88f2-279784bdce37"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-dcf373bf-20d8-4a38-88de-888a795cf43c {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-dcf373bf-20d8-4a38-88de-888a795cf43c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dcf373bf-20d8-4a38-88de-888a795cf43c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dcf373bf-20d8-4a38-88de-888a795cf43c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dcf373bf-20d8-4a38-88de-888a795cf43c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dcf373bf-20d8-4a38-88de-888a795cf43c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dcf373bf-20d8-4a38-88de-888a795cf43c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dcf373bf-20d8-4a38-88de-888a795cf43c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-e6c21d59-bd37-4acb-a747-569f8b7f9a2a {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-e6c21d59-bd37-4acb-a747-569f8b7f9a2a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e6c21d59-bd37-4acb-a747-569f8b7f9a2a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e6c21d59-bd37-4acb-a747-569f8b7f9a2a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e6c21d59-bd37-4acb-a747-569f8b7f9a2a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e6c21d59-bd37-4acb-a747-569f8b7f9a2a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e6c21d59-bd37-4acb-a747-569f8b7f9a2a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e6c21d59-bd37-4acb-a747-569f8b7f9a2a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-360792d5-e6cb-4769-98bd-935cf84fdcf1 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-360792d5-e6cb-4769-98bd-935cf84fdcf1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-360792d5-e6cb-4769-98bd-935cf84fdcf1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-360792d5-e6cb-4769-98bd-935cf84fdcf1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-360792d5-e6cb-4769-98bd-935cf84fdcf1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-360792d5-e6cb-4769-98bd-935cf84fdcf1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-360792d5-e6cb-4769-98bd-935cf84fdcf1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-360792d5-e6cb-4769-98bd-935cf84fdcf1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-9e721809-6204-497f-8e84-83aea08ed03a {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-9e721809-6204-497f-8e84-83aea08ed03a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9e721809-6204-497f-8e84-83aea08ed03a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9e721809-6204-497f-8e84-83aea08ed03a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9e721809-6204-497f-8e84-83aea08ed03a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9e721809-6204-497f-8e84-83aea08ed03a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9e721809-6204-497f-8e84-83aea08ed03a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9e721809-6204-497f-8e84-83aea08ed03a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-e8833dfe-a951-4513-a733-3dc2c5865f60 hr {
  border-top: 2px solid #ddd;
}

#s-911fd54e-bca2-4786-b082-bbf7cedb2703 {
  min-height: 50px;
}








#s-911fd54e-bca2-4786-b082-bbf7cedb2703 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-911fd54e-bca2-4786-b082-bbf7cedb2703.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-09199f99-d5ab-41bd-be2e-092dd5308fea {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-09199f99-d5ab-41bd-be2e-092dd5308fea .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-d51be26a-9f05-4963-a292-e06b2e9f35d5 {
  min-height: 50px;
}








#s-d51be26a-9f05-4963-a292-e06b2e9f35d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d51be26a-9f05-4963-a292-e06b2e9f35d5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-53d7d5df-d7e4-416c-b53b-8460a7132113 {
  margin-left: 15%;
margin-right: 15%;
min-height: 50px;
}








#s-53d7d5df-d7e4-416c-b53b-8460a7132113 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-53d7d5df-d7e4-416c-b53b-8460a7132113.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-066c75e2-5954-4358-be4a-1630fc81ca0e {
  margin-top: 3em;
margin-left: 0%;
margin-bottom: 2em;
margin-right: 0%;
}

#s-72150c32-da6e-4d49-a29d-2775cc55afdd {
  margin-top: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-72150c32-da6e-4d49-a29d-2775cc55afdd .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-af386476-4bb8-4f1b-8594-1102cbd32a3c {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}







  #s-af386476-4bb8-4f1b-8594-1102cbd32a3c img.shogun-image {
    

    
    
    
  }


#s-af386476-4bb8-4f1b-8594-1102cbd32a3c .shogun-image-content {
  
    align-items: center;
  
}

#s-56037183-440c-4cf0-b982-ffbaf7d335bb {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-56037183-440c-4cf0-b982-ffbaf7d335bb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-56037183-440c-4cf0-b982-ffbaf7d335bb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-56037183-440c-4cf0-b982-ffbaf7d335bb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-56037183-440c-4cf0-b982-ffbaf7d335bb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

.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-da9bbb40-3336-4107-9246-34d36b9c3a69 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(66, 183, 42, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-da9bbb40-3336-4107-9246-34d36b9c3a69:hover {background-color: rgba(71, 163, 52, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-da9bbb40-3336-4107-9246-34d36b9c3a69:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-da9bbb40-3336-4107-9246-34d36b9c3a69-root {
    text-align: center;
  }


#s-da9bbb40-3336-4107-9246-34d36b9c3a69.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-da9bbb40-3336-4107-9246-34d36b9c3a69-root {
    text-align: center;
  }


#s-da9bbb40-3336-4107-9246-34d36b9c3a69.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-da9bbb40-3336-4107-9246-34d36b9c3a69-root {
    text-align: center;
  }


#s-da9bbb40-3336-4107-9246-34d36b9c3a69.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-da9bbb40-3336-4107-9246-34d36b9c3a69-root {
    text-align: center;
  }


#s-da9bbb40-3336-4107-9246-34d36b9c3a69.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-da9bbb40-3336-4107-9246-34d36b9c3a69-root {
    text-align: center;
  }


#s-da9bbb40-3336-4107-9246-34d36b9c3a69.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-975b156c-ef61-4891-805b-8ef0dbf7f31a {
  margin-left: 15%;
margin-bottom: 4%;
margin-right: 15%;
min-height: 50px;
}








#s-975b156c-ef61-4891-805b-8ef0dbf7f31a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-975b156c-ef61-4891-805b-8ef0dbf7f31a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9cb6572e-9769-414f-9f5a-6c4934acd1b7 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}







  #s-9cb6572e-9769-414f-9f5a-6c4934acd1b7 img.shogun-image {
    

    
    
    
  }


#s-9cb6572e-9769-414f-9f5a-6c4934acd1b7 .shogun-image-content {
  
    align-items: center;
  
}

#s-b6a2ee29-0da1-4a6c-b68b-3a05457e7c21 {
  margin-top: 20px;
margin-bottom: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b6a2ee29-0da1-4a6c-b68b-3a05457e7c21 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-6a95dbe1-31c6-400c-8317-3cb102e5443a {
  margin-left: 0px;
margin-right: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-6a95dbe1-31c6-400c-8317-3cb102e5443a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6a95dbe1-31c6-400c-8317-3cb102e5443a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0em);
}

[id="s-6a95dbe1-31c6-400c-8317-3cb102e5443a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0em);
}

}

@media (min-width: 992px) {
[id="s-6a95dbe1-31c6-400c-8317-3cb102e5443a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0em);
}

[id="s-6a95dbe1-31c6-400c-8317-3cb102e5443a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0em);
}

}

@media (min-width: 1200px) {
[id="s-6a95dbe1-31c6-400c-8317-3cb102e5443a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0em);
}

[id="s-6a95dbe1-31c6-400c-8317-3cb102e5443a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0em);
}

}

#s-6163b33d-c078-4d95-a4b9-8d2f244b77d0 {
  text-align: center;
opacity: 1;
}







  #s-6163b33d-c078-4d95-a4b9-8d2f244b77d0 img.shogun-image {
    

    
    
    
  }


#s-6163b33d-c078-4d95-a4b9-8d2f244b77d0 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-0f632e24-7bc7-4c10-8f32-81f3ca1bc827 {
  margin-top: 5%;
margin-left: 30px;
margin-bottom: 5%;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-0f632e24-7bc7-4c10-8f32-81f3ca1bc827 {
  margin-top: 15%;
}
}
#s-0f632e24-7bc7-4c10-8f32-81f3ca1bc827 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Avenir Next";
  font-style:  normal ;
  
  
  
  text-align: center;
}



#s-3e94c98e-7111-4889-abae-29f3ddcebde5 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
}
@media (min-width: 1200px){#s-3e94c98e-7111-4889-abae-29f3ddcebde5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3e94c98e-7111-4889-abae-29f3ddcebde5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3e94c98e-7111-4889-abae-29f3ddcebde5 {
  
}
}@media (max-width: 767px){#s-3e94c98e-7111-4889-abae-29f3ddcebde5 {
  
}
}
#s-f35b80c2-5c40-49c5-8658-bc078577d32b {
  margin-top: 0em;
margin-left: 0px;
margin-bottom: 1em;
margin-right: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-f35b80c2-5c40-49c5-8658-bc078577d32b {
  
}
}@media (max-width: 767px){#s-f35b80c2-5c40-49c5-8658-bc078577d32b {
  
}
}
@media (min-width: 0px) {
[id="s-f35b80c2-5c40-49c5-8658-bc078577d32b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f35b80c2-5c40-49c5-8658-bc078577d32b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f35b80c2-5c40-49c5-8658-bc078577d32b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f35b80c2-5c40-49c5-8658-bc078577d32b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-82e19fbd-ca25-4e61-ba05-95d3efbc1f16 {
  text-align: center;
}







  #s-82e19fbd-ca25-4e61-ba05-95d3efbc1f16 img.shogun-image {
    

    
    
    
  }


#s-82e19fbd-ca25-4e61-ba05-95d3efbc1f16 .shogun-image-content {
  
    align-items: center;
  
}

#s-e454eceb-9be6-466d-93ad-fadf9f8a8b27 {
  margin-top: 3em;
margin-left: 30px;
margin-bottom: 3em;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-e454eceb-9be6-466d-93ad-fadf9f8a8b27 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



#s-4a54d082-c109-4c01-b4ef-64f26e98fcd3 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
}
@media (min-width: 1200px){#s-4a54d082-c109-4c01-b4ef-64f26e98fcd3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4a54d082-c109-4c01-b4ef-64f26e98fcd3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4a54d082-c109-4c01-b4ef-64f26e98fcd3 {
  
}
}@media (max-width: 767px){#s-4a54d082-c109-4c01-b4ef-64f26e98fcd3 {
  
}
}
#s-310b270c-9961-4897-b635-39d7552f6495 {
  min-height: 50px;
}








#s-310b270c-9961-4897-b635-39d7552f6495 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-310b270c-9961-4897-b635-39d7552f6495 {
  cursor: pointer;
}#s-310b270c-9961-4897-b635-39d7552f6495.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7d5137d6-95dc-4f19-8548-69512006df47 {
  margin-top: 5%;
margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-7d5137d6-95dc-4f19-8548-69512006df47"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7d5137d6-95dc-4f19-8548-69512006df47"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7d5137d6-95dc-4f19-8548-69512006df47"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7d5137d6-95dc-4f19-8548-69512006df47"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7d5137d6-95dc-4f19-8548-69512006df47"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7d5137d6-95dc-4f19-8548-69512006df47"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7d5137d6-95dc-4f19-8548-69512006df47"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-7630c7e0-4550-4527-8fda-ec2b66f4c143 {
  margin-top: 10%;
margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  #s-7630c7e0-4550-4527-8fda-ec2b66f4c143 img.shogun-image {
    

    
    
    
  }


#s-7630c7e0-4550-4527-8fda-ec2b66f4c143 .shogun-image-content {
  
    align-items: center;
  
}

#s-18e102ef-4acf-4a7b-8303-cd7bfc57d1ee {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-18e102ef-4acf-4a7b-8303-cd7bfc57d1ee .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-692f5ea9-f702-437d-9771-866f4284f31e {
  margin-left: 10%;
margin-right: 10%;
}

#s-d9325738-ff0e-45e5-af30-f2efc3d5d739 {
  margin-left: 0px;
margin-right: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-d9325738-ff0e-45e5-af30-f2efc3d5d739"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d9325738-ff0e-45e5-af30-f2efc3d5d739"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d9325738-ff0e-45e5-af30-f2efc3d5d739"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d9325738-ff0e-45e5-af30-f2efc3d5d739"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d9325738-ff0e-45e5-af30-f2efc3d5d739"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d9325738-ff0e-45e5-af30-f2efc3d5d739"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d9325738-ff0e-45e5-af30-f2efc3d5d739"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-92027034-f4cc-42fc-8553-58ac3fb35e49 {
  margin-top: 3em;
margin-left: 30px;
margin-bottom: 3em;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-92027034-f4cc-42fc-8553-58ac3fb35e49 {
  margin-top: 15%;
margin-bottom: 3%;
}
}
#s-92027034-f4cc-42fc-8553-58ac3fb35e49 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  text-align: center;
}



#s-b01ea042-bdf3-4ca2-8230-bdafc0e18680 {
  border-style: solid;
margin-top: 20px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-b01ea042-bdf3-4ca2-8230-bdafc0e18680 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b01ea042-bdf3-4ca2-8230-bdafc0e18680 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b01ea042-bdf3-4ca2-8230-bdafc0e18680 {
  
}
}@media (max-width: 767px){#s-b01ea042-bdf3-4ca2-8230-bdafc0e18680 {
  
}
}
#s-494c3771-b501-4c44-8008-2782cefc06bb {
  text-align: center;
}







  #s-494c3771-b501-4c44-8008-2782cefc06bb img.shogun-image {
    

    
    
    
  }


#s-494c3771-b501-4c44-8008-2782cefc06bb .shogun-image-content {
  
    align-items: center;
  
}

#s-0563f3b7-72f4-4daf-9806-f7e81eea4adf {
  margin-top: 0em;
margin-left: 0px;
margin-bottom: 4%;
margin-right: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-0563f3b7-72f4-4daf-9806-f7e81eea4adf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0563f3b7-72f4-4daf-9806-f7e81eea4adf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0563f3b7-72f4-4daf-9806-f7e81eea4adf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0563f3b7-72f4-4daf-9806-f7e81eea4adf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6df9d5c6-fe12-478c-a9ca-9183d6293863 {
  margin-top: 3em;
margin-left: 30px;
margin-bottom: 3em;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-6df9d5c6-fe12-478c-a9ca-9183d6293863 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  text-align: center;
}



#s-04de250a-5c79-4f23-b475-611af89b639f {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
}
@media (min-width: 1200px){#s-04de250a-5c79-4f23-b475-611af89b639f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-04de250a-5c79-4f23-b475-611af89b639f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-04de250a-5c79-4f23-b475-611af89b639f {
  
}
}@media (max-width: 767px){#s-04de250a-5c79-4f23-b475-611af89b639f {
  
}
}
#s-136fa010-fa1e-4ac6-b02b-ae5a602ab12f {
  text-align: center;
}







  #s-136fa010-fa1e-4ac6-b02b-ae5a602ab12f img.shogun-image {
    

    
    
    
  }


#s-136fa010-fa1e-4ac6-b02b-ae5a602ab12f .shogun-image-content {
  
    align-items: center;
  
}

#s-fcfb257d-770b-400c-8b59-3d48a44aacc3 {
  padding-left: 22px;
padding-right: 22px;
}

#s-fcfb257d-770b-400c-8b59-3d48a44aacc3 hr {
  border-top: 2px solid #ddd;
}

#s-f0927a0b-224c-4beb-be4b-89ceefddc93c {
  margin-left: 0px;
margin-right: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-f0927a0b-224c-4beb-be4b-89ceefddc93c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f0927a0b-224c-4beb-be4b-89ceefddc93c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f0927a0b-224c-4beb-be4b-89ceefddc93c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f0927a0b-224c-4beb-be4b-89ceefddc93c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f0927a0b-224c-4beb-be4b-89ceefddc93c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f0927a0b-224c-4beb-be4b-89ceefddc93c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f0927a0b-224c-4beb-be4b-89ceefddc93c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-39696637-4b3d-47ce-befe-0622e2311b8e {
  text-align: center;
}







  #s-39696637-4b3d-47ce-befe-0622e2311b8e img.shogun-image {
    

    
    
    
  }


#s-39696637-4b3d-47ce-befe-0622e2311b8e .shogun-image-content {
  
    align-items: center;
  
}

#s-3b9ea306-6821-4752-a7dd-c63edafe1cc7 {
  margin-top: 3em;
margin-left: 30px;
margin-bottom: 3em;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-3b9ea306-6821-4752-a7dd-c63edafe1cc7 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  text-align: center;
}



#s-059c5e7e-d0e6-4d5d-bc39-f51d0f92ad38 {
  border-style: solid;
margin-top: 20px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-059c5e7e-d0e6-4d5d-bc39-f51d0f92ad38 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-059c5e7e-d0e6-4d5d-bc39-f51d0f92ad38 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-059c5e7e-d0e6-4d5d-bc39-f51d0f92ad38 {
  
}
}@media (max-width: 767px){#s-059c5e7e-d0e6-4d5d-bc39-f51d0f92ad38 {
  
}
}
#s-80cf4d05-61eb-44c9-9e55-f5924642f563 {
  margin-top: 2em;
margin-bottom: 4%;
min-height: 50px;
}








#s-80cf4d05-61eb-44c9-9e55-f5924642f563 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80cf4d05-61eb-44c9-9e55-f5924642f563.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2482c80d-d2c1-4aad-b5c0-d6a63134f7fe {
  margin-top: -1.5em;
margin-bottom: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2482c80d-d2c1-4aad-b5c0-d6a63134f7fe .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-e425eed9-2bd2-44f4-9d4b-d23b6336fd49 {
  margin-left: 10%;
margin-right: 10%;
}

#s-fae5332e-9b91-4594-9c2b-4107e3100b3e {
  margin-bottom: 20px;
min-height: 50px;
}








#s-fae5332e-9b91-4594-9c2b-4107e3100b3e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fae5332e-9b91-4594-9c2b-4107e3100b3e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bf87f2e9-c386-4f57-b6db-e11bd75d8266 {
  margin-left: 15%;
margin-right: 15%;
max-width: 100%;
text-align: center;
}
@media (min-width: 1200px){#s-bf87f2e9-c386-4f57-b6db-e11bd75d8266 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bf87f2e9-c386-4f57-b6db-e11bd75d8266 {
  display: none;
}
#s-bf87f2e9-c386-4f57-b6db-e11bd75d8266, #wrap-s-bf87f2e9-c386-4f57-b6db-e11bd75d8266 { display:none !important; }}@media (max-width: 767px){#s-bf87f2e9-c386-4f57-b6db-e11bd75d8266 {
  display: none;
}
#s-bf87f2e9-c386-4f57-b6db-e11bd75d8266, #wrap-s-bf87f2e9-c386-4f57-b6db-e11bd75d8266 { display:none !important; }}






  #s-bf87f2e9-c386-4f57-b6db-e11bd75d8266 img.shogun-image {
    

    
    
    
  }


#s-bf87f2e9-c386-4f57-b6db-e11bd75d8266 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-c225a5bf-8e81-4140-9a06-cc89193f070a {
  margin-top: 10px;
margin-left: 15%;
margin-bottom: 10px;
margin-right: 15%;
padding-top: 10px;
padding-bottom: 10px;
max-width: 100%;
}
@media (min-width: 768px) and (max-width: 991px){#s-c225a5bf-8e81-4140-9a06-cc89193f070a {
  display: none;
}
#s-c225a5bf-8e81-4140-9a06-cc89193f070a, #wrap-s-c225a5bf-8e81-4140-9a06-cc89193f070a { display:none !important; }}@media (max-width: 767px){#s-c225a5bf-8e81-4140-9a06-cc89193f070a {
  display: none;
}
#s-c225a5bf-8e81-4140-9a06-cc89193f070a, #wrap-s-c225a5bf-8e81-4140-9a06-cc89193f070a { display:none !important; }}
#s-c225a5bf-8e81-4140-9a06-cc89193f070a .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-c225a5bf-8e81-4140-9a06-cc89193f070a .shg-sld-nav-button.shg-sld-left,
#s-c225a5bf-8e81-4140-9a06-cc89193f070a .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-521a0f63-ab68-4ed6-9a3c-5ba9bb879845"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-521a0f63-ab68-4ed6-9a3c-5ba9bb879845"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-521a0f63-ab68-4ed6-9a3c-5ba9bb879845"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-521a0f63-ab68-4ed6-9a3c-5ba9bb879845"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-4db7b9cd-ff54-44c0-bac8-4c5e50780a02 {
  text-align: center;
}







  #s-4db7b9cd-ff54-44c0-bac8-4c5e50780a02 img.shogun-image {
    

    
    
    
  }


#s-4db7b9cd-ff54-44c0-bac8-4c5e50780a02 .shogun-image-content {
  
    align-items: center;
  
}

#s-18605613-d482-408b-a814-2ed0968fdcbd {
  text-align: center;
}







  #s-18605613-d482-408b-a814-2ed0968fdcbd img.shogun-image {
    

    
    
    
  }


#s-18605613-d482-408b-a814-2ed0968fdcbd .shogun-image-content {
  
    align-items: center;
  
}

#s-ac0c27c1-483f-4782-a7eb-abf12690ae2f {
  text-align: center;
}







  #s-ac0c27c1-483f-4782-a7eb-abf12690ae2f img.shogun-image {
    

    
    
    
  }


#s-ac0c27c1-483f-4782-a7eb-abf12690ae2f .shogun-image-content {
  
    align-items: center;
  
}

#s-db196df1-c4a9-4e03-b39a-2474aea7c457 {
  text-align: center;
}







  #s-db196df1-c4a9-4e03-b39a-2474aea7c457 img.shogun-image {
    

    
    
    
  }


#s-db196df1-c4a9-4e03-b39a-2474aea7c457 .shogun-image-content {
  
    align-items: center;
  
}

#s-288362c9-04fd-4bfc-a4d3-c7b84294980c {
  text-align: center;
}







  #s-288362c9-04fd-4bfc-a4d3-c7b84294980c img.shogun-image {
    

    
    
    
  }


#s-288362c9-04fd-4bfc-a4d3-c7b84294980c .shogun-image-content {
  
    align-items: center;
  
}

#s-a7e81be7-6ee8-496f-93fb-c70f7e741226 {
  text-align: center;
}







  #s-a7e81be7-6ee8-496f-93fb-c70f7e741226 img.shogun-image {
    

    
    
    
  }


#s-a7e81be7-6ee8-496f-93fb-c70f7e741226 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-9aa61ffc-c611-4ff7-832e-6d31e11a083d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 12.5px);
}

}

@media (min-width: 768px) {
[id="s-9aa61ffc-c611-4ff7-832e-6d31e11a083d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.833333333333332px);
}

}

@media (min-width: 992px) {
[id="s-9aa61ffc-c611-4ff7-832e-6d31e11a083d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.833333333333332px);
}

}

@media (min-width: 1200px) {
[id="s-9aa61ffc-c611-4ff7-832e-6d31e11a083d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.833333333333332px);
}

}

#s-f6199ef7-87d6-4b12-af14-571bf50e3f58 {
  text-align: center;
}







  #s-f6199ef7-87d6-4b12-af14-571bf50e3f58 img.shogun-image {
    

    
    
    
  }


#s-f6199ef7-87d6-4b12-af14-571bf50e3f58 .shogun-image-content {
  
    align-items: center;
  
}

#s-76ab92c0-ff61-4e4a-b45c-21dc8508af9c {
  text-align: center;
}







  #s-76ab92c0-ff61-4e4a-b45c-21dc8508af9c img.shogun-image {
    

    
    
    
  }


#s-76ab92c0-ff61-4e4a-b45c-21dc8508af9c .shogun-image-content {
  
    align-items: center;
  
}

#s-8a6b1d7f-54ee-48f5-b7c6-7f5c67bc28d1 {
  text-align: center;
}







  #s-8a6b1d7f-54ee-48f5-b7c6-7f5c67bc28d1 img.shogun-image {
    

    
    
    
  }


#s-8a6b1d7f-54ee-48f5-b7c6-7f5c67bc28d1 .shogun-image-content {
  
    align-items: center;
  
}

#s-afbdcedd-4d5f-48cc-8b08-980615432620 {
  text-align: center;
}







  #s-afbdcedd-4d5f-48cc-8b08-980615432620 img.shogun-image {
    

    
    
    
  }


#s-afbdcedd-4d5f-48cc-8b08-980615432620 .shogun-image-content {
  
    align-items: center;
  
}

#s-2b4b642c-903c-44c0-bc00-d9f839ce093c {
  text-align: center;
}







  #s-2b4b642c-903c-44c0-bc00-d9f839ce093c img.shogun-image {
    

    
    
    
  }


#s-2b4b642c-903c-44c0-bc00-d9f839ce093c .shogun-image-content {
  
    align-items: center;
  
}

#s-3c8732ca-7920-4580-87f3-5edb95d41d4b {
  text-align: center;
}







  #s-3c8732ca-7920-4580-87f3-5edb95d41d4b img.shogun-image {
    

    
    
    
  }


#s-3c8732ca-7920-4580-87f3-5edb95d41d4b .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-0e14739b-3888-404d-9506-1479994d48ef"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 12.5px);
}

}

@media (min-width: 768px) {
[id="s-0e14739b-3888-404d-9506-1479994d48ef"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.833333333333332px);
}

}

@media (min-width: 992px) {
[id="s-0e14739b-3888-404d-9506-1479994d48ef"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.833333333333332px);
}

}

@media (min-width: 1200px) {
[id="s-0e14739b-3888-404d-9506-1479994d48ef"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.833333333333332px);
}

}

#s-87b070b9-3955-48f0-b3a9-a787c3e39b6f {
  text-align: center;
}







  #s-87b070b9-3955-48f0-b3a9-a787c3e39b6f img.shogun-image {
    

    
    
    
  }


#s-87b070b9-3955-48f0-b3a9-a787c3e39b6f .shogun-image-content {
  
    align-items: center;
  
}

#s-84e893a5-d010-461b-8835-728cd331d676 {
  text-align: center;
}







  #s-84e893a5-d010-461b-8835-728cd331d676 img.shogun-image {
    

    
    
    
  }


#s-84e893a5-d010-461b-8835-728cd331d676 .shogun-image-content {
  
    align-items: center;
  
}

#s-c7928868-d8ab-42b6-88d6-c8bd0eb3696f {
  text-align: center;
}







  #s-c7928868-d8ab-42b6-88d6-c8bd0eb3696f img.shogun-image {
    

    
    
    
  }


#s-c7928868-d8ab-42b6-88d6-c8bd0eb3696f .shogun-image-content {
  
    align-items: center;
  
}

#s-3346bf0c-18b2-4acd-a407-679f7d3f2ab8 {
  text-align: center;
}







  #s-3346bf0c-18b2-4acd-a407-679f7d3f2ab8 img.shogun-image {
    

    
    
    
  }


#s-3346bf0c-18b2-4acd-a407-679f7d3f2ab8 .shogun-image-content {
  
    align-items: center;
  
}

#s-7762fa51-f27e-43d9-a88e-5ee6ef65be72 {
  text-align: center;
}







  #s-7762fa51-f27e-43d9-a88e-5ee6ef65be72 img.shogun-image {
    

    
    
    
  }


#s-7762fa51-f27e-43d9-a88e-5ee6ef65be72 .shogun-image-content {
  
    align-items: center;
  
}

#s-e3763c50-283d-4eb4-991a-2c21d9eebd9e {
  text-align: center;
}







  #s-e3763c50-283d-4eb4-991a-2c21d9eebd9e img.shogun-image {
    

    
    
    
  }


#s-e3763c50-283d-4eb4-991a-2c21d9eebd9e .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-9f0b09f1-9735-4761-b3f5-53d8601994d0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 12.5px);
}

}

@media (min-width: 768px) {
[id="s-9f0b09f1-9735-4761-b3f5-53d8601994d0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.833333333333332px);
}

}

@media (min-width: 992px) {
[id="s-9f0b09f1-9735-4761-b3f5-53d8601994d0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.833333333333332px);
}

}

@media (min-width: 1200px) {
[id="s-9f0b09f1-9735-4761-b3f5-53d8601994d0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.833333333333332px);
}

}

#s-3b518801-5fbd-44fa-b903-ab565486be70 {
  text-align: center;
}







  #s-3b518801-5fbd-44fa-b903-ab565486be70 img.shogun-image {
    

    
    
    
  }


#s-3b518801-5fbd-44fa-b903-ab565486be70 .shogun-image-content {
  
    align-items: center;
  
}

#s-31bcffe5-3b32-4187-bd95-d25cefe445f1 {
  text-align: center;
}







  #s-31bcffe5-3b32-4187-bd95-d25cefe445f1 img.shogun-image {
    

    
    
    
  }


#s-31bcffe5-3b32-4187-bd95-d25cefe445f1 .shogun-image-content {
  
    align-items: center;
  
}

#s-ba22c075-7e3e-4a09-8eb3-a6d8f6675125 {
  text-align: center;
}







  #s-ba22c075-7e3e-4a09-8eb3-a6d8f6675125 img.shogun-image {
    

    
    
    
  }


#s-ba22c075-7e3e-4a09-8eb3-a6d8f6675125 .shogun-image-content {
  
    align-items: center;
  
}

#s-3b28438b-34a0-4e3f-b13c-edde08572661 {
  text-align: center;
}







  #s-3b28438b-34a0-4e3f-b13c-edde08572661 img.shogun-image {
    

    
    
    
  }


#s-3b28438b-34a0-4e3f-b13c-edde08572661 .shogun-image-content {
  
    align-items: center;
  
}

#s-70dfe698-13b4-4a4c-a912-22538976874f {
  text-align: center;
}







  #s-70dfe698-13b4-4a4c-a912-22538976874f img.shogun-image {
    

    
    
    
  }


#s-70dfe698-13b4-4a4c-a912-22538976874f .shogun-image-content {
  
    align-items: center;
  
}

#s-53d32ad7-6752-4f84-8603-a4d94c69e155 {
  text-align: center;
}







  #s-53d32ad7-6752-4f84-8603-a4d94c69e155 img.shogun-image {
    

    
    
    
  }


#s-53d32ad7-6752-4f84-8603-a4d94c69e155 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-4987e429-6dec-4c1e-b2ed-6b358eadba9e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 12.5px);
}

}

@media (min-width: 768px) {
[id="s-4987e429-6dec-4c1e-b2ed-6b358eadba9e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.833333333333332px);
}

}

@media (min-width: 992px) {
[id="s-4987e429-6dec-4c1e-b2ed-6b358eadba9e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.833333333333332px);
}

}

@media (min-width: 1200px) {
[id="s-4987e429-6dec-4c1e-b2ed-6b358eadba9e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.833333333333332px);
}

}

#s-cba23219-02ad-43c1-a50b-89fa6a041238 {
  text-align: center;
}







  #s-cba23219-02ad-43c1-a50b-89fa6a041238 img.shogun-image {
    

    
    
    
  }


#s-cba23219-02ad-43c1-a50b-89fa6a041238 .shogun-image-content {
  
    align-items: center;
  
}

#s-3cb59c08-82eb-4815-8a3d-929ce222f905 {
  text-align: center;
}







  #s-3cb59c08-82eb-4815-8a3d-929ce222f905 img.shogun-image {
    

    
    
    
  }


#s-3cb59c08-82eb-4815-8a3d-929ce222f905 .shogun-image-content {
  
    align-items: center;
  
}

#s-fe7b643e-74e8-4d59-ab33-4149eb4e69ee {
  text-align: center;
}







  #s-fe7b643e-74e8-4d59-ab33-4149eb4e69ee img.shogun-image {
    

    
    
    
  }


#s-fe7b643e-74e8-4d59-ab33-4149eb4e69ee .shogun-image-content {
  
    align-items: center;
  
}

#s-8d4434ea-6e81-4e3e-b813-d1eb95cc5790 {
  text-align: center;
}







  #s-8d4434ea-6e81-4e3e-b813-d1eb95cc5790 img.shogun-image {
    

    
    
    
  }


#s-8d4434ea-6e81-4e3e-b813-d1eb95cc5790 .shogun-image-content {
  
    align-items: center;
  
}

#s-bde54181-62f8-4fd3-8f25-d754941e1310 {
  text-align: center;
}







  #s-bde54181-62f8-4fd3-8f25-d754941e1310 img.shogun-image {
    

    
    
    
  }


#s-bde54181-62f8-4fd3-8f25-d754941e1310 .shogun-image-content {
  
    align-items: center;
  
}

#s-c4f5a2e0-20d6-4c6d-a46e-96b49369cf2a {
  text-align: center;
}







  #s-c4f5a2e0-20d6-4c6d-a46e-96b49369cf2a img.shogun-image {
    

    
    
    
  }


#s-c4f5a2e0-20d6-4c6d-a46e-96b49369cf2a .shogun-image-content {
  
    align-items: center;
  
}

#s-4a7a2229-bb00-4233-a7ea-c807ed7e3240 {
  text-align: center;
}







  #s-4a7a2229-bb00-4233-a7ea-c807ed7e3240 img.shogun-image {
    

    
    
    
  }


#s-4a7a2229-bb00-4233-a7ea-c807ed7e3240 .shogun-image-content {
  
    align-items: center;
  
}

#s-8a92fdfd-5055-42a1-9064-0f662d794fed {
  text-align: center;
}







  #s-8a92fdfd-5055-42a1-9064-0f662d794fed img.shogun-image {
    

    
    
    
  }


#s-8a92fdfd-5055-42a1-9064-0f662d794fed .shogun-image-content {
  
    align-items: center;
  
}

#s-22ba56c0-1ecf-4282-9974-808b21e7d4d5 {
  text-align: center;
}







  #s-22ba56c0-1ecf-4282-9974-808b21e7d4d5 img.shogun-image {
    

    
    
    
  }


#s-22ba56c0-1ecf-4282-9974-808b21e7d4d5 .shogun-image-content {
  
    align-items: center;
  
}

#s-b5694293-c169-43f5-be5e-28724cca08d7 {
  text-align: center;
}







  #s-b5694293-c169-43f5-be5e-28724cca08d7 img.shogun-image {
    

    
    
    
  }


#s-b5694293-c169-43f5-be5e-28724cca08d7 .shogun-image-content {
  
    align-items: center;
  
}

#s-ce1c5df6-92bd-45fc-a38c-594daeaa71b2 {
  text-align: center;
}







  #s-ce1c5df6-92bd-45fc-a38c-594daeaa71b2 img.shogun-image {
    

    
    
    
  }


#s-ce1c5df6-92bd-45fc-a38c-594daeaa71b2 .shogun-image-content {
  
    align-items: center;
  
}

#s-62873c13-5936-47e0-849c-a8a225c06a7f {
  text-align: center;
}







  #s-62873c13-5936-47e0-849c-a8a225c06a7f img.shogun-image {
    

    
    
    
  }


#s-62873c13-5936-47e0-849c-a8a225c06a7f .shogun-image-content {
  
    align-items: center;
  
}

#s-4c07e700-f707-4367-9c8f-93426227de2d {
  text-align: center;
}







  #s-4c07e700-f707-4367-9c8f-93426227de2d img.shogun-image {
    

    
    
    
  }


#s-4c07e700-f707-4367-9c8f-93426227de2d .shogun-image-content {
  
    align-items: center;
  
}

#s-fc87dacb-8e54-454c-bf4c-125adc72ce81 {
  text-align: center;
}







  #s-fc87dacb-8e54-454c-bf4c-125adc72ce81 img.shogun-image {
    

    
    
    
  }


#s-fc87dacb-8e54-454c-bf4c-125adc72ce81 .shogun-image-content {
  
    align-items: center;
  
}

#s-c4bed056-d9c1-4509-93ed-11303aba05f8 {
  text-align: center;
}







  #s-c4bed056-d9c1-4509-93ed-11303aba05f8 img.shogun-image {
    

    
    
    
  }


#s-c4bed056-d9c1-4509-93ed-11303aba05f8 .shogun-image-content {
  
    align-items: center;
  
}

#s-914e86ab-158e-4dc0-aeda-b07aed8ada99 {
  text-align: center;
}







  #s-914e86ab-158e-4dc0-aeda-b07aed8ada99 img.shogun-image {
    

    
    
    
  }


#s-914e86ab-158e-4dc0-aeda-b07aed8ada99 .shogun-image-content {
  
    align-items: center;
  
}

#s-8d82e3cf-c0e5-43ef-8f04-c325ce3b771d {
  max-width: 200px;
text-align: center;
}







  #s-8d82e3cf-c0e5-43ef-8f04-c325ce3b771d img.shogun-image {
    

    
    
    
  }


#s-8d82e3cf-c0e5-43ef-8f04-c325ce3b771d .shogun-image-content {
  
    align-items: center;
  
}

#s-37213dab-4f94-422a-8521-15943a7296cc {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-37213dab-4f94-422a-8521-15943a7296cc {
  display: none;
}
#s-37213dab-4f94-422a-8521-15943a7296cc, #wrap-s-37213dab-4f94-422a-8521-15943a7296cc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-37213dab-4f94-422a-8521-15943a7296cc {
  display: none;
}
#s-37213dab-4f94-422a-8521-15943a7296cc, #wrap-s-37213dab-4f94-422a-8521-15943a7296cc { display:none !important; }}
#s-37213dab-4f94-422a-8521-15943a7296cc .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-37213dab-4f94-422a-8521-15943a7296cc .shg-sld-nav-button.shg-sld-left,
#s-37213dab-4f94-422a-8521-15943a7296cc .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-630fdc17-d632-4024-b345-787ed044153e {
  text-align: center;
}







  #s-630fdc17-d632-4024-b345-787ed044153e img.shogun-image {
    

    
    
    
  }


#s-630fdc17-d632-4024-b345-787ed044153e .shogun-image-content {
  
    align-items: center;
  
}

#s-1df987cb-4454-4d02-991c-c5e2f3f1834c {
  text-align: center;
}







  #s-1df987cb-4454-4d02-991c-c5e2f3f1834c img.shogun-image {
    

    
    
    
  }


#s-1df987cb-4454-4d02-991c-c5e2f3f1834c .shogun-image-content {
  
    align-items: center;
  
}

#s-2be7df7d-7974-478f-9506-9968d516bb1f {
  text-align: center;
}







  #s-2be7df7d-7974-478f-9506-9968d516bb1f img.shogun-image {
    

    
    
    
  }


#s-2be7df7d-7974-478f-9506-9968d516bb1f .shogun-image-content {
  
    align-items: center;
  
}

#s-b723875f-c5d5-4739-9f1a-0dec1982564a {
  text-align: center;
}







  #s-b723875f-c5d5-4739-9f1a-0dec1982564a img.shogun-image {
    

    
    
    
  }


#s-b723875f-c5d5-4739-9f1a-0dec1982564a .shogun-image-content {
  
    align-items: center;
  
}

#s-70a25ad6-6e92-4fa0-92c0-28d2980a2f07 {
  text-align: center;
}







  #s-70a25ad6-6e92-4fa0-92c0-28d2980a2f07 img.shogun-image {
    

    
    
    
  }


#s-70a25ad6-6e92-4fa0-92c0-28d2980a2f07 .shogun-image-content {
  
    align-items: center;
  
}

#s-62bde98f-c8e3-4b52-aa52-7015ab395055 {
  text-align: center;
}







  #s-62bde98f-c8e3-4b52-aa52-7015ab395055 img.shogun-image {
    

    
    
    
  }


#s-62bde98f-c8e3-4b52-aa52-7015ab395055 .shogun-image-content {
  
    align-items: center;
  
}

#s-a7ed6c5e-fab1-4a81-9494-03a86f655720 {
  text-align: center;
}







  #s-a7ed6c5e-fab1-4a81-9494-03a86f655720 img.shogun-image {
    

    
    
    
  }


#s-a7ed6c5e-fab1-4a81-9494-03a86f655720 .shogun-image-content {
  
    align-items: center;
  
}

#s-cc4b4ff2-9cc8-4026-a511-a9bb82923700 {
  text-align: center;
}







  #s-cc4b4ff2-9cc8-4026-a511-a9bb82923700 img.shogun-image {
    

    
    
    
  }


#s-cc4b4ff2-9cc8-4026-a511-a9bb82923700 .shogun-image-content {
  
    align-items: center;
  
}

#s-720255bd-38d8-405b-aeec-0530909575ca {
  text-align: center;
}







  #s-720255bd-38d8-405b-aeec-0530909575ca img.shogun-image {
    

    
    
    
  }


#s-720255bd-38d8-405b-aeec-0530909575ca .shogun-image-content {
  
    align-items: center;
  
}

#s-8dad51fc-35ae-4405-8eb3-07eb5813dce5 {
  text-align: center;
}







  #s-8dad51fc-35ae-4405-8eb3-07eb5813dce5 img.shogun-image {
    

    
    
    
  }


#s-8dad51fc-35ae-4405-8eb3-07eb5813dce5 .shogun-image-content {
  
    align-items: center;
  
}

#s-fd42fae4-3de4-40c1-a2ca-07a6b81808e7 {
  text-align: center;
}







  #s-fd42fae4-3de4-40c1-a2ca-07a6b81808e7 img.shogun-image {
    

    
    
    
  }


#s-fd42fae4-3de4-40c1-a2ca-07a6b81808e7 .shogun-image-content {
  
    align-items: center;
  
}

#s-206f7dc8-0a0a-43a8-8e64-2be8c264ebec {
  text-align: center;
}







  #s-206f7dc8-0a0a-43a8-8e64-2be8c264ebec img.shogun-image {
    

    
    
    
  }


#s-206f7dc8-0a0a-43a8-8e64-2be8c264ebec .shogun-image-content {
  
    align-items: center;
  
}

#s-5b879e3c-d31c-4a56-9e7c-e67db0ee2bec {
  text-align: center;
}







  #s-5b879e3c-d31c-4a56-9e7c-e67db0ee2bec img.shogun-image {
    

    
    
    
  }


#s-5b879e3c-d31c-4a56-9e7c-e67db0ee2bec .shogun-image-content {
  
    align-items: center;
  
}

#s-8573f1b6-682e-465b-8780-cf6a9e141b2f {
  text-align: center;
}







  #s-8573f1b6-682e-465b-8780-cf6a9e141b2f img.shogun-image {
    

    
    
    
  }


#s-8573f1b6-682e-465b-8780-cf6a9e141b2f .shogun-image-content {
  
    align-items: center;
  
}

#s-9e30cedc-3cd4-42b3-8980-2ec1faf3e84f {
  margin-top: 7px;
margin-bottom: 7px;
}
@media (min-width: 1200px){#s-9e30cedc-3cd4-42b3-8980-2ec1faf3e84f {
  display: none;
}
#s-9e30cedc-3cd4-42b3-8980-2ec1faf3e84f, #wrap-s-9e30cedc-3cd4-42b3-8980-2ec1faf3e84f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9e30cedc-3cd4-42b3-8980-2ec1faf3e84f {
  display: none;
}
#s-9e30cedc-3cd4-42b3-8980-2ec1faf3e84f, #wrap-s-9e30cedc-3cd4-42b3-8980-2ec1faf3e84f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9e30cedc-3cd4-42b3-8980-2ec1faf3e84f {
  
}
}@media (max-width: 767px){#s-9e30cedc-3cd4-42b3-8980-2ec1faf3e84f {
  
}
}
#s-9e30cedc-3cd4-42b3-8980-2ec1faf3e84f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-9e30cedc-3cd4-42b3-8980-2ec1faf3e84f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-9e30cedc-3cd4-42b3-8980-2ec1faf3e84f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-9e30cedc-3cd4-42b3-8980-2ec1faf3e84f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-9e30cedc-3cd4-42b3-8980-2ec1faf3e84f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: ;
}

#s-9e30cedc-3cd4-42b3-8980-2ec1faf3e84f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: ;
}@media (min-width: 768px) and (max-width: 991px){#s-9e30cedc-3cd4-42b3-8980-2ec1faf3e84f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-9e30cedc-3cd4-42b3-8980-2ec1faf3e84f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-9e30cedc-3cd4-42b3-8980-2ec1faf3e84f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-9e30cedc-3cd4-42b3-8980-2ec1faf3e84f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-9e30cedc-3cd4-42b3-8980-2ec1faf3e84f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: ;
}

#s-9e30cedc-3cd4-42b3-8980-2ec1faf3e84f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: ;
}}@media (max-width: 767px){#s-9e30cedc-3cd4-42b3-8980-2ec1faf3e84f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-9e30cedc-3cd4-42b3-8980-2ec1faf3e84f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-9e30cedc-3cd4-42b3-8980-2ec1faf3e84f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-9e30cedc-3cd4-42b3-8980-2ec1faf3e84f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-9e30cedc-3cd4-42b3-8980-2ec1faf3e84f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: ;
}

#s-9e30cedc-3cd4-42b3-8980-2ec1faf3e84f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: ;
}}
#s-9866c369-c23b-411a-81bc-f9a42c57842a {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}
@media (max-width: 767px){#s-9866c369-c23b-411a-81bc-f9a42c57842a {
  min-height: 250px;
}
}







#s-9866c369-c23b-411a-81bc-f9a42c57842a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9866c369-c23b-411a-81bc-f9a42c57842a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4c3c9841-ff3e-413b-8b69-2963216b6eaf {
  margin-bottom: -4%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-4c3c9841-ff3e-413b-8b69-2963216b6eaf {
  
}
}







#s-4c3c9841-ff3e-413b-8b69-2963216b6eaf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c3c9841-ff3e-413b-8b69-2963216b6eaf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c51045f9-7bd9-4603-bb62-35886382a113 {
  box-shadow:0px 0px 0px 0px ;
max-width: 100%;
text-align: center;
background-color: rgba(252, 248, 248, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-c51045f9-7bd9-4603-bb62-35886382a113 {
  display: none;
}
#s-c51045f9-7bd9-4603-bb62-35886382a113, #wrap-s-c51045f9-7bd9-4603-bb62-35886382a113 { display:none !important; }}@media (max-width: 767px){#s-c51045f9-7bd9-4603-bb62-35886382a113 {
  display: none;
}
#s-c51045f9-7bd9-4603-bb62-35886382a113, #wrap-s-c51045f9-7bd9-4603-bb62-35886382a113 { display:none !important; }}

  #s-c51045f9-7bd9-4603-bb62-35886382a113 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(233, 233, 233, 1);
  }
  #s-c51045f9-7bd9-4603-bb62-35886382a113 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(0, 0, 0, 1);
  }
#s-c51045f9-7bd9-4603-bb62-35886382a113 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 13px;
}

#s-c51045f9-7bd9-4603-bb62-35886382a113 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-c51045f9-7bd9-4603-bb62-35886382a113 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-c51045f9-7bd9-4603-bb62-35886382a113 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-81bcaaba-653f-44c8-809a-649e59c178d2 {
  margin-top: 2%;
margin-bottom: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-81bcaaba-653f-44c8-809a-649e59c178d2 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-133ad046-f6f2-48de-860a-ab93e3205c1a {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: -1em;
margin-bottom: 0em;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-133ad046-f6f2-48de-860a-ab93e3205c1a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-133ad046-f6f2-48de-860a-ab93e3205c1a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-133ad046-f6f2-48de-860a-ab93e3205c1a {
  
}
}@media (max-width: 767px){#s-133ad046-f6f2-48de-860a-ab93e3205c1a {
  
}
}







#s-133ad046-f6f2-48de-860a-ab93e3205c1a > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
}#s-133ad046-f6f2-48de-860a-ab93e3205c1a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-684ef234-c5bb-4e0a-8b03-178e9e349f5f {
  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;
background-color: rgba(119, 74, 74, 0);
opacity: 1;
}

@media (min-width: 0px) {
[id="s-684ef234-c5bb-4e0a-8b03-178e9e349f5f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-684ef234-c5bb-4e0a-8b03-178e9e349f5f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-684ef234-c5bb-4e0a-8b03-178e9e349f5f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-684ef234-c5bb-4e0a-8b03-178e9e349f5f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-684ef234-c5bb-4e0a-8b03-178e9e349f5f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-684ef234-c5bb-4e0a-8b03-178e9e349f5f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-684ef234-c5bb-4e0a-8b03-178e9e349f5f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-0bc33cbb-ba22-4f03-b924-87b2aeb0b296 {
  min-height: 50px;
}








#s-0bc33cbb-ba22-4f03-b924-87b2aeb0b296 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0bc33cbb-ba22-4f03-b924-87b2aeb0b296.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8a8390d1-fbdc-4a6c-8835-0aa937afd8a2 {
  margin-top: 3px;
margin-left: 30px;
margin-bottom: 3px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8a8390d1-fbdc-4a6c-8835-0aa937afd8a2 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Avenir Next";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-d49641c9-b75f-49ca-a071-8e96bb91c137 {
  min-height: 50px;
}








#s-d49641c9-b75f-49ca-a071-8e96bb91c137 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d49641c9-b75f-49ca-a071-8e96bb91c137.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-82382870-69cc-490b-a188-dc147f311327 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: -1em;
margin-bottom: 0em;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-82382870-69cc-490b-a188-dc147f311327 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-82382870-69cc-490b-a188-dc147f311327 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-82382870-69cc-490b-a188-dc147f311327 {
  
}
}@media (max-width: 767px){#s-82382870-69cc-490b-a188-dc147f311327 {
  
}
}







#s-82382870-69cc-490b-a188-dc147f311327 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
}#s-82382870-69cc-490b-a188-dc147f311327.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b065be48-e311-43ff-b20f-e9fa063b70ba {
  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;
background-color: rgba(119, 74, 74, 0);
opacity: 1;
}

@media (min-width: 0px) {
[id="s-b065be48-e311-43ff-b20f-e9fa063b70ba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b065be48-e311-43ff-b20f-e9fa063b70ba"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b065be48-e311-43ff-b20f-e9fa063b70ba"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b065be48-e311-43ff-b20f-e9fa063b70ba"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b065be48-e311-43ff-b20f-e9fa063b70ba"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b065be48-e311-43ff-b20f-e9fa063b70ba"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b065be48-e311-43ff-b20f-e9fa063b70ba"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-8db8c7b2-2104-4908-9ae2-51b4aa7d02fb {
  margin-top: 2em;
margin-left: 25%;
margin-bottom: 2em;
margin-right: 25%;
max-width: 100%;
text-align: center;
}







  #s-8db8c7b2-2104-4908-9ae2-51b4aa7d02fb img.shogun-image {
    

    
    
    
  }


#s-8db8c7b2-2104-4908-9ae2-51b4aa7d02fb .shogun-image-content {
  
    align-items: center;
  
}

#s-0af3457d-4796-4a6b-81b5-4cff01ad239c {
  margin-top: 10px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 20px;
}

#s-60447287-1399-47e1-91f9-fd7ca2c2e99d {
  margin-left: 30px;
margin-right: 30px;
}

#s-60447287-1399-47e1-91f9-fd7ca2c2e99d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-60447287-1399-47e1-91f9-fd7ca2c2e99d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-60447287-1399-47e1-91f9-fd7ca2c2e99d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-60447287-1399-47e1-91f9-fd7ca2c2e99d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-60447287-1399-47e1-91f9-fd7ca2c2e99d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Avenir Next;
  font-weight: ;
  font-style: ;
  font-size: ;
}

#s-60447287-1399-47e1-91f9-fd7ca2c2e99d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: ;
}
#s-3cf5a85a-018c-402f-8c33-9cc0d8b23995 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: -1em;
margin-bottom: 0em;
min-height: 400px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-3cf5a85a-018c-402f-8c33-9cc0d8b23995 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3cf5a85a-018c-402f-8c33-9cc0d8b23995 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3cf5a85a-018c-402f-8c33-9cc0d8b23995 {
  
}
}@media (max-width: 767px){#s-3cf5a85a-018c-402f-8c33-9cc0d8b23995 {
  
}
}







#s-3cf5a85a-018c-402f-8c33-9cc0d8b23995 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
}#s-3cf5a85a-018c-402f-8c33-9cc0d8b23995.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-72f27c03-3f5f-4046-9ed7-44ffd97bf968 {
  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;
background-color: rgba(119, 74, 74, 0);
opacity: 1;
}

@media (min-width: 0px) {
[id="s-72f27c03-3f5f-4046-9ed7-44ffd97bf968"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-72f27c03-3f5f-4046-9ed7-44ffd97bf968"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-72f27c03-3f5f-4046-9ed7-44ffd97bf968"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-72f27c03-3f5f-4046-9ed7-44ffd97bf968"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-72f27c03-3f5f-4046-9ed7-44ffd97bf968"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-72f27c03-3f5f-4046-9ed7-44ffd97bf968"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-72f27c03-3f5f-4046-9ed7-44ffd97bf968"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-0f6de152-24c9-4649-be28-1c7c8c12061e {
  min-height: 50px;
}








#s-0f6de152-24c9-4649-be28-1c7c8c12061e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0f6de152-24c9-4649-be28-1c7c8c12061e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8267d0e5-ce1d-4b25-ad7c-befc5ce8e242 {
  margin-top: 1em;
margin-bottom: 4%;
min-height: 50px;
}








#s-8267d0e5-ce1d-4b25-ad7c-befc5ce8e242 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8267d0e5-ce1d-4b25-ad7c-befc5ce8e242.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8d53f760-ccfc-4a45-b882-17fe8b03daad {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8d53f760-ccfc-4a45-b882-17fe8b03daad .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-20b79cb9-15fc-4229-86d1-4bc92f17680a {
  margin-left: 10%;
margin-right: 10%;
}

#s-c96680a3-39dd-48aa-8b53-68ad50ac4488 {
  min-height: 50px;
}








#s-c96680a3-39dd-48aa-8b53-68ad50ac4488 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c96680a3-39dd-48aa-8b53-68ad50ac4488.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-4479abf0-bad1-486f-a7be-2c9258963484"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4479abf0-bad1-486f-a7be-2c9258963484"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4479abf0-bad1-486f-a7be-2c9258963484"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4479abf0-bad1-486f-a7be-2c9258963484"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ca633bb0-a1ff-4d3e-98c7-82e2680f846a {
  margin-left: 30px;
margin-bottom: 3em;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ca633bb0-a1ff-4d3e-98c7-82e2680f846a .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  text-align: center;
}



#s-b34dc774-491a-41f5-affe-c27be22f08b6 {
  border-style: solid;
margin-top: 20px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-b34dc774-491a-41f5-affe-c27be22f08b6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b34dc774-491a-41f5-affe-c27be22f08b6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b34dc774-491a-41f5-affe-c27be22f08b6 {
  
}
}@media (max-width: 767px){#s-b34dc774-491a-41f5-affe-c27be22f08b6 {
  
}
}
#s-acb2396c-413e-431f-8c0e-c6262b4c2357 {
  margin-left: 30px;
margin-right: 30px;
}

#s-acb2396c-413e-431f-8c0e-c6262b4c2357 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-acb2396c-413e-431f-8c0e-c6262b4c2357 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-acb2396c-413e-431f-8c0e-c6262b4c2357 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-acb2396c-413e-431f-8c0e-c6262b4c2357 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-acb2396c-413e-431f-8c0e-c6262b4c2357 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Avenir Next;
  font-weight: ;
  font-style: ;
  font-size: ;
}

#s-acb2396c-413e-431f-8c0e-c6262b4c2357 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: ;
}
.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-214d5c38-1cd3-4990-97d5-3954ac2d150d {
  margin-top: 1em;
margin-bottom: 1em;
}

#s-214d5c38-1cd3-4990-97d5-3954ac2d150d .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-214d5c38-1cd3-4990-97d5-3954ac2d150d table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-214d5c38-1cd3-4990-97d5-3954ac2d150d 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-214d5c38-1cd3-4990-97d5-3954ac2d150d td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-214d5c38-1cd3-4990-97d5-3954ac2d150d td.shogun-table-column, #s-214d5c38-1cd3-4990-97d5-3954ac2d150d td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-ff799090-bb41-43de-b4a6-411e8355fac5 {
  margin-left: 30px;
margin-right: 30px;
text-align: center;
}







  #s-ff799090-bb41-43de-b4a6-411e8355fac5 img.shogun-image {
    

    
    
    
  }


#s-ff799090-bb41-43de-b4a6-411e8355fac5 .shogun-image-content {
  
    align-items: center;
  
}

#s-dd07ae5c-634d-4ab6-bed2-b5afd124f2e4 {
  margin-top: 2em;
margin-left: 0px;
margin-bottom: 2em;
margin-right: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-dd07ae5c-634d-4ab6-bed2-b5afd124f2e4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dd07ae5c-634d-4ab6-bed2-b5afd124f2e4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-dd07ae5c-634d-4ab6-bed2-b5afd124f2e4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-dd07ae5c-634d-4ab6-bed2-b5afd124f2e4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-28b6244d-6736-4691-b0ec-8a6d3300594b {
  margin-left: 25%;
margin-right: 25%;
text-align: center;
}







  #s-28b6244d-6736-4691-b0ec-8a6d3300594b img.shogun-image {
    

    
    
    
  }


#s-28b6244d-6736-4691-b0ec-8a6d3300594b .shogun-image-content {
  
    align-items: center;
  
}

#s-b0e8a75f-1885-4844-b0b0-9873ed44f645 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b0e8a75f-1885-4844-b0b0-9873ed44f645 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-9c307116-f3c4-46c8-8ea7-324e32378bb3 {
  border-style: solid;
margin-top: 20px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-9c307116-f3c4-46c8-8ea7-324e32378bb3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9c307116-f3c4-46c8-8ea7-324e32378bb3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9c307116-f3c4-46c8-8ea7-324e32378bb3 {
  
}
}@media (max-width: 767px){#s-9c307116-f3c4-46c8-8ea7-324e32378bb3 {
  
}
}
#s-87dd4b5c-0b01-4b6a-bb82-59c2d3240ea4 {
  margin-top: 1em;
margin-left: 10%;
margin-bottom: 0em;
margin-right: 10%;
}

#s-87dd4b5c-0b01-4b6a-bb82-59c2d3240ea4 hr {
  border-top: 2px solid rgba(163, 163, 163, 1);
}

#s-a683a77d-8f54-4a5f-a7b8-95a1aab95cf5 {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a683a77d-8f54-4a5f-a7b8-95a1aab95cf5 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-a4a9838f-9dcb-4de6-8cee-19de32df26b0 {
  margin-left: 10%;
margin-right: 10%;
}

#s-6ce1c1bd-97dd-4f13-8e94-947615aedc35 {
  margin-top: 1em;
margin-left: 10%;
margin-bottom: 0em;
margin-right: 10%;
}

#s-6ce1c1bd-97dd-4f13-8e94-947615aedc35 hr {
  border-top: 2px solid rgba(163, 163, 163, 1);
}

#s-43da9dfa-ee80-4753-95cd-4c51adc42d1b {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-43da9dfa-ee80-4753-95cd-4c51adc42d1b .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-3d1ee568-a0ec-4e01-8eaf-ff3535456f39 {
  margin-left: 10%;
margin-right: 10%;
}

#s-e27fe1c8-2596-46c9-8489-fa7590fb033e {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: -1em;
margin-left: 0px;
margin-bottom: 0em;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 300px;
background-position: center center;
}
@media (min-width: 1200px){#s-e27fe1c8-2596-46c9-8489-fa7590fb033e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e27fe1c8-2596-46c9-8489-fa7590fb033e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e27fe1c8-2596-46c9-8489-fa7590fb033e {
  
}
}@media (max-width: 767px){#s-e27fe1c8-2596-46c9-8489-fa7590fb033e {
  
}
}







#s-e27fe1c8-2596-46c9-8489-fa7590fb033e > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
}#s-e27fe1c8-2596-46c9-8489-fa7590fb033e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-af447f91-dad2-4929-8a40-1ea3d3c73319 {
  padding-top: 100px;
padding-bottom: 100px;
text-align: center;
}

#s-af447f91-dad2-4929-8a40-1ea3d3c73319 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



#s-56ce66f2-2ffd-4503-975f-55d6c8347e96 {
  min-height: 50px;
}








#s-56ce66f2-2ffd-4503-975f-55d6c8347e96 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56ce66f2-2ffd-4503-975f-55d6c8347e96.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e89aeb3f-8549-4cb7-bfd4-24f877eccebc {
  margin-left: 15%;
margin-right: 15%;
min-height: 50px;
}








#s-e89aeb3f-8549-4cb7-bfd4-24f877eccebc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e89aeb3f-8549-4cb7-bfd4-24f877eccebc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c2781838-a760-4da4-94cb-26387d370b5b {
  margin-top: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c2781838-a760-4da4-94cb-26387d370b5b .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-a0d8ca2f-d7e4-482a-8b4f-78a762655b41 {
  margin-left: 0%;
margin-bottom: 2em;
margin-right: 0%;
}

#s-bb67ab6c-021e-4a61-b235-bc8ed3eca724 {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-bb67ab6c-021e-4a61-b235-bc8ed3eca724"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bb67ab6c-021e-4a61-b235-bc8ed3eca724"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-bb67ab6c-021e-4a61-b235-bc8ed3eca724"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-bb67ab6c-021e-4a61-b235-bc8ed3eca724"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f930681f-4993-4dec-8d32-1245352fd037 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(66, 183, 42, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f930681f-4993-4dec-8d32-1245352fd037:hover {background-color: rgba(71, 163, 52, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f930681f-4993-4dec-8d32-1245352fd037:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f930681f-4993-4dec-8d32-1245352fd037-root {
    text-align: center;
  }


#s-f930681f-4993-4dec-8d32-1245352fd037.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f930681f-4993-4dec-8d32-1245352fd037-root {
    text-align: center;
  }


#s-f930681f-4993-4dec-8d32-1245352fd037.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f930681f-4993-4dec-8d32-1245352fd037-root {
    text-align: center;
  }


#s-f930681f-4993-4dec-8d32-1245352fd037.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f930681f-4993-4dec-8d32-1245352fd037-root {
    text-align: center;
  }


#s-f930681f-4993-4dec-8d32-1245352fd037.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f930681f-4993-4dec-8d32-1245352fd037-root {
    text-align: center;
  }


#s-f930681f-4993-4dec-8d32-1245352fd037.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c82fecb5-8784-46a5-8956-5bfeb899e1ae {
  margin-top: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c82fecb5-8784-46a5-8956-5bfeb899e1ae .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-350f4d70-851f-4347-ac63-b1ce5c203ddd {
  margin-left: 15%;
margin-bottom: 4%;
margin-right: 15%;
min-height: 50px;
}








#s-350f4d70-851f-4347-ac63-b1ce5c203ddd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-350f4d70-851f-4347-ac63-b1ce5c203ddd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5535b218-9649-4acc-962e-2b927795c839 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}







  #s-5535b218-9649-4acc-962e-2b927795c839 img.shogun-image {
    

    
    
    
  }


#s-5535b218-9649-4acc-962e-2b927795c839 .shogun-image-content {
  
    align-items: center;
  
}

#s-b0d8b96b-977e-4d90-b332-af50c9d95f65 {
  min-height: 50px;
}








#s-b0d8b96b-977e-4d90-b332-af50c9d95f65 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b0d8b96b-977e-4d90-b332-af50c9d95f65 {
  cursor: pointer;
}#s-b0d8b96b-977e-4d90-b332-af50c9d95f65.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-898e571d-7163-4b1b-ac0e-07d7bd9fb0dd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-898e571d-7163-4b1b-ac0e-07d7bd9fb0dd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-898e571d-7163-4b1b-ac0e-07d7bd9fb0dd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-898e571d-7163-4b1b-ac0e-07d7bd9fb0dd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-898e571d-7163-4b1b-ac0e-07d7bd9fb0dd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-898e571d-7163-4b1b-ac0e-07d7bd9fb0dd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-898e571d-7163-4b1b-ac0e-07d7bd9fb0dd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-171a696a-288d-43c8-a7ff-2351bf58401e {
  margin-top: 10%;
text-align: center;
}







  #s-171a696a-288d-43c8-a7ff-2351bf58401e img.shogun-image {
    

    
    
    
  }


#s-171a696a-288d-43c8-a7ff-2351bf58401e .shogun-image-content {
  
    align-items: center;
  
}

#s-a510cea2-e225-4249-979e-fd3c4e2e67c6 {
  margin-bottom: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a510cea2-e225-4249-979e-fd3c4e2e67c6 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-24d53784-ec02-464a-9608-86fda0baf2a1 {
  margin-bottom: 5%;
}

#s-ec72ca68-6b5f-4df2-adfa-b94cb49819f6 {
  margin-left: 0px;
margin-right: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-ec72ca68-6b5f-4df2-adfa-b94cb49819f6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ec72ca68-6b5f-4df2-adfa-b94cb49819f6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0em);
}

[id="s-ec72ca68-6b5f-4df2-adfa-b94cb49819f6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0em);
}

}

@media (min-width: 992px) {
[id="s-ec72ca68-6b5f-4df2-adfa-b94cb49819f6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0em);
}

[id="s-ec72ca68-6b5f-4df2-adfa-b94cb49819f6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0em);
}

}

@media (min-width: 1200px) {
[id="s-ec72ca68-6b5f-4df2-adfa-b94cb49819f6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0em);
}

[id="s-ec72ca68-6b5f-4df2-adfa-b94cb49819f6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0em);
}

}

#s-3fea9583-2e5c-4a4f-b687-3ff0e9c20de0 {
  text-align: center;
opacity: 1;
}







  #s-3fea9583-2e5c-4a4f-b687-3ff0e9c20de0 img.shogun-image {
    

    
    
    
  }


#s-3fea9583-2e5c-4a4f-b687-3ff0e9c20de0 .shogun-image-content {
  
    align-items: center;
  
}

#s-91e56cbb-9eae-49e5-9e9b-7417cf656196 {
  margin-top: 2px;
margin-left: 30px;
margin-bottom: 3em;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-91e56cbb-9eae-49e5-9e9b-7417cf656196 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Avenir Next";
  font-style:  normal ;
  
  
  
  text-align: center;
}



#s-68a6b270-afb9-46f9-8ccd-b72639690f25 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
}
@media (min-width: 1200px){#s-68a6b270-afb9-46f9-8ccd-b72639690f25 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-68a6b270-afb9-46f9-8ccd-b72639690f25 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-68a6b270-afb9-46f9-8ccd-b72639690f25 {
  
}
}@media (max-width: 767px){#s-68a6b270-afb9-46f9-8ccd-b72639690f25 {
  
}
}
#s-6c95bfe8-c927-42f9-a17f-a9c52b2fa6ab {
  margin-top: 0em;
margin-left: 0px;
margin-bottom: 1em;
margin-right: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-6c95bfe8-c927-42f9-a17f-a9c52b2fa6ab {
  
}
}@media (max-width: 767px){#s-6c95bfe8-c927-42f9-a17f-a9c52b2fa6ab {
  
}
}
@media (min-width: 0px) {
[id="s-6c95bfe8-c927-42f9-a17f-a9c52b2fa6ab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6c95bfe8-c927-42f9-a17f-a9c52b2fa6ab"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6c95bfe8-c927-42f9-a17f-a9c52b2fa6ab"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6c95bfe8-c927-42f9-a17f-a9c52b2fa6ab"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-fdf4fc00-afbf-4a34-924e-5c96ab8440fe {
  text-align: center;
}







  #s-fdf4fc00-afbf-4a34-924e-5c96ab8440fe img.shogun-image {
    

    
    
    
  }


#s-fdf4fc00-afbf-4a34-924e-5c96ab8440fe .shogun-image-content {
  
    align-items: center;
  
}

#s-ec532679-34fc-4995-ac4b-bec0fb5df75e {
  margin-top: 3em;
margin-left: 30px;
margin-bottom: 3em;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ec532679-34fc-4995-ac4b-bec0fb5df75e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



#s-5d286190-65a0-40e7-8277-896d855da950 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
}
@media (min-width: 1200px){#s-5d286190-65a0-40e7-8277-896d855da950 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5d286190-65a0-40e7-8277-896d855da950 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5d286190-65a0-40e7-8277-896d855da950 {
  
}
}@media (max-width: 767px){#s-5d286190-65a0-40e7-8277-896d855da950 {
  
}
}
#s-567eb075-0169-4b25-b696-9ab3eacc741c {
  margin-bottom: 4%;
min-height: 50px;
}
@media (min-width: 1200px){#s-567eb075-0169-4b25-b696-9ab3eacc741c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-567eb075-0169-4b25-b696-9ab3eacc741c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-567eb075-0169-4b25-b696-9ab3eacc741c {
  
}
}@media (max-width: 767px){#s-567eb075-0169-4b25-b696-9ab3eacc741c {
  
}
}







#s-567eb075-0169-4b25-b696-9ab3eacc741c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-567eb075-0169-4b25-b696-9ab3eacc741c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7df8c8fb-5e37-4231-a0a3-ee1807be4f56 {
  margin-left: 20%;
margin-right: 20%;
min-height: 50px;
}








#s-7df8c8fb-5e37-4231-a0a3-ee1807be4f56 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7df8c8fb-5e37-4231-a0a3-ee1807be4f56.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-14fa5204-49a5-4d36-a1c2-470700a61c38 {
  margin-top: 3em;
margin-bottom: 3em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-14fa5204-49a5-4d36-a1c2-470700a61c38 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Avenir Next";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-b267a1e6-c495-42f0-95a1-ae161f5bd768 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-b267a1e6-c495-42f0-95a1-ae161f5bd768"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b267a1e6-c495-42f0-95a1-ae161f5bd768"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b267a1e6-c495-42f0-95a1-ae161f5bd768"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b267a1e6-c495-42f0-95a1-ae161f5bd768"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b267a1e6-c495-42f0-95a1-ae161f5bd768"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b267a1e6-c495-42f0-95a1-ae161f5bd768"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b267a1e6-c495-42f0-95a1-ae161f5bd768"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-2a4c03e8-5fed-4683-9e21-718009287b0f {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-2a4c03e8-5fed-4683-9e21-718009287b0f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2a4c03e8-5fed-4683-9e21-718009287b0f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2a4c03e8-5fed-4683-9e21-718009287b0f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2a4c03e8-5fed-4683-9e21-718009287b0f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2a4c03e8-5fed-4683-9e21-718009287b0f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2a4c03e8-5fed-4683-9e21-718009287b0f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2a4c03e8-5fed-4683-9e21-718009287b0f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-7b0b4426-ca71-4883-bae3-fa8a2de915bd {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-7b0b4426-ca71-4883-bae3-fa8a2de915bd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7b0b4426-ca71-4883-bae3-fa8a2de915bd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7b0b4426-ca71-4883-bae3-fa8a2de915bd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7b0b4426-ca71-4883-bae3-fa8a2de915bd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7b0b4426-ca71-4883-bae3-fa8a2de915bd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7b0b4426-ca71-4883-bae3-fa8a2de915bd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7b0b4426-ca71-4883-bae3-fa8a2de915bd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-e02f4078-f574-414e-845a-6f122556c24f {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-e02f4078-f574-414e-845a-6f122556c24f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e02f4078-f574-414e-845a-6f122556c24f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e02f4078-f574-414e-845a-6f122556c24f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e02f4078-f574-414e-845a-6f122556c24f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e02f4078-f574-414e-845a-6f122556c24f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e02f4078-f574-414e-845a-6f122556c24f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e02f4078-f574-414e-845a-6f122556c24f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-91847f84-6c6f-4b75-b9c8-bd8192ba483e {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-91847f84-6c6f-4b75-b9c8-bd8192ba483e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-91847f84-6c6f-4b75-b9c8-bd8192ba483e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-91847f84-6c6f-4b75-b9c8-bd8192ba483e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-91847f84-6c6f-4b75-b9c8-bd8192ba483e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-91847f84-6c6f-4b75-b9c8-bd8192ba483e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-91847f84-6c6f-4b75-b9c8-bd8192ba483e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-91847f84-6c6f-4b75-b9c8-bd8192ba483e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-6910fe62-caf2-4ec4-a61f-4d8ad1ee961f {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-6910fe62-caf2-4ec4-a61f-4d8ad1ee961f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6910fe62-caf2-4ec4-a61f-4d8ad1ee961f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6910fe62-caf2-4ec4-a61f-4d8ad1ee961f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6910fe62-caf2-4ec4-a61f-4d8ad1ee961f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6910fe62-caf2-4ec4-a61f-4d8ad1ee961f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6910fe62-caf2-4ec4-a61f-4d8ad1ee961f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6910fe62-caf2-4ec4-a61f-4d8ad1ee961f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-ff5f10c2-03df-4088-bdbe-28c50bb4df04 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-ff5f10c2-03df-4088-bdbe-28c50bb4df04"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ff5f10c2-03df-4088-bdbe-28c50bb4df04"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ff5f10c2-03df-4088-bdbe-28c50bb4df04"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ff5f10c2-03df-4088-bdbe-28c50bb4df04"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ff5f10c2-03df-4088-bdbe-28c50bb4df04"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ff5f10c2-03df-4088-bdbe-28c50bb4df04"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ff5f10c2-03df-4088-bdbe-28c50bb4df04"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-9a42955c-e051-4dff-b7cc-f6174052f9cd {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-9a42955c-e051-4dff-b7cc-f6174052f9cd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9a42955c-e051-4dff-b7cc-f6174052f9cd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9a42955c-e051-4dff-b7cc-f6174052f9cd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9a42955c-e051-4dff-b7cc-f6174052f9cd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9a42955c-e051-4dff-b7cc-f6174052f9cd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9a42955c-e051-4dff-b7cc-f6174052f9cd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9a42955c-e051-4dff-b7cc-f6174052f9cd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-9adf0775-3b98-4a20-830a-ca04eb526337 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-9adf0775-3b98-4a20-830a-ca04eb526337"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9adf0775-3b98-4a20-830a-ca04eb526337"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9adf0775-3b98-4a20-830a-ca04eb526337"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9adf0775-3b98-4a20-830a-ca04eb526337"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9adf0775-3b98-4a20-830a-ca04eb526337"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9adf0775-3b98-4a20-830a-ca04eb526337"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9adf0775-3b98-4a20-830a-ca04eb526337"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-fb26a480-9d52-4f09-8f9e-f322c871232a {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-fb26a480-9d52-4f09-8f9e-f322c871232a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fb26a480-9d52-4f09-8f9e-f322c871232a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fb26a480-9d52-4f09-8f9e-f322c871232a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fb26a480-9d52-4f09-8f9e-f322c871232a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fb26a480-9d52-4f09-8f9e-f322c871232a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fb26a480-9d52-4f09-8f9e-f322c871232a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fb26a480-9d52-4f09-8f9e-f322c871232a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-42609182-4c9b-43e8-8836-7df53942bd25 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-42609182-4c9b-43e8-8836-7df53942bd25"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-42609182-4c9b-43e8-8836-7df53942bd25"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-42609182-4c9b-43e8-8836-7df53942bd25"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-42609182-4c9b-43e8-8836-7df53942bd25"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-42609182-4c9b-43e8-8836-7df53942bd25"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-42609182-4c9b-43e8-8836-7df53942bd25"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-42609182-4c9b-43e8-8836-7df53942bd25"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-43e57158-a068-4cdc-bf73-c3bb60b05569 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-43e57158-a068-4cdc-bf73-c3bb60b05569"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-43e57158-a068-4cdc-bf73-c3bb60b05569"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-43e57158-a068-4cdc-bf73-c3bb60b05569"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-43e57158-a068-4cdc-bf73-c3bb60b05569"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-43e57158-a068-4cdc-bf73-c3bb60b05569"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-43e57158-a068-4cdc-bf73-c3bb60b05569"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-43e57158-a068-4cdc-bf73-c3bb60b05569"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-583b7e20-8431-4007-950c-9c12b8bf518d {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-583b7e20-8431-4007-950c-9c12b8bf518d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-583b7e20-8431-4007-950c-9c12b8bf518d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-583b7e20-8431-4007-950c-9c12b8bf518d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-583b7e20-8431-4007-950c-9c12b8bf518d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-583b7e20-8431-4007-950c-9c12b8bf518d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-583b7e20-8431-4007-950c-9c12b8bf518d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-583b7e20-8431-4007-950c-9c12b8bf518d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-b9be9f0e-e03e-47e4-a180-09669e1137d4 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-b9be9f0e-e03e-47e4-a180-09669e1137d4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b9be9f0e-e03e-47e4-a180-09669e1137d4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b9be9f0e-e03e-47e4-a180-09669e1137d4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b9be9f0e-e03e-47e4-a180-09669e1137d4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b9be9f0e-e03e-47e4-a180-09669e1137d4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b9be9f0e-e03e-47e4-a180-09669e1137d4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b9be9f0e-e03e-47e4-a180-09669e1137d4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-094d4cab-9193-45e5-a0da-c854b4ff6a29 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-094d4cab-9193-45e5-a0da-c854b4ff6a29"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-094d4cab-9193-45e5-a0da-c854b4ff6a29"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-094d4cab-9193-45e5-a0da-c854b4ff6a29"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-094d4cab-9193-45e5-a0da-c854b4ff6a29"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-094d4cab-9193-45e5-a0da-c854b4ff6a29"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-094d4cab-9193-45e5-a0da-c854b4ff6a29"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-094d4cab-9193-45e5-a0da-c854b4ff6a29"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-e17f4f46-999a-40fd-baeb-707a8f9e694c {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-e17f4f46-999a-40fd-baeb-707a8f9e694c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e17f4f46-999a-40fd-baeb-707a8f9e694c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e17f4f46-999a-40fd-baeb-707a8f9e694c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e17f4f46-999a-40fd-baeb-707a8f9e694c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e17f4f46-999a-40fd-baeb-707a8f9e694c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e17f4f46-999a-40fd-baeb-707a8f9e694c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e17f4f46-999a-40fd-baeb-707a8f9e694c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-6eb3d2b7-4e13-4de6-86de-983a0fb0467a {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-6eb3d2b7-4e13-4de6-86de-983a0fb0467a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6eb3d2b7-4e13-4de6-86de-983a0fb0467a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6eb3d2b7-4e13-4de6-86de-983a0fb0467a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6eb3d2b7-4e13-4de6-86de-983a0fb0467a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6eb3d2b7-4e13-4de6-86de-983a0fb0467a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6eb3d2b7-4e13-4de6-86de-983a0fb0467a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6eb3d2b7-4e13-4de6-86de-983a0fb0467a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-ba7638c5-120c-4b49-878f-36bcb84bd9ca {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-ba7638c5-120c-4b49-878f-36bcb84bd9ca"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ba7638c5-120c-4b49-878f-36bcb84bd9ca"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ba7638c5-120c-4b49-878f-36bcb84bd9ca"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ba7638c5-120c-4b49-878f-36bcb84bd9ca"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ba7638c5-120c-4b49-878f-36bcb84bd9ca"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ba7638c5-120c-4b49-878f-36bcb84bd9ca"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ba7638c5-120c-4b49-878f-36bcb84bd9ca"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-11ce33a2-3feb-4709-b526-eee643966d9d {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-11ce33a2-3feb-4709-b526-eee643966d9d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-11ce33a2-3feb-4709-b526-eee643966d9d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-11ce33a2-3feb-4709-b526-eee643966d9d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-11ce33a2-3feb-4709-b526-eee643966d9d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-11ce33a2-3feb-4709-b526-eee643966d9d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-11ce33a2-3feb-4709-b526-eee643966d9d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-11ce33a2-3feb-4709-b526-eee643966d9d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-f131f9be-257a-4c32-af10-c7808079bc43 hr {
  border-top: 2px solid #ddd;
}

#s-a50dc76c-12c4-4edd-85b6-d08ab958a053 {
  min-height: 50px;
}








#s-a50dc76c-12c4-4edd-85b6-d08ab958a053 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a50dc76c-12c4-4edd-85b6-d08ab958a053.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5c07bcb9-5e9e-42b7-84df-2019713b5c1a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5c07bcb9-5e9e-42b7-84df-2019713b5c1a .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-517b474e-8bf0-4dfe-b033-75768c194093 {
  margin-top: 20px;
margin-bottom: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-517b474e-8bf0-4dfe-b033-75768c194093 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-5c863ddd-65b2-4529-956f-c1fbc3c44061 {
  min-height: 50px;
}








#s-5c863ddd-65b2-4529-956f-c1fbc3c44061 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c863ddd-65b2-4529-956f-c1fbc3c44061 {
  cursor: pointer;
}#s-5c863ddd-65b2-4529-956f-c1fbc3c44061.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-96495aee-7bb0-4a0d-a6c5-53633defde14"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-96495aee-7bb0-4a0d-a6c5-53633defde14"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-96495aee-7bb0-4a0d-a6c5-53633defde14"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-96495aee-7bb0-4a0d-a6c5-53633defde14"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-96495aee-7bb0-4a0d-a6c5-53633defde14"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-96495aee-7bb0-4a0d-a6c5-53633defde14"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-96495aee-7bb0-4a0d-a6c5-53633defde14"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-a9cd07f8-71ed-480b-a913-8df919ede046 {
  margin-top: 5%;
margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  #s-a9cd07f8-71ed-480b-a913-8df919ede046 img.shogun-image {
    

    
    
    
  }


#s-a9cd07f8-71ed-480b-a913-8df919ede046 .shogun-image-content {
  
    align-items: center;
  
}

#s-f6dd8b54-a026-4d5f-999b-17b695a12cca {
  margin-bottom: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f6dd8b54-a026-4d5f-999b-17b695a12cca .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-ffdc1798-039a-4940-9631-c0dcab424360 {
  margin-bottom: 5%;
}

#s-76696e11-6975-42be-82c8-681a36de98fc {
  margin-left: 0px;
margin-right: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-76696e11-6975-42be-82c8-681a36de98fc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-76696e11-6975-42be-82c8-681a36de98fc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-76696e11-6975-42be-82c8-681a36de98fc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-76696e11-6975-42be-82c8-681a36de98fc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-76696e11-6975-42be-82c8-681a36de98fc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-76696e11-6975-42be-82c8-681a36de98fc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-76696e11-6975-42be-82c8-681a36de98fc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-72d1df8b-61de-4d91-9e96-89b8056ccaa5 {
  margin-top: 3em;
margin-left: 30px;
margin-bottom: 3em;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-72d1df8b-61de-4d91-9e96-89b8056ccaa5 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  text-align: center;
}



#s-71809807-4203-4588-a74c-e14d6b3a7a63 {
  border-style: solid;
margin-top: 20px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-71809807-4203-4588-a74c-e14d6b3a7a63 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-71809807-4203-4588-a74c-e14d6b3a7a63 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-71809807-4203-4588-a74c-e14d6b3a7a63 {
  
}
}@media (max-width: 767px){#s-71809807-4203-4588-a74c-e14d6b3a7a63 {
  
}
}
#s-74807e8f-62fb-4f64-8ea2-c09956e6843e {
  margin-left: 30px;
margin-right: 30px;
}

#s-74807e8f-62fb-4f64-8ea2-c09956e6843e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-74807e8f-62fb-4f64-8ea2-c09956e6843e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-74807e8f-62fb-4f64-8ea2-c09956e6843e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-74807e8f-62fb-4f64-8ea2-c09956e6843e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-74807e8f-62fb-4f64-8ea2-c09956e6843e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Avenir Next;
  font-weight: ;
  font-style: ;
  font-size: ;
}

#s-74807e8f-62fb-4f64-8ea2-c09956e6843e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: ;
}
#s-d3d98d7c-43fa-40cc-aa7f-c920f575fc8b {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 20px;
padding-bottom: 20px;
}

#s-4a7b4641-9605-43f2-8ac9-5280392addd7 {
  text-align: center;
}







  #s-4a7b4641-9605-43f2-8ac9-5280392addd7 img.shogun-image {
    

    
    
    
  }


#s-4a7b4641-9605-43f2-8ac9-5280392addd7 .shogun-image-content {
  
    align-items: center;
  
}

#s-af6ce90e-8e82-4394-9fe9-e7d55307d9f9 {
  margin-top: 0em;
margin-left: 0px;
margin-bottom: 4%;
margin-right: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-af6ce90e-8e82-4394-9fe9-e7d55307d9f9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-af6ce90e-8e82-4394-9fe9-e7d55307d9f9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-af6ce90e-8e82-4394-9fe9-e7d55307d9f9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-af6ce90e-8e82-4394-9fe9-e7d55307d9f9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8c7c6d6d-34c5-4e17-81a4-4ae02e956a2c {
  margin-top: 3em;
margin-left: 30px;
margin-bottom: 3em;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-8c7c6d6d-34c5-4e17-81a4-4ae02e956a2c .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  text-align: center;
}



#s-9eb72700-c626-4041-89df-f07c6a30b554 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
}
@media (min-width: 1200px){#s-9eb72700-c626-4041-89df-f07c6a30b554 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9eb72700-c626-4041-89df-f07c6a30b554 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9eb72700-c626-4041-89df-f07c6a30b554 {
  
}
}@media (max-width: 767px){#s-9eb72700-c626-4041-89df-f07c6a30b554 {
  
}
}
#s-e81d46f2-0da5-4558-9303-4f3d8239ca92 {
  text-align: center;
}







  #s-e81d46f2-0da5-4558-9303-4f3d8239ca92 img.shogun-image {
    

    
    
    
  }


#s-e81d46f2-0da5-4558-9303-4f3d8239ca92 .shogun-image-content {
  
    align-items: center;
  
}

#s-acaa5271-4daf-4d09-af9a-20410c3d82e8 {
  margin-left: 10%;
margin-right: 10%;
}

#s-b7d3d54b-122d-4be7-8f92-c645135c9220 {
  margin-left: 0px;
margin-right: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-b7d3d54b-122d-4be7-8f92-c645135c9220"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b7d3d54b-122d-4be7-8f92-c645135c9220"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b7d3d54b-122d-4be7-8f92-c645135c9220"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b7d3d54b-122d-4be7-8f92-c645135c9220"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b7d3d54b-122d-4be7-8f92-c645135c9220"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b7d3d54b-122d-4be7-8f92-c645135c9220"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b7d3d54b-122d-4be7-8f92-c645135c9220"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-6c1b807c-67a0-49e6-ab0d-d3d3b870e8f5 {
  margin-bottom: 2%;
text-align: center;
}







  #s-6c1b807c-67a0-49e6-ab0d-d3d3b870e8f5 img.shogun-image {
    

    
    
    
  }


#s-6c1b807c-67a0-49e6-ab0d-d3d3b870e8f5 .shogun-image-content {
  
    align-items: center;
  
}

#s-073ec5b0-51e1-4d10-9287-e2fb29c23bc5 {
  margin-top: 3em;
margin-left: 30px;
margin-bottom: 3em;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-073ec5b0-51e1-4d10-9287-e2fb29c23bc5 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  text-align: center;
}



#s-9438e68a-9ce5-408e-819a-46628dd97d50 {
  border-style: solid;
margin-top: 20px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-9438e68a-9ce5-408e-819a-46628dd97d50 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9438e68a-9ce5-408e-819a-46628dd97d50 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9438e68a-9ce5-408e-819a-46628dd97d50 {
  
}
}@media (max-width: 767px){#s-9438e68a-9ce5-408e-819a-46628dd97d50 {
  
}
}
#s-ec0e3963-db92-4c26-898a-9da8e4d07084 {
  margin-left: 30px;
margin-right: 30px;
}

#s-ec0e3963-db92-4c26-898a-9da8e4d07084 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-ec0e3963-db92-4c26-898a-9da8e4d07084 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-ec0e3963-db92-4c26-898a-9da8e4d07084 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-ec0e3963-db92-4c26-898a-9da8e4d07084 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-ec0e3963-db92-4c26-898a-9da8e4d07084 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Avenir Next;
  font-weight: ;
  font-style: ;
  font-size: ;
}

#s-ec0e3963-db92-4c26-898a-9da8e4d07084 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: ;
}
#s-aae061a0-7c44-4583-97f2-d33449ae6022 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 20px;
padding-bottom: 20px;
}

#s-7f01c09f-f50e-4ea8-b912-f573a46f246e {
  padding-left: 22px;
padding-right: 22px;
}

#s-7f01c09f-f50e-4ea8-b912-f573a46f246e hr {
  border-top: 2px solid #ddd;
}

#s-7d8eb621-1e4a-4094-a620-57bce2e6cd3f {
  margin-top: 2em;
margin-bottom: 4%;
min-height: 50px;
}








#s-7d8eb621-1e4a-4094-a620-57bce2e6cd3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d8eb621-1e4a-4094-a620-57bce2e6cd3f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9515d59c-59d6-4c6a-9894-73913eac2883 {
  margin-top: -1.5em;
margin-bottom: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9515d59c-59d6-4c6a-9894-73913eac2883 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-517a3a38-b92a-4b7e-ae22-7c7f79eb9b5d {
  margin-left: 10%;
margin-right: 10%;
}

#s-0b82da47-1f9f-4e30-a38e-7ccc38933c54 {
  border-style: solid;
padding-top: 30px;
padding-bottom: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: #000;
text-align: center;
}

#s-0b82da47-1f9f-4e30-a38e-7ccc38933c54 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-27dc0b5f-5d03-47c5-b4e0-3af87ee3752d {
  min-height: 50px;
}








#s-27dc0b5f-5d03-47c5-b4e0-3af87ee3752d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-27dc0b5f-5d03-47c5-b4e0-3af87ee3752d {
  cursor: pointer;
}#s-27dc0b5f-5d03-47c5-b4e0-3af87ee3752d.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-72fd32b2-29ca-42ba-821d-40115747c7c5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-72fd32b2-29ca-42ba-821d-40115747c7c5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-72fd32b2-29ca-42ba-821d-40115747c7c5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-72fd32b2-29ca-42ba-821d-40115747c7c5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6787aadb-f24d-47dd-bae4-def65456bd1d {
  margin-top: 10%;
margin-bottom: 4%;
text-align: center;
}







  #s-6787aadb-f24d-47dd-bae4-def65456bd1d img.shogun-image {
    

    
    
    
  }


#s-6787aadb-f24d-47dd-bae4-def65456bd1d .shogun-image-content {
  
    align-items: center;
  
}

#s-7b9180ba-dfcf-45f3-ac0d-772cc06f9ee9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7b9180ba-dfcf-45f3-ac0d-772cc06f9ee9 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-e148902d-5a8a-4ba8-acdc-1cd322b3e209 {
  margin-top: 4%;
margin-left: 4%;
margin-bottom: 4%;
margin-right: 4%;
}

#s-af7c2943-d702-42a5-a249-796a778aaf33 {
  margin-left: 5%;
margin-right: 5%;
}

#s-af7c2943-d702-42a5-a249-796a778aaf33 hr {
  border-top: 2px solid #ddd;
}

#s-ea70d1a4-5faa-41b4-81c6-aca20fbd445c {
  min-height: 50px;
}








#s-ea70d1a4-5faa-41b4-81c6-aca20fbd445c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea70d1a4-5faa-41b4-81c6-aca20fbd445c {
  cursor: pointer;
}#s-ea70d1a4-5faa-41b4-81c6-aca20fbd445c.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-6fb84ceb-d0bb-4b0c-a720-7c6a190e9bfb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6fb84ceb-d0bb-4b0c-a720-7c6a190e9bfb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6fb84ceb-d0bb-4b0c-a720-7c6a190e9bfb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6fb84ceb-d0bb-4b0c-a720-7c6a190e9bfb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-32723288-fe94-4de3-aee2-1c907e89b49b {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  #s-32723288-fe94-4de3-aee2-1c907e89b49b img.shogun-image {
    

    
    
    
  }


#s-32723288-fe94-4de3-aee2-1c907e89b49b .shogun-image-content {
  
    align-items: center;
  
}

#s-ffb67f58-255f-4dc3-b809-f4219d4fd568 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ffb67f58-255f-4dc3-b809-f4219d4fd568 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-3bfdbb3e-7a8a-4377-8508-872631ed89b2 {
  margin-top: 4%;
margin-left: 5%;
margin-bottom: 4%;
margin-right: 5%;
}

#s-fa5b28af-df04-4fa1-b2e5-a02d0e322f0f {
  margin-left: 5%;
margin-right: 5%;
}

#s-fa5b28af-df04-4fa1-b2e5-a02d0e322f0f hr {
  border-top: 2px solid #ddd;
}

#s-d15bd30d-b284-4cab-925d-158b041335de {
  margin-left: 0px;
margin-right: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-d15bd30d-b284-4cab-925d-158b041335de {
  display: none;
}
#s-d15bd30d-b284-4cab-925d-158b041335de, #wrap-s-d15bd30d-b284-4cab-925d-158b041335de { display:none !important; }}@media (max-width: 767px){#s-d15bd30d-b284-4cab-925d-158b041335de {
  display: none;
}
#s-d15bd30d-b284-4cab-925d-158b041335de, #wrap-s-d15bd30d-b284-4cab-925d-158b041335de { display:none !important; }}
@media (min-width: 0px) {
[id="s-d15bd30d-b284-4cab-925d-158b041335de"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d15bd30d-b284-4cab-925d-158b041335de"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d15bd30d-b284-4cab-925d-158b041335de"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d15bd30d-b284-4cab-925d-158b041335de"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-81fce3b0-a092-42f5-9d53-2aee3e4d8331 {
  margin-top: 3em;
margin-left: 30px;
margin-bottom: 3em;
margin-right: 30px;
text-align: center;
}







  #s-81fce3b0-a092-42f5-9d53-2aee3e4d8331 img.shogun-image {
    

    
    
    
  }


#s-81fce3b0-a092-42f5-9d53-2aee3e4d8331 .shogun-image-content {
  
    align-items: center;
  
}

#s-667ccb8c-440f-49b3-b32f-4ab31f98cd63 {
  border-style: solid;
margin-top: 20px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-667ccb8c-440f-49b3-b32f-4ab31f98cd63 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-667ccb8c-440f-49b3-b32f-4ab31f98cd63 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-667ccb8c-440f-49b3-b32f-4ab31f98cd63 {
  
}
}@media (max-width: 767px){#s-667ccb8c-440f-49b3-b32f-4ab31f98cd63 {
  
}
}
#s-c96bf97a-e743-4650-bcb7-d30f41acceec {
  margin-left: 30px;
margin-right: 30px;
}

#s-c96bf97a-e743-4650-bcb7-d30f41acceec > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-c96bf97a-e743-4650-bcb7-d30f41acceec > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-c96bf97a-e743-4650-bcb7-d30f41acceec > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-c96bf97a-e743-4650-bcb7-d30f41acceec > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-c96bf97a-e743-4650-bcb7-d30f41acceec > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Lato;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
}

#s-c96bf97a-e743-4650-bcb7-d30f41acceec > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-0ce6c761-07fd-4577-a1d0-098eb02f7536 {
  text-align: center;
}







  #s-0ce6c761-07fd-4577-a1d0-098eb02f7536 img.shogun-image {
    

    
    
    
  }


#s-0ce6c761-07fd-4577-a1d0-098eb02f7536 .shogun-image-content {
  
    align-items: center;
  
}

#s-ab403a06-15ad-422d-afae-e038a64b0587 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 250px;
background-position: center center;
}








#s-ab403a06-15ad-422d-afae-e038a64b0587 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-ab403a06-15ad-422d-afae-e038a64b0587.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b15ab771-0115-4bc1-a4eb-dbc69d44cb03 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-b15ab771-0115-4bc1-a4eb-dbc69d44cb03 {
  display: none;
}
#s-b15ab771-0115-4bc1-a4eb-dbc69d44cb03, #wrap-s-b15ab771-0115-4bc1-a4eb-dbc69d44cb03 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b15ab771-0115-4bc1-a4eb-dbc69d44cb03 {
  display: none;
}
#s-b15ab771-0115-4bc1-a4eb-dbc69d44cb03, #wrap-s-b15ab771-0115-4bc1-a4eb-dbc69d44cb03 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b15ab771-0115-4bc1-a4eb-dbc69d44cb03 {
  
}
}@media (max-width: 767px){#s-b15ab771-0115-4bc1-a4eb-dbc69d44cb03 {
  
}
}







#s-b15ab771-0115-4bc1-a4eb-dbc69d44cb03 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
}#s-b15ab771-0115-4bc1-a4eb-dbc69d44cb03.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-33764cea-57fd-4d62-8214-166bda708bce {
  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;
background-color: rgba(119, 74, 74, 0);
opacity: 1;
}

@media (min-width: 0px) {
[id="s-33764cea-57fd-4d62-8214-166bda708bce"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-33764cea-57fd-4d62-8214-166bda708bce"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-33764cea-57fd-4d62-8214-166bda708bce"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-33764cea-57fd-4d62-8214-166bda708bce"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-a8e208d3-8315-441a-a12c-5d47bb0f78d4 {
  margin-top: 2em;
margin-left: 25%;
margin-bottom: 2em;
margin-right: 25%;
max-width: 100%;
text-align: center;
}







  #s-a8e208d3-8315-441a-a12c-5d47bb0f78d4 img.shogun-image {
    

    
    
    
  }


#s-a8e208d3-8315-441a-a12c-5d47bb0f78d4 .shogun-image-content {
  
    align-items: center;
  
}

#s-f8160a62-2259-47aa-afa8-508dbfcbf7d7 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
}
@media (min-width: 1200px){#s-f8160a62-2259-47aa-afa8-508dbfcbf7d7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f8160a62-2259-47aa-afa8-508dbfcbf7d7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f8160a62-2259-47aa-afa8-508dbfcbf7d7 {
  
}
}@media (max-width: 767px){#s-f8160a62-2259-47aa-afa8-508dbfcbf7d7 {
  
}
}
#s-beec2810-d098-4469-bbf1-5d2af58ef31a {
  margin-left: 30px;
margin-right: 30px;
}

#s-beec2810-d098-4469-bbf1-5d2af58ef31a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-beec2810-d098-4469-bbf1-5d2af58ef31a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-beec2810-d098-4469-bbf1-5d2af58ef31a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-beec2810-d098-4469-bbf1-5d2af58ef31a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-beec2810-d098-4469-bbf1-5d2af58ef31a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Lato;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-beec2810-d098-4469-bbf1-5d2af58ef31a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-53ff50a4-96ec-4140-90a1-fef852b22573 {
  margin-top: 1em;
}

#s-e1329b35-36d1-4158-a90b-4546fa886202 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-e1329b35-36d1-4158-a90b-4546fa886202 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e1329b35-36d1-4158-a90b-4546fa886202 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e1329b35-36d1-4158-a90b-4546fa886202 {
  
}
}@media (max-width: 767px){#s-e1329b35-36d1-4158-a90b-4546fa886202 {
  
}
}
#s-e1329b35-36d1-4158-a90b-4546fa886202 {
  background-image: url();
}








#s-e1329b35-36d1-4158-a90b-4546fa886202 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e1329b35-36d1-4158-a90b-4546fa886202.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a62a103c-0fcf-4438-bfb0-30a4eee234d6 {
  margin-top: 0em;
margin-left: 120px;
margin-bottom: 1em;
margin-right: 120px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a62a103c-0fcf-4438-bfb0-30a4eee234d6 {
  display: none;
}
#s-a62a103c-0fcf-4438-bfb0-30a4eee234d6, #wrap-s-a62a103c-0fcf-4438-bfb0-30a4eee234d6 { display:none !important; }}@media (max-width: 767px){#s-a62a103c-0fcf-4438-bfb0-30a4eee234d6 {
  display: none;
}
#s-a62a103c-0fcf-4438-bfb0-30a4eee234d6, #wrap-s-a62a103c-0fcf-4438-bfb0-30a4eee234d6 { display:none !important; }}
#s-a62a103c-0fcf-4438-bfb0-30a4eee234d6 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-b148e86e-9474-4d38-84fe-3aa4558257ef {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 250px;
background-position: center center;
}
@media (min-width: 1200px){#s-b148e86e-9474-4d38-84fe-3aa4558257ef {
  display: none;
}
#s-b148e86e-9474-4d38-84fe-3aa4558257ef, #wrap-s-b148e86e-9474-4d38-84fe-3aa4558257ef { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b148e86e-9474-4d38-84fe-3aa4558257ef {
  display: none;
}
#s-b148e86e-9474-4d38-84fe-3aa4558257ef, #wrap-s-b148e86e-9474-4d38-84fe-3aa4558257ef { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b148e86e-9474-4d38-84fe-3aa4558257ef {
  
}
}@media (max-width: 767px){#s-b148e86e-9474-4d38-84fe-3aa4558257ef {
  
}
}







#s-b148e86e-9474-4d38-84fe-3aa4558257ef > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
}#s-b148e86e-9474-4d38-84fe-3aa4558257ef.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1e20d3e1-dbc0-4044-ba7d-89628ca4967f {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-1e20d3e1-dbc0-4044-ba7d-89628ca4967f {
  display: none;
}
#s-1e20d3e1-dbc0-4044-ba7d-89628ca4967f, #wrap-s-1e20d3e1-dbc0-4044-ba7d-89628ca4967f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1e20d3e1-dbc0-4044-ba7d-89628ca4967f {
  display: none;
}
#s-1e20d3e1-dbc0-4044-ba7d-89628ca4967f, #wrap-s-1e20d3e1-dbc0-4044-ba7d-89628ca4967f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1e20d3e1-dbc0-4044-ba7d-89628ca4967f {
  display: none;
}
#s-1e20d3e1-dbc0-4044-ba7d-89628ca4967f, #wrap-s-1e20d3e1-dbc0-4044-ba7d-89628ca4967f { display:none !important; }}@media (max-width: 767px){#s-1e20d3e1-dbc0-4044-ba7d-89628ca4967f {
  display: none;
}
#s-1e20d3e1-dbc0-4044-ba7d-89628ca4967f, #wrap-s-1e20d3e1-dbc0-4044-ba7d-89628ca4967f { display:none !important; }}







#s-1e20d3e1-dbc0-4044-ba7d-89628ca4967f > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
}#s-1e20d3e1-dbc0-4044-ba7d-89628ca4967f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-097345fc-77c4-485f-8b94-3a8fe0d0e228 {
  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;
background-color: rgba(119, 74, 74, 0);
opacity: 1;
}

@media (min-width: 0px) {
[id="s-097345fc-77c4-485f-8b94-3a8fe0d0e228"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-097345fc-77c4-485f-8b94-3a8fe0d0e228"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-097345fc-77c4-485f-8b94-3a8fe0d0e228"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-097345fc-77c4-485f-8b94-3a8fe0d0e228"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-3a728f13-82ea-4ae2-98ca-f5b17a543943 {
  margin-top: 3em;
margin-left: 30px;
margin-bottom: 3em;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-3a728f13-82ea-4ae2-98ca-f5b17a543943 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3a728f13-82ea-4ae2-98ca-f5b17a543943 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3a728f13-82ea-4ae2-98ca-f5b17a543943 {
  
}
}@media (max-width: 767px){#s-3a728f13-82ea-4ae2-98ca-f5b17a543943 {
  
}
}
#s-3a728f13-82ea-4ae2-98ca-f5b17a543943 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  
  
  
  
}



#s-96b68016-5197-4024-a41b-153c8e00bf1e {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
}
@media (min-width: 1200px){#s-96b68016-5197-4024-a41b-153c8e00bf1e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-96b68016-5197-4024-a41b-153c8e00bf1e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-96b68016-5197-4024-a41b-153c8e00bf1e {
  
}
}@media (max-width: 767px){#s-96b68016-5197-4024-a41b-153c8e00bf1e {
  
}
}
#s-6289a015-4fc6-4f7b-b60e-26ef23ee1c5a {
  margin-left: 30px;
margin-right: 30px;
}

#s-6289a015-4fc6-4f7b-b60e-26ef23ee1c5a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-6289a015-4fc6-4f7b-b60e-26ef23ee1c5a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-6289a015-4fc6-4f7b-b60e-26ef23ee1c5a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-6289a015-4fc6-4f7b-b60e-26ef23ee1c5a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-6289a015-4fc6-4f7b-b60e-26ef23ee1c5a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Lato;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-6289a015-4fc6-4f7b-b60e-26ef23ee1c5a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-affb1887-7d3a-4aa0-888c-0cc3ef31c545 {
  margin-top: 1em;
}

#s-f2893878-3654-47b8-988e-c10030a736c4 {
  margin-left: 20%;
margin-right: 15%;
min-height: 50px;
}








#s-f2893878-3654-47b8-988e-c10030a736c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f2893878-3654-47b8-988e-c10030a736c4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dd79a1bb-4cd3-4233-8564-12d8def3822b {
  margin-top: 1em;
margin-bottom: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dd79a1bb-4cd3-4233-8564-12d8def3822b .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Avenir Next";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-7d69ad07-e210-453e-983d-e07d615764ed {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-7d69ad07-e210-453e-983d-e07d615764ed"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7d69ad07-e210-453e-983d-e07d615764ed"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7d69ad07-e210-453e-983d-e07d615764ed"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7d69ad07-e210-453e-983d-e07d615764ed"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7d69ad07-e210-453e-983d-e07d615764ed"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7d69ad07-e210-453e-983d-e07d615764ed"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7d69ad07-e210-453e-983d-e07d615764ed"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-1986b2bd-1ef0-437c-942f-9a2ea2f54513 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-1986b2bd-1ef0-437c-942f-9a2ea2f54513"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1986b2bd-1ef0-437c-942f-9a2ea2f54513"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1986b2bd-1ef0-437c-942f-9a2ea2f54513"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1986b2bd-1ef0-437c-942f-9a2ea2f54513"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1986b2bd-1ef0-437c-942f-9a2ea2f54513"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1986b2bd-1ef0-437c-942f-9a2ea2f54513"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1986b2bd-1ef0-437c-942f-9a2ea2f54513"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-28597382-098c-4355-bf4a-dadb3aac0309 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-28597382-098c-4355-bf4a-dadb3aac0309"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-28597382-098c-4355-bf4a-dadb3aac0309"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-28597382-098c-4355-bf4a-dadb3aac0309"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-28597382-098c-4355-bf4a-dadb3aac0309"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-28597382-098c-4355-bf4a-dadb3aac0309"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-28597382-098c-4355-bf4a-dadb3aac0309"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-28597382-098c-4355-bf4a-dadb3aac0309"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-7b3cbd86-2184-435c-8961-28df1914b561 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-7b3cbd86-2184-435c-8961-28df1914b561"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7b3cbd86-2184-435c-8961-28df1914b561"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7b3cbd86-2184-435c-8961-28df1914b561"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7b3cbd86-2184-435c-8961-28df1914b561"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7b3cbd86-2184-435c-8961-28df1914b561"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7b3cbd86-2184-435c-8961-28df1914b561"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7b3cbd86-2184-435c-8961-28df1914b561"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-9ba7fe1f-6270-440d-8552-6465014f705a {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-9ba7fe1f-6270-440d-8552-6465014f705a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9ba7fe1f-6270-440d-8552-6465014f705a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9ba7fe1f-6270-440d-8552-6465014f705a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9ba7fe1f-6270-440d-8552-6465014f705a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9ba7fe1f-6270-440d-8552-6465014f705a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9ba7fe1f-6270-440d-8552-6465014f705a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9ba7fe1f-6270-440d-8552-6465014f705a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-5c1f2d04-51e3-4ae4-a15e-3091d6bd6e0b {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-5c1f2d04-51e3-4ae4-a15e-3091d6bd6e0b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5c1f2d04-51e3-4ae4-a15e-3091d6bd6e0b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5c1f2d04-51e3-4ae4-a15e-3091d6bd6e0b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5c1f2d04-51e3-4ae4-a15e-3091d6bd6e0b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5c1f2d04-51e3-4ae4-a15e-3091d6bd6e0b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5c1f2d04-51e3-4ae4-a15e-3091d6bd6e0b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5c1f2d04-51e3-4ae4-a15e-3091d6bd6e0b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-2ed85511-f7b2-4bec-8fc7-9c9b16b7f7d9 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-2ed85511-f7b2-4bec-8fc7-9c9b16b7f7d9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2ed85511-f7b2-4bec-8fc7-9c9b16b7f7d9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2ed85511-f7b2-4bec-8fc7-9c9b16b7f7d9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2ed85511-f7b2-4bec-8fc7-9c9b16b7f7d9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2ed85511-f7b2-4bec-8fc7-9c9b16b7f7d9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2ed85511-f7b2-4bec-8fc7-9c9b16b7f7d9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2ed85511-f7b2-4bec-8fc7-9c9b16b7f7d9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-4ee9c620-9a25-4da6-be7d-4f53a505469b {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-4ee9c620-9a25-4da6-be7d-4f53a505469b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4ee9c620-9a25-4da6-be7d-4f53a505469b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4ee9c620-9a25-4da6-be7d-4f53a505469b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4ee9c620-9a25-4da6-be7d-4f53a505469b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4ee9c620-9a25-4da6-be7d-4f53a505469b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4ee9c620-9a25-4da6-be7d-4f53a505469b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4ee9c620-9a25-4da6-be7d-4f53a505469b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-504be50d-5376-4c0a-aa67-409aa48490cb {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-504be50d-5376-4c0a-aa67-409aa48490cb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-504be50d-5376-4c0a-aa67-409aa48490cb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-504be50d-5376-4c0a-aa67-409aa48490cb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-504be50d-5376-4c0a-aa67-409aa48490cb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-504be50d-5376-4c0a-aa67-409aa48490cb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-504be50d-5376-4c0a-aa67-409aa48490cb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-504be50d-5376-4c0a-aa67-409aa48490cb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-5e89854f-81a6-4160-aa32-b674af963987 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-5e89854f-81a6-4160-aa32-b674af963987"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5e89854f-81a6-4160-aa32-b674af963987"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5e89854f-81a6-4160-aa32-b674af963987"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5e89854f-81a6-4160-aa32-b674af963987"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5e89854f-81a6-4160-aa32-b674af963987"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5e89854f-81a6-4160-aa32-b674af963987"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5e89854f-81a6-4160-aa32-b674af963987"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-272f9dee-a8de-4c0f-a193-edbb147cea4c {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-272f9dee-a8de-4c0f-a193-edbb147cea4c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-272f9dee-a8de-4c0f-a193-edbb147cea4c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-272f9dee-a8de-4c0f-a193-edbb147cea4c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-272f9dee-a8de-4c0f-a193-edbb147cea4c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-272f9dee-a8de-4c0f-a193-edbb147cea4c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-272f9dee-a8de-4c0f-a193-edbb147cea4c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-272f9dee-a8de-4c0f-a193-edbb147cea4c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-5c2ccc73-23b1-463e-a83b-76166b6d70f5 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-5c2ccc73-23b1-463e-a83b-76166b6d70f5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5c2ccc73-23b1-463e-a83b-76166b6d70f5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5c2ccc73-23b1-463e-a83b-76166b6d70f5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5c2ccc73-23b1-463e-a83b-76166b6d70f5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5c2ccc73-23b1-463e-a83b-76166b6d70f5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5c2ccc73-23b1-463e-a83b-76166b6d70f5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5c2ccc73-23b1-463e-a83b-76166b6d70f5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-8f784cf2-b836-4f15-a3a1-01381af37950 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-8f784cf2-b836-4f15-a3a1-01381af37950"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8f784cf2-b836-4f15-a3a1-01381af37950"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8f784cf2-b836-4f15-a3a1-01381af37950"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8f784cf2-b836-4f15-a3a1-01381af37950"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8f784cf2-b836-4f15-a3a1-01381af37950"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8f784cf2-b836-4f15-a3a1-01381af37950"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8f784cf2-b836-4f15-a3a1-01381af37950"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-3d55b14e-7d55-431d-a3e0-79dcc5d5f6ed {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-3d55b14e-7d55-431d-a3e0-79dcc5d5f6ed"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3d55b14e-7d55-431d-a3e0-79dcc5d5f6ed"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3d55b14e-7d55-431d-a3e0-79dcc5d5f6ed"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3d55b14e-7d55-431d-a3e0-79dcc5d5f6ed"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3d55b14e-7d55-431d-a3e0-79dcc5d5f6ed"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3d55b14e-7d55-431d-a3e0-79dcc5d5f6ed"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3d55b14e-7d55-431d-a3e0-79dcc5d5f6ed"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-556d7433-4325-4d0d-8039-1585ad622d0e {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-556d7433-4325-4d0d-8039-1585ad622d0e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-556d7433-4325-4d0d-8039-1585ad622d0e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-556d7433-4325-4d0d-8039-1585ad622d0e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-556d7433-4325-4d0d-8039-1585ad622d0e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-556d7433-4325-4d0d-8039-1585ad622d0e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-556d7433-4325-4d0d-8039-1585ad622d0e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-556d7433-4325-4d0d-8039-1585ad622d0e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-ea084921-0b18-46aa-90ad-c6759ce6b34d {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-ea084921-0b18-46aa-90ad-c6759ce6b34d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ea084921-0b18-46aa-90ad-c6759ce6b34d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ea084921-0b18-46aa-90ad-c6759ce6b34d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ea084921-0b18-46aa-90ad-c6759ce6b34d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ea084921-0b18-46aa-90ad-c6759ce6b34d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ea084921-0b18-46aa-90ad-c6759ce6b34d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ea084921-0b18-46aa-90ad-c6759ce6b34d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-705f0c77-1bd2-42eb-87a9-40673471cf27 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-705f0c77-1bd2-42eb-87a9-40673471cf27"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-705f0c77-1bd2-42eb-87a9-40673471cf27"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-705f0c77-1bd2-42eb-87a9-40673471cf27"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-705f0c77-1bd2-42eb-87a9-40673471cf27"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-705f0c77-1bd2-42eb-87a9-40673471cf27"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-705f0c77-1bd2-42eb-87a9-40673471cf27"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-705f0c77-1bd2-42eb-87a9-40673471cf27"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-2a1009c9-b2b2-4070-a3af-54ba96f3b371 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-2a1009c9-b2b2-4070-a3af-54ba96f3b371"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2a1009c9-b2b2-4070-a3af-54ba96f3b371"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2a1009c9-b2b2-4070-a3af-54ba96f3b371"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2a1009c9-b2b2-4070-a3af-54ba96f3b371"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2a1009c9-b2b2-4070-a3af-54ba96f3b371"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2a1009c9-b2b2-4070-a3af-54ba96f3b371"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2a1009c9-b2b2-4070-a3af-54ba96f3b371"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-39b8aa20-c852-433a-a94a-95c8b6ea47b2 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-39b8aa20-c852-433a-a94a-95c8b6ea47b2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-39b8aa20-c852-433a-a94a-95c8b6ea47b2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-39b8aa20-c852-433a-a94a-95c8b6ea47b2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-39b8aa20-c852-433a-a94a-95c8b6ea47b2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-39b8aa20-c852-433a-a94a-95c8b6ea47b2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-39b8aa20-c852-433a-a94a-95c8b6ea47b2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-39b8aa20-c852-433a-a94a-95c8b6ea47b2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-8826208b-4fe6-4e98-95ca-84333ac31cfe {
  min-height: 50px;
}








#s-8826208b-4fe6-4e98-95ca-84333ac31cfe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8826208b-4fe6-4e98-95ca-84333ac31cfe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0db28869-ea5f-45ec-8365-67c11e35ca6b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0db28869-ea5f-45ec-8365-67c11e35ca6b .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-aa4a4ec4-1012-4f06-9ed5-c1dda912aeac {
  margin-bottom: 5%;
}

#s-3fdb549d-3949-4afb-9698-f511bc392640 {
  min-height: 50px;
}








#s-3fdb549d-3949-4afb-9698-f511bc392640 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3fdb549d-3949-4afb-9698-f511bc392640.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-532cf768-9540-49fc-ace6-dd73a3d71d60 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 11px;
padding-bottom: 11px;
}

#s-e1ff8a1b-c038-44f6-a5c5-150efa4cd8a5 {
  margin-left: 30px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-e1ff8a1b-c038-44f6-a5c5-150efa4cd8a5 {
  display: none;
}
#s-e1ff8a1b-c038-44f6-a5c5-150efa4cd8a5, #wrap-s-e1ff8a1b-c038-44f6-a5c5-150efa4cd8a5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e1ff8a1b-c038-44f6-a5c5-150efa4cd8a5 {
  display: none;
}
#s-e1ff8a1b-c038-44f6-a5c5-150efa4cd8a5, #wrap-s-e1ff8a1b-c038-44f6-a5c5-150efa4cd8a5 { display:none !important; }}
#s-e1ff8a1b-c038-44f6-a5c5-150efa4cd8a5 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-e1ff8a1b-c038-44f6-a5c5-150efa4cd8a5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-e1ff8a1b-c038-44f6-a5c5-150efa4cd8a5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-e1ff8a1b-c038-44f6-a5c5-150efa4cd8a5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-e1ff8a1b-c038-44f6-a5c5-150efa4cd8a5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: ;
}

#s-e1ff8a1b-c038-44f6-a5c5-150efa4cd8a5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: ;
}
#s-600b4d20-11f8-49a8-bc98-9e2b87a72c25 {
  margin-top: 5%;
margin-left: 30%;
margin-bottom: 5%;
margin-right: 30%;
text-align: center;
}







  #s-600b4d20-11f8-49a8-bc98-9e2b87a72c25 img.shogun-image {
    

    
    
    
  }


#s-600b4d20-11f8-49a8-bc98-9e2b87a72c25 .shogun-image-content {
  
    align-items: center;
  
}

#s-8a67d295-352f-49c2-a5fb-0d570fb24aee {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 5%;
margin-right: 10%;
text-align: center;
}







  #s-8a67d295-352f-49c2-a5fb-0d570fb24aee img.shogun-image {
    

    
    
    
  }


#s-8a67d295-352f-49c2-a5fb-0d570fb24aee .shogun-image-content {
  
    align-items: center;
  
}

#s-9c667de3-2412-4860-a1be-a2bba9fd15c3 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
}

#s-b77cffbe-fe3c-4295-9c15-f5be25fbb55c {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
}

#s-dc75a6fd-91c9-4fd6-9dc3-bceff38b9168 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
}

#s-347dff5a-0817-4d0b-b396-7b4d431a0dc5 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
}

#s-8e40f5f2-808f-44fc-9e3d-60eea3af7d57 {
  margin-top: 1em;
min-height: 50px;
}








#s-8e40f5f2-808f-44fc-9e3d-60eea3af7d57 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e40f5f2-808f-44fc-9e3d-60eea3af7d57.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d2edd1fe-1f47-4ada-8afc-86da641f5105 {
  margin-top: 1em;
margin-bottom: 0em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d2edd1fe-1f47-4ada-8afc-86da641f5105 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Avenir Next";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-a524a090-aca3-4ced-92bc-7a6f0a139a23 {
  margin-left: 10%;
margin-right: 10%;
}

#s-441325ab-5033-47d2-bc60-5efdc2f8cc87 {
  margin-top: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-441325ab-5033-47d2-bc60-5efdc2f8cc87 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-2a8d98ff-76aa-48fe-97c2-9917a86ad66e {
  margin-left: 2%;
margin-right: 2%;
text-align: center;
}







  #s-2a8d98ff-76aa-48fe-97c2-9917a86ad66e img.shogun-image {
    

    
    
    
  }


#s-2a8d98ff-76aa-48fe-97c2-9917a86ad66e .shogun-image-content {
  
    align-items: center;
  
}

#s-9bd90679-748e-4520-8389-6f3e1863e67a {
  text-align: center;
}







  #s-9bd90679-748e-4520-8389-6f3e1863e67a img.shogun-image {
    

    
    
    
  }


#s-9bd90679-748e-4520-8389-6f3e1863e67a .shogun-image-content {
  
    align-items: center;
  
}

#s-a037c4f4-471a-4a4b-af74-a163f7bfcf1c {
  margin-left: 20%;
margin-right: 20%;
min-height: 50px;
}
@media (max-width: 767px){#s-a037c4f4-471a-4a4b-af74-a163f7bfcf1c {
  margin-left: 10%;
margin-right: 10%;
}
}







#s-a037c4f4-471a-4a4b-af74-a163f7bfcf1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a037c4f4-471a-4a4b-af74-a163f7bfcf1c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f2080266-8ad3-4a84-b0cd-8e28372570b5 {
  margin-top: 3em;
margin-bottom: 3em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f2080266-8ad3-4a84-b0cd-8e28372570b5 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Avenir Next";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-ed3899f8-f2c5-4fe6-9062-56d2055e9351 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-ed3899f8-f2c5-4fe6-9062-56d2055e9351"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ed3899f8-f2c5-4fe6-9062-56d2055e9351"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ed3899f8-f2c5-4fe6-9062-56d2055e9351"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ed3899f8-f2c5-4fe6-9062-56d2055e9351"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ed3899f8-f2c5-4fe6-9062-56d2055e9351"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ed3899f8-f2c5-4fe6-9062-56d2055e9351"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ed3899f8-f2c5-4fe6-9062-56d2055e9351"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-53aac992-7b24-4201-88d6-bd814fae2d75 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-53aac992-7b24-4201-88d6-bd814fae2d75"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-53aac992-7b24-4201-88d6-bd814fae2d75"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-53aac992-7b24-4201-88d6-bd814fae2d75"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-53aac992-7b24-4201-88d6-bd814fae2d75"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-53aac992-7b24-4201-88d6-bd814fae2d75"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-53aac992-7b24-4201-88d6-bd814fae2d75"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-53aac992-7b24-4201-88d6-bd814fae2d75"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-c9a16932-a5cd-42d9-a063-2334a54b419e {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-c9a16932-a5cd-42d9-a063-2334a54b419e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c9a16932-a5cd-42d9-a063-2334a54b419e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c9a16932-a5cd-42d9-a063-2334a54b419e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c9a16932-a5cd-42d9-a063-2334a54b419e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c9a16932-a5cd-42d9-a063-2334a54b419e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c9a16932-a5cd-42d9-a063-2334a54b419e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c9a16932-a5cd-42d9-a063-2334a54b419e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-5847737e-4b45-42e4-9ea8-3bc42f46fbb9 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-5847737e-4b45-42e4-9ea8-3bc42f46fbb9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5847737e-4b45-42e4-9ea8-3bc42f46fbb9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5847737e-4b45-42e4-9ea8-3bc42f46fbb9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5847737e-4b45-42e4-9ea8-3bc42f46fbb9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5847737e-4b45-42e4-9ea8-3bc42f46fbb9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5847737e-4b45-42e4-9ea8-3bc42f46fbb9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5847737e-4b45-42e4-9ea8-3bc42f46fbb9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-4b9ba8f6-aa73-4fa4-ad7b-3e4767bb3bf5 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-4b9ba8f6-aa73-4fa4-ad7b-3e4767bb3bf5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4b9ba8f6-aa73-4fa4-ad7b-3e4767bb3bf5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4b9ba8f6-aa73-4fa4-ad7b-3e4767bb3bf5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4b9ba8f6-aa73-4fa4-ad7b-3e4767bb3bf5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4b9ba8f6-aa73-4fa4-ad7b-3e4767bb3bf5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4b9ba8f6-aa73-4fa4-ad7b-3e4767bb3bf5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4b9ba8f6-aa73-4fa4-ad7b-3e4767bb3bf5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-ecd5b37d-01b0-4de7-acf9-08a40693a48d {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-ecd5b37d-01b0-4de7-acf9-08a40693a48d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ecd5b37d-01b0-4de7-acf9-08a40693a48d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ecd5b37d-01b0-4de7-acf9-08a40693a48d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ecd5b37d-01b0-4de7-acf9-08a40693a48d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ecd5b37d-01b0-4de7-acf9-08a40693a48d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ecd5b37d-01b0-4de7-acf9-08a40693a48d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ecd5b37d-01b0-4de7-acf9-08a40693a48d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-a0b105c7-a87a-4e92-bf51-3ce304cbc141 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-a0b105c7-a87a-4e92-bf51-3ce304cbc141"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a0b105c7-a87a-4e92-bf51-3ce304cbc141"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a0b105c7-a87a-4e92-bf51-3ce304cbc141"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a0b105c7-a87a-4e92-bf51-3ce304cbc141"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a0b105c7-a87a-4e92-bf51-3ce304cbc141"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a0b105c7-a87a-4e92-bf51-3ce304cbc141"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a0b105c7-a87a-4e92-bf51-3ce304cbc141"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-1e4703a3-4923-4695-a12e-52f18cb77ff4 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-1e4703a3-4923-4695-a12e-52f18cb77ff4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1e4703a3-4923-4695-a12e-52f18cb77ff4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1e4703a3-4923-4695-a12e-52f18cb77ff4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1e4703a3-4923-4695-a12e-52f18cb77ff4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1e4703a3-4923-4695-a12e-52f18cb77ff4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1e4703a3-4923-4695-a12e-52f18cb77ff4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1e4703a3-4923-4695-a12e-52f18cb77ff4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-a8fb0ff4-d381-4717-803c-cf1d8d3fa248 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-a8fb0ff4-d381-4717-803c-cf1d8d3fa248"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a8fb0ff4-d381-4717-803c-cf1d8d3fa248"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a8fb0ff4-d381-4717-803c-cf1d8d3fa248"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a8fb0ff4-d381-4717-803c-cf1d8d3fa248"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a8fb0ff4-d381-4717-803c-cf1d8d3fa248"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a8fb0ff4-d381-4717-803c-cf1d8d3fa248"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a8fb0ff4-d381-4717-803c-cf1d8d3fa248"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-dab0ad55-9984-4809-ad58-6a57ab10fd78 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-dab0ad55-9984-4809-ad58-6a57ab10fd78"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dab0ad55-9984-4809-ad58-6a57ab10fd78"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dab0ad55-9984-4809-ad58-6a57ab10fd78"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dab0ad55-9984-4809-ad58-6a57ab10fd78"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dab0ad55-9984-4809-ad58-6a57ab10fd78"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dab0ad55-9984-4809-ad58-6a57ab10fd78"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dab0ad55-9984-4809-ad58-6a57ab10fd78"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-ec0e8c2c-a371-4d97-9d8b-300c3226ea4b {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-ec0e8c2c-a371-4d97-9d8b-300c3226ea4b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ec0e8c2c-a371-4d97-9d8b-300c3226ea4b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ec0e8c2c-a371-4d97-9d8b-300c3226ea4b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ec0e8c2c-a371-4d97-9d8b-300c3226ea4b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ec0e8c2c-a371-4d97-9d8b-300c3226ea4b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ec0e8c2c-a371-4d97-9d8b-300c3226ea4b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ec0e8c2c-a371-4d97-9d8b-300c3226ea4b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-b90dfe4b-c6e7-4175-9543-d88f7a57f6ca {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-b90dfe4b-c6e7-4175-9543-d88f7a57f6ca"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b90dfe4b-c6e7-4175-9543-d88f7a57f6ca"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b90dfe4b-c6e7-4175-9543-d88f7a57f6ca"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b90dfe4b-c6e7-4175-9543-d88f7a57f6ca"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b90dfe4b-c6e7-4175-9543-d88f7a57f6ca"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b90dfe4b-c6e7-4175-9543-d88f7a57f6ca"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b90dfe4b-c6e7-4175-9543-d88f7a57f6ca"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-48646c45-217a-43bf-851d-9ea325899f22 hr {
  border-top: 2px solid #ddd;
}

#s-905df1b6-7312-4a3c-aa38-23093d51a441 {
  min-height: 50px;
}








#s-905df1b6-7312-4a3c-aa38-23093d51a441 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-905df1b6-7312-4a3c-aa38-23093d51a441.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4b7abfdc-fb46-4188-b939-c9215e26676e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4b7abfdc-fb46-4188-b939-c9215e26676e .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-1839e4df-1b27-4881-b684-629e9eda4515 {
  text-align: center;
}







  #s-1839e4df-1b27-4881-b684-629e9eda4515 img.shogun-image {
    

    
    
    
  }


#s-1839e4df-1b27-4881-b684-629e9eda4515 .shogun-image-content {
  
    align-items: center;
  
}

#s-cb38b482-b52d-4308-870c-812b9897bfc9 {
  margin-top: 1em;
min-height: 50px;
}








#s-cb38b482-b52d-4308-870c-812b9897bfc9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cb38b482-b52d-4308-870c-812b9897bfc9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4da16995-f8db-419e-8e79-23c6dcc0f932 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4da16995-f8db-419e-8e79-23c6dcc0f932 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-260bd109-3ee9-4e2d-bd74-60c1161b91d8 {
  margin-left: 10%;
margin-right: 10%;
}

#s-cf75e2b0-c452-477e-ba7e-b160042fb4b9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cf75e2b0-c452-477e-ba7e-b160042fb4b9 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-a60f32a2-d633-445c-84b5-fbe5feae40bc {
  margin-left: 10%;
margin-right: 10%;
}

#s-f1c312e6-4715-435c-b6b6-1c93591129a8 {
  min-height: 400px;
}








#s-f1c312e6-4715-435c-b6b6-1c93591129a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f1c312e6-4715-435c-b6b6-1c93591129a8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5c4a82db-2cff-44a4-8703-fcc728765191 {
  margin-left: 0px;
margin-right: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-5c4a82db-2cff-44a4-8703-fcc728765191"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5c4a82db-2cff-44a4-8703-fcc728765191"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5c4a82db-2cff-44a4-8703-fcc728765191"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5c4a82db-2cff-44a4-8703-fcc728765191"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-96225caa-2718-4ea7-9b04-67b3c170156f {
  text-align: center;
}







  #s-96225caa-2718-4ea7-9b04-67b3c170156f img.shogun-image {
    

    
    
    
  }


#s-96225caa-2718-4ea7-9b04-67b3c170156f .shogun-image-content {
  
    align-items: center;
  
}

#s-0cab7fca-5c3a-457a-b086-6594c475a8a6 {
  margin-top: 1em;
margin-left: 2em;
margin-bottom: 1em;
margin-right: 2em;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-0cab7fca-5c3a-457a-b086-6594c475a8a6 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Avenir Next";
  font-style:  normal ;
  
  
  
  text-align: center;
}



#s-8c0e6776-46f8-49a3-9fcd-8be87e3c56b0 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
}
@media (min-width: 1200px){#s-8c0e6776-46f8-49a3-9fcd-8be87e3c56b0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8c0e6776-46f8-49a3-9fcd-8be87e3c56b0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8c0e6776-46f8-49a3-9fcd-8be87e3c56b0 {
  
}
}@media (max-width: 767px){#s-8c0e6776-46f8-49a3-9fcd-8be87e3c56b0 {
  
}
}
#s-d8e36c36-8fbf-4bbd-b1f4-ea95a0d22026 {
  margin-left: 30px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-d8e36c36-8fbf-4bbd-b1f4-ea95a0d22026 {
  display: none;
}
#s-d8e36c36-8fbf-4bbd-b1f4-ea95a0d22026, #wrap-s-d8e36c36-8fbf-4bbd-b1f4-ea95a0d22026 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d8e36c36-8fbf-4bbd-b1f4-ea95a0d22026 {
  display: none;
}
#s-d8e36c36-8fbf-4bbd-b1f4-ea95a0d22026, #wrap-s-d8e36c36-8fbf-4bbd-b1f4-ea95a0d22026 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d8e36c36-8fbf-4bbd-b1f4-ea95a0d22026 {
  
}
}@media (max-width: 767px){#s-d8e36c36-8fbf-4bbd-b1f4-ea95a0d22026 {
  
}
}
#s-d8e36c36-8fbf-4bbd-b1f4-ea95a0d22026 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-d8e36c36-8fbf-4bbd-b1f4-ea95a0d22026 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-d8e36c36-8fbf-4bbd-b1f4-ea95a0d22026 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-d8e36c36-8fbf-4bbd-b1f4-ea95a0d22026 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-d8e36c36-8fbf-4bbd-b1f4-ea95a0d22026 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Avenir Next;
  font-weight: ;
  font-style: ;
  font-size: ;
}

#s-d8e36c36-8fbf-4bbd-b1f4-ea95a0d22026 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: ;
}
#s-99acbccb-d015-48fa-b844-e56e1d12a797 {
  margin-top: 1em;
margin-left: 0px;
margin-bottom: 1em;
margin-right: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-99acbccb-d015-48fa-b844-e56e1d12a797"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-99acbccb-d015-48fa-b844-e56e1d12a797"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-99acbccb-d015-48fa-b844-e56e1d12a797"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-99acbccb-d015-48fa-b844-e56e1d12a797"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-99acbccb-d015-48fa-b844-e56e1d12a797"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-11f42654-9263-42dd-bb1f-abc9d4d85bcf {
  margin-top: 1em;
margin-left: 2em;
margin-bottom: 1em;
margin-right: 2em;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-11f42654-9263-42dd-bb1f-abc9d4d85bcf .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Avenir Next";
  font-style:  normal ;
  
  
  
  text-align: center;
}



#s-4f9dff4e-e7c7-40f9-bd75-7fb20af44b92 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
}
@media (min-width: 1200px){#s-4f9dff4e-e7c7-40f9-bd75-7fb20af44b92 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4f9dff4e-e7c7-40f9-bd75-7fb20af44b92 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4f9dff4e-e7c7-40f9-bd75-7fb20af44b92 {
  
}
}@media (max-width: 767px){#s-4f9dff4e-e7c7-40f9-bd75-7fb20af44b92 {
  
}
}
#s-af4bf1a2-0258-444b-b340-d62ea2d42b21 {
  margin-left: 30px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-af4bf1a2-0258-444b-b340-d62ea2d42b21 {
  display: none;
}
#s-af4bf1a2-0258-444b-b340-d62ea2d42b21, #wrap-s-af4bf1a2-0258-444b-b340-d62ea2d42b21 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-af4bf1a2-0258-444b-b340-d62ea2d42b21 {
  display: none;
}
#s-af4bf1a2-0258-444b-b340-d62ea2d42b21, #wrap-s-af4bf1a2-0258-444b-b340-d62ea2d42b21 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-af4bf1a2-0258-444b-b340-d62ea2d42b21 {
  
}
}@media (max-width: 767px){#s-af4bf1a2-0258-444b-b340-d62ea2d42b21 {
  
}
}
#s-af4bf1a2-0258-444b-b340-d62ea2d42b21 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-af4bf1a2-0258-444b-b340-d62ea2d42b21 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-af4bf1a2-0258-444b-b340-d62ea2d42b21 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-af4bf1a2-0258-444b-b340-d62ea2d42b21 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-af4bf1a2-0258-444b-b340-d62ea2d42b21 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Avenir Next;
  font-weight: ;
  font-style: ;
  font-size: ;
}

#s-af4bf1a2-0258-444b-b340-d62ea2d42b21 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: ;
}
#s-a9b92e4e-6c96-4a05-bac0-047c3223db7b {
  text-align: center;
}







  #s-a9b92e4e-6c96-4a05-bac0-047c3223db7b img.shogun-image {
    

    
    
    
  }


#s-a9b92e4e-6c96-4a05-bac0-047c3223db7b .shogun-image-content {
  
    align-items: center;
  
}

#s-a161d5a3-d7e3-471c-bfe2-c7d02f3ae73f {
  min-height: 50px;
}








#s-a161d5a3-d7e3-471c-bfe2-c7d02f3ae73f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a161d5a3-d7e3-471c-bfe2-c7d02f3ae73f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-74bf54d2-04e1-4828-9934-b2e7ce177266 {
  margin-top: 1em;
margin-bottom: 0em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-74bf54d2-04e1-4828-9934-b2e7ce177266 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Avenir Next";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-69bfd6e0-58d4-4bdb-95e6-68e528718f86 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
}
@media (min-width: 1200px){#s-69bfd6e0-58d4-4bdb-95e6-68e528718f86 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-69bfd6e0-58d4-4bdb-95e6-68e528718f86 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-69bfd6e0-58d4-4bdb-95e6-68e528718f86 {
  
}
}@media (max-width: 767px){#s-69bfd6e0-58d4-4bdb-95e6-68e528718f86 {
  
}
}
#s-691d3ad0-193c-4bfc-9451-2a5582c4b43d {
  margin-top: 2em;
margin-left: 0px;
margin-bottom: 2em;
margin-right: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-691d3ad0-193c-4bfc-9451-2a5582c4b43d {
  display: none;
}
#s-691d3ad0-193c-4bfc-9451-2a5582c4b43d, #wrap-s-691d3ad0-193c-4bfc-9451-2a5582c4b43d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-691d3ad0-193c-4bfc-9451-2a5582c4b43d {
  display: none;
}
#s-691d3ad0-193c-4bfc-9451-2a5582c4b43d, #wrap-s-691d3ad0-193c-4bfc-9451-2a5582c4b43d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-691d3ad0-193c-4bfc-9451-2a5582c4b43d {
  
}
}
@media (min-width: 0px) {
[id="s-691d3ad0-193c-4bfc-9451-2a5582c4b43d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-691d3ad0-193c-4bfc-9451-2a5582c4b43d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-691d3ad0-193c-4bfc-9451-2a5582c4b43d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-691d3ad0-193c-4bfc-9451-2a5582c4b43d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-691d3ad0-193c-4bfc-9451-2a5582c4b43d"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-65c4809d-2267-465d-b2a3-88f035c041bb {
  margin-top: 1em;
margin-bottom: 0em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-65c4809d-2267-465d-b2a3-88f035c041bb .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Avenir Next";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-a2e67414-f173-4ebf-91d3-c3c1e9c33df2 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
}
@media (min-width: 1200px){#s-a2e67414-f173-4ebf-91d3-c3c1e9c33df2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a2e67414-f173-4ebf-91d3-c3c1e9c33df2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a2e67414-f173-4ebf-91d3-c3c1e9c33df2 {
  
}
}@media (max-width: 767px){#s-a2e67414-f173-4ebf-91d3-c3c1e9c33df2 {
  
}
}
#s-c2cfd879-61e6-4689-a7e1-996c2191e906 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c2cfd879-61e6-4689-a7e1-996c2191e906 {
  margin-top: 10%;
}
}






  #s-c2cfd879-61e6-4689-a7e1-996c2191e906 img.shogun-image {
    

    
    
    
  }


#s-c2cfd879-61e6-4689-a7e1-996c2191e906 .shogun-image-content {
  
    align-items: center;
  
}

#s-2a8915c8-9e2a-4209-96e5-9e611f1e4151 {
  margin-top: 2em;
margin-left: 0px;
margin-bottom: 2em;
margin-right: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-2a8915c8-9e2a-4209-96e5-9e611f1e4151 {
  display: none;
}
#s-2a8915c8-9e2a-4209-96e5-9e611f1e4151, #wrap-s-2a8915c8-9e2a-4209-96e5-9e611f1e4151 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2a8915c8-9e2a-4209-96e5-9e611f1e4151 {
  display: none;
}
#s-2a8915c8-9e2a-4209-96e5-9e611f1e4151, #wrap-s-2a8915c8-9e2a-4209-96e5-9e611f1e4151 { display:none !important; }}
@media (min-width: 0px) {
[id="s-2a8915c8-9e2a-4209-96e5-9e611f1e4151"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2a8915c8-9e2a-4209-96e5-9e611f1e4151"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2a8915c8-9e2a-4209-96e5-9e611f1e4151"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2a8915c8-9e2a-4209-96e5-9e611f1e4151"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e5e88e9b-eb8c-4cc9-8642-b466f5ca5f75 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-e5e88e9b-eb8c-4cc9-8642-b466f5ca5f75 {
  margin-top: 25%;
}
}






  #s-e5e88e9b-eb8c-4cc9-8642-b466f5ca5f75 img.shogun-image {
    

    
    
    
  }


#s-e5e88e9b-eb8c-4cc9-8642-b466f5ca5f75 .shogun-image-content {
  
    align-items: center;
  
}

#s-9ddbf02a-9733-4b1e-a416-2bafc94fbe2f {
  text-align: center;
}
@media (max-width: 767px){#s-9ddbf02a-9733-4b1e-a416-2bafc94fbe2f {
  display: none;
}
#s-9ddbf02a-9733-4b1e-a416-2bafc94fbe2f, #wrap-s-9ddbf02a-9733-4b1e-a416-2bafc94fbe2f { display:none !important; }}






  #s-9ddbf02a-9733-4b1e-a416-2bafc94fbe2f img.shogun-image {
    

    
    
    
  }


#s-9ddbf02a-9733-4b1e-a416-2bafc94fbe2f .shogun-image-content {
  
    align-items: center;
  
}

#s-e4eb504e-3ec0-4fa3-a7b8-748639dceffc {
  margin-top: 1em;
margin-bottom: 0em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e4eb504e-3ec0-4fa3-a7b8-748639dceffc .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Avenir Next";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-40ccdb3f-c6ec-4177-8790-34f90f624b7d {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
}
@media (min-width: 1200px){#s-40ccdb3f-c6ec-4177-8790-34f90f624b7d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-40ccdb3f-c6ec-4177-8790-34f90f624b7d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-40ccdb3f-c6ec-4177-8790-34f90f624b7d {
  
}
}@media (max-width: 767px){#s-40ccdb3f-c6ec-4177-8790-34f90f624b7d {
  
}
}
#s-1b363d44-1e35-4bca-8140-b59e746b4e52 {
  text-align: center;
}
@media (min-width: 1200px){#s-1b363d44-1e35-4bca-8140-b59e746b4e52 {
  display: none;
}
#s-1b363d44-1e35-4bca-8140-b59e746b4e52, #wrap-s-1b363d44-1e35-4bca-8140-b59e746b4e52 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1b363d44-1e35-4bca-8140-b59e746b4e52 {
  display: none;
}
#s-1b363d44-1e35-4bca-8140-b59e746b4e52, #wrap-s-1b363d44-1e35-4bca-8140-b59e746b4e52 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1b363d44-1e35-4bca-8140-b59e746b4e52 {
  display: none;
}
#s-1b363d44-1e35-4bca-8140-b59e746b4e52, #wrap-s-1b363d44-1e35-4bca-8140-b59e746b4e52 { display:none !important; }}






  #s-1b363d44-1e35-4bca-8140-b59e746b4e52 img.shogun-image {
    

    
    
    
  }


#s-1b363d44-1e35-4bca-8140-b59e746b4e52 .shogun-image-content {
  
    align-items: center;
  
}

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