#s-1b352148-a698-4734-82f5-d0c0234939d4 {
  padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

@media (min-width: 0px) {
[id="s-2d879057-469e-4baf-9fe5-819b0561fcf0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2d879057-469e-4baf-9fe5-819b0561fcf0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2d879057-469e-4baf-9fe5-819b0561fcf0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d879057-469e-4baf-9fe5-819b0561fcf0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-4d0bb1a0-ea6b-41b2-a6b9-9a61bb0878bf {
  text-align: left;
}



.shg-c#s-4d0bb1a0-ea6b-41b2-a6b9-9a61bb0878bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d0bb1a0-ea6b-41b2-a6b9-9a61bb0878bf img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4d0bb1a0-ea6b-41b2-a6b9-9a61bb0878bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d0bb1a0-ea6b-41b2-a6b9-9a61bb0878bf img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-4d0bb1a0-ea6b-41b2-a6b9-9a61bb0878bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d0bb1a0-ea6b-41b2-a6b9-9a61bb0878bf img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-4d0bb1a0-ea6b-41b2-a6b9-9a61bb0878bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d0bb1a0-ea6b-41b2-a6b9-9a61bb0878bf img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-4d0bb1a0-ea6b-41b2-a6b9-9a61bb0878bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d0bb1a0-ea6b-41b2-a6b9-9a61bb0878bf img.shogun-image {
  width: 100%;
}



}
.shg-gallery-root {
}

.shg-gallery-arrows-container {
  display: flex;
  align-items: center;
  position: relative;
}

.shg-gallery-dots-container {
  display: flex;
  justify-content: center;
  position: relative;
}

.shg-gallery-scroll-container {
  position: relative;
}

.shg-gallery-thumb-list {
  display: flex;
  flex-wrap: wrap;
}

.shg-gallery-thumb-image {
  max-width: 100%;
  display: inline-block;
  cursor: pointer;
}

.shg-gallery-thumb-image:hover {
  opacity: 0.6;
}

.shg-gallery-thumb-image-square {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.shg-gallery-image-hidden {
  display: none;
}

.shg-gallery-scroll-button {
  position: absolute;
  width: 3%;
  max-width: 48px;
  max-height: 48px;
}

.shg-left {
  left: 0;
  margin-left: 1%;
}

.shg-right {
  right: 0;
  margin-right: 1%;
}

.shg-gallery-dot {
  height: 14px;
  width: 14px;
  opacity: 0.5;
  border-radius: 100%;
  margin: 0 8px;
}

.shg-selected {
  opacity: 1;
}

#s-d4a7ca06-8940-47d3-93a4-2e0fa1f126ef {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-d4a7ca06-8940-47d3-93a4-2e0fa1f126ef .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 25.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-d4a7ca06-8940-47d3-93a4-2e0fa1f126ef .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-d4a7ca06-8940-47d3-93a4-2e0fa1f126ef .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-d4a7ca06-8940-47d3-93a4-2e0fa1f126ef .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-d4a7ca06-8940-47d3-93a4-2e0fa1f126ef .shg-gallery-scroll-button {
  color: #FFF;
}

#s-d4a7ca06-8940-47d3-93a4-2e0fa1f126ef .shg-gallery-dot {
  background-color: #FFF;
}

.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-88b75435-2a82-4805-b6a1-13292c0f01ec {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-88b75435-2a82-4805-b6a1-13292c0f01ec .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-71a3c5c8-9b06-4a86-9900-1d5342b56131 {
  margin-top: 1em;
margin-bottom: 1em;
text-align: left;
}

#s-71a3c5c8-9b06-4a86-9900-1d5342b56131 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-71a3c5c8-9b06-4a86-9900-1d5342b56131 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-71a3c5c8-9b06-4a86-9900-1d5342b56131 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

.shg-btn-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

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

.shg-variant-btn {
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  letter-spacing: normal;
}

.shg-variant-btn.hidden {
  display: none;
}

.shg-variant-btn.disabled {
  cursor: not-allowed;
}

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

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

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

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

#s-792bbb13-677e-4f81-8b41-9d5ea648c337 {
  margin-top: 1em;
margin-bottom: 1em;
text-align: left;
}

#s-792bbb13-677e-4f81-8b41-9d5ea648c337 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-792bbb13-677e-4f81-8b41-9d5ea648c337 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-792bbb13-677e-4f81-8b41-9d5ea648c337 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-792bbb13-677e-4f81-8b41-9d5ea648c337 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-792bbb13-677e-4f81-8b41-9d5ea648c337 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-792bbb13-677e-4f81-8b41-9d5ea648c337 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-792bbb13-677e-4f81-8b41-9d5ea648c337 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-792bbb13-677e-4f81-8b41-9d5ea648c337 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-792bbb13-677e-4f81-8b41-9d5ea648c337 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-792bbb13-677e-4f81-8b41-9d5ea648c337 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-792bbb13-677e-4f81-8b41-9d5ea648c337 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-792bbb13-677e-4f81-8b41-9d5ea648c337-btn-wrapper {
    text-align: center;
  }


#s-792bbb13-677e-4f81-8b41-9d5ea648c337 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-792bbb13-677e-4f81-8b41-9d5ea648c337 .shg-variant-btn:hover {
  background: #252525;
}

#s-792bbb13-677e-4f81-8b41-9d5ea648c337 .shg-variant-btn:active, #s-792bbb13-677e-4f81-8b41-9d5ea648c337 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-792bbb13-677e-4f81-8b41-9d5ea648c337 .shg-variant-btn.disabled {
  background: #252525;
}

#s-ff5e03bf-bb90-43c5-8b11-562f8a414340 {
  text-align: left;
}

#s-ff5e03bf-bb90-43c5-8b11-562f8a414340 .shg-product-quantity-wrapper {
  display: flex;
}

#s-ff5e03bf-bb90-43c5-8b11-562f8a414340 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-ff5e03bf-bb90-43c5-8b11-562f8a414340 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-ff5e03bf-bb90-43c5-8b11-562f8a414340 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-ff5e03bf-bb90-43c5-8b11-562f8a414340 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




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

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

#s-041a2137-3fef-43cc-82df-1bda3e48fecc {
  margin-top: 1em;
margin-bottom: 1em;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
cursor: pointer;
text-align: center;
}
#s-041a2137-3fef-43cc-82df-1bda3e48fecc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-041a2137-3fef-43cc-82df-1bda3e48fecc:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-041a2137-3fef-43cc-82df-1bda3e48fecc {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-041a2137-3fef-43cc-82df-1bda3e48fecc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-041a2137-3fef-43cc-82df-1bda3e48fecc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-041a2137-3fef-43cc-82df-1bda3e48fecc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



.shg-product-description {
  overflow-wrap: break-word;
}

.shg-product-description img {
  margin: 0 20px;
}

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

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

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

.shg-default-product-description-content p,
.shg-default-product-description-content h1,
.shg-default-product-description-content h2,
.shg-default-product-description-content h3,
.shg-default-product-description-content h4,
.shg-default-product-description-content h5,
.shg-default-product-description-content h6,
.shg-default-product-description-content address,
.shg-default-product-description-content pre,
.shg-default-product-description-content div,
.shg-default-product-description-content ol,
.shg-default-product-description-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-product-description-content h1,
.shg-default-product-description-content h2,
.shg-default-product-description-content h3,
.shg-default-product-description-content h4,
.shg-default-product-description-content h5,
.shg-default-product-description-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

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

.shg-default-product-description-content strong,
.shg-default-product-description-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-product-description-content em {
  font-weight: inherit;
}

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

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

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

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

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

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

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

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

.shg-default-product-description-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-product-description-content ul {
  list-style: disc;
}

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

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

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

.shg-default-product-description-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-product-description-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

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

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

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  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 {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-a999e08a-6954-4068-8336-8a0dc090a208 {
  min-height: 50px;
}








#s-a999e08a-6954-4068-8336-8a0dc090a208 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a999e08a-6954-4068-8336-8a0dc090a208.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-align-container {
  box-sizing: border-box;
}

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

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

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

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

.shg-imageV2-content {
  text-align: initial;
}

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-e213669e-5c22-4189-b7a5-31bd0cf91678 {
  max-width: 2389px;
aspect-ratio: 2389/1080;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-e213669e-5c22-4189-b7a5-31bd0cf91678 {
  display: none;
}
#s-e213669e-5c22-4189-b7a5-31bd0cf91678, #wrap-s-e213669e-5c22-4189-b7a5-31bd0cf91678 { display: none !important; }}@media (max-width: 767px){#s-e213669e-5c22-4189-b7a5-31bd0cf91678 {
  display: none;
}
#s-e213669e-5c22-4189-b7a5-31bd0cf91678, #wrap-s-e213669e-5c22-4189-b7a5-31bd0cf91678 { display: none !important; }}




  @supports  (aspect-ratio: 1/1) {
    
    #s-e213669e-5c22-4189-b7a5-31bd0cf91678 .shg-image-content-wrapper {
      aspect-ratio: 2389/1080;
      min-width: 100%;
      height: auto;
    }

    #s-e213669e-5c22-4189-b7a5-31bd0cf91678 .shogun-image-link {
      aspect-ratio: 2389/1080;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e213669e-5c22-4189-b7a5-31bd0cf91678 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e213669e-5c22-4189-b7a5-31bd0cf91678 {
    width: 100%;
    height: auto;
  }

  #s-e213669e-5c22-4189-b7a5-31bd0cf91678 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e213669e-5c22-4189-b7a5-31bd0cf91678.shogun-image {
    
    
  }


.s-e213669e-5c22-4189-b7a5-31bd0cf91678 .shogun-image-content {
  
    align-items: center;
  
}

.s-e213669e-5c22-4189-b7a5-31bd0cf91678.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e213669e-5c22-4189-b7a5-31bd0cf91678.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e213669e-5c22-4189-b7a5-31bd0cf91678.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e213669e-5c22-4189-b7a5-31bd0cf91678 {
      --shg-aspect-ratio: calc(2389/1080); 
    }

    .s-e213669e-5c22-4189-b7a5-31bd0cf91678.shogun-image-container {
      position: relative;
    }

    .s-e213669e-5c22-4189-b7a5-31bd0cf91678.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e213669e-5c22-4189-b7a5-31bd0cf91678.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e213669e-5c22-4189-b7a5-31bd0cf91678 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-e213669e-5c22-4189-b7a5-31bd0cf91678 .shg-image-content-wrapper {
      aspect-ratio: 2389/1080;
      min-width: 100%;
      height: auto;
    }

    #s-e213669e-5c22-4189-b7a5-31bd0cf91678 .shogun-image-link {
      aspect-ratio: 2389/1080;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e213669e-5c22-4189-b7a5-31bd0cf91678 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e213669e-5c22-4189-b7a5-31bd0cf91678 {
    width: 100%;
    height: auto;
  }

  #s-e213669e-5c22-4189-b7a5-31bd0cf91678 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e213669e-5c22-4189-b7a5-31bd0cf91678.shogun-image {
    
    
  }


.s-e213669e-5c22-4189-b7a5-31bd0cf91678 .shogun-image-content {
  
    align-items: center;
  
}

.s-e213669e-5c22-4189-b7a5-31bd0cf91678.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e213669e-5c22-4189-b7a5-31bd0cf91678.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e213669e-5c22-4189-b7a5-31bd0cf91678.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e213669e-5c22-4189-b7a5-31bd0cf91678 {
      --shg-aspect-ratio: calc(2389/1080); 
    }

    .s-e213669e-5c22-4189-b7a5-31bd0cf91678.shogun-image-container {
      position: relative;
    }

    .s-e213669e-5c22-4189-b7a5-31bd0cf91678.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e213669e-5c22-4189-b7a5-31bd0cf91678.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e213669e-5c22-4189-b7a5-31bd0cf91678 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-e213669e-5c22-4189-b7a5-31bd0cf91678 .shg-image-content-wrapper {
      aspect-ratio: 2389/1080;
      min-width: 100%;
      height: auto;
    }

    #s-e213669e-5c22-4189-b7a5-31bd0cf91678 .shogun-image-link {
      aspect-ratio: 2389/1080;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e213669e-5c22-4189-b7a5-31bd0cf91678 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e213669e-5c22-4189-b7a5-31bd0cf91678 {
    width: 100%;
    height: auto;
  }

  #s-e213669e-5c22-4189-b7a5-31bd0cf91678 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e213669e-5c22-4189-b7a5-31bd0cf91678.shogun-image {
    
    
  }


.s-e213669e-5c22-4189-b7a5-31bd0cf91678 .shogun-image-content {
  
    align-items: center;
  
}

.s-e213669e-5c22-4189-b7a5-31bd0cf91678.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e213669e-5c22-4189-b7a5-31bd0cf91678.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e213669e-5c22-4189-b7a5-31bd0cf91678.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e213669e-5c22-4189-b7a5-31bd0cf91678 {
      --shg-aspect-ratio: calc(2389/1080); 
    }

    .s-e213669e-5c22-4189-b7a5-31bd0cf91678.shogun-image-container {
      position: relative;
    }

    .s-e213669e-5c22-4189-b7a5-31bd0cf91678.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e213669e-5c22-4189-b7a5-31bd0cf91678.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e213669e-5c22-4189-b7a5-31bd0cf91678 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-e213669e-5c22-4189-b7a5-31bd0cf91678 .shg-image-content-wrapper {
      aspect-ratio: 2389/1080;
      min-width: 100%;
      height: auto;
    }

    #s-e213669e-5c22-4189-b7a5-31bd0cf91678 .shogun-image-link {
      aspect-ratio: 2389/1080;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e213669e-5c22-4189-b7a5-31bd0cf91678 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e213669e-5c22-4189-b7a5-31bd0cf91678 {
    width: 100%;
    height: auto;
  }

  #s-e213669e-5c22-4189-b7a5-31bd0cf91678 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e213669e-5c22-4189-b7a5-31bd0cf91678.shogun-image {
    
    
  }


.s-e213669e-5c22-4189-b7a5-31bd0cf91678 .shogun-image-content {
  
    align-items: center;
  
}

.s-e213669e-5c22-4189-b7a5-31bd0cf91678.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e213669e-5c22-4189-b7a5-31bd0cf91678.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e213669e-5c22-4189-b7a5-31bd0cf91678.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e213669e-5c22-4189-b7a5-31bd0cf91678 {
      --shg-aspect-ratio: calc(2389/1080); 
    }

    .s-e213669e-5c22-4189-b7a5-31bd0cf91678.shogun-image-container {
      position: relative;
    }

    .s-e213669e-5c22-4189-b7a5-31bd0cf91678.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e213669e-5c22-4189-b7a5-31bd0cf91678.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e213669e-5c22-4189-b7a5-31bd0cf91678 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-e213669e-5c22-4189-b7a5-31bd0cf91678 .shg-image-content-wrapper {
      aspect-ratio: 2389/1080;
      min-width: 100%;
      height: auto;
    }

    #s-e213669e-5c22-4189-b7a5-31bd0cf91678 .shogun-image-link {
      aspect-ratio: 2389/1080;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e213669e-5c22-4189-b7a5-31bd0cf91678 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e213669e-5c22-4189-b7a5-31bd0cf91678 {
    width: 100%;
    height: auto;
  }

  #s-e213669e-5c22-4189-b7a5-31bd0cf91678 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e213669e-5c22-4189-b7a5-31bd0cf91678.shogun-image {
    
    
  }


.s-e213669e-5c22-4189-b7a5-31bd0cf91678 .shogun-image-content {
  
    align-items: center;
  
}

.s-e213669e-5c22-4189-b7a5-31bd0cf91678.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e213669e-5c22-4189-b7a5-31bd0cf91678.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e213669e-5c22-4189-b7a5-31bd0cf91678.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e213669e-5c22-4189-b7a5-31bd0cf91678 {
      --shg-aspect-ratio: calc(2389/1080); 
    }

    .s-e213669e-5c22-4189-b7a5-31bd0cf91678.shogun-image-container {
      position: relative;
    }

    .s-e213669e-5c22-4189-b7a5-31bd0cf91678.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e213669e-5c22-4189-b7a5-31bd0cf91678.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e213669e-5c22-4189-b7a5-31bd0cf91678 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
@media (min-width: 0px) {
[id="s-4ed90a01-b28e-42f0-8dfd-346d76cebc75"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4ed90a01-b28e-42f0-8dfd-346d76cebc75"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4ed90a01-b28e-42f0-8dfd-346d76cebc75"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4ed90a01-b28e-42f0-8dfd-346d76cebc75"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

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

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

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

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

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

.shg-default-text-content 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 {
  color: ;
  font-family: ;
  font-weight: ;
}

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

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

.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 {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  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;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

@media (min-width: 768px) and (max-width: 991px){#s-81feaeff-b76d-4f59-be59-df903b49e16c {
  display: none;
}
#s-81feaeff-b76d-4f59-be59-df903b49e16c, #wrap-s-81feaeff-b76d-4f59-be59-df903b49e16c { display: none !important; }}@media (max-width: 767px){#s-81feaeff-b76d-4f59-be59-df903b49e16c {
  display: none;
}
#s-81feaeff-b76d-4f59-be59-df903b49e16c, #wrap-s-81feaeff-b76d-4f59-be59-df903b49e16c { display: none !important; }}
.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: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-70b927e6-64de-49f0-ac6a-46b156a83652 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-70b927e6-64de-49f0-ac6a-46b156a83652 {
  display: none;
}
#s-70b927e6-64de-49f0-ac6a-46b156a83652, #wrap-s-70b927e6-64de-49f0-ac6a-46b156a83652 { display: none !important; }}@media (max-width: 767px){#s-70b927e6-64de-49f0-ac6a-46b156a83652 {
  display: none;
}
#s-70b927e6-64de-49f0-ac6a-46b156a83652, #wrap-s-70b927e6-64de-49f0-ac6a-46b156a83652 { display: none !important; }}
#s-70b927e6-64de-49f0-ac6a-46b156a83652 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  
  
}



.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-3938198a-5d92-4b84-b28e-451818f19903 {
  margin-left: 13%;
margin-right: 13%;
}
@media (min-width: 768px) and (max-width: 991px){#s-3938198a-5d92-4b84-b28e-451818f19903 {
  display: none;
}
#s-3938198a-5d92-4b84-b28e-451818f19903, #wrap-s-3938198a-5d92-4b84-b28e-451818f19903 { display: none !important; }}@media (max-width: 767px){#s-3938198a-5d92-4b84-b28e-451818f19903 {
  display: none;
}
#s-3938198a-5d92-4b84-b28e-451818f19903, #wrap-s-3938198a-5d92-4b84-b28e-451818f19903 { display: none !important; }}
#s-3938198a-5d92-4b84-b28e-451818f19903 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-c74b07c2-8f65-4323-ad69-c08c04fc7a96 {
  display: none;
}
#s-c74b07c2-8f65-4323-ad69-c08c04fc7a96, #wrap-s-c74b07c2-8f65-4323-ad69-c08c04fc7a96 { display: none !important; }}@media (max-width: 767px){#s-c74b07c2-8f65-4323-ad69-c08c04fc7a96 {
  display: none;
}
#s-c74b07c2-8f65-4323-ad69-c08c04fc7a96, #wrap-s-c74b07c2-8f65-4323-ad69-c08c04fc7a96 { display: none !important; }}
#s-7b58e805-ad9d-4c35-8855-0573efbae47e {
  opacity: 0;
}
@media (min-width: 768px) and (max-width: 991px){#s-7b58e805-ad9d-4c35-8855-0573efbae47e {
  display: none;
}
#s-7b58e805-ad9d-4c35-8855-0573efbae47e, #wrap-s-7b58e805-ad9d-4c35-8855-0573efbae47e { display: none !important; }}@media (max-width: 767px){#s-7b58e805-ad9d-4c35-8855-0573efbae47e {
  display: none;
}
#s-7b58e805-ad9d-4c35-8855-0573efbae47e, #wrap-s-7b58e805-ad9d-4c35-8855-0573efbae47e { display: none !important; }}
#s-7b58e805-ad9d-4c35-8855-0573efbae47e hr {
  border-top: 2px solid #ddd;
}

#s-7074fea3-0b2b-47f4-b762-ceff6d7865bd {
  min-height: 50px;
}








#s-7074fea3-0b2b-47f4-b762-ceff6d7865bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7074fea3-0b2b-47f4-b762-ceff6d7865bd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-af3ca043-196c-4559-b9e1-cf2edbab542b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-af3ca043-196c-4559-b9e1-cf2edbab542b {
  display: none;
}
#s-af3ca043-196c-4559-b9e1-cf2edbab542b, #wrap-s-af3ca043-196c-4559-b9e1-cf2edbab542b { display: none !important; }}@media (max-width: 767px){#s-af3ca043-196c-4559-b9e1-cf2edbab542b {
  display: none;
}
#s-af3ca043-196c-4559-b9e1-cf2edbab542b, #wrap-s-af3ca043-196c-4559-b9e1-cf2edbab542b { display: none !important; }}
#s-af3ca043-196c-4559-b9e1-cf2edbab542b .shogun-heading-component h1 {
  color: rgba(254, 48, 115, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  
  
}



#s-cd9cc742-1ca0-49ed-aa52-0415b762d755 {
  max-width: 1195px;
aspect-ratio: 1195/2559;
text-align: center;
}
@media (min-width: 1200px){#s-cd9cc742-1ca0-49ed-aa52-0415b762d755 {
  display: none;
}
#s-cd9cc742-1ca0-49ed-aa52-0415b762d755, #wrap-s-cd9cc742-1ca0-49ed-aa52-0415b762d755 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cd9cc742-1ca0-49ed-aa52-0415b762d755 {
  display: none;
}
#s-cd9cc742-1ca0-49ed-aa52-0415b762d755, #wrap-s-cd9cc742-1ca0-49ed-aa52-0415b762d755 { display: none !important; }}




  @supports  (aspect-ratio: 1/1) {
    
    #s-cd9cc742-1ca0-49ed-aa52-0415b762d755 .shg-image-content-wrapper {
      aspect-ratio: 1195/2559;
      min-width: 100%;
      height: auto;
    }

    #s-cd9cc742-1ca0-49ed-aa52-0415b762d755 .shogun-image-link {
      aspect-ratio: 1195/2559;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cd9cc742-1ca0-49ed-aa52-0415b762d755 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-cd9cc742-1ca0-49ed-aa52-0415b762d755 {
    width: 100%;
    height: auto;
  }

  #s-cd9cc742-1ca0-49ed-aa52-0415b762d755 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cd9cc742-1ca0-49ed-aa52-0415b762d755.shogun-image {
    
    
  }


.s-cd9cc742-1ca0-49ed-aa52-0415b762d755 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd9cc742-1ca0-49ed-aa52-0415b762d755.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd9cc742-1ca0-49ed-aa52-0415b762d755.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd9cc742-1ca0-49ed-aa52-0415b762d755.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cd9cc742-1ca0-49ed-aa52-0415b762d755 {
      --shg-aspect-ratio: calc(1195/2559); 
    }

    .s-cd9cc742-1ca0-49ed-aa52-0415b762d755.shogun-image-container {
      position: relative;
    }

    .s-cd9cc742-1ca0-49ed-aa52-0415b762d755.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd9cc742-1ca0-49ed-aa52-0415b762d755.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd9cc742-1ca0-49ed-aa52-0415b762d755 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-cd9cc742-1ca0-49ed-aa52-0415b762d755 .shg-image-content-wrapper {
      aspect-ratio: 1195/2559;
      min-width: 100%;
      height: auto;
    }

    #s-cd9cc742-1ca0-49ed-aa52-0415b762d755 .shogun-image-link {
      aspect-ratio: 1195/2559;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cd9cc742-1ca0-49ed-aa52-0415b762d755 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-cd9cc742-1ca0-49ed-aa52-0415b762d755 {
    width: 100%;
    height: auto;
  }

  #s-cd9cc742-1ca0-49ed-aa52-0415b762d755 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cd9cc742-1ca0-49ed-aa52-0415b762d755.shogun-image {
    
    
  }


.s-cd9cc742-1ca0-49ed-aa52-0415b762d755 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd9cc742-1ca0-49ed-aa52-0415b762d755.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd9cc742-1ca0-49ed-aa52-0415b762d755.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd9cc742-1ca0-49ed-aa52-0415b762d755.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cd9cc742-1ca0-49ed-aa52-0415b762d755 {
      --shg-aspect-ratio: calc(1195/2559); 
    }

    .s-cd9cc742-1ca0-49ed-aa52-0415b762d755.shogun-image-container {
      position: relative;
    }

    .s-cd9cc742-1ca0-49ed-aa52-0415b762d755.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd9cc742-1ca0-49ed-aa52-0415b762d755.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd9cc742-1ca0-49ed-aa52-0415b762d755 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-cd9cc742-1ca0-49ed-aa52-0415b762d755 .shg-image-content-wrapper {
      aspect-ratio: 1195/2559;
      min-width: 100%;
      height: auto;
    }

    #s-cd9cc742-1ca0-49ed-aa52-0415b762d755 .shogun-image-link {
      aspect-ratio: 1195/2559;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cd9cc742-1ca0-49ed-aa52-0415b762d755 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-cd9cc742-1ca0-49ed-aa52-0415b762d755 {
    width: 100%;
    height: auto;
  }

  #s-cd9cc742-1ca0-49ed-aa52-0415b762d755 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cd9cc742-1ca0-49ed-aa52-0415b762d755.shogun-image {
    
    
  }


.s-cd9cc742-1ca0-49ed-aa52-0415b762d755 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd9cc742-1ca0-49ed-aa52-0415b762d755.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd9cc742-1ca0-49ed-aa52-0415b762d755.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd9cc742-1ca0-49ed-aa52-0415b762d755.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cd9cc742-1ca0-49ed-aa52-0415b762d755 {
      --shg-aspect-ratio: calc(1195/2559); 
    }

    .s-cd9cc742-1ca0-49ed-aa52-0415b762d755.shogun-image-container {
      position: relative;
    }

    .s-cd9cc742-1ca0-49ed-aa52-0415b762d755.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd9cc742-1ca0-49ed-aa52-0415b762d755.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd9cc742-1ca0-49ed-aa52-0415b762d755 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-cd9cc742-1ca0-49ed-aa52-0415b762d755 .shg-image-content-wrapper {
      aspect-ratio: 1195/2559;
      min-width: 100%;
      height: auto;
    }

    #s-cd9cc742-1ca0-49ed-aa52-0415b762d755 .shogun-image-link {
      aspect-ratio: 1195/2559;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cd9cc742-1ca0-49ed-aa52-0415b762d755 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-cd9cc742-1ca0-49ed-aa52-0415b762d755 {
    width: 100%;
    height: auto;
  }

  #s-cd9cc742-1ca0-49ed-aa52-0415b762d755 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cd9cc742-1ca0-49ed-aa52-0415b762d755.shogun-image {
    
    
  }


.s-cd9cc742-1ca0-49ed-aa52-0415b762d755 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd9cc742-1ca0-49ed-aa52-0415b762d755.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd9cc742-1ca0-49ed-aa52-0415b762d755.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd9cc742-1ca0-49ed-aa52-0415b762d755.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cd9cc742-1ca0-49ed-aa52-0415b762d755 {
      --shg-aspect-ratio: calc(1195/2559); 
    }

    .s-cd9cc742-1ca0-49ed-aa52-0415b762d755.shogun-image-container {
      position: relative;
    }

    .s-cd9cc742-1ca0-49ed-aa52-0415b762d755.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd9cc742-1ca0-49ed-aa52-0415b762d755.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd9cc742-1ca0-49ed-aa52-0415b762d755 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-cd9cc742-1ca0-49ed-aa52-0415b762d755 .shg-image-content-wrapper {
      aspect-ratio: 1195/2559;
      min-width: 100%;
      height: auto;
    }

    #s-cd9cc742-1ca0-49ed-aa52-0415b762d755 .shogun-image-link {
      aspect-ratio: 1195/2559;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cd9cc742-1ca0-49ed-aa52-0415b762d755 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-cd9cc742-1ca0-49ed-aa52-0415b762d755 {
    width: 100%;
    height: auto;
  }

  #s-cd9cc742-1ca0-49ed-aa52-0415b762d755 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cd9cc742-1ca0-49ed-aa52-0415b762d755.shogun-image {
    
    
  }


.s-cd9cc742-1ca0-49ed-aa52-0415b762d755 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd9cc742-1ca0-49ed-aa52-0415b762d755.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd9cc742-1ca0-49ed-aa52-0415b762d755.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd9cc742-1ca0-49ed-aa52-0415b762d755.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cd9cc742-1ca0-49ed-aa52-0415b762d755 {
      --shg-aspect-ratio: calc(1195/2559); 
    }

    .s-cd9cc742-1ca0-49ed-aa52-0415b762d755.shogun-image-container {
      position: relative;
    }

    .s-cd9cc742-1ca0-49ed-aa52-0415b762d755.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd9cc742-1ca0-49ed-aa52-0415b762d755.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd9cc742-1ca0-49ed-aa52-0415b762d755 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
@media (min-width: 0px) {
[id="s-26697acd-2d17-44f1-ade5-f1fc984af29b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-26697acd-2d17-44f1-ade5-f1fc984af29b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-26697acd-2d17-44f1-ade5-f1fc984af29b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-26697acd-2d17-44f1-ade5-f1fc984af29b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7894fe9f-16e3-4d88-9a31-d4777e5e21dd {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7894fe9f-16e3-4d88-9a31-d4777e5e21dd .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 45px;
  
  
  
}



#s-6eb0e15d-d86a-4912-9a85-64afe9b9a0c2 {
  margin-left: 13%;
margin-right: 13%;
}

#s-6eb0e15d-d86a-4912-9a85-64afe9b9a0c2 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-c761517e-ad5f-4d05-9f4d-80f629a6ea7e {
  margin-left: 13%;
margin-right: 13%;
padding-top: 110px;
padding-bottom: 110px;
opacity: 0;
}

#s-c761517e-ad5f-4d05-9f4d-80f629a6ea7e hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-f2e3cf24-a1ac-4217-8d1d-50681bd7ebbf {
  opacity: 0;
}
@media (min-width: 1200px){#s-f2e3cf24-a1ac-4217-8d1d-50681bd7ebbf {
  display: none;
}
#s-f2e3cf24-a1ac-4217-8d1d-50681bd7ebbf, #wrap-s-f2e3cf24-a1ac-4217-8d1d-50681bd7ebbf { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f2e3cf24-a1ac-4217-8d1d-50681bd7ebbf {
  display: none;
}
#s-f2e3cf24-a1ac-4217-8d1d-50681bd7ebbf, #wrap-s-f2e3cf24-a1ac-4217-8d1d-50681bd7ebbf { display: none !important; }}
#s-f2e3cf24-a1ac-4217-8d1d-50681bd7ebbf hr {
  border-top: 2px solid #ddd;
}

#s-2cd685fd-35cd-4eca-a9dd-3df9d906d0fa {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-2cd685fd-35cd-4eca-a9dd-3df9d906d0fa {
  display: none;
}
#s-2cd685fd-35cd-4eca-a9dd-3df9d906d0fa, #wrap-s-2cd685fd-35cd-4eca-a9dd-3df9d906d0fa { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2cd685fd-35cd-4eca-a9dd-3df9d906d0fa {
  display: none;
}
#s-2cd685fd-35cd-4eca-a9dd-3df9d906d0fa, #wrap-s-2cd685fd-35cd-4eca-a9dd-3df9d906d0fa { display: none !important; }}
#s-2cd685fd-35cd-4eca-a9dd-3df9d906d0fa .shogun-heading-component h1 {
  color: rgba(254, 48, 115, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  
  
}



#s-d9d14bb5-5168-45cc-902b-ebb74b2fe969 {
  opacity: 0;
}

#s-d9d14bb5-5168-45cc-902b-ebb74b2fe969 hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-208a5173-dd69-4d55-9d26-e29536995831"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-208a5173-dd69-4d55-9d26-e29536995831"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-208a5173-dd69-4d55-9d26-e29536995831"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-208a5173-dd69-4d55-9d26-e29536995831"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-c763d305-6abd-469c-9743-222fb5e157cf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c763d305-6abd-469c-9743-222fb5e157cf .shogun-heading-component h1 {
  color: rgba(254, 48, 115, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 60px;
  
  
  
}



#s-17d7a8af-4e64-4492-9134-da77f319a7f2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-17d7a8af-4e64-4492-9134-da77f319a7f2 .shogun-heading-component h1 {
  color: rgba(254, 48, 115, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 60px;
  
  
  
}



#s-deb35029-25c4-49de-ade5-23fa295f70ea {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-deb35029-25c4-49de-ade5-23fa295f70ea .shogun-heading-component h1 {
  color: rgba(254, 48, 115, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 60px;
  
  
  
}



#s-c5d706a9-298a-46e7-8a1e-fa003d21ffe1 {
  opacity: 0;
}

#s-c5d706a9-298a-46e7-8a1e-fa003d21ffe1 hr {
  border-top: 2px solid #ddd;
}

#s-7c58c7dd-b9f9-4d4a-8ba8-9502c315f432 {
  min-height: 50px;
}








#s-7c58c7dd-b9f9-4d4a-8ba8-9502c315f432 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c58c7dd-b9f9-4d4a-8ba8-9502c315f432.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-6f32191b-5149-472b-93d6-3993dc9e8590 .shogun-table-wrapper {
  overflow: auto;
  border: 2px solid rgba(255, 255, 255, 1);
  border-radius: 26px;
}

#s-6f32191b-5149-472b-93d6-3993dc9e8590 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-6f32191b-5149-472b-93d6-3993dc9e8590 td.shogun-table-column {
  background-color: rgba(254, 48, 115, 1);
  padding: 10px;
  text-align: center;
  font-family: Glamour Absolute;
  font-size: 25px;
  font-weight: ;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-6f32191b-5149-472b-93d6-3993dc9e8590 td.shogun-table-row {
  background-color: rgba(247, 210, 207, 1);
  padding: 10px;
}

#s-6f32191b-5149-472b-93d6-3993dc9e8590 td.shogun-table-column, #s-6f32191b-5149-472b-93d6-3993dc9e8590 td.shogun-table-row {
  border: 2px solid rgba(255, 255, 255, 1);
}

#s-68f90aa1-3c6f-4f36-9520-11a99f9e4fc9 {
  opacity: 0;
}

#s-68f90aa1-3c6f-4f36-9520-11a99f9e4fc9 hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-7c064caa-5392-471d-9787-84253182dee7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7c064caa-5392-471d-9787-84253182dee7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7c064caa-5392-471d-9787-84253182dee7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7c064caa-5392-471d-9787-84253182dee7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-37af23d9-8cb1-43b9-ae4c-799ee689e39e {
  margin-left: 10%;
margin-right: 10%;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-37af23d9-8cb1-43b9-ae4c-799ee689e39e {
  display: none;
}
#s-37af23d9-8cb1-43b9-ae4c-799ee689e39e, #wrap-s-37af23d9-8cb1-43b9-ae4c-799ee689e39e { display: none !important; }}@media (max-width: 767px){#s-37af23d9-8cb1-43b9-ae4c-799ee689e39e {
  display: none;
}
#s-37af23d9-8cb1-43b9-ae4c-799ee689e39e, #wrap-s-37af23d9-8cb1-43b9-ae4c-799ee689e39e { display: none !important; }}




  @supports  (aspect-ratio: 1/1) {
    
    #s-37af23d9-8cb1-43b9-ae4c-799ee689e39e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-37af23d9-8cb1-43b9-ae4c-799ee689e39e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-37af23d9-8cb1-43b9-ae4c-799ee689e39e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-37af23d9-8cb1-43b9-ae4c-799ee689e39e {
    width: 100%;
    height: auto;
  }

  #s-37af23d9-8cb1-43b9-ae4c-799ee689e39e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-37af23d9-8cb1-43b9-ae4c-799ee689e39e.shogun-image {
    
    
  }


.s-37af23d9-8cb1-43b9-ae4c-799ee689e39e .shogun-image-content {
  
    align-items: center;
  
}

.s-37af23d9-8cb1-43b9-ae4c-799ee689e39e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37af23d9-8cb1-43b9-ae4c-799ee689e39e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37af23d9-8cb1-43b9-ae4c-799ee689e39e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-37af23d9-8cb1-43b9-ae4c-799ee689e39e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-37af23d9-8cb1-43b9-ae4c-799ee689e39e.shogun-image-container {
      position: relative;
    }

    .s-37af23d9-8cb1-43b9-ae4c-799ee689e39e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-37af23d9-8cb1-43b9-ae4c-799ee689e39e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-37af23d9-8cb1-43b9-ae4c-799ee689e39e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-37af23d9-8cb1-43b9-ae4c-799ee689e39e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-37af23d9-8cb1-43b9-ae4c-799ee689e39e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-37af23d9-8cb1-43b9-ae4c-799ee689e39e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-37af23d9-8cb1-43b9-ae4c-799ee689e39e {
    width: 100%;
    height: auto;
  }

  #s-37af23d9-8cb1-43b9-ae4c-799ee689e39e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-37af23d9-8cb1-43b9-ae4c-799ee689e39e.shogun-image {
    
    
  }


.s-37af23d9-8cb1-43b9-ae4c-799ee689e39e .shogun-image-content {
  
    align-items: center;
  
}

.s-37af23d9-8cb1-43b9-ae4c-799ee689e39e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37af23d9-8cb1-43b9-ae4c-799ee689e39e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37af23d9-8cb1-43b9-ae4c-799ee689e39e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-37af23d9-8cb1-43b9-ae4c-799ee689e39e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-37af23d9-8cb1-43b9-ae4c-799ee689e39e.shogun-image-container {
      position: relative;
    }

    .s-37af23d9-8cb1-43b9-ae4c-799ee689e39e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-37af23d9-8cb1-43b9-ae4c-799ee689e39e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-37af23d9-8cb1-43b9-ae4c-799ee689e39e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-37af23d9-8cb1-43b9-ae4c-799ee689e39e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-37af23d9-8cb1-43b9-ae4c-799ee689e39e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-37af23d9-8cb1-43b9-ae4c-799ee689e39e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-37af23d9-8cb1-43b9-ae4c-799ee689e39e {
    width: 100%;
    height: auto;
  }

  #s-37af23d9-8cb1-43b9-ae4c-799ee689e39e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-37af23d9-8cb1-43b9-ae4c-799ee689e39e.shogun-image {
    
    
  }


.s-37af23d9-8cb1-43b9-ae4c-799ee689e39e .shogun-image-content {
  
    align-items: center;
  
}

.s-37af23d9-8cb1-43b9-ae4c-799ee689e39e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37af23d9-8cb1-43b9-ae4c-799ee689e39e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37af23d9-8cb1-43b9-ae4c-799ee689e39e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-37af23d9-8cb1-43b9-ae4c-799ee689e39e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-37af23d9-8cb1-43b9-ae4c-799ee689e39e.shogun-image-container {
      position: relative;
    }

    .s-37af23d9-8cb1-43b9-ae4c-799ee689e39e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-37af23d9-8cb1-43b9-ae4c-799ee689e39e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-37af23d9-8cb1-43b9-ae4c-799ee689e39e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-37af23d9-8cb1-43b9-ae4c-799ee689e39e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-37af23d9-8cb1-43b9-ae4c-799ee689e39e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-37af23d9-8cb1-43b9-ae4c-799ee689e39e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-37af23d9-8cb1-43b9-ae4c-799ee689e39e {
    width: 100%;
    height: auto;
  }

  #s-37af23d9-8cb1-43b9-ae4c-799ee689e39e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-37af23d9-8cb1-43b9-ae4c-799ee689e39e.shogun-image {
    
    
  }


.s-37af23d9-8cb1-43b9-ae4c-799ee689e39e .shogun-image-content {
  
    align-items: center;
  
}

.s-37af23d9-8cb1-43b9-ae4c-799ee689e39e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37af23d9-8cb1-43b9-ae4c-799ee689e39e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37af23d9-8cb1-43b9-ae4c-799ee689e39e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-37af23d9-8cb1-43b9-ae4c-799ee689e39e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-37af23d9-8cb1-43b9-ae4c-799ee689e39e.shogun-image-container {
      position: relative;
    }

    .s-37af23d9-8cb1-43b9-ae4c-799ee689e39e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-37af23d9-8cb1-43b9-ae4c-799ee689e39e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-37af23d9-8cb1-43b9-ae4c-799ee689e39e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-37af23d9-8cb1-43b9-ae4c-799ee689e39e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-37af23d9-8cb1-43b9-ae4c-799ee689e39e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-37af23d9-8cb1-43b9-ae4c-799ee689e39e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-37af23d9-8cb1-43b9-ae4c-799ee689e39e {
    width: 100%;
    height: auto;
  }

  #s-37af23d9-8cb1-43b9-ae4c-799ee689e39e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-37af23d9-8cb1-43b9-ae4c-799ee689e39e.shogun-image {
    
    
  }


.s-37af23d9-8cb1-43b9-ae4c-799ee689e39e .shogun-image-content {
  
    align-items: center;
  
}

.s-37af23d9-8cb1-43b9-ae4c-799ee689e39e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37af23d9-8cb1-43b9-ae4c-799ee689e39e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37af23d9-8cb1-43b9-ae4c-799ee689e39e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-37af23d9-8cb1-43b9-ae4c-799ee689e39e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-37af23d9-8cb1-43b9-ae4c-799ee689e39e.shogun-image-container {
      position: relative;
    }

    .s-37af23d9-8cb1-43b9-ae4c-799ee689e39e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-37af23d9-8cb1-43b9-ae4c-799ee689e39e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-37af23d9-8cb1-43b9-ae4c-799ee689e39e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-440f086e-b15b-48ff-93e4-0c32066216b2 {
  opacity: 0;
}

#s-440f086e-b15b-48ff-93e4-0c32066216b2 hr {
  border-top: 2px solid #ddd;
}

#s-d8a4a972-309c-4f2d-8beb-35479e813480 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d8a4a972-309c-4f2d-8beb-35479e813480 {
  display: none;
}
#s-d8a4a972-309c-4f2d-8beb-35479e813480, #wrap-s-d8a4a972-309c-4f2d-8beb-35479e813480 { display: none !important; }}@media (max-width: 767px){#s-d8a4a972-309c-4f2d-8beb-35479e813480 {
  display: none;
}
#s-d8a4a972-309c-4f2d-8beb-35479e813480, #wrap-s-d8a4a972-309c-4f2d-8beb-35479e813480 { display: none !important; }}
#s-d8a4a972-309c-4f2d-8beb-35479e813480 .shogun-heading-component h1 {
  color: rgba(254, 48, 115, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-56dcd35c-fce4-4d73-b9c9-17e71d38674f {
  opacity: 0;
}
@media (min-width: 768px) and (max-width: 991px){#s-56dcd35c-fce4-4d73-b9c9-17e71d38674f {
  display: none;
}
#s-56dcd35c-fce4-4d73-b9c9-17e71d38674f, #wrap-s-56dcd35c-fce4-4d73-b9c9-17e71d38674f { display: none !important; }}@media (max-width: 767px){#s-56dcd35c-fce4-4d73-b9c9-17e71d38674f {
  display: none;
}
#s-56dcd35c-fce4-4d73-b9c9-17e71d38674f, #wrap-s-56dcd35c-fce4-4d73-b9c9-17e71d38674f { display: none !important; }}
#s-56dcd35c-fce4-4d73-b9c9-17e71d38674f hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 768px) and (max-width: 991px){#s-d018ece9-479d-4934-b1de-9db0171a147f {
  display: none;
}
#s-d018ece9-479d-4934-b1de-9db0171a147f, #wrap-s-d018ece9-479d-4934-b1de-9db0171a147f { display: none !important; }}@media (max-width: 767px){#s-d018ece9-479d-4934-b1de-9db0171a147f {
  display: none;
}
#s-d018ece9-479d-4934-b1de-9db0171a147f, #wrap-s-d018ece9-479d-4934-b1de-9db0171a147f { display: none !important; }}
#s-e55a53d8-24ef-4a40-9fca-31e21fa1953b {
  opacity: 0;
}
@media (min-width: 768px) and (max-width: 991px){#s-e55a53d8-24ef-4a40-9fca-31e21fa1953b {
  display: none;
}
#s-e55a53d8-24ef-4a40-9fca-31e21fa1953b, #wrap-s-e55a53d8-24ef-4a40-9fca-31e21fa1953b { display: none !important; }}@media (max-width: 767px){#s-e55a53d8-24ef-4a40-9fca-31e21fa1953b {
  display: none;
}
#s-e55a53d8-24ef-4a40-9fca-31e21fa1953b, #wrap-s-e55a53d8-24ef-4a40-9fca-31e21fa1953b { display: none !important; }}
#s-e55a53d8-24ef-4a40-9fca-31e21fa1953b hr {
  border-top: 2px solid #ddd;
}

#s-5a135c9c-8ff1-4418-8789-642a851cb937 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5a135c9c-8ff1-4418-8789-642a851cb937 {
  display: none;
}
#s-5a135c9c-8ff1-4418-8789-642a851cb937, #wrap-s-5a135c9c-8ff1-4418-8789-642a851cb937 { display: none !important; }}@media (max-width: 767px){#s-5a135c9c-8ff1-4418-8789-642a851cb937 {
  display: none;
}
#s-5a135c9c-8ff1-4418-8789-642a851cb937, #wrap-s-5a135c9c-8ff1-4418-8789-642a851cb937 { display: none !important; }}







#s-5a135c9c-8ff1-4418-8789-642a851cb937 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a135c9c-8ff1-4418-8789-642a851cb937.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c4273658-13d7-405b-8b95-2b1b15232b27 {
  max-width: 2389px;
aspect-ratio: 2389/1475;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-c4273658-13d7-405b-8b95-2b1b15232b27 .shg-image-content-wrapper {
      aspect-ratio: 2389/1475;
      min-width: 100%;
      height: auto;
    }

    #s-c4273658-13d7-405b-8b95-2b1b15232b27 .shogun-image-link {
      aspect-ratio: 2389/1475;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4273658-13d7-405b-8b95-2b1b15232b27 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c4273658-13d7-405b-8b95-2b1b15232b27 {
    width: 100%;
    height: auto;
  }

  #s-c4273658-13d7-405b-8b95-2b1b15232b27 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c4273658-13d7-405b-8b95-2b1b15232b27.shogun-image {
    
    
  }


.s-c4273658-13d7-405b-8b95-2b1b15232b27 .shogun-image-content {
  
    align-items: center;
  
}

.s-c4273658-13d7-405b-8b95-2b1b15232b27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4273658-13d7-405b-8b95-2b1b15232b27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4273658-13d7-405b-8b95-2b1b15232b27.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c4273658-13d7-405b-8b95-2b1b15232b27 {
      --shg-aspect-ratio: calc(2389/1475); 
    }

    .s-c4273658-13d7-405b-8b95-2b1b15232b27.shogun-image-container {
      position: relative;
    }

    .s-c4273658-13d7-405b-8b95-2b1b15232b27.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4273658-13d7-405b-8b95-2b1b15232b27.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4273658-13d7-405b-8b95-2b1b15232b27 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-c4273658-13d7-405b-8b95-2b1b15232b27 .shg-image-content-wrapper {
      aspect-ratio: 2389/1475;
      min-width: 100%;
      height: auto;
    }

    #s-c4273658-13d7-405b-8b95-2b1b15232b27 .shogun-image-link {
      aspect-ratio: 2389/1475;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4273658-13d7-405b-8b95-2b1b15232b27 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c4273658-13d7-405b-8b95-2b1b15232b27 {
    width: 100%;
    height: auto;
  }

  #s-c4273658-13d7-405b-8b95-2b1b15232b27 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c4273658-13d7-405b-8b95-2b1b15232b27.shogun-image {
    
    
  }


.s-c4273658-13d7-405b-8b95-2b1b15232b27 .shogun-image-content {
  
    align-items: center;
  
}

.s-c4273658-13d7-405b-8b95-2b1b15232b27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4273658-13d7-405b-8b95-2b1b15232b27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4273658-13d7-405b-8b95-2b1b15232b27.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c4273658-13d7-405b-8b95-2b1b15232b27 {
      --shg-aspect-ratio: calc(2389/1475); 
    }

    .s-c4273658-13d7-405b-8b95-2b1b15232b27.shogun-image-container {
      position: relative;
    }

    .s-c4273658-13d7-405b-8b95-2b1b15232b27.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4273658-13d7-405b-8b95-2b1b15232b27.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4273658-13d7-405b-8b95-2b1b15232b27 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-c4273658-13d7-405b-8b95-2b1b15232b27 .shg-image-content-wrapper {
      aspect-ratio: 2389/1475;
      min-width: 100%;
      height: auto;
    }

    #s-c4273658-13d7-405b-8b95-2b1b15232b27 .shogun-image-link {
      aspect-ratio: 2389/1475;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4273658-13d7-405b-8b95-2b1b15232b27 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c4273658-13d7-405b-8b95-2b1b15232b27 {
    width: 100%;
    height: auto;
  }

  #s-c4273658-13d7-405b-8b95-2b1b15232b27 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c4273658-13d7-405b-8b95-2b1b15232b27.shogun-image {
    
    
  }


.s-c4273658-13d7-405b-8b95-2b1b15232b27 .shogun-image-content {
  
    align-items: center;
  
}

.s-c4273658-13d7-405b-8b95-2b1b15232b27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4273658-13d7-405b-8b95-2b1b15232b27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4273658-13d7-405b-8b95-2b1b15232b27.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c4273658-13d7-405b-8b95-2b1b15232b27 {
      --shg-aspect-ratio: calc(2389/1475); 
    }

    .s-c4273658-13d7-405b-8b95-2b1b15232b27.shogun-image-container {
      position: relative;
    }

    .s-c4273658-13d7-405b-8b95-2b1b15232b27.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4273658-13d7-405b-8b95-2b1b15232b27.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4273658-13d7-405b-8b95-2b1b15232b27 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-c4273658-13d7-405b-8b95-2b1b15232b27 .shg-image-content-wrapper {
      aspect-ratio: 2389/1475;
      min-width: 100%;
      height: auto;
    }

    #s-c4273658-13d7-405b-8b95-2b1b15232b27 .shogun-image-link {
      aspect-ratio: 2389/1475;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4273658-13d7-405b-8b95-2b1b15232b27 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c4273658-13d7-405b-8b95-2b1b15232b27 {
    width: 100%;
    height: auto;
  }

  #s-c4273658-13d7-405b-8b95-2b1b15232b27 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c4273658-13d7-405b-8b95-2b1b15232b27.shogun-image {
    
    
  }


.s-c4273658-13d7-405b-8b95-2b1b15232b27 .shogun-image-content {
  
    align-items: center;
  
}

.s-c4273658-13d7-405b-8b95-2b1b15232b27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4273658-13d7-405b-8b95-2b1b15232b27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4273658-13d7-405b-8b95-2b1b15232b27.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c4273658-13d7-405b-8b95-2b1b15232b27 {
      --shg-aspect-ratio: calc(2389/1475); 
    }

    .s-c4273658-13d7-405b-8b95-2b1b15232b27.shogun-image-container {
      position: relative;
    }

    .s-c4273658-13d7-405b-8b95-2b1b15232b27.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4273658-13d7-405b-8b95-2b1b15232b27.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4273658-13d7-405b-8b95-2b1b15232b27 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-c4273658-13d7-405b-8b95-2b1b15232b27 .shg-image-content-wrapper {
      aspect-ratio: 2389/1475;
      min-width: 100%;
      height: auto;
    }

    #s-c4273658-13d7-405b-8b95-2b1b15232b27 .shogun-image-link {
      aspect-ratio: 2389/1475;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4273658-13d7-405b-8b95-2b1b15232b27 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c4273658-13d7-405b-8b95-2b1b15232b27 {
    width: 100%;
    height: auto;
  }

  #s-c4273658-13d7-405b-8b95-2b1b15232b27 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c4273658-13d7-405b-8b95-2b1b15232b27.shogun-image {
    
    
  }


.s-c4273658-13d7-405b-8b95-2b1b15232b27 .shogun-image-content {
  
    align-items: center;
  
}

.s-c4273658-13d7-405b-8b95-2b1b15232b27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4273658-13d7-405b-8b95-2b1b15232b27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4273658-13d7-405b-8b95-2b1b15232b27.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c4273658-13d7-405b-8b95-2b1b15232b27 {
      --shg-aspect-ratio: calc(2389/1475); 
    }

    .s-c4273658-13d7-405b-8b95-2b1b15232b27.shogun-image-container {
      position: relative;
    }

    .s-c4273658-13d7-405b-8b95-2b1b15232b27.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4273658-13d7-405b-8b95-2b1b15232b27.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4273658-13d7-405b-8b95-2b1b15232b27 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-733156a8-421a-4738-ac4f-046b32e9f715 {
  padding-top: 10px;
padding-left: 2%;
padding-bottom: 10px;
padding-right: 2%;
text-align: center;
}

#s-733156a8-421a-4738-ac4f-046b32e9f715 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 60px;
  
  
  
}



#s-473898e6-146f-4dd6-93d7-360a952fe7f8 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 2px;
padding-left: 2%;
padding-bottom: 2px;
padding-right: 2%;
}

#s-ab2960d6-495a-4e3d-8d6c-b7c3f65dd61f {
  opacity: 0;
}

#s-ab2960d6-495a-4e3d-8d6c-b7c3f65dd61f hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-bed5e8c5-aae6-4b2e-922f-4b51ea9a0220"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-bed5e8c5-aae6-4b2e-922f-4b51ea9a0220"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-bed5e8c5-aae6-4b2e-922f-4b51ea9a0220"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-bed5e8c5-aae6-4b2e-922f-4b51ea9a0220"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-761f09c6-56b8-44c0-867a-ce118cbef460 {
  min-height: 50px;
background-color: rgba(254, 48, 115, 1);
}








#s-761f09c6-56b8-44c0-867a-ce118cbef460 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-761f09c6-56b8-44c0-867a-ce118cbef460.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f428a6a2-39d6-4e23-9fcf-b251739e1215 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f428a6a2-39d6-4e23-9fcf-b251739e1215 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Century Gothic";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-79670b5f-1709-44e4-8b21-e606500e5a6d {
  max-width: 1202px;
aspect-ratio: 1/1;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-79670b5f-1709-44e4-8b21-e606500e5a6d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-79670b5f-1709-44e4-8b21-e606500e5a6d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-79670b5f-1709-44e4-8b21-e606500e5a6d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-79670b5f-1709-44e4-8b21-e606500e5a6d {
    width: 100%;
    height: auto;
  }

  #s-79670b5f-1709-44e4-8b21-e606500e5a6d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-79670b5f-1709-44e4-8b21-e606500e5a6d.shogun-image {
    
    
  }


.s-79670b5f-1709-44e4-8b21-e606500e5a6d .shogun-image-content {
  
    align-items: center;
  
}

.s-79670b5f-1709-44e4-8b21-e606500e5a6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79670b5f-1709-44e4-8b21-e606500e5a6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79670b5f-1709-44e4-8b21-e606500e5a6d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-79670b5f-1709-44e4-8b21-e606500e5a6d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-79670b5f-1709-44e4-8b21-e606500e5a6d.shogun-image-container {
      position: relative;
    }

    .s-79670b5f-1709-44e4-8b21-e606500e5a6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-79670b5f-1709-44e4-8b21-e606500e5a6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-79670b5f-1709-44e4-8b21-e606500e5a6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-79670b5f-1709-44e4-8b21-e606500e5a6d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-79670b5f-1709-44e4-8b21-e606500e5a6d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-79670b5f-1709-44e4-8b21-e606500e5a6d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-79670b5f-1709-44e4-8b21-e606500e5a6d {
    width: 100%;
    height: auto;
  }

  #s-79670b5f-1709-44e4-8b21-e606500e5a6d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-79670b5f-1709-44e4-8b21-e606500e5a6d.shogun-image {
    
    
  }


.s-79670b5f-1709-44e4-8b21-e606500e5a6d .shogun-image-content {
  
    align-items: center;
  
}

.s-79670b5f-1709-44e4-8b21-e606500e5a6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79670b5f-1709-44e4-8b21-e606500e5a6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79670b5f-1709-44e4-8b21-e606500e5a6d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-79670b5f-1709-44e4-8b21-e606500e5a6d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-79670b5f-1709-44e4-8b21-e606500e5a6d.shogun-image-container {
      position: relative;
    }

    .s-79670b5f-1709-44e4-8b21-e606500e5a6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-79670b5f-1709-44e4-8b21-e606500e5a6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-79670b5f-1709-44e4-8b21-e606500e5a6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-79670b5f-1709-44e4-8b21-e606500e5a6d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-79670b5f-1709-44e4-8b21-e606500e5a6d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-79670b5f-1709-44e4-8b21-e606500e5a6d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-79670b5f-1709-44e4-8b21-e606500e5a6d {
    width: 100%;
    height: auto;
  }

  #s-79670b5f-1709-44e4-8b21-e606500e5a6d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-79670b5f-1709-44e4-8b21-e606500e5a6d.shogun-image {
    
    
  }


.s-79670b5f-1709-44e4-8b21-e606500e5a6d .shogun-image-content {
  
    align-items: center;
  
}

.s-79670b5f-1709-44e4-8b21-e606500e5a6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79670b5f-1709-44e4-8b21-e606500e5a6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79670b5f-1709-44e4-8b21-e606500e5a6d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-79670b5f-1709-44e4-8b21-e606500e5a6d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-79670b5f-1709-44e4-8b21-e606500e5a6d.shogun-image-container {
      position: relative;
    }

    .s-79670b5f-1709-44e4-8b21-e606500e5a6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-79670b5f-1709-44e4-8b21-e606500e5a6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-79670b5f-1709-44e4-8b21-e606500e5a6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-79670b5f-1709-44e4-8b21-e606500e5a6d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-79670b5f-1709-44e4-8b21-e606500e5a6d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-79670b5f-1709-44e4-8b21-e606500e5a6d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-79670b5f-1709-44e4-8b21-e606500e5a6d {
    width: 100%;
    height: auto;
  }

  #s-79670b5f-1709-44e4-8b21-e606500e5a6d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-79670b5f-1709-44e4-8b21-e606500e5a6d.shogun-image {
    
    
  }


.s-79670b5f-1709-44e4-8b21-e606500e5a6d .shogun-image-content {
  
    align-items: center;
  
}

.s-79670b5f-1709-44e4-8b21-e606500e5a6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79670b5f-1709-44e4-8b21-e606500e5a6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79670b5f-1709-44e4-8b21-e606500e5a6d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-79670b5f-1709-44e4-8b21-e606500e5a6d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-79670b5f-1709-44e4-8b21-e606500e5a6d.shogun-image-container {
      position: relative;
    }

    .s-79670b5f-1709-44e4-8b21-e606500e5a6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-79670b5f-1709-44e4-8b21-e606500e5a6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-79670b5f-1709-44e4-8b21-e606500e5a6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-79670b5f-1709-44e4-8b21-e606500e5a6d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-79670b5f-1709-44e4-8b21-e606500e5a6d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-79670b5f-1709-44e4-8b21-e606500e5a6d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-79670b5f-1709-44e4-8b21-e606500e5a6d {
    width: 100%;
    height: auto;
  }

  #s-79670b5f-1709-44e4-8b21-e606500e5a6d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-79670b5f-1709-44e4-8b21-e606500e5a6d.shogun-image {
    
    
  }


.s-79670b5f-1709-44e4-8b21-e606500e5a6d .shogun-image-content {
  
    align-items: center;
  
}

.s-79670b5f-1709-44e4-8b21-e606500e5a6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79670b5f-1709-44e4-8b21-e606500e5a6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79670b5f-1709-44e4-8b21-e606500e5a6d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-79670b5f-1709-44e4-8b21-e606500e5a6d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-79670b5f-1709-44e4-8b21-e606500e5a6d.shogun-image-container {
      position: relative;
    }

    .s-79670b5f-1709-44e4-8b21-e606500e5a6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-79670b5f-1709-44e4-8b21-e606500e5a6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-79670b5f-1709-44e4-8b21-e606500e5a6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-f1c23eea-5e40-4968-9457-2806e768226d {
  margin-top: -10px;
margin-bottom: -10px;
opacity: 0;
}

#s-f1c23eea-5e40-4968-9457-2806e768226d hr {
  border-top: 2px solid #ddd;
}

#s-f7defa8a-9cce-4d96-8253-d0d160b945ee {
  margin-left: 10%;
margin-right: 10%;
padding-left: 0%;
padding-right: 0%;
}

#s-7286a1a1-445a-42b5-886d-31edd3f3c6da {
  min-height: 50px;
background-color: rgba(254, 48, 115, 1);
}








#s-7286a1a1-445a-42b5-886d-31edd3f3c6da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7286a1a1-445a-42b5-886d-31edd3f3c6da.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-067547cb-4dec-480c-94dd-3279ac85b438 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-067547cb-4dec-480c-94dd-3279ac85b438 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Century Gothic";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-cb06414a-67b0-4c81-ac98-ca13b981584a {
  max-width: 1202px;
aspect-ratio: 1/1;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-cb06414a-67b0-4c81-ac98-ca13b981584a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cb06414a-67b0-4c81-ac98-ca13b981584a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb06414a-67b0-4c81-ac98-ca13b981584a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-cb06414a-67b0-4c81-ac98-ca13b981584a {
    width: 100%;
    height: auto;
  }

  #s-cb06414a-67b0-4c81-ac98-ca13b981584a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cb06414a-67b0-4c81-ac98-ca13b981584a.shogun-image {
    
    
  }


.s-cb06414a-67b0-4c81-ac98-ca13b981584a .shogun-image-content {
  
    align-items: center;
  
}

.s-cb06414a-67b0-4c81-ac98-ca13b981584a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb06414a-67b0-4c81-ac98-ca13b981584a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb06414a-67b0-4c81-ac98-ca13b981584a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cb06414a-67b0-4c81-ac98-ca13b981584a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cb06414a-67b0-4c81-ac98-ca13b981584a.shogun-image-container {
      position: relative;
    }

    .s-cb06414a-67b0-4c81-ac98-ca13b981584a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb06414a-67b0-4c81-ac98-ca13b981584a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb06414a-67b0-4c81-ac98-ca13b981584a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-cb06414a-67b0-4c81-ac98-ca13b981584a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cb06414a-67b0-4c81-ac98-ca13b981584a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb06414a-67b0-4c81-ac98-ca13b981584a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-cb06414a-67b0-4c81-ac98-ca13b981584a {
    width: 100%;
    height: auto;
  }

  #s-cb06414a-67b0-4c81-ac98-ca13b981584a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cb06414a-67b0-4c81-ac98-ca13b981584a.shogun-image {
    
    
  }


.s-cb06414a-67b0-4c81-ac98-ca13b981584a .shogun-image-content {
  
    align-items: center;
  
}

.s-cb06414a-67b0-4c81-ac98-ca13b981584a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb06414a-67b0-4c81-ac98-ca13b981584a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb06414a-67b0-4c81-ac98-ca13b981584a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cb06414a-67b0-4c81-ac98-ca13b981584a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cb06414a-67b0-4c81-ac98-ca13b981584a.shogun-image-container {
      position: relative;
    }

    .s-cb06414a-67b0-4c81-ac98-ca13b981584a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb06414a-67b0-4c81-ac98-ca13b981584a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb06414a-67b0-4c81-ac98-ca13b981584a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-cb06414a-67b0-4c81-ac98-ca13b981584a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cb06414a-67b0-4c81-ac98-ca13b981584a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb06414a-67b0-4c81-ac98-ca13b981584a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-cb06414a-67b0-4c81-ac98-ca13b981584a {
    width: 100%;
    height: auto;
  }

  #s-cb06414a-67b0-4c81-ac98-ca13b981584a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cb06414a-67b0-4c81-ac98-ca13b981584a.shogun-image {
    
    
  }


.s-cb06414a-67b0-4c81-ac98-ca13b981584a .shogun-image-content {
  
    align-items: center;
  
}

.s-cb06414a-67b0-4c81-ac98-ca13b981584a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb06414a-67b0-4c81-ac98-ca13b981584a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb06414a-67b0-4c81-ac98-ca13b981584a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cb06414a-67b0-4c81-ac98-ca13b981584a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cb06414a-67b0-4c81-ac98-ca13b981584a.shogun-image-container {
      position: relative;
    }

    .s-cb06414a-67b0-4c81-ac98-ca13b981584a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb06414a-67b0-4c81-ac98-ca13b981584a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb06414a-67b0-4c81-ac98-ca13b981584a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-cb06414a-67b0-4c81-ac98-ca13b981584a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cb06414a-67b0-4c81-ac98-ca13b981584a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb06414a-67b0-4c81-ac98-ca13b981584a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-cb06414a-67b0-4c81-ac98-ca13b981584a {
    width: 100%;
    height: auto;
  }

  #s-cb06414a-67b0-4c81-ac98-ca13b981584a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cb06414a-67b0-4c81-ac98-ca13b981584a.shogun-image {
    
    
  }


.s-cb06414a-67b0-4c81-ac98-ca13b981584a .shogun-image-content {
  
    align-items: center;
  
}

.s-cb06414a-67b0-4c81-ac98-ca13b981584a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb06414a-67b0-4c81-ac98-ca13b981584a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb06414a-67b0-4c81-ac98-ca13b981584a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cb06414a-67b0-4c81-ac98-ca13b981584a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cb06414a-67b0-4c81-ac98-ca13b981584a.shogun-image-container {
      position: relative;
    }

    .s-cb06414a-67b0-4c81-ac98-ca13b981584a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb06414a-67b0-4c81-ac98-ca13b981584a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb06414a-67b0-4c81-ac98-ca13b981584a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-cb06414a-67b0-4c81-ac98-ca13b981584a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cb06414a-67b0-4c81-ac98-ca13b981584a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb06414a-67b0-4c81-ac98-ca13b981584a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-cb06414a-67b0-4c81-ac98-ca13b981584a {
    width: 100%;
    height: auto;
  }

  #s-cb06414a-67b0-4c81-ac98-ca13b981584a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cb06414a-67b0-4c81-ac98-ca13b981584a.shogun-image {
    
    
  }


.s-cb06414a-67b0-4c81-ac98-ca13b981584a .shogun-image-content {
  
    align-items: center;
  
}

.s-cb06414a-67b0-4c81-ac98-ca13b981584a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb06414a-67b0-4c81-ac98-ca13b981584a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb06414a-67b0-4c81-ac98-ca13b981584a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cb06414a-67b0-4c81-ac98-ca13b981584a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cb06414a-67b0-4c81-ac98-ca13b981584a.shogun-image-container {
      position: relative;
    }

    .s-cb06414a-67b0-4c81-ac98-ca13b981584a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb06414a-67b0-4c81-ac98-ca13b981584a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb06414a-67b0-4c81-ac98-ca13b981584a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-73a5d5a3-2ca6-455c-91a6-9b07fcbd6f8d {
  margin-top: -10px;
margin-bottom: -10px;
opacity: 0;
}

#s-73a5d5a3-2ca6-455c-91a6-9b07fcbd6f8d hr {
  border-top: 2px solid #ddd;
}

#s-b6c317b5-8f47-447a-b89e-612d11dc8817 {
  margin-left: 10%;
margin-right: 10%;
}

#s-b4b7d469-f07c-426d-8e76-57cbec6f8751 {
  min-height: 50px;
background-color: rgba(254, 48, 115, 1);
}








#s-b4b7d469-f07c-426d-8e76-57cbec6f8751 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4b7d469-f07c-426d-8e76-57cbec6f8751.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0886b703-cfe4-4eeb-a252-f99f90cc886f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0886b703-cfe4-4eeb-a252-f99f90cc886f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Century Gothic";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-f7abc3c5-2a6d-43f0-8628-0f19f83582e5 {
  max-width: 1322px;
aspect-ratio: 1/1;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-f7abc3c5-2a6d-43f0-8628-0f19f83582e5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f7abc3c5-2a6d-43f0-8628-0f19f83582e5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f7abc3c5-2a6d-43f0-8628-0f19f83582e5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f7abc3c5-2a6d-43f0-8628-0f19f83582e5 {
    width: 100%;
    height: auto;
  }

  #s-f7abc3c5-2a6d-43f0-8628-0f19f83582e5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f7abc3c5-2a6d-43f0-8628-0f19f83582e5.shogun-image {
    
    
  }


.s-f7abc3c5-2a6d-43f0-8628-0f19f83582e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7abc3c5-2a6d-43f0-8628-0f19f83582e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7abc3c5-2a6d-43f0-8628-0f19f83582e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7abc3c5-2a6d-43f0-8628-0f19f83582e5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f7abc3c5-2a6d-43f0-8628-0f19f83582e5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f7abc3c5-2a6d-43f0-8628-0f19f83582e5.shogun-image-container {
      position: relative;
    }

    .s-f7abc3c5-2a6d-43f0-8628-0f19f83582e5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7abc3c5-2a6d-43f0-8628-0f19f83582e5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7abc3c5-2a6d-43f0-8628-0f19f83582e5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-f7abc3c5-2a6d-43f0-8628-0f19f83582e5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f7abc3c5-2a6d-43f0-8628-0f19f83582e5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f7abc3c5-2a6d-43f0-8628-0f19f83582e5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f7abc3c5-2a6d-43f0-8628-0f19f83582e5 {
    width: 100%;
    height: auto;
  }

  #s-f7abc3c5-2a6d-43f0-8628-0f19f83582e5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f7abc3c5-2a6d-43f0-8628-0f19f83582e5.shogun-image {
    
    
  }


.s-f7abc3c5-2a6d-43f0-8628-0f19f83582e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7abc3c5-2a6d-43f0-8628-0f19f83582e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7abc3c5-2a6d-43f0-8628-0f19f83582e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7abc3c5-2a6d-43f0-8628-0f19f83582e5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f7abc3c5-2a6d-43f0-8628-0f19f83582e5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f7abc3c5-2a6d-43f0-8628-0f19f83582e5.shogun-image-container {
      position: relative;
    }

    .s-f7abc3c5-2a6d-43f0-8628-0f19f83582e5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7abc3c5-2a6d-43f0-8628-0f19f83582e5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7abc3c5-2a6d-43f0-8628-0f19f83582e5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-f7abc3c5-2a6d-43f0-8628-0f19f83582e5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f7abc3c5-2a6d-43f0-8628-0f19f83582e5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f7abc3c5-2a6d-43f0-8628-0f19f83582e5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f7abc3c5-2a6d-43f0-8628-0f19f83582e5 {
    width: 100%;
    height: auto;
  }

  #s-f7abc3c5-2a6d-43f0-8628-0f19f83582e5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f7abc3c5-2a6d-43f0-8628-0f19f83582e5.shogun-image {
    
    
  }


.s-f7abc3c5-2a6d-43f0-8628-0f19f83582e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7abc3c5-2a6d-43f0-8628-0f19f83582e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7abc3c5-2a6d-43f0-8628-0f19f83582e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7abc3c5-2a6d-43f0-8628-0f19f83582e5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f7abc3c5-2a6d-43f0-8628-0f19f83582e5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f7abc3c5-2a6d-43f0-8628-0f19f83582e5.shogun-image-container {
      position: relative;
    }

    .s-f7abc3c5-2a6d-43f0-8628-0f19f83582e5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7abc3c5-2a6d-43f0-8628-0f19f83582e5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7abc3c5-2a6d-43f0-8628-0f19f83582e5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-f7abc3c5-2a6d-43f0-8628-0f19f83582e5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f7abc3c5-2a6d-43f0-8628-0f19f83582e5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f7abc3c5-2a6d-43f0-8628-0f19f83582e5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f7abc3c5-2a6d-43f0-8628-0f19f83582e5 {
    width: 100%;
    height: auto;
  }

  #s-f7abc3c5-2a6d-43f0-8628-0f19f83582e5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f7abc3c5-2a6d-43f0-8628-0f19f83582e5.shogun-image {
    
    
  }


.s-f7abc3c5-2a6d-43f0-8628-0f19f83582e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7abc3c5-2a6d-43f0-8628-0f19f83582e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7abc3c5-2a6d-43f0-8628-0f19f83582e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7abc3c5-2a6d-43f0-8628-0f19f83582e5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f7abc3c5-2a6d-43f0-8628-0f19f83582e5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f7abc3c5-2a6d-43f0-8628-0f19f83582e5.shogun-image-container {
      position: relative;
    }

    .s-f7abc3c5-2a6d-43f0-8628-0f19f83582e5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7abc3c5-2a6d-43f0-8628-0f19f83582e5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7abc3c5-2a6d-43f0-8628-0f19f83582e5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-f7abc3c5-2a6d-43f0-8628-0f19f83582e5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f7abc3c5-2a6d-43f0-8628-0f19f83582e5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f7abc3c5-2a6d-43f0-8628-0f19f83582e5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f7abc3c5-2a6d-43f0-8628-0f19f83582e5 {
    width: 100%;
    height: auto;
  }

  #s-f7abc3c5-2a6d-43f0-8628-0f19f83582e5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f7abc3c5-2a6d-43f0-8628-0f19f83582e5.shogun-image {
    
    
  }


.s-f7abc3c5-2a6d-43f0-8628-0f19f83582e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7abc3c5-2a6d-43f0-8628-0f19f83582e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7abc3c5-2a6d-43f0-8628-0f19f83582e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7abc3c5-2a6d-43f0-8628-0f19f83582e5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f7abc3c5-2a6d-43f0-8628-0f19f83582e5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f7abc3c5-2a6d-43f0-8628-0f19f83582e5.shogun-image-container {
      position: relative;
    }

    .s-f7abc3c5-2a6d-43f0-8628-0f19f83582e5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7abc3c5-2a6d-43f0-8628-0f19f83582e5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7abc3c5-2a6d-43f0-8628-0f19f83582e5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-d1f8c9e2-2557-4780-bd42-025bf8118026 {
  margin-top: -10px;
margin-bottom: -10px;
opacity: 0;
}

#s-d1f8c9e2-2557-4780-bd42-025bf8118026 hr {
  border-top: 2px solid #ddd;
}

#s-83a6f7f8-7e34-4513-8fa9-c736e596de21 {
  margin-left: 10%;
margin-right: 10%;
}

#s-7210895c-6159-4cef-922e-6f531c6abb12 {
  min-height: 50px;
background-color: rgba(254, 48, 115, 1);
}








#s-7210895c-6159-4cef-922e-6f531c6abb12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7210895c-6159-4cef-922e-6f531c6abb12.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-87c9ed31-7010-4a89-b71a-9e34636c7328 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-87c9ed31-7010-4a89-b71a-9e34636c7328 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Century Gothic";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-6dd6ff3a-2581-4942-a294-4ad841f78705 {
  max-width: 1092px;
aspect-ratio: 1/1;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-6dd6ff3a-2581-4942-a294-4ad841f78705 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6dd6ff3a-2581-4942-a294-4ad841f78705 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6dd6ff3a-2581-4942-a294-4ad841f78705 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6dd6ff3a-2581-4942-a294-4ad841f78705 {
    width: 100%;
    height: auto;
  }

  #s-6dd6ff3a-2581-4942-a294-4ad841f78705 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6dd6ff3a-2581-4942-a294-4ad841f78705.shogun-image {
    
    
  }


.s-6dd6ff3a-2581-4942-a294-4ad841f78705 .shogun-image-content {
  
    align-items: center;
  
}

.s-6dd6ff3a-2581-4942-a294-4ad841f78705.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6dd6ff3a-2581-4942-a294-4ad841f78705.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6dd6ff3a-2581-4942-a294-4ad841f78705.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6dd6ff3a-2581-4942-a294-4ad841f78705 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6dd6ff3a-2581-4942-a294-4ad841f78705.shogun-image-container {
      position: relative;
    }

    .s-6dd6ff3a-2581-4942-a294-4ad841f78705.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6dd6ff3a-2581-4942-a294-4ad841f78705.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6dd6ff3a-2581-4942-a294-4ad841f78705 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-6dd6ff3a-2581-4942-a294-4ad841f78705 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6dd6ff3a-2581-4942-a294-4ad841f78705 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6dd6ff3a-2581-4942-a294-4ad841f78705 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6dd6ff3a-2581-4942-a294-4ad841f78705 {
    width: 100%;
    height: auto;
  }

  #s-6dd6ff3a-2581-4942-a294-4ad841f78705 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6dd6ff3a-2581-4942-a294-4ad841f78705.shogun-image {
    
    
  }


.s-6dd6ff3a-2581-4942-a294-4ad841f78705 .shogun-image-content {
  
    align-items: center;
  
}

.s-6dd6ff3a-2581-4942-a294-4ad841f78705.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6dd6ff3a-2581-4942-a294-4ad841f78705.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6dd6ff3a-2581-4942-a294-4ad841f78705.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6dd6ff3a-2581-4942-a294-4ad841f78705 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6dd6ff3a-2581-4942-a294-4ad841f78705.shogun-image-container {
      position: relative;
    }

    .s-6dd6ff3a-2581-4942-a294-4ad841f78705.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6dd6ff3a-2581-4942-a294-4ad841f78705.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6dd6ff3a-2581-4942-a294-4ad841f78705 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-6dd6ff3a-2581-4942-a294-4ad841f78705 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6dd6ff3a-2581-4942-a294-4ad841f78705 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6dd6ff3a-2581-4942-a294-4ad841f78705 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6dd6ff3a-2581-4942-a294-4ad841f78705 {
    width: 100%;
    height: auto;
  }

  #s-6dd6ff3a-2581-4942-a294-4ad841f78705 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6dd6ff3a-2581-4942-a294-4ad841f78705.shogun-image {
    
    
  }


.s-6dd6ff3a-2581-4942-a294-4ad841f78705 .shogun-image-content {
  
    align-items: center;
  
}

.s-6dd6ff3a-2581-4942-a294-4ad841f78705.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6dd6ff3a-2581-4942-a294-4ad841f78705.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6dd6ff3a-2581-4942-a294-4ad841f78705.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6dd6ff3a-2581-4942-a294-4ad841f78705 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6dd6ff3a-2581-4942-a294-4ad841f78705.shogun-image-container {
      position: relative;
    }

    .s-6dd6ff3a-2581-4942-a294-4ad841f78705.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6dd6ff3a-2581-4942-a294-4ad841f78705.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6dd6ff3a-2581-4942-a294-4ad841f78705 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-6dd6ff3a-2581-4942-a294-4ad841f78705 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6dd6ff3a-2581-4942-a294-4ad841f78705 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6dd6ff3a-2581-4942-a294-4ad841f78705 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6dd6ff3a-2581-4942-a294-4ad841f78705 {
    width: 100%;
    height: auto;
  }

  #s-6dd6ff3a-2581-4942-a294-4ad841f78705 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6dd6ff3a-2581-4942-a294-4ad841f78705.shogun-image {
    
    
  }


.s-6dd6ff3a-2581-4942-a294-4ad841f78705 .shogun-image-content {
  
    align-items: center;
  
}

.s-6dd6ff3a-2581-4942-a294-4ad841f78705.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6dd6ff3a-2581-4942-a294-4ad841f78705.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6dd6ff3a-2581-4942-a294-4ad841f78705.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6dd6ff3a-2581-4942-a294-4ad841f78705 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6dd6ff3a-2581-4942-a294-4ad841f78705.shogun-image-container {
      position: relative;
    }

    .s-6dd6ff3a-2581-4942-a294-4ad841f78705.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6dd6ff3a-2581-4942-a294-4ad841f78705.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6dd6ff3a-2581-4942-a294-4ad841f78705 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-6dd6ff3a-2581-4942-a294-4ad841f78705 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6dd6ff3a-2581-4942-a294-4ad841f78705 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6dd6ff3a-2581-4942-a294-4ad841f78705 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6dd6ff3a-2581-4942-a294-4ad841f78705 {
    width: 100%;
    height: auto;
  }

  #s-6dd6ff3a-2581-4942-a294-4ad841f78705 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6dd6ff3a-2581-4942-a294-4ad841f78705.shogun-image {
    
    
  }


.s-6dd6ff3a-2581-4942-a294-4ad841f78705 .shogun-image-content {
  
    align-items: center;
  
}

.s-6dd6ff3a-2581-4942-a294-4ad841f78705.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6dd6ff3a-2581-4942-a294-4ad841f78705.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6dd6ff3a-2581-4942-a294-4ad841f78705.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6dd6ff3a-2581-4942-a294-4ad841f78705 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6dd6ff3a-2581-4942-a294-4ad841f78705.shogun-image-container {
      position: relative;
    }

    .s-6dd6ff3a-2581-4942-a294-4ad841f78705.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6dd6ff3a-2581-4942-a294-4ad841f78705.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6dd6ff3a-2581-4942-a294-4ad841f78705 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-a6b8891d-3928-4274-b257-44ccdc780240 {
  margin-top: -10px;
margin-bottom: -10px;
opacity: 0;
}

#s-a6b8891d-3928-4274-b257-44ccdc780240 hr {
  border-top: 2px solid #ddd;
}

#s-d5e82cf1-4ef0-48af-af65-cc1a9ecd4c63 {
  margin-left: 10%;
margin-right: 10%;
}

#s-cb6d7a5d-dcec-46f3-aad6-67ed92491891 {
  opacity: 0;
}

#s-cb6d7a5d-dcec-46f3-aad6-67ed92491891 hr {
  border-top: 2px solid #ddd;
}

#s-6c60aa77-5658-45f4-87f8-a9e9972ef6f4 {
  min-height: 50px;
}








#s-6c60aa77-5658-45f4-87f8-a9e9972ef6f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c60aa77-5658-45f4-87f8-a9e9972ef6f4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-848908ff-8eea-4ee4-8f87-7bb46c21f4e2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-848908ff-8eea-4ee4-8f87-7bb46c21f4e2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-848908ff-8eea-4ee4-8f87-7bb46c21f4e2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-848908ff-8eea-4ee4-8f87-7bb46c21f4e2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

.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-text {
  font-weight: ;
  font-family: ;
}

.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-f0cd8854-259b-4514-b1d5-562c987eac37 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(254, 48, 115, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f0cd8854-259b-4514-b1d5-562c987eac37:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f0cd8854-259b-4514-b1d5-562c987eac37:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f0cd8854-259b-4514-b1d5-562c987eac37-root {
    text-align: center;
  }


#s-f0cd8854-259b-4514-b1d5-562c987eac37.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f0cd8854-259b-4514-b1d5-562c987eac37-root {
    text-align: center;
  }


#s-f0cd8854-259b-4514-b1d5-562c987eac37.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f0cd8854-259b-4514-b1d5-562c987eac37-root {
    text-align: center;
  }


#s-f0cd8854-259b-4514-b1d5-562c987eac37.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f0cd8854-259b-4514-b1d5-562c987eac37-root {
    text-align: center;
  }


#s-f0cd8854-259b-4514-b1d5-562c987eac37.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f0cd8854-259b-4514-b1d5-562c987eac37-root {
    text-align: center;
  }


#s-f0cd8854-259b-4514-b1d5-562c987eac37.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-24139319-e431-4b46-be20-658a1cd12bb4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(254, 48, 115, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-24139319-e431-4b46-be20-658a1cd12bb4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-24139319-e431-4b46-be20-658a1cd12bb4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-24139319-e431-4b46-be20-658a1cd12bb4-root {
    text-align: center;
  }


#s-24139319-e431-4b46-be20-658a1cd12bb4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-24139319-e431-4b46-be20-658a1cd12bb4-root {
    text-align: center;
  }


#s-24139319-e431-4b46-be20-658a1cd12bb4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-24139319-e431-4b46-be20-658a1cd12bb4-root {
    text-align: center;
  }


#s-24139319-e431-4b46-be20-658a1cd12bb4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-24139319-e431-4b46-be20-658a1cd12bb4-root {
    text-align: center;
  }


#s-24139319-e431-4b46-be20-658a1cd12bb4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-24139319-e431-4b46-be20-658a1cd12bb4-root {
    text-align: center;
  }


#s-24139319-e431-4b46-be20-658a1cd12bb4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-d27603bc-ccc1-4d56-b013-2c5ca4d2b25a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(254, 48, 115, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d27603bc-ccc1-4d56-b013-2c5ca4d2b25a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d27603bc-ccc1-4d56-b013-2c5ca4d2b25a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d27603bc-ccc1-4d56-b013-2c5ca4d2b25a-root {
    text-align: center;
  }


#s-d27603bc-ccc1-4d56-b013-2c5ca4d2b25a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d27603bc-ccc1-4d56-b013-2c5ca4d2b25a-root {
    text-align: center;
  }


#s-d27603bc-ccc1-4d56-b013-2c5ca4d2b25a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d27603bc-ccc1-4d56-b013-2c5ca4d2b25a-root {
    text-align: center;
  }


#s-d27603bc-ccc1-4d56-b013-2c5ca4d2b25a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d27603bc-ccc1-4d56-b013-2c5ca4d2b25a-root {
    text-align: center;
  }


#s-d27603bc-ccc1-4d56-b013-2c5ca4d2b25a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d27603bc-ccc1-4d56-b013-2c5ca4d2b25a-root {
    text-align: center;
  }


#s-d27603bc-ccc1-4d56-b013-2c5ca4d2b25a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-e1159acc-32fb-4366-ad7f-5f5e1089519b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(254, 48, 115, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-e1159acc-32fb-4366-ad7f-5f5e1089519b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e1159acc-32fb-4366-ad7f-5f5e1089519b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e1159acc-32fb-4366-ad7f-5f5e1089519b-root {
    text-align: center;
  }


#s-e1159acc-32fb-4366-ad7f-5f5e1089519b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e1159acc-32fb-4366-ad7f-5f5e1089519b-root {
    text-align: center;
  }


#s-e1159acc-32fb-4366-ad7f-5f5e1089519b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e1159acc-32fb-4366-ad7f-5f5e1089519b-root {
    text-align: center;
  }


#s-e1159acc-32fb-4366-ad7f-5f5e1089519b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e1159acc-32fb-4366-ad7f-5f5e1089519b-root {
    text-align: center;
  }


#s-e1159acc-32fb-4366-ad7f-5f5e1089519b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e1159acc-32fb-4366-ad7f-5f5e1089519b-root {
    text-align: center;
  }


#s-e1159acc-32fb-4366-ad7f-5f5e1089519b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-4316a954-828b-41b5-b144-5811739c5fa7 {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-4316a954-828b-41b5-b144-5811739c5fa7 {
  display: none;
}
#s-4316a954-828b-41b5-b144-5811739c5fa7, #wrap-s-4316a954-828b-41b5-b144-5811739c5fa7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4316a954-828b-41b5-b144-5811739c5fa7 {
  display: none;
}
#s-4316a954-828b-41b5-b144-5811739c5fa7, #wrap-s-4316a954-828b-41b5-b144-5811739c5fa7 { display: none !important; }}




  @supports  (aspect-ratio: 1/1) {
    
    #s-4316a954-828b-41b5-b144-5811739c5fa7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4316a954-828b-41b5-b144-5811739c5fa7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4316a954-828b-41b5-b144-5811739c5fa7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4316a954-828b-41b5-b144-5811739c5fa7 {
    width: 100%;
    height: auto;
  }

  #s-4316a954-828b-41b5-b144-5811739c5fa7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4316a954-828b-41b5-b144-5811739c5fa7.shogun-image {
    
    
  }


.s-4316a954-828b-41b5-b144-5811739c5fa7 .shogun-image-content {
  
    align-items: center;
  
}

.s-4316a954-828b-41b5-b144-5811739c5fa7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4316a954-828b-41b5-b144-5811739c5fa7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4316a954-828b-41b5-b144-5811739c5fa7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4316a954-828b-41b5-b144-5811739c5fa7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4316a954-828b-41b5-b144-5811739c5fa7.shogun-image-container {
      position: relative;
    }

    .s-4316a954-828b-41b5-b144-5811739c5fa7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4316a954-828b-41b5-b144-5811739c5fa7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4316a954-828b-41b5-b144-5811739c5fa7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-4316a954-828b-41b5-b144-5811739c5fa7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4316a954-828b-41b5-b144-5811739c5fa7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4316a954-828b-41b5-b144-5811739c5fa7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4316a954-828b-41b5-b144-5811739c5fa7 {
    width: 100%;
    height: auto;
  }

  #s-4316a954-828b-41b5-b144-5811739c5fa7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4316a954-828b-41b5-b144-5811739c5fa7.shogun-image {
    
    
  }


.s-4316a954-828b-41b5-b144-5811739c5fa7 .shogun-image-content {
  
    align-items: center;
  
}

.s-4316a954-828b-41b5-b144-5811739c5fa7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4316a954-828b-41b5-b144-5811739c5fa7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4316a954-828b-41b5-b144-5811739c5fa7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4316a954-828b-41b5-b144-5811739c5fa7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4316a954-828b-41b5-b144-5811739c5fa7.shogun-image-container {
      position: relative;
    }

    .s-4316a954-828b-41b5-b144-5811739c5fa7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4316a954-828b-41b5-b144-5811739c5fa7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4316a954-828b-41b5-b144-5811739c5fa7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-4316a954-828b-41b5-b144-5811739c5fa7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4316a954-828b-41b5-b144-5811739c5fa7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4316a954-828b-41b5-b144-5811739c5fa7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4316a954-828b-41b5-b144-5811739c5fa7 {
    width: 100%;
    height: auto;
  }

  #s-4316a954-828b-41b5-b144-5811739c5fa7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4316a954-828b-41b5-b144-5811739c5fa7.shogun-image {
    
    
  }


.s-4316a954-828b-41b5-b144-5811739c5fa7 .shogun-image-content {
  
    align-items: center;
  
}

.s-4316a954-828b-41b5-b144-5811739c5fa7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4316a954-828b-41b5-b144-5811739c5fa7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4316a954-828b-41b5-b144-5811739c5fa7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4316a954-828b-41b5-b144-5811739c5fa7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4316a954-828b-41b5-b144-5811739c5fa7.shogun-image-container {
      position: relative;
    }

    .s-4316a954-828b-41b5-b144-5811739c5fa7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4316a954-828b-41b5-b144-5811739c5fa7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4316a954-828b-41b5-b144-5811739c5fa7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-4316a954-828b-41b5-b144-5811739c5fa7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4316a954-828b-41b5-b144-5811739c5fa7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4316a954-828b-41b5-b144-5811739c5fa7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4316a954-828b-41b5-b144-5811739c5fa7 {
    width: 100%;
    height: auto;
  }

  #s-4316a954-828b-41b5-b144-5811739c5fa7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4316a954-828b-41b5-b144-5811739c5fa7.shogun-image {
    
    
  }


.s-4316a954-828b-41b5-b144-5811739c5fa7 .shogun-image-content {
  
    align-items: center;
  
}

.s-4316a954-828b-41b5-b144-5811739c5fa7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4316a954-828b-41b5-b144-5811739c5fa7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4316a954-828b-41b5-b144-5811739c5fa7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4316a954-828b-41b5-b144-5811739c5fa7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4316a954-828b-41b5-b144-5811739c5fa7.shogun-image-container {
      position: relative;
    }

    .s-4316a954-828b-41b5-b144-5811739c5fa7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4316a954-828b-41b5-b144-5811739c5fa7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4316a954-828b-41b5-b144-5811739c5fa7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-4316a954-828b-41b5-b144-5811739c5fa7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4316a954-828b-41b5-b144-5811739c5fa7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4316a954-828b-41b5-b144-5811739c5fa7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4316a954-828b-41b5-b144-5811739c5fa7 {
    width: 100%;
    height: auto;
  }

  #s-4316a954-828b-41b5-b144-5811739c5fa7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4316a954-828b-41b5-b144-5811739c5fa7.shogun-image {
    
    
  }


.s-4316a954-828b-41b5-b144-5811739c5fa7 .shogun-image-content {
  
    align-items: center;
  
}

.s-4316a954-828b-41b5-b144-5811739c5fa7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4316a954-828b-41b5-b144-5811739c5fa7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4316a954-828b-41b5-b144-5811739c5fa7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4316a954-828b-41b5-b144-5811739c5fa7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4316a954-828b-41b5-b144-5811739c5fa7.shogun-image-container {
      position: relative;
    }

    .s-4316a954-828b-41b5-b144-5811739c5fa7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4316a954-828b-41b5-b144-5811739c5fa7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4316a954-828b-41b5-b144-5811739c5fa7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-d84f4a98-8fc5-40b9-a19a-98d0e6238da6 {
  opacity: 0;
}
@media (min-width: 1200px){#s-d84f4a98-8fc5-40b9-a19a-98d0e6238da6 {
  display: none;
}
#s-d84f4a98-8fc5-40b9-a19a-98d0e6238da6, #wrap-s-d84f4a98-8fc5-40b9-a19a-98d0e6238da6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d84f4a98-8fc5-40b9-a19a-98d0e6238da6 {
  display: none;
}
#s-d84f4a98-8fc5-40b9-a19a-98d0e6238da6, #wrap-s-d84f4a98-8fc5-40b9-a19a-98d0e6238da6 { display: none !important; }}
#s-d84f4a98-8fc5-40b9-a19a-98d0e6238da6 hr {
  border-top: 2px solid #ddd;
}

#s-756337e6-90a6-4b49-acdb-c8b5c21a211a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-756337e6-90a6-4b49-acdb-c8b5c21a211a {
  display: none;
}
#s-756337e6-90a6-4b49-acdb-c8b5c21a211a, #wrap-s-756337e6-90a6-4b49-acdb-c8b5c21a211a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-756337e6-90a6-4b49-acdb-c8b5c21a211a {
  display: none;
}
#s-756337e6-90a6-4b49-acdb-c8b5c21a211a, #wrap-s-756337e6-90a6-4b49-acdb-c8b5c21a211a { display: none !important; }}
#s-756337e6-90a6-4b49-acdb-c8b5c21a211a .shogun-heading-component h1 {
  color: rgba(254, 48, 115, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 45px;
  
  
  
}



#s-ff6e15dd-c35d-499f-b73e-fbc9f30e130d {
  margin-top: -10px;
margin-left: 0%;
margin-bottom: -10px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
opacity: 0;
}
@media (min-width: 1200px){#s-ff6e15dd-c35d-499f-b73e-fbc9f30e130d {
  display: none;
}
#s-ff6e15dd-c35d-499f-b73e-fbc9f30e130d, #wrap-s-ff6e15dd-c35d-499f-b73e-fbc9f30e130d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ff6e15dd-c35d-499f-b73e-fbc9f30e130d {
  display: none;
}
#s-ff6e15dd-c35d-499f-b73e-fbc9f30e130d, #wrap-s-ff6e15dd-c35d-499f-b73e-fbc9f30e130d { display: none !important; }}
#s-ff6e15dd-c35d-499f-b73e-fbc9f30e130d hr {
  border-top: 1px solid #ddd;
}

@media (min-width: 1200px){#s-783c4469-bcbc-4214-9388-b5df6d53f3f5 {
  display: none;
}
#s-783c4469-bcbc-4214-9388-b5df6d53f3f5, #wrap-s-783c4469-bcbc-4214-9388-b5df6d53f3f5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-783c4469-bcbc-4214-9388-b5df6d53f3f5 {
  display: none;
}
#s-783c4469-bcbc-4214-9388-b5df6d53f3f5, #wrap-s-783c4469-bcbc-4214-9388-b5df6d53f3f5 { display: none !important; }}
#s-b181144d-f8b9-4e0b-996d-981b56e9a9a3 {
  opacity: 0;
}
@media (min-width: 1200px){#s-b181144d-f8b9-4e0b-996d-981b56e9a9a3 {
  display: none;
}
#s-b181144d-f8b9-4e0b-996d-981b56e9a9a3, #wrap-s-b181144d-f8b9-4e0b-996d-981b56e9a9a3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b181144d-f8b9-4e0b-996d-981b56e9a9a3 {
  display: none;
}
#s-b181144d-f8b9-4e0b-996d-981b56e9a9a3, #wrap-s-b181144d-f8b9-4e0b-996d-981b56e9a9a3 { display: none !important; }}
#s-b181144d-f8b9-4e0b-996d-981b56e9a9a3 hr {
  border-top: 2px solid #ddd;
}

#s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5 {
  max-width: 939px;
aspect-ratio: 939/3275;
text-align: center;
}
@media (min-width: 1200px){#s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5 {
  display: none;
}
#s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5, #wrap-s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5 {
  display: none;
}
#s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5, #wrap-s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5 { display: none !important; }}




  @supports  (aspect-ratio: 1/1) {
    
    #s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5 .shg-image-content-wrapper {
      aspect-ratio: 939/3275;
      min-width: 100%;
      height: auto;
    }

    #s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5 .shogun-image-link {
      aspect-ratio: 939/3275;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5 {
    width: 100%;
    height: auto;
  }

  #s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5.shogun-image {
    
    
  }


.s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5 {
      --shg-aspect-ratio: calc(939/3275); 
    }

    .s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5.shogun-image-container {
      position: relative;
    }

    .s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5 .shg-image-content-wrapper {
      aspect-ratio: 939/3275;
      min-width: 100%;
      height: auto;
    }

    #s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5 .shogun-image-link {
      aspect-ratio: 939/3275;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5 {
    width: 100%;
    height: auto;
  }

  #s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5.shogun-image {
    
    
  }


.s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5 {
      --shg-aspect-ratio: calc(939/3275); 
    }

    .s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5.shogun-image-container {
      position: relative;
    }

    .s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5 .shg-image-content-wrapper {
      aspect-ratio: 939/3275;
      min-width: 100%;
      height: auto;
    }

    #s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5 .shogun-image-link {
      aspect-ratio: 939/3275;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5 {
    width: 100%;
    height: auto;
  }

  #s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5.shogun-image {
    
    
  }


.s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5 {
      --shg-aspect-ratio: calc(939/3275); 
    }

    .s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5.shogun-image-container {
      position: relative;
    }

    .s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5 .shg-image-content-wrapper {
      aspect-ratio: 939/3275;
      min-width: 100%;
      height: auto;
    }

    #s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5 .shogun-image-link {
      aspect-ratio: 939/3275;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5 {
    width: 100%;
    height: auto;
  }

  #s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5.shogun-image {
    
    
  }


.s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5 {
      --shg-aspect-ratio: calc(939/3275); 
    }

    .s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5.shogun-image-container {
      position: relative;
    }

    .s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5 .shg-image-content-wrapper {
      aspect-ratio: 939/3275;
      min-width: 100%;
      height: auto;
    }

    #s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5 .shogun-image-link {
      aspect-ratio: 939/3275;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5 {
    width: 100%;
    height: auto;
  }

  #s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5.shogun-image {
    
    
  }


.s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5 {
      --shg-aspect-ratio: calc(939/3275); 
    }

    .s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5.shogun-image-container {
      position: relative;
    }

    .s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d9c6eb88-9b8d-4dcf-8cac-34d2b081b9f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-69390bd8-1e95-4375-83ac-25d8e377dd8f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-69390bd8-1e95-4375-83ac-25d8e377dd8f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 45px;
  
  
  
}



#s-119561e0-e7d2-4a11-a4a7-9a693c7e6b8e {
  margin-left: 10%;
margin-right: 10%;
}

#s-4442b9b1-74eb-4332-be3e-c2de1d3ae03a {
  opacity: 0;
}

#s-4442b9b1-74eb-4332-be3e-c2de1d3ae03a hr {
  border-top: 2px solid #ddd;
}

#s-cd1d3172-65e4-4e18-a7a0-3c5463ae74d3 {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-cd1d3172-65e4-4e18-a7a0-3c5463ae74d3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-cd1d3172-65e4-4e18-a7a0-3c5463ae74d3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-cd1d3172-65e4-4e18-a7a0-3c5463ae74d3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-cd1d3172-65e4-4e18-a7a0-3c5463ae74d3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-fcc7ffa7-9b05-4103-8afb-989423b750d9 {
  min-height: 50px;
background-color: rgba(254, 48, 115, 1);
}








#s-fcc7ffa7-9b05-4103-8afb-989423b750d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fcc7ffa7-9b05-4103-8afb-989423b750d9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c04b9f9a-3105-4c9a-be1c-5659144f96d1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c04b9f9a-3105-4c9a-be1c-5659144f96d1 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Century Gothic";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-27170baa-f950-4cfc-9a8d-7336092219f2 {
  max-width: 1202px;
aspect-ratio: 1/1;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-27170baa-f950-4cfc-9a8d-7336092219f2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-27170baa-f950-4cfc-9a8d-7336092219f2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-27170baa-f950-4cfc-9a8d-7336092219f2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-27170baa-f950-4cfc-9a8d-7336092219f2 {
    width: 100%;
    height: auto;
  }

  #s-27170baa-f950-4cfc-9a8d-7336092219f2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-27170baa-f950-4cfc-9a8d-7336092219f2.shogun-image {
    
    
  }


.s-27170baa-f950-4cfc-9a8d-7336092219f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-27170baa-f950-4cfc-9a8d-7336092219f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27170baa-f950-4cfc-9a8d-7336092219f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27170baa-f950-4cfc-9a8d-7336092219f2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-27170baa-f950-4cfc-9a8d-7336092219f2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-27170baa-f950-4cfc-9a8d-7336092219f2.shogun-image-container {
      position: relative;
    }

    .s-27170baa-f950-4cfc-9a8d-7336092219f2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27170baa-f950-4cfc-9a8d-7336092219f2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27170baa-f950-4cfc-9a8d-7336092219f2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-27170baa-f950-4cfc-9a8d-7336092219f2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-27170baa-f950-4cfc-9a8d-7336092219f2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-27170baa-f950-4cfc-9a8d-7336092219f2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-27170baa-f950-4cfc-9a8d-7336092219f2 {
    width: 100%;
    height: auto;
  }

  #s-27170baa-f950-4cfc-9a8d-7336092219f2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-27170baa-f950-4cfc-9a8d-7336092219f2.shogun-image {
    
    
  }


.s-27170baa-f950-4cfc-9a8d-7336092219f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-27170baa-f950-4cfc-9a8d-7336092219f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27170baa-f950-4cfc-9a8d-7336092219f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27170baa-f950-4cfc-9a8d-7336092219f2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-27170baa-f950-4cfc-9a8d-7336092219f2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-27170baa-f950-4cfc-9a8d-7336092219f2.shogun-image-container {
      position: relative;
    }

    .s-27170baa-f950-4cfc-9a8d-7336092219f2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27170baa-f950-4cfc-9a8d-7336092219f2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27170baa-f950-4cfc-9a8d-7336092219f2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-27170baa-f950-4cfc-9a8d-7336092219f2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-27170baa-f950-4cfc-9a8d-7336092219f2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-27170baa-f950-4cfc-9a8d-7336092219f2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-27170baa-f950-4cfc-9a8d-7336092219f2 {
    width: 100%;
    height: auto;
  }

  #s-27170baa-f950-4cfc-9a8d-7336092219f2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-27170baa-f950-4cfc-9a8d-7336092219f2.shogun-image {
    
    
  }


.s-27170baa-f950-4cfc-9a8d-7336092219f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-27170baa-f950-4cfc-9a8d-7336092219f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27170baa-f950-4cfc-9a8d-7336092219f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27170baa-f950-4cfc-9a8d-7336092219f2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-27170baa-f950-4cfc-9a8d-7336092219f2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-27170baa-f950-4cfc-9a8d-7336092219f2.shogun-image-container {
      position: relative;
    }

    .s-27170baa-f950-4cfc-9a8d-7336092219f2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27170baa-f950-4cfc-9a8d-7336092219f2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27170baa-f950-4cfc-9a8d-7336092219f2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-27170baa-f950-4cfc-9a8d-7336092219f2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-27170baa-f950-4cfc-9a8d-7336092219f2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-27170baa-f950-4cfc-9a8d-7336092219f2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-27170baa-f950-4cfc-9a8d-7336092219f2 {
    width: 100%;
    height: auto;
  }

  #s-27170baa-f950-4cfc-9a8d-7336092219f2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-27170baa-f950-4cfc-9a8d-7336092219f2.shogun-image {
    
    
  }


.s-27170baa-f950-4cfc-9a8d-7336092219f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-27170baa-f950-4cfc-9a8d-7336092219f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27170baa-f950-4cfc-9a8d-7336092219f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27170baa-f950-4cfc-9a8d-7336092219f2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-27170baa-f950-4cfc-9a8d-7336092219f2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-27170baa-f950-4cfc-9a8d-7336092219f2.shogun-image-container {
      position: relative;
    }

    .s-27170baa-f950-4cfc-9a8d-7336092219f2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27170baa-f950-4cfc-9a8d-7336092219f2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27170baa-f950-4cfc-9a8d-7336092219f2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-27170baa-f950-4cfc-9a8d-7336092219f2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-27170baa-f950-4cfc-9a8d-7336092219f2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-27170baa-f950-4cfc-9a8d-7336092219f2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-27170baa-f950-4cfc-9a8d-7336092219f2 {
    width: 100%;
    height: auto;
  }

  #s-27170baa-f950-4cfc-9a8d-7336092219f2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-27170baa-f950-4cfc-9a8d-7336092219f2.shogun-image {
    
    
  }


.s-27170baa-f950-4cfc-9a8d-7336092219f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-27170baa-f950-4cfc-9a8d-7336092219f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27170baa-f950-4cfc-9a8d-7336092219f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27170baa-f950-4cfc-9a8d-7336092219f2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-27170baa-f950-4cfc-9a8d-7336092219f2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-27170baa-f950-4cfc-9a8d-7336092219f2.shogun-image-container {
      position: relative;
    }

    .s-27170baa-f950-4cfc-9a8d-7336092219f2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27170baa-f950-4cfc-9a8d-7336092219f2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27170baa-f950-4cfc-9a8d-7336092219f2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-8ec2e240-bddc-46eb-8257-ad736e5547df {
  margin-top: -15px;
margin-bottom: -15px;
opacity: 0;
}

#s-8ec2e240-bddc-46eb-8257-ad736e5547df hr {
  border-top: 1px solid #ddd;
}

#s-82e24c86-a0b9-4d57-b3d6-79720a4d77be {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(254, 48, 115, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-82e24c86-a0b9-4d57-b3d6-79720a4d77be:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-82e24c86-a0b9-4d57-b3d6-79720a4d77be:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-82e24c86-a0b9-4d57-b3d6-79720a4d77be-root {
    text-align: center;
  }


#s-82e24c86-a0b9-4d57-b3d6-79720a4d77be.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-82e24c86-a0b9-4d57-b3d6-79720a4d77be-root {
    text-align: center;
  }


#s-82e24c86-a0b9-4d57-b3d6-79720a4d77be.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-82e24c86-a0b9-4d57-b3d6-79720a4d77be-root {
    text-align: center;
  }


#s-82e24c86-a0b9-4d57-b3d6-79720a4d77be.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-82e24c86-a0b9-4d57-b3d6-79720a4d77be-root {
    text-align: center;
  }


#s-82e24c86-a0b9-4d57-b3d6-79720a4d77be.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-82e24c86-a0b9-4d57-b3d6-79720a4d77be-root {
    text-align: center;
  }


#s-82e24c86-a0b9-4d57-b3d6-79720a4d77be.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-fe471f05-4523-458c-85d6-973016bcaf8a {
  opacity: 0;
}

#s-fe471f05-4523-458c-85d6-973016bcaf8a hr {
  border-top: 2px solid #ddd;
}

#s-07d88082-c76b-4aa9-a70f-243bf47aa297 {
  min-height: 50px;
background-color: rgba(254, 48, 115, 1);
}








#s-07d88082-c76b-4aa9-a70f-243bf47aa297 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07d88082-c76b-4aa9-a70f-243bf47aa297.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-505ea47e-7ed1-441e-822c-0576e32f3bc2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-505ea47e-7ed1-441e-822c-0576e32f3bc2 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Century Gothic";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-7f41524d-ead9-48f4-a776-2a115f9de951 {
  max-width: 1202px;
aspect-ratio: 1/1;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-7f41524d-ead9-48f4-a776-2a115f9de951 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7f41524d-ead9-48f4-a776-2a115f9de951 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7f41524d-ead9-48f4-a776-2a115f9de951 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-7f41524d-ead9-48f4-a776-2a115f9de951 {
    width: 100%;
    height: auto;
  }

  #s-7f41524d-ead9-48f4-a776-2a115f9de951 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7f41524d-ead9-48f4-a776-2a115f9de951.shogun-image {
    
    
  }


.s-7f41524d-ead9-48f4-a776-2a115f9de951 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f41524d-ead9-48f4-a776-2a115f9de951.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f41524d-ead9-48f4-a776-2a115f9de951.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f41524d-ead9-48f4-a776-2a115f9de951.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7f41524d-ead9-48f4-a776-2a115f9de951 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7f41524d-ead9-48f4-a776-2a115f9de951.shogun-image-container {
      position: relative;
    }

    .s-7f41524d-ead9-48f4-a776-2a115f9de951.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7f41524d-ead9-48f4-a776-2a115f9de951.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7f41524d-ead9-48f4-a776-2a115f9de951 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-7f41524d-ead9-48f4-a776-2a115f9de951 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7f41524d-ead9-48f4-a776-2a115f9de951 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7f41524d-ead9-48f4-a776-2a115f9de951 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-7f41524d-ead9-48f4-a776-2a115f9de951 {
    width: 100%;
    height: auto;
  }

  #s-7f41524d-ead9-48f4-a776-2a115f9de951 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7f41524d-ead9-48f4-a776-2a115f9de951.shogun-image {
    
    
  }


.s-7f41524d-ead9-48f4-a776-2a115f9de951 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f41524d-ead9-48f4-a776-2a115f9de951.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f41524d-ead9-48f4-a776-2a115f9de951.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f41524d-ead9-48f4-a776-2a115f9de951.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7f41524d-ead9-48f4-a776-2a115f9de951 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7f41524d-ead9-48f4-a776-2a115f9de951.shogun-image-container {
      position: relative;
    }

    .s-7f41524d-ead9-48f4-a776-2a115f9de951.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7f41524d-ead9-48f4-a776-2a115f9de951.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7f41524d-ead9-48f4-a776-2a115f9de951 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-7f41524d-ead9-48f4-a776-2a115f9de951 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7f41524d-ead9-48f4-a776-2a115f9de951 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7f41524d-ead9-48f4-a776-2a115f9de951 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-7f41524d-ead9-48f4-a776-2a115f9de951 {
    width: 100%;
    height: auto;
  }

  #s-7f41524d-ead9-48f4-a776-2a115f9de951 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7f41524d-ead9-48f4-a776-2a115f9de951.shogun-image {
    
    
  }


.s-7f41524d-ead9-48f4-a776-2a115f9de951 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f41524d-ead9-48f4-a776-2a115f9de951.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f41524d-ead9-48f4-a776-2a115f9de951.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f41524d-ead9-48f4-a776-2a115f9de951.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7f41524d-ead9-48f4-a776-2a115f9de951 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7f41524d-ead9-48f4-a776-2a115f9de951.shogun-image-container {
      position: relative;
    }

    .s-7f41524d-ead9-48f4-a776-2a115f9de951.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7f41524d-ead9-48f4-a776-2a115f9de951.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7f41524d-ead9-48f4-a776-2a115f9de951 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-7f41524d-ead9-48f4-a776-2a115f9de951 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7f41524d-ead9-48f4-a776-2a115f9de951 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7f41524d-ead9-48f4-a776-2a115f9de951 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-7f41524d-ead9-48f4-a776-2a115f9de951 {
    width: 100%;
    height: auto;
  }

  #s-7f41524d-ead9-48f4-a776-2a115f9de951 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7f41524d-ead9-48f4-a776-2a115f9de951.shogun-image {
    
    
  }


.s-7f41524d-ead9-48f4-a776-2a115f9de951 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f41524d-ead9-48f4-a776-2a115f9de951.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f41524d-ead9-48f4-a776-2a115f9de951.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f41524d-ead9-48f4-a776-2a115f9de951.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7f41524d-ead9-48f4-a776-2a115f9de951 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7f41524d-ead9-48f4-a776-2a115f9de951.shogun-image-container {
      position: relative;
    }

    .s-7f41524d-ead9-48f4-a776-2a115f9de951.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7f41524d-ead9-48f4-a776-2a115f9de951.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7f41524d-ead9-48f4-a776-2a115f9de951 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-7f41524d-ead9-48f4-a776-2a115f9de951 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7f41524d-ead9-48f4-a776-2a115f9de951 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7f41524d-ead9-48f4-a776-2a115f9de951 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-7f41524d-ead9-48f4-a776-2a115f9de951 {
    width: 100%;
    height: auto;
  }

  #s-7f41524d-ead9-48f4-a776-2a115f9de951 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7f41524d-ead9-48f4-a776-2a115f9de951.shogun-image {
    
    
  }


.s-7f41524d-ead9-48f4-a776-2a115f9de951 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f41524d-ead9-48f4-a776-2a115f9de951.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f41524d-ead9-48f4-a776-2a115f9de951.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f41524d-ead9-48f4-a776-2a115f9de951.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7f41524d-ead9-48f4-a776-2a115f9de951 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7f41524d-ead9-48f4-a776-2a115f9de951.shogun-image-container {
      position: relative;
    }

    .s-7f41524d-ead9-48f4-a776-2a115f9de951.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7f41524d-ead9-48f4-a776-2a115f9de951.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7f41524d-ead9-48f4-a776-2a115f9de951 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-788f9fa7-ead6-43bb-942f-c1884404c666 {
  margin-top: -15px;
margin-bottom: -15px;
opacity: 0;
}

#s-788f9fa7-ead6-43bb-942f-c1884404c666 hr {
  border-top: 1px solid #ddd;
}

#s-b7766243-fc9f-4477-85e4-4bc92ee556bc {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(254, 48, 115, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b7766243-fc9f-4477-85e4-4bc92ee556bc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b7766243-fc9f-4477-85e4-4bc92ee556bc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b7766243-fc9f-4477-85e4-4bc92ee556bc-root {
    text-align: center;
  }


#s-b7766243-fc9f-4477-85e4-4bc92ee556bc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b7766243-fc9f-4477-85e4-4bc92ee556bc-root {
    text-align: center;
  }


#s-b7766243-fc9f-4477-85e4-4bc92ee556bc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b7766243-fc9f-4477-85e4-4bc92ee556bc-root {
    text-align: center;
  }


#s-b7766243-fc9f-4477-85e4-4bc92ee556bc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b7766243-fc9f-4477-85e4-4bc92ee556bc-root {
    text-align: center;
  }


#s-b7766243-fc9f-4477-85e4-4bc92ee556bc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b7766243-fc9f-4477-85e4-4bc92ee556bc-root {
    text-align: center;
  }


#s-b7766243-fc9f-4477-85e4-4bc92ee556bc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-1dbb4267-54f3-4e03-9db2-d3f8da1d50cd {
  min-height: 50px;
background-color: rgba(254, 48, 115, 1);
}








#s-1dbb4267-54f3-4e03-9db2-d3f8da1d50cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1dbb4267-54f3-4e03-9db2-d3f8da1d50cd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1dac9379-dee4-42fc-981f-77a90911debb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1dac9379-dee4-42fc-981f-77a90911debb .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Century Gothic";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-a4164860-cc22-4091-a4a3-08f20042216f {
  max-width: 1322px;
aspect-ratio: 1/1;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-a4164860-cc22-4091-a4a3-08f20042216f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a4164860-cc22-4091-a4a3-08f20042216f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a4164860-cc22-4091-a4a3-08f20042216f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a4164860-cc22-4091-a4a3-08f20042216f {
    width: 100%;
    height: auto;
  }

  #s-a4164860-cc22-4091-a4a3-08f20042216f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a4164860-cc22-4091-a4a3-08f20042216f.shogun-image {
    
    
  }


.s-a4164860-cc22-4091-a4a3-08f20042216f .shogun-image-content {
  
    align-items: center;
  
}

.s-a4164860-cc22-4091-a4a3-08f20042216f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4164860-cc22-4091-a4a3-08f20042216f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4164860-cc22-4091-a4a3-08f20042216f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a4164860-cc22-4091-a4a3-08f20042216f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a4164860-cc22-4091-a4a3-08f20042216f.shogun-image-container {
      position: relative;
    }

    .s-a4164860-cc22-4091-a4a3-08f20042216f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a4164860-cc22-4091-a4a3-08f20042216f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a4164860-cc22-4091-a4a3-08f20042216f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-a4164860-cc22-4091-a4a3-08f20042216f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a4164860-cc22-4091-a4a3-08f20042216f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a4164860-cc22-4091-a4a3-08f20042216f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a4164860-cc22-4091-a4a3-08f20042216f {
    width: 100%;
    height: auto;
  }

  #s-a4164860-cc22-4091-a4a3-08f20042216f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a4164860-cc22-4091-a4a3-08f20042216f.shogun-image {
    
    
  }


.s-a4164860-cc22-4091-a4a3-08f20042216f .shogun-image-content {
  
    align-items: center;
  
}

.s-a4164860-cc22-4091-a4a3-08f20042216f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4164860-cc22-4091-a4a3-08f20042216f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4164860-cc22-4091-a4a3-08f20042216f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a4164860-cc22-4091-a4a3-08f20042216f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a4164860-cc22-4091-a4a3-08f20042216f.shogun-image-container {
      position: relative;
    }

    .s-a4164860-cc22-4091-a4a3-08f20042216f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a4164860-cc22-4091-a4a3-08f20042216f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a4164860-cc22-4091-a4a3-08f20042216f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-a4164860-cc22-4091-a4a3-08f20042216f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a4164860-cc22-4091-a4a3-08f20042216f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a4164860-cc22-4091-a4a3-08f20042216f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a4164860-cc22-4091-a4a3-08f20042216f {
    width: 100%;
    height: auto;
  }

  #s-a4164860-cc22-4091-a4a3-08f20042216f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a4164860-cc22-4091-a4a3-08f20042216f.shogun-image {
    
    
  }


.s-a4164860-cc22-4091-a4a3-08f20042216f .shogun-image-content {
  
    align-items: center;
  
}

.s-a4164860-cc22-4091-a4a3-08f20042216f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4164860-cc22-4091-a4a3-08f20042216f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4164860-cc22-4091-a4a3-08f20042216f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a4164860-cc22-4091-a4a3-08f20042216f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a4164860-cc22-4091-a4a3-08f20042216f.shogun-image-container {
      position: relative;
    }

    .s-a4164860-cc22-4091-a4a3-08f20042216f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a4164860-cc22-4091-a4a3-08f20042216f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a4164860-cc22-4091-a4a3-08f20042216f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-a4164860-cc22-4091-a4a3-08f20042216f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a4164860-cc22-4091-a4a3-08f20042216f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a4164860-cc22-4091-a4a3-08f20042216f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a4164860-cc22-4091-a4a3-08f20042216f {
    width: 100%;
    height: auto;
  }

  #s-a4164860-cc22-4091-a4a3-08f20042216f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a4164860-cc22-4091-a4a3-08f20042216f.shogun-image {
    
    
  }


.s-a4164860-cc22-4091-a4a3-08f20042216f .shogun-image-content {
  
    align-items: center;
  
}

.s-a4164860-cc22-4091-a4a3-08f20042216f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4164860-cc22-4091-a4a3-08f20042216f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4164860-cc22-4091-a4a3-08f20042216f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a4164860-cc22-4091-a4a3-08f20042216f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a4164860-cc22-4091-a4a3-08f20042216f.shogun-image-container {
      position: relative;
    }

    .s-a4164860-cc22-4091-a4a3-08f20042216f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a4164860-cc22-4091-a4a3-08f20042216f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a4164860-cc22-4091-a4a3-08f20042216f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-a4164860-cc22-4091-a4a3-08f20042216f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a4164860-cc22-4091-a4a3-08f20042216f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a4164860-cc22-4091-a4a3-08f20042216f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a4164860-cc22-4091-a4a3-08f20042216f {
    width: 100%;
    height: auto;
  }

  #s-a4164860-cc22-4091-a4a3-08f20042216f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a4164860-cc22-4091-a4a3-08f20042216f.shogun-image {
    
    
  }


.s-a4164860-cc22-4091-a4a3-08f20042216f .shogun-image-content {
  
    align-items: center;
  
}

.s-a4164860-cc22-4091-a4a3-08f20042216f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4164860-cc22-4091-a4a3-08f20042216f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4164860-cc22-4091-a4a3-08f20042216f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a4164860-cc22-4091-a4a3-08f20042216f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a4164860-cc22-4091-a4a3-08f20042216f.shogun-image-container {
      position: relative;
    }

    .s-a4164860-cc22-4091-a4a3-08f20042216f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a4164860-cc22-4091-a4a3-08f20042216f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a4164860-cc22-4091-a4a3-08f20042216f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-fa22b76a-db14-436d-83dd-f28d87efa867 {
  margin-top: -15px;
margin-bottom: -15px;
opacity: 0;
}

#s-fa22b76a-db14-436d-83dd-f28d87efa867 hr {
  border-top: 1px solid #ddd;
}

#s-fc9bf93d-1a09-4e60-9c9d-ded7ed3a253a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(254, 48, 115, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-fc9bf93d-1a09-4e60-9c9d-ded7ed3a253a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fc9bf93d-1a09-4e60-9c9d-ded7ed3a253a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fc9bf93d-1a09-4e60-9c9d-ded7ed3a253a-root {
    text-align: center;
  }


#s-fc9bf93d-1a09-4e60-9c9d-ded7ed3a253a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fc9bf93d-1a09-4e60-9c9d-ded7ed3a253a-root {
    text-align: center;
  }


#s-fc9bf93d-1a09-4e60-9c9d-ded7ed3a253a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fc9bf93d-1a09-4e60-9c9d-ded7ed3a253a-root {
    text-align: center;
  }


#s-fc9bf93d-1a09-4e60-9c9d-ded7ed3a253a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fc9bf93d-1a09-4e60-9c9d-ded7ed3a253a-root {
    text-align: center;
  }


#s-fc9bf93d-1a09-4e60-9c9d-ded7ed3a253a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fc9bf93d-1a09-4e60-9c9d-ded7ed3a253a-root {
    text-align: center;
  }


#s-fc9bf93d-1a09-4e60-9c9d-ded7ed3a253a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-89fcdc45-840b-4e71-b5b5-f258baecbd7b {
  min-height: 50px;
background-color: rgba(254, 48, 115, 1);
}








#s-89fcdc45-840b-4e71-b5b5-f258baecbd7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-89fcdc45-840b-4e71-b5b5-f258baecbd7b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-23ee8282-48ca-4650-9041-8bba482b9e16 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-23ee8282-48ca-4650-9041-8bba482b9e16 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Century Gothic";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-17c186de-c414-4a0f-8226-df3a16592972 {
  max-width: 1202px;
aspect-ratio: 1/1;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-17c186de-c414-4a0f-8226-df3a16592972 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-17c186de-c414-4a0f-8226-df3a16592972 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-17c186de-c414-4a0f-8226-df3a16592972 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-17c186de-c414-4a0f-8226-df3a16592972 {
    width: 100%;
    height: auto;
  }

  #s-17c186de-c414-4a0f-8226-df3a16592972 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-17c186de-c414-4a0f-8226-df3a16592972.shogun-image {
    
    
  }


.s-17c186de-c414-4a0f-8226-df3a16592972 .shogun-image-content {
  
    align-items: center;
  
}

.s-17c186de-c414-4a0f-8226-df3a16592972.shg-align-container {
  display: flex;
  justify-content: center
}

.s-17c186de-c414-4a0f-8226-df3a16592972.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17c186de-c414-4a0f-8226-df3a16592972.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-17c186de-c414-4a0f-8226-df3a16592972 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-17c186de-c414-4a0f-8226-df3a16592972.shogun-image-container {
      position: relative;
    }

    .s-17c186de-c414-4a0f-8226-df3a16592972.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-17c186de-c414-4a0f-8226-df3a16592972.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-17c186de-c414-4a0f-8226-df3a16592972 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-17c186de-c414-4a0f-8226-df3a16592972 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-17c186de-c414-4a0f-8226-df3a16592972 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-17c186de-c414-4a0f-8226-df3a16592972 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-17c186de-c414-4a0f-8226-df3a16592972 {
    width: 100%;
    height: auto;
  }

  #s-17c186de-c414-4a0f-8226-df3a16592972 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-17c186de-c414-4a0f-8226-df3a16592972.shogun-image {
    
    
  }


.s-17c186de-c414-4a0f-8226-df3a16592972 .shogun-image-content {
  
    align-items: center;
  
}

.s-17c186de-c414-4a0f-8226-df3a16592972.shg-align-container {
  display: flex;
  justify-content: center
}

.s-17c186de-c414-4a0f-8226-df3a16592972.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17c186de-c414-4a0f-8226-df3a16592972.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-17c186de-c414-4a0f-8226-df3a16592972 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-17c186de-c414-4a0f-8226-df3a16592972.shogun-image-container {
      position: relative;
    }

    .s-17c186de-c414-4a0f-8226-df3a16592972.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-17c186de-c414-4a0f-8226-df3a16592972.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-17c186de-c414-4a0f-8226-df3a16592972 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-17c186de-c414-4a0f-8226-df3a16592972 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-17c186de-c414-4a0f-8226-df3a16592972 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-17c186de-c414-4a0f-8226-df3a16592972 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-17c186de-c414-4a0f-8226-df3a16592972 {
    width: 100%;
    height: auto;
  }

  #s-17c186de-c414-4a0f-8226-df3a16592972 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-17c186de-c414-4a0f-8226-df3a16592972.shogun-image {
    
    
  }


.s-17c186de-c414-4a0f-8226-df3a16592972 .shogun-image-content {
  
    align-items: center;
  
}

.s-17c186de-c414-4a0f-8226-df3a16592972.shg-align-container {
  display: flex;
  justify-content: center
}

.s-17c186de-c414-4a0f-8226-df3a16592972.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17c186de-c414-4a0f-8226-df3a16592972.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-17c186de-c414-4a0f-8226-df3a16592972 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-17c186de-c414-4a0f-8226-df3a16592972.shogun-image-container {
      position: relative;
    }

    .s-17c186de-c414-4a0f-8226-df3a16592972.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-17c186de-c414-4a0f-8226-df3a16592972.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-17c186de-c414-4a0f-8226-df3a16592972 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-17c186de-c414-4a0f-8226-df3a16592972 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-17c186de-c414-4a0f-8226-df3a16592972 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-17c186de-c414-4a0f-8226-df3a16592972 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-17c186de-c414-4a0f-8226-df3a16592972 {
    width: 100%;
    height: auto;
  }

  #s-17c186de-c414-4a0f-8226-df3a16592972 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-17c186de-c414-4a0f-8226-df3a16592972.shogun-image {
    
    
  }


.s-17c186de-c414-4a0f-8226-df3a16592972 .shogun-image-content {
  
    align-items: center;
  
}

.s-17c186de-c414-4a0f-8226-df3a16592972.shg-align-container {
  display: flex;
  justify-content: center
}

.s-17c186de-c414-4a0f-8226-df3a16592972.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17c186de-c414-4a0f-8226-df3a16592972.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-17c186de-c414-4a0f-8226-df3a16592972 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-17c186de-c414-4a0f-8226-df3a16592972.shogun-image-container {
      position: relative;
    }

    .s-17c186de-c414-4a0f-8226-df3a16592972.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-17c186de-c414-4a0f-8226-df3a16592972.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-17c186de-c414-4a0f-8226-df3a16592972 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-17c186de-c414-4a0f-8226-df3a16592972 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-17c186de-c414-4a0f-8226-df3a16592972 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-17c186de-c414-4a0f-8226-df3a16592972 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-17c186de-c414-4a0f-8226-df3a16592972 {
    width: 100%;
    height: auto;
  }

  #s-17c186de-c414-4a0f-8226-df3a16592972 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-17c186de-c414-4a0f-8226-df3a16592972.shogun-image {
    
    
  }


.s-17c186de-c414-4a0f-8226-df3a16592972 .shogun-image-content {
  
    align-items: center;
  
}

.s-17c186de-c414-4a0f-8226-df3a16592972.shg-align-container {
  display: flex;
  justify-content: center
}

.s-17c186de-c414-4a0f-8226-df3a16592972.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17c186de-c414-4a0f-8226-df3a16592972.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-17c186de-c414-4a0f-8226-df3a16592972 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-17c186de-c414-4a0f-8226-df3a16592972.shogun-image-container {
      position: relative;
    }

    .s-17c186de-c414-4a0f-8226-df3a16592972.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-17c186de-c414-4a0f-8226-df3a16592972.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-17c186de-c414-4a0f-8226-df3a16592972 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-93ead85c-feaf-42cd-96d9-b98891693843 {
  margin-top: -15px;
margin-bottom: -15px;
opacity: 0;
}

#s-93ead85c-feaf-42cd-96d9-b98891693843 hr {
  border-top: 1px solid #ddd;
}

#s-5ed95776-fa2a-4efd-9c1f-29093b19e2a7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(254, 48, 115, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-5ed95776-fa2a-4efd-9c1f-29093b19e2a7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5ed95776-fa2a-4efd-9c1f-29093b19e2a7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5ed95776-fa2a-4efd-9c1f-29093b19e2a7-root {
    text-align: center;
  }


#s-5ed95776-fa2a-4efd-9c1f-29093b19e2a7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5ed95776-fa2a-4efd-9c1f-29093b19e2a7-root {
    text-align: center;
  }


#s-5ed95776-fa2a-4efd-9c1f-29093b19e2a7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5ed95776-fa2a-4efd-9c1f-29093b19e2a7-root {
    text-align: center;
  }


#s-5ed95776-fa2a-4efd-9c1f-29093b19e2a7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5ed95776-fa2a-4efd-9c1f-29093b19e2a7-root {
    text-align: center;
  }


#s-5ed95776-fa2a-4efd-9c1f-29093b19e2a7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5ed95776-fa2a-4efd-9c1f-29093b19e2a7-root {
    text-align: center;
  }


#s-5ed95776-fa2a-4efd-9c1f-29093b19e2a7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-bcad1fed-aa16-4a84-894f-c05f7c7c024a {
  margin-top: 16px;
margin-bottom: 16px;
opacity: 0;
}

#s-bcad1fed-aa16-4a84-894f-c05f7c7c024a hr {
  border-top: 2px solid #ddd;
}

#s-42f7465b-04ee-460a-b299-60de84b60408 {
  max-width: 2389px;
aspect-ratio: 2389/1080;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-42f7465b-04ee-460a-b299-60de84b60408 {
  display: none;
}
#s-42f7465b-04ee-460a-b299-60de84b60408, #wrap-s-42f7465b-04ee-460a-b299-60de84b60408 { display: none !important; }}@media (max-width: 767px){#s-42f7465b-04ee-460a-b299-60de84b60408 {
  display: none;
}
#s-42f7465b-04ee-460a-b299-60de84b60408, #wrap-s-42f7465b-04ee-460a-b299-60de84b60408 { display: none !important; }}




  @supports  (aspect-ratio: 1/1) {
    
    #s-42f7465b-04ee-460a-b299-60de84b60408 .shg-image-content-wrapper {
      aspect-ratio: 2389/1080;
      min-width: 100%;
      height: auto;
    }

    #s-42f7465b-04ee-460a-b299-60de84b60408 .shogun-image-link {
      aspect-ratio: 2389/1080;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-42f7465b-04ee-460a-b299-60de84b60408 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-42f7465b-04ee-460a-b299-60de84b60408 {
    width: 100%;
    height: auto;
  }

  #s-42f7465b-04ee-460a-b299-60de84b60408 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-42f7465b-04ee-460a-b299-60de84b60408.shogun-image {
    
    
  }


.s-42f7465b-04ee-460a-b299-60de84b60408 .shogun-image-content {
  
    align-items: center;
  
}

.s-42f7465b-04ee-460a-b299-60de84b60408.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42f7465b-04ee-460a-b299-60de84b60408.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42f7465b-04ee-460a-b299-60de84b60408.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-42f7465b-04ee-460a-b299-60de84b60408 {
      --shg-aspect-ratio: calc(2389/1080); 
    }

    .s-42f7465b-04ee-460a-b299-60de84b60408.shogun-image-container {
      position: relative;
    }

    .s-42f7465b-04ee-460a-b299-60de84b60408.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-42f7465b-04ee-460a-b299-60de84b60408.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-42f7465b-04ee-460a-b299-60de84b60408 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-42f7465b-04ee-460a-b299-60de84b60408 .shg-image-content-wrapper {
      aspect-ratio: 2389/1080;
      min-width: 100%;
      height: auto;
    }

    #s-42f7465b-04ee-460a-b299-60de84b60408 .shogun-image-link {
      aspect-ratio: 2389/1080;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-42f7465b-04ee-460a-b299-60de84b60408 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-42f7465b-04ee-460a-b299-60de84b60408 {
    width: 100%;
    height: auto;
  }

  #s-42f7465b-04ee-460a-b299-60de84b60408 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-42f7465b-04ee-460a-b299-60de84b60408.shogun-image {
    
    
  }


.s-42f7465b-04ee-460a-b299-60de84b60408 .shogun-image-content {
  
    align-items: center;
  
}

.s-42f7465b-04ee-460a-b299-60de84b60408.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42f7465b-04ee-460a-b299-60de84b60408.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42f7465b-04ee-460a-b299-60de84b60408.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-42f7465b-04ee-460a-b299-60de84b60408 {
      --shg-aspect-ratio: calc(2389/1080); 
    }

    .s-42f7465b-04ee-460a-b299-60de84b60408.shogun-image-container {
      position: relative;
    }

    .s-42f7465b-04ee-460a-b299-60de84b60408.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-42f7465b-04ee-460a-b299-60de84b60408.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-42f7465b-04ee-460a-b299-60de84b60408 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-42f7465b-04ee-460a-b299-60de84b60408 .shg-image-content-wrapper {
      aspect-ratio: 2389/1080;
      min-width: 100%;
      height: auto;
    }

    #s-42f7465b-04ee-460a-b299-60de84b60408 .shogun-image-link {
      aspect-ratio: 2389/1080;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-42f7465b-04ee-460a-b299-60de84b60408 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-42f7465b-04ee-460a-b299-60de84b60408 {
    width: 100%;
    height: auto;
  }

  #s-42f7465b-04ee-460a-b299-60de84b60408 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-42f7465b-04ee-460a-b299-60de84b60408.shogun-image {
    
    
  }


.s-42f7465b-04ee-460a-b299-60de84b60408 .shogun-image-content {
  
    align-items: center;
  
}

.s-42f7465b-04ee-460a-b299-60de84b60408.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42f7465b-04ee-460a-b299-60de84b60408.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42f7465b-04ee-460a-b299-60de84b60408.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-42f7465b-04ee-460a-b299-60de84b60408 {
      --shg-aspect-ratio: calc(2389/1080); 
    }

    .s-42f7465b-04ee-460a-b299-60de84b60408.shogun-image-container {
      position: relative;
    }

    .s-42f7465b-04ee-460a-b299-60de84b60408.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-42f7465b-04ee-460a-b299-60de84b60408.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-42f7465b-04ee-460a-b299-60de84b60408 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-42f7465b-04ee-460a-b299-60de84b60408 .shg-image-content-wrapper {
      aspect-ratio: 2389/1080;
      min-width: 100%;
      height: auto;
    }

    #s-42f7465b-04ee-460a-b299-60de84b60408 .shogun-image-link {
      aspect-ratio: 2389/1080;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-42f7465b-04ee-460a-b299-60de84b60408 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-42f7465b-04ee-460a-b299-60de84b60408 {
    width: 100%;
    height: auto;
  }

  #s-42f7465b-04ee-460a-b299-60de84b60408 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-42f7465b-04ee-460a-b299-60de84b60408.shogun-image {
    
    
  }


.s-42f7465b-04ee-460a-b299-60de84b60408 .shogun-image-content {
  
    align-items: center;
  
}

.s-42f7465b-04ee-460a-b299-60de84b60408.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42f7465b-04ee-460a-b299-60de84b60408.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42f7465b-04ee-460a-b299-60de84b60408.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-42f7465b-04ee-460a-b299-60de84b60408 {
      --shg-aspect-ratio: calc(2389/1080); 
    }

    .s-42f7465b-04ee-460a-b299-60de84b60408.shogun-image-container {
      position: relative;
    }

    .s-42f7465b-04ee-460a-b299-60de84b60408.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-42f7465b-04ee-460a-b299-60de84b60408.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-42f7465b-04ee-460a-b299-60de84b60408 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-42f7465b-04ee-460a-b299-60de84b60408 .shg-image-content-wrapper {
      aspect-ratio: 2389/1080;
      min-width: 100%;
      height: auto;
    }

    #s-42f7465b-04ee-460a-b299-60de84b60408 .shogun-image-link {
      aspect-ratio: 2389/1080;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-42f7465b-04ee-460a-b299-60de84b60408 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-42f7465b-04ee-460a-b299-60de84b60408 {
    width: 100%;
    height: auto;
  }

  #s-42f7465b-04ee-460a-b299-60de84b60408 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-42f7465b-04ee-460a-b299-60de84b60408.shogun-image {
    
    
  }


.s-42f7465b-04ee-460a-b299-60de84b60408 .shogun-image-content {
  
    align-items: center;
  
}

.s-42f7465b-04ee-460a-b299-60de84b60408.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42f7465b-04ee-460a-b299-60de84b60408.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42f7465b-04ee-460a-b299-60de84b60408.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-42f7465b-04ee-460a-b299-60de84b60408 {
      --shg-aspect-ratio: calc(2389/1080); 
    }

    .s-42f7465b-04ee-460a-b299-60de84b60408.shogun-image-container {
      position: relative;
    }

    .s-42f7465b-04ee-460a-b299-60de84b60408.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-42f7465b-04ee-460a-b299-60de84b60408.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-42f7465b-04ee-460a-b299-60de84b60408 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-79ace62f-fdd3-4f18-9ae4-8ef2ba0458a1 {
  padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-79ace62f-fdd3-4f18-9ae4-8ef2ba0458a1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-79ace62f-fdd3-4f18-9ae4-8ef2ba0458a1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-79ace62f-fdd3-4f18-9ae4-8ef2ba0458a1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-79ace62f-fdd3-4f18-9ae4-8ef2ba0458a1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

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

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

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

#s-d2b83791-22d8-4c34-9d52-e26297a4825b {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 50px;
padding-left: 5%;
padding-bottom: 450px;
padding-right: 5%;
min-height: 50px;
background-position: center bottom;
}
@media (min-width: 1200px){#s-d2b83791-22d8-4c34-9d52-e26297a4825b {
  display: none;
}
#s-d2b83791-22d8-4c34-9d52-e26297a4825b, #wrap-s-d2b83791-22d8-4c34-9d52-e26297a4825b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d2b83791-22d8-4c34-9d52-e26297a4825b {
  display: none;
}
#s-d2b83791-22d8-4c34-9d52-e26297a4825b, #wrap-s-d2b83791-22d8-4c34-9d52-e26297a4825b { display: none !important; }}
#s-d2b83791-22d8-4c34-9d52-e26297a4825b {
  background-image: url(https://i.shgcdn.com/a6214275-0dac-4991-ba83-ec3875db8e1c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d2b83791-22d8-4c34-9d52-e26297a4825b {
  background-image: url(https://i.shgcdn.com/a6214275-0dac-4991-ba83-ec3875db8e1c/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d2b83791-22d8-4c34-9d52-e26297a4825b {
  background-image: url(https://i.shgcdn.com/a6214275-0dac-4991-ba83-ec3875db8e1c/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d2b83791-22d8-4c34-9d52-e26297a4825b {
  background-image: url(https://i.shgcdn.com/a6214275-0dac-4991-ba83-ec3875db8e1c/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d2b83791-22d8-4c34-9d52-e26297a4825b {
  background-image: url(https://i.shgcdn.com/a6214275-0dac-4991-ba83-ec3875db8e1c/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d2b83791-22d8-4c34-9d52-e26297a4825b {
  background-image: url(https://i.shgcdn.com/a6214275-0dac-4991-ba83-ec3875db8e1c/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d2b83791-22d8-4c34-9d52-e26297a4825b {
  background-image: url(https://i.shgcdn.com/a6214275-0dac-4991-ba83-ec3875db8e1c/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d2b83791-22d8-4c34-9d52-e26297a4825b {
  background-image: url(https://i.shgcdn.com/a6214275-0dac-4991-ba83-ec3875db8e1c/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d2b83791-22d8-4c34-9d52-e26297a4825b {
  background-image: url(https://i.shgcdn.com/a6214275-0dac-4991-ba83-ec3875db8e1c/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-d2b83791-22d8-4c34-9d52-e26297a4825b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2b83791-22d8-4c34-9d52-e26297a4825b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c5ee9b44-d2bf-4c8f-a84f-347f3f5d0658 {
  padding-top: 50px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-c5ee9b44-d2bf-4c8f-a84f-347f3f5d0658 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5ee9b44-d2bf-4c8f-a84f-347f3f5d0658.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-32dda409-83e1-42d8-8bd1-46be48556476 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-32dda409-83e1-42d8-8bd1-46be48556476 .shogun-heading-component h1 {
  color: rgba(254, 49, 114, 1);
  font-weight:  normal ;
  font-family: "Glamour Absolute";
  font-style:  normal ;
  font-size: 45px;
  
  
  text-align: center;
}



#s-813b4e2b-c415-49f3-bc10-a51104459016 {
  padding-top: 50px;
padding-bottom: 80px;
}

@media (min-width: 0px) {
[id="s-813b4e2b-c415-49f3-bc10-a51104459016"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-813b4e2b-c415-49f3-bc10-a51104459016"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-813b4e2b-c415-49f3-bc10-a51104459016"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-813b4e2b-c415-49f3-bc10-a51104459016"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8e012359-4d51-403e-9596-2af226317918 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8e012359-4d51-403e-9596-2af226317918 .shogun-heading-component h1 {
  color: rgba(254, 48, 115, 1);
  font-weight:  normal ;
  font-family: "Glamour Absolute";
  font-style:  normal ;
  font-size: 100px;
  
  
  
}



#s-f8066dd4-41bf-4460-8e2a-283274265cbc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f8066dd4-41bf-4460-8e2a-283274265cbc .shogun-heading-component h1 {
  color: rgba(254, 48, 115, 1);
  font-weight:  normal ;
  font-family: "Glamour Absolute";
  font-style:  normal ;
  font-size: 100px;
  
  
  
}



#s-3291e8bd-0b17-4bc0-8267-3edd2dcc37d1 {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(254, 49, 114, 1);
}








#s-3291e8bd-0b17-4bc0-8267-3edd2dcc37d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3291e8bd-0b17-4bc0-8267-3edd2dcc37d1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e501cacf-8656-4bd0-949e-0683fef96579 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e501cacf-8656-4bd0-949e-0683fef96579 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Glamour Absolute";
  font-style:  normal ;
  font-size: 45px;
  
  
  text-align: center;
}



#s-41574e89-9399-461a-bece-a001e066187b {
  padding-top: 100px;
padding-bottom: 40px;
min-height: 50px;
}
@media (max-width: 767px){#s-41574e89-9399-461a-bece-a001e066187b {
  padding-top: 50px;
}
}







#s-41574e89-9399-461a-bece-a001e066187b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-41574e89-9399-461a-bece-a001e066187b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-21458917-23af-46d0-be60-c5c1c2c17c19 {
  padding-left: 2%;
padding-right: 2%;
}

@media (min-width: 0px) {
[id="s-21458917-23af-46d0-be60-c5c1c2c17c19"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-21458917-23af-46d0-be60-c5c1c2c17c19"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-21458917-23af-46d0-be60-c5c1c2c17c19"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-21458917-23af-46d0-be60-c5c1c2c17c19"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1f9a4dc5-7839-40e7-be61-80c705512fc5 {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-1f9a4dc5-7839-40e7-be61-80c705512fc5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1f9a4dc5-7839-40e7-be61-80c705512fc5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1f9a4dc5-7839-40e7-be61-80c705512fc5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1f9a4dc5-7839-40e7-be61-80c705512fc5 {
    width: 100%;
    height: auto;
  }

  #s-1f9a4dc5-7839-40e7-be61-80c705512fc5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1f9a4dc5-7839-40e7-be61-80c705512fc5.shogun-image {
    
    
  }


.s-1f9a4dc5-7839-40e7-be61-80c705512fc5 .shogun-image-content {
  
    align-items: center;
  
}

.s-1f9a4dc5-7839-40e7-be61-80c705512fc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f9a4dc5-7839-40e7-be61-80c705512fc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f9a4dc5-7839-40e7-be61-80c705512fc5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1f9a4dc5-7839-40e7-be61-80c705512fc5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1f9a4dc5-7839-40e7-be61-80c705512fc5.shogun-image-container {
      position: relative;
    }

    .s-1f9a4dc5-7839-40e7-be61-80c705512fc5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f9a4dc5-7839-40e7-be61-80c705512fc5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f9a4dc5-7839-40e7-be61-80c705512fc5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-1f9a4dc5-7839-40e7-be61-80c705512fc5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1f9a4dc5-7839-40e7-be61-80c705512fc5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1f9a4dc5-7839-40e7-be61-80c705512fc5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1f9a4dc5-7839-40e7-be61-80c705512fc5 {
    width: 100%;
    height: auto;
  }

  #s-1f9a4dc5-7839-40e7-be61-80c705512fc5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1f9a4dc5-7839-40e7-be61-80c705512fc5.shogun-image {
    
    
  }


.s-1f9a4dc5-7839-40e7-be61-80c705512fc5 .shogun-image-content {
  
    align-items: center;
  
}

.s-1f9a4dc5-7839-40e7-be61-80c705512fc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f9a4dc5-7839-40e7-be61-80c705512fc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f9a4dc5-7839-40e7-be61-80c705512fc5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1f9a4dc5-7839-40e7-be61-80c705512fc5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1f9a4dc5-7839-40e7-be61-80c705512fc5.shogun-image-container {
      position: relative;
    }

    .s-1f9a4dc5-7839-40e7-be61-80c705512fc5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f9a4dc5-7839-40e7-be61-80c705512fc5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f9a4dc5-7839-40e7-be61-80c705512fc5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-1f9a4dc5-7839-40e7-be61-80c705512fc5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1f9a4dc5-7839-40e7-be61-80c705512fc5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1f9a4dc5-7839-40e7-be61-80c705512fc5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1f9a4dc5-7839-40e7-be61-80c705512fc5 {
    width: 100%;
    height: auto;
  }

  #s-1f9a4dc5-7839-40e7-be61-80c705512fc5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1f9a4dc5-7839-40e7-be61-80c705512fc5.shogun-image {
    
    
  }


.s-1f9a4dc5-7839-40e7-be61-80c705512fc5 .shogun-image-content {
  
    align-items: center;
  
}

.s-1f9a4dc5-7839-40e7-be61-80c705512fc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f9a4dc5-7839-40e7-be61-80c705512fc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f9a4dc5-7839-40e7-be61-80c705512fc5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1f9a4dc5-7839-40e7-be61-80c705512fc5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1f9a4dc5-7839-40e7-be61-80c705512fc5.shogun-image-container {
      position: relative;
    }

    .s-1f9a4dc5-7839-40e7-be61-80c705512fc5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f9a4dc5-7839-40e7-be61-80c705512fc5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f9a4dc5-7839-40e7-be61-80c705512fc5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-1f9a4dc5-7839-40e7-be61-80c705512fc5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1f9a4dc5-7839-40e7-be61-80c705512fc5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1f9a4dc5-7839-40e7-be61-80c705512fc5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1f9a4dc5-7839-40e7-be61-80c705512fc5 {
    width: 100%;
    height: auto;
  }

  #s-1f9a4dc5-7839-40e7-be61-80c705512fc5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1f9a4dc5-7839-40e7-be61-80c705512fc5.shogun-image {
    
    
  }


.s-1f9a4dc5-7839-40e7-be61-80c705512fc5 .shogun-image-content {
  
    align-items: center;
  
}

.s-1f9a4dc5-7839-40e7-be61-80c705512fc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f9a4dc5-7839-40e7-be61-80c705512fc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f9a4dc5-7839-40e7-be61-80c705512fc5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1f9a4dc5-7839-40e7-be61-80c705512fc5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1f9a4dc5-7839-40e7-be61-80c705512fc5.shogun-image-container {
      position: relative;
    }

    .s-1f9a4dc5-7839-40e7-be61-80c705512fc5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f9a4dc5-7839-40e7-be61-80c705512fc5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f9a4dc5-7839-40e7-be61-80c705512fc5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-1f9a4dc5-7839-40e7-be61-80c705512fc5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1f9a4dc5-7839-40e7-be61-80c705512fc5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1f9a4dc5-7839-40e7-be61-80c705512fc5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1f9a4dc5-7839-40e7-be61-80c705512fc5 {
    width: 100%;
    height: auto;
  }

  #s-1f9a4dc5-7839-40e7-be61-80c705512fc5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1f9a4dc5-7839-40e7-be61-80c705512fc5.shogun-image {
    
    
  }


.s-1f9a4dc5-7839-40e7-be61-80c705512fc5 .shogun-image-content {
  
    align-items: center;
  
}

.s-1f9a4dc5-7839-40e7-be61-80c705512fc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f9a4dc5-7839-40e7-be61-80c705512fc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f9a4dc5-7839-40e7-be61-80c705512fc5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1f9a4dc5-7839-40e7-be61-80c705512fc5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1f9a4dc5-7839-40e7-be61-80c705512fc5.shogun-image-container {
      position: relative;
    }

    .s-1f9a4dc5-7839-40e7-be61-80c705512fc5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f9a4dc5-7839-40e7-be61-80c705512fc5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f9a4dc5-7839-40e7-be61-80c705512fc5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-c6e67dc7-1c3a-4d9e-a400-bc470f515d67 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-1a5c85e2-4f19-4ff6-93ad-74100534bf09 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1a5c85e2-4f19-4ff6-93ad-74100534bf09 .shogun-heading-component h1 {
  color: rgba(254, 48, 115, 1);
  font-weight:  normal ;
  font-family: "Glamour Absolute";
  font-style:  normal ;
  font-size: 45px;
  
  
  text-align: center;
}



#s-d1aba042-e056-43fb-8092-0a34c52f8286 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-d3f4d732-f701-4da7-92ec-5db897bbb616 {
  margin-left: 3%;
margin-right: 3%;
}

#s-3bd53045-7d5d-4fd0-9ad9-aa4a5347c517 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-f5550c5e-ed05-471f-9926-e29c66b7bce1 {
  opacity: 0;
}

#s-f5550c5e-ed05-471f-9926-e29c66b7bce1 hr {
  border-top: 2px solid #ddd;
}

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

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .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;
  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;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.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}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.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:#000;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;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}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
