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

.shg-sld-slides {
  word-break: break-word;
  position: relative;
  overflow-x: hidden;
}

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

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

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

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

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

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

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

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

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

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

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

  to {
    opacity: 1;
  }
}

#s-c709ac07-9cb3-4ea5-8ffb-2e865d87221f {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 426px;
}
@media (max-width: 767px){#s-c709ac07-9cb3-4ea5-8ffb-2e865d87221f {
  display: none;
}
#s-c709ac07-9cb3-4ea5-8ffb-2e865d87221f, #wrap-s-c709ac07-9cb3-4ea5-8ffb-2e865d87221f, #wrap-content-s-c709ac07-9cb3-4ea5-8ffb-2e865d87221f { display: none !important; }}
#s-c709ac07-9cb3-4ea5-8ffb-2e865d87221f .shg-sld-dot {
  background-color: rgba(253, 253, 253, 1);
}

#s-c709ac07-9cb3-4ea5-8ffb-2e865d87221f .shg-sld-nav-button.shg-sld-left,
#s-c709ac07-9cb3-4ea5-8ffb-2e865d87221f .shg-sld-nav-button.shg-sld-right {
  fill: rgba(253, 253, 253, 1);
}

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

.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-a2bbd04a-f048-4027-897b-173bad00747e {
  padding-left: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(205, 214, 220, 1);
border-style: solid;
min-height: 426px;
}
@media (min-width: 1200px){#s-a2bbd04a-f048-4027-897b-173bad00747e {
  display: none;
}
#s-a2bbd04a-f048-4027-897b-173bad00747e, #wrap-s-a2bbd04a-f048-4027-897b-173bad00747e, #wrap-content-s-a2bbd04a-f048-4027-897b-173bad00747e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a2bbd04a-f048-4027-897b-173bad00747e {
  display: none;
}
#s-a2bbd04a-f048-4027-897b-173bad00747e, #wrap-s-a2bbd04a-f048-4027-897b-173bad00747e, #wrap-content-s-a2bbd04a-f048-4027-897b-173bad00747e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a2bbd04a-f048-4027-897b-173bad00747e {
  display: none;
}
#s-a2bbd04a-f048-4027-897b-173bad00747e, #wrap-s-a2bbd04a-f048-4027-897b-173bad00747e, #wrap-content-s-a2bbd04a-f048-4027-897b-173bad00747e { display: none !important; }}







#s-a2bbd04a-f048-4027-897b-173bad00747e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a2bbd04a-f048-4027-897b-173bad00747e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-fbb17c11-fbde-4e79-b059-e5b539190bbe {
  margin-top: 16px;
margin-bottom: 0px;
padding-left: 16px;
padding-right: 16px;
min-height: 50px;
}








#s-fbb17c11-fbde-4e79-b059-e5b539190bbe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fbb17c11-fbde-4e79-b059-e5b539190bbe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

.shg-default-text-content 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: rgba(0, 0, 0, 1);
  font-family: "areaNormal800";
  font-weight: 400;
}

.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: 400;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: rgba(0, 0, 0, 1);
  font-family: "area-normal";
}

.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: rgba(0, 0, 0, 1);
  font-family: "areaNormal800";
  font-weight: 400;
}

.shg-theme-text-content p {
  color: rgba(0, 0, 0, 1);
  font-family: "area-normal";
  font-weight: 400;
}

#s-b4a3d635-f9a6-4a6f-9433-7bb69b58f1bd {
  margin-left: 4px;
margin-bottom: 4px;
}

.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: rgba(0, 0, 0, 1);
  font-family: "areaNormal800";
  text-transform: none;
  font-weight: 400;
  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-0e4589a7-2b88-426d-9402-89e798fef8bd {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-0e4589a7-2b88-426d-9402-89e798fef8bd .shogun-heading-component h1 {
  color: rgba(168, 0, 30, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  
  text-align: center;
}



#s-e4e75c35-7b9b-4d5e-96ab-b36088bfd22c {
  margin-top: 0px;
}

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

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

.shg-btn-text {
  font-weight: 400;
  font-family: "area-normal";
}

.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-6d614e18-4fca-4960-895e-17e9964f81f1 {
  margin-top: 16px;
margin-left: 16px;
margin-right: 16px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 4px;
background-color: rgba(168, 0, 30, 1);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
}
#s-6d614e18-4fca-4960-895e-17e9964f81f1:hover {background-color: rgba(82, 1, 14, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6d614e18-4fca-4960-895e-17e9964f81f1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6d614e18-4fca-4960-895e-17e9964f81f1-root {
    text-align: center;
  }


#s-6d614e18-4fca-4960-895e-17e9964f81f1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6d614e18-4fca-4960-895e-17e9964f81f1-root {
    text-align: center;
  }


#s-6d614e18-4fca-4960-895e-17e9964f81f1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6d614e18-4fca-4960-895e-17e9964f81f1-root {
    text-align: center;
  }


#s-6d614e18-4fca-4960-895e-17e9964f81f1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6d614e18-4fca-4960-895e-17e9964f81f1-root {
    text-align: center;
  }


#s-6d614e18-4fca-4960-895e-17e9964f81f1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6d614e18-4fca-4960-895e-17e9964f81f1-root {
    text-align: center;
  }


#s-6d614e18-4fca-4960-895e-17e9964f81f1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}
#s-d3703717-73db-4e16-b02c-7ad91bc63a62 {
  margin-top: 24px;
min-height: 50px;
background-color: rgba(183, 238, 255, 1);
}








#s-d3703717-73db-4e16-b02c-7ad91bc63a62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d3703717-73db-4e16-b02c-7ad91bc63a62.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;
  height: 100%;
  width: 100%;
}

.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;
  flex-direction: column;
  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;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  min-width: 100%;
  min-height: 100%;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

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

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da {
  max-width: 200px;
aspect-ratio: 410/434;
text-align: center;
}

#s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da {
  margin: 0 !important;
  overflow: visible;
}

#s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da img.shogun-image {
  /* Add background color handling */
  
}

#s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da .shg-image-content-wrapper {
      aspect-ratio: 410/434;
      min-width: 100%;
      height: auto;
    }

    #s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da .shogun-image-link {
      aspect-ratio: 410/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da .shogun-image-content {
  
    justify-content: center;
  
}

.s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da.shogun-image {
  box-sizing: border-box;
}



.s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da {
      --shg-aspect-ratio: calc(410/434); 
    }

    .s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da.shogun-image-container {
      position: relative;
    }

    .s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){#s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da {
  margin: 0 !important;
  overflow: visible;
}

#s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da img.shogun-image {
  /* Add background color handling */
  
}

#s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da .shg-image-content-wrapper {
      aspect-ratio: 410/434;
      min-width: 100%;
      height: auto;
    }

    #s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da .shogun-image-link {
      aspect-ratio: 410/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da .shogun-image-content {
  
    justify-content: center;
  
}

.s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da.shogun-image {
  box-sizing: border-box;
}



.s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da {
      --shg-aspect-ratio: calc(410/434); 
    }

    .s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da.shogun-image-container {
      position: relative;
    }

    .s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da {
  margin: 0 !important;
  overflow: visible;
}

#s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da img.shogun-image {
  /* Add background color handling */
  
}

#s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da .shg-image-content-wrapper {
      aspect-ratio: 410/434;
      min-width: 100%;
      height: auto;
    }

    #s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da .shogun-image-link {
      aspect-ratio: 410/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da .shogun-image-content {
  
    justify-content: center;
  
}

.s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da.shogun-image {
  box-sizing: border-box;
}



.s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da {
      --shg-aspect-ratio: calc(410/434); 
    }

    .s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da.shogun-image-container {
      position: relative;
    }

    .s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da {
  margin: 0 !important;
  overflow: visible;
}

#s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da img.shogun-image {
  /* Add background color handling */
  
}

#s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da .shg-image-content-wrapper {
      aspect-ratio: 410/434;
      min-width: 100%;
      height: auto;
    }

    #s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da .shogun-image-link {
      aspect-ratio: 410/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da .shogun-image-content {
  
    justify-content: center;
  
}

.s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da.shogun-image {
  box-sizing: border-box;
}



.s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da {
      --shg-aspect-ratio: calc(410/434); 
    }

    .s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da.shogun-image-container {
      position: relative;
    }

    .s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (max-width: 767px){#s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da {
  margin: 0 !important;
  overflow: visible;
}

#s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da img.shogun-image {
  /* Add background color handling */
  
}

#s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da .shg-image-content-wrapper {
      aspect-ratio: 410/434;
      min-width: 100%;
      height: auto;
    }

    #s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da .shogun-image-link {
      aspect-ratio: 410/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da .shogun-image-content {
  
    justify-content: center;
  
}

.s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da.shogun-image {
  box-sizing: border-box;
}



.s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da {
      --shg-aspect-ratio: calc(410/434); 
    }

    .s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da.shogun-image-container {
      position: relative;
    }

    .s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9e6f8e4-ee1d-4e61-b7d2-75081a5a13da img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-ae9f3c5b-2ec3-4ac7-9f8e-b62db76c0386 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 426px;
background-position: center center;
}

#s-ae9f3c5b-2ec3-4ac7-9f8e-b62db76c0386 {
  background-image: url(https://i.shgcdn.com/8906602a-b3fb-4504-9a8c-b843f969c1b1/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-ae9f3c5b-2ec3-4ac7-9f8e-b62db76c0386 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ae9f3c5b-2ec3-4ac7-9f8e-b62db76c0386.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media only screen and (max-width: 766px) {
  .page-width.page-width--full-width-mobile {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .page-width.page-width--full-width-medium {
    padding-left: 0;
    padding-right: 0;
  }
}
#s-20403a0e-f1ab-4a25-915a-3ce91e46c1b2 {
  min-height: 0px;
}

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

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

#s-1b67ce70-5964-4f13-824d-636a835aa8ec {
  margin-left: auto;
margin-right: auto;
min-height: 0px;
}

@media (min-width: 0px) {
[id="s-1b67ce70-5964-4f13-824d-636a835aa8ec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1b67ce70-5964-4f13-824d-636a835aa8ec"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1b67ce70-5964-4f13-824d-636a835aa8ec"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1b67ce70-5964-4f13-824d-636a835aa8ec"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e88ae028-6494-493f-93f0-00ca6ff4bd54 {
  padding-top: 47px;
padding-left: 39px;
padding-bottom: 47px;
padding-right: 54px;
min-height: 376px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e88ae028-6494-493f-93f0-00ca6ff4bd54 {
  padding-top: 47px;
}
}@media (max-width: 767px){#s-e88ae028-6494-493f-93f0-00ca6ff4bd54 {
  padding-top: 21px;
padding-left: 15px;
padding-bottom: 39px;
padding-right: 15px;
}
}







#s-e88ae028-6494-493f-93f0-00ca6ff4bd54 > .shg-box-overlay {
  background-color: rgba(29, 38, 46, 1);
  opacity: 0.8;
  display: block;
}#s-e88ae028-6494-493f-93f0-00ca6ff4bd54.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-e88ae028-6494-493f-93f0-00ca6ff4bd54 > .shg-box-overlay {
  background-color: rgba(29, 38, 46, 1);
  opacity: 0.8;
  display: block;
}#s-e88ae028-6494-493f-93f0-00ca6ff4bd54.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-e29ee65d-361f-41bd-9d8c-ac27714c0d65 {
  margin-top: -16px;
margin-bottom: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-e29ee65d-361f-41bd-9d8c-ac27714c0d65 {
  margin-top: -32px;
}
}@media (max-width: 767px){#s-e29ee65d-361f-41bd-9d8c-ac27714c0d65 {
  margin-top: 40px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 4%;
}
}
#s-e29ee65d-361f-41bd-9d8c-ac27714c0d65 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.3em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-e29ee65d-361f-41bd-9d8c-ac27714c0d65 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.3em;
  
  
}


}@media (max-width: 767px){#s-e29ee65d-361f-41bd-9d8c-ac27714c0d65 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.3em;
  
  
}


}
#s-ee016850-07c3-47c2-9b34-5f88ad24547a {
  margin-top: 8px;
}
@media (max-width: 767px){#s-ee016850-07c3-47c2-9b34-5f88ad24547a {
  margin-left: 0%;
margin-right: 4%;
}
}
#s-bdd9b3dd-7645-4736-97d2-840377ece426 {
  margin-top: 32px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bdd9b3dd-7645-4736-97d2-840377ece426 {
  margin-top: 16px;
margin-bottom: -8px;
}
}
#s-3191e18d-ecbc-43db-bca6-1fe59912dc97 {
  min-height: 30px;
}
@media (min-width: 1200px){#s-3191e18d-ecbc-43db-bca6-1fe59912dc97 {
  min-height: 50px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3191e18d-ecbc-43db-bca6-1fe59912dc97 {
  min-height: 50px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3191e18d-ecbc-43db-bca6-1fe59912dc97 {
  min-height: 50px;
}
}







#s-3191e18d-ecbc-43db-bca6-1fe59912dc97 > .shg-box-overlay {
  background-color: rgba(29, 38, 46, 1);
  opacity: 0.8;
  display: block;
}#s-3191e18d-ecbc-43db-bca6-1fe59912dc97.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c1abc51c-200c-4c32-86ef-436bf09a7e36 {
  margin-top: -40px;
margin-left: 40px;
margin-bottom: 0px;
margin-right: 40px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c1abc51c-200c-4c32-86ef-436bf09a7e36 {
  margin-top: -70px;
}
}@media (max-width: 767px){#s-c1abc51c-200c-4c32-86ef-436bf09a7e36 {
  display: none;
}
#s-c1abc51c-200c-4c32-86ef-436bf09a7e36, #wrap-s-c1abc51c-200c-4c32-86ef-436bf09a7e36, #wrap-content-s-c1abc51c-200c-4c32-86ef-436bf09a7e36 { display: none !important; }}
#s-ccd3e484-5478-4f94-a0c6-bb9d333bdee9 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(205, 214, 220, 1);
border-style: solid;
min-height: 426px;
background-color: rgba(12, 115, 190, 1);
}
@media (min-width: 1200px){#s-ccd3e484-5478-4f94-a0c6-bb9d333bdee9 {
  display: none;
}
#s-ccd3e484-5478-4f94-a0c6-bb9d333bdee9, #wrap-s-ccd3e484-5478-4f94-a0c6-bb9d333bdee9, #wrap-content-s-ccd3e484-5478-4f94-a0c6-bb9d333bdee9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ccd3e484-5478-4f94-a0c6-bb9d333bdee9 {
  display: none;
}
#s-ccd3e484-5478-4f94-a0c6-bb9d333bdee9, #wrap-s-ccd3e484-5478-4f94-a0c6-bb9d333bdee9, #wrap-content-s-ccd3e484-5478-4f94-a0c6-bb9d333bdee9 { display: none !important; }}@media (max-width: 767px){#s-ccd3e484-5478-4f94-a0c6-bb9d333bdee9 {
  min-height: 0px;
display: none;
}
#s-ccd3e484-5478-4f94-a0c6-bb9d333bdee9, #wrap-s-ccd3e484-5478-4f94-a0c6-bb9d333bdee9, #wrap-content-s-ccd3e484-5478-4f94-a0c6-bb9d333bdee9 { display: none !important; }}







#s-ccd3e484-5478-4f94-a0c6-bb9d333bdee9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ccd3e484-5478-4f94-a0c6-bb9d333bdee9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b607c4f2-7a84-4859-adce-70027e0e2d55 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-b607c4f2-7a84-4859-adce-70027e0e2d55 {
  display: none;
}
#s-b607c4f2-7a84-4859-adce-70027e0e2d55, #wrap-s-b607c4f2-7a84-4859-adce-70027e0e2d55, #wrap-content-s-b607c4f2-7a84-4859-adce-70027e0e2d55 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b607c4f2-7a84-4859-adce-70027e0e2d55 {
  display: none;
}
#s-b607c4f2-7a84-4859-adce-70027e0e2d55, #wrap-s-b607c4f2-7a84-4859-adce-70027e0e2d55, #wrap-content-s-b607c4f2-7a84-4859-adce-70027e0e2d55 { display: none !important; }}@media (max-width: 767px){#s-b607c4f2-7a84-4859-adce-70027e0e2d55 {
  display: none;
}
#s-b607c4f2-7a84-4859-adce-70027e0e2d55, #wrap-s-b607c4f2-7a84-4859-adce-70027e0e2d55, #wrap-content-s-b607c4f2-7a84-4859-adce-70027e0e2d55 { display: none !important; }}
@media (min-width: 0px) {
[id="s-b607c4f2-7a84-4859-adce-70027e0e2d55"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b607c4f2-7a84-4859-adce-70027e0e2d55"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b607c4f2-7a84-4859-adce-70027e0e2d55"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b607c4f2-7a84-4859-adce-70027e0e2d55"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-0c1b8a00-ee4a-4cb3-9aa0-127100ffdea9 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 10%;
padding-bottom: 0px;
padding-right: 5%;
min-height: 426px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0c1b8a00-ee4a-4cb3-9aa0-127100ffdea9 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-0c1b8a00-ee4a-4cb3-9aa0-127100ffdea9 {
  background-image: url(https://i.shgcdn.com/69fd456c-a5ae-4cf8-bdd8-27f6e05baef3/);
}








#s-0c1b8a00-ee4a-4cb3-9aa0-127100ffdea9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0c1b8a00-ee4a-4cb3-9aa0-127100ffdea9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f7178c59-aa5a-40a5-97d5-49ce8b036779 {
  margin-left: 0%;
margin-right: 0%;
max-width: 500px;
}

#s-633d7f2d-052a-468e-a4f9-30514207dd5b {
  margin-top: -8px;
margin-left: 0%;
margin-bottom: -8px;
margin-right: 0%;
max-width: 400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-633d7f2d-052a-468e-a4f9-30514207dd5b {
  margin-left: auto;
margin-right: auto;
}
}
#s-0498887f-d933-449e-adf5-0d6c956ba492 {
  margin-left: 0%;
margin-right: 0%;
max-width: 500px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0498887f-d933-449e-adf5-0d6c956ba492 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
}
}
#s-238391a4-8967-461c-930b-0983cc23c563 {
  margin-top: 16px;
margin-left: 0%;
margin-bottom: 16px;
margin-right: auto;
padding-top: 10px;
padding-left: 100px;
padding-bottom: 10px;
padding-right: 100px;
border-radius: 2px;
background-color: rgba(1, 97, 152, 1);
text-align: left;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-238391a4-8967-461c-930b-0983cc23c563:hover {background-color: rgba(1, 70, 109, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-238391a4-8967-461c-930b-0983cc23c563:active {background-color: rgba(1, 70, 109, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-238391a4-8967-461c-930b-0983cc23c563 {
  text-align: center;
background-image: none;
background-color: rgba(0, 175, 230, 1);
hover-type: color;
}
}

  #s-238391a4-8967-461c-930b-0983cc23c563-root {
    text-align: left;
  }


#s-238391a4-8967-461c-930b-0983cc23c563.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: AreaNormal-Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-238391a4-8967-461c-930b-0983cc23c563-root {
    text-align: left;
  }


#s-238391a4-8967-461c-930b-0983cc23c563.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: AreaNormal-Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-238391a4-8967-461c-930b-0983cc23c563-root {
    text-align: left;
  }


#s-238391a4-8967-461c-930b-0983cc23c563.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: AreaNormal-Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-238391a4-8967-461c-930b-0983cc23c563-root {
    text-align: center;
  }


#s-238391a4-8967-461c-930b-0983cc23c563.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: AreaNormal-Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-238391a4-8967-461c-930b-0983cc23c563-root {
    text-align: left;
  }


#s-238391a4-8967-461c-930b-0983cc23c563.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: AreaNormal-Black;
  display:  inline-block ;
}
}
#s-7e618410-ca9d-49e8-b939-c81cec373227 {
  margin-left: auto;
margin-right: auto;
}

#s-aa8c6a4b-3b55-4544-99d5-4afd877763b0 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 426px;
background-position: left top;
}

#s-aa8c6a4b-3b55-4544-99d5-4afd877763b0 {
  background-image: url(https://i.shgcdn.com/d58c5fad-bebe-4685-816b-134aa51b4c66/);
}








#s-aa8c6a4b-3b55-4544-99d5-4afd877763b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-aa8c6a4b-3b55-4544-99d5-4afd877763b0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9f46c6c5-88b2-429c-a3b3-56abe992ca05 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(205, 214, 220, 1);
border-style: solid;
}
@media (min-width: 768px) and (max-width: 991px){#s-9f46c6c5-88b2-429c-a3b3-56abe992ca05 {
  display: none;
}
#s-9f46c6c5-88b2-429c-a3b3-56abe992ca05, #wrap-s-9f46c6c5-88b2-429c-a3b3-56abe992ca05, #wrap-content-s-9f46c6c5-88b2-429c-a3b3-56abe992ca05 { display: none !important; }}@media (max-width: 767px){#s-9f46c6c5-88b2-429c-a3b3-56abe992ca05 {
  display: none;
}
#s-9f46c6c5-88b2-429c-a3b3-56abe992ca05, #wrap-s-9f46c6c5-88b2-429c-a3b3-56abe992ca05, #wrap-content-s-9f46c6c5-88b2-429c-a3b3-56abe992ca05 { display: none !important; }}







#s-9f46c6c5-88b2-429c-a3b3-56abe992ca05 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9f46c6c5-88b2-429c-a3b3-56abe992ca05.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d119577c-0898-4fc5-aa1c-100a1b46d367 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(205, 214, 220, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-d119577c-0898-4fc5-aa1c-100a1b46d367"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d119577c-0898-4fc5-aa1c-100a1b46d367"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d119577c-0898-4fc5-aa1c-100a1b46d367"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d119577c-0898-4fc5-aa1c-100a1b46d367"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-59cf45b5-7efe-469b-970a-9a3afaaafec3 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
min-height: 426px;
background-position: center center;
}

#s-59cf45b5-7efe-469b-970a-9a3afaaafec3 {
  background-image: url(https://i.shgcdn.com/69fd456c-a5ae-4cf8-bdd8-27f6e05baef3/);
}








#s-59cf45b5-7efe-469b-970a-9a3afaaafec3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-59cf45b5-7efe-469b-970a-9a3afaaafec3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-be4916f6-9134-48cb-b369-cdaf3be747a2 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
}

#s-dc0889b7-4a8b-4dca-88ad-537c7506e448 {
  margin-top: -8px;
margin-left: auto;
margin-bottom: -8px;
margin-right: auto;
max-width: 400px;
}

#s-7cdaf21a-4b94-400d-98c6-cec32d947e54 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
}

#s-0135566a-7ab0-4aca-a66b-4e0c48249d3a {
  margin-top: 16px;
margin-left: 0%;
margin-bottom: 16px;
margin-right: auto;
padding-top: 10px;
padding-left: 125px;
padding-bottom: 10px;
padding-right: 125px;
border-radius: 2px;
background-color: rgba(0, 175, 230, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-0135566a-7ab0-4aca-a66b-4e0c48249d3a:hover {background-color: rgba(1, 70, 109, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-0135566a-7ab0-4aca-a66b-4e0c48249d3a:active {background-color: rgba(1, 70, 109, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-0135566a-7ab0-4aca-a66b-4e0c48249d3a-root {
    text-align: center;
  }


#s-0135566a-7ab0-4aca-a66b-4e0c48249d3a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: AreaNormal-Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0135566a-7ab0-4aca-a66b-4e0c48249d3a-root {
    text-align: center;
  }


#s-0135566a-7ab0-4aca-a66b-4e0c48249d3a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: AreaNormal-Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0135566a-7ab0-4aca-a66b-4e0c48249d3a-root {
    text-align: center;
  }


#s-0135566a-7ab0-4aca-a66b-4e0c48249d3a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: AreaNormal-Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0135566a-7ab0-4aca-a66b-4e0c48249d3a-root {
    text-align: center;
  }


#s-0135566a-7ab0-4aca-a66b-4e0c48249d3a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: AreaNormal-Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0135566a-7ab0-4aca-a66b-4e0c48249d3a-root {
    text-align: center;
  }


#s-0135566a-7ab0-4aca-a66b-4e0c48249d3a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: AreaNormal-Black;
  display:  inline-block ;
}
}
#s-efa84bf9-bf9f-457d-b0f4-c52838fccf2d {
  margin-left: auto;
margin-right: auto;
}

#s-95bd8e01-36a6-464c-880f-d445b7e3cd19 {
  background-repeat: no-repeat;
background-size: cover;
padding-left: 0px;
min-height: 426px;
background-position: left top;
}

#s-95bd8e01-36a6-464c-880f-d445b7e3cd19 {
  background-image: url(https://i.shgcdn.com/d58c5fad-bebe-4685-816b-134aa51b4c66/);
}








#s-95bd8e01-36a6-464c-880f-d445b7e3cd19 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-95bd8e01-36a6-464c-880f-d445b7e3cd19.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-80c07ff2-2998-4e0e-9804-6b68fd9e147d {
  padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-80c07ff2-2998-4e0e-9804-6b68fd9e147d {
  display: none;
}
#s-80c07ff2-2998-4e0e-9804-6b68fd9e147d, #wrap-s-80c07ff2-2998-4e0e-9804-6b68fd9e147d, #wrap-content-s-80c07ff2-2998-4e0e-9804-6b68fd9e147d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-80c07ff2-2998-4e0e-9804-6b68fd9e147d {
  display: none;
}
#s-80c07ff2-2998-4e0e-9804-6b68fd9e147d, #wrap-s-80c07ff2-2998-4e0e-9804-6b68fd9e147d, #wrap-content-s-80c07ff2-2998-4e0e-9804-6b68fd9e147d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-80c07ff2-2998-4e0e-9804-6b68fd9e147d {
  display: none;
}
#s-80c07ff2-2998-4e0e-9804-6b68fd9e147d, #wrap-s-80c07ff2-2998-4e0e-9804-6b68fd9e147d, #wrap-content-s-80c07ff2-2998-4e0e-9804-6b68fd9e147d { display: none !important; }}
#s-80c07ff2-2998-4e0e-9804-6b68fd9e147d .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-80c07ff2-2998-4e0e-9804-6b68fd9e147d .shg-sld-nav-button.shg-sld-left,
#s-80c07ff2-2998-4e0e-9804-6b68fd9e147d .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-80c07ff2-2998-4e0e-9804-6b68fd9e147d .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-80c07ff2-2998-4e0e-9804-6b68fd9e147d .shg-sld-nav-button.shg-sld-left,
#s-80c07ff2-2998-4e0e-9804-6b68fd9e147d .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}
}
#s-531fae2c-ac67-4882-a3a8-47e6ae49c6cc {
  background-repeat: no-repeat;
background-size: cover;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(205, 214, 220, 1);
border-style: solid;
min-height: 426px;
background-position: center top;
}
@media (min-width: 768px) and (max-width: 991px){#s-531fae2c-ac67-4882-a3a8-47e6ae49c6cc {
  display: none;
}
#s-531fae2c-ac67-4882-a3a8-47e6ae49c6cc, #wrap-s-531fae2c-ac67-4882-a3a8-47e6ae49c6cc, #wrap-content-s-531fae2c-ac67-4882-a3a8-47e6ae49c6cc { display: none !important; }}@media (max-width: 767px){#s-531fae2c-ac67-4882-a3a8-47e6ae49c6cc {
  min-height: 0px;
display: none;
}
#s-531fae2c-ac67-4882-a3a8-47e6ae49c6cc, #wrap-s-531fae2c-ac67-4882-a3a8-47e6ae49c6cc, #wrap-content-s-531fae2c-ac67-4882-a3a8-47e6ae49c6cc { display: none !important; }}
#s-531fae2c-ac67-4882-a3a8-47e6ae49c6cc {
  background-image: url(https://i.shgcdn.com/4c36f459-033a-4407-9e23-d4354995c659/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-531fae2c-ac67-4882-a3a8-47e6ae49c6cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-531fae2c-ac67-4882-a3a8-47e6ae49c6cc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aa62f91e-efd2-44bb-a23f-cbdb38e824e5 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 426px;
background-position: center center;
}

#s-aa62f91e-efd2-44bb-a23f-cbdb38e824e5 {
  background-image: url(https://i.shgcdn.com/8906602a-b3fb-4504-9a8c-b843f969c1b1/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-aa62f91e-efd2-44bb-a23f-cbdb38e824e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-aa62f91e-efd2-44bb-a23f-cbdb38e824e5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-75de16e2-07a5-4a4e-8ff3-7399432142b2 {
  
}

#s-8332532e-7974-4f2a-b078-2ec0102a32a3 {
  margin-left: auto;
margin-right: auto;
min-height: 0px;
}

@media (min-width: 0px) {
[id="s-8332532e-7974-4f2a-b078-2ec0102a32a3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8332532e-7974-4f2a-b078-2ec0102a32a3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8332532e-7974-4f2a-b078-2ec0102a32a3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8332532e-7974-4f2a-b078-2ec0102a32a3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-bc116f74-7552-47b7-919c-aa67b67fa602 {
  padding-top: 47px;
padding-left: 39px;
padding-bottom: 47px;
padding-right: 54px;
min-height: 376px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bc116f74-7552-47b7-919c-aa67b67fa602 {
  padding-top: 47px;
}
}@media (max-width: 767px){#s-bc116f74-7552-47b7-919c-aa67b67fa602 {
  padding-top: 21px;
padding-left: 15px;
padding-bottom: 39px;
padding-right: 15px;
}
}







#s-bc116f74-7552-47b7-919c-aa67b67fa602 > .shg-box-overlay {
  background-color: rgba(29, 38, 46, 1);
  opacity: 0.8;
  display: block;
}#s-bc116f74-7552-47b7-919c-aa67b67fa602.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-bc116f74-7552-47b7-919c-aa67b67fa602 > .shg-box-overlay {
  background-color: rgba(29, 38, 46, 1);
  opacity: 0.8;
  display: block;
}#s-bc116f74-7552-47b7-919c-aa67b67fa602.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-2b8a6e13-fdec-4178-b8e9-deaeb9eee675 {
  margin-top: -16px;
margin-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-2b8a6e13-fdec-4178-b8e9-deaeb9eee675 {
  margin-top: 40px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 4%;
}
}
#s-2b8a6e13-fdec-4178-b8e9-deaeb9eee675 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.3em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-2b8a6e13-fdec-4178-b8e9-deaeb9eee675 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.3em;
  
  
}


}@media (max-width: 767px){#s-2b8a6e13-fdec-4178-b8e9-deaeb9eee675 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.3em;
  
  
}


}
#s-667f7f36-1677-47d7-9754-48b049a70541 {
  margin-top: 8px;
}
@media (max-width: 767px){#s-667f7f36-1677-47d7-9754-48b049a70541 {
  margin-left: 0%;
margin-right: 4%;
}
}
#s-80727d46-28be-4912-8026-90f253f95ee3 {
  margin-top: 32px;
}

#s-83c5d26e-7944-426f-9e32-d21bdadf50fa {
  min-height: 30px;
}
@media (min-width: 1200px){#s-83c5d26e-7944-426f-9e32-d21bdadf50fa {
  min-height: 50px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-83c5d26e-7944-426f-9e32-d21bdadf50fa {
  min-height: 50px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-83c5d26e-7944-426f-9e32-d21bdadf50fa {
  min-height: 50px;
}
}







#s-83c5d26e-7944-426f-9e32-d21bdadf50fa > .shg-box-overlay {
  background-color: rgba(29, 38, 46, 1);
  opacity: 0.8;
  display: block;
}#s-83c5d26e-7944-426f-9e32-d21bdadf50fa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-37096f15-003c-4f33-a1bd-cbea2579688b {
  margin-top: -40px;
margin-left: 40px;
margin-bottom: 0px;
margin-right: 40px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-37096f15-003c-4f33-a1bd-cbea2579688b {
  margin-top: -40px;
}
}@media (max-width: 767px){#s-37096f15-003c-4f33-a1bd-cbea2579688b {
  display: none;
}
#s-37096f15-003c-4f33-a1bd-cbea2579688b, #wrap-s-37096f15-003c-4f33-a1bd-cbea2579688b, #wrap-content-s-37096f15-003c-4f33-a1bd-cbea2579688b { display: none !important; }}
#s-71b4321f-7b6a-4b79-8b8e-7ee7e92b64b2 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 426px;
background-position: center center;
}
@media (min-width: 1200px){#s-71b4321f-7b6a-4b79-8b8e-7ee7e92b64b2 {
  display: none;
}
#s-71b4321f-7b6a-4b79-8b8e-7ee7e92b64b2, #wrap-s-71b4321f-7b6a-4b79-8b8e-7ee7e92b64b2, #wrap-content-s-71b4321f-7b6a-4b79-8b8e-7ee7e92b64b2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-71b4321f-7b6a-4b79-8b8e-7ee7e92b64b2 {
  display: none;
}
#s-71b4321f-7b6a-4b79-8b8e-7ee7e92b64b2, #wrap-s-71b4321f-7b6a-4b79-8b8e-7ee7e92b64b2, #wrap-content-s-71b4321f-7b6a-4b79-8b8e-7ee7e92b64b2 { display: none !important; }}@media (max-width: 767px){#s-71b4321f-7b6a-4b79-8b8e-7ee7e92b64b2 {
  min-height: 0px;
display: none;
}
#s-71b4321f-7b6a-4b79-8b8e-7ee7e92b64b2, #wrap-s-71b4321f-7b6a-4b79-8b8e-7ee7e92b64b2, #wrap-content-s-71b4321f-7b6a-4b79-8b8e-7ee7e92b64b2 { display: none !important; }}
#s-71b4321f-7b6a-4b79-8b8e-7ee7e92b64b2 {
  background-image: url(https://i.shgcdn.com/01f06ead-3a76-40ed-ac8e-0382ec162703/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-71b4321f-7b6a-4b79-8b8e-7ee7e92b64b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-71b4321f-7b6a-4b79-8b8e-7ee7e92b64b2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0cf552cd-b894-4ffa-aa5e-3510f02b89bf {
  background-size: cover;
padding-left: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(205, 214, 220, 1);
border-style: solid;
min-height: 426px;
background-color: rgba(12, 115, 190, 1);
background-position: center center;
}
@media (min-width: 1200px){#s-0cf552cd-b894-4ffa-aa5e-3510f02b89bf {
  display: none;
}
#s-0cf552cd-b894-4ffa-aa5e-3510f02b89bf, #wrap-s-0cf552cd-b894-4ffa-aa5e-3510f02b89bf, #wrap-content-s-0cf552cd-b894-4ffa-aa5e-3510f02b89bf { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0cf552cd-b894-4ffa-aa5e-3510f02b89bf {
  display: none;
}
#s-0cf552cd-b894-4ffa-aa5e-3510f02b89bf, #wrap-s-0cf552cd-b894-4ffa-aa5e-3510f02b89bf, #wrap-content-s-0cf552cd-b894-4ffa-aa5e-3510f02b89bf { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0cf552cd-b894-4ffa-aa5e-3510f02b89bf {
  display: none;
}
#s-0cf552cd-b894-4ffa-aa5e-3510f02b89bf, #wrap-s-0cf552cd-b894-4ffa-aa5e-3510f02b89bf, #wrap-content-s-0cf552cd-b894-4ffa-aa5e-3510f02b89bf { display: none !important; }}







#s-0cf552cd-b894-4ffa-aa5e-3510f02b89bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0cf552cd-b894-4ffa-aa5e-3510f02b89bf.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f4688e82-cdfb-4ba3-af07-ad0b2d479069 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 14%;
margin-left: 6%;
margin-right: 6%;
padding-left: 16px;
padding-right: 16px;
min-height: 300px;
background-position: center top;
}
@media (max-width: 767px){#s-f4688e82-cdfb-4ba3-af07-ad0b2d479069 {
  margin-top: 0%;
margin-left: 0%;
margin-right: 0%;
padding-left: 0px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(12, 58, 91, 1);
border-style: none;
border-radius: 0px;
min-height: 150px;
}
}
#s-f4688e82-cdfb-4ba3-af07-ad0b2d479069 {
  background-image: url(https://i.shgcdn.com/d58c5fad-bebe-4685-816b-134aa51b4c66/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f4688e82-cdfb-4ba3-af07-ad0b2d479069 {
  background-image: url(https://i.shgcdn.com/d58c5fad-bebe-4685-816b-134aa51b4c66/-/resize/480x/);
}
#s-f4688e82-cdfb-4ba3-af07-ad0b2d479069.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f4688e82-cdfb-4ba3-af07-ad0b2d479069 {
  background-image: url(https://i.shgcdn.com/d58c5fad-bebe-4685-816b-134aa51b4c66/-/resize/960x/);
}
#s-f4688e82-cdfb-4ba3-af07-ad0b2d479069.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f4688e82-cdfb-4ba3-af07-ad0b2d479069 {
  background-image: url(https://i.shgcdn.com/d58c5fad-bebe-4685-816b-134aa51b4c66/-/resize/768x/);
}
#s-f4688e82-cdfb-4ba3-af07-ad0b2d479069.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f4688e82-cdfb-4ba3-af07-ad0b2d479069 {
  background-image: url(https://i.shgcdn.com/d58c5fad-bebe-4685-816b-134aa51b4c66/-/resize/1536x/);
}
#s-f4688e82-cdfb-4ba3-af07-ad0b2d479069.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f4688e82-cdfb-4ba3-af07-ad0b2d479069 {
  background-image: url(https://i.shgcdn.com/d58c5fad-bebe-4685-816b-134aa51b4c66/-/resize/1024x/);
}
#s-f4688e82-cdfb-4ba3-af07-ad0b2d479069.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f4688e82-cdfb-4ba3-af07-ad0b2d479069 {
  background-image: url(https://i.shgcdn.com/d58c5fad-bebe-4685-816b-134aa51b4c66/-/resize/2048x/);
}
#s-f4688e82-cdfb-4ba3-af07-ad0b2d479069.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f4688e82-cdfb-4ba3-af07-ad0b2d479069 {
  background-image: url(https://i.shgcdn.com/d58c5fad-bebe-4685-816b-134aa51b4c66/-/resize/1200x/);
}
#s-f4688e82-cdfb-4ba3-af07-ad0b2d479069.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f4688e82-cdfb-4ba3-af07-ad0b2d479069 {
  background-image: url(https://i.shgcdn.com/d58c5fad-bebe-4685-816b-134aa51b4c66/-/resize/2048x/);
}
#s-f4688e82-cdfb-4ba3-af07-ad0b2d479069.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-f4688e82-cdfb-4ba3-af07-ad0b2d479069 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f4688e82-cdfb-4ba3-af07-ad0b2d479069.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8e8fa804-e850-4562-ab82-48a7f365fba8 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 14%;
margin-left: 6%;
margin-right: 6%;
padding-left: 16px;
padding-right: 16px;
min-height: 300px;
background-position: center center;
}
@media (max-width: 767px){#s-8e8fa804-e850-4562-ab82-48a7f365fba8 {
  margin-top: 0%;
margin-left: 0%;
margin-right: 0%;
padding-left: 0px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(12, 58, 91, 1);
border-style: none;
border-radius: 0px;
min-height: 276px;
}
}
#s-8e8fa804-e850-4562-ab82-48a7f365fba8 {
  background-image: url(https://i.shgcdn.com/69fd456c-a5ae-4cf8-bdd8-27f6e05baef3/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-8e8fa804-e850-4562-ab82-48a7f365fba8 {
  background-image: url(https://i.shgcdn.com/69fd456c-a5ae-4cf8-bdd8-27f6e05baef3/-/resize/480x/);
}
#s-8e8fa804-e850-4562-ab82-48a7f365fba8.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-8e8fa804-e850-4562-ab82-48a7f365fba8 {
  background-image: url(https://i.shgcdn.com/69fd456c-a5ae-4cf8-bdd8-27f6e05baef3/-/resize/960x/);
}
#s-8e8fa804-e850-4562-ab82-48a7f365fba8.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-8e8fa804-e850-4562-ab82-48a7f365fba8 {
  background-image: url(https://i.shgcdn.com/69fd456c-a5ae-4cf8-bdd8-27f6e05baef3/-/resize/768x/);
}
#s-8e8fa804-e850-4562-ab82-48a7f365fba8.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-8e8fa804-e850-4562-ab82-48a7f365fba8 {
  background-image: url(https://i.shgcdn.com/69fd456c-a5ae-4cf8-bdd8-27f6e05baef3/-/resize/1536x/);
}
#s-8e8fa804-e850-4562-ab82-48a7f365fba8.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-8e8fa804-e850-4562-ab82-48a7f365fba8 {
  background-image: url(https://i.shgcdn.com/69fd456c-a5ae-4cf8-bdd8-27f6e05baef3/-/resize/1024x/);
}
#s-8e8fa804-e850-4562-ab82-48a7f365fba8.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-8e8fa804-e850-4562-ab82-48a7f365fba8 {
  background-image: url(https://i.shgcdn.com/69fd456c-a5ae-4cf8-bdd8-27f6e05baef3/-/resize/2048x/);
}
#s-8e8fa804-e850-4562-ab82-48a7f365fba8.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-8e8fa804-e850-4562-ab82-48a7f365fba8 {
  background-image: url(https://i.shgcdn.com/69fd456c-a5ae-4cf8-bdd8-27f6e05baef3/-/resize/1200x/);
}
#s-8e8fa804-e850-4562-ab82-48a7f365fba8.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-8e8fa804-e850-4562-ab82-48a7f365fba8 {
  background-image: url(https://i.shgcdn.com/69fd456c-a5ae-4cf8-bdd8-27f6e05baef3/-/resize/2048x/);
}
#s-8e8fa804-e850-4562-ab82-48a7f365fba8.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-8e8fa804-e850-4562-ab82-48a7f365fba8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8e8fa804-e850-4562-ab82-48a7f365fba8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-8e8fa804-e850-4562-ab82-48a7f365fba8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8e8fa804-e850-4562-ab82-48a7f365fba8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
#s-bf74283a-5967-4904-b9ec-d4b3c33a42b9 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bf74283a-5967-4904-b9ec-d4b3c33a42b9 {
  
}
}@media (max-width: 767px){#s-bf74283a-5967-4904-b9ec-d4b3c33a42b9 {
  margin-top: 24px;
}
}
#s-2fec48c0-e165-4b13-983b-da2d27f6ecbf {
  margin-top: -10px;
margin-left: 0px;
margin-bottom: -10px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2fec48c0-e165-4b13-983b-da2d27f6ecbf {
  
}
}
#s-dcd211da-c78a-4efe-8fd8-310fcf1923b6 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-dcd211da-c78a-4efe-8fd8-310fcf1923b6 {
  
}
}
#s-3df2cad5-dec7-4f5d-8924-f4e3ab08b994 {
  margin-top: 16px;
margin-right: 0%;
padding-top: 8px;
padding-left: 30%;
padding-bottom: 8px;
padding-right: 30%;
border-radius: 2px;
background-color: rgba(12, 58, 91, 1);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
}
#s-3df2cad5-dec7-4f5d-8924-f4e3ab08b994:hover {background-color: rgba(5, 30, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3df2cad5-dec7-4f5d-8924-f4e3ab08b994:active {background-color: rgba(175, 26, 38, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-3df2cad5-dec7-4f5d-8924-f4e3ab08b994 {
  border-style: solid;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 175, 230, 1);
color: rgba(255, 255, 255, 1);
background-image: none;
background-color: rgba(0, 175, 230, 1);
hover-type: color;
}
#s-3df2cad5-dec7-4f5d-8924-f4e3ab08b994:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(1, 70, 109, 1) !important;
border-radius: 2px !important;
background-color: rgba(1, 70, 109, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-3df2cad5-dec7-4f5d-8924-f4e3ab08b994:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(1, 70, 109, 1) !important;
border-radius: 2px !important;
background-color: rgba(1, 70, 109, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}}

  #s-3df2cad5-dec7-4f5d-8924-f4e3ab08b994-root {
    text-align: center;
  }


#s-3df2cad5-dec7-4f5d-8924-f4e3ab08b994.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AreaNormal-Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3df2cad5-dec7-4f5d-8924-f4e3ab08b994-root {
    text-align: center;
  }


#s-3df2cad5-dec7-4f5d-8924-f4e3ab08b994.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AreaNormal-Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3df2cad5-dec7-4f5d-8924-f4e3ab08b994-root {
    text-align: center;
  }


#s-3df2cad5-dec7-4f5d-8924-f4e3ab08b994.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AreaNormal-Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3df2cad5-dec7-4f5d-8924-f4e3ab08b994-root {
    text-align: center;
  }


#s-3df2cad5-dec7-4f5d-8924-f4e3ab08b994.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AreaNormal-Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3df2cad5-dec7-4f5d-8924-f4e3ab08b994-root {
    text-align: center;
  }


#s-3df2cad5-dec7-4f5d-8924-f4e3ab08b994.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: AreaNormal-Black;
  display:  inline-block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

#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-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:not(.shopify-section *):not([id^="wistia"]) {
  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;
}
