.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: flex;
  width: 100%;
}

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

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

.shg-box-vertical-align-bottom {
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-6c720001-893c-466b-b414-c8118c0406bf {
  margin-top: -30px;
margin-bottom: 10px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6c720001-893c-466b-b414-c8118c0406bf {
  display: none;
}
#s-6c720001-893c-466b-b414-c8118c0406bf, #wrap-s-6c720001-893c-466b-b414-c8118c0406bf { display:none !important; }}@media (max-width: 767px){#s-6c720001-893c-466b-b414-c8118c0406bf {
  display: none;
}
#s-6c720001-893c-466b-b414-c8118c0406bf, #wrap-s-6c720001-893c-466b-b414-c8118c0406bf { display:none !important; }}







#s-6c720001-893c-466b-b414-c8118c0406bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c720001-893c-466b-b414-c8118c0406bf.shg-box.shg-c {
  justify-content: flex-start;
}

.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-8b2d1887-109f-45b7-bc08-97db4a2e384b {
  box-shadow:0px 0px 0px 0px rgba(121, 119, 119, 0.4);
margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 0px;
}
@media (min-width: 1200px){#s-8b2d1887-109f-45b7-bc08-97db4a2e384b {
  display: none;
}
#s-8b2d1887-109f-45b7-bc08-97db4a2e384b, #wrap-s-8b2d1887-109f-45b7-bc08-97db4a2e384b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8b2d1887-109f-45b7-bc08-97db4a2e384b {
  display: none;
}
#s-8b2d1887-109f-45b7-bc08-97db4a2e384b, #wrap-s-8b2d1887-109f-45b7-bc08-97db4a2e384b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8b2d1887-109f-45b7-bc08-97db4a2e384b {
  
}
}
#s-eb579627-216c-408c-a03b-682e27a60b11 {
  background-image: url(https://i.shgcdn.com/f44530a3-8ec0-4d21-9e1d-d516b104e0a4/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 200px;
background-position: center center;
}








#s-eb579627-216c-408c-a03b-682e27a60b11 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb579627-216c-408c-a03b-682e27a60b11.shg-box.shg-c {
  justify-content: flex-start;
}

.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-a542dd4a-6813-49f3-a3c1-9956d3c6ddb9 {
  margin-top: 0%;
margin-left: 11%;
margin-right: 11%;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
background-color: rgba(39, 39, 39, 0.56);
}

#s-a542dd4a-6813-49f3-a3c1-9956d3c6ddb9 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



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

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

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

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

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

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

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

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

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

#s-af51a1be-238d-43e1-afcc-bd0e705c9fc1 {
  margin-left: 11%;
margin-right: 11%;
padding-left: 10px;
padding-right: 10px;
background-color: rgba(39, 39, 39, 0.56);
}

#s-134651f3-2878-4a31-931e-c8227f6e8cad {
  background-image: url(https://i.shgcdn.com/f3908e94-7d96-47b4-b33b-1f6c98a211f7/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 200px;
background-position: center center;
}








#s-134651f3-2878-4a31-931e-c8227f6e8cad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-134651f3-2878-4a31-931e-c8227f6e8cad.shg-box.shg-c {
  justify-content: flex-start;
}

#s-63a59243-8f0a-4972-ae2e-08bd254ab182 {
  margin-top: 0%;
margin-left: 11%;
margin-right: 11%;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
background-color: rgba(39, 39, 39, 0.56);
}

#s-63a59243-8f0a-4972-ae2e-08bd254ab182 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3a52868d-aa72-4a60-b5dc-d003dc5cc1ba {
  margin-left: 11%;
margin-right: 11%;
padding-left: 10px;
padding-right: 10px;
background-color: rgba(39, 39, 39, 0.56);
}

#s-c762b9ac-8990-4469-bdd8-5d5ef7ebe339 {
  background-image: url(https://i.shgcdn.com/7b6fd62a-deae-4cc7-82a0-46e270fcba05/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 200px;
background-position: center center;
}








#s-c762b9ac-8990-4469-bdd8-5d5ef7ebe339 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c762b9ac-8990-4469-bdd8-5d5ef7ebe339.shg-box.shg-c {
  justify-content: flex-start;
}

#s-652c85f3-075b-46f7-9e80-3872b4b2fc87 {
  margin-top: 0%;
margin-left: 11%;
margin-right: 11%;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
background-color: rgba(39, 39, 39, 0.56);
}

#s-652c85f3-075b-46f7-9e80-3872b4b2fc87 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-23192d01-a62c-4254-bdd4-80a847f1d0b7 {
  margin-left: 11%;
margin-right: 11%;
padding-left: 10px;
padding-right: 10px;
background-color: rgba(39, 39, 39, 0.56);
}

#s-862f11eb-7063-4895-8b47-10616e4dfa27 {
  background-image: url(https://i.shgcdn.com/957cc6de-53c2-4405-9832-edc44f54235d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 200px;
background-position: center center;
}








#s-862f11eb-7063-4895-8b47-10616e4dfa27 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-862f11eb-7063-4895-8b47-10616e4dfa27.shg-box.shg-c {
  justify-content: flex-start;
}

#s-cb0dd1cb-072a-42a9-bfb1-24b2be978453 {
  margin-top: 0%;
margin-left: 11%;
margin-right: 11%;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
background-color: rgba(39, 39, 39, 0.56);
}

#s-cb0dd1cb-072a-42a9-bfb1-24b2be978453 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c09d99b3-9760-4909-9d4a-a4f20195d378 {
  margin-left: 11%;
margin-right: 11%;
padding-left: 10px;
padding-right: 10px;
background-color: rgba(39, 39, 39, 0.56);
}

#s-60721803-f1c6-4751-bd41-605ede144416 {
  background-image: url(https://i.shgcdn.com/c63b81e7-bcdd-4f09-a513-71137d2e0f2f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 200px;
background-position: center center;
}








#s-60721803-f1c6-4751-bd41-605ede144416 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-60721803-f1c6-4751-bd41-605ede144416.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3b22033e-b08a-4e67-b795-49bf6d9cbffc {
  margin-top: 0%;
margin-left: 11%;
margin-right: 11%;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
background-color: rgba(39, 39, 39, 0.56);
}

#s-3b22033e-b08a-4e67-b795-49bf6d9cbffc .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-458fc7db-6eca-4cbd-99c2-7b505d618228 {
  margin-left: 11%;
margin-right: 11%;
padding-left: 10px;
padding-right: 10px;
background-color: rgba(39, 39, 39, 0.56);
}

#s-7ff4e319-6901-45a4-a778-5ab2b9de3149 {
  background-image: url(https://i.shgcdn.com/deb305d1-bad5-4881-a7a7-d7d7e9fab573/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 200px;
background-position: center center;
}








#s-7ff4e319-6901-45a4-a778-5ab2b9de3149 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ff4e319-6901-45a4-a778-5ab2b9de3149.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1749af66-b0fb-4e67-9a86-972844de916f {
  margin-top: 0%;
margin-left: 11%;
margin-bottom: 0%;
margin-right: 11%;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
background-color: rgba(39, 39, 39, 0.56);
}

#s-1749af66-b0fb-4e67-9a86-972844de916f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-15f6ba54-314a-4358-ab97-98dd21e19d73 {
  margin-top: 0px;
margin-left: 11%;
margin-bottom: 0px;
margin-right: 11%;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
background-color: rgba(39, 39, 39, 0.56);
}

#s-c548a217-cab1-4823-89d3-6b8d045a2795 {
  background-image: url(https://i.shgcdn.com/6bb73bd3-8445-4394-804e-2a2555854d30/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 200px;
background-position: center center;
}








#s-c548a217-cab1-4823-89d3-6b8d045a2795 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c548a217-cab1-4823-89d3-6b8d045a2795.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7f3e56f4-0b62-4f32-bfe7-ab7c785f37d2 {
  margin-top: 0%;
margin-left: 11%;
margin-bottom: 0%;
margin-right: 11%;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
background-color: rgba(39, 39, 39, 0.56);
}

#s-7f3e56f4-0b62-4f32-bfe7-ab7c785f37d2 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-080565aa-d5b8-4f16-8835-875d1455fedc {
  margin-top: 0%;
margin-left: 11%;
margin-right: 11%;
padding-top: 0px;
padding-left: 10px;
padding-right: 10px;
background-color: rgba(39, 39, 39, 0.56);
}

#s-94f59b8c-3ebf-40db-83cf-bc01e2f603ee {
  box-shadow:0px 0px 0px 0px rgba(121, 119, 119, 0.4);
margin-top: -96px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-94f59b8c-3ebf-40db-83cf-bc01e2f603ee {
  display: none;
}
#s-94f59b8c-3ebf-40db-83cf-bc01e2f603ee, #wrap-s-94f59b8c-3ebf-40db-83cf-bc01e2f603ee { display:none !important; }}@media (max-width: 767px){#s-94f59b8c-3ebf-40db-83cf-bc01e2f603ee {
  display: none;
}
#s-94f59b8c-3ebf-40db-83cf-bc01e2f603ee, #wrap-s-94f59b8c-3ebf-40db-83cf-bc01e2f603ee { display:none !important; }}
#s-1c4d7429-512b-4881-8e22-27de5002c4c6 {
  background-image: url(https://i.shgcdn.com/be9c7f04-c2d3-4a60-9b76-6bf91100ff71/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
background-attachment: scroll;
}








#s-1c4d7429-512b-4881-8e22-27de5002c4c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c4d7429-512b-4881-8e22-27de5002c4c6.shg-box.shg-c {
  justify-content: flex-start;
}

#s-033bf50a-0c34-429c-8c89-1e6c8906eb72 {
  margin-top: 19%;
margin-left: 10%;
margin-right: 0%;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 0px;
max-width: 40%;
text-align: left;
background-color: rgba(39, 39, 39, 0.56);
}

#s-033bf50a-0c34-429c-8c89-1e6c8906eb72 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-67cfd853-f507-4172-9ef0-4ba5c023c803 {
  margin-top: 0%;
margin-left: 10%;
margin-right: 0px;
padding-left: 10px;
padding-right: 10px;
min-height: 75px;
max-width: 40%;
background-color: rgba(39, 39, 39, 0.56);
}

#s-6ee960e1-71ed-48a1-bab4-da751b167a4a {
  background-image: url(https://i.shgcdn.com/07a23bf8-5f49-4146-a215-4667363e6152/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
background-attachment: scroll;
}








#s-6ee960e1-71ed-48a1-bab4-da751b167a4a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ee960e1-71ed-48a1-bab4-da751b167a4a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-62e4f8a0-0e6e-4cec-919d-90fd11f43d7b {
  margin-top: 19%;
margin-left: 10%;
margin-right: 0%;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 0px;
max-width: 40%;
text-align: left;
background-color: rgba(39, 39, 39, 0.56);
}

#s-62e4f8a0-0e6e-4cec-919d-90fd11f43d7b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-4b615aab-5939-4c21-8e2f-c91663efb11b {
  margin-top: 0%;
margin-left: 10%;
margin-right: 0px;
padding-left: 10px;
padding-right: 10px;
min-height: 75px;
max-width: 40%;
background-color: rgba(39, 39, 39, 0.56);
}

#s-33929235-3ad0-4c8e-aebe-5a441ac5fc6d {
  background-image: url(https://i.shgcdn.com/db2e7aca-30da-44f6-854d-b25cb18b77ea/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-position: center top;
background-attachment: scroll;
}








#s-33929235-3ad0-4c8e-aebe-5a441ac5fc6d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-33929235-3ad0-4c8e-aebe-5a441ac5fc6d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1502a4c0-14a5-4021-a4b5-ee012f0e4ca7 {
  margin-top: 19%;
margin-left: 10%;
margin-right: 0%;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 0px;
max-width: 40%;
text-align: left;
background-color: rgba(39, 39, 39, 0.56);
}

#s-1502a4c0-14a5-4021-a4b5-ee012f0e4ca7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-192d47d6-6a49-45c3-98fc-a481e4eed603 {
  margin-top: 0%;
margin-left: 10%;
margin-right: 0px;
padding-left: 10px;
padding-right: 10px;
min-height: 75px;
max-width: 40%;
background-color: rgba(39, 39, 39, 0.56);
}

#s-2f1bfe30-bb15-4ac9-8844-8c95dd8c1b83 {
  background-image: url(https://i.shgcdn.com/7ab476e9-e1a8-4401-a841-1fc308ec347a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 0px;
background-position: center center;
background-attachment: scroll;
}








#s-2f1bfe30-bb15-4ac9-8844-8c95dd8c1b83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f1bfe30-bb15-4ac9-8844-8c95dd8c1b83.shg-box.shg-c {
  justify-content: flex-start;
}

#s-453452d8-b322-4c0c-84af-a2f14106d972 {
  margin-top: 19%;
margin-left: 10%;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 0px;
max-width: 40%;
text-align: left;
background-color: rgba(39, 39, 39, 0.56);
}

#s-453452d8-b322-4c0c-84af-a2f14106d972 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-7af76386-02e8-4bb3-9332-2dd4336b28b5 {
  margin-left: 10%;
padding-left: 10px;
padding-right: 10px;
min-height: 75px;
max-width: 40%;
background-color: rgba(39, 39, 39, 0.56);
}

#s-fcd9bd5e-b790-4392-a268-0d8c65a2f981 {
  background-image: url(https://i.shgcdn.com/957cc6de-53c2-4405-9832-edc44f54235d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 0px;
background-position: center top;
background-attachment: scroll;
}








#s-fcd9bd5e-b790-4392-a268-0d8c65a2f981 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fcd9bd5e-b790-4392-a268-0d8c65a2f981.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b8f48bec-e32a-4fa5-bd05-5643b46e73ad {
  margin-top: 19%;
margin-left: 10%;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 0px;
max-width: 40%;
text-align: left;
background-color: rgba(39, 39, 39, 0.56);
}

#s-b8f48bec-e32a-4fa5-bd05-5643b46e73ad .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-fb5ab1c8-27b3-4bf6-8a51-984f086c62f0 {
  margin-left: 10%;
padding-left: 10px;
padding-right: 10px;
min-height: 75px;
max-width: 40%;
background-color: rgba(39, 39, 39, 0.56);
}

#s-39a12de6-a769-4977-88f9-475fa46124b1 {
  background-image: url(https://i.shgcdn.com/c63b81e7-bcdd-4f09-a513-71137d2e0f2f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 0px;
background-position: center top;
background-attachment: scroll;
}








#s-39a12de6-a769-4977-88f9-475fa46124b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39a12de6-a769-4977-88f9-475fa46124b1.shg-box.shg-c {
  justify-content: flex-start;
}

#s-bcba974d-12b2-4e34-97ea-56c6bca37194 {
  margin-top: 19%;
margin-left: 10%;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 0px;
max-width: 40%;
text-align: left;
background-color: rgba(39, 39, 39, 0.56);
}

#s-bcba974d-12b2-4e34-97ea-56c6bca37194 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-dc1b159e-0da1-49e0-a121-d813e0d23dc2 {
  margin-left: 10%;
padding-left: 10px;
padding-right: 10px;
min-height: 75px;
max-width: 40%;
background-color: rgba(39, 39, 39, 0.56);
}

#s-2a884f24-9573-43d2-b737-b51cca83ffd6 {
  background-image: url(https://i.shgcdn.com/f59b0b31-3f51-4ebf-ada1-ca9b76a527d8/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
background-attachment: scroll;
}








#s-2a884f24-9573-43d2-b737-b51cca83ffd6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a884f24-9573-43d2-b737-b51cca83ffd6.shg-box.shg-c {
  justify-content: flex-start;
}

#s-76db2231-9c62-4d6e-9985-0440f1f6d034 {
  margin-top: 19%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 0px;
max-width: 40%;
text-align: left;
background-color: rgba(39, 39, 39, 0.56);
}

#s-76db2231-9c62-4d6e-9985-0440f1f6d034 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-6770e097-1b23-4a84-8cb1-89d4d9cfb248 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 10px;
padding-right: 10px;
min-height: 75px;
max-width: 40%;
background-color: rgba(39, 39, 39, 0.56);
}

#s-a64a8622-d0d6-48b3-a342-235c1765c22a {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-a64a8622-d0d6-48b3-a342-235c1765c22a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a64a8622-d0d6-48b3-a342-235c1765c22a.shg-box.shg-c {
  justify-content: flex-start;
}

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

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

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

#s-75274f0a-a398-49cc-8610-0ad24cc9be61 {
  padding-bottom: 10px;
text-align: center;
}

.shg-ig-x {
  overflow-x: hidden;
}

.shg-ig-posts-container {
  display: flex;
  flex-wrap: wrap;
}

.shg-ig-posts {
  box-sizing: border-box;
  height: 100%;
}

.shg-ig-posts-link {
  text-decoration: none;
}

.shg-ig-posts-image {
  max-height: 100%;
  width: 100%;
  display: block;
}

.shg-ig-posts-caption {
  width: 100%;
  font-size: 12px;
  word-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  text-align: left;
}

.shg-ig-details-container {
  padding-top: 9px;
  border-top: 1px solid #ddd;
}

.shg-ig-user-details {
  display: flex;
  flex-direction: row;
}

.shg-ig-user-image {
  max-width: 30px;
  max-height: 30px;
  margin-right: 10px;
}

.shg-ig-username-container {
  display: flex;
  flex-direction: column;
}

.shg-ig-user-full-name {
  margin-bottom: 3px !important;
  font-family: Arial;
  color: #b3b3b3;
  font-size: 12px;
}

.shg-ig-user-createdat {
  margin-bottom: 0 !important;
  font-family: Arial;
  color: #b3b3b3;
  font-size: 12px;
}

@media (min-width: 1200px){#s-9aa05ee1-6589-41ad-bc0f-5cef4661595c {
  display: none;
}
#s-9aa05ee1-6589-41ad-bc0f-5cef4661595c, #wrap-s-9aa05ee1-6589-41ad-bc0f-5cef4661595c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9aa05ee1-6589-41ad-bc0f-5cef4661595c {
  display: none;
}
#s-9aa05ee1-6589-41ad-bc0f-5cef4661595c, #wrap-s-9aa05ee1-6589-41ad-bc0f-5cef4661595c { display:none !important; }}@media (max-width: 767px){#s-9aa05ee1-6589-41ad-bc0f-5cef4661595c {
  display: none;
}
#s-9aa05ee1-6589-41ad-bc0f-5cef4661595c, #wrap-s-9aa05ee1-6589-41ad-bc0f-5cef4661595c { display:none !important; }}
@media (min-width: 768px) {
  [id="s-9aa05ee1-6589-41ad-bc0f-5cef4661595c"] .shg-ig-posts-container > .shg-ig-posts {
    width: 33.333333333333336%;
    padding-right: 30px;
  }

  .shg-ig-posts-container {
    width: calc(100% + 30px) !important;
  }
}

@media (min-width: 1200px){#s-e43a7069-8c9d-452d-9dfc-b3e97bb95fdb {
  display: none;
}
#s-e43a7069-8c9d-452d-9dfc-b3e97bb95fdb, #wrap-s-e43a7069-8c9d-452d-9dfc-b3e97bb95fdb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e43a7069-8c9d-452d-9dfc-b3e97bb95fdb {
  display: none;
}
#s-e43a7069-8c9d-452d-9dfc-b3e97bb95fdb, #wrap-s-e43a7069-8c9d-452d-9dfc-b3e97bb95fdb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e43a7069-8c9d-452d-9dfc-b3e97bb95fdb {
  display: none;
}
#s-e43a7069-8c9d-452d-9dfc-b3e97bb95fdb, #wrap-s-e43a7069-8c9d-452d-9dfc-b3e97bb95fdb { display:none !important; }}
[id="s-e43a7069-8c9d-452d-9dfc-b3e97bb95fdb"] .shg-ig-posts-container > .shg-ig-posts {
  width: 50%;
  padding-right: 5px;
}

.shg-ig-posts-container {
  width: calc(100% + 5px) !important;
}

@media (min-width: 768px) {
  [id="s-e43a7069-8c9d-452d-9dfc-b3e97bb95fdb"] .shg-ig-posts-container > .shg-ig-posts {
    width: 25.0%;
    padding-right: 5px;
  }

  .shg-ig-posts-container {
    width: calc(100% + 5px) !important;
  }
}

#s-f8a0e803-6d47-43ed-899d-db2d59211fd2 {
  padding-left: 5px;
padding-right: 5px;
opacity: 0.97;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-f8a0e803-6d47-43ed-899d-db2d59211fd2 {
  display: none;
}
#s-f8a0e803-6d47-43ed-899d-db2d59211fd2, #wrap-s-f8a0e803-6d47-43ed-899d-db2d59211fd2 { display:none !important; }}@media (max-width: 767px){#s-f8a0e803-6d47-43ed-899d-db2d59211fd2 {
  display: none;
}
#s-f8a0e803-6d47-43ed-899d-db2d59211fd2, #wrap-s-f8a0e803-6d47-43ed-899d-db2d59211fd2 { display:none !important; }}
[id="s-f8a0e803-6d47-43ed-899d-db2d59211fd2"] .shg-ig-posts-container > .shg-ig-posts {
  width: 50%;
  padding-right: 30px;
}

.shg-ig-posts-container {
  width: calc(100% + 30px) !important;
}

@media (min-width: 768px) {
  [id="s-f8a0e803-6d47-43ed-899d-db2d59211fd2"] .shg-ig-posts-container > .shg-ig-posts {
    width: 20.0%;
    padding-right: 30px;
  }

  .shg-ig-posts-container {
    width: calc(100% + 30px) !important;
  }
}

#s-f6db2e10-2239-4902-8aed-321690388e13 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-f6db2e10-2239-4902-8aed-321690388e13 {
  display: none;
}
#s-f6db2e10-2239-4902-8aed-321690388e13, #wrap-s-f6db2e10-2239-4902-8aed-321690388e13 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f6db2e10-2239-4902-8aed-321690388e13 {
  display: none;
}
#s-f6db2e10-2239-4902-8aed-321690388e13, #wrap-s-f6db2e10-2239-4902-8aed-321690388e13 { display:none !important; }}@media (max-width: 767px){#s-f6db2e10-2239-4902-8aed-321690388e13 {
  display: none;
}
#s-f6db2e10-2239-4902-8aed-321690388e13, #wrap-s-f6db2e10-2239-4902-8aed-321690388e13 { display:none !important; }}







#s-f6db2e10-2239-4902-8aed-321690388e13 > .shg-box-overlay {
  background-color: rgba(39, 39, 39, 1);
  opacity: 0.56;
}#s-f6db2e10-2239-4902-8aed-321690388e13.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-1eb22a2e-d1e2-4e13-89f0-3f85549cfc38 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-1eb22a2e-d1e2-4e13-89f0-3f85549cfc38"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1eb22a2e-d1e2-4e13-89f0-3f85549cfc38"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1eb22a2e-d1e2-4e13-89f0-3f85549cfc38"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1eb22a2e-d1e2-4e13-89f0-3f85549cfc38"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1eb22a2e-d1e2-4e13-89f0-3f85549cfc38"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1eb22a2e-d1e2-4e13-89f0-3f85549cfc38"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1eb22a2e-d1e2-4e13-89f0-3f85549cfc38"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1eb22a2e-d1e2-4e13-89f0-3f85549cfc38"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1eb22a2e-d1e2-4e13-89f0-3f85549cfc38"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1eb22a2e-d1e2-4e13-89f0-3f85549cfc38"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1eb22a2e-d1e2-4e13-89f0-3f85549cfc38"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1eb22a2e-d1e2-4e13-89f0-3f85549cfc38"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-1eb22a2e-d1e2-4e13-89f0-3f85549cfc38"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1eb22a2e-d1e2-4e13-89f0-3f85549cfc38"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1eb22a2e-d1e2-4e13-89f0-3f85549cfc38"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1eb22a2e-d1e2-4e13-89f0-3f85549cfc38"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1eb22a2e-d1e2-4e13-89f0-3f85549cfc38"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1eb22a2e-d1e2-4e13-89f0-3f85549cfc38"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1eb22a2e-d1e2-4e13-89f0-3f85549cfc38"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1eb22a2e-d1e2-4e13-89f0-3f85549cfc38"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1eb22a2e-d1e2-4e13-89f0-3f85549cfc38"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1eb22a2e-d1e2-4e13-89f0-3f85549cfc38"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1eb22a2e-d1e2-4e13-89f0-3f85549cfc38"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1eb22a2e-d1e2-4e13-89f0-3f85549cfc38"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1eb22a2e-d1e2-4e13-89f0-3f85549cfc38"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1eb22a2e-d1e2-4e13-89f0-3f85549cfc38"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1eb22a2e-d1e2-4e13-89f0-3f85549cfc38"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1eb22a2e-d1e2-4e13-89f0-3f85549cfc38"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1eb22a2e-d1e2-4e13-89f0-3f85549cfc38"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1eb22a2e-d1e2-4e13-89f0-3f85549cfc38"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1eb22a2e-d1e2-4e13-89f0-3f85549cfc38"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1eb22a2e-d1e2-4e13-89f0-3f85549cfc38"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1eb22a2e-d1e2-4e13-89f0-3f85549cfc38"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1eb22a2e-d1e2-4e13-89f0-3f85549cfc38"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1eb22a2e-d1e2-4e13-89f0-3f85549cfc38"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1eb22a2e-d1e2-4e13-89f0-3f85549cfc38"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1eb22a2e-d1e2-4e13-89f0-3f85549cfc38"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1eb22a2e-d1e2-4e13-89f0-3f85549cfc38"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1eb22a2e-d1e2-4e13-89f0-3f85549cfc38"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1eb22a2e-d1e2-4e13-89f0-3f85549cfc38"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1eb22a2e-d1e2-4e13-89f0-3f85549cfc38"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1eb22a2e-d1e2-4e13-89f0-3f85549cfc38"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1eb22a2e-d1e2-4e13-89f0-3f85549cfc38"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1eb22a2e-d1e2-4e13-89f0-3f85549cfc38"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1eb22a2e-d1e2-4e13-89f0-3f85549cfc38"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1eb22a2e-d1e2-4e13-89f0-3f85549cfc38"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1eb22a2e-d1e2-4e13-89f0-3f85549cfc38"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1eb22a2e-d1e2-4e13-89f0-3f85549cfc38"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-379fdafe-d670-423f-83ef-425c1219c5bd {
  margin-left: 11%;
margin-right: 11%;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}

#s-379fdafe-d670-423f-83ef-425c1219c5bd .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d0c9c795-e2ff-410a-b566-f40681cbf328 {
  margin-top: 0px;
margin-left: 11%;
margin-bottom: -14px;
margin-right: 11%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

#s-95ecff28-b77e-4e14-bbcf-7824b6536219 {
  margin-top: 0%;
margin-left: 0px;
margin-bottom: 0%;
margin-right: 0px;
padding-top: 0%;
padding-bottom: 0%;
min-height: 226px;
opacity: 1;
}








#s-95ecff28-b77e-4e14-bbcf-7824b6536219 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95ecff28-b77e-4e14-bbcf-7824b6536219.shg-box.shg-c {
  justify-content: center;
}

#s-10a27959-b600-4c3a-b6a0-0178ee110e4c {
  margin-top: 5%;
margin-left: 11%;
margin-bottom: 5%;
margin-right: 11%;
padding-top: 12%;
padding-left: 0px;
padding-bottom: 12%;
padding-right: 0px;
}

.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-cb8c93d9-3142-4b3c-9b9e-f8ee1bedcdc9 {
  text-align: center;
}




  #s-cb8c93d9-3142-4b3c-9b9e-f8ee1bedcdc9 img.shogun-image {
    
    width: px;
  }


#s-cb8c93d9-3142-4b3c-9b9e-f8ee1bedcdc9 .shogun-image-content {
  
    align-items: center;
  
}

#s-5e0cbc0f-79c4-40a8-b69d-2564de0dd05d {
  text-align: center;
}




  #s-5e0cbc0f-79c4-40a8-b69d-2564de0dd05d img.shogun-image {
    
    width: px;
  }


#s-5e0cbc0f-79c4-40a8-b69d-2564de0dd05d .shogun-image-content {
  
    align-items: center;
  
}

#s-88777c03-8c5d-4d11-b504-1d6524070faa {
  text-align: center;
}




  #s-88777c03-8c5d-4d11-b504-1d6524070faa img.shogun-image {
    
    width: px;
  }


#s-88777c03-8c5d-4d11-b504-1d6524070faa .shogun-image-content {
  
    align-items: center;
  
}

#s-1cc6d61e-9414-4363-9855-4bb0160e1596 {
  text-align: center;
}




  #s-1cc6d61e-9414-4363-9855-4bb0160e1596 img.shogun-image {
    
    width: px;
  }


#s-1cc6d61e-9414-4363-9855-4bb0160e1596 .shogun-image-content {
  
    align-items: center;
  
}

#s-35f03443-0975-4064-a09d-42cc3557947d {
  text-align: center;
}




  #s-35f03443-0975-4064-a09d-42cc3557947d img.shogun-image {
    
    width: px;
  }


#s-35f03443-0975-4064-a09d-42cc3557947d .shogun-image-content {
  
    align-items: center;
  
}

#s-580a0150-0953-4df5-93e5-98eb6dae58a2 {
  text-align: center;
}




  #s-580a0150-0953-4df5-93e5-98eb6dae58a2 img.shogun-image {
    
    width: px;
  }


#s-580a0150-0953-4df5-93e5-98eb6dae58a2 .shogun-image-content {
  
    align-items: center;
  
}

#s-a585b2b0-81c0-4d04-a8bb-e02ca01f6787 {
  text-align: center;
}




  #s-a585b2b0-81c0-4d04-a8bb-e02ca01f6787 img.shogun-image {
    
    width: px;
  }


#s-a585b2b0-81c0-4d04-a8bb-e02ca01f6787 .shogun-image-content {
  
    align-items: center;
  
}

#s-7dde6aad-7ffa-4e6e-beb6-a0b5ad2720e5 {
  max-width: 100%;
text-align: center;
}




  #s-7dde6aad-7ffa-4e6e-beb6-a0b5ad2720e5 img.shogun-image {
    
    width: px;
  }


#s-7dde6aad-7ffa-4e6e-beb6-a0b5ad2720e5 .shogun-image-content {
  
    align-items: center;
  
}

#s-87f1e93d-ae27-485a-971c-4c8f1a4ac680 {
  text-align: center;
}


#s-87f1e93d-ae27-485a-971c-4c8f1a4ac680 .shogun-image-overlay p {
  font-size: 22px;
  color: #fff;
  
  
  
}



  #s-87f1e93d-ae27-485a-971c-4c8f1a4ac680 img.shogun-image {
    
    width: px;
  }


#s-87f1e93d-ae27-485a-971c-4c8f1a4ac680 .shogun-image-content {
  
    align-items: center;
  
}

#s-51bea3d9-ffa6-456a-96fb-0b3def91e2e2 {
  text-align: center;
}




  #s-51bea3d9-ffa6-456a-96fb-0b3def91e2e2 img.shogun-image {
    
    width: px;
  }


#s-51bea3d9-ffa6-456a-96fb-0b3def91e2e2 .shogun-image-content {
  
    align-items: center;
  
}

#s-69ee9f4b-8fd6-4cbe-ae71-9f7ea927f80f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-69ee9f4b-8fd6-4cbe-ae71-9f7ea927f80f {
  display: none;
}
#s-69ee9f4b-8fd6-4cbe-ae71-9f7ea927f80f, #wrap-s-69ee9f4b-8fd6-4cbe-ae71-9f7ea927f80f { display:none !important; }}@media (max-width: 767px){#s-69ee9f4b-8fd6-4cbe-ae71-9f7ea927f80f {
  display: none;
}
#s-69ee9f4b-8fd6-4cbe-ae71-9f7ea927f80f, #wrap-s-69ee9f4b-8fd6-4cbe-ae71-9f7ea927f80f { display:none !important; }}







#s-69ee9f4b-8fd6-4cbe-ae71-9f7ea927f80f > .shg-box-overlay {
  background-color: rgba(39, 39, 39, 1);
  opacity: 0.56;
}#s-69ee9f4b-8fd6-4cbe-ae71-9f7ea927f80f.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-ced2b7cf-3c86-4b62-9280-ba916f541582"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ced2b7cf-3c86-4b62-9280-ba916f541582"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ced2b7cf-3c86-4b62-9280-ba916f541582"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ced2b7cf-3c86-4b62-9280-ba916f541582"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ced2b7cf-3c86-4b62-9280-ba916f541582"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ced2b7cf-3c86-4b62-9280-ba916f541582"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ced2b7cf-3c86-4b62-9280-ba916f541582"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ced2b7cf-3c86-4b62-9280-ba916f541582"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ced2b7cf-3c86-4b62-9280-ba916f541582"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ced2b7cf-3c86-4b62-9280-ba916f541582"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ced2b7cf-3c86-4b62-9280-ba916f541582"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ced2b7cf-3c86-4b62-9280-ba916f541582"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ced2b7cf-3c86-4b62-9280-ba916f541582"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ced2b7cf-3c86-4b62-9280-ba916f541582"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ced2b7cf-3c86-4b62-9280-ba916f541582"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ced2b7cf-3c86-4b62-9280-ba916f541582"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ced2b7cf-3c86-4b62-9280-ba916f541582"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ced2b7cf-3c86-4b62-9280-ba916f541582"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ced2b7cf-3c86-4b62-9280-ba916f541582"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ced2b7cf-3c86-4b62-9280-ba916f541582"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ced2b7cf-3c86-4b62-9280-ba916f541582"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ced2b7cf-3c86-4b62-9280-ba916f541582"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ced2b7cf-3c86-4b62-9280-ba916f541582"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ced2b7cf-3c86-4b62-9280-ba916f541582"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ced2b7cf-3c86-4b62-9280-ba916f541582"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ced2b7cf-3c86-4b62-9280-ba916f541582"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ced2b7cf-3c86-4b62-9280-ba916f541582"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ced2b7cf-3c86-4b62-9280-ba916f541582"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ced2b7cf-3c86-4b62-9280-ba916f541582"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ced2b7cf-3c86-4b62-9280-ba916f541582"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ced2b7cf-3c86-4b62-9280-ba916f541582"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ced2b7cf-3c86-4b62-9280-ba916f541582"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ced2b7cf-3c86-4b62-9280-ba916f541582"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ced2b7cf-3c86-4b62-9280-ba916f541582"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ced2b7cf-3c86-4b62-9280-ba916f541582"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ced2b7cf-3c86-4b62-9280-ba916f541582"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ced2b7cf-3c86-4b62-9280-ba916f541582"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-2b4aa4a7-722c-45d4-ab31-af7c07436ca7 {
  margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: right;
}

#s-2b4aa4a7-722c-45d4-ab31-af7c07436ca7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: right;
}



#s-bffe35d9-d17b-48e1-a6db-76eb47a3d0ed {
  margin-right: 10%;
padding-left: 40%;
padding-right: 10px;
}

#s-14d8ea09-bfa8-4251-9eef-16d11b516b88 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 0%;
padding-bottom: 0%;
min-height: 50px;
}








#s-14d8ea09-bfa8-4251-9eef-16d11b516b88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14d8ea09-bfa8-4251-9eef-16d11b516b88.shg-box.shg-c {
  justify-content: center;
}

#s-369588a0-bd27-4464-9c16-4da3de492a3a {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
}

#s-967752c6-4cd1-47f1-a13f-e08a59530632 {
  text-align: center;
}




  #s-967752c6-4cd1-47f1-a13f-e08a59530632 img.shogun-image {
    
    width: px;
  }


#s-967752c6-4cd1-47f1-a13f-e08a59530632 .shogun-image-content {
  
    align-items: center;
  
}

#s-c643b00b-d59c-495a-ab37-b58921afdc87 {
  text-align: center;
}




  #s-c643b00b-d59c-495a-ab37-b58921afdc87 img.shogun-image {
    
    width: px;
  }


#s-c643b00b-d59c-495a-ab37-b58921afdc87 .shogun-image-content {
  
    align-items: center;
  
}

#s-980e3d11-1ec7-4392-85fb-423f3648fd7b {
  text-align: center;
}




  #s-980e3d11-1ec7-4392-85fb-423f3648fd7b img.shogun-image {
    
    width: px;
  }


#s-980e3d11-1ec7-4392-85fb-423f3648fd7b .shogun-image-content {
  
    align-items: center;
  
}

#s-f76378d7-66a3-4911-9f76-f090e051578d {
  text-align: center;
}




  #s-f76378d7-66a3-4911-9f76-f090e051578d img.shogun-image {
    
    width: px;
  }


#s-f76378d7-66a3-4911-9f76-f090e051578d .shogun-image-content {
  
    align-items: center;
  
}

#s-378cbc8a-a52b-48ff-b158-16647fde8ef4 {
  text-align: center;
}




  #s-378cbc8a-a52b-48ff-b158-16647fde8ef4 img.shogun-image {
    
    width: px;
  }


#s-378cbc8a-a52b-48ff-b158-16647fde8ef4 .shogun-image-content {
  
    align-items: center;
  
}

#s-697625a3-bfd1-4df1-8b51-c5a65f28a35b {
  text-align: center;
}




  #s-697625a3-bfd1-4df1-8b51-c5a65f28a35b img.shogun-image {
    
    width: px;
  }


#s-697625a3-bfd1-4df1-8b51-c5a65f28a35b .shogun-image-content {
  
    align-items: center;
  
}

#s-3b6c429d-ed07-4590-bc85-5d40ca5e98c3 {
  text-align: center;
}




  #s-3b6c429d-ed07-4590-bc85-5d40ca5e98c3 img.shogun-image {
    
    width: px;
  }


#s-3b6c429d-ed07-4590-bc85-5d40ca5e98c3 .shogun-image-content {
  
    align-items: center;
  
}

#s-52e6822f-5906-44be-ac8b-02ae410e3dce {
  text-align: center;
}




  #s-52e6822f-5906-44be-ac8b-02ae410e3dce img.shogun-image {
    
    width: px;
  }


#s-52e6822f-5906-44be-ac8b-02ae410e3dce .shogun-image-content {
  
    align-items: center;
  
}

#s-bee8da17-2515-41ed-9409-2b3a22f36a2a {
  text-align: center;
}




  #s-bee8da17-2515-41ed-9409-2b3a22f36a2a img.shogun-image {
    
    width: px;
  }


#s-bee8da17-2515-41ed-9409-2b3a22f36a2a .shogun-image-content {
  
    align-items: center;
  
}

#s-a2381a6c-7a34-4ba1-a5bc-5b7ac23478f7 {
  text-align: center;
}




  #s-a2381a6c-7a34-4ba1-a5bc-5b7ac23478f7 img.shogun-image {
    
    width: px;
  }


#s-a2381a6c-7a34-4ba1-a5bc-5b7ac23478f7 .shogun-image-content {
  
    align-items: center;
  
}

#s-214bfdac-d474-48b1-9cca-bf56552db25d {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-214bfdac-d474-48b1-9cca-bf56552db25d {
  display: none;
}
#s-214bfdac-d474-48b1-9cca-bf56552db25d, #wrap-s-214bfdac-d474-48b1-9cca-bf56552db25d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-214bfdac-d474-48b1-9cca-bf56552db25d {
  display: none;
}
#s-214bfdac-d474-48b1-9cca-bf56552db25d, #wrap-s-214bfdac-d474-48b1-9cca-bf56552db25d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-214bfdac-d474-48b1-9cca-bf56552db25d {
  display: none;
}
#s-214bfdac-d474-48b1-9cca-bf56552db25d, #wrap-s-214bfdac-d474-48b1-9cca-bf56552db25d { display:none !important; }}







#s-214bfdac-d474-48b1-9cca-bf56552db25d > .shg-box-overlay {
  background-color: rgba(39, 39, 39, 1);
  opacity: 0.56;
}#s-214bfdac-d474-48b1-9cca-bf56552db25d.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-44c6d287-6ac8-470f-a31f-226040f1e4fd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-44c6d287-6ac8-470f-a31f-226040f1e4fd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-44c6d287-6ac8-470f-a31f-226040f1e4fd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-44c6d287-6ac8-470f-a31f-226040f1e4fd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-44c6d287-6ac8-470f-a31f-226040f1e4fd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-44c6d287-6ac8-470f-a31f-226040f1e4fd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-44c6d287-6ac8-470f-a31f-226040f1e4fd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-44c6d287-6ac8-470f-a31f-226040f1e4fd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-44c6d287-6ac8-470f-a31f-226040f1e4fd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-44c6d287-6ac8-470f-a31f-226040f1e4fd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-44c6d287-6ac8-470f-a31f-226040f1e4fd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-44c6d287-6ac8-470f-a31f-226040f1e4fd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-44c6d287-6ac8-470f-a31f-226040f1e4fd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-44c6d287-6ac8-470f-a31f-226040f1e4fd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-44c6d287-6ac8-470f-a31f-226040f1e4fd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-44c6d287-6ac8-470f-a31f-226040f1e4fd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-44c6d287-6ac8-470f-a31f-226040f1e4fd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-44c6d287-6ac8-470f-a31f-226040f1e4fd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-44c6d287-6ac8-470f-a31f-226040f1e4fd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-44c6d287-6ac8-470f-a31f-226040f1e4fd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-44c6d287-6ac8-470f-a31f-226040f1e4fd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-44c6d287-6ac8-470f-a31f-226040f1e4fd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-44c6d287-6ac8-470f-a31f-226040f1e4fd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-44c6d287-6ac8-470f-a31f-226040f1e4fd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-44c6d287-6ac8-470f-a31f-226040f1e4fd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-44c6d287-6ac8-470f-a31f-226040f1e4fd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-44c6d287-6ac8-470f-a31f-226040f1e4fd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-44c6d287-6ac8-470f-a31f-226040f1e4fd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-44c6d287-6ac8-470f-a31f-226040f1e4fd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-44c6d287-6ac8-470f-a31f-226040f1e4fd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-44c6d287-6ac8-470f-a31f-226040f1e4fd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-44c6d287-6ac8-470f-a31f-226040f1e4fd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-44c6d287-6ac8-470f-a31f-226040f1e4fd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-44c6d287-6ac8-470f-a31f-226040f1e4fd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-44c6d287-6ac8-470f-a31f-226040f1e4fd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-44c6d287-6ac8-470f-a31f-226040f1e4fd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-44c6d287-6ac8-470f-a31f-226040f1e4fd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a9641dec-285d-4d2a-b6cf-ded7ca045774 {
  margin-left: 11%;
margin-right: 11%;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}

#s-a9641dec-285d-4d2a-b6cf-ded7ca045774 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6c9a4ae4-40fd-413c-ae8b-f573d821c42c {
  margin-top: 0px;
margin-left: 11%;
margin-bottom: -14px;
margin-right: 11%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

#s-a925deed-f942-49f8-8a57-993b5901c358 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 0%;
padding-bottom: 0%;
min-height: 50px;
}








#s-a925deed-f942-49f8-8a57-993b5901c358 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a925deed-f942-49f8-8a57-993b5901c358.shg-box.shg-c {
  justify-content: center;
}

#s-ff72ff63-c138-4856-8635-d2957de3b648 {
  margin-top: 0%;
margin-left: 11%;
margin-bottom: 0%;
margin-right: 11%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
}

#s-f3fcf28b-31b3-4997-aba8-359d8705575d {
  text-align: center;
}




  #s-f3fcf28b-31b3-4997-aba8-359d8705575d img.shogun-image {
    
    width: px;
  }


#s-f3fcf28b-31b3-4997-aba8-359d8705575d .shogun-image-content {
  
    align-items: center;
  
}

#s-9cd55a15-8836-4f8d-8385-9266e05abd9e {
  text-align: center;
}




  #s-9cd55a15-8836-4f8d-8385-9266e05abd9e img.shogun-image {
    
    width: px;
  }


#s-9cd55a15-8836-4f8d-8385-9266e05abd9e .shogun-image-content {
  
    align-items: center;
  
}

#s-91160b1a-e369-4e3f-a5f2-2c25026c7c5f {
  text-align: center;
}




  #s-91160b1a-e369-4e3f-a5f2-2c25026c7c5f img.shogun-image {
    
    width: px;
  }


#s-91160b1a-e369-4e3f-a5f2-2c25026c7c5f .shogun-image-content {
  
    align-items: center;
  
}

#s-12e26d14-98c3-4eb2-b8aa-475256e06924 {
  text-align: center;
}




  #s-12e26d14-98c3-4eb2-b8aa-475256e06924 img.shogun-image {
    
    width: px;
  }


#s-12e26d14-98c3-4eb2-b8aa-475256e06924 .shogun-image-content {
  
    align-items: center;
  
}

#s-47d61f87-0944-4d0f-85df-a442ee54b303 {
  text-align: center;
}




  #s-47d61f87-0944-4d0f-85df-a442ee54b303 img.shogun-image {
    
    width: px;
  }


#s-47d61f87-0944-4d0f-85df-a442ee54b303 .shogun-image-content {
  
    align-items: center;
  
}

#s-40bf4af3-215b-4556-bac3-bac4d7095d7b {
  text-align: center;
}




  #s-40bf4af3-215b-4556-bac3-bac4d7095d7b img.shogun-image {
    
    width: px;
  }


#s-40bf4af3-215b-4556-bac3-bac4d7095d7b .shogun-image-content {
  
    align-items: center;
  
}

#s-c164c5c8-cf57-41c7-91ec-7745a469b89e {
  text-align: center;
}




  #s-c164c5c8-cf57-41c7-91ec-7745a469b89e img.shogun-image {
    
    width: px;
  }


#s-c164c5c8-cf57-41c7-91ec-7745a469b89e .shogun-image-content {
  
    align-items: center;
  
}

#s-f798385c-5f67-49be-9f4c-8922fff05f72 {
  text-align: center;
}




  #s-f798385c-5f67-49be-9f4c-8922fff05f72 img.shogun-image {
    
    width: px;
  }


#s-f798385c-5f67-49be-9f4c-8922fff05f72 .shogun-image-content {
  
    align-items: center;
  
}

#s-e2a012be-79b2-4aa1-a8ec-c938b15e7496 {
  text-align: center;
}




  #s-e2a012be-79b2-4aa1-a8ec-c938b15e7496 img.shogun-image {
    
    width: px;
  }


#s-e2a012be-79b2-4aa1-a8ec-c938b15e7496 .shogun-image-content {
  
    align-items: center;
  
}

#s-1ee85105-e169-4bb9-b0f2-4764f11994c6 {
  text-align: center;
}




  #s-1ee85105-e169-4bb9-b0f2-4764f11994c6 img.shogun-image {
    
    width: px;
  }


#s-1ee85105-e169-4bb9-b0f2-4764f11994c6 .shogun-image-content {
  
    align-items: center;
  
}

#s-14b06455-0bf5-4f0a-912e-ed80cb06526a {
  min-height: 50px;
}








#s-14b06455-0bf5-4f0a-912e-ed80cb06526a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14b06455-0bf5-4f0a-912e-ed80cb06526a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-abad739f-7abd-4a97-93c7-a5a60c146ac0 {
  margin-top: -50px;
margin-bottom: -50px;
}

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