.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-8a5cc84e-be82-45a3-aa1a-f81bf6feafb9 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-8a5cc84e-be82-45a3-aa1a-f81bf6feafb9 {
  margin-left: -10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8a5cc84e-be82-45a3-aa1a-f81bf6feafb9 {
  display: none;
}
#s-8a5cc84e-be82-45a3-aa1a-f81bf6feafb9, #wrap-s-8a5cc84e-be82-45a3-aa1a-f81bf6feafb9 { display:none !important; }}@media (max-width: 767px){#s-8a5cc84e-be82-45a3-aa1a-f81bf6feafb9 {
  display: none;
}
#s-8a5cc84e-be82-45a3-aa1a-f81bf6feafb9, #wrap-s-8a5cc84e-be82-45a3-aa1a-f81bf6feafb9 { display:none !important; }}







#s-8a5cc84e-be82-45a3-aa1a-f81bf6feafb9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a5cc84e-be82-45a3-aa1a-f81bf6feafb9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-ea6437aa-7c9a-4abf-a03b-eedc1263635d {
  margin-top: -10px;
padding-top: 0px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
text-align: left;
}

#s-ea6437aa-7c9a-4abf-a03b-eedc1263635d .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Futura";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  text-align: left;
}



.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-4eb8a0e1-0df2-440c-8b55-a98d022b1d4f {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
}

.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-f95e73da-9619-4d07-bea3-7bfb6b2c40a0 {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-f95e73da-9619-4d07-bea3-7bfb6b2c40a0 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 0);
}

#s-f95e73da-9619-4d07-bea3-7bfb6b2c40a0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 0);
  padding: 10px;
}

#s-f95e73da-9619-4d07-bea3-7bfb6b2c40a0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-f95e73da-9619-4d07-bea3-7bfb6b2c40a0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px solid rgba(0, 0, 0, 0);
}

#s-f95e73da-9619-4d07-bea3-7bfb6b2c40a0 > .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: Futura;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-f95e73da-9619-4d07-bea3-7bfb6b2c40a0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-b398c41e-de82-48f6-bede-1e94c8bf4f99 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
}

#s-1caf6a96-921b-4d90-9fab-ca7c07d1675c {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
}

#s-3f1b7f7e-c529-4cc2-9296-982245fb86b8 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
}

#s-7f154df6-44c8-4c8e-b5e0-de5ef2c09230 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
}

#s-42e942c9-4ff1-4f16-888f-9db3efa8ee3d {
  margin-left: 10px;
}

#s-d5a49abd-90dc-442a-b79b-fd9ad5cd92cf {
  margin-left: -10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-d5a49abd-90dc-442a-b79b-fd9ad5cd92cf {
  display: none;
}
#s-d5a49abd-90dc-442a-b79b-fd9ad5cd92cf, #wrap-s-d5a49abd-90dc-442a-b79b-fd9ad5cd92cf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d5a49abd-90dc-442a-b79b-fd9ad5cd92cf {
  display: none;
}
#s-d5a49abd-90dc-442a-b79b-fd9ad5cd92cf, #wrap-s-d5a49abd-90dc-442a-b79b-fd9ad5cd92cf { display:none !important; }}







#s-d5a49abd-90dc-442a-b79b-fd9ad5cd92cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d5a49abd-90dc-442a-b79b-fd9ad5cd92cf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1e71ea1a-4044-4537-a1c9-dc7e3bc587bb {
  margin-top: -10px;
padding-top: 0px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
text-align: left;
}

#s-1e71ea1a-4044-4537-a1c9-dc7e3bc587bb .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Futura";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-88aa45e5-e2f3-497d-865c-248936c64dcb {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
}

#s-5c6195dd-bc27-4b87-83c5-ad7d09deec5a {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-5c6195dd-bc27-4b87-83c5-ad7d09deec5a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 0);
}

#s-5c6195dd-bc27-4b87-83c5-ad7d09deec5a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 0);
  padding: 10px;
}

#s-5c6195dd-bc27-4b87-83c5-ad7d09deec5a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-5c6195dd-bc27-4b87-83c5-ad7d09deec5a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px solid rgba(0, 0, 0, 0);
}

#s-5c6195dd-bc27-4b87-83c5-ad7d09deec5a > .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: Futura;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-5c6195dd-bc27-4b87-83c5-ad7d09deec5a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-bfb9dc6d-d909-4208-99b5-b2e93d72c4bb {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
}

#s-7533e248-62af-4333-9a85-6ffc5413b0e6 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
}

#s-845fc5ec-b9f4-449d-a374-16f71421cd3a {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
}

#s-ae5b8ea7-bb9b-4e6f-85ca-57144be46adc {
  margin-left: 10px;
margin-bottom: 10px;
}

#s-72f03e99-44f6-4d54-9182-9d8f30d713bf {
  margin-left: 10px;
margin-bottom: 10px;
}

#s-5696b8b0-6bb6-4c7b-8b00-471e52f0ad0a {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5696b8b0-6bb6-4c7b-8b00-471e52f0ad0a {
  
}
}@media (max-width: 767px){#s-5696b8b0-6bb6-4c7b-8b00-471e52f0ad0a {
  display: none;
}
#s-5696b8b0-6bb6-4c7b-8b00-471e52f0ad0a, #wrap-s-5696b8b0-6bb6-4c7b-8b00-471e52f0ad0a { display:none !important; }}







#s-5696b8b0-6bb6-4c7b-8b00-471e52f0ad0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5696b8b0-6bb6-4c7b-8b00-471e52f0ad0a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-450cbfef-38b5-4a25-90c9-4fc270eabfee {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-left: 10%;
margin-right: 10%;
min-height: 800px;
background-position: center center;
}
@media (min-width: 1200px){#s-450cbfef-38b5-4a25-90c9-4fc270eabfee {
  display: none;
}
#s-450cbfef-38b5-4a25-90c9-4fc270eabfee, #wrap-s-450cbfef-38b5-4a25-90c9-4fc270eabfee { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-450cbfef-38b5-4a25-90c9-4fc270eabfee {
  display: none;
}
#s-450cbfef-38b5-4a25-90c9-4fc270eabfee, #wrap-s-450cbfef-38b5-4a25-90c9-4fc270eabfee { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-450cbfef-38b5-4a25-90c9-4fc270eabfee {
  display: none;
}
#s-450cbfef-38b5-4a25-90c9-4fc270eabfee, #wrap-s-450cbfef-38b5-4a25-90c9-4fc270eabfee { display:none !important; }}@media (max-width: 767px){#s-450cbfef-38b5-4a25-90c9-4fc270eabfee {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-450cbfef-38b5-4a25-90c9-4fc270eabfee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.4;
}#s-450cbfef-38b5-4a25-90c9-4fc270eabfee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d870877e-f335-4f6c-88b6-183b1805050b {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 850px;
background-position: center center;
}
@media (min-width: 1200px){#s-d870877e-f335-4f6c-88b6-183b1805050b {
  padding-left: 10%;
padding-right: 10%;
}
}







#s-d870877e-f335-4f6c-88b6-183b1805050b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d870877e-f335-4f6c-88b6-183b1805050b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ffa36c46-c58b-4967-9782-a7b0e02629e6 {
  min-height: 50px;
}








#s-ffa36c46-c58b-4967-9782-a7b0e02629e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ffa36c46-c58b-4967-9782-a7b0e02629e6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aa3f69be-e2f2-4a58-9d65-e653704d4427 {
  padding-top: 60px;
padding-bottom: 30px;
text-align: center;
}
@media (max-width: 767px){#s-aa3f69be-e2f2-4a58-9d65-e653704d4427 {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-aa3f69be-e2f2-4a58-9d65-e653704d4427 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}


@media (max-width: 767px){#s-aa3f69be-e2f2-4a58-9d65-e653704d4427 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  
}


}
.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-1686be6a-69b3-4558-9447-67bbb62d3c41 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 60px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-1686be6a-69b3-4558-9447-67bbb62d3c41"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1686be6a-69b3-4558-9447-67bbb62d3c41"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1686be6a-69b3-4558-9447-67bbb62d3c41"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1686be6a-69b3-4558-9447-67bbb62d3c41"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1686be6a-69b3-4558-9447-67bbb62d3c41"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1686be6a-69b3-4558-9447-67bbb62d3c41"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1686be6a-69b3-4558-9447-67bbb62d3c41"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-1686be6a-69b3-4558-9447-67bbb62d3c41"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-d2f3e79c-3952-4edb-a09f-eeee48f18ba8 {
  margin-top: 80px;
margin-left: 0%;
min-height: 50px;
background-attachment: scroll;
}








#s-d2f3e79c-3952-4edb-a09f-eeee48f18ba8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2f3e79c-3952-4edb-a09f-eeee48f18ba8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-61db5fc6-2220-4ec8-a23d-ca35106e4eb2 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 140px;
background-position: center center;
}








#s-61db5fc6-2220-4ec8-a23d-ca35106e4eb2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-61db5fc6-2220-4ec8-a23d-ca35106e4eb2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-64f9c48e-2be7-47bc-92cc-7cf7c79700b6 {
  margin-top: -80px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-64f9c48e-2be7-47bc-92cc-7cf7c79700b6 {
  text-align: center;
}
}






  #s-64f9c48e-2be7-47bc-92cc-7cf7c79700b6 img.shogun-image {
    

    
    
    
  }


#s-64f9c48e-2be7-47bc-92cc-7cf7c79700b6 .shogun-image-content {
  
    align-items: center;
  
}

#s-2d41a739-4496-4c30-a781-0ef65b451e49 {
  background-repeat: no-repeat;
background-size: contain;
background-attachment: fixed;
margin-left: -20%;
margin-right: -20%;
padding-left: 10%;
padding-right: 10%;
min-height: 350px;
max-width: 1200px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2d41a739-4496-4c30-a781-0ef65b451e49 {
  display: none;
}
#s-2d41a739-4496-4c30-a781-0ef65b451e49, #wrap-s-2d41a739-4496-4c30-a781-0ef65b451e49 { display:none !important; }}@media (max-width: 767px){#s-2d41a739-4496-4c30-a781-0ef65b451e49 {
  display: none;
}
#s-2d41a739-4496-4c30-a781-0ef65b451e49, #wrap-s-2d41a739-4496-4c30-a781-0ef65b451e49 { display:none !important; }}







#s-2d41a739-4496-4c30-a781-0ef65b451e49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d41a739-4496-4c30-a781-0ef65b451e49.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ba1257a3-1e55-481f-a05f-0c3a1529514d {
  margin-top: 30px;
margin-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-ba1257a3-1e55-481f-a05f-0c3a1529514d {
  margin-top: 60px;
}
}
#s-ba1257a3-1e55-481f-a05f-0c3a1529514d .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  text-align: left;
}


@media (max-width: 767px){#s-ba1257a3-1e55-481f-a05f-0c3a1529514d .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  text-align: left;
}


}
#s-e904b2e6-02f1-4d2d-8b91-46bd0f2dd4b7 {
  margin-left: 0px;
}

@media (min-width: 0px) {
[id="s-bfcc2f88-b6c8-4294-9162-6ce975feec45"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-bfcc2f88-b6c8-4294-9162-6ce975feec45"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bfcc2f88-b6c8-4294-9162-6ce975feec45"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bfcc2f88-b6c8-4294-9162-6ce975feec45"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-bf5494d2-cf8b-4bb8-9329-c031fc9b15e5 {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  #s-bf5494d2-cf8b-4bb8-9329-c031fc9b15e5 img.shogun-image {
    

    
    
    
  }


#s-bf5494d2-cf8b-4bb8-9329-c031fc9b15e5 .shogun-image-content {
  
    align-items: center;
  
}

#s-5ce01d3e-0b20-4536-8a5a-c9f54f67d19f {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-c57f9533-9194-404b-a0f3-baab5aa2972f {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  #s-c57f9533-9194-404b-a0f3-baab5aa2972f img.shogun-image {
    

    
    
    
  }


#s-c57f9533-9194-404b-a0f3-baab5aa2972f .shogun-image-content {
  
    align-items: center;
  
}

#s-fea966b9-2dd4-43b1-bae2-8d6d82ebc100 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-aacf2861-de29-45e5-a3c5-2fa83e0661e6 {
  margin-top: 30px;
}

@media (min-width: 0px) {
[id="s-aacf2861-de29-45e5-a3c5-2fa83e0661e6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-aacf2861-de29-45e5-a3c5-2fa83e0661e6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-aacf2861-de29-45e5-a3c5-2fa83e0661e6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-aacf2861-de29-45e5-a3c5-2fa83e0661e6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-fe293800-6de6-470e-bb0e-12b44f40ebf3 {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  #s-fe293800-6de6-470e-bb0e-12b44f40ebf3 img.shogun-image {
    

    
    
    
  }


#s-fe293800-6de6-470e-bb0e-12b44f40ebf3 .shogun-image-content {
  
    align-items: center;
  
}

#s-f624108a-eda2-4435-8996-4c532eceec1a {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-2d1db65c-4e5d-4370-bbf1-332c23ec016b {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  #s-2d1db65c-4e5d-4370-bbf1-332c23ec016b img.shogun-image {
    

    
    
    
  }


#s-2d1db65c-4e5d-4370-bbf1-332c23ec016b .shogun-image-content {
  
    align-items: center;
  
}

#s-def76ab2-0657-4420-857b-e26b0e1412f1 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-9b31196d-4764-4a60-a5e1-e1708b5a7040 {
  min-height: 50px;
}








#s-9b31196d-4764-4a60-a5e1-e1708b5a7040 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b31196d-4764-4a60-a5e1-e1708b5a7040.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ffb274e5-618b-43be-9cb8-475344737b7a {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 10%;
margin-right: 10%;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-ffb274e5-618b-43be-9cb8-475344737b7a {
  display: none;
}
#s-ffb274e5-618b-43be-9cb8-475344737b7a, #wrap-s-ffb274e5-618b-43be-9cb8-475344737b7a { display:none !important; }}







#s-ffb274e5-618b-43be-9cb8-475344737b7a > .shg-box-overlay {
  background-color: rgba(97, 109, 133, 1);
  opacity: 0.3;
}#s-ffb274e5-618b-43be-9cb8-475344737b7a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7922d71c-c453-4980-a716-bfe83da37cbd {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-7922d71c-c453-4980-a716-bfe83da37cbd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7922d71c-c453-4980-a716-bfe83da37cbd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3726a256-2e2b-4915-8e8b-5f200e4e4a34 {
  min-height: 50px;
}








#s-3726a256-2e2b-4915-8e8b-5f200e4e4a34 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.25;
}#s-3726a256-2e2b-4915-8e8b-5f200e4e4a34.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-86f0f056-1d63-41f6-a8e1-dad3a36fb7d8 {
  padding-top: 60px;
padding-bottom: 30px;
text-align: center;
}
@media (max-width: 767px){#s-86f0f056-1d63-41f6-a8e1-dad3a36fb7d8 {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-86f0f056-1d63-41f6-a8e1-dad3a36fb7d8 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Futura";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}



#s-f60d912c-1fe0-4544-a645-8b7787b97ae9 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 60px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-f60d912c-1fe0-4544-a645-8b7787b97ae9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f60d912c-1fe0-4544-a645-8b7787b97ae9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f60d912c-1fe0-4544-a645-8b7787b97ae9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f60d912c-1fe0-4544-a645-8b7787b97ae9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f60d912c-1fe0-4544-a645-8b7787b97ae9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f60d912c-1fe0-4544-a645-8b7787b97ae9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f60d912c-1fe0-4544-a645-8b7787b97ae9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-f60d912c-1fe0-4544-a645-8b7787b97ae9"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-e4ceaa92-1c3d-4d9a-8ea6-234ebc58370d {
  margin-left: 0%;
margin-right: 15%;
min-height: 50px;
}
@media (max-width: 767px){#s-e4ceaa92-1c3d-4d9a-8ea6-234ebc58370d {
  margin-top: 20px;
margin-right: 0%;
}
}







#s-e4ceaa92-1c3d-4d9a-8ea6-234ebc58370d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e4ceaa92-1c3d-4d9a-8ea6-234ebc58370d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ebd5320c-c424-42e0-ae89-b9d157c537a3 {
  margin-left: 10%;
margin-right: 10%;
text-align: left;
}
@media (max-width: 767px){#s-ebd5320c-c424-42e0-ae89-b9d157c537a3 {
  margin-top: 30px;
text-align: center;
}
}






  #s-ebd5320c-c424-42e0-ae89-b9d157c537a3 img.shogun-image {
    

    
    
    
  }


#s-ebd5320c-c424-42e0-ae89-b9d157c537a3 .shogun-image-content {
  
    align-items: center;
  
}

#s-5912b2d5-90c0-4400-9726-e4e62c34b54d {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: 0px;
margin-bottom: 0px;
min-height: 300px;
background-position: right center;
}
@media (min-width: 1200px){#s-5912b2d5-90c0-4400-9726-e4e62c34b54d {
  display: none;
}
#s-5912b2d5-90c0-4400-9726-e4e62c34b54d, #wrap-s-5912b2d5-90c0-4400-9726-e4e62c34b54d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5912b2d5-90c0-4400-9726-e4e62c34b54d {
  display: none;
}
#s-5912b2d5-90c0-4400-9726-e4e62c34b54d, #wrap-s-5912b2d5-90c0-4400-9726-e4e62c34b54d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5912b2d5-90c0-4400-9726-e4e62c34b54d {
  display: none;
}
#s-5912b2d5-90c0-4400-9726-e4e62c34b54d, #wrap-s-5912b2d5-90c0-4400-9726-e4e62c34b54d { display:none !important; }}







#s-5912b2d5-90c0-4400-9726-e4e62c34b54d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5912b2d5-90c0-4400-9726-e4e62c34b54d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d8dd5f73-4672-435a-8830-073049050b96 {
  margin-top: 30px;
margin-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-d8dd5f73-4672-435a-8830-073049050b96 {
  margin-top: 50px;
}
}
#s-d8dd5f73-4672-435a-8830-073049050b96 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-c94e42dc-c4b7-4bb7-805f-09e3b4cfb3a6 {
  margin-left: 0px;
}

@media (min-width: 0px) {
[id="s-18b7a98f-2743-4275-9e81-dab5fad942c4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-18b7a98f-2743-4275-9e81-dab5fad942c4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-18b7a98f-2743-4275-9e81-dab5fad942c4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-18b7a98f-2743-4275-9e81-dab5fad942c4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-13bc7b1e-443f-4e76-87d5-8d0d7ad58070 {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  #s-13bc7b1e-443f-4e76-87d5-8d0d7ad58070 img.shogun-image {
    

    
    
    
  }


#s-13bc7b1e-443f-4e76-87d5-8d0d7ad58070 .shogun-image-content {
  
    align-items: center;
  
}

#s-7541266e-59bd-429a-8dfb-e6193f7e9965 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-856f4395-5e78-440f-9528-9a54d8ec0c28 {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  #s-856f4395-5e78-440f-9528-9a54d8ec0c28 img.shogun-image {
    

    
    
    
  }


#s-856f4395-5e78-440f-9528-9a54d8ec0c28 .shogun-image-content {
  
    align-items: center;
  
}

#s-62c93a50-1ca2-48f3-9173-77a80861ecab {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-13376ed8-162d-4937-ae66-255048192811 {
  margin-top: 5px;
margin-left: 30%;
margin-right: 30%;
text-align: center;
}







  #s-13376ed8-162d-4937-ae66-255048192811 img.shogun-image {
    

    
    
    
  }


#s-13376ed8-162d-4937-ae66-255048192811 .shogun-image-content {
  
    align-items: center;
  
}

#s-148241ab-b2b5-401f-9524-0a0dfac1e3bb {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-478c6e9c-a029-4b40-ad6c-92d37ac444db {
  margin-top: 60px;
margin-left: 10%;
margin-bottom: 60px;
margin-right: 10%;
min-height: 50px;
}
@media (max-width: 767px){#s-478c6e9c-a029-4b40-ad6c-92d37ac444db {
  display: none;
}
#s-478c6e9c-a029-4b40-ad6c-92d37ac444db, #wrap-s-478c6e9c-a029-4b40-ad6c-92d37ac444db { display:none !important; }}







#s-478c6e9c-a029-4b40-ad6c-92d37ac444db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-478c6e9c-a029-4b40-ad6c-92d37ac444db.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-1207b909-79be-4305-841d-c40ac46110a2 {
  display: none;
}
#s-1207b909-79be-4305-841d-c40ac46110a2, #wrap-s-1207b909-79be-4305-841d-c40ac46110a2 { display:none !important; }}
@media (min-width: 0px) {
[id="s-1207b909-79be-4305-841d-c40ac46110a2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1207b909-79be-4305-841d-c40ac46110a2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1207b909-79be-4305-841d-c40ac46110a2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1207b909-79be-4305-841d-c40ac46110a2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-5fdc9be0-0c33-424b-96ba-3d1525bef1b9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5fdc9be0-0c33-424b-96ba-3d1525bef1b9 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Futura";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-8bf7dc7b-f653-46a1-b572-1b2bed5a7a05 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-de352b0f-c8f0-40a2-97ab-be53a9bcfd70"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-de352b0f-c8f0-40a2-97ab-be53a9bcfd70"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-de352b0f-c8f0-40a2-97ab-be53a9bcfd70"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-de352b0f-c8f0-40a2-97ab-be53a9bcfd70"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-724797f3-ac41-4f1f-8733-4c1a79be09fc {
  min-height: 50px;
}








#s-724797f3-ac41-4f1f-8733-4c1a79be09fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-724797f3-ac41-4f1f-8733-4c1a79be09fc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3fcd6e11-e94e-4b88-8cb1-265b29557d9d {
  margin-left: 30%;
margin-bottom: 20px;
margin-right: 30%;
text-align: center;
}







  #s-3fcd6e11-e94e-4b88-8cb1-265b29557d9d img.shogun-image {
    

    
    
    
  }


#s-3fcd6e11-e94e-4b88-8cb1-265b29557d9d .shogun-image-content {
  
    align-items: center;
  
}

#s-3b27788f-8507-4d48-9c8e-54fff8bd3a9f {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-3b27788f-8507-4d48-9c8e-54fff8bd3a9f .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Futura";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-3991bda1-2c71-438d-a69a-a05c23c12407 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-6ebd26af-f948-48f9-8c0f-d38d4e2d31b9 {
  min-height: 50px;
}








#s-6ebd26af-f948-48f9-8c0f-d38d4e2d31b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ebd26af-f948-48f9-8c0f-d38d4e2d31b9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5793f737-01f8-4b00-990f-c19e4a1851c2 {
  margin-left: 30%;
margin-bottom: 20px;
margin-right: 30%;
text-align: center;
}







  #s-5793f737-01f8-4b00-990f-c19e4a1851c2 img.shogun-image {
    

    
    
    
  }


#s-5793f737-01f8-4b00-990f-c19e4a1851c2 .shogun-image-content {
  
    align-items: center;
  
}

#s-7b3c5027-0824-4899-b473-008c54cb9f34 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-7b3c5027-0824-4899-b473-008c54cb9f34 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Futura";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 0px;
  text-align: center;
}



#s-1c437836-a082-4cce-aa3d-f5c612f6ba3e {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-c8e2c58e-0a22-44ca-bba2-6d89d40b93fb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c8e2c58e-0a22-44ca-bba2-6d89d40b93fb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c8e2c58e-0a22-44ca-bba2-6d89d40b93fb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c8e2c58e-0a22-44ca-bba2-6d89d40b93fb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7d6b8c99-3159-4db6-b00f-7c9aff10bad7 {
  min-height: 50px;
}








#s-7d6b8c99-3159-4db6-b00f-7c9aff10bad7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d6b8c99-3159-4db6-b00f-7c9aff10bad7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e1b9e3fd-ea69-4195-958c-239edb14e4c8 {
  margin-left: 30%;
margin-bottom: 20px;
margin-right: 30%;
text-align: center;
}







  #s-e1b9e3fd-ea69-4195-958c-239edb14e4c8 img.shogun-image {
    

    
    
    
  }


#s-e1b9e3fd-ea69-4195-958c-239edb14e4c8 .shogun-image-content {
  
    align-items: center;
  
}

#s-65110789-56b0-4ef3-a7ea-896099fd81a5 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-65110789-56b0-4ef3-a7ea-896099fd81a5 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-13836f40-417c-4cff-8df3-4728f53e3ab5 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-6b8b2117-e944-4bac-9027-5bb0c52fa82f {
  min-height: 50px;
}








#s-6b8b2117-e944-4bac-9027-5bb0c52fa82f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b8b2117-e944-4bac-9027-5bb0c52fa82f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-587af08f-cc56-4882-bf02-169d829453d6 {
  margin-left: 30%;
margin-bottom: 20px;
margin-right: 30%;
text-align: center;
}







  #s-587af08f-cc56-4882-bf02-169d829453d6 img.shogun-image {
    

    
    
    
  }


#s-587af08f-cc56-4882-bf02-169d829453d6 .shogun-image-content {
  
    align-items: center;
  
}

#s-fdeb57b0-629e-486e-a089-e0c19900182d {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-fdeb57b0-629e-486e-a089-e0c19900182d .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-5e57380b-10f3-45b4-88a9-4e536b26add9 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-37311661-229f-4571-bbba-2287f4c09a91 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 160px;
margin-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 300px;
background-attachment: scroll;
background-position: center center;
}
@media (min-width: 1200px){#s-37311661-229f-4571-bbba-2287f4c09a91 {
  margin-left: 10%;
margin-right: 10%;
}
}







#s-37311661-229f-4571-bbba-2287f4c09a91 > .shg-box-overlay {
  background-color: rgba(244, 248, 255, 0.99);
  opacity: 0.2;
}#s-37311661-229f-4571-bbba-2287f4c09a91.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6a4a0cb5-3ddf-43a0-8cc3-fe25ebfc1d59 {
  margin-top: 60px;
margin-left: 10%;
margin-bottom: -200px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-6a4a0cb5-3ddf-43a0-8cc3-fe25ebfc1d59 {
  margin-bottom: -160px;
}
}







#s-6a4a0cb5-3ddf-43a0-8cc3-fe25ebfc1d59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a4a0cb5-3ddf-43a0-8cc3-fe25ebfc1d59.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dd525186-59e7-4033-b64f-05527b0b5942 {
  padding-top: 60px;
padding-bottom: 30px;
text-align: center;
}
@media (max-width: 767px){#s-dd525186-59e7-4033-b64f-05527b0b5942 {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-dd525186-59e7-4033-b64f-05527b0b5942 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}



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

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

#s-2b1d18f1-febf-4bc8-bfa4-ac351b3475a1 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}
@media (min-width: 1200px){#s-2b1d18f1-febf-4bc8-bfa4-ac351b3475a1 {
  display: none;
}
#s-2b1d18f1-febf-4bc8-bfa4-ac351b3475a1, #wrap-s-2b1d18f1-febf-4bc8-bfa4-ac351b3475a1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2b1d18f1-febf-4bc8-bfa4-ac351b3475a1 {
  display: none;
}
#s-2b1d18f1-febf-4bc8-bfa4-ac351b3475a1, #wrap-s-2b1d18f1-febf-4bc8-bfa4-ac351b3475a1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2b1d18f1-febf-4bc8-bfa4-ac351b3475a1 {
  display: none;
}
#s-2b1d18f1-febf-4bc8-bfa4-ac351b3475a1, #wrap-s-2b1d18f1-febf-4bc8-bfa4-ac351b3475a1 { display:none !important; }}
#s-2b1d18f1-febf-4bc8-bfa4-ac351b3475a1 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-3260aa2d-6f1a-45d6-a8ec-1b691df088c4 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 60px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-3260aa2d-6f1a-45d6-a8ec-1b691df088c4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3260aa2d-6f1a-45d6-a8ec-1b691df088c4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-3260aa2d-6f1a-45d6-a8ec-1b691df088c4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-3260aa2d-6f1a-45d6-a8ec-1b691df088c4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-8d6f1591-4fc1-433e-ba77-bbc05eb9603d {
  min-height: 50px;
}








#s-8d6f1591-4fc1-433e-ba77-bbc05eb9603d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8d6f1591-4fc1-433e-ba77-bbc05eb9603d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-163ff021-61b4-45ca-97bf-455cbd0cda78 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-163ff021-61b4-45ca-97bf-455cbd0cda78 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-a0218a28-63d3-46bf-97b9-6e0852726780 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 20px;
}

#s-92ae208e-6ef1-4482-9e04-3ba9ac4d6754 {
  min-height: 50px;
}
@media (max-width: 767px){#s-92ae208e-6ef1-4482-9e04-3ba9ac4d6754 {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-92ae208e-6ef1-4482-9e04-3ba9ac4d6754 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-92ae208e-6ef1-4482-9e04-3ba9ac4d6754.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f1d45b46-9fd4-4fad-aee9-ffcadaaf7175 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}
@media (min-width: 1200px){#s-f1d45b46-9fd4-4fad-aee9-ffcadaaf7175 {
  display: none;
}
#s-f1d45b46-9fd4-4fad-aee9-ffcadaaf7175, #wrap-s-f1d45b46-9fd4-4fad-aee9-ffcadaaf7175 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f1d45b46-9fd4-4fad-aee9-ffcadaaf7175 {
  display: none;
}
#s-f1d45b46-9fd4-4fad-aee9-ffcadaaf7175, #wrap-s-f1d45b46-9fd4-4fad-aee9-ffcadaaf7175 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f1d45b46-9fd4-4fad-aee9-ffcadaaf7175 {
  display: none;
}
#s-f1d45b46-9fd4-4fad-aee9-ffcadaaf7175, #wrap-s-f1d45b46-9fd4-4fad-aee9-ffcadaaf7175 { display:none !important; }}
#s-f1d45b46-9fd4-4fad-aee9-ffcadaaf7175 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-fccff6ef-71bf-419a-b9c4-dbe84f6fc4a3 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-fccff6ef-71bf-419a-b9c4-dbe84f6fc4a3 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-7aa37f1d-99eb-4adf-840c-cad383125e0b {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 20px;
}

#s-b3dc4e5c-8039-4c5e-9a55-41980b88e4df {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}
@media (min-width: 1200px){#s-b3dc4e5c-8039-4c5e-9a55-41980b88e4df {
  display: none;
}
#s-b3dc4e5c-8039-4c5e-9a55-41980b88e4df, #wrap-s-b3dc4e5c-8039-4c5e-9a55-41980b88e4df { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b3dc4e5c-8039-4c5e-9a55-41980b88e4df {
  display: none;
}
#s-b3dc4e5c-8039-4c5e-9a55-41980b88e4df, #wrap-s-b3dc4e5c-8039-4c5e-9a55-41980b88e4df { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b3dc4e5c-8039-4c5e-9a55-41980b88e4df {
  display: none;
}
#s-b3dc4e5c-8039-4c5e-9a55-41980b88e4df, #wrap-s-b3dc4e5c-8039-4c5e-9a55-41980b88e4df { display:none !important; }}
#s-b3dc4e5c-8039-4c5e-9a55-41980b88e4df hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-983b1594-61cb-41ad-bf25-6196c9bc1878 {
  min-height: 50px;
}








#s-983b1594-61cb-41ad-bf25-6196c9bc1878 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-983b1594-61cb-41ad-bf25-6196c9bc1878.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-636976e9-9897-4bf1-8b3b-adc8f768b094 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-636976e9-9897-4bf1-8b3b-adc8f768b094 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-63aeecac-ff05-43fb-9d2a-f91773823846 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 0px;
}

#s-dc4bdf2d-dddc-4ee7-bb55-cbfae8f814e7 {
  margin-bottom: 60px;
padding-left: 10%;
padding-right: 10%;
}

#s-dc4bdf2d-dddc-4ee7-bb55-cbfae8f814e7 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-dc4bdf2d-dddc-4ee7-bb55-cbfae8f814e7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-dc4bdf2d-dddc-4ee7-bb55-cbfae8f814e7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-dc4bdf2d-dddc-4ee7-bb55-cbfae8f814e7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-dc4bdf2d-dddc-4ee7-bb55-cbfae8f814e7 > .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: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-dc4bdf2d-dddc-4ee7-bb55-cbfae8f814e7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-7178e073-7c58-42f0-b8bf-eae478252e12 {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px){#s-7178e073-7c58-42f0-b8bf-eae478252e12 {
  margin-top: 30px;
margin-bottom: 0px;
}
}







#s-7178e073-7c58-42f0-b8bf-eae478252e12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7178e073-7c58-42f0-b8bf-eae478252e12.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-74f7c58c-d061-4f40-97f7-38af7bac6f5c {
  margin-top: 10px;
margin-left: 5%;
margin-right: 5%;
}
@media (max-width: 767px){#s-74f7c58c-d061-4f40-97f7-38af7bac6f5c {
  margin-top: 0px;
}
}
@media (min-width: 0px) {
[id="s-74f7c58c-d061-4f40-97f7-38af7bac6f5c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-74f7c58c-d061-4f40-97f7-38af7bac6f5c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-74f7c58c-d061-4f40-97f7-38af7bac6f5c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-74f7c58c-d061-4f40-97f7-38af7bac6f5c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-d96d1ce1-019f-4408-a0c0-e9ed87da55cf {
  min-height: 50px;
}








#s-d96d1ce1-019f-4408-a0c0-e9ed87da55cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d96d1ce1-019f-4408-a0c0-e9ed87da55cf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b26f0761-2fb0-40d6-b348-cb4f0d0dcb0e {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}







  #s-b26f0761-2fb0-40d6-b348-cb4f0d0dcb0e img.shogun-image {
    

    
    
    
  }


#s-b26f0761-2fb0-40d6-b348-cb4f0d0dcb0e .shogun-image-content {
  
    align-items: center;
  
}

#s-041db668-59a3-46e2-b7ae-6af433ddecd3 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-22a77fc3-de61-4c5d-bcfb-3f8db56e0f6f {
  min-height: 50px;
}








#s-22a77fc3-de61-4c5d-bcfb-3f8db56e0f6f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22a77fc3-de61-4c5d-bcfb-3f8db56e0f6f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4425683f-512a-45c6-b766-b802e3707109 {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}







  #s-4425683f-512a-45c6-b766-b802e3707109 img.shogun-image {
    

    
    
    
  }


#s-4425683f-512a-45c6-b766-b802e3707109 .shogun-image-content {
  
    align-items: center;
  
}

#s-a6c837b5-6371-4110-9393-ecff4bfd8986 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-a6cb0444-35ac-4242-98d2-9b8d7569f90b {
  min-height: 50px;
}








#s-a6cb0444-35ac-4242-98d2-9b8d7569f90b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a6cb0444-35ac-4242-98d2-9b8d7569f90b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-da3e1f93-23d4-438c-9295-0733ceb46880 {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}







  #s-da3e1f93-23d4-438c-9295-0733ceb46880 img.shogun-image {
    

    
    
    
  }


#s-da3e1f93-23d4-438c-9295-0733ceb46880 .shogun-image-content {
  
    align-items: center;
  
}

#s-4059e9c8-f7f7-47ef-a10c-124af18f6c7a {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-101c9c65-d8ec-4423-81a9-6812a1051f67 {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 20px;
}
@media (min-width: 1200px){#s-101c9c65-d8ec-4423-81a9-6812a1051f67 {
  padding-top: 0px;
padding-bottom: 0px;
}
}







#s-101c9c65-d8ec-4423-81a9-6812a1051f67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-101c9c65-d8ec-4423-81a9-6812a1051f67.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8ee6c02c-949b-48ca-84d9-1290227a17b7 {
  margin-top: 60px;
}

@media (min-width: 0px) {
[id="s-8ee6c02c-949b-48ca-84d9-1290227a17b7"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

}

@media (min-width: 768px) {
[id="s-8ee6c02c-949b-48ca-84d9-1290227a17b7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

}

@media (min-width: 992px) {
[id="s-8ee6c02c-949b-48ca-84d9-1290227a17b7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

}

@media (min-width: 1200px) {
[id="s-8ee6c02c-949b-48ca-84d9-1290227a17b7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

}

#s-ddb2fc9c-ab03-407a-9f31-ea44077b5b0f {
  margin-right: 10%;
}

#s-ddb2fc9c-ab03-407a-9f31-ea44077b5b0f hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-54a5a2f6-2e96-4008-8f88-1b6fd7a0dc2c {
  margin-top: -5px;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-54a5a2f6-2e96-4008-8f88-1b6fd7a0dc2c {
  padding-bottom: 0px;
}
}
#s-54a5a2f6-2e96-4008-8f88-1b6fd7a0dc2c .shogun-heading-component h6 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}


@media (max-width: 767px){#s-54a5a2f6-2e96-4008-8f88-1b6fd7a0dc2c .shogun-heading-component h6 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}


}
#s-8dcec923-c1d0-47b3-88b3-aff32e83395e {
  margin-left: 10%;
}

#s-8dcec923-c1d0-47b3-88b3-aff32e83395e hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-8ed89215-3748-4c6d-a02e-464f5f7a5447 {
  margin-top: 40px;
margin-left: 15%;
margin-right: 15%;
}

@media (min-width: 0px) {
[id="s-8ed89215-3748-4c6d-a02e-464f5f7a5447"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8ed89215-3748-4c6d-a02e-464f5f7a5447"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8ed89215-3748-4c6d-a02e-464f5f7a5447"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8ed89215-3748-4c6d-a02e-464f5f7a5447"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-8f69c222-fa00-46da-a26b-71e7c0faca3f {
  min-height: 20px;
background-color: rgba(250, 250, 250, 1);
}








#s-8f69c222-fa00-46da-a26b-71e7c0faca3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f69c222-fa00-46da-a26b-71e7c0faca3f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-441ab805-3b67-4034-8d64-b014e766aff9 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}
@media (max-width: 767px){#s-441ab805-3b67-4034-8d64-b014e766aff9 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-0be68359-eaec-4594-a8c7-66f464f3bfad {
  max-width: 1200px;
aspect-ratio: 1200/1500;
text-align: center;
}





  #s-0be68359-eaec-4594-a8c7-66f464f3bfad img.shogun-image,
  #s-0be68359-eaec-4594-a8c7-66f464f3bfad .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0be68359-eaec-4594-a8c7-66f464f3bfad {
    width: 100%;
    height: auto;
  }



  #s-0be68359-eaec-4594-a8c7-66f464f3bfad img.shogun-image {
    

    
    
    
  }


#s-0be68359-eaec-4594-a8c7-66f464f3bfad .shogun-image-content {
  
    align-items: center;
  
}

#s-7073a290-eef6-4074-99b3-57c6f87bfbf5 {
  display: none;
}
#s-013ada0f-434e-4814-b4c9-fdc62e559349 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-013ada0f-434e-4814-b4c9-fdc62e559349 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-cd0a884d-0988-4b7a-9adc-aea97fae2414 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
min-height: 130px;
}

#s-26624bab-d23f-49e3-ae65-765915c48f73 {
  margin-top: -10px;
margin-bottom: -10px;
}

#s-26624bab-d23f-49e3-ae65-765915c48f73 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-36d039c0-96bc-46d8-bcf3-ac912c29d606 {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-36d039c0-96bc-46d8-bcf3-ac912c29d606"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-36d039c0-96bc-46d8-bcf3-ac912c29d606"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-36d039c0-96bc-46d8-bcf3-ac912c29d606"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-36d039c0-96bc-46d8-bcf3-ac912c29d606"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-36d039c0-96bc-46d8-bcf3-ac912c29d606"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-36d039c0-96bc-46d8-bcf3-ac912c29d606"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-36d039c0-96bc-46d8-bcf3-ac912c29d606"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-e50fb904-e4c6-4222-8618-21d55440a210 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: -10px;
}

#s-340b9fdf-c9b1-4d8b-b312-1f9842d47d9d {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-585c1a5f-fcf3-4043-9dc0-a3dadb7e71b2 {
  margin-top: 12px;
margin-left: -10px;
margin-bottom: 10px;
text-align: left;
}

#s-585c1a5f-fcf3-4043-9dc0-a3dadb7e71b2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-585c1a5f-fcf3-4043-9dc0-a3dadb7e71b2 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-585c1a5f-fcf3-4043-9dc0-a3dadb7e71b2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b839fade-d6d7-4a8f-8c4d-7ef5dce704c5 {
  min-height: 20px;
background-color: rgba(0, 0, 0, 1);
}








#s-b839fade-d6d7-4a8f-8c4d-7ef5dce704c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b839fade-d6d7-4a8f-8c4d-7ef5dce704c5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

#s-b63a06d1-5683-42cc-ba76-0ac379d983da {
  padding-top: 10px;
padding-left: 30%;
padding-bottom: 10px;
padding-right: 30%;
border-radius: 2px;
max-width: 600px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
}
#s-b63a06d1-5683-42cc-ba76-0ac379d983da:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b63a06d1-5683-42cc-ba76-0ac379d983da:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-b63a06d1-5683-42cc-ba76-0ac379d983da {
  padding-left: 10%;
padding-right: 10%;
}
}


#s-b63a06d1-5683-42cc-ba76-0ac379d983da {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b63a06d1-5683-42cc-ba76-0ac379d983da.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b63a06d1-5683-42cc-ba76-0ac379d983da.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Futura;
  display:  inline-block ;
}

#s-b63a06d1-5683-42cc-ba76-0ac379d983da.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-8e4ae9b4-e4df-4870-9bfb-3f4c4a4cbee1 {
  min-height: 20px;
background-color: rgba(250, 250, 250, 1);
}
@media (max-width: 767px){#s-8e4ae9b4-e4df-4870-9bfb-3f4c4a4cbee1 {
  margin-top: 50px;
}
}







#s-8e4ae9b4-e4df-4870-9bfb-3f4c4a4cbee1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e4ae9b4-e4df-4870-9bfb-3f4c4a4cbee1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4604e12e-2f47-47f2-8f82-c446264ac4c0 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}
@media (max-width: 767px){#s-4604e12e-2f47-47f2-8f82-c446264ac4c0 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-55dec62f-9517-428c-9c76-19ee582fa837 {
  max-width: 800px;
aspect-ratio: 800/1000;
text-align: center;
}





  #s-55dec62f-9517-428c-9c76-19ee582fa837 img.shogun-image,
  #s-55dec62f-9517-428c-9c76-19ee582fa837 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-55dec62f-9517-428c-9c76-19ee582fa837 {
    width: 100%;
    height: auto;
  }



  #s-55dec62f-9517-428c-9c76-19ee582fa837 img.shogun-image {
    

    
    
    
  }


#s-55dec62f-9517-428c-9c76-19ee582fa837 .shogun-image-content {
  
    align-items: center;
  
}

#s-8c791fc8-c8dc-4429-b7bd-ce45f13a2c85 {
  display: none;
}
#s-6b30d08a-7b53-4711-bf99-ebf68aca4323 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-6b30d08a-7b53-4711-bf99-ebf68aca4323 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-b3c84329-f25a-46e9-b789-4e5cae5f9ddf {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
min-height: 130px;
}

#s-94e77c01-9a5a-4dcc-8b07-01a4f3a34df9 {
  margin-top: -10px;
margin-bottom: -10px;
}

#s-94e77c01-9a5a-4dcc-8b07-01a4f3a34df9 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-e598d26d-ac5c-4930-b9a8-d15151f928ad {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-e598d26d-ac5c-4930-b9a8-d15151f928ad"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-e598d26d-ac5c-4930-b9a8-d15151f928ad"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e598d26d-ac5c-4930-b9a8-d15151f928ad"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e598d26d-ac5c-4930-b9a8-d15151f928ad"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e598d26d-ac5c-4930-b9a8-d15151f928ad"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e598d26d-ac5c-4930-b9a8-d15151f928ad"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e598d26d-ac5c-4930-b9a8-d15151f928ad"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-1e8b6081-647c-4c42-a195-f290104bd986 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: -10px;
}

#s-b76a7c63-4021-4b4f-843b-c3aae9976eda {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-17d372cf-7d78-41ee-831e-7016ea04e4be {
  margin-top: 12px;
margin-left: -10px;
margin-bottom: 10px;
text-align: left;
}

#s-17d372cf-7d78-41ee-831e-7016ea04e4be .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-17d372cf-7d78-41ee-831e-7016ea04e4be .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-17d372cf-7d78-41ee-831e-7016ea04e4be .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-15ae4710-e3e9-45a6-8904-6d42cf914d89 {
  min-height: 20px;
background-color: rgba(0, 0, 0, 1);
}








#s-15ae4710-e3e9-45a6-8904-6d42cf914d89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-15ae4710-e3e9-45a6-8904-6d42cf914d89.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9f9d71a4-5dee-4d27-9d08-36605ba09f21 {
  padding-top: 10px;
padding-left: 30%;
padding-bottom: 10px;
padding-right: 30%;
border-radius: 2px;
max-width: 600px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
}
#s-9f9d71a4-5dee-4d27-9d08-36605ba09f21:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9f9d71a4-5dee-4d27-9d08-36605ba09f21:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-9f9d71a4-5dee-4d27-9d08-36605ba09f21 {
  padding-left: 10%;
padding-right: 10%;
}
}


#s-9f9d71a4-5dee-4d27-9d08-36605ba09f21 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9f9d71a4-5dee-4d27-9d08-36605ba09f21.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9f9d71a4-5dee-4d27-9d08-36605ba09f21.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Futura;
  display:  inline-block ;
}

#s-9f9d71a4-5dee-4d27-9d08-36605ba09f21.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-93247f3c-e721-4142-815a-3b35e5201eb4 {
  min-height: 20px;
background-color: rgba(250, 250, 250, 1);
}
@media (max-width: 767px){#s-93247f3c-e721-4142-815a-3b35e5201eb4 {
  margin-top: 50px;
margin-bottom: 50px;
}
}







#s-93247f3c-e721-4142-815a-3b35e5201eb4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-93247f3c-e721-4142-815a-3b35e5201eb4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ebe6b975-a93a-4031-b135-523c19ee37c4 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}
@media (max-width: 767px){#s-ebe6b975-a93a-4031-b135-523c19ee37c4 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-2a2a5568-e04f-4e49-8288-860b18f41bbb {
  max-width: 800px;
aspect-ratio: 800/1000;
text-align: center;
}





  #s-2a2a5568-e04f-4e49-8288-860b18f41bbb img.shogun-image,
  #s-2a2a5568-e04f-4e49-8288-860b18f41bbb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2a2a5568-e04f-4e49-8288-860b18f41bbb {
    width: 100%;
    height: auto;
  }



  #s-2a2a5568-e04f-4e49-8288-860b18f41bbb img.shogun-image {
    

    
    
    
  }


#s-2a2a5568-e04f-4e49-8288-860b18f41bbb .shogun-image-content {
  
    align-items: center;
  
}

#s-7c5774f0-dcaf-48cc-ae2c-12be8a7cbc3f {
  display: none;
}
#s-29c91f90-ef06-403a-a66c-1dcda0387867 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-29c91f90-ef06-403a-a66c-1dcda0387867 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-c3c8a5a5-5f8d-4004-8302-1b3a413e72ec {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
min-height: 130px;
}

#s-a1e7f0d0-518b-40c1-bb4f-532a426f5d78 {
  margin-top: -10px;
margin-bottom: -10px;
}

#s-a1e7f0d0-518b-40c1-bb4f-532a426f5d78 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-61537fda-f792-41ae-952f-bc50f03f1703 {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-61537fda-f792-41ae-952f-bc50f03f1703"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-61537fda-f792-41ae-952f-bc50f03f1703"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-61537fda-f792-41ae-952f-bc50f03f1703"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-61537fda-f792-41ae-952f-bc50f03f1703"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-61537fda-f792-41ae-952f-bc50f03f1703"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-61537fda-f792-41ae-952f-bc50f03f1703"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-61537fda-f792-41ae-952f-bc50f03f1703"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-af3bac87-f582-48b4-8ea3-ef9dece8f0ec {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: -10px;
}

#s-85acf4b9-f690-46bf-962c-a6f3bdb5b045 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-2aef7022-61d2-439b-9cd3-97ea8ab0c637 {
  margin-top: 12px;
margin-left: -10px;
margin-bottom: 10px;
text-align: left;
}

#s-2aef7022-61d2-439b-9cd3-97ea8ab0c637 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2aef7022-61d2-439b-9cd3-97ea8ab0c637 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-2aef7022-61d2-439b-9cd3-97ea8ab0c637 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-aaa4b7e7-75ae-4ba5-b5af-82708e521e81 {
  min-height: 20px;
background-color: rgba(0, 0, 0, 1);
}








#s-aaa4b7e7-75ae-4ba5-b5af-82708e521e81 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aaa4b7e7-75ae-4ba5-b5af-82708e521e81.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-56a09e5c-f219-4e69-a128-a3aa6e65815b {
  padding-top: 10px;
padding-left: 30%;
padding-bottom: 10px;
padding-right: 30%;
border-radius: 2px;
max-width: 600px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
}
#s-56a09e5c-f219-4e69-a128-a3aa6e65815b:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-56a09e5c-f219-4e69-a128-a3aa6e65815b:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-56a09e5c-f219-4e69-a128-a3aa6e65815b {
  padding-left: 10%;
padding-right: 10%;
}
}


#s-56a09e5c-f219-4e69-a128-a3aa6e65815b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-56a09e5c-f219-4e69-a128-a3aa6e65815b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-56a09e5c-f219-4e69-a128-a3aa6e65815b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Futura;
  display:  inline-block ;
}

#s-56a09e5c-f219-4e69-a128-a3aa6e65815b.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-d9504dfa-31b4-4492-9e87-8bc0de1b70a2 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-d9504dfa-31b4-4492-9e87-8bc0de1b70a2 {
  display: none;
}
#s-d9504dfa-31b4-4492-9e87-8bc0de1b70a2, #wrap-s-d9504dfa-31b4-4492-9e87-8bc0de1b70a2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d9504dfa-31b4-4492-9e87-8bc0de1b70a2 {
  display: none;
}
#s-d9504dfa-31b4-4492-9e87-8bc0de1b70a2, #wrap-s-d9504dfa-31b4-4492-9e87-8bc0de1b70a2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d9504dfa-31b4-4492-9e87-8bc0de1b70a2 {
  display: none;
}
#s-d9504dfa-31b4-4492-9e87-8bc0de1b70a2, #wrap-s-d9504dfa-31b4-4492-9e87-8bc0de1b70a2 { display:none !important; }}







#s-d9504dfa-31b4-4492-9e87-8bc0de1b70a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d9504dfa-31b4-4492-9e87-8bc0de1b70a2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1c5e881a-9ffc-4437-b635-3b80aab72dd0 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-left: 10%;
margin-right: 10%;
min-height: 800px;
background-position: center center;
}
@media (min-width: 1200px){#s-1c5e881a-9ffc-4437-b635-3b80aab72dd0 {
  display: none;
}
#s-1c5e881a-9ffc-4437-b635-3b80aab72dd0, #wrap-s-1c5e881a-9ffc-4437-b635-3b80aab72dd0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1c5e881a-9ffc-4437-b635-3b80aab72dd0 {
  display: none;
}
#s-1c5e881a-9ffc-4437-b635-3b80aab72dd0, #wrap-s-1c5e881a-9ffc-4437-b635-3b80aab72dd0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1c5e881a-9ffc-4437-b635-3b80aab72dd0 {
  display: none;
}
#s-1c5e881a-9ffc-4437-b635-3b80aab72dd0, #wrap-s-1c5e881a-9ffc-4437-b635-3b80aab72dd0 { display:none !important; }}@media (max-width: 767px){#s-1c5e881a-9ffc-4437-b635-3b80aab72dd0 {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-1c5e881a-9ffc-4437-b635-3b80aab72dd0 > .shg-box-overlay {
  background-color: rgba(53, 47, 65, 1);
  opacity: 0.4;
}#s-1c5e881a-9ffc-4437-b635-3b80aab72dd0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a9da11af-ffd3-4872-9fcf-a3a2cd3b8aa5 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 850px;
background-position: center center;
}
@media (min-width: 1200px){#s-a9da11af-ffd3-4872-9fcf-a3a2cd3b8aa5 {
  padding-left: 10%;
padding-right: 10%;
}
}







#s-a9da11af-ffd3-4872-9fcf-a3a2cd3b8aa5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a9da11af-ffd3-4872-9fcf-a3a2cd3b8aa5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-85456951-389a-4bae-a1e3-699b9fd036b0 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-85456951-389a-4bae-a1e3-699b9fd036b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-85456951-389a-4bae-a1e3-699b9fd036b0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8475834b-1e0b-47d1-8a6c-5081f4392874 {
  padding-top: 60px;
padding-bottom: 30px;
text-align: center;
}
@media (max-width: 767px){#s-8475834b-1e0b-47d1-8a6c-5081f4392874 {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-8475834b-1e0b-47d1-8a6c-5081f4392874 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}


@media (max-width: 767px){#s-8475834b-1e0b-47d1-8a6c-5081f4392874 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  
}


}
#s-78534603-7d85-4223-b4c6-e5473bfac560 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 60px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-78534603-7d85-4223-b4c6-e5473bfac560"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-78534603-7d85-4223-b4c6-e5473bfac560"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-78534603-7d85-4223-b4c6-e5473bfac560"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-78534603-7d85-4223-b4c6-e5473bfac560"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-78534603-7d85-4223-b4c6-e5473bfac560"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-78534603-7d85-4223-b4c6-e5473bfac560"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-78534603-7d85-4223-b4c6-e5473bfac560"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-78534603-7d85-4223-b4c6-e5473bfac560"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-d25720ac-5bf0-492a-ac73-c3bbd387c4ce {
  margin-top: 80px;
margin-left: 0%;
min-height: 50px;
background-attachment: scroll;
}








#s-d25720ac-5bf0-492a-ac73-c3bbd387c4ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d25720ac-5bf0-492a-ac73-c3bbd387c4ce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c7a48389-802a-4980-b2dd-e1a1e92dde3c {
  margin-left: 22%;
margin-right: 22%;
text-align: center;
}







  #s-c7a48389-802a-4980-b2dd-e1a1e92dde3c img.shogun-image {
    

    
    
    
  }


#s-c7a48389-802a-4980-b2dd-e1a1e92dde3c .shogun-image-content {
  
    align-items: center;
  
}

#s-95bb4e06-e011-43ee-ab1d-41afc6599a2f {
  margin-top: 30px;
margin-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-95bb4e06-e011-43ee-ab1d-41afc6599a2f {
  margin-top: 60px;
}
}
#s-95bb4e06-e011-43ee-ab1d-41afc6599a2f .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-b308604b-d5c7-48c1-bf3a-df086e490b71 {
  margin-left: 0px;
}

@media (min-width: 0px) {
[id="s-f9cf4300-5b80-439c-8fca-681be510f36e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f9cf4300-5b80-439c-8fca-681be510f36e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f9cf4300-5b80-439c-8fca-681be510f36e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f9cf4300-5b80-439c-8fca-681be510f36e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-139caae5-d72a-4d20-bc91-df9aae82a5a2 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-6f9406eb-9dc8-418d-9320-770556e55112 {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  #s-6f9406eb-9dc8-418d-9320-770556e55112 img.shogun-image {
    

    
    
    
  }


#s-6f9406eb-9dc8-418d-9320-770556e55112 .shogun-image-content {
  
    align-items: center;
  
}

#s-86c7d351-c033-4f91-9364-2e81293d9f4b {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  #s-86c7d351-c033-4f91-9364-2e81293d9f4b img.shogun-image {
    

    
    
    
  }


#s-86c7d351-c033-4f91-9364-2e81293d9f4b .shogun-image-content {
  
    align-items: center;
  
}

#s-1214322d-d31d-4bd5-8d74-aba575f0bc41 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-c35ae075-4e33-4939-ac8b-ae304cd10d57 {
  min-height: 50px;
}








#s-c35ae075-4e33-4939-ac8b-ae304cd10d57 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c35ae075-4e33-4939-ac8b-ae304cd10d57.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7f629578-dd32-4f92-bd54-350c9d89c96e {
  margin-left: 30%;
margin-right: 30%;
text-align: center;
}







  #s-7f629578-dd32-4f92-bd54-350c9d89c96e img.shogun-image {
    

    
    
    
  }


#s-7f629578-dd32-4f92-bd54-350c9d89c96e .shogun-image-content {
  
    align-items: center;
  
}

#s-df8fe08a-8f8f-473e-8e8e-fa3c08f20748 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-342462ad-b4d0-4501-b2f4-67c3e3e51643 {
  min-height: 50px;
}








#s-342462ad-b4d0-4501-b2f4-67c3e3e51643 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-342462ad-b4d0-4501-b2f4-67c3e3e51643.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-98a2c8e3-1ac6-4c7f-a6d6-8ebb7818de58 {
  margin-top: 60px;
margin-left: 10%;
margin-bottom: 40px;
margin-right: 10%;
min-height: 50px;
}
@media (min-width: 1200px){#s-98a2c8e3-1ac6-4c7f-a6d6-8ebb7818de58 {
  display: none;
}
#s-98a2c8e3-1ac6-4c7f-a6d6-8ebb7818de58, #wrap-s-98a2c8e3-1ac6-4c7f-a6d6-8ebb7818de58 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-98a2c8e3-1ac6-4c7f-a6d6-8ebb7818de58 {
  display: none;
}
#s-98a2c8e3-1ac6-4c7f-a6d6-8ebb7818de58, #wrap-s-98a2c8e3-1ac6-4c7f-a6d6-8ebb7818de58 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-98a2c8e3-1ac6-4c7f-a6d6-8ebb7818de58 {
  display: none;
}
#s-98a2c8e3-1ac6-4c7f-a6d6-8ebb7818de58, #wrap-s-98a2c8e3-1ac6-4c7f-a6d6-8ebb7818de58 { display:none !important; }}







#s-98a2c8e3-1ac6-4c7f-a6d6-8ebb7818de58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-98a2c8e3-1ac6-4c7f-a6d6-8ebb7818de58.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-61bbb2d7-10d8-4c83-bbc2-a1ba35c126dc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-61bbb2d7-10d8-4c83-bbc2-a1ba35c126dc {
  display: none;
}
#s-61bbb2d7-10d8-4c83-bbc2-a1ba35c126dc, #wrap-s-61bbb2d7-10d8-4c83-bbc2-a1ba35c126dc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-61bbb2d7-10d8-4c83-bbc2-a1ba35c126dc {
  display: none;
}
#s-61bbb2d7-10d8-4c83-bbc2-a1ba35c126dc, #wrap-s-61bbb2d7-10d8-4c83-bbc2-a1ba35c126dc { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-61bbb2d7-10d8-4c83-bbc2-a1ba35c126dc {
  display: none;
}
#s-61bbb2d7-10d8-4c83-bbc2-a1ba35c126dc, #wrap-s-61bbb2d7-10d8-4c83-bbc2-a1ba35c126dc { display:none !important; }}
#s-61bbb2d7-10d8-4c83-bbc2-a1ba35c126dc .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Futura";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  text-align: left;
}



@media (min-width: 1200px){#s-722f6323-61e3-446c-9dba-e22c8439df37 {
  display: none;
}
#s-722f6323-61e3-446c-9dba-e22c8439df37, #wrap-s-722f6323-61e3-446c-9dba-e22c8439df37 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-722f6323-61e3-446c-9dba-e22c8439df37 {
  display: none;
}
#s-722f6323-61e3-446c-9dba-e22c8439df37, #wrap-s-722f6323-61e3-446c-9dba-e22c8439df37 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-722f6323-61e3-446c-9dba-e22c8439df37 {
  display: none;
}
#s-722f6323-61e3-446c-9dba-e22c8439df37, #wrap-s-722f6323-61e3-446c-9dba-e22c8439df37 { display:none !important; }}
@media (min-width: 0px) {
[id="s-722f6323-61e3-446c-9dba-e22c8439df37"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-722f6323-61e3-446c-9dba-e22c8439df37"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.0px);
}

[id="s-722f6323-61e3-446c-9dba-e22c8439df37"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.0px);
}

}

@media (min-width: 992px) {
[id="s-722f6323-61e3-446c-9dba-e22c8439df37"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.0px);
}

[id="s-722f6323-61e3-446c-9dba-e22c8439df37"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.0px);
}

}

@media (min-width: 1200px) {
[id="s-722f6323-61e3-446c-9dba-e22c8439df37"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.0px);
}

[id="s-722f6323-61e3-446c-9dba-e22c8439df37"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.0px);
}

}

#s-a7d82c1c-40f4-4b96-a74a-64bb745f49d0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-a7d82c1c-40f4-4b96-a74a-64bb745f49d0 {
  display: none;
}
#s-a7d82c1c-40f4-4b96-a74a-64bb745f49d0, #wrap-s-a7d82c1c-40f4-4b96-a74a-64bb745f49d0 { display:none !important; }}
#s-a7d82c1c-40f4-4b96-a74a-64bb745f49d0 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-25d1e493-502e-46ba-88e6-7f231ce331bc {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-b23d12d8-bcf2-4f77-a329-b995930576be {
  margin-top: 20px;
min-height: 50px;
}








#s-b23d12d8-bcf2-4f77-a329-b995930576be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b23d12d8-bcf2-4f77-a329-b995930576be.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c4ac010b-ec92-488c-9d19-9632485fd537 {
  margin-left: 20%;
margin-bottom: 20px;
margin-right: 20%;
text-align: center;
}







  #s-c4ac010b-ec92-488c-9d19-9632485fd537 img.shogun-image {
    

    
    
    
  }


#s-c4ac010b-ec92-488c-9d19-9632485fd537 .shogun-image-content {
  
    align-items: center;
  
}

#s-956d637a-977e-4136-8956-bb2adb69242e {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-956d637a-977e-4136-8956-bb2adb69242e .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-dc05bf5a-899c-4e6b-96bd-79e28d0efbb6 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-3ec88f5e-507d-4f31-bc67-caf1ae0c2d76 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-3ec88f5e-507d-4f31-bc67-caf1ae0c2d76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ec88f5e-507d-4f31-bc67-caf1ae0c2d76.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-33804021-97ab-4313-bb32-9640d689b6a5 {
  margin-left: 20%;
margin-bottom: 20px;
margin-right: 20%;
text-align: center;
}







  #s-33804021-97ab-4313-bb32-9640d689b6a5 img.shogun-image {
    

    
    
    
  }


#s-33804021-97ab-4313-bb32-9640d689b6a5 .shogun-image-content {
  
    align-items: center;
  
}

#s-2dab7edf-8709-4fae-b865-557fdff08cdf {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-2dab7edf-8709-4fae-b865-557fdff08cdf .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-0b859e9e-0991-46d2-9d1f-55d11693947f {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-b7a2fef6-80ec-4542-9d8b-7b1130ac2c46 {
  min-height: 50px;
}








#s-b7a2fef6-80ec-4542-9d8b-7b1130ac2c46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7a2fef6-80ec-4542-9d8b-7b1130ac2c46.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-939c3447-a291-42a7-badc-2b1e9fb954f7 {
  margin-left: 20%;
margin-bottom: 20px;
margin-right: 20%;
text-align: center;
}







  #s-939c3447-a291-42a7-badc-2b1e9fb954f7 img.shogun-image {
    

    
    
    
  }


#s-939c3447-a291-42a7-badc-2b1e9fb954f7 .shogun-image-content {
  
    align-items: center;
  
}

#s-c7cb388b-1266-475f-856a-2006b7af7c3a {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c7cb388b-1266-475f-856a-2006b7af7c3a .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-967a7534-e560-49d5-bf39-b4b194788e95 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-24ba3a06-7832-4b5a-a3f7-86bdc4ef9a5d {
  min-height: 50px;
}








#s-24ba3a06-7832-4b5a-a3f7-86bdc4ef9a5d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24ba3a06-7832-4b5a-a3f7-86bdc4ef9a5d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0662849e-bf3f-460a-ae34-51f1aedcc8f9 {
  margin-left: 20%;
margin-bottom: 20px;
margin-right: 20%;
text-align: center;
}







  #s-0662849e-bf3f-460a-ae34-51f1aedcc8f9 img.shogun-image {
    

    
    
    
  }


#s-0662849e-bf3f-460a-ae34-51f1aedcc8f9 .shogun-image-content {
  
    align-items: center;
  
}

#s-3692da8f-2d45-43d9-8ddc-538c6e739df1 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-3692da8f-2d45-43d9-8ddc-538c6e739df1 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-a0c45de1-8ee1-41e6-a234-5658b816a9a8 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-f2e56846-0454-488a-912a-9b12436fd168 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 220px;
background-attachment: scroll;
background-position: center center;
}
@media (min-width: 1200px){#s-f2e56846-0454-488a-912a-9b12436fd168 {
  margin-left: 10%;
margin-right: 10%;
}
}







#s-f2e56846-0454-488a-912a-9b12436fd168 > .shg-box-overlay {
  background-color: rgba(229, 240, 246, 0.99);
  opacity: 0;
}#s-f2e56846-0454-488a-912a-9b12436fd168.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bd93e3a2-10eb-4310-adee-101499a59d9d {
  margin-top: 400px;
margin-left: 10%;
margin-bottom: -200px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-bd93e3a2-10eb-4310-adee-101499a59d9d {
  display: none;
}
#s-bd93e3a2-10eb-4310-adee-101499a59d9d, #wrap-s-bd93e3a2-10eb-4310-adee-101499a59d9d { display:none !important; }}@media (max-width: 767px){#s-bd93e3a2-10eb-4310-adee-101499a59d9d {
  margin-bottom: -160px;
display: none;
}
#s-bd93e3a2-10eb-4310-adee-101499a59d9d, #wrap-s-bd93e3a2-10eb-4310-adee-101499a59d9d { display:none !important; }}







#s-bd93e3a2-10eb-4310-adee-101499a59d9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd93e3a2-10eb-4310-adee-101499a59d9d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fec29bb6-6415-41a3-a882-4afa663bf26a {
  padding-top: 60px;
padding-bottom: 30px;
text-align: center;
}
@media (max-width: 767px){#s-fec29bb6-6415-41a3-a882-4afa663bf26a {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-fec29bb6-6415-41a3-a882-4afa663bf26a .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}



#s-ba071d34-5ad5-47c0-b783-399c61f9bf70 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}
@media (min-width: 1200px){#s-ba071d34-5ad5-47c0-b783-399c61f9bf70 {
  display: none;
}
#s-ba071d34-5ad5-47c0-b783-399c61f9bf70, #wrap-s-ba071d34-5ad5-47c0-b783-399c61f9bf70 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ba071d34-5ad5-47c0-b783-399c61f9bf70 {
  display: none;
}
#s-ba071d34-5ad5-47c0-b783-399c61f9bf70, #wrap-s-ba071d34-5ad5-47c0-b783-399c61f9bf70 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ba071d34-5ad5-47c0-b783-399c61f9bf70 {
  display: none;
}
#s-ba071d34-5ad5-47c0-b783-399c61f9bf70, #wrap-s-ba071d34-5ad5-47c0-b783-399c61f9bf70 { display:none !important; }}
#s-ba071d34-5ad5-47c0-b783-399c61f9bf70 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-b4aebbbb-c8e6-4c3b-a87c-28410abb2c69 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 60px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-b4aebbbb-c8e6-4c3b-a87c-28410abb2c69"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b4aebbbb-c8e6-4c3b-a87c-28410abb2c69"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-b4aebbbb-c8e6-4c3b-a87c-28410abb2c69"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-b4aebbbb-c8e6-4c3b-a87c-28410abb2c69"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-c276989e-13db-43bc-9024-909f981d8675 {
  min-height: 50px;
}








#s-c276989e-13db-43bc-9024-909f981d8675 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c276989e-13db-43bc-9024-909f981d8675.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-15e4747d-1514-4ddd-8f98-03c34ae6d78b {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-15e4747d-1514-4ddd-8f98-03c34ae6d78b .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-4c33a95d-0f47-4947-9470-079efc0b270c {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 20px;
}

#s-fc7653db-21e3-43f2-af86-3549c8af4192 {
  min-height: 50px;
}
@media (max-width: 767px){#s-fc7653db-21e3-43f2-af86-3549c8af4192 {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-fc7653db-21e3-43f2-af86-3549c8af4192 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc7653db-21e3-43f2-af86-3549c8af4192.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6f261f55-d312-477e-aaa0-4de8c10eb388 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}
@media (min-width: 1200px){#s-6f261f55-d312-477e-aaa0-4de8c10eb388 {
  display: none;
}
#s-6f261f55-d312-477e-aaa0-4de8c10eb388, #wrap-s-6f261f55-d312-477e-aaa0-4de8c10eb388 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6f261f55-d312-477e-aaa0-4de8c10eb388 {
  display: none;
}
#s-6f261f55-d312-477e-aaa0-4de8c10eb388, #wrap-s-6f261f55-d312-477e-aaa0-4de8c10eb388 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6f261f55-d312-477e-aaa0-4de8c10eb388 {
  display: none;
}
#s-6f261f55-d312-477e-aaa0-4de8c10eb388, #wrap-s-6f261f55-d312-477e-aaa0-4de8c10eb388 { display:none !important; }}
#s-6f261f55-d312-477e-aaa0-4de8c10eb388 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-4b1660e3-6408-4f15-b530-56e2d98d178e {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-4b1660e3-6408-4f15-b530-56e2d98d178e .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-04540782-dc31-4e6f-98de-4ae547513dbb {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 20px;
}

#s-60c88da7-77fb-45de-bfcd-abaa111dc920 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}
@media (min-width: 1200px){#s-60c88da7-77fb-45de-bfcd-abaa111dc920 {
  display: none;
}
#s-60c88da7-77fb-45de-bfcd-abaa111dc920, #wrap-s-60c88da7-77fb-45de-bfcd-abaa111dc920 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-60c88da7-77fb-45de-bfcd-abaa111dc920 {
  display: none;
}
#s-60c88da7-77fb-45de-bfcd-abaa111dc920, #wrap-s-60c88da7-77fb-45de-bfcd-abaa111dc920 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-60c88da7-77fb-45de-bfcd-abaa111dc920 {
  display: none;
}
#s-60c88da7-77fb-45de-bfcd-abaa111dc920, #wrap-s-60c88da7-77fb-45de-bfcd-abaa111dc920 { display:none !important; }}
#s-60c88da7-77fb-45de-bfcd-abaa111dc920 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-d638212e-840f-41e5-9601-12d1a6244ee6 {
  min-height: 50px;
}








#s-d638212e-840f-41e5-9601-12d1a6244ee6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d638212e-840f-41e5-9601-12d1a6244ee6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cff6a6f1-0097-4750-a8d9-6c65e1823758 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-cff6a6f1-0097-4750-a8d9-6c65e1823758 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-f50d15f2-ea70-4a59-8112-f7c116417761 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 0px;
}

#s-4484ff49-54e7-4d22-9a74-0f448310537e {
  margin-bottom: 60px;
padding-left: 10%;
padding-right: 10%;
}

#s-4484ff49-54e7-4d22-9a74-0f448310537e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-4484ff49-54e7-4d22-9a74-0f448310537e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-4484ff49-54e7-4d22-9a74-0f448310537e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-4484ff49-54e7-4d22-9a74-0f448310537e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-4484ff49-54e7-4d22-9a74-0f448310537e > .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: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-4484ff49-54e7-4d22-9a74-0f448310537e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-19436954-a683-4f77-810e-53bd3cc96e62 {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px){#s-19436954-a683-4f77-810e-53bd3cc96e62 {
  margin-top: 30px;
margin-bottom: 0px;
}
}







#s-19436954-a683-4f77-810e-53bd3cc96e62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-19436954-a683-4f77-810e-53bd3cc96e62.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9e59ab9b-290d-4ddd-a0c8-d1e702c1e308 {
  margin-top: 10px;
margin-left: 5%;
margin-right: 5%;
}
@media (max-width: 767px){#s-9e59ab9b-290d-4ddd-a0c8-d1e702c1e308 {
  margin-top: 0px;
}
}
@media (min-width: 0px) {
[id="s-9e59ab9b-290d-4ddd-a0c8-d1e702c1e308"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9e59ab9b-290d-4ddd-a0c8-d1e702c1e308"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9e59ab9b-290d-4ddd-a0c8-d1e702c1e308"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9e59ab9b-290d-4ddd-a0c8-d1e702c1e308"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-afa5f93b-3879-4124-bff9-08eb0c581721 {
  min-height: 50px;
}








#s-afa5f93b-3879-4124-bff9-08eb0c581721 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-afa5f93b-3879-4124-bff9-08eb0c581721.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cd6e8ac3-fbe8-4df5-8f76-b55a6b74a174 {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}







  #s-cd6e8ac3-fbe8-4df5-8f76-b55a6b74a174 img.shogun-image {
    

    
    
    
  }


#s-cd6e8ac3-fbe8-4df5-8f76-b55a6b74a174 .shogun-image-content {
  
    align-items: center;
  
}

#s-a90dffce-b83a-41f5-a616-3877b15a8632 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-b2204461-129e-4913-b8a1-6df37dbd308e {
  min-height: 50px;
}








#s-b2204461-129e-4913-b8a1-6df37dbd308e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b2204461-129e-4913-b8a1-6df37dbd308e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bfd8cc89-6b3f-49c5-8a46-f1b6a34dd4ff {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}







  #s-bfd8cc89-6b3f-49c5-8a46-f1b6a34dd4ff img.shogun-image {
    

    
    
    
  }


#s-bfd8cc89-6b3f-49c5-8a46-f1b6a34dd4ff .shogun-image-content {
  
    align-items: center;
  
}

#s-058ea99d-e314-4b8c-95dc-1702ae84fb31 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-5d465297-fe5d-4445-bb44-1146758040ff {
  min-height: 50px;
}








#s-5d465297-fe5d-4445-bb44-1146758040ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d465297-fe5d-4445-bb44-1146758040ff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3ec06e58-5223-4543-8297-5abb6590ec6d {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}







  #s-3ec06e58-5223-4543-8297-5abb6590ec6d img.shogun-image {
    

    
    
    
  }


#s-3ec06e58-5223-4543-8297-5abb6590ec6d .shogun-image-content {
  
    align-items: center;
  
}

#s-4ce73654-0493-4303-80cb-12d03f8c59ee {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-4497463e-eeed-4e48-b539-b36d0822da76 {
  margin-top: -100px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-4497463e-eeed-4e48-b539-b36d0822da76 {
  display: none;
}
#s-4497463e-eeed-4e48-b539-b36d0822da76, #wrap-s-4497463e-eeed-4e48-b539-b36d0822da76 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4497463e-eeed-4e48-b539-b36d0822da76 {
  display: none;
}
#s-4497463e-eeed-4e48-b539-b36d0822da76, #wrap-s-4497463e-eeed-4e48-b539-b36d0822da76 { display:none !important; }}







#s-4497463e-eeed-4e48-b539-b36d0822da76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4497463e-eeed-4e48-b539-b36d0822da76.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-266bbcb8-feb4-4486-b06f-75dc0fd4d1fe {
  padding-top: 60px;
padding-bottom: 30px;
text-align: center;
}
@media (max-width: 767px){#s-266bbcb8-feb4-4486-b06f-75dc0fd4d1fe {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-266bbcb8-feb4-4486-b06f-75dc0fd4d1fe .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  
}



#s-b4c6e206-41e9-4a38-b2e9-1a09317e086e {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}
@media (min-width: 1200px){#s-b4c6e206-41e9-4a38-b2e9-1a09317e086e {
  display: none;
}
#s-b4c6e206-41e9-4a38-b2e9-1a09317e086e, #wrap-s-b4c6e206-41e9-4a38-b2e9-1a09317e086e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b4c6e206-41e9-4a38-b2e9-1a09317e086e {
  display: none;
}
#s-b4c6e206-41e9-4a38-b2e9-1a09317e086e, #wrap-s-b4c6e206-41e9-4a38-b2e9-1a09317e086e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b4c6e206-41e9-4a38-b2e9-1a09317e086e {
  display: none;
}
#s-b4c6e206-41e9-4a38-b2e9-1a09317e086e, #wrap-s-b4c6e206-41e9-4a38-b2e9-1a09317e086e { display:none !important; }}
#s-b4c6e206-41e9-4a38-b2e9-1a09317e086e hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-a4519a9f-00cb-4397-bd27-4eefb6386cc3 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 60px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-a4519a9f-00cb-4397-bd27-4eefb6386cc3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a4519a9f-00cb-4397-bd27-4eefb6386cc3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-a4519a9f-00cb-4397-bd27-4eefb6386cc3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-a4519a9f-00cb-4397-bd27-4eefb6386cc3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-fc4dd39b-1b7b-47af-b980-21b187c488b5 {
  min-height: 50px;
}








#s-fc4dd39b-1b7b-47af-b980-21b187c488b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc4dd39b-1b7b-47af-b980-21b187c488b5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-88f53cca-99f8-4fb7-a915-341d5b6f6a68 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-88f53cca-99f8-4fb7-a915-341d5b6f6a68 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-b33f87d3-688e-4ceb-a4d6-edc467345950 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 20px;
}

#s-571f03b1-83ba-4263-afad-51b904f29cf6 {
  min-height: 50px;
}
@media (max-width: 767px){#s-571f03b1-83ba-4263-afad-51b904f29cf6 {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-571f03b1-83ba-4263-afad-51b904f29cf6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-571f03b1-83ba-4263-afad-51b904f29cf6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-73ea0ec5-f255-4ce7-a992-f629173a1483 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}
@media (min-width: 1200px){#s-73ea0ec5-f255-4ce7-a992-f629173a1483 {
  display: none;
}
#s-73ea0ec5-f255-4ce7-a992-f629173a1483, #wrap-s-73ea0ec5-f255-4ce7-a992-f629173a1483 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-73ea0ec5-f255-4ce7-a992-f629173a1483 {
  display: none;
}
#s-73ea0ec5-f255-4ce7-a992-f629173a1483, #wrap-s-73ea0ec5-f255-4ce7-a992-f629173a1483 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-73ea0ec5-f255-4ce7-a992-f629173a1483 {
  display: none;
}
#s-73ea0ec5-f255-4ce7-a992-f629173a1483, #wrap-s-73ea0ec5-f255-4ce7-a992-f629173a1483 { display:none !important; }}
#s-73ea0ec5-f255-4ce7-a992-f629173a1483 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-584b9801-1c9f-473d-be4a-3bb757307591 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-584b9801-1c9f-473d-be4a-3bb757307591 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-746627e9-5008-4957-96c8-6e2634ec1f0f {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 20px;
}

#s-d7ee8df6-fc99-4824-a669-8cf0d7dfaff8 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}
@media (min-width: 1200px){#s-d7ee8df6-fc99-4824-a669-8cf0d7dfaff8 {
  display: none;
}
#s-d7ee8df6-fc99-4824-a669-8cf0d7dfaff8, #wrap-s-d7ee8df6-fc99-4824-a669-8cf0d7dfaff8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d7ee8df6-fc99-4824-a669-8cf0d7dfaff8 {
  display: none;
}
#s-d7ee8df6-fc99-4824-a669-8cf0d7dfaff8, #wrap-s-d7ee8df6-fc99-4824-a669-8cf0d7dfaff8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d7ee8df6-fc99-4824-a669-8cf0d7dfaff8 {
  display: none;
}
#s-d7ee8df6-fc99-4824-a669-8cf0d7dfaff8, #wrap-s-d7ee8df6-fc99-4824-a669-8cf0d7dfaff8 { display:none !important; }}
#s-d7ee8df6-fc99-4824-a669-8cf0d7dfaff8 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-e18314c9-d8ce-4b49-bd94-d46aec60453f {
  min-height: 50px;
}








#s-e18314c9-d8ce-4b49-bd94-d46aec60453f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e18314c9-d8ce-4b49-bd94-d46aec60453f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6faa2003-b838-4e75-8b40-94ece11fa5a2 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-6faa2003-b838-4e75-8b40-94ece11fa5a2 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-4ec552ec-b907-4cb5-9657-ee43eb927655 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 0px;
}

#s-f837a651-ce36-454c-8199-74c91e55e28a {
  margin-bottom: 60px;
padding-left: 10%;
padding-right: 10%;
}

#s-f837a651-ce36-454c-8199-74c91e55e28a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-f837a651-ce36-454c-8199-74c91e55e28a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-f837a651-ce36-454c-8199-74c91e55e28a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-f837a651-ce36-454c-8199-74c91e55e28a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-f837a651-ce36-454c-8199-74c91e55e28a > .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: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-f837a651-ce36-454c-8199-74c91e55e28a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-649703d3-3aef-4d2f-80f5-26d1ea7d2fa2 {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px){#s-649703d3-3aef-4d2f-80f5-26d1ea7d2fa2 {
  margin-top: 30px;
margin-bottom: 0px;
}
}







#s-649703d3-3aef-4d2f-80f5-26d1ea7d2fa2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-649703d3-3aef-4d2f-80f5-26d1ea7d2fa2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cc291aac-b606-4967-8528-36ebad7b5c65 {
  margin-top: 10px;
margin-left: 5%;
margin-right: 5%;
}
@media (max-width: 767px){#s-cc291aac-b606-4967-8528-36ebad7b5c65 {
  margin-top: 0px;
}
}
@media (min-width: 0px) {
[id="s-cc291aac-b606-4967-8528-36ebad7b5c65"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cc291aac-b606-4967-8528-36ebad7b5c65"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cc291aac-b606-4967-8528-36ebad7b5c65"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cc291aac-b606-4967-8528-36ebad7b5c65"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f355e6e1-8595-4e0f-8279-d7bbf4fc8266 {
  min-height: 50px;
}








#s-f355e6e1-8595-4e0f-8279-d7bbf4fc8266 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f355e6e1-8595-4e0f-8279-d7bbf4fc8266.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-38cf3823-4873-495d-9eab-bcf13f738dc9 {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}







  #s-38cf3823-4873-495d-9eab-bcf13f738dc9 img.shogun-image {
    

    
    
    
  }


#s-38cf3823-4873-495d-9eab-bcf13f738dc9 .shogun-image-content {
  
    align-items: center;
  
}

#s-7f036451-84c6-406f-9828-5a644502bdd0 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-23b157ed-c7ae-4460-a72c-e15d9354190d {
  min-height: 50px;
}








#s-23b157ed-c7ae-4460-a72c-e15d9354190d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-23b157ed-c7ae-4460-a72c-e15d9354190d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-013a1699-a905-4f49-a533-3c43f6e074a8 {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}







  #s-013a1699-a905-4f49-a533-3c43f6e074a8 img.shogun-image {
    

    
    
    
  }


#s-013a1699-a905-4f49-a533-3c43f6e074a8 .shogun-image-content {
  
    align-items: center;
  
}

#s-750d7def-b2e5-4755-bb07-5b4eba18d31a {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-e9e589d5-7316-4019-af8f-3f1138fb80f0 {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}







  #s-e9e589d5-7316-4019-af8f-3f1138fb80f0 img.shogun-image {
    

    
    
    
  }


#s-e9e589d5-7316-4019-af8f-3f1138fb80f0 .shogun-image-content {
  
    align-items: center;
  
}

#s-d5efd94c-9ed2-47bd-915d-0c135e8578a7 {
  min-height: 50px;
}








#s-d5efd94c-9ed2-47bd-915d-0c135e8578a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d5efd94c-9ed2-47bd-915d-0c135e8578a7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8636e7a7-47e0-48d4-84bd-6e65c9b828af {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-3dc6e66d-f0c6-4d3b-8fb9-9e7093afbf39 {
  min-height: 50px;
}








#s-3dc6e66d-f0c6-4d3b-8fb9-9e7093afbf39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3dc6e66d-f0c6-4d3b-8fb9-9e7093afbf39.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-37fab9c0-5c28-44e5-ad70-46e2f8ac473d {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 10%;
margin-right: 10%;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-37fab9c0-5c28-44e5-ad70-46e2f8ac473d {
  display: none;
}
#s-37fab9c0-5c28-44e5-ad70-46e2f8ac473d, #wrap-s-37fab9c0-5c28-44e5-ad70-46e2f8ac473d { display:none !important; }}







#s-37fab9c0-5c28-44e5-ad70-46e2f8ac473d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37fab9c0-5c28-44e5-ad70-46e2f8ac473d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9b3490f3-9eb7-47da-97ab-f00968f1bf9c {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-9b3490f3-9eb7-47da-97ab-f00968f1bf9c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b3490f3-9eb7-47da-97ab-f00968f1bf9c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bb60a354-7886-4903-8fc1-1422ae8174d5 {
  min-height: 50px;
}








#s-bb60a354-7886-4903-8fc1-1422ae8174d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb60a354-7886-4903-8fc1-1422ae8174d5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f329ea86-496d-4a91-a491-8232acd24b98 {
  padding-top: 60px;
padding-bottom: 30px;
text-align: center;
}
@media (max-width: 767px){#s-f329ea86-496d-4a91-a491-8232acd24b98 {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-f329ea86-496d-4a91-a491-8232acd24b98 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}



#s-dbf63b43-abc6-4acc-9378-d96956418e87 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 60px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-dbf63b43-abc6-4acc-9378-d96956418e87"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dbf63b43-abc6-4acc-9378-d96956418e87"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dbf63b43-abc6-4acc-9378-d96956418e87"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dbf63b43-abc6-4acc-9378-d96956418e87"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dbf63b43-abc6-4acc-9378-d96956418e87"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dbf63b43-abc6-4acc-9378-d96956418e87"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dbf63b43-abc6-4acc-9378-d96956418e87"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-dbf63b43-abc6-4acc-9378-d96956418e87"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-cb3b9332-e52a-4c1d-b518-648d5d4362d8 {
  margin-left: 0%;
margin-right: 15%;
min-height: 50px;
}
@media (max-width: 767px){#s-cb3b9332-e52a-4c1d-b518-648d5d4362d8 {
  margin-top: 20px;
margin-right: 0%;
}
}







#s-cb3b9332-e52a-4c1d-b518-648d5d4362d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cb3b9332-e52a-4c1d-b518-648d5d4362d8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-50823bcc-0053-47ad-9d38-484d73b5b245 {
  text-align: left;
}
@media (max-width: 767px){#s-50823bcc-0053-47ad-9d38-484d73b5b245 {
  margin-top: 30px;
text-align: center;
}
}






  #s-50823bcc-0053-47ad-9d38-484d73b5b245 img.shogun-image {
    

    
    
    
  }


#s-50823bcc-0053-47ad-9d38-484d73b5b245 .shogun-image-content {
  
    align-items: center;
  
}

#s-c07e03ce-7be8-4a5e-9a66-0d8c83df2e2a {
  background-repeat: no-repeat;
background-size: contain;
background-attachment: fixed;
margin-left: -20%;
margin-right: -20%;
padding-left: 10%;
padding-right: 10%;
min-height: 350px;
max-width: 1200px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c07e03ce-7be8-4a5e-9a66-0d8c83df2e2a {
  display: none;
}
#s-c07e03ce-7be8-4a5e-9a66-0d8c83df2e2a, #wrap-s-c07e03ce-7be8-4a5e-9a66-0d8c83df2e2a { display:none !important; }}@media (max-width: 767px){#s-c07e03ce-7be8-4a5e-9a66-0d8c83df2e2a {
  display: none;
}
#s-c07e03ce-7be8-4a5e-9a66-0d8c83df2e2a, #wrap-s-c07e03ce-7be8-4a5e-9a66-0d8c83df2e2a { display:none !important; }}







#s-c07e03ce-7be8-4a5e-9a66-0d8c83df2e2a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c07e03ce-7be8-4a5e-9a66-0d8c83df2e2a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-463ab4a4-c3b2-4410-be03-f0b3beda3778 {
  background-attachment: fixed;
margin-top: 0px;
margin-bottom: 0px;
min-height: 300px;
}
@media (min-width: 1200px){#s-463ab4a4-c3b2-4410-be03-f0b3beda3778 {
  display: none;
}
#s-463ab4a4-c3b2-4410-be03-f0b3beda3778, #wrap-s-463ab4a4-c3b2-4410-be03-f0b3beda3778 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-463ab4a4-c3b2-4410-be03-f0b3beda3778 {
  display: none;
}
#s-463ab4a4-c3b2-4410-be03-f0b3beda3778, #wrap-s-463ab4a4-c3b2-4410-be03-f0b3beda3778 { display:none !important; }}







#s-463ab4a4-c3b2-4410-be03-f0b3beda3778 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-463ab4a4-c3b2-4410-be03-f0b3beda3778.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-09d75ba6-eafe-450f-b59b-d40513fc2f04 {
  margin-top: 30px;
margin-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-09d75ba6-eafe-450f-b59b-d40513fc2f04 {
  margin-top: 50px;
}
}
#s-09d75ba6-eafe-450f-b59b-d40513fc2f04 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-c258891a-0bd1-4e66-aa41-54e913b91b17 {
  margin-left: 0px;
}

@media (min-width: 0px) {
[id="s-7a6705c0-833f-410d-83fa-9eaad3d4574c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7a6705c0-833f-410d-83fa-9eaad3d4574c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7a6705c0-833f-410d-83fa-9eaad3d4574c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7a6705c0-833f-410d-83fa-9eaad3d4574c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-80995c0d-d174-4eb2-a522-b40b72979c85 {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  #s-80995c0d-d174-4eb2-a522-b40b72979c85 img.shogun-image {
    

    
    
    
  }


#s-80995c0d-d174-4eb2-a522-b40b72979c85 .shogun-image-content {
  
    align-items: center;
  
}

#s-01180da1-289f-409a-b361-5038c948b68c {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-1d3e1808-be75-42e4-99af-22f56f8dbb5c {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  #s-1d3e1808-be75-42e4-99af-22f56f8dbb5c img.shogun-image {
    

    
    
    
  }


#s-1d3e1808-be75-42e4-99af-22f56f8dbb5c .shogun-image-content {
  
    align-items: center;
  
}

#s-34b45be7-c6fb-4744-a3c3-1387f594b330 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-58683e68-fd85-48f2-8a6d-418d76f86afa {
  margin-top: 30px;
}

@media (min-width: 0px) {
[id="s-58683e68-fd85-48f2-8a6d-418d76f86afa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-58683e68-fd85-48f2-8a6d-418d76f86afa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-58683e68-fd85-48f2-8a6d-418d76f86afa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-58683e68-fd85-48f2-8a6d-418d76f86afa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-92ed4057-93af-40e6-bd1a-3fc45492a604 {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  #s-92ed4057-93af-40e6-bd1a-3fc45492a604 img.shogun-image {
    

    
    
    
  }


#s-92ed4057-93af-40e6-bd1a-3fc45492a604 .shogun-image-content {
  
    align-items: center;
  
}

#s-044197a2-cef8-4093-97e0-43a564373440 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-20624bc1-6352-4d19-af86-e2949e7d66f4 {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  #s-20624bc1-6352-4d19-af86-e2949e7d66f4 img.shogun-image {
    

    
    
    
  }


#s-20624bc1-6352-4d19-af86-e2949e7d66f4 .shogun-image-content {
  
    align-items: center;
  
}

#s-5d762c36-9e0d-4e8e-92cd-9d1d2dc41cdb {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-f277fc1c-2ea5-4d56-93f1-62a3068d29cf {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-f277fc1c-2ea5-4d56-93f1-62a3068d29cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f277fc1c-2ea5-4d56-93f1-62a3068d29cf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-ddf819d4-daad-4520-9e4d-1575aa97b5b9 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 60px;
margin-right: 10%;
}


  #s-ddf819d4-daad-4520-9e4d-1575aa97b5b9 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0);
    border: 1px solid rgba(221, 221, 221, 0);
  }
  #s-ddf819d4-daad-4520-9e4d-1575aa97b5b9 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 0);
    border: 1px solid rgba(221, 221, 221, 0);
  }
#s-ddf819d4-daad-4520-9e4d-1575aa97b5b9 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(130, 166, 224, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-ddf819d4-daad-4520-9e4d-1575aa97b5b9 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-ddf819d4-daad-4520-9e4d-1575aa97b5b9 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 0);
}

#s-ddf819d4-daad-4520-9e4d-1575aa97b5b9 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-398752c4-7464-499b-9e50-5d6f19f4701f {
  min-height: 50px;
}
@media (max-width: 767px){#s-398752c4-7464-499b-9e50-5d6f19f4701f {
  margin-left: 10%;
margin-right: 10%;
}
}







#s-398752c4-7464-499b-9e50-5d6f19f4701f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-398752c4-7464-499b-9e50-5d6f19f4701f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: 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-709049d2-fcde-4d3c-b677-a8a50c684930 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-709049d2-fcde-4d3c-b677-a8a50c684930 .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-709049d2-fcde-4d3c-b677-a8a50c684930 .shg-sld-nav-button.shg-sld-left,
#s-709049d2-fcde-4d3c-b677-a8a50c684930 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-0f8b096e-b982-40e8-b94a-f23769a86c8e {
  min-height: 50px;
}








#s-0f8b096e-b982-40e8-b94a-f23769a86c8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0f8b096e-b982-40e8-b94a-f23769a86c8e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-914aa768-141a-47bb-98b8-e01ac27d2396 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-914aa768-141a-47bb-98b8-e01ac27d2396 {
  padding-top: 30px;
padding-bottom: 0px;
}
}
#s-914aa768-141a-47bb-98b8-e01ac27d2396 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}



#s-13090310-e247-4763-b0a0-a7e2dc87ee6a {
  min-height: 50px;
}








#s-13090310-e247-4763-b0a0-a7e2dc87ee6a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13090310-e247-4763-b0a0-a7e2dc87ee6a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ac8027a9-3bbf-4b9e-9fc7-e9dcdfc18696 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-ac8027a9-3bbf-4b9e-9fc7-e9dcdfc18696 {
  padding-top: 30px;
padding-bottom: 0px;
}
}
#s-ac8027a9-3bbf-4b9e-9fc7-e9dcdfc18696 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}


@media (max-width: 767px){#s-ac8027a9-3bbf-4b9e-9fc7-e9dcdfc18696 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  
}


}
#s-f595b3d7-0ec6-4896-9851-5c5c2e45d66b {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-f595b3d7-0ec6-4896-9851-5c5c2e45d66b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f595b3d7-0ec6-4896-9851-5c5c2e45d66b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f595b3d7-0ec6-4896-9851-5c5c2e45d66b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f595b3d7-0ec6-4896-9851-5c5c2e45d66b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-79fb5e63-0eb4-4843-90b8-b1ef985ee788"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-79fb5e63-0eb4-4843-90b8-b1ef985ee788"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-79fb5e63-0eb4-4843-90b8-b1ef985ee788"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-79fb5e63-0eb4-4843-90b8-b1ef985ee788"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-870e9825-9c72-4100-8c6f-51b0944b454d {
  text-align: center;
}







  #s-870e9825-9c72-4100-8c6f-51b0944b454d img.shogun-image {
    

    
    
    
  }


#s-870e9825-9c72-4100-8c6f-51b0944b454d .shogun-image-content {
  
    align-items: center;
  
}

#s-885a63f6-e155-4a3f-8f60-d798161b9c04 {
  text-align: center;
}







  #s-885a63f6-e155-4a3f-8f60-d798161b9c04 img.shogun-image {
    

    
    
    
  }


#s-885a63f6-e155-4a3f-8f60-d798161b9c04 .shogun-image-content {
  
    align-items: center;
  
}

#s-63c15960-bb39-4221-805c-730625bdb6a8 {
  min-height: 50px;
}








#s-63c15960-bb39-4221-805c-730625bdb6a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63c15960-bb39-4221-805c-730625bdb6a8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7ba9bcb8-c86b-499c-98ef-4d1def756606 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-7ba9bcb8-c86b-499c-98ef-4d1def756606 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 3px;
  text-align: left;
}



#s-7ed91384-1416-4af9-b1a7-279c86d5479f {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-2fa9a204-c882-457e-bbf8-b12d04c067a0 {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-2fa9a204-c882-457e-bbf8-b12d04c067a0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2fa9a204-c882-457e-bbf8-b12d04c067a0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2fa9a204-c882-457e-bbf8-b12d04c067a0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2fa9a204-c882-457e-bbf8-b12d04c067a0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-adc9b9e8-17b7-4c5d-b6cb-2ff904507c89"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-adc9b9e8-17b7-4c5d-b6cb-2ff904507c89"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-adc9b9e8-17b7-4c5d-b6cb-2ff904507c89"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-adc9b9e8-17b7-4c5d-b6cb-2ff904507c89"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-f9c8d7e2-42b9-4e26-96ff-8ca559d60df2 {
  text-align: center;
}







  #s-f9c8d7e2-42b9-4e26-96ff-8ca559d60df2 img.shogun-image {
    

    
    
    
  }


#s-f9c8d7e2-42b9-4e26-96ff-8ca559d60df2 .shogun-image-content {
  
    align-items: center;
  
}

#s-5ebffb75-3912-4edc-ad5f-91b816849a65 {
  text-align: center;
}







  #s-5ebffb75-3912-4edc-ad5f-91b816849a65 img.shogun-image {
    

    
    
    
  }


#s-5ebffb75-3912-4edc-ad5f-91b816849a65 .shogun-image-content {
  
    align-items: center;
  
}

#s-e2f6e101-c813-4258-9659-0f469299d21a {
  min-height: 50px;
}








#s-e2f6e101-c813-4258-9659-0f469299d21a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2f6e101-c813-4258-9659-0f469299d21a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-721f98fe-87db-4444-90d5-0aac93d5c4a4 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-721f98fe-87db-4444-90d5-0aac93d5c4a4 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 3px;
  text-align: left;
}



#s-d5624394-c3b6-44b3-b10c-b675d1917935 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-05115bef-2975-4639-a8ae-20487a128a06 {
  min-height: 50px;
}








#s-05115bef-2975-4639-a8ae-20487a128a06 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-05115bef-2975-4639-a8ae-20487a128a06.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-44204cca-7b3b-4a6a-b2eb-8636933fbf92 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-44204cca-7b3b-4a6a-b2eb-8636933fbf92 {
  padding-top: 30px;
padding-bottom: 0px;
}
}
#s-44204cca-7b3b-4a6a-b2eb-8636933fbf92 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  letter-spacing: 1px;
  
}


@media (max-width: 767px){#s-44204cca-7b3b-4a6a-b2eb-8636933fbf92 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  
}


}
#s-0361c9b7-8a70-45dd-8b25-99584c1b1809 {
  min-height: 50px;
}








#s-0361c9b7-8a70-45dd-8b25-99584c1b1809 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0361c9b7-8a70-45dd-8b25-99584c1b1809.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-325917a4-2634-4b34-942c-9a05dbd51104 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-325917a4-2634-4b34-942c-9a05dbd51104"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-325917a4-2634-4b34-942c-9a05dbd51104"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-325917a4-2634-4b34-942c-9a05dbd51104"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-325917a4-2634-4b34-942c-9a05dbd51104"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-f0410d78-c34d-4a7f-8764-d38554326987 {
  background-repeat: no-repeat;
background-size: contain;
margin-left: 0%;
margin-right: 0%;
min-height: 150px;
background-position: center center;
}








#s-f0410d78-c34d-4a7f-8764-d38554326987 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0410d78-c34d-4a7f-8764-d38554326987.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ee65e0cc-64ff-4a73-ab31-ffd2119c1b44 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-ee65e0cc-64ff-4a73-ab31-ffd2119c1b44 {
  margin-top: -20px;
padding-top: 30px;
padding-bottom: 0px;
}
}
#s-ee65e0cc-64ff-4a73-ab31-ffd2119c1b44 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: 1px;
  
}


@media (max-width: 767px){#s-ee65e0cc-64ff-4a73-ab31-ffd2119c1b44 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: 1px;
  
}


}
#s-16edcffc-86d7-4145-a973-755df41991cf {
  min-height: 50px;
}








#s-16edcffc-86d7-4145-a973-755df41991cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-16edcffc-86d7-4145-a973-755df41991cf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f6ba9555-017d-476f-8d78-a73286f73f30 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-b736e749-502f-4580-b831-3ac2384e0a3e {
  min-height: 50px;
}








#s-b736e749-502f-4580-b831-3ac2384e0a3e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b736e749-502f-4580-b831-3ac2384e0a3e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-be877386-20aa-4061-bdca-fa16ad599cdb {
  background-repeat: no-repeat;
background-size: contain;
margin-left: 0%;
margin-right: 0%;
min-height: 150px;
background-position: center center;
}








#s-be877386-20aa-4061-bdca-fa16ad599cdb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be877386-20aa-4061-bdca-fa16ad599cdb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1bfc4d98-9b8b-470e-aa23-212dca3e51a0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-1bfc4d98-9b8b-470e-aa23-212dca3e51a0 {
  margin-top: -20px;
padding-top: 30px;
padding-bottom: 0px;
}
}
#s-1bfc4d98-9b8b-470e-aa23-212dca3e51a0 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: 1px;
  
}


@media (max-width: 767px){#s-1bfc4d98-9b8b-470e-aa23-212dca3e51a0 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: 1px;
  
}


}
#s-ad9d6067-f5cf-4e96-bf5c-0f2a8ba373de {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-0ba54050-1d83-41ea-b925-dca5dffd264f {
  background-repeat: no-repeat;
background-size: contain;
margin-left: 0%;
margin-right: 0%;
min-height: 150px;
background-position: center center;
}








#s-0ba54050-1d83-41ea-b925-dca5dffd264f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ba54050-1d83-41ea-b925-dca5dffd264f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6bded836-849a-4261-8199-6e042dbee774 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-6bded836-849a-4261-8199-6e042dbee774 {
  margin-top: -20px;
padding-top: 30px;
padding-bottom: 0px;
}
}
#s-6bded836-849a-4261-8199-6e042dbee774 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: 1px;
  
}


@media (max-width: 767px){#s-6bded836-849a-4261-8199-6e042dbee774 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: 1px;
  
}


}
#s-9ae0b35f-7ea2-4bbe-a8ca-b1ce52b2bd75 {
  min-height: 50px;
}








#s-9ae0b35f-7ea2-4bbe-a8ca-b1ce52b2bd75 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ae0b35f-7ea2-4bbe-a8ca-b1ce52b2bd75.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2a48e64d-a5ea-4e97-bf73-f797f50583f5 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-cf72c165-186e-41d9-af4e-7b040837a07b {
  margin-top: 60px;
margin-left: 10%;
margin-bottom: 60px;
margin-right: 10%;
min-height: 50px;
}
@media (max-width: 767px){#s-cf72c165-186e-41d9-af4e-7b040837a07b {
  display: none;
}
#s-cf72c165-186e-41d9-af4e-7b040837a07b, #wrap-s-cf72c165-186e-41d9-af4e-7b040837a07b { display:none !important; }}







#s-cf72c165-186e-41d9-af4e-7b040837a07b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf72c165-186e-41d9-af4e-7b040837a07b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-f979ff8f-50d2-4076-bd69-14fd91822990 {
  display: none;
}
#s-f979ff8f-50d2-4076-bd69-14fd91822990, #wrap-s-f979ff8f-50d2-4076-bd69-14fd91822990 { display:none !important; }}
@media (min-width: 0px) {
[id="s-f979ff8f-50d2-4076-bd69-14fd91822990"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f979ff8f-50d2-4076-bd69-14fd91822990"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-f979ff8f-50d2-4076-bd69-14fd91822990"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-f979ff8f-50d2-4076-bd69-14fd91822990"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-f979ff8f-50d2-4076-bd69-14fd91822990"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-f979ff8f-50d2-4076-bd69-14fd91822990"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-f979ff8f-50d2-4076-bd69-14fd91822990"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 24.0px);
}

}

#s-39474f98-0d19-4dff-bc1f-2ab795661b44 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-39474f98-0d19-4dff-bc1f-2ab795661b44 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-20406366-16c8-4964-9b67-6f8799b2658c {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-5af28ed3-506f-4010-8c13-f65f4a782260 {
  min-height: 50px;
}








#s-5af28ed3-506f-4010-8c13-f65f4a782260 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5af28ed3-506f-4010-8c13-f65f4a782260.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1e184f09-0592-415c-9734-66d2361c47f8 {
  margin-left: 30%;
margin-bottom: 20px;
margin-right: 30%;
text-align: center;
}







  #s-1e184f09-0592-415c-9734-66d2361c47f8 img.shogun-image {
    

    
    
    
  }


#s-1e184f09-0592-415c-9734-66d2361c47f8 .shogun-image-content {
  
    align-items: center;
  
}

#s-24849e4a-a81c-4361-a53c-84e42155c1ae {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-24849e4a-a81c-4361-a53c-84e42155c1ae .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-d31b2d71-1936-444a-8425-dedd0a400c05 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-bff9808c-d1ed-445d-8a4e-57c6cfd0bf89 {
  min-height: 50px;
}








#s-bff9808c-d1ed-445d-8a4e-57c6cfd0bf89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bff9808c-d1ed-445d-8a4e-57c6cfd0bf89.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-30fb4d6a-bc56-4eb6-b0ae-6b0faf3e60b5 {
  margin-left: 30%;
margin-bottom: 20px;
margin-right: 30%;
text-align: center;
}







  #s-30fb4d6a-bc56-4eb6-b0ae-6b0faf3e60b5 img.shogun-image {
    

    
    
    
  }


#s-30fb4d6a-bc56-4eb6-b0ae-6b0faf3e60b5 .shogun-image-content {
  
    align-items: center;
  
}

#s-eb27262a-1f76-46c1-b135-3ed84f71d216 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-eb27262a-1f76-46c1-b135-3ed84f71d216 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-df1169b7-27a8-436d-8fa2-25962c5a7cc1 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-ce690e74-ba34-439b-bfea-fe9465f1d1a3 {
  min-height: 50px;
}








#s-ce690e74-ba34-439b-bfea-fe9465f1d1a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce690e74-ba34-439b-bfea-fe9465f1d1a3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ad437168-60c1-47ea-9981-0d390aaef36e {
  margin-left: 30%;
margin-bottom: 20px;
margin-right: 30%;
text-align: center;
}







  #s-ad437168-60c1-47ea-9981-0d390aaef36e img.shogun-image {
    

    
    
    
  }


#s-ad437168-60c1-47ea-9981-0d390aaef36e .shogun-image-content {
  
    align-items: center;
  
}

#s-bb339497-de2b-4f52-ad10-35a8198bfd5b {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-bb339497-de2b-4f52-ad10-35a8198bfd5b .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-2992ab70-2063-4a33-b4c3-e3a5caa26639 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-a0a8c43c-d298-4546-95e4-b6607235a2c4 {
  min-height: 50px;
}








#s-a0a8c43c-d298-4546-95e4-b6607235a2c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0a8c43c-d298-4546-95e4-b6607235a2c4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-55ec7cd5-4ebd-499d-962b-071e10ca634d {
  margin-left: 30%;
margin-bottom: 20px;
margin-right: 30%;
text-align: center;
}







  #s-55ec7cd5-4ebd-499d-962b-071e10ca634d img.shogun-image {
    

    
    
    
  }


#s-55ec7cd5-4ebd-499d-962b-071e10ca634d .shogun-image-content {
  
    align-items: center;
  
}

#s-1c91b324-f80f-4f8e-aa2d-420c03e77785 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-1c91b324-f80f-4f8e-aa2d-420c03e77785 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-d0a39205-248d-4036-ad8d-96e12d2b9aa9 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-a37dc04b-b3fb-473a-95de-1f7815a544db {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 20px;
}
@media (min-width: 1200px){#s-a37dc04b-b3fb-473a-95de-1f7815a544db {
  padding-top: 0px;
padding-bottom: 0px;
}
}







#s-a37dc04b-b3fb-473a-95de-1f7815a544db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a37dc04b-b3fb-473a-95de-1f7815a544db.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a1335643-573c-466d-948d-a96f42a22e52 {
  margin-top: 60px;
}

@media (min-width: 0px) {
[id="s-a1335643-573c-466d-948d-a96f42a22e52"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

}

@media (min-width: 768px) {
[id="s-a1335643-573c-466d-948d-a96f42a22e52"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

}

@media (min-width: 992px) {
[id="s-a1335643-573c-466d-948d-a96f42a22e52"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

}

@media (min-width: 1200px) {
[id="s-a1335643-573c-466d-948d-a96f42a22e52"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

}

#s-54abdf93-24f9-43c3-9de8-a7ee2c7acad4 {
  margin-right: 10%;
}

#s-54abdf93-24f9-43c3-9de8-a7ee2c7acad4 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-9abbc718-c97c-4f7a-bbe9-663c254f2317 {
  margin-top: -5px;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-9abbc718-c97c-4f7a-bbe9-663c254f2317 {
  padding-bottom: 0px;
}
}
#s-9abbc718-c97c-4f7a-bbe9-663c254f2317 .shogun-heading-component h6 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 1px;
  
}


@media (max-width: 767px){#s-9abbc718-c97c-4f7a-bbe9-663c254f2317 .shogun-heading-component h6 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 1px;
  
}


}
#s-f69cc9e0-9167-4410-9c9b-eda1d56572c5 {
  margin-left: 10%;
}

#s-f69cc9e0-9167-4410-9c9b-eda1d56572c5 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-a6f59a14-d1b3-4a5d-8392-ddca2abaac2a {
  margin-top: 40px;
margin-left: 15%;
margin-right: 15%;
}

@media (min-width: 0px) {
[id="s-a6f59a14-d1b3-4a5d-8392-ddca2abaac2a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a6f59a14-d1b3-4a5d-8392-ddca2abaac2a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a6f59a14-d1b3-4a5d-8392-ddca2abaac2a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a6f59a14-d1b3-4a5d-8392-ddca2abaac2a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-140fa0a0-1f90-4c39-908e-4d9312009469 {
  min-height: 20px;
background-color: rgba(250, 250, 250, 1);
}








#s-140fa0a0-1f90-4c39-908e-4d9312009469 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-140fa0a0-1f90-4c39-908e-4d9312009469.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b3d5fee1-0b51-4c64-a5a4-b15798382999 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}
@media (max-width: 767px){#s-b3d5fee1-0b51-4c64-a5a4-b15798382999 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-b50b01a7-0946-490a-b986-4dab3f35bd72 {
  display: none;
}
#s-45f4087b-00a1-42bb-b8d1-43547badd429 {
  max-width: 1200px;
aspect-ratio: 1200/1500;
text-align: center;
}





  #s-45f4087b-00a1-42bb-b8d1-43547badd429 img.shogun-image,
  #s-45f4087b-00a1-42bb-b8d1-43547badd429 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-45f4087b-00a1-42bb-b8d1-43547badd429 {
    width: 100%;
    height: auto;
  }



  #s-45f4087b-00a1-42bb-b8d1-43547badd429 img.shogun-image {
    

    
    
    
  }


#s-45f4087b-00a1-42bb-b8d1-43547badd429 .shogun-image-content {
  
    align-items: center;
  
}

#s-816bfab5-ad5d-4c4d-802a-c9f556707000 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-816bfab5-ad5d-4c4d-802a-c9f556707000 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-8526ce3a-5e34-4e1b-844b-067b4835e082 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
min-height: 130px;
}

#s-e909ab9d-4080-4b03-ad05-0c8ac921e28d {
  margin-top: -10px;
margin-bottom: -10px;
}

#s-e909ab9d-4080-4b03-ad05-0c8ac921e28d hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-8de4eb87-6649-46ab-9037-056c9b4a0c14 {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-8de4eb87-6649-46ab-9037-056c9b4a0c14"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-8de4eb87-6649-46ab-9037-056c9b4a0c14"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8de4eb87-6649-46ab-9037-056c9b4a0c14"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8de4eb87-6649-46ab-9037-056c9b4a0c14"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8de4eb87-6649-46ab-9037-056c9b4a0c14"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8de4eb87-6649-46ab-9037-056c9b4a0c14"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8de4eb87-6649-46ab-9037-056c9b4a0c14"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-28e4c448-161b-4bf2-87c8-b3e8c3552335 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: -10px;
}

#s-46f994d8-3bb3-43b0-a505-94229bb132d0 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-860e7125-9f61-4eab-a3b4-3b95da23e0c5 {
  margin-top: 12px;
margin-left: -10px;
margin-bottom: 10px;
text-align: left;
}

#s-860e7125-9f61-4eab-a3b4-3b95da23e0c5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-860e7125-9f61-4eab-a3b4-3b95da23e0c5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-860e7125-9f61-4eab-a3b4-3b95da23e0c5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2cc29882-fed0-4433-8c2e-e852c2749a0a {
  min-height: 20px;
background-color: rgba(0, 0, 0, 1);
}








#s-2cc29882-fed0-4433-8c2e-e852c2749a0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2cc29882-fed0-4433-8c2e-e852c2749a0a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-14f7efa9-6ed2-42ad-8d53-4ff628e1d249 {
  padding-top: 10px;
padding-left: 30%;
padding-bottom: 10px;
padding-right: 30%;
border-radius: 2px;
max-width: 600px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
}
#s-14f7efa9-6ed2-42ad-8d53-4ff628e1d249:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-14f7efa9-6ed2-42ad-8d53-4ff628e1d249:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-14f7efa9-6ed2-42ad-8d53-4ff628e1d249 {
  padding-left: 10%;
padding-right: 10%;
}
}


#s-14f7efa9-6ed2-42ad-8d53-4ff628e1d249 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-14f7efa9-6ed2-42ad-8d53-4ff628e1d249.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-14f7efa9-6ed2-42ad-8d53-4ff628e1d249.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Futura;
  display:  inline-block ;
}

#s-14f7efa9-6ed2-42ad-8d53-4ff628e1d249.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-f6a48952-5797-49e4-a848-c50789c447fb {
  min-height: 20px;
background-color: rgba(250, 250, 250, 1);
}
@media (max-width: 767px){#s-f6a48952-5797-49e4-a848-c50789c447fb {
  margin-top: 50px;
}
}







#s-f6a48952-5797-49e4-a848-c50789c447fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f6a48952-5797-49e4-a848-c50789c447fb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-823a95a7-14bd-4f55-aad0-80b40dd6881b {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}
@media (max-width: 767px){#s-823a95a7-14bd-4f55-aad0-80b40dd6881b {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-3541df6f-7ffa-4040-8f7e-eaf126c198c2 {
  display: none;
}
#s-847ddd4a-b230-47de-88cd-2cb6e9755da3 {
  max-width: 800px;
aspect-ratio: 800/1000;
text-align: center;
}





  #s-847ddd4a-b230-47de-88cd-2cb6e9755da3 img.shogun-image,
  #s-847ddd4a-b230-47de-88cd-2cb6e9755da3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-847ddd4a-b230-47de-88cd-2cb6e9755da3 {
    width: 100%;
    height: auto;
  }



  #s-847ddd4a-b230-47de-88cd-2cb6e9755da3 img.shogun-image {
    

    
    
    
  }


#s-847ddd4a-b230-47de-88cd-2cb6e9755da3 .shogun-image-content {
  
    align-items: center;
  
}

#s-bc503e62-0414-4394-b121-de9b82018543 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-bc503e62-0414-4394-b121-de9b82018543 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-88988189-1b6d-410c-82b8-1cb2df755a1f {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
min-height: 130px;
}

#s-47a719e1-fa3c-4b99-918d-edbe2369738b {
  margin-top: -10px;
margin-bottom: -10px;
}

#s-47a719e1-fa3c-4b99-918d-edbe2369738b hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-4efa7aa7-3c7a-4c7a-b5d2-018cd1b990cf {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-4efa7aa7-3c7a-4c7a-b5d2-018cd1b990cf"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-4efa7aa7-3c7a-4c7a-b5d2-018cd1b990cf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4efa7aa7-3c7a-4c7a-b5d2-018cd1b990cf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4efa7aa7-3c7a-4c7a-b5d2-018cd1b990cf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4efa7aa7-3c7a-4c7a-b5d2-018cd1b990cf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4efa7aa7-3c7a-4c7a-b5d2-018cd1b990cf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4efa7aa7-3c7a-4c7a-b5d2-018cd1b990cf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-71980021-2bdb-40b9-b8eb-8164a9354081 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: -10px;
}

#s-77c662c9-1d9e-48d3-82e7-0ece44759993 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-2f0fc9cc-203b-4c75-950f-33cad7fb0544 {
  margin-top: 12px;
margin-left: -10px;
margin-bottom: 10px;
text-align: left;
}

#s-2f0fc9cc-203b-4c75-950f-33cad7fb0544 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2f0fc9cc-203b-4c75-950f-33cad7fb0544 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-2f0fc9cc-203b-4c75-950f-33cad7fb0544 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8cff6ace-c39b-42f5-bcc3-74856e81cabc {
  min-height: 20px;
background-color: rgba(0, 0, 0, 1);
}








#s-8cff6ace-c39b-42f5-bcc3-74856e81cabc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8cff6ace-c39b-42f5-bcc3-74856e81cabc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6eb68432-74cd-4a13-87d8-03a77bf2b40a {
  padding-top: 10px;
padding-left: 30%;
padding-bottom: 10px;
padding-right: 30%;
border-radius: 2px;
max-width: 600px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
}
#s-6eb68432-74cd-4a13-87d8-03a77bf2b40a:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6eb68432-74cd-4a13-87d8-03a77bf2b40a:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-6eb68432-74cd-4a13-87d8-03a77bf2b40a {
  padding-left: 10%;
padding-right: 10%;
}
}


#s-6eb68432-74cd-4a13-87d8-03a77bf2b40a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6eb68432-74cd-4a13-87d8-03a77bf2b40a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6eb68432-74cd-4a13-87d8-03a77bf2b40a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Futura;
  display:  inline-block ;
}

#s-6eb68432-74cd-4a13-87d8-03a77bf2b40a.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-8646a07b-80a8-4d85-8354-c4b1af593941 {
  min-height: 20px;
background-color: rgba(250, 250, 250, 1);
}
@media (max-width: 767px){#s-8646a07b-80a8-4d85-8354-c4b1af593941 {
  margin-top: 50px;
margin-bottom: 50px;
}
}







#s-8646a07b-80a8-4d85-8354-c4b1af593941 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8646a07b-80a8-4d85-8354-c4b1af593941.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9d54bdf9-8ec4-453c-9124-4df459de6f84 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}
@media (max-width: 767px){#s-9d54bdf9-8ec4-453c-9124-4df459de6f84 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-a58fea91-5be8-46f2-94eb-fb3132360b1e {
  display: none;
}
#s-e930ed16-4238-4212-a1da-ba85c415494e {
  max-width: 800px;
aspect-ratio: 800/1000;
text-align: center;
}





  #s-e930ed16-4238-4212-a1da-ba85c415494e img.shogun-image,
  #s-e930ed16-4238-4212-a1da-ba85c415494e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e930ed16-4238-4212-a1da-ba85c415494e {
    width: 100%;
    height: auto;
  }



  #s-e930ed16-4238-4212-a1da-ba85c415494e img.shogun-image {
    

    
    
    
  }


#s-e930ed16-4238-4212-a1da-ba85c415494e .shogun-image-content {
  
    align-items: center;
  
}

#s-3cf69f33-f2d2-44f9-aa72-e316ac49c2da {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-3cf69f33-f2d2-44f9-aa72-e316ac49c2da {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-ddd71d52-8121-4efe-afa7-bf3a8b748adb {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
min-height: 130px;
}

#s-a634ec4e-84a8-4335-8135-6e058b45b11a {
  margin-top: -10px;
margin-bottom: -10px;
}

#s-a634ec4e-84a8-4335-8135-6e058b45b11a hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-6cfa5ae1-6a49-4872-90d5-116d69322259 {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-6cfa5ae1-6a49-4872-90d5-116d69322259"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-6cfa5ae1-6a49-4872-90d5-116d69322259"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6cfa5ae1-6a49-4872-90d5-116d69322259"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6cfa5ae1-6a49-4872-90d5-116d69322259"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6cfa5ae1-6a49-4872-90d5-116d69322259"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6cfa5ae1-6a49-4872-90d5-116d69322259"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6cfa5ae1-6a49-4872-90d5-116d69322259"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-6abc2626-821d-4851-b846-0d5fc77fd64b {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: -10px;
}

#s-c99c58f8-47ec-4a10-ad69-0043bfb00a91 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-b1e21d28-8a8f-47fc-a340-00c559f353fc {
  margin-top: 12px;
margin-left: -10px;
margin-bottom: 10px;
text-align: left;
}

#s-b1e21d28-8a8f-47fc-a340-00c559f353fc .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b1e21d28-8a8f-47fc-a340-00c559f353fc .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-b1e21d28-8a8f-47fc-a340-00c559f353fc .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-21cbdc02-1814-4c78-a837-a9bfc610877c {
  min-height: 20px;
background-color: rgba(0, 0, 0, 1);
}








#s-21cbdc02-1814-4c78-a837-a9bfc610877c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21cbdc02-1814-4c78-a837-a9bfc610877c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-00c1aeac-08e1-4ae8-ae34-a325569a9e10 {
  padding-top: 10px;
padding-left: 30%;
padding-bottom: 10px;
padding-right: 30%;
border-radius: 2px;
max-width: 600px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
}
#s-00c1aeac-08e1-4ae8-ae34-a325569a9e10:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-00c1aeac-08e1-4ae8-ae34-a325569a9e10:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-00c1aeac-08e1-4ae8-ae34-a325569a9e10 {
  padding-left: 10%;
padding-right: 10%;
}
}


#s-00c1aeac-08e1-4ae8-ae34-a325569a9e10 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-00c1aeac-08e1-4ae8-ae34-a325569a9e10.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-00c1aeac-08e1-4ae8-ae34-a325569a9e10.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Futura;
  display:  inline-block ;
}

#s-00c1aeac-08e1-4ae8-ae34-a325569a9e10.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



/*
  $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:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{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,.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:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.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}