.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-fa27039b-a5ca-43be-9cb4-d05849adebc0 {
  min-height: 50px;
}








#s-fa27039b-a5ca-43be-9cb4-d05849adebc0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa27039b-a5ca-43be-9cb4-d05849adebc0.shg-box.shg-c {
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #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-476c854d-c774-4cb0-b5a5-0708cab8bbf9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-476c854d-c774-4cb0-b5a5-0708cab8bbf9 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 52px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0bf0482b-7e52-4442-bade-3312a544b148 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-8763d9df-4488-4eac-8031-47aa1b5c013a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8763d9df-4488-4eac-8031-47aa1b5c013a .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 23px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e08be1e1-09d6-42f6-a9f3-219c7404da11 {
  min-height: 50px;
}








#s-e08be1e1-09d6-42f6-a9f3-219c7404da11 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e08be1e1-09d6-42f6-a9f3-219c7404da11.shg-box.shg-c {
  justify-content: center;
}

#s-b4c93ab1-84b7-4d52-aef2-1d592360e478 {
  background-image: url(https://i.shgcdn.com/6028d6c4-0234-4cd5-9a2e-588050301f14/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: 900px 900px;
padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
background-position: left top;
}








#s-b4c93ab1-84b7-4d52-aef2-1d592360e478 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4c93ab1-84b7-4d52-aef2-1d592360e478.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-cover {
  -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-4e85f6a8-1efd-496e-b923-1b7b2b2d13d6 {
  text-align: center;
}
@media (min-width: 1200px){#s-4e85f6a8-1efd-496e-b923-1b7b2b2d13d6 {
  display: none;
}
#s-4e85f6a8-1efd-496e-b923-1b7b2b2d13d6, #wrap-s-4e85f6a8-1efd-496e-b923-1b7b2b2d13d6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4e85f6a8-1efd-496e-b923-1b7b2b2d13d6 {
  display: none;
}
#s-4e85f6a8-1efd-496e-b923-1b7b2b2d13d6, #wrap-s-4e85f6a8-1efd-496e-b923-1b7b2b2d13d6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4e85f6a8-1efd-496e-b923-1b7b2b2d13d6 {
  
}
}



  #s-4e85f6a8-1efd-496e-b923-1b7b2b2d13d6 img.shogun-image {
    
    width: px;
  }


#s-4e85f6a8-1efd-496e-b923-1b7b2b2d13d6 .shogun-image-content {
  
    align-items: center;
  
}

#s-2c862949-c55a-4e72-985a-20481507ff8d {
  margin-left: auto;
margin-right: auto;
padding-top: 80px;
padding-left: 20px;
padding-bottom: 80px;
padding-right: 20px;
min-height: 50px;
max-width: 1080px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2c862949-c55a-4e72-985a-20481507ff8d {
  padding-top: 20px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-2c862949-c55a-4e72-985a-20481507ff8d {
  padding-top: 0px;
padding-bottom: 0px;
}
}







#s-2c862949-c55a-4e72-985a-20481507ff8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c862949-c55a-4e72-985a-20481507ff8d.shg-box.shg-c {
  justify-content: center;
}

#s-f6c26873-9f6d-4790-8d3f-19157dad7ed5 {
  min-height: 50px;
}








#s-f6c26873-9f6d-4790-8d3f-19157dad7ed5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f6c26873-9f6d-4790-8d3f-19157dad7ed5.shg-box.shg-c {
  justify-content: 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;
}

@media (max-width: 767px){#s-73d27233-c4b1-4a09-98aa-48bc30736c8d {
  margin-top: 20px;
}
}
@media (min-width: 0px) {
[id="s-73d27233-c4b1-4a09-98aa-48bc30736c8d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-73d27233-c4b1-4a09-98aa-48bc30736c8d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-73d27233-c4b1-4a09-98aa-48bc30736c8d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-73d27233-c4b1-4a09-98aa-48bc30736c8d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-73d27233-c4b1-4a09-98aa-48bc30736c8d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-73d27233-c4b1-4a09-98aa-48bc30736c8d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-73d27233-c4b1-4a09-98aa-48bc30736c8d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-73d27233-c4b1-4a09-98aa-48bc30736c8d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-73d27233-c4b1-4a09-98aa-48bc30736c8d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-73d27233-c4b1-4a09-98aa-48bc30736c8d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-73d27233-c4b1-4a09-98aa-48bc30736c8d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-73d27233-c4b1-4a09-98aa-48bc30736c8d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-73d27233-c4b1-4a09-98aa-48bc30736c8d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-73d27233-c4b1-4a09-98aa-48bc30736c8d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-73d27233-c4b1-4a09-98aa-48bc30736c8d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-73d27233-c4b1-4a09-98aa-48bc30736c8d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-73d27233-c4b1-4a09-98aa-48bc30736c8d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-73d27233-c4b1-4a09-98aa-48bc30736c8d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-73d27233-c4b1-4a09-98aa-48bc30736c8d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-73d27233-c4b1-4a09-98aa-48bc30736c8d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-73d27233-c4b1-4a09-98aa-48bc30736c8d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-73d27233-c4b1-4a09-98aa-48bc30736c8d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-73d27233-c4b1-4a09-98aa-48bc30736c8d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-73d27233-c4b1-4a09-98aa-48bc30736c8d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-73d27233-c4b1-4a09-98aa-48bc30736c8d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-73d27233-c4b1-4a09-98aa-48bc30736c8d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-73d27233-c4b1-4a09-98aa-48bc30736c8d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-73d27233-c4b1-4a09-98aa-48bc30736c8d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-73d27233-c4b1-4a09-98aa-48bc30736c8d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-73d27233-c4b1-4a09-98aa-48bc30736c8d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-73d27233-c4b1-4a09-98aa-48bc30736c8d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-73d27233-c4b1-4a09-98aa-48bc30736c8d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-73d27233-c4b1-4a09-98aa-48bc30736c8d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-73d27233-c4b1-4a09-98aa-48bc30736c8d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-73d27233-c4b1-4a09-98aa-48bc30736c8d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-73d27233-c4b1-4a09-98aa-48bc30736c8d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-73d27233-c4b1-4a09-98aa-48bc30736c8d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

.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-6c1decb5-61b1-4d8b-b35a-1a8674815b4b {
  
}

.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-eb3d35d6-1e2c-40f0-8a4e-0a3b3dca3c0c {
  padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 2px;
background-color: rgba(48, 49, 47, 1);
text-align: left;
text-decoration: none;
}
#s-eb3d35d6-1e2c-40f0-8a4e-0a3b3dca3c0c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-eb3d35d6-1e2c-40f0-8a4e-0a3b3dca3c0c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-eb3d35d6-1e2c-40f0-8a4e-0a3b3dca3c0c-btn-wrapper {
    text-align: left;
  }


#s-eb3d35d6-1e2c-40f0-8a4e-0a3b3dca3c0c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-f03919e9-0e16-49d7-803b-baee1708cd81 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-f03919e9-0e16-49d7-803b-baee1708cd81 {
  display: none;
}
#s-f03919e9-0e16-49d7-803b-baee1708cd81, #wrap-s-f03919e9-0e16-49d7-803b-baee1708cd81 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f03919e9-0e16-49d7-803b-baee1708cd81 {
  display: none;
}
#s-f03919e9-0e16-49d7-803b-baee1708cd81, #wrap-s-f03919e9-0e16-49d7-803b-baee1708cd81 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f03919e9-0e16-49d7-803b-baee1708cd81 {
  
}
}







#s-f03919e9-0e16-49d7-803b-baee1708cd81 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f03919e9-0e16-49d7-803b-baee1708cd81.shg-box.shg-c {
  justify-content: center;
}

#s-77efdd8c-7529-456f-b5ba-f98ab4f6842e {
  min-height: 50px;
}








#s-77efdd8c-7529-456f-b5ba-f98ab4f6842e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77efdd8c-7529-456f-b5ba-f98ab4f6842e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1e363450-2c4d-4d44-a577-1975cde88299 {
  min-height: 500px;
background-color: rgba(153, 153, 153, 1);
}
@media (min-width: 1200px){#s-1e363450-2c4d-4d44-a577-1975cde88299 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1e363450-2c4d-4d44-a577-1975cde88299 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1e363450-2c4d-4d44-a577-1975cde88299 {
  
}
}@media (max-width: 767px){#s-1e363450-2c4d-4d44-a577-1975cde88299 {
  
}
}







#s-1e363450-2c4d-4d44-a577-1975cde88299 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e363450-2c4d-4d44-a577-1975cde88299.shg-box.shg-c {
  justify-content: center;
}

#s-632d9203-b52b-4f61-8970-bc633ed55f33 {
  margin-top: 100px;
margin-left: 100px;
margin-bottom: 100px;
margin-right: 100px;
border-radius: 0px;
max-width: 1100px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-632d9203-b52b-4f61-8970-bc633ed55f33"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-632d9203-b52b-4f61-8970-bc633ed55f33"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-632d9203-b52b-4f61-8970-bc633ed55f33"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-632d9203-b52b-4f61-8970-bc633ed55f33"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-632d9203-b52b-4f61-8970-bc633ed55f33"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-632d9203-b52b-4f61-8970-bc633ed55f33"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-632d9203-b52b-4f61-8970-bc633ed55f33"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-632d9203-b52b-4f61-8970-bc633ed55f33"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-632d9203-b52b-4f61-8970-bc633ed55f33"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-632d9203-b52b-4f61-8970-bc633ed55f33"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-632d9203-b52b-4f61-8970-bc633ed55f33"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-632d9203-b52b-4f61-8970-bc633ed55f33"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-632d9203-b52b-4f61-8970-bc633ed55f33"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-632d9203-b52b-4f61-8970-bc633ed55f33"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-632d9203-b52b-4f61-8970-bc633ed55f33"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-632d9203-b52b-4f61-8970-bc633ed55f33"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-632d9203-b52b-4f61-8970-bc633ed55f33"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-632d9203-b52b-4f61-8970-bc633ed55f33"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-632d9203-b52b-4f61-8970-bc633ed55f33"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-632d9203-b52b-4f61-8970-bc633ed55f33"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-632d9203-b52b-4f61-8970-bc633ed55f33"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-632d9203-b52b-4f61-8970-bc633ed55f33"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-632d9203-b52b-4f61-8970-bc633ed55f33"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-632d9203-b52b-4f61-8970-bc633ed55f33"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-632d9203-b52b-4f61-8970-bc633ed55f33"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-632d9203-b52b-4f61-8970-bc633ed55f33"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-632d9203-b52b-4f61-8970-bc633ed55f33"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-632d9203-b52b-4f61-8970-bc633ed55f33"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-632d9203-b52b-4f61-8970-bc633ed55f33"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-632d9203-b52b-4f61-8970-bc633ed55f33"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-632d9203-b52b-4f61-8970-bc633ed55f33"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-632d9203-b52b-4f61-8970-bc633ed55f33"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-632d9203-b52b-4f61-8970-bc633ed55f33"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-632d9203-b52b-4f61-8970-bc633ed55f33"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-632d9203-b52b-4f61-8970-bc633ed55f33"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-632d9203-b52b-4f61-8970-bc633ed55f33"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-632d9203-b52b-4f61-8970-bc633ed55f33"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-632d9203-b52b-4f61-8970-bc633ed55f33"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-c2afe99c-78c4-4e34-ad4b-e42cd36e8f5a {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
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(23, 143, 238, 1);
border-radius: 0px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-c2afe99c-78c4-4e34-ad4b-e42cd36e8f5a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c2afe99c-78c4-4e34-ad4b-e42cd36e8f5a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c2afe99c-78c4-4e34-ad4b-e42cd36e8f5a {
  
}
}@media (max-width: 767px){#s-c2afe99c-78c4-4e34-ad4b-e42cd36e8f5a {
  
}
}







#s-c2afe99c-78c4-4e34-ad4b-e42cd36e8f5a > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-c2afe99c-78c4-4e34-ad4b-e42cd36e8f5a.shg-box.shg-c {
  justify-content: center;
}

#s-8d0bf6dd-4766-4ea2-bc59-c6206c3db6c5 {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 0px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-8d0bf6dd-4766-4ea2-bc59-c6206c3db6c5 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-71b05192-68b4-4e79-a378-4286dca96fef {
  border-style: solid;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(219, 219, 219, 1);
background-color: rgba(0, 0, 0, 0);
}

#s-b3053a64-a203-4b26-8949-8f1565fc3e07 {
  padding-left: 20px;
padding-right: 20px;
}

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

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

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

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

#s-0de6aef5-5d36-4a1e-9f09-53aaf4b05638 {
  margin-top: 0px;
margin-bottom: 40px;
min-height: 50px;
background-color: rgba(48, 49, 47, 1);
}
@media (max-width: 767px){#s-0de6aef5-5d36-4a1e-9f09-53aaf4b05638 {
  padding-left: 10px;
padding-right: 10px;
}
}







#s-0de6aef5-5d36-4a1e-9f09-53aaf4b05638 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0de6aef5-5d36-4a1e-9f09-53aaf4b05638.shg-box.shg-c {
  justify-content: center;
}

#s-8415457b-ec4c-4948-9e08-4ddf5ad6d334 {
  padding-top: 40px;
padding-bottom: 40px;
text-align: center;
}

#s-8415457b-ec4c-4948-9e08-4ddf5ad6d334 .shogun-heading-component h1 {
  color: rgba(248, 248, 248, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0d0a534e-def5-46ed-bad5-a52ecb1e372d {
  background-repeat: no-repeat;
background-size: cover;
padding-left: 10px;
padding-right: 10px;
min-height: 50px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0d0a534e-def5-46ed-bad5-a52ecb1e372d {
  
}
}@media (max-width: 767px){#s-0d0a534e-def5-46ed-bad5-a52ecb1e372d {
  display: none;
}
#s-0d0a534e-def5-46ed-bad5-a52ecb1e372d, #wrap-s-0d0a534e-def5-46ed-bad5-a52ecb1e372d { display:none !important; }}







#s-0d0a534e-def5-46ed-bad5-a52ecb1e372d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d0a534e-def5-46ed-bad5-a52ecb1e372d.shg-box.shg-c {
  justify-content: center;
}

#s-66539e73-9cba-4d5a-9c00-e44500e2dff7 {
  padding-top: 60px;
padding-bottom: 60px;
min-height: 50px;
}








#s-66539e73-9cba-4d5a-9c00-e44500e2dff7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-66539e73-9cba-4d5a-9c00-e44500e2dff7.shg-box.shg-c {
  justify-content: center;
}

#s-57bbd6f4-b5b5-4f21-adca-895aa49e6bb5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-57bbd6f4-b5b5-4f21-adca-895aa49e6bb5 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0535547e-f0e7-4514-8a35-6a6793f8eff1 {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-bottom: 10px;
max-width: 1080px;
}

@media (min-width: 0px) {
[id="s-0535547e-f0e7-4514-8a35-6a6793f8eff1"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-0535547e-f0e7-4514-8a35-6a6793f8eff1"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-0535547e-f0e7-4514-8a35-6a6793f8eff1"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-0535547e-f0e7-4514-8a35-6a6793f8eff1"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-0535547e-f0e7-4514-8a35-6a6793f8eff1"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-0535547e-f0e7-4514-8a35-6a6793f8eff1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-0535547e-f0e7-4514-8a35-6a6793f8eff1"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-0535547e-f0e7-4514-8a35-6a6793f8eff1"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-0535547e-f0e7-4514-8a35-6a6793f8eff1"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-0535547e-f0e7-4514-8a35-6a6793f8eff1"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-0535547e-f0e7-4514-8a35-6a6793f8eff1"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-0535547e-f0e7-4514-8a35-6a6793f8eff1"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (min-width: 768px) {
[id="s-0535547e-f0e7-4514-8a35-6a6793f8eff1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-0535547e-f0e7-4514-8a35-6a6793f8eff1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-0535547e-f0e7-4514-8a35-6a6793f8eff1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-0535547e-f0e7-4514-8a35-6a6793f8eff1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-0535547e-f0e7-4514-8a35-6a6793f8eff1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-0535547e-f0e7-4514-8a35-6a6793f8eff1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-0535547e-f0e7-4514-8a35-6a6793f8eff1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-0535547e-f0e7-4514-8a35-6a6793f8eff1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-0535547e-f0e7-4514-8a35-6a6793f8eff1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-0535547e-f0e7-4514-8a35-6a6793f8eff1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-0535547e-f0e7-4514-8a35-6a6793f8eff1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-0535547e-f0e7-4514-8a35-6a6793f8eff1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-0535547e-f0e7-4514-8a35-6a6793f8eff1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-0535547e-f0e7-4514-8a35-6a6793f8eff1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-0535547e-f0e7-4514-8a35-6a6793f8eff1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-0535547e-f0e7-4514-8a35-6a6793f8eff1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-0535547e-f0e7-4514-8a35-6a6793f8eff1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-0535547e-f0e7-4514-8a35-6a6793f8eff1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-0535547e-f0e7-4514-8a35-6a6793f8eff1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-0535547e-f0e7-4514-8a35-6a6793f8eff1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-0535547e-f0e7-4514-8a35-6a6793f8eff1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-0535547e-f0e7-4514-8a35-6a6793f8eff1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-0535547e-f0e7-4514-8a35-6a6793f8eff1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-0535547e-f0e7-4514-8a35-6a6793f8eff1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-0535547e-f0e7-4514-8a35-6a6793f8eff1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-0535547e-f0e7-4514-8a35-6a6793f8eff1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-0535547e-f0e7-4514-8a35-6a6793f8eff1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-0535547e-f0e7-4514-8a35-6a6793f8eff1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-0535547e-f0e7-4514-8a35-6a6793f8eff1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-0535547e-f0e7-4514-8a35-6a6793f8eff1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-0535547e-f0e7-4514-8a35-6a6793f8eff1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-0535547e-f0e7-4514-8a35-6a6793f8eff1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-0535547e-f0e7-4514-8a35-6a6793f8eff1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-0535547e-f0e7-4514-8a35-6a6793f8eff1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-0535547e-f0e7-4514-8a35-6a6793f8eff1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-0535547e-f0e7-4514-8a35-6a6793f8eff1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 30.0px);
}

}

#s-5df350b9-fc0f-49e6-94af-4d686f6fe9ba {
  
}

#s-5df350b9-fc0f-49e6-94af-4d686f6fe9ba .shogun-icon-wrapper {
  text-align: center;
}


#s-5df350b9-fc0f-49e6-94af-4d686f6fe9ba .shogun-icon-wrapper > .shogun-icon {

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

#s-b9dd7d16-8842-40c8-8fdc-d22d45b3125c hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-9588edd9-8cbc-43cd-b201-31a5facbab10 .shogun-icon-wrapper {
  text-align: center;
}


#s-9588edd9-8cbc-43cd-b201-31a5facbab10 .shogun-icon-wrapper > .shogun-icon {

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

#s-c8e5d801-ede0-4337-a90a-e2466343085b {
  text-align: center;
}




  #s-c8e5d801-ede0-4337-a90a-e2466343085b img.shogun-image {
    
    width: px;
  }


#s-c8e5d801-ede0-4337-a90a-e2466343085b .shogun-image-content {
  
    align-items: center;
  
}

#s-e529c68b-93f5-40a3-b57e-fc4b0aeb4fed .shogun-icon-wrapper {
  text-align: center;
}


#s-e529c68b-93f5-40a3-b57e-fc4b0aeb4fed .shogun-icon-wrapper > .shogun-icon {

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

#s-f0dca02f-ca68-4d7f-83b8-0f8e129ec10e .shogun-icon-wrapper {
  text-align: center;
}


#s-f0dca02f-ca68-4d7f-83b8-0f8e129ec10e .shogun-icon-wrapper > .shogun-icon {

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

#s-902c8397-7f62-414d-ac39-d97501c40b1b hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-91849e21-c9ee-45e8-8203-b1d662502dcb {
  
}

#s-91849e21-c9ee-45e8-8203-b1d662502dcb .shogun-icon-wrapper {
  text-align: center;
}


#s-91849e21-c9ee-45e8-8203-b1d662502dcb .shogun-icon-wrapper > .shogun-icon {

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

#s-4fbecc9f-a9ca-44db-9929-4552498b9926 {
  margin-top: 13px;
margin-bottom: 13px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(171, 208, 64, 1);
text-decoration: none;
}
#s-4fbecc9f-a9ca-44db-9929-4552498b9926:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4fbecc9f-a9ca-44db-9929-4552498b9926:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4fbecc9f-a9ca-44db-9929-4552498b9926.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}

#s-8886ae33-7ad2-4350-8c45-0cf5d6e7b2d2 {
  min-height: 50px;
}








#s-8886ae33-7ad2-4350-8c45-0cf5d6e7b2d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8886ae33-7ad2-4350-8c45-0cf5d6e7b2d2.shg-box.shg-c {
  justify-content: center;
}

#s-61835cf3-deda-4b29-8518-9c4237163eac {
  padding-right: 200px;
}

@media (min-width: 0px) {
[id="s-61835cf3-deda-4b29-8518-9c4237163eac"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-61835cf3-deda-4b29-8518-9c4237163eac"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-61835cf3-deda-4b29-8518-9c4237163eac"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-61835cf3-deda-4b29-8518-9c4237163eac"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-61835cf3-deda-4b29-8518-9c4237163eac"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-61835cf3-deda-4b29-8518-9c4237163eac"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-61835cf3-deda-4b29-8518-9c4237163eac"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-61835cf3-deda-4b29-8518-9c4237163eac"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-61835cf3-deda-4b29-8518-9c4237163eac"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-61835cf3-deda-4b29-8518-9c4237163eac"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-61835cf3-deda-4b29-8518-9c4237163eac"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-61835cf3-deda-4b29-8518-9c4237163eac"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-61835cf3-deda-4b29-8518-9c4237163eac"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-61835cf3-deda-4b29-8518-9c4237163eac"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-61835cf3-deda-4b29-8518-9c4237163eac"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-61835cf3-deda-4b29-8518-9c4237163eac"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-61835cf3-deda-4b29-8518-9c4237163eac"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-61835cf3-deda-4b29-8518-9c4237163eac"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-61835cf3-deda-4b29-8518-9c4237163eac"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-61835cf3-deda-4b29-8518-9c4237163eac"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-61835cf3-deda-4b29-8518-9c4237163eac"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-61835cf3-deda-4b29-8518-9c4237163eac"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-61835cf3-deda-4b29-8518-9c4237163eac"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-61835cf3-deda-4b29-8518-9c4237163eac"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-61835cf3-deda-4b29-8518-9c4237163eac"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-61835cf3-deda-4b29-8518-9c4237163eac"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-61835cf3-deda-4b29-8518-9c4237163eac"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-61835cf3-deda-4b29-8518-9c4237163eac"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-61835cf3-deda-4b29-8518-9c4237163eac"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-61835cf3-deda-4b29-8518-9c4237163eac"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-61835cf3-deda-4b29-8518-9c4237163eac"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-61835cf3-deda-4b29-8518-9c4237163eac"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-61835cf3-deda-4b29-8518-9c4237163eac"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-61835cf3-deda-4b29-8518-9c4237163eac"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-61835cf3-deda-4b29-8518-9c4237163eac"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-61835cf3-deda-4b29-8518-9c4237163eac"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-61835cf3-deda-4b29-8518-9c4237163eac"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ff98cf3a-a021-481c-8578-5b34a991d563 {
  text-align: center;
}
@media (max-width: 767px){#s-ff98cf3a-a021-481c-8578-5b34a991d563 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
}
}



  #s-ff98cf3a-a021-481c-8578-5b34a991d563 img.shogun-image {
    
    width: px;
  }


#s-ff98cf3a-a021-481c-8578-5b34a991d563 .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-792573f0-158e-4821-a27b-e38845a827d1 {
  margin-top: 10px;
margin-bottom: 20px;
}
}
#s-166dd3a9-2fc0-4893-b592-53b8616c7263 {
  padding-left: 200px;
}

@media (min-width: 0px) {
[id="s-166dd3a9-2fc0-4893-b592-53b8616c7263"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-166dd3a9-2fc0-4893-b592-53b8616c7263"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-166dd3a9-2fc0-4893-b592-53b8616c7263"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-166dd3a9-2fc0-4893-b592-53b8616c7263"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-166dd3a9-2fc0-4893-b592-53b8616c7263"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-166dd3a9-2fc0-4893-b592-53b8616c7263"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-166dd3a9-2fc0-4893-b592-53b8616c7263"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-166dd3a9-2fc0-4893-b592-53b8616c7263"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-166dd3a9-2fc0-4893-b592-53b8616c7263"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-166dd3a9-2fc0-4893-b592-53b8616c7263"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-166dd3a9-2fc0-4893-b592-53b8616c7263"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-166dd3a9-2fc0-4893-b592-53b8616c7263"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-166dd3a9-2fc0-4893-b592-53b8616c7263"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-166dd3a9-2fc0-4893-b592-53b8616c7263"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-166dd3a9-2fc0-4893-b592-53b8616c7263"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-166dd3a9-2fc0-4893-b592-53b8616c7263"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-166dd3a9-2fc0-4893-b592-53b8616c7263"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-166dd3a9-2fc0-4893-b592-53b8616c7263"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-166dd3a9-2fc0-4893-b592-53b8616c7263"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-166dd3a9-2fc0-4893-b592-53b8616c7263"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-166dd3a9-2fc0-4893-b592-53b8616c7263"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-166dd3a9-2fc0-4893-b592-53b8616c7263"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-166dd3a9-2fc0-4893-b592-53b8616c7263"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-166dd3a9-2fc0-4893-b592-53b8616c7263"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-166dd3a9-2fc0-4893-b592-53b8616c7263"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-166dd3a9-2fc0-4893-b592-53b8616c7263"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-166dd3a9-2fc0-4893-b592-53b8616c7263"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-166dd3a9-2fc0-4893-b592-53b8616c7263"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-166dd3a9-2fc0-4893-b592-53b8616c7263"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-166dd3a9-2fc0-4893-b592-53b8616c7263"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-166dd3a9-2fc0-4893-b592-53b8616c7263"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-166dd3a9-2fc0-4893-b592-53b8616c7263"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-166dd3a9-2fc0-4893-b592-53b8616c7263"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-166dd3a9-2fc0-4893-b592-53b8616c7263"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-166dd3a9-2fc0-4893-b592-53b8616c7263"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-166dd3a9-2fc0-4893-b592-53b8616c7263"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-166dd3a9-2fc0-4893-b592-53b8616c7263"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-166dd3a9-2fc0-4893-b592-53b8616c7263"] > .shg-row {
    flex-flow: column-reverse;
  }
}

@media (max-width: 767px){#s-ad3e4f5d-c3bd-4aee-9c6f-197c35111389 {
  margin-top: 10px;
margin-bottom: 20px;
}
}
#s-11dfc2da-82b5-493d-bbb1-75426023e1bb {
  text-align: center;
}
@media (max-width: 767px){#s-11dfc2da-82b5-493d-bbb1-75426023e1bb {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
}
}



  #s-11dfc2da-82b5-493d-bbb1-75426023e1bb img.shogun-image {
    
    width: px;
  }


#s-11dfc2da-82b5-493d-bbb1-75426023e1bb .shogun-image-content {
  
    align-items: center;
  
}

#s-ddefbb87-d5bd-4c98-b582-2be4ef88febf {
  padding-right: 200px;
}

@media (min-width: 0px) {
[id="s-ddefbb87-d5bd-4c98-b582-2be4ef88febf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ddefbb87-d5bd-4c98-b582-2be4ef88febf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ddefbb87-d5bd-4c98-b582-2be4ef88febf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ddefbb87-d5bd-4c98-b582-2be4ef88febf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ddefbb87-d5bd-4c98-b582-2be4ef88febf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ddefbb87-d5bd-4c98-b582-2be4ef88febf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ddefbb87-d5bd-4c98-b582-2be4ef88febf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ddefbb87-d5bd-4c98-b582-2be4ef88febf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ddefbb87-d5bd-4c98-b582-2be4ef88febf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ddefbb87-d5bd-4c98-b582-2be4ef88febf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ddefbb87-d5bd-4c98-b582-2be4ef88febf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ddefbb87-d5bd-4c98-b582-2be4ef88febf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ddefbb87-d5bd-4c98-b582-2be4ef88febf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ddefbb87-d5bd-4c98-b582-2be4ef88febf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ddefbb87-d5bd-4c98-b582-2be4ef88febf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ddefbb87-d5bd-4c98-b582-2be4ef88febf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ddefbb87-d5bd-4c98-b582-2be4ef88febf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ddefbb87-d5bd-4c98-b582-2be4ef88febf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ddefbb87-d5bd-4c98-b582-2be4ef88febf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ddefbb87-d5bd-4c98-b582-2be4ef88febf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ddefbb87-d5bd-4c98-b582-2be4ef88febf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ddefbb87-d5bd-4c98-b582-2be4ef88febf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ddefbb87-d5bd-4c98-b582-2be4ef88febf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ddefbb87-d5bd-4c98-b582-2be4ef88febf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ddefbb87-d5bd-4c98-b582-2be4ef88febf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ddefbb87-d5bd-4c98-b582-2be4ef88febf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ddefbb87-d5bd-4c98-b582-2be4ef88febf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ddefbb87-d5bd-4c98-b582-2be4ef88febf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ddefbb87-d5bd-4c98-b582-2be4ef88febf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ddefbb87-d5bd-4c98-b582-2be4ef88febf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ddefbb87-d5bd-4c98-b582-2be4ef88febf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ddefbb87-d5bd-4c98-b582-2be4ef88febf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ddefbb87-d5bd-4c98-b582-2be4ef88febf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ddefbb87-d5bd-4c98-b582-2be4ef88febf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ddefbb87-d5bd-4c98-b582-2be4ef88febf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ddefbb87-d5bd-4c98-b582-2be4ef88febf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ddefbb87-d5bd-4c98-b582-2be4ef88febf"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-015a4596-261f-4844-9bce-209904d205b6 {
  text-align: center;
}
@media (max-width: 767px){#s-015a4596-261f-4844-9bce-209904d205b6 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
}
}



  #s-015a4596-261f-4844-9bce-209904d205b6 img.shogun-image {
    
    width: px;
  }


#s-015a4596-261f-4844-9bce-209904d205b6 .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-e96ab7b6-bc92-4f19-8450-be74fd058014 {
  margin-top: 10px;
margin-bottom: 20px;
}
}
#s-a5f8d654-b9d6-491c-86ef-6d8d95aa9970 {
  margin-top: 100px;
margin-bottom: 50px;
min-height: 50px;
}








#s-a5f8d654-b9d6-491c-86ef-6d8d95aa9970 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a5f8d654-b9d6-491c-86ef-6d8d95aa9970.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-6287b2e2-4cc0-4b43-919e-8f2595357e50"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6287b2e2-4cc0-4b43-919e-8f2595357e50"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6287b2e2-4cc0-4b43-919e-8f2595357e50"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6287b2e2-4cc0-4b43-919e-8f2595357e50"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6287b2e2-4cc0-4b43-919e-8f2595357e50"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6287b2e2-4cc0-4b43-919e-8f2595357e50"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6287b2e2-4cc0-4b43-919e-8f2595357e50"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6287b2e2-4cc0-4b43-919e-8f2595357e50"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6287b2e2-4cc0-4b43-919e-8f2595357e50"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6287b2e2-4cc0-4b43-919e-8f2595357e50"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6287b2e2-4cc0-4b43-919e-8f2595357e50"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6287b2e2-4cc0-4b43-919e-8f2595357e50"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6287b2e2-4cc0-4b43-919e-8f2595357e50"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6287b2e2-4cc0-4b43-919e-8f2595357e50"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6287b2e2-4cc0-4b43-919e-8f2595357e50"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6287b2e2-4cc0-4b43-919e-8f2595357e50"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6287b2e2-4cc0-4b43-919e-8f2595357e50"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6287b2e2-4cc0-4b43-919e-8f2595357e50"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6287b2e2-4cc0-4b43-919e-8f2595357e50"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6287b2e2-4cc0-4b43-919e-8f2595357e50"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6287b2e2-4cc0-4b43-919e-8f2595357e50"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6287b2e2-4cc0-4b43-919e-8f2595357e50"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6287b2e2-4cc0-4b43-919e-8f2595357e50"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6287b2e2-4cc0-4b43-919e-8f2595357e50"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6287b2e2-4cc0-4b43-919e-8f2595357e50"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6287b2e2-4cc0-4b43-919e-8f2595357e50"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6287b2e2-4cc0-4b43-919e-8f2595357e50"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6287b2e2-4cc0-4b43-919e-8f2595357e50"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6287b2e2-4cc0-4b43-919e-8f2595357e50"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6287b2e2-4cc0-4b43-919e-8f2595357e50"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6287b2e2-4cc0-4b43-919e-8f2595357e50"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6287b2e2-4cc0-4b43-919e-8f2595357e50"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6287b2e2-4cc0-4b43-919e-8f2595357e50"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6287b2e2-4cc0-4b43-919e-8f2595357e50"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6287b2e2-4cc0-4b43-919e-8f2595357e50"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6287b2e2-4cc0-4b43-919e-8f2595357e50"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6287b2e2-4cc0-4b43-919e-8f2595357e50"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-683374de-2dd4-4d77-acd9-072a75c94c86 {
  padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 2px;
background-color: rgba(48, 49, 47, 1);
text-align: left;
text-decoration: none;
}
#s-683374de-2dd4-4d77-acd9-072a75c94c86:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-683374de-2dd4-4d77-acd9-072a75c94c86:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-683374de-2dd4-4d77-acd9-072a75c94c86-btn-wrapper {
    text-align: left;
  }


#s-683374de-2dd4-4d77-acd9-072a75c94c86.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-5f31d365-7832-43d9-be33-32cb9847eb18 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 40px;
text-align: center;
}
@media (min-width: 1200px){#s-5f31d365-7832-43d9-be33-32cb9847eb18 {
  display: none;
}
#s-5f31d365-7832-43d9-be33-32cb9847eb18, #wrap-s-5f31d365-7832-43d9-be33-32cb9847eb18 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5f31d365-7832-43d9-be33-32cb9847eb18 {
  display: none;
}
#s-5f31d365-7832-43d9-be33-32cb9847eb18, #wrap-s-5f31d365-7832-43d9-be33-32cb9847eb18 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5f31d365-7832-43d9-be33-32cb9847eb18 {
  
}
}@media (max-width: 767px){#s-5f31d365-7832-43d9-be33-32cb9847eb18 {
  
}
}



  #s-5f31d365-7832-43d9-be33-32cb9847eb18 img.shogun-image {
    
    width: px;
  }


#s-5f31d365-7832-43d9-be33-32cb9847eb18 .shogun-image-content {
  
    align-items: center;
  
}

#s-241048ef-0dc6-41e4-99fd-f54edcf4b023 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-241048ef-0dc6-41e4-99fd-f54edcf4b023 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-241048ef-0dc6-41e4-99fd-f54edcf4b023.shg-box.shg-c {
  justify-content: center;
}

#s-89710e72-38f6-4d92-82a7-e59db340d1e4 {
  margin-left: auto;
margin-right: auto;
padding-top: 90px;
padding-bottom: 60px;
min-height: 50px;
max-width: 950px;
}
@media (max-width: 767px){#s-89710e72-38f6-4d92-82a7-e59db340d1e4 {
  padding-left: 10px;
padding-right: 10px;
}
}







#s-89710e72-38f6-4d92-82a7-e59db340d1e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-89710e72-38f6-4d92-82a7-e59db340d1e4.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-139c46fd-15a9-4eb5-8cee-cc85c0c74962"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-139c46fd-15a9-4eb5-8cee-cc85c0c74962"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-139c46fd-15a9-4eb5-8cee-cc85c0c74962"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-139c46fd-15a9-4eb5-8cee-cc85c0c74962"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-139c46fd-15a9-4eb5-8cee-cc85c0c74962"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-139c46fd-15a9-4eb5-8cee-cc85c0c74962"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-139c46fd-15a9-4eb5-8cee-cc85c0c74962"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-139c46fd-15a9-4eb5-8cee-cc85c0c74962"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-139c46fd-15a9-4eb5-8cee-cc85c0c74962"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-139c46fd-15a9-4eb5-8cee-cc85c0c74962"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-139c46fd-15a9-4eb5-8cee-cc85c0c74962"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-139c46fd-15a9-4eb5-8cee-cc85c0c74962"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-139c46fd-15a9-4eb5-8cee-cc85c0c74962"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-139c46fd-15a9-4eb5-8cee-cc85c0c74962"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-139c46fd-15a9-4eb5-8cee-cc85c0c74962"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-139c46fd-15a9-4eb5-8cee-cc85c0c74962"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-139c46fd-15a9-4eb5-8cee-cc85c0c74962"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-139c46fd-15a9-4eb5-8cee-cc85c0c74962"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-139c46fd-15a9-4eb5-8cee-cc85c0c74962"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-139c46fd-15a9-4eb5-8cee-cc85c0c74962"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-139c46fd-15a9-4eb5-8cee-cc85c0c74962"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-139c46fd-15a9-4eb5-8cee-cc85c0c74962"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-139c46fd-15a9-4eb5-8cee-cc85c0c74962"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-139c46fd-15a9-4eb5-8cee-cc85c0c74962"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-139c46fd-15a9-4eb5-8cee-cc85c0c74962"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-139c46fd-15a9-4eb5-8cee-cc85c0c74962"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-139c46fd-15a9-4eb5-8cee-cc85c0c74962"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-139c46fd-15a9-4eb5-8cee-cc85c0c74962"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-139c46fd-15a9-4eb5-8cee-cc85c0c74962"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-139c46fd-15a9-4eb5-8cee-cc85c0c74962"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-139c46fd-15a9-4eb5-8cee-cc85c0c74962"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-139c46fd-15a9-4eb5-8cee-cc85c0c74962"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-139c46fd-15a9-4eb5-8cee-cc85c0c74962"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-139c46fd-15a9-4eb5-8cee-cc85c0c74962"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-139c46fd-15a9-4eb5-8cee-cc85c0c74962"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-139c46fd-15a9-4eb5-8cee-cc85c0c74962"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-139c46fd-15a9-4eb5-8cee-cc85c0c74962"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-0a3626a7-06da-45a5-8a05-4570f8f0b771 {
  box-shadow:0px 0px 0px 0px ;
margin-top: -200px;
max-width: 400px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0a3626a7-06da-45a5-8a05-4570f8f0b771 {
  display: none;
}
#s-0a3626a7-06da-45a5-8a05-4570f8f0b771, #wrap-s-0a3626a7-06da-45a5-8a05-4570f8f0b771 { display:none !important; }}@media (max-width: 767px){#s-0a3626a7-06da-45a5-8a05-4570f8f0b771 {
  display: none;
}
#s-0a3626a7-06da-45a5-8a05-4570f8f0b771, #wrap-s-0a3626a7-06da-45a5-8a05-4570f8f0b771 { display:none !important; }}



  #s-0a3626a7-06da-45a5-8a05-4570f8f0b771 img.shogun-image {
    
    width: px;
  }


#s-0a3626a7-06da-45a5-8a05-4570f8f0b771 .shogun-image-content {
  
    align-items: center;
  
}

#s-f87a979b-d23e-4fd4-90e5-11f36a1f7551 {
  padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}

#s-f87a979b-d23e-4fd4-90e5-11f36a1f7551 .shogun-heading-component h1 {
  color: rgba(248, 248, 248, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6e11d906-04b2-4fec-9896-0f111d825ea6 {
  background-repeat: no-repeat;
background-size: 700px 575px;
min-height: 50px;
background-position: right center;
}








#s-6e11d906-04b2-4fec-9896-0f111d825ea6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e11d906-04b2-4fec-9896-0f111d825ea6.shg-box.shg-c {
  justify-content: center;
}

#s-4e76e7a8-0cc0-4b4f-8eca-a91017d985d5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1100px;
}








#s-4e76e7a8-0cc0-4b4f-8eca-a91017d985d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e76e7a8-0cc0-4b4f-8eca-a91017d985d5.shg-box.shg-c {
  justify-content: center;
}

#s-0c031f8d-1d88-4820-8095-631ce37edc5c {
  padding-top: 60px;
padding-bottom: 60px;
}
@media (max-width: 767px){#s-0c031f8d-1d88-4820-8095-631ce37edc5c {
  padding-left: 15px;
padding-right: 15px;
}
}
@media (min-width: 0px) {
[id="s-0c031f8d-1d88-4820-8095-631ce37edc5c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0c031f8d-1d88-4820-8095-631ce37edc5c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0c031f8d-1d88-4820-8095-631ce37edc5c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0c031f8d-1d88-4820-8095-631ce37edc5c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0c031f8d-1d88-4820-8095-631ce37edc5c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0c031f8d-1d88-4820-8095-631ce37edc5c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0c031f8d-1d88-4820-8095-631ce37edc5c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0c031f8d-1d88-4820-8095-631ce37edc5c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0c031f8d-1d88-4820-8095-631ce37edc5c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0c031f8d-1d88-4820-8095-631ce37edc5c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0c031f8d-1d88-4820-8095-631ce37edc5c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0c031f8d-1d88-4820-8095-631ce37edc5c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0c031f8d-1d88-4820-8095-631ce37edc5c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0c031f8d-1d88-4820-8095-631ce37edc5c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0c031f8d-1d88-4820-8095-631ce37edc5c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0c031f8d-1d88-4820-8095-631ce37edc5c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0c031f8d-1d88-4820-8095-631ce37edc5c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0c031f8d-1d88-4820-8095-631ce37edc5c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0c031f8d-1d88-4820-8095-631ce37edc5c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0c031f8d-1d88-4820-8095-631ce37edc5c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0c031f8d-1d88-4820-8095-631ce37edc5c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0c031f8d-1d88-4820-8095-631ce37edc5c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0c031f8d-1d88-4820-8095-631ce37edc5c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0c031f8d-1d88-4820-8095-631ce37edc5c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0c031f8d-1d88-4820-8095-631ce37edc5c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0c031f8d-1d88-4820-8095-631ce37edc5c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0c031f8d-1d88-4820-8095-631ce37edc5c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0c031f8d-1d88-4820-8095-631ce37edc5c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0c031f8d-1d88-4820-8095-631ce37edc5c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0c031f8d-1d88-4820-8095-631ce37edc5c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0c031f8d-1d88-4820-8095-631ce37edc5c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0c031f8d-1d88-4820-8095-631ce37edc5c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0c031f8d-1d88-4820-8095-631ce37edc5c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0c031f8d-1d88-4820-8095-631ce37edc5c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0c031f8d-1d88-4820-8095-631ce37edc5c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0c031f8d-1d88-4820-8095-631ce37edc5c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0c031f8d-1d88-4820-8095-631ce37edc5c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-fb2678bb-93e2-4d2f-b912-bb1d83a663a2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fb2678bb-93e2-4d2f-b912-bb1d83a663a2 .shogun-heading-component h1 {
  color: rgba(179, 206, 91, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-dfac7b73-b5b4-4c2a-9954-8e656cf2287d {
  padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 2px;
background-color: rgba(48, 49, 47, 1);
text-align: left;
text-decoration: none;
}
#s-dfac7b73-b5b4-4c2a-9954-8e656cf2287d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dfac7b73-b5b4-4c2a-9954-8e656cf2287d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-dfac7b73-b5b4-4c2a-9954-8e656cf2287d-btn-wrapper {
    text-align: left;
  }


#s-dfac7b73-b5b4-4c2a-9954-8e656cf2287d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

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