.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: ;
}

.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-d940b842-9f00-43a7-ba8b-f4976a46fc6a .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-d940b842-9f00-43a7-ba8b-f4976a46fc6a table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-d940b842-9f00-43a7-ba8b-f4976a46fc6a td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-d940b842-9f00-43a7-ba8b-f4976a46fc6a td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-d940b842-9f00-43a7-ba8b-f4976a46fc6a td.shogun-table-column, #s-d940b842-9f00-43a7-ba8b-f4976a46fc6a td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

.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-b71b5177-8697-4db8-8225-2523d713070d {
  min-height: 50px;
}








#s-b71b5177-8697-4db8-8225-2523d713070d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b71b5177-8697-4db8-8225-2523d713070d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ad434dd5-1dd4-4e3e-b8d2-21e92250416c {
  min-height: 50px;
}








#s-ad434dd5-1dd4-4e3e-b8d2-21e92250416c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad434dd5-1dd4-4e3e-b8d2-21e92250416c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-1253579f-e855-4258-89f7-8bc09ae71bf2 {
  text-align: center;
}







  #s-1253579f-e855-4258-89f7-8bc09ae71bf2 img.shogun-image {
    

    
    
    
  }


#s-1253579f-e855-4258-89f7-8bc09ae71bf2 .shogun-image-content {
  
    align-items: 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-2d043913-fa14-49d6-8e0d-847b61a24f95 {
  text-align: left;
}

#s-2d043913-fa14-49d6-8e0d-847b61a24f95 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-1b49f2b1-6e75-4ee8-bd52-d7c280a6032c {
  min-height: 50px;
}








#s-1b49f2b1-6e75-4ee8-bd52-d7c280a6032c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b49f2b1-6e75-4ee8-bd52-d7c280a6032c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6eff83ac-6b5b-4b9a-bde4-d0a8b819becd {
  text-align: center;
}







  #s-6eff83ac-6b5b-4b9a-bde4-d0a8b819becd img.shogun-image {
    

    
    
    
  }


#s-6eff83ac-6b5b-4b9a-bde4-d0a8b819becd .shogun-image-content {
  
    align-items: center;
  
}

#s-72d9778b-5552-4413-a8b0-080a1276722c {
  min-height: 50px;
}








#s-72d9778b-5552-4413-a8b0-080a1276722c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-72d9778b-5552-4413-a8b0-080a1276722c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-79a63414-e158-4944-8808-01021c51a7fa {
  text-align: center;
}







  #s-79a63414-e158-4944-8808-01021c51a7fa img.shogun-image {
    

    
    
    
  }


#s-79a63414-e158-4944-8808-01021c51a7fa .shogun-image-content {
  
    align-items: center;
  
}

#s-0a2f4caf-c066-4836-b19c-4459ece545d4 {
  min-height: 50px;
}








#s-0a2f4caf-c066-4836-b19c-4459ece545d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a2f4caf-c066-4836-b19c-4459ece545d4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cbd3545a-fe66-4340-b5bc-3132875bf5d2 {
  text-align: center;
}







  #s-cbd3545a-fe66-4340-b5bc-3132875bf5d2 img.shogun-image {
    

    
    
    
  }


#s-cbd3545a-fe66-4340-b5bc-3132875bf5d2 .shogun-image-content {
  
    align-items: center;
  
}

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

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

#s-97c3e0b6-d339-48fc-829b-8821c1f5db46 hr {
  border-top: 1px solid #ddd;
}

#s-ea0e6def-c609-4377-acd4-b25cb42e9262 {
  margin-top: 2em;
margin-bottom: 0em;
}

.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: 0px) {
[id="s-4c548bf7-34d6-48fe-a6ae-443916e043e5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4c548bf7-34d6-48fe-a6ae-443916e043e5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4c548bf7-34d6-48fe-a6ae-443916e043e5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4c548bf7-34d6-48fe-a6ae-443916e043e5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-07900419-edb2-413a-98ab-a911deed3a78 {
  text-align: center;
}







  #s-07900419-edb2-413a-98ab-a911deed3a78 img.shogun-image {
    

    
    
    
  }


#s-07900419-edb2-413a-98ab-a911deed3a78 .shogun-image-content {
  
    align-items: center;
  
}

#s-e22df2e8-cef5-4b8d-9944-26decc0dd724 {
  text-align: center;
}







  #s-e22df2e8-cef5-4b8d-9944-26decc0dd724 img.shogun-image {
    

    
    
    
  }


#s-e22df2e8-cef5-4b8d-9944-26decc0dd724 .shogun-image-content {
  
    align-items: center;
  
}

#s-907513b5-a0ea-4a7b-94cd-6e00a78f8c14 {
  margin-top: 0em;
margin-bottom: 0em;
}

#s-907513b5-a0ea-4a7b-94cd-6e00a78f8c14 hr {
  border-top: 1px solid #ddd;
}

#s-cfec33bd-e2c8-4846-846f-ecedd32d607f {
  margin-top: 2em;
margin-bottom: 0em;
}

#s-8eb85c0b-8b16-4eed-af7a-076ce61271b6 {
  min-height: 50px;
}








#s-8eb85c0b-8b16-4eed-af7a-076ce61271b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8eb85c0b-8b16-4eed-af7a-076ce61271b6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-675a2bba-8695-4d63-81d0-a70d15fed0c5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-675a2bba-8695-4d63-81d0-a70d15fed0c5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-675a2bba-8695-4d63-81d0-a70d15fed0c5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-675a2bba-8695-4d63-81d0-a70d15fed0c5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-49c7b7d6-8e2e-43be-ba64-8adf2135aa02 {
  text-align: center;
}







  #s-49c7b7d6-8e2e-43be-ba64-8adf2135aa02 img.shogun-image {
    

    
    
    
  }


#s-49c7b7d6-8e2e-43be-ba64-8adf2135aa02 .shogun-image-content {
  
    align-items: center;
  
}

#s-cc4fc088-cf4c-488f-ac86-d83cf84d25ea {
  text-align: center;
}







  #s-cc4fc088-cf4c-488f-ac86-d83cf84d25ea img.shogun-image {
    

    
    
    
  }


#s-cc4fc088-cf4c-488f-ac86-d83cf84d25ea .shogun-image-content {
  
    align-items: center;
  
}

#s-1881b7c7-9a09-4095-8885-d92e56611f6b {
  margin-top: 0em;
margin-bottom: 0em;
}

#s-1881b7c7-9a09-4095-8885-d92e56611f6b hr {
  border-top: 1px solid #ddd;
}

#s-af2ca61f-9566-481b-872f-fc42d5ccd7c8 {
  margin-top: 2em;
margin-bottom: 0em;
}

@media (min-width: 0px) {
[id="s-78705246-1cf1-4724-ade4-73b399c76e7d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-78705246-1cf1-4724-ade4-73b399c76e7d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-78705246-1cf1-4724-ade4-73b399c76e7d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-78705246-1cf1-4724-ade4-73b399c76e7d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-203ae967-07b8-4b77-9904-d82fa20197cf {
  text-align: center;
}







  #s-203ae967-07b8-4b77-9904-d82fa20197cf img.shogun-image {
    

    
    
    
  }


#s-203ae967-07b8-4b77-9904-d82fa20197cf .shogun-image-content {
  
    align-items: center;
  
}

#s-8411ed2b-0ee1-4007-a4fd-2ce265303c0a {
  text-align: center;
}







  #s-8411ed2b-0ee1-4007-a4fd-2ce265303c0a img.shogun-image {
    

    
    
    
  }


#s-8411ed2b-0ee1-4007-a4fd-2ce265303c0a .shogun-image-content {
  
    align-items: center;
  
}

#s-2cb01366-731b-46f8-a1a0-53118b955559 {
  min-height: 50px;
}








#s-2cb01366-731b-46f8-a1a0-53118b955559 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2cb01366-731b-46f8-a1a0-53118b955559.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cd49b782-fbe6-49aa-8f7d-16be3ddb1511 {
  text-align: center;
}







  #s-cd49b782-fbe6-49aa-8f7d-16be3ddb1511 img.shogun-image {
    

    
    
    
  }


#s-cd49b782-fbe6-49aa-8f7d-16be3ddb1511 .shogun-image-content {
  
    align-items: center;
  
}

#s-3007264f-7af7-48a0-ad23-04bd2b348fd4 {
  margin-top: 0em;
margin-bottom: 0em;
}

#s-3007264f-7af7-48a0-ad23-04bd2b348fd4 hr {
  border-top: 1px solid #ddd;
}

#s-43ec60bb-44a6-4e11-8d68-2a7aeeaea644 {
  margin-top: 2em;
margin-bottom: 0em;
}

@media (min-width: 0px) {
[id="s-8c6ff491-6a24-4f6b-8e16-d4e1758593bf"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8c6ff491-6a24-4f6b-8e16-d4e1758593bf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8c6ff491-6a24-4f6b-8e16-d4e1758593bf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8c6ff491-6a24-4f6b-8e16-d4e1758593bf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6631d237-b3dd-430e-84a6-43a340852f03 {
  text-align: center;
}







  #s-6631d237-b3dd-430e-84a6-43a340852f03 img.shogun-image {
    

    
    
    
  }


#s-6631d237-b3dd-430e-84a6-43a340852f03 .shogun-image-content {
  
    align-items: center;
  
}

#s-e2998aef-5e7c-425e-bfa0-0f75983f4bc1 {
  text-align: center;
}







  #s-e2998aef-5e7c-425e-bfa0-0f75983f4bc1 img.shogun-image {
    

    
    
    
  }


#s-e2998aef-5e7c-425e-bfa0-0f75983f4bc1 .shogun-image-content {
  
    align-items: center;
  
}

#s-4fc3a422-e984-4a4c-8674-8bdf4b1043b4 {
  min-height: 50px;
}








#s-4fc3a422-e984-4a4c-8674-8bdf4b1043b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4fc3a422-e984-4a4c-8674-8bdf4b1043b4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5985d6f9-0668-45e2-af05-4cb69754568b {
  text-align: center;
}







  #s-5985d6f9-0668-45e2-af05-4cb69754568b img.shogun-image {
    

    
    
    
  }


#s-5985d6f9-0668-45e2-af05-4cb69754568b .shogun-image-content {
  
    align-items: center;
  
}

#s-6ceb33fa-85d2-441c-a505-fbf2b379cbef {
  margin-top: 0em;
margin-bottom: 0em;
}

#s-6ceb33fa-85d2-441c-a505-fbf2b379cbef hr {
  border-top: 1px solid #ddd;
}

#s-59a4358d-192e-4438-bd6e-ad0b1b34fe56 {
  margin-top: 2em;
margin-bottom: 0em;
}

#s-0943bef4-52e8-4f9f-af06-17527170217c {
  min-height: 50px;
}








#s-0943bef4-52e8-4f9f-af06-17527170217c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0943bef4-52e8-4f9f-af06-17527170217c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6be49359-e24b-48a5-b58a-d775779e992e {
  text-align: center;
}







  #s-6be49359-e24b-48a5-b58a-d775779e992e img.shogun-image {
    

    
    
    
  }


#s-6be49359-e24b-48a5-b58a-d775779e992e .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-43b38d7a-25ee-4741-bf02-16ba2a022af9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-43b38d7a-25ee-4741-bf02-16ba2a022af9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-43b38d7a-25ee-4741-bf02-16ba2a022af9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-43b38d7a-25ee-4741-bf02-16ba2a022af9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9c97d950-3b42-49f2-99ca-ed30507e147f {
  text-align: center;
}







  #s-9c97d950-3b42-49f2-99ca-ed30507e147f img.shogun-image {
    

    
    
    
  }


#s-9c97d950-3b42-49f2-99ca-ed30507e147f .shogun-image-content {
  
    align-items: center;
  
}

#s-9e0cb767-4ab1-4e20-a243-76fee58e80d2 {
  text-align: center;
}







  #s-9e0cb767-4ab1-4e20-a243-76fee58e80d2 img.shogun-image {
    

    
    
    
  }


#s-9e0cb767-4ab1-4e20-a243-76fee58e80d2 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-44148bc2-9119-4c60-8679-b9963e25849b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-44148bc2-9119-4c60-8679-b9963e25849b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-44148bc2-9119-4c60-8679-b9963e25849b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-44148bc2-9119-4c60-8679-b9963e25849b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-337cdf93-1c5d-4986-94e9-30e1dcb5000a {
  text-align: center;
}







  #s-337cdf93-1c5d-4986-94e9-30e1dcb5000a img.shogun-image {
    

    
    
    
  }


#s-337cdf93-1c5d-4986-94e9-30e1dcb5000a .shogun-image-content {
  
    align-items: center;
  
}

#s-872c4b5c-d16f-449c-baa5-2ac049af1343 {
  text-align: center;
}







  #s-872c4b5c-d16f-449c-baa5-2ac049af1343 img.shogun-image {
    

    
    
    
  }


#s-872c4b5c-d16f-449c-baa5-2ac049af1343 .shogun-image-content {
  
    align-items: center;
  
}

#s-3cf40ca7-8ecd-4ae8-be40-24345bebd059 {
  margin-top: 0em;
margin-bottom: 0em;
}

#s-3cf40ca7-8ecd-4ae8-be40-24345bebd059 hr {
  border-top: 1px solid #ddd;
}

#s-ea9f863f-100d-4596-a1aa-9257b2d17d38 {
  margin-top: 2em;
margin-bottom: 0em;
}

#s-b4688fec-95cf-4146-a4e4-9d5e42716fb8 {
  min-height: 50px;
}








#s-b4688fec-95cf-4146-a4e4-9d5e42716fb8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4688fec-95cf-4146-a4e4-9d5e42716fb8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-9fb714e2-0151-4695-812d-37223978f769"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9fb714e2-0151-4695-812d-37223978f769"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9fb714e2-0151-4695-812d-37223978f769"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9fb714e2-0151-4695-812d-37223978f769"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2f5d7e82-3d0a-4cfe-bbd0-b77dea9f91e7 {
  text-align: center;
}







  #s-2f5d7e82-3d0a-4cfe-bbd0-b77dea9f91e7 img.shogun-image {
    

    
    
    
  }


#s-2f5d7e82-3d0a-4cfe-bbd0-b77dea9f91e7 .shogun-image-content {
  
    align-items: center;
  
}

#s-6aff529f-2d99-4ad3-b0d7-3b3d2e03d401 {
  text-align: center;
}







  #s-6aff529f-2d99-4ad3-b0d7-3b3d2e03d401 img.shogun-image {
    

    
    
    
  }


#s-6aff529f-2d99-4ad3-b0d7-3b3d2e03d401 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-c: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}