.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-5b6466bb-abca-408e-ad65-9f0b49172d7a {
  background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-5b6466bb-abca-408e-ad65-9f0b49172d7a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5b6466bb-abca-408e-ad65-9f0b49172d7a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5b6466bb-abca-408e-ad65-9f0b49172d7a {
  
}
}@media (max-width: 767px){#s-5b6466bb-abca-408e-ad65-9f0b49172d7a {
  
}
}







#s-5b6466bb-abca-408e-ad65-9f0b49172d7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b6466bb-abca-408e-ad65-9f0b49172d7a.shg-box.shg-c {
  justify-content: flex-start;
}

.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-29f2e3ac-56c2-4a04-bcce-6454a8744268 {
  text-align: center;
}




  #s-29f2e3ac-56c2-4a04-bcce-6454a8744268 img.shogun-image {
    
    width: px;
  }


#s-29f2e3ac-56c2-4a04-bcce-6454a8744268 .shogun-image-content {
  
    align-items: center;
  
}

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

#s-4b075803-c072-4e93-9532-d593f4a21884 {
  margin-top: 20px;
margin-left: 50px;
margin-right: 50px;
background-color: rgba(26, 26, 26, 0);
}
@media (min-width: 1200px){#s-4b075803-c072-4e93-9532-d593f4a21884 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4b075803-c072-4e93-9532-d593f4a21884 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4b075803-c072-4e93-9532-d593f4a21884 {
  
}
}@media (max-width: 767px){#s-4b075803-c072-4e93-9532-d593f4a21884 {
  
}
}
@media (min-width: 0px) {
[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

.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-6a345038-6186-4bec-9274-8e409489555f {
  border-style: solid;
margin-left: 30%;
margin-right: 30%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 0px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-6a345038-6186-4bec-9274-8e409489555f {
  margin-left: 0px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6a345038-6186-4bec-9274-8e409489555f {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-6a345038-6186-4bec-9274-8e409489555f {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-6a345038-6186-4bec-9274-8e409489555f .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 55px;
  line-height: ;
  letter-spacing: 0px;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-6a345038-6186-4bec-9274-8e409489555f .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: 0px;
  text-align: center;
}


}@media (max-width: 767px){#s-6a345038-6186-4bec-9274-8e409489555f .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-da0c5215-ebbe-4221-a66d-0861bda3a903 {
  min-height: 50px;
}








#s-da0c5215-ebbe-4221-a66d-0861bda3a903 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da0c5215-ebbe-4221-a66d-0861bda3a903.shg-box.shg-c {
  justify-content: center;
}

#s-77fb0689-93e1-42e2-9c38-7e170d776dfa {
  margin-left: 10%;
margin-right: 10%;
padding-top: 25px;
padding-bottom: 25px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-77fb0689-93e1-42e2-9c38-7e170d776dfa {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-77fb0689-93e1-42e2-9c38-7e170d776dfa {
  margin-left: 0px;
margin-right: 0px;
padding-top: 15px;
padding-bottom: 15px;
}
}
#s-77fb0689-93e1-42e2-9c38-7e170d776dfa .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: 1px;
  text-align: center;
}


@media (max-width: 767px){#s-77fb0689-93e1-42e2-9c38-7e170d776dfa .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: 1px;
  text-align: center;
}


}
#s-6786be62-dbaa-4b44-a6b2-553718e300bf {
  min-height: 50px;
}








#s-6786be62-dbaa-4b44-a6b2-553718e300bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6786be62-dbaa-4b44-a6b2-553718e300bf.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

.shg-default-text-content 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-e39d9a5c-2185-4df8-a7cb-171129e56bb5 {
  margin-left: 10%;
margin-bottom: 30px;
margin-right: 10%;
max-width: 1920px;
}
@media (min-width: 1200px){#s-e39d9a5c-2185-4df8-a7cb-171129e56bb5 {
  margin-left: 0px;
margin-right: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e39d9a5c-2185-4df8-a7cb-171129e56bb5 {
  margin-left: 0%;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e39d9a5c-2185-4df8-a7cb-171129e56bb5 {
  margin-left: 0px;
margin-right: 0%;
}
}@media (max-width: 767px){#s-e39d9a5c-2185-4df8-a7cb-171129e56bb5 {
  margin-left: 0%;
margin-right: 0px;
}
}
#s-1d16a8bf-7bad-4e6a-b24f-1557ee345ca3 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1d16a8bf-7bad-4e6a-b24f-1557ee345ca3 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 45px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-1d16a8bf-7bad-4e6a-b24f-1557ee345ca3 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (max-width: 767px){#s-1d16a8bf-7bad-4e6a-b24f-1557ee345ca3 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-54a2cda1-1dd5-4856-adc0-e2272240d43e {
  min-height: 0px;
}








#s-54a2cda1-1dd5-4856-adc0-e2272240d43e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-54a2cda1-1dd5-4856-adc0-e2272240d43e.shg-box.shg-c {
  justify-content: center;
}

.shg-sld-content {
  width: 100%;
  position: relative;
}

.shg-sld-slides {
  word-break: break-word;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;

  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyMDMgNTQ0cTAgMTMtMTAgMjNsLTM5MyAzOTMgMzkzIDM5M3ExMCAxMCAxMCAyM3QtMTAgMjNsLTUwIDUwcS0xMCAxMC0yMyAxMHQtMjMtMTBsLTQ2Ni00NjZxLTEwLTEwLTEwLTIzdDEwLTIzbDQ2Ni00NjZxMTAtMTAgMjMtMTB0MjMgMTBsNTAgNTBxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExNzEgOTYwcTAgMTMtMTAgMjNsLTQ2NiA0NjZxLTEwIDEwLTIzIDEwdC0yMy0xMGwtNTAtNTBxLTEwLTEwLTEwLTIzdDEwLTIzbDM5My0zOTMtMzkzLTM5M3EtMTAtMTAtMTAtMjN0MTAtMjNsNTAtNTBxMTAtMTAgMjMtMTB0MjMgMTBsNDY2IDQ2NnExMCAxMCAxMCAyM3oiLz48L3N2Zz4=);
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  background-color: #bbbbbb;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  background-color: #717171;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

@-webkit-keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-8ca56c2f-2434-4a45-a7d4-95951471f0b0 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-5e4b22e7-10e8-4f1c-bb7f-52493f818af5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-5e4b22e7-10e8-4f1c-bb7f-52493f818af5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5e4b22e7-10e8-4f1c-bb7f-52493f818af5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-5e4b22e7-10e8-4f1c-bb7f-52493f818af5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-5e4b22e7-10e8-4f1c-bb7f-52493f818af5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-5e4b22e7-10e8-4f1c-bb7f-52493f818af5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-5e4b22e7-10e8-4f1c-bb7f-52493f818af5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-5e4b22e7-10e8-4f1c-bb7f-52493f818af5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-5e4b22e7-10e8-4f1c-bb7f-52493f818af5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-5e4b22e7-10e8-4f1c-bb7f-52493f818af5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-5e4b22e7-10e8-4f1c-bb7f-52493f818af5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-5e4b22e7-10e8-4f1c-bb7f-52493f818af5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-5e4b22e7-10e8-4f1c-bb7f-52493f818af5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-5e4b22e7-10e8-4f1c-bb7f-52493f818af5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-5e4b22e7-10e8-4f1c-bb7f-52493f818af5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-5e4b22e7-10e8-4f1c-bb7f-52493f818af5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-5e4b22e7-10e8-4f1c-bb7f-52493f818af5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-5e4b22e7-10e8-4f1c-bb7f-52493f818af5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-5e4b22e7-10e8-4f1c-bb7f-52493f818af5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-5e4b22e7-10e8-4f1c-bb7f-52493f818af5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-5e4b22e7-10e8-4f1c-bb7f-52493f818af5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-5e4b22e7-10e8-4f1c-bb7f-52493f818af5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-5e4b22e7-10e8-4f1c-bb7f-52493f818af5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-5e4b22e7-10e8-4f1c-bb7f-52493f818af5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-5e4b22e7-10e8-4f1c-bb7f-52493f818af5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-5e4b22e7-10e8-4f1c-bb7f-52493f818af5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-5e4b22e7-10e8-4f1c-bb7f-52493f818af5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-5e4b22e7-10e8-4f1c-bb7f-52493f818af5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-5e4b22e7-10e8-4f1c-bb7f-52493f818af5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-5e4b22e7-10e8-4f1c-bb7f-52493f818af5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-5e4b22e7-10e8-4f1c-bb7f-52493f818af5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-5e4b22e7-10e8-4f1c-bb7f-52493f818af5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-5e4b22e7-10e8-4f1c-bb7f-52493f818af5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-5e4b22e7-10e8-4f1c-bb7f-52493f818af5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-5e4b22e7-10e8-4f1c-bb7f-52493f818af5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-5e4b22e7-10e8-4f1c-bb7f-52493f818af5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-5e4b22e7-10e8-4f1c-bb7f-52493f818af5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-5e4b22e7-10e8-4f1c-bb7f-52493f818af5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-d281f0bd-ee88-4791-887d-baa880448723 {
  margin-top: 10px;
}

@media (min-width: 0px) {
[id="s-cec0a3af-035e-4b04-be50-79dcf43f1715"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-cec0a3af-035e-4b04-be50-79dcf43f1715"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cec0a3af-035e-4b04-be50-79dcf43f1715"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-cec0a3af-035e-4b04-be50-79dcf43f1715"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-cec0a3af-035e-4b04-be50-79dcf43f1715"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-cec0a3af-035e-4b04-be50-79dcf43f1715"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-cec0a3af-035e-4b04-be50-79dcf43f1715"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-cec0a3af-035e-4b04-be50-79dcf43f1715"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-cec0a3af-035e-4b04-be50-79dcf43f1715"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-cec0a3af-035e-4b04-be50-79dcf43f1715"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-cec0a3af-035e-4b04-be50-79dcf43f1715"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-cec0a3af-035e-4b04-be50-79dcf43f1715"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-cec0a3af-035e-4b04-be50-79dcf43f1715"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-cec0a3af-035e-4b04-be50-79dcf43f1715"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-cec0a3af-035e-4b04-be50-79dcf43f1715"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-cec0a3af-035e-4b04-be50-79dcf43f1715"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-cec0a3af-035e-4b04-be50-79dcf43f1715"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-cec0a3af-035e-4b04-be50-79dcf43f1715"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-cec0a3af-035e-4b04-be50-79dcf43f1715"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-cec0a3af-035e-4b04-be50-79dcf43f1715"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-cec0a3af-035e-4b04-be50-79dcf43f1715"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-cec0a3af-035e-4b04-be50-79dcf43f1715"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-cec0a3af-035e-4b04-be50-79dcf43f1715"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-cec0a3af-035e-4b04-be50-79dcf43f1715"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-cec0a3af-035e-4b04-be50-79dcf43f1715"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-cec0a3af-035e-4b04-be50-79dcf43f1715"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-cec0a3af-035e-4b04-be50-79dcf43f1715"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-cec0a3af-035e-4b04-be50-79dcf43f1715"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-cec0a3af-035e-4b04-be50-79dcf43f1715"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-cec0a3af-035e-4b04-be50-79dcf43f1715"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-cec0a3af-035e-4b04-be50-79dcf43f1715"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-cec0a3af-035e-4b04-be50-79dcf43f1715"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-cec0a3af-035e-4b04-be50-79dcf43f1715"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-cec0a3af-035e-4b04-be50-79dcf43f1715"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-cec0a3af-035e-4b04-be50-79dcf43f1715"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-cec0a3af-035e-4b04-be50-79dcf43f1715"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-cec0a3af-035e-4b04-be50-79dcf43f1715"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-cec0a3af-035e-4b04-be50-79dcf43f1715"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-584ed9b9-cd14-4dd3-85d9-7937784a1828 {
  text-align: center;
}




  #s-584ed9b9-cd14-4dd3-85d9-7937784a1828 img.shogun-image {
    
    width: px;
  }


#s-584ed9b9-cd14-4dd3-85d9-7937784a1828 .shogun-image-content {
  
    align-items: center;
  
}

#s-fff83cac-bf42-4f3f-aec2-263b86602b84 {
  margin-top: 10px;
}
@media (max-width: 767px){#s-fff83cac-bf42-4f3f-aec2-263b86602b84 {
  display: none;
}
#s-fff83cac-bf42-4f3f-aec2-263b86602b84, #wrap-s-fff83cac-bf42-4f3f-aec2-263b86602b84 { display:none !important; }}
#s-f80bc240-2320-45bc-bdda-91a6d039b50d {
  margin-top: 10px;
}
@media (min-width: 1200px){#s-f80bc240-2320-45bc-bdda-91a6d039b50d {
  display: none;
}
#s-f80bc240-2320-45bc-bdda-91a6d039b50d, #wrap-s-f80bc240-2320-45bc-bdda-91a6d039b50d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f80bc240-2320-45bc-bdda-91a6d039b50d {
  display: none;
}
#s-f80bc240-2320-45bc-bdda-91a6d039b50d, #wrap-s-f80bc240-2320-45bc-bdda-91a6d039b50d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f80bc240-2320-45bc-bdda-91a6d039b50d {
  display: none;
}
#s-f80bc240-2320-45bc-bdda-91a6d039b50d, #wrap-s-f80bc240-2320-45bc-bdda-91a6d039b50d { display:none !important; }}
#s-8a839ed7-1fa5-4476-a726-875c7a012a3a {
  text-align: center;
}




  #s-8a839ed7-1fa5-4476-a726-875c7a012a3a img.shogun-image {
    
    width: px;
  }


#s-8a839ed7-1fa5-4476-a726-875c7a012a3a .shogun-image-content {
  
    align-items: center;
  
}

#s-b2a47753-250b-4ec4-8d39-37fdd8c6131d {
  margin-top: 10px;
}
@media (max-width: 767px){#s-b2a47753-250b-4ec4-8d39-37fdd8c6131d {
  display: none;
}
#s-b2a47753-250b-4ec4-8d39-37fdd8c6131d, #wrap-s-b2a47753-250b-4ec4-8d39-37fdd8c6131d { display:none !important; }}
#s-0d457ea4-d3a3-461a-851b-927f9d1649e7 {
  margin-top: 10px;
}
@media (min-width: 1200px){#s-0d457ea4-d3a3-461a-851b-927f9d1649e7 {
  display: none;
}
#s-0d457ea4-d3a3-461a-851b-927f9d1649e7, #wrap-s-0d457ea4-d3a3-461a-851b-927f9d1649e7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0d457ea4-d3a3-461a-851b-927f9d1649e7 {
  display: none;
}
#s-0d457ea4-d3a3-461a-851b-927f9d1649e7, #wrap-s-0d457ea4-d3a3-461a-851b-927f9d1649e7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0d457ea4-d3a3-461a-851b-927f9d1649e7 {
  display: none;
}
#s-0d457ea4-d3a3-461a-851b-927f9d1649e7, #wrap-s-0d457ea4-d3a3-461a-851b-927f9d1649e7 { display:none !important; }}
@media (min-width: 0px) {
[id="s-23effcc8-9cbc-4b33-9ba2-d6a3745b2833"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-23effcc8-9cbc-4b33-9ba2-d6a3745b2833"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-23effcc8-9cbc-4b33-9ba2-d6a3745b2833"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-23effcc8-9cbc-4b33-9ba2-d6a3745b2833"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-23effcc8-9cbc-4b33-9ba2-d6a3745b2833"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-23effcc8-9cbc-4b33-9ba2-d6a3745b2833"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-23effcc8-9cbc-4b33-9ba2-d6a3745b2833"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-23effcc8-9cbc-4b33-9ba2-d6a3745b2833"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-23effcc8-9cbc-4b33-9ba2-d6a3745b2833"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-23effcc8-9cbc-4b33-9ba2-d6a3745b2833"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-23effcc8-9cbc-4b33-9ba2-d6a3745b2833"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-23effcc8-9cbc-4b33-9ba2-d6a3745b2833"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-23effcc8-9cbc-4b33-9ba2-d6a3745b2833"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-23effcc8-9cbc-4b33-9ba2-d6a3745b2833"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-23effcc8-9cbc-4b33-9ba2-d6a3745b2833"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-23effcc8-9cbc-4b33-9ba2-d6a3745b2833"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-23effcc8-9cbc-4b33-9ba2-d6a3745b2833"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-23effcc8-9cbc-4b33-9ba2-d6a3745b2833"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-23effcc8-9cbc-4b33-9ba2-d6a3745b2833"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-23effcc8-9cbc-4b33-9ba2-d6a3745b2833"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-23effcc8-9cbc-4b33-9ba2-d6a3745b2833"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-23effcc8-9cbc-4b33-9ba2-d6a3745b2833"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-23effcc8-9cbc-4b33-9ba2-d6a3745b2833"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-23effcc8-9cbc-4b33-9ba2-d6a3745b2833"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-23effcc8-9cbc-4b33-9ba2-d6a3745b2833"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-23effcc8-9cbc-4b33-9ba2-d6a3745b2833"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-23effcc8-9cbc-4b33-9ba2-d6a3745b2833"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-23effcc8-9cbc-4b33-9ba2-d6a3745b2833"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-23effcc8-9cbc-4b33-9ba2-d6a3745b2833"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-23effcc8-9cbc-4b33-9ba2-d6a3745b2833"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-23effcc8-9cbc-4b33-9ba2-d6a3745b2833"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-23effcc8-9cbc-4b33-9ba2-d6a3745b2833"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-23effcc8-9cbc-4b33-9ba2-d6a3745b2833"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-23effcc8-9cbc-4b33-9ba2-d6a3745b2833"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-23effcc8-9cbc-4b33-9ba2-d6a3745b2833"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-23effcc8-9cbc-4b33-9ba2-d6a3745b2833"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-23effcc8-9cbc-4b33-9ba2-d6a3745b2833"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-23effcc8-9cbc-4b33-9ba2-d6a3745b2833"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-971dc615-d58c-47ac-a544-5fcf9456b6a7 {
  text-align: center;
}




  #s-971dc615-d58c-47ac-a544-5fcf9456b6a7 img.shogun-image {
    
    width: px;
  }


#s-971dc615-d58c-47ac-a544-5fcf9456b6a7 .shogun-image-content {
  
    align-items: center;
  
}

#s-60fe0be8-cc2b-4582-ba3f-336c4a1dc839 {
  margin-top: 10px;
}
@media (max-width: 767px){#s-60fe0be8-cc2b-4582-ba3f-336c4a1dc839 {
  display: none;
}
#s-60fe0be8-cc2b-4582-ba3f-336c4a1dc839, #wrap-s-60fe0be8-cc2b-4582-ba3f-336c4a1dc839 { display:none !important; }}
#s-976f1293-048a-4faf-9f6c-539baf8ebe1e {
  margin-top: 10px;
}
@media (min-width: 1200px){#s-976f1293-048a-4faf-9f6c-539baf8ebe1e {
  display: none;
}
#s-976f1293-048a-4faf-9f6c-539baf8ebe1e, #wrap-s-976f1293-048a-4faf-9f6c-539baf8ebe1e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-976f1293-048a-4faf-9f6c-539baf8ebe1e {
  display: none;
}
#s-976f1293-048a-4faf-9f6c-539baf8ebe1e, #wrap-s-976f1293-048a-4faf-9f6c-539baf8ebe1e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-976f1293-048a-4faf-9f6c-539baf8ebe1e {
  display: none;
}
#s-976f1293-048a-4faf-9f6c-539baf8ebe1e, #wrap-s-976f1293-048a-4faf-9f6c-539baf8ebe1e { display:none !important; }}
#s-55fd0de4-a0a4-4892-95ae-f5f28f2f2a29 {
  text-align: center;
}




  #s-55fd0de4-a0a4-4892-95ae-f5f28f2f2a29 img.shogun-image {
    
    width: px;
  }


#s-55fd0de4-a0a4-4892-95ae-f5f28f2f2a29 .shogun-image-content {
  
    align-items: center;
  
}

#s-9f63b8a9-8f2c-42dc-8379-573489cc222d {
  margin-top: 10px;
}
@media (max-width: 767px){#s-9f63b8a9-8f2c-42dc-8379-573489cc222d {
  display: none;
}
#s-9f63b8a9-8f2c-42dc-8379-573489cc222d, #wrap-s-9f63b8a9-8f2c-42dc-8379-573489cc222d { display:none !important; }}
#s-eb62dbfb-c577-4610-b550-47c1d14d20c0 {
  margin-top: 10px;
}
@media (min-width: 1200px){#s-eb62dbfb-c577-4610-b550-47c1d14d20c0 {
  display: none;
}
#s-eb62dbfb-c577-4610-b550-47c1d14d20c0, #wrap-s-eb62dbfb-c577-4610-b550-47c1d14d20c0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eb62dbfb-c577-4610-b550-47c1d14d20c0 {
  display: none;
}
#s-eb62dbfb-c577-4610-b550-47c1d14d20c0, #wrap-s-eb62dbfb-c577-4610-b550-47c1d14d20c0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-eb62dbfb-c577-4610-b550-47c1d14d20c0 {
  display: none;
}
#s-eb62dbfb-c577-4610-b550-47c1d14d20c0, #wrap-s-eb62dbfb-c577-4610-b550-47c1d14d20c0 { display:none !important; }}
#s-5f12cabf-73fe-47b4-97a5-23af4c83a654 {
  text-align: center;
}




  #s-5f12cabf-73fe-47b4-97a5-23af4c83a654 img.shogun-image {
    
    width: px;
  }


#s-5f12cabf-73fe-47b4-97a5-23af4c83a654 .shogun-image-content {
  
    align-items: center;
  
}

#s-1cd26ce1-7543-49b4-a62c-0a6913c4ad51 {
  margin-top: 10px;
}
@media (max-width: 767px){#s-1cd26ce1-7543-49b4-a62c-0a6913c4ad51 {
  display: none;
}
#s-1cd26ce1-7543-49b4-a62c-0a6913c4ad51, #wrap-s-1cd26ce1-7543-49b4-a62c-0a6913c4ad51 { display:none !important; }}
#s-a56f1b8b-df21-4d68-b2e9-74c9e9184627 {
  margin-top: 10px;
}
@media (min-width: 1200px){#s-a56f1b8b-df21-4d68-b2e9-74c9e9184627 {
  display: none;
}
#s-a56f1b8b-df21-4d68-b2e9-74c9e9184627, #wrap-s-a56f1b8b-df21-4d68-b2e9-74c9e9184627 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a56f1b8b-df21-4d68-b2e9-74c9e9184627 {
  display: none;
}
#s-a56f1b8b-df21-4d68-b2e9-74c9e9184627, #wrap-s-a56f1b8b-df21-4d68-b2e9-74c9e9184627 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a56f1b8b-df21-4d68-b2e9-74c9e9184627 {
  display: none;
}
#s-a56f1b8b-df21-4d68-b2e9-74c9e9184627, #wrap-s-a56f1b8b-df21-4d68-b2e9-74c9e9184627 { display:none !important; }}
#s-167992cb-81f9-4987-9421-41481af3a458 {
  text-align: center;
}




  #s-167992cb-81f9-4987-9421-41481af3a458 img.shogun-image {
    
    width: px;
  }


#s-167992cb-81f9-4987-9421-41481af3a458 .shogun-image-content {
  
    align-items: center;
  
}

#s-ff3afef1-e745-43d9-b897-c75708f50beb {
  margin-top: 10px;
}
@media (max-width: 767px){#s-ff3afef1-e745-43d9-b897-c75708f50beb {
  display: none;
}
#s-ff3afef1-e745-43d9-b897-c75708f50beb, #wrap-s-ff3afef1-e745-43d9-b897-c75708f50beb { display:none !important; }}
#s-3a29183d-134c-405c-8b0f-41ff56b0759d {
  margin-top: 10px;
}
@media (min-width: 1200px){#s-3a29183d-134c-405c-8b0f-41ff56b0759d {
  display: none;
}
#s-3a29183d-134c-405c-8b0f-41ff56b0759d, #wrap-s-3a29183d-134c-405c-8b0f-41ff56b0759d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3a29183d-134c-405c-8b0f-41ff56b0759d {
  display: none;
}
#s-3a29183d-134c-405c-8b0f-41ff56b0759d, #wrap-s-3a29183d-134c-405c-8b0f-41ff56b0759d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3a29183d-134c-405c-8b0f-41ff56b0759d {
  display: none;
}
#s-3a29183d-134c-405c-8b0f-41ff56b0759d, #wrap-s-3a29183d-134c-405c-8b0f-41ff56b0759d { display:none !important; }}
#s-a2616130-e7b9-448c-93dd-50b9cfb03f40 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-a2616130-e7b9-448c-93dd-50b9cfb03f40 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a2616130-e7b9-448c-93dd-50b9cfb03f40 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a2616130-e7b9-448c-93dd-50b9cfb03f40 {
  
}
}@media (max-width: 767px){#s-a2616130-e7b9-448c-93dd-50b9cfb03f40 {
  
}
}







#s-a2616130-e7b9-448c-93dd-50b9cfb03f40 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a2616130-e7b9-448c-93dd-50b9cfb03f40.shg-box.shg-c {
  justify-content: flex-start;
}

#s-df3be07c-fde3-41bc-a4a4-745cf12839b4 {
  min-height: 50px;
}








#s-df3be07c-fde3-41bc-a4a4-745cf12839b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df3be07c-fde3-41bc-a4a4-745cf12839b4.shg-box.shg-c {
  justify-content: center;
}

#s-0211ad74-8663-4188-84f7-6170c686701a {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
max-width: 1920px;
}

@media (min-width: 0px) {
[id="s-0211ad74-8663-4188-84f7-6170c686701a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0211ad74-8663-4188-84f7-6170c686701a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0211ad74-8663-4188-84f7-6170c686701a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0211ad74-8663-4188-84f7-6170c686701a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0211ad74-8663-4188-84f7-6170c686701a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0211ad74-8663-4188-84f7-6170c686701a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0211ad74-8663-4188-84f7-6170c686701a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0211ad74-8663-4188-84f7-6170c686701a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0211ad74-8663-4188-84f7-6170c686701a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0211ad74-8663-4188-84f7-6170c686701a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0211ad74-8663-4188-84f7-6170c686701a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0211ad74-8663-4188-84f7-6170c686701a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0211ad74-8663-4188-84f7-6170c686701a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0211ad74-8663-4188-84f7-6170c686701a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0211ad74-8663-4188-84f7-6170c686701a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0211ad74-8663-4188-84f7-6170c686701a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0211ad74-8663-4188-84f7-6170c686701a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0211ad74-8663-4188-84f7-6170c686701a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0211ad74-8663-4188-84f7-6170c686701a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0211ad74-8663-4188-84f7-6170c686701a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0211ad74-8663-4188-84f7-6170c686701a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0211ad74-8663-4188-84f7-6170c686701a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0211ad74-8663-4188-84f7-6170c686701a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0211ad74-8663-4188-84f7-6170c686701a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0211ad74-8663-4188-84f7-6170c686701a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0211ad74-8663-4188-84f7-6170c686701a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0211ad74-8663-4188-84f7-6170c686701a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0211ad74-8663-4188-84f7-6170c686701a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0211ad74-8663-4188-84f7-6170c686701a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0211ad74-8663-4188-84f7-6170c686701a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0211ad74-8663-4188-84f7-6170c686701a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0211ad74-8663-4188-84f7-6170c686701a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0211ad74-8663-4188-84f7-6170c686701a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0211ad74-8663-4188-84f7-6170c686701a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0211ad74-8663-4188-84f7-6170c686701a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0211ad74-8663-4188-84f7-6170c686701a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0211ad74-8663-4188-84f7-6170c686701a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-0211ad74-8663-4188-84f7-6170c686701a"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-a3fcfb56-e0a0-42f6-a522-07d053fb1d70 {
  margin-top: 50px;
margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-a3fcfb56-e0a0-42f6-a522-07d053fb1d70 {
  margin-top: 25px;
}
}
#s-a3fcfb56-e0a0-42f6-a522-07d053fb1d70 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 45px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-a3fcfb56-e0a0-42f6-a522-07d053fb1d70 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (max-width: 767px){#s-a3fcfb56-e0a0-42f6-a522-07d053fb1d70 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-49baee31-d896-44dd-b7d9-4d04e585e605 {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
}

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

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

.shg-btn.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-442fe90b-17cd-4133-9213-1393d5fd9043 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: -5px;
margin-left: auto;
margin-bottom: -5px;
margin-right: auto;
padding-top: 15px;
padding-left: 40px;
padding-bottom: 15px;
padding-right: 40px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
min-height: 0px;
max-width: 378px;
text-align: center;
background-color: rgba(224, 76, 14, 0);
font-size: 20px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
hover-type: color;
letter-spacing: 2px;
line-height: 0.5em;
}
#s-442fe90b-17cd-4133-9213-1393d5fd9043:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-442fe90b-17cd-4133-9213-1393d5fd9043:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;}

  #s-442fe90b-17cd-4133-9213-1393d5fd9043-btn-wrapper {
    text-align: center;
  }


#s-442fe90b-17cd-4133-9213-1393d5fd9043.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
@media (min-width: 768px) and (max-width: 991px){
  #s-442fe90b-17cd-4133-9213-1393d5fd9043-btn-wrapper {
    text-align: center;
  }


#s-442fe90b-17cd-4133-9213-1393d5fd9043.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-442fe90b-17cd-4133-9213-1393d5fd9043-btn-wrapper {
    text-align: center;
  }


#s-442fe90b-17cd-4133-9213-1393d5fd9043.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}
#s-63f8d817-9b1b-44f3-9f57-5a38eba3bf95 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-63f8d817-9b1b-44f3-9f57-5a38eba3bf95 {
  margin-top: 120px;
margin-bottom: 120px;
}
}



  #s-63f8d817-9b1b-44f3-9f57-5a38eba3bf95 img.shogun-image {
    
    width: px;
  }


#s-63f8d817-9b1b-44f3-9f57-5a38eba3bf95 .shogun-image-content {
  
    align-items: center;
  
}

#s-a3d504f3-951b-42a6-b475-2fb37a6dcb4f {
  min-height: 50px;
}








#s-a3d504f3-951b-42a6-b475-2fb37a6dcb4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3d504f3-951b-42a6-b475-2fb37a6dcb4f.shg-box.shg-c {
  justify-content: center;
}

#s-c27bd4c4-e155-4d2e-9961-f98a46d5e71c {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
max-width: 1920px;
}

@media (min-width: 0px) {
[id="s-c27bd4c4-e155-4d2e-9961-f98a46d5e71c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c27bd4c4-e155-4d2e-9961-f98a46d5e71c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c27bd4c4-e155-4d2e-9961-f98a46d5e71c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c27bd4c4-e155-4d2e-9961-f98a46d5e71c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c27bd4c4-e155-4d2e-9961-f98a46d5e71c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c27bd4c4-e155-4d2e-9961-f98a46d5e71c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c27bd4c4-e155-4d2e-9961-f98a46d5e71c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c27bd4c4-e155-4d2e-9961-f98a46d5e71c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c27bd4c4-e155-4d2e-9961-f98a46d5e71c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c27bd4c4-e155-4d2e-9961-f98a46d5e71c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c27bd4c4-e155-4d2e-9961-f98a46d5e71c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c27bd4c4-e155-4d2e-9961-f98a46d5e71c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c27bd4c4-e155-4d2e-9961-f98a46d5e71c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c27bd4c4-e155-4d2e-9961-f98a46d5e71c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c27bd4c4-e155-4d2e-9961-f98a46d5e71c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c27bd4c4-e155-4d2e-9961-f98a46d5e71c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c27bd4c4-e155-4d2e-9961-f98a46d5e71c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c27bd4c4-e155-4d2e-9961-f98a46d5e71c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c27bd4c4-e155-4d2e-9961-f98a46d5e71c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c27bd4c4-e155-4d2e-9961-f98a46d5e71c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c27bd4c4-e155-4d2e-9961-f98a46d5e71c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c27bd4c4-e155-4d2e-9961-f98a46d5e71c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c27bd4c4-e155-4d2e-9961-f98a46d5e71c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c27bd4c4-e155-4d2e-9961-f98a46d5e71c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c27bd4c4-e155-4d2e-9961-f98a46d5e71c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c27bd4c4-e155-4d2e-9961-f98a46d5e71c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c27bd4c4-e155-4d2e-9961-f98a46d5e71c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c27bd4c4-e155-4d2e-9961-f98a46d5e71c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c27bd4c4-e155-4d2e-9961-f98a46d5e71c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c27bd4c4-e155-4d2e-9961-f98a46d5e71c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c27bd4c4-e155-4d2e-9961-f98a46d5e71c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c27bd4c4-e155-4d2e-9961-f98a46d5e71c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c27bd4c4-e155-4d2e-9961-f98a46d5e71c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c27bd4c4-e155-4d2e-9961-f98a46d5e71c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c27bd4c4-e155-4d2e-9961-f98a46d5e71c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c27bd4c4-e155-4d2e-9961-f98a46d5e71c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c27bd4c4-e155-4d2e-9961-f98a46d5e71c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-8bb48682-682e-43b5-a17e-2cb64eec790e {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-8bb48682-682e-43b5-a17e-2cb64eec790e {
  margin-top: 120px;
}
}



  #s-8bb48682-682e-43b5-a17e-2cb64eec790e img.shogun-image {
    
    width: px;
  }


#s-8bb48682-682e-43b5-a17e-2cb64eec790e .shogun-image-content {
  
    align-items: center;
  
}

#s-0db2e676-93c0-4b3d-b86f-ee13b29f9e28 {
  margin-top: 50px;
margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-0db2e676-93c0-4b3d-b86f-ee13b29f9e28 {
  margin-top: 25px;
}
}
#s-0db2e676-93c0-4b3d-b86f-ee13b29f9e28 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 45px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-0db2e676-93c0-4b3d-b86f-ee13b29f9e28 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (max-width: 767px){#s-0db2e676-93c0-4b3d-b86f-ee13b29f9e28 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-c9007550-73e3-452b-b3e8-6223006492fe {
  margin-left: auto;
margin-right: auto;
}

#s-aa33c2cd-0934-4706-a1ce-bfadec4eaf19 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: -5px;
margin-left: auto;
margin-bottom: -5px;
margin-right: auto;
padding-top: 15px;
padding-left: 40px;
padding-bottom: 15px;
padding-right: 40px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
min-height: 0px;
max-width: 378px;
text-align: center;
background-color: rgba(224, 76, 14, 0);
font-size: 20px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
hover-type: color;
letter-spacing: 2px;
line-height: 0.5em;
}
#s-aa33c2cd-0934-4706-a1ce-bfadec4eaf19:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-aa33c2cd-0934-4706-a1ce-bfadec4eaf19:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;}

  #s-aa33c2cd-0934-4706-a1ce-bfadec4eaf19-btn-wrapper {
    text-align: center;
  }


#s-aa33c2cd-0934-4706-a1ce-bfadec4eaf19.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
@media (min-width: 768px) and (max-width: 991px){
  #s-aa33c2cd-0934-4706-a1ce-bfadec4eaf19-btn-wrapper {
    text-align: center;
  }


#s-aa33c2cd-0934-4706-a1ce-bfadec4eaf19.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-aa33c2cd-0934-4706-a1ce-bfadec4eaf19-btn-wrapper {
    text-align: center;
  }


#s-aa33c2cd-0934-4706-a1ce-bfadec4eaf19.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}
#s-c3b8734f-2ed3-442a-a753-0f8f7e7b71ae {
  min-height: 50px;
}
@media (max-width: 767px){#s-c3b8734f-2ed3-442a-a753-0f8f7e7b71ae {
  min-height: 100px;
}
}







#s-c3b8734f-2ed3-442a-a753-0f8f7e7b71ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c3b8734f-2ed3-442a-a753-0f8f7e7b71ae.shg-box.shg-c {
  justify-content: center;
}

#s-e9693188-5fd3-48b0-8d58-9bcafc552d34 {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
max-width: 1920px;
}

@media (min-width: 0px) {
[id="s-e9693188-5fd3-48b0-8d58-9bcafc552d34"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e9693188-5fd3-48b0-8d58-9bcafc552d34"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e9693188-5fd3-48b0-8d58-9bcafc552d34"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e9693188-5fd3-48b0-8d58-9bcafc552d34"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e9693188-5fd3-48b0-8d58-9bcafc552d34"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e9693188-5fd3-48b0-8d58-9bcafc552d34"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e9693188-5fd3-48b0-8d58-9bcafc552d34"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e9693188-5fd3-48b0-8d58-9bcafc552d34"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e9693188-5fd3-48b0-8d58-9bcafc552d34"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e9693188-5fd3-48b0-8d58-9bcafc552d34"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e9693188-5fd3-48b0-8d58-9bcafc552d34"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e9693188-5fd3-48b0-8d58-9bcafc552d34"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e9693188-5fd3-48b0-8d58-9bcafc552d34"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e9693188-5fd3-48b0-8d58-9bcafc552d34"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e9693188-5fd3-48b0-8d58-9bcafc552d34"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e9693188-5fd3-48b0-8d58-9bcafc552d34"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e9693188-5fd3-48b0-8d58-9bcafc552d34"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e9693188-5fd3-48b0-8d58-9bcafc552d34"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e9693188-5fd3-48b0-8d58-9bcafc552d34"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e9693188-5fd3-48b0-8d58-9bcafc552d34"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e9693188-5fd3-48b0-8d58-9bcafc552d34"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e9693188-5fd3-48b0-8d58-9bcafc552d34"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e9693188-5fd3-48b0-8d58-9bcafc552d34"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e9693188-5fd3-48b0-8d58-9bcafc552d34"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e9693188-5fd3-48b0-8d58-9bcafc552d34"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e9693188-5fd3-48b0-8d58-9bcafc552d34"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e9693188-5fd3-48b0-8d58-9bcafc552d34"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e9693188-5fd3-48b0-8d58-9bcafc552d34"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e9693188-5fd3-48b0-8d58-9bcafc552d34"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e9693188-5fd3-48b0-8d58-9bcafc552d34"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e9693188-5fd3-48b0-8d58-9bcafc552d34"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e9693188-5fd3-48b0-8d58-9bcafc552d34"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e9693188-5fd3-48b0-8d58-9bcafc552d34"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e9693188-5fd3-48b0-8d58-9bcafc552d34"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e9693188-5fd3-48b0-8d58-9bcafc552d34"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e9693188-5fd3-48b0-8d58-9bcafc552d34"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e9693188-5fd3-48b0-8d58-9bcafc552d34"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-e9693188-5fd3-48b0-8d58-9bcafc552d34"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-88ff82f0-c680-49bc-86ed-87a7fc527748 {
  margin-top: 50px;
margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-88ff82f0-c680-49bc-86ed-87a7fc527748 {
  margin-top: 25px;
}
}
#s-88ff82f0-c680-49bc-86ed-87a7fc527748 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 45px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-88ff82f0-c680-49bc-86ed-87a7fc527748 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (max-width: 767px){#s-88ff82f0-c680-49bc-86ed-87a7fc527748 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-2b22d692-53d2-4e0f-8474-e89199688dfe {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
}

#s-6bd50a01-7800-4baa-8b45-a10fe9268ad5 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: -5px;
margin-left: auto;
margin-bottom: -5px;
margin-right: auto;
padding-top: 15px;
padding-left: 40px;
padding-bottom: 15px;
padding-right: 40px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
min-height: 0px;
max-width: 378px;
text-align: center;
background-color: rgba(224, 76, 14, 0);
font-size: 20px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
hover-type: color;
letter-spacing: 2px;
line-height: 0.5em;
}
#s-6bd50a01-7800-4baa-8b45-a10fe9268ad5:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-6bd50a01-7800-4baa-8b45-a10fe9268ad5:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;}

  #s-6bd50a01-7800-4baa-8b45-a10fe9268ad5-btn-wrapper {
    text-align: center;
  }


#s-6bd50a01-7800-4baa-8b45-a10fe9268ad5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
@media (min-width: 768px) and (max-width: 991px){
  #s-6bd50a01-7800-4baa-8b45-a10fe9268ad5-btn-wrapper {
    text-align: center;
  }


#s-6bd50a01-7800-4baa-8b45-a10fe9268ad5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6bd50a01-7800-4baa-8b45-a10fe9268ad5-btn-wrapper {
    text-align: center;
  }


#s-6bd50a01-7800-4baa-8b45-a10fe9268ad5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}
#s-88b8266e-2263-4fc1-8169-2978da34ee5d {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-88b8266e-2263-4fc1-8169-2978da34ee5d {
  margin-top: 120px;
margin-bottom: 120px;
}
}



  #s-88b8266e-2263-4fc1-8169-2978da34ee5d img.shogun-image {
    
    width: px;
  }


#s-88b8266e-2263-4fc1-8169-2978da34ee5d .shogun-image-content {
  
    align-items: center;
  
}

#s-adfd721e-49cb-4e57-a6fb-3bdcbb16a308 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-adfd721e-49cb-4e57-a6fb-3bdcbb16a308 {
  display: none;
}
#s-adfd721e-49cb-4e57-a6fb-3bdcbb16a308, #wrap-s-adfd721e-49cb-4e57-a6fb-3bdcbb16a308 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-adfd721e-49cb-4e57-a6fb-3bdcbb16a308 {
  display: none;
}
#s-adfd721e-49cb-4e57-a6fb-3bdcbb16a308, #wrap-s-adfd721e-49cb-4e57-a6fb-3bdcbb16a308 { display:none !important; }}@media (max-width: 767px){#s-adfd721e-49cb-4e57-a6fb-3bdcbb16a308 {
  min-height: 20px;
}
}







#s-adfd721e-49cb-4e57-a6fb-3bdcbb16a308 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-adfd721e-49cb-4e57-a6fb-3bdcbb16a308.shg-box.shg-c {
  justify-content: center;
}

#s-e9908208-57d2-48e9-96b7-124051cb8e9c {
  min-height: 50px;
}








#s-e9908208-57d2-48e9-96b7-124051cb8e9c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9908208-57d2-48e9-96b7-124051cb8e9c.shg-box.shg-c {
  justify-content: center;
}

#s-21b832d8-7598-402e-bbdb-ad43b827b66a {
  min-height: 50px;
}








#s-21b832d8-7598-402e-bbdb-ad43b827b66a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21b832d8-7598-402e-bbdb-ad43b827b66a.shg-box.shg-c {
  justify-content: center;
}

#s-165d5880-9a61-4fa2-9475-0036a6cb2bea {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-165d5880-9a61-4fa2-9475-0036a6cb2bea {
  min-height: 20px;
}
}@media (max-width: 767px){#s-165d5880-9a61-4fa2-9475-0036a6cb2bea {
  min-height: 10px;
}
}







#s-165d5880-9a61-4fa2-9475-0036a6cb2bea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-165d5880-9a61-4fa2-9475-0036a6cb2bea.shg-box.shg-c {
  justify-content: center;
}

#s-aceb5200-b745-418a-b55d-e7019a501a40 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-aceb5200-b745-418a-b55d-e7019a501a40 {
  min-height: 20px;
}
}@media (max-width: 767px){#s-aceb5200-b745-418a-b55d-e7019a501a40 {
  min-height: 10px;
}
}







#s-aceb5200-b745-418a-b55d-e7019a501a40 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aceb5200-b745-418a-b55d-e7019a501a40.shg-box.shg-c {
  justify-content: center;
}

#s-036b0adb-a73d-4176-8312-c99611971c13 {
  margin-left: 10%;
margin-right: 10%;
}

#s-515e9c6c-9baa-4321-9c5f-b34ab5ce432a {
  border-style: solid;
margin-left: 10%;
margin-right: 10%;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}

#s-515e9c6c-9baa-4321-9c5f-b34ab5ce432a .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 45px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-515e9c6c-9baa-4321-9c5f-b34ab5ce432a .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 40px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}


}@media (max-width: 767px){#s-515e9c6c-9baa-4321-9c5f-b34ab5ce432a .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 35px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}


}
#s-afac697c-6471-4753-8b00-33350033855c {
  min-height: 25px;
}
@media (min-width: 768px) and (max-width: 991px){#s-afac697c-6471-4753-8b00-33350033855c {
  min-height: 10px;
}
}@media (max-width: 767px){#s-afac697c-6471-4753-8b00-33350033855c {
  min-height: 10px;
}
}







#s-afac697c-6471-4753-8b00-33350033855c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-afac697c-6471-4753-8b00-33350033855c.shg-box.shg-c {
  justify-content: center;
}

#s-4fac7646-350d-4051-adf7-69f07b82c46f {
  margin-left: 10%;
margin-right: 10%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4fac7646-350d-4051-adf7-69f07b82c46f {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-4fac7646-350d-4051-adf7-69f07b82c46f {
  margin-left: 0%;
margin-right: 0%;
}
}



  #s-4fac7646-350d-4051-adf7-69f07b82c46f img.shogun-image {
    
    width: px;
  }


#s-4fac7646-350d-4051-adf7-69f07b82c46f .shogun-image-content {
  
    align-items: center;
  
}

#s-964ab5bd-0172-4b81-bfc6-ef037101e5b2 {
  margin-top: 40px;
margin-left: 10%;
margin-bottom: 40px;
margin-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-964ab5bd-0172-4b81-bfc6-ef037101e5b2 {
  margin-top: 20px;
margin-bottom: 20px;
}
}@media (max-width: 767px){#s-964ab5bd-0172-4b81-bfc6-ef037101e5b2 {
  margin-top: 20px;
margin-bottom: 20px;
}
}
#s-7cdbf8d7-eaca-453d-92ae-bd4f4dd48cba {
  margin-left: 20%;
margin-right: 20%;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1920px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7cdbf8d7-eaca-453d-92ae-bd4f4dd48cba {
  
}
}@media (max-width: 767px){#s-7cdbf8d7-eaca-453d-92ae-bd4f4dd48cba {
  
}
}
@media (min-width: 0px) {
[id="s-7cdbf8d7-eaca-453d-92ae-bd4f4dd48cba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7cdbf8d7-eaca-453d-92ae-bd4f4dd48cba"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7cdbf8d7-eaca-453d-92ae-bd4f4dd48cba"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7cdbf8d7-eaca-453d-92ae-bd4f4dd48cba"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7cdbf8d7-eaca-453d-92ae-bd4f4dd48cba"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7cdbf8d7-eaca-453d-92ae-bd4f4dd48cba"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7cdbf8d7-eaca-453d-92ae-bd4f4dd48cba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7cdbf8d7-eaca-453d-92ae-bd4f4dd48cba"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7cdbf8d7-eaca-453d-92ae-bd4f4dd48cba"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7cdbf8d7-eaca-453d-92ae-bd4f4dd48cba"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7cdbf8d7-eaca-453d-92ae-bd4f4dd48cba"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7cdbf8d7-eaca-453d-92ae-bd4f4dd48cba"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7cdbf8d7-eaca-453d-92ae-bd4f4dd48cba"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7cdbf8d7-eaca-453d-92ae-bd4f4dd48cba"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7cdbf8d7-eaca-453d-92ae-bd4f4dd48cba"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7cdbf8d7-eaca-453d-92ae-bd4f4dd48cba"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7cdbf8d7-eaca-453d-92ae-bd4f4dd48cba"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7cdbf8d7-eaca-453d-92ae-bd4f4dd48cba"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7cdbf8d7-eaca-453d-92ae-bd4f4dd48cba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7cdbf8d7-eaca-453d-92ae-bd4f4dd48cba"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7cdbf8d7-eaca-453d-92ae-bd4f4dd48cba"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7cdbf8d7-eaca-453d-92ae-bd4f4dd48cba"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7cdbf8d7-eaca-453d-92ae-bd4f4dd48cba"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7cdbf8d7-eaca-453d-92ae-bd4f4dd48cba"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7cdbf8d7-eaca-453d-92ae-bd4f4dd48cba"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7cdbf8d7-eaca-453d-92ae-bd4f4dd48cba"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7cdbf8d7-eaca-453d-92ae-bd4f4dd48cba"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7cdbf8d7-eaca-453d-92ae-bd4f4dd48cba"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7cdbf8d7-eaca-453d-92ae-bd4f4dd48cba"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7cdbf8d7-eaca-453d-92ae-bd4f4dd48cba"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7cdbf8d7-eaca-453d-92ae-bd4f4dd48cba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7cdbf8d7-eaca-453d-92ae-bd4f4dd48cba"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7cdbf8d7-eaca-453d-92ae-bd4f4dd48cba"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7cdbf8d7-eaca-453d-92ae-bd4f4dd48cba"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7cdbf8d7-eaca-453d-92ae-bd4f4dd48cba"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7cdbf8d7-eaca-453d-92ae-bd4f4dd48cba"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7cdbf8d7-eaca-453d-92ae-bd4f4dd48cba"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-0aacc29d-e84e-482e-9198-1cc5e52a2def {
  padding-left: 20px;
}
@media (max-width: 767px){#s-0aacc29d-e84e-482e-9198-1cc5e52a2def {
  padding-left: 0px;
padding-right: 0px;
}
}
#s-acdfae9b-6129-4c2c-8b8f-9aa89223d736 {
  border-style: solid;
margin-left: 10%;
margin-right: 10%;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}

#s-acdfae9b-6129-4c2c-8b8f-9aa89223d736 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 45px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-acdfae9b-6129-4c2c-8b8f-9aa89223d736 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 40px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}


}@media (max-width: 767px){#s-acdfae9b-6129-4c2c-8b8f-9aa89223d736 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 35px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}


}
#s-eba3f771-8a8b-44e2-9ab9-441c667a96cb {
  min-height: 25px;
}
@media (min-width: 768px) and (max-width: 991px){#s-eba3f771-8a8b-44e2-9ab9-441c667a96cb {
  min-height: 10px;
}
}@media (max-width: 767px){#s-eba3f771-8a8b-44e2-9ab9-441c667a96cb {
  min-height: 10px;
}
}







#s-eba3f771-8a8b-44e2-9ab9-441c667a96cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eba3f771-8a8b-44e2-9ab9-441c667a96cb.shg-box.shg-c {
  justify-content: center;
}

#s-36ab8711-a70c-4b73-8170-877b35c1f1e4 {
  margin-left: 10%;
margin-right: 10%;
text-align: center;
}
@media (max-width: 767px){#s-36ab8711-a70c-4b73-8170-877b35c1f1e4 {
  margin-left: 0px;
margin-right: 0px;
}
}



  #s-36ab8711-a70c-4b73-8170-877b35c1f1e4 img.shogun-image {
    
    width: px;
  }


#s-36ab8711-a70c-4b73-8170-877b35c1f1e4 .shogun-image-content {
  
    align-items: center;
  
}

#s-a39d2e5c-da67-431a-85fc-2facced89d47 {
  margin-top: 40px;
margin-left: 5%;
margin-bottom: 40px;
margin-right: 5%;
padding-left: 5%;
padding-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-a39d2e5c-da67-431a-85fc-2facced89d47 {
  margin-top: 20px;
margin-bottom: 20px;
}
}@media (max-width: 767px){#s-a39d2e5c-da67-431a-85fc-2facced89d47 {
  margin-top: 20px;
margin-bottom: 20px;
}
}
#s-90dae3bb-37eb-4fde-b7eb-dab752416c5c {
  margin-left: 10%;
margin-right: 10%;
max-width: 1920px;
}

@media (min-width: 0px) {
[id="s-90dae3bb-37eb-4fde-b7eb-dab752416c5c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-90dae3bb-37eb-4fde-b7eb-dab752416c5c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-90dae3bb-37eb-4fde-b7eb-dab752416c5c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-90dae3bb-37eb-4fde-b7eb-dab752416c5c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-90dae3bb-37eb-4fde-b7eb-dab752416c5c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-90dae3bb-37eb-4fde-b7eb-dab752416c5c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-90dae3bb-37eb-4fde-b7eb-dab752416c5c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-90dae3bb-37eb-4fde-b7eb-dab752416c5c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-90dae3bb-37eb-4fde-b7eb-dab752416c5c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-90dae3bb-37eb-4fde-b7eb-dab752416c5c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-90dae3bb-37eb-4fde-b7eb-dab752416c5c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-90dae3bb-37eb-4fde-b7eb-dab752416c5c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-90dae3bb-37eb-4fde-b7eb-dab752416c5c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-90dae3bb-37eb-4fde-b7eb-dab752416c5c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-90dae3bb-37eb-4fde-b7eb-dab752416c5c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-90dae3bb-37eb-4fde-b7eb-dab752416c5c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-90dae3bb-37eb-4fde-b7eb-dab752416c5c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-90dae3bb-37eb-4fde-b7eb-dab752416c5c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-90dae3bb-37eb-4fde-b7eb-dab752416c5c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-90dae3bb-37eb-4fde-b7eb-dab752416c5c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-90dae3bb-37eb-4fde-b7eb-dab752416c5c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-90dae3bb-37eb-4fde-b7eb-dab752416c5c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-90dae3bb-37eb-4fde-b7eb-dab752416c5c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-90dae3bb-37eb-4fde-b7eb-dab752416c5c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-90dae3bb-37eb-4fde-b7eb-dab752416c5c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-90dae3bb-37eb-4fde-b7eb-dab752416c5c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-90dae3bb-37eb-4fde-b7eb-dab752416c5c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-90dae3bb-37eb-4fde-b7eb-dab752416c5c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-90dae3bb-37eb-4fde-b7eb-dab752416c5c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-90dae3bb-37eb-4fde-b7eb-dab752416c5c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-90dae3bb-37eb-4fde-b7eb-dab752416c5c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-90dae3bb-37eb-4fde-b7eb-dab752416c5c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-90dae3bb-37eb-4fde-b7eb-dab752416c5c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-90dae3bb-37eb-4fde-b7eb-dab752416c5c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-90dae3bb-37eb-4fde-b7eb-dab752416c5c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-90dae3bb-37eb-4fde-b7eb-dab752416c5c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-90dae3bb-37eb-4fde-b7eb-dab752416c5c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-2959a733-f1c0-4578-8005-b51c0ab76a7e {
  min-height: 50px;
}








#s-2959a733-f1c0-4578-8005-b51c0ab76a7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2959a733-f1c0-4578-8005-b51c0ab76a7e.shg-box.shg-c {
  justify-content: 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;
}
