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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

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

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

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

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

#s-9aecf66f-23fb-474f-a207-b0aed0bf42a2 {
  box-shadow:0px 0px 0px 0px rgba(238, 233, 243, 1);
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(254, 153, 1, 1);
border-style: solid;
border-radius: 18px;
min-height: 50px;
background-color: rgba(243, 243, 249, 1);
}
@media (min-width: 1200px){#s-9aecf66f-23fb-474f-a207-b0aed0bf42a2 {
  display: none;
}
#s-9aecf66f-23fb-474f-a207-b0aed0bf42a2, #wrap-s-9aecf66f-23fb-474f-a207-b0aed0bf42a2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9aecf66f-23fb-474f-a207-b0aed0bf42a2 {
  display: none;
}
#s-9aecf66f-23fb-474f-a207-b0aed0bf42a2, #wrap-s-9aecf66f-23fb-474f-a207-b0aed0bf42a2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9aecf66f-23fb-474f-a207-b0aed0bf42a2 {
  display: none;
}
#s-9aecf66f-23fb-474f-a207-b0aed0bf42a2, #wrap-s-9aecf66f-23fb-474f-a207-b0aed0bf42a2 { display:none !important; }}







#s-9aecf66f-23fb-474f-a207-b0aed0bf42a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9aecf66f-23fb-474f-a207-b0aed0bf42a2 {
  cursor: pointer;
}#s-9aecf66f-23fb-474f-a207-b0aed0bf42a2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6f83d65d-adf8-48ef-9951-93a932fd77a9 {
  margin-top: 15px;
margin-bottom: 17px;
}

.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  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;
}

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

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-050a9b4a-834e-4045-923c-e9d3129c73ee {
  margin-top: -10px;
margin-left: 15%;
margin-bottom: 15px;
margin-right: 15%;
padding-left: 30px;
padding-right: 30px;
text-align: center;
}







  #s-050a9b4a-834e-4045-923c-e9d3129c73ee img.shogun-image {
    

    
    
    
  }


#s-050a9b4a-834e-4045-923c-e9d3129c73ee .shogun-image-content {
  
    align-items: center;
  
}

#s-676f0681-4a1c-42ac-9e54-817d9af2fc73 {
  margin-top: -8px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-676f0681-4a1c-42ac-9e54-817d9af2fc73 {
  margin-top: -13px;
margin-bottom: -7px;
}
}
.shogun-countdown {
  display: flex;
  text-align: center;
  justify-content: center;
}

.shg-align-left > .shogun-countdown {
  justify-content: flex-start;
}

.shg-align-right > .shogun-countdown {
  justify-content: flex-end;
}

.shogun-countdown > div {
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.shogun-countdown > div > label {
  font-size: 12px;
}

.shogun-countdown > span {
  padding: 5px;
  font-size: 32px;
  line-height: 32px;
}

.shogun-countdown > div > span {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}

.shogun-countdown-small > div > label {
  font-size: 8px;
}

.shogun-countdown-small > span,
.shogun-countdown-small > div > span  {
  font-size: 21px;
  line-height: 21px;
}

.shogun-countdown-large > div > label {
  font-size: 18px;
}

.shogun-countdown-large > span,
.shogun-countdown-large > div > span {
  font-size: 48px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .shogun-countdown > span,
  .shogun-countdown > div > span {
    font-size: 45px;
    line-height: 45px;
  }

  .shogun-countdown-small > span,
  .shogun-countdown-small > div > span {
    font-size: 30px;
    line-height: 30px;
  }

  .shogun-countdown-large > span,
  .shogun-countdown-large > div > span {
    font-size: 68px;
    line-height: 68px;
  }
}

#s-83ddc01a-2620-4466-95bb-6b33145fd293 {
  margin-top: 16px;
margin-left: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-83ddc01a-2620-4466-95bb-6b33145fd293 {
  display: none;
}
#s-83ddc01a-2620-4466-95bb-6b33145fd293, #wrap-s-83ddc01a-2620-4466-95bb-6b33145fd293 { display:none !important; }}
#s-83ddc01a-2620-4466-95bb-6b33145fd293 .shogun-countdown span, #s-83ddc01a-2620-4466-95bb-6b33145fd293 .shogun-countdown label {
  color: rgba(254, 153, 1, 1);
}
#s-65d14ab2-fc76-47a7-940b-0fd7d7e6e69e {
  margin-left: 0px;
}
@media (min-width: 1200px){#s-65d14ab2-fc76-47a7-940b-0fd7d7e6e69e {
  display: none;
}
#s-65d14ab2-fc76-47a7-940b-0fd7d7e6e69e, #wrap-s-65d14ab2-fc76-47a7-940b-0fd7d7e6e69e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-65d14ab2-fc76-47a7-940b-0fd7d7e6e69e {
  display: none;
}
#s-65d14ab2-fc76-47a7-940b-0fd7d7e6e69e, #wrap-s-65d14ab2-fc76-47a7-940b-0fd7d7e6e69e { display:none !important; }}@media (max-width: 767px){#s-65d14ab2-fc76-47a7-940b-0fd7d7e6e69e {
  display: none;
}
#s-65d14ab2-fc76-47a7-940b-0fd7d7e6e69e, #wrap-s-65d14ab2-fc76-47a7-940b-0fd7d7e6e69e { display:none !important; }}
#s-65d14ab2-fc76-47a7-940b-0fd7d7e6e69e .shogun-countdown span, #s-65d14ab2-fc76-47a7-940b-0fd7d7e6e69e .shogun-countdown label {
  color: rgba(254, 153, 1, 1);
}
#s-3ab86f06-89da-43de-b927-2c04cb2fb3f6 {
  margin-top: -17px;
margin-left: auto;
margin-bottom: -9px;
margin-right: auto;
min-height: 50px;
max-width: 80%;
}
@media (min-width: 768px) and (max-width: 991px){#s-3ab86f06-89da-43de-b927-2c04cb2fb3f6 {
  padding-left: 19%;
padding-right: 19%;
}
}







#s-3ab86f06-89da-43de-b927-2c04cb2fb3f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ab86f06-89da-43de-b927-2c04cb2fb3f6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

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

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

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

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

#s-61b69d69-4dfc-4ef8-85c4-8fecc557d6e6 {
  margin-top: 12px;
margin-bottom: 7px;
margin-right: 0px;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 30px;
max-width: 270px;
opacity: 1;
text-align: center;
background-color: rgba(254, 153, 1, 1);
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-61b69d69-4dfc-4ef8-85c4-8fecc557d6e6:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(254, 153, 1, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-61b69d69-4dfc-4ef8-85c4-8fecc557d6e6:active {box-shadow: 0px 0px   !important;
background-color: rgba(254, 153, 1, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-61b69d69-4dfc-4ef8-85c4-8fecc557d6e6 {
  margin-bottom: 1px;
}
}

  #s-61b69d69-4dfc-4ef8-85c4-8fecc557d6e6-root {
    text-align: center;
  }


#s-61b69d69-4dfc-4ef8-85c4-8fecc557d6e6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-61b69d69-4dfc-4ef8-85c4-8fecc557d6e6-root {
    text-align: center;
  }


#s-61b69d69-4dfc-4ef8-85c4-8fecc557d6e6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-61b69d69-4dfc-4ef8-85c4-8fecc557d6e6-root {
    text-align: center;
  }


#s-61b69d69-4dfc-4ef8-85c4-8fecc557d6e6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-61b69d69-4dfc-4ef8-85c4-8fecc557d6e6-root {
    text-align: center;
  }


#s-61b69d69-4dfc-4ef8-85c4-8fecc557d6e6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-61b69d69-4dfc-4ef8-85c4-8fecc557d6e6-root {
    text-align: center;
  }


#s-61b69d69-4dfc-4ef8-85c4-8fecc557d6e6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-6e7d433a-e5cc-4dfc-971f-435fbab1af15 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 50px;
background-color: rgba(254, 153, 1, 0);
}








#s-6e7d433a-e5cc-4dfc-971f-435fbab1af15 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e7d433a-e5cc-4dfc-971f-435fbab1af15.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

#s-cd58a74a-01ae-4a48-94bf-583aa7a2b372 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: -7px;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
max-width: 1100px;
}

@media (min-width: 0px) {
[id="s-cd58a74a-01ae-4a48-94bf-583aa7a2b372"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-cd58a74a-01ae-4a48-94bf-583aa7a2b372"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-cd58a74a-01ae-4a48-94bf-583aa7a2b372"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-cd58a74a-01ae-4a48-94bf-583aa7a2b372"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-a77515ed-36c9-49cf-bc3b-d96be3deca56 {
  margin-left: 3px;
margin-right: 3px;
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;
border-radius: 7px;
min-height: 55px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-a77515ed-36c9-49cf-bc3b-d96be3deca56 {
  margin-bottom: 15px;
}
}







#s-a77515ed-36c9-49cf-bc3b-d96be3deca56 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a77515ed-36c9-49cf-bc3b-d96be3deca56.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-0fef2fc1-b1c7-47d3-a04c-d309b5dc6920 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0fef2fc1-b1c7-47d3-a04c-d309b5dc6920 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0fef2fc1-b1c7-47d3-a04c-d309b5dc6920 {
  
}
}@media (max-width: 767px){#s-0fef2fc1-b1c7-47d3-a04c-d309b5dc6920 {
  display: none;
}
#s-0fef2fc1-b1c7-47d3-a04c-d309b5dc6920, #wrap-s-0fef2fc1-b1c7-47d3-a04c-d309b5dc6920 { display:none !important; }}
@media (min-width: 1200px){#s-971b387d-cdea-4213-a92b-1a223c7d021f {
  display: none;
}
#s-971b387d-cdea-4213-a92b-1a223c7d021f, #wrap-s-971b387d-cdea-4213-a92b-1a223c7d021f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-971b387d-cdea-4213-a92b-1a223c7d021f {
  display: none;
}
#s-971b387d-cdea-4213-a92b-1a223c7d021f, #wrap-s-971b387d-cdea-4213-a92b-1a223c7d021f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-971b387d-cdea-4213-a92b-1a223c7d021f {
  display: none;
}
#s-971b387d-cdea-4213-a92b-1a223c7d021f, #wrap-s-971b387d-cdea-4213-a92b-1a223c7d021f { display:none !important; }}
#s-f298e1f0-feea-40be-815f-c009fbd7569d {
  margin-top: -12px;
margin-bottom: -4px;
}

#s-c315914f-5afc-44b3-b14c-b125a0ecdb69 {
  margin-left: 3px;
margin-right: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(230, 230, 230, 1);
border-style: solid;
border-radius: 7px;
min-height: 56px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-c315914f-5afc-44b3-b14c-b125a0ecdb69 {
  margin-bottom: 15px;
}
}







#s-c315914f-5afc-44b3-b14c-b125a0ecdb69 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c315914f-5afc-44b3-b14c-b125a0ecdb69.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-9d0d08de-2247-4467-b829-2632ba02ffb9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9d0d08de-2247-4467-b829-2632ba02ffb9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9d0d08de-2247-4467-b829-2632ba02ffb9 {
  
}
}@media (max-width: 767px){#s-9d0d08de-2247-4467-b829-2632ba02ffb9 {
  display: none;
}
#s-9d0d08de-2247-4467-b829-2632ba02ffb9, #wrap-s-9d0d08de-2247-4467-b829-2632ba02ffb9 { display:none !important; }}
@media (min-width: 1200px){#s-75f7acf8-2237-46d7-af1d-74c1335ff4f9 {
  display: none;
}
#s-75f7acf8-2237-46d7-af1d-74c1335ff4f9, #wrap-s-75f7acf8-2237-46d7-af1d-74c1335ff4f9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-75f7acf8-2237-46d7-af1d-74c1335ff4f9 {
  display: none;
}
#s-75f7acf8-2237-46d7-af1d-74c1335ff4f9, #wrap-s-75f7acf8-2237-46d7-af1d-74c1335ff4f9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-75f7acf8-2237-46d7-af1d-74c1335ff4f9 {
  display: none;
}
#s-75f7acf8-2237-46d7-af1d-74c1335ff4f9, #wrap-s-75f7acf8-2237-46d7-af1d-74c1335ff4f9 { display:none !important; }}
#s-4487ea55-77ed-41d9-9c41-2acbb6eb60e0 {
  margin-top: -12px;
margin-bottom: -4px;
}

#s-02bcbf64-fa42-49f1-9a3e-d1dd08e4cbc7 {
  margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
max-width: 1100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-02bcbf64-fa42-49f1-9a3e-d1dd08e4cbc7 {
  margin-top: 15px;
margin-bottom: 18px;
}
}
@media (min-width: 0px) {
[id="s-02bcbf64-fa42-49f1-9a3e-d1dd08e4cbc7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-02bcbf64-fa42-49f1-9a3e-d1dd08e4cbc7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-02bcbf64-fa42-49f1-9a3e-d1dd08e4cbc7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-02bcbf64-fa42-49f1-9a3e-d1dd08e4cbc7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-be99a780-9df2-407d-9bdf-48852a2486d5 {
  margin-left: 3px;
margin-right: 3px;
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;
border-radius: 7px;
min-height: 55px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-be99a780-9df2-407d-9bdf-48852a2486d5 {
  margin-bottom: 15px;
}
}







#s-be99a780-9df2-407d-9bdf-48852a2486d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be99a780-9df2-407d-9bdf-48852a2486d5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-81dd4ed0-bb8c-447e-97f2-65d073d00251 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-81dd4ed0-bb8c-447e-97f2-65d073d00251 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-81dd4ed0-bb8c-447e-97f2-65d073d00251 {
  
}
}@media (max-width: 767px){#s-81dd4ed0-bb8c-447e-97f2-65d073d00251 {
  display: none;
}
#s-81dd4ed0-bb8c-447e-97f2-65d073d00251, #wrap-s-81dd4ed0-bb8c-447e-97f2-65d073d00251 { display:none !important; }}
@media (min-width: 1200px){#s-cb6cbb68-ec5d-4bb6-b59c-137c03f548ff {
  display: none;
}
#s-cb6cbb68-ec5d-4bb6-b59c-137c03f548ff, #wrap-s-cb6cbb68-ec5d-4bb6-b59c-137c03f548ff { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cb6cbb68-ec5d-4bb6-b59c-137c03f548ff {
  display: none;
}
#s-cb6cbb68-ec5d-4bb6-b59c-137c03f548ff, #wrap-s-cb6cbb68-ec5d-4bb6-b59c-137c03f548ff { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cb6cbb68-ec5d-4bb6-b59c-137c03f548ff {
  display: none;
}
#s-cb6cbb68-ec5d-4bb6-b59c-137c03f548ff, #wrap-s-cb6cbb68-ec5d-4bb6-b59c-137c03f548ff { display:none !important; }}
#s-78850adc-29d6-4b4f-9959-5592563baf82 {
  margin-top: -12px;
margin-bottom: -4px;
}

#s-e0b4800e-82f2-4f30-aff5-6985f6953423 {
  margin-left: 3px;
margin-right: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(230, 230, 230, 1);
border-style: solid;
border-radius: 7px;
min-height: 55px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-e0b4800e-82f2-4f30-aff5-6985f6953423 {
  margin-bottom: 15px;
}
}







#s-e0b4800e-82f2-4f30-aff5-6985f6953423 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0b4800e-82f2-4f30-aff5-6985f6953423.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-fcf48467-5150-4502-af70-c6ad8c7d4199 {
  display: none;
}
#s-fcf48467-5150-4502-af70-c6ad8c7d4199, #wrap-s-fcf48467-5150-4502-af70-c6ad8c7d4199 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fcf48467-5150-4502-af70-c6ad8c7d4199 {
  display: none;
}
#s-fcf48467-5150-4502-af70-c6ad8c7d4199, #wrap-s-fcf48467-5150-4502-af70-c6ad8c7d4199 { display:none !important; }}@media (max-width: 767px){#s-fcf48467-5150-4502-af70-c6ad8c7d4199 {
  display: none;
}
#s-fcf48467-5150-4502-af70-c6ad8c7d4199, #wrap-s-fcf48467-5150-4502-af70-c6ad8c7d4199 { display:none !important; }}
@media (min-width: 1200px){#s-7b92c2d7-0072-47da-99c2-217b30f8579a {
  display: none;
}
#s-7b92c2d7-0072-47da-99c2-217b30f8579a, #wrap-s-7b92c2d7-0072-47da-99c2-217b30f8579a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7b92c2d7-0072-47da-99c2-217b30f8579a {
  display: none;
}
#s-7b92c2d7-0072-47da-99c2-217b30f8579a, #wrap-s-7b92c2d7-0072-47da-99c2-217b30f8579a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7b92c2d7-0072-47da-99c2-217b30f8579a {
  display: none;
}
#s-7b92c2d7-0072-47da-99c2-217b30f8579a, #wrap-s-7b92c2d7-0072-47da-99c2-217b30f8579a { display:none !important; }}
#s-9feb3a4c-7c17-4bb0-aebc-da5bac08eb91 {
  margin-top: -12px;
margin-bottom: -4px;
}

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

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

#s-a79fe799-9003-4c56-9adf-612f8e501c23 {
  margin-top: -37px;
margin-left: 0px;
margin-bottom: -35px;
margin-right: 80px;
}
@media (min-width: 1200px){#s-a79fe799-9003-4c56-9adf-612f8e501c23 {
  margin-bottom: -45px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a79fe799-9003-4c56-9adf-612f8e501c23 {
  margin-bottom: -45px;
}
}@media (max-width: 767px){#s-a79fe799-9003-4c56-9adf-612f8e501c23 {
  margin-right: 0px;
}
}
#s-a79fe799-9003-4c56-9adf-612f8e501c23 hr {
  border-top: 2px solid rgba(243, 243, 249, 1);
}

#s-630715c0-e0d7-4ee3-8e73-3eae50085530 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 1px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(128, 39, 231, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-630715c0-e0d7-4ee3-8e73-3eae50085530 {
  display: none;
}
#s-630715c0-e0d7-4ee3-8e73-3eae50085530, #wrap-s-630715c0-e0d7-4ee3-8e73-3eae50085530 { display:none !important; }}@media (max-width: 767px){#s-630715c0-e0d7-4ee3-8e73-3eae50085530 {
  display: none;
}
#s-630715c0-e0d7-4ee3-8e73-3eae50085530, #wrap-s-630715c0-e0d7-4ee3-8e73-3eae50085530 { display:none !important; }}







#s-630715c0-e0d7-4ee3-8e73-3eae50085530 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-630715c0-e0d7-4ee3-8e73-3eae50085530.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ff710e33-edf5-4a0f-a9df-bad4a233e2a6 {
  margin-top: 0px;
margin-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-ff710e33-edf5-4a0f-a9df-bad4a233e2a6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ff710e33-edf5-4a0f-a9df-bad4a233e2a6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-ff710e33-edf5-4a0f-a9df-bad4a233e2a6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-ff710e33-edf5-4a0f-a9df-bad4a233e2a6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-ff710e33-edf5-4a0f-a9df-bad4a233e2a6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-ff710e33-edf5-4a0f-a9df-bad4a233e2a6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-ff710e33-edf5-4a0f-a9df-bad4a233e2a6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-ff710e33-edf5-4a0f-a9df-bad4a233e2a6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-ff710e33-edf5-4a0f-a9df-bad4a233e2a6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-ff710e33-edf5-4a0f-a9df-bad4a233e2a6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

}

#s-02f1a430-d6ab-461c-9f20-419cd34dd796 {
  margin-left: 2px;
margin-right: 2px;
}

#s-02f1a430-d6ab-461c-9f20-419cd34dd796 .shogun-icon-wrapper {
  text-align: center;
}


#s-02f1a430-d6ab-461c-9f20-419cd34dd796 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(128, 39, 231, 1);
}
@media (max-width: 767px){#s-02f1a430-d6ab-461c-9f20-419cd34dd796 .shogun-icon-wrapper {
  text-align: left;
}


#s-02f1a430-d6ab-461c-9f20-419cd34dd796 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(128, 39, 231, 1);
}
}
#s-93d24e09-d762-45c0-8dd6-04d0cef5ff7f {
  margin-left: 0px;
margin-right: 0px;
max-width: 150px;
}

#s-6789b3c9-52e1-41a5-b565-3530864b9f8a .shogun-icon-wrapper {
  text-align: left;
}


#s-6789b3c9-52e1-41a5-b565-3530864b9f8a .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(128, 39, 231, 1);
}

#s-4760802e-bb51-4135-962f-0de44651db09 {
  max-width: 150px;
}

#s-ce7fc79f-cbf2-4a59-b9e7-c1b4d2d4249a {
  margin-top: -8px;
margin-bottom: -8px;
}

@media (min-width: 0px) {
[id="s-ce7fc79f-cbf2-4a59-b9e7-c1b4d2d4249a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ce7fc79f-cbf2-4a59-b9e7-c1b4d2d4249a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-ce7fc79f-cbf2-4a59-b9e7-c1b4d2d4249a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-ce7fc79f-cbf2-4a59-b9e7-c1b4d2d4249a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-ce7fc79f-cbf2-4a59-b9e7-c1b4d2d4249a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-ce7fc79f-cbf2-4a59-b9e7-c1b4d2d4249a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-ce7fc79f-cbf2-4a59-b9e7-c1b4d2d4249a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-ce7fc79f-cbf2-4a59-b9e7-c1b4d2d4249a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-ce7fc79f-cbf2-4a59-b9e7-c1b4d2d4249a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-ce7fc79f-cbf2-4a59-b9e7-c1b4d2d4249a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

}

#s-e6f0b18f-640e-406b-b29a-d139c7df9be7 .shogun-icon-wrapper {
  text-align: ;
}


#s-e6f0b18f-640e-406b-b29a-d139c7df9be7 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(128, 39, 231, 1);
}

#s-1791e814-c2e9-4948-8de8-077035aefcb2 {
  margin-left: 0px;
margin-right: -13px;
max-width: 159px;
}

#s-7d9bbcdb-c826-4e2e-8448-c274dd1578dc .shogun-icon-wrapper {
  text-align: left;
}


#s-7d9bbcdb-c826-4e2e-8448-c274dd1578dc .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(128, 39, 231, 1);
}

#s-a668b060-2a64-4c9a-b0c2-6cce75d8b810 {
  max-width: 150px;
}

#s-f975fe29-a0b7-4f38-bd77-a035532bc9ab {
  margin-top: 8px;
margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 13px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 30px;
max-width: 1400px;
background-color: rgba(243, 243, 249, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-f975fe29-a0b7-4f38-bd77-a035532bc9ab {
  display: none;
}
#s-f975fe29-a0b7-4f38-bd77-a035532bc9ab, #wrap-s-f975fe29-a0b7-4f38-bd77-a035532bc9ab { display:none !important; }}@media (max-width: 767px){#s-f975fe29-a0b7-4f38-bd77-a035532bc9ab {
  display: none;
}
#s-f975fe29-a0b7-4f38-bd77-a035532bc9ab, #wrap-s-f975fe29-a0b7-4f38-bd77-a035532bc9ab { display:none !important; }}
@media (min-width: 0px) {
[id="s-f975fe29-a0b7-4f38-bd77-a035532bc9ab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f975fe29-a0b7-4f38-bd77-a035532bc9ab"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 992px) {
[id="s-f975fe29-a0b7-4f38-bd77-a035532bc9ab"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 1200px) {
[id="s-f975fe29-a0b7-4f38-bd77-a035532bc9ab"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5px);
}

}

#s-5ce40e86-c5a8-49b9-a271-f7f45df5649e {
  margin-top: 6px;
margin-left: 18px;
margin-bottom: 13px;
margin-right: 41px;
}

#s-09e5c4fa-4c2b-4297-8900-0c6283fa5184 {
  margin-top: -11px;
margin-bottom: 15px;
margin-right: 34px;
padding-left: 30px;
padding-right: 30px;
text-align: center;
}







  #s-09e5c4fa-4c2b-4297-8900-0c6283fa5184 img.shogun-image {
    

    
    
    
  }


#s-09e5c4fa-4c2b-4297-8900-0c6283fa5184 .shogun-image-content {
  
    align-items: center;
  
}

#s-1cbe8e0e-53ef-4d01-89e1-1a365b0b5638 {
  margin-top: 15px;
margin-left: auto;
margin-right: 35px;
padding-left: 10px;
padding-right: 1px;
max-width: 1100px;
}

@media (min-width: 0px) {
[id="s-1cbe8e0e-53ef-4d01-89e1-1a365b0b5638"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-1cbe8e0e-53ef-4d01-89e1-1a365b0b5638"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-1cbe8e0e-53ef-4d01-89e1-1a365b0b5638"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-1cbe8e0e-53ef-4d01-89e1-1a365b0b5638"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-7eb45b0a-8a83-4b1a-b944-7c52203c00e3 {
  margin-left: 3px;
margin-right: 3px;
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;
border-radius: 7px;
min-height: 55px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-7eb45b0a-8a83-4b1a-b944-7c52203c00e3 {
  margin-bottom: 15px;
}
}







#s-7eb45b0a-8a83-4b1a-b944-7c52203c00e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7eb45b0a-8a83-4b1a-b944-7c52203c00e3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-f5fac7b6-9fd1-40ed-b601-a92a8f3df813 {
  display: none;
}
#s-f5fac7b6-9fd1-40ed-b601-a92a8f3df813, #wrap-s-f5fac7b6-9fd1-40ed-b601-a92a8f3df813 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f5fac7b6-9fd1-40ed-b601-a92a8f3df813 {
  display: none;
}
#s-f5fac7b6-9fd1-40ed-b601-a92a8f3df813, #wrap-s-f5fac7b6-9fd1-40ed-b601-a92a8f3df813 { display:none !important; }}
@media (min-width: 1200px){#s-ff6a1199-5856-4b15-8f87-38a7f944fc61 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ff6a1199-5856-4b15-8f87-38a7f944fc61 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ff6a1199-5856-4b15-8f87-38a7f944fc61 {
  
}
}@media (max-width: 767px){#s-ff6a1199-5856-4b15-8f87-38a7f944fc61 {
  display: none;
}
#s-ff6a1199-5856-4b15-8f87-38a7f944fc61, #wrap-s-ff6a1199-5856-4b15-8f87-38a7f944fc61 { display:none !important; }}
#s-125684d5-816a-40f7-8aec-2e933daf3d10 {
  margin-top: -6px;
margin-bottom: -4px;
}

#s-4c608f98-0ad6-4838-8d0d-4456c758e02b {
  margin-left: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(230, 230, 230, 1);
border-style: solid;
border-radius: 7px;
min-height: 56px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-4c608f98-0ad6-4838-8d0d-4456c758e02b {
  margin-bottom: 15px;
}
}







#s-4c608f98-0ad6-4838-8d0d-4456c758e02b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c608f98-0ad6-4838-8d0d-4456c758e02b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-5fc888d8-a9c4-403c-b4bf-e7b10d23686b {
  display: none;
}
#s-5fc888d8-a9c4-403c-b4bf-e7b10d23686b, #wrap-s-5fc888d8-a9c4-403c-b4bf-e7b10d23686b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5fc888d8-a9c4-403c-b4bf-e7b10d23686b {
  display: none;
}
#s-5fc888d8-a9c4-403c-b4bf-e7b10d23686b, #wrap-s-5fc888d8-a9c4-403c-b4bf-e7b10d23686b { display:none !important; }}
@media (min-width: 1200px){#s-673bf839-1c5b-4ed0-a495-624db9873a49 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-673bf839-1c5b-4ed0-a495-624db9873a49 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-673bf839-1c5b-4ed0-a495-624db9873a49 {
  
}
}@media (max-width: 767px){#s-673bf839-1c5b-4ed0-a495-624db9873a49 {
  display: none;
}
#s-673bf839-1c5b-4ed0-a495-624db9873a49, #wrap-s-673bf839-1c5b-4ed0-a495-624db9873a49 { display:none !important; }}
#s-eb81ec21-5c39-4bde-914b-c94d57583c2a {
  margin-top: -7px;
margin-bottom: -4px;
}

#s-38862c19-5be8-4c65-aff2-bafa2191646a {
  margin-top: 7px;
margin-left: auto;
margin-right: -5px;
padding-left: 10px;
padding-right: 38px;
max-width: 1100px;
}

@media (min-width: 0px) {
[id="s-38862c19-5be8-4c65-aff2-bafa2191646a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-38862c19-5be8-4c65-aff2-bafa2191646a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-38862c19-5be8-4c65-aff2-bafa2191646a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-38862c19-5be8-4c65-aff2-bafa2191646a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-bd649c4a-c5ca-4e77-80cf-1ac7dc367aaf {
  margin-left: 3px;
margin-right: 3px;
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;
border-radius: 7px;
min-height: 55px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-bd649c4a-c5ca-4e77-80cf-1ac7dc367aaf {
  margin-bottom: 15px;
}
}







#s-bd649c4a-c5ca-4e77-80cf-1ac7dc367aaf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd649c4a-c5ca-4e77-80cf-1ac7dc367aaf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-5f25288b-24e0-4d96-939f-f15caed651d4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5f25288b-24e0-4d96-939f-f15caed651d4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5f25288b-24e0-4d96-939f-f15caed651d4 {
  
}
}@media (max-width: 767px){#s-5f25288b-24e0-4d96-939f-f15caed651d4 {
  display: none;
}
#s-5f25288b-24e0-4d96-939f-f15caed651d4, #wrap-s-5f25288b-24e0-4d96-939f-f15caed651d4 { display:none !important; }}
@media (min-width: 1200px){#s-f5f2f993-c98a-434e-9ab1-054e535dbd95 {
  display: none;
}
#s-f5f2f993-c98a-434e-9ab1-054e535dbd95, #wrap-s-f5f2f993-c98a-434e-9ab1-054e535dbd95 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f5f2f993-c98a-434e-9ab1-054e535dbd95 {
  display: none;
}
#s-f5f2f993-c98a-434e-9ab1-054e535dbd95, #wrap-s-f5f2f993-c98a-434e-9ab1-054e535dbd95 { display:none !important; }}
#s-41d18df5-eb83-4c59-8fb4-87936ebb8f68 {
  margin-top: -6px;
margin-bottom: -4px;
}

#s-0559e64b-e008-4706-a743-c20d5e9c86f6 {
  margin-left: 3px;
margin-right: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(230, 230, 230, 1);
border-style: solid;
border-radius: 7px;
min-height: 56px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-0559e64b-e008-4706-a743-c20d5e9c86f6 {
  margin-bottom: 15px;
}
}







#s-0559e64b-e008-4706-a743-c20d5e9c86f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0559e64b-e008-4706-a743-c20d5e9c86f6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-09a758e5-72f8-4461-80fa-f11b70a3f3e4 {
  display: none;
}
#s-09a758e5-72f8-4461-80fa-f11b70a3f3e4, #wrap-s-09a758e5-72f8-4461-80fa-f11b70a3f3e4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-09a758e5-72f8-4461-80fa-f11b70a3f3e4 {
  display: none;
}
#s-09a758e5-72f8-4461-80fa-f11b70a3f3e4, #wrap-s-09a758e5-72f8-4461-80fa-f11b70a3f3e4 { display:none !important; }}
#s-8f5614b1-d283-41ff-8c38-c9aad682ccd5 {
  margin-left: 3px;
margin-right: 3px;
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;
border-radius: 7px;
min-height: 55px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-8f5614b1-d283-41ff-8c38-c9aad682ccd5 {
  margin-bottom: 15px;
}
}







#s-8f5614b1-d283-41ff-8c38-c9aad682ccd5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f5614b1-d283-41ff-8c38-c9aad682ccd5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-2c838269-f794-4b2e-82d2-4b5f02b8efe5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2c838269-f794-4b2e-82d2-4b5f02b8efe5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2c838269-f794-4b2e-82d2-4b5f02b8efe5 {
  
}
}@media (max-width: 767px){#s-2c838269-f794-4b2e-82d2-4b5f02b8efe5 {
  display: none;
}
#s-2c838269-f794-4b2e-82d2-4b5f02b8efe5, #wrap-s-2c838269-f794-4b2e-82d2-4b5f02b8efe5 { display:none !important; }}
@media (min-width: 1200px){#s-3af221a4-e793-4520-b817-7d08b57ee721 {
  display: none;
}
#s-3af221a4-e793-4520-b817-7d08b57ee721, #wrap-s-3af221a4-e793-4520-b817-7d08b57ee721 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3af221a4-e793-4520-b817-7d08b57ee721 {
  display: none;
}
#s-3af221a4-e793-4520-b817-7d08b57ee721, #wrap-s-3af221a4-e793-4520-b817-7d08b57ee721 { display:none !important; }}
#s-ef2478f8-32fa-45b4-9ec2-942106135e59 {
  margin-top: -7px;
margin-bottom: -4px;
}

#s-8fb023bf-206b-405a-8f7e-769543929317 {
  margin-top: 19px;
margin-bottom: 0px;
margin-right: 20px;
padding-right: 0px;
}
@media (max-width: 767px){#s-8fb023bf-206b-405a-8f7e-769543929317 {
  
}
}
#s-a38d2f9e-7f0f-4f89-8282-b6afa607842f {
  margin-top: 1px;
margin-left: 0px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 1px;
text-align: center;
opacity: 1;
}

#s-a38d2f9e-7f0f-4f89-8282-b6afa607842f .shogun-countdown span, #s-a38d2f9e-7f0f-4f89-8282-b6afa607842f .shogun-countdown label {
  color: rgba(254, 153, 1, 1);
}
#s-7040c8f3-a98d-4840-a9c6-ad82114e5cce {
  margin-left: 6px;
margin-bottom: 0px;
margin-right: 20px;
}

#s-c885e762-717d-4bcc-8e7a-73c1e523fde2 {
  margin-top: 30px;
margin-bottom: 5px;
margin-right: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 30px;
max-width: 270px;
opacity: 1;
text-align: center;
background-color: rgba(254, 153, 1, 1);
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c885e762-717d-4bcc-8e7a-73c1e523fde2:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(254, 153, 1, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c885e762-717d-4bcc-8e7a-73c1e523fde2:active {box-shadow: 0px 0px   !important;
background-color: rgba(254, 153, 1, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-c885e762-717d-4bcc-8e7a-73c1e523fde2-root {
    text-align: center;
  }


#s-c885e762-717d-4bcc-8e7a-73c1e523fde2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c885e762-717d-4bcc-8e7a-73c1e523fde2-root {
    text-align: center;
  }


#s-c885e762-717d-4bcc-8e7a-73c1e523fde2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c885e762-717d-4bcc-8e7a-73c1e523fde2-root {
    text-align: center;
  }


#s-c885e762-717d-4bcc-8e7a-73c1e523fde2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c885e762-717d-4bcc-8e7a-73c1e523fde2-root {
    text-align: center;
  }


#s-c885e762-717d-4bcc-8e7a-73c1e523fde2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c885e762-717d-4bcc-8e7a-73c1e523fde2-root {
    text-align: center;
  }


#s-c885e762-717d-4bcc-8e7a-73c1e523fde2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-57645f8a-776e-4a57-820e-b9afd73b3e28 {
  margin-bottom: 15px;
text-align: center;
}
@media (min-width: 1200px){#s-57645f8a-776e-4a57-820e-b9afd73b3e28 {
  display: none;
}
#s-57645f8a-776e-4a57-820e-b9afd73b3e28, #wrap-s-57645f8a-776e-4a57-820e-b9afd73b3e28 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-57645f8a-776e-4a57-820e-b9afd73b3e28 {
  display: none;
}
#s-57645f8a-776e-4a57-820e-b9afd73b3e28, #wrap-s-57645f8a-776e-4a57-820e-b9afd73b3e28 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-57645f8a-776e-4a57-820e-b9afd73b3e28 {
  
}
}@media (max-width: 767px){#s-57645f8a-776e-4a57-820e-b9afd73b3e28 {
  display: none;
}
#s-57645f8a-776e-4a57-820e-b9afd73b3e28, #wrap-s-57645f8a-776e-4a57-820e-b9afd73b3e28 { display:none !important; }}






  #s-57645f8a-776e-4a57-820e-b9afd73b3e28 img.shogun-image {
    

    
    
    
  }


#s-57645f8a-776e-4a57-820e-b9afd73b3e28 .shogun-image-content {
  
    align-items: center;
  
}

#s-11d65cc1-122d-4237-ae4c-5e72f0616e83 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 3px;
padding-bottom: 10px;
padding-right: 1px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(128, 39, 231, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}
@media (min-width: 1200px){#s-11d65cc1-122d-4237-ae4c-5e72f0616e83 {
  display: none;
}
#s-11d65cc1-122d-4237-ae4c-5e72f0616e83, #wrap-s-11d65cc1-122d-4237-ae4c-5e72f0616e83 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-11d65cc1-122d-4237-ae4c-5e72f0616e83 {
  display: none;
}
#s-11d65cc1-122d-4237-ae4c-5e72f0616e83, #wrap-s-11d65cc1-122d-4237-ae4c-5e72f0616e83 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-11d65cc1-122d-4237-ae4c-5e72f0616e83 {
  display: none;
}
#s-11d65cc1-122d-4237-ae4c-5e72f0616e83, #wrap-s-11d65cc1-122d-4237-ae4c-5e72f0616e83 { display:none !important; }}@media (max-width: 767px){#s-11d65cc1-122d-4237-ae4c-5e72f0616e83 {
  
}
}







#s-11d65cc1-122d-4237-ae4c-5e72f0616e83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-11d65cc1-122d-4237-ae4c-5e72f0616e83.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8ddbca67-a3b6-4707-a3a7-b7d67d875abb {
  margin-top: 0px;
margin-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-8ddbca67-a3b6-4707-a3a7-b7d67d875abb"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-8ddbca67-a3b6-4707-a3a7-b7d67d875abb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-8ddbca67-a3b6-4707-a3a7-b7d67d875abb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-8ddbca67-a3b6-4707-a3a7-b7d67d875abb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-91e14a4e-9069-4ef4-9289-59e4dff61146 {
  margin-left: 2px;
margin-right: 2px;
padding-left: 0px;
padding-right: 0px;
}

#s-91e14a4e-9069-4ef4-9289-59e4dff61146 .shogun-icon-wrapper {
  text-align: center;
}


#s-91e14a4e-9069-4ef4-9289-59e4dff61146 .shogun-icon-wrapper > .shogun-icon {

  font-size: 19px !important;
  color: rgba(128, 39, 231, 1);
}
@media (max-width: 767px){#s-91e14a4e-9069-4ef4-9289-59e4dff61146 .shogun-icon-wrapper {
  text-align: left;
}


#s-91e14a4e-9069-4ef4-9289-59e4dff61146 .shogun-icon-wrapper > .shogun-icon {

  font-size: 19px !important;
  color: rgba(128, 39, 231, 1);
}
}
#s-f157bdc8-bef0-4795-a091-25442af8b706 {
  margin-top: -3px;
margin-left: -57px;
margin-right: 0px;
max-width: 150px;
}

#s-4aca41ad-cd5a-4f61-bae8-7152cb56dc6b {
  margin-left: -14px;
}

#s-4aca41ad-cd5a-4f61-bae8-7152cb56dc6b .shogun-icon-wrapper {
  text-align: left;
}


#s-4aca41ad-cd5a-4f61-bae8-7152cb56dc6b .shogun-icon-wrapper > .shogun-icon {

  font-size: 17px !important;
  color: rgba(128, 39, 231, 1);
}

#s-85d894a5-6c53-4d5b-a221-ba47e420cc08 {
  margin-top: -3px;
margin-left: -74px;
max-width: 150px;
}

#s-7081feb2-88f6-452b-bf9b-4e98160e559d {
  margin-top: 12px;
margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-7081feb2-88f6-452b-bf9b-4e98160e559d"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-7081feb2-88f6-452b-bf9b-4e98160e559d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-7081feb2-88f6-452b-bf9b-4e98160e559d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-7081feb2-88f6-452b-bf9b-4e98160e559d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-c0a8f630-39cd-4f97-8b35-378faad4b78d {
  padding-left: 2px;
padding-right: 2px;
}

#s-c0a8f630-39cd-4f97-8b35-378faad4b78d .shogun-icon-wrapper {
  text-align: ;
}


#s-c0a8f630-39cd-4f97-8b35-378faad4b78d .shogun-icon-wrapper > .shogun-icon {

  font-size: 22px !important;
  color: rgba(128, 39, 231, 1);
}

#s-8d104801-ab96-4f29-9e7d-242bbeb5cc27 {
  margin-top: -5px;
margin-left: -57px;
margin-right: -13px;
max-width: 159px;
}

#s-58fd694f-a66a-4f47-8854-b328bb319491 {
  margin-left: -14px;
}

#s-58fd694f-a66a-4f47-8854-b328bb319491 .shogun-icon-wrapper {
  text-align: left;
}


#s-58fd694f-a66a-4f47-8854-b328bb319491 .shogun-icon-wrapper > .shogun-icon {

  font-size: 18px !important;
  color: rgba(128, 39, 231, 1);
}

#s-f5b72a3e-bf70-49e2-abf2-19977e88036d {
  margin-top: -5px;
margin-left: -74px;
max-width: 150px;
}

#s-15af9b40-c9e9-468c-9b1a-17e14d818df6 {
  min-height: 50px;
background-color: rgba(128, 39, 231, 1);
}
@media (min-width: 1200px){#s-15af9b40-c9e9-468c-9b1a-17e14d818df6 {
  display: none;
}
#s-15af9b40-c9e9-468c-9b1a-17e14d818df6, #wrap-s-15af9b40-c9e9-468c-9b1a-17e14d818df6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-15af9b40-c9e9-468c-9b1a-17e14d818df6 {
  display: none;
}
#s-15af9b40-c9e9-468c-9b1a-17e14d818df6, #wrap-s-15af9b40-c9e9-468c-9b1a-17e14d818df6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-15af9b40-c9e9-468c-9b1a-17e14d818df6 {
  display: none;
}
#s-15af9b40-c9e9-468c-9b1a-17e14d818df6, #wrap-s-15af9b40-c9e9-468c-9b1a-17e14d818df6 { display:none !important; }}







#s-15af9b40-c9e9-468c-9b1a-17e14d818df6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-15af9b40-c9e9-468c-9b1a-17e14d818df6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1d2dd3b0-0c61-4508-8b6a-bc25b070d508 {
  background-image: url(https://i.shgcdn.com/802704d8-390f-4978-9abf-a2bf9d20d994/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: contain;
margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
max-width: 1400px;
background-position: right center;
background-color: rgba(128, 39, 231, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-1d2dd3b0-0c61-4508-8b6a-bc25b070d508 {
  display: none;
}
#s-1d2dd3b0-0c61-4508-8b6a-bc25b070d508, #wrap-s-1d2dd3b0-0c61-4508-8b6a-bc25b070d508 { display:none !important; }}@media (max-width: 767px){#s-1d2dd3b0-0c61-4508-8b6a-bc25b070d508 {
  display: none;
}
#s-1d2dd3b0-0c61-4508-8b6a-bc25b070d508, #wrap-s-1d2dd3b0-0c61-4508-8b6a-bc25b070d508 { display:none !important; }}
@media (min-width: 0px) {
[id="s-1d2dd3b0-0c61-4508-8b6a-bc25b070d508"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1d2dd3b0-0c61-4508-8b6a-bc25b070d508"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1d2dd3b0-0c61-4508-8b6a-bc25b070d508"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1d2dd3b0-0c61-4508-8b6a-bc25b070d508"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7b1e84ab-418b-4728-9483-6654291dbabd {
  margin-top: 100px;
margin-left: 65px;
margin-bottom: 100px;
margin-right: 65px;
min-height: 50px;
}








#s-7b1e84ab-418b-4728-9483-6654291dbabd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b1e84ab-418b-4728-9483-6654291dbabd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-995c3e76-f22e-4916-8db0-ac9492cd5e8d {
  margin-top: 30px;
margin-left: 0px;
margin-right: 0px;
max-width: 464px;
}

#s-4cc2ca92-37ff-489a-b643-536294fd638a {
  margin-bottom: 13px;
}

@media (min-width: 0px) {
[id="s-4cc2ca92-37ff-489a-b643-536294fd638a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4cc2ca92-37ff-489a-b643-536294fd638a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4cc2ca92-37ff-489a-b643-536294fd638a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4cc2ca92-37ff-489a-b643-536294fd638a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4cc2ca92-37ff-489a-b643-536294fd638a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4cc2ca92-37ff-489a-b643-536294fd638a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4cc2ca92-37ff-489a-b643-536294fd638a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-09fd820c-5289-4b94-87df-a2af555d82c7 {
  margin-top: 29px;
min-height: 129px;
max-width: 139px;
text-align: center;
}








#s-09fd820c-5289-4b94-87df-a2af555d82c7 .shogun-image-content {
  
    align-items: center;
  
}

#s-02d300c0-3f89-4bdf-b56a-7cf9c130eea8 {
  margin-top: 38px;
margin-bottom: 7px;
}

#s-868c1588-69e3-4bc1-aae7-c36fd1468a5a {
  border-style: solid;
margin-top: 28px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 30px;
max-width: 270px;
opacity: 1;
text-align: left;
background-color: rgba(25, 191, 214, 1);
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-868c1588-69e3-4bc1-aae7-c36fd1468a5a:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(119, 68, 206, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-868c1588-69e3-4bc1-aae7-c36fd1468a5a:active {box-shadow: 0px 0px   !important;
background-color: rgba(119, 68, 206, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-868c1588-69e3-4bc1-aae7-c36fd1468a5a-root {
    text-align: left;
  }


#s-868c1588-69e3-4bc1-aae7-c36fd1468a5a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-868c1588-69e3-4bc1-aae7-c36fd1468a5a-root {
    text-align: left;
  }


#s-868c1588-69e3-4bc1-aae7-c36fd1468a5a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-868c1588-69e3-4bc1-aae7-c36fd1468a5a-root {
    text-align: left;
  }


#s-868c1588-69e3-4bc1-aae7-c36fd1468a5a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-868c1588-69e3-4bc1-aae7-c36fd1468a5a-root {
    text-align: left;
  }


#s-868c1588-69e3-4bc1-aae7-c36fd1468a5a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-868c1588-69e3-4bc1-aae7-c36fd1468a5a-root {
    text-align: left;
  }


#s-868c1588-69e3-4bc1-aae7-c36fd1468a5a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c81a2739-abfb-4fa0-9a5c-937f9e4430a5 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}
@media (max-width: 767px){#s-c81a2739-abfb-4fa0-9a5c-937f9e4430a5 {
  margin-left: 30px;
margin-right: 30px;
max-width: 397px;
}
}
#s-cba8dee8-c1e3-4e82-9816-b93623283c50 {
  padding-left: 30px;
padding-right: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-cba8dee8-c1e3-4e82-9816-b93623283c50 {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
}
}
#s-fd46c365-0cfa-4b09-af16-fd249475278c {
  margin-top: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 5px;
max-width: 270px;
opacity: 1;
text-align: center;
background-color: rgba(25, 191, 214, 1);
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-fd46c365-0cfa-4b09-af16-fd249475278c:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(119, 68, 206, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fd46c365-0cfa-4b09-af16-fd249475278c:active {box-shadow: 0px 0px   !important;
background-color: rgba(119, 68, 206, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-fd46c365-0cfa-4b09-af16-fd249475278c {
  display: none;
}
#s-fd46c365-0cfa-4b09-af16-fd249475278c, #wrap-s-fd46c365-0cfa-4b09-af16-fd249475278c { display:none !important; }}@media (max-width: 767px){#s-fd46c365-0cfa-4b09-af16-fd249475278c {
  display: none;
}
#s-fd46c365-0cfa-4b09-af16-fd249475278c, #wrap-s-fd46c365-0cfa-4b09-af16-fd249475278c { display:none !important; }}

  #s-fd46c365-0cfa-4b09-af16-fd249475278c-root {
    text-align: center;
  }


#s-fd46c365-0cfa-4b09-af16-fd249475278c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fd46c365-0cfa-4b09-af16-fd249475278c-root {
    text-align: center;
  }


#s-fd46c365-0cfa-4b09-af16-fd249475278c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fd46c365-0cfa-4b09-af16-fd249475278c-root {
    text-align: center;
  }


#s-fd46c365-0cfa-4b09-af16-fd249475278c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fd46c365-0cfa-4b09-af16-fd249475278c-root {
    text-align: center;
  }


#s-fd46c365-0cfa-4b09-af16-fd249475278c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fd46c365-0cfa-4b09-af16-fd249475278c-root {
    text-align: center;
  }


#s-fd46c365-0cfa-4b09-af16-fd249475278c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-ccd3286a-8630-45fa-91e5-7ccfc0c8750e {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ccd3286a-8630-45fa-91e5-7ccfc0c8750e {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
text-align: center;
}
}@media (max-width: 767px){#s-ccd3286a-8630-45fa-91e5-7ccfc0c8750e {
  text-align: right;
}
}






  #s-ccd3286a-8630-45fa-91e5-7ccfc0c8750e img.shogun-image {
    

    
    
    
  }


#s-ccd3286a-8630-45fa-91e5-7ccfc0c8750e .shogun-image-content {
  
    align-items: center;
  
}

#s-117b556e-de7c-4ca2-ba5d-f6669403ab2d {
  margin-left: 60px;
margin-bottom: 30px;
margin-right: 60px;
padding-top: 10px;
padding-bottom: 13px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 30px;
max-width: 1400px;
background-color: rgba(243, 243, 249, 1);
}
@media (min-width: 1200px){#s-117b556e-de7c-4ca2-ba5d-f6669403ab2d {
  display: none;
}
#s-117b556e-de7c-4ca2-ba5d-f6669403ab2d, #wrap-s-117b556e-de7c-4ca2-ba5d-f6669403ab2d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-117b556e-de7c-4ca2-ba5d-f6669403ab2d {
  display: none;
}
#s-117b556e-de7c-4ca2-ba5d-f6669403ab2d, #wrap-s-117b556e-de7c-4ca2-ba5d-f6669403ab2d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-117b556e-de7c-4ca2-ba5d-f6669403ab2d {
  
}
}@media (max-width: 767px){#s-117b556e-de7c-4ca2-ba5d-f6669403ab2d {
  display: none;
}
#s-117b556e-de7c-4ca2-ba5d-f6669403ab2d, #wrap-s-117b556e-de7c-4ca2-ba5d-f6669403ab2d { display:none !important; }}
@media (min-width: 0px) {
[id="s-117b556e-de7c-4ca2-ba5d-f6669403ab2d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-117b556e-de7c-4ca2-ba5d-f6669403ab2d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 992px) {
[id="s-117b556e-de7c-4ca2-ba5d-f6669403ab2d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 1200px) {
[id="s-117b556e-de7c-4ca2-ba5d-f6669403ab2d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5px);
}

}

#s-d3983aa1-1712-466b-b777-6bf324149ff0 {
  margin-top: 6px;
margin-left: 18px;
margin-bottom: 13px;
margin-right: 41px;
}

#s-359e7eac-5a6d-4b82-a2cd-76b004eba593 {
  margin-top: -11px;
margin-bottom: 15px;
margin-right: 34px;
padding-left: 30px;
padding-right: 30px;
text-align: center;
}







  #s-359e7eac-5a6d-4b82-a2cd-76b004eba593 img.shogun-image {
    

    
    
    
  }


#s-359e7eac-5a6d-4b82-a2cd-76b004eba593 .shogun-image-content {
  
    align-items: center;
  
}

#s-0ffd8d13-22f0-4bf0-b760-653b76f433bb {
  margin-top: 15px;
margin-left: auto;
margin-right: 35px;
padding-left: 10px;
padding-right: 1px;
max-width: 1100px;
}

@media (min-width: 0px) {
[id="s-0ffd8d13-22f0-4bf0-b760-653b76f433bb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-0ffd8d13-22f0-4bf0-b760-653b76f433bb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-0ffd8d13-22f0-4bf0-b760-653b76f433bb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-0ffd8d13-22f0-4bf0-b760-653b76f433bb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-73bc59d7-c2a2-4fb6-af4c-87240d02cfeb {
  margin-left: 3px;
margin-right: 3px;
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;
border-radius: 7px;
min-height: 55px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-73bc59d7-c2a2-4fb6-af4c-87240d02cfeb {
  margin-bottom: 15px;
}
}







#s-73bc59d7-c2a2-4fb6-af4c-87240d02cfeb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73bc59d7-c2a2-4fb6-af4c-87240d02cfeb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-5a890664-ea66-4ca8-9042-4c4777349982 {
  display: none;
}
#s-5a890664-ea66-4ca8-9042-4c4777349982, #wrap-s-5a890664-ea66-4ca8-9042-4c4777349982 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5a890664-ea66-4ca8-9042-4c4777349982 {
  display: none;
}
#s-5a890664-ea66-4ca8-9042-4c4777349982, #wrap-s-5a890664-ea66-4ca8-9042-4c4777349982 { display:none !important; }}
#s-f00206e9-10ee-483f-9cf6-d29b0ccb516f {
  margin-top: -12px;
margin-bottom: -4px;
}
@media (min-width: 1200px){#s-f00206e9-10ee-483f-9cf6-d29b0ccb516f {
  margin-top: -17px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f00206e9-10ee-483f-9cf6-d29b0ccb516f {
  margin-top: -17px;
}
}
#s-62daa216-5339-4b65-b7a4-dd10c9d0080c {
  margin-left: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(230, 230, 230, 1);
border-style: solid;
border-radius: 7px;
min-height: 56px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-62daa216-5339-4b65-b7a4-dd10c9d0080c {
  margin-bottom: 15px;
}
}







#s-62daa216-5339-4b65-b7a4-dd10c9d0080c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-62daa216-5339-4b65-b7a4-dd10c9d0080c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-afb55d4a-0c50-488c-855e-914e8432540b {
  display: none;
}
#s-afb55d4a-0c50-488c-855e-914e8432540b, #wrap-s-afb55d4a-0c50-488c-855e-914e8432540b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-afb55d4a-0c50-488c-855e-914e8432540b {
  display: none;
}
#s-afb55d4a-0c50-488c-855e-914e8432540b, #wrap-s-afb55d4a-0c50-488c-855e-914e8432540b { display:none !important; }}
#s-72870cfb-0a05-42b0-a958-e21ccadcfb6e {
  margin-top: -12px;
margin-bottom: -4px;
}
@media (min-width: 1200px){#s-72870cfb-0a05-42b0-a958-e21ccadcfb6e {
  margin-top: -17px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-72870cfb-0a05-42b0-a958-e21ccadcfb6e {
  margin-top: -17px;
}
}
#s-c258c030-71fe-4e5d-8ed1-d138aa6819a5 {
  margin-top: 7px;
margin-left: auto;
margin-right: -5px;
padding-left: 10px;
padding-right: 38px;
max-width: 1100px;
}

@media (min-width: 0px) {
[id="s-c258c030-71fe-4e5d-8ed1-d138aa6819a5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-c258c030-71fe-4e5d-8ed1-d138aa6819a5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-c258c030-71fe-4e5d-8ed1-d138aa6819a5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-c258c030-71fe-4e5d-8ed1-d138aa6819a5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-3c474c59-3dd6-4d45-b227-18cf39fa45cd {
  margin-left: 3px;
margin-right: 3px;
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;
border-radius: 7px;
min-height: 55px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-3c474c59-3dd6-4d45-b227-18cf39fa45cd {
  margin-bottom: 15px;
}
}







#s-3c474c59-3dd6-4d45-b227-18cf39fa45cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c474c59-3dd6-4d45-b227-18cf39fa45cd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-27fc590b-7d17-4060-8aeb-95e8e59410f4 {
  display: none;
}
#s-27fc590b-7d17-4060-8aeb-95e8e59410f4, #wrap-s-27fc590b-7d17-4060-8aeb-95e8e59410f4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-27fc590b-7d17-4060-8aeb-95e8e59410f4 {
  display: none;
}
#s-27fc590b-7d17-4060-8aeb-95e8e59410f4, #wrap-s-27fc590b-7d17-4060-8aeb-95e8e59410f4 { display:none !important; }}
#s-bb1da79f-7e39-4598-ba3d-3b9a3a666547 {
  margin-top: -12px;
margin-bottom: -4px;
}
@media (min-width: 1200px){#s-bb1da79f-7e39-4598-ba3d-3b9a3a666547 {
  margin-top: -17px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bb1da79f-7e39-4598-ba3d-3b9a3a666547 {
  margin-top: -17px;
}
}
#s-3378b4cd-63e2-4ed5-a146-d99b196a40dd {
  margin-left: 3px;
margin-right: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(230, 230, 230, 1);
border-style: solid;
border-radius: 7px;
min-height: 56px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-3378b4cd-63e2-4ed5-a146-d99b196a40dd {
  margin-bottom: 15px;
}
}







#s-3378b4cd-63e2-4ed5-a146-d99b196a40dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3378b4cd-63e2-4ed5-a146-d99b196a40dd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7eec99c7-b9ad-494e-9ac0-26bc9a305613 {
  margin-left: 3px;
margin-right: 3px;
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;
border-radius: 7px;
min-height: 55px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-7eec99c7-b9ad-494e-9ac0-26bc9a305613 {
  margin-bottom: 15px;
}
}







#s-7eec99c7-b9ad-494e-9ac0-26bc9a305613 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7eec99c7-b9ad-494e-9ac0-26bc9a305613.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-c6de9b88-166e-4e90-be9a-a1289ef790da {
  display: none;
}
#s-c6de9b88-166e-4e90-be9a-a1289ef790da, #wrap-s-c6de9b88-166e-4e90-be9a-a1289ef790da { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c6de9b88-166e-4e90-be9a-a1289ef790da {
  display: none;
}
#s-c6de9b88-166e-4e90-be9a-a1289ef790da, #wrap-s-c6de9b88-166e-4e90-be9a-a1289ef790da { display:none !important; }}
#s-625d2a40-066c-465c-9a7d-653e7ffdc98c {
  margin-top: -12px;
margin-bottom: -4px;
}
@media (min-width: 1200px){#s-625d2a40-066c-465c-9a7d-653e7ffdc98c {
  margin-top: -17px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-625d2a40-066c-465c-9a7d-653e7ffdc98c {
  margin-top: -17px;
}
}
#s-e9aaf5e0-380c-42c8-b43b-7979f7f2f592 {
  margin-top: 19px;
margin-bottom: 0px;
margin-right: 20px;
padding-right: 0px;
}
@media (max-width: 767px){#s-e9aaf5e0-380c-42c8-b43b-7979f7f2f592 {
  
}
}
#s-d3f359c7-a61e-4a1d-a0ef-278da01b693a {
  margin-top: 1px;
margin-left: 0px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 1px;
text-align: center;
opacity: 1;
}

#s-d3f359c7-a61e-4a1d-a0ef-278da01b693a .shogun-countdown span, #s-d3f359c7-a61e-4a1d-a0ef-278da01b693a .shogun-countdown label {
  color: rgba(254, 153, 1, 1);
}
#s-05e85222-894b-4da4-81ac-cdab747aef81 {
  margin-left: 6px;
margin-bottom: 0px;
margin-right: 20px;
}

#s-5ff4747b-9183-4c7a-b265-3cc8a3717f9e {
  margin-bottom: 5px;
margin-right: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 30px;
max-width: 270px;
opacity: 1;
text-align: center;
background-color: rgba(254, 153, 1, 1);
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-5ff4747b-9183-4c7a-b265-3cc8a3717f9e:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(254, 153, 1, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5ff4747b-9183-4c7a-b265-3cc8a3717f9e:active {box-shadow: 0px 0px   !important;
background-color: rgba(254, 153, 1, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-5ff4747b-9183-4c7a-b265-3cc8a3717f9e-root {
    text-align: center;
  }


#s-5ff4747b-9183-4c7a-b265-3cc8a3717f9e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5ff4747b-9183-4c7a-b265-3cc8a3717f9e-root {
    text-align: center;
  }


#s-5ff4747b-9183-4c7a-b265-3cc8a3717f9e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5ff4747b-9183-4c7a-b265-3cc8a3717f9e-root {
    text-align: center;
  }


#s-5ff4747b-9183-4c7a-b265-3cc8a3717f9e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5ff4747b-9183-4c7a-b265-3cc8a3717f9e-root {
    text-align: center;
  }


#s-5ff4747b-9183-4c7a-b265-3cc8a3717f9e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5ff4747b-9183-4c7a-b265-3cc8a3717f9e-root {
    text-align: center;
  }


#s-5ff4747b-9183-4c7a-b265-3cc8a3717f9e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-cca95f89-9e40-4311-8bb1-7a8deefb74ae {
  min-height: 50px;
}
@media (min-width: 1200px){#s-cca95f89-9e40-4311-8bb1-7a8deefb74ae {
  display: none;
}
#s-cca95f89-9e40-4311-8bb1-7a8deefb74ae, #wrap-s-cca95f89-9e40-4311-8bb1-7a8deefb74ae { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cca95f89-9e40-4311-8bb1-7a8deefb74ae {
  display: none;
}
#s-cca95f89-9e40-4311-8bb1-7a8deefb74ae, #wrap-s-cca95f89-9e40-4311-8bb1-7a8deefb74ae { display:none !important; }}







#s-cca95f89-9e40-4311-8bb1-7a8deefb74ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cca95f89-9e40-4311-8bb1-7a8deefb74ae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7c0a8364-d669-4810-b5c3-525ffa8fb561 {
  background-image: url(https://i.shgcdn.com/98214cfc-1f02-436d-ba2f-853e3d1c500f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: contain;
margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
max-width: 1400px;
background-position: right bottom;
background-color: rgba(128, 39, 231, 1);
}
@media (min-width: 1200px){#s-7c0a8364-d669-4810-b5c3-525ffa8fb561 {
  display: none;
}
#s-7c0a8364-d669-4810-b5c3-525ffa8fb561, #wrap-s-7c0a8364-d669-4810-b5c3-525ffa8fb561 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7c0a8364-d669-4810-b5c3-525ffa8fb561 {
  display: none;
}
#s-7c0a8364-d669-4810-b5c3-525ffa8fb561, #wrap-s-7c0a8364-d669-4810-b5c3-525ffa8fb561 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7c0a8364-d669-4810-b5c3-525ffa8fb561 {
  
}
}@media (max-width: 767px){#s-7c0a8364-d669-4810-b5c3-525ffa8fb561 {
  display: none;
}
#s-7c0a8364-d669-4810-b5c3-525ffa8fb561, #wrap-s-7c0a8364-d669-4810-b5c3-525ffa8fb561 { display:none !important; }}
@media (min-width: 0px) {
[id="s-7c0a8364-d669-4810-b5c3-525ffa8fb561"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7c0a8364-d669-4810-b5c3-525ffa8fb561"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7c0a8364-d669-4810-b5c3-525ffa8fb561"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7c0a8364-d669-4810-b5c3-525ffa8fb561"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7c0a8364-d669-4810-b5c3-525ffa8fb561"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7c0a8364-d669-4810-b5c3-525ffa8fb561"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7c0a8364-d669-4810-b5c3-525ffa8fb561"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-9215def0-13e1-427c-a7df-0b4fc6a53197 {
  margin-top: 30px;
margin-left: 65px;
margin-bottom: 30px;
margin-right: 65px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9215def0-13e1-427c-a7df-0b4fc6a53197 {
  
}
}







#s-9215def0-13e1-427c-a7df-0b4fc6a53197 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9215def0-13e1-427c-a7df-0b4fc6a53197.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0ba20f1a-f215-4245-bfd3-1d386cfdfb5b {
  margin-top: 30px;
margin-left: 0px;
margin-right: 0px;
max-width: 464px;
}
@media (max-width: 767px){#s-0ba20f1a-f215-4245-bfd3-1d386cfdfb5b {
  margin-top: 0px;
}
}
#s-0a1bb9df-3563-482d-8f93-d2e2cd3cb305 {
  margin-top: 30px;
margin-bottom: 13px;
}

@media (min-width: 0px) {
[id="s-0a1bb9df-3563-482d-8f93-d2e2cd3cb305"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0a1bb9df-3563-482d-8f93-d2e2cd3cb305"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0a1bb9df-3563-482d-8f93-d2e2cd3cb305"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0a1bb9df-3563-482d-8f93-d2e2cd3cb305"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0a1bb9df-3563-482d-8f93-d2e2cd3cb305"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0a1bb9df-3563-482d-8f93-d2e2cd3cb305"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0a1bb9df-3563-482d-8f93-d2e2cd3cb305"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-dae94c4e-a91b-47a1-b8bb-2f3be61c6fb6 {
  margin-bottom: 0px;
}

#s-27a0ddbc-0e48-4140-a4f3-db144394fe76 {
  margin-bottom: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 89px;
text-align: center;
}







  #s-27a0ddbc-0e48-4140-a4f3-db144394fe76 img.shogun-image {
    

    
    
    
  }


#s-27a0ddbc-0e48-4140-a4f3-db144394fe76 .shogun-image-content {
  
    align-items: center;
  
}

#s-bee65525-60de-4184-a6b5-90f0818c9d34 {
  margin-top: 30px;
margin-left: 30px;
margin-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-bee65525-60de-4184-a6b5-90f0818c9d34 {
  display: none;
}
#s-bee65525-60de-4184-a6b5-90f0818c9d34, #wrap-s-bee65525-60de-4184-a6b5-90f0818c9d34 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bee65525-60de-4184-a6b5-90f0818c9d34 {
  display: none;
}
#s-bee65525-60de-4184-a6b5-90f0818c9d34, #wrap-s-bee65525-60de-4184-a6b5-90f0818c9d34 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bee65525-60de-4184-a6b5-90f0818c9d34 {
  
}
}






  #s-bee65525-60de-4184-a6b5-90f0818c9d34 img.shogun-image {
    

    
    
    
  }


#s-bee65525-60de-4184-a6b5-90f0818c9d34 .shogun-image-content {
  
    align-items: center;
  
}

#s-d9ea5d2e-98a7-4b9c-b739-a54d394252eb {
  margin-top: 10px;
margin-bottom: 15px;
}
@media (min-width: 1200px){#s-d9ea5d2e-98a7-4b9c-b739-a54d394252eb {
  display: none;
}
#s-d9ea5d2e-98a7-4b9c-b739-a54d394252eb, #wrap-s-d9ea5d2e-98a7-4b9c-b739-a54d394252eb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d9ea5d2e-98a7-4b9c-b739-a54d394252eb {
  display: none;
}
#s-d9ea5d2e-98a7-4b9c-b739-a54d394252eb, #wrap-s-d9ea5d2e-98a7-4b9c-b739-a54d394252eb { display:none !important; }}@media (max-width: 767px){#s-d9ea5d2e-98a7-4b9c-b739-a54d394252eb {
  margin-left: auto;
margin-right: auto;
max-width: 270px;
}
}
#s-512db336-97fa-4e00-b93e-b68b54758829 {
  background-image: url(https://i.shgcdn.com/9dcffc5c-9109-448f-a616-b1eb6fa8d938/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: contain;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
max-width: 1400px;
background-position: right bottom;
background-color: rgba(25, 191, 214, 1);
}
@media (min-width: 1200px){#s-512db336-97fa-4e00-b93e-b68b54758829 {
  display: none;
}
#s-512db336-97fa-4e00-b93e-b68b54758829, #wrap-s-512db336-97fa-4e00-b93e-b68b54758829 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-512db336-97fa-4e00-b93e-b68b54758829 {
  display: none;
}
#s-512db336-97fa-4e00-b93e-b68b54758829, #wrap-s-512db336-97fa-4e00-b93e-b68b54758829 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-512db336-97fa-4e00-b93e-b68b54758829 {
  
}
}@media (max-width: 767px){#s-512db336-97fa-4e00-b93e-b68b54758829 {
  display: none;
}
#s-512db336-97fa-4e00-b93e-b68b54758829, #wrap-s-512db336-97fa-4e00-b93e-b68b54758829 { display:none !important; }}
@media (min-width: 0px) {
[id="s-512db336-97fa-4e00-b93e-b68b54758829"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-512db336-97fa-4e00-b93e-b68b54758829"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-512db336-97fa-4e00-b93e-b68b54758829"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-512db336-97fa-4e00-b93e-b68b54758829"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-512db336-97fa-4e00-b93e-b68b54758829"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-512db336-97fa-4e00-b93e-b68b54758829"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-512db336-97fa-4e00-b93e-b68b54758829"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-d848316a-d1bd-43a0-937e-15e0da8aac5c {
  margin-top: 20px;
margin-left: 65px;
margin-bottom: 30px;
margin-right: 65px;
min-height: 50px;
}

#s-d848316a-d1bd-43a0-937e-15e0da8aac5c {
  background-image: url();
}








#s-d848316a-d1bd-43a0-937e-15e0da8aac5c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d848316a-d1bd-43a0-937e-15e0da8aac5c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ebbda8cb-b0ac-483d-8578-8bce6ef925f1 {
  margin-top: 30px;
margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
max-width: 419px;
}

#s-c9e89e5c-dcf9-4082-ac05-11b26101f183 {
  margin-bottom: 7px;
}

#s-25df6cdc-02de-446d-aed5-9953698369df {
  background-image: url(https://i.shgcdn.com/eec2b70a-9bec-45da-aa4f-01cbb4fdfc3b/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: 335px 355px;
margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
max-width: 1400px;
background-position: 7% center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-25df6cdc-02de-446d-aed5-9953698369df {
  display: none;
}
#s-25df6cdc-02de-446d-aed5-9953698369df, #wrap-s-25df6cdc-02de-446d-aed5-9953698369df { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-25df6cdc-02de-446d-aed5-9953698369df {
  display: none;
}
#s-25df6cdc-02de-446d-aed5-9953698369df, #wrap-s-25df6cdc-02de-446d-aed5-9953698369df { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-25df6cdc-02de-446d-aed5-9953698369df {
  
}
}@media (max-width: 767px){#s-25df6cdc-02de-446d-aed5-9953698369df {
  display: none;
}
#s-25df6cdc-02de-446d-aed5-9953698369df, #wrap-s-25df6cdc-02de-446d-aed5-9953698369df { display:none !important; }}
@media (min-width: 0px) {
[id="s-25df6cdc-02de-446d-aed5-9953698369df"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-25df6cdc-02de-446d-aed5-9953698369df"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-25df6cdc-02de-446d-aed5-9953698369df"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-25df6cdc-02de-446d-aed5-9953698369df"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-25df6cdc-02de-446d-aed5-9953698369df"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-4883e402-e133-4f6b-bfa3-339e47e3f5c5 {
  margin-top: 20%;
margin-left: 15px;
margin-bottom: 20%;
margin-right: 30px;
min-height: 50px;
}
@media (max-width: 767px){#s-4883e402-e133-4f6b-bfa3-339e47e3f5c5 {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-4883e402-e133-4f6b-bfa3-339e47e3f5c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4883e402-e133-4f6b-bfa3-339e47e3f5c5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6b1099f0-b31c-47b0-a345-063258509469 {
  margin-top: 30px;
margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
max-width: 380px;
}
@media (min-width: 1200px){#s-6b1099f0-b31c-47b0-a345-063258509469 {
  display: none;
}
#s-6b1099f0-b31c-47b0-a345-063258509469, #wrap-s-6b1099f0-b31c-47b0-a345-063258509469 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6b1099f0-b31c-47b0-a345-063258509469 {
  display: none;
}
#s-6b1099f0-b31c-47b0-a345-063258509469, #wrap-s-6b1099f0-b31c-47b0-a345-063258509469 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6b1099f0-b31c-47b0-a345-063258509469 {
  display: none;
}
#s-6b1099f0-b31c-47b0-a345-063258509469, #wrap-s-6b1099f0-b31c-47b0-a345-063258509469 { display:none !important; }}@media (max-width: 767px){#s-6b1099f0-b31c-47b0-a345-063258509469 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
}
}
#s-edfd5bf1-b570-44b7-88c5-e72fb0d5ab61 {
  margin-top: 30px;
margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
}
@media (max-width: 767px){#s-edfd5bf1-b570-44b7-88c5-e72fb0d5ab61 {
  display: none;
}
#s-edfd5bf1-b570-44b7-88c5-e72fb0d5ab61, #wrap-s-edfd5bf1-b570-44b7-88c5-e72fb0d5ab61 { display:none !important; }}
#s-c487aa41-1478-4f0a-bcc7-ee6e4241ad5c {
  margin-bottom: 7px;
}
@media (max-width: 767px){#s-c487aa41-1478-4f0a-bcc7-ee6e4241ad5c {
  display: none;
}
#s-c487aa41-1478-4f0a-bcc7-ee6e4241ad5c, #wrap-s-c487aa41-1478-4f0a-bcc7-ee6e4241ad5c { display:none !important; }}
#s-b589e131-034c-44ec-93df-01a126e3ea4d {
  margin-bottom: 7px;
}
@media (min-width: 1200px){#s-b589e131-034c-44ec-93df-01a126e3ea4d {
  display: none;
}
#s-b589e131-034c-44ec-93df-01a126e3ea4d, #wrap-s-b589e131-034c-44ec-93df-01a126e3ea4d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b589e131-034c-44ec-93df-01a126e3ea4d {
  display: none;
}
#s-b589e131-034c-44ec-93df-01a126e3ea4d, #wrap-s-b589e131-034c-44ec-93df-01a126e3ea4d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b589e131-034c-44ec-93df-01a126e3ea4d {
  display: none;
}
#s-b589e131-034c-44ec-93df-01a126e3ea4d, #wrap-s-b589e131-034c-44ec-93df-01a126e3ea4d { display:none !important; }}@media (max-width: 767px){#s-b589e131-034c-44ec-93df-01a126e3ea4d {
  margin-bottom: 30px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}
}
#s-980275fb-f0f9-4d08-8098-2af0a52349df {
  margin-top: 28px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 5px;
max-width: 270px;
opacity: 1;
text-align: left;
background-color: rgba(25, 191, 214, 1);
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-980275fb-f0f9-4d08-8098-2af0a52349df:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(119, 68, 206, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-980275fb-f0f9-4d08-8098-2af0a52349df:active {box-shadow: 0px 0px   !important;
background-color: rgba(119, 68, 206, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-980275fb-f0f9-4d08-8098-2af0a52349df {
  display: none;
}
#s-980275fb-f0f9-4d08-8098-2af0a52349df, #wrap-s-980275fb-f0f9-4d08-8098-2af0a52349df { display:none !important; }}@media (max-width: 767px){#s-980275fb-f0f9-4d08-8098-2af0a52349df {
  text-align: center;
display: none;
}
#s-980275fb-f0f9-4d08-8098-2af0a52349df, #wrap-s-980275fb-f0f9-4d08-8098-2af0a52349df { display:none !important; }}

  #s-980275fb-f0f9-4d08-8098-2af0a52349df-root {
    text-align: left;
  }


#s-980275fb-f0f9-4d08-8098-2af0a52349df.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-980275fb-f0f9-4d08-8098-2af0a52349df-root {
    text-align: left;
  }


#s-980275fb-f0f9-4d08-8098-2af0a52349df.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-980275fb-f0f9-4d08-8098-2af0a52349df-root {
    text-align: left;
  }


#s-980275fb-f0f9-4d08-8098-2af0a52349df.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-980275fb-f0f9-4d08-8098-2af0a52349df-root {
    text-align: left;
  }


#s-980275fb-f0f9-4d08-8098-2af0a52349df.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-980275fb-f0f9-4d08-8098-2af0a52349df-root {
    text-align: center;
  }


#s-980275fb-f0f9-4d08-8098-2af0a52349df.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-e5d87d89-2e43-4f79-adaa-e5c311cc9d77 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
max-width: 1400px;
background-color: rgba(25, 191, 214, 1);
}
@media (min-width: 1200px){#s-e5d87d89-2e43-4f79-adaa-e5c311cc9d77 {
  display: none;
}
#s-e5d87d89-2e43-4f79-adaa-e5c311cc9d77, #wrap-s-e5d87d89-2e43-4f79-adaa-e5c311cc9d77 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e5d87d89-2e43-4f79-adaa-e5c311cc9d77 {
  display: none;
}
#s-e5d87d89-2e43-4f79-adaa-e5c311cc9d77, #wrap-s-e5d87d89-2e43-4f79-adaa-e5c311cc9d77 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e5d87d89-2e43-4f79-adaa-e5c311cc9d77 {
  display: none;
}
#s-e5d87d89-2e43-4f79-adaa-e5c311cc9d77, #wrap-s-e5d87d89-2e43-4f79-adaa-e5c311cc9d77 { display:none !important; }}@media (max-width: 767px){#s-e5d87d89-2e43-4f79-adaa-e5c311cc9d77 {
  margin-left: 0px;
margin-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-e5d87d89-2e43-4f79-adaa-e5c311cc9d77"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e5d87d89-2e43-4f79-adaa-e5c311cc9d77"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e5d87d89-2e43-4f79-adaa-e5c311cc9d77"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e5d87d89-2e43-4f79-adaa-e5c311cc9d77"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-7fe65f43-e708-44cf-99d7-2d557bcaf7eb {
  margin-top: 60px;
margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
padding-left: 30px;
padding-right: 30px;
}
@media (max-width: 767px){#s-7fe65f43-e708-44cf-99d7-2d557bcaf7eb {
  margin-top: 30px;
}
}
#s-02ef2502-a601-4086-a04c-5d8a428a06cb {
  padding-left: 30px;
padding-right: 30px;
}

#s-7b6369f1-04cf-485f-9341-4e3063c04a34 {
  margin-top: 11px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 5px;
max-width: 270px;
opacity: 1;
text-align: center;
background-color: rgba(128, 39, 231, 1);
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7b6369f1-04cf-485f-9341-4e3063c04a34:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(119, 68, 206, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7b6369f1-04cf-485f-9341-4e3063c04a34:active {box-shadow: 0px 0px   !important;
background-color: rgba(119, 68, 206, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-7b6369f1-04cf-485f-9341-4e3063c04a34 {
  display: none;
}
#s-7b6369f1-04cf-485f-9341-4e3063c04a34, #wrap-s-7b6369f1-04cf-485f-9341-4e3063c04a34 { display:none !important; }}

  #s-7b6369f1-04cf-485f-9341-4e3063c04a34-root {
    text-align: center;
  }


#s-7b6369f1-04cf-485f-9341-4e3063c04a34.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7b6369f1-04cf-485f-9341-4e3063c04a34-root {
    text-align: center;
  }


#s-7b6369f1-04cf-485f-9341-4e3063c04a34.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7b6369f1-04cf-485f-9341-4e3063c04a34-root {
    text-align: center;
  }


#s-7b6369f1-04cf-485f-9341-4e3063c04a34.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7b6369f1-04cf-485f-9341-4e3063c04a34-root {
    text-align: center;
  }


#s-7b6369f1-04cf-485f-9341-4e3063c04a34.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7b6369f1-04cf-485f-9341-4e3063c04a34-root {
    text-align: center;
  }


#s-7b6369f1-04cf-485f-9341-4e3063c04a34.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-0340c8ec-33f4-4f9d-b6f0-5f7366d47020 {
  text-align: center;
}
@media (min-width: 1200px){#s-0340c8ec-33f4-4f9d-b6f0-5f7366d47020 {
  display: none;
}
#s-0340c8ec-33f4-4f9d-b6f0-5f7366d47020, #wrap-s-0340c8ec-33f4-4f9d-b6f0-5f7366d47020 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0340c8ec-33f4-4f9d-b6f0-5f7366d47020 {
  display: none;
}
#s-0340c8ec-33f4-4f9d-b6f0-5f7366d47020, #wrap-s-0340c8ec-33f4-4f9d-b6f0-5f7366d47020 { display:none !important; }}@media (max-width: 767px){#s-0340c8ec-33f4-4f9d-b6f0-5f7366d47020 {
  margin-top: 30px;
}
}







#s-0340c8ec-33f4-4f9d-b6f0-5f7366d47020 .shogun-image-content {
  
    align-items: center;
  
}

#s-841c3eb9-5cc5-48d9-8a13-85df98bbdf92 {
  margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
min-height: 50px;
}
@media (min-width: 1200px){#s-841c3eb9-5cc5-48d9-8a13-85df98bbdf92 {
  display: none;
}
#s-841c3eb9-5cc5-48d9-8a13-85df98bbdf92, #wrap-s-841c3eb9-5cc5-48d9-8a13-85df98bbdf92 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-841c3eb9-5cc5-48d9-8a13-85df98bbdf92 {
  display: none;
}
#s-841c3eb9-5cc5-48d9-8a13-85df98bbdf92, #wrap-s-841c3eb9-5cc5-48d9-8a13-85df98bbdf92 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-841c3eb9-5cc5-48d9-8a13-85df98bbdf92 {
  display: none;
}
#s-841c3eb9-5cc5-48d9-8a13-85df98bbdf92, #wrap-s-841c3eb9-5cc5-48d9-8a13-85df98bbdf92 { display:none !important; }}







#s-841c3eb9-5cc5-48d9-8a13-85df98bbdf92 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-841c3eb9-5cc5-48d9-8a13-85df98bbdf92.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-714bf99a-9410-4dec-84e3-ad8b0ca2b62f {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 15px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-714bf99a-9410-4dec-84e3-ad8b0ca2b62f {
  display: none;
}
#s-714bf99a-9410-4dec-84e3-ad8b0ca2b62f, #wrap-s-714bf99a-9410-4dec-84e3-ad8b0ca2b62f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-714bf99a-9410-4dec-84e3-ad8b0ca2b62f {
  display: none;
}
#s-714bf99a-9410-4dec-84e3-ad8b0ca2b62f, #wrap-s-714bf99a-9410-4dec-84e3-ad8b0ca2b62f { display:none !important; }}
#s-71d19e3a-fc75-447c-a59f-87918555db52 {
  margin-bottom: 7px;
}
@media (min-width: 1200px){#s-71d19e3a-fc75-447c-a59f-87918555db52 {
  display: none;
}
#s-71d19e3a-fc75-447c-a59f-87918555db52, #wrap-s-71d19e3a-fc75-447c-a59f-87918555db52 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-71d19e3a-fc75-447c-a59f-87918555db52 {
  display: none;
}
#s-71d19e3a-fc75-447c-a59f-87918555db52, #wrap-s-71d19e3a-fc75-447c-a59f-87918555db52 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-71d19e3a-fc75-447c-a59f-87918555db52 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 500px;
}
}@media (max-width: 767px){#s-71d19e3a-fc75-447c-a59f-87918555db52 {
  margin-bottom: 30px;
padding-left: 0px;
padding-right: 0px;
}
}
#s-0c742754-d5fe-49be-ab09-40e52edf3de1 {
  margin-left: 5%;
margin-right: 5%;
text-align: center;
}







  #s-0c742754-d5fe-49be-ab09-40e52edf3de1 img.shogun-image {
    

    
    
    
  }


#s-0c742754-d5fe-49be-ab09-40e52edf3de1 .shogun-image-content {
  
    align-items: center;
  
}

#s-09053c63-01d0-4657-9996-3c1cf50be3ff {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 50px;
background-color: rgba(243, 243, 249, 1);
}
@media (min-width: 1200px){#s-09053c63-01d0-4657-9996-3c1cf50be3ff {
  display: none;
}
#s-09053c63-01d0-4657-9996-3c1cf50be3ff, #wrap-s-09053c63-01d0-4657-9996-3c1cf50be3ff { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-09053c63-01d0-4657-9996-3c1cf50be3ff {
  display: none;
}
#s-09053c63-01d0-4657-9996-3c1cf50be3ff, #wrap-s-09053c63-01d0-4657-9996-3c1cf50be3ff { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-09053c63-01d0-4657-9996-3c1cf50be3ff {
  padding-bottom: 0px;
}
}







#s-09053c63-01d0-4657-9996-3c1cf50be3ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09053c63-01d0-4657-9996-3c1cf50be3ff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-da54e2b8-d738-4da1-a005-1dca664a011f {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 55px;
text-align: center;
}







  #s-da54e2b8-d738-4da1-a005-1dca664a011f img.shogun-image {
    

    
    
    
  }


#s-da54e2b8-d738-4da1-a005-1dca664a011f .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-3a3cf33d-def8-4c5d-9ea3-854984a944ae {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
}
}
#s-30f15b21-32be-4802-aae1-7e429b423b83 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 45px;
text-align: center;
}







  #s-30f15b21-32be-4802-aae1-7e429b423b83 img.shogun-image {
    

    
    
    
  }


#s-30f15b21-32be-4802-aae1-7e429b423b83 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-2b03fc01-047b-4220-86b2-ca6fb5be9113 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
}
}
#s-84eb5d12-2dbd-4cc9-9ec4-e35a535ac0d1 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 55px;
text-align: center;
}







  #s-84eb5d12-2dbd-4cc9-9ec4-e35a535ac0d1 img.shogun-image {
    

    
    
    
  }


#s-84eb5d12-2dbd-4cc9-9ec4-e35a535ac0d1 .shogun-image-content {
  
    align-items: center;
  
}

#s-09fbef1f-5b87-47ae-9cfe-be7f7d9a37dd {
  margin-bottom: 30px;
margin-right: 19px;
}
@media (min-width: 768px) and (max-width: 991px){#s-09fbef1f-5b87-47ae-9cfe-be7f7d9a37dd {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
}
}@media (max-width: 767px){#s-09fbef1f-5b87-47ae-9cfe-be7f7d9a37dd {
  margin-bottom: 0px;
}
}
#s-d6d400ef-4635-429a-b3cb-000782a1601a {
  background-image: url(https://i.shgcdn.com/802704d8-390f-4978-9abf-a2bf9d20d994/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: contain;
margin-top: 30px;
margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 560px;
max-width: 1400px;
background-position: right center;
background-color: rgba(128, 39, 231, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-d6d400ef-4635-429a-b3cb-000782a1601a {
  display: none;
}
#s-d6d400ef-4635-429a-b3cb-000782a1601a, #wrap-s-d6d400ef-4635-429a-b3cb-000782a1601a { display:none !important; }}@media (max-width: 767px){#s-d6d400ef-4635-429a-b3cb-000782a1601a {
  display: none;
}
#s-d6d400ef-4635-429a-b3cb-000782a1601a, #wrap-s-d6d400ef-4635-429a-b3cb-000782a1601a { display:none !important; }}
@media (min-width: 0px) {
[id="s-d6d400ef-4635-429a-b3cb-000782a1601a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d6d400ef-4635-429a-b3cb-000782a1601a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d6d400ef-4635-429a-b3cb-000782a1601a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d6d400ef-4635-429a-b3cb-000782a1601a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f5a18f48-d63c-4830-b403-40e978e81275 {
  margin-top: 125px;
margin-left: 65px;
margin-bottom: 125px;
margin-right: 65px;
min-height: 50px;
max-width: 476px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f5a18f48-d63c-4830-b403-40e978e81275 {
  
}
}







#s-f5a18f48-d63c-4830-b403-40e978e81275 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5a18f48-d63c-4830-b403-40e978e81275.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-993ec6d3-74a5-43ea-89f8-2dfbeb619de1 {
  margin-top: 30px;
margin-left: 0px;
margin-right: 0px;
max-width: 464px;
}
@media (max-width: 767px){#s-993ec6d3-74a5-43ea-89f8-2dfbeb619de1 {
  margin-top: 0px;
}
}
#s-eb90a6c2-0e11-4cc4-86ca-e7e9395573c1 {
  margin-bottom: 13px;
}

@media (min-width: 0px) {
[id="s-eb90a6c2-0e11-4cc4-86ca-e7e9395573c1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eb90a6c2-0e11-4cc4-86ca-e7e9395573c1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-eb90a6c2-0e11-4cc4-86ca-e7e9395573c1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-eb90a6c2-0e11-4cc4-86ca-e7e9395573c1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-eb90a6c2-0e11-4cc4-86ca-e7e9395573c1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-eb90a6c2-0e11-4cc4-86ca-e7e9395573c1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-eb90a6c2-0e11-4cc4-86ca-e7e9395573c1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-bd1b6fe6-1799-40f2-823c-3e97b25140c8 {
  margin-top: 30px;
margin-bottom: auto;
padding-left: 1%;
padding-right: 1%;
max-width: 139px;
text-align: center;
}







  #s-bd1b6fe6-1799-40f2-823c-3e97b25140c8 img.shogun-image {
    

    
    
    
  }


#s-bd1b6fe6-1799-40f2-823c-3e97b25140c8 .shogun-image-content {
  
    align-items: center;
  
}

#s-2ad43e33-9e36-44f2-9203-324dddacf772 {
  margin-top: 38px;
margin-bottom: 7px;
}

#s-0e28ed58-3b59-4c6a-a34e-e1edffaaeea1 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0e28ed58-3b59-4c6a-a34e-e1edffaaeea1 {
  display: none;
}
#s-0e28ed58-3b59-4c6a-a34e-e1edffaaeea1, #wrap-s-0e28ed58-3b59-4c6a-a34e-e1edffaaeea1 { display:none !important; }}@media (max-width: 767px){#s-0e28ed58-3b59-4c6a-a34e-e1edffaaeea1 {
  display: none;
}
#s-0e28ed58-3b59-4c6a-a34e-e1edffaaeea1, #wrap-s-0e28ed58-3b59-4c6a-a34e-e1edffaaeea1 { display:none !important; }}







#s-0e28ed58-3b59-4c6a-a34e-e1edffaaeea1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e28ed58-3b59-4c6a-a34e-e1edffaaeea1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4faf0bac-70b8-4e2f-b2fa-ea60844e57c7 {
  margin-left: auto;
margin-right: auto;
min-height: 560px;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4faf0bac-70b8-4e2f-b2fa-ea60844e57c7 {
  display: none;
}
#s-4faf0bac-70b8-4e2f-b2fa-ea60844e57c7, #wrap-s-4faf0bac-70b8-4e2f-b2fa-ea60844e57c7 { display:none !important; }}@media (max-width: 767px){#s-4faf0bac-70b8-4e2f-b2fa-ea60844e57c7 {
  display: none;
}
#s-4faf0bac-70b8-4e2f-b2fa-ea60844e57c7, #wrap-s-4faf0bac-70b8-4e2f-b2fa-ea60844e57c7 { display:none !important; }}
@media (min-width: 0px) {
[id="s-4faf0bac-70b8-4e2f-b2fa-ea60844e57c7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4faf0bac-70b8-4e2f-b2fa-ea60844e57c7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4faf0bac-70b8-4e2f-b2fa-ea60844e57c7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4faf0bac-70b8-4e2f-b2fa-ea60844e57c7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4faf0bac-70b8-4e2f-b2fa-ea60844e57c7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4faf0bac-70b8-4e2f-b2fa-ea60844e57c7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4faf0bac-70b8-4e2f-b2fa-ea60844e57c7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-bb2cd63e-3145-4f75-8115-a0069b7bce75 {
  margin-top: 75px;
margin-left: 60px;
margin-bottom: 7px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
}

#s-dd9f178a-566a-4018-89a2-41212dfdf25f {
  margin-top: 14%;
margin-left: 30px;
margin-right: 30px;
}

#s-c3727507-d273-4610-92f9-93d693005b95 {
  margin-left: 30px;
margin-right: 30px;
}

#s-05de7c74-d889-4b82-8f36-5364196617c1 {
  margin-top: 30px;
margin-bottom: 15px;
padding-left: 30px;
padding-right: 30px;
}

@media (min-width: 0px) {
[id="s-05de7c74-d889-4b82-8f36-5364196617c1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-05de7c74-d889-4b82-8f36-5364196617c1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5px);
}

[id="s-05de7c74-d889-4b82-8f36-5364196617c1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5px);
}

}

@media (min-width: 992px) {
[id="s-05de7c74-d889-4b82-8f36-5364196617c1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5px);
}

[id="s-05de7c74-d889-4b82-8f36-5364196617c1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5px);
}

}

@media (min-width: 1200px) {
[id="s-05de7c74-d889-4b82-8f36-5364196617c1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5px);
}

[id="s-05de7c74-d889-4b82-8f36-5364196617c1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5px);
}

}

#s-2c17935c-836e-4cde-82a8-00595ef6c2fa {
  margin-top: 3px;
max-width: 50px;
text-align: center;
}







  #s-2c17935c-836e-4cde-82a8-00595ef6c2fa img.shogun-image {
    

    
    
    
  }


#s-2c17935c-836e-4cde-82a8-00595ef6c2fa .shogun-image-content {
  
    align-items: center;
  
}

#s-ca3ad140-f647-4592-b5a0-e40f5e0b8cb2 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 30px;
padding-right: 30px;
}

@media (min-width: 0px) {
[id="s-ca3ad140-f647-4592-b5a0-e40f5e0b8cb2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ca3ad140-f647-4592-b5a0-e40f5e0b8cb2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ca3ad140-f647-4592-b5a0-e40f5e0b8cb2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ca3ad140-f647-4592-b5a0-e40f5e0b8cb2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ca3ad140-f647-4592-b5a0-e40f5e0b8cb2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ca3ad140-f647-4592-b5a0-e40f5e0b8cb2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ca3ad140-f647-4592-b5a0-e40f5e0b8cb2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-0aa7b4f1-8ec5-41a1-8907-ca27cc94ed32 {
  margin-top: 3px;
margin-left: 4px;
max-width: 40px;
text-align: center;
}







  #s-0aa7b4f1-8ec5-41a1-8907-ca27cc94ed32 img.shogun-image {
    

    
    
    
  }


#s-0aa7b4f1-8ec5-41a1-8907-ca27cc94ed32 .shogun-image-content {
  
    align-items: center;
  
}

#s-262b3e09-7f97-4442-bce4-62c20cf0cfd5 {
  margin-top: 20px;
margin-bottom: 15px;
padding-left: 30px;
padding-right: 30px;
}

@media (min-width: 0px) {
[id="s-262b3e09-7f97-4442-bce4-62c20cf0cfd5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-262b3e09-7f97-4442-bce4-62c20cf0cfd5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-262b3e09-7f97-4442-bce4-62c20cf0cfd5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-262b3e09-7f97-4442-bce4-62c20cf0cfd5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-262b3e09-7f97-4442-bce4-62c20cf0cfd5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-262b3e09-7f97-4442-bce4-62c20cf0cfd5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-262b3e09-7f97-4442-bce4-62c20cf0cfd5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-be629e1b-8e82-4188-a5ec-5209ffe40a4c {
  margin-top: 3px;
max-width: 50px;
text-align: center;
}







  #s-be629e1b-8e82-4188-a5ec-5209ffe40a4c img.shogun-image {
    

    
    
    
  }


#s-be629e1b-8e82-4188-a5ec-5209ffe40a4c .shogun-image-content {
  
    align-items: center;
  
}

#s-1149652d-e204-4a56-8bcc-c0546eda93ff {
  margin-bottom: 14px;
}

#s-262931d1-176a-489a-b110-3fce050922f3 {
  background-image: url(https://i.shgcdn.com/bd64495c-66d4-4eee-8758-de7bfd041a81/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: contain;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 560px;
max-width: 1400px;
background-position: right bottom;
background-color: rgba(25, 191, 214, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-262931d1-176a-489a-b110-3fce050922f3 {
  display: none;
}
#s-262931d1-176a-489a-b110-3fce050922f3, #wrap-s-262931d1-176a-489a-b110-3fce050922f3 { display:none !important; }}@media (max-width: 767px){#s-262931d1-176a-489a-b110-3fce050922f3 {
  display: none;
}
#s-262931d1-176a-489a-b110-3fce050922f3, #wrap-s-262931d1-176a-489a-b110-3fce050922f3 { display:none !important; }}
@media (min-width: 0px) {
[id="s-262931d1-176a-489a-b110-3fce050922f3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-262931d1-176a-489a-b110-3fce050922f3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-262931d1-176a-489a-b110-3fce050922f3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-262931d1-176a-489a-b110-3fce050922f3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ad68d26d-b860-45e3-8506-8d451d0eeccd {
  margin-top: 20%;
margin-left: 65px;
margin-bottom: 20%;
margin-right: 65px;
min-height: 50px;
}

#s-ad68d26d-b860-45e3-8506-8d451d0eeccd {
  background-image: url();
}








#s-ad68d26d-b860-45e3-8506-8d451d0eeccd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad68d26d-b860-45e3-8506-8d451d0eeccd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-50c2cdbd-2578-4166-99c7-9833b499bb58 {
  margin-top: 30px;
margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
max-width: 419px;
}

#s-3836914f-1cdb-49d0-bcb3-9ce0366610e9 {
  margin-bottom: 7px;
}

#s-e7bf3eed-6d3d-4a4f-910f-b43636b0c7c6 {
  background-image: url(https://i.shgcdn.com/eec2b70a-9bec-45da-aa4f-01cbb4fdfc3b/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: 435px 455px;
margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 560px;
max-width: 1400px;
background-position: 15% center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-e7bf3eed-6d3d-4a4f-910f-b43636b0c7c6 {
  display: none;
}
#s-e7bf3eed-6d3d-4a4f-910f-b43636b0c7c6, #wrap-s-e7bf3eed-6d3d-4a4f-910f-b43636b0c7c6 { display:none !important; }}@media (max-width: 767px){#s-e7bf3eed-6d3d-4a4f-910f-b43636b0c7c6 {
  display: none;
}
#s-e7bf3eed-6d3d-4a4f-910f-b43636b0c7c6, #wrap-s-e7bf3eed-6d3d-4a4f-910f-b43636b0c7c6 { display:none !important; }}
@media (min-width: 0px) {
[id="s-e7bf3eed-6d3d-4a4f-910f-b43636b0c7c6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e7bf3eed-6d3d-4a4f-910f-b43636b0c7c6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e7bf3eed-6d3d-4a4f-910f-b43636b0c7c6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e7bf3eed-6d3d-4a4f-910f-b43636b0c7c6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-e7bf3eed-6d3d-4a4f-910f-b43636b0c7c6"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-749da2f8-664c-4504-831d-c6f1af41d4f9 {
  margin-top: 172px;
margin-left: 65px;
margin-right: 65px;
min-height: 50px;
}
@media (max-width: 767px){#s-749da2f8-664c-4504-831d-c6f1af41d4f9 {
  margin-left: 30px;
margin-right: 30px;
}
}







#s-749da2f8-664c-4504-831d-c6f1af41d4f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-749da2f8-664c-4504-831d-c6f1af41d4f9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cf6fa829-5c39-43cc-aa3d-928d449c8b05 {
  margin-top: 30px;
margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
max-width: 380px;
}
@media (min-width: 1200px){#s-cf6fa829-5c39-43cc-aa3d-928d449c8b05 {
  display: none;
}
#s-cf6fa829-5c39-43cc-aa3d-928d449c8b05, #wrap-s-cf6fa829-5c39-43cc-aa3d-928d449c8b05 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cf6fa829-5c39-43cc-aa3d-928d449c8b05 {
  display: none;
}
#s-cf6fa829-5c39-43cc-aa3d-928d449c8b05, #wrap-s-cf6fa829-5c39-43cc-aa3d-928d449c8b05 { display:none !important; }}@media (max-width: 767px){#s-cf6fa829-5c39-43cc-aa3d-928d449c8b05 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
}
}
#s-c1cbfe4b-5767-4caa-8ead-a4a2ffe09f7b {
  margin-top: 30px;
margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
max-width: 427px;
}
@media (max-width: 767px){#s-c1cbfe4b-5767-4caa-8ead-a4a2ffe09f7b {
  display: none;
}
#s-c1cbfe4b-5767-4caa-8ead-a4a2ffe09f7b, #wrap-s-c1cbfe4b-5767-4caa-8ead-a4a2ffe09f7b { display:none !important; }}
#s-d18ca55a-eca7-4906-8f5f-12f02d307b04 {
  margin-bottom: 7px;
}
@media (max-width: 767px){#s-d18ca55a-eca7-4906-8f5f-12f02d307b04 {
  display: none;
}
#s-d18ca55a-eca7-4906-8f5f-12f02d307b04, #wrap-s-d18ca55a-eca7-4906-8f5f-12f02d307b04 { display:none !important; }}
#s-4f23790f-6412-4ad5-8b39-289b9bcef9ae {
  margin-bottom: 7px;
}
@media (min-width: 1200px){#s-4f23790f-6412-4ad5-8b39-289b9bcef9ae {
  display: none;
}
#s-4f23790f-6412-4ad5-8b39-289b9bcef9ae, #wrap-s-4f23790f-6412-4ad5-8b39-289b9bcef9ae { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4f23790f-6412-4ad5-8b39-289b9bcef9ae {
  display: none;
}
#s-4f23790f-6412-4ad5-8b39-289b9bcef9ae, #wrap-s-4f23790f-6412-4ad5-8b39-289b9bcef9ae { display:none !important; }}@media (max-width: 767px){#s-4f23790f-6412-4ad5-8b39-289b9bcef9ae {
  margin-bottom: 30px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}
}
#s-d9e9c8dc-1b32-4373-87a1-c3b9ca0aa254 {
  background-image: url(https://i.shgcdn.com/f6fd6a86-f700-4a10-8d35-aa73455b82d7/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: 246px 207px;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 560px;
max-width: 1400px;
background-position: 80% center;
background-color: rgba(243, 243, 249, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-d9e9c8dc-1b32-4373-87a1-c3b9ca0aa254 {
  display: none;
}
#s-d9e9c8dc-1b32-4373-87a1-c3b9ca0aa254, #wrap-s-d9e9c8dc-1b32-4373-87a1-c3b9ca0aa254 { display:none !important; }}@media (max-width: 767px){#s-d9e9c8dc-1b32-4373-87a1-c3b9ca0aa254 {
  display: none;
}
#s-d9e9c8dc-1b32-4373-87a1-c3b9ca0aa254, #wrap-s-d9e9c8dc-1b32-4373-87a1-c3b9ca0aa254 { display:none !important; }}
@media (min-width: 0px) {
[id="s-d9e9c8dc-1b32-4373-87a1-c3b9ca0aa254"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d9e9c8dc-1b32-4373-87a1-c3b9ca0aa254"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d9e9c8dc-1b32-4373-87a1-c3b9ca0aa254"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d9e9c8dc-1b32-4373-87a1-c3b9ca0aa254"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a5bb4b19-be8e-4722-90a3-76d70ac62fc5 {
  margin-left: 65px;
margin-right: 65px;
padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-a5bb4b19-be8e-4722-90a3-76d70ac62fc5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a5bb4b19-be8e-4722-90a3-76d70ac62fc5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5057872f-a475-452b-9a3d-64b6fa63ac20 {
  margin-top: 25%;
margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
max-width: 505px;
}

#s-522237f0-393a-4778-9ded-17c3c140670a {
  margin-bottom: 7px;
}

#s-81643641-e0fd-4fec-8b88-a71edd709e2f {
  background-image: url(https://i.shgcdn.com/4adf53fe-ceeb-4779-ba2e-d7806e800f94/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: 271px 222px;
margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 560px;
max-width: 1400px;
background-position: 20% center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-81643641-e0fd-4fec-8b88-a71edd709e2f {
  display: none;
}
#s-81643641-e0fd-4fec-8b88-a71edd709e2f, #wrap-s-81643641-e0fd-4fec-8b88-a71edd709e2f { display:none !important; }}@media (max-width: 767px){#s-81643641-e0fd-4fec-8b88-a71edd709e2f {
  display: none;
}
#s-81643641-e0fd-4fec-8b88-a71edd709e2f, #wrap-s-81643641-e0fd-4fec-8b88-a71edd709e2f { display:none !important; }}
@media (min-width: 0px) {
[id="s-81643641-e0fd-4fec-8b88-a71edd709e2f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-81643641-e0fd-4fec-8b88-a71edd709e2f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-81643641-e0fd-4fec-8b88-a71edd709e2f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-81643641-e0fd-4fec-8b88-a71edd709e2f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-81643641-e0fd-4fec-8b88-a71edd709e2f"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-e8b06864-787f-4c68-afa0-c29194c01815 {
  margin-top: 109px;
margin-left: 65px;
margin-right: 65px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-e8b06864-787f-4c68-afa0-c29194c01815 {
  
}
}@media (max-width: 767px){#s-e8b06864-787f-4c68-afa0-c29194c01815 {
  margin-left: 30px;
margin-right: 30px;
}
}







#s-e8b06864-787f-4c68-afa0-c29194c01815 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8b06864-787f-4c68-afa0-c29194c01815.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-39d6005f-d787-47b1-859b-2c9bce4aab8c {
  margin-top: 30px;
margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
max-width: 372px;
}
@media (max-width: 767px){#s-39d6005f-d787-47b1-859b-2c9bce4aab8c {
  display: none;
}
#s-39d6005f-d787-47b1-859b-2c9bce4aab8c, #wrap-s-39d6005f-d787-47b1-859b-2c9bce4aab8c { display:none !important; }}
#s-44d59f8e-75ad-4f8c-9816-257a76b187a2 {
  margin-top: 30px;
margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
max-width: 383px;
}
@media (min-width: 1200px){#s-44d59f8e-75ad-4f8c-9816-257a76b187a2 {
  display: none;
}
#s-44d59f8e-75ad-4f8c-9816-257a76b187a2, #wrap-s-44d59f8e-75ad-4f8c-9816-257a76b187a2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-44d59f8e-75ad-4f8c-9816-257a76b187a2 {
  display: none;
}
#s-44d59f8e-75ad-4f8c-9816-257a76b187a2, #wrap-s-44d59f8e-75ad-4f8c-9816-257a76b187a2 { display:none !important; }}@media (max-width: 767px){#s-44d59f8e-75ad-4f8c-9816-257a76b187a2 {
  margin-top: -15px;
}
}
#s-9139f7c5-b281-4b1b-85c5-a1ce6cc5da26 {
  margin-top: 0px;
margin-bottom: 7px;
}
@media (max-width: 767px){#s-9139f7c5-b281-4b1b-85c5-a1ce6cc5da26 {
  display: none;
}
#s-9139f7c5-b281-4b1b-85c5-a1ce6cc5da26, #wrap-s-9139f7c5-b281-4b1b-85c5-a1ce6cc5da26 { display:none !important; }}
#s-2242d69b-15c5-463f-88b0-0541aed36c3a {
  margin-top: 15px;
margin-bottom: 7px;
}
@media (min-width: 1200px){#s-2242d69b-15c5-463f-88b0-0541aed36c3a {
  display: none;
}
#s-2242d69b-15c5-463f-88b0-0541aed36c3a, #wrap-s-2242d69b-15c5-463f-88b0-0541aed36c3a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2242d69b-15c5-463f-88b0-0541aed36c3a {
  display: none;
}
#s-2242d69b-15c5-463f-88b0-0541aed36c3a, #wrap-s-2242d69b-15c5-463f-88b0-0541aed36c3a { display:none !important; }}@media (max-width: 767px){#s-2242d69b-15c5-463f-88b0-0541aed36c3a {
  margin-bottom: 0px;
}
}
#s-52ccfd8c-7b46-49e4-8d2d-d783ccc0cb2f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-52ccfd8c-7b46-49e4-8d2d-d783ccc0cb2f {
  display: none;
}
#s-52ccfd8c-7b46-49e4-8d2d-d783ccc0cb2f, #wrap-s-52ccfd8c-7b46-49e4-8d2d-d783ccc0cb2f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-52ccfd8c-7b46-49e4-8d2d-d783ccc0cb2f {
  display: none;
}
#s-52ccfd8c-7b46-49e4-8d2d-d783ccc0cb2f, #wrap-s-52ccfd8c-7b46-49e4-8d2d-d783ccc0cb2f { display:none !important; }}







#s-52ccfd8c-7b46-49e4-8d2d-d783ccc0cb2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52ccfd8c-7b46-49e4-8d2d-d783ccc0cb2f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-13228298-1b87-4e29-8f5b-2989ded7650e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1400px;
background-color: rgba(243, 243, 249, 1);
}








#s-13228298-1b87-4e29-8f5b-2989ded7650e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13228298-1b87-4e29-8f5b-2989ded7650e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9064bd83-0018-4150-986c-745777720b50 {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9064bd83-0018-4150-986c-745777720b50 {
  display: none;
}
#s-9064bd83-0018-4150-986c-745777720b50, #wrap-s-9064bd83-0018-4150-986c-745777720b50 { display:none !important; }}@media (max-width: 767px){#s-9064bd83-0018-4150-986c-745777720b50 {
  margin-left: 30px;
margin-right: 30px;
display: none;
}
#s-9064bd83-0018-4150-986c-745777720b50, #wrap-s-9064bd83-0018-4150-986c-745777720b50 { display:none !important; }}
#s-b617da02-e262-4705-9b14-cda8b912d04d {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
}
@media (min-width: 1200px){#s-b617da02-e262-4705-9b14-cda8b912d04d {
  display: none;
}
#s-b617da02-e262-4705-9b14-cda8b912d04d, #wrap-s-b617da02-e262-4705-9b14-cda8b912d04d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b617da02-e262-4705-9b14-cda8b912d04d {
  display: none;
}
#s-b617da02-e262-4705-9b14-cda8b912d04d, #wrap-s-b617da02-e262-4705-9b14-cda8b912d04d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b617da02-e262-4705-9b14-cda8b912d04d {
  
}
}@media (max-width: 767px){#s-b617da02-e262-4705-9b14-cda8b912d04d {
  margin-left: 30px;
margin-right: 30px;
padding-top: 30px;
}
}
@media (max-width: 767px){#s-8a34ece6-2071-493b-af43-b73aecfb787b {
  margin-left: auto;
margin-right: auto;
max-width: 270px;
}
}
#s-b2735195-4369-4d9d-8772-cbd0474795f7 {
  margin-bottom: 30px;
padding-top: 0px;
padding-left: 50px;
padding-bottom: 0px;
padding-right: 50px;
}

@media (min-width: 0px) {
[id="s-b2735195-4369-4d9d-8772-cbd0474795f7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b2735195-4369-4d9d-8772-cbd0474795f7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-b2735195-4369-4d9d-8772-cbd0474795f7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-b2735195-4369-4d9d-8772-cbd0474795f7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-df80af88-47e7-479b-96d3-e818f73e5276 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(128, 39, 231, 1);
border-style: solid;
border-radius: 15px;
min-height: 175px;
max-width: 300px;
background-color: rgba(243, 243, 249, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-df80af88-47e7-479b-96d3-e818f73e5276 {
  margin-left: 10px;
margin-right: 10px;
}
}@media (max-width: 767px){#s-df80af88-47e7-479b-96d3-e818f73e5276 {
  margin-top: 15px;
margin-bottom: 0px;
max-width: 275px;
}
}







#s-df80af88-47e7-479b-96d3-e818f73e5276 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df80af88-47e7-479b-96d3-e818f73e5276.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7533250b-26ba-476b-a5b8-f5e3c6283e84 {
  margin-left: auto;
margin-right: auto;
max-width: 155px;
text-align: center;
}
@media (max-width: 767px){#s-7533250b-26ba-476b-a5b8-f5e3c6283e84 {
  padding-top: 20px;
}
}






  #s-7533250b-26ba-476b-a5b8-f5e3c6283e84 img.shogun-image {
    

    
    
    
  }


#s-7533250b-26ba-476b-a5b8-f5e3c6283e84 .shogun-image-content {
  
    align-items: center;
  
}

#s-1d23b255-7e0f-466a-82a8-1fab81b296fc {
  margin-top: 10px;
margin-left: 0px;
margin-right: 0px;
}

#s-cf9d61f5-3394-4550-852c-387df0c11a9a {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(128, 39, 231, 1);
border-style: solid;
border-radius: 15px;
min-height: 175px;
max-width: 300px;
background-color: rgba(243, 243, 249, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-cf9d61f5-3394-4550-852c-387df0c11a9a {
  margin-left: 10px;
margin-right: 10px;
}
}@media (max-width: 767px){#s-cf9d61f5-3394-4550-852c-387df0c11a9a {
  margin-left: auto;
margin-right: auto;
max-width: 275px;
}
}







#s-cf9d61f5-3394-4550-852c-387df0c11a9a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf9d61f5-3394-4550-852c-387df0c11a9a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5e097ee7-e4fb-49ae-a1e6-f323afe06219 {
  margin-left: auto;
margin-right: auto;
max-width: 155px;
text-align: center;
}
@media (max-width: 767px){#s-5e097ee7-e4fb-49ae-a1e6-f323afe06219 {
  padding-top: 20px;
}
}






  #s-5e097ee7-e4fb-49ae-a1e6-f323afe06219 img.shogun-image {
    

    
    
    
  }


#s-5e097ee7-e4fb-49ae-a1e6-f323afe06219 .shogun-image-content {
  
    align-items: center;
  
}

#s-e5a0c397-e145-4e2f-94bd-65b37a4c4d38 {
  margin-top: 10px;
}

#s-486694db-def9-49c5-a696-cf53e3ec7961 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(128, 39, 231, 1);
border-style: solid;
border-radius: 15px;
min-height: 175px;
max-width: 300px;
background-color: rgba(243, 243, 249, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-486694db-def9-49c5-a696-cf53e3ec7961 {
  margin-left: 10px;
margin-right: 10px;
}
}@media (max-width: 767px){#s-486694db-def9-49c5-a696-cf53e3ec7961 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 275px;
}
}







#s-486694db-def9-49c5-a696-cf53e3ec7961 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-486694db-def9-49c5-a696-cf53e3ec7961.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-36996962-9829-4778-9ee3-99496b052360 {
  margin-left: auto;
margin-bottom: 4px;
margin-right: auto;
max-width: 141px;
text-align: center;
}
@media (max-width: 767px){#s-36996962-9829-4778-9ee3-99496b052360 {
  padding-top: 20px;
}
}






  #s-36996962-9829-4778-9ee3-99496b052360 img.shogun-image {
    

    
    
    
  }


#s-36996962-9829-4778-9ee3-99496b052360 .shogun-image-content {
  
    align-items: center;
  
}

#s-7634cad1-7f9e-4db4-975e-3964d7c1ce1a {
  margin-top: 10px;
}

#s-50981ef4-5dc7-4606-b16c-88e68abbe97f {
  padding-top: 40px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-50981ef4-5dc7-4606-b16c-88e68abbe97f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-50981ef4-5dc7-4606-b16c-88e68abbe97f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-50981ef4-5dc7-4606-b16c-88e68abbe97f {
  
}
}@media (max-width: 767px){#s-50981ef4-5dc7-4606-b16c-88e68abbe97f {
  margin-top: -7px;
margin-left: auto;
margin-right: auto;
display: none;
}
#s-50981ef4-5dc7-4606-b16c-88e68abbe97f, #wrap-s-50981ef4-5dc7-4606-b16c-88e68abbe97f { display:none !important; }}
#s-7bf621c6-78f1-4f81-a8b5-027ef1c69fe7 {
  padding-top: 40px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-7bf621c6-78f1-4f81-a8b5-027ef1c69fe7 {
  display: none;
}
#s-7bf621c6-78f1-4f81-a8b5-027ef1c69fe7, #wrap-s-7bf621c6-78f1-4f81-a8b5-027ef1c69fe7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7bf621c6-78f1-4f81-a8b5-027ef1c69fe7 {
  display: none;
}
#s-7bf621c6-78f1-4f81-a8b5-027ef1c69fe7, #wrap-s-7bf621c6-78f1-4f81-a8b5-027ef1c69fe7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7bf621c6-78f1-4f81-a8b5-027ef1c69fe7 {
  display: none;
}
#s-7bf621c6-78f1-4f81-a8b5-027ef1c69fe7, #wrap-s-7bf621c6-78f1-4f81-a8b5-027ef1c69fe7 { display:none !important; }}@media (max-width: 767px){#s-7bf621c6-78f1-4f81-a8b5-027ef1c69fe7 {
  margin-top: -7px;
margin-left: auto;
margin-right: auto;
}
}
#s-9fa40a70-a4b3-4f9d-8879-9596f1bf137d {
  margin-top: 4px;
margin-bottom: 4px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-9fa40a70-a4b3-4f9d-8879-9596f1bf137d {
  display: none;
}
#s-9fa40a70-a4b3-4f9d-8879-9596f1bf137d, #wrap-s-9fa40a70-a4b3-4f9d-8879-9596f1bf137d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9fa40a70-a4b3-4f9d-8879-9596f1bf137d {
  display: none;
}
#s-9fa40a70-a4b3-4f9d-8879-9596f1bf137d, #wrap-s-9fa40a70-a4b3-4f9d-8879-9596f1bf137d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9fa40a70-a4b3-4f9d-8879-9596f1bf137d {
  display: none;
}
#s-9fa40a70-a4b3-4f9d-8879-9596f1bf137d, #wrap-s-9fa40a70-a4b3-4f9d-8879-9596f1bf137d { display:none !important; }}@media (max-width: 767px){#s-9fa40a70-a4b3-4f9d-8879-9596f1bf137d {
  margin-left: auto;
margin-right: auto;
}
}
#s-7868f9c4-efb5-4419-bd6e-79cf096ce36b {
  margin-bottom: 30px;
background-color: rgba(255, 255, 255, 1);
}

#s-719f56b4-17c7-4d0c-a67a-0dd3522a7c3a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1400px;
background-color: rgba(255, 255, 255, 1);
}








#s-719f56b4-17c7-4d0c-a67a-0dd3522a7c3a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-719f56b4-17c7-4d0c-a67a-0dd3522a7c3a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c2c09366-4ee3-4062-96c0-88a0fba544b6 {
  margin-top: 10px;
max-width: 1200px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-c2c09366-4ee3-4062-96c0-88a0fba544b6 {
  margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c2c09366-4ee3-4062-96c0-88a0fba544b6 {
  margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c2c09366-4ee3-4062-96c0-88a0fba544b6 {
  margin-left: 30px;
margin-right: 30px;
padding-bottom: 30px;
}
}@media (max-width: 767px){#s-c2c09366-4ee3-4062-96c0-88a0fba544b6 {
  margin-left: 30px;
margin-right: 30px;
}
}
@media (min-width: 0px) {
[id="s-c2c09366-4ee3-4062-96c0-88a0fba544b6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c2c09366-4ee3-4062-96c0-88a0fba544b6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-c2c09366-4ee3-4062-96c0-88a0fba544b6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-c2c09366-4ee3-4062-96c0-88a0fba544b6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-2cade82a-f897-44e3-b8c5-7ace2d8e6f64 {
  box-shadow:5px 7px 10px 0px rgba(172, 165, 180, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: center;
}







  #s-2cade82a-f897-44e3-b8c5-7ace2d8e6f64 img.shogun-image {
    

    
    
    
  }


#s-2cade82a-f897-44e3-b8c5-7ace2d8e6f64 .shogun-image-content {
  
    align-items: center;
  
}

#s-434f111a-48e1-46fc-a21c-56bb85125a20 {
  margin-top: 15px;
}

#s-706f0379-bdf7-4cfa-87d8-8b03d8156f46 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-5b0be1a5-6c34-4278-85dd-7b11a3207ed5 {
  box-shadow:5px 7px 10px 0px rgba(172, 165, 180, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: center;
}







  #s-5b0be1a5-6c34-4278-85dd-7b11a3207ed5 img.shogun-image {
    

    
    
    
  }


#s-5b0be1a5-6c34-4278-85dd-7b11a3207ed5 .shogun-image-content {
  
    align-items: center;
  
}

#s-13ed01d6-5184-47b6-9f87-1bfc409d84be {
  margin-top: 15px;
}

#s-2e93154c-e978-40db-8c3c-5717bcc3181c {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 991px){#s-a503a7fe-1d13-42f9-a099-19a8a37e3588 {
  margin-top: 7px;
}
}
#s-9e0cfd11-da46-4248-b39c-ac27507532db {
  box-shadow:5px 7px 10px 0px rgba(172, 165, 180, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: center;
}
@media (max-width: 767px){#s-9e0cfd11-da46-4248-b39c-ac27507532db {
  margin-top: 30px;
}
}






  #s-9e0cfd11-da46-4248-b39c-ac27507532db img.shogun-image {
    

    
    
    
  }


#s-9e0cfd11-da46-4248-b39c-ac27507532db .shogun-image-content {
  
    align-items: center;
  
}

#s-428cb5f1-27f8-41b2-89f4-7ecf070df782 {
  margin-top: 15px;
}

#s-7e886415-a4de-4c4c-819a-e755af4a8de8 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (max-width: 767px){#s-fb8089d6-601d-4aed-b0be-11f5cf27f027 {
  margin-bottom: 30px;
}
}
#s-6619b691-84fe-4083-9aac-cdd3370bb6ae {
  box-shadow:5px 7px 10px 0px rgba(172, 165, 180, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: center;
}
@media (max-width: 767px){#s-6619b691-84fe-4083-9aac-cdd3370bb6ae {
  margin-top: 30px;
}
}






  #s-6619b691-84fe-4083-9aac-cdd3370bb6ae img.shogun-image {
    

    
    
    
  }


#s-6619b691-84fe-4083-9aac-cdd3370bb6ae .shogun-image-content {
  
    align-items: center;
  
}

#s-d91750f0-72b8-48f3-a223-139ed57ead62 {
  margin-top: 15px;
}

#s-4b0048b1-1dc0-41a2-bd7a-c49dba4008b1 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 262px;
}

@media (max-width: 767px){#s-1fb6e234-fc1b-4579-882b-c097936a734e {
  margin-bottom: 30px;
}
}
#s-8026e5b3-e9bb-4b06-aaa1-8c8fcf758355 {
  margin-left: 30px;
margin-right: 30px;
min-height: 50px;
}
@media (min-width: 1200px){#s-8026e5b3-e9bb-4b06-aaa1-8c8fcf758355 {
  display: none;
}
#s-8026e5b3-e9bb-4b06-aaa1-8c8fcf758355, #wrap-s-8026e5b3-e9bb-4b06-aaa1-8c8fcf758355 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8026e5b3-e9bb-4b06-aaa1-8c8fcf758355 {
  display: none;
}
#s-8026e5b3-e9bb-4b06-aaa1-8c8fcf758355, #wrap-s-8026e5b3-e9bb-4b06-aaa1-8c8fcf758355 { display:none !important; }}







#s-8026e5b3-e9bb-4b06-aaa1-8c8fcf758355 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8026e5b3-e9bb-4b06-aaa1-8c8fcf758355.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3e799914-09c6-4dbe-a454-f59d1a4b84b1 {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 383px;
}
@media (min-width: 1200px){#s-3e799914-09c6-4dbe-a454-f59d1a4b84b1 {
  display: none;
}
#s-3e799914-09c6-4dbe-a454-f59d1a4b84b1, #wrap-s-3e799914-09c6-4dbe-a454-f59d1a4b84b1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3e799914-09c6-4dbe-a454-f59d1a4b84b1 {
  display: none;
}
#s-3e799914-09c6-4dbe-a454-f59d1a4b84b1, #wrap-s-3e799914-09c6-4dbe-a454-f59d1a4b84b1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3e799914-09c6-4dbe-a454-f59d1a4b84b1 {
  max-width: 700px;
}
}
#s-3ff27148-893b-4067-8360-3387ddc26b4c {
  margin-top: 15px;
margin-bottom: 7px;
}
@media (min-width: 1200px){#s-3ff27148-893b-4067-8360-3387ddc26b4c {
  display: none;
}
#s-3ff27148-893b-4067-8360-3387ddc26b4c, #wrap-s-3ff27148-893b-4067-8360-3387ddc26b4c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3ff27148-893b-4067-8360-3387ddc26b4c {
  display: none;
}
#s-3ff27148-893b-4067-8360-3387ddc26b4c, #wrap-s-3ff27148-893b-4067-8360-3387ddc26b4c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3ff27148-893b-4067-8360-3387ddc26b4c {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
}
}@media (max-width: 767px){#s-3ff27148-893b-4067-8360-3387ddc26b4c {
  margin-bottom: 0px;
}
}
#s-58994c1d-0db6-4caa-bddf-b509649f436d {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
max-width: 125px;
text-align: center;
}
@media (min-width: 1200px){#s-58994c1d-0db6-4caa-bddf-b509649f436d {
  display: none;
}
#s-58994c1d-0db6-4caa-bddf-b509649f436d, #wrap-s-58994c1d-0db6-4caa-bddf-b509649f436d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-58994c1d-0db6-4caa-bddf-b509649f436d {
  display: none;
}
#s-58994c1d-0db6-4caa-bddf-b509649f436d, #wrap-s-58994c1d-0db6-4caa-bddf-b509649f436d { display:none !important; }}






  #s-58994c1d-0db6-4caa-bddf-b509649f436d img.shogun-image {
    

    
    
    
  }


#s-58994c1d-0db6-4caa-bddf-b509649f436d .shogun-image-content {
  
    align-items: center;
  
}

#s-5d930bd4-9ee1-4037-9197-53f50c42bea6 {
  margin-top: -30px;
margin-left: 30px;
margin-bottom: -10px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-5d930bd4-9ee1-4037-9197-53f50c42bea6 {
  display: none;
}
#s-5d930bd4-9ee1-4037-9197-53f50c42bea6, #wrap-s-5d930bd4-9ee1-4037-9197-53f50c42bea6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5d930bd4-9ee1-4037-9197-53f50c42bea6 {
  display: none;
}
#s-5d930bd4-9ee1-4037-9197-53f50c42bea6, #wrap-s-5d930bd4-9ee1-4037-9197-53f50c42bea6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5d930bd4-9ee1-4037-9197-53f50c42bea6 {
  
}
}
#s-5d930bd4-9ee1-4037-9197-53f50c42bea6 hr {
  border-top: 2px solid #ddd;
}

#s-d0f55b89-9fa0-468e-9558-b5db302f0fb9 {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 383px;
}
@media (min-width: 1200px){#s-d0f55b89-9fa0-468e-9558-b5db302f0fb9 {
  display: none;
}
#s-d0f55b89-9fa0-468e-9558-b5db302f0fb9, #wrap-s-d0f55b89-9fa0-468e-9558-b5db302f0fb9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d0f55b89-9fa0-468e-9558-b5db302f0fb9 {
  display: none;
}
#s-d0f55b89-9fa0-468e-9558-b5db302f0fb9, #wrap-s-d0f55b89-9fa0-468e-9558-b5db302f0fb9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d0f55b89-9fa0-468e-9558-b5db302f0fb9 {
  max-width: 700px;
}
}
#s-b96d4e68-5112-4a1f-89a1-9ce3558d2624 {
  margin-top: 15px;
margin-bottom: 7px;
}
@media (min-width: 1200px){#s-b96d4e68-5112-4a1f-89a1-9ce3558d2624 {
  display: none;
}
#s-b96d4e68-5112-4a1f-89a1-9ce3558d2624, #wrap-s-b96d4e68-5112-4a1f-89a1-9ce3558d2624 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b96d4e68-5112-4a1f-89a1-9ce3558d2624 {
  display: none;
}
#s-b96d4e68-5112-4a1f-89a1-9ce3558d2624, #wrap-s-b96d4e68-5112-4a1f-89a1-9ce3558d2624 { display:none !important; }}@media (max-width: 767px){#s-b96d4e68-5112-4a1f-89a1-9ce3558d2624 {
  margin-bottom: 0px;
}
}
#s-b4026ffe-3733-47bc-a79e-1f5889293903 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
max-width: 125px;
text-align: center;
}
@media (min-width: 1200px){#s-b4026ffe-3733-47bc-a79e-1f5889293903 {
  display: none;
}
#s-b4026ffe-3733-47bc-a79e-1f5889293903, #wrap-s-b4026ffe-3733-47bc-a79e-1f5889293903 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b4026ffe-3733-47bc-a79e-1f5889293903 {
  display: none;
}
#s-b4026ffe-3733-47bc-a79e-1f5889293903, #wrap-s-b4026ffe-3733-47bc-a79e-1f5889293903 { display:none !important; }}






  #s-b4026ffe-3733-47bc-a79e-1f5889293903 img.shogun-image {
    

    
    
    
  }


#s-b4026ffe-3733-47bc-a79e-1f5889293903 .shogun-image-content {
  
    align-items: center;
  
}

#s-66717bee-a4a2-49e2-9714-ec248f33bd9f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1400px;
background-color: rgba(255, 255, 255, 1);
}








#s-66717bee-a4a2-49e2-9714-ec248f33bd9f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-66717bee-a4a2-49e2-9714-ec248f33bd9f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e2db92f4-1977-419b-a6cb-fa0e15bb7466 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1400px;
background-color: rgba(243, 243, 249, 1);
}








#s-e2db92f4-1977-419b-a6cb-fa0e15bb7466 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2db92f4-1977-419b-a6cb-fa0e15bb7466.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-91801ef4-fef0-49dd-bb40-6e0f1c0dc700 {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
}
@media (min-width: 768px) and (max-width: 991px){#s-91801ef4-fef0-49dd-bb40-6e0f1c0dc700 {
  display: none;
}
#s-91801ef4-fef0-49dd-bb40-6e0f1c0dc700, #wrap-s-91801ef4-fef0-49dd-bb40-6e0f1c0dc700 { display:none !important; }}@media (max-width: 767px){#s-91801ef4-fef0-49dd-bb40-6e0f1c0dc700 {
  margin-left: 30px;
margin-right: 30px;
display: none;
}
#s-91801ef4-fef0-49dd-bb40-6e0f1c0dc700, #wrap-s-91801ef4-fef0-49dd-bb40-6e0f1c0dc700 { display:none !important; }}
#s-54fa9ff6-8bb3-4a80-9281-c4a87cd8fcf0 {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
}
@media (min-width: 1200px){#s-54fa9ff6-8bb3-4a80-9281-c4a87cd8fcf0 {
  display: none;
}
#s-54fa9ff6-8bb3-4a80-9281-c4a87cd8fcf0, #wrap-s-54fa9ff6-8bb3-4a80-9281-c4a87cd8fcf0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-54fa9ff6-8bb3-4a80-9281-c4a87cd8fcf0 {
  display: none;
}
#s-54fa9ff6-8bb3-4a80-9281-c4a87cd8fcf0, #wrap-s-54fa9ff6-8bb3-4a80-9281-c4a87cd8fcf0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-54fa9ff6-8bb3-4a80-9281-c4a87cd8fcf0 {
  
}
}@media (max-width: 767px){#s-54fa9ff6-8bb3-4a80-9281-c4a87cd8fcf0 {
  margin-left: 30px;
margin-right: 30px;
padding-top: 30px;
}
}
@media (max-width: 767px){#s-edb6cb02-3aa8-40d2-8d62-55d79af3df05 {
  margin-left: auto;
margin-right: auto;
max-width: 270px;
}
}
#s-bfabe274-729c-4af8-8e3e-38c1edaa7b69 {
  margin-bottom: 30px;
padding-top: 0px;
padding-left: 50px;
padding-bottom: 0px;
padding-right: 50px;
}

@media (min-width: 0px) {
[id="s-bfabe274-729c-4af8-8e3e-38c1edaa7b69"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bfabe274-729c-4af8-8e3e-38c1edaa7b69"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-bfabe274-729c-4af8-8e3e-38c1edaa7b69"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-bfabe274-729c-4af8-8e3e-38c1edaa7b69"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-7980f9e5-9b21-4a3c-9dcd-5ab8515d48f9 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(128, 39, 231, 1);
border-style: solid;
border-radius: 15px;
min-height: 175px;
max-width: 300px;
background-color: rgba(243, 243, 249, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-7980f9e5-9b21-4a3c-9dcd-5ab8515d48f9 {
  margin-left: 10px;
margin-right: 10px;
}
}@media (max-width: 767px){#s-7980f9e5-9b21-4a3c-9dcd-5ab8515d48f9 {
  margin-top: 15px;
margin-bottom: 0px;
max-width: 275px;
}
}







#s-7980f9e5-9b21-4a3c-9dcd-5ab8515d48f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7980f9e5-9b21-4a3c-9dcd-5ab8515d48f9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3c3865f4-357a-445f-bd2e-c8b68d6ec5cd {
  margin-left: auto;
margin-right: auto;
max-width: 155px;
text-align: center;
}
@media (max-width: 767px){#s-3c3865f4-357a-445f-bd2e-c8b68d6ec5cd {
  padding-top: 20px;
}
}






  #s-3c3865f4-357a-445f-bd2e-c8b68d6ec5cd img.shogun-image {
    

    
    
    
  }


#s-3c3865f4-357a-445f-bd2e-c8b68d6ec5cd .shogun-image-content {
  
    align-items: center;
  
}

#s-6591a686-10b5-4648-8726-6600f733a4c7 {
  margin-top: 10px;
margin-left: 0px;
margin-right: 0px;
}

#s-37f89404-bdcb-4909-a20b-8117da7bf59c {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(128, 39, 231, 1);
border-style: solid;
border-radius: 15px;
min-height: 175px;
max-width: 300px;
background-color: rgba(243, 243, 249, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-37f89404-bdcb-4909-a20b-8117da7bf59c {
  margin-left: 10px;
margin-right: 10px;
}
}@media (max-width: 767px){#s-37f89404-bdcb-4909-a20b-8117da7bf59c {
  margin-left: auto;
margin-right: auto;
max-width: 275px;
}
}







#s-37f89404-bdcb-4909-a20b-8117da7bf59c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37f89404-bdcb-4909-a20b-8117da7bf59c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7981668f-a5fc-4c6d-942b-c2377fa163be {
  margin-left: auto;
margin-right: auto;
max-width: 155px;
text-align: center;
}
@media (max-width: 767px){#s-7981668f-a5fc-4c6d-942b-c2377fa163be {
  padding-top: 20px;
}
}






  #s-7981668f-a5fc-4c6d-942b-c2377fa163be img.shogun-image {
    

    
    
    
  }


#s-7981668f-a5fc-4c6d-942b-c2377fa163be .shogun-image-content {
  
    align-items: center;
  
}

#s-7f4a4a7b-1d40-496e-9d5b-adce0d767c64 {
  margin-top: 10px;
}

#s-386d3cea-c341-4c64-96a9-d0dfb3f6529d {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(128, 39, 231, 1);
border-style: solid;
border-radius: 15px;
min-height: 175px;
max-width: 300px;
background-color: rgba(243, 243, 249, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-386d3cea-c341-4c64-96a9-d0dfb3f6529d {
  margin-left: 10px;
margin-right: 10px;
}
}@media (max-width: 767px){#s-386d3cea-c341-4c64-96a9-d0dfb3f6529d {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 275px;
}
}







#s-386d3cea-c341-4c64-96a9-d0dfb3f6529d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-386d3cea-c341-4c64-96a9-d0dfb3f6529d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2c14822b-7bb5-4922-b345-042e697f37c0 {
  margin-left: auto;
margin-bottom: 4px;
margin-right: auto;
max-width: 141px;
text-align: center;
}
@media (max-width: 767px){#s-2c14822b-7bb5-4922-b345-042e697f37c0 {
  padding-top: 20px;
}
}






  #s-2c14822b-7bb5-4922-b345-042e697f37c0 img.shogun-image {
    

    
    
    
  }


#s-2c14822b-7bb5-4922-b345-042e697f37c0 .shogun-image-content {
  
    align-items: center;
  
}

#s-989c6aaf-f590-4b63-bad4-e1540d520c7b {
  margin-top: 10px;
}

#s-f36f3dc0-24b1-4b1b-b65a-f28e5a0b2566 {
  margin-bottom: 15px;
padding-top: 40px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-f36f3dc0-24b1-4b1b-b65a-f28e5a0b2566 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f36f3dc0-24b1-4b1b-b65a-f28e5a0b2566 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f36f3dc0-24b1-4b1b-b65a-f28e5a0b2566 {
  
}
}@media (max-width: 767px){#s-f36f3dc0-24b1-4b1b-b65a-f28e5a0b2566 {
  margin-top: -7px;
margin-left: auto;
margin-right: auto;
display: none;
}
#s-f36f3dc0-24b1-4b1b-b65a-f28e5a0b2566, #wrap-s-f36f3dc0-24b1-4b1b-b65a-f28e5a0b2566 { display:none !important; }}
#s-a7eec1f1-28d2-47dc-9059-0062db265766 {
  padding-top: 40px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-a7eec1f1-28d2-47dc-9059-0062db265766 {
  display: none;
}
#s-a7eec1f1-28d2-47dc-9059-0062db265766, #wrap-s-a7eec1f1-28d2-47dc-9059-0062db265766 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a7eec1f1-28d2-47dc-9059-0062db265766 {
  display: none;
}
#s-a7eec1f1-28d2-47dc-9059-0062db265766, #wrap-s-a7eec1f1-28d2-47dc-9059-0062db265766 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a7eec1f1-28d2-47dc-9059-0062db265766 {
  display: none;
}
#s-a7eec1f1-28d2-47dc-9059-0062db265766, #wrap-s-a7eec1f1-28d2-47dc-9059-0062db265766 { display:none !important; }}@media (max-width: 767px){#s-a7eec1f1-28d2-47dc-9059-0062db265766 {
  margin-top: -7px;
margin-left: auto;
margin-right: auto;
}
}
#s-e6bd9b0a-2af7-411c-bb79-577ab20ea329 {
  margin-bottom: 15px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-e6bd9b0a-2af7-411c-bb79-577ab20ea329 {
  display: none;
}
#s-e6bd9b0a-2af7-411c-bb79-577ab20ea329, #wrap-s-e6bd9b0a-2af7-411c-bb79-577ab20ea329 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e6bd9b0a-2af7-411c-bb79-577ab20ea329 {
  display: none;
}
#s-e6bd9b0a-2af7-411c-bb79-577ab20ea329, #wrap-s-e6bd9b0a-2af7-411c-bb79-577ab20ea329 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e6bd9b0a-2af7-411c-bb79-577ab20ea329 {
  display: none;
}
#s-e6bd9b0a-2af7-411c-bb79-577ab20ea329, #wrap-s-e6bd9b0a-2af7-411c-bb79-577ab20ea329 { display:none !important; }}@media (max-width: 767px){#s-e6bd9b0a-2af7-411c-bb79-577ab20ea329 {
  margin-left: auto;
margin-right: auto;
}
}
#s-a6558acd-8944-487a-af34-1657a59ca09d {
  margin-left: 30px;
margin-right: 30px;
min-height: 50px;
max-width: 1400px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-a6558acd-8944-487a-af34-1657a59ca09d {
  margin-left: 0px;
margin-right: 0px;
}
}







#s-a6558acd-8944-487a-af34-1657a59ca09d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a6558acd-8944-487a-af34-1657a59ca09d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0f8c5c95-9258-433f-8080-bfe9c10e8b5f {
  margin-top: 10px;
max-width: 1200px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-0f8c5c95-9258-433f-8080-bfe9c10e8b5f {
  margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0f8c5c95-9258-433f-8080-bfe9c10e8b5f {
  margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0f8c5c95-9258-433f-8080-bfe9c10e8b5f {
  margin-left: 30px;
margin-right: 30px;
padding-bottom: 30px;
}
}@media (max-width: 767px){#s-0f8c5c95-9258-433f-8080-bfe9c10e8b5f {
  margin-left: 30px;
margin-right: 30px;
}
}
@media (min-width: 0px) {
[id="s-0f8c5c95-9258-433f-8080-bfe9c10e8b5f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0f8c5c95-9258-433f-8080-bfe9c10e8b5f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-0f8c5c95-9258-433f-8080-bfe9c10e8b5f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-0f8c5c95-9258-433f-8080-bfe9c10e8b5f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-9564a049-8c86-411a-b39a-e034e7e321b9 {
  box-shadow:5px 7px 10px 0px rgba(172, 165, 180, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: center;
}







  #s-9564a049-8c86-411a-b39a-e034e7e321b9 img.shogun-image {
    

    
    
    
  }


#s-9564a049-8c86-411a-b39a-e034e7e321b9 .shogun-image-content {
  
    align-items: center;
  
}

#s-dcb91567-da6b-4d92-83be-9cfc92ac5e8f {
  margin-top: 15px;
}

#s-6685c848-8f09-45ec-99f3-b587d9c7123c {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-6562a4e3-d47d-4bec-8e43-efd52569ef07 {
  box-shadow:5px 7px 10px 0px rgba(172, 165, 180, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: center;
}







  #s-6562a4e3-d47d-4bec-8e43-efd52569ef07 img.shogun-image {
    

    
    
    
  }


#s-6562a4e3-d47d-4bec-8e43-efd52569ef07 .shogun-image-content {
  
    align-items: center;
  
}

#s-240570e7-f795-4907-b574-8ea5bb4c496a {
  margin-top: 15px;
}

#s-5ca24115-202b-4d72-83a6-a30fbfa7b94d {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 991px){#s-16725e6b-d293-49d0-87fb-f60c307e25da {
  margin-top: 7px;
}
}
#s-cae21fdd-f75a-492b-abc6-ddc9657cc093 {
  box-shadow:5px 7px 10px 0px rgba(172, 165, 180, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: center;
}
@media (max-width: 767px){#s-cae21fdd-f75a-492b-abc6-ddc9657cc093 {
  margin-top: 30px;
}
}






  #s-cae21fdd-f75a-492b-abc6-ddc9657cc093 img.shogun-image {
    

    
    
    
  }


#s-cae21fdd-f75a-492b-abc6-ddc9657cc093 .shogun-image-content {
  
    align-items: center;
  
}

#s-3b42c003-91d1-4913-9df5-7ab42fc25ceb {
  margin-top: 15px;
}

#s-5f528d99-5990-4eef-a9e7-74c6f31a01dc {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (max-width: 767px){#s-3eb363ca-689d-449d-9ea2-4bbbc5de96d0 {
  margin-bottom: 30px;
}
}
#s-e9759854-d631-4a02-b37c-2fc9daa89f19 {
  box-shadow:5px 7px 10px 0px rgba(172, 165, 180, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: center;
}
@media (max-width: 767px){#s-e9759854-d631-4a02-b37c-2fc9daa89f19 {
  margin-top: 30px;
}
}






  #s-e9759854-d631-4a02-b37c-2fc9daa89f19 img.shogun-image {
    

    
    
    
  }


#s-e9759854-d631-4a02-b37c-2fc9daa89f19 .shogun-image-content {
  
    align-items: center;
  
}

#s-6e096c61-60be-40e3-99db-7492d8e7fc4e {
  margin-top: 15px;
}

#s-f04a0b48-2989-448a-a01a-2bda3e6177f3 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 262px;
}

@media (max-width: 767px){#s-639a5864-52e3-413d-a733-54a8dc395547 {
  margin-bottom: 30px;
}
}
#s-4b9fc0ce-822c-4748-b40f-f29a7bddc542 {
  margin-top: 3px;
margin-left: auto;
margin-bottom: 3px;
margin-right: auto;
padding-bottom: 40px;
min-height: 50px;
max-width: 1400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-4b9fc0ce-822c-4748-b40f-f29a7bddc542 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-4b9fc0ce-822c-4748-b40f-f29a7bddc542 {
  margin-left: 3px;
margin-right: 3px;
padding-bottom: 40px;
}
}







#s-4b9fc0ce-822c-4748-b40f-f29a7bddc542 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b9fc0ce-822c-4748-b40f-f29a7bddc542.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2c0d0061-ef60-490d-a7ff-6039da0e85b3 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-2c0d0061-ef60-490d-a7ff-6039da0e85b3 {
  margin-top: -30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2c0d0061-ef60-490d-a7ff-6039da0e85b3 {
  margin-top: -30px;
}
}







#s-2c0d0061-ef60-490d-a7ff-6039da0e85b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c0d0061-ef60-490d-a7ff-6039da0e85b3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3603cb53-bca1-49aa-922f-b0dda331cb7b {
  background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-3603cb53-bca1-49aa-922f-b0dda331cb7b {
  
}
}@media (max-width: 767px){#s-3603cb53-bca1-49aa-922f-b0dda331cb7b {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 400px;
}
}
#s-ced09a58-2e68-4186-9b9b-bc236c4b9456 {
  margin-bottom: 30px;
}

#s-3b1dfd75-82af-44dd-b430-a13388a84698 {
  margin-left: auto;
margin-right: auto;
min-height: 150px;
max-width: 1200px;
}
@media (max-width: 767px){#s-3b1dfd75-82af-44dd-b430-a13388a84698 {
  margin-left: 30px;
margin-right: 30px;
}
}
@media (min-width: 0px) {
[id="s-3b1dfd75-82af-44dd-b430-a13388a84698"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3b1dfd75-82af-44dd-b430-a13388a84698"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-3b1dfd75-82af-44dd-b430-a13388a84698"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-3b1dfd75-82af-44dd-b430-a13388a84698"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-ca6ca41f-21c5-481b-853c-12bd31e88940 {
  min-height: 50px;
}








#s-ca6ca41f-21c5-481b-853c-12bd31e88940 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca6ca41f-21c5-481b-853c-12bd31e88940.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9e8e3e57-b1ef-466a-b3d1-9c592ae658eb {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}
@media (max-width: 767px){#s-9e8e3e57-b1ef-466a-b3d1-9c592ae658eb {
  padding-left: 0px;
padding-right: 0px;
}
}






  #s-9e8e3e57-b1ef-466a-b3d1-9c592ae658eb img.shogun-image {
    

    
    
    
  }


#s-9e8e3e57-b1ef-466a-b3d1-9c592ae658eb .shogun-image-content {
  
    align-items: center;
  
}

#s-b4305b4f-a873-48f6-9c37-1fd036df76f2 {
  padding-top: 20px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-b4305b4f-a873-48f6-9c37-1fd036df76f2 {
  padding-bottom: 0px;
}
}
@media (max-width: 767px){#s-d87bbcd7-0b55-4b67-bfff-a3f22fedb786 {
  margin-bottom: 12px;
display: none;
}
#s-d87bbcd7-0b55-4b67-bfff-a3f22fedb786, #wrap-s-d87bbcd7-0b55-4b67-bfff-a3f22fedb786 { display:none !important; }}
#s-d23fd12c-e0d0-4248-9e03-93b5daad5fd0 {
  margin-top: 15px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 5px;
max-width: 270px;
opacity: 1;
text-align: center;
background-color: rgba(25, 191, 214, 1);
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d23fd12c-e0d0-4248-9e03-93b5daad5fd0:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(25, 191, 214, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d23fd12c-e0d0-4248-9e03-93b5daad5fd0:active {box-shadow: 0px 0px   !important;
background-color: rgba(25, 191, 214, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-d23fd12c-e0d0-4248-9e03-93b5daad5fd0-root {
    text-align: center;
  }


#s-d23fd12c-e0d0-4248-9e03-93b5daad5fd0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d23fd12c-e0d0-4248-9e03-93b5daad5fd0-root {
    text-align: center;
  }


#s-d23fd12c-e0d0-4248-9e03-93b5daad5fd0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d23fd12c-e0d0-4248-9e03-93b5daad5fd0-root {
    text-align: center;
  }


#s-d23fd12c-e0d0-4248-9e03-93b5daad5fd0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d23fd12c-e0d0-4248-9e03-93b5daad5fd0-root {
    text-align: center;
  }


#s-d23fd12c-e0d0-4248-9e03-93b5daad5fd0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d23fd12c-e0d0-4248-9e03-93b5daad5fd0-root {
    text-align: center;
  }


#s-d23fd12c-e0d0-4248-9e03-93b5daad5fd0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-4550f2ac-2529-440b-92f4-9d7a37a497ab {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}
@media (max-width: 767px){#s-4550f2ac-2529-440b-92f4-9d7a37a497ab {
  padding-left: 0px;
padding-right: 0px;
}
}






  #s-4550f2ac-2529-440b-92f4-9d7a37a497ab img.shogun-image {
    

    
    
    
  }


#s-4550f2ac-2529-440b-92f4-9d7a37a497ab .shogun-image-content {
  
    align-items: center;
  
}

#s-a34e7f55-ca89-4f13-a40f-c371b8154366 {
  padding-top: 20px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-a34e7f55-ca89-4f13-a40f-c371b8154366 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a34e7f55-ca89-4f13-a40f-c371b8154366 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
}
}@media (max-width: 767px){#s-a34e7f55-ca89-4f13-a40f-c371b8154366 {
  padding-bottom: 0px;
}
}
@media (max-width: 767px){#s-da25dbb8-2ed9-4deb-a036-008578adad36 {
  margin-bottom: 12px;
display: none;
}
#s-da25dbb8-2ed9-4deb-a036-008578adad36, #wrap-s-da25dbb8-2ed9-4deb-a036-008578adad36 { display:none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-7ca5bec3-924f-499b-b116-88d9e087fa85 {
  margin-top: 20px;
}
}
#s-6390e600-0098-4c9a-8681-604d59929a81 {
  margin-top: 15px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 5px;
max-width: 270px;
opacity: 1;
text-align: center;
background-color: rgba(25, 191, 214, 1);
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6390e600-0098-4c9a-8681-604d59929a81:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(25, 191, 214, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6390e600-0098-4c9a-8681-604d59929a81:active {box-shadow: 0px 0px   !important;
background-color: rgba(25, 191, 214, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-6390e600-0098-4c9a-8681-604d59929a81-root {
    text-align: center;
  }


#s-6390e600-0098-4c9a-8681-604d59929a81.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6390e600-0098-4c9a-8681-604d59929a81-root {
    text-align: center;
  }


#s-6390e600-0098-4c9a-8681-604d59929a81.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6390e600-0098-4c9a-8681-604d59929a81-root {
    text-align: center;
  }


#s-6390e600-0098-4c9a-8681-604d59929a81.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6390e600-0098-4c9a-8681-604d59929a81-root {
    text-align: center;
  }


#s-6390e600-0098-4c9a-8681-604d59929a81.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6390e600-0098-4c9a-8681-604d59929a81-root {
    text-align: center;
  }


#s-6390e600-0098-4c9a-8681-604d59929a81.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-07621ac1-df28-47e7-9151-6a380fa7851c {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}
@media (max-width: 767px){#s-07621ac1-df28-47e7-9151-6a380fa7851c {
  margin-top: 50px;
padding-left: 0px;
padding-right: 0px;
}
}






  #s-07621ac1-df28-47e7-9151-6a380fa7851c img.shogun-image {
    

    
    
    
  }


#s-07621ac1-df28-47e7-9151-6a380fa7851c .shogun-image-content {
  
    align-items: center;
  
}

#s-6097045d-d59e-479b-a20f-09cd7125db00 {
  padding-top: 20px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-6097045d-d59e-479b-a20f-09cd7125db00 {
  padding-bottom: 0px;
}
}
@media (max-width: 767px){#s-61d4b5c2-c719-445f-976c-c20299b42a65 {
  display: none;
}
#s-61d4b5c2-c719-445f-976c-c20299b42a65, #wrap-s-61d4b5c2-c719-445f-976c-c20299b42a65 { display:none !important; }}
#s-b8418742-76f3-4037-9c97-177629e548df {
  margin-top: 15px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 5px;
max-width: 270px;
opacity: 1;
text-align: center;
background-color: rgba(25, 191, 214, 1);
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b8418742-76f3-4037-9c97-177629e548df:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(25, 191, 214, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b8418742-76f3-4037-9c97-177629e548df:active {box-shadow: 0px 0px   !important;
background-color: rgba(25, 191, 214, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-b8418742-76f3-4037-9c97-177629e548df-root {
    text-align: center;
  }


#s-b8418742-76f3-4037-9c97-177629e548df.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b8418742-76f3-4037-9c97-177629e548df-root {
    text-align: center;
  }


#s-b8418742-76f3-4037-9c97-177629e548df.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b8418742-76f3-4037-9c97-177629e548df-root {
    text-align: center;
  }


#s-b8418742-76f3-4037-9c97-177629e548df.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b8418742-76f3-4037-9c97-177629e548df-root {
    text-align: center;
  }


#s-b8418742-76f3-4037-9c97-177629e548df.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b8418742-76f3-4037-9c97-177629e548df-root {
    text-align: center;
  }


#s-b8418742-76f3-4037-9c97-177629e548df.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-d1a45c6c-0017-409d-8882-67a013c5ec58 {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}
@media (max-width: 767px){#s-d1a45c6c-0017-409d-8882-67a013c5ec58 {
  margin-top: 50px;
padding-left: 0px;
padding-right: 0px;
}
}






  #s-d1a45c6c-0017-409d-8882-67a013c5ec58 img.shogun-image {
    

    
    
    
  }


#s-d1a45c6c-0017-409d-8882-67a013c5ec58 .shogun-image-content {
  
    align-items: center;
  
}

#s-1d3d34aa-9600-442d-8e03-16b8c0b2b17d {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 10px;
max-width: 223px;
}
@media (max-width: 767px){#s-1d3d34aa-9600-442d-8e03-16b8c0b2b17d {
  padding-bottom: 0px;
}
}
#s-780a197b-0bc3-4390-a2c7-6c0a407dd404 {
  margin-left: auto;
margin-right: auto;
max-width: 261px;
}
@media (max-width: 767px){#s-780a197b-0bc3-4390-a2c7-6c0a407dd404 {
  display: none;
}
#s-780a197b-0bc3-4390-a2c7-6c0a407dd404, #wrap-s-780a197b-0bc3-4390-a2c7-6c0a407dd404 { display:none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-1ffd0e41-47ca-4c83-a5af-1785c5fba0d2 {
  margin-top: 20px;
}
}
#s-85c299f9-69a2-480f-b42e-e7fd037c9b7e {
  margin-top: 15px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 5px;
max-width: 270px;
opacity: 1;
text-align: center;
background-color: rgba(25, 191, 214, 1);
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-85c299f9-69a2-480f-b42e-e7fd037c9b7e:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(25, 191, 214, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-85c299f9-69a2-480f-b42e-e7fd037c9b7e:active {box-shadow: 0px 0px   !important;
background-color: rgba(25, 191, 214, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-85c299f9-69a2-480f-b42e-e7fd037c9b7e-root {
    text-align: center;
  }


#s-85c299f9-69a2-480f-b42e-e7fd037c9b7e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-85c299f9-69a2-480f-b42e-e7fd037c9b7e-root {
    text-align: center;
  }


#s-85c299f9-69a2-480f-b42e-e7fd037c9b7e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-85c299f9-69a2-480f-b42e-e7fd037c9b7e-root {
    text-align: center;
  }


#s-85c299f9-69a2-480f-b42e-e7fd037c9b7e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-85c299f9-69a2-480f-b42e-e7fd037c9b7e-root {
    text-align: center;
  }


#s-85c299f9-69a2-480f-b42e-e7fd037c9b7e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-85c299f9-69a2-480f-b42e-e7fd037c9b7e-root {
    text-align: center;
  }


#s-85c299f9-69a2-480f-b42e-e7fd037c9b7e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-97e84ff3-7b04-4262-96d9-f39d13c2b9ff {
  min-height: 50px;
}








#s-97e84ff3-7b04-4262-96d9-f39d13c2b9ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97e84ff3-7b04-4262-96d9-f39d13c2b9ff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b744bc1b-a270-4ec6-a8c8-08c534423d65 {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-left: 45px;
padding-right: 45px;
max-width: 1400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-b744bc1b-a270-4ec6-a8c8-08c534423d65 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b744bc1b-a270-4ec6-a8c8-08c534423d65 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b744bc1b-a270-4ec6-a8c8-08c534423d65 {
  
}
}@media (max-width: 767px){#s-b744bc1b-a270-4ec6-a8c8-08c534423d65 {
  padding-left: 45px;
padding-right: 45px;
}
}
#s-94788196-b99b-4092-901b-613ad684757c {
  margin-left: auto;
margin-right: auto;
max-width: 1400px;
}

@media (min-width: 0px) {
[id="s-94788196-b99b-4092-901b-613ad684757c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-94788196-b99b-4092-901b-613ad684757c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-94788196-b99b-4092-901b-613ad684757c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-94788196-b99b-4092-901b-613ad684757c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-ba620796-f20d-45b7-85aa-c4fd35cf002d {
  margin-left: 30px;
max-width: 1400px;
}
@media (max-width: 767px){#s-ba620796-f20d-45b7-85aa-c4fd35cf002d {
  margin-right: 30px;
}
}
#s-ba620796-f20d-45b7-85aa-c4fd35cf002d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(243, 243, 249, 1);
}

#s-ba620796-f20d-45b7-85aa-c4fd35cf002d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(243, 243, 249, 1);
  padding: 15px;
}

#s-ba620796-f20d-45b7-85aa-c4fd35cf002d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 0.51);
}

#s-ba620796-f20d-45b7-85aa-c4fd35cf002d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(243, 243, 249, 1);
}

#s-ba620796-f20d-45b7-85aa-c4fd35cf002d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 0.51);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 13px;
}

#s-ba620796-f20d-45b7-85aa-c4fd35cf002d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 13px;
}@media (min-width: 1200px){#s-ba620796-f20d-45b7-85aa-c4fd35cf002d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(243, 243, 249, 1);
}

#s-ba620796-f20d-45b7-85aa-c4fd35cf002d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(243, 243, 249, 1);
  padding: 20px;
}

#s-ba620796-f20d-45b7-85aa-c4fd35cf002d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 0.51);
}

#s-ba620796-f20d-45b7-85aa-c4fd35cf002d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(243, 243, 249, 1);
}

#s-ba620796-f20d-45b7-85aa-c4fd35cf002d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 0.51);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 13px;
}

#s-ba620796-f20d-45b7-85aa-c4fd35cf002d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 13px;
}}@media (min-width: 992px) and (max-width: 1199px){#s-ba620796-f20d-45b7-85aa-c4fd35cf002d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(243, 243, 249, 1);
}

#s-ba620796-f20d-45b7-85aa-c4fd35cf002d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(243, 243, 249, 1);
  padding: 20px;
}

#s-ba620796-f20d-45b7-85aa-c4fd35cf002d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 0.51);
}

#s-ba620796-f20d-45b7-85aa-c4fd35cf002d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(243, 243, 249, 1);
}

#s-ba620796-f20d-45b7-85aa-c4fd35cf002d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 0.51);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 13px;
}

#s-ba620796-f20d-45b7-85aa-c4fd35cf002d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 13px;
}}
#s-9e10280b-2a5b-4877-841d-328d2f807947 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
}

#s-d6955947-82bb-4bdf-bad3-c35703532de3 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
}

#s-9f0f8d7d-6ff7-48ff-947a-ac2efc53d44b {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
}

#s-806ef5c8-257d-485c-a385-e6a2544cae4f {
  margin-right: 30px;
max-width: 1400px;
}
@media (max-width: 767px){#s-806ef5c8-257d-485c-a385-e6a2544cae4f {
  margin-top: 5px;
margin-left: 30px;
}
}
#s-806ef5c8-257d-485c-a385-e6a2544cae4f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(243, 243, 249, 1);
}

#s-806ef5c8-257d-485c-a385-e6a2544cae4f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(243, 243, 249, 1);
  padding: 15px;
}

#s-806ef5c8-257d-485c-a385-e6a2544cae4f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 0.51);
}

#s-806ef5c8-257d-485c-a385-e6a2544cae4f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(243, 243, 249, 1);
}

#s-806ef5c8-257d-485c-a385-e6a2544cae4f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 0.51);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 13px;
}

#s-806ef5c8-257d-485c-a385-e6a2544cae4f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 13px;
}@media (min-width: 1200px){#s-806ef5c8-257d-485c-a385-e6a2544cae4f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(243, 243, 249, 1);
}

#s-806ef5c8-257d-485c-a385-e6a2544cae4f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(243, 243, 249, 1);
  padding: 20px;
}

#s-806ef5c8-257d-485c-a385-e6a2544cae4f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 0.51);
}

#s-806ef5c8-257d-485c-a385-e6a2544cae4f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(243, 243, 249, 1);
}

#s-806ef5c8-257d-485c-a385-e6a2544cae4f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 0.51);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 13px;
}

#s-806ef5c8-257d-485c-a385-e6a2544cae4f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 13px;
}}@media (min-width: 992px) and (max-width: 1199px){#s-806ef5c8-257d-485c-a385-e6a2544cae4f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(243, 243, 249, 1);
}

#s-806ef5c8-257d-485c-a385-e6a2544cae4f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(243, 243, 249, 1);
  padding: 20px;
}

#s-806ef5c8-257d-485c-a385-e6a2544cae4f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 0.51);
}

#s-806ef5c8-257d-485c-a385-e6a2544cae4f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(243, 243, 249, 1);
}

#s-806ef5c8-257d-485c-a385-e6a2544cae4f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 0.51);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 13px;
}

#s-806ef5c8-257d-485c-a385-e6a2544cae4f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 13px;
}}
#s-a7a2b2df-5df0-42b0-84f6-a72b66883efe {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
}

#s-35861b55-9c17-4552-b943-490bae2c941d {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
}

#s-b3b91cd3-92de-4c75-bdcd-06cc82ddfc17 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
}

#s-05679dca-c34d-40f2-a208-eef346291a37 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 50px;
max-width: 1400px;
background-color: rgba(243, 243, 249, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-05679dca-c34d-40f2-a208-eef346291a37 {
  
}
}@media (max-width: 767px){#s-05679dca-c34d-40f2-a208-eef346291a37 {
  display: none;
}
#s-05679dca-c34d-40f2-a208-eef346291a37, #wrap-s-05679dca-c34d-40f2-a208-eef346291a37 { display:none !important; }}







#s-05679dca-c34d-40f2-a208-eef346291a37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-05679dca-c34d-40f2-a208-eef346291a37.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e6d33784-3041-4ce0-b047-0fbbd48ec9f1 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e6d33784-3041-4ce0-b047-0fbbd48ec9f1 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-e6d33784-3041-4ce0-b047-0fbbd48ec9f1 {
  padding-top: 30px;
padding-bottom: 30px;
display: none;
}
#s-e6d33784-3041-4ce0-b047-0fbbd48ec9f1, #wrap-s-e6d33784-3041-4ce0-b047-0fbbd48ec9f1 { display:none !important; }}
@media (min-width: 0px) {
[id="s-e6d33784-3041-4ce0-b047-0fbbd48ec9f1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e6d33784-3041-4ce0-b047-0fbbd48ec9f1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-e6d33784-3041-4ce0-b047-0fbbd48ec9f1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-e6d33784-3041-4ce0-b047-0fbbd48ec9f1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-e6d33784-3041-4ce0-b047-0fbbd48ec9f1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-e6d33784-3041-4ce0-b047-0fbbd48ec9f1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-e6d33784-3041-4ce0-b047-0fbbd48ec9f1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

#s-4b196166-f01e-48f2-841f-c452b5ac9d88 {
  max-width: 125px;
text-align: center;
}
@media (max-width: 767px){#s-4b196166-f01e-48f2-841f-c452b5ac9d88 {
  margin-left: 30px;
padding-top: 15px;
padding-bottom: 15px;
}
}






  #s-4b196166-f01e-48f2-841f-c452b5ac9d88 img.shogun-image {
    

    
    
    
  }


#s-4b196166-f01e-48f2-841f-c452b5ac9d88 .shogun-image-content {
  
    align-items: center;
  
}

#s-37686e44-1079-476c-8457-68f6d8223485 {
  margin-top: 10px;
margin-bottom: -6px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-37686e44-1079-476c-8457-68f6d8223485 {
  margin-left: -30px;
margin-right: 30px;
}
}
#s-ae3ca4e5-8a78-40d5-868c-d143d73e17f3 {
  max-width: 370px;
}
@media (max-width: 767px){#s-ae3ca4e5-8a78-40d5-868c-d143d73e17f3 {
  margin-left: -30px;
margin-right: 30px;
}
}
#s-7f777a12-e6ea-42a0-b718-f5f99babf191 {
  max-width: 125px;
text-align: center;
}
@media (max-width: 767px){#s-7f777a12-e6ea-42a0-b718-f5f99babf191 {
  margin-top: 14px;
margin-left: 30px;
margin-right: 47px;
}
}






  #s-7f777a12-e6ea-42a0-b718-f5f99babf191 img.shogun-image {
    

    
    
    
  }


#s-7f777a12-e6ea-42a0-b718-f5f99babf191 .shogun-image-content {
  
    align-items: center;
  
}

#s-5887c7a5-7330-490b-864a-8cf191f4543c {
  margin-top: 10px;
margin-bottom: -6px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-5887c7a5-7330-490b-864a-8cf191f4543c {
  margin-left: -30px;
margin-right: 30px;
}
}
#s-155bb67f-d216-45c7-87ee-d1d8f82d1f37 {
  max-width: 370px;
}
@media (max-width: 767px){#s-155bb67f-d216-45c7-87ee-d1d8f82d1f37 {
  margin-left: -30px;
margin-right: 30px;
}
}
#s-9ec26a46-3c0c-41eb-b596-f705aa7edcb0 {
  margin-top: 4px;
margin-bottom: 4px;
}
@media (max-width: 767px){#s-9ec26a46-3c0c-41eb-b596-f705aa7edcb0 {
  margin-left: -30px;
margin-right: -30px;
}
}
#s-ec6ddf56-f830-4dd4-a30d-45d3a0b76d01 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
min-height: 200px;
max-width: 1400px;
background-color: rgba(243, 243, 249, 1);
}
@media (min-width: 1200px){#s-ec6ddf56-f830-4dd4-a30d-45d3a0b76d01 {
  display: none;
}
#s-ec6ddf56-f830-4dd4-a30d-45d3a0b76d01, #wrap-s-ec6ddf56-f830-4dd4-a30d-45d3a0b76d01 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ec6ddf56-f830-4dd4-a30d-45d3a0b76d01 {
  display: none;
}
#s-ec6ddf56-f830-4dd4-a30d-45d3a0b76d01, #wrap-s-ec6ddf56-f830-4dd4-a30d-45d3a0b76d01 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ec6ddf56-f830-4dd4-a30d-45d3a0b76d01 {
  display: none;
}
#s-ec6ddf56-f830-4dd4-a30d-45d3a0b76d01, #wrap-s-ec6ddf56-f830-4dd4-a30d-45d3a0b76d01 { display:none !important; }}







#s-ec6ddf56-f830-4dd4-a30d-45d3a0b76d01 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec6ddf56-f830-4dd4-a30d-45d3a0b76d01.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-df10e33e-096d-4d41-b5d6-345a0a18d7ee"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-df10e33e-096d-4d41-b5d6-345a0a18d7ee"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-df10e33e-096d-4d41-b5d6-345a0a18d7ee"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-df10e33e-096d-4d41-b5d6-345a0a18d7ee"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-2f132099-7e77-406b-9f5d-478832926e3e {
  margin-top: 8px;
margin-bottom: 8px;
max-width: 90px;
text-align: center;
}
@media (max-width: 767px){#s-2f132099-7e77-406b-9f5d-478832926e3e {
  margin-left: 30px;
padding-top: 15px;
padding-bottom: 15px;
}
}






  #s-2f132099-7e77-406b-9f5d-478832926e3e img.shogun-image {
    

    
    
    
  }


#s-2f132099-7e77-406b-9f5d-478832926e3e .shogun-image-content {
  
    align-items: center;
  
}

#s-daf95923-3fd4-42d6-9140-752283ff4411 {
  margin-top: 51px;
max-width: 90px;
text-align: center;
}
@media (max-width: 767px){#s-daf95923-3fd4-42d6-9140-752283ff4411 {
  margin-left: 30px;
margin-right: 47px;
}
}






  #s-daf95923-3fd4-42d6-9140-752283ff4411 img.shogun-image {
    

    
    
    
  }


#s-daf95923-3fd4-42d6-9140-752283ff4411 .shogun-image-content {
  
    align-items: center;
  
}

#s-6d5dddbd-7d35-408a-bcc5-f1f690589821 {
  min-height: 50px;
}








#s-6d5dddbd-7d35-408a-bcc5-f1f690589821 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d5dddbd-7d35-408a-bcc5-f1f690589821.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f19d8536-5a72-470c-beb2-3e15aca906a3 {
  margin-top: 10px;
margin-left: -40px;
margin-bottom: -20px;
padding-bottom: 10px;
}

#s-a51932fb-7830-4b1d-9bb3-953756180946 {
  margin-left: -40px;
margin-right: 30px;
}

#s-3e969e5a-cd20-4d83-b0c3-0664f012139b {
  margin-top: 4px;
margin-left: -40px;
margin-bottom: 4px;
margin-right: -40px;
}

#s-fe159434-e97e-41d3-b7ed-e3f8cbbf3112 {
  margin-top: 30px;
margin-left: -40px;
margin-bottom: -6px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-fe159434-e97e-41d3-b7ed-e3f8cbbf3112 {
  margin-right: 30px;
}
}
#s-7a406b06-027c-4e92-bc3b-a8e5d742cf0e {
  margin-left: -40px;
margin-right: 30px;
}

#s-9b989997-883c-44aa-858c-758accbb4bbb {
  margin-top: 4px;
margin-left: -40px;
margin-bottom: 4px;
}

#s-3c3e8ca4-78bf-4450-9b5c-16813a353ef5 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-3c3e8ca4-78bf-4450-9b5c-16813a353ef5 {
  display: none;
}
#s-3c3e8ca4-78bf-4450-9b5c-16813a353ef5, #wrap-s-3c3e8ca4-78bf-4450-9b5c-16813a353ef5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3c3e8ca4-78bf-4450-9b5c-16813a353ef5 {
  display: none;
}
#s-3c3e8ca4-78bf-4450-9b5c-16813a353ef5, #wrap-s-3c3e8ca4-78bf-4450-9b5c-16813a353ef5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3c3e8ca4-78bf-4450-9b5c-16813a353ef5 {
  display: none;
}
#s-3c3e8ca4-78bf-4450-9b5c-16813a353ef5, #wrap-s-3c3e8ca4-78bf-4450-9b5c-16813a353ef5 { display:none !important; }}@media (max-width: 767px){#s-3c3e8ca4-78bf-4450-9b5c-16813a353ef5 {
  display: none;
}
#s-3c3e8ca4-78bf-4450-9b5c-16813a353ef5, #wrap-s-3c3e8ca4-78bf-4450-9b5c-16813a353ef5 { display:none !important; }}







#s-3c3e8ca4-78bf-4450-9b5c-16813a353ef5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c3e8ca4-78bf-4450-9b5c-16813a353ef5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1d22016a-68c4-4e3f-90e2-0f37e9340393 {
  margin-left: 30px;
margin-right: 30px;
min-height: 50px;
}
@media (min-width: 1200px){#s-1d22016a-68c4-4e3f-90e2-0f37e9340393 {
  display: none;
}
#s-1d22016a-68c4-4e3f-90e2-0f37e9340393, #wrap-s-1d22016a-68c4-4e3f-90e2-0f37e9340393 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1d22016a-68c4-4e3f-90e2-0f37e9340393 {
  display: none;
}
#s-1d22016a-68c4-4e3f-90e2-0f37e9340393, #wrap-s-1d22016a-68c4-4e3f-90e2-0f37e9340393 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1d22016a-68c4-4e3f-90e2-0f37e9340393 {
  display: none;
}
#s-1d22016a-68c4-4e3f-90e2-0f37e9340393, #wrap-s-1d22016a-68c4-4e3f-90e2-0f37e9340393 { display:none !important; }}@media (max-width: 767px){#s-1d22016a-68c4-4e3f-90e2-0f37e9340393 {
  display: none;
}
#s-1d22016a-68c4-4e3f-90e2-0f37e9340393, #wrap-s-1d22016a-68c4-4e3f-90e2-0f37e9340393 { display:none !important; }}







#s-1d22016a-68c4-4e3f-90e2-0f37e9340393 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1d22016a-68c4-4e3f-90e2-0f37e9340393.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{background-attachment:scroll!important}}@media only screen and (min-width:1024px) and (max-height:1366px) and (-webkit-min-device-pixel-ratio:1.5) and (hover:none) and (orientation:landscape){.shg-box{background-attachment:scroll!important}}#mc_embed_signup .clear{width:auto!important;height:auto!important;visibility:visible!important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline!important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,.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:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*=enterviewport][data-animations*=fadeIn],[data-animations*=enterviewport][data-animations*=zoomIn]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}