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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-4dbeb4a2-9a74-445d-8d22-419f918aca0a {
  min-height: 20px;
}








#s-4dbeb4a2-9a74-445d-8d22-419f918aca0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4dbeb4a2-9a74-445d-8d22-419f918aca0a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-351b6b7d-f4ed-4de2-a647-1649cea99568 {
  border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(38, 62, 130, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(254, 242, 218, 1);
}








#s-351b6b7d-f4ed-4de2-a647-1649cea99568 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-351b6b7d-f4ed-4de2-a647-1649cea99568.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

#s-3cee01fb-642e-4f3b-a8f3-7cbd9fb00de7 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-37919aaf-a0e7-409c-85b3-75da14ea7d3f {
  min-height: 30px;
}








#s-37919aaf-a0e7-409c-85b3-75da14ea7d3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37919aaf-a0e7-409c-85b3-75da14ea7d3f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-42ae3070-5b8c-41d7-a524-68bb94035c82 {
  border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(38, 62, 130, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(254, 242, 218, 1);
}








#s-42ae3070-5b8c-41d7-a524-68bb94035c82 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42ae3070-5b8c-41d7-a524-68bb94035c82.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-d44d18e7-c45b-4feb-b37e-75aaa2fa2d51 {
  margin-left: 5px;
margin-right: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d44d18e7-c45b-4feb-b37e-75aaa2fa2d51 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Source Serif Pro";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  text-align: center;
}



#s-8738e231-ca3f-4acd-be94-d6e2febc58aa {
  padding-top: 0px;
padding-left: 5px;
padding-bottom: 0px;
padding-right: 5px;
}

#s-b1867112-0edf-438a-9353-d6db28c093ab {
  min-height: 50px;
background-color: rgba(254, 242, 218, 1);
}








#s-b1867112-0edf-438a-9353-d6db28c093ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b1867112-0edf-438a-9353-d6db28c093ab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-688ef911-3bbd-4424-99a1-5623764d99fc {
  padding-top: 0px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
min-height: 71px;
}








#s-688ef911-3bbd-4424-99a1-5623764d99fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-688ef911-3bbd-4424-99a1-5623764d99fc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-47a94f19-a99b-48bb-8b8d-ed3811012c09 {
  text-align: left;
}

#s-c945c7d5-0d72-4fec-98c7-a3383ddf45a4 {
  min-height: 10px;
}








#s-c945c7d5-0d72-4fec-98c7-a3383ddf45a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c945c7d5-0d72-4fec-98c7-a3383ddf45a4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-24646d73-7ccf-4b20-a6ae-39a063e654c9 {
  min-height: 40px;
}








#s-24646d73-7ccf-4b20-a6ae-39a063e654c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24646d73-7ccf-4b20-a6ae-39a063e654c9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b8433f2e-5dd0-4de6-b6c7-36d37d365561 {
  min-height: 50px;
}








#s-b8433f2e-5dd0-4de6-b6c7-36d37d365561 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b8433f2e-5dd0-4de6-b6c7-36d37d365561.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

@media (min-width: 1200px){#s-7afe195e-0148-41c3-8536-d71c59e2e07b {
  display: none;
}
#s-7afe195e-0148-41c3-8536-d71c59e2e07b, #wrap-s-7afe195e-0148-41c3-8536-d71c59e2e07b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7afe195e-0148-41c3-8536-d71c59e2e07b {
  display: none;
}
#s-7afe195e-0148-41c3-8536-d71c59e2e07b, #wrap-s-7afe195e-0148-41c3-8536-d71c59e2e07b { display:none !important; }}
#s-7afe195e-0148-41c3-8536-d71c59e2e07b hr {
  border-top: 3px solid rgba(38, 62, 131, 1);
}

#s-4a7c6234-93eb-4754-b844-a928b28576bb {
  min-height: 50px;
}








#s-4a7c6234-93eb-4754-b844-a928b28576bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a7c6234-93eb-4754-b844-a928b28576bb.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;
}

@media (min-width: 1200px){#s-7f5a0ecd-e0bf-49e5-ab46-d12318d8411b {
  display: none;
}
#s-7f5a0ecd-e0bf-49e5-ab46-d12318d8411b, #wrap-s-7f5a0ecd-e0bf-49e5-ab46-d12318d8411b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7f5a0ecd-e0bf-49e5-ab46-d12318d8411b {
  display: none;
}
#s-7f5a0ecd-e0bf-49e5-ab46-d12318d8411b, #wrap-s-7f5a0ecd-e0bf-49e5-ab46-d12318d8411b { display:none !important; }}
@media (min-width: 0px) {
[id="s-7f5a0ecd-e0bf-49e5-ab46-d12318d8411b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7f5a0ecd-e0bf-49e5-ab46-d12318d8411b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7f5a0ecd-e0bf-49e5-ab46-d12318d8411b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7f5a0ecd-e0bf-49e5-ab46-d12318d8411b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.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;
}

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

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

#s-e6cd8c40-2ffe-4f0c-8ffb-b56591df5e57 {
  padding-left: 20%;
padding-right: 20%;
text-align: center;
}







  #s-e6cd8c40-2ffe-4f0c-8ffb-b56591df5e57 img.shogun-image {
    

    
    
    
  }


#s-e6cd8c40-2ffe-4f0c-8ffb-b56591df5e57 .shogun-image-content {
  
    align-items: center;
  
}

#s-ec708dac-2df2-45f7-8a9d-704026dcc490 {
  padding-left: 20%;
padding-right: 20%;
text-align: center;
}







  #s-ec708dac-2df2-45f7-8a9d-704026dcc490 img.shogun-image {
    

    
    
    
  }


#s-ec708dac-2df2-45f7-8a9d-704026dcc490 .shogun-image-content {
  
    align-items: center;
  
}

#s-6cb03be5-43a8-4e1c-a5fd-efffccae80cd {
  min-height: 20px;
}
@media (min-width: 1200px){#s-6cb03be5-43a8-4e1c-a5fd-efffccae80cd {
  display: none;
}
#s-6cb03be5-43a8-4e1c-a5fd-efffccae80cd, #wrap-s-6cb03be5-43a8-4e1c-a5fd-efffccae80cd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6cb03be5-43a8-4e1c-a5fd-efffccae80cd {
  display: none;
}
#s-6cb03be5-43a8-4e1c-a5fd-efffccae80cd, #wrap-s-6cb03be5-43a8-4e1c-a5fd-efffccae80cd { display:none !important; }}







#s-6cb03be5-43a8-4e1c-a5fd-efffccae80cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6cb03be5-43a8-4e1c-a5fd-efffccae80cd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-0f28ab74-737d-4ceb-8782-8dfda5329749 {
  display: none;
}
#s-0f28ab74-737d-4ceb-8782-8dfda5329749, #wrap-s-0f28ab74-737d-4ceb-8782-8dfda5329749 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0f28ab74-737d-4ceb-8782-8dfda5329749 {
  display: none;
}
#s-0f28ab74-737d-4ceb-8782-8dfda5329749, #wrap-s-0f28ab74-737d-4ceb-8782-8dfda5329749 { display:none !important; }}
@media (min-width: 0px) {
[id="s-0f28ab74-737d-4ceb-8782-8dfda5329749"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0f28ab74-737d-4ceb-8782-8dfda5329749"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0f28ab74-737d-4ceb-8782-8dfda5329749"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0f28ab74-737d-4ceb-8782-8dfda5329749"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a67ef8fe-b21a-4732-ad7d-98a54d5164a9 {
  padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
text-align: center;
}







  #s-a67ef8fe-b21a-4732-ad7d-98a54d5164a9 img.shogun-image {
    

    
    
    
  }


#s-a67ef8fe-b21a-4732-ad7d-98a54d5164a9 .shogun-image-content {
  
    align-items: center;
  
}

#s-cc3c4e5e-42bc-43b0-934d-a219032adf05 {
  padding-top: 19px;
padding-right: 20%;
text-align: center;
}







  #s-cc3c4e5e-42bc-43b0-934d-a219032adf05 img.shogun-image {
    

    
    
    
  }


#s-cc3c4e5e-42bc-43b0-934d-a219032adf05 .shogun-image-content {
  
    align-items: center;
  
}

#s-3ac0989d-54e1-428c-a009-846226210a58 {
  min-height: 20px;
}
@media (min-width: 1200px){#s-3ac0989d-54e1-428c-a009-846226210a58 {
  display: none;
}
#s-3ac0989d-54e1-428c-a009-846226210a58, #wrap-s-3ac0989d-54e1-428c-a009-846226210a58 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3ac0989d-54e1-428c-a009-846226210a58 {
  display: none;
}
#s-3ac0989d-54e1-428c-a009-846226210a58, #wrap-s-3ac0989d-54e1-428c-a009-846226210a58 { display:none !important; }}







#s-3ac0989d-54e1-428c-a009-846226210a58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ac0989d-54e1-428c-a009-846226210a58.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-51dc04c9-9277-485b-8d84-80ee6525a4fc {
  display: none;
}
#s-51dc04c9-9277-485b-8d84-80ee6525a4fc, #wrap-s-51dc04c9-9277-485b-8d84-80ee6525a4fc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-51dc04c9-9277-485b-8d84-80ee6525a4fc {
  display: none;
}
#s-51dc04c9-9277-485b-8d84-80ee6525a4fc, #wrap-s-51dc04c9-9277-485b-8d84-80ee6525a4fc { display:none !important; }}
@media (min-width: 0px) {
[id="s-51dc04c9-9277-485b-8d84-80ee6525a4fc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-51dc04c9-9277-485b-8d84-80ee6525a4fc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-51dc04c9-9277-485b-8d84-80ee6525a4fc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-51dc04c9-9277-485b-8d84-80ee6525a4fc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3863f153-2f29-4955-8370-c128f54c0ab8 {
  padding-left: 20%;
padding-right: 20%;
text-align: center;
}







  #s-3863f153-2f29-4955-8370-c128f54c0ab8 img.shogun-image {
    

    
    
    
  }


#s-3863f153-2f29-4955-8370-c128f54c0ab8 .shogun-image-content {
  
    align-items: center;
  
}

#s-e68922ca-cfd2-44e0-90f3-a843804427b7 {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  #s-e68922ca-cfd2-44e0-90f3-a843804427b7 img.shogun-image {
    

    
    
    
  }


#s-e68922ca-cfd2-44e0-90f3-a843804427b7 .shogun-image-content {
  
    align-items: center;
  
}

#s-a63600cd-714a-4f9f-87dc-088c3e66be7f {
  min-height: 20px;
}
@media (min-width: 1200px){#s-a63600cd-714a-4f9f-87dc-088c3e66be7f {
  display: none;
}
#s-a63600cd-714a-4f9f-87dc-088c3e66be7f, #wrap-s-a63600cd-714a-4f9f-87dc-088c3e66be7f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a63600cd-714a-4f9f-87dc-088c3e66be7f {
  display: none;
}
#s-a63600cd-714a-4f9f-87dc-088c3e66be7f, #wrap-s-a63600cd-714a-4f9f-87dc-088c3e66be7f { display:none !important; }}







#s-a63600cd-714a-4f9f-87dc-088c3e66be7f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a63600cd-714a-4f9f-87dc-088c3e66be7f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-b67bf4da-3031-4006-830a-3699d26c189d {
  display: none;
}
#s-b67bf4da-3031-4006-830a-3699d26c189d, #wrap-s-b67bf4da-3031-4006-830a-3699d26c189d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b67bf4da-3031-4006-830a-3699d26c189d {
  display: none;
}
#s-b67bf4da-3031-4006-830a-3699d26c189d, #wrap-s-b67bf4da-3031-4006-830a-3699d26c189d { display:none !important; }}
@media (min-width: 0px) {
[id="s-b67bf4da-3031-4006-830a-3699d26c189d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b67bf4da-3031-4006-830a-3699d26c189d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b67bf4da-3031-4006-830a-3699d26c189d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b67bf4da-3031-4006-830a-3699d26c189d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a5d411a6-6420-4b46-b8c7-bd136947d9f1 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 20%;
padding-bottom: 0px;
padding-right: 20%;
border-top-width: 11px;
border-left-width: 11px;
border-bottom-width: 11px;
border-right-width: 11px;
border-color: rgba(254, 250, 242, 1);
text-align: center;
}







  #s-a5d411a6-6420-4b46-b8c7-bd136947d9f1 img.shogun-image {
    

    
    
    
  }


#s-a5d411a6-6420-4b46-b8c7-bd136947d9f1 .shogun-image-content {
  
    align-items: center;
  
}

#s-6c988b33-2a9d-4ee2-9437-d165a63ae625 {
  border-style: solid;
padding-left: 20%;
padding-right: 20%;
border-top-width: 11px;
border-left-width: 11px;
border-bottom-width: 11px;
border-right-width: 11px;
border-color: rgba(254, 250, 242, 1);
text-align: center;
}







  #s-6c988b33-2a9d-4ee2-9437-d165a63ae625 img.shogun-image {
    

    
    
    
  }


#s-6c988b33-2a9d-4ee2-9437-d165a63ae625 .shogun-image-content {
  
    align-items: center;
  
}

#s-f61b21f4-74de-4128-9118-10662474b77d {
  min-height: 20px;
}
@media (min-width: 1200px){#s-f61b21f4-74de-4128-9118-10662474b77d {
  display: none;
}
#s-f61b21f4-74de-4128-9118-10662474b77d, #wrap-s-f61b21f4-74de-4128-9118-10662474b77d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f61b21f4-74de-4128-9118-10662474b77d {
  display: none;
}
#s-f61b21f4-74de-4128-9118-10662474b77d, #wrap-s-f61b21f4-74de-4128-9118-10662474b77d { display:none !important; }}







#s-f61b21f4-74de-4128-9118-10662474b77d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f61b21f4-74de-4128-9118-10662474b77d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-3ae577a3-5f10-4a16-9e97-7be2c4e33ea9 {
  display: none;
}
#s-3ae577a3-5f10-4a16-9e97-7be2c4e33ea9, #wrap-s-3ae577a3-5f10-4a16-9e97-7be2c4e33ea9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3ae577a3-5f10-4a16-9e97-7be2c4e33ea9 {
  display: none;
}
#s-3ae577a3-5f10-4a16-9e97-7be2c4e33ea9, #wrap-s-3ae577a3-5f10-4a16-9e97-7be2c4e33ea9 { display:none !important; }}
@media (min-width: 0px) {
[id="s-3ae577a3-5f10-4a16-9e97-7be2c4e33ea9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3ae577a3-5f10-4a16-9e97-7be2c4e33ea9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3ae577a3-5f10-4a16-9e97-7be2c4e33ea9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3ae577a3-5f10-4a16-9e97-7be2c4e33ea9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-05191163-be46-47af-b83a-f4510bbb6cf4 {
  padding-left: 20%;
padding-right: 20%;
text-align: center;
}







  #s-05191163-be46-47af-b83a-f4510bbb6cf4 img.shogun-image {
    

    
    
    
  }


#s-05191163-be46-47af-b83a-f4510bbb6cf4 .shogun-image-content {
  
    align-items: center;
  
}

#s-c4cae677-2e0a-4dd4-9a0c-209c6eb1ae18 {
  border-style: solid;
margin-left: 20%;
margin-right: 20%;
border-top-width: 19px;
border-left-width: 19px;
border-bottom-width: 19px;
border-right-width: 19px;
border-color: rgba(254, 250, 242, 1);
text-align: center;
}







  #s-c4cae677-2e0a-4dd4-9a0c-209c6eb1ae18 img.shogun-image {
    

    
    
    
  }


#s-c4cae677-2e0a-4dd4-9a0c-209c6eb1ae18 .shogun-image-content {
  
    align-items: center;
  
}

#s-a87c654c-5d56-48ef-8d56-82e1333370f3 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-a87c654c-5d56-48ef-8d56-82e1333370f3 {
  display: none;
}
#s-a87c654c-5d56-48ef-8d56-82e1333370f3, #wrap-s-a87c654c-5d56-48ef-8d56-82e1333370f3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a87c654c-5d56-48ef-8d56-82e1333370f3 {
  display: none;
}
#s-a87c654c-5d56-48ef-8d56-82e1333370f3, #wrap-s-a87c654c-5d56-48ef-8d56-82e1333370f3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a87c654c-5d56-48ef-8d56-82e1333370f3 {
  display: none;
}
#s-a87c654c-5d56-48ef-8d56-82e1333370f3, #wrap-s-a87c654c-5d56-48ef-8d56-82e1333370f3 { display:none !important; }}







#s-a87c654c-5d56-48ef-8d56-82e1333370f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a87c654c-5d56-48ef-8d56-82e1333370f3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-ac1db495-98af-4d66-8d22-5650e473f8f7 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(38, 62, 130, 1);
}

#s-ac1db495-98af-4d66-8d22-5650e473f8f7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(38, 62, 130, 1);
  padding: 10px;
}

#s-ac1db495-98af-4d66-8d22-5650e473f8f7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(254, 250, 242, 1);
}

#s-ac1db495-98af-4d66-8d22-5650e473f8f7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(254, 242, 218, 1);
  border-top: 1px solid rgba(38, 62, 130, 1);
}

#s-ac1db495-98af-4d66-8d22-5650e473f8f7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(254, 250, 242, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 25px;
}

#s-ac1db495-98af-4d66-8d22-5650e473f8f7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 25px;
}
#s-8c815360-6e18-4ff0-998e-86ded8f3c4f5 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-50b3decc-9ec9-4a6f-923e-983874754677 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-6a54aaed-bd3c-48a4-8314-04b09958df1d {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-59b7469d-da18-409b-a559-a2be4d378db6 {
  min-height: 50px;
}








#s-59b7469d-da18-409b-a559-a2be4d378db6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-59b7469d-da18-409b-a559-a2be4d378db6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c3c46cfe-e1ee-46ff-b3b3-9605d84ae2c1 {
  min-height: 50px;
}








#s-c3c46cfe-e1ee-46ff-b3b3-9605d84ae2c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c3c46cfe-e1ee-46ff-b3b3-9605d84ae2c1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b454fa8a-0968-49e6-9a07-7f7855bd2e29 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b454fa8a-0968-49e6-9a07-7f7855bd2e29 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Source Serif Pro";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



.shogun-nav-tabs {
  margin-left: 0 !important;
  margin-top: 0;
  margin-bottom: 15px !important;
  border-bottom: 1px solid #ddd;
  padding-left: 0;
  list-style: none !important;
}

.shogun-nav-tabs:before,
.shogun-nav-tabs:after {
  display: table;
  content: " ";
}

.shogun-nav-tabs:after {
  clear: both;
}

.shogun-nav-tabs > li {
  float: left;
  margin-bottom: -1px !important;
  position: relative;
  display: block;
  box-sizing: border-box;
}

.shogun-nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  position: relative;
  display: block;
  padding: 10px 15px !important;
  text-decoration: none;
}

.shogun-nav-tabs > li.active > a {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.shogun-tab-content > .shogun-tab-pane {
  display: none;
  opacity: 0;
  transition: opacity .15s linear;
}

.shogun-tab-content > .shogun-tab-pane.active {
  display: block;
  opacity: 1;
}

#s-3327b8c7-eaab-4c2a-8180-cc740c40279b {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-3327b8c7-eaab-4c2a-8180-cc740c40279b .shogun-nav-tabs > li > a {
  background-color: rgba(254, 242, 218, 1);
  color: rgba(38, 62, 131, 1);
  border: 1px solid rgba(38, 62, 130, 1);
}

#s-3327b8c7-eaab-4c2a-8180-cc740c40279b .shogun-nav-tabs > li.active > a {
  background-color: rgba(38, 62, 130, 1);
  color: rgba(254, 250, 242, 1);
  border: 1px solid rgba(254, 250, 242, 1);
  border-bottom-color: transparent;
}

#s-3327b8c7-eaab-4c2a-8180-cc740c40279b .shogun-nav-tabs {
  border-bottom: 1px solid rgba(254, 250, 242, 1);
}
.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-9d6dbf9f-e9b7-4c3b-b76e-6a407230fc9c {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

#s-9d6dbf9f-e9b7-4c3b-b76e-6a407230fc9c .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(254, 250, 242, 1);
  border-radius: 0px;
}

#s-9d6dbf9f-e9b7-4c3b-b76e-6a407230fc9c table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-9d6dbf9f-e9b7-4c3b-b76e-6a407230fc9c td.shogun-table-column {
  background-color: rgba(254, 242, 218, 1);
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-9d6dbf9f-e9b7-4c3b-b76e-6a407230fc9c td.shogun-table-row {
  background-color: rgba(254, 250, 242, 1);
  padding: 0px;
}

#s-9d6dbf9f-e9b7-4c3b-b76e-6a407230fc9c td.shogun-table-column, #s-9d6dbf9f-e9b7-4c3b-b76e-6a407230fc9c td.shogun-table-row {
  border: 0px solid rgba(254, 250, 242, 1);
}

#s-e2a835b9-5e45-4648-b3f2-528cee996a27 {
  min-height: 50px;
background-color: rgba(254, 242, 218, 1);
}








#s-e2a835b9-5e45-4648-b3f2-528cee996a27 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2a835b9-5e45-4648-b3f2-528cee996a27.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-21a5b244-f260-4bd7-bf28-f2a3368664e0 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

#s-21a5b244-f260-4bd7-bf28-f2a3368664e0 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(254, 250, 242, 1);
  border-radius: 0px;
}

#s-21a5b244-f260-4bd7-bf28-f2a3368664e0 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-21a5b244-f260-4bd7-bf28-f2a3368664e0 td.shogun-table-column {
  background-color: rgba(254, 242, 218, 1);
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-21a5b244-f260-4bd7-bf28-f2a3368664e0 td.shogun-table-row {
  background-color: rgba(254, 250, 242, 1);
  padding: 0px;
}

#s-21a5b244-f260-4bd7-bf28-f2a3368664e0 td.shogun-table-column, #s-21a5b244-f260-4bd7-bf28-f2a3368664e0 td.shogun-table-row {
  border: 0px solid rgba(254, 250, 242, 1);
}

#s-e23e68c9-2442-4ad6-a663-09df0bc95fa0 {
  min-height: 50px;
background-color: rgba(254, 242, 218, 1);
}








#s-e23e68c9-2442-4ad6-a663-09df0bc95fa0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e23e68c9-2442-4ad6-a663-09df0bc95fa0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-51f88836-d0b9-4588-a4a8-304b6e10740d {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

#s-51f88836-d0b9-4588-a4a8-304b6e10740d .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(254, 250, 242, 1);
  border-radius: 0px;
}

#s-51f88836-d0b9-4588-a4a8-304b6e10740d table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-51f88836-d0b9-4588-a4a8-304b6e10740d td.shogun-table-column {
  background-color: rgba(254, 250, 242, 1);
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-51f88836-d0b9-4588-a4a8-304b6e10740d td.shogun-table-row {
  background-color: rgba(254, 250, 242, 1);
  padding: 0px;
}

#s-51f88836-d0b9-4588-a4a8-304b6e10740d td.shogun-table-column, #s-51f88836-d0b9-4588-a4a8-304b6e10740d td.shogun-table-row {
  border: 0px solid rgba(254, 250, 242, 1);
}

#s-0b0da32c-d820-4b64-9ec6-9de8b87885c4 {
  min-height: 50px;
background-color: rgba(254, 242, 218, 1);
}








#s-0b0da32c-d820-4b64-9ec6-9de8b87885c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b0da32c-d820-4b64-9ec6-9de8b87885c4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7a236428-6fb1-4ba5-9d5f-92afd79ce143 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

#s-7a236428-6fb1-4ba5-9d5f-92afd79ce143 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(254, 250, 242, 1);
  border-radius: 0px;
}

#s-7a236428-6fb1-4ba5-9d5f-92afd79ce143 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-7a236428-6fb1-4ba5-9d5f-92afd79ce143 td.shogun-table-column {
  background-color: rgba(254, 250, 242, 1);
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-7a236428-6fb1-4ba5-9d5f-92afd79ce143 td.shogun-table-row {
  background-color: rgba(254, 250, 242, 1);
  padding: 0px;
}

#s-7a236428-6fb1-4ba5-9d5f-92afd79ce143 td.shogun-table-column, #s-7a236428-6fb1-4ba5-9d5f-92afd79ce143 td.shogun-table-row {
  border: 0px solid rgba(254, 250, 242, 1);
}

#s-e1e51771-accd-4abf-9798-5ace77047114 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

#s-e1e51771-accd-4abf-9798-5ace77047114 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(254, 250, 242, 1);
  border-radius: 0px;
}

#s-e1e51771-accd-4abf-9798-5ace77047114 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-e1e51771-accd-4abf-9798-5ace77047114 td.shogun-table-column {
  background-color: rgba(254, 250, 242, 1);
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-e1e51771-accd-4abf-9798-5ace77047114 td.shogun-table-row {
  background-color: rgba(254, 250, 242, 1);
  padding: 0px;
}

#s-e1e51771-accd-4abf-9798-5ace77047114 td.shogun-table-column, #s-e1e51771-accd-4abf-9798-5ace77047114 td.shogun-table-row {
  border: 0px solid rgba(254, 250, 242, 1);
}

#s-7cd3ec69-be1d-41be-adbc-4dc65ab13e45 {
  min-height: 50px;
background-color: rgba(254, 242, 218, 1);
}








#s-7cd3ec69-be1d-41be-adbc-4dc65ab13e45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7cd3ec69-be1d-41be-adbc-4dc65ab13e45.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-87e81faa-f586-42f6-b671-563ab54d65c8 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

#s-87e81faa-f586-42f6-b671-563ab54d65c8 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(254, 250, 242, 1);
  border-radius: 0px;
}

#s-87e81faa-f586-42f6-b671-563ab54d65c8 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-87e81faa-f586-42f6-b671-563ab54d65c8 td.shogun-table-column {
  background-color: rgba(254, 250, 242, 1);
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-87e81faa-f586-42f6-b671-563ab54d65c8 td.shogun-table-row {
  background-color: rgba(254, 250, 242, 1);
  padding: 0px;
}

#s-87e81faa-f586-42f6-b671-563ab54d65c8 td.shogun-table-column, #s-87e81faa-f586-42f6-b671-563ab54d65c8 td.shogun-table-row {
  border: 0px solid rgba(254, 250, 242, 1);
}

#s-411a5711-e200-490e-93b7-c5533ebbb9d7 {
  min-height: 50px;
background-color: rgba(254, 242, 218, 1);
}








#s-411a5711-e200-490e-93b7-c5533ebbb9d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-411a5711-e200-490e-93b7-c5533ebbb9d7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-470ed2b3-802f-49db-aa27-add1c65eab70 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

#s-470ed2b3-802f-49db-aa27-add1c65eab70 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(254, 250, 242, 1);
  border-radius: 0px;
}

#s-470ed2b3-802f-49db-aa27-add1c65eab70 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-470ed2b3-802f-49db-aa27-add1c65eab70 td.shogun-table-column {
  background-color: rgba(254, 250, 242, 1);
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-470ed2b3-802f-49db-aa27-add1c65eab70 td.shogun-table-row {
  background-color: rgba(254, 250, 242, 1);
  padding: 0px;
}

#s-470ed2b3-802f-49db-aa27-add1c65eab70 td.shogun-table-column, #s-470ed2b3-802f-49db-aa27-add1c65eab70 td.shogun-table-row {
  border: 0px solid rgba(254, 250, 242, 1);
}

#s-5d43c8c3-2b8a-4c90-821a-872094985a2e {
  min-height: 50px;
}








#s-5d43c8c3-2b8a-4c90-821a-872094985a2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d43c8c3-2b8a-4c90-821a-872094985a2e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d9503fb2-1eea-4b1f-9d11-fb23cf0d529f {
  min-height: 50px;
}








#s-d9503fb2-1eea-4b1f-9d11-fb23cf0d529f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d9503fb2-1eea-4b1f-9d11-fb23cf0d529f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cef287bf-7a98-4939-a3e8-8409314c7290 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-cef287bf-7a98-4939-a3e8-8409314c7290 {
  display: none;
}
#s-cef287bf-7a98-4939-a3e8-8409314c7290, #wrap-s-cef287bf-7a98-4939-a3e8-8409314c7290 { display:none !important; }}@media (max-width: 767px){#s-cef287bf-7a98-4939-a3e8-8409314c7290 {
  display: none;
}
#s-cef287bf-7a98-4939-a3e8-8409314c7290, #wrap-s-cef287bf-7a98-4939-a3e8-8409314c7290 { display:none !important; }}
#s-cef287bf-7a98-4939-a3e8-8409314c7290 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Source Serif Pro";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



@media (min-width: 768px) and (max-width: 991px){#s-c6c09c90-2e32-4af1-be9a-0985e3cce19e {
  display: none;
}
#s-c6c09c90-2e32-4af1-be9a-0985e3cce19e, #wrap-s-c6c09c90-2e32-4af1-be9a-0985e3cce19e { display:none !important; }}@media (max-width: 767px){#s-c6c09c90-2e32-4af1-be9a-0985e3cce19e {
  display: none;
}
#s-c6c09c90-2e32-4af1-be9a-0985e3cce19e, #wrap-s-c6c09c90-2e32-4af1-be9a-0985e3cce19e { display:none !important; }}
@media (min-width: 0px) {
[id="s-c6c09c90-2e32-4af1-be9a-0985e3cce19e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c6c09c90-2e32-4af1-be9a-0985e3cce19e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c6c09c90-2e32-4af1-be9a-0985e3cce19e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c6c09c90-2e32-4af1-be9a-0985e3cce19e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c6c09c90-2e32-4af1-be9a-0985e3cce19e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c6c09c90-2e32-4af1-be9a-0985e3cce19e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c6c09c90-2e32-4af1-be9a-0985e3cce19e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-925e8937-e594-4b49-a146-919af11c7bcc {
  padding-left: 15px;
padding-right: 15px;
text-align: center;
}







  #s-925e8937-e594-4b49-a146-919af11c7bcc img.shogun-image {
    

    
    
    
  }


#s-925e8937-e594-4b49-a146-919af11c7bcc .shogun-image-content {
  
    align-items: center;
  
}

#s-559d3554-5bef-4703-8283-b2edd1fc837d {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-ee0c0aac-617c-46b1-93df-0ad1e66f248b {
  min-height: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ee0c0aac-617c-46b1-93df-0ad1e66f248b {
  display: none;
}
#s-ee0c0aac-617c-46b1-93df-0ad1e66f248b, #wrap-s-ee0c0aac-617c-46b1-93df-0ad1e66f248b { display:none !important; }}@media (max-width: 767px){#s-ee0c0aac-617c-46b1-93df-0ad1e66f248b {
  display: none;
}
#s-ee0c0aac-617c-46b1-93df-0ad1e66f248b, #wrap-s-ee0c0aac-617c-46b1-93df-0ad1e66f248b { display:none !important; }}







#s-ee0c0aac-617c-46b1-93df-0ad1e66f248b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee0c0aac-617c-46b1-93df-0ad1e66f248b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-14d18c3e-7da3-4f0e-a52e-1adcf7dcfc5b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-14d18c3e-7da3-4f0e-a52e-1adcf7dcfc5b {
  display: none;
}
#s-14d18c3e-7da3-4f0e-a52e-1adcf7dcfc5b, #wrap-s-14d18c3e-7da3-4f0e-a52e-1adcf7dcfc5b { display:none !important; }}@media (max-width: 767px){#s-14d18c3e-7da3-4f0e-a52e-1adcf7dcfc5b {
  display: none;
}
#s-14d18c3e-7da3-4f0e-a52e-1adcf7dcfc5b, #wrap-s-14d18c3e-7da3-4f0e-a52e-1adcf7dcfc5b { display:none !important; }}
#s-14d18c3e-7da3-4f0e-a52e-1adcf7dcfc5b .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Source Serif Pro";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



@media (min-width: 768px) and (max-width: 991px){#s-c5f7383e-1e57-4393-9a12-97d233c58f91 {
  display: none;
}
#s-c5f7383e-1e57-4393-9a12-97d233c58f91, #wrap-s-c5f7383e-1e57-4393-9a12-97d233c58f91 { display:none !important; }}@media (max-width: 767px){#s-c5f7383e-1e57-4393-9a12-97d233c58f91 {
  display: none;
}
#s-c5f7383e-1e57-4393-9a12-97d233c58f91, #wrap-s-c5f7383e-1e57-4393-9a12-97d233c58f91 { display:none !important; }}
@media (min-width: 0px) {
[id="s-c5f7383e-1e57-4393-9a12-97d233c58f91"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c5f7383e-1e57-4393-9a12-97d233c58f91"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c5f7383e-1e57-4393-9a12-97d233c58f91"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c5f7383e-1e57-4393-9a12-97d233c58f91"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c5f7383e-1e57-4393-9a12-97d233c58f91"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c5f7383e-1e57-4393-9a12-97d233c58f91"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c5f7383e-1e57-4393-9a12-97d233c58f91"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-72a8d89f-c3b5-44c3-a214-cd74e05b1439 {
  padding-left: 15px;
padding-right: 15px;
text-align: center;
}







  #s-72a8d89f-c3b5-44c3-a214-cd74e05b1439 img.shogun-image {
    

    
    
    
  }


#s-72a8d89f-c3b5-44c3-a214-cd74e05b1439 .shogun-image-content {
  
    align-items: center;
  
}

#s-a5b1d85d-c94e-4ff7-bca1-49499ac58850 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-e53f49d4-004a-45d5-973f-856fcff8bd14 {
  min-height: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e53f49d4-004a-45d5-973f-856fcff8bd14 {
  display: none;
}
#s-e53f49d4-004a-45d5-973f-856fcff8bd14, #wrap-s-e53f49d4-004a-45d5-973f-856fcff8bd14 { display:none !important; }}@media (max-width: 767px){#s-e53f49d4-004a-45d5-973f-856fcff8bd14 {
  display: none;
}
#s-e53f49d4-004a-45d5-973f-856fcff8bd14, #wrap-s-e53f49d4-004a-45d5-973f-856fcff8bd14 { display:none !important; }}







#s-e53f49d4-004a-45d5-973f-856fcff8bd14 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e53f49d4-004a-45d5-973f-856fcff8bd14.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9f071530-34a6-4d38-9ae9-64bd077caee9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-9f071530-34a6-4d38-9ae9-64bd077caee9 {
  display: none;
}
#s-9f071530-34a6-4d38-9ae9-64bd077caee9, #wrap-s-9f071530-34a6-4d38-9ae9-64bd077caee9 { display:none !important; }}@media (max-width: 767px){#s-9f071530-34a6-4d38-9ae9-64bd077caee9 {
  display: none;
}
#s-9f071530-34a6-4d38-9ae9-64bd077caee9, #wrap-s-9f071530-34a6-4d38-9ae9-64bd077caee9 { display:none !important; }}
#s-9f071530-34a6-4d38-9ae9-64bd077caee9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Source Serif Pro";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



@media (min-width: 768px) and (max-width: 991px){#s-3f56d526-4ce9-47b8-b6a3-329569334417 {
  display: none;
}
#s-3f56d526-4ce9-47b8-b6a3-329569334417, #wrap-s-3f56d526-4ce9-47b8-b6a3-329569334417 { display:none !important; }}@media (max-width: 767px){#s-3f56d526-4ce9-47b8-b6a3-329569334417 {
  display: none;
}
#s-3f56d526-4ce9-47b8-b6a3-329569334417, #wrap-s-3f56d526-4ce9-47b8-b6a3-329569334417 { display:none !important; }}
@media (min-width: 0px) {
[id="s-3f56d526-4ce9-47b8-b6a3-329569334417"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3f56d526-4ce9-47b8-b6a3-329569334417"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3f56d526-4ce9-47b8-b6a3-329569334417"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3f56d526-4ce9-47b8-b6a3-329569334417"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3f56d526-4ce9-47b8-b6a3-329569334417"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3f56d526-4ce9-47b8-b6a3-329569334417"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3f56d526-4ce9-47b8-b6a3-329569334417"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-3083136c-4fab-4605-9bc7-1131da99ee9a {
  padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
text-align: center;
}







  #s-3083136c-4fab-4605-9bc7-1131da99ee9a img.shogun-image {
    

    
    
    
  }


#s-3083136c-4fab-4605-9bc7-1131da99ee9a .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-057d42f8-b59a-4988-bce8-8edc9e8b14e2 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-8c7c4705-babe-43ef-ab4f-14b3101dbe9f {
  min-height: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8c7c4705-babe-43ef-ab4f-14b3101dbe9f {
  display: none;
}
#s-8c7c4705-babe-43ef-ab4f-14b3101dbe9f, #wrap-s-8c7c4705-babe-43ef-ab4f-14b3101dbe9f { display:none !important; }}@media (max-width: 767px){#s-8c7c4705-babe-43ef-ab4f-14b3101dbe9f {
  display: none;
}
#s-8c7c4705-babe-43ef-ab4f-14b3101dbe9f, #wrap-s-8c7c4705-babe-43ef-ab4f-14b3101dbe9f { display:none !important; }}







#s-8c7c4705-babe-43ef-ab4f-14b3101dbe9f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c7c4705-babe-43ef-ab4f-14b3101dbe9f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-26990191-47a4-482f-a5f3-f0dd7f1f579e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-26990191-47a4-482f-a5f3-f0dd7f1f579e {
  display: none;
}
#s-26990191-47a4-482f-a5f3-f0dd7f1f579e, #wrap-s-26990191-47a4-482f-a5f3-f0dd7f1f579e { display:none !important; }}@media (max-width: 767px){#s-26990191-47a4-482f-a5f3-f0dd7f1f579e {
  display: none;
}
#s-26990191-47a4-482f-a5f3-f0dd7f1f579e, #wrap-s-26990191-47a4-482f-a5f3-f0dd7f1f579e { display:none !important; }}
#s-26990191-47a4-482f-a5f3-f0dd7f1f579e .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Source Serif Pro";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



@media (min-width: 768px) and (max-width: 991px){#s-929f5e1a-431e-47dc-9a7b-778e5fc29070 {
  display: none;
}
#s-929f5e1a-431e-47dc-9a7b-778e5fc29070, #wrap-s-929f5e1a-431e-47dc-9a7b-778e5fc29070 { display:none !important; }}@media (max-width: 767px){#s-929f5e1a-431e-47dc-9a7b-778e5fc29070 {
  display: none;
}
#s-929f5e1a-431e-47dc-9a7b-778e5fc29070, #wrap-s-929f5e1a-431e-47dc-9a7b-778e5fc29070 { display:none !important; }}
@media (min-width: 0px) {
[id="s-929f5e1a-431e-47dc-9a7b-778e5fc29070"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-929f5e1a-431e-47dc-9a7b-778e5fc29070"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-929f5e1a-431e-47dc-9a7b-778e5fc29070"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-929f5e1a-431e-47dc-9a7b-778e5fc29070"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-929f5e1a-431e-47dc-9a7b-778e5fc29070"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-929f5e1a-431e-47dc-9a7b-778e5fc29070"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-929f5e1a-431e-47dc-9a7b-778e5fc29070"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-bf353c53-e4a0-4776-95a9-31f5dadd2bcf {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}







  #s-bf353c53-e4a0-4776-95a9-31f5dadd2bcf img.shogun-image {
    

    
    
    
  }


#s-bf353c53-e4a0-4776-95a9-31f5dadd2bcf .shogun-image-content {
  
    align-items: center;
  
}

#s-75869e3a-36bf-4275-9f61-a69eec624d4c {
  min-height: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-75869e3a-36bf-4275-9f61-a69eec624d4c {
  display: none;
}
#s-75869e3a-36bf-4275-9f61-a69eec624d4c, #wrap-s-75869e3a-36bf-4275-9f61-a69eec624d4c { display:none !important; }}@media (max-width: 767px){#s-75869e3a-36bf-4275-9f61-a69eec624d4c {
  display: none;
}
#s-75869e3a-36bf-4275-9f61-a69eec624d4c, #wrap-s-75869e3a-36bf-4275-9f61-a69eec624d4c { display:none !important; }}







#s-75869e3a-36bf-4275-9f61-a69eec624d4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75869e3a-36bf-4275-9f61-a69eec624d4c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-38b57c83-6260-4652-a452-05057b0c7256 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-38b57c83-6260-4652-a452-05057b0c7256 {
  display: none;
}
#s-38b57c83-6260-4652-a452-05057b0c7256, #wrap-s-38b57c83-6260-4652-a452-05057b0c7256 { display:none !important; }}@media (max-width: 767px){#s-38b57c83-6260-4652-a452-05057b0c7256 {
  display: none;
}
#s-38b57c83-6260-4652-a452-05057b0c7256, #wrap-s-38b57c83-6260-4652-a452-05057b0c7256 { display:none !important; }}
#s-38b57c83-6260-4652-a452-05057b0c7256 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Source Serif Pro";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



@media (min-width: 768px) and (max-width: 991px){#s-45519be1-6cc5-4695-9d04-e0f46d409c0e {
  display: none;
}
#s-45519be1-6cc5-4695-9d04-e0f46d409c0e, #wrap-s-45519be1-6cc5-4695-9d04-e0f46d409c0e { display:none !important; }}@media (max-width: 767px){#s-45519be1-6cc5-4695-9d04-e0f46d409c0e {
  display: none;
}
#s-45519be1-6cc5-4695-9d04-e0f46d409c0e, #wrap-s-45519be1-6cc5-4695-9d04-e0f46d409c0e { display:none !important; }}
@media (min-width: 0px) {
[id="s-45519be1-6cc5-4695-9d04-e0f46d409c0e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-45519be1-6cc5-4695-9d04-e0f46d409c0e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-45519be1-6cc5-4695-9d04-e0f46d409c0e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-45519be1-6cc5-4695-9d04-e0f46d409c0e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-45519be1-6cc5-4695-9d04-e0f46d409c0e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-45519be1-6cc5-4695-9d04-e0f46d409c0e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-45519be1-6cc5-4695-9d04-e0f46d409c0e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-5a8c2775-5d69-4dc0-8caa-d802ea6d8bd4 {
  padding-left: 15px;
padding-right: 15px;
text-align: center;
}







  #s-5a8c2775-5d69-4dc0-8caa-d802ea6d8bd4 img.shogun-image {
    

    
    
    
  }


#s-5a8c2775-5d69-4dc0-8caa-d802ea6d8bd4 .shogun-image-content {
  
    align-items: center;
  
}

#s-0459e9ed-d2bc-424d-a3ff-199f5aaddde5 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-a2ceaaba-9f28-41c0-968b-bcb99fc11679 {
  min-height: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a2ceaaba-9f28-41c0-968b-bcb99fc11679 {
  display: none;
}
#s-a2ceaaba-9f28-41c0-968b-bcb99fc11679, #wrap-s-a2ceaaba-9f28-41c0-968b-bcb99fc11679 { display:none !important; }}@media (max-width: 767px){#s-a2ceaaba-9f28-41c0-968b-bcb99fc11679 {
  display: none;
}
#s-a2ceaaba-9f28-41c0-968b-bcb99fc11679, #wrap-s-a2ceaaba-9f28-41c0-968b-bcb99fc11679 { display:none !important; }}







#s-a2ceaaba-9f28-41c0-968b-bcb99fc11679 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a2ceaaba-9f28-41c0-968b-bcb99fc11679.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8f8828aa-9ab7-45c9-a2af-21bc9482b08d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8f8828aa-9ab7-45c9-a2af-21bc9482b08d .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Source Serif Pro";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



@media (min-width: 0px) {
[id="s-56b05b11-df6b-42c0-8775-462474dd8f0b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-56b05b11-df6b-42c0-8775-462474dd8f0b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-56b05b11-df6b-42c0-8775-462474dd8f0b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-56b05b11-df6b-42c0-8775-462474dd8f0b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-56b05b11-df6b-42c0-8775-462474dd8f0b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-56b05b11-df6b-42c0-8775-462474dd8f0b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-56b05b11-df6b-42c0-8775-462474dd8f0b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-5da4e78d-075a-41f1-81c2-eea2053558cf {
  padding-left: 15px;
padding-right: 15px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-5da4e78d-075a-41f1-81c2-eea2053558cf {
  display: none;
}
#s-5da4e78d-075a-41f1-81c2-eea2053558cf, #wrap-s-5da4e78d-075a-41f1-81c2-eea2053558cf { display:none !important; }}@media (max-width: 767px){#s-5da4e78d-075a-41f1-81c2-eea2053558cf {
  display: none;
}
#s-5da4e78d-075a-41f1-81c2-eea2053558cf, #wrap-s-5da4e78d-075a-41f1-81c2-eea2053558cf { display:none !important; }}






  #s-5da4e78d-075a-41f1-81c2-eea2053558cf img.shogun-image {
    

    
    
    
  }


#s-5da4e78d-075a-41f1-81c2-eea2053558cf .shogun-image-content {
  
    align-items: center;
  
}

#s-9070e6ef-61ff-4d30-997f-c0c402bfc24a {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-764268f0-085b-4633-a722-ea299b76516b {
  min-height: 20px;
}








#s-764268f0-085b-4633-a722-ea299b76516b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-764268f0-085b-4633-a722-ea299b76516b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9da015be-70c9-4828-94b4-25fea82999a3 {
  min-height: 50px;
}








#s-9da015be-70c9-4828-94b4-25fea82999a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9da015be-70c9-4828-94b4-25fea82999a3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-212d31c7-c7c9-4b2a-80fd-d82eceea1f1b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-212d31c7-c7c9-4b2a-80fd-d82eceea1f1b .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Source Serif Pro";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



@media (min-width: 0px) {
[id="s-6df81bae-98cf-4901-9e46-7505132bd26b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-6df81bae-98cf-4901-9e46-7505132bd26b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6df81bae-98cf-4901-9e46-7505132bd26b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6df81bae-98cf-4901-9e46-7505132bd26b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6df81bae-98cf-4901-9e46-7505132bd26b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6df81bae-98cf-4901-9e46-7505132bd26b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6df81bae-98cf-4901-9e46-7505132bd26b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-59c22f4d-dcc6-48cd-85b2-4ca4f59ea070 {
  margin-top: 40px;
margin-left: 5px;
margin-bottom: 7px;
margin-right: 5px;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
text-align: center;
}







  #s-59c22f4d-dcc6-48cd-85b2-4ca4f59ea070 img.shogun-image {
    

    
    
    
  }


#s-59c22f4d-dcc6-48cd-85b2-4ca4f59ea070 .shogun-image-content {
  
    align-items: center;
  
}

#s-0b220441-0688-403a-b091-ab73c74263ce {
  margin-top: 5px;
margin-left: 13px;
margin-bottom: 5px;
margin-right: 13px;
text-align: center;
}







  #s-0b220441-0688-403a-b091-ab73c74263ce img.shogun-image {
    

    
    
    
  }


#s-0b220441-0688-403a-b091-ab73c74263ce .shogun-image-content {
  
    align-items: center;
  
}

#s-1de6d791-7822-4691-ae9c-dd89e457d3fe {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-7ddbf308-6660-4211-bc2e-78cb77475ae4 {
  min-height: 50px;
}








#s-7ddbf308-6660-4211-bc2e-78cb77475ae4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ddbf308-6660-4211-bc2e-78cb77475ae4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-17faa587-3fec-4195-88d5-cb3bfaef194c {
  border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(38, 62, 130, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(254, 242, 218, 1);
}








#s-17faa587-3fec-4195-88d5-cb3bfaef194c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17faa587-3fec-4195-88d5-cb3bfaef194c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1c341c1f-ce85-43c4-90cb-87cccce7513f {
  margin-left: 5px;
margin-right: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1c341c1f-ce85-43c4-90cb-87cccce7513f .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Source Serif Pro";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-c66fb094-ed11-4f01-bbbb-c374b5e297b2 {
  margin-left: 5px;
margin-right: 5px;
padding-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-c66fb094-ed11-4f01-bbbb-c374b5e297b2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-c66fb094-ed11-4f01-bbbb-c374b5e297b2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-c66fb094-ed11-4f01-bbbb-c374b5e297b2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-c66fb094-ed11-4f01-bbbb-c374b5e297b2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-c66fb094-ed11-4f01-bbbb-c374b5e297b2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-c66fb094-ed11-4f01-bbbb-c374b5e297b2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-c66fb094-ed11-4f01-bbbb-c374b5e297b2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-daa45d08-c616-4e51-b48c-4b3485c8325e {
  text-align: left;
}



.shg-c#s-daa45d08-c616-4e51-b48c-4b3485c8325e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-daa45d08-c616-4e51-b48c-4b3485c8325e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-daa45d08-c616-4e51-b48c-4b3485c8325e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-daa45d08-c616-4e51-b48c-4b3485c8325e img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-daa45d08-c616-4e51-b48c-4b3485c8325e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-daa45d08-c616-4e51-b48c-4b3485c8325e img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-daa45d08-c616-4e51-b48c-4b3485c8325e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-daa45d08-c616-4e51-b48c-4b3485c8325e img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-daa45d08-c616-4e51-b48c-4b3485c8325e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-daa45d08-c616-4e51-b48c-4b3485c8325e img.shogun-image {
  width: 100%;
}



}
#s-7745d374-3792-4477-a1d2-5de57af3d636 {
  padding-left: 19px;
padding-right: 19px;
}

@media (min-width: 0px) {
[id="s-1b7b5d55-0bcc-4aee-9781-395923462af0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-1b7b5d55-0bcc-4aee-9781-395923462af0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1b7b5d55-0bcc-4aee-9781-395923462af0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1b7b5d55-0bcc-4aee-9781-395923462af0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1b7b5d55-0bcc-4aee-9781-395923462af0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1b7b5d55-0bcc-4aee-9781-395923462af0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1b7b5d55-0bcc-4aee-9781-395923462af0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

.shg-btn-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

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

.shg-variant-btn {
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  letter-spacing: normal;
}

.shg-variant-btn.hidden {
  display: none;
}

.shg-variant-btn.disabled {
  cursor: not-allowed;
}

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

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

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

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

#s-d41383d3-d210-4984-9d56-ea755fb2f9a6 {
  margin-top: -19px;
margin-bottom: -15px;
text-align: left;
}

#s-d41383d3-d210-4984-9d56-ea755fb2f9a6 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-d41383d3-d210-4984-9d56-ea755fb2f9a6 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-d41383d3-d210-4984-9d56-ea755fb2f9a6 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-d41383d3-d210-4984-9d56-ea755fb2f9a6 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-d41383d3-d210-4984-9d56-ea755fb2f9a6 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-d41383d3-d210-4984-9d56-ea755fb2f9a6 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-d41383d3-d210-4984-9d56-ea755fb2f9a6 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-d41383d3-d210-4984-9d56-ea755fb2f9a6 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-d41383d3-d210-4984-9d56-ea755fb2f9a6 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-d41383d3-d210-4984-9d56-ea755fb2f9a6 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-d41383d3-d210-4984-9d56-ea755fb2f9a6 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-d41383d3-d210-4984-9d56-ea755fb2f9a6-btn-wrapper {
    text-align: center;
  }


#s-d41383d3-d210-4984-9d56-ea755fb2f9a6 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-d41383d3-d210-4984-9d56-ea755fb2f9a6 .shg-variant-btn:hover {
  background: #252525;
}

#s-d41383d3-d210-4984-9d56-ea755fb2f9a6 .shg-variant-btn:active, #s-d41383d3-d210-4984-9d56-ea755fb2f9a6 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-d41383d3-d210-4984-9d56-ea755fb2f9a6 .shg-variant-btn.disabled {
  background: #252525;
}

#s-d2f698f7-6df7-43ac-993b-e62532276c46 {
  margin-left: 19px;
text-align: left;
}

#s-d2f698f7-6df7-43ac-993b-e62532276c46 .shg-product-sold-out {
  display: none;
  color: rgba(240, 85, 80, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d2f698f7-6df7-43ac-993b-e62532276c46 .shg-product-price {
  color: rgba(240, 85, 80, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d2f698f7-6df7-43ac-993b-e62532276c46 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(77, 77, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 5px;
}

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

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

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

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

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

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

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

#s-669107da-ff0a-4d47-8aa7-9ff39c534b3f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(38, 62, 131, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-669107da-ff0a-4d47-8aa7-9ff39c534b3f:hover {background-color: rgba(29, 48, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-669107da-ff0a-4d47-8aa7-9ff39c534b3f:active {background-color: rgba(38, 62, 131, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-669107da-ff0a-4d47-8aa7-9ff39c534b3f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-669107da-ff0a-4d47-8aa7-9ff39c534b3f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-669107da-ff0a-4d47-8aa7-9ff39c534b3f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-669107da-ff0a-4d47-8aa7-9ff39c534b3f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



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