.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-0312d221-5ec4-4c91-8cf1-3c469fafb796 {
  min-height: 50px;
}








#s-0312d221-5ec4-4c91-8cf1-3c469fafb796 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0312d221-5ec4-4c91-8cf1-3c469fafb796.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-591bd93b-0317-42d7-974d-db735a846ec7 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-591bd93b-0317-42d7-974d-db735a846ec7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-591bd93b-0317-42d7-974d-db735a846ec7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-591bd93b-0317-42d7-974d-db735a846ec7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-591bd93b-0317-42d7-974d-db735a846ec7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-591bd93b-0317-42d7-974d-db735a846ec7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-591bd93b-0317-42d7-974d-db735a846ec7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-591bd93b-0317-42d7-974d-db735a846ec7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

}

@media (max-width: 767px) {
  [id="s-591bd93b-0317-42d7-974d-db735a846ec7"] > .shg-row {
    flex-flow: column-reverse;
  }
}

.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-3bf3718e-e464-4716-8f73-0ec2c9f67519 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3bf3718e-e464-4716-8f73-0ec2c9f67519 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (max-width: 767px){#s-3bf3718e-e464-4716-8f73-0ec2c9f67519 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
.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-54a3f4a0-4d90-4440-a3d7-1e68d70337ce {
  margin-left: 20px;
margin-right: 20px;
}

#s-ede5f903-3a5e-4306-adbe-02624f0abde2 {
  margin-left: 15%;
margin-bottom: 40px;
margin-right: 15%;
}
@media (min-width: 768px) and (max-width: 991px){#s-ede5f903-3a5e-4306-adbe-02624f0abde2 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-ede5f903-3a5e-4306-adbe-02624f0abde2 {
  margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-ede5f903-3a5e-4306-adbe-02624f0abde2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-ede5f903-3a5e-4306-adbe-02624f0abde2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-ede5f903-3a5e-4306-adbe-02624f0abde2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-ede5f903-3a5e-4306-adbe-02624f0abde2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

#s-1607a758-f665-42cd-a174-0364448120a8 {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-1607a758-f665-42cd-a174-0364448120a8 .shogun-icon-wrapper {
  text-align: center;
}


#s-1607a758-f665-42cd-a174-0364448120a8 .shogun-icon-wrapper > .shogun-icon {

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

#s-5c371935-c634-4404-949b-06c37482ece4 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-5c371935-c634-4404-949b-06c37482ece4 .shogun-heading-component h3 {
  color: rgba(35, 31, 32, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-08bc9194-db86-4200-b624-9dc00a86fce0 {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-08bc9194-db86-4200-b624-9dc00a86fce0 .shogun-icon-wrapper {
  text-align: center;
}


#s-08bc9194-db86-4200-b624-9dc00a86fce0 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(212, 212, 212, 1);
}

#s-9dea28e2-48ef-4d90-82db-fe7aca6ebe3a {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-9dea28e2-48ef-4d90-82db-fe7aca6ebe3a .shogun-heading-component h3 {
  color: rgba(35, 31, 32, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-ba558999-03f7-4392-b6ba-9fa71f8c667f {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-ba558999-03f7-4392-b6ba-9fa71f8c667f .shogun-icon-wrapper {
  text-align: center;
}


#s-ba558999-03f7-4392-b6ba-9fa71f8c667f .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(212, 212, 212, 1);
}

#s-564273a0-2b74-4b70-91b6-eb4c34d40410 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-564273a0-2b74-4b70-91b6-eb4c34d40410 .shogun-heading-component h3 {
  color: rgba(35, 31, 32, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-1dd57758-90ef-4f58-a8a4-73a054bb15cb {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-1dd57758-90ef-4f58-a8a4-73a054bb15cb .shogun-icon-wrapper {
  text-align: center;
}


#s-1dd57758-90ef-4f58-a8a4-73a054bb15cb .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(212, 212, 212, 1);
}

#s-1f187282-b278-49e6-9083-8eec4cf5fb62 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-1f187282-b278-49e6-9083-8eec4cf5fb62 .shogun-heading-component h3 {
  color: rgba(35, 31, 32, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-4dffd572-0e44-46f5-9015-c116f6bf6be3 {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-4dffd572-0e44-46f5-9015-c116f6bf6be3 .shogun-icon-wrapper {
  text-align: center;
}


#s-4dffd572-0e44-46f5-9015-c116f6bf6be3 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(212, 212, 212, 1);
}

#s-3c846d6a-3557-460c-8d30-6155481dba2e {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-3c846d6a-3557-460c-8d30-6155481dba2e .shogun-heading-component h3 {
  color: rgba(35, 31, 32, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-71a014b1-eb83-4974-bee8-7d2d16ca93e0 {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-71a014b1-eb83-4974-bee8-7d2d16ca93e0 .shogun-icon-wrapper {
  text-align: center;
}


#s-71a014b1-eb83-4974-bee8-7d2d16ca93e0 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(212, 212, 212, 1);
}

#s-4c177f7d-8d29-48ed-b5f6-835f8abd7dd0 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-4c177f7d-8d29-48ed-b5f6-835f8abd7dd0 .shogun-heading-component h3 {
  color: rgba(35, 31, 32, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-ea84d356-b08b-4e21-9f62-b825c0572607 {
  min-height: 50px;
}








#s-ea84d356-b08b-4e21-9f62-b825c0572607 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea84d356-b08b-4e21-9f62-b825c0572607.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2d794a7c-e73b-4770-b9d0-30e6947127bd {
  margin-bottom: 20px;
padding-top: 20px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-2d794a7c-e73b-4770-b9d0-30e6947127bd {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-2d794a7c-e73b-4770-b9d0-30e6947127bd {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-2d794a7c-e73b-4770-b9d0-30e6947127bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d794a7c-e73b-4770-b9d0-30e6947127bd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-b2349858-2fff-46c4-8225-92332d7fbf6c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b2349858-2fff-46c4-8225-92332d7fbf6c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-b2349858-2fff-46c4-8225-92332d7fbf6c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-b2349858-2fff-46c4-8225-92332d7fbf6c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (max-width: 767px) {
  [id="s-b2349858-2fff-46c4-8225-92332d7fbf6c"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-8f3660cc-4b74-4ccf-b4f1-6cb4b36413ca {
  margin-top: 30px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-8f3660cc-4b74-4ccf-b4f1-6cb4b36413ca {
  margin-top: 0px;
}
}
#s-8f3660cc-4b74-4ccf-b4f1-6cb4b36413ca .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (max-width: 767px){#s-8f3660cc-4b74-4ccf-b4f1-6cb4b36413ca .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-4ceed438-5075-4dc5-8467-a6e4be7a9d9e {
  margin-left: 20px;
margin-right: 20px;
}

.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-3719852a-ddf9-40fc-bb77-2b6560c1679e {
  text-align: center;
}







  #s-3719852a-ddf9-40fc-bb77-2b6560c1679e img.shogun-image {
    

    
    
    
  }


#s-3719852a-ddf9-40fc-bb77-2b6560c1679e .shogun-image-content {
  
    align-items: center;
  
}

#s-f92f55e1-a702-4526-896b-e01360f4ff0d {
  margin-bottom: 20px;
padding-top: 20px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-f92f55e1-a702-4526-896b-e01360f4ff0d {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-f92f55e1-a702-4526-896b-e01360f4ff0d {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-f92f55e1-a702-4526-896b-e01360f4ff0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f92f55e1-a702-4526-896b-e01360f4ff0d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-9342d3aa-24b4-4d79-82d0-6be82d7ecb1d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9342d3aa-24b4-4d79-82d0-6be82d7ecb1d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-9342d3aa-24b4-4d79-82d0-6be82d7ecb1d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-9342d3aa-24b4-4d79-82d0-6be82d7ecb1d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-de9ed839-6dda-4b55-bd4b-9883e1313fb5 {
  text-align: center;
}







  #s-de9ed839-6dda-4b55-bd4b-9883e1313fb5 img.shogun-image {
    

    
    
    
  }


#s-de9ed839-6dda-4b55-bd4b-9883e1313fb5 .shogun-image-content {
  
    align-items: center;
  
}

#s-b81cf8a0-079f-4b59-a27a-c74bb555ab06 {
  margin-top: 30px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-b81cf8a0-079f-4b59-a27a-c74bb555ab06 {
  margin-top: 0px;
}
}
#s-b81cf8a0-079f-4b59-a27a-c74bb555ab06 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (max-width: 767px){#s-b81cf8a0-079f-4b59-a27a-c74bb555ab06 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-d4cf3a73-9d44-4a5f-82f5-d01d507bd540 {
  margin-left: 20px;
margin-right: 20px;
}

#s-1bee39df-3889-41da-8db7-dac1406d75c6 {
  margin-bottom: 20px;
padding-top: 20px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-1bee39df-3889-41da-8db7-dac1406d75c6 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-1bee39df-3889-41da-8db7-dac1406d75c6 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-1bee39df-3889-41da-8db7-dac1406d75c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1bee39df-3889-41da-8db7-dac1406d75c6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c72ba655-814c-4587-84d8-1231140457e0 {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-c72ba655-814c-4587-84d8-1231140457e0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c72ba655-814c-4587-84d8-1231140457e0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-c72ba655-814c-4587-84d8-1231140457e0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-c72ba655-814c-4587-84d8-1231140457e0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (max-width: 767px) {
  [id="s-c72ba655-814c-4587-84d8-1231140457e0"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-dbbb3757-01b6-4a84-a044-9dd34f15566a {
  margin-top: 30px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-dbbb3757-01b6-4a84-a044-9dd34f15566a {
  margin-top: 0px;
}
}
#s-dbbb3757-01b6-4a84-a044-9dd34f15566a .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (max-width: 767px){#s-dbbb3757-01b6-4a84-a044-9dd34f15566a .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-d3d9d885-3a6f-4e4d-886c-b24877577ee7 {
  margin-left: 20px;
margin-right: 20px;
}

#s-07c19407-cb9f-4497-a913-0523fe72d6cf {
  text-align: center;
}







  #s-07c19407-cb9f-4497-a913-0523fe72d6cf img.shogun-image {
    

    
    
    
  }


#s-07c19407-cb9f-4497-a913-0523fe72d6cf .shogun-image-content {
  
    align-items: center;
  
}

#s-2d46630c-7197-4745-8e85-347dd9323327 {
  margin-bottom: 20px;
padding-top: 20px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-2d46630c-7197-4745-8e85-347dd9323327 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-2d46630c-7197-4745-8e85-347dd9323327 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-2d46630c-7197-4745-8e85-347dd9323327 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d46630c-7197-4745-8e85-347dd9323327.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0eac50c4-1b57-4772-92ed-6a56636258e0 {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-0eac50c4-1b57-4772-92ed-6a56636258e0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0eac50c4-1b57-4772-92ed-6a56636258e0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-0eac50c4-1b57-4772-92ed-6a56636258e0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-0eac50c4-1b57-4772-92ed-6a56636258e0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (max-width: 767px) {
  [id="s-0eac50c4-1b57-4772-92ed-6a56636258e0"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-61abf1a2-782b-4eb2-a15f-5bd97bb4d7ce {
  text-align: center;
}







  #s-61abf1a2-782b-4eb2-a15f-5bd97bb4d7ce img.shogun-image {
    

    
    
    
  }


#s-61abf1a2-782b-4eb2-a15f-5bd97bb4d7ce .shogun-image-content {
  
    align-items: center;
  
}

#s-e25d8fc2-8a4d-4323-b7b5-295511d84081 {
  margin-top: 30px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-e25d8fc2-8a4d-4323-b7b5-295511d84081 {
  margin-top: 0px;
}
}
#s-e25d8fc2-8a4d-4323-b7b5-295511d84081 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (max-width: 767px){#s-e25d8fc2-8a4d-4323-b7b5-295511d84081 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-687ee838-6464-4c80-8093-8c2d7290397e {
  margin-left: 20px;
margin-right: 20px;
}

#s-92347e0b-76a9-48c8-b922-ca16989801b7 {
  margin-bottom: 20px;
padding-top: 20px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-92347e0b-76a9-48c8-b922-ca16989801b7 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-92347e0b-76a9-48c8-b922-ca16989801b7 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-92347e0b-76a9-48c8-b922-ca16989801b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-92347e0b-76a9-48c8-b922-ca16989801b7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-23757c2e-c47b-4928-9175-e7a6c3eb710c {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-23757c2e-c47b-4928-9175-e7a6c3eb710c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-23757c2e-c47b-4928-9175-e7a6c3eb710c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-23757c2e-c47b-4928-9175-e7a6c3eb710c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-23757c2e-c47b-4928-9175-e7a6c3eb710c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (max-width: 767px) {
  [id="s-23757c2e-c47b-4928-9175-e7a6c3eb710c"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-cfbf7bae-f356-4372-9fb2-3ddd0fe70c18 {
  margin-top: 30px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-cfbf7bae-f356-4372-9fb2-3ddd0fe70c18 {
  margin-top: 0px;
}
}
#s-cfbf7bae-f356-4372-9fb2-3ddd0fe70c18 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (max-width: 767px){#s-cfbf7bae-f356-4372-9fb2-3ddd0fe70c18 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-5d628d6c-7aa5-49a1-b3f2-37561725681e {
  margin-left: 20px;
margin-right: 20px;
}

#s-76e133c2-f270-4c71-b42b-c0319da51c88 {
  text-align: center;
}







  #s-76e133c2-f270-4c71-b42b-c0319da51c88 img.shogun-image {
    

    
    
    
  }


#s-76e133c2-f270-4c71-b42b-c0319da51c88 .shogun-image-content {
  
    align-items: center;
  
}

#s-032d79c4-d1ef-4e2f-9cde-e1135aab4c1d {
  margin-bottom: 20px;
padding-top: 20px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-032d79c4-d1ef-4e2f-9cde-e1135aab4c1d {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-032d79c4-d1ef-4e2f-9cde-e1135aab4c1d {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-032d79c4-d1ef-4e2f-9cde-e1135aab4c1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-032d79c4-d1ef-4e2f-9cde-e1135aab4c1d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7a428e0f-c326-4277-b60e-b4e5fb32fb5a {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-7a428e0f-c326-4277-b60e-b4e5fb32fb5a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7a428e0f-c326-4277-b60e-b4e5fb32fb5a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-7a428e0f-c326-4277-b60e-b4e5fb32fb5a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-7a428e0f-c326-4277-b60e-b4e5fb32fb5a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-db055587-08b5-437f-9c27-ccfa1b65bbe7 {
  text-align: center;
}







  #s-db055587-08b5-437f-9c27-ccfa1b65bbe7 img.shogun-image {
    

    
    
    
  }


#s-db055587-08b5-437f-9c27-ccfa1b65bbe7 .shogun-image-content {
  
    align-items: center;
  
}

#s-94e70069-3397-420b-bae9-12aeaea9a3af {
  margin-top: 30px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-94e70069-3397-420b-bae9-12aeaea9a3af {
  margin-top: 0px;
}
}
#s-94e70069-3397-420b-bae9-12aeaea9a3af .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (max-width: 767px){#s-94e70069-3397-420b-bae9-12aeaea9a3af .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-0baf02eb-d08c-49b8-8132-89cbf8dd6ca2 {
  margin-left: 20px;
margin-right: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-cef14712-870c-45c8-8c38-c5a67aaa0600 {
  margin-left: 10px;
margin-right: 10px;
}

#s-cef14712-870c-45c8-8c38-c5a67aaa0600 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(212, 212, 212, 1);
}

#s-cef14712-870c-45c8-8c38-c5a67aaa0600 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 1);
  padding: 12px;
}

#s-cef14712-870c-45c8-8c38-c5a67aaa0600 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(208, 44, 48, 1);
}

#s-cef14712-870c-45c8-8c38-c5a67aaa0600 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(212, 212, 212, 1);
}

#s-cef14712-870c-45c8-8c38-c5a67aaa0600 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(208, 44, 48, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-cef14712-870c-45c8-8c38-c5a67aaa0600 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
@media (min-width: 0px) {
[id="s-852bb02f-ce07-47e2-a4ea-101314bf47db"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-852bb02f-ce07-47e2-a4ea-101314bf47db"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-852bb02f-ce07-47e2-a4ea-101314bf47db"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-852bb02f-ce07-47e2-a4ea-101314bf47db"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-852bb02f-ce07-47e2-a4ea-101314bf47db"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-852bb02f-ce07-47e2-a4ea-101314bf47db"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-852bb02f-ce07-47e2-a4ea-101314bf47db"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

#s-71c8aae1-2e29-47f2-baa6-8913a78c789c {
  text-align: center;
}







  #s-71c8aae1-2e29-47f2-baa6-8913a78c789c img.shogun-image {
    

    
    
    
  }


#s-71c8aae1-2e29-47f2-baa6-8913a78c789c .shogun-image-content {
  
    align-items: center;
  
}

#s-f3107015-36ce-4c63-a9ce-3bd6a93900d7 {
  margin-left: 20px;
margin-right: 20px;
}

#s-fbd6271b-64d7-4e38-b9e0-391009b09177 {
  padding-top: 20px;
padding-left: 25px;
padding-bottom: 20px;
padding-right: 25px;
min-height: 50px;
}








#s-fbd6271b-64d7-4e38-b9e0-391009b09177 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fbd6271b-64d7-4e38-b9e0-391009b09177.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-48708766-530e-4292-a7fb-6d38d5b63b91"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-48708766-530e-4292-a7fb-6d38d5b63b91"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-48708766-530e-4292-a7fb-6d38d5b63b91"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-48708766-530e-4292-a7fb-6d38d5b63b91"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

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

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

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

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

#s-6ed07e98-377b-4486-80f3-6761aa07bc08 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-6ed07e98-377b-4486-80f3-6761aa07bc08"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6ed07e98-377b-4486-80f3-6761aa07bc08"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-6ed07e98-377b-4486-80f3-6761aa07bc08"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-6ed07e98-377b-4486-80f3-6761aa07bc08"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-47450fe1-438c-4a40-bf91-bb5a6f240495 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-47450fe1-438c-4a40-bf91-bb5a6f240495 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-0a63529b-67dd-4c6e-8daa-48cce2452971 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-0a63529b-67dd-4c6e-8daa-48cce2452971 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a63529b-67dd-4c6e-8daa-48cce2452971.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c0fcd9bb-8594-4da0-8a86-03b21b3d3840 {
  min-height: 50px;
}








#s-c0fcd9bb-8594-4da0-8a86-03b21b3d3840 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0fcd9bb-8594-4da0-8a86-03b21b3d3840.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ccee4ed0-0e7f-4c1f-ad3a-d23522260c98 {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(212, 212, 212, 0);
border-radius: 0px;
background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-ccee4ed0-0e7f-4c1f-ad3a-d23522260c98"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-ccee4ed0-0e7f-4c1f-ad3a-d23522260c98"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ccee4ed0-0e7f-4c1f-ad3a-d23522260c98"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ccee4ed0-0e7f-4c1f-ad3a-d23522260c98"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-52f6bc61-df64-41b1-ac3f-5d5c10ad56b1 {
  
}

#s-6f75bc0a-7b5b-4a13-b6f0-23de32524de2 {
  
}

#s-b81f8191-8f08-4e1c-8367-32b7b4b56ee8 {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(212, 212, 212, 0);
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-b81f8191-8f08-4e1c-8367-32b7b4b56ee8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-b81f8191-8f08-4e1c-8367-32b7b4b56ee8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b81f8191-8f08-4e1c-8367-32b7b4b56ee8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b81f8191-8f08-4e1c-8367-32b7b4b56ee8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-7a3810a7-51f4-4c4e-b5cf-8c8001a60fda {
  
}

#s-a3d54a9c-a4ae-48e5-8ea6-9dc862ebf659 {
  
}

#s-eaf1b5d7-c620-493d-b9e5-e0154073ec0b {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(212, 212, 212, 0);
background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-eaf1b5d7-c620-493d-b9e5-e0154073ec0b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-eaf1b5d7-c620-493d-b9e5-e0154073ec0b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-eaf1b5d7-c620-493d-b9e5-e0154073ec0b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-eaf1b5d7-c620-493d-b9e5-e0154073ec0b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-d175478e-060e-44d0-960b-4d60d3219604 {
  
}

#s-21ab5eaa-4191-45a5-a013-33dbf8f91d2f {
  
}

#s-29e561be-16f2-4f7d-8fcd-6e39813e075e {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-29e561be-16f2-4f7d-8fcd-6e39813e075e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-29e561be-16f2-4f7d-8fcd-6e39813e075e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-29e561be-16f2-4f7d-8fcd-6e39813e075e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-29e561be-16f2-4f7d-8fcd-6e39813e075e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-16c13f57-4ba2-495f-b7ac-1eb7d5cf5880 {
  
}

#s-ea2e737e-ab9a-4067-b8fb-e69e3822aa2b {
  
}

#s-7a1ee4ea-afd3-4603-8566-47706f1ee154 {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-7a1ee4ea-afd3-4603-8566-47706f1ee154"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-7a1ee4ea-afd3-4603-8566-47706f1ee154"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7a1ee4ea-afd3-4603-8566-47706f1ee154"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7a1ee4ea-afd3-4603-8566-47706f1ee154"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-62611e90-48ab-409e-8924-ee88fcd70bfc {
  
}

#s-f382f096-bf27-489a-a514-a9a8161ff454 {
  
}

#s-79e255b0-93ca-42fc-80e3-6946ef3ec21f {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-79e255b0-93ca-42fc-80e3-6946ef3ec21f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-79e255b0-93ca-42fc-80e3-6946ef3ec21f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-79e255b0-93ca-42fc-80e3-6946ef3ec21f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-79e255b0-93ca-42fc-80e3-6946ef3ec21f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-510fde64-513c-445b-a8dd-9d0d4cba38d8 {
  
}

#s-021e5dc3-bd80-42e0-97c4-80c139286397 {
  
}

#s-6947a0e4-bb19-4bb6-8eed-286efe1e53e3 {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-6947a0e4-bb19-4bb6-8eed-286efe1e53e3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-6947a0e4-bb19-4bb6-8eed-286efe1e53e3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6947a0e4-bb19-4bb6-8eed-286efe1e53e3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6947a0e4-bb19-4bb6-8eed-286efe1e53e3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-5329eb66-a0d4-4b2b-9a89-0919a7aac07f {
  
}

#s-042b34cd-c7a8-4559-9573-9791887dfcab {
  
}

#s-e33b419c-aef3-4c1a-a1c7-c13599d1e262 {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-e33b419c-aef3-4c1a-a1c7-c13599d1e262"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-e33b419c-aef3-4c1a-a1c7-c13599d1e262"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e33b419c-aef3-4c1a-a1c7-c13599d1e262"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e33b419c-aef3-4c1a-a1c7-c13599d1e262"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-38d116ec-dba3-40ed-b0e4-a1225a48da17 {
  
}

#s-bf395350-69d6-48b0-870f-b26badac3483 {
  
}

#s-89e74330-b768-46df-a152-c831ab129d64 {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-89e74330-b768-46df-a152-c831ab129d64"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-89e74330-b768-46df-a152-c831ab129d64"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-89e74330-b768-46df-a152-c831ab129d64"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-89e74330-b768-46df-a152-c831ab129d64"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-90bce375-b634-4770-9ee3-16a136498a18 {
  
}

#s-c3a2bb8a-eb4a-4e85-bd03-15bfeed85712 {
  
}

#s-6261919e-fc64-45f3-a8fd-340aa608e411 {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-6261919e-fc64-45f3-a8fd-340aa608e411"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-6261919e-fc64-45f3-a8fd-340aa608e411"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6261919e-fc64-45f3-a8fd-340aa608e411"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6261919e-fc64-45f3-a8fd-340aa608e411"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-8d8ad9c0-32d0-4228-8473-6cd344759d88 {
  
}

#s-1a761c4e-dadf-4637-832b-41d448a685e8 {
  
}

#s-5b87cc61-d301-4ec2-945e-811101eaea88 {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-5b87cc61-d301-4ec2-945e-811101eaea88"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-5b87cc61-d301-4ec2-945e-811101eaea88"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5b87cc61-d301-4ec2-945e-811101eaea88"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5b87cc61-d301-4ec2-945e-811101eaea88"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-65769cb5-1aff-4d9b-9f6e-fe19ffbffaa7 {
  
}

#s-b5e9895a-0b57-4809-ac77-1cb9e6900a10 {
  
}

#s-f9638ff1-4ada-420b-895f-637688a2df74 {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-f9638ff1-4ada-420b-895f-637688a2df74"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-f9638ff1-4ada-420b-895f-637688a2df74"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f9638ff1-4ada-420b-895f-637688a2df74"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f9638ff1-4ada-420b-895f-637688a2df74"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-76f701cd-7b28-43bc-a2ad-79d19ca35899 {
  
}

#s-0896a6d2-6bb6-470c-b002-da28596225f7 {
  
}

#s-5bd50df6-3b10-438a-a5dd-d6f318e4457a {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-5bd50df6-3b10-438a-a5dd-d6f318e4457a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-5bd50df6-3b10-438a-a5dd-d6f318e4457a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5bd50df6-3b10-438a-a5dd-d6f318e4457a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5bd50df6-3b10-438a-a5dd-d6f318e4457a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-f1592e0a-ec5e-44e1-b509-c1ee7d739771 {
  
}

#s-f2cff9f0-bd87-49a9-868e-8af023f30839 {
  
}

#s-752ed42c-38c8-4f45-bba3-cb43e09c3dcd {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-752ed42c-38c8-4f45-bba3-cb43e09c3dcd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-752ed42c-38c8-4f45-bba3-cb43e09c3dcd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-752ed42c-38c8-4f45-bba3-cb43e09c3dcd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-752ed42c-38c8-4f45-bba3-cb43e09c3dcd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-1a855ba2-20d7-4d29-9e85-ac31d5cea77f {
  
}

#s-f876e831-5cbc-421f-93b0-5136fd15a1cd {
  
}

#s-bce63bbd-63d1-435e-b299-bf8620b3724e {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-bce63bbd-63d1-435e-b299-bf8620b3724e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-bce63bbd-63d1-435e-b299-bf8620b3724e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bce63bbd-63d1-435e-b299-bf8620b3724e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bce63bbd-63d1-435e-b299-bf8620b3724e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-40dd2b65-8945-46f0-9c8b-8f5900553be6 {
  
}

#s-709f4739-3484-4aaa-8973-fd5afc94c0f0 {
  
}

#s-88d62b59-79cf-486c-beb5-005e066f1d88 {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-88d62b59-79cf-486c-beb5-005e066f1d88"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-88d62b59-79cf-486c-beb5-005e066f1d88"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-88d62b59-79cf-486c-beb5-005e066f1d88"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-88d62b59-79cf-486c-beb5-005e066f1d88"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-8b885375-99fb-44b3-a383-70406a490cc8 {
  
}

#s-349cff66-b785-4ca3-8c1d-1405cfd0e772 {
  
}

#s-950740ac-e7df-412b-b787-e9687f5d0e47 {
  margin-top: 20px;
min-height: 50px;
background-color: rgba(51, 49, 49, 1);
}








#s-950740ac-e7df-412b-b787-e9687f5d0e47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-950740ac-e7df-412b-b787-e9687f5d0e47.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7746d0cb-01d3-4321-b9d6-471609ae2519 {
  margin-top: 20px;
margin-left: 15%;
margin-bottom: 20px;
margin-right: 15%;
}
@media (min-width: 768px) and (max-width: 991px){#s-7746d0cb-01d3-4321-b9d6-471609ae2519 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-7746d0cb-01d3-4321-b9d6-471609ae2519 {
  margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-7746d0cb-01d3-4321-b9d6-471609ae2519"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-7746d0cb-01d3-4321-b9d6-471609ae2519"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-7746d0cb-01d3-4321-b9d6-471609ae2519"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-7746d0cb-01d3-4321-b9d6-471609ae2519"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

#s-cf0acabd-0c05-4f20-955b-41400ec05bb9 {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-cf0acabd-0c05-4f20-955b-41400ec05bb9 .shogun-icon-wrapper {
  text-align: center;
}


#s-cf0acabd-0c05-4f20-955b-41400ec05bb9 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(212, 212, 212, 1);
}

#s-400c10c3-b030-47b3-bb08-a09897c0096b {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-400c10c3-b030-47b3-bb08-a09897c0096b .shogun-heading-component h3 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-7ca831b5-83b0-4c45-bce1-e5924119d352 {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-9a19bf10-bc7c-4775-a958-a6f0b15b05f5 {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-9a19bf10-bc7c-4775-a958-a6f0b15b05f5 .shogun-icon-wrapper {
  text-align: center;
}


#s-9a19bf10-bc7c-4775-a958-a6f0b15b05f5 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(212, 212, 212, 1);
}

#s-c356eb1f-f6cf-419d-a24f-048b27293324 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-c356eb1f-f6cf-419d-a24f-048b27293324 .shogun-heading-component h3 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-ecdeee2d-3099-44b4-b307-2135268674ad {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-2ed3e946-19f7-40cd-9a4c-ac6c9204e615 {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-2ed3e946-19f7-40cd-9a4c-ac6c9204e615 .shogun-icon-wrapper {
  text-align: center;
}


#s-2ed3e946-19f7-40cd-9a4c-ac6c9204e615 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(212, 212, 212, 1);
}

#s-e180310a-11cd-4816-914c-b3359fa1faed {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-e180310a-11cd-4816-914c-b3359fa1faed .shogun-heading-component h3 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-e2ad8e65-1bed-472b-bc1c-04b2f30bf42a {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-4a6d253b-14f4-4eb2-93ff-13ed109b332a {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-4a6d253b-14f4-4eb2-93ff-13ed109b332a .shogun-icon-wrapper {
  text-align: center;
}


#s-4a6d253b-14f4-4eb2-93ff-13ed109b332a .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(212, 212, 212, 1);
}

#s-bea45da4-73b7-4422-a24c-914226114c9b {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-bea45da4-73b7-4422-a24c-914226114c9b .shogun-heading-component h3 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-8071f851-f325-4739-9c28-7a326db25f34 {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-547bd0dd-27dd-4476-aa3c-7d661da6afd3 {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-547bd0dd-27dd-4476-aa3c-7d661da6afd3 .shogun-icon-wrapper {
  text-align: center;
}


#s-547bd0dd-27dd-4476-aa3c-7d661da6afd3 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(212, 212, 212, 1);
}

#s-28feca63-3506-4e60-9ac2-dbbaed915e87 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-28feca63-3506-4e60-9ac2-dbbaed915e87 .shogun-heading-component h3 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-17de26f5-38fa-464a-a8b2-a4645586ecb7 {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-05f359bd-297b-42ed-a0db-23b3047ed452 {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-05f359bd-297b-42ed-a0db-23b3047ed452 .shogun-icon-wrapper {
  text-align: center;
}


#s-05f359bd-297b-42ed-a0db-23b3047ed452 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(212, 212, 212, 1);
}

#s-c29d4161-d7b4-4e9a-8c1b-222bf84ba4fa {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-c29d4161-d7b4-4e9a-8c1b-222bf84ba4fa .shogun-heading-component h3 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-35e6a04b-0ff6-4916-b84a-dbb8798f09f8 {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
}

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