.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  flex: 1;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

.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-401d6245-e526-450d-b49f-3fa42bcc8272 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-401d6245-e526-450d-b49f-3fa42bcc8272 {
  display: none;
}
#s-401d6245-e526-450d-b49f-3fa42bcc8272, #wrap-s-401d6245-e526-450d-b49f-3fa42bcc8272 { display:none !important; }}@media (max-width: 767px){#s-401d6245-e526-450d-b49f-3fa42bcc8272 {
  display: none;
}
#s-401d6245-e526-450d-b49f-3fa42bcc8272, #wrap-s-401d6245-e526-450d-b49f-3fa42bcc8272 { display:none !important; }}







#s-401d6245-e526-450d-b49f-3fa42bcc8272 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-401d6245-e526-450d-b49f-3fa42bcc8272.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-876cfbe1-bbd7-479c-8261-fa30a4d4d904 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-876cfbe1-bbd7-479c-8261-fa30a4d4d904 {
  display: none;
}
#s-876cfbe1-bbd7-479c-8261-fa30a4d4d904, #wrap-s-876cfbe1-bbd7-479c-8261-fa30a4d4d904 { display:none !important; }}@media (max-width: 767px){#s-876cfbe1-bbd7-479c-8261-fa30a4d4d904 {
  display: none;
}
#s-876cfbe1-bbd7-479c-8261-fa30a4d4d904, #wrap-s-876cfbe1-bbd7-479c-8261-fa30a4d4d904 { display:none !important; }}
#s-8ca05c1f-c119-4f9d-aa25-f1577718597f {
  background-image: url(https://i.shgcdn.com/377370cf-4c35-4fd7-88e3-74d88f0b5f38/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 100px;
padding-left: 10%;
padding-bottom: 100px;
padding-right: 10%;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-8ca05c1f-c119-4f9d-aa25-f1577718597f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8ca05c1f-c119-4f9d-aa25-f1577718597f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8ca05c1f-c119-4f9d-aa25-f1577718597f {
  display: none;
}
#s-8ca05c1f-c119-4f9d-aa25-f1577718597f, #wrap-s-8ca05c1f-c119-4f9d-aa25-f1577718597f { display:none !important; }}@media (max-width: 767px){#s-8ca05c1f-c119-4f9d-aa25-f1577718597f {
  display: none;
}
#s-8ca05c1f-c119-4f9d-aa25-f1577718597f, #wrap-s-8ca05c1f-c119-4f9d-aa25-f1577718597f { display:none !important; }}







#s-8ca05c1f-c119-4f9d-aa25-f1577718597f > .shg-box-overlay {
  background-color: rgba(26, 26, 26, 1);
  opacity: 0;
}#s-8ca05c1f-c119-4f9d-aa25-f1577718597f.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;
}

#s-c70c17ab-feac-4f5b-a4b9-92186ba1dd9e {
  margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-c70c17ab-feac-4f5b-a4b9-92186ba1dd9e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c70c17ab-feac-4f5b-a4b9-92186ba1dd9e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c70c17ab-feac-4f5b-a4b9-92186ba1dd9e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c70c17ab-feac-4f5b-a4b9-92186ba1dd9e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c70c17ab-feac-4f5b-a4b9-92186ba1dd9e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c70c17ab-feac-4f5b-a4b9-92186ba1dd9e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c70c17ab-feac-4f5b-a4b9-92186ba1dd9e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c70c17ab-feac-4f5b-a4b9-92186ba1dd9e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c70c17ab-feac-4f5b-a4b9-92186ba1dd9e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c70c17ab-feac-4f5b-a4b9-92186ba1dd9e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c70c17ab-feac-4f5b-a4b9-92186ba1dd9e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c70c17ab-feac-4f5b-a4b9-92186ba1dd9e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c70c17ab-feac-4f5b-a4b9-92186ba1dd9e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c70c17ab-feac-4f5b-a4b9-92186ba1dd9e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c70c17ab-feac-4f5b-a4b9-92186ba1dd9e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c70c17ab-feac-4f5b-a4b9-92186ba1dd9e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c70c17ab-feac-4f5b-a4b9-92186ba1dd9e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c70c17ab-feac-4f5b-a4b9-92186ba1dd9e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c70c17ab-feac-4f5b-a4b9-92186ba1dd9e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c70c17ab-feac-4f5b-a4b9-92186ba1dd9e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c70c17ab-feac-4f5b-a4b9-92186ba1dd9e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c70c17ab-feac-4f5b-a4b9-92186ba1dd9e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c70c17ab-feac-4f5b-a4b9-92186ba1dd9e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c70c17ab-feac-4f5b-a4b9-92186ba1dd9e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c70c17ab-feac-4f5b-a4b9-92186ba1dd9e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c70c17ab-feac-4f5b-a4b9-92186ba1dd9e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c70c17ab-feac-4f5b-a4b9-92186ba1dd9e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c70c17ab-feac-4f5b-a4b9-92186ba1dd9e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c70c17ab-feac-4f5b-a4b9-92186ba1dd9e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c70c17ab-feac-4f5b-a4b9-92186ba1dd9e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c70c17ab-feac-4f5b-a4b9-92186ba1dd9e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c70c17ab-feac-4f5b-a4b9-92186ba1dd9e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c70c17ab-feac-4f5b-a4b9-92186ba1dd9e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c70c17ab-feac-4f5b-a4b9-92186ba1dd9e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c70c17ab-feac-4f5b-a4b9-92186ba1dd9e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c70c17ab-feac-4f5b-a4b9-92186ba1dd9e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c70c17ab-feac-4f5b-a4b9-92186ba1dd9e"] > .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-6face185-421e-42a2-b772-980d0aac3ae0 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-6face185-421e-42a2-b772-980d0aac3ae0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: Raleway;
  font-style:   ;
  font-size: 35px;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-align: left;
}



.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-ecb1b6ae-a87d-4b6b-8a70-825e31e77c05 {
  border-style: solid;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.1);
}

.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-e7707481-2355-48f3-9fc0-a96b591d35e0 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-left: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(34, 34, 34, 1);
border-style: solid;
border-radius: 30px;
max-width: 320px;
opacity: 1;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 16px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
letter-spacing: 0px;
hover-type: color;
}
#s-e7707481-2355-48f3-9fc0-a96b591d35e0:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 0) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-e7707481-2355-48f3-9fc0-a96b591d35e0:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
opacity: 1 !important;
background-color: rgba(238, 238, 238, 0) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;}

  #s-e7707481-2355-48f3-9fc0-a96b591d35e0-btn-wrapper {
    text-align: center;
  }


#s-e7707481-2355-48f3-9fc0-a96b591d35e0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Raleway;
  display:  block ;
}

#s-9a7efa4d-22b4-4bfa-913c-d53d98b8b4b4 {
  background-image: url(https://i.shgcdn.com/d2d7b247-69ba-4e4a-8b87-490545198f4c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 100px;
padding-left: 10%;
padding-bottom: 100px;
padding-right: 10%;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-9a7efa4d-22b4-4bfa-913c-d53d98b8b4b4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9a7efa4d-22b4-4bfa-913c-d53d98b8b4b4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9a7efa4d-22b4-4bfa-913c-d53d98b8b4b4 {
  display: none;
}
#s-9a7efa4d-22b4-4bfa-913c-d53d98b8b4b4, #wrap-s-9a7efa4d-22b4-4bfa-913c-d53d98b8b4b4 { display:none !important; }}@media (max-width: 767px){#s-9a7efa4d-22b4-4bfa-913c-d53d98b8b4b4 {
  display: none;
}
#s-9a7efa4d-22b4-4bfa-913c-d53d98b8b4b4, #wrap-s-9a7efa4d-22b4-4bfa-913c-d53d98b8b4b4 { display:none !important; }}







#s-9a7efa4d-22b4-4bfa-913c-d53d98b8b4b4 > .shg-box-overlay {
  background-color: rgba(26, 26, 26, 1);
  opacity: 0;
}#s-9a7efa4d-22b4-4bfa-913c-d53d98b8b4b4.shg-box.shg-c {
  justify-content: center;
}

#s-24fe9cf7-e358-411b-86bd-d6ade2b3e037 {
  margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-24fe9cf7-e358-411b-86bd-d6ade2b3e037"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-24fe9cf7-e358-411b-86bd-d6ade2b3e037"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-24fe9cf7-e358-411b-86bd-d6ade2b3e037"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-24fe9cf7-e358-411b-86bd-d6ade2b3e037"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-24fe9cf7-e358-411b-86bd-d6ade2b3e037"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-24fe9cf7-e358-411b-86bd-d6ade2b3e037"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-24fe9cf7-e358-411b-86bd-d6ade2b3e037"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-24fe9cf7-e358-411b-86bd-d6ade2b3e037"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-24fe9cf7-e358-411b-86bd-d6ade2b3e037"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-24fe9cf7-e358-411b-86bd-d6ade2b3e037"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-24fe9cf7-e358-411b-86bd-d6ade2b3e037"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-24fe9cf7-e358-411b-86bd-d6ade2b3e037"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-24fe9cf7-e358-411b-86bd-d6ade2b3e037"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-24fe9cf7-e358-411b-86bd-d6ade2b3e037"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-24fe9cf7-e358-411b-86bd-d6ade2b3e037"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-24fe9cf7-e358-411b-86bd-d6ade2b3e037"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-24fe9cf7-e358-411b-86bd-d6ade2b3e037"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-24fe9cf7-e358-411b-86bd-d6ade2b3e037"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-24fe9cf7-e358-411b-86bd-d6ade2b3e037"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-24fe9cf7-e358-411b-86bd-d6ade2b3e037"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-24fe9cf7-e358-411b-86bd-d6ade2b3e037"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-24fe9cf7-e358-411b-86bd-d6ade2b3e037"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-24fe9cf7-e358-411b-86bd-d6ade2b3e037"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-24fe9cf7-e358-411b-86bd-d6ade2b3e037"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-24fe9cf7-e358-411b-86bd-d6ade2b3e037"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-24fe9cf7-e358-411b-86bd-d6ade2b3e037"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-24fe9cf7-e358-411b-86bd-d6ade2b3e037"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-24fe9cf7-e358-411b-86bd-d6ade2b3e037"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-24fe9cf7-e358-411b-86bd-d6ade2b3e037"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-24fe9cf7-e358-411b-86bd-d6ade2b3e037"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-24fe9cf7-e358-411b-86bd-d6ade2b3e037"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-24fe9cf7-e358-411b-86bd-d6ade2b3e037"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-24fe9cf7-e358-411b-86bd-d6ade2b3e037"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-24fe9cf7-e358-411b-86bd-d6ade2b3e037"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-24fe9cf7-e358-411b-86bd-d6ade2b3e037"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-24fe9cf7-e358-411b-86bd-d6ade2b3e037"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-24fe9cf7-e358-411b-86bd-d6ade2b3e037"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-e43eda16-548f-4322-bbbe-300c4d8e1218 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-e43eda16-548f-4322-bbbe-300c4d8e1218 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Raleway;
  font-style:   ;
  font-size: 35px;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-align: left;
}



#s-4d7cedeb-586b-4e43-9f3a-c2823e2b39e7 {
  border-style: solid;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.1);
}

#s-af1e5e7e-08f3-4878-b2df-5fdcf19d3688 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-left: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(34, 34, 34, 1);
border-style: solid;
border-radius: 30px;
max-width: 320px;
opacity: 1;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 16px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
letter-spacing: 0px;
hover-type: color;
}
#s-af1e5e7e-08f3-4878-b2df-5fdcf19d3688:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 0) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-af1e5e7e-08f3-4878-b2df-5fdcf19d3688:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
opacity: 1 !important;
background-color: rgba(238, 238, 238, 0) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;}

  #s-af1e5e7e-08f3-4878-b2df-5fdcf19d3688-btn-wrapper {
    text-align: center;
  }


#s-af1e5e7e-08f3-4878-b2df-5fdcf19d3688.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Raleway;
  display:  block ;
}

#s-446d962a-0e4c-4b98-b64e-3e83604cd31d {
  background-image: url(https://i.shgcdn.com/0a94b0b0-fa22-408c-be02-33d1a4cdd652/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 100px;
padding-left: 10%;
padding-bottom: 100px;
padding-right: 10%;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-446d962a-0e4c-4b98-b64e-3e83604cd31d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-446d962a-0e4c-4b98-b64e-3e83604cd31d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-446d962a-0e4c-4b98-b64e-3e83604cd31d {
  display: none;
}
#s-446d962a-0e4c-4b98-b64e-3e83604cd31d, #wrap-s-446d962a-0e4c-4b98-b64e-3e83604cd31d { display:none !important; }}@media (max-width: 767px){#s-446d962a-0e4c-4b98-b64e-3e83604cd31d {
  display: none;
}
#s-446d962a-0e4c-4b98-b64e-3e83604cd31d, #wrap-s-446d962a-0e4c-4b98-b64e-3e83604cd31d { display:none !important; }}







#s-446d962a-0e4c-4b98-b64e-3e83604cd31d > .shg-box-overlay {
  background-color: rgba(26, 26, 26, 1);
  opacity: 0;
}#s-446d962a-0e4c-4b98-b64e-3e83604cd31d.shg-box.shg-c {
  justify-content: center;
}

#s-561008a0-d2df-47b5-8e89-83eb6eed417f {
  margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-561008a0-d2df-47b5-8e89-83eb6eed417f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-561008a0-d2df-47b5-8e89-83eb6eed417f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-561008a0-d2df-47b5-8e89-83eb6eed417f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-561008a0-d2df-47b5-8e89-83eb6eed417f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-561008a0-d2df-47b5-8e89-83eb6eed417f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-561008a0-d2df-47b5-8e89-83eb6eed417f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-561008a0-d2df-47b5-8e89-83eb6eed417f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-561008a0-d2df-47b5-8e89-83eb6eed417f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-561008a0-d2df-47b5-8e89-83eb6eed417f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-561008a0-d2df-47b5-8e89-83eb6eed417f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-561008a0-d2df-47b5-8e89-83eb6eed417f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-561008a0-d2df-47b5-8e89-83eb6eed417f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-561008a0-d2df-47b5-8e89-83eb6eed417f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-561008a0-d2df-47b5-8e89-83eb6eed417f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-561008a0-d2df-47b5-8e89-83eb6eed417f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-561008a0-d2df-47b5-8e89-83eb6eed417f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-561008a0-d2df-47b5-8e89-83eb6eed417f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-561008a0-d2df-47b5-8e89-83eb6eed417f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-561008a0-d2df-47b5-8e89-83eb6eed417f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-561008a0-d2df-47b5-8e89-83eb6eed417f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-561008a0-d2df-47b5-8e89-83eb6eed417f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-561008a0-d2df-47b5-8e89-83eb6eed417f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-561008a0-d2df-47b5-8e89-83eb6eed417f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-561008a0-d2df-47b5-8e89-83eb6eed417f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-561008a0-d2df-47b5-8e89-83eb6eed417f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-561008a0-d2df-47b5-8e89-83eb6eed417f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-561008a0-d2df-47b5-8e89-83eb6eed417f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-561008a0-d2df-47b5-8e89-83eb6eed417f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-561008a0-d2df-47b5-8e89-83eb6eed417f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-561008a0-d2df-47b5-8e89-83eb6eed417f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-561008a0-d2df-47b5-8e89-83eb6eed417f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-561008a0-d2df-47b5-8e89-83eb6eed417f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-561008a0-d2df-47b5-8e89-83eb6eed417f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-561008a0-d2df-47b5-8e89-83eb6eed417f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-561008a0-d2df-47b5-8e89-83eb6eed417f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-561008a0-d2df-47b5-8e89-83eb6eed417f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-561008a0-d2df-47b5-8e89-83eb6eed417f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-c44a70c0-c7d6-4cc5-a0e4-fe7ab94d8b25 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-c44a70c0-c7d6-4cc5-a0e4-fe7ab94d8b25 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Raleway;
  font-style:   ;
  font-size: 35px;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-align: left;
}



#s-d6f96ba2-4100-4143-87df-f2216b4fa422 {
  border-style: solid;
margin-bottom: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.1);
}

#s-ee1c882b-6f66-4d55-8897-41ac84bf4950 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-left: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(34, 34, 34, 1);
border-style: solid;
border-radius: 30px;
max-width: 320px;
opacity: 1;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 16px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
letter-spacing: 0px;
hover-type: color;
}
#s-ee1c882b-6f66-4d55-8897-41ac84bf4950:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 0) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-ee1c882b-6f66-4d55-8897-41ac84bf4950:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
opacity: 1 !important;
background-color: rgba(238, 238, 238, 0) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;}

  #s-ee1c882b-6f66-4d55-8897-41ac84bf4950-btn-wrapper {
    text-align: center;
  }


#s-ee1c882b-6f66-4d55-8897-41ac84bf4950.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Raleway;
  display:  block ;
}

#s-9d04d57d-a28e-4089-a82a-ac6fa7986001 {
  background-image: url(https://i.shgcdn.com/e49110ec-d0ad-46d4-9df9-c7c5ed09ceb5/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 100px;
padding-left: 10%;
padding-bottom: 100px;
padding-right: 10%;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-9d04d57d-a28e-4089-a82a-ac6fa7986001 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9d04d57d-a28e-4089-a82a-ac6fa7986001 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9d04d57d-a28e-4089-a82a-ac6fa7986001 {
  display: none;
}
#s-9d04d57d-a28e-4089-a82a-ac6fa7986001, #wrap-s-9d04d57d-a28e-4089-a82a-ac6fa7986001 { display:none !important; }}@media (max-width: 767px){#s-9d04d57d-a28e-4089-a82a-ac6fa7986001 {
  display: none;
}
#s-9d04d57d-a28e-4089-a82a-ac6fa7986001, #wrap-s-9d04d57d-a28e-4089-a82a-ac6fa7986001 { display:none !important; }}







#s-9d04d57d-a28e-4089-a82a-ac6fa7986001 > .shg-box-overlay {
  background-color: rgba(26, 26, 26, 1);
  opacity: 0;
}#s-9d04d57d-a28e-4089-a82a-ac6fa7986001.shg-box.shg-c {
  justify-content: center;
}

#s-693c06d0-f37c-4a42-b86f-5db9917a441c {
  margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-693c06d0-f37c-4a42-b86f-5db9917a441c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-693c06d0-f37c-4a42-b86f-5db9917a441c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-693c06d0-f37c-4a42-b86f-5db9917a441c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-693c06d0-f37c-4a42-b86f-5db9917a441c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-693c06d0-f37c-4a42-b86f-5db9917a441c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-693c06d0-f37c-4a42-b86f-5db9917a441c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-693c06d0-f37c-4a42-b86f-5db9917a441c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-693c06d0-f37c-4a42-b86f-5db9917a441c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-693c06d0-f37c-4a42-b86f-5db9917a441c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-693c06d0-f37c-4a42-b86f-5db9917a441c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-693c06d0-f37c-4a42-b86f-5db9917a441c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-693c06d0-f37c-4a42-b86f-5db9917a441c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-693c06d0-f37c-4a42-b86f-5db9917a441c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-693c06d0-f37c-4a42-b86f-5db9917a441c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-693c06d0-f37c-4a42-b86f-5db9917a441c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-693c06d0-f37c-4a42-b86f-5db9917a441c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-693c06d0-f37c-4a42-b86f-5db9917a441c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-693c06d0-f37c-4a42-b86f-5db9917a441c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-693c06d0-f37c-4a42-b86f-5db9917a441c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-693c06d0-f37c-4a42-b86f-5db9917a441c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-693c06d0-f37c-4a42-b86f-5db9917a441c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-693c06d0-f37c-4a42-b86f-5db9917a441c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-693c06d0-f37c-4a42-b86f-5db9917a441c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-693c06d0-f37c-4a42-b86f-5db9917a441c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-693c06d0-f37c-4a42-b86f-5db9917a441c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-693c06d0-f37c-4a42-b86f-5db9917a441c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-693c06d0-f37c-4a42-b86f-5db9917a441c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-693c06d0-f37c-4a42-b86f-5db9917a441c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-693c06d0-f37c-4a42-b86f-5db9917a441c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-693c06d0-f37c-4a42-b86f-5db9917a441c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-693c06d0-f37c-4a42-b86f-5db9917a441c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-693c06d0-f37c-4a42-b86f-5db9917a441c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-693c06d0-f37c-4a42-b86f-5db9917a441c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-693c06d0-f37c-4a42-b86f-5db9917a441c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-693c06d0-f37c-4a42-b86f-5db9917a441c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-693c06d0-f37c-4a42-b86f-5db9917a441c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-693c06d0-f37c-4a42-b86f-5db9917a441c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-02b811d1-0f85-406f-bee2-c13b977055e9 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-02b811d1-0f85-406f-bee2-c13b977055e9 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Raleway;
  font-style:   ;
  font-size: 35px;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-align: left;
}



#s-508ef4e7-9e15-423e-b559-72319b001a4b {
  border-style: solid;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.1);
}

#s-5cadb804-5794-43e7-a187-37e59438c246 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-left: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(34, 34, 34, 1);
border-style: solid;
border-radius: 30px;
max-width: 320px;
opacity: 1;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 16px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
letter-spacing: 0px;
hover-type: color;
}
#s-5cadb804-5794-43e7-a187-37e59438c246:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 0) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-5cadb804-5794-43e7-a187-37e59438c246:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
opacity: 1 !important;
background-color: rgba(238, 238, 238, 0) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;}

  #s-5cadb804-5794-43e7-a187-37e59438c246-btn-wrapper {
    text-align: center;
  }


#s-5cadb804-5794-43e7-a187-37e59438c246.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Raleway;
  display:  block ;
}

#s-ad4e5311-38cb-4ae3-b0f0-c1abcddb0976 {
  background-image: url(https://i.shgcdn.com/3e78b2ac-02da-4bc5-87ae-35aace01739c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 100px;
padding-left: 10%;
padding-bottom: 100px;
padding-right: 10%;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-ad4e5311-38cb-4ae3-b0f0-c1abcddb0976 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ad4e5311-38cb-4ae3-b0f0-c1abcddb0976 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ad4e5311-38cb-4ae3-b0f0-c1abcddb0976 {
  display: none;
}
#s-ad4e5311-38cb-4ae3-b0f0-c1abcddb0976, #wrap-s-ad4e5311-38cb-4ae3-b0f0-c1abcddb0976 { display:none !important; }}@media (max-width: 767px){#s-ad4e5311-38cb-4ae3-b0f0-c1abcddb0976 {
  display: none;
}
#s-ad4e5311-38cb-4ae3-b0f0-c1abcddb0976, #wrap-s-ad4e5311-38cb-4ae3-b0f0-c1abcddb0976 { display:none !important; }}







#s-ad4e5311-38cb-4ae3-b0f0-c1abcddb0976 > .shg-box-overlay {
  background-color: rgba(26, 26, 26, 1);
  opacity: 0;
}#s-ad4e5311-38cb-4ae3-b0f0-c1abcddb0976.shg-box.shg-c {
  justify-content: center;
}

#s-67d8e35d-8deb-4841-b799-a5f3bc7d349a {
  margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-67d8e35d-8deb-4841-b799-a5f3bc7d349a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-67d8e35d-8deb-4841-b799-a5f3bc7d349a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-67d8e35d-8deb-4841-b799-a5f3bc7d349a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-67d8e35d-8deb-4841-b799-a5f3bc7d349a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-67d8e35d-8deb-4841-b799-a5f3bc7d349a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-67d8e35d-8deb-4841-b799-a5f3bc7d349a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-67d8e35d-8deb-4841-b799-a5f3bc7d349a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-67d8e35d-8deb-4841-b799-a5f3bc7d349a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-67d8e35d-8deb-4841-b799-a5f3bc7d349a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-67d8e35d-8deb-4841-b799-a5f3bc7d349a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-67d8e35d-8deb-4841-b799-a5f3bc7d349a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-67d8e35d-8deb-4841-b799-a5f3bc7d349a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-67d8e35d-8deb-4841-b799-a5f3bc7d349a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-67d8e35d-8deb-4841-b799-a5f3bc7d349a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-67d8e35d-8deb-4841-b799-a5f3bc7d349a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-67d8e35d-8deb-4841-b799-a5f3bc7d349a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-67d8e35d-8deb-4841-b799-a5f3bc7d349a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-67d8e35d-8deb-4841-b799-a5f3bc7d349a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-67d8e35d-8deb-4841-b799-a5f3bc7d349a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-67d8e35d-8deb-4841-b799-a5f3bc7d349a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-67d8e35d-8deb-4841-b799-a5f3bc7d349a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-67d8e35d-8deb-4841-b799-a5f3bc7d349a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-67d8e35d-8deb-4841-b799-a5f3bc7d349a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-67d8e35d-8deb-4841-b799-a5f3bc7d349a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-67d8e35d-8deb-4841-b799-a5f3bc7d349a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-67d8e35d-8deb-4841-b799-a5f3bc7d349a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-67d8e35d-8deb-4841-b799-a5f3bc7d349a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-67d8e35d-8deb-4841-b799-a5f3bc7d349a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-67d8e35d-8deb-4841-b799-a5f3bc7d349a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-67d8e35d-8deb-4841-b799-a5f3bc7d349a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-67d8e35d-8deb-4841-b799-a5f3bc7d349a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-67d8e35d-8deb-4841-b799-a5f3bc7d349a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-67d8e35d-8deb-4841-b799-a5f3bc7d349a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-67d8e35d-8deb-4841-b799-a5f3bc7d349a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-67d8e35d-8deb-4841-b799-a5f3bc7d349a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-67d8e35d-8deb-4841-b799-a5f3bc7d349a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-67d8e35d-8deb-4841-b799-a5f3bc7d349a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-e30d4c4a-a2f1-49a4-84ec-af7ab202505f {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-e30d4c4a-a2f1-49a4-84ec-af7ab202505f .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Raleway;
  font-style:   ;
  font-size: 35px;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-align: left;
}



#s-4026055d-a970-46cf-994d-81a07df60d05 {
  border-style: solid;
margin-bottom: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.1);
}

#s-70f04b7b-126e-4248-a16d-cef7fd1b453d {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-left: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(34, 34, 34, 1);
border-style: solid;
border-radius: 30px;
max-width: 320px;
opacity: 1;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 16px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
letter-spacing: 0px;
hover-type: color;
}
#s-70f04b7b-126e-4248-a16d-cef7fd1b453d:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 0) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-70f04b7b-126e-4248-a16d-cef7fd1b453d:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
opacity: 1 !important;
background-color: rgba(238, 238, 238, 0) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;}

  #s-70f04b7b-126e-4248-a16d-cef7fd1b453d-btn-wrapper {
    text-align: center;
  }


#s-70f04b7b-126e-4248-a16d-cef7fd1b453d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Raleway;
  display:  block ;
}

#s-5b3d0de9-75ad-4d89-98c5-e9b095378dcb {
  padding-top: 30px;
padding-left: 10%;
padding-bottom: 40px;
padding-right: 10%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5b3d0de9-75ad-4d89-98c5-e9b095378dcb {
  display: none;
}
#s-5b3d0de9-75ad-4d89-98c5-e9b095378dcb, #wrap-s-5b3d0de9-75ad-4d89-98c5-e9b095378dcb { display:none !important; }}@media (max-width: 767px){#s-5b3d0de9-75ad-4d89-98c5-e9b095378dcb {
  display: none;
}
#s-5b3d0de9-75ad-4d89-98c5-e9b095378dcb, #wrap-s-5b3d0de9-75ad-4d89-98c5-e9b095378dcb { display:none !important; }}







#s-5b3d0de9-75ad-4d89-98c5-e9b095378dcb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b3d0de9-75ad-4d89-98c5-e9b095378dcb.shg-box.shg-c {
  justify-content: center;
}

#s-df803659-a7cb-4a8f-926a-e4584e252475 {
  margin-top: 0%;
margin-left: 0%;
margin-right: 0%;
padding-top: 0%;
padding-bottom: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-df803659-a7cb-4a8f-926a-e4584e252475 {
  display: none;
}
#s-df803659-a7cb-4a8f-926a-e4584e252475, #wrap-s-df803659-a7cb-4a8f-926a-e4584e252475 { display:none !important; }}@media (max-width: 767px){#s-df803659-a7cb-4a8f-926a-e4584e252475 {
  display: none;
}
#s-df803659-a7cb-4a8f-926a-e4584e252475, #wrap-s-df803659-a7cb-4a8f-926a-e4584e252475 { display:none !important; }}
@media (min-width: 0px) {
[id="s-df803659-a7cb-4a8f-926a-e4584e252475"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 30.0px);
}

[id="s-df803659-a7cb-4a8f-926a-e4584e252475"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-df803659-a7cb-4a8f-926a-e4584e252475"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 45.0px);
}

[id="s-df803659-a7cb-4a8f-926a-e4584e252475"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 45.0px);
}

[id="s-df803659-a7cb-4a8f-926a-e4584e252475"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 45.0px);
}

[id="s-df803659-a7cb-4a8f-926a-e4584e252475"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 45.0px);
}

[id="s-df803659-a7cb-4a8f-926a-e4584e252475"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 45.0px);
}

[id="s-df803659-a7cb-4a8f-926a-e4584e252475"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 45.0px);
}

[id="s-df803659-a7cb-4a8f-926a-e4584e252475"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 45.0px);
}

[id="s-df803659-a7cb-4a8f-926a-e4584e252475"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 45.0px);
}

[id="s-df803659-a7cb-4a8f-926a-e4584e252475"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 45.0px);
}

[id="s-df803659-a7cb-4a8f-926a-e4584e252475"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 45.0px);
}

[id="s-df803659-a7cb-4a8f-926a-e4584e252475"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 45.0px);
}

[id="s-df803659-a7cb-4a8f-926a-e4584e252475"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 45.0px);
}

}

@media (min-width: 992px) {
[id="s-df803659-a7cb-4a8f-926a-e4584e252475"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 45.0px);
}

[id="s-df803659-a7cb-4a8f-926a-e4584e252475"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 45.0px);
}

[id="s-df803659-a7cb-4a8f-926a-e4584e252475"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 45.0px);
}

[id="s-df803659-a7cb-4a8f-926a-e4584e252475"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 45.0px);
}

[id="s-df803659-a7cb-4a8f-926a-e4584e252475"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 45.0px);
}

[id="s-df803659-a7cb-4a8f-926a-e4584e252475"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 45.0px);
}

[id="s-df803659-a7cb-4a8f-926a-e4584e252475"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 45.0px);
}

[id="s-df803659-a7cb-4a8f-926a-e4584e252475"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 45.0px);
}

[id="s-df803659-a7cb-4a8f-926a-e4584e252475"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 45.0px);
}

[id="s-df803659-a7cb-4a8f-926a-e4584e252475"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 45.0px);
}

[id="s-df803659-a7cb-4a8f-926a-e4584e252475"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 45.0px);
}

[id="s-df803659-a7cb-4a8f-926a-e4584e252475"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 45.0px);
}

}

@media (min-width: 1200px) {
[id="s-df803659-a7cb-4a8f-926a-e4584e252475"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 45.0px);
}

[id="s-df803659-a7cb-4a8f-926a-e4584e252475"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 45.0px);
}

[id="s-df803659-a7cb-4a8f-926a-e4584e252475"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 45.0px);
}

[id="s-df803659-a7cb-4a8f-926a-e4584e252475"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 45.0px);
}

[id="s-df803659-a7cb-4a8f-926a-e4584e252475"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 45.0px);
}

[id="s-df803659-a7cb-4a8f-926a-e4584e252475"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 45.0px);
}

[id="s-df803659-a7cb-4a8f-926a-e4584e252475"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 45.0px);
}

[id="s-df803659-a7cb-4a8f-926a-e4584e252475"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 45.0px);
}

[id="s-df803659-a7cb-4a8f-926a-e4584e252475"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 45.0px);
}

[id="s-df803659-a7cb-4a8f-926a-e4584e252475"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 45.0px);
}

[id="s-df803659-a7cb-4a8f-926a-e4584e252475"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 45.0px);
}

[id="s-df803659-a7cb-4a8f-926a-e4584e252475"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 45.0px);
}

}

#s-79a9366b-f0db-463f-9f76-8ef301a803a9 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 340px;
max-width: 300px;
background-position: center center;
}








#s-79a9366b-f0db-463f-9f76-8ef301a803a9 > .shg-box-overlay {
  background-color: rgba(0, 65, 111, 1);
  opacity: 0;
}#s-79a9366b-f0db-463f-9f76-8ef301a803a9 {
  cursor: pointer;
}#s-79a9366b-f0db-463f-9f76-8ef301a803a9.shg-box.shg-c {
  justify-content: flex-end;
}

#s-93b000ac-ffd1-41f2-8e5c-e3b77be1dc4a {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
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-93b000ac-ffd1-41f2-8e5c-e3b77be1dc4a .shogun-heading-component h2 {
  color: rgba(29, 29, 29, 1);
  font-weight:  normal ;
  font-family: Raleway;
  font-style:  normal ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-39e32213-a941-4b54-89e2-ee7c0207bef0 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 340px;
max-width: 300px;
background-position: center center;
}








#s-39e32213-a941-4b54-89e2-ee7c0207bef0 > .shg-box-overlay {
  background-color: rgba(120, 187, 110, 1);
  opacity: 0;
}#s-39e32213-a941-4b54-89e2-ee7c0207bef0 {
  cursor: pointer;
}#s-39e32213-a941-4b54-89e2-ee7c0207bef0.shg-box.shg-c {
  justify-content: flex-end;
}

#s-48bc3885-6dab-4896-9af8-423714b003ef {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
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-48bc3885-6dab-4896-9af8-423714b003ef .shogun-heading-component h2 {
  color: rgba(29, 29, 29, 1);
  font-weight:  normal ;
  font-family: Raleway;
  font-style:  normal ;
  font-size: 25px;
  line-height: ;
  letter-spacing: 1px;
  text-align: center;
}



#s-14c311ee-a559-4a69-adfc-9fd85fb99d84 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 340px;
max-width: 300px;
background-position: center center;
}








#s-14c311ee-a559-4a69-adfc-9fd85fb99d84 > .shg-box-overlay {
  background-color: rgba(62, 38, 24, 0);
  opacity: 0;
}#s-14c311ee-a559-4a69-adfc-9fd85fb99d84 {
  cursor: pointer;
}#s-14c311ee-a559-4a69-adfc-9fd85fb99d84.shg-box.shg-c {
  justify-content: flex-end;
}

#s-3e31ccee-67e0-4f93-9fc2-b41ae65bc259 {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
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-3e31ccee-67e0-4f93-9fc2-b41ae65bc259 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Raleway;
  font-style:  normal ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-bbc55bfe-3aac-42ba-91f6-ad1b5d558e91 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
min-height: 340px;
max-width: 300px;
background-position: center center;
background-attachment: scroll;
}








#s-bbc55bfe-3aac-42ba-91f6-ad1b5d558e91 > .shg-box-overlay {
  background-color: rgba(238, 164, 6, 1);
  opacity: 0;
}#s-bbc55bfe-3aac-42ba-91f6-ad1b5d558e91 {
  cursor: pointer;
}#s-bbc55bfe-3aac-42ba-91f6-ad1b5d558e91.shg-box.shg-c {
  justify-content: flex-end;
}

#s-d2a54b23-97ea-4678-a0f8-317f434a1ab9 {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
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-d2a54b23-97ea-4678-a0f8-317f434a1ab9 .shogun-heading-component h2 {
  color: rgba(29, 29, 29, 1);
  font-weight:  normal ;
  font-family: Raleway;
  font-style:  normal ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7d6ceb0b-0ed7-42bf-93e4-8e3aefe02a04 {
  box-shadow:0px 0px 0px 0px rgba(134, 134, 134, 0.5);
padding-top: 80px;
padding-left: 0px;
padding-bottom: 80px;
padding-right: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-7d6ceb0b-0ed7-42bf-93e4-8e3aefe02a04 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7d6ceb0b-0ed7-42bf-93e4-8e3aefe02a04 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7d6ceb0b-0ed7-42bf-93e4-8e3aefe02a04 {
  display: none;
}
#s-7d6ceb0b-0ed7-42bf-93e4-8e3aefe02a04, #wrap-s-7d6ceb0b-0ed7-42bf-93e4-8e3aefe02a04 { display:none !important; }}@media (max-width: 767px){#s-7d6ceb0b-0ed7-42bf-93e4-8e3aefe02a04 {
  display: none;
}
#s-7d6ceb0b-0ed7-42bf-93e4-8e3aefe02a04, #wrap-s-7d6ceb0b-0ed7-42bf-93e4-8e3aefe02a04 { display:none !important; }}







#s-7d6ceb0b-0ed7-42bf-93e4-8e3aefe02a04 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d6ceb0b-0ed7-42bf-93e4-8e3aefe02a04.shg-box.shg-c {
  justify-content: flex-start;
}

#s-50b1fe2a-3677-4161-a14d-0a3270027e04 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-left: 10%;
padding-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
}

@media (min-width: 0px) {
[id="s-50b1fe2a-3677-4161-a14d-0a3270027e04"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

[id="s-50b1fe2a-3677-4161-a14d-0a3270027e04"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-50b1fe2a-3677-4161-a14d-0a3270027e04"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-50b1fe2a-3677-4161-a14d-0a3270027e04"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-50b1fe2a-3677-4161-a14d-0a3270027e04"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-50b1fe2a-3677-4161-a14d-0a3270027e04"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-50b1fe2a-3677-4161-a14d-0a3270027e04"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-50b1fe2a-3677-4161-a14d-0a3270027e04"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-50b1fe2a-3677-4161-a14d-0a3270027e04"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-50b1fe2a-3677-4161-a14d-0a3270027e04"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-50b1fe2a-3677-4161-a14d-0a3270027e04"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-50b1fe2a-3677-4161-a14d-0a3270027e04"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-50b1fe2a-3677-4161-a14d-0a3270027e04"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-50b1fe2a-3677-4161-a14d-0a3270027e04"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-50b1fe2a-3677-4161-a14d-0a3270027e04"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-50b1fe2a-3677-4161-a14d-0a3270027e04"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-50b1fe2a-3677-4161-a14d-0a3270027e04"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-50b1fe2a-3677-4161-a14d-0a3270027e04"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-50b1fe2a-3677-4161-a14d-0a3270027e04"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-50b1fe2a-3677-4161-a14d-0a3270027e04"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-50b1fe2a-3677-4161-a14d-0a3270027e04"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-50b1fe2a-3677-4161-a14d-0a3270027e04"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-50b1fe2a-3677-4161-a14d-0a3270027e04"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-50b1fe2a-3677-4161-a14d-0a3270027e04"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-50b1fe2a-3677-4161-a14d-0a3270027e04"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-50b1fe2a-3677-4161-a14d-0a3270027e04"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-50b1fe2a-3677-4161-a14d-0a3270027e04"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-50b1fe2a-3677-4161-a14d-0a3270027e04"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-50b1fe2a-3677-4161-a14d-0a3270027e04"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-50b1fe2a-3677-4161-a14d-0a3270027e04"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-50b1fe2a-3677-4161-a14d-0a3270027e04"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-50b1fe2a-3677-4161-a14d-0a3270027e04"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-50b1fe2a-3677-4161-a14d-0a3270027e04"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-50b1fe2a-3677-4161-a14d-0a3270027e04"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-50b1fe2a-3677-4161-a14d-0a3270027e04"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-50b1fe2a-3677-4161-a14d-0a3270027e04"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-50b1fe2a-3677-4161-a14d-0a3270027e04"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-50b1fe2a-3677-4161-a14d-0a3270027e04"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 30.0px);
}

}

#s-02e737e4-4351-4633-bcc7-fc7967b21084 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-02e737e4-4351-4633-bcc7-fc7967b21084 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02e737e4-4351-4633-bcc7-fc7967b21084.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-fec3ff59-9bee-47e6-a011-bb0d10ecf3c0 {
  margin-bottom: 30px;
text-align: center;
}




  #s-fec3ff59-9bee-47e6-a011-bb0d10ecf3c0 img.shogun-image {
    
    width: px;
  }


#s-fec3ff59-9bee-47e6-a011-bb0d10ecf3c0 .shogun-image-content {
  
    align-items: center;
  
}

#s-f9119d23-dfcc-4291-b50c-db24550aa4a6 {
  min-height: 60px;
}

#s-3a632333-fe94-4bcb-b740-c5853ae998d6 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-3a632333-fe94-4bcb-b740-c5853ae998d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a632333-fe94-4bcb-b740-c5853ae998d6.shg-box.shg-c {
  justify-content: flex-start;
}

#s-63503a3d-1098-44b5-a339-49a6281bee63 {
  margin-bottom: 30px;
text-align: center;
}




  #s-63503a3d-1098-44b5-a339-49a6281bee63 img.shogun-image {
    
    width: px;
  }


#s-63503a3d-1098-44b5-a339-49a6281bee63 .shogun-image-content {
  
    align-items: center;
  
}

#s-b0243bb9-c491-4eb3-b3f1-23400bb8a524 {
  min-height: 60px;
}

#s-ff9b1179-99fa-4262-836d-81293b998878 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-ff9b1179-99fa-4262-836d-81293b998878 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff9b1179-99fa-4262-836d-81293b998878.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3a6d90d7-9faa-433f-a645-e56db925a0f0 {
  margin-bottom: 30px;
text-align: center;
}




  #s-3a6d90d7-9faa-433f-a645-e56db925a0f0 img.shogun-image {
    
    width: px;
  }


#s-3a6d90d7-9faa-433f-a645-e56db925a0f0 .shogun-image-content {
  
    align-items: center;
  
}

#s-8d81e401-a2e7-4f0f-9a11-3feba8a51241 {
  min-height: 60px;
}

#s-59bf7411-7d82-45ed-899b-dd4cb5de559e {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-59bf7411-7d82-45ed-899b-dd4cb5de559e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-59bf7411-7d82-45ed-899b-dd4cb5de559e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a4eeac3f-585a-4e7a-8a4b-df2688787746 {
  margin-bottom: 30px;
text-align: center;
}




  #s-a4eeac3f-585a-4e7a-8a4b-df2688787746 img.shogun-image {
    
    width: px;
  }


#s-a4eeac3f-585a-4e7a-8a4b-df2688787746 .shogun-image-content {
  
    align-items: center;
  
}

#s-759d9e88-b10a-405c-b26c-c462968376d1 {
  min-height: 60px;
}

@media (min-width: 768px) and (max-width: 991px){#s-6e5293e0-f265-48d8-82ef-0d1a4f5e3013 {
  display: none;
}
#s-6e5293e0-f265-48d8-82ef-0d1a4f5e3013, #wrap-s-6e5293e0-f265-48d8-82ef-0d1a4f5e3013 { display:none !important; }}@media (max-width: 767px){#s-6e5293e0-f265-48d8-82ef-0d1a4f5e3013 {
  display: none;
}
#s-6e5293e0-f265-48d8-82ef-0d1a4f5e3013, #wrap-s-6e5293e0-f265-48d8-82ef-0d1a4f5e3013 { display:none !important; }}
#s-73fc971f-5379-409d-8ecb-f8d4643e45d3 {
  background-repeat: no-repeat;
background-size: cover;
padding-left: 10%;
padding-right: 10%;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-73fc971f-5379-409d-8ecb-f8d4643e45d3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-73fc971f-5379-409d-8ecb-f8d4643e45d3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-73fc971f-5379-409d-8ecb-f8d4643e45d3 {
  display: none;
}
#s-73fc971f-5379-409d-8ecb-f8d4643e45d3, #wrap-s-73fc971f-5379-409d-8ecb-f8d4643e45d3 { display:none !important; }}@media (max-width: 767px){#s-73fc971f-5379-409d-8ecb-f8d4643e45d3 {
  display: none;
}
#s-73fc971f-5379-409d-8ecb-f8d4643e45d3, #wrap-s-73fc971f-5379-409d-8ecb-f8d4643e45d3 { display:none !important; }}







#s-73fc971f-5379-409d-8ecb-f8d4643e45d3 > .shg-box-overlay {
  background-color: rgba(26, 26, 26, 1);
  opacity: 0;
}#s-73fc971f-5379-409d-8ecb-f8d4643e45d3.shg-box.shg-c {
  justify-content: center;
}

#s-9d9b730e-9b7f-4efe-b38c-008c0d2c2609 {
  margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-9d9b730e-9b7f-4efe-b38c-008c0d2c2609"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9d9b730e-9b7f-4efe-b38c-008c0d2c2609"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-9d9b730e-9b7f-4efe-b38c-008c0d2c2609"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-9d9b730e-9b7f-4efe-b38c-008c0d2c2609"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-9d9b730e-9b7f-4efe-b38c-008c0d2c2609"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-9d9b730e-9b7f-4efe-b38c-008c0d2c2609"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-9d9b730e-9b7f-4efe-b38c-008c0d2c2609"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-9d9b730e-9b7f-4efe-b38c-008c0d2c2609"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-9d9b730e-9b7f-4efe-b38c-008c0d2c2609"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-9d9b730e-9b7f-4efe-b38c-008c0d2c2609"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-9d9b730e-9b7f-4efe-b38c-008c0d2c2609"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-9d9b730e-9b7f-4efe-b38c-008c0d2c2609"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-9d9b730e-9b7f-4efe-b38c-008c0d2c2609"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-9d9b730e-9b7f-4efe-b38c-008c0d2c2609"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-9d9b730e-9b7f-4efe-b38c-008c0d2c2609"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-9d9b730e-9b7f-4efe-b38c-008c0d2c2609"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-9d9b730e-9b7f-4efe-b38c-008c0d2c2609"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-9d9b730e-9b7f-4efe-b38c-008c0d2c2609"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-9d9b730e-9b7f-4efe-b38c-008c0d2c2609"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-9d9b730e-9b7f-4efe-b38c-008c0d2c2609"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-9d9b730e-9b7f-4efe-b38c-008c0d2c2609"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-9d9b730e-9b7f-4efe-b38c-008c0d2c2609"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-9d9b730e-9b7f-4efe-b38c-008c0d2c2609"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-9d9b730e-9b7f-4efe-b38c-008c0d2c2609"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-9d9b730e-9b7f-4efe-b38c-008c0d2c2609"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-9d9b730e-9b7f-4efe-b38c-008c0d2c2609"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-9d9b730e-9b7f-4efe-b38c-008c0d2c2609"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-9d9b730e-9b7f-4efe-b38c-008c0d2c2609"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-9d9b730e-9b7f-4efe-b38c-008c0d2c2609"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-9d9b730e-9b7f-4efe-b38c-008c0d2c2609"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-9d9b730e-9b7f-4efe-b38c-008c0d2c2609"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-9d9b730e-9b7f-4efe-b38c-008c0d2c2609"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-9d9b730e-9b7f-4efe-b38c-008c0d2c2609"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-9d9b730e-9b7f-4efe-b38c-008c0d2c2609"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-9d9b730e-9b7f-4efe-b38c-008c0d2c2609"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-9d9b730e-9b7f-4efe-b38c-008c0d2c2609"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-9d9b730e-9b7f-4efe-b38c-008c0d2c2609"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 30.0px);
}

}

#s-3a21babd-b537-4559-b5de-57b76b343fac {
  min-height: 50px;
}








#s-3a21babd-b537-4559-b5de-57b76b343fac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a21babd-b537-4559-b5de-57b76b343fac.shg-box.shg-c {
  justify-content: center;
}

#s-6d8d4c1c-5c48-4fb7-8f32-62e306bf01d0 {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6d8d4c1c-5c48-4fb7-8f32-62e306bf01d0 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Raleway;
  font-style:   ;
  font-size: 30px;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-align: left;
}



#s-8d0f749b-9b50-4f5f-9582-d44ce7a1cce4 {
  border-style: solid;
margin-bottom: 20px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.1);
}

#s-019aa03a-20a4-45b5-925f-12d0f160ecf2 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-left: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(34, 34, 34, 1);
border-style: solid;
border-radius: 30px;
max-width: 280px;
opacity: 1;
text-align: center;
background-color: rgba(4, 4, 4, 1);
font-size: 16px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
letter-spacing: 0px;
hover-type: color;
}
#s-019aa03a-20a4-45b5-925f-12d0f160ecf2: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-019aa03a-20a4-45b5-925f-12d0f160ecf2:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 0) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
hover-type: color !important;}

  #s-019aa03a-20a4-45b5-925f-12d0f160ecf2-btn-wrapper {
    text-align: center;
  }


#s-019aa03a-20a4-45b5-925f-12d0f160ecf2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Raleway;
  display:  block ;
}

#s-c7e40890-0bd7-4c0e-bd02-ff589c2b0b34 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-c7e40890-0bd7-4c0e-bd02-ff589c2b0b34 {
  display: none;
}
#s-c7e40890-0bd7-4c0e-bd02-ff589c2b0b34, #wrap-s-c7e40890-0bd7-4c0e-bd02-ff589c2b0b34 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c7e40890-0bd7-4c0e-bd02-ff589c2b0b34 {
  display: none;
}
#s-c7e40890-0bd7-4c0e-bd02-ff589c2b0b34, #wrap-s-c7e40890-0bd7-4c0e-bd02-ff589c2b0b34 { display:none !important; }}







#s-c7e40890-0bd7-4c0e-bd02-ff589c2b0b34 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c7e40890-0bd7-4c0e-bd02-ff589c2b0b34.shg-box.shg-c {
  justify-content: center;
}

#s-ff650c4d-3dac-4146-9925-b87ae356c328 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 100%;
}
@media (min-width: 1200px){#s-ff650c4d-3dac-4146-9925-b87ae356c328 {
  display: none;
}
#s-ff650c4d-3dac-4146-9925-b87ae356c328, #wrap-s-ff650c4d-3dac-4146-9925-b87ae356c328 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ff650c4d-3dac-4146-9925-b87ae356c328 {
  display: none;
}
#s-ff650c4d-3dac-4146-9925-b87ae356c328, #wrap-s-ff650c4d-3dac-4146-9925-b87ae356c328 { display:none !important; }}
#s-990368df-38cd-4bd9-8b30-34957256d84d {
  margin-top: 0px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(250, 63, 94, 1);
}








#s-990368df-38cd-4bd9-8b30-34957256d84d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-990368df-38cd-4bd9-8b30-34957256d84d.shg-box.shg-c {
  justify-content: center;
}

#s-a43bbfaa-5ead-415a-ad55-5e72fda559df {
  margin-top: 0px;
margin-bottom: 20px;
text-align: center;
}




  #s-a43bbfaa-5ead-415a-ad55-5e72fda559df img.shogun-image {
    
    width: px;
  }


#s-a43bbfaa-5ead-415a-ad55-5e72fda559df .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-f639eb76-d4d7-45c5-9d09-40ae6b411d25 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
text-align: center;
}

#s-f639eb76-d4d7-45c5-9d09-40ae6b411d25 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: Raleway;
  font-style:   ;
  font-size: 27px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d335bdc3-6e24-4c73-96b3-36bdb10b53ae {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-left: 25px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(229, 229, 229, 1);
min-height: 120px;
}

#s-f6c6e9c7-8a77-4720-a812-f1628644511a {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(34, 34, 34, 1);
border-style: solid;
border-radius: 30px;
max-width: 280px;
opacity: 1;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 16px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
letter-spacing: 0px;
hover-type: color;
}
#s-f6c6e9c7-8a77-4720-a812-f1628644511a: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-f6c6e9c7-8a77-4720-a812-f1628644511a:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 0) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
hover-type: color !important;}

  #s-f6c6e9c7-8a77-4720-a812-f1628644511a-btn-wrapper {
    text-align: center;
  }


#s-f6c6e9c7-8a77-4720-a812-f1628644511a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Raleway;
  display:  block ;
}

#s-fef7a8b8-06d8-425b-92ab-909d8e64d716 {
  margin-top: 0px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(196, 241, 244, 1);
}








#s-fef7a8b8-06d8-425b-92ab-909d8e64d716 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fef7a8b8-06d8-425b-92ab-909d8e64d716.shg-box.shg-c {
  justify-content: center;
}

#s-78ce5982-ffea-4d34-b7bc-9381fbe88bd6 {
  margin-top: 0px;
margin-bottom: 20px;
max-width: 100%;
text-align: center;
}




  #s-78ce5982-ffea-4d34-b7bc-9381fbe88bd6 img.shogun-image {
    
    width: px;
  }


#s-78ce5982-ffea-4d34-b7bc-9381fbe88bd6 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-7d9fce7e-a577-4e67-a75b-366c76e9ae6e {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
text-align: center;
}

#s-7d9fce7e-a577-4e67-a75b-366c76e9ae6e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Raleway;
  font-style:   ;
  font-size: 27px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3b533a22-5f43-4d05-9769-2caecefb1dd5 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(229, 229, 229, 1);
min-height: 120px;
}

#s-1b6ff88a-f12f-4206-8595-48ebec3b0c75 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(34, 34, 34, 1);
border-style: solid;
border-radius: 30px;
max-width: 280px;
opacity: 1;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 16px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
letter-spacing: 0px;
hover-type: color;
}
#s-1b6ff88a-f12f-4206-8595-48ebec3b0c75: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-1b6ff88a-f12f-4206-8595-48ebec3b0c75:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 0) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
hover-type: color !important;}

  #s-1b6ff88a-f12f-4206-8595-48ebec3b0c75-btn-wrapper {
    text-align: center;
  }


#s-1b6ff88a-f12f-4206-8595-48ebec3b0c75.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Raleway;
  display:  block ;
}

#s-5f1f2b47-208e-4509-800c-6aab5a31801b {
  margin-top: 0px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(248, 224, 234, 1);
}








#s-5f1f2b47-208e-4509-800c-6aab5a31801b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f1f2b47-208e-4509-800c-6aab5a31801b.shg-box.shg-c {
  justify-content: center;
}

#s-295408e8-0d01-409d-826f-151eba6bd0fc {
  text-align: center;
}




  #s-295408e8-0d01-409d-826f-151eba6bd0fc img.shogun-image {
    
    width: px;
  }


#s-295408e8-0d01-409d-826f-151eba6bd0fc .shogun-image-content {
  
    align-items: center;
  
}

#s-eb243330-2492-418c-8a0d-f052a987d409 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
text-align: center;
}

#s-eb243330-2492-418c-8a0d-f052a987d409 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Raleway;
  font-style:   ;
  font-size: 27px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b28cd245-3d35-4861-8d60-3913a737b3ee {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(229, 229, 229, 1);
min-height: 120px;
}

#s-b5c1cb36-85f4-4469-a60b-abbc90b5c7ad {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(34, 34, 34, 1);
border-style: solid;
border-radius: 30px;
max-width: 280px;
opacity: 1;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 16px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
letter-spacing: 0px;
hover-type: color;
}
#s-b5c1cb36-85f4-4469-a60b-abbc90b5c7ad: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-b5c1cb36-85f4-4469-a60b-abbc90b5c7ad:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 0) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
hover-type: color !important;}

  #s-b5c1cb36-85f4-4469-a60b-abbc90b5c7ad-btn-wrapper {
    text-align: center;
  }


#s-b5c1cb36-85f4-4469-a60b-abbc90b5c7ad.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Raleway;
  display:  block ;
}

#s-689cadc9-d0c4-450e-9a1b-45302ea4a86b {
  margin-top: 0px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(242, 224, 224, 1);
}








#s-689cadc9-d0c4-450e-9a1b-45302ea4a86b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-689cadc9-d0c4-450e-9a1b-45302ea4a86b.shg-box.shg-c {
  justify-content: center;
}

#s-2cb6af26-37f3-45ec-b028-8ec842a3d21e {
  margin-top: 0px;
margin-bottom: 20px;
text-align: center;
}




  #s-2cb6af26-37f3-45ec-b028-8ec842a3d21e img.shogun-image {
    
    width: px;
  }


#s-2cb6af26-37f3-45ec-b028-8ec842a3d21e .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-f0b6b8c5-71a7-4316-a7cc-f7b3ae8f73db {
  margin-top: 0px;
margin-bottom: 20px;
text-align: center;
}




  #s-f0b6b8c5-71a7-4316-a7cc-f7b3ae8f73db img.shogun-image {
    
    width: px;
  }


#s-f0b6b8c5-71a7-4316-a7cc-f7b3ae8f73db .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-fa6e7c02-ddea-42b6-a8df-7614d7031449 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
text-align: center;
}

#s-fa6e7c02-ddea-42b6-a8df-7614d7031449 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Raleway;
  font-style:   ;
  font-size: 27px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8d67ed6d-e458-4036-bb35-596b3ab9e2e3 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(229, 229, 229, 1);
min-height: 120px;
}

#s-2f015bb7-ba52-4ca3-99c3-74d9e30160d4 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(34, 34, 34, 1);
border-style: solid;
border-radius: 30px;
max-width: 280px;
opacity: 1;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 16px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
letter-spacing: 0px;
hover-type: color;
}
#s-2f015bb7-ba52-4ca3-99c3-74d9e30160d4: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-2f015bb7-ba52-4ca3-99c3-74d9e30160d4:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 0) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
hover-type: color !important;}

  #s-2f015bb7-ba52-4ca3-99c3-74d9e30160d4-btn-wrapper {
    text-align: center;
  }


#s-2f015bb7-ba52-4ca3-99c3-74d9e30160d4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Raleway;
  display:  block ;
}

#s-8e312ca7-0f40-40b7-9399-bab44c972b9f {
  margin-top: 0px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(248, 223, 235, 1);
}








#s-8e312ca7-0f40-40b7-9399-bab44c972b9f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e312ca7-0f40-40b7-9399-bab44c972b9f.shg-box.shg-c {
  justify-content: center;
}

#s-a66f6d64-6f16-4ded-bad1-53523ade8030 {
  margin-top: 0px;
margin-bottom: 20px;
text-align: center;
}




  #s-a66f6d64-6f16-4ded-bad1-53523ade8030 img.shogun-image {
    
    width: px;
  }


#s-a66f6d64-6f16-4ded-bad1-53523ade8030 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-40b5d11c-ec55-4391-bf4b-36a29ec5fc9a {
  margin-top: 0px;
margin-bottom: 20px;
text-align: center;
}




  #s-40b5d11c-ec55-4391-bf4b-36a29ec5fc9a img.shogun-image {
    
    width: px;
  }


#s-40b5d11c-ec55-4391-bf4b-36a29ec5fc9a .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-fccad99f-8f25-4eb3-95fb-a9e81210c130 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
text-align: center;
}

#s-fccad99f-8f25-4eb3-95fb-a9e81210c130 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Raleway;
  font-style:   ;
  font-size: 27px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8a2a9aa4-90d8-4919-8f33-1a0153fc11a4 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(229, 229, 229, 1);
min-height: 120px;
}

#s-6c3fe636-e53d-4aad-88fc-d822eaeeecf4 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(34, 34, 34, 1);
border-style: solid;
border-radius: 30px;
max-width: 280px;
opacity: 1;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 16px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
letter-spacing: 0px;
hover-type: color;
}
#s-6c3fe636-e53d-4aad-88fc-d822eaeeecf4: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-6c3fe636-e53d-4aad-88fc-d822eaeeecf4:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 0) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
hover-type: color !important;}

  #s-6c3fe636-e53d-4aad-88fc-d822eaeeecf4-btn-wrapper {
    text-align: center;
  }


#s-6c3fe636-e53d-4aad-88fc-d822eaeeecf4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Raleway;
  display:  block ;
}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-98da8bff-4483-457b-be53-f0af9054ab99 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-98da8bff-4483-457b-be53-f0af9054ab99 {
  display: none;
}
#s-98da8bff-4483-457b-be53-f0af9054ab99, #wrap-s-98da8bff-4483-457b-be53-f0af9054ab99 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-98da8bff-4483-457b-be53-f0af9054ab99 {
  display: none;
}
#s-98da8bff-4483-457b-be53-f0af9054ab99, #wrap-s-98da8bff-4483-457b-be53-f0af9054ab99 { display:none !important; }}
#s-98da8bff-4483-457b-be53-f0af9054ab99 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(213, 214, 215, 0);
  border-radius: 0px;
}

#s-98da8bff-4483-457b-be53-f0af9054ab99 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-98da8bff-4483-457b-be53-f0af9054ab99 td.shogun-table-column {
  background-color: rgba(255, 255, 255, 0);
  padding: 10px;
  text-align: inherit;
}

#s-98da8bff-4483-457b-be53-f0af9054ab99 td.shogun-table-row {
  background-color: rgba(255, 255, 255, 1);
  padding: 20px;
}

#s-98da8bff-4483-457b-be53-f0af9054ab99 td.shogun-table-column, #s-98da8bff-4483-457b-be53-f0af9054ab99 td.shogun-table-row {
  border: 0px solid rgba(213, 214, 215, 0);
}

#s-fde16102-5f22-4117-bfba-3c4fce7c4f03 {
  background-image: url(https://i.shgcdn.com/c0824c5c-6cf9-4c01-9df4-7101f01e0277/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-left: 80px;
padding-right: 80px;
min-height: 300px;
background-position: center center;
}








#s-fde16102-5f22-4117-bfba-3c4fce7c4f03 > .shg-box-overlay {
  background-color: rgba(0, 65, 111, 1);
  opacity: 0;
}#s-fde16102-5f22-4117-bfba-3c4fce7c4f03 {
  cursor: pointer;
}#s-fde16102-5f22-4117-bfba-3c4fce7c4f03.shg-box.shg-c {
  justify-content: center;
}

#s-dafd19f3-d197-491e-ba9b-385618f50e95 {
  margin-top: 200px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dafd19f3-d197-491e-ba9b-385618f50e95 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Raleway;
  font-style:  normal ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-bd4e2b3d-1d71-4abd-ac5f-9f4181f9e94a {
  background-image: url(https://i.shgcdn.com/f149589f-d6ea-40ec-9303-f99c02e39c57/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-left: 100px;
padding-right: 100px;
min-height: 300px;
background-position: center center;
}








#s-bd4e2b3d-1d71-4abd-ac5f-9f4181f9e94a > .shg-box-overlay {
  background-color: rgba(0, 65, 111, 1);
  opacity: 0;
}#s-bd4e2b3d-1d71-4abd-ac5f-9f4181f9e94a {
  cursor: pointer;
}#s-bd4e2b3d-1d71-4abd-ac5f-9f4181f9e94a.shg-box.shg-c {
  justify-content: center;
}

#s-afb98d04-e41f-4990-8380-1a4c625263c6 {
  margin-top: 200px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-afb98d04-e41f-4990-8380-1a4c625263c6 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Raleway;
  font-style:  normal ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3a745a95-be8b-4dde-b72c-c0e1146fbd51 {
  background-image: url(https://i.shgcdn.com/2a924041-b4e7-4db6-84f2-33733a51d057/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-left: 80px;
padding-right: 80px;
min-height: 300px;
background-position: center center;
}








#s-3a745a95-be8b-4dde-b72c-c0e1146fbd51 > .shg-box-overlay {
  background-color: rgba(0, 65, 111, 1);
  opacity: 0;
}#s-3a745a95-be8b-4dde-b72c-c0e1146fbd51 {
  cursor: pointer;
}#s-3a745a95-be8b-4dde-b72c-c0e1146fbd51.shg-box.shg-c {
  justify-content: center;
}

#s-c8d58c0b-6e05-450d-9fd7-2a33709b0f2b {
  margin-top: 200px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c8d58c0b-6e05-450d-9fd7-2a33709b0f2b .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Raleway;
  font-style:  normal ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-66c39c8c-2c7e-4aba-b305-c2e17a44aa5a {
  background-image: url(https://i.shgcdn.com/d5143a61-4337-4680-8fb8-96594deac4c5/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-left: 40px;
padding-right: 40px;
min-height: 300px;
background-position: center center;
}








#s-66c39c8c-2c7e-4aba-b305-c2e17a44aa5a > .shg-box-overlay {
  background-color: rgba(157, 61, 4, 1);
  opacity: 0;
}#s-66c39c8c-2c7e-4aba-b305-c2e17a44aa5a {
  cursor: pointer;
}#s-66c39c8c-2c7e-4aba-b305-c2e17a44aa5a.shg-box.shg-c {
  justify-content: center;
}

#s-037b89fe-90fe-431a-bf48-a6a88bb576d2 {
  margin-top: 200px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-037b89fe-90fe-431a-bf48-a6a88bb576d2 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Raleway;
  font-style:  normal ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-68acda79-81c5-4d4c-bd02-67aec98eef13 {
  box-shadow:0px 0px 0px 0px rgba(134, 134, 134, 0.5);
padding-top: 40px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-68acda79-81c5-4d4c-bd02-67aec98eef13 {
  display: none;
}
#s-68acda79-81c5-4d4c-bd02-67aec98eef13, #wrap-s-68acda79-81c5-4d4c-bd02-67aec98eef13 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-68acda79-81c5-4d4c-bd02-67aec98eef13 {
  display: none;
}
#s-68acda79-81c5-4d4c-bd02-67aec98eef13, #wrap-s-68acda79-81c5-4d4c-bd02-67aec98eef13 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-68acda79-81c5-4d4c-bd02-67aec98eef13 {
  
}
}@media (max-width: 767px){#s-68acda79-81c5-4d4c-bd02-67aec98eef13 {
  
}
}







#s-68acda79-81c5-4d4c-bd02-67aec98eef13 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-68acda79-81c5-4d4c-bd02-67aec98eef13.shg-box.shg-c {
  justify-content: flex-start;
}

#s-549cfc3c-9a60-410e-956b-383879c8b9d9 {
  padding-top: 20px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-549cfc3c-9a60-410e-956b-383879c8b9d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-549cfc3c-9a60-410e-956b-383879c8b9d9.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1782345d-98b3-4356-bac5-a942b5e71bee {
  text-align: center;
}




  #s-1782345d-98b3-4356-bac5-a942b5e71bee img.shogun-image {
    
    width: px;
  }


#s-1782345d-98b3-4356-bac5-a942b5e71bee .shogun-image-content {
  
    align-items: center;
  
}

#s-5df47997-95a5-4a19-b373-410de2eae2ab {
  min-height: 40px;
}

#s-02b321a8-71e2-435a-bdea-ae5d8a00555e {
  padding-top: 20px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-02b321a8-71e2-435a-bdea-ae5d8a00555e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02b321a8-71e2-435a-bdea-ae5d8a00555e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1f60e209-b583-402f-ba4e-a04701e5a506 {
  text-align: center;
}
@media (max-width: 767px){#s-1f60e209-b583-402f-ba4e-a04701e5a506 {
  margin-top: 20px;
margin-bottom: 20px;
}
}



  #s-1f60e209-b583-402f-ba4e-a04701e5a506 img.shogun-image {
    
    width: px;
  }


#s-1f60e209-b583-402f-ba4e-a04701e5a506 .shogun-image-content {
  
    align-items: center;
  
}

#s-3cf4aa0a-d93c-4091-aaa4-bb2c97996ec6 {
  min-height: 40px;
}

#s-bf6fb482-2a35-495f-834f-35a8914be919 {
  margin-top: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-bf6fb482-2a35-495f-834f-35a8914be919 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf6fb482-2a35-495f-834f-35a8914be919.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a757e345-34b0-4243-bd36-02cf68e0c70a {
  text-align: center;
}




  #s-a757e345-34b0-4243-bd36-02cf68e0c70a img.shogun-image {
    
    width: px;
  }


#s-a757e345-34b0-4243-bd36-02cf68e0c70a .shogun-image-content {
  
    align-items: center;
  
}

#s-25296576-e828-4d57-ad8e-690f37a8cf20 {
  min-height: 40px;
}

#s-48b02bf0-4e53-493d-ba76-e7c58a7204c4 {
  padding-top: 20px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-48b02bf0-4e53-493d-ba76-e7c58a7204c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48b02bf0-4e53-493d-ba76-e7c58a7204c4.shg-box.shg-c {
  justify-content: flex-start;
}

#s-065b672b-5baa-483d-932a-db11fab3ca79 {
  text-align: center;
}




  #s-065b672b-5baa-483d-932a-db11fab3ca79 img.shogun-image {
    
    width: px;
  }


#s-065b672b-5baa-483d-932a-db11fab3ca79 .shogun-image-content {
  
    align-items: center;
  
}

#s-e135ab32-95ea-4904-92d5-2fc0df3c99dc {
  min-height: 40px;
}

#s-05ae6a26-db35-4088-804d-60879d2b4339 {
  padding-left: 5px;
padding-right: 5px;
}
@media (min-width: 1200px){#s-05ae6a26-db35-4088-804d-60879d2b4339 {
  display: none;
}
#s-05ae6a26-db35-4088-804d-60879d2b4339, #wrap-s-05ae6a26-db35-4088-804d-60879d2b4339 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-05ae6a26-db35-4088-804d-60879d2b4339 {
  display: none;
}
#s-05ae6a26-db35-4088-804d-60879d2b4339, #wrap-s-05ae6a26-db35-4088-804d-60879d2b4339 { display:none !important; }}
#s-81b51aca-0b00-426f-ac25-3d177f536a55 {
  background-size: cover;
padding-top: 40px;
min-height: 0px;
background-position: center center;
background-color: rgba(249, 209, 198, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-81b51aca-0b00-426f-ac25-3d177f536a55 {
  display: none;
}
#s-81b51aca-0b00-426f-ac25-3d177f536a55, #wrap-s-81b51aca-0b00-426f-ac25-3d177f536a55 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-81b51aca-0b00-426f-ac25-3d177f536a55 {
  display: none;
}
#s-81b51aca-0b00-426f-ac25-3d177f536a55, #wrap-s-81b51aca-0b00-426f-ac25-3d177f536a55 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-81b51aca-0b00-426f-ac25-3d177f536a55 {
  
}
}@media (max-width: 767px){#s-81b51aca-0b00-426f-ac25-3d177f536a55 {
  
}
}







#s-81b51aca-0b00-426f-ac25-3d177f536a55 > .shg-box-overlay {
  background-color: rgba(26, 26, 26, 1);
  opacity: 0;
}#s-81b51aca-0b00-426f-ac25-3d177f536a55.shg-box.shg-c {
  justify-content: center;
}

#s-19a7f125-7dfc-495e-ac4e-4380c639e350 {
  padding-left: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-19a7f125-7dfc-495e-ac4e-4380c639e350 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-19a7f125-7dfc-495e-ac4e-4380c639e350.shg-box.shg-c {
  justify-content: center;
}

#s-78fc1cb7-2454-4fbe-9080-98438b9807cb {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
text-align: center;
}

#s-78fc1cb7-2454-4fbe-9080-98438b9807cb .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Raleway;
  font-style:   ;
  font-size: 27px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2e0674fa-b829-4063-a0c1-0bb093e6fe69 {
  border-style: solid;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.1);
}

#s-4901a948-835a-4d93-9538-c7d034c56326 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(34, 34, 34, 1);
border-style: solid;
border-radius: 30px;
max-width: 70%;
opacity: 1;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 16px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
letter-spacing: 0px;
hover-type: color;
}
#s-4901a948-835a-4d93-9538-c7d034c56326:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-4901a948-835a-4d93-9538-c7d034c56326:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 0) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
hover-type: color !important;}

  #s-4901a948-835a-4d93-9538-c7d034c56326-btn-wrapper {
    text-align: center;
  }


#s-4901a948-835a-4d93-9538-c7d034c56326.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Raleway;
  display:  block ;
}

#s-3945b4f0-f651-4896-add5-81ad91b04fe1 {
  text-align: center;
}




  #s-3945b4f0-f651-4896-add5-81ad91b04fe1 img.shogun-image {
    
    width: px;
  }


#s-3945b4f0-f651-4896-add5-81ad91b04fe1 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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