.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-a43e7711-b1c7-4707-a035-d8b84f80009f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-a43e7711-b1c7-4707-a035-d8b84f80009f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(244, 244, 244, 1);
  padding: 10px;
}

#s-a43e7711-b1c7-4707-a035-d8b84f80009f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-a43e7711-b1c7-4707-a035-d8b84f80009f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-a43e7711-b1c7-4707-a035-d8b84f80009f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: PT Sans;
  font-weight: 700;
  font-style: ;
  font-size: 12px;
}

#s-a43e7711-b1c7-4707-a035-d8b84f80009f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 12px;
}
.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-f2508f16-f527-46e3-9213-ae05de542d39 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-f2508f16-f527-46e3-9213-ae05de542d39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f2508f16-f527-46e3-9213-ae05de542d39.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1db4d264-7756-4565-9483-6f0e027c026a {
  min-height: 50px;
}








#s-1db4d264-7756-4565-9483-6f0e027c026a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1db4d264-7756-4565-9483-6f0e027c026a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-e834c1b3-070c-4f37-a3a8-f61c812cab56 {
  text-align: center;
}







  #s-e834c1b3-070c-4f37-a3a8-f61c812cab56 img.shogun-image {
    

    
    
    
  }


#s-e834c1b3-070c-4f37-a3a8-f61c812cab56 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-976d9513-08e3-49d7-8ef6-f33a5e681d6a {
  margin-top: -3em;
margin-left: auto;
margin-right: auto;
padding-left: 1em;
padding-right: 1em;
min-height: 50px;
max-width: 1300px;
}








#s-976d9513-08e3-49d7-8ef6-f33a5e681d6a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-976d9513-08e3-49d7-8ef6-f33a5e681d6a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-25731912-b4f4-4a68-94db-e0adb0c17882 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-ab5979ab-18be-47e2-90aa-4aaf969dce4f {
  margin-top: 3em;
margin-left: auto;
margin-bottom: 3em;
margin-right: auto;
padding-left: 2em;
padding-right: 2em;
min-height: 50px;
max-width: 1300px;
}








#s-ab5979ab-18be-47e2-90aa-4aaf969dce4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab5979ab-18be-47e2-90aa-4aaf969dce4f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-40b858fc-3719-440a-b930-25d55240d60a {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

.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-13e0a66b-1f0c-4e9c-9660-d1d9c95b4b07 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
max-width: 320px;
background-color: rgba(146, 206, 190, 1);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-13e0a66b-1f0c-4e9c-9660-d1d9c95b4b07:hover {background-color: rgba(171, 233, 216, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-13e0a66b-1f0c-4e9c-9660-d1d9c95b4b07:active {background-color: rgba(146, 206, 190, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-13e0a66b-1f0c-4e9c-9660-d1d9c95b4b07-root {
    text-align: center;
  }


#s-13e0a66b-1f0c-4e9c-9660-d1d9c95b4b07.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-13e0a66b-1f0c-4e9c-9660-d1d9c95b4b07-root {
    text-align: center;
  }


#s-13e0a66b-1f0c-4e9c-9660-d1d9c95b4b07.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-13e0a66b-1f0c-4e9c-9660-d1d9c95b4b07-root {
    text-align: center;
  }


#s-13e0a66b-1f0c-4e9c-9660-d1d9c95b4b07.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-13e0a66b-1f0c-4e9c-9660-d1d9c95b4b07-root {
    text-align: center;
  }


#s-13e0a66b-1f0c-4e9c-9660-d1d9c95b4b07.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-13e0a66b-1f0c-4e9c-9660-d1d9c95b4b07-root {
    text-align: center;
  }


#s-13e0a66b-1f0c-4e9c-9660-d1d9c95b4b07.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
  #s-13e0a66b-1f0c-4e9c-9660-d1d9c95b4b07-root {
    text-align: center;
  }


#s-13e0a66b-1f0c-4e9c-9660-d1d9c95b4b07.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-e4268e2b-79d6-464c-b51e-202d080ad50f {
  padding-left: 1em;
padding-right: 1em;
min-height: 50px;
}








#s-e4268e2b-79d6-464c-b51e-202d080ad50f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e4268e2b-79d6-464c-b51e-202d080ad50f.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-a5a19813-3ec3-46f7-8dff-6fa926a6b925 {
  margin-top: 2em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
max-width: 1300px;
}

@media (min-width: 0px) {
[id="s-a5a19813-3ec3-46f7-8dff-6fa926a6b925"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a5a19813-3ec3-46f7-8dff-6fa926a6b925"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a5a19813-3ec3-46f7-8dff-6fa926a6b925"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a5a19813-3ec3-46f7-8dff-6fa926a6b925"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-3223ecdc-2d3e-4485-83db-7a3775156e2f {
  text-align: center;
}







  #s-3223ecdc-2d3e-4485-83db-7a3775156e2f img.shogun-image {
    

    
    
    
  }


#s-3223ecdc-2d3e-4485-83db-7a3775156e2f .shogun-image-content {
  
    align-items: center;
  
}

#s-83d37c52-97bf-44fe-82fa-b25dd8403686 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-ff02012b-8bf0-43ef-ad5d-fa1c4c420702 {
  text-align: center;
}







  #s-ff02012b-8bf0-43ef-ad5d-fa1c4c420702 img.shogun-image {
    

    
    
    
  }


#s-ff02012b-8bf0-43ef-ad5d-fa1c4c420702 .shogun-image-content {
  
    align-items: center;
  
}

#s-64cd4c0e-79fc-4509-a920-a29d87de641c {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-21a7aca1-784a-444f-a891-9cb026a59a6f {
  text-align: center;
}







  #s-21a7aca1-784a-444f-a891-9cb026a59a6f img.shogun-image {
    

    
    
    
  }


#s-21a7aca1-784a-444f-a891-9cb026a59a6f .shogun-image-content {
  
    align-items: center;
  
}

#s-9a8ac877-c54d-472b-a587-041cfe15b097 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-54129e7b-d899-4391-95db-fbd2923d393c {
  margin-top: 2em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
padding-left: 1em;
padding-right: 1em;
min-height: 50px;
max-width: 1400px;
}
@media (min-width: 1200px){#s-54129e7b-d899-4391-95db-fbd2923d393c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-54129e7b-d899-4391-95db-fbd2923d393c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-54129e7b-d899-4391-95db-fbd2923d393c {
  
}
}







#s-54129e7b-d899-4391-95db-fbd2923d393c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-54129e7b-d899-4391-95db-fbd2923d393c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-88617a77-2295-4129-9cc3-244e3b918250 {
  min-height: 50px;
}








#s-88617a77-2295-4129-9cc3-244e3b918250 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-88617a77-2295-4129-9cc3-244e3b918250.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

@media (max-width: 767px){#s-895682d1-e098-4143-814d-b2405a86d6f8 {
  display: none;
}
#s-895682d1-e098-4143-814d-b2405a86d6f8, #wrap-s-895682d1-e098-4143-814d-b2405a86d6f8 { display: none !important; }}

  #s-895682d1-e098-4143-814d-b2405a86d6f8 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(0, 0, 0, 1);
    border: 1px solid #DDDDDD;
  }
  #s-895682d1-e098-4143-814d-b2405a86d6f8 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(0, 0, 0, 1);
    border: 1px solid #ddd;
  }
#s-895682d1-e098-4143-814d-b2405a86d6f8 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 26px;
}

#s-895682d1-e098-4143-814d-b2405a86d6f8 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-895682d1-e098-4143-814d-b2405a86d6f8 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(0, 0, 0, 1);
}

#s-895682d1-e098-4143-814d-b2405a86d6f8 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

#s-be8308f1-f5ce-445b-8a7d-6c08a42ff497 {
  margin-top: 0em;
margin-left: auto;
margin-bottom: 0em;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
min-height: 50px;
max-width: 1300px;
}








#s-be8308f1-f5ce-445b-8a7d-6c08a42ff497 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be8308f1-f5ce-445b-8a7d-6c08a42ff497.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c5d9b791-59db-4e49-b127-84c3dec555e9 {
  margin-top: 2em;
margin-bottom: 2em;
}
@media (min-width: 768px) and (max-width: 991px){#s-c5d9b791-59db-4e49-b127-84c3dec555e9 {
  display: none;
}
#s-c5d9b791-59db-4e49-b127-84c3dec555e9, #wrap-s-c5d9b791-59db-4e49-b127-84c3dec555e9 { display: none !important; }}@media (max-width: 767px){#s-c5d9b791-59db-4e49-b127-84c3dec555e9 {
  display: none;
}
#s-c5d9b791-59db-4e49-b127-84c3dec555e9, #wrap-s-c5d9b791-59db-4e49-b127-84c3dec555e9 { display: none !important; }}
@media (min-width: 0px) {
[id="s-c5d9b791-59db-4e49-b127-84c3dec555e9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c5d9b791-59db-4e49-b127-84c3dec555e9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-c5d9b791-59db-4e49-b127-84c3dec555e9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-c5d9b791-59db-4e49-b127-84c3dec555e9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (max-width: 767px) {
  [id="s-c5d9b791-59db-4e49-b127-84c3dec555e9"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-5ee392e4-2d45-4f2e-9ed4-fed2079591dc {
  min-height: 50px;
}








#s-5ee392e4-2d45-4f2e-9ed4-fed2079591dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ee392e4-2d45-4f2e-9ed4-fed2079591dc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-883b236c-d71c-4bf0-83f0-9488dac1a2f0 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-883b236c-d71c-4bf0-83f0-9488dac1a2f0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-883b236c-d71c-4bf0-83f0-9488dac1a2f0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-883b236c-d71c-4bf0-83f0-9488dac1a2f0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-883b236c-d71c-4bf0-83f0-9488dac1a2f0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-883b236c-d71c-4bf0-83f0-9488dac1a2f0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-883b236c-d71c-4bf0-83f0-9488dac1a2f0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-883b236c-d71c-4bf0-83f0-9488dac1a2f0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-8b2bfd04-4970-4f92-960d-d434402d8d2c {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}








#s-8b2bfd04-4970-4f92-960d-d434402d8d2c .shogun-image-content {
  
    align-items: center;
  
}

#s-8926480c-215d-4d0b-9b73-74bead2623af {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-bd635905-2d3c-4666-8331-3e650f93f1be {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-bd635905-2d3c-4666-8331-3e650f93f1be"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bd635905-2d3c-4666-8331-3e650f93f1be"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-bd635905-2d3c-4666-8331-3e650f93f1be"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-bd635905-2d3c-4666-8331-3e650f93f1be"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-bd635905-2d3c-4666-8331-3e650f93f1be"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-bd635905-2d3c-4666-8331-3e650f93f1be"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-bd635905-2d3c-4666-8331-3e650f93f1be"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-04c56328-f1a4-46b7-a824-8af85334311d {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}







  #s-04c56328-f1a4-46b7-a824-8af85334311d img.shogun-image {
    

    
    
    
  }


#s-04c56328-f1a4-46b7-a824-8af85334311d .shogun-image-content {
  
    align-items: center;
  
}

#s-8365db6f-7293-4778-9e5f-c4394fcb981b {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-f899384b-cc5a-4f75-9674-377633e66225 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-f899384b-cc5a-4f75-9674-377633e66225"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f899384b-cc5a-4f75-9674-377633e66225"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f899384b-cc5a-4f75-9674-377633e66225"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-f899384b-cc5a-4f75-9674-377633e66225"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f899384b-cc5a-4f75-9674-377633e66225"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-f899384b-cc5a-4f75-9674-377633e66225"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f899384b-cc5a-4f75-9674-377633e66225"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

#s-a1d79e57-1f3f-4e38-b039-b1d03550c904 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-a1d79e57-1f3f-4e38-b039-b1d03550c904 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1d79e57-1f3f-4e38-b039-b1d03550c904.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-db434bfd-7107-4fd3-a693-244bb9a7d085 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}







  #s-db434bfd-7107-4fd3-a693-244bb9a7d085 img.shogun-image {
    

    
    
    
  }


#s-db434bfd-7107-4fd3-a693-244bb9a7d085 .shogun-image-content {
  
    align-items: center;
  
}

#s-e1053275-e2c3-4dc5-8aaf-cc7ebf713eaa {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-c0c593d2-8843-4b02-b641-7500d3f1542e {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-c0c593d2-8843-4b02-b641-7500d3f1542e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c0c593d2-8843-4b02-b641-7500d3f1542e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-c0c593d2-8843-4b02-b641-7500d3f1542e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-c0c593d2-8843-4b02-b641-7500d3f1542e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-c0c593d2-8843-4b02-b641-7500d3f1542e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-c0c593d2-8843-4b02-b641-7500d3f1542e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-c0c593d2-8843-4b02-b641-7500d3f1542e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-f4b1c366-d50f-4097-8db2-54bcb7e57ecc {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}







  #s-f4b1c366-d50f-4097-8db2-54bcb7e57ecc img.shogun-image {
    

    
    
    
  }


#s-f4b1c366-d50f-4097-8db2-54bcb7e57ecc .shogun-image-content {
  
    align-items: center;
  
}

#s-85ea9aa2-23c6-407d-aa56-b6cc25786e11 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-32f5fed4-2c5b-4bae-ab71-ce45a8f072ea {
  min-height: 50px;
}








#s-32f5fed4-2c5b-4bae-ab71-ce45a8f072ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32f5fed4-2c5b-4bae-ab71-ce45a8f072ea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-24d40548-3afe-45e1-90a7-8d4b213ad7b7 {
  text-align: center;
}







  #s-24d40548-3afe-45e1-90a7-8d4b213ad7b7 img.shogun-image {
    

    
    
    
  }


#s-24d40548-3afe-45e1-90a7-8d4b213ad7b7 .shogun-image-content {
  
    align-items: center;
  
}

#s-29550d30-29ec-4c4a-897e-675457266231 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-29550d30-29ec-4c4a-897e-675457266231 {
  display: none;
}
#s-29550d30-29ec-4c4a-897e-675457266231, #wrap-s-29550d30-29ec-4c4a-897e-675457266231 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-29550d30-29ec-4c4a-897e-675457266231 {
  display: none;
}
#s-29550d30-29ec-4c4a-897e-675457266231, #wrap-s-29550d30-29ec-4c4a-897e-675457266231 { display: none !important; }}







#s-29550d30-29ec-4c4a-897e-675457266231 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-29550d30-29ec-4c4a-897e-675457266231.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-40ec8e95-81e5-41eb-a805-7a310ac349dc {
  margin-top: 1em;
text-align: center;
}







  #s-40ec8e95-81e5-41eb-a805-7a310ac349dc img.shogun-image {
    

    
    
    
  }


#s-40ec8e95-81e5-41eb-a805-7a310ac349dc .shogun-image-content {
  
    align-items: center;
  
}

#s-f5f4769a-57fe-4880-8b92-9583e9a4cfba {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-f5f4769a-57fe-4880-8b92-9583e9a4cfba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f5f4769a-57fe-4880-8b92-9583e9a4cfba"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f5f4769a-57fe-4880-8b92-9583e9a4cfba"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-f5f4769a-57fe-4880-8b92-9583e9a4cfba"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f5f4769a-57fe-4880-8b92-9583e9a4cfba"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-f5f4769a-57fe-4880-8b92-9583e9a4cfba"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f5f4769a-57fe-4880-8b92-9583e9a4cfba"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

#s-67fdbfc0-bde1-47dc-a504-286119e7e4cc {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-67fdbfc0-bde1-47dc-a504-286119e7e4cc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-67fdbfc0-bde1-47dc-a504-286119e7e4cc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-67fdbfc0-bde1-47dc-a504-286119e7e4cc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-67fdbfc0-bde1-47dc-a504-286119e7e4cc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-67fdbfc0-bde1-47dc-a504-286119e7e4cc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-67fdbfc0-bde1-47dc-a504-286119e7e4cc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-67fdbfc0-bde1-47dc-a504-286119e7e4cc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-fc04f9fd-8315-447f-a560-bb648d33e475 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}








#s-fc04f9fd-8315-447f-a560-bb648d33e475 .shogun-image-content {
  
    align-items: center;
  
}

#s-1c2b150f-3e31-4471-b3a6-5745ce7259c2 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-0eeec7df-9dbf-49d7-8aa6-0a13a26dcbb9 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-0eeec7df-9dbf-49d7-8aa6-0a13a26dcbb9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0eeec7df-9dbf-49d7-8aa6-0a13a26dcbb9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-0eeec7df-9dbf-49d7-8aa6-0a13a26dcbb9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-0eeec7df-9dbf-49d7-8aa6-0a13a26dcbb9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-0eeec7df-9dbf-49d7-8aa6-0a13a26dcbb9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-0eeec7df-9dbf-49d7-8aa6-0a13a26dcbb9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-0eeec7df-9dbf-49d7-8aa6-0a13a26dcbb9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-f81c99bb-a651-400c-88dc-3261d1d5903a {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}







  #s-f81c99bb-a651-400c-88dc-3261d1d5903a img.shogun-image {
    

    
    
    
  }


#s-f81c99bb-a651-400c-88dc-3261d1d5903a .shogun-image-content {
  
    align-items: center;
  
}

#s-18f33c33-694b-4215-b841-fffe545632ee {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-e1316d5d-3ef8-40f2-a96d-19415d875a1f {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-e1316d5d-3ef8-40f2-a96d-19415d875a1f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e1316d5d-3ef8-40f2-a96d-19415d875a1f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-e1316d5d-3ef8-40f2-a96d-19415d875a1f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-e1316d5d-3ef8-40f2-a96d-19415d875a1f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-e1316d5d-3ef8-40f2-a96d-19415d875a1f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-e1316d5d-3ef8-40f2-a96d-19415d875a1f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-e1316d5d-3ef8-40f2-a96d-19415d875a1f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-e0090a36-8416-4d57-9994-545498c8f500 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}







  #s-e0090a36-8416-4d57-9994-545498c8f500 img.shogun-image {
    

    
    
    
  }


#s-e0090a36-8416-4d57-9994-545498c8f500 .shogun-image-content {
  
    align-items: center;
  
}

#s-d613c5c8-f6bf-4860-8776-7dcc599f2d81 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-d4bb871a-428f-43a5-839e-e7187864d8ca {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-d4bb871a-428f-43a5-839e-e7187864d8ca"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d4bb871a-428f-43a5-839e-e7187864d8ca"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-d4bb871a-428f-43a5-839e-e7187864d8ca"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-d4bb871a-428f-43a5-839e-e7187864d8ca"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-d4bb871a-428f-43a5-839e-e7187864d8ca"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-d4bb871a-428f-43a5-839e-e7187864d8ca"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-d4bb871a-428f-43a5-839e-e7187864d8ca"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-0f30e488-43b4-415d-b74d-352a4fb4cfb0 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}







  #s-0f30e488-43b4-415d-b74d-352a4fb4cfb0 img.shogun-image {
    

    
    
    
  }


#s-0f30e488-43b4-415d-b74d-352a4fb4cfb0 .shogun-image-content {
  
    align-items: center;
  
}

#s-88366e03-54af-4b34-b473-bba1b528d3b9 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-8abe4fc3-4f1f-4ea6-bd00-566988ccdabd {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(148, 206, 190, 1);
border-radius: 2px;
max-width: 300px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
color: rgba(148, 206, 190, 1);
background-image: none;
hover-type: color;
}
#s-8abe4fc3-4f1f-4ea6-bd00-566988ccdabd:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(148, 206, 190, 1) !important;
border-radius: 2px !important;
background-color: rgba(148, 206, 190, 0.2) !important;
text-decoration: none !important;
color: rgba(148, 206, 190, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-8abe4fc3-4f1f-4ea6-bd00-566988ccdabd:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(113, 179, 160, 1) !important;
border-radius: 2px !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(113, 179, 160, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-8abe4fc3-4f1f-4ea6-bd00-566988ccdabd {
  display: none;
}
#s-8abe4fc3-4f1f-4ea6-bd00-566988ccdabd, #wrap-s-8abe4fc3-4f1f-4ea6-bd00-566988ccdabd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8abe4fc3-4f1f-4ea6-bd00-566988ccdabd {
  display: none;
}
#s-8abe4fc3-4f1f-4ea6-bd00-566988ccdabd, #wrap-s-8abe4fc3-4f1f-4ea6-bd00-566988ccdabd { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8abe4fc3-4f1f-4ea6-bd00-566988ccdabd {
  display: none;
}
#s-8abe4fc3-4f1f-4ea6-bd00-566988ccdabd, #wrap-s-8abe4fc3-4f1f-4ea6-bd00-566988ccdabd { display: none !important; }}@media (max-width: 767px){#s-8abe4fc3-4f1f-4ea6-bd00-566988ccdabd {
  display: none;
}
#s-8abe4fc3-4f1f-4ea6-bd00-566988ccdabd, #wrap-s-8abe4fc3-4f1f-4ea6-bd00-566988ccdabd { display: none !important; }}

  #s-8abe4fc3-4f1f-4ea6-bd00-566988ccdabd-root {
    text-align: center;
  }


#s-8abe4fc3-4f1f-4ea6-bd00-566988ccdabd.shg-btn {
  color: rgba(148, 206, 190, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-8abe4fc3-4f1f-4ea6-bd00-566988ccdabd-root {
    text-align: center;
  }


#s-8abe4fc3-4f1f-4ea6-bd00-566988ccdabd.shg-btn {
  color: rgba(148, 206, 190, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8abe4fc3-4f1f-4ea6-bd00-566988ccdabd-root {
    text-align: center;
  }


#s-8abe4fc3-4f1f-4ea6-bd00-566988ccdabd.shg-btn {
  color: rgba(148, 206, 190, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8abe4fc3-4f1f-4ea6-bd00-566988ccdabd-root {
    text-align: center;
  }


#s-8abe4fc3-4f1f-4ea6-bd00-566988ccdabd.shg-btn {
  color: rgba(148, 206, 190, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-8abe4fc3-4f1f-4ea6-bd00-566988ccdabd-root {
    text-align: center;
  }


#s-8abe4fc3-4f1f-4ea6-bd00-566988ccdabd.shg-btn {
  color: rgba(148, 206, 190, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}
@media (min-width: 0px) {
[id="s-84f1da60-a87a-4075-a1e2-495228e401a8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-84f1da60-a87a-4075-a1e2-495228e401a8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-84f1da60-a87a-4075-a1e2-495228e401a8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-84f1da60-a87a-4075-a1e2-495228e401a8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-84f1da60-a87a-4075-a1e2-495228e401a8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-84f1da60-a87a-4075-a1e2-495228e401a8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-84f1da60-a87a-4075-a1e2-495228e401a8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-60b41e5b-dc12-45a9-bb44-c728d1ba1250 {
  min-height: 50px;
}








#s-60b41e5b-dc12-45a9-bb44-c728d1ba1250 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-60b41e5b-dc12-45a9-bb44-c728d1ba1250.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-80437137-8df1-49a8-b05a-43e5a7814396 {
  text-align: center;
}







  #s-80437137-8df1-49a8-b05a-43e5a7814396 img.shogun-image {
    

    
    
    
  }


#s-80437137-8df1-49a8-b05a-43e5a7814396 .shogun-image-content {
  
    align-items: center;
  
}

#s-9c20ccf0-c12d-4ffb-995a-9c6accc513dd {
  margin-bottom: 2em;
}
@media (min-width: 1200px){#s-9c20ccf0-c12d-4ffb-995a-9c6accc513dd {
  display: none;
}
#s-9c20ccf0-c12d-4ffb-995a-9c6accc513dd, #wrap-s-9c20ccf0-c12d-4ffb-995a-9c6accc513dd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9c20ccf0-c12d-4ffb-995a-9c6accc513dd {
  display: none;
}
#s-9c20ccf0-c12d-4ffb-995a-9c6accc513dd, #wrap-s-9c20ccf0-c12d-4ffb-995a-9c6accc513dd { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9c20ccf0-c12d-4ffb-995a-9c6accc513dd {
  display: none;
}
#s-9c20ccf0-c12d-4ffb-995a-9c6accc513dd, #wrap-s-9c20ccf0-c12d-4ffb-995a-9c6accc513dd { display: none !important; }}
#s-9c20ccf0-c12d-4ffb-995a-9c6accc513dd > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 1);
}

#s-9c20ccf0-c12d-4ffb-995a-9c6accc513dd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 10px;
}

#s-9c20ccf0-c12d-4ffb-995a-9c6accc513dd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-9c20ccf0-c12d-4ffb-995a-9c6accc513dd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-9c20ccf0-c12d-4ffb-995a-9c6accc513dd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-9c20ccf0-c12d-4ffb-995a-9c6accc513dd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-0e5ba1e4-1170-45d8-9e4a-d90e60cd2d58 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
text-align: center;
}







  #s-0e5ba1e4-1170-45d8-9e4a-d90e60cd2d58 img.shogun-image {
    

    
    
    
  }


#s-0e5ba1e4-1170-45d8-9e4a-d90e60cd2d58 .shogun-image-content {
  
    align-items: center;
  
}

#s-1a17e84b-3910-43b9-949d-83f0e57d857a {
  margin-top: 1em;
text-align: center;
}







  #s-1a17e84b-3910-43b9-949d-83f0e57d857a img.shogun-image {
    

    
    
    
  }


#s-1a17e84b-3910-43b9-949d-83f0e57d857a .shogun-image-content {
  
    align-items: center;
  
}

#s-84d40fb9-b366-4f58-b4d1-d997c7ec89b1 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-84d40fb9-b366-4f58-b4d1-d997c7ec89b1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-84d40fb9-b366-4f58-b4d1-d997c7ec89b1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-84d40fb9-b366-4f58-b4d1-d997c7ec89b1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-84d40fb9-b366-4f58-b4d1-d997c7ec89b1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-84d40fb9-b366-4f58-b4d1-d997c7ec89b1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-84d40fb9-b366-4f58-b4d1-d997c7ec89b1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-84d40fb9-b366-4f58-b4d1-d997c7ec89b1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

#s-8d572346-1c3c-4992-8457-2695cdd2931c {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-8d572346-1c3c-4992-8457-2695cdd2931c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8d572346-1c3c-4992-8457-2695cdd2931c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-8d572346-1c3c-4992-8457-2695cdd2931c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-8d572346-1c3c-4992-8457-2695cdd2931c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-8d572346-1c3c-4992-8457-2695cdd2931c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-8d572346-1c3c-4992-8457-2695cdd2931c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-8d572346-1c3c-4992-8457-2695cdd2931c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-46a10d10-a834-4882-b5f0-fcac85b6c8ef {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}








#s-46a10d10-a834-4882-b5f0-fcac85b6c8ef .shogun-image-content {
  
    align-items: center;
  
}

#s-9e46b623-a43e-4cac-9cf4-77efed1dd5df {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-0eda3ff0-d0ab-4b2f-984e-3bf1998bfa43 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-0eda3ff0-d0ab-4b2f-984e-3bf1998bfa43"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0eda3ff0-d0ab-4b2f-984e-3bf1998bfa43"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-0eda3ff0-d0ab-4b2f-984e-3bf1998bfa43"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-0eda3ff0-d0ab-4b2f-984e-3bf1998bfa43"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-0eda3ff0-d0ab-4b2f-984e-3bf1998bfa43"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-0eda3ff0-d0ab-4b2f-984e-3bf1998bfa43"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-0eda3ff0-d0ab-4b2f-984e-3bf1998bfa43"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-cbdff9e8-f673-45fd-97fd-d55569565a1f {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}







  #s-cbdff9e8-f673-45fd-97fd-d55569565a1f img.shogun-image {
    

    
    
    
  }


#s-cbdff9e8-f673-45fd-97fd-d55569565a1f .shogun-image-content {
  
    align-items: center;
  
}

#s-73aec40e-3c93-472e-887a-b568263b025f {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-14e0ac62-a1c7-484c-b772-f1f7363f8b1e {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-14e0ac62-a1c7-484c-b772-f1f7363f8b1e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-14e0ac62-a1c7-484c-b772-f1f7363f8b1e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-14e0ac62-a1c7-484c-b772-f1f7363f8b1e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-14e0ac62-a1c7-484c-b772-f1f7363f8b1e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-14e0ac62-a1c7-484c-b772-f1f7363f8b1e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-14e0ac62-a1c7-484c-b772-f1f7363f8b1e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-14e0ac62-a1c7-484c-b772-f1f7363f8b1e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-e489ce59-106b-4bb4-89f5-e8ca1b8ead16 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}







  #s-e489ce59-106b-4bb4-89f5-e8ca1b8ead16 img.shogun-image {
    

    
    
    
  }


#s-e489ce59-106b-4bb4-89f5-e8ca1b8ead16 .shogun-image-content {
  
    align-items: center;
  
}

#s-6dcd6e01-693b-4779-9c9f-7cd24219b172 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-da840f7b-95b3-4f61-a3f6-6d3d7cda6ad4 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-da840f7b-95b3-4f61-a3f6-6d3d7cda6ad4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-da840f7b-95b3-4f61-a3f6-6d3d7cda6ad4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-da840f7b-95b3-4f61-a3f6-6d3d7cda6ad4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-da840f7b-95b3-4f61-a3f6-6d3d7cda6ad4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-da840f7b-95b3-4f61-a3f6-6d3d7cda6ad4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-da840f7b-95b3-4f61-a3f6-6d3d7cda6ad4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-da840f7b-95b3-4f61-a3f6-6d3d7cda6ad4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-6ff790c1-0d1e-4bc1-b2a9-91558f9df9e4 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}







  #s-6ff790c1-0d1e-4bc1-b2a9-91558f9df9e4 img.shogun-image {
    

    
    
    
  }


#s-6ff790c1-0d1e-4bc1-b2a9-91558f9df9e4 .shogun-image-content {
  
    align-items: center;
  
}

#s-f714429e-e50a-4a45-badc-14395d2ff937 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-13109161-de67-4ecf-9aac-adab8e5b7aac {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 600px;
background-position: center center;
}








#s-13109161-de67-4ecf-9aac-adab8e5b7aac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13109161-de67-4ecf-9aac-adab8e5b7aac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0289f8ad-bb9c-4779-865a-3a41e89dc893 {
  margin-top: 2em;
margin-left: auto;
margin-bottom: 0em;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
min-height: 50px;
}








#s-0289f8ad-bb9c-4779-865a-3a41e89dc893 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0289f8ad-bb9c-4779-865a-3a41e89dc893.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a331b285-41c6-4592-a04c-befc86b6430e {
  margin-left: auto;
margin-right: auto;
padding-top: 0em;
padding-left: 1em;
padding-bottom: 0em;
padding-right: 1em;
max-width: 1000px;
}

#s-149cf748-4dd3-4a3d-9649-614fba5e428f {
  min-height: 50px;
}








#s-149cf748-4dd3-4a3d-9649-614fba5e428f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-149cf748-4dd3-4a3d-9649-614fba5e428f.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-981274a7-11d7-4f10-8d2b-687c337d31c1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-981274a7-11d7-4f10-8d2b-687c337d31c1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0em);
}

}

@media (min-width: 992px) {
[id="s-981274a7-11d7-4f10-8d2b-687c337d31c1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0em);
}

}

@media (min-width: 1200px) {
[id="s-981274a7-11d7-4f10-8d2b-687c337d31c1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0em);
}

}

@media (max-width: 767px) {
  [id="s-981274a7-11d7-4f10-8d2b-687c337d31c1"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-24024d48-3f91-41e7-97b8-f23797fde029 {
  margin-left: 4em;
margin-right: 4em;
min-height: 50px;
}
@media (min-width: 1200px){#s-24024d48-3f91-41e7-97b8-f23797fde029 {
  margin-left: 5em;
margin-right: 5em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-24024d48-3f91-41e7-97b8-f23797fde029 {
  margin-left: 2em;
margin-right: 2em;
}
}@media (max-width: 767px){#s-24024d48-3f91-41e7-97b8-f23797fde029 {
  margin-left: 1em;
margin-right: 1em;
}
}







#s-24024d48-3f91-41e7-97b8-f23797fde029 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24024d48-3f91-41e7-97b8-f23797fde029.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1922bec8-d51e-41f9-b132-6ce3e3a09b17 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
max-width: 300px;
background-color: rgba(148, 206, 190, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-1922bec8-d51e-41f9-b132-6ce3e3a09b17:hover {background-color: rgba(166, 222, 206, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-1922bec8-d51e-41f9-b132-6ce3e3a09b17:active {background-color: rgba(94, 166, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-1922bec8-d51e-41f9-b132-6ce3e3a09b17-root {
    text-align: center;
  }


#s-1922bec8-d51e-41f9-b132-6ce3e3a09b17.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-1922bec8-d51e-41f9-b132-6ce3e3a09b17-root {
    text-align: center;
  }


#s-1922bec8-d51e-41f9-b132-6ce3e3a09b17.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1922bec8-d51e-41f9-b132-6ce3e3a09b17-root {
    text-align: center;
  }


#s-1922bec8-d51e-41f9-b132-6ce3e3a09b17.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1922bec8-d51e-41f9-b132-6ce3e3a09b17-root {
    text-align: center;
  }


#s-1922bec8-d51e-41f9-b132-6ce3e3a09b17.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-1922bec8-d51e-41f9-b132-6ce3e3a09b17-root {
    text-align: center;
  }


#s-1922bec8-d51e-41f9-b132-6ce3e3a09b17.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}
  #s-1922bec8-d51e-41f9-b132-6ce3e3a09b17-root {
    text-align: center;
  }


#s-1922bec8-d51e-41f9-b132-6ce3e3a09b17.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}

#s-23912183-f3df-40cc-9563-48fd58b6c5af {
  min-height: 50px;
}








#s-23912183-f3df-40cc-9563-48fd58b6c5af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-23912183-f3df-40cc-9563-48fd58b6c5af.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a8a843f5-1201-4f5d-834d-8cc248dfd9e3 {
  max-width: 700px;
text-align: center;
}







  #s-a8a843f5-1201-4f5d-834d-8cc248dfd9e3 img.shogun-image {
    

    
    
    
  }


#s-a8a843f5-1201-4f5d-834d-8cc248dfd9e3 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-3dab7e01-8a34-4791-b634-7d3a60ef0a91"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3dab7e01-8a34-4791-b634-7d3a60ef0a91"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0em);
}

}

@media (min-width: 992px) {
[id="s-3dab7e01-8a34-4791-b634-7d3a60ef0a91"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0em);
}

}

@media (min-width: 1200px) {
[id="s-3dab7e01-8a34-4791-b634-7d3a60ef0a91"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0em);
}

}

#s-ec89d6e8-2430-482e-8ab0-6c7900b3032b {
  min-height: 50px;
}








#s-ec89d6e8-2430-482e-8ab0-6c7900b3032b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec89d6e8-2430-482e-8ab0-6c7900b3032b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6e7096ed-deb2-4fe6-984a-212fb7d1dc2c {
  max-width: 700px;
text-align: center;
}







  #s-6e7096ed-deb2-4fe6-984a-212fb7d1dc2c img.shogun-image {
    

    
    
    
  }


#s-6e7096ed-deb2-4fe6-984a-212fb7d1dc2c .shogun-image-content {
  
    align-items: center;
  
}

#s-964e1c5f-0da8-4748-a257-704aa12ac224 {
  margin-left: 4em;
margin-right: 4em;
min-height: 50px;
}
@media (min-width: 1200px){#s-964e1c5f-0da8-4748-a257-704aa12ac224 {
  margin-left: 5em;
margin-right: 5em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-964e1c5f-0da8-4748-a257-704aa12ac224 {
  margin-left: 2em;
margin-right: 2em;
}
}@media (max-width: 767px){#s-964e1c5f-0da8-4748-a257-704aa12ac224 {
  margin-left: 1em;
margin-right: 1em;
}
}







#s-964e1c5f-0da8-4748-a257-704aa12ac224 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-964e1c5f-0da8-4748-a257-704aa12ac224.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8a32ba0a-2f5e-47bc-82b0-48a2fdf090f2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
max-width: 300px;
background-color: rgba(148, 206, 190, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-8a32ba0a-2f5e-47bc-82b0-48a2fdf090f2:hover {background-color: rgba(166, 222, 206, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-8a32ba0a-2f5e-47bc-82b0-48a2fdf090f2:active {background-color: rgba(94, 166, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-8a32ba0a-2f5e-47bc-82b0-48a2fdf090f2-root {
    text-align: center;
  }


#s-8a32ba0a-2f5e-47bc-82b0-48a2fdf090f2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-8a32ba0a-2f5e-47bc-82b0-48a2fdf090f2-root {
    text-align: center;
  }


#s-8a32ba0a-2f5e-47bc-82b0-48a2fdf090f2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8a32ba0a-2f5e-47bc-82b0-48a2fdf090f2-root {
    text-align: center;
  }


#s-8a32ba0a-2f5e-47bc-82b0-48a2fdf090f2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8a32ba0a-2f5e-47bc-82b0-48a2fdf090f2-root {
    text-align: center;
  }


#s-8a32ba0a-2f5e-47bc-82b0-48a2fdf090f2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-8a32ba0a-2f5e-47bc-82b0-48a2fdf090f2-root {
    text-align: center;
  }


#s-8a32ba0a-2f5e-47bc-82b0-48a2fdf090f2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}
  #s-8a32ba0a-2f5e-47bc-82b0-48a2fdf090f2-root {
    text-align: center;
  }


#s-8a32ba0a-2f5e-47bc-82b0-48a2fdf090f2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}

#s-fb2e93dd-71a6-45b6-8b48-bf4d15408fd6 {
  margin-top: 3em;
margin-left: auto;
margin-bottom: 3em;
margin-right: auto;
padding-left: 2em;
padding-right: 2em;
min-height: 50px;
max-width: 1300px;
}








#s-fb2e93dd-71a6-45b6-8b48-bf4d15408fd6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb2e93dd-71a6-45b6-8b48-bf4d15408fd6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fdd7512e-8fce-450e-8dac-17cd0082d64b {
  margin-top: 2em;
margin-bottom: 2em;
}

@media (min-width: 0px) {
[id="s-fdd7512e-8fce-450e-8dac-17cd0082d64b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-fdd7512e-8fce-450e-8dac-17cd0082d64b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-fdd7512e-8fce-450e-8dac-17cd0082d64b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-fdd7512e-8fce-450e-8dac-17cd0082d64b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

}

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

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

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

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

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

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

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

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

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

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

#s-a319d23c-77bd-4866-8432-127345cfafc0 {
  text-align: left;
}



.shg-c#s-a319d23c-77bd-4866-8432-127345cfafc0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a319d23c-77bd-4866-8432-127345cfafc0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a319d23c-77bd-4866-8432-127345cfafc0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a319d23c-77bd-4866-8432-127345cfafc0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a319d23c-77bd-4866-8432-127345cfafc0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a319d23c-77bd-4866-8432-127345cfafc0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a319d23c-77bd-4866-8432-127345cfafc0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a319d23c-77bd-4866-8432-127345cfafc0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a319d23c-77bd-4866-8432-127345cfafc0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a319d23c-77bd-4866-8432-127345cfafc0 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-a319d23c-77bd-4866-8432-127345cfafc0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a319d23c-77bd-4866-8432-127345cfafc0 img.shogun-image {
  width: 100%;
}




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

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

#s-8503379f-7187-471e-8410-4aa6fdaa3152 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8503379f-7187-471e-8410-4aa6fdaa3152 .shg-product-title-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-37416dc0-7874-40e1-8934-5dd49d1c9c84 {
  text-align: left;
}



.shg-c#s-37416dc0-7874-40e1-8934-5dd49d1c9c84 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-37416dc0-7874-40e1-8934-5dd49d1c9c84 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-37416dc0-7874-40e1-8934-5dd49d1c9c84 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-37416dc0-7874-40e1-8934-5dd49d1c9c84 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-37416dc0-7874-40e1-8934-5dd49d1c9c84 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-37416dc0-7874-40e1-8934-5dd49d1c9c84 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-37416dc0-7874-40e1-8934-5dd49d1c9c84 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-37416dc0-7874-40e1-8934-5dd49d1c9c84 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-37416dc0-7874-40e1-8934-5dd49d1c9c84 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-37416dc0-7874-40e1-8934-5dd49d1c9c84 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-37416dc0-7874-40e1-8934-5dd49d1c9c84 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-37416dc0-7874-40e1-8934-5dd49d1c9c84 img.shogun-image {
  width: 100%;
}




#s-264f3c7b-d3c8-4c10-a55f-56357b5fe004 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-264f3c7b-d3c8-4c10-a55f-56357b5fe004 .shg-product-title-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-26532ab7-6a29-4f8b-a5d8-a4c0ba3b2507 {
  text-align: left;
}



.shg-c#s-26532ab7-6a29-4f8b-a5d8-a4c0ba3b2507 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26532ab7-6a29-4f8b-a5d8-a4c0ba3b2507 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-26532ab7-6a29-4f8b-a5d8-a4c0ba3b2507 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26532ab7-6a29-4f8b-a5d8-a4c0ba3b2507 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-26532ab7-6a29-4f8b-a5d8-a4c0ba3b2507 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26532ab7-6a29-4f8b-a5d8-a4c0ba3b2507 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-26532ab7-6a29-4f8b-a5d8-a4c0ba3b2507 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26532ab7-6a29-4f8b-a5d8-a4c0ba3b2507 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-26532ab7-6a29-4f8b-a5d8-a4c0ba3b2507 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26532ab7-6a29-4f8b-a5d8-a4c0ba3b2507 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-26532ab7-6a29-4f8b-a5d8-a4c0ba3b2507 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26532ab7-6a29-4f8b-a5d8-a4c0ba3b2507 img.shogun-image {
  width: 100%;
}




#s-b01f8009-a716-4f04-880c-fcd950180990 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b01f8009-a716-4f04-880c-fcd950180990 .shg-product-title-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-63dc14f5-eeb2-4188-91b6-a0c9ded890c6 {
  text-align: left;
}



.shg-c#s-63dc14f5-eeb2-4188-91b6-a0c9ded890c6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-63dc14f5-eeb2-4188-91b6-a0c9ded890c6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-63dc14f5-eeb2-4188-91b6-a0c9ded890c6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-63dc14f5-eeb2-4188-91b6-a0c9ded890c6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-63dc14f5-eeb2-4188-91b6-a0c9ded890c6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-63dc14f5-eeb2-4188-91b6-a0c9ded890c6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-63dc14f5-eeb2-4188-91b6-a0c9ded890c6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-63dc14f5-eeb2-4188-91b6-a0c9ded890c6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-63dc14f5-eeb2-4188-91b6-a0c9ded890c6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-63dc14f5-eeb2-4188-91b6-a0c9ded890c6 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-63dc14f5-eeb2-4188-91b6-a0c9ded890c6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-63dc14f5-eeb2-4188-91b6-a0c9ded890c6 img.shogun-image {
  width: 100%;
}




#s-68bbf8f4-e7aa-4fb4-af87-a786abc7dd08 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-68bbf8f4-e7aa-4fb4-af87-a786abc7dd08 .shg-product-title-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-29a62c1b-afca-4998-a7df-4229b2fa0c8d {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
max-width: 320px;
background-color: rgba(146, 206, 190, 1);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-29a62c1b-afca-4998-a7df-4229b2fa0c8d:hover {background-color: rgba(171, 233, 216, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-29a62c1b-afca-4998-a7df-4229b2fa0c8d:active {background-color: rgba(146, 206, 190, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-29a62c1b-afca-4998-a7df-4229b2fa0c8d-root {
    text-align: center;
  }


#s-29a62c1b-afca-4998-a7df-4229b2fa0c8d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-29a62c1b-afca-4998-a7df-4229b2fa0c8d-root {
    text-align: center;
  }


#s-29a62c1b-afca-4998-a7df-4229b2fa0c8d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-29a62c1b-afca-4998-a7df-4229b2fa0c8d-root {
    text-align: center;
  }


#s-29a62c1b-afca-4998-a7df-4229b2fa0c8d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-29a62c1b-afca-4998-a7df-4229b2fa0c8d-root {
    text-align: center;
  }


#s-29a62c1b-afca-4998-a7df-4229b2fa0c8d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-29a62c1b-afca-4998-a7df-4229b2fa0c8d-root {
    text-align: center;
  }


#s-29a62c1b-afca-4998-a7df-4229b2fa0c8d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
  #s-29a62c1b-afca-4998-a7df-4229b2fa0c8d-root {
    text-align: center;
  }


#s-29a62c1b-afca-4998-a7df-4229b2fa0c8d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-d98f430f-3aa5-4eb8-a5ab-34383ded732b {
  margin-left: auto;
margin-right: auto;
padding-left: 1em;
padding-right: 1em;
max-width: 1300px;
}

@media (min-width: 0px) {
[id="s-d98f430f-3aa5-4eb8-a5ab-34383ded732b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-d98f430f-3aa5-4eb8-a5ab-34383ded732b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-d98f430f-3aa5-4eb8-a5ab-34383ded732b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-d98f430f-3aa5-4eb8-a5ab-34383ded732b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

}

#s-1c0845ad-b4d8-4693-9f30-2308dc7e4e6e {
  min-height: 50px;
}








#s-1c0845ad-b4d8-4693-9f30-2308dc7e4e6e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c0845ad-b4d8-4693-9f30-2308dc7e4e6e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-40d78d22-5df4-450b-afef-a68bcacd0510 {
  margin-left: auto;
margin-right: auto;
max-width: 175px;
text-align: center;
}








#s-40d78d22-5df4-450b-afef-a68bcacd0510 .shogun-image-content {
  
    align-items: center;
  
}

#s-5374027a-fcc3-46db-97d1-41be88f5c5bf {
  min-height: 50px;
}








#s-5374027a-fcc3-46db-97d1-41be88f5c5bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5374027a-fcc3-46db-97d1-41be88f5c5bf.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ed1f32d5-e168-4f2a-bf69-c69efc3b0e18 {
  margin-left: auto;
margin-right: auto;
max-width: 175px;
text-align: center;
}








#s-ed1f32d5-e168-4f2a-bf69-c69efc3b0e18 .shogun-image-content {
  
    align-items: center;
  
}

#s-0445eeb6-b91d-4e1e-b533-706ede5fac87 {
  min-height: 50px;
}








#s-0445eeb6-b91d-4e1e-b533-706ede5fac87 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0445eeb6-b91d-4e1e-b533-706ede5fac87.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b62bb29c-dec9-405c-affe-f7af410e6940 {
  margin-left: auto;
margin-right: auto;
max-width: 175px;
text-align: center;
}








#s-b62bb29c-dec9-405c-affe-f7af410e6940 .shogun-image-content {
  
    align-items: center;
  
}

#s-5203e247-accf-46cf-bb26-38b25bd39a07 {
  min-height: 50px;
}








#s-5203e247-accf-46cf-bb26-38b25bd39a07 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5203e247-accf-46cf-bb26-38b25bd39a07.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-913b0eb1-67ab-4b85-9539-bf49fc70a430 {
  margin-left: auto;
margin-right: auto;
max-width: 175px;
text-align: center;
}








#s-913b0eb1-67ab-4b85-9539-bf49fc70a430 .shogun-image-content {
  
    align-items: center;
  
}

#s-f3871c00-feef-43ce-8b50-a61ca0527cad {
  min-height: 600px;
}








#s-f3871c00-feef-43ce-8b50-a61ca0527cad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3871c00-feef-43ce-8b50-a61ca0527cad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-4a793f62-a34b-4b00-a994-6e0657154a3a {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 0em;
padding-bottom: 0em;
}

#s-4a793f62-a34b-4b00-a994-6e0657154a3a .shg-sld-dot {
  background-color: rgba(146, 206, 190, 1);
}

#s-4a793f62-a34b-4b00-a994-6e0657154a3a .shg-sld-nav-button.shg-sld-left,
#s-4a793f62-a34b-4b00-a994-6e0657154a3a .shg-sld-nav-button.shg-sld-right {
  fill: rgba(146, 206, 190, 1);
}

#s-40ed5ed3-758c-41e7-95ce-b56b73c804ff {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 2em;
padding-left: 2em;
padding-bottom: 2em;
padding-right: 2em;
min-height: 600px;
background-position: center center;
}








#s-40ed5ed3-758c-41e7-95ce-b56b73c804ff > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
}#s-40ed5ed3-758c-41e7-95ce-b56b73c804ff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-f06ab2b3-4735-4cb4-82e8-61e316fc7064 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 250px;
}

#s-f06ab2b3-4735-4cb4-82e8-61e316fc7064 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(213, 214, 215, 0);
  border-radius: 0px;
}

#s-f06ab2b3-4735-4cb4-82e8-61e316fc7064 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-f06ab2b3-4735-4cb4-82e8-61e316fc7064 td.shogun-table-column {
  background-color: rgba(255, 255, 255, 0);
  padding: 5px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-f06ab2b3-4735-4cb4-82e8-61e316fc7064 td.shogun-table-row {
  background-color: rgba(255, 255, 255, 0);
  padding: 10px;
}

#s-f06ab2b3-4735-4cb4-82e8-61e316fc7064 td.shogun-table-column, #s-f06ab2b3-4735-4cb4-82e8-61e316fc7064 td.shogun-table-row {
  border: 1px solid rgba(213, 214, 215, 0);
}

#s-3896a93a-e532-4a43-b7a0-3a74c7662ff6 .shogun-icon-wrapper {
  text-align: center;
}


#s-3896a93a-e532-4a43-b7a0-3a74c7662ff6 .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(146, 206, 190, 1);
}

#s-3618899c-b980-4745-9548-7815435079bf .shogun-icon-wrapper {
  text-align: center;
}


#s-3618899c-b980-4745-9548-7815435079bf .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(146, 206, 190, 1);
}

#s-2d4da301-a915-460d-a2d6-49db7d3d994e .shogun-icon-wrapper {
  text-align: center;
}


#s-2d4da301-a915-460d-a2d6-49db7d3d994e .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(146, 206, 190, 1);
}

#s-71c26a04-1678-4786-b10e-14882032ee44 .shogun-icon-wrapper {
  text-align: center;
}


#s-71c26a04-1678-4786-b10e-14882032ee44 .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(146, 206, 190, 1);
}

#s-f0902a36-7d2f-42f4-808a-7d3f41f8c28c .shogun-icon-wrapper {
  text-align: center;
}


#s-f0902a36-7d2f-42f4-808a-7d3f41f8c28c .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(146, 206, 190, 1);
}

#s-4a07222a-21cf-4d34-a58f-b45171b500a1 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-29c40f8d-75ab-4622-9315-43bc475d567a {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 2em;
padding-left: 2em;
padding-bottom: 2em;
padding-right: 2em;
min-height: 600px;
background-position: center center;
}








#s-29c40f8d-75ab-4622-9315-43bc475d567a > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
}#s-29c40f8d-75ab-4622-9315-43bc475d567a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f90d6e33-4af8-41db-b706-23c70512af1d {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 250px;
}

#s-f90d6e33-4af8-41db-b706-23c70512af1d .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(213, 214, 215, 0);
  border-radius: 0px;
}

#s-f90d6e33-4af8-41db-b706-23c70512af1d table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-f90d6e33-4af8-41db-b706-23c70512af1d td.shogun-table-column {
  background-color: rgba(255, 255, 255, 0);
  padding: 5px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-f90d6e33-4af8-41db-b706-23c70512af1d td.shogun-table-row {
  background-color: rgba(255, 255, 255, 0);
  padding: 10px;
}

#s-f90d6e33-4af8-41db-b706-23c70512af1d td.shogun-table-column, #s-f90d6e33-4af8-41db-b706-23c70512af1d td.shogun-table-row {
  border: 1px solid rgba(213, 214, 215, 0);
}

#s-432650d6-5d5c-44e2-abf2-317bfc7131fa .shogun-icon-wrapper {
  text-align: center;
}


#s-432650d6-5d5c-44e2-abf2-317bfc7131fa .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(146, 206, 190, 1);
}

#s-83b77462-f66e-498b-9639-03ff00421492 .shogun-icon-wrapper {
  text-align: center;
}


#s-83b77462-f66e-498b-9639-03ff00421492 .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(146, 206, 190, 1);
}

#s-6928de32-ebee-4ca2-b677-20a03327877e .shogun-icon-wrapper {
  text-align: center;
}


#s-6928de32-ebee-4ca2-b677-20a03327877e .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(146, 206, 190, 1);
}

#s-bc42790c-9e9d-413c-9389-65235ddc1526 .shogun-icon-wrapper {
  text-align: center;
}


#s-bc42790c-9e9d-413c-9389-65235ddc1526 .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(146, 206, 190, 1);
}

#s-36380ee5-e174-45be-9d04-c20c8784f27c .shogun-icon-wrapper {
  text-align: center;
}


#s-36380ee5-e174-45be-9d04-c20c8784f27c .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(146, 206, 190, 1);
}

#s-92ea1960-2f9a-41a4-899e-37a6dfe61652 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-741e4baa-69ed-4248-a1c1-9d42d23df43e {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 2em;
padding-left: 2em;
padding-bottom: 2em;
padding-right: 2em;
min-height: 600px;
background-position: center center;
}








#s-741e4baa-69ed-4248-a1c1-9d42d23df43e > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
}#s-741e4baa-69ed-4248-a1c1-9d42d23df43e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-45653504-7e56-48d1-8cac-90826d1d84f7 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 250px;
}

#s-45653504-7e56-48d1-8cac-90826d1d84f7 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(213, 214, 215, 0);
  border-radius: 0px;
}

#s-45653504-7e56-48d1-8cac-90826d1d84f7 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-45653504-7e56-48d1-8cac-90826d1d84f7 td.shogun-table-column {
  background-color: rgba(255, 255, 255, 0);
  padding: 5px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-45653504-7e56-48d1-8cac-90826d1d84f7 td.shogun-table-row {
  background-color: rgba(255, 255, 255, 0);
  padding: 10px;
}

#s-45653504-7e56-48d1-8cac-90826d1d84f7 td.shogun-table-column, #s-45653504-7e56-48d1-8cac-90826d1d84f7 td.shogun-table-row {
  border: 1px solid rgba(213, 214, 215, 0);
}

#s-64f3f9ed-6198-4237-95cc-e76509870f37 .shogun-icon-wrapper {
  text-align: center;
}


#s-64f3f9ed-6198-4237-95cc-e76509870f37 .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(146, 206, 190, 1);
}

#s-12f0d8e8-456c-4f08-83ee-fac33654ecdc .shogun-icon-wrapper {
  text-align: center;
}


#s-12f0d8e8-456c-4f08-83ee-fac33654ecdc .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(146, 206, 190, 1);
}

#s-dfd7df78-7575-452b-921e-f05a8a8dc947 .shogun-icon-wrapper {
  text-align: center;
}


#s-dfd7df78-7575-452b-921e-f05a8a8dc947 .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(146, 206, 190, 1);
}

#s-98aad255-308c-4833-8621-cd6a9427899c .shogun-icon-wrapper {
  text-align: center;
}


#s-98aad255-308c-4833-8621-cd6a9427899c .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(146, 206, 190, 1);
}

#s-458eb688-f21b-44b0-98db-8d5d68f14cb0 .shogun-icon-wrapper {
  text-align: center;
}


#s-458eb688-f21b-44b0-98db-8d5d68f14cb0 .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(146, 206, 190, 1);
}

#s-ed633d2f-3c0d-4903-8123-875886340a5e {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
