.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-acc2003d-e0c9-4676-a08d-bd8d207ff938 {
  min-height: 50px;
}








#s-acc2003d-e0c9-4676-a08d-bd8d207ff938 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-acc2003d-e0c9-4676-a08d-bd8d207ff938.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-812fad5d-b742-4189-9c26-3f5fdf79d07b {
  margin-bottom: 10px;
}








#s-812fad5d-b742-4189-9c26-3f5fdf79d07b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-812fad5d-b742-4189-9c26-3f5fdf79d07b.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-a73aa2d2-ab74-477d-b394-050b8e31665e {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-a73aa2d2-ab74-477d-b394-050b8e31665e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a73aa2d2-ab74-477d-b394-050b8e31665e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a73aa2d2-ab74-477d-b394-050b8e31665e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-a73aa2d2-ab74-477d-b394-050b8e31665e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a73aa2d2-ab74-477d-b394-050b8e31665e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-a73aa2d2-ab74-477d-b394-050b8e31665e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a73aa2d2-ab74-477d-b394-050b8e31665e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-41cf5cad-96fd-47f4-b4b5-834313d7a1e1 {
  text-align: center;
}







  #s-41cf5cad-96fd-47f4-b4b5-834313d7a1e1 img.shogun-image {
    

    
    
    
  }


#s-41cf5cad-96fd-47f4-b4b5-834313d7a1e1 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-dc973417-4af6-492f-8828-e5ddb613a682 {
  padding-top: 10px;
padding-bottom: 0px;
}

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

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

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

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

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

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

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

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

#s-cafe8244-b7dd-44fa-b168-e7f40733c84e {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
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: #2C2A34;
border-radius: 8px;
background-color: rgba(253, 130, 4, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-cafe8244-b7dd-44fa-b168-e7f40733c84e:hover {background-color: rgba(230, 117, 2, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-cafe8244-b7dd-44fa-b168-e7f40733c84e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cafe8244-b7dd-44fa-b168-e7f40733c84e-root {
    text-align: center;
  }


#s-cafe8244-b7dd-44fa-b168-e7f40733c84e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cafe8244-b7dd-44fa-b168-e7f40733c84e-root {
    text-align: center;
  }


#s-cafe8244-b7dd-44fa-b168-e7f40733c84e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cafe8244-b7dd-44fa-b168-e7f40733c84e-root {
    text-align: center;
  }


#s-cafe8244-b7dd-44fa-b168-e7f40733c84e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cafe8244-b7dd-44fa-b168-e7f40733c84e-root {
    text-align: center;
  }


#s-cafe8244-b7dd-44fa-b168-e7f40733c84e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cafe8244-b7dd-44fa-b168-e7f40733c84e-root {
    text-align: center;
  }


#s-cafe8244-b7dd-44fa-b168-e7f40733c84e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-f11b33fa-1c8d-483e-b65e-ecfde34f3b75 {
  margin-bottom: 10px;
}








#s-f11b33fa-1c8d-483e-b65e-ecfde34f3b75 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f11b33fa-1c8d-483e-b65e-ecfde34f3b75.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a9e061f1-83e0-417b-aa60-a2f605bdc75b {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-a9e061f1-83e0-417b-aa60-a2f605bdc75b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a9e061f1-83e0-417b-aa60-a2f605bdc75b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-a9e061f1-83e0-417b-aa60-a2f605bdc75b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-a9e061f1-83e0-417b-aa60-a2f605bdc75b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-a9e061f1-83e0-417b-aa60-a2f605bdc75b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-a9e061f1-83e0-417b-aa60-a2f605bdc75b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-a9e061f1-83e0-417b-aa60-a2f605bdc75b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

}

#s-5aa35365-1ca8-40b3-824c-8438bd34a7b6 {
  padding-top: 10px;
padding-bottom: 0px;
}

#s-70385d47-6ddd-44c2-bb4b-c87fb11b48e4 {
  padding-top: 10px;
padding-bottom: 0px;
}

#s-0d951b09-b118-41d8-b93c-eacfdb74b50f {
  margin-bottom: 10px;
}

#s-de956a07-52de-4c2c-83b9-10b0524e0f24 {
  margin-bottom: 0px;
}

#s-1d009d7b-f57c-4735-8789-29fa5475919c {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-3623c432-1b6b-4ab3-9254-56e8fa5a3cce {
  margin-bottom: 10px;
}

#s-00f12b3b-cdb8-438c-b4c8-1fe06735a454 {
  margin-bottom: 0px;
}

#s-a552c89e-6adb-468a-8ef6-2c3849df7681 {
  margin-bottom: 0px;
}

#s-c4a66071-7845-4751-92c0-7b9fa0a323e3 {
  margin-bottom: 0px;
}

#s-a4cdf3cd-e1a4-4f13-9cd2-26675bc91bfa {
  margin-bottom: 0px;
}

#s-827f0bb0-1797-4b93-bdb6-976a8a77562d {
  margin-bottom: 0px;
}

#s-21be16e9-13b2-40ec-b6c1-fdfe0ee5596c {
  margin-bottom: 10px;
}

#s-12685b6b-4194-4122-ac6b-f6e9c06192b3 {
  margin-top: 0px;
margin-bottom: 10px;
}

#s-d34f6bb2-341c-4d1e-8733-a77a4eb4500a {
  margin-bottom: 10px;
}

#s-28bb19b2-e153-4e1f-b437-035e204a8ae7 {
  margin-top: 10px;
margin-bottom: 10px;
background-color: rgba(255, 255, 255, 1);
}

#s-73ba1919-a030-4afd-947e-c084b38b9c7d {
  margin-bottom: 10px;
}

#s-59ddf28a-8039-4e64-80bf-127c7410d3b4 {
  margin-bottom: 10px;
}

#s-268271ee-8c7c-482d-9db0-c1e08cb082f4 {
  margin-bottom: 10px;
}

#s-80bbaa07-af63-4629-a3d6-5fbe4f131c25 {
  margin-bottom: 10px;
}








#s-80bbaa07-af63-4629-a3d6-5fbe4f131c25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80bbaa07-af63-4629-a3d6-5fbe4f131c25.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e157befb-9e00-462a-99a2-906371a888de {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-e157befb-9e00-462a-99a2-906371a888de"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e157befb-9e00-462a-99a2-906371a888de"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-e157befb-9e00-462a-99a2-906371a888de"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-e157befb-9e00-462a-99a2-906371a888de"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-e157befb-9e00-462a-99a2-906371a888de"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-e157befb-9e00-462a-99a2-906371a888de"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-e157befb-9e00-462a-99a2-906371a888de"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

}

#s-6f8ed9d9-258b-4a6a-b4de-0f6674aa283e {
  text-align: center;
}







  #s-6f8ed9d9-258b-4a6a-b4de-0f6674aa283e img.shogun-image {
    

    
    
    
  }


#s-6f8ed9d9-258b-4a6a-b4de-0f6674aa283e .shogun-image-content {
  
    align-items: center;
  
}

#s-9dc5594f-3c51-4957-9fdd-ac0cf83ed004 {
  padding-top: 10px;
padding-bottom: 0px;
}

#s-cbf3ac6e-0e93-467c-b6c0-318a739215f8 {
  margin-bottom: 10px;
}

#s-16ed991f-c31d-4169-933f-a0b604ea8d65 {
  margin-top: 0px;
margin-bottom: 0px;
}

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

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

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

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

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

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

#s-b94423c2-eff3-44a5-ae59-d1cf7d6c4db9 {
  margin-top: -10px;
margin-bottom: 10px;
}

#s-b94423c2-eff3-44a5-ae59-d1cf7d6c4db9 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-b94423c2-eff3-44a5-ae59-d1cf7d6c4db9 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-b94423c2-eff3-44a5-ae59-d1cf7d6c4db9 td.shogun-table-column {
  background-color: rgba(255, 255, 255, 1);
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-b94423c2-eff3-44a5-ae59-d1cf7d6c4db9 td.shogun-table-row {
  background-color: #fff;
  padding: 1px;
}

#s-b94423c2-eff3-44a5-ae59-d1cf7d6c4db9 td.shogun-table-column, #s-b94423c2-eff3-44a5-ae59-d1cf7d6c4db9 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-80227c98-695b-4340-aa4e-81cfc8abcd11 {
  padding-left: 20px;
padding-right: 20px;
}

#s-4f3da8b7-7ee2-4379-a4a0-c904db14168e {
  padding-left: 20px;
padding-right: 20px;
}

#s-09ec2973-2445-4e46-b520-ebebcba0d975 {
  padding-left: 20px;
padding-right: 20px;
}

#s-52d5900d-2914-48dc-84ba-c54550319985 {
  padding-left: 20px;
padding-right: 20px;
}

#s-da001e4e-1cc6-4913-86a9-e06a91bfff85 {
  padding-left: 20px;
padding-right: 20px;
}

#s-6258e117-810d-4a2b-8443-5cd66c61b5e6 {
  padding-left: 20px;
padding-right: 20px;
}

#s-d64a21e8-cee7-4ff7-8ab3-46e2be99e0e1 {
  padding-left: 20px;
padding-right: 20px;
}

#s-0fcfa8e4-fb46-41a0-876d-a4616838a636 {
  padding-left: 20px;
padding-right: 20px;
}

#s-6cf73d8b-568e-44b7-8d6d-16c52e58daf7 {
  padding-left: 20px;
padding-right: 20px;
}

#s-a00c7af9-aac5-4bb9-99a1-f90f20767fb6 {
  padding-left: 20px;
padding-right: 20px;
}

#s-d76a2ca4-bd90-4d6c-a6ac-621e4db8cfc0 {
  padding-left: 20px;
padding-right: 20px;
}

#s-f10d6780-bc6e-4f8b-8b23-ba57c2d92e3c {
  padding-left: 20px;
padding-right: 20px;
}

#s-ee02906f-2132-4ed2-b014-73945488ce69 {
  padding-left: 20px;
padding-right: 20px;
}

#s-dd37b722-7976-41e2-967a-f9ab58f54f42 {
  padding-left: 20px;
padding-right: 20px;
}

#s-5141f1cc-fe9a-4d3c-9e72-5387ce5576b1 {
  padding-left: 20px;
padding-right: 20px;
}

#s-4a453202-3814-4cff-a426-ad22e41faac8 {
  padding-left: 20px;
padding-right: 20px;
}

#s-4252dfcc-eff1-4896-9c0c-1f68811e8b56 {
  padding-left: 20px;
padding-right: 20px;
}

#s-00d87942-cf9f-4687-81e7-e1e6195b90f6 {
  padding-left: 20px;
padding-right: 20px;
}

#s-ef65faba-055d-4dce-b531-7225be47c82c {
  margin-bottom: 10px;
}

#s-211a2c8c-4769-4616-ae94-be5881cbd28a {
  margin-top: 0px;
margin-bottom: 10px;
}








#s-211a2c8c-4769-4616-ae94-be5881cbd28a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-211a2c8c-4769-4616-ae94-be5881cbd28a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a0cfa87e-9cf7-49e4-a985-5fe321e39192 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-a0cfa87e-9cf7-49e4-a985-5fe321e39192"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a0cfa87e-9cf7-49e4-a985-5fe321e39192"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-a0cfa87e-9cf7-49e4-a985-5fe321e39192"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-a0cfa87e-9cf7-49e4-a985-5fe321e39192"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-a0cfa87e-9cf7-49e4-a985-5fe321e39192"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-a0cfa87e-9cf7-49e4-a985-5fe321e39192"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-a0cfa87e-9cf7-49e4-a985-5fe321e39192"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

}

#s-9062752f-b64f-441e-9580-07f6721267b8 {
  text-align: center;
}







  #s-9062752f-b64f-441e-9580-07f6721267b8 img.shogun-image {
    

    
    
    
  }


#s-9062752f-b64f-441e-9580-07f6721267b8 .shogun-image-content {
  
    align-items: center;
  
}

#s-d21829ee-89c1-4914-98a0-5e62b89117ec {
  padding-top: 10px;
padding-bottom: 0px;
}

#s-41e6a98f-61c0-40ba-95e6-7d4db1353a18 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-705cd7c6-9599-48ab-a244-fa3d60e53525 {
  margin-bottom: 10px;
}








#s-705cd7c6-9599-48ab-a244-fa3d60e53525 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-705cd7c6-9599-48ab-a244-fa3d60e53525.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-508d44b6-7cab-407b-a4b1-797242f2dd48 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-508d44b6-7cab-407b-a4b1-797242f2dd48"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-508d44b6-7cab-407b-a4b1-797242f2dd48"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-508d44b6-7cab-407b-a4b1-797242f2dd48"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-508d44b6-7cab-407b-a4b1-797242f2dd48"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-508d44b6-7cab-407b-a4b1-797242f2dd48"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-508d44b6-7cab-407b-a4b1-797242f2dd48"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-508d44b6-7cab-407b-a4b1-797242f2dd48"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

}

#s-af311e33-18e1-40e8-8967-69995604b325 {
  text-align: center;
}







  #s-af311e33-18e1-40e8-8967-69995604b325 img.shogun-image {
    

    
    
    
  }


#s-af311e33-18e1-40e8-8967-69995604b325 .shogun-image-content {
  
    align-items: center;
  
}

#s-c0d9ad73-73df-4bc3-9f02-3f8ab9d94647 {
  padding-top: 10px;
padding-bottom: 0px;
}

#s-847ec89c-42cd-4b6b-bd15-8618eb78a3b6 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-f73bad66-63bf-43af-afa7-4ece8b979b8b {
  margin-bottom: 10px;
}








#s-f73bad66-63bf-43af-afa7-4ece8b979b8b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f73bad66-63bf-43af-afa7-4ece8b979b8b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2fc22694-b085-4a08-8d8d-da4ebe05ae88 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-2fc22694-b085-4a08-8d8d-da4ebe05ae88"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2fc22694-b085-4a08-8d8d-da4ebe05ae88"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-2fc22694-b085-4a08-8d8d-da4ebe05ae88"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-2fc22694-b085-4a08-8d8d-da4ebe05ae88"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-2fc22694-b085-4a08-8d8d-da4ebe05ae88"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-2fc22694-b085-4a08-8d8d-da4ebe05ae88"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-2fc22694-b085-4a08-8d8d-da4ebe05ae88"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

}

#s-b89fe352-5b2d-47fe-a365-4a498a002943 {
  text-align: center;
}







  #s-b89fe352-5b2d-47fe-a365-4a498a002943 img.shogun-image {
    

    
    
    
  }


#s-b89fe352-5b2d-47fe-a365-4a498a002943 .shogun-image-content {
  
    align-items: center;
  
}

#s-1492b2c9-77b9-43aa-9f18-7d21728227ca {
  padding-top: 10px;
padding-bottom: 0px;
}

#s-5b621574-7e69-472e-ae49-14d2c7853501 {
  margin-bottom: 10px;
}

#s-946af871-3d59-412b-9678-08b3df03a6b4 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-6ada6d6d-ba82-4281-829f-08eaab314fad {
  margin-top: -10px;
margin-bottom: 10px;
}

#s-6ada6d6d-ba82-4281-829f-08eaab314fad .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-6ada6d6d-ba82-4281-829f-08eaab314fad table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-6ada6d6d-ba82-4281-829f-08eaab314fad td.shogun-table-column {
  background-color: rgba(255, 255, 255, 1);
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-6ada6d6d-ba82-4281-829f-08eaab314fad td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-6ada6d6d-ba82-4281-829f-08eaab314fad td.shogun-table-column, #s-6ada6d6d-ba82-4281-829f-08eaab314fad td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-61fa9688-cda3-4453-a3e5-8faa5e225513 {
  padding-left: 20px;
padding-right: 20px;
}

#s-2889d01f-8b18-4e65-b701-b018417d175c {
  padding-left: 20px;
padding-right: 20px;
}

#s-90f2f92e-0d52-4742-934c-69435e053b4a {
  padding-left: 20px;
padding-right: 20px;
}

#s-49e1e110-7fdf-4203-9cf5-692d8eac93ac {
  padding-left: 20px;
padding-right: 20px;
}

#s-073e28d3-4f4e-4569-a006-aac69994e4ef {
  padding-left: 20px;
padding-right: 20px;
}

#s-874a2efd-73fc-4359-a4f8-8106ab860f0e {
  padding-left: 20px;
padding-right: 20px;
}

#s-8b68916a-10bb-4c31-aa3d-7ad8f8363ffc {
  padding-left: 20px;
padding-right: 20px;
}

#s-fe1714ab-e34c-44a4-9840-bfb1c260d778 {
  padding-left: 20px;
padding-right: 20px;
}

#s-30eaf4d8-bfdf-48c2-b06a-569aab6b20d0 {
  padding-left: 20px;
padding-right: 20px;
}

#s-b1c52291-4fd3-40be-94fe-06c5a756993b {
  padding-left: 20px;
padding-right: 20px;
}

#s-45248eb1-0abf-48f8-a9d3-b3b36971a048 {
  padding-left: 20px;
padding-right: 20px;
}

#s-2b516d97-7076-4d07-acbf-0a7d9e57c978 {
  padding-left: 20px;
padding-right: 20px;
}

#s-da541b08-55ab-46a8-a9d5-304818fc1c75 {
  padding-left: 20px;
padding-right: 20px;
}

#s-20bff5e8-f659-4217-9ed9-f31c34ef076e {
  padding-left: 20px;
padding-right: 20px;
}

#s-d8d4978c-3686-4f8e-898f-0bb48d48ce65 {
  padding-left: 20px;
padding-right: 20px;
}

#s-fcd7d823-541e-4538-a7c1-540c86d8c029 {
  padding-left: 20px;
padding-right: 20px;
}

#s-2bc1f41d-24c4-4f59-aa14-4e1aa1b1308e {
  margin-bottom: 10px;
}

#s-45d0412f-68bf-45cd-b9ac-afeaddf76386 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-4e2a01da-0524-4a8e-bc39-a794c58ce3f2 {
  margin-top: 10px;
margin-bottom: 0px;
}

#s-e4e46d4d-a09f-4494-aae0-aaa93edc19a4 {
  margin-top: -10px;
margin-bottom: 0px;
}

#s-cf7d2614-e36b-4375-a88f-77409a9faa31 {
  margin-top: -10px;
margin-bottom: 0px;
}

#s-a18693e1-6e26-48b6-aa1c-06193df02766 {
  margin-top: -10px;
margin-bottom: 0px;
}

#s-d7a71239-2505-4593-8ff3-decf36c94731 {
  margin-top: -10px;
margin-bottom: 0px;
}

#s-e02057fe-11e9-4df8-9db9-df4894d92bc0 {
  margin-top: -10px;
margin-bottom: -10px;
}

#s-ad2fcaea-1090-46eb-9852-169e625ff22c {
  margin-top: 0px;
margin-bottom: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-8228fe26-430f-454c-b78a-60e11b19b1ca {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-1ce11091-481a-4ab2-a3bc-c434fec7256e {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-5ef75837-2f0e-426f-b6ce-b325e723a54c {
  margin-bottom: 10px;
}

#s-cf8094e7-8623-4538-8113-8d4974c3524c {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-73a87d08-c6c5-4135-9919-efc31649b20f {
  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-7150e7a2-6648-41db-9637-02c0c41088be > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-7150e7a2-6648-41db-9637-02c0c41088be > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-7150e7a2-6648-41db-9637-02c0c41088be > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-7150e7a2-6648-41db-9637-02c0c41088be > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-7150e7a2-6648-41db-9637-02c0c41088be > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-7150e7a2-6648-41db-9637-02c0c41088be > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-c18498d5-773d-457d-b953-cd1aa7eb35f5 {
  margin-bottom: 10px;
}

#s-8208daba-6144-46ea-8525-480a4da579d3 {
  margin-bottom: 10px;
}

#s-605885b2-809f-4453-81f7-42c9555960de {
  margin-bottom: 10px;
}

#s-38eb8952-2501-4c8e-bede-d2240d812fbf {
  margin-bottom: 0px;
}

#s-ef9f08de-d88b-4437-ba5e-f1987efc001a {
  margin-bottom: 10px;
}

#s-d6eec0e4-11bd-401e-81a8-5fd95801b682 {
  margin-bottom: 10px;
}

#s-37f7081d-5493-47c9-85a3-5ced9c976ead {
  margin-bottom: 10px;
}

#s-0f126453-aab7-4f0f-9cd1-bf7a01c5960b {
  margin-bottom: 0px;
}

#s-e4f3fd5b-d473-4ca0-b267-d78b43d0253b {
  margin-bottom: 10px;
}

#s-bebd0b37-f801-41b9-80bf-fe87249f0bac {
  margin-top: -20px;
}








#s-bebd0b37-f801-41b9-80bf-fe87249f0bac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bebd0b37-f801-41b9-80bf-fe87249f0bac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-00f25b7f-7992-4faa-a824-f83bbea13303 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-00f25b7f-7992-4faa-a824-f83bbea13303"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-00f25b7f-7992-4faa-a824-f83bbea13303"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-00f25b7f-7992-4faa-a824-f83bbea13303"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-00f25b7f-7992-4faa-a824-f83bbea13303"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-3377adb7-d6ce-4758-b492-4d5818d8b171 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 6px;
min-height: 10px;
background-color: rgba(253, 130, 4, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-3377adb7-d6ce-4758-b492-4d5818d8b171:hover {background-color: rgba(230, 117, 2, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3377adb7-d6ce-4758-b492-4d5818d8b171:active {background-color: rgba(230, 117, 2, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-3377adb7-d6ce-4758-b492-4d5818d8b171-root {
    text-align: center;
  }


#s-3377adb7-d6ce-4758-b492-4d5818d8b171.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3377adb7-d6ce-4758-b492-4d5818d8b171-root {
    text-align: center;
  }


#s-3377adb7-d6ce-4758-b492-4d5818d8b171.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3377adb7-d6ce-4758-b492-4d5818d8b171-root {
    text-align: center;
  }


#s-3377adb7-d6ce-4758-b492-4d5818d8b171.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3377adb7-d6ce-4758-b492-4d5818d8b171-root {
    text-align: center;
  }


#s-3377adb7-d6ce-4758-b492-4d5818d8b171.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3377adb7-d6ce-4758-b492-4d5818d8b171-root {
    text-align: center;
  }


#s-3377adb7-d6ce-4758-b492-4d5818d8b171.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-9bfa8db1-94b2-4947-872e-9b5542f3f844 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-radius: 6px;
min-height: 10px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-9bfa8db1-94b2-4947-872e-9b5542f3f844:hover {border-style: solid !important;
border-color: rgba(0, 170, 170, 1) !important;
background-color: rgba(0, 170, 170, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-9bfa8db1-94b2-4947-872e-9b5542f3f844:active {background-color: rgba(0, 170, 170, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-9bfa8db1-94b2-4947-872e-9b5542f3f844-root {
    text-align: center;
  }


#s-9bfa8db1-94b2-4947-872e-9b5542f3f844.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9bfa8db1-94b2-4947-872e-9b5542f3f844-root {
    text-align: center;
  }


#s-9bfa8db1-94b2-4947-872e-9b5542f3f844.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9bfa8db1-94b2-4947-872e-9b5542f3f844-root {
    text-align: center;
  }


#s-9bfa8db1-94b2-4947-872e-9b5542f3f844.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9bfa8db1-94b2-4947-872e-9b5542f3f844-root {
    text-align: center;
  }


#s-9bfa8db1-94b2-4947-872e-9b5542f3f844.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9bfa8db1-94b2-4947-872e-9b5542f3f844-root {
    text-align: center;
  }


#s-9bfa8db1-94b2-4947-872e-9b5542f3f844.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-5435df7d-7f3a-47ee-ac32-8c1aa9feada9 {
  margin-bottom: 10px;
}

#s-8168cd67-b263-473d-bf13-4c12256ad7bb > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-8168cd67-b263-473d-bf13-4c12256ad7bb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-8168cd67-b263-473d-bf13-4c12256ad7bb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-8168cd67-b263-473d-bf13-4c12256ad7bb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-8168cd67-b263-473d-bf13-4c12256ad7bb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-8168cd67-b263-473d-bf13-4c12256ad7bb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-42c7d7d2-ef0c-4559-ac24-f6b4505ef473 {
  margin-bottom: 10px;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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