.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-4488376e-fad9-482b-b4e7-63286b4a5a4c {
  margin-top: 0px;
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 (min-width: 1200px){#s-4488376e-fad9-482b-b4e7-63286b4a5a4c {
  margin-top: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4488376e-fad9-482b-b4e7-63286b4a5a4c {
  border-style: none;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4488376e-fad9-482b-b4e7-63286b4a5a4c {
  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: none;
}
}@media (max-width: 767px){#s-4488376e-fad9-482b-b4e7-63286b4a5a4c {
  display: none;
}
#s-4488376e-fad9-482b-b4e7-63286b4a5a4c, #wrap-s-4488376e-fad9-482b-b4e7-63286b4a5a4c { display: none !important; }}
#s-4488376e-fad9-482b-b4e7-63286b4a5a4c .shg-sld-dot {
  background-color: rgba(205, 214, 220, 1);
}

#s-4488376e-fad9-482b-b4e7-63286b4a5a4c .shg-sld-nav-button.shg-sld-left,
#s-4488376e-fad9-482b-b4e7-63286b4a5a4c .shg-sld-nav-button.shg-sld-right {
  fill: rgba(205, 214, 220, 1);
}
@media (min-width: 1200px){#s-4488376e-fad9-482b-b4e7-63286b4a5a4c .shg-sld-dot {
  background-color: rgba(205, 214, 220, 1);
}

#s-4488376e-fad9-482b-b4e7-63286b4a5a4c .shg-sld-nav-button.shg-sld-left,
#s-4488376e-fad9-482b-b4e7-63286b4a5a4c .shg-sld-nav-button.shg-sld-right {
  fill: rgba(205, 214, 220, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-4488376e-fad9-482b-b4e7-63286b4a5a4c .shg-sld-dot {
  background-color: rgba(205, 214, 220, 1);
}

#s-4488376e-fad9-482b-b4e7-63286b4a5a4c .shg-sld-nav-button.shg-sld-left,
#s-4488376e-fad9-482b-b4e7-63286b4a5a4c .shg-sld-nav-button.shg-sld-right {
  fill: rgba(205, 214, 220, 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-51313b5f-4f9b-41e6-b5e3-04fd8a3263b6 {
  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-51313b5f-4f9b-41e6-b5e3-04fd8a3263b6 {
  display: none;
}
#s-51313b5f-4f9b-41e6-b5e3-04fd8a3263b6, #wrap-s-51313b5f-4f9b-41e6-b5e3-04fd8a3263b6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-51313b5f-4f9b-41e6-b5e3-04fd8a3263b6 {
  display: none;
}
#s-51313b5f-4f9b-41e6-b5e3-04fd8a3263b6, #wrap-s-51313b5f-4f9b-41e6-b5e3-04fd8a3263b6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-51313b5f-4f9b-41e6-b5e3-04fd8a3263b6 {
  display: none;
}
#s-51313b5f-4f9b-41e6-b5e3-04fd8a3263b6, #wrap-s-51313b5f-4f9b-41e6-b5e3-04fd8a3263b6 { display: none !important; }}







#s-51313b5f-4f9b-41e6-b5e3-04fd8a3263b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-51313b5f-4f9b-41e6-b5e3-04fd8a3263b6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c8de4eb9-daf3-49a1-b2a0-2f94a0ebdd3e {
  margin-top: 16px;
margin-bottom: 0px;
padding-left: 16px;
padding-right: 16px;
min-height: 50px;
}








#s-c8de4eb9-daf3-49a1-b2a0-2f94a0ebdd3e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c8de4eb9-daf3-49a1-b2a0-2f94a0ebdd3e.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: #000000;
  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: #000000;
  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: #000000;
  font-family: "areaNormal800";
  font-weight: 400;
}

.shg-theme-text-content p {
  color: #000000;
  font-family: "area-normal";
  font-weight: 400;
}

#s-96481684-1759-46e0-b7bb-b85b28c768f7 {
  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: #000000;
  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-ca7ef1a6-5a6a-40d0-b9ac-1e64d14c0fec {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ca7ef1a6-5a6a-40d0-b9ac-1e64d14c0fec .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-9edf15ca-b7c0-4b0a-bff8-61e425eaad4f {
  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-05d67e06-0fa7-4cd4-8a3c-44a8edd17567 {
  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-05d67e06-0fa7-4cd4-8a3c-44a8edd17567:hover {background-color: rgba(82, 1, 14, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-05d67e06-0fa7-4cd4-8a3c-44a8edd17567:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-05d67e06-0fa7-4cd4-8a3c-44a8edd17567-root {
    text-align: center;
  }


#s-05d67e06-0fa7-4cd4-8a3c-44a8edd17567.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-05d67e06-0fa7-4cd4-8a3c-44a8edd17567-root {
    text-align: center;
  }


#s-05d67e06-0fa7-4cd4-8a3c-44a8edd17567.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-05d67e06-0fa7-4cd4-8a3c-44a8edd17567-root {
    text-align: center;
  }


#s-05d67e06-0fa7-4cd4-8a3c-44a8edd17567.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-05d67e06-0fa7-4cd4-8a3c-44a8edd17567-root {
    text-align: center;
  }


#s-05d67e06-0fa7-4cd4-8a3c-44a8edd17567.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-05d67e06-0fa7-4cd4-8a3c-44a8edd17567-root {
    text-align: center;
  }


#s-05d67e06-0fa7-4cd4-8a3c-44a8edd17567.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}
#s-4f47a8da-e3d8-4064-b0f1-83c73d372770 {
  margin-top: 24px;
min-height: 50px;
background-color: rgba(183, 238, 255, 1);
}








#s-4f47a8da-e3d8-4064-b0f1-83c73d372770 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4f47a8da-e3d8-4064-b0f1-83c73d372770.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-0e14f5f6-781f-4fee-bc58-3412bbc6b04b {
  max-width: 200px;
aspect-ratio: 410/434;
text-align: center;
}



.shg-image-margin-container-s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b .shg-image-content-wrapper {
      aspect-ratio: 410/434;
      min-width: 100%;
      height: auto;
    }

    #s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b .shogun-image-link {
      aspect-ratio: 410/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 200px;
  }



  img.s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b .shogun-image-content {
  
    align-items: center;
  
}

.s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b {
      --shg-aspect-ratio: calc(410/434); 
    }

    .s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b.shogun-image-container {
      position: relative;
    }

    .s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b .shg-image-content-wrapper {
      aspect-ratio: 410/434;
      min-width: 100%;
      height: auto;
    }

    #s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b .shogun-image-link {
      aspect-ratio: 410/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 200px;
  }



  img.s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b .shogun-image-content {
  
    align-items: center;
  
}

.s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b {
      --shg-aspect-ratio: calc(410/434); 
    }

    .s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b.shogun-image-container {
      position: relative;
    }

    .s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

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

.shg-image-margin-container-s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b .shg-image-content-wrapper {
      aspect-ratio: 410/434;
      min-width: 100%;
      height: auto;
    }

    #s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b .shogun-image-link {
      aspect-ratio: 410/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 200px;
  }



  img.s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b .shogun-image-content {
  
    align-items: center;
  
}

.s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b {
      --shg-aspect-ratio: calc(410/434); 
    }

    .s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b.shogun-image-container {
      position: relative;
    }

    .s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

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

.shg-image-margin-container-s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b .shg-image-content-wrapper {
      aspect-ratio: 410/434;
      min-width: 100%;
      height: auto;
    }

    #s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b .shogun-image-link {
      aspect-ratio: 410/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 200px;
  }



  img.s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b .shogun-image-content {
  
    align-items: center;
  
}

.s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b {
      --shg-aspect-ratio: calc(410/434); 
    }

    .s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b.shogun-image-container {
      position: relative;
    }

    .s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

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

.shg-image-margin-container-s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b .shg-image-content-wrapper {
      aspect-ratio: 410/434;
      min-width: 100%;
      height: auto;
    }

    #s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b .shogun-image-link {
      aspect-ratio: 410/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 200px;
  }



  img.s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b .shogun-image-content {
  
    align-items: center;
  
}

.s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b {
      --shg-aspect-ratio: calc(410/434); 
    }

    .s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b.shogun-image-container {
      position: relative;
    }

    .s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0e14f5f6-781f-4fee-bc58-3412bbc6b04b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-9dac45ea-5077-40f5-a341-a33dc65b1495 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 426px;
background-position: center center;
}

#s-9dac45ea-5077-40f5-a341-a33dc65b1495 {
  background-image: url(https://i.shgcdn.com/8906602a-b3fb-4504-9a8c-b843f969c1b1/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-9dac45ea-5077-40f5-a341-a33dc65b1495 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9dac45ea-5077-40f5-a341-a33dc65b1495.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-77a7f59b-48e1-4d6a-8d90-ef804fcfec00 {
  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-d8e12f65-30f0-41bb-ba39-90c009f85dd0 {
  margin-left: auto;
margin-right: auto;
min-height: 0px;
}

@media (min-width: 0px) {
[id="s-d8e12f65-30f0-41bb-ba39-90c009f85dd0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d8e12f65-30f0-41bb-ba39-90c009f85dd0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d8e12f65-30f0-41bb-ba39-90c009f85dd0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d8e12f65-30f0-41bb-ba39-90c009f85dd0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-ee06a111-5bbc-4f9c-9307-e2749930e5d3 {
  padding-top: 47px;
padding-left: 39px;
padding-bottom: 47px;
padding-right: 54px;
min-height: 376px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ee06a111-5bbc-4f9c-9307-e2749930e5d3 {
  padding-top: 47px;
}
}@media (max-width: 767px){#s-ee06a111-5bbc-4f9c-9307-e2749930e5d3 {
  padding-top: 21px;
padding-left: 15px;
padding-bottom: 39px;
padding-right: 15px;
}
}







#s-ee06a111-5bbc-4f9c-9307-e2749930e5d3 > .shg-box-overlay {
  background-color: rgba(29, 38, 46, 1);
  opacity: 0.8;
  display: block;
}#s-ee06a111-5bbc-4f9c-9307-e2749930e5d3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-ee06a111-5bbc-4f9c-9307-e2749930e5d3 > .shg-box-overlay {
  background-color: rgba(29, 38, 46, 1);
  opacity: 0.8;
  display: block;
}#s-ee06a111-5bbc-4f9c-9307-e2749930e5d3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-adf89db6-b096-4547-a1c7-0c5b824cdfcc {
  margin-top: -16px;
margin-bottom: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-adf89db6-b096-4547-a1c7-0c5b824cdfcc {
  margin-top: -32px;
}
}@media (max-width: 767px){#s-adf89db6-b096-4547-a1c7-0c5b824cdfcc {
  margin-top: 40px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 4%;
}
}
#s-adf89db6-b096-4547-a1c7-0c5b824cdfcc .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-adf89db6-b096-4547-a1c7-0c5b824cdfcc .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-adf89db6-b096-4547-a1c7-0c5b824cdfcc .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.3em;
  
  
}


}
#s-7f2cb402-bc74-4a8f-a6ee-e8ba8d80b801 {
  margin-top: 8px;
}
@media (max-width: 767px){#s-7f2cb402-bc74-4a8f-a6ee-e8ba8d80b801 {
  margin-left: 0%;
margin-right: 4%;
}
}
#s-4b2836f6-6499-452e-878d-b7d9f0f7342f {
  margin-top: 32px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4b2836f6-6499-452e-878d-b7d9f0f7342f {
  margin-top: 16px;
margin-bottom: -8px;
}
}
#s-24ecff5b-6eae-47f0-846a-b290470fcf7f {
  min-height: 30px;
}
@media (min-width: 1200px){#s-24ecff5b-6eae-47f0-846a-b290470fcf7f {
  min-height: 50px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-24ecff5b-6eae-47f0-846a-b290470fcf7f {
  min-height: 50px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-24ecff5b-6eae-47f0-846a-b290470fcf7f {
  min-height: 50px;
}
}







#s-24ecff5b-6eae-47f0-846a-b290470fcf7f > .shg-box-overlay {
  background-color: rgba(29, 38, 46, 1);
  opacity: 0.8;
  display: block;
}#s-24ecff5b-6eae-47f0-846a-b290470fcf7f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6456860a-430b-4145-8be3-6b507e8be422 {
  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-6456860a-430b-4145-8be3-6b507e8be422 {
  margin-top: -70px;
}
}@media (max-width: 767px){#s-6456860a-430b-4145-8be3-6b507e8be422 {
  display: none;
}
#s-6456860a-430b-4145-8be3-6b507e8be422, #wrap-s-6456860a-430b-4145-8be3-6b507e8be422 { display: none !important; }}
#s-ca558840-ba57-4780-b61a-f9aa9158d1d5 {
  background-repeat: no-repeat;
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;
}
@media (min-width: 1200px){#s-ca558840-ba57-4780-b61a-f9aa9158d1d5 {
  display: none;
}
#s-ca558840-ba57-4780-b61a-f9aa9158d1d5, #wrap-s-ca558840-ba57-4780-b61a-f9aa9158d1d5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ca558840-ba57-4780-b61a-f9aa9158d1d5 {
  display: none;
}
#s-ca558840-ba57-4780-b61a-f9aa9158d1d5, #wrap-s-ca558840-ba57-4780-b61a-f9aa9158d1d5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ca558840-ba57-4780-b61a-f9aa9158d1d5 {
  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;
background-color: rgba(233, 242, 239, 1);
}
}@media (max-width: 767px){#s-ca558840-ba57-4780-b61a-f9aa9158d1d5 {
  min-height: 0px;
display: none;
}
#s-ca558840-ba57-4780-b61a-f9aa9158d1d5, #wrap-s-ca558840-ba57-4780-b61a-f9aa9158d1d5 { display: none !important; }}
#s-ca558840-ba57-4780-b61a-f9aa9158d1d5 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDAxMTI4YzMtZmQxMi00Y2VlLWEzZGQtM2MxM2I1ZmI1N2NlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkMDExMjhjMy1mZDEyLTRjZWUtYTNkZC0zYzEzYjVmYjU3Y2UpIi8+PC9zdmc+);
}








#s-ca558840-ba57-4780-b61a-f9aa9158d1d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ca558840-ba57-4780-b61a-f9aa9158d1d5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d94e1864-ff1c-43d5-a818-2a5d22354c8f {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-d94e1864-ff1c-43d5-a818-2a5d22354c8f {
  display: none;
}
#s-d94e1864-ff1c-43d5-a818-2a5d22354c8f, #wrap-s-d94e1864-ff1c-43d5-a818-2a5d22354c8f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d94e1864-ff1c-43d5-a818-2a5d22354c8f {
  display: none;
}
#s-d94e1864-ff1c-43d5-a818-2a5d22354c8f, #wrap-s-d94e1864-ff1c-43d5-a818-2a5d22354c8f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d94e1864-ff1c-43d5-a818-2a5d22354c8f {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: none;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-d94e1864-ff1c-43d5-a818-2a5d22354c8f {
  display: none;
}
#s-d94e1864-ff1c-43d5-a818-2a5d22354c8f, #wrap-s-d94e1864-ff1c-43d5-a818-2a5d22354c8f { display: none !important; }}
@media (min-width: 0px) {
[id="s-d94e1864-ff1c-43d5-a818-2a5d22354c8f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d94e1864-ff1c-43d5-a818-2a5d22354c8f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d94e1864-ff1c-43d5-a818-2a5d22354c8f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d94e1864-ff1c-43d5-a818-2a5d22354c8f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-a53c65bd-d392-44fd-bbde-ab01e3235d03 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 25%;
padding-bottom: 0px;
padding-right: 5%;
min-height: 426px;
background-color: rgba(33, 182, 229, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-a53c65bd-d392-44fd-bbde-ab01e3235d03 {
  padding-left: 10%;
padding-right: 4%;
}
}







#s-a53c65bd-d392-44fd-bbde-ab01e3235d03 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a53c65bd-d392-44fd-bbde-ab01e3235d03.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-daefd122-273f-4dd1-aabb-0bb73ebf7d70 {
  margin-top: -6px;
margin-left: auto;
margin-right: auto;
}

#s-720f4d91-f7a0-407a-a23c-c28a9e191a60 {
  margin-top: -6px;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-720f4d91-f7a0-407a-a23c-c28a9e191a60 {
  margin-top: 0px;
margin-bottom: -5px;
}
}
#s-57df153c-0896-4577-aa4c-0f30ebdb06fd {
  margin-top: -6px;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-57df153c-0896-4577-aa4c-0f30ebdb06fd {
  margin-top: -16px;
margin-bottom: 0px;
padding-bottom: 8px;
}
}
#s-0284097c-b5ca-4cf0-88ad-9471043a14a0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-0284097c-b5ca-4cf0-88ad-9471043a14a0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0284097c-b5ca-4cf0-88ad-9471043a14a0:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-0284097c-b5ca-4cf0-88ad-9471043a14a0 {
  border-style: solid;
padding-top: 9px;
padding-left: 94px;
padding-bottom: 7px;
padding-right: 94px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(1, 97, 152, 1);
border-radius: 3px;
letter-spacing: 2px;
background-image: none;
background-color: rgba(1, 97, 152, 1);
hover-type: color;
text-align: left;
}
#s-0284097c-b5ca-4cf0-88ad-9471043a14a0: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(12, 58, 91, 1) !important;
border-radius: 3px !important;
background-color: rgba(12, 58, 91, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0284097c-b5ca-4cf0-88ad-9471043a14a0: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(12, 58, 91, 1) !important;
border-radius: 3px !important;
background-color: rgba(12, 58, 91, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-0284097c-b5ca-4cf0-88ad-9471043a14a0-root {
    text-align: center;
  }


#s-0284097c-b5ca-4cf0-88ad-9471043a14a0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0284097c-b5ca-4cf0-88ad-9471043a14a0-root {
    text-align: center;
  }


#s-0284097c-b5ca-4cf0-88ad-9471043a14a0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0284097c-b5ca-4cf0-88ad-9471043a14a0-root {
    text-align: center;
  }


#s-0284097c-b5ca-4cf0-88ad-9471043a14a0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0284097c-b5ca-4cf0-88ad-9471043a14a0-root {
    text-align: left;
  }


#s-0284097c-b5ca-4cf0-88ad-9471043a14a0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0284097c-b5ca-4cf0-88ad-9471043a14a0-root {
    text-align: center;
  }


#s-0284097c-b5ca-4cf0-88ad-9471043a14a0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-63d03ff2-49ff-4651-a7aa-6daa429bebe9 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-63d03ff2-49ff-4651-a7aa-6daa429bebe9 {
  margin-top: 8px;
}
}
#s-3b8b64f1-39ad-4d41-a277-94d855f7f491 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 426px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-3b8b64f1-39ad-4d41-a277-94d855f7f491 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: -7%;
}
}
#s-3b8b64f1-39ad-4d41-a277-94d855f7f491 {
  background-image: url(https://i.shgcdn.com/1a3abcb2-1cb2-453f-b52e-1aa2c26065b3/);
}








#s-3b8b64f1-39ad-4d41-a277-94d855f7f491 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3b8b64f1-39ad-4d41-a277-94d855f7f491.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 991px){






#s-3b8b64f1-39ad-4d41-a277-94d855f7f491 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3b8b64f1-39ad-4d41-a277-94d855f7f491.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-720388fd-bc28-466c-be63-342d1459dbf6 {
  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;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-720388fd-bc28-466c-be63-342d1459dbf6 {
  border-style: none;
}
}@media (min-width: 768px) and (max-width: 991px){#s-720388fd-bc28-466c-be63-342d1459dbf6 {
  display: none;
}
#s-720388fd-bc28-466c-be63-342d1459dbf6, #wrap-s-720388fd-bc28-466c-be63-342d1459dbf6 { display: none !important; }}@media (max-width: 767px){#s-720388fd-bc28-466c-be63-342d1459dbf6 {
  display: none;
}
#s-720388fd-bc28-466c-be63-342d1459dbf6, #wrap-s-720388fd-bc28-466c-be63-342d1459dbf6 { display: none !important; }}







#s-720388fd-bc28-466c-be63-342d1459dbf6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-720388fd-bc28-466c-be63-342d1459dbf6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9e5b67d0-24b9-48b8-916a-65a012092c41 {
  margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
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;
background-color: rgba(33, 182, 229, 1);
}

@media (min-width: 0px) {
[id="s-9e5b67d0-24b9-48b8-916a-65a012092c41"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9e5b67d0-24b9-48b8-916a-65a012092c41"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9e5b67d0-24b9-48b8-916a-65a012092c41"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9e5b67d0-24b9-48b8-916a-65a012092c41"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-8ccac1f3-f17a-4109-9865-6312e0c582c6 {
  background-size: cover;
margin-left: 5%;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
min-height: 424px;
background-position: center center;
background-color: rgba(33, 182, 229, 1);
}
@media (min-width: 1200px){#s-8ccac1f3-f17a-4109-9865-6312e0c582c6 {
  margin-left: 25%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8ccac1f3-f17a-4109-9865-6312e0c582c6 {
  margin-left: 10%;
margin-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8ccac1f3-f17a-4109-9865-6312e0c582c6 {
  padding-right: 4%;
}
}







#s-8ccac1f3-f17a-4109-9865-6312e0c582c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8ccac1f3-f17a-4109-9865-6312e0c582c6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e269d921-17ce-46f0-bc02-9ee980e34cd5 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
}

#s-ab3c393e-5fd9-4fc8-83fd-1857e2cec8cb {
  margin-top: 0px;
margin-left: auto;
margin-bottom: -24px;
margin-right: auto;
}

#s-ae66567e-7976-4fab-8b98-0ef5a307ad44 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
}

#s-ecc35097-f22c-4ad7-bb79-9c6694a66b8a {
  border-style: solid;
margin-top: 12px;
margin-left: auto;
margin-bottom: 12px;
margin-right: auto;
padding-top: 9px;
padding-left: 120px;
padding-bottom: 7px;
padding-right: 120px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(1, 97, 152, 1);
border-radius: 3px;
min-height: 0px;
max-width: 350px;
background-color: rgba(1, 97, 152, 1);
text-align: left;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
}
#s-ecc35097-f22c-4ad7-bb79-9c6694a66b8a: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(12, 58, 91, 1) !important;
border-radius: 3px !important;
background-color: rgba(12, 58, 91, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ecc35097-f22c-4ad7-bb79-9c6694a66b8a: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(12, 58, 91, 1) !important;
border-radius: 3px !important;
background-color: rgba(12, 58, 91, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-ecc35097-f22c-4ad7-bb79-9c6694a66b8a-root {
    text-align: left;
  }


#s-ecc35097-f22c-4ad7-bb79-9c6694a66b8a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ecc35097-f22c-4ad7-bb79-9c6694a66b8a-root {
    text-align: left;
  }


#s-ecc35097-f22c-4ad7-bb79-9c6694a66b8a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ecc35097-f22c-4ad7-bb79-9c6694a66b8a-root {
    text-align: left;
  }


#s-ecc35097-f22c-4ad7-bb79-9c6694a66b8a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ecc35097-f22c-4ad7-bb79-9c6694a66b8a-root {
    text-align: left;
  }


#s-ecc35097-f22c-4ad7-bb79-9c6694a66b8a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ecc35097-f22c-4ad7-bb79-9c6694a66b8a-root {
    text-align: left;
  }


#s-ecc35097-f22c-4ad7-bb79-9c6694a66b8a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}
#s-0fe9d3e9-d782-403b-9bc0-ae78b1086b8a {
  margin-left: auto;
margin-right: auto;
}

#s-0fadfc83-5b4e-477c-8f0a-e0847cbf9309 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 424px;
background-position: center center;
}

#s-0fadfc83-5b4e-477c-8f0a-e0847cbf9309 {
  background-image: url(https://i.shgcdn.com/1a3abcb2-1cb2-453f-b52e-1aa2c26065b3/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-0fadfc83-5b4e-477c-8f0a-e0847cbf9309 {
  background-image: url(https://i.shgcdn.com/1a3abcb2-1cb2-453f-b52e-1aa2c26065b3/-/resize/480x/);
}
#s-0fadfc83-5b4e-477c-8f0a-e0847cbf9309.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-0fadfc83-5b4e-477c-8f0a-e0847cbf9309 {
  background-image: url(https://i.shgcdn.com/1a3abcb2-1cb2-453f-b52e-1aa2c26065b3/-/resize/960x/);
}
#s-0fadfc83-5b4e-477c-8f0a-e0847cbf9309.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-0fadfc83-5b4e-477c-8f0a-e0847cbf9309 {
  background-image: url(https://i.shgcdn.com/1a3abcb2-1cb2-453f-b52e-1aa2c26065b3/-/resize/768x/);
}
#s-0fadfc83-5b4e-477c-8f0a-e0847cbf9309.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-0fadfc83-5b4e-477c-8f0a-e0847cbf9309 {
  background-image: url(https://i.shgcdn.com/1a3abcb2-1cb2-453f-b52e-1aa2c26065b3/-/resize/1536x/);
}
#s-0fadfc83-5b4e-477c-8f0a-e0847cbf9309.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-0fadfc83-5b4e-477c-8f0a-e0847cbf9309 {
  background-image: url(https://i.shgcdn.com/1a3abcb2-1cb2-453f-b52e-1aa2c26065b3/-/resize/1024x/);
}
#s-0fadfc83-5b4e-477c-8f0a-e0847cbf9309.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-0fadfc83-5b4e-477c-8f0a-e0847cbf9309 {
  background-image: url(https://i.shgcdn.com/1a3abcb2-1cb2-453f-b52e-1aa2c26065b3/-/resize/2048x/);
}
#s-0fadfc83-5b4e-477c-8f0a-e0847cbf9309.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-0fadfc83-5b4e-477c-8f0a-e0847cbf9309 {
  background-image: url(https://i.shgcdn.com/1a3abcb2-1cb2-453f-b52e-1aa2c26065b3/-/resize/1200x/);
}
#s-0fadfc83-5b4e-477c-8f0a-e0847cbf9309.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-0fadfc83-5b4e-477c-8f0a-e0847cbf9309 {
  background-image: url(https://i.shgcdn.com/1a3abcb2-1cb2-453f-b52e-1aa2c26065b3/-/resize/2048x/);
}
#s-0fadfc83-5b4e-477c-8f0a-e0847cbf9309.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-0fadfc83-5b4e-477c-8f0a-e0847cbf9309 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0fadfc83-5b4e-477c-8f0a-e0847cbf9309.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dacd40c1-4dfe-4607-a5ff-659e8dfd5d06 {
  padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-dacd40c1-4dfe-4607-a5ff-659e8dfd5d06 {
  display: none;
}
#s-dacd40c1-4dfe-4607-a5ff-659e8dfd5d06, #wrap-s-dacd40c1-4dfe-4607-a5ff-659e8dfd5d06 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dacd40c1-4dfe-4607-a5ff-659e8dfd5d06 {
  display: none;
}
#s-dacd40c1-4dfe-4607-a5ff-659e8dfd5d06, #wrap-s-dacd40c1-4dfe-4607-a5ff-659e8dfd5d06 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dacd40c1-4dfe-4607-a5ff-659e8dfd5d06 {
  display: none;
}
#s-dacd40c1-4dfe-4607-a5ff-659e8dfd5d06, #wrap-s-dacd40c1-4dfe-4607-a5ff-659e8dfd5d06 { display: none !important; }}@media (max-width: 767px){#s-dacd40c1-4dfe-4607-a5ff-659e8dfd5d06 {
  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: none;
}
}
#s-dacd40c1-4dfe-4607-a5ff-659e8dfd5d06 .shg-sld-dot {
  background-color: rgba(205, 214, 220, 1);
}

#s-dacd40c1-4dfe-4607-a5ff-659e8dfd5d06 .shg-sld-nav-button.shg-sld-left,
#s-dacd40c1-4dfe-4607-a5ff-659e8dfd5d06 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(205, 214, 220, 1);
}
@media (max-width: 767px){#s-dacd40c1-4dfe-4607-a5ff-659e8dfd5d06 .shg-sld-dot {
  background-color: rgba(205, 214, 220, 1);
}

#s-dacd40c1-4dfe-4607-a5ff-659e8dfd5d06 .shg-sld-nav-button.shg-sld-left,
#s-dacd40c1-4dfe-4607-a5ff-659e8dfd5d06 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(205, 214, 220, 1);
}
}
#s-20d4a00b-0a10-48bf-9b4c-703b417ec088 {
  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-20d4a00b-0a10-48bf-9b4c-703b417ec088 {
  display: none;
}
#s-20d4a00b-0a10-48bf-9b4c-703b417ec088, #wrap-s-20d4a00b-0a10-48bf-9b4c-703b417ec088 { display: none !important; }}@media (max-width: 767px){#s-20d4a00b-0a10-48bf-9b4c-703b417ec088 {
  min-height: 0px;
display: none;
}
#s-20d4a00b-0a10-48bf-9b4c-703b417ec088, #wrap-s-20d4a00b-0a10-48bf-9b4c-703b417ec088 { display: none !important; }}
#s-20d4a00b-0a10-48bf-9b4c-703b417ec088 {
  background-image: url(https://i.shgcdn.com/4c36f459-033a-4407-9e23-d4354995c659/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-20d4a00b-0a10-48bf-9b4c-703b417ec088 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-20d4a00b-0a10-48bf-9b4c-703b417ec088.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2e9242b2-b10b-42fa-b7c3-e3cd487cb917 {
  margin-left: 0%;
padding-left: 0%;
padding-right: 0%;
min-height: 424px;
max-width: 400px;
}
@media (min-width: 1200px){#s-2e9242b2-b10b-42fa-b7c3-e3cd487cb917 {
  margin-left: 60px;
margin-right: 0px;
}
}







#s-2e9242b2-b10b-42fa-b7c3-e3cd487cb917 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2e9242b2-b10b-42fa-b7c3-e3cd487cb917.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1de80e97-3b67-4c06-bceb-99789a944117 {
  margin-left: 4px;
margin-bottom: 8px;
margin-right: 0px;
}

#s-155489fc-6d86-472b-9984-a3801ce267cd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-155489fc-6d86-472b-9984-a3801ce267cd .shogun-heading-component h1 {
  color: rgba(168, 0, 30, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 80px;
  
  
  
}



#s-37ae8b3f-ba81-429a-bae0-f7df5a1407f0 {
  margin-top: -6px;
}

#s-f280e2d4-6e89-4f48-962d-c97b0cd1e809 {
  margin-top: 32px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(168, 0, 30, 1);
text-align: left;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
}
#s-f280e2d4-6e89-4f48-962d-c97b0cd1e809:hover {background-color: rgba(82, 1, 14, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f280e2d4-6e89-4f48-962d-c97b0cd1e809:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-f280e2d4-6e89-4f48-962d-c97b0cd1e809 {
  padding-left: 145px;
padding-right: 145px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f280e2d4-6e89-4f48-962d-c97b0cd1e809 {
  padding-left: 145px;
padding-right: 145px;
}
}

  #s-f280e2d4-6e89-4f48-962d-c97b0cd1e809-root {
    text-align: left;
  }


#s-f280e2d4-6e89-4f48-962d-c97b0cd1e809.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f280e2d4-6e89-4f48-962d-c97b0cd1e809-root {
    text-align: left;
  }


#s-f280e2d4-6e89-4f48-962d-c97b0cd1e809.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f280e2d4-6e89-4f48-962d-c97b0cd1e809-root {
    text-align: left;
  }


#s-f280e2d4-6e89-4f48-962d-c97b0cd1e809.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f280e2d4-6e89-4f48-962d-c97b0cd1e809-root {
    text-align: left;
  }


#s-f280e2d4-6e89-4f48-962d-c97b0cd1e809.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f280e2d4-6e89-4f48-962d-c97b0cd1e809-root {
    text-align: left;
  }


#s-f280e2d4-6e89-4f48-962d-c97b0cd1e809.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}
#s-d48c18ea-9039-4f1a-80c3-7aa1c9e3ec91 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 426px;
background-position: center center;
}

#s-d48c18ea-9039-4f1a-80c3-7aa1c9e3ec91 {
  background-image: url(https://i.shgcdn.com/8906602a-b3fb-4504-9a8c-b843f969c1b1/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-d48c18ea-9039-4f1a-80c3-7aa1c9e3ec91 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d48c18ea-9039-4f1a-80c3-7aa1c9e3ec91.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7561614c-d5d7-4925-965e-31b5f359cba3 {
  
}

#s-a3214895-f0e5-42b5-8712-b53129e6a9c4 {
  margin-left: auto;
margin-right: auto;
min-height: 0px;
}

@media (min-width: 0px) {
[id="s-a3214895-f0e5-42b5-8712-b53129e6a9c4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a3214895-f0e5-42b5-8712-b53129e6a9c4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a3214895-f0e5-42b5-8712-b53129e6a9c4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a3214895-f0e5-42b5-8712-b53129e6a9c4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-72a40f81-cc11-4d50-81c7-fab523b821e7 {
  padding-top: 47px;
padding-left: 39px;
padding-bottom: 47px;
padding-right: 54px;
min-height: 376px;
}
@media (min-width: 768px) and (max-width: 991px){#s-72a40f81-cc11-4d50-81c7-fab523b821e7 {
  padding-top: 47px;
}
}@media (max-width: 767px){#s-72a40f81-cc11-4d50-81c7-fab523b821e7 {
  padding-top: 21px;
padding-left: 15px;
padding-bottom: 39px;
padding-right: 15px;
}
}







#s-72a40f81-cc11-4d50-81c7-fab523b821e7 > .shg-box-overlay {
  background-color: rgba(29, 38, 46, 1);
  opacity: 0.8;
  display: block;
}#s-72a40f81-cc11-4d50-81c7-fab523b821e7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-72a40f81-cc11-4d50-81c7-fab523b821e7 > .shg-box-overlay {
  background-color: rgba(29, 38, 46, 1);
  opacity: 0.8;
  display: block;
}#s-72a40f81-cc11-4d50-81c7-fab523b821e7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-577d7bce-4b7d-46c3-885d-fb53757fbee3 {
  margin-top: -16px;
margin-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-577d7bce-4b7d-46c3-885d-fb53757fbee3 {
  margin-top: 40px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 4%;
}
}
#s-577d7bce-4b7d-46c3-885d-fb53757fbee3 .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-577d7bce-4b7d-46c3-885d-fb53757fbee3 .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-577d7bce-4b7d-46c3-885d-fb53757fbee3 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.3em;
  
  
}


}
#s-0395a091-9672-4f3c-a8ac-e93afaf522ec {
  margin-top: 8px;
}
@media (max-width: 767px){#s-0395a091-9672-4f3c-a8ac-e93afaf522ec {
  margin-left: 0%;
margin-right: 4%;
}
}
#s-da8f463b-d5e6-4406-91cb-896e41ee69f1 {
  margin-top: 32px;
}

#s-e10c8a00-108b-4e72-b573-bf5822968b6f {
  min-height: 30px;
}
@media (min-width: 1200px){#s-e10c8a00-108b-4e72-b573-bf5822968b6f {
  min-height: 50px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e10c8a00-108b-4e72-b573-bf5822968b6f {
  min-height: 50px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e10c8a00-108b-4e72-b573-bf5822968b6f {
  min-height: 50px;
}
}







#s-e10c8a00-108b-4e72-b573-bf5822968b6f > .shg-box-overlay {
  background-color: rgba(29, 38, 46, 1);
  opacity: 0.8;
  display: block;
}#s-e10c8a00-108b-4e72-b573-bf5822968b6f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4d1abd89-bc4d-4404-af9c-54154b954bf0 {
  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-4d1abd89-bc4d-4404-af9c-54154b954bf0 {
  margin-top: -40px;
}
}@media (max-width: 767px){#s-4d1abd89-bc4d-4404-af9c-54154b954bf0 {
  display: none;
}
#s-4d1abd89-bc4d-4404-af9c-54154b954bf0, #wrap-s-4d1abd89-bc4d-4404-af9c-54154b954bf0 { display: none !important; }}
#s-2802b0f9-235f-4063-abaf-d30b520e2b78 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 426px;
background-position: center center;
}
@media (min-width: 1200px){#s-2802b0f9-235f-4063-abaf-d30b520e2b78 {
  display: none;
}
#s-2802b0f9-235f-4063-abaf-d30b520e2b78, #wrap-s-2802b0f9-235f-4063-abaf-d30b520e2b78 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2802b0f9-235f-4063-abaf-d30b520e2b78 {
  display: none;
}
#s-2802b0f9-235f-4063-abaf-d30b520e2b78, #wrap-s-2802b0f9-235f-4063-abaf-d30b520e2b78 { display: none !important; }}@media (max-width: 767px){#s-2802b0f9-235f-4063-abaf-d30b520e2b78 {
  min-height: 0px;
display: none;
}
#s-2802b0f9-235f-4063-abaf-d30b520e2b78, #wrap-s-2802b0f9-235f-4063-abaf-d30b520e2b78 { display: none !important; }}
#s-2802b0f9-235f-4063-abaf-d30b520e2b78 {
  background-image: url(https://i.shgcdn.com/01f06ead-3a76-40ed-ac8e-0382ec162703/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-2802b0f9-235f-4063-abaf-d30b520e2b78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2802b0f9-235f-4063-abaf-d30b520e2b78.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ea3078d6-7e81-4cc8-a22b-9774b34815e5 {
  padding-left: 40px;
min-height: 426px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ea3078d6-7e81-4cc8-a22b-9774b34815e5 {
  padding-left: 6%;
}
}







#s-ea3078d6-7e81-4cc8-a22b-9774b34815e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ea3078d6-7e81-4cc8-a22b-9774b34815e5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5e034864-4c68-4fad-b69c-7185f6b3f4a0 {
  margin-left: 4px;
margin-bottom: 8px;
}

#s-db020362-e18a-4207-81cb-fafdf76533fe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-db020362-e18a-4207-81cb-fafdf76533fe .shogun-heading-component h1 {
  color: rgba(168, 0, 30, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 70px;
  
  
  
}



#s-c0d3b7f0-41f6-4929-9efa-2b809915d0ce {
  margin-top: -6px;
}

#s-1f5c8f10-752c-42cb-a2c9-f0b10d29f42a {
  margin-top: 32px;
padding-top: 10px;
padding-left: 125px;
padding-bottom: 10px;
padding-right: 125px;
border-radius: 4px;
background-color: rgba(168, 0, 30, 1);
text-align: left;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
}
#s-1f5c8f10-752c-42cb-a2c9-f0b10d29f42a:hover {background-color: rgba(82, 1, 14, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1f5c8f10-752c-42cb-a2c9-f0b10d29f42a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1f5c8f10-752c-42cb-a2c9-f0b10d29f42a-root {
    text-align: left;
  }


#s-1f5c8f10-752c-42cb-a2c9-f0b10d29f42a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1f5c8f10-752c-42cb-a2c9-f0b10d29f42a-root {
    text-align: left;
  }


#s-1f5c8f10-752c-42cb-a2c9-f0b10d29f42a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1f5c8f10-752c-42cb-a2c9-f0b10d29f42a-root {
    text-align: left;
  }


#s-1f5c8f10-752c-42cb-a2c9-f0b10d29f42a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1f5c8f10-752c-42cb-a2c9-f0b10d29f42a-root {
    text-align: left;
  }


#s-1f5c8f10-752c-42cb-a2c9-f0b10d29f42a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1f5c8f10-752c-42cb-a2c9-f0b10d29f42a-root {
    text-align: left;
  }


#s-1f5c8f10-752c-42cb-a2c9-f0b10d29f42a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}
#s-856a240e-73a4-4e90-9534-0fc5905034f3 {
  margin-top: 0px;
margin-bottom: 0px;
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(33, 182, 229, 1);
}
@media (min-width: 1200px){#s-856a240e-73a4-4e90-9534-0fc5905034f3 {
  display: none;
}
#s-856a240e-73a4-4e90-9534-0fc5905034f3, #wrap-s-856a240e-73a4-4e90-9534-0fc5905034f3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-856a240e-73a4-4e90-9534-0fc5905034f3 {
  display: none;
}
#s-856a240e-73a4-4e90-9534-0fc5905034f3, #wrap-s-856a240e-73a4-4e90-9534-0fc5905034f3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-856a240e-73a4-4e90-9534-0fc5905034f3 {
  display: none;
}
#s-856a240e-73a4-4e90-9534-0fc5905034f3, #wrap-s-856a240e-73a4-4e90-9534-0fc5905034f3 { display: none !important; }}@media (max-width: 767px){#s-856a240e-73a4-4e90-9534-0fc5905034f3 {
  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;
}
}







#s-856a240e-73a4-4e90-9534-0fc5905034f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-856a240e-73a4-4e90-9534-0fc5905034f3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f536398d-e8cd-47da-aae8-81331987bb59 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center bottom;
}
@media (min-width: 1200px){#s-f536398d-e8cd-47da-aae8-81331987bb59 {
  display: none;
}
#s-f536398d-e8cd-47da-aae8-81331987bb59, #wrap-s-f536398d-e8cd-47da-aae8-81331987bb59 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f536398d-e8cd-47da-aae8-81331987bb59 {
  display: none;
}
#s-f536398d-e8cd-47da-aae8-81331987bb59, #wrap-s-f536398d-e8cd-47da-aae8-81331987bb59 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f536398d-e8cd-47da-aae8-81331987bb59 {
  display: none;
}
#s-f536398d-e8cd-47da-aae8-81331987bb59, #wrap-s-f536398d-e8cd-47da-aae8-81331987bb59 { display: none !important; }}@media (max-width: 767px){#s-f536398d-e8cd-47da-aae8-81331987bb59 {
  min-height: 140px;
}
}
#s-f536398d-e8cd-47da-aae8-81331987bb59 {
  background-image: url(https://i.shgcdn.com/1a3abcb2-1cb2-453f-b52e-1aa2c26065b3/);
}








#s-f536398d-e8cd-47da-aae8-81331987bb59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f536398d-e8cd-47da-aae8-81331987bb59.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-15e311a8-887c-4c61-a1f7-f79e82314d88 {
  background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center center;
background-color: rgba(33, 182, 229, 1);
}
@media (min-width: 1200px){#s-15e311a8-887c-4c61-a1f7-f79e82314d88 {
  display: none;
}
#s-15e311a8-887c-4c61-a1f7-f79e82314d88, #wrap-s-15e311a8-887c-4c61-a1f7-f79e82314d88 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-15e311a8-887c-4c61-a1f7-f79e82314d88 {
  display: none;
}
#s-15e311a8-887c-4c61-a1f7-f79e82314d88, #wrap-s-15e311a8-887c-4c61-a1f7-f79e82314d88 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-15e311a8-887c-4c61-a1f7-f79e82314d88 {
  display: none;
}
#s-15e311a8-887c-4c61-a1f7-f79e82314d88, #wrap-s-15e311a8-887c-4c61-a1f7-f79e82314d88 { display: none !important; }}@media (max-width: 767px){#s-15e311a8-887c-4c61-a1f7-f79e82314d88 {
  min-height: 140px;
}
}







#s-15e311a8-887c-4c61-a1f7-f79e82314d88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-15e311a8-887c-4c61-a1f7-f79e82314d88.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ef7a61cf-7921-44a8-826c-b71136899ed9 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-ef7a61cf-7921-44a8-826c-b71136899ed9 {
  margin-top: 12px;
}
}
#s-87917db2-8636-4691-8051-213dd47fbf63 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-87917db2-8636-4691-8051-213dd47fbf63 {
  margin-top: 0px;
margin-bottom: -24px;
}
}
#s-8b9bb4a7-ae05-4c58-816d-4388b8a91c6b {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-8b9bb4a7-ae05-4c58-816d-4388b8a91c6b {
  margin-top: 4px;
margin-bottom: 12px;
}
}
#s-9149fb43-a472-48d3-ae0c-2fc0a6fe332d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-9149fb43-a472-48d3-ae0c-2fc0a6fe332d {
  margin-top: -4px;
margin-left: auto;
margin-bottom: 2px;
margin-right: auto;
padding-left: 4%;
padding-right: 4%;
max-width: 375px;
}
}







#s-9149fb43-a472-48d3-ae0c-2fc0a6fe332d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9149fb43-a472-48d3-ae0c-2fc0a6fe332d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-68ba1015-21d2-49cb-8fcc-ece96331df6b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-68ba1015-21d2-49cb-8fcc-ece96331df6b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-68ba1015-21d2-49cb-8fcc-ece96331df6b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-68ba1015-21d2-49cb-8fcc-ece96331df6b {
  border-style: solid;
padding-top: 9px;
padding-bottom: 7px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(1, 97, 152, 1);
border-radius: 3px;
min-height: 0px;
letter-spacing: 2px;
background-image: none;
background-color: rgba(1, 97, 152, 1);
hover-type: color;
}
#s-68ba1015-21d2-49cb-8fcc-ece96331df6b: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(12, 58, 91, 1) !important;
border-radius: 3px !important;
background-color: rgba(12, 58, 91, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-68ba1015-21d2-49cb-8fcc-ece96331df6b: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(12, 58, 91, 1) !important;
border-radius: 3px !important;
background-color: rgba(12, 58, 91, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-68ba1015-21d2-49cb-8fcc-ece96331df6b-root {
    text-align: center;
  }


#s-68ba1015-21d2-49cb-8fcc-ece96331df6b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-68ba1015-21d2-49cb-8fcc-ece96331df6b-root {
    text-align: center;
  }


#s-68ba1015-21d2-49cb-8fcc-ece96331df6b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-68ba1015-21d2-49cb-8fcc-ece96331df6b-root {
    text-align: center;
  }


#s-68ba1015-21d2-49cb-8fcc-ece96331df6b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-68ba1015-21d2-49cb-8fcc-ece96331df6b-root {
    text-align: center;
  }


#s-68ba1015-21d2-49cb-8fcc-ece96331df6b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-68ba1015-21d2-49cb-8fcc-ece96331df6b-root {
    text-align: center;
  }


#s-68ba1015-21d2-49cb-8fcc-ece96331df6b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  block ;
}
}
#s-dce5e3b2-1759-42b5-bf41-50a16f631c8f {
  margin-top: 8px;
margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
}
@media (max-width: 767px){#s-dce5e3b2-1759-42b5-bf41-50a16f631c8f {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 0px;
padding-bottom: 0px;
}
}
/*
  $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;
}
