.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-d56c5aa2-1691-4713-8741-d2d4bee2432b {
  min-height: 50px;
}
@media (min-width: 1200px){#s-d56c5aa2-1691-4713-8741-d2d4bee2432b {
  margin-left: -10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d56c5aa2-1691-4713-8741-d2d4bee2432b {
  
}
}@media (max-width: 767px){#s-d56c5aa2-1691-4713-8741-d2d4bee2432b {
  
}
}







#s-d56c5aa2-1691-4713-8741-d2d4bee2432b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d56c5aa2-1691-4713-8741-d2d4bee2432b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-95af214e-f8e0-46db-a6cb-4e2358a79129 {
  margin-top: -10px;
padding-top: 0px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
text-align: left;
}

#s-95af214e-f8e0-46db-a6cb-4e2358a79129 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Futura";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  text-align: left;
}



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

#s-c32db8be-9d8b-4345-a5fe-b46ad1ff2288 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
}

.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-5ab2aa55-be18-42ad-bbde-4a1a404ed949 {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-5ab2aa55-be18-42ad-bbde-4a1a404ed949 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 0);
}

#s-5ab2aa55-be18-42ad-bbde-4a1a404ed949 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 0);
  padding: 10px;
}

#s-5ab2aa55-be18-42ad-bbde-4a1a404ed949 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-5ab2aa55-be18-42ad-bbde-4a1a404ed949 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px solid rgba(0, 0, 0, 0);
}

#s-5ab2aa55-be18-42ad-bbde-4a1a404ed949 > .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: Futura;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-5ab2aa55-be18-42ad-bbde-4a1a404ed949 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-2792c00c-f49a-4c7a-a08e-faecdc38760c {
  min-height: 50px;
}








#s-2792c00c-f49a-4c7a-a08e-faecdc38760c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2792c00c-f49a-4c7a-a08e-faecdc38760c.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;
}

@media (min-width: 0px) {
[id="s-1dfea8a9-c5fc-442f-953f-50ff538fa3a9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1dfea8a9-c5fc-442f-953f-50ff538fa3a9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-1dfea8a9-c5fc-442f-953f-50ff538fa3a9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-1dfea8a9-c5fc-442f-953f-50ff538fa3a9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

.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-87da5a56-12ad-46d5-96b8-ff6f75b9b17b {
  margin-left: 10%;
margin-right: 10%;
text-align: center;
}







  #s-87da5a56-12ad-46d5-96b8-ff6f75b9b17b img.shogun-image {
    

    
    
    
  }


#s-87da5a56-12ad-46d5-96b8-ff6f75b9b17b .shogun-image-content {
  
    align-items: center;
  
}

#s-c789d0bd-b8f4-4997-b6f6-60a4643b49c1 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-d2dda2fc-cfdb-4f61-b98a-fafae7a1c12a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d2dda2fc-cfdb-4f61-b98a-fafae7a1c12a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-d2dda2fc-cfdb-4f61-b98a-fafae7a1c12a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-d2dda2fc-cfdb-4f61-b98a-fafae7a1c12a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-f6639407-7158-43d9-a2f5-5660c384557e {
  margin-left: 17%;
margin-right: 17%;
text-align: center;
}







  #s-f6639407-7158-43d9-a2f5-5660c384557e img.shogun-image {
    

    
    
    
  }


#s-f6639407-7158-43d9-a2f5-5660c384557e .shogun-image-content {
  
    align-items: center;
  
}

#s-78a64a3b-b586-462d-bc8d-e0487989b6e0 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-33ea27eb-15e3-4a01-8993-fe65fa72a6be"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-33ea27eb-15e3-4a01-8993-fe65fa72a6be"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-33ea27eb-15e3-4a01-8993-fe65fa72a6be"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-33ea27eb-15e3-4a01-8993-fe65fa72a6be"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-fb44a6e0-5bd0-4356-aabf-27b00bc0ec93 {
  margin-left: 10%;
margin-right: 10%;
text-align: center;
}







  #s-fb44a6e0-5bd0-4356-aabf-27b00bc0ec93 img.shogun-image {
    

    
    
    
  }


#s-fb44a6e0-5bd0-4356-aabf-27b00bc0ec93 .shogun-image-content {
  
    align-items: center;
  
}

#s-85783dd9-d4b2-4559-9265-ccbc8a1dc816 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-9018737a-7d82-4fe1-b304-7f591eec5458"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9018737a-7d82-4fe1-b304-7f591eec5458"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-9018737a-7d82-4fe1-b304-7f591eec5458"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-9018737a-7d82-4fe1-b304-7f591eec5458"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-4aa6482b-dd17-42ed-aaee-63e39cf532c0 {
  margin-left: 17%;
margin-right: 17%;
text-align: center;
}







  #s-4aa6482b-dd17-42ed-aaee-63e39cf532c0 img.shogun-image {
    

    
    
    
  }


#s-4aa6482b-dd17-42ed-aaee-63e39cf532c0 .shogun-image-content {
  
    align-items: center;
  
}

#s-e4598424-41e9-43c9-bb6d-8cd382a6fa82 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-0e7c4410-a118-4679-be83-5f780126b75f {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
}

#s-e3382fe8-8917-4f8a-a8fb-030ecfe27296 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
}

#s-e9e599bc-13be-4885-8e8b-4ac0f5708e21 {
  margin-left: 10px;
}

#s-37c3993f-dbe6-4314-8ada-cee6d06d679f {
  margin-top: 30px;
margin-left: 10%;
margin-bottom: 30px;
margin-right: 10%;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
min-height: 100px;
}








#s-37c3993f-dbe6-4314-8ada-cee6d06d679f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37c3993f-dbe6-4314-8ada-cee6d06d679f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-00141f72-c7fd-4dff-ab49-59ead05425d8 {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-00141f72-c7fd-4dff-ab49-59ead05425d8 {
  padding-top: 30px;
padding-bottom: 0px;
}
}
#s-00141f72-c7fd-4dff-ab49-59ead05425d8 .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  
}



#s-01c8d098-6458-4bf8-9469-3c274b85568d {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 5%;
}

#s-e1e11657-f925-4ee8-a4e6-4a13320d90b4 {
  min-height: 50px;
}








#s-e1e11657-f925-4ee8-a4e6-4a13320d90b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e1e11657-f925-4ee8-a4e6-4a13320d90b4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-08467c1f-4f36-4d73-aa10-54a7563f82ec {
  background-size: cover;
margin-left: 10%;
margin-right: 10%;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-08467c1f-4f36-4d73-aa10-54a7563f82ec {
  display: none;
}
#s-08467c1f-4f36-4d73-aa10-54a7563f82ec, #wrap-s-08467c1f-4f36-4d73-aa10-54a7563f82ec { display:none !important; }}







#s-08467c1f-4f36-4d73-aa10-54a7563f82ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-08467c1f-4f36-4d73-aa10-54a7563f82ec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7c5b24e8-07c7-4a46-809a-be46ff3fb90e {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-7c5b24e8-07c7-4a46-809a-be46ff3fb90e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c5b24e8-07c7-4a46-809a-be46ff3fb90e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-14a7fbea-5d77-4434-b60c-ca953bce9023 {
  min-height: 50px;
}








#s-14a7fbea-5d77-4434-b60c-ca953bce9023 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14a7fbea-5d77-4434-b60c-ca953bce9023.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-19804b82-ac78-4d2a-8b58-df57845a505a {
  padding-top: 60px;
padding-bottom: 30px;
text-align: center;
}
@media (max-width: 767px){#s-19804b82-ac78-4d2a-8b58-df57845a505a {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-19804b82-ac78-4d2a-8b58-df57845a505a .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}



#s-169a6626-9fc3-423c-82e2-2f1f74deefaf {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 60px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-169a6626-9fc3-423c-82e2-2f1f74deefaf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-169a6626-9fc3-423c-82e2-2f1f74deefaf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-169a6626-9fc3-423c-82e2-2f1f74deefaf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-169a6626-9fc3-423c-82e2-2f1f74deefaf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-169a6626-9fc3-423c-82e2-2f1f74deefaf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-169a6626-9fc3-423c-82e2-2f1f74deefaf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-169a6626-9fc3-423c-82e2-2f1f74deefaf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-169a6626-9fc3-423c-82e2-2f1f74deefaf"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-d1879c2c-269f-419c-bbc8-17cc25991517 {
  margin-left: 0%;
margin-right: 15%;
min-height: 50px;
}
@media (max-width: 767px){#s-d1879c2c-269f-419c-bbc8-17cc25991517 {
  margin-top: 20px;
margin-right: 0%;
}
}







#s-d1879c2c-269f-419c-bbc8-17cc25991517 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d1879c2c-269f-419c-bbc8-17cc25991517.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-de6245bb-a281-42bf-a175-2b76a332c865 {
  margin-left: 10%;
margin-right: 10%;
text-align: left;
}
@media (max-width: 767px){#s-de6245bb-a281-42bf-a175-2b76a332c865 {
  margin-top: 30px;
text-align: center;
}
}






  #s-de6245bb-a281-42bf-a175-2b76a332c865 img.shogun-image {
    

    
    
    
  }


#s-de6245bb-a281-42bf-a175-2b76a332c865 .shogun-image-content {
  
    align-items: center;
  
}

#s-816368e0-f218-4742-83dd-e76a5722b2d7 {
  margin-top: 30px;
margin-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-816368e0-f218-4742-83dd-e76a5722b2d7 {
  margin-top: 50px;
}
}
#s-816368e0-f218-4742-83dd-e76a5722b2d7 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-ea17fe8d-2d3b-49ce-b101-e83f940b20e7 {
  margin-left: 0px;
}

@media (min-width: 0px) {
[id="s-4ffa2659-b688-46c2-878c-83425b78fd0a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4ffa2659-b688-46c2-878c-83425b78fd0a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4ffa2659-b688-46c2-878c-83425b78fd0a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4ffa2659-b688-46c2-878c-83425b78fd0a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-aeb04279-992d-44c0-82d5-3704d90c4d5f {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  #s-aeb04279-992d-44c0-82d5-3704d90c4d5f img.shogun-image {
    

    
    
    
  }


#s-aeb04279-992d-44c0-82d5-3704d90c4d5f .shogun-image-content {
  
    align-items: center;
  
}

#s-1a221ef3-3121-44da-a4a6-da2e92329807 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-df350be6-253e-4e2e-b023-5d50f7dd3e0c {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  #s-df350be6-253e-4e2e-b023-5d50f7dd3e0c img.shogun-image {
    

    
    
    
  }


#s-df350be6-253e-4e2e-b023-5d50f7dd3e0c .shogun-image-content {
  
    align-items: center;
  
}

#s-0d4b7a75-1fc9-4939-9709-08f3fa5ba24c {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-c1689038-e8a3-4508-acf4-7904c370b371 {
  margin-left: 25%;
margin-right: 25%;
min-height: 50px;
}








#s-c1689038-e8a3-4508-acf4-7904c370b371 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c1689038-e8a3-4508-acf4-7904c370b371.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dbdf78be-facc-4657-bd63-0f5a9da3ed36 {
  margin-left: 25%;
margin-right: 25%;
text-align: center;
}







  #s-dbdf78be-facc-4657-bd63-0f5a9da3ed36 img.shogun-image {
    

    
    
    
  }


#s-dbdf78be-facc-4657-bd63-0f5a9da3ed36 .shogun-image-content {
  
    align-items: center;
  
}

#s-d6f291f7-c322-4733-81f8-ecd5e1757403 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-0500a0cb-446f-462a-a2f2-d9a3bcbae3c8 {
  margin-top: 60px;
margin-left: 10%;
margin-bottom: 60px;
margin-right: 10%;
min-height: 50px;
}
@media (max-width: 767px){#s-0500a0cb-446f-462a-a2f2-d9a3bcbae3c8 {
  display: none;
}
#s-0500a0cb-446f-462a-a2f2-d9a3bcbae3c8, #wrap-s-0500a0cb-446f-462a-a2f2-d9a3bcbae3c8 { display:none !important; }}







#s-0500a0cb-446f-462a-a2f2-d9a3bcbae3c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.5;
}#s-0500a0cb-446f-462a-a2f2-d9a3bcbae3c8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-5632216f-ed59-453b-b7a1-b03aaa8c71c0 {
  display: none;
}
#s-5632216f-ed59-453b-b7a1-b03aaa8c71c0, #wrap-s-5632216f-ed59-453b-b7a1-b03aaa8c71c0 { display:none !important; }}
@media (min-width: 0px) {
[id="s-5632216f-ed59-453b-b7a1-b03aaa8c71c0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5632216f-ed59-453b-b7a1-b03aaa8c71c0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5632216f-ed59-453b-b7a1-b03aaa8c71c0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5632216f-ed59-453b-b7a1-b03aaa8c71c0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-05342ddc-eae8-4cd9-a931-c9da95da4293 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-05342ddc-eae8-4cd9-a931-c9da95da4293 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-1a022bad-f5f5-445c-8536-5bcc0f4280c1 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-fecbadde-2861-4ed4-93b4-1e55435f6530"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fecbadde-2861-4ed4-93b4-1e55435f6530"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fecbadde-2861-4ed4-93b4-1e55435f6530"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fecbadde-2861-4ed4-93b4-1e55435f6530"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-75020bf8-380a-48c2-b3d3-dd63f7b1e866 {
  min-height: 50px;
}








#s-75020bf8-380a-48c2-b3d3-dd63f7b1e866 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75020bf8-380a-48c2-b3d3-dd63f7b1e866.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6d4b834d-53b8-4301-b210-6498a4614077 {
  margin-left: 30%;
margin-bottom: 20px;
margin-right: 30%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 150px;
text-align: center;
}







  #s-6d4b834d-53b8-4301-b210-6498a4614077 img.shogun-image {
    

    
    
    
  }


#s-6d4b834d-53b8-4301-b210-6498a4614077 .shogun-image-content {
  
    align-items: center;
  
}

#s-a3fa4dff-0633-45b5-b625-99d040ee8265 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a3fa4dff-0633-45b5-b625-99d040ee8265 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-9d491038-9afa-4b66-af1b-7f46f97263a8 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-c2e33fbc-fb20-455e-bc85-b546d09d3579 {
  min-height: 50px;
}








#s-c2e33fbc-fb20-455e-bc85-b546d09d3579 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c2e33fbc-fb20-455e-bc85-b546d09d3579.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1411bdc5-4a57-4076-9c12-d80104c749de {
  margin-left: 30%;
margin-bottom: 20px;
margin-right: 30%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 150px;
text-align: center;
}







  #s-1411bdc5-4a57-4076-9c12-d80104c749de img.shogun-image {
    

    
    
    
  }


#s-1411bdc5-4a57-4076-9c12-d80104c749de .shogun-image-content {
  
    align-items: center;
  
}

#s-212a2500-7407-486b-9f37-8acbe42138a2 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-212a2500-7407-486b-9f37-8acbe42138a2 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-8e3f9c06-4c6a-4cb2-8419-a0b0a91ed18f {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-a0916ede-b414-4358-9e42-5ef641e95202"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a0916ede-b414-4358-9e42-5ef641e95202"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a0916ede-b414-4358-9e42-5ef641e95202"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a0916ede-b414-4358-9e42-5ef641e95202"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1f6d56fe-1bfc-47ba-a8e8-1e3f9352ee56 {
  min-height: 50px;
}








#s-1f6d56fe-1bfc-47ba-a8e8-1e3f9352ee56 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f6d56fe-1bfc-47ba-a8e8-1e3f9352ee56.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2e529d47-bf13-4e8e-9e41-c92657bfa959 {
  margin-left: 30%;
margin-bottom: 20px;
margin-right: 30%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 150px;
text-align: center;
}







  #s-2e529d47-bf13-4e8e-9e41-c92657bfa959 img.shogun-image {
    

    
    
    
  }


#s-2e529d47-bf13-4e8e-9e41-c92657bfa959 .shogun-image-content {
  
    align-items: center;
  
}

#s-65c03586-55d7-4e18-8637-ad3272035e0d {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-65c03586-55d7-4e18-8637-ad3272035e0d .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-8f671177-90c8-4596-b40b-f94bf0b4feb7 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-b1186b3a-4166-4f21-931d-64feb0e0e1f9 {
  min-height: 50px;
}








#s-b1186b3a-4166-4f21-931d-64feb0e0e1f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b1186b3a-4166-4f21-931d-64feb0e0e1f9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-53b03722-6732-4e67-ad46-ba45700562ba {
  margin-left: 30%;
margin-bottom: 20px;
margin-right: 30%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 150px;
text-align: center;
}







  #s-53b03722-6732-4e67-ad46-ba45700562ba img.shogun-image {
    

    
    
    
  }


#s-53b03722-6732-4e67-ad46-ba45700562ba .shogun-image-content {
  
    align-items: center;
  
}

#s-7b88e7ce-b63b-4b32-94bb-18f7c72c9498 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-7b88e7ce-b63b-4b32-94bb-18f7c72c9498 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-6fb710ec-af69-4fe5-85b6-f290876f95ef {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-94c3b7bf-cdc7-4ec9-988f-e4cbbc39b2fb {
  background-size: cover;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 160px;
margin-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
min-height: 400px;
background-attachment: scroll;
background-position: right center;
}
@media (min-width: 1200px){#s-94c3b7bf-cdc7-4ec9-988f-e4cbbc39b2fb {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-94c3b7bf-cdc7-4ec9-988f-e4cbbc39b2fb {
  
}
}@media (max-width: 767px){#s-94c3b7bf-cdc7-4ec9-988f-e4cbbc39b2fb {
  display: none;
}
#s-94c3b7bf-cdc7-4ec9-988f-e4cbbc39b2fb, #wrap-s-94c3b7bf-cdc7-4ec9-988f-e4cbbc39b2fb { display:none !important; }}







#s-94c3b7bf-cdc7-4ec9-988f-e4cbbc39b2fb > .shg-box-overlay {
  background-color: rgba(255, 237, 171, 0.99);
  opacity: 0;
}#s-94c3b7bf-cdc7-4ec9-988f-e4cbbc39b2fb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a4e3ec58-6262-41b7-8992-a886f58dd66a {
  margin-top: 200px;
margin-left: 10%;
margin-bottom: -200px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-a4e3ec58-6262-41b7-8992-a886f58dd66a {
  margin-bottom: -160px;
}
}







#s-a4e3ec58-6262-41b7-8992-a886f58dd66a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a4e3ec58-6262-41b7-8992-a886f58dd66a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-37acbda0-0c5d-4122-ae41-bb40c99d869e {
  padding-top: 60px;
padding-bottom: 30px;
text-align: center;
}
@media (max-width: 767px){#s-37acbda0-0c5d-4122-ae41-bb40c99d869e {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-37acbda0-0c5d-4122-ae41-bb40c99d869e .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}



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

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

#s-594664b0-b81a-46f5-8292-bbeaf54039e5 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}
@media (min-width: 1200px){#s-594664b0-b81a-46f5-8292-bbeaf54039e5 {
  display: none;
}
#s-594664b0-b81a-46f5-8292-bbeaf54039e5, #wrap-s-594664b0-b81a-46f5-8292-bbeaf54039e5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-594664b0-b81a-46f5-8292-bbeaf54039e5 {
  display: none;
}
#s-594664b0-b81a-46f5-8292-bbeaf54039e5, #wrap-s-594664b0-b81a-46f5-8292-bbeaf54039e5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-594664b0-b81a-46f5-8292-bbeaf54039e5 {
  display: none;
}
#s-594664b0-b81a-46f5-8292-bbeaf54039e5, #wrap-s-594664b0-b81a-46f5-8292-bbeaf54039e5 { display:none !important; }}
#s-594664b0-b81a-46f5-8292-bbeaf54039e5 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-b0486f5e-cdb5-43c1-93b9-b37dd200c443 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 60px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-b0486f5e-cdb5-43c1-93b9-b37dd200c443"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b0486f5e-cdb5-43c1-93b9-b37dd200c443"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-b0486f5e-cdb5-43c1-93b9-b37dd200c443"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-b0486f5e-cdb5-43c1-93b9-b37dd200c443"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-f3abd282-a7f9-495f-9e68-2d3af23324db {
  min-height: 50px;
}








#s-f3abd282-a7f9-495f-9e68-2d3af23324db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3abd282-a7f9-495f-9e68-2d3af23324db.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b1738af2-8ca9-4b10-84db-6bbec29b3ecc {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-b1738af2-8ca9-4b10-84db-6bbec29b3ecc .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-800a4031-ecca-418b-9f96-345be181b994 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 20px;
}

#s-6e72f778-ef8e-4dd1-a291-c024e5a7ba86 {
  min-height: 50px;
}
@media (max-width: 767px){#s-6e72f778-ef8e-4dd1-a291-c024e5a7ba86 {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-6e72f778-ef8e-4dd1-a291-c024e5a7ba86 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e72f778-ef8e-4dd1-a291-c024e5a7ba86.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-07fe0c5b-3101-45f3-bdd2-bc36b0d1e143 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}
@media (min-width: 1200px){#s-07fe0c5b-3101-45f3-bdd2-bc36b0d1e143 {
  display: none;
}
#s-07fe0c5b-3101-45f3-bdd2-bc36b0d1e143, #wrap-s-07fe0c5b-3101-45f3-bdd2-bc36b0d1e143 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-07fe0c5b-3101-45f3-bdd2-bc36b0d1e143 {
  display: none;
}
#s-07fe0c5b-3101-45f3-bdd2-bc36b0d1e143, #wrap-s-07fe0c5b-3101-45f3-bdd2-bc36b0d1e143 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-07fe0c5b-3101-45f3-bdd2-bc36b0d1e143 {
  display: none;
}
#s-07fe0c5b-3101-45f3-bdd2-bc36b0d1e143, #wrap-s-07fe0c5b-3101-45f3-bdd2-bc36b0d1e143 { display:none !important; }}
#s-07fe0c5b-3101-45f3-bdd2-bc36b0d1e143 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-64b74007-d2b1-4a6b-94cc-56d587b06c20 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-64b74007-d2b1-4a6b-94cc-56d587b06c20 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-bc5131c4-ef83-490e-b178-2955813fb946 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 20px;
}

#s-6011a574-3afc-4db1-877d-001311d69cce {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}
@media (min-width: 1200px){#s-6011a574-3afc-4db1-877d-001311d69cce {
  display: none;
}
#s-6011a574-3afc-4db1-877d-001311d69cce, #wrap-s-6011a574-3afc-4db1-877d-001311d69cce { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6011a574-3afc-4db1-877d-001311d69cce {
  display: none;
}
#s-6011a574-3afc-4db1-877d-001311d69cce, #wrap-s-6011a574-3afc-4db1-877d-001311d69cce { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6011a574-3afc-4db1-877d-001311d69cce {
  display: none;
}
#s-6011a574-3afc-4db1-877d-001311d69cce, #wrap-s-6011a574-3afc-4db1-877d-001311d69cce { display:none !important; }}
#s-6011a574-3afc-4db1-877d-001311d69cce hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-d2719772-0df3-403a-845b-5c8245b27f74 {
  min-height: 50px;
}








#s-d2719772-0df3-403a-845b-5c8245b27f74 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2719772-0df3-403a-845b-5c8245b27f74.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-61832f73-dd02-4cab-8861-2d47d3206cf7 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-61832f73-dd02-4cab-8861-2d47d3206cf7 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-10b1e9bf-cb76-4fa2-8372-3fb2048e149b {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 0px;
}

#s-c5cb2008-e0e1-4243-8ded-1919f7025f64 {
  margin-bottom: 60px;
padding-left: 10%;
padding-right: 10%;
}

#s-c5cb2008-e0e1-4243-8ded-1919f7025f64 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-c5cb2008-e0e1-4243-8ded-1919f7025f64 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-c5cb2008-e0e1-4243-8ded-1919f7025f64 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-c5cb2008-e0e1-4243-8ded-1919f7025f64 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-c5cb2008-e0e1-4243-8ded-1919f7025f64 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-c5cb2008-e0e1-4243-8ded-1919f7025f64 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-120d7b10-c5c3-4efc-950e-5493e473adb7 {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px){#s-120d7b10-c5c3-4efc-950e-5493e473adb7 {
  margin-top: 30px;
margin-bottom: 0px;
}
}







#s-120d7b10-c5c3-4efc-950e-5493e473adb7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-120d7b10-c5c3-4efc-950e-5493e473adb7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bafc9d0f-dd4e-4572-8492-6377f41d2c04 {
  margin-top: 10px;
margin-left: 5%;
margin-right: 5%;
}
@media (max-width: 767px){#s-bafc9d0f-dd4e-4572-8492-6377f41d2c04 {
  margin-top: 0px;
}
}
@media (min-width: 0px) {
[id="s-bafc9d0f-dd4e-4572-8492-6377f41d2c04"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bafc9d0f-dd4e-4572-8492-6377f41d2c04"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-bafc9d0f-dd4e-4572-8492-6377f41d2c04"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-bafc9d0f-dd4e-4572-8492-6377f41d2c04"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-493141f7-40bb-404d-a6b5-257c90bd3a27 {
  min-height: 50px;
}








#s-493141f7-40bb-404d-a6b5-257c90bd3a27 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-493141f7-40bb-404d-a6b5-257c90bd3a27.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0d1f425d-6332-488c-bd66-4f9ae079abe7 {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}







  #s-0d1f425d-6332-488c-bd66-4f9ae079abe7 img.shogun-image {
    

    
    
    
  }


#s-0d1f425d-6332-488c-bd66-4f9ae079abe7 .shogun-image-content {
  
    align-items: center;
  
}

#s-cf3f6c7c-aba4-4921-a6fd-d4a9097b8886 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-f2897305-2666-4f91-8536-e33e6f3ae81f {
  min-height: 50px;
}








#s-f2897305-2666-4f91-8536-e33e6f3ae81f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f2897305-2666-4f91-8536-e33e6f3ae81f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a1585aef-9680-465d-9577-6baa4748ab05 {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}







  #s-a1585aef-9680-465d-9577-6baa4748ab05 img.shogun-image {
    

    
    
    
  }


#s-a1585aef-9680-465d-9577-6baa4748ab05 .shogun-image-content {
  
    align-items: center;
  
}

#s-098a130e-00b4-474b-8e2b-789980b9d3bd {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-725b3369-b1d3-4bad-8a29-d1c39e7f60ff {
  min-height: 50px;
}








#s-725b3369-b1d3-4bad-8a29-d1c39e7f60ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-725b3369-b1d3-4bad-8a29-d1c39e7f60ff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0e1b6531-a84e-456a-b787-a1fb18753dd2 {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}







  #s-0e1b6531-a84e-456a-b787-a1fb18753dd2 img.shogun-image {
    

    
    
    
  }


#s-0e1b6531-a84e-456a-b787-a1fb18753dd2 .shogun-image-content {
  
    align-items: center;
  
}

#s-33247fba-d262-4174-a74e-b2fac005e6e7 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-8e7f6e06-cb5f-4c9b-b1bc-c0f9a4b52389 {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 20px;
}
@media (min-width: 1200px){#s-8e7f6e06-cb5f-4c9b-b1bc-c0f9a4b52389 {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8e7f6e06-cb5f-4c9b-b1bc-c0f9a4b52389 {
  
}
}@media (max-width: 767px){#s-8e7f6e06-cb5f-4c9b-b1bc-c0f9a4b52389 {
  display: none;
}
#s-8e7f6e06-cb5f-4c9b-b1bc-c0f9a4b52389, #wrap-s-8e7f6e06-cb5f-4c9b-b1bc-c0f9a4b52389 { display:none !important; }}







#s-8e7f6e06-cb5f-4c9b-b1bc-c0f9a4b52389 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e7f6e06-cb5f-4c9b-b1bc-c0f9a4b52389.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-07f2feff-6cfa-46a9-81ba-13d347978125 {
  margin-top: 60px;
}

@media (min-width: 0px) {
[id="s-07f2feff-6cfa-46a9-81ba-13d347978125"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

}

@media (min-width: 768px) {
[id="s-07f2feff-6cfa-46a9-81ba-13d347978125"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

}

@media (min-width: 992px) {
[id="s-07f2feff-6cfa-46a9-81ba-13d347978125"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

}

@media (min-width: 1200px) {
[id="s-07f2feff-6cfa-46a9-81ba-13d347978125"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

}

#s-4236a2c7-3911-42ba-bad9-bb11cda94a7c {
  margin-right: 10%;
}

#s-4236a2c7-3911-42ba-bad9-bb11cda94a7c hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-2ecb16d0-7f3c-47df-8c73-3a576b2a4b87 {
  margin-top: -5px;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-2ecb16d0-7f3c-47df-8c73-3a576b2a4b87 {
  padding-bottom: 0px;
}
}
#s-2ecb16d0-7f3c-47df-8c73-3a576b2a4b87 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 1px;
  
}


@media (max-width: 767px){#s-2ecb16d0-7f3c-47df-8c73-3a576b2a4b87 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 1px;
  
}


}
#s-2e571fbd-1953-48f3-a2b3-9fd7cd6bb57e {
  margin-left: 10%;
}

#s-2e571fbd-1953-48f3-a2b3-9fd7cd6bb57e hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-f52d9d8f-8d85-4e66-8131-c53553feb459 {
  margin-top: 40px;
margin-left: 10%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-f52d9d8f-8d85-4e66-8131-c53553feb459"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f52d9d8f-8d85-4e66-8131-c53553feb459"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f52d9d8f-8d85-4e66-8131-c53553feb459"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f52d9d8f-8d85-4e66-8131-c53553feb459"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-08810faa-3997-4ff5-9f74-6b53be9c9a58 {
  min-height: 20px;
background-color: rgba(250, 250, 250, 1);
}








#s-08810faa-3997-4ff5-9f74-6b53be9c9a58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-08810faa-3997-4ff5-9f74-6b53be9c9a58.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-130ca3e9-d50f-423c-9308-0211f5befa17 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}
@media (max-width: 767px){#s-130ca3e9-d50f-423c-9308-0211f5befa17 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-197323d8-734d-40d5-9bbe-299cb99b9f48 {
  display: none;
}
#s-ef49cfb2-ceec-4135-ba86-9e933119db64 {
  text-align: center;
}







  #s-ef49cfb2-ceec-4135-ba86-9e933119db64 img.shogun-image {
    

    
    
    
  }


#s-ef49cfb2-ceec-4135-ba86-9e933119db64 .shogun-image-content {
  
    align-items: center;
  
}

#s-591b14de-79c3-4209-a549-a4483926154d {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-591b14de-79c3-4209-a549-a4483926154d {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-055c75be-67ea-4491-9f83-924e92a06ae9 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
min-height: 130px;
}

#s-ab049ff4-8938-46ff-9640-73135b8f8bc0 {
  margin-top: -10px;
margin-bottom: -10px;
}

#s-ab049ff4-8938-46ff-9640-73135b8f8bc0 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-2b7923f8-c51c-4d93-af34-290c21f0d200 {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-2b7923f8-c51c-4d93-af34-290c21f0d200"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-2b7923f8-c51c-4d93-af34-290c21f0d200"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2b7923f8-c51c-4d93-af34-290c21f0d200"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2b7923f8-c51c-4d93-af34-290c21f0d200"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2b7923f8-c51c-4d93-af34-290c21f0d200"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2b7923f8-c51c-4d93-af34-290c21f0d200"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2b7923f8-c51c-4d93-af34-290c21f0d200"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-7bac1db2-efb9-4977-8560-fd49644b8ee5 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: -10px;
}

#s-64ec86f8-7626-4d33-86a4-059a9bdcbfee {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-22c918d8-ae6b-46aa-ac0f-c9f231262123 {
  margin-top: 12px;
margin-left: -10px;
margin-bottom: 10px;
text-align: left;
}

#s-22c918d8-ae6b-46aa-ac0f-c9f231262123 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-22c918d8-ae6b-46aa-ac0f-c9f231262123 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-22c918d8-ae6b-46aa-ac0f-c9f231262123 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1f467aa7-5959-4e5c-9a2c-5169f0aeccf7 {
  min-height: 20px;
background-color: rgba(0, 0, 0, 1);
}








#s-1f467aa7-5959-4e5c-9a2c-5169f0aeccf7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f467aa7-5959-4e5c-9a2c-5169f0aeccf7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

#s-3758d4b6-cfe9-42b1-bbb8-fef1dfeb4735 {
  padding-top: 10px;
padding-left: 30%;
padding-bottom: 10px;
padding-right: 30%;
border-radius: 2px;
max-width: 600px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
}
#s-3758d4b6-cfe9-42b1-bbb8-fef1dfeb4735:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3758d4b6-cfe9-42b1-bbb8-fef1dfeb4735:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-3758d4b6-cfe9-42b1-bbb8-fef1dfeb4735 {
  padding-left: 10%;
padding-right: 10%;
}
}


#s-3758d4b6-cfe9-42b1-bbb8-fef1dfeb4735 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3758d4b6-cfe9-42b1-bbb8-fef1dfeb4735.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3758d4b6-cfe9-42b1-bbb8-fef1dfeb4735.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Futura;
  display:  inline-block ;
}

#s-3758d4b6-cfe9-42b1-bbb8-fef1dfeb4735.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-efe5d115-1aab-4e4b-ad3a-a88bdbac14e7 {
  min-height: 20px;
background-color: rgba(250, 250, 250, 1);
}
@media (max-width: 767px){#s-efe5d115-1aab-4e4b-ad3a-a88bdbac14e7 {
  margin-top: 50px;
}
}







#s-efe5d115-1aab-4e4b-ad3a-a88bdbac14e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-efe5d115-1aab-4e4b-ad3a-a88bdbac14e7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6f555b43-5fd7-4b44-846b-6247633022d5 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}
@media (max-width: 767px){#s-6f555b43-5fd7-4b44-846b-6247633022d5 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-22f7c14f-13c0-4eb2-bef8-6f7e88cb0b25 {
  display: none;
}
#s-ba62adcf-4728-4fec-b429-d072e2a32468 {
  text-align: center;
}







  #s-ba62adcf-4728-4fec-b429-d072e2a32468 img.shogun-image {
    

    
    
    
  }


#s-ba62adcf-4728-4fec-b429-d072e2a32468 .shogun-image-content {
  
    align-items: center;
  
}

#s-27897c04-2e1b-4990-8fa8-398a4a471fe3 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-27897c04-2e1b-4990-8fa8-398a4a471fe3 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-5d574755-f6ec-4874-8f28-c5d8c02fa153 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
min-height: 130px;
}

#s-63800682-dc73-45a5-aee3-efac1b17195c {
  margin-top: -10px;
margin-bottom: -10px;
}

#s-63800682-dc73-45a5-aee3-efac1b17195c hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-1ddb8de4-63a6-4818-bc51-4172a20f2aed {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-1ddb8de4-63a6-4818-bc51-4172a20f2aed"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-1ddb8de4-63a6-4818-bc51-4172a20f2aed"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1ddb8de4-63a6-4818-bc51-4172a20f2aed"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1ddb8de4-63a6-4818-bc51-4172a20f2aed"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1ddb8de4-63a6-4818-bc51-4172a20f2aed"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1ddb8de4-63a6-4818-bc51-4172a20f2aed"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1ddb8de4-63a6-4818-bc51-4172a20f2aed"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-47490825-28c9-4f90-a336-6d9e626ff57f {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: -10px;
}

#s-36c80a0f-c7e9-4681-b42c-a4bbd72e3bfa {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-6a8a6bd7-9283-462c-820b-099b11a333b3 {
  margin-top: 12px;
margin-left: -10px;
margin-bottom: 10px;
text-align: left;
}

#s-6a8a6bd7-9283-462c-820b-099b11a333b3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6a8a6bd7-9283-462c-820b-099b11a333b3 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-6a8a6bd7-9283-462c-820b-099b11a333b3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-adad3986-7c5c-46a8-8371-d2f4699c9e76 {
  min-height: 20px;
background-color: rgba(0, 0, 0, 1);
}








#s-adad3986-7c5c-46a8-8371-d2f4699c9e76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-adad3986-7c5c-46a8-8371-d2f4699c9e76.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-41dca1d8-dbdd-4a13-a5c6-9efc1055e412 {
  padding-top: 10px;
padding-left: 30%;
padding-bottom: 10px;
padding-right: 30%;
border-radius: 2px;
max-width: 600px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
}
#s-41dca1d8-dbdd-4a13-a5c6-9efc1055e412:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-41dca1d8-dbdd-4a13-a5c6-9efc1055e412:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-41dca1d8-dbdd-4a13-a5c6-9efc1055e412 {
  padding-left: 10%;
padding-right: 10%;
}
}


#s-41dca1d8-dbdd-4a13-a5c6-9efc1055e412 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-41dca1d8-dbdd-4a13-a5c6-9efc1055e412.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-41dca1d8-dbdd-4a13-a5c6-9efc1055e412.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Futura;
  display:  inline-block ;
}

#s-41dca1d8-dbdd-4a13-a5c6-9efc1055e412.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-58f60d6c-dc0d-4f0e-af1a-6f5d2001ff00 {
  min-height: 20px;
background-color: rgba(250, 250, 250, 1);
}
@media (max-width: 767px){#s-58f60d6c-dc0d-4f0e-af1a-6f5d2001ff00 {
  margin-top: 50px;
margin-bottom: 50px;
}
}







#s-58f60d6c-dc0d-4f0e-af1a-6f5d2001ff00 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58f60d6c-dc0d-4f0e-af1a-6f5d2001ff00.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b1ef6de4-ca49-4fdd-9582-82161d35a636 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}
@media (max-width: 767px){#s-b1ef6de4-ca49-4fdd-9582-82161d35a636 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-b4b7eb85-95db-4eac-9731-d1f1a16bc37b {
  display: none;
}
#s-dd42eb2c-d1e4-4161-8334-74b7ca25b88f {
  text-align: center;
}







  #s-dd42eb2c-d1e4-4161-8334-74b7ca25b88f img.shogun-image {
    

    
    
    
  }


#s-dd42eb2c-d1e4-4161-8334-74b7ca25b88f .shogun-image-content {
  
    align-items: center;
  
}

#s-ffd3bb98-02e8-449f-81bb-9ae9e6b936c9 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-ffd3bb98-02e8-449f-81bb-9ae9e6b936c9 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-08892fc4-f953-47b4-a2c8-0c3f31ef77b6 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
min-height: 130px;
}

#s-8c999908-0155-465c-9ca9-1aa3a5b2cfb0 {
  margin-top: -10px;
margin-bottom: -10px;
}

#s-8c999908-0155-465c-9ca9-1aa3a5b2cfb0 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-d5f4f38c-9ef6-4aaa-b092-c525c612e618 {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-d5f4f38c-9ef6-4aaa-b092-c525c612e618"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-d5f4f38c-9ef6-4aaa-b092-c525c612e618"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d5f4f38c-9ef6-4aaa-b092-c525c612e618"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d5f4f38c-9ef6-4aaa-b092-c525c612e618"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d5f4f38c-9ef6-4aaa-b092-c525c612e618"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d5f4f38c-9ef6-4aaa-b092-c525c612e618"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d5f4f38c-9ef6-4aaa-b092-c525c612e618"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-d8b0f44a-3bd1-41b0-968a-6064c53377a6 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: -10px;
}

#s-067270d7-a6fa-44af-8733-1f7652992b26 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-48773019-9d9b-45bb-87c5-fb0de3523326 {
  margin-top: 12px;
margin-left: -10px;
margin-bottom: 10px;
text-align: left;
}

#s-48773019-9d9b-45bb-87c5-fb0de3523326 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-48773019-9d9b-45bb-87c5-fb0de3523326 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-48773019-9d9b-45bb-87c5-fb0de3523326 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ed67e7e8-ef65-4d10-873f-e5d24512de9c {
  min-height: 20px;
background-color: rgba(0, 0, 0, 1);
}








#s-ed67e7e8-ef65-4d10-873f-e5d24512de9c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed67e7e8-ef65-4d10-873f-e5d24512de9c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-29cc4388-6af4-4e22-96fe-7e71eec001de {
  padding-top: 10px;
padding-left: 30%;
padding-bottom: 10px;
padding-right: 30%;
border-radius: 2px;
max-width: 600px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
}
#s-29cc4388-6af4-4e22-96fe-7e71eec001de:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-29cc4388-6af4-4e22-96fe-7e71eec001de:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-29cc4388-6af4-4e22-96fe-7e71eec001de {
  padding-left: 10%;
padding-right: 10%;
}
}


#s-29cc4388-6af4-4e22-96fe-7e71eec001de {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-29cc4388-6af4-4e22-96fe-7e71eec001de.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-29cc4388-6af4-4e22-96fe-7e71eec001de.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Futura;
  display:  inline-block ;
}

#s-29cc4388-6af4-4e22-96fe-7e71eec001de.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-193d4867-c14a-410f-a98a-8c633ba39a5a {
  min-height: 50px;
}
@media (min-width: 1200px){#s-193d4867-c14a-410f-a98a-8c633ba39a5a {
  display: none;
}
#s-193d4867-c14a-410f-a98a-8c633ba39a5a, #wrap-s-193d4867-c14a-410f-a98a-8c633ba39a5a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-193d4867-c14a-410f-a98a-8c633ba39a5a {
  display: none;
}
#s-193d4867-c14a-410f-a98a-8c633ba39a5a, #wrap-s-193d4867-c14a-410f-a98a-8c633ba39a5a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-193d4867-c14a-410f-a98a-8c633ba39a5a {
  display: none;
}
#s-193d4867-c14a-410f-a98a-8c633ba39a5a, #wrap-s-193d4867-c14a-410f-a98a-8c633ba39a5a { display:none !important; }}







#s-193d4867-c14a-410f-a98a-8c633ba39a5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-193d4867-c14a-410f-a98a-8c633ba39a5a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-38454d0a-c9c4-4464-82ca-1f97344e202c {
  background-size: cover;
background-attachment: fixed;
margin-left: 10%;
margin-right: 10%;
min-height: 800px;
background-position: center center;
}
@media (min-width: 1200px){#s-38454d0a-c9c4-4464-82ca-1f97344e202c {
  display: none;
}
#s-38454d0a-c9c4-4464-82ca-1f97344e202c, #wrap-s-38454d0a-c9c4-4464-82ca-1f97344e202c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-38454d0a-c9c4-4464-82ca-1f97344e202c {
  display: none;
}
#s-38454d0a-c9c4-4464-82ca-1f97344e202c, #wrap-s-38454d0a-c9c4-4464-82ca-1f97344e202c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-38454d0a-c9c4-4464-82ca-1f97344e202c {
  display: none;
}
#s-38454d0a-c9c4-4464-82ca-1f97344e202c, #wrap-s-38454d0a-c9c4-4464-82ca-1f97344e202c { display:none !important; }}@media (max-width: 767px){#s-38454d0a-c9c4-4464-82ca-1f97344e202c {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-38454d0a-c9c4-4464-82ca-1f97344e202c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.4;
}#s-38454d0a-c9c4-4464-82ca-1f97344e202c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7d456de1-adbc-4ac2-a854-aa70fb766bc4 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 850px;
background-position: center center;
}
@media (min-width: 1200px){#s-7d456de1-adbc-4ac2-a854-aa70fb766bc4 {
  padding-left: 10%;
padding-right: 10%;
}
}







#s-7d456de1-adbc-4ac2-a854-aa70fb766bc4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d456de1-adbc-4ac2-a854-aa70fb766bc4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-288f8d2a-20e6-4648-87c0-2125a65f0da4 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-288f8d2a-20e6-4648-87c0-2125a65f0da4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-288f8d2a-20e6-4648-87c0-2125a65f0da4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7e65fb67-a163-46d0-b080-3bdc494960fd {
  padding-top: 60px;
padding-bottom: 30px;
text-align: center;
}
@media (max-width: 767px){#s-7e65fb67-a163-46d0-b080-3bdc494960fd {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-7e65fb67-a163-46d0-b080-3bdc494960fd .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}


@media (max-width: 767px){#s-7e65fb67-a163-46d0-b080-3bdc494960fd .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  
}


}
#s-c3c41bfa-9d9c-49ae-95d8-1a29dafea514 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 60px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-c3c41bfa-9d9c-49ae-95d8-1a29dafea514"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c3c41bfa-9d9c-49ae-95d8-1a29dafea514"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c3c41bfa-9d9c-49ae-95d8-1a29dafea514"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c3c41bfa-9d9c-49ae-95d8-1a29dafea514"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c3c41bfa-9d9c-49ae-95d8-1a29dafea514"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c3c41bfa-9d9c-49ae-95d8-1a29dafea514"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c3c41bfa-9d9c-49ae-95d8-1a29dafea514"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-c3c41bfa-9d9c-49ae-95d8-1a29dafea514"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-f41040c9-c16e-47d9-8766-eec9c7513c65 {
  margin-top: 30px;
margin-left: 0%;
min-height: 50px;
background-attachment: scroll;
}








#s-f41040c9-c16e-47d9-8766-eec9c7513c65 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f41040c9-c16e-47d9-8766-eec9c7513c65.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a9d3611c-c2fc-46ba-bc9a-9a0fe4577b92 {
  margin-left: 10%;
margin-right: 10%;
text-align: center;
}







  #s-a9d3611c-c2fc-46ba-bc9a-9a0fe4577b92 img.shogun-image {
    

    
    
    
  }


#s-a9d3611c-c2fc-46ba-bc9a-9a0fe4577b92 .shogun-image-content {
  
    align-items: center;
  
}

#s-02b4d68f-e368-4545-b54e-c120ce689730 {
  margin-top: 30px;
margin-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-02b4d68f-e368-4545-b54e-c120ce689730 {
  margin-top: 60px;
}
}
#s-02b4d68f-e368-4545-b54e-c120ce689730 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  text-align: left;
}


@media (max-width: 767px){#s-02b4d68f-e368-4545-b54e-c120ce689730 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  text-align: left;
}


}
#s-361c8b09-b1b4-49e9-8d40-899baef07a7a {
  margin-left: 0px;
}

@media (min-width: 0px) {
[id="s-e4a0d858-3fe3-482f-8258-e6e6d4309d0c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e4a0d858-3fe3-482f-8258-e6e6d4309d0c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e4a0d858-3fe3-482f-8258-e6e6d4309d0c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e4a0d858-3fe3-482f-8258-e6e6d4309d0c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-712af423-5ef8-462c-9af1-2b3b89cef6c3 {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  #s-712af423-5ef8-462c-9af1-2b3b89cef6c3 img.shogun-image {
    

    
    
    
  }


#s-712af423-5ef8-462c-9af1-2b3b89cef6c3 .shogun-image-content {
  
    align-items: center;
  
}

#s-c0360459-c3e5-4ae4-aad3-7c12c6921667 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-e9dc9902-4dea-4f84-a98a-6ddb5b7a4799 {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  #s-e9dc9902-4dea-4f84-a98a-6ddb5b7a4799 img.shogun-image {
    

    
    
    
  }


#s-e9dc9902-4dea-4f84-a98a-6ddb5b7a4799 .shogun-image-content {
  
    align-items: center;
  
}

#s-bf3839d4-4bda-41b8-9ba5-fc4d99c403e4 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-04e262ca-7ffe-4d42-9a78-00e64be1800a {
  margin-left: 27%;
margin-right: 27%;
min-height: 50px;
}








#s-04e262ca-7ffe-4d42-9a78-00e64be1800a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-04e262ca-7ffe-4d42-9a78-00e64be1800a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3be7147c-be25-4166-84f3-440f1becfd24 {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  #s-3be7147c-be25-4166-84f3-440f1becfd24 img.shogun-image {
    

    
    
    
  }


#s-3be7147c-be25-4166-84f3-440f1becfd24 .shogun-image-content {
  
    align-items: center;
  
}

#s-b3eeadfe-c500-48f8-9a84-8aba21f88c91 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-c54d4dc1-e0db-4cda-9172-f23dc168bb9e {
  min-height: 50px;
}








#s-c54d4dc1-e0db-4cda-9172-f23dc168bb9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c54d4dc1-e0db-4cda-9172-f23dc168bb9e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-77aabe72-a1db-4132-a46e-33c03f4126cf {
  margin-top: 60px;
margin-left: 10%;
margin-bottom: 40px;
margin-right: 10%;
min-height: 50px;
}
@media (min-width: 1200px){#s-77aabe72-a1db-4132-a46e-33c03f4126cf {
  display: none;
}
#s-77aabe72-a1db-4132-a46e-33c03f4126cf, #wrap-s-77aabe72-a1db-4132-a46e-33c03f4126cf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-77aabe72-a1db-4132-a46e-33c03f4126cf {
  display: none;
}
#s-77aabe72-a1db-4132-a46e-33c03f4126cf, #wrap-s-77aabe72-a1db-4132-a46e-33c03f4126cf { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-77aabe72-a1db-4132-a46e-33c03f4126cf {
  display: none;
}
#s-77aabe72-a1db-4132-a46e-33c03f4126cf, #wrap-s-77aabe72-a1db-4132-a46e-33c03f4126cf { display:none !important; }}







#s-77aabe72-a1db-4132-a46e-33c03f4126cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77aabe72-a1db-4132-a46e-33c03f4126cf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-01a17c48-364f-4d0e-bba1-74c1189da2ff {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-01a17c48-364f-4d0e-bba1-74c1189da2ff {
  display: none;
}
#s-01a17c48-364f-4d0e-bba1-74c1189da2ff, #wrap-s-01a17c48-364f-4d0e-bba1-74c1189da2ff { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-01a17c48-364f-4d0e-bba1-74c1189da2ff {
  display: none;
}
#s-01a17c48-364f-4d0e-bba1-74c1189da2ff, #wrap-s-01a17c48-364f-4d0e-bba1-74c1189da2ff { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-01a17c48-364f-4d0e-bba1-74c1189da2ff {
  display: none;
}
#s-01a17c48-364f-4d0e-bba1-74c1189da2ff, #wrap-s-01a17c48-364f-4d0e-bba1-74c1189da2ff { display:none !important; }}
#s-01a17c48-364f-4d0e-bba1-74c1189da2ff .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  text-align: left;
}


@media (max-width: 767px){#s-01a17c48-364f-4d0e-bba1-74c1189da2ff .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  text-align: left;
}


}
@media (min-width: 1200px){#s-5b03f41f-ff7e-4f98-a0e9-745e98d69ce8 {
  display: none;
}
#s-5b03f41f-ff7e-4f98-a0e9-745e98d69ce8, #wrap-s-5b03f41f-ff7e-4f98-a0e9-745e98d69ce8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5b03f41f-ff7e-4f98-a0e9-745e98d69ce8 {
  display: none;
}
#s-5b03f41f-ff7e-4f98-a0e9-745e98d69ce8, #wrap-s-5b03f41f-ff7e-4f98-a0e9-745e98d69ce8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5b03f41f-ff7e-4f98-a0e9-745e98d69ce8 {
  display: none;
}
#s-5b03f41f-ff7e-4f98-a0e9-745e98d69ce8, #wrap-s-5b03f41f-ff7e-4f98-a0e9-745e98d69ce8 { display:none !important; }}
@media (min-width: 0px) {
[id="s-5b03f41f-ff7e-4f98-a0e9-745e98d69ce8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5b03f41f-ff7e-4f98-a0e9-745e98d69ce8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-5b03f41f-ff7e-4f98-a0e9-745e98d69ce8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-5b03f41f-ff7e-4f98-a0e9-745e98d69ce8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-5b03f41f-ff7e-4f98-a0e9-745e98d69ce8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-5b03f41f-ff7e-4f98-a0e9-745e98d69ce8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-5b03f41f-ff7e-4f98-a0e9-745e98d69ce8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 24.0px);
}

}

#s-750250f1-a889-4cb3-83e1-e2cbbf9b31b5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-750250f1-a889-4cb3-83e1-e2cbbf9b31b5 {
  display: none;
}
#s-750250f1-a889-4cb3-83e1-e2cbbf9b31b5, #wrap-s-750250f1-a889-4cb3-83e1-e2cbbf9b31b5 { display:none !important; }}
#s-750250f1-a889-4cb3-83e1-e2cbbf9b31b5 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-f02179eb-a9a4-4939-8e57-19061db97728 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0%;
}

#s-09402201-0b04-408f-af69-e3801b583702 {
  margin-top: 20px;
min-height: 50px;
}








#s-09402201-0b04-408f-af69-e3801b583702 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09402201-0b04-408f-af69-e3801b583702.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-45126bbc-684e-44af-aa02-6d581a19328a {
  margin-left: 20%;
margin-bottom: 20px;
margin-right: 20%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 150px;
text-align: center;
}







  #s-45126bbc-684e-44af-aa02-6d581a19328a img.shogun-image {
    

    
    
    
  }


#s-45126bbc-684e-44af-aa02-6d581a19328a .shogun-image-content {
  
    align-items: center;
  
}

#s-fbfa991d-34c8-4699-b2ac-1a1c3e4c4f19 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-fbfa991d-34c8-4699-b2ac-1a1c3e4c4f19 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-3bdde340-f3d2-484d-be2d-50322a63292d {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-bb8823a8-6fd0-4478-bc3c-398ad949e5dc {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-bb8823a8-6fd0-4478-bc3c-398ad949e5dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb8823a8-6fd0-4478-bc3c-398ad949e5dc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4cdbfe68-89a6-4d11-8efc-83007edc7061 {
  margin-left: 20%;
margin-bottom: 20px;
margin-right: 20%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 150px;
text-align: center;
}







  #s-4cdbfe68-89a6-4d11-8efc-83007edc7061 img.shogun-image {
    

    
    
    
  }


#s-4cdbfe68-89a6-4d11-8efc-83007edc7061 .shogun-image-content {
  
    align-items: center;
  
}

#s-9e4b6618-af80-40d2-871d-a4b7b3880d6f {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-9e4b6618-af80-40d2-871d-a4b7b3880d6f .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-aa863441-d096-4fe4-bd62-9ace799603e1 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-5a0ac564-ee1c-4d4b-ab08-79dbb6dfcafc {
  min-height: 50px;
}








#s-5a0ac564-ee1c-4d4b-ab08-79dbb6dfcafc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a0ac564-ee1c-4d4b-ab08-79dbb6dfcafc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c597d92e-deb1-46f9-9234-ed5be1b5d5fa {
  margin-left: 20%;
margin-bottom: 20px;
margin-right: 20%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 150px;
text-align: center;
}







  #s-c597d92e-deb1-46f9-9234-ed5be1b5d5fa img.shogun-image {
    

    
    
    
  }


#s-c597d92e-deb1-46f9-9234-ed5be1b5d5fa .shogun-image-content {
  
    align-items: center;
  
}

#s-a28819a2-37b6-4468-bb16-0812c91c526f {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a28819a2-37b6-4468-bb16-0812c91c526f .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-c1961804-14e1-4472-9ebd-8b440bbad9c0 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-0982a27e-099c-4da2-9628-8aa902cb67a0 {
  min-height: 50px;
}








#s-0982a27e-099c-4da2-9628-8aa902cb67a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0982a27e-099c-4da2-9628-8aa902cb67a0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2a193a6a-d61b-4a52-8adb-5a8d25016d4a {
  margin-left: 20%;
margin-bottom: 20px;
margin-right: 20%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 150px;
text-align: center;
}







  #s-2a193a6a-d61b-4a52-8adb-5a8d25016d4a img.shogun-image {
    

    
    
    
  }


#s-2a193a6a-d61b-4a52-8adb-5a8d25016d4a .shogun-image-content {
  
    align-items: center;
  
}

#s-f609d0f3-522b-41da-b74d-9817bf59d3ef {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-f609d0f3-522b-41da-b74d-9817bf59d3ef .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 0px;
  text-align: center;
}



#s-4e3e48ee-d94c-4820-a9c9-fa9862f8846a {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-0cb63945-79c2-40d7-85db-64dd70b21b4f {
  background-size: cover;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 220px;
background-attachment: scroll;
background-position: right center;
}
@media (min-width: 1200px){#s-0cb63945-79c2-40d7-85db-64dd70b21b4f {
  margin-left: 10%;
margin-right: 10%;
}
}







#s-0cb63945-79c2-40d7-85db-64dd70b21b4f > .shg-box-overlay {
  background-color: rgba(255, 237, 171, 0.99);
  opacity: 0;
}#s-0cb63945-79c2-40d7-85db-64dd70b21b4f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d1099e15-54d5-4797-923b-c227a0cf5a4e {
  margin-top: 400px;
margin-left: 10%;
margin-bottom: -200px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-d1099e15-54d5-4797-923b-c227a0cf5a4e {
  display: none;
}
#s-d1099e15-54d5-4797-923b-c227a0cf5a4e, #wrap-s-d1099e15-54d5-4797-923b-c227a0cf5a4e { display:none !important; }}@media (max-width: 767px){#s-d1099e15-54d5-4797-923b-c227a0cf5a4e {
  margin-bottom: -160px;
display: none;
}
#s-d1099e15-54d5-4797-923b-c227a0cf5a4e, #wrap-s-d1099e15-54d5-4797-923b-c227a0cf5a4e { display:none !important; }}







#s-d1099e15-54d5-4797-923b-c227a0cf5a4e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d1099e15-54d5-4797-923b-c227a0cf5a4e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-077e7f07-f640-44de-aba7-92e961a31801 {
  padding-top: 60px;
padding-bottom: 30px;
text-align: center;
}
@media (max-width: 767px){#s-077e7f07-f640-44de-aba7-92e961a31801 {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-077e7f07-f640-44de-aba7-92e961a31801 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}



#s-bfe3aecb-26fb-48c9-afbd-5ab983f81479 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}
@media (min-width: 1200px){#s-bfe3aecb-26fb-48c9-afbd-5ab983f81479 {
  display: none;
}
#s-bfe3aecb-26fb-48c9-afbd-5ab983f81479, #wrap-s-bfe3aecb-26fb-48c9-afbd-5ab983f81479 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bfe3aecb-26fb-48c9-afbd-5ab983f81479 {
  display: none;
}
#s-bfe3aecb-26fb-48c9-afbd-5ab983f81479, #wrap-s-bfe3aecb-26fb-48c9-afbd-5ab983f81479 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bfe3aecb-26fb-48c9-afbd-5ab983f81479 {
  display: none;
}
#s-bfe3aecb-26fb-48c9-afbd-5ab983f81479, #wrap-s-bfe3aecb-26fb-48c9-afbd-5ab983f81479 { display:none !important; }}
#s-bfe3aecb-26fb-48c9-afbd-5ab983f81479 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-0ead5acc-062a-45f5-8f22-1f2888698d4d {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 60px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-0ead5acc-062a-45f5-8f22-1f2888698d4d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0ead5acc-062a-45f5-8f22-1f2888698d4d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-0ead5acc-062a-45f5-8f22-1f2888698d4d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-0ead5acc-062a-45f5-8f22-1f2888698d4d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-d4c522cc-3e7e-4916-a4bd-c236ff22debc {
  min-height: 50px;
}








#s-d4c522cc-3e7e-4916-a4bd-c236ff22debc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d4c522cc-3e7e-4916-a4bd-c236ff22debc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d40f90a1-e679-4022-80d6-16e072a4cec5 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d40f90a1-e679-4022-80d6-16e072a4cec5 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-17efe67c-951a-4d58-b4d0-09174ac0020f {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 20px;
}

#s-4856c993-0a23-4632-a4c3-d45109f993f5 {
  min-height: 50px;
}
@media (max-width: 767px){#s-4856c993-0a23-4632-a4c3-d45109f993f5 {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-4856c993-0a23-4632-a4c3-d45109f993f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4856c993-0a23-4632-a4c3-d45109f993f5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7e5e4aa7-4cb3-439d-96ef-55081a8c4c66 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}
@media (min-width: 1200px){#s-7e5e4aa7-4cb3-439d-96ef-55081a8c4c66 {
  display: none;
}
#s-7e5e4aa7-4cb3-439d-96ef-55081a8c4c66, #wrap-s-7e5e4aa7-4cb3-439d-96ef-55081a8c4c66 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7e5e4aa7-4cb3-439d-96ef-55081a8c4c66 {
  display: none;
}
#s-7e5e4aa7-4cb3-439d-96ef-55081a8c4c66, #wrap-s-7e5e4aa7-4cb3-439d-96ef-55081a8c4c66 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7e5e4aa7-4cb3-439d-96ef-55081a8c4c66 {
  display: none;
}
#s-7e5e4aa7-4cb3-439d-96ef-55081a8c4c66, #wrap-s-7e5e4aa7-4cb3-439d-96ef-55081a8c4c66 { display:none !important; }}
#s-7e5e4aa7-4cb3-439d-96ef-55081a8c4c66 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-05aa0fd2-f03a-44ce-a09f-0e37e26f9991 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-05aa0fd2-f03a-44ce-a09f-0e37e26f9991 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-c1d899f4-5ebb-474f-9694-4e6e651e255f {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 20px;
}

#s-d5046a34-6cfb-45d1-b59b-96ed635f007e {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}
@media (min-width: 1200px){#s-d5046a34-6cfb-45d1-b59b-96ed635f007e {
  display: none;
}
#s-d5046a34-6cfb-45d1-b59b-96ed635f007e, #wrap-s-d5046a34-6cfb-45d1-b59b-96ed635f007e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d5046a34-6cfb-45d1-b59b-96ed635f007e {
  display: none;
}
#s-d5046a34-6cfb-45d1-b59b-96ed635f007e, #wrap-s-d5046a34-6cfb-45d1-b59b-96ed635f007e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d5046a34-6cfb-45d1-b59b-96ed635f007e {
  display: none;
}
#s-d5046a34-6cfb-45d1-b59b-96ed635f007e, #wrap-s-d5046a34-6cfb-45d1-b59b-96ed635f007e { display:none !important; }}
#s-d5046a34-6cfb-45d1-b59b-96ed635f007e hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-10b23bac-342b-4392-a99a-427132de69d4 {
  min-height: 50px;
}








#s-10b23bac-342b-4392-a99a-427132de69d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10b23bac-342b-4392-a99a-427132de69d4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-db4079fb-625d-405d-a6a0-d612dd40eb0a {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-db4079fb-625d-405d-a6a0-d612dd40eb0a .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-61569ab1-63b5-4d14-9a02-5b4f986b0f80 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 0px;
}

#s-ecfc01ee-7837-484d-b78f-d433ba61ca11 {
  margin-bottom: 60px;
padding-left: 10%;
padding-right: 10%;
}

#s-ecfc01ee-7837-484d-b78f-d433ba61ca11 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-ecfc01ee-7837-484d-b78f-d433ba61ca11 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-ecfc01ee-7837-484d-b78f-d433ba61ca11 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-ecfc01ee-7837-484d-b78f-d433ba61ca11 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-ecfc01ee-7837-484d-b78f-d433ba61ca11 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-ecfc01ee-7837-484d-b78f-d433ba61ca11 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-97fa6110-15b8-4303-a103-3c37d013f7da {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px){#s-97fa6110-15b8-4303-a103-3c37d013f7da {
  margin-top: 30px;
margin-bottom: 0px;
}
}







#s-97fa6110-15b8-4303-a103-3c37d013f7da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97fa6110-15b8-4303-a103-3c37d013f7da.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9b2f7741-ac6d-4d12-87e1-83e341314c1e {
  margin-top: 10px;
margin-left: 5%;
margin-right: 5%;
}
@media (max-width: 767px){#s-9b2f7741-ac6d-4d12-87e1-83e341314c1e {
  margin-top: 0px;
}
}
@media (min-width: 0px) {
[id="s-9b2f7741-ac6d-4d12-87e1-83e341314c1e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9b2f7741-ac6d-4d12-87e1-83e341314c1e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9b2f7741-ac6d-4d12-87e1-83e341314c1e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9b2f7741-ac6d-4d12-87e1-83e341314c1e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-9d8073ee-d83a-48d2-bd40-84a4c4af971f {
  min-height: 50px;
}








#s-9d8073ee-d83a-48d2-bd40-84a4c4af971f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d8073ee-d83a-48d2-bd40-84a4c4af971f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ee5e4f3a-67f5-4cc8-a2de-297d9ee71f14 {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}







  #s-ee5e4f3a-67f5-4cc8-a2de-297d9ee71f14 img.shogun-image {
    

    
    
    
  }


#s-ee5e4f3a-67f5-4cc8-a2de-297d9ee71f14 .shogun-image-content {
  
    align-items: center;
  
}

#s-79769c28-a6f8-4277-80b5-8240f0311334 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-ef9c457c-addd-4562-8ade-553623d93bd7 {
  min-height: 50px;
}








#s-ef9c457c-addd-4562-8ade-553623d93bd7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef9c457c-addd-4562-8ade-553623d93bd7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1c4ccdf9-f02c-4858-865e-9e86d1818403 {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}







  #s-1c4ccdf9-f02c-4858-865e-9e86d1818403 img.shogun-image {
    

    
    
    
  }


#s-1c4ccdf9-f02c-4858-865e-9e86d1818403 .shogun-image-content {
  
    align-items: center;
  
}

#s-c4d35687-82e9-4332-a3e0-295f515c822d {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-8615a06a-19be-463f-aaca-82de11bd3002 {
  min-height: 50px;
}








#s-8615a06a-19be-463f-aaca-82de11bd3002 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8615a06a-19be-463f-aaca-82de11bd3002.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a2c48623-78cd-4a38-9f0d-0794bb600fd0 {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}







  #s-a2c48623-78cd-4a38-9f0d-0794bb600fd0 img.shogun-image {
    

    
    
    
  }


#s-a2c48623-78cd-4a38-9f0d-0794bb600fd0 .shogun-image-content {
  
    align-items: center;
  
}

#s-63ad1b70-f8bd-4739-a00b-0453ddbcdcea {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-2390cadb-44a5-41aa-841f-a9394869e6db {
  margin-top: -100px;
margin-left: 9%;
margin-bottom: 0px;
margin-right: 9%;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-2390cadb-44a5-41aa-841f-a9394869e6db {
  display: none;
}
#s-2390cadb-44a5-41aa-841f-a9394869e6db, #wrap-s-2390cadb-44a5-41aa-841f-a9394869e6db { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2390cadb-44a5-41aa-841f-a9394869e6db {
  display: none;
}
#s-2390cadb-44a5-41aa-841f-a9394869e6db, #wrap-s-2390cadb-44a5-41aa-841f-a9394869e6db { display:none !important; }}







#s-2390cadb-44a5-41aa-841f-a9394869e6db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2390cadb-44a5-41aa-841f-a9394869e6db.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a466f594-5a06-40a4-b9de-0db096e2108b {
  padding-top: 60px;
padding-bottom: 30px;
text-align: center;
}
@media (max-width: 767px){#s-a466f594-5a06-40a4-b9de-0db096e2108b {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-a466f594-5a06-40a4-b9de-0db096e2108b .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}



#s-5c4ae201-ed6b-48b6-b032-cde811fa190c {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}
@media (min-width: 1200px){#s-5c4ae201-ed6b-48b6-b032-cde811fa190c {
  display: none;
}
#s-5c4ae201-ed6b-48b6-b032-cde811fa190c, #wrap-s-5c4ae201-ed6b-48b6-b032-cde811fa190c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5c4ae201-ed6b-48b6-b032-cde811fa190c {
  display: none;
}
#s-5c4ae201-ed6b-48b6-b032-cde811fa190c, #wrap-s-5c4ae201-ed6b-48b6-b032-cde811fa190c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5c4ae201-ed6b-48b6-b032-cde811fa190c {
  display: none;
}
#s-5c4ae201-ed6b-48b6-b032-cde811fa190c, #wrap-s-5c4ae201-ed6b-48b6-b032-cde811fa190c { display:none !important; }}
#s-5c4ae201-ed6b-48b6-b032-cde811fa190c hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-ba42f33f-0fd8-4bcb-86d5-be89e8ccdd75 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 60px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-ba42f33f-0fd8-4bcb-86d5-be89e8ccdd75"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ba42f33f-0fd8-4bcb-86d5-be89e8ccdd75"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-ba42f33f-0fd8-4bcb-86d5-be89e8ccdd75"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-ba42f33f-0fd8-4bcb-86d5-be89e8ccdd75"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-4b8875b8-c3c1-4f9f-a07d-c3d091eaf4a5 {
  min-height: 50px;
}








#s-4b8875b8-c3c1-4f9f-a07d-c3d091eaf4a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b8875b8-c3c1-4f9f-a07d-c3d091eaf4a5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-66b159c6-aef4-4ae2-b42d-12c2304a58c4 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-66b159c6-aef4-4ae2-b42d-12c2304a58c4 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-b23ba59b-5942-4f6d-977f-5acb0f72c58f {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 20px;
}

#s-00928862-9eff-47a2-ae25-87541d79907c {
  min-height: 50px;
}
@media (max-width: 767px){#s-00928862-9eff-47a2-ae25-87541d79907c {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-00928862-9eff-47a2-ae25-87541d79907c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00928862-9eff-47a2-ae25-87541d79907c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4b8d4511-6a69-452f-9eb7-f7cab22a71cc {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}
@media (min-width: 1200px){#s-4b8d4511-6a69-452f-9eb7-f7cab22a71cc {
  display: none;
}
#s-4b8d4511-6a69-452f-9eb7-f7cab22a71cc, #wrap-s-4b8d4511-6a69-452f-9eb7-f7cab22a71cc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4b8d4511-6a69-452f-9eb7-f7cab22a71cc {
  display: none;
}
#s-4b8d4511-6a69-452f-9eb7-f7cab22a71cc, #wrap-s-4b8d4511-6a69-452f-9eb7-f7cab22a71cc { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4b8d4511-6a69-452f-9eb7-f7cab22a71cc {
  display: none;
}
#s-4b8d4511-6a69-452f-9eb7-f7cab22a71cc, #wrap-s-4b8d4511-6a69-452f-9eb7-f7cab22a71cc { display:none !important; }}
#s-4b8d4511-6a69-452f-9eb7-f7cab22a71cc hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-1da8e571-d7e3-4956-b67c-18a725c19789 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-1da8e571-d7e3-4956-b67c-18a725c19789 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-d33d0c4b-59ff-4e3c-8ff4-031037d2b847 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 20px;
}

#s-33bbb4ea-4b35-4fbb-ac88-b94bcde4328a {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}
@media (min-width: 1200px){#s-33bbb4ea-4b35-4fbb-ac88-b94bcde4328a {
  display: none;
}
#s-33bbb4ea-4b35-4fbb-ac88-b94bcde4328a, #wrap-s-33bbb4ea-4b35-4fbb-ac88-b94bcde4328a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-33bbb4ea-4b35-4fbb-ac88-b94bcde4328a {
  display: none;
}
#s-33bbb4ea-4b35-4fbb-ac88-b94bcde4328a, #wrap-s-33bbb4ea-4b35-4fbb-ac88-b94bcde4328a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-33bbb4ea-4b35-4fbb-ac88-b94bcde4328a {
  display: none;
}
#s-33bbb4ea-4b35-4fbb-ac88-b94bcde4328a, #wrap-s-33bbb4ea-4b35-4fbb-ac88-b94bcde4328a { display:none !important; }}
#s-33bbb4ea-4b35-4fbb-ac88-b94bcde4328a hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-f3ad4f30-ebdb-4c33-93d9-fc37eab27edb {
  min-height: 50px;
}








#s-f3ad4f30-ebdb-4c33-93d9-fc37eab27edb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3ad4f30-ebdb-4c33-93d9-fc37eab27edb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f31bbc5d-6014-4ff0-bb96-c30f198b8b18 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-f31bbc5d-6014-4ff0-bb96-c30f198b8b18 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-b3dfb022-596f-413f-b64f-5fce22aea427 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 0px;
}

#s-ac55c315-eaf8-4fce-a24c-41bb4fbd2182 {
  margin-bottom: 60px;
padding-left: 10%;
padding-right: 10%;
}

#s-ac55c315-eaf8-4fce-a24c-41bb4fbd2182 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-ac55c315-eaf8-4fce-a24c-41bb4fbd2182 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-ac55c315-eaf8-4fce-a24c-41bb4fbd2182 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-ac55c315-eaf8-4fce-a24c-41bb4fbd2182 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-ac55c315-eaf8-4fce-a24c-41bb4fbd2182 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-ac55c315-eaf8-4fce-a24c-41bb4fbd2182 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-98dcf3f0-4d26-47e6-8447-ec99ed2ae5c9 {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px){#s-98dcf3f0-4d26-47e6-8447-ec99ed2ae5c9 {
  margin-top: 30px;
margin-bottom: 0px;
}
}







#s-98dcf3f0-4d26-47e6-8447-ec99ed2ae5c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-98dcf3f0-4d26-47e6-8447-ec99ed2ae5c9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e9d2b5d3-e5a6-41e2-b60c-58fab6624066 {
  margin-top: 10px;
margin-left: 5%;
margin-right: 5%;
}
@media (max-width: 767px){#s-e9d2b5d3-e5a6-41e2-b60c-58fab6624066 {
  margin-top: 0px;
}
}
@media (min-width: 0px) {
[id="s-e9d2b5d3-e5a6-41e2-b60c-58fab6624066"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e9d2b5d3-e5a6-41e2-b60c-58fab6624066"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e9d2b5d3-e5a6-41e2-b60c-58fab6624066"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e9d2b5d3-e5a6-41e2-b60c-58fab6624066"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-8a3d2a97-49f4-4de5-bc94-3bef4ba7b403 {
  min-height: 50px;
}








#s-8a3d2a97-49f4-4de5-bc94-3bef4ba7b403 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a3d2a97-49f4-4de5-bc94-3bef4ba7b403.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b7f92be7-3765-4f57-b6c0-d1401900db9c {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}







  #s-b7f92be7-3765-4f57-b6c0-d1401900db9c img.shogun-image {
    

    
    
    
  }


#s-b7f92be7-3765-4f57-b6c0-d1401900db9c .shogun-image-content {
  
    align-items: center;
  
}

#s-bc70210b-dae2-4949-a108-3bb77a3f94cf {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-35098aad-238f-4642-9927-5d28f72c2c29 {
  min-height: 50px;
}








#s-35098aad-238f-4642-9927-5d28f72c2c29 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-35098aad-238f-4642-9927-5d28f72c2c29.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f9c45af9-d761-448c-b6d9-c844201b37e5 {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}







  #s-f9c45af9-d761-448c-b6d9-c844201b37e5 img.shogun-image {
    

    
    
    
  }


#s-f9c45af9-d761-448c-b6d9-c844201b37e5 .shogun-image-content {
  
    align-items: center;
  
}

#s-7eb2e9d0-0a72-4b72-a588-1f9c7d8df843 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-e06b4545-8fb6-4c80-9622-1c6ee1503481 {
  min-height: 50px;
}








#s-e06b4545-8fb6-4c80-9622-1c6ee1503481 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e06b4545-8fb6-4c80-9622-1c6ee1503481.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-76159a1a-9d64-4fcf-928a-e133fd776f2f {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}







  #s-76159a1a-9d64-4fcf-928a-e133fd776f2f img.shogun-image {
    

    
    
    
  }


#s-76159a1a-9d64-4fcf-928a-e133fd776f2f .shogun-image-content {
  
    align-items: center;
  
}

#s-fec1f3ea-6792-468f-99ff-862412bcea53 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-dbd6933b-49b8-4056-9693-1347a1a17772 {
  min-height: 50px;
}








#s-dbd6933b-49b8-4056-9693-1347a1a17772 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dbd6933b-49b8-4056-9693-1347a1a17772.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5fd76b9c-74d0-40b4-bfa9-efa64563c3f6 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 10%;
margin-right: 10%;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-5fd76b9c-74d0-40b4-bfa9-efa64563c3f6 {
  display: none;
}
#s-5fd76b9c-74d0-40b4-bfa9-efa64563c3f6, #wrap-s-5fd76b9c-74d0-40b4-bfa9-efa64563c3f6 { display:none !important; }}







#s-5fd76b9c-74d0-40b4-bfa9-efa64563c3f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5fd76b9c-74d0-40b4-bfa9-efa64563c3f6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-02549375-ef7c-42b6-b0e2-978c220d4fe1 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-02549375-ef7c-42b6-b0e2-978c220d4fe1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02549375-ef7c-42b6-b0e2-978c220d4fe1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f0b67c3c-a0c4-41f0-a137-b7cfe332e7e3 {
  min-height: 50px;
}








#s-f0b67c3c-a0c4-41f0-a137-b7cfe332e7e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0b67c3c-a0c4-41f0-a137-b7cfe332e7e3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9d957756-493d-4cc0-a927-4fc1a4dc5567 {
  padding-top: 60px;
padding-bottom: 30px;
text-align: center;
}
@media (max-width: 767px){#s-9d957756-493d-4cc0-a927-4fc1a4dc5567 {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-9d957756-493d-4cc0-a927-4fc1a4dc5567 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}



#s-be744cdc-f608-4410-8068-f2398664c752 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 60px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-be744cdc-f608-4410-8068-f2398664c752"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-be744cdc-f608-4410-8068-f2398664c752"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-be744cdc-f608-4410-8068-f2398664c752"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-be744cdc-f608-4410-8068-f2398664c752"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-be744cdc-f608-4410-8068-f2398664c752"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-be744cdc-f608-4410-8068-f2398664c752"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-be744cdc-f608-4410-8068-f2398664c752"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-be744cdc-f608-4410-8068-f2398664c752"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-c559a5fe-b060-4175-9fd0-9dd7887147dd {
  margin-left: 0%;
margin-right: 15%;
min-height: 50px;
}
@media (max-width: 767px){#s-c559a5fe-b060-4175-9fd0-9dd7887147dd {
  margin-top: 20px;
margin-right: 0%;
}
}







#s-c559a5fe-b060-4175-9fd0-9dd7887147dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c559a5fe-b060-4175-9fd0-9dd7887147dd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-da3f7ecc-01cc-41e8-bb30-167fd9ebaca6 {
  text-align: left;
}
@media (max-width: 767px){#s-da3f7ecc-01cc-41e8-bb30-167fd9ebaca6 {
  margin-top: 30px;
text-align: center;
}
}






  #s-da3f7ecc-01cc-41e8-bb30-167fd9ebaca6 img.shogun-image {
    

    
    
    
  }


#s-da3f7ecc-01cc-41e8-bb30-167fd9ebaca6 .shogun-image-content {
  
    align-items: center;
  
}

#s-efb57613-93ad-4bc9-aae8-2ab661e7371a {
  background-repeat: no-repeat;
background-size: contain;
background-attachment: fixed;
margin-left: -20%;
margin-right: -20%;
padding-left: 10%;
padding-right: 10%;
min-height: 350px;
max-width: 1200px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-efb57613-93ad-4bc9-aae8-2ab661e7371a {
  display: none;
}
#s-efb57613-93ad-4bc9-aae8-2ab661e7371a, #wrap-s-efb57613-93ad-4bc9-aae8-2ab661e7371a { display:none !important; }}@media (max-width: 767px){#s-efb57613-93ad-4bc9-aae8-2ab661e7371a {
  display: none;
}
#s-efb57613-93ad-4bc9-aae8-2ab661e7371a, #wrap-s-efb57613-93ad-4bc9-aae8-2ab661e7371a { display:none !important; }}







#s-efb57613-93ad-4bc9-aae8-2ab661e7371a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-efb57613-93ad-4bc9-aae8-2ab661e7371a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0d6be41a-8326-4059-b1fd-32d162a80966 {
  background-attachment: fixed;
margin-top: 0px;
margin-bottom: 0px;
min-height: 300px;
}
@media (min-width: 1200px){#s-0d6be41a-8326-4059-b1fd-32d162a80966 {
  display: none;
}
#s-0d6be41a-8326-4059-b1fd-32d162a80966, #wrap-s-0d6be41a-8326-4059-b1fd-32d162a80966 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0d6be41a-8326-4059-b1fd-32d162a80966 {
  display: none;
}
#s-0d6be41a-8326-4059-b1fd-32d162a80966, #wrap-s-0d6be41a-8326-4059-b1fd-32d162a80966 { display:none !important; }}







#s-0d6be41a-8326-4059-b1fd-32d162a80966 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d6be41a-8326-4059-b1fd-32d162a80966.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5383ca24-37f0-48bb-b977-03f5ef8dfc27 {
  margin-top: 30px;
margin-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-5383ca24-37f0-48bb-b977-03f5ef8dfc27 {
  margin-top: 50px;
}
}
#s-5383ca24-37f0-48bb-b977-03f5ef8dfc27 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-4ca305ce-f614-4291-86ca-17060aa7059b {
  margin-left: 0px;
}

@media (min-width: 0px) {
[id="s-5e1aa999-c2fa-4151-814a-af12c7d76888"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5e1aa999-c2fa-4151-814a-af12c7d76888"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5e1aa999-c2fa-4151-814a-af12c7d76888"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5e1aa999-c2fa-4151-814a-af12c7d76888"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6d25a38f-6282-451d-8068-29619b604d11 {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  #s-6d25a38f-6282-451d-8068-29619b604d11 img.shogun-image {
    

    
    
    
  }


#s-6d25a38f-6282-451d-8068-29619b604d11 .shogun-image-content {
  
    align-items: center;
  
}

#s-f144f226-4430-4a35-83f4-8fef2602e5b0 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-4fe680ab-b858-4aca-885c-d6ddc358c965 {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  #s-4fe680ab-b858-4aca-885c-d6ddc358c965 img.shogun-image {
    

    
    
    
  }


#s-4fe680ab-b858-4aca-885c-d6ddc358c965 .shogun-image-content {
  
    align-items: center;
  
}

#s-ea5b4e64-333a-4b7f-8990-d6ff3e715d16 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-022c3067-a212-44f4-8410-6c11bdd46548 {
  margin-top: 30px;
}

@media (min-width: 0px) {
[id="s-022c3067-a212-44f4-8410-6c11bdd46548"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-022c3067-a212-44f4-8410-6c11bdd46548"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-022c3067-a212-44f4-8410-6c11bdd46548"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-022c3067-a212-44f4-8410-6c11bdd46548"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-989df029-5f34-4fd3-9165-308dfc3a1c48 {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  #s-989df029-5f34-4fd3-9165-308dfc3a1c48 img.shogun-image {
    

    
    
    
  }


#s-989df029-5f34-4fd3-9165-308dfc3a1c48 .shogun-image-content {
  
    align-items: center;
  
}

#s-68539d4e-36ac-4c89-954e-1538bb8bf570 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-5997a140-64cc-455b-b7cd-3e608a2e846c {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  #s-5997a140-64cc-455b-b7cd-3e608a2e846c img.shogun-image {
    

    
    
    
  }


#s-5997a140-64cc-455b-b7cd-3e608a2e846c .shogun-image-content {
  
    align-items: center;
  
}

#s-26826c0a-a341-48dc-b53c-f8e52dd1bfb1 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-ec25889d-60af-44c2-bbc8-1291354d374b {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-ec25889d-60af-44c2-bbc8-1291354d374b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec25889d-60af-44c2-bbc8-1291354d374b.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);
}

#s-529b6303-836a-4937-845d-bf5e54bcf5d3 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 60px;
margin-right: 10%;
}


  #s-529b6303-836a-4937-845d-bf5e54bcf5d3 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0);
    border: 1px solid rgba(221, 221, 221, 0);
  }
  #s-529b6303-836a-4937-845d-bf5e54bcf5d3 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 0);
    border: 1px solid rgba(221, 221, 221, 0);
  }
#s-529b6303-836a-4937-845d-bf5e54bcf5d3 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(130, 166, 224, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-529b6303-836a-4937-845d-bf5e54bcf5d3 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-529b6303-836a-4937-845d-bf5e54bcf5d3 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 0);
}

#s-529b6303-836a-4937-845d-bf5e54bcf5d3 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-1e05098d-fa0c-4faa-acde-4b79eb68b25c {
  min-height: 50px;
}
@media (max-width: 767px){#s-1e05098d-fa0c-4faa-acde-4b79eb68b25c {
  margin-left: 10%;
margin-right: 10%;
}
}







#s-1e05098d-fa0c-4faa-acde-4b79eb68b25c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e05098d-fa0c-4faa-acde-4b79eb68b25c.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-f9768d75-b58f-464a-918d-a1670716449d {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-f9768d75-b58f-464a-918d-a1670716449d .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-f9768d75-b58f-464a-918d-a1670716449d .shg-sld-nav-button.shg-sld-left,
#s-f9768d75-b58f-464a-918d-a1670716449d .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-d070335d-f531-430e-8256-620e3433a2ca {
  min-height: 50px;
}








#s-d070335d-f531-430e-8256-620e3433a2ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d070335d-f531-430e-8256-620e3433a2ca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fbe8390d-344c-417d-bdee-e5a84f374278 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-fbe8390d-344c-417d-bdee-e5a84f374278 {
  padding-top: 30px;
padding-bottom: 0px;
}
}
#s-fbe8390d-344c-417d-bdee-e5a84f374278 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}



#s-ee9129bf-f8c7-4998-a639-55c484a5fb83 {
  min-height: 50px;
}








#s-ee9129bf-f8c7-4998-a639-55c484a5fb83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee9129bf-f8c7-4998-a639-55c484a5fb83.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-24518fd6-196a-43d4-928d-a22346463597 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-24518fd6-196a-43d4-928d-a22346463597 {
  padding-top: 30px;
padding-bottom: 0px;
}
}
#s-24518fd6-196a-43d4-928d-a22346463597 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}


@media (max-width: 767px){#s-24518fd6-196a-43d4-928d-a22346463597 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  
}


}
#s-80545b32-73cc-4644-ba28-9709905f4b1d {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-80545b32-73cc-4644-ba28-9709905f4b1d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-80545b32-73cc-4644-ba28-9709905f4b1d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-80545b32-73cc-4644-ba28-9709905f4b1d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-80545b32-73cc-4644-ba28-9709905f4b1d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-04fb3ebd-f418-459a-b730-32e176a38fb8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-04fb3ebd-f418-459a-b730-32e176a38fb8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-04fb3ebd-f418-459a-b730-32e176a38fb8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-04fb3ebd-f418-459a-b730-32e176a38fb8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-efa65f2f-cf5a-499b-a896-569f94c4e4e9 {
  text-align: center;
}







  #s-efa65f2f-cf5a-499b-a896-569f94c4e4e9 img.shogun-image {
    

    
    
    
  }


#s-efa65f2f-cf5a-499b-a896-569f94c4e4e9 .shogun-image-content {
  
    align-items: center;
  
}

#s-c8fbcbdb-02f3-48b8-9ab6-bf1c77646b05 {
  text-align: center;
}







  #s-c8fbcbdb-02f3-48b8-9ab6-bf1c77646b05 img.shogun-image {
    

    
    
    
  }


#s-c8fbcbdb-02f3-48b8-9ab6-bf1c77646b05 .shogun-image-content {
  
    align-items: center;
  
}

#s-23306105-f89d-422c-abb6-e58747696fc5 {
  min-height: 50px;
}








#s-23306105-f89d-422c-abb6-e58747696fc5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-23306105-f89d-422c-abb6-e58747696fc5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bc85843e-c6ad-40e9-8fc7-7fee0b80213a {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-bc85843e-c6ad-40e9-8fc7-7fee0b80213a .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 3px;
  text-align: left;
}



#s-9de09879-e032-445c-88c9-2ce95ee81125 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-b06174e3-aefd-4d73-8d66-128054edae6c {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-b06174e3-aefd-4d73-8d66-128054edae6c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b06174e3-aefd-4d73-8d66-128054edae6c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b06174e3-aefd-4d73-8d66-128054edae6c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b06174e3-aefd-4d73-8d66-128054edae6c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-8cd7ec94-0b84-4220-bbab-5ffad8b0320e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8cd7ec94-0b84-4220-bbab-5ffad8b0320e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-8cd7ec94-0b84-4220-bbab-5ffad8b0320e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-8cd7ec94-0b84-4220-bbab-5ffad8b0320e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-c4e2f85e-fe35-4eaa-9779-975f8e92717f {
  text-align: center;
}







  #s-c4e2f85e-fe35-4eaa-9779-975f8e92717f img.shogun-image {
    

    
    
    
  }


#s-c4e2f85e-fe35-4eaa-9779-975f8e92717f .shogun-image-content {
  
    align-items: center;
  
}

#s-4696b607-54cc-4ddc-9d64-dd35507f0f08 {
  text-align: center;
}







  #s-4696b607-54cc-4ddc-9d64-dd35507f0f08 img.shogun-image {
    

    
    
    
  }


#s-4696b607-54cc-4ddc-9d64-dd35507f0f08 .shogun-image-content {
  
    align-items: center;
  
}

#s-72808764-5242-4448-ba64-8e38034d43e5 {
  min-height: 50px;
}








#s-72808764-5242-4448-ba64-8e38034d43e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-72808764-5242-4448-ba64-8e38034d43e5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5b6c5c59-217d-4b65-9bb4-98f98a9851ae {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-5b6c5c59-217d-4b65-9bb4-98f98a9851ae .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 3px;
  text-align: left;
}



#s-a11f5398-697e-4e39-acb5-5b7d2369447f {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-6d9213f7-ad6f-4300-bff4-976805baaed8 {
  min-height: 50px;
}








#s-6d9213f7-ad6f-4300-bff4-976805baaed8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d9213f7-ad6f-4300-bff4-976805baaed8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b2fa0d3d-f172-4900-a051-41ca44b8484f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-b2fa0d3d-f172-4900-a051-41ca44b8484f {
  padding-top: 30px;
padding-bottom: 0px;
}
}
#s-b2fa0d3d-f172-4900-a051-41ca44b8484f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  letter-spacing: 1px;
  
}


@media (max-width: 767px){#s-b2fa0d3d-f172-4900-a051-41ca44b8484f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  
}


}
#s-9da83b47-6e02-4a84-a4f7-d5827953dd8f {
  min-height: 50px;
}








#s-9da83b47-6e02-4a84-a4f7-d5827953dd8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9da83b47-6e02-4a84-a4f7-d5827953dd8f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c95bef37-3915-4474-8a13-e1de656f06df {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-c95bef37-3915-4474-8a13-e1de656f06df"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c95bef37-3915-4474-8a13-e1de656f06df"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-c95bef37-3915-4474-8a13-e1de656f06df"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-c95bef37-3915-4474-8a13-e1de656f06df"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-0d7ea1e3-48b6-430a-b362-4245e58ec8e0 {
  background-repeat: no-repeat;
background-size: contain;
margin-left: 0%;
margin-right: 0%;
min-height: 150px;
background-position: center center;
}








#s-0d7ea1e3-48b6-430a-b362-4245e58ec8e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d7ea1e3-48b6-430a-b362-4245e58ec8e0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3e2aadc5-58e9-4fec-af36-35505b17709c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-3e2aadc5-58e9-4fec-af36-35505b17709c {
  margin-top: -20px;
padding-top: 30px;
padding-bottom: 0px;
}
}
#s-3e2aadc5-58e9-4fec-af36-35505b17709c .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: 1px;
  
}


@media (max-width: 767px){#s-3e2aadc5-58e9-4fec-af36-35505b17709c .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: 1px;
  
}


}
#s-07f59c3f-41f2-44b4-8e45-c1719d6f8a9a {
  min-height: 50px;
}








#s-07f59c3f-41f2-44b4-8e45-c1719d6f8a9a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07f59c3f-41f2-44b4-8e45-c1719d6f8a9a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5e27b7a9-c6fd-46c3-a01e-4050da19fa26 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-49c11976-82e7-46e7-adcf-680f2801daa6 {
  min-height: 50px;
}








#s-49c11976-82e7-46e7-adcf-680f2801daa6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49c11976-82e7-46e7-adcf-680f2801daa6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fa3183eb-377e-41f9-ae59-80e12861575f {
  background-repeat: no-repeat;
background-size: contain;
margin-left: 0%;
margin-right: 0%;
min-height: 150px;
background-position: center center;
}








#s-fa3183eb-377e-41f9-ae59-80e12861575f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa3183eb-377e-41f9-ae59-80e12861575f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-42ac729a-0f7f-4ac3-bfea-59dc333fda4b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-42ac729a-0f7f-4ac3-bfea-59dc333fda4b {
  margin-top: -20px;
padding-top: 30px;
padding-bottom: 0px;
}
}
#s-42ac729a-0f7f-4ac3-bfea-59dc333fda4b .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: 1px;
  
}


@media (max-width: 767px){#s-42ac729a-0f7f-4ac3-bfea-59dc333fda4b .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: 1px;
  
}


}
#s-5dfd88cb-a19c-4913-83cf-5b1e514c1a1e {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-37c265bc-5d84-4eaf-b0df-a50960717240 {
  background-repeat: no-repeat;
background-size: contain;
margin-left: 0%;
margin-right: 0%;
min-height: 150px;
background-position: center center;
}








#s-37c265bc-5d84-4eaf-b0df-a50960717240 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37c265bc-5d84-4eaf-b0df-a50960717240.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a2c6ae5c-043e-4e44-a2c7-b9dba54cc521 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-a2c6ae5c-043e-4e44-a2c7-b9dba54cc521 {
  margin-top: -20px;
padding-top: 30px;
padding-bottom: 0px;
}
}
#s-a2c6ae5c-043e-4e44-a2c7-b9dba54cc521 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: 1px;
  
}


@media (max-width: 767px){#s-a2c6ae5c-043e-4e44-a2c7-b9dba54cc521 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: 1px;
  
}


}
#s-4d7beef0-e182-4c08-9f15-b9a4c3d1b112 {
  min-height: 50px;
}








#s-4d7beef0-e182-4c08-9f15-b9a4c3d1b112 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d7beef0-e182-4c08-9f15-b9a4c3d1b112.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b2ceccdc-7ddd-4fcc-992a-9cc57d37f9d1 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-e12700b5-08cd-46f9-afb2-6823a1c5cddd {
  margin-top: 60px;
margin-left: 10%;
margin-bottom: 60px;
margin-right: 10%;
min-height: 50px;
}
@media (max-width: 767px){#s-e12700b5-08cd-46f9-afb2-6823a1c5cddd {
  display: none;
}
#s-e12700b5-08cd-46f9-afb2-6823a1c5cddd, #wrap-s-e12700b5-08cd-46f9-afb2-6823a1c5cddd { display:none !important; }}







#s-e12700b5-08cd-46f9-afb2-6823a1c5cddd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e12700b5-08cd-46f9-afb2-6823a1c5cddd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-c83fd6e6-e574-47a9-89af-d4817a31f2e0 {
  display: none;
}
#s-c83fd6e6-e574-47a9-89af-d4817a31f2e0, #wrap-s-c83fd6e6-e574-47a9-89af-d4817a31f2e0 { display:none !important; }}
@media (min-width: 0px) {
[id="s-c83fd6e6-e574-47a9-89af-d4817a31f2e0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c83fd6e6-e574-47a9-89af-d4817a31f2e0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-c83fd6e6-e574-47a9-89af-d4817a31f2e0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-c83fd6e6-e574-47a9-89af-d4817a31f2e0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-c83fd6e6-e574-47a9-89af-d4817a31f2e0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-c83fd6e6-e574-47a9-89af-d4817a31f2e0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-c83fd6e6-e574-47a9-89af-d4817a31f2e0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 24.0px);
}

}

#s-0d316861-acde-4422-84f2-af584b0956b9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0d316861-acde-4422-84f2-af584b0956b9 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-86453ae4-5628-452a-91a3-1e78aaebdc26 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-be0691f9-0f42-4d03-b294-57a589cb00e4 {
  min-height: 50px;
}








#s-be0691f9-0f42-4d03-b294-57a589cb00e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be0691f9-0f42-4d03-b294-57a589cb00e4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3b0cdda3-f6a2-43d8-a9f6-23732cd24e92 {
  margin-left: 30%;
margin-bottom: 20px;
margin-right: 30%;
text-align: center;
}







  #s-3b0cdda3-f6a2-43d8-a9f6-23732cd24e92 img.shogun-image {
    

    
    
    
  }


#s-3b0cdda3-f6a2-43d8-a9f6-23732cd24e92 .shogun-image-content {
  
    align-items: center;
  
}

#s-7fd05282-9b00-4cae-90ba-827f3c2abc58 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-7fd05282-9b00-4cae-90ba-827f3c2abc58 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-4e6e551b-5191-4df7-ab5d-346628737d33 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-f428b630-f2fc-409d-999b-c6e704ce7b34 {
  min-height: 50px;
}








#s-f428b630-f2fc-409d-999b-c6e704ce7b34 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f428b630-f2fc-409d-999b-c6e704ce7b34.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f58b1046-a1d4-4f2f-8e7b-e129cff9f50c {
  margin-left: 30%;
margin-bottom: 20px;
margin-right: 30%;
text-align: center;
}







  #s-f58b1046-a1d4-4f2f-8e7b-e129cff9f50c img.shogun-image {
    

    
    
    
  }


#s-f58b1046-a1d4-4f2f-8e7b-e129cff9f50c .shogun-image-content {
  
    align-items: center;
  
}

#s-ae32f462-2c86-49dd-8777-375a33812a1e {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ae32f462-2c86-49dd-8777-375a33812a1e .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-b214cdae-389e-41d7-a6d4-a322fa75c7bc {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-e4855a99-fed7-4f1a-bcd7-3844da352eda {
  min-height: 50px;
}








#s-e4855a99-fed7-4f1a-bcd7-3844da352eda > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e4855a99-fed7-4f1a-bcd7-3844da352eda.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4f5f9b51-bb33-4ca4-ab8f-bce7192123ba {
  margin-left: 30%;
margin-bottom: 20px;
margin-right: 30%;
text-align: center;
}







  #s-4f5f9b51-bb33-4ca4-ab8f-bce7192123ba img.shogun-image {
    

    
    
    
  }


#s-4f5f9b51-bb33-4ca4-ab8f-bce7192123ba .shogun-image-content {
  
    align-items: center;
  
}

#s-6d30c290-6a1a-42b6-9c63-7e9c1174031e {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-6d30c290-6a1a-42b6-9c63-7e9c1174031e .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-784fcada-f943-4104-a7c5-baa543ff276e {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-4e8bb47d-b69b-4d3a-9a59-be35fe062927 {
  min-height: 50px;
}








#s-4e8bb47d-b69b-4d3a-9a59-be35fe062927 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e8bb47d-b69b-4d3a-9a59-be35fe062927.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-063048fd-b93d-4409-b67a-ccad67da2145 {
  margin-left: 30%;
margin-bottom: 20px;
margin-right: 30%;
text-align: center;
}







  #s-063048fd-b93d-4409-b67a-ccad67da2145 img.shogun-image {
    

    
    
    
  }


#s-063048fd-b93d-4409-b67a-ccad67da2145 .shogun-image-content {
  
    align-items: center;
  
}

#s-5da5b692-0aa1-42ca-9ef6-07955a6cce4d {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-5da5b692-0aa1-42ca-9ef6-07955a6cce4d .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-333761dd-349b-4228-badc-e47ec2fc3b67 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-464a4063-6780-485e-8f2a-852b11ae13f2 {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 20px;
}
@media (min-width: 1200px){#s-464a4063-6780-485e-8f2a-852b11ae13f2 {
  padding-top: 0px;
padding-bottom: 0px;
}
}







#s-464a4063-6780-485e-8f2a-852b11ae13f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-464a4063-6780-485e-8f2a-852b11ae13f2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c693a6c1-4287-46c5-81e3-05fba4bbad27 {
  margin-top: 60px;
}

@media (min-width: 0px) {
[id="s-c693a6c1-4287-46c5-81e3-05fba4bbad27"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

}

@media (min-width: 768px) {
[id="s-c693a6c1-4287-46c5-81e3-05fba4bbad27"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

}

@media (min-width: 992px) {
[id="s-c693a6c1-4287-46c5-81e3-05fba4bbad27"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

}

@media (min-width: 1200px) {
[id="s-c693a6c1-4287-46c5-81e3-05fba4bbad27"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

}

#s-5937c67b-34aa-4d71-a104-a3077bd67125 {
  margin-right: 10%;
}

#s-5937c67b-34aa-4d71-a104-a3077bd67125 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-3a4f8223-6d32-4bda-bfa4-c0ab710eb2d7 {
  margin-top: -5px;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-3a4f8223-6d32-4bda-bfa4-c0ab710eb2d7 {
  padding-bottom: 0px;
}
}
#s-3a4f8223-6d32-4bda-bfa4-c0ab710eb2d7 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 1px;
  
}


@media (max-width: 767px){#s-3a4f8223-6d32-4bda-bfa4-c0ab710eb2d7 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 1px;
  
}


}
#s-2c72cd9f-cfc7-4186-a0a3-08193a1fd934 {
  margin-left: 10%;
}

#s-2c72cd9f-cfc7-4186-a0a3-08193a1fd934 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-effa71eb-ae77-48ae-bc3f-8d7bb6e2a239 {
  margin-top: 40px;
margin-left: 15%;
margin-right: 15%;
}

@media (min-width: 0px) {
[id="s-effa71eb-ae77-48ae-bc3f-8d7bb6e2a239"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-effa71eb-ae77-48ae-bc3f-8d7bb6e2a239"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-effa71eb-ae77-48ae-bc3f-8d7bb6e2a239"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-effa71eb-ae77-48ae-bc3f-8d7bb6e2a239"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-01409c45-01ae-423c-9170-9fdfdbabc879 {
  min-height: 20px;
background-color: rgba(250, 250, 250, 1);
}








#s-01409c45-01ae-423c-9170-9fdfdbabc879 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01409c45-01ae-423c-9170-9fdfdbabc879.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-25686024-3506-4ae8-ae54-49b65456854a {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}
@media (max-width: 767px){#s-25686024-3506-4ae8-ae54-49b65456854a {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-ee4eecfc-16e0-4bb1-850f-3d86fdcf0f16 {
  display: none;
}
#s-a89e2072-f5b3-4bae-a2b8-2aedff0c1110 {
  text-align: center;
}







  #s-a89e2072-f5b3-4bae-a2b8-2aedff0c1110 img.shogun-image {
    

    
    
    
  }


#s-a89e2072-f5b3-4bae-a2b8-2aedff0c1110 .shogun-image-content {
  
    align-items: center;
  
}

#s-edeedb8b-5c5a-4bc0-a31d-0e90e036e9ae {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-edeedb8b-5c5a-4bc0-a31d-0e90e036e9ae {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-dc3d4b68-ea74-47c5-a804-92f4a154a9cd {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
min-height: 130px;
}

#s-2bfb9282-00e1-4a01-928f-c8ebf38ac893 {
  margin-top: -10px;
margin-bottom: -10px;
}

#s-2bfb9282-00e1-4a01-928f-c8ebf38ac893 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-272ba0ef-67e5-4375-b19b-5d0706ca32f9 {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-272ba0ef-67e5-4375-b19b-5d0706ca32f9"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-272ba0ef-67e5-4375-b19b-5d0706ca32f9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-272ba0ef-67e5-4375-b19b-5d0706ca32f9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-272ba0ef-67e5-4375-b19b-5d0706ca32f9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-272ba0ef-67e5-4375-b19b-5d0706ca32f9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-272ba0ef-67e5-4375-b19b-5d0706ca32f9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-272ba0ef-67e5-4375-b19b-5d0706ca32f9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-7da229c6-5afc-4092-8c11-7afb62fab0ac {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: -10px;
}

#s-0635d29b-04c4-4203-b995-7912b16ebdc5 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-91ea960b-6e29-4d84-9c75-826cc279ffd1 {
  margin-top: 12px;
margin-left: -10px;
margin-bottom: 10px;
text-align: left;
}

#s-91ea960b-6e29-4d84-9c75-826cc279ffd1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-91ea960b-6e29-4d84-9c75-826cc279ffd1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-91ea960b-6e29-4d84-9c75-826cc279ffd1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5eeed209-815f-4ad1-a898-df3b8b13a67e {
  min-height: 20px;
background-color: rgba(0, 0, 0, 1);
}








#s-5eeed209-815f-4ad1-a898-df3b8b13a67e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5eeed209-815f-4ad1-a898-df3b8b13a67e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d6c90bfd-fb09-4562-9ffb-1a715d9d15b0 {
  padding-top: 10px;
padding-left: 30%;
padding-bottom: 10px;
padding-right: 30%;
border-radius: 2px;
max-width: 600px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
}
#s-d6c90bfd-fb09-4562-9ffb-1a715d9d15b0:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d6c90bfd-fb09-4562-9ffb-1a715d9d15b0:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-d6c90bfd-fb09-4562-9ffb-1a715d9d15b0 {
  padding-left: 10%;
padding-right: 10%;
}
}


#s-d6c90bfd-fb09-4562-9ffb-1a715d9d15b0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d6c90bfd-fb09-4562-9ffb-1a715d9d15b0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d6c90bfd-fb09-4562-9ffb-1a715d9d15b0.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Futura;
  display:  inline-block ;
}

#s-d6c90bfd-fb09-4562-9ffb-1a715d9d15b0.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-ae054c7f-98df-4dde-9731-3ee7b08d3138 {
  min-height: 20px;
background-color: rgba(250, 250, 250, 1);
}
@media (max-width: 767px){#s-ae054c7f-98df-4dde-9731-3ee7b08d3138 {
  margin-top: 50px;
}
}







#s-ae054c7f-98df-4dde-9731-3ee7b08d3138 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae054c7f-98df-4dde-9731-3ee7b08d3138.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cdf254e9-f277-4ae9-8ab0-0cffde3bdb40 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}
@media (max-width: 767px){#s-cdf254e9-f277-4ae9-8ab0-0cffde3bdb40 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-bd46d202-1a0d-45ab-b0b4-1468ea28940f {
  display: none;
}
#s-e95bdba6-0dd1-4534-86b1-efe04715f928 {
  text-align: center;
}







  #s-e95bdba6-0dd1-4534-86b1-efe04715f928 img.shogun-image {
    

    
    
    
  }


#s-e95bdba6-0dd1-4534-86b1-efe04715f928 .shogun-image-content {
  
    align-items: center;
  
}

#s-f015cd50-ef81-446d-a89c-0dbc853b1e18 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-f015cd50-ef81-446d-a89c-0dbc853b1e18 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-d1678a1c-786b-4291-8669-c3e57ca38c74 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
min-height: 130px;
}

#s-4cd572f4-180a-4846-9bc1-59ff4b5cbb48 {
  margin-top: -10px;
margin-bottom: -10px;
}

#s-4cd572f4-180a-4846-9bc1-59ff4b5cbb48 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-0ceb26d8-5c23-4de4-a1c8-345403acc81e {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-0ceb26d8-5c23-4de4-a1c8-345403acc81e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-0ceb26d8-5c23-4de4-a1c8-345403acc81e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0ceb26d8-5c23-4de4-a1c8-345403acc81e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0ceb26d8-5c23-4de4-a1c8-345403acc81e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0ceb26d8-5c23-4de4-a1c8-345403acc81e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0ceb26d8-5c23-4de4-a1c8-345403acc81e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0ceb26d8-5c23-4de4-a1c8-345403acc81e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-676c0b08-16a9-4d24-a092-9ce3e6d45ba8 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: -10px;
}

#s-2245fb27-8e1a-4bbd-9cb1-9ce84e7a3873 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-a8d544f4-5c6c-4ad3-9bec-dc0eb5a084fb {
  margin-top: 12px;
margin-left: -10px;
margin-bottom: 10px;
text-align: left;
}

#s-a8d544f4-5c6c-4ad3-9bec-dc0eb5a084fb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a8d544f4-5c6c-4ad3-9bec-dc0eb5a084fb .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-a8d544f4-5c6c-4ad3-9bec-dc0eb5a084fb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9b0a6192-7b7d-406d-a4d4-df07bb625113 {
  min-height: 20px;
background-color: rgba(0, 0, 0, 1);
}








#s-9b0a6192-7b7d-406d-a4d4-df07bb625113 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b0a6192-7b7d-406d-a4d4-df07bb625113.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0a325169-bd7b-4bc1-85d1-b98e771fad1d {
  padding-top: 10px;
padding-left: 30%;
padding-bottom: 10px;
padding-right: 30%;
border-radius: 2px;
max-width: 600px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
}
#s-0a325169-bd7b-4bc1-85d1-b98e771fad1d:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0a325169-bd7b-4bc1-85d1-b98e771fad1d:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-0a325169-bd7b-4bc1-85d1-b98e771fad1d {
  padding-left: 10%;
padding-right: 10%;
}
}


#s-0a325169-bd7b-4bc1-85d1-b98e771fad1d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0a325169-bd7b-4bc1-85d1-b98e771fad1d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0a325169-bd7b-4bc1-85d1-b98e771fad1d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Futura;
  display:  inline-block ;
}

#s-0a325169-bd7b-4bc1-85d1-b98e771fad1d.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-86b27072-b499-4c42-917f-cdabaeddfc2c {
  min-height: 20px;
background-color: rgba(250, 250, 250, 1);
}
@media (max-width: 767px){#s-86b27072-b499-4c42-917f-cdabaeddfc2c {
  margin-top: 50px;
margin-bottom: 50px;
}
}







#s-86b27072-b499-4c42-917f-cdabaeddfc2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86b27072-b499-4c42-917f-cdabaeddfc2c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fc81854a-dd41-4a1d-b5f2-91d407fa244d {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}
@media (max-width: 767px){#s-fc81854a-dd41-4a1d-b5f2-91d407fa244d {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-b7797fad-5cc6-4d7f-bed8-ecc15d208407 {
  display: none;
}
#s-85fa462a-cfca-47ea-aae0-5816e1fbe847 {
  text-align: center;
}







  #s-85fa462a-cfca-47ea-aae0-5816e1fbe847 img.shogun-image {
    

    
    
    
  }


#s-85fa462a-cfca-47ea-aae0-5816e1fbe847 .shogun-image-content {
  
    align-items: center;
  
}

#s-beac3c58-5364-4db5-aa81-80b5f3375103 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-beac3c58-5364-4db5-aa81-80b5f3375103 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-9a87156c-f458-4808-bf2b-9bc368a8423c {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
min-height: 130px;
}

#s-2f376936-3e78-4387-8f48-aed72011a8c2 {
  margin-top: -10px;
margin-bottom: -10px;
}

#s-2f376936-3e78-4387-8f48-aed72011a8c2 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-609c8f8b-dfb0-4a2e-8966-8a322e1dd795 {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-609c8f8b-dfb0-4a2e-8966-8a322e1dd795"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-609c8f8b-dfb0-4a2e-8966-8a322e1dd795"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-609c8f8b-dfb0-4a2e-8966-8a322e1dd795"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-609c8f8b-dfb0-4a2e-8966-8a322e1dd795"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-609c8f8b-dfb0-4a2e-8966-8a322e1dd795"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-609c8f8b-dfb0-4a2e-8966-8a322e1dd795"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-609c8f8b-dfb0-4a2e-8966-8a322e1dd795"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-83abf498-e8b8-4af4-a0c7-10d31a744745 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: -10px;
}

#s-175e82d8-8832-4c09-973a-5b242e1caa88 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-4f53cd5d-fa74-4ae1-afee-fc358a1c7d81 {
  margin-top: 12px;
margin-left: -10px;
margin-bottom: 10px;
text-align: left;
}

#s-4f53cd5d-fa74-4ae1-afee-fc358a1c7d81 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4f53cd5d-fa74-4ae1-afee-fc358a1c7d81 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-4f53cd5d-fa74-4ae1-afee-fc358a1c7d81 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ea3fc2ea-0a39-4c7f-a71d-40b7c2578c35 {
  min-height: 20px;
background-color: rgba(0, 0, 0, 1);
}








#s-ea3fc2ea-0a39-4c7f-a71d-40b7c2578c35 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea3fc2ea-0a39-4c7f-a71d-40b7c2578c35.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-641fe29b-35fb-426a-b61d-51ae9eb243ac {
  padding-top: 10px;
padding-left: 30%;
padding-bottom: 10px;
padding-right: 30%;
border-radius: 2px;
max-width: 600px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
}
#s-641fe29b-35fb-426a-b61d-51ae9eb243ac:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-641fe29b-35fb-426a-b61d-51ae9eb243ac:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-641fe29b-35fb-426a-b61d-51ae9eb243ac {
  padding-left: 10%;
padding-right: 10%;
}
}


#s-641fe29b-35fb-426a-b61d-51ae9eb243ac {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-641fe29b-35fb-426a-b61d-51ae9eb243ac.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-641fe29b-35fb-426a-b61d-51ae9eb243ac.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Futura;
  display:  inline-block ;
}

#s-641fe29b-35fb-426a-b61d-51ae9eb243ac.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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