.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * 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: flex;
  width: 100%;
}

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  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 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-0eb642c3-f696-4fc5-a766-d9131b00d6cc {
  background-image: url(https://i.shgcdn.com/ca1e239e-004b-4f6d-a274-7c0348aebd2d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: contain;
min-height: 150px;
background-position: center center;
}








#s-0eb642c3-f696-4fc5-a766-d9131b00d6cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0eb642c3-f696-4fc5-a766-d9131b00d6cc.shg-box.shg-c {
  justify-content: center;
}

#s-9aa950f0-b3f3-4b76-aa54-d457c5f028e4 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

.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: #000;
  text-transform: none;
  font-weight: normal;
  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-41f83358-abed-48ea-935b-0e80d1f172b2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-41f83358-abed-48ea-935b-0e80d1f172b2 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 51px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ee297cfc-8c67-46bb-bc66-829b22ca55fc hr {
  border: 0;
  width: 100%;
  border-top: 3px solid rgba(221, 221, 221, 0);
}

.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 {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-a8fd4db8-cf19-44f3-9164-b5ead3b8b27a {
  border-style: solid;
padding-left: 0px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #2C2A34;
border-radius: 0px;
text-align: center;
}




  #s-a8fd4db8-cf19-44f3-9164-b5ead3b8b27a img.shogun-image {
    
    width: px;
  }


#s-a8fd4db8-cf19-44f3-9164-b5ead3b8b27a .shogun-image-content {
  
    align-items: center;
  
}

#s-82909d86-3e0d-4e79-bd24-4ff15c0935b6 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(221, 221, 221, 0);
}

.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 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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.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 {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          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;
}

#s-2b77ddfa-8b07-4358-9bc0-7f53a7f5d084 {
  padding-left: 20px;
padding-right: 20px;
}

#s-2dead3da-fa6b-498f-be0c-cc30f3779abc hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-9a0a6846-7ae3-4383-a5c1-044bfb93a872 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9a0a6846-7ae3-4383-a5c1-044bfb93a872 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0c8578dd-4dbb-4b9b-b583-28332bed76bd hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(221, 221, 221, 0);
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
justify-content: space-between;
}

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

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

@media (min-width: 0px) {
[id="s-532df601-17a7-4596-b2b8-b0b1ce18a9c4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-532df601-17a7-4596-b2b8-b0b1ce18a9c4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-532df601-17a7-4596-b2b8-b0b1ce18a9c4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-532df601-17a7-4596-b2b8-b0b1ce18a9c4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-532df601-17a7-4596-b2b8-b0b1ce18a9c4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-532df601-17a7-4596-b2b8-b0b1ce18a9c4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-532df601-17a7-4596-b2b8-b0b1ce18a9c4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-532df601-17a7-4596-b2b8-b0b1ce18a9c4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-532df601-17a7-4596-b2b8-b0b1ce18a9c4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-532df601-17a7-4596-b2b8-b0b1ce18a9c4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-532df601-17a7-4596-b2b8-b0b1ce18a9c4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-532df601-17a7-4596-b2b8-b0b1ce18a9c4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-532df601-17a7-4596-b2b8-b0b1ce18a9c4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-532df601-17a7-4596-b2b8-b0b1ce18a9c4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-532df601-17a7-4596-b2b8-b0b1ce18a9c4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-532df601-17a7-4596-b2b8-b0b1ce18a9c4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-532df601-17a7-4596-b2b8-b0b1ce18a9c4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-532df601-17a7-4596-b2b8-b0b1ce18a9c4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-532df601-17a7-4596-b2b8-b0b1ce18a9c4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-532df601-17a7-4596-b2b8-b0b1ce18a9c4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-532df601-17a7-4596-b2b8-b0b1ce18a9c4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-532df601-17a7-4596-b2b8-b0b1ce18a9c4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-532df601-17a7-4596-b2b8-b0b1ce18a9c4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-532df601-17a7-4596-b2b8-b0b1ce18a9c4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-532df601-17a7-4596-b2b8-b0b1ce18a9c4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-532df601-17a7-4596-b2b8-b0b1ce18a9c4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-532df601-17a7-4596-b2b8-b0b1ce18a9c4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-532df601-17a7-4596-b2b8-b0b1ce18a9c4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-532df601-17a7-4596-b2b8-b0b1ce18a9c4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-532df601-17a7-4596-b2b8-b0b1ce18a9c4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-532df601-17a7-4596-b2b8-b0b1ce18a9c4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-532df601-17a7-4596-b2b8-b0b1ce18a9c4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-532df601-17a7-4596-b2b8-b0b1ce18a9c4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-532df601-17a7-4596-b2b8-b0b1ce18a9c4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-532df601-17a7-4596-b2b8-b0b1ce18a9c4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-532df601-17a7-4596-b2b8-b0b1ce18a9c4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-532df601-17a7-4596-b2b8-b0b1ce18a9c4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d1e136f5-4afb-4f31-93a2-ba554ab5792f {
  border-style: solid;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #2C2A34;
text-align: center;
}




  #s-d1e136f5-4afb-4f31-93a2-ba554ab5792f img.shogun-image {
    
    width: px;
  }


#s-d1e136f5-4afb-4f31-93a2-ba554ab5792f .shogun-image-content {
  
    align-items: center;
  
}

#s-c5aa3460-7552-444d-87e6-252280caaced {
  margin-left: 0px;
margin-right: 0px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-912f83e8-d0c4-4681-a0e3-f4309e8b3550 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-912f83e8-d0c4-4681-a0e3-f4309e8b3550 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-912f83e8-d0c4-4681-a0e3-f4309e8b3550 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-912f83e8-d0c4-4681-a0e3-f4309e8b3550 {
  
}
}@media (max-width: 767px){#s-912f83e8-d0c4-4681-a0e3-f4309e8b3550 {
  
}
}







#s-912f83e8-d0c4-4681-a0e3-f4309e8b3550 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-912f83e8-d0c4-4681-a0e3-f4309e8b3550.shg-box.shg-c {
  justify-content: flex-start;
}

#s-87f29e70-f86d-4128-969b-5ae05f50e0d2 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-f77d1132-dadc-4ee7-bcf1-82f32018a4f8 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(221, 221, 221, 0);
}

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

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

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

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

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

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

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

#s-6c89efbe-3296-4a96-a704-b48e4eb2a0a6 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(0, 175, 255, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-6c89efbe-3296-4a96-a704-b48e4eb2a0a6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6c89efbe-3296-4a96-a704-b48e4eb2a0a6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6c89efbe-3296-4a96-a704-b48e4eb2a0a6.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-c6bf022b-7994-4aa5-a679-6b3ab18bd5ae hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-ccedb56d-9ecb-49b5-89c0-71c9870c940c hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-a43a5246-6ee5-4495-b0fb-ddde5c99bf0d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a43a5246-6ee5-4495-b0fb-ddde5c99bf0d .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-00fd18de-138d-402e-ab28-501b020e4777 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-00fd18de-138d-402e-ab28-501b020e4777 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-00fd18de-138d-402e-ab28-501b020e4777 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-00fd18de-138d-402e-ab28-501b020e4777 {
  
}
}@media (max-width: 767px){#s-00fd18de-138d-402e-ab28-501b020e4777 {
  
}
}







#s-00fd18de-138d-402e-ab28-501b020e4777 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00fd18de-138d-402e-ab28-501b020e4777.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7876af36-d2d3-4feb-8c53-172610e0e85b {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-7876af36-d2d3-4feb-8c53-172610e0e85b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7876af36-d2d3-4feb-8c53-172610e0e85b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7876af36-d2d3-4feb-8c53-172610e0e85b {
  
}
}@media (max-width: 767px){#s-7876af36-d2d3-4feb-8c53-172610e0e85b {
  
}
}
@media (min-width: 0px) {
[id="s-7876af36-d2d3-4feb-8c53-172610e0e85b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7876af36-d2d3-4feb-8c53-172610e0e85b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-7876af36-d2d3-4feb-8c53-172610e0e85b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-7876af36-d2d3-4feb-8c53-172610e0e85b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-7876af36-d2d3-4feb-8c53-172610e0e85b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-7876af36-d2d3-4feb-8c53-172610e0e85b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-7876af36-d2d3-4feb-8c53-172610e0e85b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-7876af36-d2d3-4feb-8c53-172610e0e85b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-7876af36-d2d3-4feb-8c53-172610e0e85b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-7876af36-d2d3-4feb-8c53-172610e0e85b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-7876af36-d2d3-4feb-8c53-172610e0e85b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-7876af36-d2d3-4feb-8c53-172610e0e85b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-7876af36-d2d3-4feb-8c53-172610e0e85b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-7876af36-d2d3-4feb-8c53-172610e0e85b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-7876af36-d2d3-4feb-8c53-172610e0e85b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-7876af36-d2d3-4feb-8c53-172610e0e85b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-7876af36-d2d3-4feb-8c53-172610e0e85b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-7876af36-d2d3-4feb-8c53-172610e0e85b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-7876af36-d2d3-4feb-8c53-172610e0e85b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-7876af36-d2d3-4feb-8c53-172610e0e85b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-7876af36-d2d3-4feb-8c53-172610e0e85b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-7876af36-d2d3-4feb-8c53-172610e0e85b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-7876af36-d2d3-4feb-8c53-172610e0e85b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-7876af36-d2d3-4feb-8c53-172610e0e85b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-7876af36-d2d3-4feb-8c53-172610e0e85b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-7876af36-d2d3-4feb-8c53-172610e0e85b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-7876af36-d2d3-4feb-8c53-172610e0e85b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-7876af36-d2d3-4feb-8c53-172610e0e85b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-7876af36-d2d3-4feb-8c53-172610e0e85b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-7876af36-d2d3-4feb-8c53-172610e0e85b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-7876af36-d2d3-4feb-8c53-172610e0e85b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-7876af36-d2d3-4feb-8c53-172610e0e85b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-7876af36-d2d3-4feb-8c53-172610e0e85b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-7876af36-d2d3-4feb-8c53-172610e0e85b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-7876af36-d2d3-4feb-8c53-172610e0e85b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-7876af36-d2d3-4feb-8c53-172610e0e85b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-7876af36-d2d3-4feb-8c53-172610e0e85b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

#s-6b4d6d0a-2369-4f8b-9be8-826983440e09 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-6b4d6d0a-2369-4f8b-9be8-826983440e09 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b4d6d0a-2369-4f8b-9be8-826983440e09.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e336d61a-81cb-4e3d-850a-2c21f2c009bb {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-e336d61a-81cb-4e3d-850a-2c21f2c009bb .shogun-icon-wrapper {
  text-align: center;
}


#s-e336d61a-81cb-4e3d-850a-2c21f2c009bb .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-dcf5ac23-f3da-46ac-87ed-d88a5bc3754b {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-dcf5ac23-f3da-46ac-87ed-d88a5bc3754b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dcf5ac23-f3da-46ac-87ed-d88a5bc3754b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dcf5ac23-f3da-46ac-87ed-d88a5bc3754b {
  
}
}@media (max-width: 767px){#s-dcf5ac23-f3da-46ac-87ed-d88a5bc3754b {
  
}
}
#s-a3834cbf-ea67-4bc0-9664-38b3d3d8d483 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-a3834cbf-ea67-4bc0-9664-38b3d3d8d483 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3834cbf-ea67-4bc0-9664-38b3d3d8d483.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0c186113-bf20-4a56-bd63-1b31ea203f82 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-0c186113-bf20-4a56-bd63-1b31ea203f82 .shogun-icon-wrapper {
  text-align: center;
}


#s-0c186113-bf20-4a56-bd63-1b31ea203f82 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-5de1fd8c-99f1-4a17-bdb6-bc216cde6528 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-5de1fd8c-99f1-4a17-bdb6-bc216cde6528 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5de1fd8c-99f1-4a17-bdb6-bc216cde6528 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5de1fd8c-99f1-4a17-bdb6-bc216cde6528 {
  
}
}@media (max-width: 767px){#s-5de1fd8c-99f1-4a17-bdb6-bc216cde6528 {
  
}
}
#s-8ea8bfa4-c522-4e0e-b403-26abafe07f0c {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-8ea8bfa4-c522-4e0e-b403-26abafe07f0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ea8bfa4-c522-4e0e-b403-26abafe07f0c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-aa1b7b67-c1c9-4c67-b772-1145f6487eae {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-aa1b7b67-c1c9-4c67-b772-1145f6487eae .shogun-icon-wrapper {
  text-align: center;
}


#s-aa1b7b67-c1c9-4c67-b772-1145f6487eae .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-b07f2464-2133-44a6-81c5-8b3516284abb {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-b07f2464-2133-44a6-81c5-8b3516284abb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b07f2464-2133-44a6-81c5-8b3516284abb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b07f2464-2133-44a6-81c5-8b3516284abb {
  
}
}@media (max-width: 767px){#s-b07f2464-2133-44a6-81c5-8b3516284abb {
  
}
}
#s-0a8d269e-835c-47e7-8c22-dd58f5f0634c hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-0f3e1b5c-1094-4101-a057-dac08230b3bd {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 175, 255, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-0f3e1b5c-1094-4101-a057-dac08230b3bd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0f3e1b5c-1094-4101-a057-dac08230b3bd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0f3e1b5c-1094-4101-a057-dac08230b3bd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-8091396c-3db9-4043-b847-0fbe742ba1cb hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-ab82042c-6017-41b7-99ee-548fa1e1c30c hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-bddcc2f4-e2f4-4e5f-a884-c6daafb960b6 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-04a42121-5f1f-4cb1-bc7a-5dedaa5ffafc {
  min-height: 50px;
background-color: rgba(234, 234, 234, 1);
}
@media (min-width: 1200px){#s-04a42121-5f1f-4cb1-bc7a-5dedaa5ffafc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-04a42121-5f1f-4cb1-bc7a-5dedaa5ffafc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-04a42121-5f1f-4cb1-bc7a-5dedaa5ffafc {
  
}
}@media (max-width: 767px){#s-04a42121-5f1f-4cb1-bc7a-5dedaa5ffafc {
  
}
}







#s-04a42121-5f1f-4cb1-bc7a-5dedaa5ffafc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-04a42121-5f1f-4cb1-bc7a-5dedaa5ffafc.shg-box.shg-c {
  justify-content: flex-start;
}

#s-530e23ef-f862-4f6d-8336-d8abd4f3c5fa {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-530e23ef-f862-4f6d-8336-d8abd4f3c5fa {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-530e23ef-f862-4f6d-8336-d8abd4f3c5fa {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-530e23ef-f862-4f6d-8336-d8abd4f3c5fa {
  
}
}@media (max-width: 767px){#s-530e23ef-f862-4f6d-8336-d8abd4f3c5fa {
  
}
}







#s-530e23ef-f862-4f6d-8336-d8abd4f3c5fa > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-530e23ef-f862-4f6d-8336-d8abd4f3c5fa.shg-box.shg-c {
  justify-content: center;
}

#s-06f224c2-0093-4924-baac-3e6d3f256058 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-06f224c2-0093-4924-baac-3e6d3f256058"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-06f224c2-0093-4924-baac-3e6d3f256058"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-06f224c2-0093-4924-baac-3e6d3f256058"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-06f224c2-0093-4924-baac-3e6d3f256058"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-06f224c2-0093-4924-baac-3e6d3f256058"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-06f224c2-0093-4924-baac-3e6d3f256058"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-06f224c2-0093-4924-baac-3e6d3f256058"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-06f224c2-0093-4924-baac-3e6d3f256058"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-06f224c2-0093-4924-baac-3e6d3f256058"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-06f224c2-0093-4924-baac-3e6d3f256058"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-06f224c2-0093-4924-baac-3e6d3f256058"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-06f224c2-0093-4924-baac-3e6d3f256058"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-06f224c2-0093-4924-baac-3e6d3f256058"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-06f224c2-0093-4924-baac-3e6d3f256058"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-06f224c2-0093-4924-baac-3e6d3f256058"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-06f224c2-0093-4924-baac-3e6d3f256058"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-06f224c2-0093-4924-baac-3e6d3f256058"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-06f224c2-0093-4924-baac-3e6d3f256058"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-06f224c2-0093-4924-baac-3e6d3f256058"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-06f224c2-0093-4924-baac-3e6d3f256058"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-06f224c2-0093-4924-baac-3e6d3f256058"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-06f224c2-0093-4924-baac-3e6d3f256058"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-06f224c2-0093-4924-baac-3e6d3f256058"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-06f224c2-0093-4924-baac-3e6d3f256058"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-06f224c2-0093-4924-baac-3e6d3f256058"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-06f224c2-0093-4924-baac-3e6d3f256058"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-06f224c2-0093-4924-baac-3e6d3f256058"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-06f224c2-0093-4924-baac-3e6d3f256058"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-06f224c2-0093-4924-baac-3e6d3f256058"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-06f224c2-0093-4924-baac-3e6d3f256058"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-06f224c2-0093-4924-baac-3e6d3f256058"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-06f224c2-0093-4924-baac-3e6d3f256058"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-06f224c2-0093-4924-baac-3e6d3f256058"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-06f224c2-0093-4924-baac-3e6d3f256058"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-06f224c2-0093-4924-baac-3e6d3f256058"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-06f224c2-0093-4924-baac-3e6d3f256058"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-06f224c2-0093-4924-baac-3e6d3f256058"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-f1ae30ce-9b7e-4969-b7f3-b3b27e663afb {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-f1ae30ce-9b7e-4969-b7f3-b3b27e663afb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f1ae30ce-9b7e-4969-b7f3-b3b27e663afb.shg-box.shg-c {
  justify-content: flex-start;
}

#s-5adbc823-87b1-4097-9671-fc74459ba3a9 {
  margin-left: 20px;
margin-right: 20px;
}

#s-5adbc823-87b1-4097-9671-fc74459ba3a9 .shogun-icon-wrapper {
  text-align: left;
}


#s-5adbc823-87b1-4097-9671-fc74459ba3a9 .shogun-icon-wrapper > .shogun-icon {

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

#s-25644309-006b-415c-8398-539f37532a6d {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-25644309-006b-415c-8398-539f37532a6d .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-08b9b0e9-39ec-4982-bc39-a4088c593998 {
  margin-left: 20px;
margin-right: 20px;
}

#s-2b2cf864-7c0e-4a8a-a9e5-81178336a93b {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-2b2cf864-7c0e-4a8a-a9e5-81178336a93b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b2cf864-7c0e-4a8a-a9e5-81178336a93b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b67e0a7b-8a13-48ee-a33c-25185e2e367f {
  margin-left: 20px;
margin-right: 20px;
}

#s-b67e0a7b-8a13-48ee-a33c-25185e2e367f .shogun-icon-wrapper {
  text-align: left;
}


#s-b67e0a7b-8a13-48ee-a33c-25185e2e367f .shogun-icon-wrapper > .shogun-icon {

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

#s-977e7cab-b77e-4490-9652-529c59e54d0e {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-977e7cab-b77e-4490-9652-529c59e54d0e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-8d84f750-ef82-48d5-94cb-34958e90887c {
  margin-left: 20px;
margin-right: 20px;
}

#s-5910a92e-2439-4a6b-8eeb-092088258587 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-5910a92e-2439-4a6b-8eeb-092088258587 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5910a92e-2439-4a6b-8eeb-092088258587.shg-box.shg-c {
  justify-content: flex-start;
}

#s-218b7b06-9627-4eec-9040-444a37d1851f {
  margin-left: 20px;
margin-right: 20px;
}

#s-218b7b06-9627-4eec-9040-444a37d1851f .shogun-icon-wrapper {
  text-align: left;
}


#s-218b7b06-9627-4eec-9040-444a37d1851f .shogun-icon-wrapper > .shogun-icon {

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

#s-982e8b23-8a82-4c3d-9ff6-d9dd40e8dd87 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-982e8b23-8a82-4c3d-9ff6-d9dd40e8dd87 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-aad58b72-97b4-4c81-84a6-2379cf81f086 {
  margin-left: 20px;
margin-right: 20px;
}

#s-1a13184d-fb95-4a4b-b23e-10aec24e1e00 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-00e39054-583a-4862-bbae-175f14009313 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-d00b5139-0142-4206-9dce-d24555c6ad2b {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 175, 255, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-d00b5139-0142-4206-9dce-d24555c6ad2b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d00b5139-0142-4206-9dce-d24555c6ad2b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d00b5139-0142-4206-9dce-d24555c6ad2b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-8f017357-3c95-4b28-ae61-beb98aec722e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-8f017357-3c95-4b28-ae61-beb98aec722e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8f017357-3c95-4b28-ae61-beb98aec722e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8f017357-3c95-4b28-ae61-beb98aec722e {
  
}
}@media (max-width: 767px){#s-8f017357-3c95-4b28-ae61-beb98aec722e {
  
}
}







#s-8f017357-3c95-4b28-ae61-beb98aec722e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f017357-3c95-4b28-ae61-beb98aec722e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9bbde88e-cbac-4af9-87ef-150b7754ab10 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-fba1f325-a810-4890-94d0-a06e253ba864 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-3a89d833-172b-46af-9cd5-ce4ffe1b660d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3a89d833-172b-46af-9cd5-ce4ffe1b660d .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ff218032-7f98-4d35-bcec-6823d53769e0 {
  margin-top: 50px;
margin-left: 100px;
margin-bottom: 50px;
margin-right: 100px;
background-color: rgba(0, 2, 1, 0);
}

@media (min-width: 0px) {
[id="s-ff218032-7f98-4d35-bcec-6823d53769e0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ff218032-7f98-4d35-bcec-6823d53769e0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ff218032-7f98-4d35-bcec-6823d53769e0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ff218032-7f98-4d35-bcec-6823d53769e0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ff218032-7f98-4d35-bcec-6823d53769e0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ff218032-7f98-4d35-bcec-6823d53769e0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ff218032-7f98-4d35-bcec-6823d53769e0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ff218032-7f98-4d35-bcec-6823d53769e0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ff218032-7f98-4d35-bcec-6823d53769e0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ff218032-7f98-4d35-bcec-6823d53769e0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ff218032-7f98-4d35-bcec-6823d53769e0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ff218032-7f98-4d35-bcec-6823d53769e0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ff218032-7f98-4d35-bcec-6823d53769e0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ff218032-7f98-4d35-bcec-6823d53769e0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ff218032-7f98-4d35-bcec-6823d53769e0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ff218032-7f98-4d35-bcec-6823d53769e0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ff218032-7f98-4d35-bcec-6823d53769e0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ff218032-7f98-4d35-bcec-6823d53769e0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ff218032-7f98-4d35-bcec-6823d53769e0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ff218032-7f98-4d35-bcec-6823d53769e0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ff218032-7f98-4d35-bcec-6823d53769e0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ff218032-7f98-4d35-bcec-6823d53769e0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ff218032-7f98-4d35-bcec-6823d53769e0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ff218032-7f98-4d35-bcec-6823d53769e0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ff218032-7f98-4d35-bcec-6823d53769e0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ff218032-7f98-4d35-bcec-6823d53769e0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ff218032-7f98-4d35-bcec-6823d53769e0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ff218032-7f98-4d35-bcec-6823d53769e0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ff218032-7f98-4d35-bcec-6823d53769e0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ff218032-7f98-4d35-bcec-6823d53769e0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ff218032-7f98-4d35-bcec-6823d53769e0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ff218032-7f98-4d35-bcec-6823d53769e0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ff218032-7f98-4d35-bcec-6823d53769e0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ff218032-7f98-4d35-bcec-6823d53769e0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ff218032-7f98-4d35-bcec-6823d53769e0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ff218032-7f98-4d35-bcec-6823d53769e0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ff218032-7f98-4d35-bcec-6823d53769e0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

.shg-social-alignable {
  display: inline-block;
}

.shg-social-container {
  display: flex;
}

.shg-social-element {
  display: inline-block;
  border: none !important;
  padding: 0px !important;
}

#s-c6687857-50ce-4692-bc8d-7393bd917e5f {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}

#s-afb68f54-86e1-44e4-80a4-aa54afa238a0 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: 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;
  }
}

#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;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          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;
}
