.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * 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: flex;
  width: 100%;
}

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  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 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-fb510a08-ea82-4086-ab41-cc3fa474ee81 {
  background-image: url(https://i.shgcdn.com/d897c238-ccbf-4307-92fc-d82d577fc0dc/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: repeat;
background-size: contain;
border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(253, 166, 166, 0);
border-style: solid;
min-height: 50px;
background-position: center center;
}








#s-fb510a08-ea82-4086-ab41-cc3fa474ee81 > .shg-box-overlay {
  background-color: rgba(95, 95, 95, 1);
  opacity: 0.1;
}#s-fb510a08-ea82-4086-ab41-cc3fa474ee81.shg-box.shg-c {
  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: #000;
  text-transform: none;
  font-weight: normal;
  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-c691d8bb-5a52-41ed-b197-8efce0941e63 {
  margin-top: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c691d8bb-5a52-41ed-b197-8efce0941e63 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-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;
}
#s-2d2a14c8-1158-41d0-a8e4-437a0ad62592 {
  text-align: center;
}




  #s-2d2a14c8-1158-41d0-a8e4-437a0ad62592 img.shogun-image {
    
    width: px;
  }


#s-2d2a14c8-1158-41d0-a8e4-437a0ad62592 .shogun-image-content {
  
    align-items: center;
  
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

#s-b28c9c6c-a807-45a4-b3bb-1330200c73bf {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(206, 197, 197, 0);
border-style: solid;
background-color: rgba(255, 255, 255, 0);
}

@media (min-width: 0px) {
[id="s-b28c9c6c-a807-45a4-b3bb-1330200c73bf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b28c9c6c-a807-45a4-b3bb-1330200c73bf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b28c9c6c-a807-45a4-b3bb-1330200c73bf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b28c9c6c-a807-45a4-b3bb-1330200c73bf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b28c9c6c-a807-45a4-b3bb-1330200c73bf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b28c9c6c-a807-45a4-b3bb-1330200c73bf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b28c9c6c-a807-45a4-b3bb-1330200c73bf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b28c9c6c-a807-45a4-b3bb-1330200c73bf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b28c9c6c-a807-45a4-b3bb-1330200c73bf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b28c9c6c-a807-45a4-b3bb-1330200c73bf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b28c9c6c-a807-45a4-b3bb-1330200c73bf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b28c9c6c-a807-45a4-b3bb-1330200c73bf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b28c9c6c-a807-45a4-b3bb-1330200c73bf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b28c9c6c-a807-45a4-b3bb-1330200c73bf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b28c9c6c-a807-45a4-b3bb-1330200c73bf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b28c9c6c-a807-45a4-b3bb-1330200c73bf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b28c9c6c-a807-45a4-b3bb-1330200c73bf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b28c9c6c-a807-45a4-b3bb-1330200c73bf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b28c9c6c-a807-45a4-b3bb-1330200c73bf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b28c9c6c-a807-45a4-b3bb-1330200c73bf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b28c9c6c-a807-45a4-b3bb-1330200c73bf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b28c9c6c-a807-45a4-b3bb-1330200c73bf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b28c9c6c-a807-45a4-b3bb-1330200c73bf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b28c9c6c-a807-45a4-b3bb-1330200c73bf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b28c9c6c-a807-45a4-b3bb-1330200c73bf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b28c9c6c-a807-45a4-b3bb-1330200c73bf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b28c9c6c-a807-45a4-b3bb-1330200c73bf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b28c9c6c-a807-45a4-b3bb-1330200c73bf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b28c9c6c-a807-45a4-b3bb-1330200c73bf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b28c9c6c-a807-45a4-b3bb-1330200c73bf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b28c9c6c-a807-45a4-b3bb-1330200c73bf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b28c9c6c-a807-45a4-b3bb-1330200c73bf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b28c9c6c-a807-45a4-b3bb-1330200c73bf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b28c9c6c-a807-45a4-b3bb-1330200c73bf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b28c9c6c-a807-45a4-b3bb-1330200c73bf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b28c9c6c-a807-45a4-b3bb-1330200c73bf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b28c9c6c-a807-45a4-b3bb-1330200c73bf"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

.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 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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.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 {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          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;
}

#s-22954a20-2566-4f5c-90ca-c1889ce903e1 {
  padding-top: 50px;
padding-left: 100px;
padding-bottom: 50px;
padding-right: 100px;
}
@media (max-width: 767px){#s-22954a20-2566-4f5c-90ca-c1889ce903e1 {
  padding-left: 40px;
padding-right: 40px;
}
}
@media (min-width: 0px) {
[id="s-256422fe-0974-40e4-888f-a0ae1d3f5adc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-256422fe-0974-40e4-888f-a0ae1d3f5adc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-256422fe-0974-40e4-888f-a0ae1d3f5adc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-256422fe-0974-40e4-888f-a0ae1d3f5adc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-256422fe-0974-40e4-888f-a0ae1d3f5adc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-256422fe-0974-40e4-888f-a0ae1d3f5adc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-256422fe-0974-40e4-888f-a0ae1d3f5adc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-256422fe-0974-40e4-888f-a0ae1d3f5adc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-256422fe-0974-40e4-888f-a0ae1d3f5adc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-256422fe-0974-40e4-888f-a0ae1d3f5adc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-256422fe-0974-40e4-888f-a0ae1d3f5adc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-256422fe-0974-40e4-888f-a0ae1d3f5adc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-256422fe-0974-40e4-888f-a0ae1d3f5adc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-256422fe-0974-40e4-888f-a0ae1d3f5adc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-256422fe-0974-40e4-888f-a0ae1d3f5adc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-256422fe-0974-40e4-888f-a0ae1d3f5adc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-256422fe-0974-40e4-888f-a0ae1d3f5adc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-256422fe-0974-40e4-888f-a0ae1d3f5adc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-256422fe-0974-40e4-888f-a0ae1d3f5adc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-256422fe-0974-40e4-888f-a0ae1d3f5adc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-256422fe-0974-40e4-888f-a0ae1d3f5adc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-256422fe-0974-40e4-888f-a0ae1d3f5adc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-256422fe-0974-40e4-888f-a0ae1d3f5adc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-256422fe-0974-40e4-888f-a0ae1d3f5adc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-256422fe-0974-40e4-888f-a0ae1d3f5adc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-256422fe-0974-40e4-888f-a0ae1d3f5adc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-256422fe-0974-40e4-888f-a0ae1d3f5adc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-256422fe-0974-40e4-888f-a0ae1d3f5adc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-256422fe-0974-40e4-888f-a0ae1d3f5adc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-256422fe-0974-40e4-888f-a0ae1d3f5adc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-256422fe-0974-40e4-888f-a0ae1d3f5adc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-256422fe-0974-40e4-888f-a0ae1d3f5adc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-256422fe-0974-40e4-888f-a0ae1d3f5adc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-256422fe-0974-40e4-888f-a0ae1d3f5adc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-256422fe-0974-40e4-888f-a0ae1d3f5adc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-256422fe-0974-40e4-888f-a0ae1d3f5adc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-256422fe-0974-40e4-888f-a0ae1d3f5adc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

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

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  image-rendering: -webkit-optimize-contrast;
}

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-561117ad-b2a6-4acf-b7f3-2e750411d5c5 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-561117ad-b2a6-4acf-b7f3-2e750411d5c5 {
  margin-bottom: 0px;
}
}
#s-561117ad-b2a6-4acf-b7f3-2e750411d5c5 .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-561117ad-b2a6-4acf-b7f3-2e750411d5c5 .shg-sld-nav-button.shg-sld-left,
#s-561117ad-b2a6-4acf-b7f3-2e750411d5c5 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-30edcdf4-54cb-4c23-bc26-35f2e3d6e055 {
  text-align: center;
opacity: 1;
}
#s-30edcdf4-54cb-4c23-bc26-35f2e3d6e055:hover {opacity: 0.5 !important;}



  #s-30edcdf4-54cb-4c23-bc26-35f2e3d6e055 img.shogun-image {
    
    width: px;
  }


#s-30edcdf4-54cb-4c23-bc26-35f2e3d6e055 .shogun-image-content {
  
    align-items: center;
  
}

#s-45dade7f-ae83-4649-8e1b-701562e8f243 {
  text-align: center;
opacity: 1;
}
#s-45dade7f-ae83-4649-8e1b-701562e8f243:hover {opacity: 0.5 !important;}



  #s-45dade7f-ae83-4649-8e1b-701562e8f243 img.shogun-image {
    
    width: px;
  }


#s-45dade7f-ae83-4649-8e1b-701562e8f243 .shogun-image-content {
  
    align-items: center;
  
}

#s-0e1a3fa0-2bd0-4168-8092-5f169b0f5f2a {
  text-align: center;
opacity: 1;
}
#s-0e1a3fa0-2bd0-4168-8092-5f169b0f5f2a:hover {opacity: 0.5 !important;}



  #s-0e1a3fa0-2bd0-4168-8092-5f169b0f5f2a img.shogun-image {
    
    width: px;
  }


#s-0e1a3fa0-2bd0-4168-8092-5f169b0f5f2a .shogun-image-content {
  
    align-items: center;
  
}

#s-13a23552-42a6-46b6-8cbe-880083438f03 {
  text-align: center;
opacity: 1;
}
#s-13a23552-42a6-46b6-8cbe-880083438f03:hover {opacity: 0.5 !important;}



  #s-13a23552-42a6-46b6-8cbe-880083438f03 img.shogun-image {
    
    width: px;
  }


#s-13a23552-42a6-46b6-8cbe-880083438f03 .shogun-image-content {
  
    align-items: center;
  
}

#s-004ced89-dd2f-418e-8a6e-2bafc8114dee {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-004ced89-dd2f-418e-8a6e-2bafc8114dee"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

[id="s-004ced89-dd2f-418e-8a6e-2bafc8114dee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-004ced89-dd2f-418e-8a6e-2bafc8114dee"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-004ced89-dd2f-418e-8a6e-2bafc8114dee"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-004ced89-dd2f-418e-8a6e-2bafc8114dee"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-004ced89-dd2f-418e-8a6e-2bafc8114dee"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-004ced89-dd2f-418e-8a6e-2bafc8114dee"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-004ced89-dd2f-418e-8a6e-2bafc8114dee"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-004ced89-dd2f-418e-8a6e-2bafc8114dee"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-004ced89-dd2f-418e-8a6e-2bafc8114dee"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-004ced89-dd2f-418e-8a6e-2bafc8114dee"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-004ced89-dd2f-418e-8a6e-2bafc8114dee"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-004ced89-dd2f-418e-8a6e-2bafc8114dee"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-004ced89-dd2f-418e-8a6e-2bafc8114dee"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-004ced89-dd2f-418e-8a6e-2bafc8114dee"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-004ced89-dd2f-418e-8a6e-2bafc8114dee"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-004ced89-dd2f-418e-8a6e-2bafc8114dee"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-004ced89-dd2f-418e-8a6e-2bafc8114dee"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-004ced89-dd2f-418e-8a6e-2bafc8114dee"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-004ced89-dd2f-418e-8a6e-2bafc8114dee"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-004ced89-dd2f-418e-8a6e-2bafc8114dee"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-004ced89-dd2f-418e-8a6e-2bafc8114dee"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-004ced89-dd2f-418e-8a6e-2bafc8114dee"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-004ced89-dd2f-418e-8a6e-2bafc8114dee"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-004ced89-dd2f-418e-8a6e-2bafc8114dee"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-004ced89-dd2f-418e-8a6e-2bafc8114dee"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-004ced89-dd2f-418e-8a6e-2bafc8114dee"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-004ced89-dd2f-418e-8a6e-2bafc8114dee"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-004ced89-dd2f-418e-8a6e-2bafc8114dee"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-004ced89-dd2f-418e-8a6e-2bafc8114dee"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-004ced89-dd2f-418e-8a6e-2bafc8114dee"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-004ced89-dd2f-418e-8a6e-2bafc8114dee"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-004ced89-dd2f-418e-8a6e-2bafc8114dee"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-004ced89-dd2f-418e-8a6e-2bafc8114dee"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-004ced89-dd2f-418e-8a6e-2bafc8114dee"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-004ced89-dd2f-418e-8a6e-2bafc8114dee"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-004ced89-dd2f-418e-8a6e-2bafc8114dee"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-004ced89-dd2f-418e-8a6e-2bafc8114dee"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-59caa886-5ba8-411c-9a47-d23b667bf68a {
  text-align: center;
opacity: 1;
}
#s-59caa886-5ba8-411c-9a47-d23b667bf68a:hover {opacity: 0.5 !important;}@media (max-width: 767px){#s-59caa886-5ba8-411c-9a47-d23b667bf68a {
  margin-bottom: 10px;
}
}



  #s-59caa886-5ba8-411c-9a47-d23b667bf68a img.shogun-image {
    
    width: px;
  }


#s-59caa886-5ba8-411c-9a47-d23b667bf68a .shogun-image-content {
  
    align-items: center;
  
}

#s-a355673c-5e53-4991-8611-5c272cbbc4cb {
  text-align: center;
opacity: 1;
}
#s-a355673c-5e53-4991-8611-5c272cbbc4cb:hover {opacity: 0.5 !important;}@media (max-width: 767px){#s-a355673c-5e53-4991-8611-5c272cbbc4cb {
  margin-bottom: 10px;
}
}



  #s-a355673c-5e53-4991-8611-5c272cbbc4cb img.shogun-image {
    
    width: px;
  }


#s-a355673c-5e53-4991-8611-5c272cbbc4cb .shogun-image-content {
  
    align-items: center;
  
}

#s-ff4bd4bd-243e-4d77-b4db-9df677d75d77 {
  text-align: center;
opacity: 1;
}
#s-ff4bd4bd-243e-4d77-b4db-9df677d75d77:hover {opacity: 0.5 !important;}



  #s-ff4bd4bd-243e-4d77-b4db-9df677d75d77 img.shogun-image {
    
    width: px;
  }


#s-ff4bd4bd-243e-4d77-b4db-9df677d75d77 .shogun-image-content {
  
    align-items: center;
  
}

#s-67655fd0-1a32-4ae6-99c8-eec4a298304a {
  text-align: center;
opacity: 1;
}
#s-67655fd0-1a32-4ae6-99c8-eec4a298304a:hover {opacity: 0.5 !important;}



  #s-67655fd0-1a32-4ae6-99c8-eec4a298304a img.shogun-image {
    
    width: px;
  }


#s-67655fd0-1a32-4ae6-99c8-eec4a298304a .shogun-image-content {
  
    align-items: center;
  
}

#s-eafc3430-8ebe-4b2c-a203-c1169355e7d8 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 50px;
padding-left: 100px;
padding-bottom: 50px;
padding-right: 100px;
}
@media (min-width: 1200px){#s-eafc3430-8ebe-4b2c-a203-c1169355e7d8 {
  margin-top: 30px;
margin-bottom: 30px;
}
}@media (max-width: 767px){#s-eafc3430-8ebe-4b2c-a203-c1169355e7d8 {
  margin-top: -20px;
margin-bottom: -20px;
padding-left: 40px;
padding-right: 40px;
}
}
#s-0c673a4e-993e-41ba-a3c0-33de15684a9d {
  margin-top: 20px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-0c673a4e-993e-41ba-a3c0-33de15684a9d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0c673a4e-993e-41ba-a3c0-33de15684a9d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0c673a4e-993e-41ba-a3c0-33de15684a9d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0c673a4e-993e-41ba-a3c0-33de15684a9d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0c673a4e-993e-41ba-a3c0-33de15684a9d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0c673a4e-993e-41ba-a3c0-33de15684a9d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0c673a4e-993e-41ba-a3c0-33de15684a9d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0c673a4e-993e-41ba-a3c0-33de15684a9d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0c673a4e-993e-41ba-a3c0-33de15684a9d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0c673a4e-993e-41ba-a3c0-33de15684a9d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0c673a4e-993e-41ba-a3c0-33de15684a9d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0c673a4e-993e-41ba-a3c0-33de15684a9d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0c673a4e-993e-41ba-a3c0-33de15684a9d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0c673a4e-993e-41ba-a3c0-33de15684a9d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0c673a4e-993e-41ba-a3c0-33de15684a9d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0c673a4e-993e-41ba-a3c0-33de15684a9d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0c673a4e-993e-41ba-a3c0-33de15684a9d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0c673a4e-993e-41ba-a3c0-33de15684a9d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0c673a4e-993e-41ba-a3c0-33de15684a9d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0c673a4e-993e-41ba-a3c0-33de15684a9d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0c673a4e-993e-41ba-a3c0-33de15684a9d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0c673a4e-993e-41ba-a3c0-33de15684a9d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0c673a4e-993e-41ba-a3c0-33de15684a9d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0c673a4e-993e-41ba-a3c0-33de15684a9d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0c673a4e-993e-41ba-a3c0-33de15684a9d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0c673a4e-993e-41ba-a3c0-33de15684a9d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0c673a4e-993e-41ba-a3c0-33de15684a9d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0c673a4e-993e-41ba-a3c0-33de15684a9d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0c673a4e-993e-41ba-a3c0-33de15684a9d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0c673a4e-993e-41ba-a3c0-33de15684a9d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0c673a4e-993e-41ba-a3c0-33de15684a9d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0c673a4e-993e-41ba-a3c0-33de15684a9d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0c673a4e-993e-41ba-a3c0-33de15684a9d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0c673a4e-993e-41ba-a3c0-33de15684a9d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0c673a4e-993e-41ba-a3c0-33de15684a9d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0c673a4e-993e-41ba-a3c0-33de15684a9d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0c673a4e-993e-41ba-a3c0-33de15684a9d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-0c673a4e-993e-41ba-a3c0-33de15684a9d"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-8640dd86-7344-4717-a58b-5c6a72d5ff4a {
  margin-top: 50px;
margin-bottom: 50px;
padding-top: 50px;
padding-left: 100px;
padding-bottom: 50px;
padding-right: 100px;
}
@media (max-width: 767px){#s-8640dd86-7344-4717-a58b-5c6a72d5ff4a {
  margin-top: -10px;
padding-left: 40px;
padding-right: 40px;
}
}
#s-e471a94b-7c8d-4b15-9802-70fb07958cc0 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-e471a94b-7c8d-4b15-9802-70fb07958cc0 .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-e471a94b-7c8d-4b15-9802-70fb07958cc0 .shg-sld-nav-button.shg-sld-left,
#s-e471a94b-7c8d-4b15-9802-70fb07958cc0 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-f784b642-668a-4b28-8198-0e3c520f14ce {
  text-align: center;
opacity: 1;
}
#s-f784b642-668a-4b28-8198-0e3c520f14ce:hover {opacity: 0.5 !important;}



  #s-f784b642-668a-4b28-8198-0e3c520f14ce img.shogun-image {
    
    width: px;
  }


#s-f784b642-668a-4b28-8198-0e3c520f14ce .shogun-image-content {
  
    align-items: center;
  
}

#s-e13e9b8b-30ee-482f-bd09-981d354133be {
  text-align: center;
opacity: 1;
}
#s-e13e9b8b-30ee-482f-bd09-981d354133be:hover {opacity: 0.5 !important;}



  #s-e13e9b8b-30ee-482f-bd09-981d354133be img.shogun-image {
    
    width: px;
  }


#s-e13e9b8b-30ee-482f-bd09-981d354133be .shogun-image-content {
  
    align-items: center;
  
}

#s-d88dec36-5a09-46e2-a897-ee75e474891f {
  text-align: center;
opacity: 1;
}
#s-d88dec36-5a09-46e2-a897-ee75e474891f:hover {opacity: 0.5 !important;}



  #s-d88dec36-5a09-46e2-a897-ee75e474891f img.shogun-image {
    
    width: px;
  }


#s-d88dec36-5a09-46e2-a897-ee75e474891f .shogun-image-content {
  
    align-items: center;
  
}

#s-9f327872-9cca-40cc-bfbc-ecbd85a5e10f {
  text-align: center;
opacity: 1;
}
#s-9f327872-9cca-40cc-bfbc-ecbd85a5e10f:hover {opacity: 0.5 !important;}



  #s-9f327872-9cca-40cc-bfbc-ecbd85a5e10f img.shogun-image {
    
    width: px;
  }


#s-9f327872-9cca-40cc-bfbc-ecbd85a5e10f .shogun-image-content {
  
    align-items: center;
  
}

#s-47585de8-1ca5-467f-ae04-d6f7f2468152 {
  min-height: 50px;
}








#s-47585de8-1ca5-467f-ae04-d6f7f2468152 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-47585de8-1ca5-467f-ae04-d6f7f2468152.shg-box.shg-c {
  justify-content: center;
}

#s-b4321161-819b-47e2-ac8d-4e44e6cdcedf {
  margin-left: 5%;
margin-right: 5%;
}
@media (max-width: 767px){#s-b4321161-819b-47e2-ac8d-4e44e6cdcedf {
  margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-b4321161-819b-47e2-ac8d-4e44e6cdcedf"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

[id="s-b4321161-819b-47e2-ac8d-4e44e6cdcedf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b4321161-819b-47e2-ac8d-4e44e6cdcedf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-b4321161-819b-47e2-ac8d-4e44e6cdcedf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-b4321161-819b-47e2-ac8d-4e44e6cdcedf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-b4321161-819b-47e2-ac8d-4e44e6cdcedf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-b4321161-819b-47e2-ac8d-4e44e6cdcedf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-b4321161-819b-47e2-ac8d-4e44e6cdcedf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-b4321161-819b-47e2-ac8d-4e44e6cdcedf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-b4321161-819b-47e2-ac8d-4e44e6cdcedf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-b4321161-819b-47e2-ac8d-4e44e6cdcedf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-b4321161-819b-47e2-ac8d-4e44e6cdcedf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-b4321161-819b-47e2-ac8d-4e44e6cdcedf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-b4321161-819b-47e2-ac8d-4e44e6cdcedf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-b4321161-819b-47e2-ac8d-4e44e6cdcedf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-b4321161-819b-47e2-ac8d-4e44e6cdcedf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-b4321161-819b-47e2-ac8d-4e44e6cdcedf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-b4321161-819b-47e2-ac8d-4e44e6cdcedf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-b4321161-819b-47e2-ac8d-4e44e6cdcedf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-b4321161-819b-47e2-ac8d-4e44e6cdcedf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-b4321161-819b-47e2-ac8d-4e44e6cdcedf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-b4321161-819b-47e2-ac8d-4e44e6cdcedf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-b4321161-819b-47e2-ac8d-4e44e6cdcedf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-b4321161-819b-47e2-ac8d-4e44e6cdcedf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-b4321161-819b-47e2-ac8d-4e44e6cdcedf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-b4321161-819b-47e2-ac8d-4e44e6cdcedf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-b4321161-819b-47e2-ac8d-4e44e6cdcedf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-b4321161-819b-47e2-ac8d-4e44e6cdcedf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-b4321161-819b-47e2-ac8d-4e44e6cdcedf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-b4321161-819b-47e2-ac8d-4e44e6cdcedf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-b4321161-819b-47e2-ac8d-4e44e6cdcedf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-b4321161-819b-47e2-ac8d-4e44e6cdcedf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-b4321161-819b-47e2-ac8d-4e44e6cdcedf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-b4321161-819b-47e2-ac8d-4e44e6cdcedf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-b4321161-819b-47e2-ac8d-4e44e6cdcedf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-b4321161-819b-47e2-ac8d-4e44e6cdcedf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-b4321161-819b-47e2-ac8d-4e44e6cdcedf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-b4321161-819b-47e2-ac8d-4e44e6cdcedf"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-a8f3d3c0-4ed7-45ab-bfd8-7f59919b504a {
  text-align: center;
opacity: 1;
}
#s-a8f3d3c0-4ed7-45ab-bfd8-7f59919b504a:hover {opacity: 0.5 !important;}@media (max-width: 767px){#s-a8f3d3c0-4ed7-45ab-bfd8-7f59919b504a {
  margin-bottom: 10px;
}
}



  #s-a8f3d3c0-4ed7-45ab-bfd8-7f59919b504a img.shogun-image {
    
    width: px;
  }


#s-a8f3d3c0-4ed7-45ab-bfd8-7f59919b504a .shogun-image-content {
  
    align-items: center;
  
}

#s-762ff1a6-e93d-4231-907a-c77e12ba4c78 {
  text-align: center;
opacity: 1;
}
#s-762ff1a6-e93d-4231-907a-c77e12ba4c78:hover {opacity: 0.5 !important;}@media (max-width: 767px){#s-762ff1a6-e93d-4231-907a-c77e12ba4c78 {
  margin-bottom: 10px;
}
}



  #s-762ff1a6-e93d-4231-907a-c77e12ba4c78 img.shogun-image {
    
    width: px;
  }


#s-762ff1a6-e93d-4231-907a-c77e12ba4c78 .shogun-image-content {
  
    align-items: center;
  
}

#s-d0044b58-fe03-445c-bb1b-3fef54ad569f {
  text-align: center;
opacity: 1;
}
#s-d0044b58-fe03-445c-bb1b-3fef54ad569f:hover {opacity: 0.5 !important;}



  #s-d0044b58-fe03-445c-bb1b-3fef54ad569f img.shogun-image {
    
    width: px;
  }


#s-d0044b58-fe03-445c-bb1b-3fef54ad569f .shogun-image-content {
  
    align-items: center;
  
}

#s-e3513bc7-9e5d-4f85-bd7e-fb9cdcbc13d2 {
  text-align: center;
opacity: 1;
}
#s-e3513bc7-9e5d-4f85-bd7e-fb9cdcbc13d2:hover {opacity: 0.5 !important;}



  #s-e3513bc7-9e5d-4f85-bd7e-fb9cdcbc13d2 img.shogun-image {
    
    width: px;
  }


#s-e3513bc7-9e5d-4f85-bd7e-fb9cdcbc13d2 .shogun-image-content {
  
    align-items: center;
  
}

#s-9bfb19c7-2a02-4052-848c-b1e2830d5462 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 50px;
padding-left: 100px;
padding-bottom: 50px;
padding-right: 100px;
}
@media (max-width: 767px){#s-9bfb19c7-2a02-4052-848c-b1e2830d5462 {
  margin-top: -100px;
margin-bottom: 40px;
padding-left: 40px;
padding-right: 40px;
}
}
#s-5d4d96f5-a2e3-47cc-9da4-937b9b7b99a6 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-5d4d96f5-a2e3-47cc-9da4-937b9b7b99a6 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-57180231-6353-4950-a1ed-28fe3dfeb38e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-57180231-6353-4950-a1ed-28fe3dfeb38e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0ce51c8e-a680-453b-a0b0-297763efe73d {
  min-height: 50px;
}








#s-0ce51c8e-a680-453b-a0b0-297763efe73d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ce51c8e-a680-453b-a0b0-297763efe73d.shg-box.shg-c {
  justify-content: center;
}

#s-c2ab00da-e773-4918-a1e3-35d0ceebaf22 {
  min-height: 50px;
}








#s-c2ab00da-e773-4918-a1e3-35d0ceebaf22 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c2ab00da-e773-4918-a1e3-35d0ceebaf22.shg-box.shg-c {
  justify-content: center;
}

#s-930474d9-ea0a-4a5a-bcfb-b0e7a00bbef8 {
  min-height: 50px;
}








#s-930474d9-ea0a-4a5a-bcfb-b0e7a00bbef8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-930474d9-ea0a-4a5a-bcfb-b0e7a00bbef8.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-98695488-a7ca-4b42-ad3b-34cad93b7925 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-98695488-a7ca-4b42-ad3b-34cad93b7925 .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-98695488-a7ca-4b42-ad3b-34cad93b7925 .shg-sld-nav-button.shg-sld-left,
#s-98695488-a7ca-4b42-ad3b-34cad93b7925 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-43061995-7c41-4f5c-9b1e-658494029e89 {
  text-align: center;
}
#s-43061995-7c41-4f5c-9b1e-658494029e89:hover {opacity: 0.5 !important;}



  #s-43061995-7c41-4f5c-9b1e-658494029e89 img.shogun-image {
    
    width: px;
  }


#s-43061995-7c41-4f5c-9b1e-658494029e89 .shogun-image-content {
  
    align-items: center;
  
}

#s-a983dfc2-0d36-4b43-b935-4a120b7f3c9e {
  text-align: center;
}
#s-a983dfc2-0d36-4b43-b935-4a120b7f3c9e:hover {opacity: 0.5 !important;}



  #s-a983dfc2-0d36-4b43-b935-4a120b7f3c9e img.shogun-image {
    
    width: px;
  }


#s-a983dfc2-0d36-4b43-b935-4a120b7f3c9e .shogun-image-content {
  
    align-items: center;
  
}

#s-5c80c75c-b2c6-4baa-bf03-b38c90fd2e18 {
  text-align: center;
}
#s-5c80c75c-b2c6-4baa-bf03-b38c90fd2e18:hover {opacity: 0.5 !important;}



  #s-5c80c75c-b2c6-4baa-bf03-b38c90fd2e18 img.shogun-image {
    
    width: px;
  }


#s-5c80c75c-b2c6-4baa-bf03-b38c90fd2e18 .shogun-image-content {
  
    align-items: center;
  
}

#s-5aa5595c-0c84-4505-a428-0165724466bc {
  text-align: center;
}
#s-5aa5595c-0c84-4505-a428-0165724466bc:hover {opacity: 0.5 !important;}



  #s-5aa5595c-0c84-4505-a428-0165724466bc img.shogun-image {
    
    width: px;
  }


#s-5aa5595c-0c84-4505-a428-0165724466bc .shogun-image-content {
  
    align-items: center;
  
}

#s-d056b968-5803-4582-a14d-47fcc09cb206 {
  text-align: center;
}
#s-d056b968-5803-4582-a14d-47fcc09cb206:hover {opacity: 0.5 !important;}



  #s-d056b968-5803-4582-a14d-47fcc09cb206 img.shogun-image {
    
    width: px;
  }


#s-d056b968-5803-4582-a14d-47fcc09cb206 .shogun-image-content {
  
    align-items: center;
  
}

#s-d706a9ad-4ac2-4ab0-9eb7-5352d101c349 {
  text-align: center;
}
#s-d706a9ad-4ac2-4ab0-9eb7-5352d101c349:hover {opacity: 0.5 !important;}



  #s-d706a9ad-4ac2-4ab0-9eb7-5352d101c349 img.shogun-image {
    
    width: px;
  }


#s-d706a9ad-4ac2-4ab0-9eb7-5352d101c349 .shogun-image-content {
  
    align-items: center;
  
}

#s-10acdd03-bd91-4422-8ae6-f999a1a106de {
  text-align: center;
}




  #s-10acdd03-bd91-4422-8ae6-f999a1a106de img.shogun-image {
    
    width: px;
  }


#s-10acdd03-bd91-4422-8ae6-f999a1a106de .shogun-image-content {
  
    align-items: center;
  
}

#s-56f2edba-c2c9-46fb-8913-4476f4a82805 {
  text-align: center;
}




  #s-56f2edba-c2c9-46fb-8913-4476f4a82805 img.shogun-image {
    
    width: px;
  }


#s-56f2edba-c2c9-46fb-8913-4476f4a82805 .shogun-image-content {
  
    align-items: center;
  
}

#s-c59cb1ac-9464-4b7c-8b8a-a77efd3652d2 {
  text-align: center;
}




  #s-c59cb1ac-9464-4b7c-8b8a-a77efd3652d2 img.shogun-image {
    
    width: px;
  }


#s-c59cb1ac-9464-4b7c-8b8a-a77efd3652d2 .shogun-image-content {
  
    align-items: center;
  
}

#s-eaead48d-fcb0-43b6-bec5-a81793ca5f70 {
  text-align: center;
}




  #s-eaead48d-fcb0-43b6-bec5-a81793ca5f70 img.shogun-image {
    
    width: px;
  }


#s-eaead48d-fcb0-43b6-bec5-a81793ca5f70 .shogun-image-content {
  
    align-items: center;
  
}

#s-f8305a4f-5af9-4a5f-89e8-ef91f5841dd6 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-f8305a4f-5af9-4a5f-89e8-ef91f5841dd6 .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-f8305a4f-5af9-4a5f-89e8-ef91f5841dd6 .shg-sld-nav-button.shg-sld-left,
#s-f8305a4f-5af9-4a5f-89e8-ef91f5841dd6 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-956945a7-b193-4549-8d87-13d73ee9ed9a {
  text-align: center;
}
#s-956945a7-b193-4549-8d87-13d73ee9ed9a:hover {opacity: 0.5 !important;}



  #s-956945a7-b193-4549-8d87-13d73ee9ed9a img.shogun-image {
    
    width: px;
  }


#s-956945a7-b193-4549-8d87-13d73ee9ed9a .shogun-image-content {
  
    align-items: center;
  
}

#s-18c477a5-bc70-458a-8c34-5f4edfd8fefe {
  text-align: center;
}
#s-18c477a5-bc70-458a-8c34-5f4edfd8fefe:hover {opacity: 0.5 !important;}



  #s-18c477a5-bc70-458a-8c34-5f4edfd8fefe img.shogun-image {
    
    width: px;
  }


#s-18c477a5-bc70-458a-8c34-5f4edfd8fefe .shogun-image-content {
  
    align-items: center;
  
}

#s-8e879bcd-e4b7-4892-bf94-67e67ca6235a {
  text-align: center;
}
#s-8e879bcd-e4b7-4892-bf94-67e67ca6235a:hover {opacity: 0.5 !important;}



  #s-8e879bcd-e4b7-4892-bf94-67e67ca6235a img.shogun-image {
    
    width: px;
  }


#s-8e879bcd-e4b7-4892-bf94-67e67ca6235a .shogun-image-content {
  
    align-items: center;
  
}

#s-6486eed2-f3d5-4bd0-99c5-aa69fb427add {
  text-align: center;
}
#s-6486eed2-f3d5-4bd0-99c5-aa69fb427add:hover {opacity: 0.5 !important;}



  #s-6486eed2-f3d5-4bd0-99c5-aa69fb427add img.shogun-image {
    
    width: px;
  }


#s-6486eed2-f3d5-4bd0-99c5-aa69fb427add .shogun-image-content {
  
    align-items: center;
  
}

#s-b662a2b0-076f-4094-bbc5-8b7a3552e596 {
  text-align: center;
}
#s-b662a2b0-076f-4094-bbc5-8b7a3552e596:hover {opacity: 0.5 !important;}



  #s-b662a2b0-076f-4094-bbc5-8b7a3552e596 img.shogun-image {
    
    width: px;
  }


#s-b662a2b0-076f-4094-bbc5-8b7a3552e596 .shogun-image-content {
  
    align-items: center;
  
}

#s-6f38dc55-468b-4c5e-81ec-b1b63797424c {
  text-align: center;
}
#s-6f38dc55-468b-4c5e-81ec-b1b63797424c:hover {opacity: 0.5 !important;}



  #s-6f38dc55-468b-4c5e-81ec-b1b63797424c img.shogun-image {
    
    width: px;
  }


#s-6f38dc55-468b-4c5e-81ec-b1b63797424c .shogun-image-content {
  
    align-items: center;
  
}

#s-bdd3ecb6-9b92-47dd-9b9b-4ea02b61f982 {
  text-align: center;
}




  #s-bdd3ecb6-9b92-47dd-9b9b-4ea02b61f982 img.shogun-image {
    
    width: px;
  }


#s-bdd3ecb6-9b92-47dd-9b9b-4ea02b61f982 .shogun-image-content {
  
    align-items: center;
  
}

#s-39c8f9ff-dd57-4986-be16-72d0251244bd {
  text-align: center;
}




  #s-39c8f9ff-dd57-4986-be16-72d0251244bd img.shogun-image {
    
    width: px;
  }


#s-39c8f9ff-dd57-4986-be16-72d0251244bd .shogun-image-content {
  
    align-items: center;
  
}

#s-e57c8f88-1425-495b-a8d9-965405bcac22 {
  text-align: center;
}




  #s-e57c8f88-1425-495b-a8d9-965405bcac22 img.shogun-image {
    
    width: px;
  }


#s-e57c8f88-1425-495b-a8d9-965405bcac22 .shogun-image-content {
  
    align-items: center;
  
}

#s-0f8a81bb-c926-4e1c-a3e0-911ebbf3b59b {
  text-align: center;
}




  #s-0f8a81bb-c926-4e1c-a3e0-911ebbf3b59b img.shogun-image {
    
    width: px;
  }


#s-0f8a81bb-c926-4e1c-a3e0-911ebbf3b59b .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-474475ef-f563-4e23-86dd-877d105c7bb5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-474475ef-f563-4e23-86dd-877d105c7bb5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-474475ef-f563-4e23-86dd-877d105c7bb5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-474475ef-f563-4e23-86dd-877d105c7bb5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-474475ef-f563-4e23-86dd-877d105c7bb5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-474475ef-f563-4e23-86dd-877d105c7bb5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-474475ef-f563-4e23-86dd-877d105c7bb5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-474475ef-f563-4e23-86dd-877d105c7bb5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-474475ef-f563-4e23-86dd-877d105c7bb5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-474475ef-f563-4e23-86dd-877d105c7bb5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-474475ef-f563-4e23-86dd-877d105c7bb5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-474475ef-f563-4e23-86dd-877d105c7bb5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-474475ef-f563-4e23-86dd-877d105c7bb5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-474475ef-f563-4e23-86dd-877d105c7bb5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-474475ef-f563-4e23-86dd-877d105c7bb5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-474475ef-f563-4e23-86dd-877d105c7bb5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-474475ef-f563-4e23-86dd-877d105c7bb5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-474475ef-f563-4e23-86dd-877d105c7bb5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-474475ef-f563-4e23-86dd-877d105c7bb5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-474475ef-f563-4e23-86dd-877d105c7bb5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-474475ef-f563-4e23-86dd-877d105c7bb5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-474475ef-f563-4e23-86dd-877d105c7bb5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-474475ef-f563-4e23-86dd-877d105c7bb5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-474475ef-f563-4e23-86dd-877d105c7bb5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-474475ef-f563-4e23-86dd-877d105c7bb5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-474475ef-f563-4e23-86dd-877d105c7bb5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-474475ef-f563-4e23-86dd-877d105c7bb5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-474475ef-f563-4e23-86dd-877d105c7bb5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-474475ef-f563-4e23-86dd-877d105c7bb5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-474475ef-f563-4e23-86dd-877d105c7bb5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-474475ef-f563-4e23-86dd-877d105c7bb5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-474475ef-f563-4e23-86dd-877d105c7bb5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-474475ef-f563-4e23-86dd-877d105c7bb5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-474475ef-f563-4e23-86dd-877d105c7bb5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-474475ef-f563-4e23-86dd-877d105c7bb5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-474475ef-f563-4e23-86dd-877d105c7bb5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-474475ef-f563-4e23-86dd-877d105c7bb5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-c902b3a3-7686-4201-8d2c-89ab8432ad90 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-c902b3a3-7686-4201-8d2c-89ab8432ad90 .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-c902b3a3-7686-4201-8d2c-89ab8432ad90 .shg-sld-nav-button.shg-sld-left,
#s-c902b3a3-7686-4201-8d2c-89ab8432ad90 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-dfe0363b-cc99-4718-a339-fa337e15907b {
  text-align: center;
}
#s-dfe0363b-cc99-4718-a339-fa337e15907b:hover {opacity: 0.5 !important;}



  #s-dfe0363b-cc99-4718-a339-fa337e15907b img.shogun-image {
    
    width: px;
  }


#s-dfe0363b-cc99-4718-a339-fa337e15907b .shogun-image-content {
  
    align-items: center;
  
}

#s-3b51853b-9cee-4b4e-8388-5659ac511dc1 {
  text-align: center;
}
#s-3b51853b-9cee-4b4e-8388-5659ac511dc1:hover {opacity: 0.5 !important;}



  #s-3b51853b-9cee-4b4e-8388-5659ac511dc1 img.shogun-image {
    
    width: px;
  }


#s-3b51853b-9cee-4b4e-8388-5659ac511dc1 .shogun-image-content {
  
    align-items: center;
  
}

#s-e303f1ce-65f4-488f-a5ce-7dcc9f05adcf {
  text-align: center;
}
#s-e303f1ce-65f4-488f-a5ce-7dcc9f05adcf:hover {opacity: 0.5 !important;}



  #s-e303f1ce-65f4-488f-a5ce-7dcc9f05adcf img.shogun-image {
    
    width: px;
  }


#s-e303f1ce-65f4-488f-a5ce-7dcc9f05adcf .shogun-image-content {
  
    align-items: center;
  
}

#s-655dead7-3ce3-446c-81c2-2b62e58997f9 {
  text-align: center;
}
#s-655dead7-3ce3-446c-81c2-2b62e58997f9:hover {opacity: 0.5 !important;}



  #s-655dead7-3ce3-446c-81c2-2b62e58997f9 img.shogun-image {
    
    width: px;
  }


#s-655dead7-3ce3-446c-81c2-2b62e58997f9 .shogun-image-content {
  
    align-items: center;
  
}

#s-d22ca375-3b67-4fdf-8b15-8cbf0ad9fd4a {
  text-align: center;
}
#s-d22ca375-3b67-4fdf-8b15-8cbf0ad9fd4a:hover {opacity: 0.5 !important;}



  #s-d22ca375-3b67-4fdf-8b15-8cbf0ad9fd4a img.shogun-image {
    
    width: px;
  }


#s-d22ca375-3b67-4fdf-8b15-8cbf0ad9fd4a .shogun-image-content {
  
    align-items: center;
  
}

#s-73ffb91a-836d-4b4c-a307-021e7631efbb {
  text-align: center;
}
#s-73ffb91a-836d-4b4c-a307-021e7631efbb:hover {opacity: 0.5 !important;}



  #s-73ffb91a-836d-4b4c-a307-021e7631efbb img.shogun-image {
    
    width: px;
  }


#s-73ffb91a-836d-4b4c-a307-021e7631efbb .shogun-image-content {
  
    align-items: center;
  
}

#s-60c0d359-e3ea-41fa-931c-a77ee7b89939 {
  text-align: center;
}




  #s-60c0d359-e3ea-41fa-931c-a77ee7b89939 img.shogun-image {
    
    width: px;
  }


#s-60c0d359-e3ea-41fa-931c-a77ee7b89939 .shogun-image-content {
  
    align-items: center;
  
}

#s-899a65ad-d14c-43b3-a0d6-35eaafaf6fb4 {
  text-align: center;
}




  #s-899a65ad-d14c-43b3-a0d6-35eaafaf6fb4 img.shogun-image {
    
    width: px;
  }


#s-899a65ad-d14c-43b3-a0d6-35eaafaf6fb4 .shogun-image-content {
  
    align-items: center;
  
}

#s-8f2880ab-d9e0-40de-b544-11ec98adc06f {
  text-align: center;
}




  #s-8f2880ab-d9e0-40de-b544-11ec98adc06f img.shogun-image {
    
    width: px;
  }


#s-8f2880ab-d9e0-40de-b544-11ec98adc06f .shogun-image-content {
  
    align-items: center;
  
}

#s-53da59fd-a227-4dce-8c6b-8a7c66fed728 {
  text-align: center;
}




  #s-53da59fd-a227-4dce-8c6b-8a7c66fed728 img.shogun-image {
    
    width: px;
  }


#s-53da59fd-a227-4dce-8c6b-8a7c66fed728 .shogun-image-content {
  
    align-items: center;
  
}

#s-f30cb0f9-04f8-4b23-957b-92e33614739b {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-f30cb0f9-04f8-4b23-957b-92e33614739b .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-f30cb0f9-04f8-4b23-957b-92e33614739b .shg-sld-nav-button.shg-sld-left,
#s-f30cb0f9-04f8-4b23-957b-92e33614739b .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-cdf2c81f-ec96-4645-8ba8-e8691ab87a44 {
  text-align: center;
}
#s-cdf2c81f-ec96-4645-8ba8-e8691ab87a44:hover {opacity: 0.5 !important;}



  #s-cdf2c81f-ec96-4645-8ba8-e8691ab87a44 img.shogun-image {
    
    width: px;
  }


#s-cdf2c81f-ec96-4645-8ba8-e8691ab87a44 .shogun-image-content {
  
    align-items: center;
  
}

#s-f6860a69-c2b3-4f0f-ab11-78eed6e92e32 {
  text-align: center;
}
#s-f6860a69-c2b3-4f0f-ab11-78eed6e92e32:hover {opacity: 0.5 !important;}



  #s-f6860a69-c2b3-4f0f-ab11-78eed6e92e32 img.shogun-image {
    
    width: px;
  }


#s-f6860a69-c2b3-4f0f-ab11-78eed6e92e32 .shogun-image-content {
  
    align-items: center;
  
}

#s-67ad898e-8816-4064-aafa-a5eb941fd3e5 {
  text-align: center;
}
#s-67ad898e-8816-4064-aafa-a5eb941fd3e5:hover {opacity: 0.5 !important;}



  #s-67ad898e-8816-4064-aafa-a5eb941fd3e5 img.shogun-image {
    
    width: px;
  }


#s-67ad898e-8816-4064-aafa-a5eb941fd3e5 .shogun-image-content {
  
    align-items: center;
  
}

#s-545eb060-3e4d-4b50-bad7-9b7d84926db9 {
  text-align: center;
}
#s-545eb060-3e4d-4b50-bad7-9b7d84926db9:hover {opacity: 0.5 !important;}



  #s-545eb060-3e4d-4b50-bad7-9b7d84926db9 img.shogun-image {
    
    width: px;
  }


#s-545eb060-3e4d-4b50-bad7-9b7d84926db9 .shogun-image-content {
  
    align-items: center;
  
}

#s-5316a206-7936-4bd9-bc13-e70b4d6c16d7 {
  text-align: center;
}
#s-5316a206-7936-4bd9-bc13-e70b4d6c16d7:hover {opacity: 0.5 !important;}



  #s-5316a206-7936-4bd9-bc13-e70b4d6c16d7 img.shogun-image {
    
    width: px;
  }


#s-5316a206-7936-4bd9-bc13-e70b4d6c16d7 .shogun-image-content {
  
    align-items: center;
  
}

#s-98222bd0-dcb1-4e52-aa3e-12bde5bd963d {
  text-align: center;
}
#s-98222bd0-dcb1-4e52-aa3e-12bde5bd963d:hover {opacity: 0.5 !important;}



  #s-98222bd0-dcb1-4e52-aa3e-12bde5bd963d img.shogun-image {
    
    width: px;
  }


#s-98222bd0-dcb1-4e52-aa3e-12bde5bd963d .shogun-image-content {
  
    align-items: center;
  
}

#s-ac63bb48-a1af-446b-841b-8bfd0c76ef60 {
  text-align: center;
}




  #s-ac63bb48-a1af-446b-841b-8bfd0c76ef60 img.shogun-image {
    
    width: px;
  }


#s-ac63bb48-a1af-446b-841b-8bfd0c76ef60 .shogun-image-content {
  
    align-items: center;
  
}

#s-295c3ea2-4cbd-4ba7-8163-74cd275dd86f {
  text-align: center;
}




  #s-295c3ea2-4cbd-4ba7-8163-74cd275dd86f img.shogun-image {
    
    width: px;
  }


#s-295c3ea2-4cbd-4ba7-8163-74cd275dd86f .shogun-image-content {
  
    align-items: center;
  
}

#s-d8769823-8d6f-4245-990a-c1a2087821b0 {
  text-align: center;
}




  #s-d8769823-8d6f-4245-990a-c1a2087821b0 img.shogun-image {
    
    width: px;
  }


#s-d8769823-8d6f-4245-990a-c1a2087821b0 .shogun-image-content {
  
    align-items: center;
  
}

#s-2e55c11f-7eaf-470e-b0e5-a9333cca78e6 {
  text-align: center;
}




  #s-2e55c11f-7eaf-470e-b0e5-a9333cca78e6 img.shogun-image {
    
    width: px;
  }


#s-2e55c11f-7eaf-470e-b0e5-a9333cca78e6 .shogun-image-content {
  
    align-items: center;
  
}

#s-e0c04300-6fd6-4da6-915a-77cd899dc082 {
  min-height: 50px;
}








#s-e0c04300-6fd6-4da6-915a-77cd899dc082 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0c04300-6fd6-4da6-915a-77cd899dc082.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-a469efc4-9963-4329-98fa-7fa36519e4cd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a469efc4-9963-4329-98fa-7fa36519e4cd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-a469efc4-9963-4329-98fa-7fa36519e4cd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-a469efc4-9963-4329-98fa-7fa36519e4cd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-a469efc4-9963-4329-98fa-7fa36519e4cd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-a469efc4-9963-4329-98fa-7fa36519e4cd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-a469efc4-9963-4329-98fa-7fa36519e4cd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-a469efc4-9963-4329-98fa-7fa36519e4cd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-a469efc4-9963-4329-98fa-7fa36519e4cd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-a469efc4-9963-4329-98fa-7fa36519e4cd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-a469efc4-9963-4329-98fa-7fa36519e4cd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-a469efc4-9963-4329-98fa-7fa36519e4cd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-a469efc4-9963-4329-98fa-7fa36519e4cd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-a469efc4-9963-4329-98fa-7fa36519e4cd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-a469efc4-9963-4329-98fa-7fa36519e4cd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-a469efc4-9963-4329-98fa-7fa36519e4cd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-a469efc4-9963-4329-98fa-7fa36519e4cd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-a469efc4-9963-4329-98fa-7fa36519e4cd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-a469efc4-9963-4329-98fa-7fa36519e4cd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-a469efc4-9963-4329-98fa-7fa36519e4cd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-a469efc4-9963-4329-98fa-7fa36519e4cd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-a469efc4-9963-4329-98fa-7fa36519e4cd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-a469efc4-9963-4329-98fa-7fa36519e4cd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-a469efc4-9963-4329-98fa-7fa36519e4cd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-a469efc4-9963-4329-98fa-7fa36519e4cd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-a469efc4-9963-4329-98fa-7fa36519e4cd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-a469efc4-9963-4329-98fa-7fa36519e4cd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-a469efc4-9963-4329-98fa-7fa36519e4cd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-a469efc4-9963-4329-98fa-7fa36519e4cd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-a469efc4-9963-4329-98fa-7fa36519e4cd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-a469efc4-9963-4329-98fa-7fa36519e4cd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-a469efc4-9963-4329-98fa-7fa36519e4cd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-a469efc4-9963-4329-98fa-7fa36519e4cd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-a469efc4-9963-4329-98fa-7fa36519e4cd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-a469efc4-9963-4329-98fa-7fa36519e4cd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-a469efc4-9963-4329-98fa-7fa36519e4cd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-a469efc4-9963-4329-98fa-7fa36519e4cd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-a3fb4151-0839-4a95-a296-5f69683f9d06 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-a3fb4151-0839-4a95-a296-5f69683f9d06 .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-a3fb4151-0839-4a95-a296-5f69683f9d06 .shg-sld-nav-button.shg-sld-left,
#s-a3fb4151-0839-4a95-a296-5f69683f9d06 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-605ec405-e733-4673-9da0-76fce9e82d78 {
  text-align: center;
}
#s-605ec405-e733-4673-9da0-76fce9e82d78:hover {opacity: 0.5 !important;}



  #s-605ec405-e733-4673-9da0-76fce9e82d78 img.shogun-image {
    
    width: px;
  }


#s-605ec405-e733-4673-9da0-76fce9e82d78 .shogun-image-content {
  
    align-items: center;
  
}

#s-55e23989-463b-49f3-8882-2e50239edd16 {
  text-align: center;
}
#s-55e23989-463b-49f3-8882-2e50239edd16:hover {opacity: 0.5 !important;}



  #s-55e23989-463b-49f3-8882-2e50239edd16 img.shogun-image {
    
    width: px;
  }


#s-55e23989-463b-49f3-8882-2e50239edd16 .shogun-image-content {
  
    align-items: center;
  
}

#s-cda3c94a-6c9a-4761-be35-f91f197181e3 {
  text-align: center;
}
#s-cda3c94a-6c9a-4761-be35-f91f197181e3:hover {opacity: 0.5 !important;}



  #s-cda3c94a-6c9a-4761-be35-f91f197181e3 img.shogun-image {
    
    width: px;
  }


#s-cda3c94a-6c9a-4761-be35-f91f197181e3 .shogun-image-content {
  
    align-items: center;
  
}

#s-512e6e11-e8ae-4d3a-8d36-8734cba81759 {
  text-align: center;
}
#s-512e6e11-e8ae-4d3a-8d36-8734cba81759:hover {opacity: 0.5 !important;}



  #s-512e6e11-e8ae-4d3a-8d36-8734cba81759 img.shogun-image {
    
    width: px;
  }


#s-512e6e11-e8ae-4d3a-8d36-8734cba81759 .shogun-image-content {
  
    align-items: center;
  
}

#s-d1afce0a-ba25-43a2-b10b-aee0fbf35c11 {
  text-align: center;
}
#s-d1afce0a-ba25-43a2-b10b-aee0fbf35c11:hover {opacity: 0.5 !important;}



  #s-d1afce0a-ba25-43a2-b10b-aee0fbf35c11 img.shogun-image {
    
    width: px;
  }


#s-d1afce0a-ba25-43a2-b10b-aee0fbf35c11 .shogun-image-content {
  
    align-items: center;
  
}

#s-f2721072-a837-4624-a996-4d448dd831e3 {
  text-align: center;
}
#s-f2721072-a837-4624-a996-4d448dd831e3:hover {opacity: 0.5 !important;}



  #s-f2721072-a837-4624-a996-4d448dd831e3 img.shogun-image {
    
    width: px;
  }


#s-f2721072-a837-4624-a996-4d448dd831e3 .shogun-image-content {
  
    align-items: center;
  
}

#s-51616507-1e53-46ea-8341-8a9ea5c0f8b1 {
  text-align: center;
}




  #s-51616507-1e53-46ea-8341-8a9ea5c0f8b1 img.shogun-image {
    
    width: px;
  }


#s-51616507-1e53-46ea-8341-8a9ea5c0f8b1 .shogun-image-content {
  
    align-items: center;
  
}

#s-4e63485f-1c46-4dbe-a593-e238aa4c5d6b {
  text-align: center;
}




  #s-4e63485f-1c46-4dbe-a593-e238aa4c5d6b img.shogun-image {
    
    width: px;
  }


#s-4e63485f-1c46-4dbe-a593-e238aa4c5d6b .shogun-image-content {
  
    align-items: center;
  
}

#s-65a19556-40bd-4dc6-bdac-fd6523d3483a {
  text-align: center;
}




  #s-65a19556-40bd-4dc6-bdac-fd6523d3483a img.shogun-image {
    
    width: px;
  }


#s-65a19556-40bd-4dc6-bdac-fd6523d3483a .shogun-image-content {
  
    align-items: center;
  
}

#s-0065116c-be0e-4147-9841-b24244eae46e {
  text-align: center;
}




  #s-0065116c-be0e-4147-9841-b24244eae46e img.shogun-image {
    
    width: px;
  }


#s-0065116c-be0e-4147-9841-b24244eae46e .shogun-image-content {
  
    align-items: center;
  
}

#s-e9d1e0c7-e784-462f-abf0-bca635b55231 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-e9d1e0c7-e784-462f-abf0-bca635b55231 .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-e9d1e0c7-e784-462f-abf0-bca635b55231 .shg-sld-nav-button.shg-sld-left,
#s-e9d1e0c7-e784-462f-abf0-bca635b55231 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-06245093-ee3e-4d5e-8ab6-b2a04a76ff2d {
  text-align: center;
}
#s-06245093-ee3e-4d5e-8ab6-b2a04a76ff2d:hover {opacity: 0.5 !important;}



  #s-06245093-ee3e-4d5e-8ab6-b2a04a76ff2d img.shogun-image {
    
    width: px;
  }


#s-06245093-ee3e-4d5e-8ab6-b2a04a76ff2d .shogun-image-content {
  
    align-items: center;
  
}

#s-19dd6299-6800-4764-84b0-99449ddf8aa3 {
  text-align: center;
}
#s-19dd6299-6800-4764-84b0-99449ddf8aa3:hover {opacity: 0.5 !important;}



  #s-19dd6299-6800-4764-84b0-99449ddf8aa3 img.shogun-image {
    
    width: px;
  }


#s-19dd6299-6800-4764-84b0-99449ddf8aa3 .shogun-image-content {
  
    align-items: center;
  
}

#s-0b1b80c1-f540-4cc7-adf1-2ef4e54b877a {
  text-align: center;
}
#s-0b1b80c1-f540-4cc7-adf1-2ef4e54b877a:hover {opacity: 0.5 !important;}



  #s-0b1b80c1-f540-4cc7-adf1-2ef4e54b877a img.shogun-image {
    
    width: px;
  }


#s-0b1b80c1-f540-4cc7-adf1-2ef4e54b877a .shogun-image-content {
  
    align-items: center;
  
}

#s-77c89306-b2b6-41b6-b643-6dc248311e72 {
  text-align: center;
}
#s-77c89306-b2b6-41b6-b643-6dc248311e72:hover {opacity: 0.5 !important;}



  #s-77c89306-b2b6-41b6-b643-6dc248311e72 img.shogun-image {
    
    width: px;
  }


#s-77c89306-b2b6-41b6-b643-6dc248311e72 .shogun-image-content {
  
    align-items: center;
  
}

#s-51f3cc52-eaea-4b54-acbc-42ea0bf30bd4 {
  text-align: center;
}
#s-51f3cc52-eaea-4b54-acbc-42ea0bf30bd4:hover {opacity: 0.5 !important;}



  #s-51f3cc52-eaea-4b54-acbc-42ea0bf30bd4 img.shogun-image {
    
    width: px;
  }


#s-51f3cc52-eaea-4b54-acbc-42ea0bf30bd4 .shogun-image-content {
  
    align-items: center;
  
}

#s-d326ce9c-fea5-41ba-9b9a-f5f7a7e9c687 {
  text-align: center;
}
#s-d326ce9c-fea5-41ba-9b9a-f5f7a7e9c687:hover {opacity: 0.5 !important;}



  #s-d326ce9c-fea5-41ba-9b9a-f5f7a7e9c687 img.shogun-image {
    
    width: px;
  }


#s-d326ce9c-fea5-41ba-9b9a-f5f7a7e9c687 .shogun-image-content {
  
    align-items: center;
  
}

#s-17362f66-e67c-45ad-8bd1-8f8ebbc6dddf {
  text-align: center;
}




  #s-17362f66-e67c-45ad-8bd1-8f8ebbc6dddf img.shogun-image {
    
    width: px;
  }


#s-17362f66-e67c-45ad-8bd1-8f8ebbc6dddf .shogun-image-content {
  
    align-items: center;
  
}

#s-65da03ca-accf-4424-90ca-a10b03462a56 {
  text-align: center;
}




  #s-65da03ca-accf-4424-90ca-a10b03462a56 img.shogun-image {
    
    width: px;
  }


#s-65da03ca-accf-4424-90ca-a10b03462a56 .shogun-image-content {
  
    align-items: center;
  
}

#s-38d1ca5e-e42e-4543-accf-18dd4dfb1345 {
  text-align: center;
}




  #s-38d1ca5e-e42e-4543-accf-18dd4dfb1345 img.shogun-image {
    
    width: px;
  }


#s-38d1ca5e-e42e-4543-accf-18dd4dfb1345 .shogun-image-content {
  
    align-items: center;
  
}

#s-7f475b2c-923c-4f92-841c-3e9b23d65074 {
  text-align: center;
}




  #s-7f475b2c-923c-4f92-841c-3e9b23d65074 img.shogun-image {
    
    width: px;
  }


#s-7f475b2c-923c-4f92-841c-3e9b23d65074 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-d4cddc97-7868-49bd-9cf9-ddb5ae2f42db"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d4cddc97-7868-49bd-9cf9-ddb5ae2f42db"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-d4cddc97-7868-49bd-9cf9-ddb5ae2f42db"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-d4cddc97-7868-49bd-9cf9-ddb5ae2f42db"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-d4cddc97-7868-49bd-9cf9-ddb5ae2f42db"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-d4cddc97-7868-49bd-9cf9-ddb5ae2f42db"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-d4cddc97-7868-49bd-9cf9-ddb5ae2f42db"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-d4cddc97-7868-49bd-9cf9-ddb5ae2f42db"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-d4cddc97-7868-49bd-9cf9-ddb5ae2f42db"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-d4cddc97-7868-49bd-9cf9-ddb5ae2f42db"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-d4cddc97-7868-49bd-9cf9-ddb5ae2f42db"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-d4cddc97-7868-49bd-9cf9-ddb5ae2f42db"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-d4cddc97-7868-49bd-9cf9-ddb5ae2f42db"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-d4cddc97-7868-49bd-9cf9-ddb5ae2f42db"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-d4cddc97-7868-49bd-9cf9-ddb5ae2f42db"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-d4cddc97-7868-49bd-9cf9-ddb5ae2f42db"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-d4cddc97-7868-49bd-9cf9-ddb5ae2f42db"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-d4cddc97-7868-49bd-9cf9-ddb5ae2f42db"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-d4cddc97-7868-49bd-9cf9-ddb5ae2f42db"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-d4cddc97-7868-49bd-9cf9-ddb5ae2f42db"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-d4cddc97-7868-49bd-9cf9-ddb5ae2f42db"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-d4cddc97-7868-49bd-9cf9-ddb5ae2f42db"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-d4cddc97-7868-49bd-9cf9-ddb5ae2f42db"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-d4cddc97-7868-49bd-9cf9-ddb5ae2f42db"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-d4cddc97-7868-49bd-9cf9-ddb5ae2f42db"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-d4cddc97-7868-49bd-9cf9-ddb5ae2f42db"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-d4cddc97-7868-49bd-9cf9-ddb5ae2f42db"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-d4cddc97-7868-49bd-9cf9-ddb5ae2f42db"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-d4cddc97-7868-49bd-9cf9-ddb5ae2f42db"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-d4cddc97-7868-49bd-9cf9-ddb5ae2f42db"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-d4cddc97-7868-49bd-9cf9-ddb5ae2f42db"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-d4cddc97-7868-49bd-9cf9-ddb5ae2f42db"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-d4cddc97-7868-49bd-9cf9-ddb5ae2f42db"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-d4cddc97-7868-49bd-9cf9-ddb5ae2f42db"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-d4cddc97-7868-49bd-9cf9-ddb5ae2f42db"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-d4cddc97-7868-49bd-9cf9-ddb5ae2f42db"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-d4cddc97-7868-49bd-9cf9-ddb5ae2f42db"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-910ca5ce-9654-4ebe-90b1-be3d2e7a7b0a {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-910ca5ce-9654-4ebe-90b1-be3d2e7a7b0a .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-910ca5ce-9654-4ebe-90b1-be3d2e7a7b0a .shg-sld-nav-button.shg-sld-left,
#s-910ca5ce-9654-4ebe-90b1-be3d2e7a7b0a .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-e4db00eb-a28d-4c28-ad08-70fd919b2dc7 {
  text-align: center;
}
#s-e4db00eb-a28d-4c28-ad08-70fd919b2dc7:hover {opacity: 0.5 !important;}



  #s-e4db00eb-a28d-4c28-ad08-70fd919b2dc7 img.shogun-image {
    
    width: px;
  }


#s-e4db00eb-a28d-4c28-ad08-70fd919b2dc7 .shogun-image-content {
  
    align-items: center;
  
}

#s-5f396814-c233-49bb-bd92-c0b0e8dda4df {
  text-align: center;
}
#s-5f396814-c233-49bb-bd92-c0b0e8dda4df:hover {opacity: 0.5 !important;}



  #s-5f396814-c233-49bb-bd92-c0b0e8dda4df img.shogun-image {
    
    width: px;
  }


#s-5f396814-c233-49bb-bd92-c0b0e8dda4df .shogun-image-content {
  
    align-items: center;
  
}

#s-5c9c7cc3-6782-4790-97fe-00c187166eb9 {
  text-align: center;
}
#s-5c9c7cc3-6782-4790-97fe-00c187166eb9:hover {opacity: 0.5 !important;}



  #s-5c9c7cc3-6782-4790-97fe-00c187166eb9 img.shogun-image {
    
    width: px;
  }


#s-5c9c7cc3-6782-4790-97fe-00c187166eb9 .shogun-image-content {
  
    align-items: center;
  
}

#s-8d6471f8-a634-4b56-98af-a1e35fadf00a {
  text-align: center;
}
#s-8d6471f8-a634-4b56-98af-a1e35fadf00a:hover {opacity: 0.5 !important;}



  #s-8d6471f8-a634-4b56-98af-a1e35fadf00a img.shogun-image {
    
    width: px;
  }


#s-8d6471f8-a634-4b56-98af-a1e35fadf00a .shogun-image-content {
  
    align-items: center;
  
}

#s-8e36567d-a156-4f97-bd48-a8206fd037d9 {
  text-align: center;
}
#s-8e36567d-a156-4f97-bd48-a8206fd037d9:hover {opacity: 0.5 !important;}



  #s-8e36567d-a156-4f97-bd48-a8206fd037d9 img.shogun-image {
    
    width: px;
  }


#s-8e36567d-a156-4f97-bd48-a8206fd037d9 .shogun-image-content {
  
    align-items: center;
  
}

#s-5089be39-b33b-4300-a43d-f5ca152c2d30 {
  text-align: center;
}
#s-5089be39-b33b-4300-a43d-f5ca152c2d30:hover {opacity: 0.5 !important;}



  #s-5089be39-b33b-4300-a43d-f5ca152c2d30 img.shogun-image {
    
    width: px;
  }


#s-5089be39-b33b-4300-a43d-f5ca152c2d30 .shogun-image-content {
  
    align-items: center;
  
}

#s-fdef17ae-4488-4db8-8357-67c41e03ab9f {
  text-align: center;
}




  #s-fdef17ae-4488-4db8-8357-67c41e03ab9f img.shogun-image {
    
    width: px;
  }


#s-fdef17ae-4488-4db8-8357-67c41e03ab9f .shogun-image-content {
  
    align-items: center;
  
}

#s-ea5155f0-4c91-4f9a-8813-f4ad51e797a3 {
  text-align: center;
}




  #s-ea5155f0-4c91-4f9a-8813-f4ad51e797a3 img.shogun-image {
    
    width: px;
  }


#s-ea5155f0-4c91-4f9a-8813-f4ad51e797a3 .shogun-image-content {
  
    align-items: center;
  
}

#s-0f870c22-ec22-4933-bded-4f653cbb5c06 {
  text-align: center;
}




  #s-0f870c22-ec22-4933-bded-4f653cbb5c06 img.shogun-image {
    
    width: px;
  }


#s-0f870c22-ec22-4933-bded-4f653cbb5c06 .shogun-image-content {
  
    align-items: center;
  
}

#s-21ab7a54-0271-49b6-9cde-0d4836965e62 {
  text-align: center;
}




  #s-21ab7a54-0271-49b6-9cde-0d4836965e62 img.shogun-image {
    
    width: px;
  }


#s-21ab7a54-0271-49b6-9cde-0d4836965e62 .shogun-image-content {
  
    align-items: center;
  
}

#s-d4a704ad-0b43-4ddf-b510-c0d456c51f43 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-d4a704ad-0b43-4ddf-b510-c0d456c51f43 .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-d4a704ad-0b43-4ddf-b510-c0d456c51f43 .shg-sld-nav-button.shg-sld-left,
#s-d4a704ad-0b43-4ddf-b510-c0d456c51f43 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-1a0de60f-059f-4311-9a5c-5556cb6e7436 {
  text-align: center;
}
#s-1a0de60f-059f-4311-9a5c-5556cb6e7436:hover {opacity: 0.5 !important;}



  #s-1a0de60f-059f-4311-9a5c-5556cb6e7436 img.shogun-image {
    
    width: px;
  }


#s-1a0de60f-059f-4311-9a5c-5556cb6e7436 .shogun-image-content {
  
    align-items: center;
  
}

#s-4e0dd5df-116b-401b-8767-edcb9c72e13d {
  text-align: center;
}
#s-4e0dd5df-116b-401b-8767-edcb9c72e13d:hover {opacity: 0.5 !important;}



  #s-4e0dd5df-116b-401b-8767-edcb9c72e13d img.shogun-image {
    
    width: px;
  }


#s-4e0dd5df-116b-401b-8767-edcb9c72e13d .shogun-image-content {
  
    align-items: center;
  
}

#s-f1bd116e-929a-4cfb-b74c-28b2fbd07c88 {
  text-align: center;
}
#s-f1bd116e-929a-4cfb-b74c-28b2fbd07c88:hover {opacity: 0.5 !important;}



  #s-f1bd116e-929a-4cfb-b74c-28b2fbd07c88 img.shogun-image {
    
    width: px;
  }


#s-f1bd116e-929a-4cfb-b74c-28b2fbd07c88 .shogun-image-content {
  
    align-items: center;
  
}

#s-06dad91b-209e-4214-bcc3-b2cc92726624 {
  text-align: center;
}
#s-06dad91b-209e-4214-bcc3-b2cc92726624:hover {opacity: 0.5 !important;}



  #s-06dad91b-209e-4214-bcc3-b2cc92726624 img.shogun-image {
    
    width: px;
  }


#s-06dad91b-209e-4214-bcc3-b2cc92726624 .shogun-image-content {
  
    align-items: center;
  
}

#s-df9f8768-e0de-47a2-8aa1-0bc18678b288 {
  text-align: center;
}
#s-df9f8768-e0de-47a2-8aa1-0bc18678b288:hover {opacity: 0.5 !important;}



  #s-df9f8768-e0de-47a2-8aa1-0bc18678b288 img.shogun-image {
    
    width: px;
  }


#s-df9f8768-e0de-47a2-8aa1-0bc18678b288 .shogun-image-content {
  
    align-items: center;
  
}

#s-fe19dcf3-011c-4b4d-bcac-a976326a0f52 {
  text-align: center;
}
#s-fe19dcf3-011c-4b4d-bcac-a976326a0f52:hover {opacity: 0.5 !important;}



  #s-fe19dcf3-011c-4b4d-bcac-a976326a0f52 img.shogun-image {
    
    width: px;
  }


#s-fe19dcf3-011c-4b4d-bcac-a976326a0f52 .shogun-image-content {
  
    align-items: center;
  
}

#s-7b88d8e5-9f31-4716-8434-66d3de54104a {
  text-align: center;
}




  #s-7b88d8e5-9f31-4716-8434-66d3de54104a img.shogun-image {
    
    width: px;
  }


#s-7b88d8e5-9f31-4716-8434-66d3de54104a .shogun-image-content {
  
    align-items: center;
  
}

#s-ec0412b0-2435-4f4d-8354-9d9e01f9c5d3 {
  text-align: center;
}




  #s-ec0412b0-2435-4f4d-8354-9d9e01f9c5d3 img.shogun-image {
    
    width: px;
  }


#s-ec0412b0-2435-4f4d-8354-9d9e01f9c5d3 .shogun-image-content {
  
    align-items: center;
  
}

#s-f956062f-1079-4fcf-9170-c8039e2f2d2a {
  text-align: center;
}




  #s-f956062f-1079-4fcf-9170-c8039e2f2d2a img.shogun-image {
    
    width: px;
  }


#s-f956062f-1079-4fcf-9170-c8039e2f2d2a .shogun-image-content {
  
    align-items: center;
  
}

#s-b0fd599d-a23c-478b-8c32-3b372e439a63 {
  text-align: center;
}




  #s-b0fd599d-a23c-478b-8c32-3b372e439a63 img.shogun-image {
    
    width: px;
  }


#s-b0fd599d-a23c-478b-8c32-3b372e439a63 .shogun-image-content {
  
    align-items: center;
  
}

#s-2c7fba39-539b-4fdd-a594-f6dc1e71b7a2 {
  min-height: 50px;
}








#s-2c7fba39-539b-4fdd-a594-f6dc1e71b7a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c7fba39-539b-4fdd-a594-f6dc1e71b7a2.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-d98b941e-50c0-41cf-92f2-1de9a964ea91"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d98b941e-50c0-41cf-92f2-1de9a964ea91"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-d98b941e-50c0-41cf-92f2-1de9a964ea91"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-d98b941e-50c0-41cf-92f2-1de9a964ea91"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-d98b941e-50c0-41cf-92f2-1de9a964ea91"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-d98b941e-50c0-41cf-92f2-1de9a964ea91"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-d98b941e-50c0-41cf-92f2-1de9a964ea91"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-d98b941e-50c0-41cf-92f2-1de9a964ea91"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-d98b941e-50c0-41cf-92f2-1de9a964ea91"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-d98b941e-50c0-41cf-92f2-1de9a964ea91"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-d98b941e-50c0-41cf-92f2-1de9a964ea91"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-d98b941e-50c0-41cf-92f2-1de9a964ea91"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-d98b941e-50c0-41cf-92f2-1de9a964ea91"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-d98b941e-50c0-41cf-92f2-1de9a964ea91"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-d98b941e-50c0-41cf-92f2-1de9a964ea91"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-d98b941e-50c0-41cf-92f2-1de9a964ea91"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-d98b941e-50c0-41cf-92f2-1de9a964ea91"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-d98b941e-50c0-41cf-92f2-1de9a964ea91"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-d98b941e-50c0-41cf-92f2-1de9a964ea91"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-d98b941e-50c0-41cf-92f2-1de9a964ea91"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-d98b941e-50c0-41cf-92f2-1de9a964ea91"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-d98b941e-50c0-41cf-92f2-1de9a964ea91"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-d98b941e-50c0-41cf-92f2-1de9a964ea91"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-d98b941e-50c0-41cf-92f2-1de9a964ea91"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-d98b941e-50c0-41cf-92f2-1de9a964ea91"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-d98b941e-50c0-41cf-92f2-1de9a964ea91"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-d98b941e-50c0-41cf-92f2-1de9a964ea91"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-d98b941e-50c0-41cf-92f2-1de9a964ea91"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-d98b941e-50c0-41cf-92f2-1de9a964ea91"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-d98b941e-50c0-41cf-92f2-1de9a964ea91"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-d98b941e-50c0-41cf-92f2-1de9a964ea91"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-d98b941e-50c0-41cf-92f2-1de9a964ea91"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-d98b941e-50c0-41cf-92f2-1de9a964ea91"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-d98b941e-50c0-41cf-92f2-1de9a964ea91"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-d98b941e-50c0-41cf-92f2-1de9a964ea91"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-d98b941e-50c0-41cf-92f2-1de9a964ea91"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-d98b941e-50c0-41cf-92f2-1de9a964ea91"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-dae05d43-8e42-4322-a595-43147ce70ac1 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-dae05d43-8e42-4322-a595-43147ce70ac1 .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-dae05d43-8e42-4322-a595-43147ce70ac1 .shg-sld-nav-button.shg-sld-left,
#s-dae05d43-8e42-4322-a595-43147ce70ac1 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-3bd56171-2a0a-437f-b78e-203f0b5cb764 {
  text-align: center;
}
#s-3bd56171-2a0a-437f-b78e-203f0b5cb764:hover {opacity: 0.5 !important;}



  #s-3bd56171-2a0a-437f-b78e-203f0b5cb764 img.shogun-image {
    
    width: px;
  }


#s-3bd56171-2a0a-437f-b78e-203f0b5cb764 .shogun-image-content {
  
    align-items: center;
  
}

#s-58090052-d289-4ccb-b3d1-a49ff0910413 {
  text-align: center;
}
#s-58090052-d289-4ccb-b3d1-a49ff0910413:hover {opacity: 0.5 !important;}



  #s-58090052-d289-4ccb-b3d1-a49ff0910413 img.shogun-image {
    
    width: px;
  }


#s-58090052-d289-4ccb-b3d1-a49ff0910413 .shogun-image-content {
  
    align-items: center;
  
}

#s-9f365a01-b14e-4a9b-a1f1-637dad4375ae {
  text-align: center;
}
#s-9f365a01-b14e-4a9b-a1f1-637dad4375ae:hover {opacity: 0.5 !important;}



  #s-9f365a01-b14e-4a9b-a1f1-637dad4375ae img.shogun-image {
    
    width: px;
  }


#s-9f365a01-b14e-4a9b-a1f1-637dad4375ae .shogun-image-content {
  
    align-items: center;
  
}

#s-4f9202e2-d8b5-45e7-a0cd-b7828c81d4c4 {
  text-align: center;
}
#s-4f9202e2-d8b5-45e7-a0cd-b7828c81d4c4:hover {opacity: 0.5 !important;}



  #s-4f9202e2-d8b5-45e7-a0cd-b7828c81d4c4 img.shogun-image {
    
    width: px;
  }


#s-4f9202e2-d8b5-45e7-a0cd-b7828c81d4c4 .shogun-image-content {
  
    align-items: center;
  
}

#s-8df636a5-5d36-45fd-9e3d-77d60af16e90 {
  text-align: center;
}
#s-8df636a5-5d36-45fd-9e3d-77d60af16e90:hover {opacity: 0.5 !important;}



  #s-8df636a5-5d36-45fd-9e3d-77d60af16e90 img.shogun-image {
    
    width: px;
  }


#s-8df636a5-5d36-45fd-9e3d-77d60af16e90 .shogun-image-content {
  
    align-items: center;
  
}

#s-c40434d4-f063-43eb-8b3a-3818b1494945 {
  text-align: center;
}
#s-c40434d4-f063-43eb-8b3a-3818b1494945:hover {opacity: 0.5 !important;}



  #s-c40434d4-f063-43eb-8b3a-3818b1494945 img.shogun-image {
    
    width: px;
  }


#s-c40434d4-f063-43eb-8b3a-3818b1494945 .shogun-image-content {
  
    align-items: center;
  
}

#s-b8577b7d-7dc0-4ca8-9090-67d0c9fa93af {
  text-align: center;
}




  #s-b8577b7d-7dc0-4ca8-9090-67d0c9fa93af img.shogun-image {
    
    width: px;
  }


#s-b8577b7d-7dc0-4ca8-9090-67d0c9fa93af .shogun-image-content {
  
    align-items: center;
  
}

#s-1f91bad3-1500-4b02-bf91-a8fb7da6d0c6 {
  text-align: center;
}




  #s-1f91bad3-1500-4b02-bf91-a8fb7da6d0c6 img.shogun-image {
    
    width: px;
  }


#s-1f91bad3-1500-4b02-bf91-a8fb7da6d0c6 .shogun-image-content {
  
    align-items: center;
  
}

#s-ff6c3247-a202-473c-9bbf-302b20e6e718 {
  text-align: center;
}




  #s-ff6c3247-a202-473c-9bbf-302b20e6e718 img.shogun-image {
    
    width: px;
  }


#s-ff6c3247-a202-473c-9bbf-302b20e6e718 .shogun-image-content {
  
    align-items: center;
  
}

#s-74e41344-a16c-43c0-9a35-7abaed2b51ee {
  text-align: center;
}




  #s-74e41344-a16c-43c0-9a35-7abaed2b51ee img.shogun-image {
    
    width: px;
  }


#s-74e41344-a16c-43c0-9a35-7abaed2b51ee .shogun-image-content {
  
    align-items: center;
  
}

#s-db6a522c-10b6-44d9-be04-198e6202d9ac {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-db6a522c-10b6-44d9-be04-198e6202d9ac .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-db6a522c-10b6-44d9-be04-198e6202d9ac .shg-sld-nav-button.shg-sld-left,
#s-db6a522c-10b6-44d9-be04-198e6202d9ac .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-88a29985-877d-418b-bd59-622dd50f61ec {
  text-align: center;
}
#s-88a29985-877d-418b-bd59-622dd50f61ec:hover {opacity: 0.5 !important;}



  #s-88a29985-877d-418b-bd59-622dd50f61ec img.shogun-image {
    
    width: px;
  }


#s-88a29985-877d-418b-bd59-622dd50f61ec .shogun-image-content {
  
    align-items: center;
  
}

#s-cb777192-fdb3-400d-842d-a5921b4b083a {
  text-align: center;
}
#s-cb777192-fdb3-400d-842d-a5921b4b083a:hover {opacity: 0.5 !important;}



  #s-cb777192-fdb3-400d-842d-a5921b4b083a img.shogun-image {
    
    width: px;
  }


#s-cb777192-fdb3-400d-842d-a5921b4b083a .shogun-image-content {
  
    align-items: center;
  
}

#s-88aa2ca6-e061-4824-b6b4-1cf3e90d7fc7 {
  text-align: center;
}
#s-88aa2ca6-e061-4824-b6b4-1cf3e90d7fc7:hover {opacity: 0.5 !important;}



  #s-88aa2ca6-e061-4824-b6b4-1cf3e90d7fc7 img.shogun-image {
    
    width: px;
  }


#s-88aa2ca6-e061-4824-b6b4-1cf3e90d7fc7 .shogun-image-content {
  
    align-items: center;
  
}

#s-91bbf9b5-a0a6-4e7a-b67e-baa99f6833ff {
  text-align: center;
}
#s-91bbf9b5-a0a6-4e7a-b67e-baa99f6833ff:hover {opacity: 0.5 !important;}



  #s-91bbf9b5-a0a6-4e7a-b67e-baa99f6833ff img.shogun-image {
    
    width: px;
  }


#s-91bbf9b5-a0a6-4e7a-b67e-baa99f6833ff .shogun-image-content {
  
    align-items: center;
  
}

#s-869ab2dc-804b-438b-a6fb-cac9c000f23f {
  text-align: center;
}
#s-869ab2dc-804b-438b-a6fb-cac9c000f23f:hover {opacity: 0.5 !important;}



  #s-869ab2dc-804b-438b-a6fb-cac9c000f23f img.shogun-image {
    
    width: px;
  }


#s-869ab2dc-804b-438b-a6fb-cac9c000f23f .shogun-image-content {
  
    align-items: center;
  
}

#s-41a9447a-d571-483f-98f6-5ac1532dcf9a {
  text-align: center;
}
#s-41a9447a-d571-483f-98f6-5ac1532dcf9a:hover {opacity: 0.5 !important;}



  #s-41a9447a-d571-483f-98f6-5ac1532dcf9a img.shogun-image {
    
    width: px;
  }


#s-41a9447a-d571-483f-98f6-5ac1532dcf9a .shogun-image-content {
  
    align-items: center;
  
}

#s-7903a650-5bd8-45af-bead-bb8f558c7097 {
  text-align: center;
}




  #s-7903a650-5bd8-45af-bead-bb8f558c7097 img.shogun-image {
    
    width: px;
  }


#s-7903a650-5bd8-45af-bead-bb8f558c7097 .shogun-image-content {
  
    align-items: center;
  
}

#s-9e188af2-3f08-4e54-9364-69a5573505bc {
  text-align: center;
}




  #s-9e188af2-3f08-4e54-9364-69a5573505bc img.shogun-image {
    
    width: px;
  }


#s-9e188af2-3f08-4e54-9364-69a5573505bc .shogun-image-content {
  
    align-items: center;
  
}

#s-2b32fb1b-574e-4688-a997-5f6bfe1ee075 {
  text-align: center;
}




  #s-2b32fb1b-574e-4688-a997-5f6bfe1ee075 img.shogun-image {
    
    width: px;
  }


#s-2b32fb1b-574e-4688-a997-5f6bfe1ee075 .shogun-image-content {
  
    align-items: center;
  
}

#s-5d0019a6-b81f-4a40-8cfb-f533729c4965 {
  text-align: center;
}




  #s-5d0019a6-b81f-4a40-8cfb-f533729c4965 img.shogun-image {
    
    width: px;
  }


#s-5d0019a6-b81f-4a40-8cfb-f533729c4965 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-0a8f8ccb-a6da-4504-90e4-3188ad94e325"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0a8f8ccb-a6da-4504-90e4-3188ad94e325"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-0a8f8ccb-a6da-4504-90e4-3188ad94e325"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-0a8f8ccb-a6da-4504-90e4-3188ad94e325"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-0a8f8ccb-a6da-4504-90e4-3188ad94e325"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-0a8f8ccb-a6da-4504-90e4-3188ad94e325"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-0a8f8ccb-a6da-4504-90e4-3188ad94e325"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-0a8f8ccb-a6da-4504-90e4-3188ad94e325"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-0a8f8ccb-a6da-4504-90e4-3188ad94e325"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-0a8f8ccb-a6da-4504-90e4-3188ad94e325"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-0a8f8ccb-a6da-4504-90e4-3188ad94e325"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-0a8f8ccb-a6da-4504-90e4-3188ad94e325"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-0a8f8ccb-a6da-4504-90e4-3188ad94e325"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-0a8f8ccb-a6da-4504-90e4-3188ad94e325"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-0a8f8ccb-a6da-4504-90e4-3188ad94e325"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-0a8f8ccb-a6da-4504-90e4-3188ad94e325"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-0a8f8ccb-a6da-4504-90e4-3188ad94e325"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-0a8f8ccb-a6da-4504-90e4-3188ad94e325"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-0a8f8ccb-a6da-4504-90e4-3188ad94e325"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-0a8f8ccb-a6da-4504-90e4-3188ad94e325"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-0a8f8ccb-a6da-4504-90e4-3188ad94e325"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-0a8f8ccb-a6da-4504-90e4-3188ad94e325"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-0a8f8ccb-a6da-4504-90e4-3188ad94e325"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-0a8f8ccb-a6da-4504-90e4-3188ad94e325"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-0a8f8ccb-a6da-4504-90e4-3188ad94e325"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-0a8f8ccb-a6da-4504-90e4-3188ad94e325"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-0a8f8ccb-a6da-4504-90e4-3188ad94e325"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-0a8f8ccb-a6da-4504-90e4-3188ad94e325"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-0a8f8ccb-a6da-4504-90e4-3188ad94e325"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-0a8f8ccb-a6da-4504-90e4-3188ad94e325"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-0a8f8ccb-a6da-4504-90e4-3188ad94e325"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-0a8f8ccb-a6da-4504-90e4-3188ad94e325"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-0a8f8ccb-a6da-4504-90e4-3188ad94e325"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-0a8f8ccb-a6da-4504-90e4-3188ad94e325"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-0a8f8ccb-a6da-4504-90e4-3188ad94e325"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-0a8f8ccb-a6da-4504-90e4-3188ad94e325"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-0a8f8ccb-a6da-4504-90e4-3188ad94e325"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-3b303f6c-04fc-4cf0-b119-05893fb0f870 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-3b303f6c-04fc-4cf0-b119-05893fb0f870 .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-3b303f6c-04fc-4cf0-b119-05893fb0f870 .shg-sld-nav-button.shg-sld-left,
#s-3b303f6c-04fc-4cf0-b119-05893fb0f870 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-125ebdcd-a508-49b4-9338-f2e6fd8f3079 {
  text-align: center;
}
#s-125ebdcd-a508-49b4-9338-f2e6fd8f3079:hover {opacity: 0.5 !important;}



  #s-125ebdcd-a508-49b4-9338-f2e6fd8f3079 img.shogun-image {
    
    width: px;
  }


#s-125ebdcd-a508-49b4-9338-f2e6fd8f3079 .shogun-image-content {
  
    align-items: center;
  
}

#s-ef3a1b9e-1e53-477a-8039-add58f1485e9 {
  text-align: center;
}
#s-ef3a1b9e-1e53-477a-8039-add58f1485e9:hover {opacity: 0.5 !important;}



  #s-ef3a1b9e-1e53-477a-8039-add58f1485e9 img.shogun-image {
    
    width: px;
  }


#s-ef3a1b9e-1e53-477a-8039-add58f1485e9 .shogun-image-content {
  
    align-items: center;
  
}

#s-d923a802-056d-4fa5-9a76-6cd6362193db {
  text-align: center;
}
#s-d923a802-056d-4fa5-9a76-6cd6362193db:hover {opacity: 0.5 !important;}



  #s-d923a802-056d-4fa5-9a76-6cd6362193db img.shogun-image {
    
    width: px;
  }


#s-d923a802-056d-4fa5-9a76-6cd6362193db .shogun-image-content {
  
    align-items: center;
  
}

#s-9b30d09f-43a3-4788-944d-b271aa3b44ce {
  text-align: center;
}
#s-9b30d09f-43a3-4788-944d-b271aa3b44ce:hover {opacity: 0.5 !important;}



  #s-9b30d09f-43a3-4788-944d-b271aa3b44ce img.shogun-image {
    
    width: px;
  }


#s-9b30d09f-43a3-4788-944d-b271aa3b44ce .shogun-image-content {
  
    align-items: center;
  
}

#s-aad967f9-ecce-4ac2-8c26-7e2af091f57a {
  text-align: center;
}
#s-aad967f9-ecce-4ac2-8c26-7e2af091f57a:hover {opacity: 0.5 !important;}



  #s-aad967f9-ecce-4ac2-8c26-7e2af091f57a img.shogun-image {
    
    width: px;
  }


#s-aad967f9-ecce-4ac2-8c26-7e2af091f57a .shogun-image-content {
  
    align-items: center;
  
}

#s-3f593e9b-156d-4ded-a214-3568378950aa {
  text-align: center;
}
#s-3f593e9b-156d-4ded-a214-3568378950aa:hover {opacity: 0.5 !important;}



  #s-3f593e9b-156d-4ded-a214-3568378950aa img.shogun-image {
    
    width: px;
  }


#s-3f593e9b-156d-4ded-a214-3568378950aa .shogun-image-content {
  
    align-items: center;
  
}

#s-a96a0870-2cdd-43a3-9805-8b54592ee82a {
  text-align: center;
}




  #s-a96a0870-2cdd-43a3-9805-8b54592ee82a img.shogun-image {
    
    width: px;
  }


#s-a96a0870-2cdd-43a3-9805-8b54592ee82a .shogun-image-content {
  
    align-items: center;
  
}

#s-58a14fdd-54cd-4eeb-b002-1b64a45858c6 {
  text-align: center;
}




  #s-58a14fdd-54cd-4eeb-b002-1b64a45858c6 img.shogun-image {
    
    width: px;
  }


#s-58a14fdd-54cd-4eeb-b002-1b64a45858c6 .shogun-image-content {
  
    align-items: center;
  
}

#s-a78e5b34-c39b-4449-824f-2f11740928e6 {
  text-align: center;
}




  #s-a78e5b34-c39b-4449-824f-2f11740928e6 img.shogun-image {
    
    width: px;
  }


#s-a78e5b34-c39b-4449-824f-2f11740928e6 .shogun-image-content {
  
    align-items: center;
  
}

#s-cfd44f7d-e039-468c-acb9-24288b07cf4f {
  text-align: center;
}




  #s-cfd44f7d-e039-468c-acb9-24288b07cf4f img.shogun-image {
    
    width: px;
  }


#s-cfd44f7d-e039-468c-acb9-24288b07cf4f .shogun-image-content {
  
    align-items: center;
  
}

#s-6deaf586-c250-4340-845d-d7fede9db46c {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-6deaf586-c250-4340-845d-d7fede9db46c .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-6deaf586-c250-4340-845d-d7fede9db46c .shg-sld-nav-button.shg-sld-left,
#s-6deaf586-c250-4340-845d-d7fede9db46c .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-eb46541f-b5bd-460c-81ac-2879bae0560a {
  text-align: center;
}
#s-eb46541f-b5bd-460c-81ac-2879bae0560a:hover {opacity: 0.5 !important;}



  #s-eb46541f-b5bd-460c-81ac-2879bae0560a img.shogun-image {
    
    width: px;
  }


#s-eb46541f-b5bd-460c-81ac-2879bae0560a .shogun-image-content {
  
    align-items: center;
  
}

#s-d3000d8d-b54e-4924-b1be-56130f2f6d76 {
  text-align: center;
}
#s-d3000d8d-b54e-4924-b1be-56130f2f6d76:hover {opacity: 0.5 !important;}



  #s-d3000d8d-b54e-4924-b1be-56130f2f6d76 img.shogun-image {
    
    width: px;
  }


#s-d3000d8d-b54e-4924-b1be-56130f2f6d76 .shogun-image-content {
  
    align-items: center;
  
}

#s-7e247834-79df-4f68-a4dd-40591af2f6dc {
  text-align: center;
}
#s-7e247834-79df-4f68-a4dd-40591af2f6dc:hover {opacity: 0.5 !important;}



  #s-7e247834-79df-4f68-a4dd-40591af2f6dc img.shogun-image {
    
    width: px;
  }


#s-7e247834-79df-4f68-a4dd-40591af2f6dc .shogun-image-content {
  
    align-items: center;
  
}

#s-3f5199e9-2524-4e72-99f6-647805520c5a {
  text-align: center;
}
#s-3f5199e9-2524-4e72-99f6-647805520c5a:hover {opacity: 0.5 !important;}



  #s-3f5199e9-2524-4e72-99f6-647805520c5a img.shogun-image {
    
    width: px;
  }


#s-3f5199e9-2524-4e72-99f6-647805520c5a .shogun-image-content {
  
    align-items: center;
  
}

#s-835c94d4-404e-4df9-b5eb-76c84c192ebc {
  text-align: center;
}
#s-835c94d4-404e-4df9-b5eb-76c84c192ebc:hover {opacity: 0.5 !important;}



  #s-835c94d4-404e-4df9-b5eb-76c84c192ebc img.shogun-image {
    
    width: px;
  }


#s-835c94d4-404e-4df9-b5eb-76c84c192ebc .shogun-image-content {
  
    align-items: center;
  
}

#s-7f949970-b5e8-418d-99da-908988694238 {
  text-align: center;
}
#s-7f949970-b5e8-418d-99da-908988694238:hover {opacity: 0.5 !important;}



  #s-7f949970-b5e8-418d-99da-908988694238 img.shogun-image {
    
    width: px;
  }


#s-7f949970-b5e8-418d-99da-908988694238 .shogun-image-content {
  
    align-items: center;
  
}

#s-98492e08-8224-4f12-a18e-e3265f134505 {
  text-align: center;
}




  #s-98492e08-8224-4f12-a18e-e3265f134505 img.shogun-image {
    
    width: px;
  }


#s-98492e08-8224-4f12-a18e-e3265f134505 .shogun-image-content {
  
    align-items: center;
  
}

#s-7e6053d2-45d0-489b-9f10-676eb21366d9 {
  text-align: center;
}




  #s-7e6053d2-45d0-489b-9f10-676eb21366d9 img.shogun-image {
    
    width: px;
  }


#s-7e6053d2-45d0-489b-9f10-676eb21366d9 .shogun-image-content {
  
    align-items: center;
  
}

#s-2a15bba7-82e2-4d18-b73d-bab5cf3afbf9 {
  text-align: center;
}




  #s-2a15bba7-82e2-4d18-b73d-bab5cf3afbf9 img.shogun-image {
    
    width: px;
  }


#s-2a15bba7-82e2-4d18-b73d-bab5cf3afbf9 .shogun-image-content {
  
    align-items: center;
  
}

#s-b77d6f82-1af8-4e35-87b6-1d52cf83fb80 {
  text-align: center;
}




  #s-b77d6f82-1af8-4e35-87b6-1d52cf83fb80 img.shogun-image {
    
    width: px;
  }


#s-b77d6f82-1af8-4e35-87b6-1d52cf83fb80 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-dbc5a9fe-dcd3-4219-9e46-671177a61f28"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dbc5a9fe-dcd3-4219-9e46-671177a61f28"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-dbc5a9fe-dcd3-4219-9e46-671177a61f28"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-dbc5a9fe-dcd3-4219-9e46-671177a61f28"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-dbc5a9fe-dcd3-4219-9e46-671177a61f28"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-dbc5a9fe-dcd3-4219-9e46-671177a61f28"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-dbc5a9fe-dcd3-4219-9e46-671177a61f28"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-dbc5a9fe-dcd3-4219-9e46-671177a61f28"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-dbc5a9fe-dcd3-4219-9e46-671177a61f28"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-dbc5a9fe-dcd3-4219-9e46-671177a61f28"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-dbc5a9fe-dcd3-4219-9e46-671177a61f28"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-dbc5a9fe-dcd3-4219-9e46-671177a61f28"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-dbc5a9fe-dcd3-4219-9e46-671177a61f28"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-dbc5a9fe-dcd3-4219-9e46-671177a61f28"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-dbc5a9fe-dcd3-4219-9e46-671177a61f28"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-dbc5a9fe-dcd3-4219-9e46-671177a61f28"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-dbc5a9fe-dcd3-4219-9e46-671177a61f28"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-dbc5a9fe-dcd3-4219-9e46-671177a61f28"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-dbc5a9fe-dcd3-4219-9e46-671177a61f28"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-dbc5a9fe-dcd3-4219-9e46-671177a61f28"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-dbc5a9fe-dcd3-4219-9e46-671177a61f28"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-dbc5a9fe-dcd3-4219-9e46-671177a61f28"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-dbc5a9fe-dcd3-4219-9e46-671177a61f28"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-dbc5a9fe-dcd3-4219-9e46-671177a61f28"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-dbc5a9fe-dcd3-4219-9e46-671177a61f28"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-dbc5a9fe-dcd3-4219-9e46-671177a61f28"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-dbc5a9fe-dcd3-4219-9e46-671177a61f28"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-dbc5a9fe-dcd3-4219-9e46-671177a61f28"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-dbc5a9fe-dcd3-4219-9e46-671177a61f28"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-dbc5a9fe-dcd3-4219-9e46-671177a61f28"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-dbc5a9fe-dcd3-4219-9e46-671177a61f28"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-dbc5a9fe-dcd3-4219-9e46-671177a61f28"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-dbc5a9fe-dcd3-4219-9e46-671177a61f28"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-dbc5a9fe-dcd3-4219-9e46-671177a61f28"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-dbc5a9fe-dcd3-4219-9e46-671177a61f28"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-dbc5a9fe-dcd3-4219-9e46-671177a61f28"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-dbc5a9fe-dcd3-4219-9e46-671177a61f28"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-e5b32d1e-2bac-4835-84fe-b0dd373216d1 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-e5b32d1e-2bac-4835-84fe-b0dd373216d1 .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-e5b32d1e-2bac-4835-84fe-b0dd373216d1 .shg-sld-nav-button.shg-sld-left,
#s-e5b32d1e-2bac-4835-84fe-b0dd373216d1 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-a70d6190-7992-406c-810b-9ccfddaf624c {
  text-align: center;
}
#s-a70d6190-7992-406c-810b-9ccfddaf624c:hover {opacity: 0.5 !important;}



  #s-a70d6190-7992-406c-810b-9ccfddaf624c img.shogun-image {
    
    width: px;
  }


#s-a70d6190-7992-406c-810b-9ccfddaf624c .shogun-image-content {
  
    align-items: center;
  
}

#s-9a3519a1-41ce-40bf-a9e7-411b38ff8d1f {
  text-align: center;
}
#s-9a3519a1-41ce-40bf-a9e7-411b38ff8d1f:hover {opacity: 0.5 !important;}



  #s-9a3519a1-41ce-40bf-a9e7-411b38ff8d1f img.shogun-image {
    
    width: px;
  }


#s-9a3519a1-41ce-40bf-a9e7-411b38ff8d1f .shogun-image-content {
  
    align-items: center;
  
}

#s-9ea6e366-fdfe-4003-89dc-020245090e08 {
  text-align: center;
}
#s-9ea6e366-fdfe-4003-89dc-020245090e08:hover {opacity: 0.5 !important;}



  #s-9ea6e366-fdfe-4003-89dc-020245090e08 img.shogun-image {
    
    width: px;
  }


#s-9ea6e366-fdfe-4003-89dc-020245090e08 .shogun-image-content {
  
    align-items: center;
  
}

#s-71a8d2b8-0e8c-4def-8455-a3660d100ef8 {
  text-align: center;
}
#s-71a8d2b8-0e8c-4def-8455-a3660d100ef8:hover {opacity: 0.5 !important;}



  #s-71a8d2b8-0e8c-4def-8455-a3660d100ef8 img.shogun-image {
    
    width: px;
  }


#s-71a8d2b8-0e8c-4def-8455-a3660d100ef8 .shogun-image-content {
  
    align-items: center;
  
}

#s-d1969a19-9f52-48a1-bae8-f8796c4ec68f {
  text-align: center;
}
#s-d1969a19-9f52-48a1-bae8-f8796c4ec68f:hover {opacity: 0.5 !important;}



  #s-d1969a19-9f52-48a1-bae8-f8796c4ec68f img.shogun-image {
    
    width: px;
  }


#s-d1969a19-9f52-48a1-bae8-f8796c4ec68f .shogun-image-content {
  
    align-items: center;
  
}

#s-fd1909f6-8019-4fb5-984f-f4c4458ba7e8 {
  text-align: center;
}
#s-fd1909f6-8019-4fb5-984f-f4c4458ba7e8:hover {opacity: 0.5 !important;}



  #s-fd1909f6-8019-4fb5-984f-f4c4458ba7e8 img.shogun-image {
    
    width: px;
  }


#s-fd1909f6-8019-4fb5-984f-f4c4458ba7e8 .shogun-image-content {
  
    align-items: center;
  
}

#s-56f72249-9ad7-4ea8-94f9-b502cd8936b5 {
  text-align: center;
}




  #s-56f72249-9ad7-4ea8-94f9-b502cd8936b5 img.shogun-image {
    
    width: px;
  }


#s-56f72249-9ad7-4ea8-94f9-b502cd8936b5 .shogun-image-content {
  
    align-items: center;
  
}

#s-e4997a27-0a92-4bf8-a2aa-1a0fbf2ee5b7 {
  text-align: center;
}




  #s-e4997a27-0a92-4bf8-a2aa-1a0fbf2ee5b7 img.shogun-image {
    
    width: px;
  }


#s-e4997a27-0a92-4bf8-a2aa-1a0fbf2ee5b7 .shogun-image-content {
  
    align-items: center;
  
}

#s-138ac0f7-721e-417a-82cd-05ad80b45442 {
  text-align: center;
}




  #s-138ac0f7-721e-417a-82cd-05ad80b45442 img.shogun-image {
    
    width: px;
  }


#s-138ac0f7-721e-417a-82cd-05ad80b45442 .shogun-image-content {
  
    align-items: center;
  
}

#s-ea767aba-08a5-4043-acef-ff3133e7d6cd {
  text-align: center;
}




  #s-ea767aba-08a5-4043-acef-ff3133e7d6cd img.shogun-image {
    
    width: px;
  }


#s-ea767aba-08a5-4043-acef-ff3133e7d6cd .shogun-image-content {
  
    align-items: center;
  
}

#s-cb19c6fb-31ce-4eeb-b7ba-f63d6585dca3 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-cb19c6fb-31ce-4eeb-b7ba-f63d6585dca3 .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-cb19c6fb-31ce-4eeb-b7ba-f63d6585dca3 .shg-sld-nav-button.shg-sld-left,
#s-cb19c6fb-31ce-4eeb-b7ba-f63d6585dca3 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-60ad2775-181a-489b-ba61-c260447abf16 {
  text-align: center;
}
#s-60ad2775-181a-489b-ba61-c260447abf16:hover {opacity: 0.5 !important;}



  #s-60ad2775-181a-489b-ba61-c260447abf16 img.shogun-image {
    
    width: px;
  }


#s-60ad2775-181a-489b-ba61-c260447abf16 .shogun-image-content {
  
    align-items: center;
  
}

#s-d713254c-1263-4356-9a2d-75205fc18484 {
  text-align: center;
}
#s-d713254c-1263-4356-9a2d-75205fc18484:hover {opacity: 0.5 !important;}



  #s-d713254c-1263-4356-9a2d-75205fc18484 img.shogun-image {
    
    width: px;
  }


#s-d713254c-1263-4356-9a2d-75205fc18484 .shogun-image-content {
  
    align-items: center;
  
}

#s-00f056aa-296e-4f2e-ae4f-cd1d8ab22dc5 {
  text-align: center;
}
#s-00f056aa-296e-4f2e-ae4f-cd1d8ab22dc5:hover {opacity: 0.5 !important;}



  #s-00f056aa-296e-4f2e-ae4f-cd1d8ab22dc5 img.shogun-image {
    
    width: px;
  }


#s-00f056aa-296e-4f2e-ae4f-cd1d8ab22dc5 .shogun-image-content {
  
    align-items: center;
  
}

#s-b9c2819c-59e2-4701-9612-aa1cf673a12d {
  text-align: center;
}
#s-b9c2819c-59e2-4701-9612-aa1cf673a12d:hover {opacity: 0.5 !important;}



  #s-b9c2819c-59e2-4701-9612-aa1cf673a12d img.shogun-image {
    
    width: px;
  }


#s-b9c2819c-59e2-4701-9612-aa1cf673a12d .shogun-image-content {
  
    align-items: center;
  
}

#s-cd821871-bef2-4da6-829a-d926b20af96e {
  text-align: center;
}
#s-cd821871-bef2-4da6-829a-d926b20af96e:hover {opacity: 0.5 !important;}



  #s-cd821871-bef2-4da6-829a-d926b20af96e img.shogun-image {
    
    width: px;
  }


#s-cd821871-bef2-4da6-829a-d926b20af96e .shogun-image-content {
  
    align-items: center;
  
}

#s-7c03f648-9b7f-4d84-87d4-917fd6e885e0 {
  text-align: center;
}
#s-7c03f648-9b7f-4d84-87d4-917fd6e885e0:hover {opacity: 0.5 !important;}



  #s-7c03f648-9b7f-4d84-87d4-917fd6e885e0 img.shogun-image {
    
    width: px;
  }


#s-7c03f648-9b7f-4d84-87d4-917fd6e885e0 .shogun-image-content {
  
    align-items: center;
  
}

#s-a2afd2f9-ddff-4d87-a221-4851653a8513 {
  text-align: center;
}




  #s-a2afd2f9-ddff-4d87-a221-4851653a8513 img.shogun-image {
    
    width: px;
  }


#s-a2afd2f9-ddff-4d87-a221-4851653a8513 .shogun-image-content {
  
    align-items: center;
  
}

#s-c7a36c61-98e5-456c-a4c4-35f759a918ed {
  text-align: center;
}




  #s-c7a36c61-98e5-456c-a4c4-35f759a918ed img.shogun-image {
    
    width: px;
  }


#s-c7a36c61-98e5-456c-a4c4-35f759a918ed .shogun-image-content {
  
    align-items: center;
  
}

#s-a1848ca1-9e5a-49c2-8702-8e314e84a790 {
  text-align: center;
}




  #s-a1848ca1-9e5a-49c2-8702-8e314e84a790 img.shogun-image {
    
    width: px;
  }


#s-a1848ca1-9e5a-49c2-8702-8e314e84a790 .shogun-image-content {
  
    align-items: center;
  
}

#s-aacf9f75-a06d-4753-bb46-55bc602981ea {
  text-align: center;
}




  #s-aacf9f75-a06d-4753-bb46-55bc602981ea img.shogun-image {
    
    width: px;
  }


#s-aacf9f75-a06d-4753-bb46-55bc602981ea .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-6316c2dc-c7d7-46f2-a71e-fa18d033830c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6316c2dc-c7d7-46f2-a71e-fa18d033830c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-6316c2dc-c7d7-46f2-a71e-fa18d033830c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-6316c2dc-c7d7-46f2-a71e-fa18d033830c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-6316c2dc-c7d7-46f2-a71e-fa18d033830c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-6316c2dc-c7d7-46f2-a71e-fa18d033830c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-6316c2dc-c7d7-46f2-a71e-fa18d033830c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-6316c2dc-c7d7-46f2-a71e-fa18d033830c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-6316c2dc-c7d7-46f2-a71e-fa18d033830c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-6316c2dc-c7d7-46f2-a71e-fa18d033830c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-6316c2dc-c7d7-46f2-a71e-fa18d033830c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-6316c2dc-c7d7-46f2-a71e-fa18d033830c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-6316c2dc-c7d7-46f2-a71e-fa18d033830c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-6316c2dc-c7d7-46f2-a71e-fa18d033830c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-6316c2dc-c7d7-46f2-a71e-fa18d033830c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-6316c2dc-c7d7-46f2-a71e-fa18d033830c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-6316c2dc-c7d7-46f2-a71e-fa18d033830c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-6316c2dc-c7d7-46f2-a71e-fa18d033830c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-6316c2dc-c7d7-46f2-a71e-fa18d033830c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-6316c2dc-c7d7-46f2-a71e-fa18d033830c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-6316c2dc-c7d7-46f2-a71e-fa18d033830c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-6316c2dc-c7d7-46f2-a71e-fa18d033830c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-6316c2dc-c7d7-46f2-a71e-fa18d033830c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-6316c2dc-c7d7-46f2-a71e-fa18d033830c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-6316c2dc-c7d7-46f2-a71e-fa18d033830c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-6316c2dc-c7d7-46f2-a71e-fa18d033830c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-6316c2dc-c7d7-46f2-a71e-fa18d033830c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-6316c2dc-c7d7-46f2-a71e-fa18d033830c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-6316c2dc-c7d7-46f2-a71e-fa18d033830c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-6316c2dc-c7d7-46f2-a71e-fa18d033830c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-6316c2dc-c7d7-46f2-a71e-fa18d033830c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-6316c2dc-c7d7-46f2-a71e-fa18d033830c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-6316c2dc-c7d7-46f2-a71e-fa18d033830c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-6316c2dc-c7d7-46f2-a71e-fa18d033830c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-6316c2dc-c7d7-46f2-a71e-fa18d033830c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-6316c2dc-c7d7-46f2-a71e-fa18d033830c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-6316c2dc-c7d7-46f2-a71e-fa18d033830c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-bbf4d85b-38cf-48ce-b5d4-e769861cb789 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-bbf4d85b-38cf-48ce-b5d4-e769861cb789 .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-bbf4d85b-38cf-48ce-b5d4-e769861cb789 .shg-sld-nav-button.shg-sld-left,
#s-bbf4d85b-38cf-48ce-b5d4-e769861cb789 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-b15ee4c4-ffc9-45f0-a37c-923640a53331 {
  text-align: center;
}
#s-b15ee4c4-ffc9-45f0-a37c-923640a53331:hover {opacity: 0.5 !important;}



  #s-b15ee4c4-ffc9-45f0-a37c-923640a53331 img.shogun-image {
    
    width: px;
  }


#s-b15ee4c4-ffc9-45f0-a37c-923640a53331 .shogun-image-content {
  
    align-items: center;
  
}

#s-dd59500f-a4b7-4c18-b74e-326d7b8be317 {
  text-align: center;
}
#s-dd59500f-a4b7-4c18-b74e-326d7b8be317:hover {opacity: 0.5 !important;}



  #s-dd59500f-a4b7-4c18-b74e-326d7b8be317 img.shogun-image {
    
    width: px;
  }


#s-dd59500f-a4b7-4c18-b74e-326d7b8be317 .shogun-image-content {
  
    align-items: center;
  
}

#s-8a09f48f-bf63-47c9-b5f7-4092f6804bde {
  text-align: center;
}
#s-8a09f48f-bf63-47c9-b5f7-4092f6804bde:hover {opacity: 0.5 !important;}



  #s-8a09f48f-bf63-47c9-b5f7-4092f6804bde img.shogun-image {
    
    width: px;
  }


#s-8a09f48f-bf63-47c9-b5f7-4092f6804bde .shogun-image-content {
  
    align-items: center;
  
}

#s-cf2fc189-2ad3-41c3-ad46-4267cb88d4d3 {
  text-align: center;
}
#s-cf2fc189-2ad3-41c3-ad46-4267cb88d4d3:hover {opacity: 0.5 !important;}



  #s-cf2fc189-2ad3-41c3-ad46-4267cb88d4d3 img.shogun-image {
    
    width: px;
  }


#s-cf2fc189-2ad3-41c3-ad46-4267cb88d4d3 .shogun-image-content {
  
    align-items: center;
  
}

#s-0280d131-c719-4cca-b058-b8c835d92a8b {
  text-align: center;
}
#s-0280d131-c719-4cca-b058-b8c835d92a8b:hover {opacity: 0.5 !important;}



  #s-0280d131-c719-4cca-b058-b8c835d92a8b img.shogun-image {
    
    width: px;
  }


#s-0280d131-c719-4cca-b058-b8c835d92a8b .shogun-image-content {
  
    align-items: center;
  
}

#s-6867287f-bcc6-491e-89ca-b407fbadd59d {
  text-align: center;
}
#s-6867287f-bcc6-491e-89ca-b407fbadd59d:hover {opacity: 0.5 !important;}



  #s-6867287f-bcc6-491e-89ca-b407fbadd59d img.shogun-image {
    
    width: px;
  }


#s-6867287f-bcc6-491e-89ca-b407fbadd59d .shogun-image-content {
  
    align-items: center;
  
}

#s-5ad5a042-8c95-4483-8b16-85b943c31f7a {
  text-align: center;
}




  #s-5ad5a042-8c95-4483-8b16-85b943c31f7a img.shogun-image {
    
    width: px;
  }


#s-5ad5a042-8c95-4483-8b16-85b943c31f7a .shogun-image-content {
  
    align-items: center;
  
}

#s-e2f7729c-17a0-479e-a163-99dacf25a130 {
  text-align: center;
}




  #s-e2f7729c-17a0-479e-a163-99dacf25a130 img.shogun-image {
    
    width: px;
  }


#s-e2f7729c-17a0-479e-a163-99dacf25a130 .shogun-image-content {
  
    align-items: center;
  
}

#s-db8e6d66-2d66-4881-8b38-ce40cc25afc8 {
  text-align: center;
}




  #s-db8e6d66-2d66-4881-8b38-ce40cc25afc8 img.shogun-image {
    
    width: px;
  }


#s-db8e6d66-2d66-4881-8b38-ce40cc25afc8 .shogun-image-content {
  
    align-items: center;
  
}

#s-ed8152b3-6f3d-490f-80ad-c949b5f1042f {
  text-align: center;
}




  #s-ed8152b3-6f3d-490f-80ad-c949b5f1042f img.shogun-image {
    
    width: px;
  }


#s-ed8152b3-6f3d-490f-80ad-c949b5f1042f .shogun-image-content {
  
    align-items: center;
  
}

#s-268a67d4-9cd6-485c-b2e5-fd1e5cb2dd59 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-268a67d4-9cd6-485c-b2e5-fd1e5cb2dd59 .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-268a67d4-9cd6-485c-b2e5-fd1e5cb2dd59 .shg-sld-nav-button.shg-sld-left,
#s-268a67d4-9cd6-485c-b2e5-fd1e5cb2dd59 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-69223a6f-51d9-42ff-a43a-f10aa8a43c27 {
  text-align: center;
}
#s-69223a6f-51d9-42ff-a43a-f10aa8a43c27:hover {opacity: 0.5 !important;}



  #s-69223a6f-51d9-42ff-a43a-f10aa8a43c27 img.shogun-image {
    
    width: px;
  }


#s-69223a6f-51d9-42ff-a43a-f10aa8a43c27 .shogun-image-content {
  
    align-items: center;
  
}

#s-9f62239f-0275-4c38-b20d-2f266cd0e768 {
  text-align: center;
}
#s-9f62239f-0275-4c38-b20d-2f266cd0e768:hover {opacity: 0.5 !important;}



  #s-9f62239f-0275-4c38-b20d-2f266cd0e768 img.shogun-image {
    
    width: px;
  }


#s-9f62239f-0275-4c38-b20d-2f266cd0e768 .shogun-image-content {
  
    align-items: center;
  
}

#s-daa8e04f-403c-4e32-b437-6dcedc7b59c6 {
  text-align: center;
}
#s-daa8e04f-403c-4e32-b437-6dcedc7b59c6:hover {opacity: 0.5 !important;}



  #s-daa8e04f-403c-4e32-b437-6dcedc7b59c6 img.shogun-image {
    
    width: px;
  }


#s-daa8e04f-403c-4e32-b437-6dcedc7b59c6 .shogun-image-content {
  
    align-items: center;
  
}

#s-b1da761f-352f-4399-a0c4-0a42e262b6bf {
  text-align: center;
}
#s-b1da761f-352f-4399-a0c4-0a42e262b6bf:hover {opacity: 0.5 !important;}



  #s-b1da761f-352f-4399-a0c4-0a42e262b6bf img.shogun-image {
    
    width: px;
  }


#s-b1da761f-352f-4399-a0c4-0a42e262b6bf .shogun-image-content {
  
    align-items: center;
  
}

#s-1eab421f-7a1e-4a12-a552-7ce3d12d66b6 {
  text-align: center;
}
#s-1eab421f-7a1e-4a12-a552-7ce3d12d66b6:hover {opacity: 0.5 !important;}



  #s-1eab421f-7a1e-4a12-a552-7ce3d12d66b6 img.shogun-image {
    
    width: px;
  }


#s-1eab421f-7a1e-4a12-a552-7ce3d12d66b6 .shogun-image-content {
  
    align-items: center;
  
}

#s-c23b46a9-7bdf-4bff-91f2-70ab4ef3590d {
  text-align: center;
}
#s-c23b46a9-7bdf-4bff-91f2-70ab4ef3590d:hover {opacity: 0.5 !important;}



  #s-c23b46a9-7bdf-4bff-91f2-70ab4ef3590d img.shogun-image {
    
    width: px;
  }


#s-c23b46a9-7bdf-4bff-91f2-70ab4ef3590d .shogun-image-content {
  
    align-items: center;
  
}

#s-a8a3bee8-0cc7-4182-bcbe-333d412fd604 {
  text-align: center;
}




  #s-a8a3bee8-0cc7-4182-bcbe-333d412fd604 img.shogun-image {
    
    width: px;
  }


#s-a8a3bee8-0cc7-4182-bcbe-333d412fd604 .shogun-image-content {
  
    align-items: center;
  
}

#s-6d429021-3914-486a-98c0-217c473a0837 {
  text-align: center;
}




  #s-6d429021-3914-486a-98c0-217c473a0837 img.shogun-image {
    
    width: px;
  }


#s-6d429021-3914-486a-98c0-217c473a0837 .shogun-image-content {
  
    align-items: center;
  
}

#s-24be0ec6-622e-4845-a044-35df5f323a76 {
  text-align: center;
}




  #s-24be0ec6-622e-4845-a044-35df5f323a76 img.shogun-image {
    
    width: px;
  }


#s-24be0ec6-622e-4845-a044-35df5f323a76 .shogun-image-content {
  
    align-items: center;
  
}

#s-2e2ef163-a128-4004-841d-3edef45b4546 {
  text-align: center;
}




  #s-2e2ef163-a128-4004-841d-3edef45b4546 img.shogun-image {
    
    width: px;
  }


#s-2e2ef163-a128-4004-841d-3edef45b4546 .shogun-image-content {
  
    align-items: center;
  
}

#s-3307d856-9b3f-479b-813c-f04a347bd4e4 {
  min-height: 50px;
}








#s-3307d856-9b3f-479b-813c-f04a347bd4e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3307d856-9b3f-479b-813c-f04a347bd4e4.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-2bed4cb6-9ccd-4c4d-aa60-2b6eea7ff183"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2bed4cb6-9ccd-4c4d-aa60-2b6eea7ff183"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2bed4cb6-9ccd-4c4d-aa60-2b6eea7ff183"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2bed4cb6-9ccd-4c4d-aa60-2b6eea7ff183"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2bed4cb6-9ccd-4c4d-aa60-2b6eea7ff183"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2bed4cb6-9ccd-4c4d-aa60-2b6eea7ff183"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2bed4cb6-9ccd-4c4d-aa60-2b6eea7ff183"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2bed4cb6-9ccd-4c4d-aa60-2b6eea7ff183"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2bed4cb6-9ccd-4c4d-aa60-2b6eea7ff183"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2bed4cb6-9ccd-4c4d-aa60-2b6eea7ff183"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2bed4cb6-9ccd-4c4d-aa60-2b6eea7ff183"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2bed4cb6-9ccd-4c4d-aa60-2b6eea7ff183"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2bed4cb6-9ccd-4c4d-aa60-2b6eea7ff183"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2bed4cb6-9ccd-4c4d-aa60-2b6eea7ff183"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2bed4cb6-9ccd-4c4d-aa60-2b6eea7ff183"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2bed4cb6-9ccd-4c4d-aa60-2b6eea7ff183"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2bed4cb6-9ccd-4c4d-aa60-2b6eea7ff183"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2bed4cb6-9ccd-4c4d-aa60-2b6eea7ff183"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2bed4cb6-9ccd-4c4d-aa60-2b6eea7ff183"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2bed4cb6-9ccd-4c4d-aa60-2b6eea7ff183"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2bed4cb6-9ccd-4c4d-aa60-2b6eea7ff183"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2bed4cb6-9ccd-4c4d-aa60-2b6eea7ff183"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2bed4cb6-9ccd-4c4d-aa60-2b6eea7ff183"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2bed4cb6-9ccd-4c4d-aa60-2b6eea7ff183"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2bed4cb6-9ccd-4c4d-aa60-2b6eea7ff183"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2bed4cb6-9ccd-4c4d-aa60-2b6eea7ff183"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2bed4cb6-9ccd-4c4d-aa60-2b6eea7ff183"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2bed4cb6-9ccd-4c4d-aa60-2b6eea7ff183"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2bed4cb6-9ccd-4c4d-aa60-2b6eea7ff183"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2bed4cb6-9ccd-4c4d-aa60-2b6eea7ff183"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2bed4cb6-9ccd-4c4d-aa60-2b6eea7ff183"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2bed4cb6-9ccd-4c4d-aa60-2b6eea7ff183"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2bed4cb6-9ccd-4c4d-aa60-2b6eea7ff183"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2bed4cb6-9ccd-4c4d-aa60-2b6eea7ff183"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2bed4cb6-9ccd-4c4d-aa60-2b6eea7ff183"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2bed4cb6-9ccd-4c4d-aa60-2b6eea7ff183"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2bed4cb6-9ccd-4c4d-aa60-2b6eea7ff183"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-09ee9fbd-bbdb-420c-8f91-43a27b92711c {
  text-align: center;
}




  #s-09ee9fbd-bbdb-420c-8f91-43a27b92711c img.shogun-image {
    
    width: px;
  }


#s-09ee9fbd-bbdb-420c-8f91-43a27b92711c .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-081b4d4d-bc7f-460d-ab19-f0d5fd34e157"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-081b4d4d-bc7f-460d-ab19-f0d5fd34e157"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-081b4d4d-bc7f-460d-ab19-f0d5fd34e157"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-081b4d4d-bc7f-460d-ab19-f0d5fd34e157"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-081b4d4d-bc7f-460d-ab19-f0d5fd34e157"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-081b4d4d-bc7f-460d-ab19-f0d5fd34e157"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-081b4d4d-bc7f-460d-ab19-f0d5fd34e157"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-081b4d4d-bc7f-460d-ab19-f0d5fd34e157"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-081b4d4d-bc7f-460d-ab19-f0d5fd34e157"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-081b4d4d-bc7f-460d-ab19-f0d5fd34e157"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-081b4d4d-bc7f-460d-ab19-f0d5fd34e157"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-081b4d4d-bc7f-460d-ab19-f0d5fd34e157"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-081b4d4d-bc7f-460d-ab19-f0d5fd34e157"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-081b4d4d-bc7f-460d-ab19-f0d5fd34e157"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-081b4d4d-bc7f-460d-ab19-f0d5fd34e157"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-081b4d4d-bc7f-460d-ab19-f0d5fd34e157"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-081b4d4d-bc7f-460d-ab19-f0d5fd34e157"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-081b4d4d-bc7f-460d-ab19-f0d5fd34e157"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-081b4d4d-bc7f-460d-ab19-f0d5fd34e157"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-081b4d4d-bc7f-460d-ab19-f0d5fd34e157"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-081b4d4d-bc7f-460d-ab19-f0d5fd34e157"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-081b4d4d-bc7f-460d-ab19-f0d5fd34e157"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-081b4d4d-bc7f-460d-ab19-f0d5fd34e157"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-081b4d4d-bc7f-460d-ab19-f0d5fd34e157"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-081b4d4d-bc7f-460d-ab19-f0d5fd34e157"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-081b4d4d-bc7f-460d-ab19-f0d5fd34e157"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-081b4d4d-bc7f-460d-ab19-f0d5fd34e157"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-081b4d4d-bc7f-460d-ab19-f0d5fd34e157"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-081b4d4d-bc7f-460d-ab19-f0d5fd34e157"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-081b4d4d-bc7f-460d-ab19-f0d5fd34e157"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-081b4d4d-bc7f-460d-ab19-f0d5fd34e157"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-081b4d4d-bc7f-460d-ab19-f0d5fd34e157"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-081b4d4d-bc7f-460d-ab19-f0d5fd34e157"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-081b4d4d-bc7f-460d-ab19-f0d5fd34e157"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-081b4d4d-bc7f-460d-ab19-f0d5fd34e157"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-081b4d4d-bc7f-460d-ab19-f0d5fd34e157"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-081b4d4d-bc7f-460d-ab19-f0d5fd34e157"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-d65d4241-8df2-4ffc-b0c9-53282d779290 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-d65d4241-8df2-4ffc-b0c9-53282d779290 .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-d65d4241-8df2-4ffc-b0c9-53282d779290 .shg-sld-nav-button.shg-sld-left,
#s-d65d4241-8df2-4ffc-b0c9-53282d779290 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-2ee18a33-125e-4b52-a99a-757c25db8f59 {
  text-align: center;
}
#s-2ee18a33-125e-4b52-a99a-757c25db8f59:hover {opacity: 0.5 !important;}



  #s-2ee18a33-125e-4b52-a99a-757c25db8f59 img.shogun-image {
    
    width: px;
  }


#s-2ee18a33-125e-4b52-a99a-757c25db8f59 .shogun-image-content {
  
    align-items: center;
  
}

#s-60bd2c3b-ab6f-4954-a668-f032c016c067 {
  text-align: center;
}
#s-60bd2c3b-ab6f-4954-a668-f032c016c067:hover {opacity: 0.5 !important;}



  #s-60bd2c3b-ab6f-4954-a668-f032c016c067 img.shogun-image {
    
    width: px;
  }


#s-60bd2c3b-ab6f-4954-a668-f032c016c067 .shogun-image-content {
  
    align-items: center;
  
}

#s-7f920d10-13a3-47ce-836e-32332d634047 {
  text-align: center;
}
#s-7f920d10-13a3-47ce-836e-32332d634047:hover {opacity: 0.5 !important;}



  #s-7f920d10-13a3-47ce-836e-32332d634047 img.shogun-image {
    
    width: px;
  }


#s-7f920d10-13a3-47ce-836e-32332d634047 .shogun-image-content {
  
    align-items: center;
  
}

#s-d2c2a60f-58d4-4004-a90b-25a6c332824a {
  text-align: center;
}
#s-d2c2a60f-58d4-4004-a90b-25a6c332824a:hover {opacity: 0.5 !important;}



  #s-d2c2a60f-58d4-4004-a90b-25a6c332824a img.shogun-image {
    
    width: px;
  }


#s-d2c2a60f-58d4-4004-a90b-25a6c332824a .shogun-image-content {
  
    align-items: center;
  
}

#s-be372cc9-9280-48e7-8750-40eaf6a9346c {
  text-align: center;
}
#s-be372cc9-9280-48e7-8750-40eaf6a9346c:hover {opacity: 0.5 !important;}



  #s-be372cc9-9280-48e7-8750-40eaf6a9346c img.shogun-image {
    
    width: px;
  }


#s-be372cc9-9280-48e7-8750-40eaf6a9346c .shogun-image-content {
  
    align-items: center;
  
}

#s-51064213-4362-4d8e-978b-07692f76b8a7 {
  text-align: center;
}
#s-51064213-4362-4d8e-978b-07692f76b8a7:hover {opacity: 0.5 !important;}



  #s-51064213-4362-4d8e-978b-07692f76b8a7 img.shogun-image {
    
    width: px;
  }


#s-51064213-4362-4d8e-978b-07692f76b8a7 .shogun-image-content {
  
    align-items: center;
  
}

#s-5cccc3f0-b4f9-4d44-ab69-3c2d06292e4f {
  text-align: center;
}




  #s-5cccc3f0-b4f9-4d44-ab69-3c2d06292e4f img.shogun-image {
    
    width: px;
  }


#s-5cccc3f0-b4f9-4d44-ab69-3c2d06292e4f .shogun-image-content {
  
    align-items: center;
  
}

#s-656cf68d-eef9-44c2-be53-d2462af43ef3 {
  text-align: center;
}




  #s-656cf68d-eef9-44c2-be53-d2462af43ef3 img.shogun-image {
    
    width: px;
  }


#s-656cf68d-eef9-44c2-be53-d2462af43ef3 .shogun-image-content {
  
    align-items: center;
  
}

#s-f8ed6318-4f6d-43d3-8eba-7c8e2d074c50 {
  text-align: center;
}




  #s-f8ed6318-4f6d-43d3-8eba-7c8e2d074c50 img.shogun-image {
    
    width: px;
  }


#s-f8ed6318-4f6d-43d3-8eba-7c8e2d074c50 .shogun-image-content {
  
    align-items: center;
  
}

#s-edb245de-b635-440b-b30d-d9e2ab2162ea {
  text-align: center;
}




  #s-edb245de-b635-440b-b30d-d9e2ab2162ea img.shogun-image {
    
    width: px;
  }


#s-edb245de-b635-440b-b30d-d9e2ab2162ea .shogun-image-content {
  
    align-items: center;
  
}

#s-ad4793ab-e33e-487c-bd58-1993a4cadf25 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-ad4793ab-e33e-487c-bd58-1993a4cadf25 .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-ad4793ab-e33e-487c-bd58-1993a4cadf25 .shg-sld-nav-button.shg-sld-left,
#s-ad4793ab-e33e-487c-bd58-1993a4cadf25 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-da40b990-8641-46d0-a52d-7286da436e32 {
  text-align: center;
}
#s-da40b990-8641-46d0-a52d-7286da436e32:hover {opacity: 0.5 !important;}



  #s-da40b990-8641-46d0-a52d-7286da436e32 img.shogun-image {
    
    width: px;
  }


#s-da40b990-8641-46d0-a52d-7286da436e32 .shogun-image-content {
  
    align-items: center;
  
}

#s-547d574c-738f-45b8-9c44-b1b84e971860 {
  text-align: center;
}
#s-547d574c-738f-45b8-9c44-b1b84e971860:hover {opacity: 0.5 !important;}



  #s-547d574c-738f-45b8-9c44-b1b84e971860 img.shogun-image {
    
    width: px;
  }


#s-547d574c-738f-45b8-9c44-b1b84e971860 .shogun-image-content {
  
    align-items: center;
  
}

#s-19c3e7c1-a6f4-4114-b99d-7ce95cf9d397 {
  text-align: center;
}
#s-19c3e7c1-a6f4-4114-b99d-7ce95cf9d397:hover {opacity: 0.5 !important;}



  #s-19c3e7c1-a6f4-4114-b99d-7ce95cf9d397 img.shogun-image {
    
    width: px;
  }


#s-19c3e7c1-a6f4-4114-b99d-7ce95cf9d397 .shogun-image-content {
  
    align-items: center;
  
}

#s-e78ab3c9-e693-47f8-a983-af56c8b03351 {
  text-align: center;
}
#s-e78ab3c9-e693-47f8-a983-af56c8b03351:hover {opacity: 0.5 !important;}



  #s-e78ab3c9-e693-47f8-a983-af56c8b03351 img.shogun-image {
    
    width: px;
  }


#s-e78ab3c9-e693-47f8-a983-af56c8b03351 .shogun-image-content {
  
    align-items: center;
  
}

#s-0a430013-5088-465f-9e26-9704a3a8ff98 {
  text-align: center;
}
#s-0a430013-5088-465f-9e26-9704a3a8ff98:hover {opacity: 0.5 !important;}



  #s-0a430013-5088-465f-9e26-9704a3a8ff98 img.shogun-image {
    
    width: px;
  }


#s-0a430013-5088-465f-9e26-9704a3a8ff98 .shogun-image-content {
  
    align-items: center;
  
}

#s-7a749ba5-bb71-4964-bbed-f7f4dc8a48c8 {
  text-align: center;
}
#s-7a749ba5-bb71-4964-bbed-f7f4dc8a48c8:hover {opacity: 0.5 !important;}



  #s-7a749ba5-bb71-4964-bbed-f7f4dc8a48c8 img.shogun-image {
    
    width: px;
  }


#s-7a749ba5-bb71-4964-bbed-f7f4dc8a48c8 .shogun-image-content {
  
    align-items: center;
  
}

#s-05b27971-3de2-4e7b-8b5f-ed5b7ee56f54 {
  text-align: center;
}




  #s-05b27971-3de2-4e7b-8b5f-ed5b7ee56f54 img.shogun-image {
    
    width: px;
  }


#s-05b27971-3de2-4e7b-8b5f-ed5b7ee56f54 .shogun-image-content {
  
    align-items: center;
  
}

#s-221617a2-3b94-4269-a95c-ca9c70d2fc72 {
  text-align: center;
}




  #s-221617a2-3b94-4269-a95c-ca9c70d2fc72 img.shogun-image {
    
    width: px;
  }


#s-221617a2-3b94-4269-a95c-ca9c70d2fc72 .shogun-image-content {
  
    align-items: center;
  
}

#s-426f227d-9aef-49e2-bbd9-949ca723ec00 {
  text-align: center;
}




  #s-426f227d-9aef-49e2-bbd9-949ca723ec00 img.shogun-image {
    
    width: px;
  }


#s-426f227d-9aef-49e2-bbd9-949ca723ec00 .shogun-image-content {
  
    align-items: center;
  
}

#s-d3d0a3dc-7eae-433b-ad57-45b73a4306d2 {
  text-align: center;
}




  #s-d3d0a3dc-7eae-433b-ad57-45b73a4306d2 img.shogun-image {
    
    width: px;
  }


#s-d3d0a3dc-7eae-433b-ad57-45b73a4306d2 .shogun-image-content {
  
    align-items: center;
  
}

#s-791b5357-4b29-422c-83fd-fece02285dc0 {
  min-height: 50px;
}








#s-791b5357-4b29-422c-83fd-fece02285dc0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-791b5357-4b29-422c-83fd-fece02285dc0.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-a4208b51-6299-4dc6-9a44-a645f4ef41da"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a4208b51-6299-4dc6-9a44-a645f4ef41da"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-a4208b51-6299-4dc6-9a44-a645f4ef41da"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-a4208b51-6299-4dc6-9a44-a645f4ef41da"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-a4208b51-6299-4dc6-9a44-a645f4ef41da"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-a4208b51-6299-4dc6-9a44-a645f4ef41da"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-a4208b51-6299-4dc6-9a44-a645f4ef41da"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-a4208b51-6299-4dc6-9a44-a645f4ef41da"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-a4208b51-6299-4dc6-9a44-a645f4ef41da"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-a4208b51-6299-4dc6-9a44-a645f4ef41da"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-a4208b51-6299-4dc6-9a44-a645f4ef41da"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-a4208b51-6299-4dc6-9a44-a645f4ef41da"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-a4208b51-6299-4dc6-9a44-a645f4ef41da"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-a4208b51-6299-4dc6-9a44-a645f4ef41da"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-a4208b51-6299-4dc6-9a44-a645f4ef41da"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-a4208b51-6299-4dc6-9a44-a645f4ef41da"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-a4208b51-6299-4dc6-9a44-a645f4ef41da"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-a4208b51-6299-4dc6-9a44-a645f4ef41da"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-a4208b51-6299-4dc6-9a44-a645f4ef41da"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-a4208b51-6299-4dc6-9a44-a645f4ef41da"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-a4208b51-6299-4dc6-9a44-a645f4ef41da"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-a4208b51-6299-4dc6-9a44-a645f4ef41da"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-a4208b51-6299-4dc6-9a44-a645f4ef41da"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-a4208b51-6299-4dc6-9a44-a645f4ef41da"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-a4208b51-6299-4dc6-9a44-a645f4ef41da"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-a4208b51-6299-4dc6-9a44-a645f4ef41da"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-a4208b51-6299-4dc6-9a44-a645f4ef41da"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-a4208b51-6299-4dc6-9a44-a645f4ef41da"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-a4208b51-6299-4dc6-9a44-a645f4ef41da"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-a4208b51-6299-4dc6-9a44-a645f4ef41da"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-a4208b51-6299-4dc6-9a44-a645f4ef41da"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-a4208b51-6299-4dc6-9a44-a645f4ef41da"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-a4208b51-6299-4dc6-9a44-a645f4ef41da"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-a4208b51-6299-4dc6-9a44-a645f4ef41da"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-a4208b51-6299-4dc6-9a44-a645f4ef41da"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-a4208b51-6299-4dc6-9a44-a645f4ef41da"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-a4208b51-6299-4dc6-9a44-a645f4ef41da"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-c77e5276-a662-4651-9606-6fd276ab3014 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-c77e5276-a662-4651-9606-6fd276ab3014 .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-c77e5276-a662-4651-9606-6fd276ab3014 .shg-sld-nav-button.shg-sld-left,
#s-c77e5276-a662-4651-9606-6fd276ab3014 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-01f2cc85-fd54-4ce3-89f6-cc7a312ae8f1 {
  text-align: center;
}
#s-01f2cc85-fd54-4ce3-89f6-cc7a312ae8f1:hover {opacity: 0.5 !important;}



  #s-01f2cc85-fd54-4ce3-89f6-cc7a312ae8f1 img.shogun-image {
    
    width: px;
  }


#s-01f2cc85-fd54-4ce3-89f6-cc7a312ae8f1 .shogun-image-content {
  
    align-items: center;
  
}

#s-18fc4b18-932e-47a2-b9a0-0b3470e2e037 {
  text-align: center;
}
#s-18fc4b18-932e-47a2-b9a0-0b3470e2e037:hover {opacity: 0.5 !important;}



  #s-18fc4b18-932e-47a2-b9a0-0b3470e2e037 img.shogun-image {
    
    width: px;
  }


#s-18fc4b18-932e-47a2-b9a0-0b3470e2e037 .shogun-image-content {
  
    align-items: center;
  
}

#s-66e2a585-c33f-45dc-9458-d83c35dcabc7 {
  text-align: center;
}
#s-66e2a585-c33f-45dc-9458-d83c35dcabc7:hover {opacity: 0.5 !important;}



  #s-66e2a585-c33f-45dc-9458-d83c35dcabc7 img.shogun-image {
    
    width: px;
  }


#s-66e2a585-c33f-45dc-9458-d83c35dcabc7 .shogun-image-content {
  
    align-items: center;
  
}

#s-5ce8711e-c932-4c82-9d02-dc04e43cccaf {
  text-align: center;
}
#s-5ce8711e-c932-4c82-9d02-dc04e43cccaf:hover {opacity: 0.5 !important;}



  #s-5ce8711e-c932-4c82-9d02-dc04e43cccaf img.shogun-image {
    
    width: px;
  }


#s-5ce8711e-c932-4c82-9d02-dc04e43cccaf .shogun-image-content {
  
    align-items: center;
  
}

#s-e017efa8-1523-43cc-9419-769e2104a7d8 {
  text-align: center;
}
#s-e017efa8-1523-43cc-9419-769e2104a7d8:hover {opacity: 0.5 !important;}



  #s-e017efa8-1523-43cc-9419-769e2104a7d8 img.shogun-image {
    
    width: px;
  }


#s-e017efa8-1523-43cc-9419-769e2104a7d8 .shogun-image-content {
  
    align-items: center;
  
}

#s-717b9d8c-6b69-43cd-a846-6e29104d39aa {
  text-align: center;
}
#s-717b9d8c-6b69-43cd-a846-6e29104d39aa:hover {opacity: 0.5 !important;}



  #s-717b9d8c-6b69-43cd-a846-6e29104d39aa img.shogun-image {
    
    width: px;
  }


#s-717b9d8c-6b69-43cd-a846-6e29104d39aa .shogun-image-content {
  
    align-items: center;
  
}

#s-03231a59-d8cb-4555-9d4c-9869026ca83b {
  text-align: center;
}




  #s-03231a59-d8cb-4555-9d4c-9869026ca83b img.shogun-image {
    
    width: px;
  }


#s-03231a59-d8cb-4555-9d4c-9869026ca83b .shogun-image-content {
  
    align-items: center;
  
}

#s-5a014e0f-9c91-44e6-83d7-c1e93396e077 {
  text-align: center;
}




  #s-5a014e0f-9c91-44e6-83d7-c1e93396e077 img.shogun-image {
    
    width: px;
  }


#s-5a014e0f-9c91-44e6-83d7-c1e93396e077 .shogun-image-content {
  
    align-items: center;
  
}

#s-3ec48e79-242f-45ff-8792-2d13c4002ae2 {
  text-align: center;
}




  #s-3ec48e79-242f-45ff-8792-2d13c4002ae2 img.shogun-image {
    
    width: px;
  }


#s-3ec48e79-242f-45ff-8792-2d13c4002ae2 .shogun-image-content {
  
    align-items: center;
  
}

#s-3a8efe3b-9d34-4b56-ba8e-99d37fe64651 {
  text-align: center;
}




  #s-3a8efe3b-9d34-4b56-ba8e-99d37fe64651 img.shogun-image {
    
    width: px;
  }


#s-3a8efe3b-9d34-4b56-ba8e-99d37fe64651 .shogun-image-content {
  
    align-items: center;
  
}

#s-3a890a0b-6bd9-40db-b338-35a278a7e29e {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-3a890a0b-6bd9-40db-b338-35a278a7e29e .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-3a890a0b-6bd9-40db-b338-35a278a7e29e .shg-sld-nav-button.shg-sld-left,
#s-3a890a0b-6bd9-40db-b338-35a278a7e29e .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-9db3811e-8b51-4ac0-bf4d-52196b3e24c2 {
  text-align: center;
}
#s-9db3811e-8b51-4ac0-bf4d-52196b3e24c2:hover {opacity: 0.5 !important;}



  #s-9db3811e-8b51-4ac0-bf4d-52196b3e24c2 img.shogun-image {
    
    width: px;
  }


#s-9db3811e-8b51-4ac0-bf4d-52196b3e24c2 .shogun-image-content {
  
    align-items: center;
  
}

#s-d6c439af-ea98-4614-8466-c0f9c1d62333 {
  text-align: center;
}
#s-d6c439af-ea98-4614-8466-c0f9c1d62333:hover {opacity: 0.5 !important;}



  #s-d6c439af-ea98-4614-8466-c0f9c1d62333 img.shogun-image {
    
    width: px;
  }


#s-d6c439af-ea98-4614-8466-c0f9c1d62333 .shogun-image-content {
  
    align-items: center;
  
}

#s-c9f0cfd8-e29f-4ca4-9f32-40bf97ae9bd4 {
  text-align: center;
}
#s-c9f0cfd8-e29f-4ca4-9f32-40bf97ae9bd4:hover {opacity: 0.5 !important;}



  #s-c9f0cfd8-e29f-4ca4-9f32-40bf97ae9bd4 img.shogun-image {
    
    width: px;
  }


#s-c9f0cfd8-e29f-4ca4-9f32-40bf97ae9bd4 .shogun-image-content {
  
    align-items: center;
  
}

#s-9450f538-0343-4d21-956f-76d3326667a3 {
  text-align: center;
}
#s-9450f538-0343-4d21-956f-76d3326667a3:hover {opacity: 0.5 !important;}



  #s-9450f538-0343-4d21-956f-76d3326667a3 img.shogun-image {
    
    width: px;
  }


#s-9450f538-0343-4d21-956f-76d3326667a3 .shogun-image-content {
  
    align-items: center;
  
}

#s-7e34c8cc-082d-4c4f-8994-1272d035e35a {
  text-align: center;
}
#s-7e34c8cc-082d-4c4f-8994-1272d035e35a:hover {opacity: 0.5 !important;}



  #s-7e34c8cc-082d-4c4f-8994-1272d035e35a img.shogun-image {
    
    width: px;
  }


#s-7e34c8cc-082d-4c4f-8994-1272d035e35a .shogun-image-content {
  
    align-items: center;
  
}

#s-a3825a4f-f865-4e8c-a3aa-a560a05c33d0 {
  text-align: center;
}
#s-a3825a4f-f865-4e8c-a3aa-a560a05c33d0:hover {opacity: 0.5 !important;}



  #s-a3825a4f-f865-4e8c-a3aa-a560a05c33d0 img.shogun-image {
    
    width: px;
  }


#s-a3825a4f-f865-4e8c-a3aa-a560a05c33d0 .shogun-image-content {
  
    align-items: center;
  
}

#s-8fa713ee-93e3-4c25-b619-de84ec586a03 {
  text-align: center;
}




  #s-8fa713ee-93e3-4c25-b619-de84ec586a03 img.shogun-image {
    
    width: px;
  }


#s-8fa713ee-93e3-4c25-b619-de84ec586a03 .shogun-image-content {
  
    align-items: center;
  
}

#s-b091cbba-df38-425f-b986-41ecfa090145 {
  text-align: center;
}




  #s-b091cbba-df38-425f-b986-41ecfa090145 img.shogun-image {
    
    width: px;
  }


#s-b091cbba-df38-425f-b986-41ecfa090145 .shogun-image-content {
  
    align-items: center;
  
}

#s-bca17000-d53c-4e00-86c9-cd009790c071 {
  text-align: center;
}




  #s-bca17000-d53c-4e00-86c9-cd009790c071 img.shogun-image {
    
    width: px;
  }


#s-bca17000-d53c-4e00-86c9-cd009790c071 .shogun-image-content {
  
    align-items: center;
  
}

#s-a0290578-ca5b-4f82-86c5-d45851b7b8b5 {
  text-align: center;
}




  #s-a0290578-ca5b-4f82-86c5-d45851b7b8b5 img.shogun-image {
    
    width: px;
  }


#s-a0290578-ca5b-4f82-86c5-d45851b7b8b5 .shogun-image-content {
  
    align-items: center;
  
}

#s-9138b81e-fa30-4075-ac6c-4516f32e48b4 {
  min-height: 50px;
}








#s-9138b81e-fa30-4075-ac6c-4516f32e48b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9138b81e-fa30-4075-ac6c-4516f32e48b4.shg-box.shg-c {
  justify-content: center;
}

#s-2da9e9e5-d41d-4695-97b5-fed1771ff13c {
  min-height: 50px;
}








#s-2da9e9e5-d41d-4695-97b5-fed1771ff13c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2da9e9e5-d41d-4695-97b5-fed1771ff13c.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-31016709-404f-4b5c-94fa-65eb276a20fe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-31016709-404f-4b5c-94fa-65eb276a20fe"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-31016709-404f-4b5c-94fa-65eb276a20fe"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-31016709-404f-4b5c-94fa-65eb276a20fe"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-31016709-404f-4b5c-94fa-65eb276a20fe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-31016709-404f-4b5c-94fa-65eb276a20fe"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-31016709-404f-4b5c-94fa-65eb276a20fe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-31016709-404f-4b5c-94fa-65eb276a20fe"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-31016709-404f-4b5c-94fa-65eb276a20fe"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-31016709-404f-4b5c-94fa-65eb276a20fe"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-31016709-404f-4b5c-94fa-65eb276a20fe"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-31016709-404f-4b5c-94fa-65eb276a20fe"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-31016709-404f-4b5c-94fa-65eb276a20fe"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-31016709-404f-4b5c-94fa-65eb276a20fe"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-31016709-404f-4b5c-94fa-65eb276a20fe"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-31016709-404f-4b5c-94fa-65eb276a20fe"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-31016709-404f-4b5c-94fa-65eb276a20fe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-31016709-404f-4b5c-94fa-65eb276a20fe"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-31016709-404f-4b5c-94fa-65eb276a20fe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-31016709-404f-4b5c-94fa-65eb276a20fe"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-31016709-404f-4b5c-94fa-65eb276a20fe"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-31016709-404f-4b5c-94fa-65eb276a20fe"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-31016709-404f-4b5c-94fa-65eb276a20fe"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-31016709-404f-4b5c-94fa-65eb276a20fe"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-31016709-404f-4b5c-94fa-65eb276a20fe"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-31016709-404f-4b5c-94fa-65eb276a20fe"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-31016709-404f-4b5c-94fa-65eb276a20fe"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-31016709-404f-4b5c-94fa-65eb276a20fe"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-31016709-404f-4b5c-94fa-65eb276a20fe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-31016709-404f-4b5c-94fa-65eb276a20fe"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-31016709-404f-4b5c-94fa-65eb276a20fe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-31016709-404f-4b5c-94fa-65eb276a20fe"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-31016709-404f-4b5c-94fa-65eb276a20fe"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-31016709-404f-4b5c-94fa-65eb276a20fe"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-31016709-404f-4b5c-94fa-65eb276a20fe"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-31016709-404f-4b5c-94fa-65eb276a20fe"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-31016709-404f-4b5c-94fa-65eb276a20fe"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-26211a47-402b-44d8-b2f4-310fe59b9b26 {
  text-align: center;
}




  #s-26211a47-402b-44d8-b2f4-310fe59b9b26 img.shogun-image {
    
    width: px;
  }


#s-26211a47-402b-44d8-b2f4-310fe59b9b26 .shogun-image-content {
  
    align-items: center;
  
}

#s-887b894b-15bb-4836-b74b-c60a14177a90 {
  min-height: 50px;
}








#s-887b894b-15bb-4836-b74b-c60a14177a90 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-887b894b-15bb-4836-b74b-c60a14177a90.shg-box.shg-c {
  justify-content: center;
}

#s-bd4944dc-f344-406c-ad66-ae5d69d30a46 {
  min-height: 50px;
}








#s-bd4944dc-f344-406c-ad66-ae5d69d30a46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd4944dc-f344-406c-ad66-ae5d69d30a46.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-1c450ace-be5a-4a1b-8679-5dd80b0dc1bb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1c450ace-be5a-4a1b-8679-5dd80b0dc1bb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-1c450ace-be5a-4a1b-8679-5dd80b0dc1bb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-1c450ace-be5a-4a1b-8679-5dd80b0dc1bb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-1c450ace-be5a-4a1b-8679-5dd80b0dc1bb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-1c450ace-be5a-4a1b-8679-5dd80b0dc1bb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-1c450ace-be5a-4a1b-8679-5dd80b0dc1bb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-1c450ace-be5a-4a1b-8679-5dd80b0dc1bb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-1c450ace-be5a-4a1b-8679-5dd80b0dc1bb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-1c450ace-be5a-4a1b-8679-5dd80b0dc1bb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-1c450ace-be5a-4a1b-8679-5dd80b0dc1bb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-1c450ace-be5a-4a1b-8679-5dd80b0dc1bb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-1c450ace-be5a-4a1b-8679-5dd80b0dc1bb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-1c450ace-be5a-4a1b-8679-5dd80b0dc1bb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-1c450ace-be5a-4a1b-8679-5dd80b0dc1bb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-1c450ace-be5a-4a1b-8679-5dd80b0dc1bb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-1c450ace-be5a-4a1b-8679-5dd80b0dc1bb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-1c450ace-be5a-4a1b-8679-5dd80b0dc1bb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-1c450ace-be5a-4a1b-8679-5dd80b0dc1bb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-1c450ace-be5a-4a1b-8679-5dd80b0dc1bb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-1c450ace-be5a-4a1b-8679-5dd80b0dc1bb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-1c450ace-be5a-4a1b-8679-5dd80b0dc1bb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-1c450ace-be5a-4a1b-8679-5dd80b0dc1bb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-1c450ace-be5a-4a1b-8679-5dd80b0dc1bb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-1c450ace-be5a-4a1b-8679-5dd80b0dc1bb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-1c450ace-be5a-4a1b-8679-5dd80b0dc1bb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-1c450ace-be5a-4a1b-8679-5dd80b0dc1bb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-1c450ace-be5a-4a1b-8679-5dd80b0dc1bb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-1c450ace-be5a-4a1b-8679-5dd80b0dc1bb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-1c450ace-be5a-4a1b-8679-5dd80b0dc1bb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-1c450ace-be5a-4a1b-8679-5dd80b0dc1bb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-1c450ace-be5a-4a1b-8679-5dd80b0dc1bb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-1c450ace-be5a-4a1b-8679-5dd80b0dc1bb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-1c450ace-be5a-4a1b-8679-5dd80b0dc1bb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-1c450ace-be5a-4a1b-8679-5dd80b0dc1bb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-1c450ace-be5a-4a1b-8679-5dd80b0dc1bb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-1c450ace-be5a-4a1b-8679-5dd80b0dc1bb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-1e3a66b7-283f-4ee6-ac87-815d890edad1 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-1e3a66b7-283f-4ee6-ac87-815d890edad1 .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-1e3a66b7-283f-4ee6-ac87-815d890edad1 .shg-sld-nav-button.shg-sld-left,
#s-1e3a66b7-283f-4ee6-ac87-815d890edad1 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-4d0422b2-af07-4eea-84fd-8f406d6b6fae {
  text-align: center;
}
#s-4d0422b2-af07-4eea-84fd-8f406d6b6fae:hover {opacity: 0.5 !important;}



  #s-4d0422b2-af07-4eea-84fd-8f406d6b6fae img.shogun-image {
    
    width: px;
  }


#s-4d0422b2-af07-4eea-84fd-8f406d6b6fae .shogun-image-content {
  
    align-items: center;
  
}

#s-25cd8173-1da0-4d90-98de-c795bb23b092 {
  text-align: center;
}
#s-25cd8173-1da0-4d90-98de-c795bb23b092:hover {opacity: 0.5 !important;}



  #s-25cd8173-1da0-4d90-98de-c795bb23b092 img.shogun-image {
    
    width: px;
  }


#s-25cd8173-1da0-4d90-98de-c795bb23b092 .shogun-image-content {
  
    align-items: center;
  
}

#s-ed07f235-c9e7-4145-baea-acb3ea95f913 {
  text-align: center;
}
#s-ed07f235-c9e7-4145-baea-acb3ea95f913:hover {opacity: 0.5 !important;}



  #s-ed07f235-c9e7-4145-baea-acb3ea95f913 img.shogun-image {
    
    width: px;
  }


#s-ed07f235-c9e7-4145-baea-acb3ea95f913 .shogun-image-content {
  
    align-items: center;
  
}

#s-95e20294-d871-4232-85e0-02fc821abef6 {
  text-align: center;
}
#s-95e20294-d871-4232-85e0-02fc821abef6:hover {opacity: 0.5 !important;}



  #s-95e20294-d871-4232-85e0-02fc821abef6 img.shogun-image {
    
    width: px;
  }


#s-95e20294-d871-4232-85e0-02fc821abef6 .shogun-image-content {
  
    align-items: center;
  
}

#s-1ec8752e-9bca-4b94-8725-10700f2f8537 {
  text-align: center;
}
#s-1ec8752e-9bca-4b94-8725-10700f2f8537:hover {opacity: 0.5 !important;}



  #s-1ec8752e-9bca-4b94-8725-10700f2f8537 img.shogun-image {
    
    width: px;
  }


#s-1ec8752e-9bca-4b94-8725-10700f2f8537 .shogun-image-content {
  
    align-items: center;
  
}

#s-05555af4-2189-4fa6-8c75-43c726c602a1 {
  text-align: center;
}
#s-05555af4-2189-4fa6-8c75-43c726c602a1:hover {opacity: 0.5 !important;}



  #s-05555af4-2189-4fa6-8c75-43c726c602a1 img.shogun-image {
    
    width: px;
  }


#s-05555af4-2189-4fa6-8c75-43c726c602a1 .shogun-image-content {
  
    align-items: center;
  
}

#s-6e6690ae-e369-4021-8854-6c7512cf020d {
  text-align: center;
}




  #s-6e6690ae-e369-4021-8854-6c7512cf020d img.shogun-image {
    
    width: px;
  }


#s-6e6690ae-e369-4021-8854-6c7512cf020d .shogun-image-content {
  
    align-items: center;
  
}

#s-fb1697ce-b78b-4fd8-835b-ae9a9d672c74 {
  text-align: center;
}




  #s-fb1697ce-b78b-4fd8-835b-ae9a9d672c74 img.shogun-image {
    
    width: px;
  }


#s-fb1697ce-b78b-4fd8-835b-ae9a9d672c74 .shogun-image-content {
  
    align-items: center;
  
}

#s-46d4651e-e2b8-4725-85e5-bd058f6a0590 {
  text-align: center;
}




  #s-46d4651e-e2b8-4725-85e5-bd058f6a0590 img.shogun-image {
    
    width: px;
  }


#s-46d4651e-e2b8-4725-85e5-bd058f6a0590 .shogun-image-content {
  
    align-items: center;
  
}

#s-3a759475-de42-48b1-9f44-bc01fb886f3e {
  text-align: center;
}




  #s-3a759475-de42-48b1-9f44-bc01fb886f3e img.shogun-image {
    
    width: px;
  }


#s-3a759475-de42-48b1-9f44-bc01fb886f3e .shogun-image-content {
  
    align-items: center;
  
}

#s-d05d4a40-257a-4480-bea0-36ae328a14a7 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-d05d4a40-257a-4480-bea0-36ae328a14a7 .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-d05d4a40-257a-4480-bea0-36ae328a14a7 .shg-sld-nav-button.shg-sld-left,
#s-d05d4a40-257a-4480-bea0-36ae328a14a7 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-c56c3967-9cca-415a-9719-9032b45faeb1 {
  text-align: center;
}
#s-c56c3967-9cca-415a-9719-9032b45faeb1:hover {opacity: 0.5 !important;}



  #s-c56c3967-9cca-415a-9719-9032b45faeb1 img.shogun-image {
    
    width: px;
  }


#s-c56c3967-9cca-415a-9719-9032b45faeb1 .shogun-image-content {
  
    align-items: center;
  
}

#s-e9f0ddc3-1e5b-4eb1-a1d5-674f4e9b2117 {
  text-align: center;
}
#s-e9f0ddc3-1e5b-4eb1-a1d5-674f4e9b2117:hover {opacity: 0.5 !important;}



  #s-e9f0ddc3-1e5b-4eb1-a1d5-674f4e9b2117 img.shogun-image {
    
    width: px;
  }


#s-e9f0ddc3-1e5b-4eb1-a1d5-674f4e9b2117 .shogun-image-content {
  
    align-items: center;
  
}

#s-6e9deca4-a7d5-4716-91fe-e157704a236c {
  text-align: center;
}
#s-6e9deca4-a7d5-4716-91fe-e157704a236c:hover {opacity: 0.5 !important;}



  #s-6e9deca4-a7d5-4716-91fe-e157704a236c img.shogun-image {
    
    width: px;
  }


#s-6e9deca4-a7d5-4716-91fe-e157704a236c .shogun-image-content {
  
    align-items: center;
  
}

#s-f2860633-aef9-4475-9d5b-d6ba39e8dc99 {
  text-align: center;
}
#s-f2860633-aef9-4475-9d5b-d6ba39e8dc99:hover {opacity: 0.5 !important;}



  #s-f2860633-aef9-4475-9d5b-d6ba39e8dc99 img.shogun-image {
    
    width: px;
  }


#s-f2860633-aef9-4475-9d5b-d6ba39e8dc99 .shogun-image-content {
  
    align-items: center;
  
}

#s-3937c67d-2c87-4bc0-827e-bc3d268b20cd {
  text-align: center;
}
#s-3937c67d-2c87-4bc0-827e-bc3d268b20cd:hover {opacity: 0.5 !important;}



  #s-3937c67d-2c87-4bc0-827e-bc3d268b20cd img.shogun-image {
    
    width: px;
  }


#s-3937c67d-2c87-4bc0-827e-bc3d268b20cd .shogun-image-content {
  
    align-items: center;
  
}

#s-abf32722-0b21-4c94-85cf-9508b4e20553 {
  text-align: center;
}
#s-abf32722-0b21-4c94-85cf-9508b4e20553:hover {opacity: 0.5 !important;}



  #s-abf32722-0b21-4c94-85cf-9508b4e20553 img.shogun-image {
    
    width: px;
  }


#s-abf32722-0b21-4c94-85cf-9508b4e20553 .shogun-image-content {
  
    align-items: center;
  
}

#s-ec18b3ca-4c58-4c60-a986-2b8820d14575 {
  text-align: center;
}




  #s-ec18b3ca-4c58-4c60-a986-2b8820d14575 img.shogun-image {
    
    width: px;
  }


#s-ec18b3ca-4c58-4c60-a986-2b8820d14575 .shogun-image-content {
  
    align-items: center;
  
}

#s-0abe8f55-6a62-43f6-8453-45a757d5ff76 {
  text-align: center;
}




  #s-0abe8f55-6a62-43f6-8453-45a757d5ff76 img.shogun-image {
    
    width: px;
  }


#s-0abe8f55-6a62-43f6-8453-45a757d5ff76 .shogun-image-content {
  
    align-items: center;
  
}

#s-72275116-fd83-40e7-9125-e1996b2a8558 {
  text-align: center;
}




  #s-72275116-fd83-40e7-9125-e1996b2a8558 img.shogun-image {
    
    width: px;
  }


#s-72275116-fd83-40e7-9125-e1996b2a8558 .shogun-image-content {
  
    align-items: center;
  
}

#s-2188c913-285e-4864-b19b-12b4ca57d56a {
  text-align: center;
}




  #s-2188c913-285e-4864-b19b-12b4ca57d56a img.shogun-image {
    
    width: px;
  }


#s-2188c913-285e-4864-b19b-12b4ca57d56a .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-dd926e4c-8d26-4fcd-812f-a40044265c86"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dd926e4c-8d26-4fcd-812f-a40044265c86"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-dd926e4c-8d26-4fcd-812f-a40044265c86"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-dd926e4c-8d26-4fcd-812f-a40044265c86"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-dd926e4c-8d26-4fcd-812f-a40044265c86"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-dd926e4c-8d26-4fcd-812f-a40044265c86"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-dd926e4c-8d26-4fcd-812f-a40044265c86"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-dd926e4c-8d26-4fcd-812f-a40044265c86"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-dd926e4c-8d26-4fcd-812f-a40044265c86"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-dd926e4c-8d26-4fcd-812f-a40044265c86"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-dd926e4c-8d26-4fcd-812f-a40044265c86"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-dd926e4c-8d26-4fcd-812f-a40044265c86"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-dd926e4c-8d26-4fcd-812f-a40044265c86"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-dd926e4c-8d26-4fcd-812f-a40044265c86"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-dd926e4c-8d26-4fcd-812f-a40044265c86"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-dd926e4c-8d26-4fcd-812f-a40044265c86"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-dd926e4c-8d26-4fcd-812f-a40044265c86"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-dd926e4c-8d26-4fcd-812f-a40044265c86"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-dd926e4c-8d26-4fcd-812f-a40044265c86"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-dd926e4c-8d26-4fcd-812f-a40044265c86"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-dd926e4c-8d26-4fcd-812f-a40044265c86"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-dd926e4c-8d26-4fcd-812f-a40044265c86"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-dd926e4c-8d26-4fcd-812f-a40044265c86"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-dd926e4c-8d26-4fcd-812f-a40044265c86"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-dd926e4c-8d26-4fcd-812f-a40044265c86"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-dd926e4c-8d26-4fcd-812f-a40044265c86"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-dd926e4c-8d26-4fcd-812f-a40044265c86"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-dd926e4c-8d26-4fcd-812f-a40044265c86"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-dd926e4c-8d26-4fcd-812f-a40044265c86"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-dd926e4c-8d26-4fcd-812f-a40044265c86"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-dd926e4c-8d26-4fcd-812f-a40044265c86"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-dd926e4c-8d26-4fcd-812f-a40044265c86"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-dd926e4c-8d26-4fcd-812f-a40044265c86"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-dd926e4c-8d26-4fcd-812f-a40044265c86"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-dd926e4c-8d26-4fcd-812f-a40044265c86"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-dd926e4c-8d26-4fcd-812f-a40044265c86"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-dd926e4c-8d26-4fcd-812f-a40044265c86"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-5e6e7fc3-606b-462e-8e13-74544fc9f69d {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-5e6e7fc3-606b-462e-8e13-74544fc9f69d .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-5e6e7fc3-606b-462e-8e13-74544fc9f69d .shg-sld-nav-button.shg-sld-left,
#s-5e6e7fc3-606b-462e-8e13-74544fc9f69d .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-d2a3fe27-15cf-4a31-966a-a117ed76d8bb {
  text-align: center;
}
#s-d2a3fe27-15cf-4a31-966a-a117ed76d8bb:hover {opacity: 0.5 !important;}



  #s-d2a3fe27-15cf-4a31-966a-a117ed76d8bb img.shogun-image {
    
    width: px;
  }


#s-d2a3fe27-15cf-4a31-966a-a117ed76d8bb .shogun-image-content {
  
    align-items: center;
  
}

#s-9f22390c-4345-453d-92fd-1175926b3202 {
  text-align: center;
}
#s-9f22390c-4345-453d-92fd-1175926b3202:hover {opacity: 0.5 !important;}



  #s-9f22390c-4345-453d-92fd-1175926b3202 img.shogun-image {
    
    width: px;
  }


#s-9f22390c-4345-453d-92fd-1175926b3202 .shogun-image-content {
  
    align-items: center;
  
}

#s-490ca6b1-ac7a-4304-b0a6-35d68dca9bba {
  text-align: center;
}
#s-490ca6b1-ac7a-4304-b0a6-35d68dca9bba:hover {opacity: 0.5 !important;}



  #s-490ca6b1-ac7a-4304-b0a6-35d68dca9bba img.shogun-image {
    
    width: px;
  }


#s-490ca6b1-ac7a-4304-b0a6-35d68dca9bba .shogun-image-content {
  
    align-items: center;
  
}

#s-d78aa00d-3d41-419d-ae11-bbb921ebf9a4 {
  text-align: center;
}
#s-d78aa00d-3d41-419d-ae11-bbb921ebf9a4:hover {opacity: 0.5 !important;}



  #s-d78aa00d-3d41-419d-ae11-bbb921ebf9a4 img.shogun-image {
    
    width: px;
  }


#s-d78aa00d-3d41-419d-ae11-bbb921ebf9a4 .shogun-image-content {
  
    align-items: center;
  
}

#s-f8fad6d1-a1ae-4015-8b16-f7f0fc6b688f {
  text-align: center;
}
#s-f8fad6d1-a1ae-4015-8b16-f7f0fc6b688f:hover {opacity: 0.5 !important;}



  #s-f8fad6d1-a1ae-4015-8b16-f7f0fc6b688f img.shogun-image {
    
    width: px;
  }


#s-f8fad6d1-a1ae-4015-8b16-f7f0fc6b688f .shogun-image-content {
  
    align-items: center;
  
}

#s-f73d7f14-624d-44dc-8390-765638bd7590 {
  text-align: center;
}
#s-f73d7f14-624d-44dc-8390-765638bd7590:hover {opacity: 0.5 !important;}



  #s-f73d7f14-624d-44dc-8390-765638bd7590 img.shogun-image {
    
    width: px;
  }


#s-f73d7f14-624d-44dc-8390-765638bd7590 .shogun-image-content {
  
    align-items: center;
  
}

#s-ae9cde85-e01b-4d2b-b016-b8867a1afe61 {
  text-align: center;
}




  #s-ae9cde85-e01b-4d2b-b016-b8867a1afe61 img.shogun-image {
    
    width: px;
  }


#s-ae9cde85-e01b-4d2b-b016-b8867a1afe61 .shogun-image-content {
  
    align-items: center;
  
}

#s-713a001d-8d7f-481b-9536-e302cde77191 {
  text-align: center;
}




  #s-713a001d-8d7f-481b-9536-e302cde77191 img.shogun-image {
    
    width: px;
  }


#s-713a001d-8d7f-481b-9536-e302cde77191 .shogun-image-content {
  
    align-items: center;
  
}

#s-ef29b979-099d-49b4-8040-40e85ab2ae3b {
  text-align: center;
}




  #s-ef29b979-099d-49b4-8040-40e85ab2ae3b img.shogun-image {
    
    width: px;
  }


#s-ef29b979-099d-49b4-8040-40e85ab2ae3b .shogun-image-content {
  
    align-items: center;
  
}

#s-5d8f2b49-5f52-41f6-ad8a-7b381a2f1a3b {
  text-align: center;
}




  #s-5d8f2b49-5f52-41f6-ad8a-7b381a2f1a3b img.shogun-image {
    
    width: px;
  }


#s-5d8f2b49-5f52-41f6-ad8a-7b381a2f1a3b .shogun-image-content {
  
    align-items: center;
  
}

#s-988d05ea-9a63-4923-9151-6bf470ca2581 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-988d05ea-9a63-4923-9151-6bf470ca2581 .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-988d05ea-9a63-4923-9151-6bf470ca2581 .shg-sld-nav-button.shg-sld-left,
#s-988d05ea-9a63-4923-9151-6bf470ca2581 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-110e2255-7fdb-419a-8075-402dc3c7e55a {
  text-align: center;
}
#s-110e2255-7fdb-419a-8075-402dc3c7e55a:hover {opacity: 0.5 !important;}



  #s-110e2255-7fdb-419a-8075-402dc3c7e55a img.shogun-image {
    
    width: px;
  }


#s-110e2255-7fdb-419a-8075-402dc3c7e55a .shogun-image-content {
  
    align-items: center;
  
}

#s-bc428eb9-ae5e-4781-83fd-5f4c5c602602 {
  text-align: center;
}
#s-bc428eb9-ae5e-4781-83fd-5f4c5c602602:hover {opacity: 0.5 !important;}



  #s-bc428eb9-ae5e-4781-83fd-5f4c5c602602 img.shogun-image {
    
    width: px;
  }


#s-bc428eb9-ae5e-4781-83fd-5f4c5c602602 .shogun-image-content {
  
    align-items: center;
  
}

#s-7b2eaa35-2211-4acb-a7dc-9cc9b7b5c06d {
  text-align: center;
}
#s-7b2eaa35-2211-4acb-a7dc-9cc9b7b5c06d:hover {opacity: 0.5 !important;}



  #s-7b2eaa35-2211-4acb-a7dc-9cc9b7b5c06d img.shogun-image {
    
    width: px;
  }


#s-7b2eaa35-2211-4acb-a7dc-9cc9b7b5c06d .shogun-image-content {
  
    align-items: center;
  
}

#s-31a3ae3b-91a7-4c13-9b57-189cdd9c1258 {
  text-align: center;
}
#s-31a3ae3b-91a7-4c13-9b57-189cdd9c1258:hover {opacity: 0.5 !important;}



  #s-31a3ae3b-91a7-4c13-9b57-189cdd9c1258 img.shogun-image {
    
    width: px;
  }


#s-31a3ae3b-91a7-4c13-9b57-189cdd9c1258 .shogun-image-content {
  
    align-items: center;
  
}

#s-77d1de0a-b2a3-403e-9ce3-11fae0e6162c {
  text-align: center;
}
#s-77d1de0a-b2a3-403e-9ce3-11fae0e6162c:hover {opacity: 0.5 !important;}



  #s-77d1de0a-b2a3-403e-9ce3-11fae0e6162c img.shogun-image {
    
    width: px;
  }


#s-77d1de0a-b2a3-403e-9ce3-11fae0e6162c .shogun-image-content {
  
    align-items: center;
  
}

#s-785aefb4-1957-450a-8bc6-94fd9e640298 {
  text-align: center;
}
#s-785aefb4-1957-450a-8bc6-94fd9e640298:hover {opacity: 0.5 !important;}



  #s-785aefb4-1957-450a-8bc6-94fd9e640298 img.shogun-image {
    
    width: px;
  }


#s-785aefb4-1957-450a-8bc6-94fd9e640298 .shogun-image-content {
  
    align-items: center;
  
}

#s-34114c76-066c-4e7a-b425-15482b42a73d {
  text-align: center;
}




  #s-34114c76-066c-4e7a-b425-15482b42a73d img.shogun-image {
    
    width: px;
  }


#s-34114c76-066c-4e7a-b425-15482b42a73d .shogun-image-content {
  
    align-items: center;
  
}

#s-3e6b0ef8-c830-49b8-a6ae-0b2f8fb0568f {
  text-align: center;
}




  #s-3e6b0ef8-c830-49b8-a6ae-0b2f8fb0568f img.shogun-image {
    
    width: px;
  }


#s-3e6b0ef8-c830-49b8-a6ae-0b2f8fb0568f .shogun-image-content {
  
    align-items: center;
  
}

#s-2afcd9e9-87ac-42dd-9b2a-694a58058633 {
  text-align: center;
}




  #s-2afcd9e9-87ac-42dd-9b2a-694a58058633 img.shogun-image {
    
    width: px;
  }


#s-2afcd9e9-87ac-42dd-9b2a-694a58058633 .shogun-image-content {
  
    align-items: center;
  
}

#s-71e4e6d1-5983-4b1f-9d8c-aa6ca8bdbd06 {
  text-align: center;
}




  #s-71e4e6d1-5983-4b1f-9d8c-aa6ca8bdbd06 img.shogun-image {
    
    width: px;
  }


#s-71e4e6d1-5983-4b1f-9d8c-aa6ca8bdbd06 .shogun-image-content {
  
    align-items: center;
  
}

#s-5d3aa1d4-7309-4094-90ca-e59d97472c32 {
  min-height: 50px;
}








#s-5d3aa1d4-7309-4094-90ca-e59d97472c32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d3aa1d4-7309-4094-90ca-e59d97472c32.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-c276991b-8e58-4049-b1e7-bf4d5ca7a642"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c276991b-8e58-4049-b1e7-bf4d5ca7a642"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c276991b-8e58-4049-b1e7-bf4d5ca7a642"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c276991b-8e58-4049-b1e7-bf4d5ca7a642"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c276991b-8e58-4049-b1e7-bf4d5ca7a642"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c276991b-8e58-4049-b1e7-bf4d5ca7a642"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c276991b-8e58-4049-b1e7-bf4d5ca7a642"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c276991b-8e58-4049-b1e7-bf4d5ca7a642"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c276991b-8e58-4049-b1e7-bf4d5ca7a642"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c276991b-8e58-4049-b1e7-bf4d5ca7a642"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c276991b-8e58-4049-b1e7-bf4d5ca7a642"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c276991b-8e58-4049-b1e7-bf4d5ca7a642"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c276991b-8e58-4049-b1e7-bf4d5ca7a642"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c276991b-8e58-4049-b1e7-bf4d5ca7a642"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c276991b-8e58-4049-b1e7-bf4d5ca7a642"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c276991b-8e58-4049-b1e7-bf4d5ca7a642"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c276991b-8e58-4049-b1e7-bf4d5ca7a642"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c276991b-8e58-4049-b1e7-bf4d5ca7a642"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c276991b-8e58-4049-b1e7-bf4d5ca7a642"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c276991b-8e58-4049-b1e7-bf4d5ca7a642"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c276991b-8e58-4049-b1e7-bf4d5ca7a642"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c276991b-8e58-4049-b1e7-bf4d5ca7a642"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c276991b-8e58-4049-b1e7-bf4d5ca7a642"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c276991b-8e58-4049-b1e7-bf4d5ca7a642"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c276991b-8e58-4049-b1e7-bf4d5ca7a642"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c276991b-8e58-4049-b1e7-bf4d5ca7a642"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c276991b-8e58-4049-b1e7-bf4d5ca7a642"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c276991b-8e58-4049-b1e7-bf4d5ca7a642"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c276991b-8e58-4049-b1e7-bf4d5ca7a642"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c276991b-8e58-4049-b1e7-bf4d5ca7a642"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c276991b-8e58-4049-b1e7-bf4d5ca7a642"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c276991b-8e58-4049-b1e7-bf4d5ca7a642"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c276991b-8e58-4049-b1e7-bf4d5ca7a642"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c276991b-8e58-4049-b1e7-bf4d5ca7a642"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c276991b-8e58-4049-b1e7-bf4d5ca7a642"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c276991b-8e58-4049-b1e7-bf4d5ca7a642"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c276991b-8e58-4049-b1e7-bf4d5ca7a642"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-16dbc845-5898-4cf3-9ebd-efec78a7fd28 {
  text-align: center;
}




  #s-16dbc845-5898-4cf3-9ebd-efec78a7fd28 img.shogun-image {
    
    width: px;
  }


#s-16dbc845-5898-4cf3-9ebd-efec78a7fd28 .shogun-image-content {
  
    align-items: center;
  
}

#s-c52a428c-6838-42cf-88fc-204d8758e851 {
  min-height: 50px;
}








#s-c52a428c-6838-42cf-88fc-204d8758e851 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c52a428c-6838-42cf-88fc-204d8758e851.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-4b9878fa-d55f-4d9f-afaa-675c4e6489d7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4b9878fa-d55f-4d9f-afaa-675c4e6489d7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-4b9878fa-d55f-4d9f-afaa-675c4e6489d7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-4b9878fa-d55f-4d9f-afaa-675c4e6489d7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-4b9878fa-d55f-4d9f-afaa-675c4e6489d7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-4b9878fa-d55f-4d9f-afaa-675c4e6489d7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-4b9878fa-d55f-4d9f-afaa-675c4e6489d7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-4b9878fa-d55f-4d9f-afaa-675c4e6489d7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-4b9878fa-d55f-4d9f-afaa-675c4e6489d7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-4b9878fa-d55f-4d9f-afaa-675c4e6489d7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-4b9878fa-d55f-4d9f-afaa-675c4e6489d7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-4b9878fa-d55f-4d9f-afaa-675c4e6489d7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-4b9878fa-d55f-4d9f-afaa-675c4e6489d7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-4b9878fa-d55f-4d9f-afaa-675c4e6489d7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-4b9878fa-d55f-4d9f-afaa-675c4e6489d7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-4b9878fa-d55f-4d9f-afaa-675c4e6489d7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-4b9878fa-d55f-4d9f-afaa-675c4e6489d7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-4b9878fa-d55f-4d9f-afaa-675c4e6489d7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-4b9878fa-d55f-4d9f-afaa-675c4e6489d7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-4b9878fa-d55f-4d9f-afaa-675c4e6489d7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-4b9878fa-d55f-4d9f-afaa-675c4e6489d7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-4b9878fa-d55f-4d9f-afaa-675c4e6489d7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-4b9878fa-d55f-4d9f-afaa-675c4e6489d7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-4b9878fa-d55f-4d9f-afaa-675c4e6489d7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-4b9878fa-d55f-4d9f-afaa-675c4e6489d7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-4b9878fa-d55f-4d9f-afaa-675c4e6489d7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-4b9878fa-d55f-4d9f-afaa-675c4e6489d7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-4b9878fa-d55f-4d9f-afaa-675c4e6489d7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-4b9878fa-d55f-4d9f-afaa-675c4e6489d7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-4b9878fa-d55f-4d9f-afaa-675c4e6489d7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-4b9878fa-d55f-4d9f-afaa-675c4e6489d7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-4b9878fa-d55f-4d9f-afaa-675c4e6489d7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-4b9878fa-d55f-4d9f-afaa-675c4e6489d7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-4b9878fa-d55f-4d9f-afaa-675c4e6489d7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-4b9878fa-d55f-4d9f-afaa-675c4e6489d7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-4b9878fa-d55f-4d9f-afaa-675c4e6489d7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-4b9878fa-d55f-4d9f-afaa-675c4e6489d7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-943aa8ae-d9e9-4384-8cee-9a30d6ed870b {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-943aa8ae-d9e9-4384-8cee-9a30d6ed870b .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-943aa8ae-d9e9-4384-8cee-9a30d6ed870b .shg-sld-nav-button.shg-sld-left,
#s-943aa8ae-d9e9-4384-8cee-9a30d6ed870b .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-ccc6ce13-0e58-4d93-a014-1e832610141a {
  text-align: center;
}
#s-ccc6ce13-0e58-4d93-a014-1e832610141a:hover {opacity: 0.5 !important;}



  #s-ccc6ce13-0e58-4d93-a014-1e832610141a img.shogun-image {
    
    width: px;
  }


#s-ccc6ce13-0e58-4d93-a014-1e832610141a .shogun-image-content {
  
    align-items: center;
  
}

#s-c041db15-f438-4975-8fa1-9d8b56923d7f {
  text-align: center;
}
#s-c041db15-f438-4975-8fa1-9d8b56923d7f:hover {opacity: 0.5 !important;}



  #s-c041db15-f438-4975-8fa1-9d8b56923d7f img.shogun-image {
    
    width: px;
  }


#s-c041db15-f438-4975-8fa1-9d8b56923d7f .shogun-image-content {
  
    align-items: center;
  
}

#s-001089ae-02fa-4479-aef9-c4ef4db3f7ec {
  text-align: center;
}
#s-001089ae-02fa-4479-aef9-c4ef4db3f7ec:hover {opacity: 0.5 !important;}



  #s-001089ae-02fa-4479-aef9-c4ef4db3f7ec img.shogun-image {
    
    width: px;
  }


#s-001089ae-02fa-4479-aef9-c4ef4db3f7ec .shogun-image-content {
  
    align-items: center;
  
}

#s-ba652625-361a-4f95-b958-8e65be62d99a {
  text-align: center;
}
#s-ba652625-361a-4f95-b958-8e65be62d99a:hover {opacity: 0.5 !important;}



  #s-ba652625-361a-4f95-b958-8e65be62d99a img.shogun-image {
    
    width: px;
  }


#s-ba652625-361a-4f95-b958-8e65be62d99a .shogun-image-content {
  
    align-items: center;
  
}

#s-f202dae7-2050-45bb-9a4e-f68771554dab {
  text-align: center;
}
#s-f202dae7-2050-45bb-9a4e-f68771554dab:hover {opacity: 0.5 !important;}



  #s-f202dae7-2050-45bb-9a4e-f68771554dab img.shogun-image {
    
    width: px;
  }


#s-f202dae7-2050-45bb-9a4e-f68771554dab .shogun-image-content {
  
    align-items: center;
  
}

#s-fb729217-8f53-4f9d-bf10-0d4039b49c9d {
  text-align: center;
}
#s-fb729217-8f53-4f9d-bf10-0d4039b49c9d:hover {opacity: 0.5 !important;}



  #s-fb729217-8f53-4f9d-bf10-0d4039b49c9d img.shogun-image {
    
    width: px;
  }


#s-fb729217-8f53-4f9d-bf10-0d4039b49c9d .shogun-image-content {
  
    align-items: center;
  
}

#s-fcc8958d-e14f-43a7-8dca-0993ca9a53f5 {
  text-align: center;
}




  #s-fcc8958d-e14f-43a7-8dca-0993ca9a53f5 img.shogun-image {
    
    width: px;
  }


#s-fcc8958d-e14f-43a7-8dca-0993ca9a53f5 .shogun-image-content {
  
    align-items: center;
  
}

#s-c81f5777-eef4-4e2f-88f2-39104863c214 {
  text-align: center;
}




  #s-c81f5777-eef4-4e2f-88f2-39104863c214 img.shogun-image {
    
    width: px;
  }


#s-c81f5777-eef4-4e2f-88f2-39104863c214 .shogun-image-content {
  
    align-items: center;
  
}

#s-54e391fb-501c-40c0-8219-02058b15ad60 {
  text-align: center;
}




  #s-54e391fb-501c-40c0-8219-02058b15ad60 img.shogun-image {
    
    width: px;
  }


#s-54e391fb-501c-40c0-8219-02058b15ad60 .shogun-image-content {
  
    align-items: center;
  
}

#s-b63ee627-7c36-4522-b8c6-a2d8e48c7292 {
  text-align: center;
}




  #s-b63ee627-7c36-4522-b8c6-a2d8e48c7292 img.shogun-image {
    
    width: px;
  }


#s-b63ee627-7c36-4522-b8c6-a2d8e48c7292 .shogun-image-content {
  
    align-items: center;
  
}

#s-3c4e1e00-8b7d-408c-8270-fb895515b4be {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-3c4e1e00-8b7d-408c-8270-fb895515b4be .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-3c4e1e00-8b7d-408c-8270-fb895515b4be .shg-sld-nav-button.shg-sld-left,
#s-3c4e1e00-8b7d-408c-8270-fb895515b4be .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-a56b26a2-3412-416f-b2c2-1b1c84f2c36b {
  text-align: center;
}
#s-a56b26a2-3412-416f-b2c2-1b1c84f2c36b:hover {opacity: 0.5 !important;}



  #s-a56b26a2-3412-416f-b2c2-1b1c84f2c36b img.shogun-image {
    
    width: px;
  }


#s-a56b26a2-3412-416f-b2c2-1b1c84f2c36b .shogun-image-content {
  
    align-items: center;
  
}

#s-2b113c27-b2f7-4ce8-b152-e84073a8d525 {
  text-align: center;
}
#s-2b113c27-b2f7-4ce8-b152-e84073a8d525:hover {opacity: 0.5 !important;}



  #s-2b113c27-b2f7-4ce8-b152-e84073a8d525 img.shogun-image {
    
    width: px;
  }


#s-2b113c27-b2f7-4ce8-b152-e84073a8d525 .shogun-image-content {
  
    align-items: center;
  
}

#s-d9d1a8a5-ca8e-41af-a397-a1b7d0ef0c64 {
  text-align: center;
}
#s-d9d1a8a5-ca8e-41af-a397-a1b7d0ef0c64:hover {opacity: 0.5 !important;}



  #s-d9d1a8a5-ca8e-41af-a397-a1b7d0ef0c64 img.shogun-image {
    
    width: px;
  }


#s-d9d1a8a5-ca8e-41af-a397-a1b7d0ef0c64 .shogun-image-content {
  
    align-items: center;
  
}

#s-0dd995da-ce4d-4530-a815-cd435900742d {
  text-align: center;
}
#s-0dd995da-ce4d-4530-a815-cd435900742d:hover {opacity: 0.5 !important;}



  #s-0dd995da-ce4d-4530-a815-cd435900742d img.shogun-image {
    
    width: px;
  }


#s-0dd995da-ce4d-4530-a815-cd435900742d .shogun-image-content {
  
    align-items: center;
  
}

#s-5d317386-521d-4937-bcba-842ea965eaf7 {
  text-align: center;
}
#s-5d317386-521d-4937-bcba-842ea965eaf7:hover {opacity: 0.5 !important;}



  #s-5d317386-521d-4937-bcba-842ea965eaf7 img.shogun-image {
    
    width: px;
  }


#s-5d317386-521d-4937-bcba-842ea965eaf7 .shogun-image-content {
  
    align-items: center;
  
}

#s-e6f83d15-60d5-427c-a1b0-d88fe2e1d5dd {
  text-align: center;
}
#s-e6f83d15-60d5-427c-a1b0-d88fe2e1d5dd:hover {opacity: 0.5 !important;}



  #s-e6f83d15-60d5-427c-a1b0-d88fe2e1d5dd img.shogun-image {
    
    width: px;
  }


#s-e6f83d15-60d5-427c-a1b0-d88fe2e1d5dd .shogun-image-content {
  
    align-items: center;
  
}

#s-c77d443d-6cab-4e08-ad71-0cd0beb8c4e7 {
  text-align: center;
}




  #s-c77d443d-6cab-4e08-ad71-0cd0beb8c4e7 img.shogun-image {
    
    width: px;
  }


#s-c77d443d-6cab-4e08-ad71-0cd0beb8c4e7 .shogun-image-content {
  
    align-items: center;
  
}

#s-81328cee-8ccc-4f4f-ad5b-5f28487e38f4 {
  text-align: center;
}




  #s-81328cee-8ccc-4f4f-ad5b-5f28487e38f4 img.shogun-image {
    
    width: px;
  }


#s-81328cee-8ccc-4f4f-ad5b-5f28487e38f4 .shogun-image-content {
  
    align-items: center;
  
}

#s-d182a911-68df-4cad-bc92-5d69ac7a881d {
  text-align: center;
}




  #s-d182a911-68df-4cad-bc92-5d69ac7a881d img.shogun-image {
    
    width: px;
  }


#s-d182a911-68df-4cad-bc92-5d69ac7a881d .shogun-image-content {
  
    align-items: center;
  
}

#s-3f1c5900-eb27-4b1c-862b-c34eeee785bd {
  text-align: center;
}




  #s-3f1c5900-eb27-4b1c-862b-c34eeee785bd img.shogun-image {
    
    width: px;
  }


#s-3f1c5900-eb27-4b1c-862b-c34eeee785bd .shogun-image-content {
  
    align-items: center;
  
}

#s-ef70cff9-ccb8-4358-9822-69cad3a7ad99 {
  min-height: 50px;
}








#s-ef70cff9-ccb8-4358-9822-69cad3a7ad99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef70cff9-ccb8-4358-9822-69cad3a7ad99.shg-box.shg-c {
  justify-content: center;
}

#s-4b3846c4-4764-4ca5-9d1c-08109d996b2f {
  min-height: 50px;
}








#s-4b3846c4-4764-4ca5-9d1c-08109d996b2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b3846c4-4764-4ca5-9d1c-08109d996b2f.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-8fece4d9-7426-49e9-9b20-701848a095c7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8fece4d9-7426-49e9-9b20-701848a095c7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-8fece4d9-7426-49e9-9b20-701848a095c7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-8fece4d9-7426-49e9-9b20-701848a095c7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-8fece4d9-7426-49e9-9b20-701848a095c7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-8fece4d9-7426-49e9-9b20-701848a095c7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-8fece4d9-7426-49e9-9b20-701848a095c7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-8fece4d9-7426-49e9-9b20-701848a095c7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-8fece4d9-7426-49e9-9b20-701848a095c7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-8fece4d9-7426-49e9-9b20-701848a095c7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-8fece4d9-7426-49e9-9b20-701848a095c7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-8fece4d9-7426-49e9-9b20-701848a095c7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-8fece4d9-7426-49e9-9b20-701848a095c7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-8fece4d9-7426-49e9-9b20-701848a095c7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-8fece4d9-7426-49e9-9b20-701848a095c7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-8fece4d9-7426-49e9-9b20-701848a095c7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-8fece4d9-7426-49e9-9b20-701848a095c7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-8fece4d9-7426-49e9-9b20-701848a095c7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-8fece4d9-7426-49e9-9b20-701848a095c7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-8fece4d9-7426-49e9-9b20-701848a095c7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-8fece4d9-7426-49e9-9b20-701848a095c7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-8fece4d9-7426-49e9-9b20-701848a095c7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-8fece4d9-7426-49e9-9b20-701848a095c7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-8fece4d9-7426-49e9-9b20-701848a095c7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-8fece4d9-7426-49e9-9b20-701848a095c7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-8fece4d9-7426-49e9-9b20-701848a095c7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-8fece4d9-7426-49e9-9b20-701848a095c7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-8fece4d9-7426-49e9-9b20-701848a095c7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-8fece4d9-7426-49e9-9b20-701848a095c7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-8fece4d9-7426-49e9-9b20-701848a095c7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-8fece4d9-7426-49e9-9b20-701848a095c7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-8fece4d9-7426-49e9-9b20-701848a095c7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-8fece4d9-7426-49e9-9b20-701848a095c7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-8fece4d9-7426-49e9-9b20-701848a095c7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-8fece4d9-7426-49e9-9b20-701848a095c7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-8fece4d9-7426-49e9-9b20-701848a095c7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-8fece4d9-7426-49e9-9b20-701848a095c7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-229f6ac9-4b68-47c5-8ce0-f05bacee4e6e {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-229f6ac9-4b68-47c5-8ce0-f05bacee4e6e .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-229f6ac9-4b68-47c5-8ce0-f05bacee4e6e .shg-sld-nav-button.shg-sld-left,
#s-229f6ac9-4b68-47c5-8ce0-f05bacee4e6e .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-8a18a3bf-bb6e-4791-9763-0889fd6bd067 {
  text-align: center;
}
#s-8a18a3bf-bb6e-4791-9763-0889fd6bd067:hover {opacity: 0.5 !important;}



  #s-8a18a3bf-bb6e-4791-9763-0889fd6bd067 img.shogun-image {
    
    width: px;
  }


#s-8a18a3bf-bb6e-4791-9763-0889fd6bd067 .shogun-image-content {
  
    align-items: center;
  
}

#s-9b4d9161-9e08-45d4-8257-1b696e806dfb {
  text-align: center;
}
#s-9b4d9161-9e08-45d4-8257-1b696e806dfb:hover {opacity: 0.5 !important;}



  #s-9b4d9161-9e08-45d4-8257-1b696e806dfb img.shogun-image {
    
    width: px;
  }


#s-9b4d9161-9e08-45d4-8257-1b696e806dfb .shogun-image-content {
  
    align-items: center;
  
}

#s-2ec7cb81-3b89-4ac2-9cad-6e4e3a01a009 {
  text-align: center;
}
#s-2ec7cb81-3b89-4ac2-9cad-6e4e3a01a009:hover {opacity: 0.5 !important;}



  #s-2ec7cb81-3b89-4ac2-9cad-6e4e3a01a009 img.shogun-image {
    
    width: px;
  }


#s-2ec7cb81-3b89-4ac2-9cad-6e4e3a01a009 .shogun-image-content {
  
    align-items: center;
  
}

#s-262a5783-813a-4b5b-9774-7fa1bd1e839f {
  text-align: center;
}
#s-262a5783-813a-4b5b-9774-7fa1bd1e839f:hover {opacity: 0.5 !important;}



  #s-262a5783-813a-4b5b-9774-7fa1bd1e839f img.shogun-image {
    
    width: px;
  }


#s-262a5783-813a-4b5b-9774-7fa1bd1e839f .shogun-image-content {
  
    align-items: center;
  
}

#s-de4a9594-df33-4286-8e01-598402ca0756 {
  text-align: center;
}
#s-de4a9594-df33-4286-8e01-598402ca0756:hover {opacity: 0.5 !important;}



  #s-de4a9594-df33-4286-8e01-598402ca0756 img.shogun-image {
    
    width: px;
  }


#s-de4a9594-df33-4286-8e01-598402ca0756 .shogun-image-content {
  
    align-items: center;
  
}

#s-1b1090eb-5fb2-4958-8038-eab14d9086a3 {
  text-align: center;
}
#s-1b1090eb-5fb2-4958-8038-eab14d9086a3:hover {opacity: 0.5 !important;}



  #s-1b1090eb-5fb2-4958-8038-eab14d9086a3 img.shogun-image {
    
    width: px;
  }


#s-1b1090eb-5fb2-4958-8038-eab14d9086a3 .shogun-image-content {
  
    align-items: center;
  
}

#s-7f8a1e85-32b8-4579-8775-1bc9c0d2cca1 {
  text-align: center;
}




  #s-7f8a1e85-32b8-4579-8775-1bc9c0d2cca1 img.shogun-image {
    
    width: px;
  }


#s-7f8a1e85-32b8-4579-8775-1bc9c0d2cca1 .shogun-image-content {
  
    align-items: center;
  
}

#s-6cd81638-32b0-41f1-a83f-4d601fd72e17 {
  text-align: center;
}




  #s-6cd81638-32b0-41f1-a83f-4d601fd72e17 img.shogun-image {
    
    width: px;
  }


#s-6cd81638-32b0-41f1-a83f-4d601fd72e17 .shogun-image-content {
  
    align-items: center;
  
}

#s-50548892-4525-4495-93c9-2358cbfbc8ad {
  text-align: center;
}




  #s-50548892-4525-4495-93c9-2358cbfbc8ad img.shogun-image {
    
    width: px;
  }


#s-50548892-4525-4495-93c9-2358cbfbc8ad .shogun-image-content {
  
    align-items: center;
  
}

#s-93a91391-19fe-4c88-bd5e-7509c4973092 {
  text-align: center;
}




  #s-93a91391-19fe-4c88-bd5e-7509c4973092 img.shogun-image {
    
    width: px;
  }


#s-93a91391-19fe-4c88-bd5e-7509c4973092 .shogun-image-content {
  
    align-items: center;
  
}

#s-0bdb75c9-73df-4547-91fb-8985319e5398 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-0bdb75c9-73df-4547-91fb-8985319e5398 .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-0bdb75c9-73df-4547-91fb-8985319e5398 .shg-sld-nav-button.shg-sld-left,
#s-0bdb75c9-73df-4547-91fb-8985319e5398 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-88b51d4b-13fb-4b0b-8545-9f0d2c0a7e6f {
  text-align: center;
}
#s-88b51d4b-13fb-4b0b-8545-9f0d2c0a7e6f:hover {opacity: 0.5 !important;}



  #s-88b51d4b-13fb-4b0b-8545-9f0d2c0a7e6f img.shogun-image {
    
    width: px;
  }


#s-88b51d4b-13fb-4b0b-8545-9f0d2c0a7e6f .shogun-image-content {
  
    align-items: center;
  
}

#s-540fe013-940b-4291-8a1d-dd8b8b6f9b4b {
  text-align: center;
}
#s-540fe013-940b-4291-8a1d-dd8b8b6f9b4b:hover {opacity: 0.5 !important;}



  #s-540fe013-940b-4291-8a1d-dd8b8b6f9b4b img.shogun-image {
    
    width: px;
  }


#s-540fe013-940b-4291-8a1d-dd8b8b6f9b4b .shogun-image-content {
  
    align-items: center;
  
}

#s-b51b5e95-369f-470c-ac82-4c578e1e86e7 {
  text-align: center;
}
#s-b51b5e95-369f-470c-ac82-4c578e1e86e7:hover {opacity: 0.5 !important;}



  #s-b51b5e95-369f-470c-ac82-4c578e1e86e7 img.shogun-image {
    
    width: px;
  }


#s-b51b5e95-369f-470c-ac82-4c578e1e86e7 .shogun-image-content {
  
    align-items: center;
  
}

#s-e882e90d-020e-4604-b55a-4663a9734c35 {
  text-align: center;
}
#s-e882e90d-020e-4604-b55a-4663a9734c35:hover {opacity: 0.5 !important;}



  #s-e882e90d-020e-4604-b55a-4663a9734c35 img.shogun-image {
    
    width: px;
  }


#s-e882e90d-020e-4604-b55a-4663a9734c35 .shogun-image-content {
  
    align-items: center;
  
}

#s-ab73ce80-1e07-4706-9dfc-1fef123a8ae8 {
  text-align: center;
}
#s-ab73ce80-1e07-4706-9dfc-1fef123a8ae8:hover {opacity: 0.5 !important;}



  #s-ab73ce80-1e07-4706-9dfc-1fef123a8ae8 img.shogun-image {
    
    width: px;
  }


#s-ab73ce80-1e07-4706-9dfc-1fef123a8ae8 .shogun-image-content {
  
    align-items: center;
  
}

#s-8eddf018-a8f8-443e-ada8-7a0e3337fa06 {
  text-align: center;
}
#s-8eddf018-a8f8-443e-ada8-7a0e3337fa06:hover {opacity: 0.5 !important;}



  #s-8eddf018-a8f8-443e-ada8-7a0e3337fa06 img.shogun-image {
    
    width: px;
  }


#s-8eddf018-a8f8-443e-ada8-7a0e3337fa06 .shogun-image-content {
  
    align-items: center;
  
}

#s-890a8514-11b0-4689-82f3-5f54fa753233 {
  text-align: center;
}




  #s-890a8514-11b0-4689-82f3-5f54fa753233 img.shogun-image {
    
    width: px;
  }


#s-890a8514-11b0-4689-82f3-5f54fa753233 .shogun-image-content {
  
    align-items: center;
  
}

#s-9f75e31c-04b2-48d0-b3ae-8188c5add94c {
  text-align: center;
}




  #s-9f75e31c-04b2-48d0-b3ae-8188c5add94c img.shogun-image {
    
    width: px;
  }


#s-9f75e31c-04b2-48d0-b3ae-8188c5add94c .shogun-image-content {
  
    align-items: center;
  
}

#s-75cced6f-dce9-42e7-9aa1-57424ab7dd02 {
  text-align: center;
}




  #s-75cced6f-dce9-42e7-9aa1-57424ab7dd02 img.shogun-image {
    
    width: px;
  }


#s-75cced6f-dce9-42e7-9aa1-57424ab7dd02 .shogun-image-content {
  
    align-items: center;
  
}

#s-36a79a7c-2f64-46e5-be43-295731de0f47 {
  text-align: center;
}




  #s-36a79a7c-2f64-46e5-be43-295731de0f47 img.shogun-image {
    
    width: px;
  }


#s-36a79a7c-2f64-46e5-be43-295731de0f47 .shogun-image-content {
  
    align-items: center;
  
}

#s-a2af4d30-3f5e-468a-9fd5-c3942c0cd70a hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-4b27b83a-a17e-48b5-9502-b8b13e1ae495 {
  min-height: 50px;
}








#s-4b27b83a-a17e-48b5-9502-b8b13e1ae495 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b27b83a-a17e-48b5-9502-b8b13e1ae495.shg-box.shg-c {
  justify-content: center;
}

#s-e79efd1e-38e7-46a6-aa2a-9fe950119301 {
  min-height: 50px;
}








#s-e79efd1e-38e7-46a6-aa2a-9fe950119301 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e79efd1e-38e7-46a6-aa2a-9fe950119301.shg-box.shg-c {
  justify-content: center;
}

#s-ab42b5bc-0460-48f4-bf61-b8717d441149 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ab42b5bc-0460-48f4-bf61-b8717d441149 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-4c376d5f-bef9-4c50-ac64-da2801b3a869"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4c376d5f-bef9-4c50-ac64-da2801b3a869"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-4c376d5f-bef9-4c50-ac64-da2801b3a869"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-4c376d5f-bef9-4c50-ac64-da2801b3a869"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-4c376d5f-bef9-4c50-ac64-da2801b3a869"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-4c376d5f-bef9-4c50-ac64-da2801b3a869"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-4c376d5f-bef9-4c50-ac64-da2801b3a869"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-4c376d5f-bef9-4c50-ac64-da2801b3a869"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-4c376d5f-bef9-4c50-ac64-da2801b3a869"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-4c376d5f-bef9-4c50-ac64-da2801b3a869"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-4c376d5f-bef9-4c50-ac64-da2801b3a869"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-4c376d5f-bef9-4c50-ac64-da2801b3a869"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-4c376d5f-bef9-4c50-ac64-da2801b3a869"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-4c376d5f-bef9-4c50-ac64-da2801b3a869"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-4c376d5f-bef9-4c50-ac64-da2801b3a869"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-4c376d5f-bef9-4c50-ac64-da2801b3a869"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-4c376d5f-bef9-4c50-ac64-da2801b3a869"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-4c376d5f-bef9-4c50-ac64-da2801b3a869"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-4c376d5f-bef9-4c50-ac64-da2801b3a869"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-4c376d5f-bef9-4c50-ac64-da2801b3a869"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-4c376d5f-bef9-4c50-ac64-da2801b3a869"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-4c376d5f-bef9-4c50-ac64-da2801b3a869"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-4c376d5f-bef9-4c50-ac64-da2801b3a869"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-4c376d5f-bef9-4c50-ac64-da2801b3a869"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-4c376d5f-bef9-4c50-ac64-da2801b3a869"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-4c376d5f-bef9-4c50-ac64-da2801b3a869"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-4c376d5f-bef9-4c50-ac64-da2801b3a869"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-4c376d5f-bef9-4c50-ac64-da2801b3a869"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-4c376d5f-bef9-4c50-ac64-da2801b3a869"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-4c376d5f-bef9-4c50-ac64-da2801b3a869"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-4c376d5f-bef9-4c50-ac64-da2801b3a869"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-4c376d5f-bef9-4c50-ac64-da2801b3a869"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-4c376d5f-bef9-4c50-ac64-da2801b3a869"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-4c376d5f-bef9-4c50-ac64-da2801b3a869"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-4c376d5f-bef9-4c50-ac64-da2801b3a869"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-4c376d5f-bef9-4c50-ac64-da2801b3a869"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-4c376d5f-bef9-4c50-ac64-da2801b3a869"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-b2abe267-8c4d-407d-9900-76f2871004ed {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-b2abe267-8c4d-407d-9900-76f2871004ed .shg-sld-dot {
  background-color: rgba(255, 255, 255, 0);
}

#s-b2abe267-8c4d-407d-9900-76f2871004ed .shg-sld-nav-button.shg-sld-left,
#s-b2abe267-8c4d-407d-9900-76f2871004ed .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 0);
}

#s-e7587e47-8a06-4b45-8b0d-7e4018af9272 {
  text-align: center;
}
#s-e7587e47-8a06-4b45-8b0d-7e4018af9272:hover {opacity: 0.5 !important;}



  #s-e7587e47-8a06-4b45-8b0d-7e4018af9272 img.shogun-image {
    
    width: px;
  }


#s-e7587e47-8a06-4b45-8b0d-7e4018af9272 .shogun-image-content {
  
    align-items: center;
  
}

#s-4df48227-aded-44ea-941d-5085bc2e128d {
  text-align: center;
}
#s-4df48227-aded-44ea-941d-5085bc2e128d:hover {opacity: 0.5 !important;}



  #s-4df48227-aded-44ea-941d-5085bc2e128d img.shogun-image {
    
    width: px;
  }


#s-4df48227-aded-44ea-941d-5085bc2e128d .shogun-image-content {
  
    align-items: center;
  
}

#s-0ef73a0c-a374-4058-b2e7-4e40c41e9932 {
  text-align: center;
}
#s-0ef73a0c-a374-4058-b2e7-4e40c41e9932:hover {opacity: 0.5 !important;}



  #s-0ef73a0c-a374-4058-b2e7-4e40c41e9932 img.shogun-image {
    
    width: px;
  }


#s-0ef73a0c-a374-4058-b2e7-4e40c41e9932 .shogun-image-content {
  
    align-items: center;
  
}

#s-0cb94ec0-48cc-4b12-8453-1a335851720d {
  text-align: center;
}
#s-0cb94ec0-48cc-4b12-8453-1a335851720d:hover {opacity: 0.5 !important;}



  #s-0cb94ec0-48cc-4b12-8453-1a335851720d img.shogun-image {
    
    width: px;
  }


#s-0cb94ec0-48cc-4b12-8453-1a335851720d .shogun-image-content {
  
    align-items: center;
  
}

#s-41e4d027-b361-40ac-9794-206a5a0f6d92 {
  text-align: center;
}
#s-41e4d027-b361-40ac-9794-206a5a0f6d92:hover {opacity: 0.5 !important;}



  #s-41e4d027-b361-40ac-9794-206a5a0f6d92 img.shogun-image {
    
    width: px;
  }


#s-41e4d027-b361-40ac-9794-206a5a0f6d92 .shogun-image-content {
  
    align-items: center;
  
}

#s-4179c46a-f978-47f0-b9a7-dfe360a7f773 {
  text-align: center;
}
#s-4179c46a-f978-47f0-b9a7-dfe360a7f773:hover {opacity: 0.5 !important;}



  #s-4179c46a-f978-47f0-b9a7-dfe360a7f773 img.shogun-image {
    
    width: px;
  }


#s-4179c46a-f978-47f0-b9a7-dfe360a7f773 .shogun-image-content {
  
    align-items: center;
  
}

#s-cb92afde-6199-4dea-bf3a-b34d65f5dcb2 {
  text-align: center;
}




  #s-cb92afde-6199-4dea-bf3a-b34d65f5dcb2 img.shogun-image {
    
    width: px;
  }


#s-cb92afde-6199-4dea-bf3a-b34d65f5dcb2 .shogun-image-content {
  
    align-items: center;
  
}

#s-6bc8a2bf-97ae-4bb2-9dd4-52fa04add95e {
  text-align: center;
}




  #s-6bc8a2bf-97ae-4bb2-9dd4-52fa04add95e img.shogun-image {
    
    width: px;
  }


#s-6bc8a2bf-97ae-4bb2-9dd4-52fa04add95e .shogun-image-content {
  
    align-items: center;
  
}

#s-57487431-c284-404e-a89c-405f7247a14d {
  text-align: center;
}




  #s-57487431-c284-404e-a89c-405f7247a14d img.shogun-image {
    
    width: px;
  }


#s-57487431-c284-404e-a89c-405f7247a14d .shogun-image-content {
  
    align-items: center;
  
}

#s-e81a4537-2905-4c87-867d-77a166c2d02e {
  text-align: center;
}




  #s-e81a4537-2905-4c87-867d-77a166c2d02e img.shogun-image {
    
    width: px;
  }


#s-e81a4537-2905-4c87-867d-77a166c2d02e .shogun-image-content {
  
    align-items: center;
  
}

#s-6599df07-19c4-4e4e-bbc9-7e510ad47de7 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-6599df07-19c4-4e4e-bbc9-7e510ad47de7 .shg-sld-dot {
  background-color: rgba(255, 255, 255, 0);
}

#s-6599df07-19c4-4e4e-bbc9-7e510ad47de7 .shg-sld-nav-button.shg-sld-left,
#s-6599df07-19c4-4e4e-bbc9-7e510ad47de7 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 0);
}

#s-0a183749-a827-4e68-b3c7-a02810deb174 {
  text-align: center;
}
#s-0a183749-a827-4e68-b3c7-a02810deb174:hover {opacity: 0.5 !important;}



  #s-0a183749-a827-4e68-b3c7-a02810deb174 img.shogun-image {
    
    width: px;
  }


#s-0a183749-a827-4e68-b3c7-a02810deb174 .shogun-image-content {
  
    align-items: center;
  
}

#s-ba5baacd-22cc-4a70-b1d9-691fdc626282 {
  text-align: center;
}
#s-ba5baacd-22cc-4a70-b1d9-691fdc626282:hover {opacity: 0.5 !important;}



  #s-ba5baacd-22cc-4a70-b1d9-691fdc626282 img.shogun-image {
    
    width: px;
  }


#s-ba5baacd-22cc-4a70-b1d9-691fdc626282 .shogun-image-content {
  
    align-items: center;
  
}

#s-cd1150d4-911a-4f78-86f5-a229d984099d {
  text-align: center;
}
#s-cd1150d4-911a-4f78-86f5-a229d984099d:hover {opacity: 0.5 !important;}



  #s-cd1150d4-911a-4f78-86f5-a229d984099d img.shogun-image {
    
    width: px;
  }


#s-cd1150d4-911a-4f78-86f5-a229d984099d .shogun-image-content {
  
    align-items: center;
  
}

#s-6880ec3f-9a42-4898-88a0-b149bcea73c8 {
  text-align: center;
}
#s-6880ec3f-9a42-4898-88a0-b149bcea73c8:hover {opacity: 0.5 !important;}



  #s-6880ec3f-9a42-4898-88a0-b149bcea73c8 img.shogun-image {
    
    width: px;
  }


#s-6880ec3f-9a42-4898-88a0-b149bcea73c8 .shogun-image-content {
  
    align-items: center;
  
}

#s-31b7865f-02a8-429b-b2aa-9e8f1765e92c {
  text-align: center;
}
#s-31b7865f-02a8-429b-b2aa-9e8f1765e92c:hover {opacity: 0.5 !important;}



  #s-31b7865f-02a8-429b-b2aa-9e8f1765e92c img.shogun-image {
    
    width: px;
  }


#s-31b7865f-02a8-429b-b2aa-9e8f1765e92c .shogun-image-content {
  
    align-items: center;
  
}

#s-e88e6f6d-9483-48ca-b6c0-79d3f48886d7 {
  text-align: center;
}
#s-e88e6f6d-9483-48ca-b6c0-79d3f48886d7:hover {opacity: 0.5 !important;}



  #s-e88e6f6d-9483-48ca-b6c0-79d3f48886d7 img.shogun-image {
    
    width: px;
  }


#s-e88e6f6d-9483-48ca-b6c0-79d3f48886d7 .shogun-image-content {
  
    align-items: center;
  
}

#s-a508a15b-77e6-4205-8feb-504693e477f0 {
  text-align: center;
}




  #s-a508a15b-77e6-4205-8feb-504693e477f0 img.shogun-image {
    
    width: px;
  }


#s-a508a15b-77e6-4205-8feb-504693e477f0 .shogun-image-content {
  
    align-items: center;
  
}

#s-8c10671a-2a1e-4bea-a193-def55778be0f {
  text-align: center;
}




  #s-8c10671a-2a1e-4bea-a193-def55778be0f img.shogun-image {
    
    width: px;
  }


#s-8c10671a-2a1e-4bea-a193-def55778be0f .shogun-image-content {
  
    align-items: center;
  
}

#s-f621c1d4-434f-4cc8-8472-e2e1a120bf88 {
  text-align: center;
}




  #s-f621c1d4-434f-4cc8-8472-e2e1a120bf88 img.shogun-image {
    
    width: px;
  }


#s-f621c1d4-434f-4cc8-8472-e2e1a120bf88 .shogun-image-content {
  
    align-items: center;
  
}

#s-c1f5bc69-a53f-4a17-9bc4-ab9d9f472427 {
  text-align: center;
}




  #s-c1f5bc69-a53f-4a17-9bc4-ab9d9f472427 img.shogun-image {
    
    width: px;
  }


#s-c1f5bc69-a53f-4a17-9bc4-ab9d9f472427 .shogun-image-content {
  
    align-items: center;
  
}

#s-fab882c2-bd53-4ab7-a85c-d1c2bc56d77f {
  min-height: 50px;
}








#s-fab882c2-bd53-4ab7-a85c-d1c2bc56d77f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fab882c2-bd53-4ab7-a85c-d1c2bc56d77f.shg-box.shg-c {
  justify-content: center;
}

#s-65255ca8-8305-4c7d-b866-25bd441686e8 {
  min-height: 50px;
}








#s-65255ca8-8305-4c7d-b866-25bd441686e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65255ca8-8305-4c7d-b866-25bd441686e8.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-cfb16da2-438a-4e1c-80f7-44dff5138d6a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cfb16da2-438a-4e1c-80f7-44dff5138d6a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-cfb16da2-438a-4e1c-80f7-44dff5138d6a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-cfb16da2-438a-4e1c-80f7-44dff5138d6a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-cfb16da2-438a-4e1c-80f7-44dff5138d6a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-cfb16da2-438a-4e1c-80f7-44dff5138d6a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-cfb16da2-438a-4e1c-80f7-44dff5138d6a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-cfb16da2-438a-4e1c-80f7-44dff5138d6a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-cfb16da2-438a-4e1c-80f7-44dff5138d6a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-cfb16da2-438a-4e1c-80f7-44dff5138d6a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-cfb16da2-438a-4e1c-80f7-44dff5138d6a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-cfb16da2-438a-4e1c-80f7-44dff5138d6a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-cfb16da2-438a-4e1c-80f7-44dff5138d6a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-cfb16da2-438a-4e1c-80f7-44dff5138d6a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-cfb16da2-438a-4e1c-80f7-44dff5138d6a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-cfb16da2-438a-4e1c-80f7-44dff5138d6a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-cfb16da2-438a-4e1c-80f7-44dff5138d6a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-cfb16da2-438a-4e1c-80f7-44dff5138d6a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-cfb16da2-438a-4e1c-80f7-44dff5138d6a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-cfb16da2-438a-4e1c-80f7-44dff5138d6a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-cfb16da2-438a-4e1c-80f7-44dff5138d6a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-cfb16da2-438a-4e1c-80f7-44dff5138d6a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-cfb16da2-438a-4e1c-80f7-44dff5138d6a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-cfb16da2-438a-4e1c-80f7-44dff5138d6a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-cfb16da2-438a-4e1c-80f7-44dff5138d6a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-cfb16da2-438a-4e1c-80f7-44dff5138d6a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-cfb16da2-438a-4e1c-80f7-44dff5138d6a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-cfb16da2-438a-4e1c-80f7-44dff5138d6a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-cfb16da2-438a-4e1c-80f7-44dff5138d6a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-cfb16da2-438a-4e1c-80f7-44dff5138d6a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-cfb16da2-438a-4e1c-80f7-44dff5138d6a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-cfb16da2-438a-4e1c-80f7-44dff5138d6a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-cfb16da2-438a-4e1c-80f7-44dff5138d6a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-cfb16da2-438a-4e1c-80f7-44dff5138d6a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-cfb16da2-438a-4e1c-80f7-44dff5138d6a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-cfb16da2-438a-4e1c-80f7-44dff5138d6a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-cfb16da2-438a-4e1c-80f7-44dff5138d6a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-2e9a47d5-bdbd-4655-98e4-4ee62b16a738 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-2e9a47d5-bdbd-4655-98e4-4ee62b16a738 .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-2e9a47d5-bdbd-4655-98e4-4ee62b16a738 .shg-sld-nav-button.shg-sld-left,
#s-2e9a47d5-bdbd-4655-98e4-4ee62b16a738 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-21d7fda5-5f33-4336-867e-d1e4c8476eea {
  text-align: center;
}
#s-21d7fda5-5f33-4336-867e-d1e4c8476eea:hover {opacity: 0.5 !important;}



  #s-21d7fda5-5f33-4336-867e-d1e4c8476eea img.shogun-image {
    
    width: px;
  }


#s-21d7fda5-5f33-4336-867e-d1e4c8476eea .shogun-image-content {
  
    align-items: center;
  
}

#s-c118a38f-79dc-4805-9ac8-a63e8bf58c8d {
  text-align: center;
}
#s-c118a38f-79dc-4805-9ac8-a63e8bf58c8d:hover {opacity: 0.5 !important;}



  #s-c118a38f-79dc-4805-9ac8-a63e8bf58c8d img.shogun-image {
    
    width: px;
  }


#s-c118a38f-79dc-4805-9ac8-a63e8bf58c8d .shogun-image-content {
  
    align-items: center;
  
}

#s-fb38c757-c2b4-4925-ac07-aa41987a2090 {
  text-align: center;
}
#s-fb38c757-c2b4-4925-ac07-aa41987a2090:hover {opacity: 0.5 !important;}



  #s-fb38c757-c2b4-4925-ac07-aa41987a2090 img.shogun-image {
    
    width: px;
  }


#s-fb38c757-c2b4-4925-ac07-aa41987a2090 .shogun-image-content {
  
    align-items: center;
  
}

#s-adc17899-7a10-4c5b-a696-a00070264736 {
  text-align: center;
}
#s-adc17899-7a10-4c5b-a696-a00070264736:hover {opacity: 0.5 !important;}



  #s-adc17899-7a10-4c5b-a696-a00070264736 img.shogun-image {
    
    width: px;
  }


#s-adc17899-7a10-4c5b-a696-a00070264736 .shogun-image-content {
  
    align-items: center;
  
}

#s-ffd9e595-4184-47d6-91cf-c7ae82c0f456 {
  text-align: center;
}
#s-ffd9e595-4184-47d6-91cf-c7ae82c0f456:hover {opacity: 0.5 !important;}



  #s-ffd9e595-4184-47d6-91cf-c7ae82c0f456 img.shogun-image {
    
    width: px;
  }


#s-ffd9e595-4184-47d6-91cf-c7ae82c0f456 .shogun-image-content {
  
    align-items: center;
  
}

#s-0735d87b-6b26-441d-b995-b0453e37df02 {
  text-align: center;
}
#s-0735d87b-6b26-441d-b995-b0453e37df02:hover {opacity: 0.5 !important;}



  #s-0735d87b-6b26-441d-b995-b0453e37df02 img.shogun-image {
    
    width: px;
  }


#s-0735d87b-6b26-441d-b995-b0453e37df02 .shogun-image-content {
  
    align-items: center;
  
}

#s-d29749b4-c371-4eaa-a496-bbcf8c6b4cda {
  text-align: center;
}




  #s-d29749b4-c371-4eaa-a496-bbcf8c6b4cda img.shogun-image {
    
    width: px;
  }


#s-d29749b4-c371-4eaa-a496-bbcf8c6b4cda .shogun-image-content {
  
    align-items: center;
  
}

#s-4504717d-6fd2-4f71-8e8d-ffa52368aa92 {
  text-align: center;
}




  #s-4504717d-6fd2-4f71-8e8d-ffa52368aa92 img.shogun-image {
    
    width: px;
  }


#s-4504717d-6fd2-4f71-8e8d-ffa52368aa92 .shogun-image-content {
  
    align-items: center;
  
}

#s-fe93fba4-2f4c-4dfc-9c20-98ba8ea4adbd {
  text-align: center;
}




  #s-fe93fba4-2f4c-4dfc-9c20-98ba8ea4adbd img.shogun-image {
    
    width: px;
  }


#s-fe93fba4-2f4c-4dfc-9c20-98ba8ea4adbd .shogun-image-content {
  
    align-items: center;
  
}

#s-2820c36d-446b-4258-b249-c96b0d16fc3f {
  text-align: center;
}




  #s-2820c36d-446b-4258-b249-c96b0d16fc3f img.shogun-image {
    
    width: px;
  }


#s-2820c36d-446b-4258-b249-c96b0d16fc3f .shogun-image-content {
  
    align-items: center;
  
}

#s-3d341cf4-f848-40a7-824d-8287b5d33e19 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-3d341cf4-f848-40a7-824d-8287b5d33e19 .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-3d341cf4-f848-40a7-824d-8287b5d33e19 .shg-sld-nav-button.shg-sld-left,
#s-3d341cf4-f848-40a7-824d-8287b5d33e19 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-fe40fe44-1754-4195-8f89-fe868e4a5fca {
  text-align: center;
}
#s-fe40fe44-1754-4195-8f89-fe868e4a5fca:hover {opacity: 0.5 !important;}



  #s-fe40fe44-1754-4195-8f89-fe868e4a5fca img.shogun-image {
    
    width: px;
  }


#s-fe40fe44-1754-4195-8f89-fe868e4a5fca .shogun-image-content {
  
    align-items: center;
  
}

#s-3c8c6c37-fcad-4819-acbe-63c69658157b {
  text-align: center;
}
#s-3c8c6c37-fcad-4819-acbe-63c69658157b:hover {opacity: 0.5 !important;}



  #s-3c8c6c37-fcad-4819-acbe-63c69658157b img.shogun-image {
    
    width: px;
  }


#s-3c8c6c37-fcad-4819-acbe-63c69658157b .shogun-image-content {
  
    align-items: center;
  
}

#s-31ffd31f-d032-40b9-a245-a9a84f4e69ab {
  text-align: center;
}
#s-31ffd31f-d032-40b9-a245-a9a84f4e69ab:hover {opacity: 0.5 !important;}



  #s-31ffd31f-d032-40b9-a245-a9a84f4e69ab img.shogun-image {
    
    width: px;
  }


#s-31ffd31f-d032-40b9-a245-a9a84f4e69ab .shogun-image-content {
  
    align-items: center;
  
}

#s-096c8552-27e3-4d8b-bf90-03c41a792293 {
  text-align: center;
}
#s-096c8552-27e3-4d8b-bf90-03c41a792293:hover {opacity: 0.5 !important;}



  #s-096c8552-27e3-4d8b-bf90-03c41a792293 img.shogun-image {
    
    width: px;
  }


#s-096c8552-27e3-4d8b-bf90-03c41a792293 .shogun-image-content {
  
    align-items: center;
  
}

#s-dc194030-489f-4e2d-8c4d-05f6d353fc5d {
  text-align: center;
}
#s-dc194030-489f-4e2d-8c4d-05f6d353fc5d:hover {opacity: 0.5 !important;}



  #s-dc194030-489f-4e2d-8c4d-05f6d353fc5d img.shogun-image {
    
    width: px;
  }


#s-dc194030-489f-4e2d-8c4d-05f6d353fc5d .shogun-image-content {
  
    align-items: center;
  
}

#s-64bdc0c2-a1c2-4467-b96a-a99afe38096a {
  text-align: center;
}
#s-64bdc0c2-a1c2-4467-b96a-a99afe38096a:hover {opacity: 0.5 !important;}



  #s-64bdc0c2-a1c2-4467-b96a-a99afe38096a img.shogun-image {
    
    width: px;
  }


#s-64bdc0c2-a1c2-4467-b96a-a99afe38096a .shogun-image-content {
  
    align-items: center;
  
}

#s-0082de3a-8d39-4c0f-957f-98f0cc3c7933 {
  text-align: center;
}




  #s-0082de3a-8d39-4c0f-957f-98f0cc3c7933 img.shogun-image {
    
    width: px;
  }


#s-0082de3a-8d39-4c0f-957f-98f0cc3c7933 .shogun-image-content {
  
    align-items: center;
  
}

#s-08db4cb6-1a72-40e6-bbc6-e9712c6c55a0 {
  text-align: center;
}




  #s-08db4cb6-1a72-40e6-bbc6-e9712c6c55a0 img.shogun-image {
    
    width: px;
  }


#s-08db4cb6-1a72-40e6-bbc6-e9712c6c55a0 .shogun-image-content {
  
    align-items: center;
  
}

#s-5a031b02-914f-47e4-9497-6b2a3ae68932 {
  text-align: center;
}




  #s-5a031b02-914f-47e4-9497-6b2a3ae68932 img.shogun-image {
    
    width: px;
  }


#s-5a031b02-914f-47e4-9497-6b2a3ae68932 .shogun-image-content {
  
    align-items: center;
  
}

#s-f372c62e-1045-4daf-a9ad-6a9851097145 {
  text-align: center;
}




  #s-f372c62e-1045-4daf-a9ad-6a9851097145 img.shogun-image {
    
    width: px;
  }


#s-f372c62e-1045-4daf-a9ad-6a9851097145 .shogun-image-content {
  
    align-items: center;
  
}

#s-863d0c6c-07b7-4d19-8997-5b1227c5ab25 {
  min-height: 50px;
}








#s-863d0c6c-07b7-4d19-8997-5b1227c5ab25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-863d0c6c-07b7-4d19-8997-5b1227c5ab25.shg-box.shg-c {
  justify-content: center;
}

#s-e95575eb-af29-4ad8-9c35-452241412a3d {
  min-height: 50px;
}








#s-e95575eb-af29-4ad8-9c35-452241412a3d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e95575eb-af29-4ad8-9c35-452241412a3d.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-f0be5f35-6f03-43c5-8870-e98b8a1595fd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f0be5f35-6f03-43c5-8870-e98b8a1595fd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-f0be5f35-6f03-43c5-8870-e98b8a1595fd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-f0be5f35-6f03-43c5-8870-e98b8a1595fd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-f0be5f35-6f03-43c5-8870-e98b8a1595fd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-f0be5f35-6f03-43c5-8870-e98b8a1595fd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-f0be5f35-6f03-43c5-8870-e98b8a1595fd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-f0be5f35-6f03-43c5-8870-e98b8a1595fd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-f0be5f35-6f03-43c5-8870-e98b8a1595fd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-f0be5f35-6f03-43c5-8870-e98b8a1595fd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-f0be5f35-6f03-43c5-8870-e98b8a1595fd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-f0be5f35-6f03-43c5-8870-e98b8a1595fd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-f0be5f35-6f03-43c5-8870-e98b8a1595fd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-f0be5f35-6f03-43c5-8870-e98b8a1595fd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-f0be5f35-6f03-43c5-8870-e98b8a1595fd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-f0be5f35-6f03-43c5-8870-e98b8a1595fd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-f0be5f35-6f03-43c5-8870-e98b8a1595fd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-f0be5f35-6f03-43c5-8870-e98b8a1595fd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-f0be5f35-6f03-43c5-8870-e98b8a1595fd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-f0be5f35-6f03-43c5-8870-e98b8a1595fd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-f0be5f35-6f03-43c5-8870-e98b8a1595fd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-f0be5f35-6f03-43c5-8870-e98b8a1595fd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-f0be5f35-6f03-43c5-8870-e98b8a1595fd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-f0be5f35-6f03-43c5-8870-e98b8a1595fd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-f0be5f35-6f03-43c5-8870-e98b8a1595fd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-f0be5f35-6f03-43c5-8870-e98b8a1595fd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-f0be5f35-6f03-43c5-8870-e98b8a1595fd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-f0be5f35-6f03-43c5-8870-e98b8a1595fd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-f0be5f35-6f03-43c5-8870-e98b8a1595fd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-f0be5f35-6f03-43c5-8870-e98b8a1595fd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-f0be5f35-6f03-43c5-8870-e98b8a1595fd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-f0be5f35-6f03-43c5-8870-e98b8a1595fd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-f0be5f35-6f03-43c5-8870-e98b8a1595fd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-f0be5f35-6f03-43c5-8870-e98b8a1595fd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-f0be5f35-6f03-43c5-8870-e98b8a1595fd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-f0be5f35-6f03-43c5-8870-e98b8a1595fd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-f0be5f35-6f03-43c5-8870-e98b8a1595fd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-de8260fa-635d-470b-8f31-794efbd26145 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-de8260fa-635d-470b-8f31-794efbd26145 .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-de8260fa-635d-470b-8f31-794efbd26145 .shg-sld-nav-button.shg-sld-left,
#s-de8260fa-635d-470b-8f31-794efbd26145 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-26683724-d943-458b-9f3d-466a0872ff9c {
  text-align: center;
}
#s-26683724-d943-458b-9f3d-466a0872ff9c:hover {opacity: 0.5 !important;}



  #s-26683724-d943-458b-9f3d-466a0872ff9c img.shogun-image {
    
    width: px;
  }


#s-26683724-d943-458b-9f3d-466a0872ff9c .shogun-image-content {
  
    align-items: center;
  
}

#s-81bf8c93-8f99-4bdf-b7aa-e10aecbac81b {
  text-align: center;
}
#s-81bf8c93-8f99-4bdf-b7aa-e10aecbac81b:hover {opacity: 0.5 !important;}



  #s-81bf8c93-8f99-4bdf-b7aa-e10aecbac81b img.shogun-image {
    
    width: px;
  }


#s-81bf8c93-8f99-4bdf-b7aa-e10aecbac81b .shogun-image-content {
  
    align-items: center;
  
}

#s-6fb2996f-c577-4ce2-b5d6-b6cd591f8497 {
  text-align: center;
}
#s-6fb2996f-c577-4ce2-b5d6-b6cd591f8497:hover {opacity: 0.5 !important;}



  #s-6fb2996f-c577-4ce2-b5d6-b6cd591f8497 img.shogun-image {
    
    width: px;
  }


#s-6fb2996f-c577-4ce2-b5d6-b6cd591f8497 .shogun-image-content {
  
    align-items: center;
  
}

#s-43bf05c0-dc1b-4b37-bebf-02a2dece7892 {
  text-align: center;
}
#s-43bf05c0-dc1b-4b37-bebf-02a2dece7892:hover {opacity: 0.5 !important;}



  #s-43bf05c0-dc1b-4b37-bebf-02a2dece7892 img.shogun-image {
    
    width: px;
  }


#s-43bf05c0-dc1b-4b37-bebf-02a2dece7892 .shogun-image-content {
  
    align-items: center;
  
}

#s-ac96ce20-4bbb-45a8-b2cb-fee170f711ac {
  text-align: center;
}
#s-ac96ce20-4bbb-45a8-b2cb-fee170f711ac:hover {opacity: 0.5 !important;}



  #s-ac96ce20-4bbb-45a8-b2cb-fee170f711ac img.shogun-image {
    
    width: px;
  }


#s-ac96ce20-4bbb-45a8-b2cb-fee170f711ac .shogun-image-content {
  
    align-items: center;
  
}

#s-32e70d55-2646-413b-9b16-231555fa7d4b {
  text-align: center;
}
#s-32e70d55-2646-413b-9b16-231555fa7d4b:hover {opacity: 0.5 !important;}



  #s-32e70d55-2646-413b-9b16-231555fa7d4b img.shogun-image {
    
    width: px;
  }


#s-32e70d55-2646-413b-9b16-231555fa7d4b .shogun-image-content {
  
    align-items: center;
  
}

#s-9af6665d-fae5-4c69-80c4-b0f823bf78f2 {
  text-align: center;
}




  #s-9af6665d-fae5-4c69-80c4-b0f823bf78f2 img.shogun-image {
    
    width: px;
  }


#s-9af6665d-fae5-4c69-80c4-b0f823bf78f2 .shogun-image-content {
  
    align-items: center;
  
}

#s-e4157213-b8f4-40a7-83ff-f83a5efa86b3 {
  text-align: center;
}




  #s-e4157213-b8f4-40a7-83ff-f83a5efa86b3 img.shogun-image {
    
    width: px;
  }


#s-e4157213-b8f4-40a7-83ff-f83a5efa86b3 .shogun-image-content {
  
    align-items: center;
  
}

#s-11d16039-a884-430b-aee5-d56beebf9e45 {
  text-align: center;
}




  #s-11d16039-a884-430b-aee5-d56beebf9e45 img.shogun-image {
    
    width: px;
  }


#s-11d16039-a884-430b-aee5-d56beebf9e45 .shogun-image-content {
  
    align-items: center;
  
}

#s-d8358bea-27d5-44ed-9541-9ef7906afa70 {
  text-align: center;
}




  #s-d8358bea-27d5-44ed-9541-9ef7906afa70 img.shogun-image {
    
    width: px;
  }


#s-d8358bea-27d5-44ed-9541-9ef7906afa70 .shogun-image-content {
  
    align-items: center;
  
}

#s-1c14a008-539a-4c32-ab5d-97f488b5ec97 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-1c14a008-539a-4c32-ab5d-97f488b5ec97 .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-1c14a008-539a-4c32-ab5d-97f488b5ec97 .shg-sld-nav-button.shg-sld-left,
#s-1c14a008-539a-4c32-ab5d-97f488b5ec97 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-cc760688-d827-4444-be97-22e320a15aae {
  text-align: center;
}
#s-cc760688-d827-4444-be97-22e320a15aae:hover {opacity: 0.5 !important;}



  #s-cc760688-d827-4444-be97-22e320a15aae img.shogun-image {
    
    width: px;
  }


#s-cc760688-d827-4444-be97-22e320a15aae .shogun-image-content {
  
    align-items: center;
  
}

#s-5fec2a74-671f-4785-beea-8061d5d6304b {
  text-align: center;
}
#s-5fec2a74-671f-4785-beea-8061d5d6304b:hover {opacity: 0.5 !important;}



  #s-5fec2a74-671f-4785-beea-8061d5d6304b img.shogun-image {
    
    width: px;
  }


#s-5fec2a74-671f-4785-beea-8061d5d6304b .shogun-image-content {
  
    align-items: center;
  
}

#s-441777c2-b482-4e3d-8253-8063b8255f67 {
  text-align: center;
}
#s-441777c2-b482-4e3d-8253-8063b8255f67:hover {opacity: 0.5 !important;}



  #s-441777c2-b482-4e3d-8253-8063b8255f67 img.shogun-image {
    
    width: px;
  }


#s-441777c2-b482-4e3d-8253-8063b8255f67 .shogun-image-content {
  
    align-items: center;
  
}

#s-f5ea5498-09ce-42ca-ae2d-62f20f51f5ac {
  text-align: center;
}
#s-f5ea5498-09ce-42ca-ae2d-62f20f51f5ac:hover {opacity: 0.5 !important;}



  #s-f5ea5498-09ce-42ca-ae2d-62f20f51f5ac img.shogun-image {
    
    width: px;
  }


#s-f5ea5498-09ce-42ca-ae2d-62f20f51f5ac .shogun-image-content {
  
    align-items: center;
  
}

#s-90fbdaa8-557b-4709-a64b-31009ce046e9 {
  text-align: center;
}
#s-90fbdaa8-557b-4709-a64b-31009ce046e9:hover {opacity: 0.5 !important;}



  #s-90fbdaa8-557b-4709-a64b-31009ce046e9 img.shogun-image {
    
    width: px;
  }


#s-90fbdaa8-557b-4709-a64b-31009ce046e9 .shogun-image-content {
  
    align-items: center;
  
}

#s-3f20e1c2-3576-4e34-8599-75cd11fda040 {
  text-align: center;
}
#s-3f20e1c2-3576-4e34-8599-75cd11fda040:hover {opacity: 0.5 !important;}



  #s-3f20e1c2-3576-4e34-8599-75cd11fda040 img.shogun-image {
    
    width: px;
  }


#s-3f20e1c2-3576-4e34-8599-75cd11fda040 .shogun-image-content {
  
    align-items: center;
  
}

#s-b393cfef-c881-4fbc-9497-3ae7769d5d98 {
  text-align: center;
}




  #s-b393cfef-c881-4fbc-9497-3ae7769d5d98 img.shogun-image {
    
    width: px;
  }


#s-b393cfef-c881-4fbc-9497-3ae7769d5d98 .shogun-image-content {
  
    align-items: center;
  
}

#s-8a9a5a57-23f0-4092-8466-70b88e65b142 {
  text-align: center;
}




  #s-8a9a5a57-23f0-4092-8466-70b88e65b142 img.shogun-image {
    
    width: px;
  }


#s-8a9a5a57-23f0-4092-8466-70b88e65b142 .shogun-image-content {
  
    align-items: center;
  
}

#s-9d6da964-4f56-4056-9474-2a5f12b3b7e0 {
  text-align: center;
}




  #s-9d6da964-4f56-4056-9474-2a5f12b3b7e0 img.shogun-image {
    
    width: px;
  }


#s-9d6da964-4f56-4056-9474-2a5f12b3b7e0 .shogun-image-content {
  
    align-items: center;
  
}

#s-ef54d7c6-6911-4a2c-bea7-f6e4cfab37e4 {
  text-align: center;
}




  #s-ef54d7c6-6911-4a2c-bea7-f6e4cfab37e4 img.shogun-image {
    
    width: px;
  }


#s-ef54d7c6-6911-4a2c-bea7-f6e4cfab37e4 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-6f569909-48ba-436a-beab-548a165bef4a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6f569909-48ba-436a-beab-548a165bef4a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6f569909-48ba-436a-beab-548a165bef4a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6f569909-48ba-436a-beab-548a165bef4a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6f569909-48ba-436a-beab-548a165bef4a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6f569909-48ba-436a-beab-548a165bef4a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6f569909-48ba-436a-beab-548a165bef4a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6f569909-48ba-436a-beab-548a165bef4a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6f569909-48ba-436a-beab-548a165bef4a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6f569909-48ba-436a-beab-548a165bef4a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6f569909-48ba-436a-beab-548a165bef4a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6f569909-48ba-436a-beab-548a165bef4a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6f569909-48ba-436a-beab-548a165bef4a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6f569909-48ba-436a-beab-548a165bef4a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6f569909-48ba-436a-beab-548a165bef4a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6f569909-48ba-436a-beab-548a165bef4a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6f569909-48ba-436a-beab-548a165bef4a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6f569909-48ba-436a-beab-548a165bef4a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6f569909-48ba-436a-beab-548a165bef4a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6f569909-48ba-436a-beab-548a165bef4a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6f569909-48ba-436a-beab-548a165bef4a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6f569909-48ba-436a-beab-548a165bef4a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6f569909-48ba-436a-beab-548a165bef4a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6f569909-48ba-436a-beab-548a165bef4a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6f569909-48ba-436a-beab-548a165bef4a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6f569909-48ba-436a-beab-548a165bef4a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6f569909-48ba-436a-beab-548a165bef4a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6f569909-48ba-436a-beab-548a165bef4a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6f569909-48ba-436a-beab-548a165bef4a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6f569909-48ba-436a-beab-548a165bef4a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6f569909-48ba-436a-beab-548a165bef4a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6f569909-48ba-436a-beab-548a165bef4a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6f569909-48ba-436a-beab-548a165bef4a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6f569909-48ba-436a-beab-548a165bef4a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6f569909-48ba-436a-beab-548a165bef4a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6f569909-48ba-436a-beab-548a165bef4a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6f569909-48ba-436a-beab-548a165bef4a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-d4a2a665-b8e5-455e-bb38-415332be270e {
  text-align: center;
}
@media (max-width: 767px){#s-d4a2a665-b8e5-455e-bb38-415332be270e {
  margin-left: 0%;
margin-right: 0%;
}
}



  #s-d4a2a665-b8e5-455e-bb38-415332be270e img.shogun-image {
    
    width: px;
  }


#s-d4a2a665-b8e5-455e-bb38-415332be270e .shogun-image-content {
  
    align-items: center;
  
}

#s-9bc192f1-62b6-4ed6-aeae-cf05ece851bf {
  min-height: 50px;
}








#s-9bc192f1-62b6-4ed6-aeae-cf05ece851bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9bc192f1-62b6-4ed6-aeae-cf05ece851bf.shg-box.shg-c {
  justify-content: center;
}

#s-195a4cea-4842-4801-aa07-04a5d07b9706 {
  min-height: 50px;
}








#s-195a4cea-4842-4801-aa07-04a5d07b9706 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-195a4cea-4842-4801-aa07-04a5d07b9706.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-0a211026-d8ba-4e8e-9557-3e7da65e0cb6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0a211026-d8ba-4e8e-9557-3e7da65e0cb6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-0a211026-d8ba-4e8e-9557-3e7da65e0cb6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-0a211026-d8ba-4e8e-9557-3e7da65e0cb6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-0a211026-d8ba-4e8e-9557-3e7da65e0cb6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-0a211026-d8ba-4e8e-9557-3e7da65e0cb6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-0a211026-d8ba-4e8e-9557-3e7da65e0cb6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-0a211026-d8ba-4e8e-9557-3e7da65e0cb6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-0a211026-d8ba-4e8e-9557-3e7da65e0cb6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-0a211026-d8ba-4e8e-9557-3e7da65e0cb6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-0a211026-d8ba-4e8e-9557-3e7da65e0cb6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-0a211026-d8ba-4e8e-9557-3e7da65e0cb6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-0a211026-d8ba-4e8e-9557-3e7da65e0cb6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-0a211026-d8ba-4e8e-9557-3e7da65e0cb6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-0a211026-d8ba-4e8e-9557-3e7da65e0cb6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-0a211026-d8ba-4e8e-9557-3e7da65e0cb6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-0a211026-d8ba-4e8e-9557-3e7da65e0cb6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-0a211026-d8ba-4e8e-9557-3e7da65e0cb6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-0a211026-d8ba-4e8e-9557-3e7da65e0cb6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-0a211026-d8ba-4e8e-9557-3e7da65e0cb6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-0a211026-d8ba-4e8e-9557-3e7da65e0cb6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-0a211026-d8ba-4e8e-9557-3e7da65e0cb6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-0a211026-d8ba-4e8e-9557-3e7da65e0cb6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-0a211026-d8ba-4e8e-9557-3e7da65e0cb6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-0a211026-d8ba-4e8e-9557-3e7da65e0cb6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-0a211026-d8ba-4e8e-9557-3e7da65e0cb6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-0a211026-d8ba-4e8e-9557-3e7da65e0cb6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-0a211026-d8ba-4e8e-9557-3e7da65e0cb6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-0a211026-d8ba-4e8e-9557-3e7da65e0cb6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-0a211026-d8ba-4e8e-9557-3e7da65e0cb6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-0a211026-d8ba-4e8e-9557-3e7da65e0cb6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-0a211026-d8ba-4e8e-9557-3e7da65e0cb6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-0a211026-d8ba-4e8e-9557-3e7da65e0cb6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-0a211026-d8ba-4e8e-9557-3e7da65e0cb6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-0a211026-d8ba-4e8e-9557-3e7da65e0cb6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-0a211026-d8ba-4e8e-9557-3e7da65e0cb6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-0a211026-d8ba-4e8e-9557-3e7da65e0cb6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-cbaa285f-fbb8-4560-8650-d307fc3870bf {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-cbaa285f-fbb8-4560-8650-d307fc3870bf .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-cbaa285f-fbb8-4560-8650-d307fc3870bf .shg-sld-nav-button.shg-sld-left,
#s-cbaa285f-fbb8-4560-8650-d307fc3870bf .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-a0a2db78-463c-4b8a-8fe3-bbea3c97c86f {
  text-align: center;
}
#s-a0a2db78-463c-4b8a-8fe3-bbea3c97c86f:hover {opacity: 0.5 !important;}



  #s-a0a2db78-463c-4b8a-8fe3-bbea3c97c86f img.shogun-image {
    
    width: px;
  }


#s-a0a2db78-463c-4b8a-8fe3-bbea3c97c86f .shogun-image-content {
  
    align-items: center;
  
}

#s-5a182b01-6d07-46ed-99a8-48416859219d {
  text-align: center;
}
#s-5a182b01-6d07-46ed-99a8-48416859219d:hover {opacity: 0.5 !important;}



  #s-5a182b01-6d07-46ed-99a8-48416859219d img.shogun-image {
    
    width: px;
  }


#s-5a182b01-6d07-46ed-99a8-48416859219d .shogun-image-content {
  
    align-items: center;
  
}

#s-935cdf63-200c-4e1c-bde5-ba4c9631803a {
  text-align: center;
}
#s-935cdf63-200c-4e1c-bde5-ba4c9631803a:hover {opacity: 0.5 !important;}



  #s-935cdf63-200c-4e1c-bde5-ba4c9631803a img.shogun-image {
    
    width: px;
  }


#s-935cdf63-200c-4e1c-bde5-ba4c9631803a .shogun-image-content {
  
    align-items: center;
  
}

#s-518d1c9b-20ec-409a-9366-2a32b1f5107d {
  text-align: center;
}
#s-518d1c9b-20ec-409a-9366-2a32b1f5107d:hover {opacity: 0.5 !important;}



  #s-518d1c9b-20ec-409a-9366-2a32b1f5107d img.shogun-image {
    
    width: px;
  }


#s-518d1c9b-20ec-409a-9366-2a32b1f5107d .shogun-image-content {
  
    align-items: center;
  
}

#s-4bb3601a-1d47-4b9f-9247-f66591bd4d78 {
  text-align: center;
}
#s-4bb3601a-1d47-4b9f-9247-f66591bd4d78:hover {opacity: 0.5 !important;}



  #s-4bb3601a-1d47-4b9f-9247-f66591bd4d78 img.shogun-image {
    
    width: px;
  }


#s-4bb3601a-1d47-4b9f-9247-f66591bd4d78 .shogun-image-content {
  
    align-items: center;
  
}

#s-97e30255-e152-4207-a8b4-00d31756df47 {
  text-align: center;
}
#s-97e30255-e152-4207-a8b4-00d31756df47:hover {opacity: 0.5 !important;}



  #s-97e30255-e152-4207-a8b4-00d31756df47 img.shogun-image {
    
    width: px;
  }


#s-97e30255-e152-4207-a8b4-00d31756df47 .shogun-image-content {
  
    align-items: center;
  
}

#s-ffc4724b-8004-454e-aac9-85a712649ace {
  text-align: center;
}




  #s-ffc4724b-8004-454e-aac9-85a712649ace img.shogun-image {
    
    width: px;
  }


#s-ffc4724b-8004-454e-aac9-85a712649ace .shogun-image-content {
  
    align-items: center;
  
}

#s-fd51a101-0177-4aaa-ac22-b909339db0cd {
  text-align: center;
}




  #s-fd51a101-0177-4aaa-ac22-b909339db0cd img.shogun-image {
    
    width: px;
  }


#s-fd51a101-0177-4aaa-ac22-b909339db0cd .shogun-image-content {
  
    align-items: center;
  
}

#s-f5f30072-7877-4937-9b14-b59deaf16e07 {
  text-align: center;
}




  #s-f5f30072-7877-4937-9b14-b59deaf16e07 img.shogun-image {
    
    width: px;
  }


#s-f5f30072-7877-4937-9b14-b59deaf16e07 .shogun-image-content {
  
    align-items: center;
  
}

#s-a68bfec1-d109-4fdd-a093-c469df09d9ab {
  text-align: center;
}




  #s-a68bfec1-d109-4fdd-a093-c469df09d9ab img.shogun-image {
    
    width: px;
  }


#s-a68bfec1-d109-4fdd-a093-c469df09d9ab .shogun-image-content {
  
    align-items: center;
  
}

#s-97f750dc-4a9d-49da-b405-0e6663e6ba9c {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-97f750dc-4a9d-49da-b405-0e6663e6ba9c .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-97f750dc-4a9d-49da-b405-0e6663e6ba9c .shg-sld-nav-button.shg-sld-left,
#s-97f750dc-4a9d-49da-b405-0e6663e6ba9c .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-3b2ade53-1015-46d8-89b1-c11a83523283 {
  text-align: center;
}
#s-3b2ade53-1015-46d8-89b1-c11a83523283:hover {opacity: 0.5 !important;}



  #s-3b2ade53-1015-46d8-89b1-c11a83523283 img.shogun-image {
    
    width: px;
  }


#s-3b2ade53-1015-46d8-89b1-c11a83523283 .shogun-image-content {
  
    align-items: center;
  
}

#s-b176eb96-c9c2-43cf-9915-5b0fb712deb6 {
  text-align: center;
}
#s-b176eb96-c9c2-43cf-9915-5b0fb712deb6:hover {opacity: 0.5 !important;}



  #s-b176eb96-c9c2-43cf-9915-5b0fb712deb6 img.shogun-image {
    
    width: px;
  }


#s-b176eb96-c9c2-43cf-9915-5b0fb712deb6 .shogun-image-content {
  
    align-items: center;
  
}

#s-561bf5e6-023e-441e-aff3-21ade77fa03f {
  text-align: center;
}
#s-561bf5e6-023e-441e-aff3-21ade77fa03f:hover {opacity: 0.5 !important;}



  #s-561bf5e6-023e-441e-aff3-21ade77fa03f img.shogun-image {
    
    width: px;
  }


#s-561bf5e6-023e-441e-aff3-21ade77fa03f .shogun-image-content {
  
    align-items: center;
  
}

#s-4bfc1f8a-087c-415d-935e-41551bbbbbef {
  text-align: center;
}
#s-4bfc1f8a-087c-415d-935e-41551bbbbbef:hover {opacity: 0.5 !important;}



  #s-4bfc1f8a-087c-415d-935e-41551bbbbbef img.shogun-image {
    
    width: px;
  }


#s-4bfc1f8a-087c-415d-935e-41551bbbbbef .shogun-image-content {
  
    align-items: center;
  
}

#s-3c58970c-f7b7-493b-a454-abdb8381a6b8 {
  text-align: center;
}
#s-3c58970c-f7b7-493b-a454-abdb8381a6b8:hover {opacity: 0.5 !important;}



  #s-3c58970c-f7b7-493b-a454-abdb8381a6b8 img.shogun-image {
    
    width: px;
  }


#s-3c58970c-f7b7-493b-a454-abdb8381a6b8 .shogun-image-content {
  
    align-items: center;
  
}

#s-5391e6a3-6290-4515-b862-243caa58e2c0 {
  text-align: center;
}
#s-5391e6a3-6290-4515-b862-243caa58e2c0:hover {opacity: 0.5 !important;}



  #s-5391e6a3-6290-4515-b862-243caa58e2c0 img.shogun-image {
    
    width: px;
  }


#s-5391e6a3-6290-4515-b862-243caa58e2c0 .shogun-image-content {
  
    align-items: center;
  
}

#s-6c68ebaf-9bd6-419c-8a11-4c662a33b5dc {
  text-align: center;
}




  #s-6c68ebaf-9bd6-419c-8a11-4c662a33b5dc img.shogun-image {
    
    width: px;
  }


#s-6c68ebaf-9bd6-419c-8a11-4c662a33b5dc .shogun-image-content {
  
    align-items: center;
  
}

#s-52ad67d3-4a2f-4984-836e-ba2332895626 {
  text-align: center;
}




  #s-52ad67d3-4a2f-4984-836e-ba2332895626 img.shogun-image {
    
    width: px;
  }


#s-52ad67d3-4a2f-4984-836e-ba2332895626 .shogun-image-content {
  
    align-items: center;
  
}

#s-e1c86435-3eaf-4e18-b562-58c2c50e7d6f {
  text-align: center;
}




  #s-e1c86435-3eaf-4e18-b562-58c2c50e7d6f img.shogun-image {
    
    width: px;
  }


#s-e1c86435-3eaf-4e18-b562-58c2c50e7d6f .shogun-image-content {
  
    align-items: center;
  
}

#s-2da570f5-2b01-4d79-a47d-eafeec27361c {
  text-align: center;
}




  #s-2da570f5-2b01-4d79-a47d-eafeec27361c img.shogun-image {
    
    width: px;
  }


#s-2da570f5-2b01-4d79-a47d-eafeec27361c .shogun-image-content {
  
    align-items: center;
  
}

#s-a7723d14-05c9-4ef3-9c40-3dfde8a675c4 {
  min-height: 50px;
}








#s-a7723d14-05c9-4ef3-9c40-3dfde8a675c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a7723d14-05c9-4ef3-9c40-3dfde8a675c4.shg-box.shg-c {
  justify-content: center;
}

#s-e681ca6d-89c6-4135-898f-c51c95aa4494 {
  min-height: 50px;
}








#s-e681ca6d-89c6-4135-898f-c51c95aa4494 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e681ca6d-89c6-4135-898f-c51c95aa4494.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-1dacf2fa-0326-46e6-9d12-331d329cd7c2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1dacf2fa-0326-46e6-9d12-331d329cd7c2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-1dacf2fa-0326-46e6-9d12-331d329cd7c2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-1dacf2fa-0326-46e6-9d12-331d329cd7c2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-1dacf2fa-0326-46e6-9d12-331d329cd7c2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-1dacf2fa-0326-46e6-9d12-331d329cd7c2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-1dacf2fa-0326-46e6-9d12-331d329cd7c2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-1dacf2fa-0326-46e6-9d12-331d329cd7c2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-1dacf2fa-0326-46e6-9d12-331d329cd7c2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-1dacf2fa-0326-46e6-9d12-331d329cd7c2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-1dacf2fa-0326-46e6-9d12-331d329cd7c2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-1dacf2fa-0326-46e6-9d12-331d329cd7c2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-1dacf2fa-0326-46e6-9d12-331d329cd7c2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-1dacf2fa-0326-46e6-9d12-331d329cd7c2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-1dacf2fa-0326-46e6-9d12-331d329cd7c2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-1dacf2fa-0326-46e6-9d12-331d329cd7c2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-1dacf2fa-0326-46e6-9d12-331d329cd7c2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-1dacf2fa-0326-46e6-9d12-331d329cd7c2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-1dacf2fa-0326-46e6-9d12-331d329cd7c2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-1dacf2fa-0326-46e6-9d12-331d329cd7c2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-1dacf2fa-0326-46e6-9d12-331d329cd7c2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-1dacf2fa-0326-46e6-9d12-331d329cd7c2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-1dacf2fa-0326-46e6-9d12-331d329cd7c2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-1dacf2fa-0326-46e6-9d12-331d329cd7c2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-1dacf2fa-0326-46e6-9d12-331d329cd7c2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-1dacf2fa-0326-46e6-9d12-331d329cd7c2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-1dacf2fa-0326-46e6-9d12-331d329cd7c2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-1dacf2fa-0326-46e6-9d12-331d329cd7c2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-1dacf2fa-0326-46e6-9d12-331d329cd7c2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-1dacf2fa-0326-46e6-9d12-331d329cd7c2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-1dacf2fa-0326-46e6-9d12-331d329cd7c2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-1dacf2fa-0326-46e6-9d12-331d329cd7c2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-1dacf2fa-0326-46e6-9d12-331d329cd7c2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-1dacf2fa-0326-46e6-9d12-331d329cd7c2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-1dacf2fa-0326-46e6-9d12-331d329cd7c2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-1dacf2fa-0326-46e6-9d12-331d329cd7c2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-1dacf2fa-0326-46e6-9d12-331d329cd7c2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-547cef4f-e1ba-4fc7-9c65-9d06ac35ccff {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-547cef4f-e1ba-4fc7-9c65-9d06ac35ccff .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-547cef4f-e1ba-4fc7-9c65-9d06ac35ccff .shg-sld-nav-button.shg-sld-left,
#s-547cef4f-e1ba-4fc7-9c65-9d06ac35ccff .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-eb0cbf59-d67a-4856-9d22-5c5b219c18b6 {
  text-align: center;
}
#s-eb0cbf59-d67a-4856-9d22-5c5b219c18b6:hover {opacity: 0.5 !important;}



  #s-eb0cbf59-d67a-4856-9d22-5c5b219c18b6 img.shogun-image {
    
    width: px;
  }


#s-eb0cbf59-d67a-4856-9d22-5c5b219c18b6 .shogun-image-content {
  
    align-items: center;
  
}

#s-a85134f3-a126-40ac-be8d-fd49d25255a0 {
  text-align: center;
}
#s-a85134f3-a126-40ac-be8d-fd49d25255a0:hover {opacity: 0.5 !important;}



  #s-a85134f3-a126-40ac-be8d-fd49d25255a0 img.shogun-image {
    
    width: px;
  }


#s-a85134f3-a126-40ac-be8d-fd49d25255a0 .shogun-image-content {
  
    align-items: center;
  
}

#s-7ce4df5d-fb35-499d-871b-73ce6fdbdec5 {
  text-align: center;
}
#s-7ce4df5d-fb35-499d-871b-73ce6fdbdec5:hover {opacity: 0.5 !important;}



  #s-7ce4df5d-fb35-499d-871b-73ce6fdbdec5 img.shogun-image {
    
    width: px;
  }


#s-7ce4df5d-fb35-499d-871b-73ce6fdbdec5 .shogun-image-content {
  
    align-items: center;
  
}

#s-fe42aa78-f2f2-4045-aff6-669608d0c46d {
  text-align: center;
}
#s-fe42aa78-f2f2-4045-aff6-669608d0c46d:hover {opacity: 0.5 !important;}



  #s-fe42aa78-f2f2-4045-aff6-669608d0c46d img.shogun-image {
    
    width: px;
  }


#s-fe42aa78-f2f2-4045-aff6-669608d0c46d .shogun-image-content {
  
    align-items: center;
  
}

#s-855dacb3-1589-4e07-9f96-57ac72c328f6 {
  text-align: center;
}
#s-855dacb3-1589-4e07-9f96-57ac72c328f6:hover {opacity: 0.5 !important;}



  #s-855dacb3-1589-4e07-9f96-57ac72c328f6 img.shogun-image {
    
    width: px;
  }


#s-855dacb3-1589-4e07-9f96-57ac72c328f6 .shogun-image-content {
  
    align-items: center;
  
}

#s-9d793b18-d765-42af-93ae-215554f96e9f {
  text-align: center;
}
#s-9d793b18-d765-42af-93ae-215554f96e9f:hover {opacity: 0.5 !important;}



  #s-9d793b18-d765-42af-93ae-215554f96e9f img.shogun-image {
    
    width: px;
  }


#s-9d793b18-d765-42af-93ae-215554f96e9f .shogun-image-content {
  
    align-items: center;
  
}

#s-a0e037ac-eb75-41d9-95fb-63ffde2ae853 {
  text-align: center;
}




  #s-a0e037ac-eb75-41d9-95fb-63ffde2ae853 img.shogun-image {
    
    width: px;
  }


#s-a0e037ac-eb75-41d9-95fb-63ffde2ae853 .shogun-image-content {
  
    align-items: center;
  
}

#s-8b1eb25e-cdf9-4607-9357-3d69a0e67bfb {
  text-align: center;
}




  #s-8b1eb25e-cdf9-4607-9357-3d69a0e67bfb img.shogun-image {
    
    width: px;
  }


#s-8b1eb25e-cdf9-4607-9357-3d69a0e67bfb .shogun-image-content {
  
    align-items: center;
  
}

#s-203af85a-d38c-4ef1-bc24-d1fe8445d3c0 {
  text-align: center;
}




  #s-203af85a-d38c-4ef1-bc24-d1fe8445d3c0 img.shogun-image {
    
    width: px;
  }


#s-203af85a-d38c-4ef1-bc24-d1fe8445d3c0 .shogun-image-content {
  
    align-items: center;
  
}

#s-6715e400-dfd7-482a-a774-cda62c100d47 {
  text-align: center;
}




  #s-6715e400-dfd7-482a-a774-cda62c100d47 img.shogun-image {
    
    width: px;
  }


#s-6715e400-dfd7-482a-a774-cda62c100d47 .shogun-image-content {
  
    align-items: center;
  
}

#s-13c1c9ea-f846-42f1-b791-cde42c159a21 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-13c1c9ea-f846-42f1-b791-cde42c159a21 .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-13c1c9ea-f846-42f1-b791-cde42c159a21 .shg-sld-nav-button.shg-sld-left,
#s-13c1c9ea-f846-42f1-b791-cde42c159a21 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-d406d86c-1cfd-4591-bf1e-d5c7ab117202 {
  text-align: center;
}
#s-d406d86c-1cfd-4591-bf1e-d5c7ab117202:hover {opacity: 0.5 !important;}



  #s-d406d86c-1cfd-4591-bf1e-d5c7ab117202 img.shogun-image {
    
    width: px;
  }


#s-d406d86c-1cfd-4591-bf1e-d5c7ab117202 .shogun-image-content {
  
    align-items: center;
  
}

#s-953f24bf-508e-4fdd-a80e-24b699d50421 {
  text-align: center;
}
#s-953f24bf-508e-4fdd-a80e-24b699d50421:hover {opacity: 0.5 !important;}



  #s-953f24bf-508e-4fdd-a80e-24b699d50421 img.shogun-image {
    
    width: px;
  }


#s-953f24bf-508e-4fdd-a80e-24b699d50421 .shogun-image-content {
  
    align-items: center;
  
}

#s-97bbf804-df85-4b50-bb18-8d69c35553c9 {
  text-align: center;
}
#s-97bbf804-df85-4b50-bb18-8d69c35553c9:hover {opacity: 0.5 !important;}



  #s-97bbf804-df85-4b50-bb18-8d69c35553c9 img.shogun-image {
    
    width: px;
  }


#s-97bbf804-df85-4b50-bb18-8d69c35553c9 .shogun-image-content {
  
    align-items: center;
  
}

#s-7f03842a-ae25-4f08-affc-c72be405fd2e {
  text-align: center;
}
#s-7f03842a-ae25-4f08-affc-c72be405fd2e:hover {opacity: 0.5 !important;}



  #s-7f03842a-ae25-4f08-affc-c72be405fd2e img.shogun-image {
    
    width: px;
  }


#s-7f03842a-ae25-4f08-affc-c72be405fd2e .shogun-image-content {
  
    align-items: center;
  
}

#s-3b1ec2eb-bed8-4b24-ab16-596cffee2030 {
  text-align: center;
}
#s-3b1ec2eb-bed8-4b24-ab16-596cffee2030:hover {opacity: 0.5 !important;}



  #s-3b1ec2eb-bed8-4b24-ab16-596cffee2030 img.shogun-image {
    
    width: px;
  }


#s-3b1ec2eb-bed8-4b24-ab16-596cffee2030 .shogun-image-content {
  
    align-items: center;
  
}

#s-6e75bf0a-ee06-40e2-9121-022017ed7b5d {
  text-align: center;
}
#s-6e75bf0a-ee06-40e2-9121-022017ed7b5d:hover {opacity: 0.5 !important;}



  #s-6e75bf0a-ee06-40e2-9121-022017ed7b5d img.shogun-image {
    
    width: px;
  }


#s-6e75bf0a-ee06-40e2-9121-022017ed7b5d .shogun-image-content {
  
    align-items: center;
  
}

#s-57156a40-9c31-46ba-a909-c6cb11b46c20 {
  text-align: center;
}




  #s-57156a40-9c31-46ba-a909-c6cb11b46c20 img.shogun-image {
    
    width: px;
  }


#s-57156a40-9c31-46ba-a909-c6cb11b46c20 .shogun-image-content {
  
    align-items: center;
  
}

#s-9eb770db-7ac4-44e7-9e95-28403b90e4f2 {
  text-align: center;
}




  #s-9eb770db-7ac4-44e7-9e95-28403b90e4f2 img.shogun-image {
    
    width: px;
  }


#s-9eb770db-7ac4-44e7-9e95-28403b90e4f2 .shogun-image-content {
  
    align-items: center;
  
}

#s-7ef2168a-0fff-40bb-9353-d3472fa47b7c {
  text-align: center;
}




  #s-7ef2168a-0fff-40bb-9353-d3472fa47b7c img.shogun-image {
    
    width: px;
  }


#s-7ef2168a-0fff-40bb-9353-d3472fa47b7c .shogun-image-content {
  
    align-items: center;
  
}

#s-7402c3fa-a21f-4ade-8057-042ad3231ed1 {
  text-align: center;
}




  #s-7402c3fa-a21f-4ade-8057-042ad3231ed1 img.shogun-image {
    
    width: px;
  }


#s-7402c3fa-a21f-4ade-8057-042ad3231ed1 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-fe8e365a-afd1-477d-b908-daa471ac448f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fe8e365a-afd1-477d-b908-daa471ac448f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fe8e365a-afd1-477d-b908-daa471ac448f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fe8e365a-afd1-477d-b908-daa471ac448f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fe8e365a-afd1-477d-b908-daa471ac448f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fe8e365a-afd1-477d-b908-daa471ac448f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fe8e365a-afd1-477d-b908-daa471ac448f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fe8e365a-afd1-477d-b908-daa471ac448f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fe8e365a-afd1-477d-b908-daa471ac448f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fe8e365a-afd1-477d-b908-daa471ac448f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fe8e365a-afd1-477d-b908-daa471ac448f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fe8e365a-afd1-477d-b908-daa471ac448f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fe8e365a-afd1-477d-b908-daa471ac448f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-fe8e365a-afd1-477d-b908-daa471ac448f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fe8e365a-afd1-477d-b908-daa471ac448f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fe8e365a-afd1-477d-b908-daa471ac448f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fe8e365a-afd1-477d-b908-daa471ac448f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fe8e365a-afd1-477d-b908-daa471ac448f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fe8e365a-afd1-477d-b908-daa471ac448f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fe8e365a-afd1-477d-b908-daa471ac448f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fe8e365a-afd1-477d-b908-daa471ac448f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fe8e365a-afd1-477d-b908-daa471ac448f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fe8e365a-afd1-477d-b908-daa471ac448f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fe8e365a-afd1-477d-b908-daa471ac448f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fe8e365a-afd1-477d-b908-daa471ac448f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-fe8e365a-afd1-477d-b908-daa471ac448f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fe8e365a-afd1-477d-b908-daa471ac448f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fe8e365a-afd1-477d-b908-daa471ac448f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fe8e365a-afd1-477d-b908-daa471ac448f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fe8e365a-afd1-477d-b908-daa471ac448f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fe8e365a-afd1-477d-b908-daa471ac448f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fe8e365a-afd1-477d-b908-daa471ac448f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fe8e365a-afd1-477d-b908-daa471ac448f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fe8e365a-afd1-477d-b908-daa471ac448f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fe8e365a-afd1-477d-b908-daa471ac448f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fe8e365a-afd1-477d-b908-daa471ac448f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fe8e365a-afd1-477d-b908-daa471ac448f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-5356d457-21b6-42f8-9293-4ce239ed681b {
  text-align: center;
}
@media (max-width: 767px){#s-5356d457-21b6-42f8-9293-4ce239ed681b {
  margin-left: 0%;
margin-right: 0%;
}
}



  #s-5356d457-21b6-42f8-9293-4ce239ed681b img.shogun-image {
    
    width: px;
  }


#s-5356d457-21b6-42f8-9293-4ce239ed681b .shogun-image-content {
  
    align-items: center;
  
}

#s-7279b384-5541-4d5f-add1-f16be442641d {
  min-height: 50px;
}








#s-7279b384-5541-4d5f-add1-f16be442641d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7279b384-5541-4d5f-add1-f16be442641d.shg-box.shg-c {
  justify-content: center;
}

#s-af6a767c-dfc0-4a63-9718-6db8fbf248f0 {
  min-height: 50px;
}








#s-af6a767c-dfc0-4a63-9718-6db8fbf248f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af6a767c-dfc0-4a63-9718-6db8fbf248f0.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-d7df0772-e9ce-4cc3-ba8f-0c37c27f38b2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d7df0772-e9ce-4cc3-ba8f-0c37c27f38b2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-d7df0772-e9ce-4cc3-ba8f-0c37c27f38b2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-d7df0772-e9ce-4cc3-ba8f-0c37c27f38b2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-d7df0772-e9ce-4cc3-ba8f-0c37c27f38b2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-d7df0772-e9ce-4cc3-ba8f-0c37c27f38b2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-d7df0772-e9ce-4cc3-ba8f-0c37c27f38b2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-d7df0772-e9ce-4cc3-ba8f-0c37c27f38b2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-d7df0772-e9ce-4cc3-ba8f-0c37c27f38b2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-d7df0772-e9ce-4cc3-ba8f-0c37c27f38b2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-d7df0772-e9ce-4cc3-ba8f-0c37c27f38b2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-d7df0772-e9ce-4cc3-ba8f-0c37c27f38b2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-d7df0772-e9ce-4cc3-ba8f-0c37c27f38b2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-d7df0772-e9ce-4cc3-ba8f-0c37c27f38b2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-d7df0772-e9ce-4cc3-ba8f-0c37c27f38b2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-d7df0772-e9ce-4cc3-ba8f-0c37c27f38b2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-d7df0772-e9ce-4cc3-ba8f-0c37c27f38b2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-d7df0772-e9ce-4cc3-ba8f-0c37c27f38b2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-d7df0772-e9ce-4cc3-ba8f-0c37c27f38b2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-d7df0772-e9ce-4cc3-ba8f-0c37c27f38b2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-d7df0772-e9ce-4cc3-ba8f-0c37c27f38b2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-d7df0772-e9ce-4cc3-ba8f-0c37c27f38b2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-d7df0772-e9ce-4cc3-ba8f-0c37c27f38b2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-d7df0772-e9ce-4cc3-ba8f-0c37c27f38b2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-d7df0772-e9ce-4cc3-ba8f-0c37c27f38b2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-d7df0772-e9ce-4cc3-ba8f-0c37c27f38b2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-d7df0772-e9ce-4cc3-ba8f-0c37c27f38b2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-d7df0772-e9ce-4cc3-ba8f-0c37c27f38b2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-d7df0772-e9ce-4cc3-ba8f-0c37c27f38b2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-d7df0772-e9ce-4cc3-ba8f-0c37c27f38b2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-d7df0772-e9ce-4cc3-ba8f-0c37c27f38b2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-d7df0772-e9ce-4cc3-ba8f-0c37c27f38b2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-d7df0772-e9ce-4cc3-ba8f-0c37c27f38b2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-d7df0772-e9ce-4cc3-ba8f-0c37c27f38b2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-d7df0772-e9ce-4cc3-ba8f-0c37c27f38b2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-d7df0772-e9ce-4cc3-ba8f-0c37c27f38b2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-d7df0772-e9ce-4cc3-ba8f-0c37c27f38b2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-579b2c22-e60c-4e91-bb1f-5864b2c044c6 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-579b2c22-e60c-4e91-bb1f-5864b2c044c6 .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-579b2c22-e60c-4e91-bb1f-5864b2c044c6 .shg-sld-nav-button.shg-sld-left,
#s-579b2c22-e60c-4e91-bb1f-5864b2c044c6 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-72aebb9e-4f77-43fa-9b8b-f8177a6e57c1 {
  text-align: center;
}
#s-72aebb9e-4f77-43fa-9b8b-f8177a6e57c1:hover {opacity: 0.5 !important;}



  #s-72aebb9e-4f77-43fa-9b8b-f8177a6e57c1 img.shogun-image {
    
    width: px;
  }


#s-72aebb9e-4f77-43fa-9b8b-f8177a6e57c1 .shogun-image-content {
  
    align-items: center;
  
}

#s-da5f6b9a-b8f5-4b65-abeb-67d52e4f8a14 {
  text-align: center;
}
#s-da5f6b9a-b8f5-4b65-abeb-67d52e4f8a14:hover {opacity: 0.5 !important;}



  #s-da5f6b9a-b8f5-4b65-abeb-67d52e4f8a14 img.shogun-image {
    
    width: px;
  }


#s-da5f6b9a-b8f5-4b65-abeb-67d52e4f8a14 .shogun-image-content {
  
    align-items: center;
  
}

#s-f06b0ac6-f14b-48df-933f-3615261fa793 {
  text-align: center;
}
#s-f06b0ac6-f14b-48df-933f-3615261fa793:hover {opacity: 0.5 !important;}



  #s-f06b0ac6-f14b-48df-933f-3615261fa793 img.shogun-image {
    
    width: px;
  }


#s-f06b0ac6-f14b-48df-933f-3615261fa793 .shogun-image-content {
  
    align-items: center;
  
}

#s-f80b48a8-487c-492d-9bd5-078bc0cfe2a8 {
  text-align: center;
}
#s-f80b48a8-487c-492d-9bd5-078bc0cfe2a8:hover {opacity: 0.5 !important;}



  #s-f80b48a8-487c-492d-9bd5-078bc0cfe2a8 img.shogun-image {
    
    width: px;
  }


#s-f80b48a8-487c-492d-9bd5-078bc0cfe2a8 .shogun-image-content {
  
    align-items: center;
  
}

#s-b4188ca8-123e-4590-b7fe-3c49a4d765a3 {
  text-align: center;
}
#s-b4188ca8-123e-4590-b7fe-3c49a4d765a3:hover {opacity: 0.5 !important;}



  #s-b4188ca8-123e-4590-b7fe-3c49a4d765a3 img.shogun-image {
    
    width: px;
  }


#s-b4188ca8-123e-4590-b7fe-3c49a4d765a3 .shogun-image-content {
  
    align-items: center;
  
}

#s-76fcb657-6fe9-407c-a7ef-ba700d20f59d {
  text-align: center;
}
#s-76fcb657-6fe9-407c-a7ef-ba700d20f59d:hover {opacity: 0.5 !important;}



  #s-76fcb657-6fe9-407c-a7ef-ba700d20f59d img.shogun-image {
    
    width: px;
  }


#s-76fcb657-6fe9-407c-a7ef-ba700d20f59d .shogun-image-content {
  
    align-items: center;
  
}

#s-8fa04d33-f3ec-4ac8-83bb-7cf06e844dae {
  text-align: center;
}




  #s-8fa04d33-f3ec-4ac8-83bb-7cf06e844dae img.shogun-image {
    
    width: px;
  }


#s-8fa04d33-f3ec-4ac8-83bb-7cf06e844dae .shogun-image-content {
  
    align-items: center;
  
}

#s-295ebfb1-8daf-47d9-80ae-4c54c2c24e33 {
  text-align: center;
}




  #s-295ebfb1-8daf-47d9-80ae-4c54c2c24e33 img.shogun-image {
    
    width: px;
  }


#s-295ebfb1-8daf-47d9-80ae-4c54c2c24e33 .shogun-image-content {
  
    align-items: center;
  
}

#s-718d2f81-6895-47f9-a81d-93d5ddc977cb {
  text-align: center;
}




  #s-718d2f81-6895-47f9-a81d-93d5ddc977cb img.shogun-image {
    
    width: px;
  }


#s-718d2f81-6895-47f9-a81d-93d5ddc977cb .shogun-image-content {
  
    align-items: center;
  
}

#s-f0dfda55-4b65-42df-9040-ae56fc89f76f {
  text-align: center;
}




  #s-f0dfda55-4b65-42df-9040-ae56fc89f76f img.shogun-image {
    
    width: px;
  }


#s-f0dfda55-4b65-42df-9040-ae56fc89f76f .shogun-image-content {
  
    align-items: center;
  
}

#s-5205149c-02be-4254-85d9-482abe195e82 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-5205149c-02be-4254-85d9-482abe195e82 .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-5205149c-02be-4254-85d9-482abe195e82 .shg-sld-nav-button.shg-sld-left,
#s-5205149c-02be-4254-85d9-482abe195e82 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-f1e293da-829f-4162-8a7f-a6fcf67fb8fd {
  text-align: center;
}
#s-f1e293da-829f-4162-8a7f-a6fcf67fb8fd:hover {opacity: 0.5 !important;}



  #s-f1e293da-829f-4162-8a7f-a6fcf67fb8fd img.shogun-image {
    
    width: px;
  }


#s-f1e293da-829f-4162-8a7f-a6fcf67fb8fd .shogun-image-content {
  
    align-items: center;
  
}

#s-5a2a5139-c463-4097-abde-7bf63ba6015e {
  text-align: center;
}
#s-5a2a5139-c463-4097-abde-7bf63ba6015e:hover {opacity: 0.5 !important;}



  #s-5a2a5139-c463-4097-abde-7bf63ba6015e img.shogun-image {
    
    width: px;
  }


#s-5a2a5139-c463-4097-abde-7bf63ba6015e .shogun-image-content {
  
    align-items: center;
  
}

#s-4f10dbb3-9857-4382-9b81-1149d2b50d50 {
  text-align: center;
}
#s-4f10dbb3-9857-4382-9b81-1149d2b50d50:hover {opacity: 0.5 !important;}



  #s-4f10dbb3-9857-4382-9b81-1149d2b50d50 img.shogun-image {
    
    width: px;
  }


#s-4f10dbb3-9857-4382-9b81-1149d2b50d50 .shogun-image-content {
  
    align-items: center;
  
}

#s-e912c369-8d51-4920-ab49-de1a9ca3bfb9 {
  text-align: center;
}
#s-e912c369-8d51-4920-ab49-de1a9ca3bfb9:hover {opacity: 0.5 !important;}



  #s-e912c369-8d51-4920-ab49-de1a9ca3bfb9 img.shogun-image {
    
    width: px;
  }


#s-e912c369-8d51-4920-ab49-de1a9ca3bfb9 .shogun-image-content {
  
    align-items: center;
  
}

#s-d9bcf881-c22e-40e1-9fa3-36d7dab8c0a1 {
  text-align: center;
}
#s-d9bcf881-c22e-40e1-9fa3-36d7dab8c0a1:hover {opacity: 0.5 !important;}



  #s-d9bcf881-c22e-40e1-9fa3-36d7dab8c0a1 img.shogun-image {
    
    width: px;
  }


#s-d9bcf881-c22e-40e1-9fa3-36d7dab8c0a1 .shogun-image-content {
  
    align-items: center;
  
}

#s-8b0baf0f-82db-44d1-942d-96c91a303692 {
  text-align: center;
}
#s-8b0baf0f-82db-44d1-942d-96c91a303692:hover {opacity: 0.5 !important;}



  #s-8b0baf0f-82db-44d1-942d-96c91a303692 img.shogun-image {
    
    width: px;
  }


#s-8b0baf0f-82db-44d1-942d-96c91a303692 .shogun-image-content {
  
    align-items: center;
  
}

#s-c6674f6d-2471-4b03-92d8-d84fb419cbd7 {
  text-align: center;
}




  #s-c6674f6d-2471-4b03-92d8-d84fb419cbd7 img.shogun-image {
    
    width: px;
  }


#s-c6674f6d-2471-4b03-92d8-d84fb419cbd7 .shogun-image-content {
  
    align-items: center;
  
}

#s-14a3023e-8d08-4015-92b7-675cfcbd8acc {
  text-align: center;
}




  #s-14a3023e-8d08-4015-92b7-675cfcbd8acc img.shogun-image {
    
    width: px;
  }


#s-14a3023e-8d08-4015-92b7-675cfcbd8acc .shogun-image-content {
  
    align-items: center;
  
}

#s-67a9d5c7-3ec7-4231-b311-0709d12b8340 {
  text-align: center;
}




  #s-67a9d5c7-3ec7-4231-b311-0709d12b8340 img.shogun-image {
    
    width: px;
  }


#s-67a9d5c7-3ec7-4231-b311-0709d12b8340 .shogun-image-content {
  
    align-items: center;
  
}

#s-d9b47813-dfe6-46b3-80f7-e709de8fae89 {
  text-align: center;
}




  #s-d9b47813-dfe6-46b3-80f7-e709de8fae89 img.shogun-image {
    
    width: px;
  }


#s-d9b47813-dfe6-46b3-80f7-e709de8fae89 .shogun-image-content {
  
    align-items: center;
  
}

#s-a3422463-2eb9-43ff-bc9c-cca28d1632ec hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-a89c363d-d859-495f-b171-e98a32ec4524 {
  min-height: 50px;
}








#s-a89c363d-d859-495f-b171-e98a32ec4524 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a89c363d-d859-495f-b171-e98a32ec4524.shg-box.shg-c {
  justify-content: center;
}

#s-911d093b-c18c-4d76-8fcc-992214acfa6c {
  padding-top: 50px;
padding-left: 100px;
padding-bottom: 50px;
padding-right: 100px;
}
@media (max-width: 767px){#s-911d093b-c18c-4d76-8fcc-992214acfa6c {
  padding-left: 40px;
padding-right: 40px;
}
}
#s-f386f877-899f-465e-aedc-7be65d1e7341 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

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

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

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

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

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

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

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

#s-5f959b30-ff8d-47cc-a9c5-613f531572ee {
  border-style: solid;
margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-5f959b30-ff8d-47cc-a9c5-613f531572ee:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-5f959b30-ff8d-47cc-a9c5-613f531572ee:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}


#s-5f959b30-ff8d-47cc-a9c5-613f531572ee.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

                /*!
* 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;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(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -30px, 0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -15px, 0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0) scaleY(0.95)}90%{transform:translate3d(0, -4px, 0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -30px, 0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -15px, 0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0) scaleY(0.95)}90%{transform:translate3d(0, -4px, 0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;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%{transform:scaleX(1)}50%{transform:scale3d(1.05, 1.05, 1.05)}to{transform:scaleX(1)}}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05, 1.05, 1.05)}to{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%{transform:scaleX(1)}30%{transform:scale3d(1.25, 0.75, 1)}40%{transform:scale3d(0.75, 1.25, 1)}50%{transform:scale3d(1.15, 0.85, 1)}65%{transform:scale3d(0.95, 1.05, 1)}75%{transform:scale3d(1.05, 0.95, 1)}to{transform:scaleX(1)}}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25, 0.75, 1)}40%{transform:scale3d(0.75, 1.25, 1)}50%{transform:scale3d(1.15, 0.85, 1)}65%{transform:scale3d(0.95, 1.05, 1)}75%{transform:scale3d(1.05, 0.95, 1)}to{transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px, 0, 0)}20%,40%,60%,80%{transform:translate3d(10px, 0, 0)}}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px, 0, 0)}20%,40%,60%,80%{transform:translate3d(10px, 0, 0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0, -10px, 0)}20%,40%,60%,80%{transform:translate3d(0, 10px, 0)}}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0, -10px, 0)}20%,40%,60%,80%{transform:translate3d(0, 10px, 0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{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%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(0.9, 0.9, 0.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1, 1.1, 1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1, 1.1, 1.1) rotate(-3deg)}to{transform:scaleX(1)}}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(0.9, 0.9, 0.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1, 1.1, 1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1, 1.1, 1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%, 0, 0) rotate(-5deg)}30%{transform:translate3d(20%, 0, 0) rotate(3deg)}45%{transform:translate3d(-15%, 0, 0) rotate(-3deg)}60%{transform:translate3d(10%, 0, 0) rotate(2deg)}75%{transform:translate3d(-5%, 0, 0) rotate(-1deg)}to{transform:translateZ(0)}}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%, 0, 0) rotate(-5deg)}30%{transform:translate3d(20%, 0, 0) rotate(3deg)}45%{transform:translate3d(-15%, 0, 0) rotate(-3deg)}60%{transform:translate3d(10%, 0, 0) rotate(2deg)}75%{transform:translate3d(-5%, 0, 0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;transform-origin:center}@-webkit-keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{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%{transform:translateY(-1200px) scale(0.7);opacity:.7}80%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInDown{0%{transform:translateY(-1200px) scale(0.7);opacity:.7}80%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{transform:translateX(-2000px) scale(0.7);opacity:.7}80%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(0.7);opacity:.7}80%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{transform:translateX(2000px) scale(0.7);opacity:.7}80%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInRight{0%{transform:translateX(2000px) scale(0.7);opacity:.7}80%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{transform:translateY(1200px) scale(0.7);opacity:.7}80%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInUp{0%{transform:translateY(1200px) scale(0.7);opacity:.7}80%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:translateY(700px) scale(0.7);opacity:.7}}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:translateY(700px) scale(0.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:translateX(-2000px) scale(0.7);opacity:.7}}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:translateX(-2000px) scale(0.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:translateX(2000px) scale(0.7);opacity:.7}}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:translateX(2000px) scale(0.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:translateY(-700px) scale(0.7);opacity:.7}}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:translateY(-700px) scale(0.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(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}20%{transform:scale3d(1.1, 1.1, 1.1)}40%{transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;transform:scale3d(1.03, 1.03, 1.03)}80%{transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}20%{transform:scale3d(1.1, 1.1, 1.1)}40%{transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;transform:scale3d(1.03, 1.03, 1.03)}80%{transform:scale3d(0.97, 0.97, 0.97)}to{opacity: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(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, -3000px, 0) scaleY(3)}60%{opacity:1;transform:translate3d(0, 25px, 0) scaleY(0.9)}75%{transform:translate3d(0, -10px, 0) scaleY(0.95)}90%{transform:translate3d(0, 5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, -3000px, 0) scaleY(3)}60%{opacity:1;transform:translate3d(0, 25px, 0) scaleY(0.9)}75%{transform:translate3d(0, -10px, 0) scaleY(0.95)}90%{transform:translate3d(0, 5px, 0) scaleY(0.985)}to{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(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(-3000px, 0, 0) scaleX(3)}60%{opacity:1;transform:translate3d(25px, 0, 0) scaleX(1)}75%{transform:translate3d(-10px, 0, 0) scaleX(0.98)}90%{transform:translate3d(5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(-3000px, 0, 0) scaleX(3)}60%{opacity:1;transform:translate3d(25px, 0, 0) scaleX(1)}75%{transform:translate3d(-10px, 0, 0) scaleX(0.98)}90%{transform:translate3d(5px, 0, 0) scaleX(0.995)}to{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(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(3000px, 0, 0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px, 0, 0) scaleX(1)}75%{transform:translate3d(10px, 0, 0) scaleX(0.98)}90%{transform:translate3d(-5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(3000px, 0, 0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px, 0, 0) scaleX(1)}75%{transform:translate3d(10px, 0, 0) scaleX(0.98)}90%{transform:translate3d(-5px, 0, 0) scaleX(0.995)}to{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(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, 3000px, 0) scaleY(5)}60%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}75%{transform:translate3d(0, 10px, 0) scaleY(0.95)}90%{transform:translate3d(0, -5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, 3000px, 0) scaleY(5)}60%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}75%{transform:translate3d(0, 10px, 0) scaleY(0.95)}90%{transform:translate3d(0, -5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;transform:scale3d(1.1, 1.1, 1.1)}to{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}}@keyframes bounceOut{20%{transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;transform:scale3d(1.1, 1.1, 1.1)}to{opacity:0;transform:scale3d(0.3, 0.3, 0.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%{transform:translate3d(0, 10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, 2000px, 0) scaleY(3)}}@keyframes bounceOutDown{20%{transform:translate3d(0, 10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, 2000px, 0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(-2000px, 0, 0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(-2000px, 0, 0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(2000px, 0, 0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(2000px, 0, 0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{transform:translate3d(0, -10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, 20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, -2000px, 0) scaleY(3)}}@keyframes bounceOutUp{20%{transform:translate3d(0, -10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, 20px, 0) scaleY(0.9)}to{opacity:0;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;transform:translate3d(0, -100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0, -100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0, -2000px, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0, -2000px, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;transform:translate3d(0, 100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0, 100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0, 2000px, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0, 2000px, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%, 100%, 0)}to{opacity:1;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;transform:translate3d(0, 100%, 0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0, 100%, 0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, 2000px, 0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, 2000px, 0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%, 0, 0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%, 0, 0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px, 0, 0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px, 0, 0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px, 0, 0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px, 0, 0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0, -100%, 0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0, -100%, 0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, -2000px, 0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, -2000px, 0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, -100%, 0)}}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, -100%, 0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, -100%, 0)}}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, -100%, 0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, 100%, 0)}}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, 100%, 0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, 100%, 0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, 100%, 0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{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%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{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%{transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{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%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{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%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{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%{transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{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%{transform:translate3d(-100%, 0, 0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%, 0, 0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{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{transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{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{transform:translate3d(-100%, 0, 0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{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%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{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%{transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{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;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;transform:scale(0.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;transform:scale(0.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;transform:translate3d(-100%, 0, 0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%, 0, 0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(-2000px, 0, 0)}}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(-2000px, 0, 0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(2000px, 0, 0)}}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(2000px, 0, 0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{transform:translate3d(0, -100%, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInDown{0%{transform:translate3d(0, -100%, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{transform:translate3d(-100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInLeft{0%{transform:translate3d(-100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{transform:translate3d(100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInRight{0%{transform:translate3d(100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{transform:translate3d(0, 100%, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInUp{0%{transform:translate3d(0, 100%, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, 100%, 0)}}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, 100%, 0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%, 0, 0)}}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%, 0, 0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%, 0, 0)}}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%, 0, 0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, -100%, 0)}}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;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;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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