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

.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-9695d52d-f70c-4731-9e37-f80269bb834c {
  text-align: center;
}




  #s-9695d52d-f70c-4731-9e37-f80269bb834c img.shogun-image {
    
    width: px;
  }


#s-9695d52d-f70c-4731-9e37-f80269bb834c .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

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

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

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

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

#s-6d6278fb-57a7-45df-8357-bf4efa796512 .shogun-tabs {
  justify-content: flex-start;
}


  #s-6d6278fb-57a7-45df-8357-bf4efa796512 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(244, 244, 244, 1);
    border: 1px solid #DDDDDD;
  }
  #s-6d6278fb-57a7-45df-8357-bf4efa796512 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 1);
    border: 1px solid #ddd;
  }
#s-6d6278fb-57a7-45df-8357-bf4efa796512 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(172, 173, 175, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-6d6278fb-57a7-45df-8357-bf4efa796512 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(203, 136, 104, 1);
}

#s-6d6278fb-57a7-45df-8357-bf4efa796512 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-6d6278fb-57a7-45df-8357-bf4efa796512 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

#s-61e5d191-f02f-4c82-b716-c7f01f12cb15 {
  padding-left: 10px;
padding-right: 10px;
}

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

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

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

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

#s-08a8a03e-151a-403b-b702-5c7968b9d000 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

.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-da308115-94d9-48e7-9902-725adc721514 {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-da308115-94d9-48e7-9902-725adc721514 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-da308115-94d9-48e7-9902-725adc721514 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-da308115-94d9-48e7-9902-725adc721514 {
  
}
}@media (max-width: 767px){#s-da308115-94d9-48e7-9902-725adc721514 {
  
}
}







#s-da308115-94d9-48e7-9902-725adc721514 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da308115-94d9-48e7-9902-725adc721514.shg-box.shg-c {
  justify-content: flex-start;
}

.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-e2d930eb-ca71-4b5c-9ddf-187ca20827dc {
  margin-top: 25px;
margin-left: 50px;
margin-bottom: 25px;
margin-right: 50px;
background-color: rgba(26, 26, 26, 0);
}
@media (min-width: 1200px){#s-e2d930eb-ca71-4b5c-9ddf-187ca20827dc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e2d930eb-ca71-4b5c-9ddf-187ca20827dc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e2d930eb-ca71-4b5c-9ddf-187ca20827dc {
  
}
}@media (max-width: 767px){#s-e2d930eb-ca71-4b5c-9ddf-187ca20827dc {
  
}
}
@media (min-width: 0px) {
[id="s-e2d930eb-ca71-4b5c-9ddf-187ca20827dc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 12.5px);
}

[id="s-e2d930eb-ca71-4b5c-9ddf-187ca20827dc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e2d930eb-ca71-4b5c-9ddf-187ca20827dc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 18.75px);
}

[id="s-e2d930eb-ca71-4b5c-9ddf-187ca20827dc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 18.75px);
}

[id="s-e2d930eb-ca71-4b5c-9ddf-187ca20827dc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.75px);
}

[id="s-e2d930eb-ca71-4b5c-9ddf-187ca20827dc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 18.75px);
}

[id="s-e2d930eb-ca71-4b5c-9ddf-187ca20827dc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 18.75px);
}

[id="s-e2d930eb-ca71-4b5c-9ddf-187ca20827dc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 18.75px);
}

[id="s-e2d930eb-ca71-4b5c-9ddf-187ca20827dc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 18.75px);
}

[id="s-e2d930eb-ca71-4b5c-9ddf-187ca20827dc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 18.75px);
}

[id="s-e2d930eb-ca71-4b5c-9ddf-187ca20827dc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 18.75px);
}

[id="s-e2d930eb-ca71-4b5c-9ddf-187ca20827dc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 18.75px);
}

[id="s-e2d930eb-ca71-4b5c-9ddf-187ca20827dc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 18.75px);
}

[id="s-e2d930eb-ca71-4b5c-9ddf-187ca20827dc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 18.75px);
}

}

@media (min-width: 992px) {
[id="s-e2d930eb-ca71-4b5c-9ddf-187ca20827dc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 18.75px);
}

[id="s-e2d930eb-ca71-4b5c-9ddf-187ca20827dc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 18.75px);
}

[id="s-e2d930eb-ca71-4b5c-9ddf-187ca20827dc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.75px);
}

[id="s-e2d930eb-ca71-4b5c-9ddf-187ca20827dc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 18.75px);
}

[id="s-e2d930eb-ca71-4b5c-9ddf-187ca20827dc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 18.75px);
}

[id="s-e2d930eb-ca71-4b5c-9ddf-187ca20827dc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 18.75px);
}

[id="s-e2d930eb-ca71-4b5c-9ddf-187ca20827dc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 18.75px);
}

[id="s-e2d930eb-ca71-4b5c-9ddf-187ca20827dc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 18.75px);
}

[id="s-e2d930eb-ca71-4b5c-9ddf-187ca20827dc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 18.75px);
}

[id="s-e2d930eb-ca71-4b5c-9ddf-187ca20827dc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 18.75px);
}

[id="s-e2d930eb-ca71-4b5c-9ddf-187ca20827dc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 18.75px);
}

[id="s-e2d930eb-ca71-4b5c-9ddf-187ca20827dc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 18.75px);
}

}

@media (min-width: 1200px) {
[id="s-e2d930eb-ca71-4b5c-9ddf-187ca20827dc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 18.75px);
}

[id="s-e2d930eb-ca71-4b5c-9ddf-187ca20827dc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 18.75px);
}

[id="s-e2d930eb-ca71-4b5c-9ddf-187ca20827dc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.75px);
}

[id="s-e2d930eb-ca71-4b5c-9ddf-187ca20827dc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 18.75px);
}

[id="s-e2d930eb-ca71-4b5c-9ddf-187ca20827dc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 18.75px);
}

[id="s-e2d930eb-ca71-4b5c-9ddf-187ca20827dc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 18.75px);
}

[id="s-e2d930eb-ca71-4b5c-9ddf-187ca20827dc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 18.75px);
}

[id="s-e2d930eb-ca71-4b5c-9ddf-187ca20827dc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 18.75px);
}

[id="s-e2d930eb-ca71-4b5c-9ddf-187ca20827dc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 18.75px);
}

[id="s-e2d930eb-ca71-4b5c-9ddf-187ca20827dc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 18.75px);
}

[id="s-e2d930eb-ca71-4b5c-9ddf-187ca20827dc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 18.75px);
}

[id="s-e2d930eb-ca71-4b5c-9ddf-187ca20827dc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 18.75px);
}

}

#s-776627aa-56ff-4d6b-bfd1-cdac7b02bcad {
  margin-top: 5px;
margin-bottom: 5px;
min-height: 50px;
}








#s-776627aa-56ff-4d6b-bfd1-cdac7b02bcad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-776627aa-56ff-4d6b-bfd1-cdac7b02bcad {
  cursor: pointer;
}#s-776627aa-56ff-4d6b-bfd1-cdac7b02bcad.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-fa5cf6f6-c3d0-4095-8c92-0c5f183c70b0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fa5cf6f6-c3d0-4095-8c92-0c5f183c70b0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-fa5cf6f6-c3d0-4095-8c92-0c5f183c70b0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-fa5cf6f6-c3d0-4095-8c92-0c5f183c70b0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-fa5cf6f6-c3d0-4095-8c92-0c5f183c70b0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-fa5cf6f6-c3d0-4095-8c92-0c5f183c70b0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-fa5cf6f6-c3d0-4095-8c92-0c5f183c70b0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-fa5cf6f6-c3d0-4095-8c92-0c5f183c70b0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-fa5cf6f6-c3d0-4095-8c92-0c5f183c70b0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-fa5cf6f6-c3d0-4095-8c92-0c5f183c70b0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-fa5cf6f6-c3d0-4095-8c92-0c5f183c70b0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-fa5cf6f6-c3d0-4095-8c92-0c5f183c70b0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-fa5cf6f6-c3d0-4095-8c92-0c5f183c70b0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-fa5cf6f6-c3d0-4095-8c92-0c5f183c70b0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-fa5cf6f6-c3d0-4095-8c92-0c5f183c70b0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-fa5cf6f6-c3d0-4095-8c92-0c5f183c70b0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-fa5cf6f6-c3d0-4095-8c92-0c5f183c70b0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-fa5cf6f6-c3d0-4095-8c92-0c5f183c70b0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-fa5cf6f6-c3d0-4095-8c92-0c5f183c70b0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-fa5cf6f6-c3d0-4095-8c92-0c5f183c70b0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-fa5cf6f6-c3d0-4095-8c92-0c5f183c70b0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-fa5cf6f6-c3d0-4095-8c92-0c5f183c70b0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-fa5cf6f6-c3d0-4095-8c92-0c5f183c70b0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-fa5cf6f6-c3d0-4095-8c92-0c5f183c70b0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-fa5cf6f6-c3d0-4095-8c92-0c5f183c70b0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-fa5cf6f6-c3d0-4095-8c92-0c5f183c70b0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-fa5cf6f6-c3d0-4095-8c92-0c5f183c70b0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-fa5cf6f6-c3d0-4095-8c92-0c5f183c70b0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-fa5cf6f6-c3d0-4095-8c92-0c5f183c70b0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-fa5cf6f6-c3d0-4095-8c92-0c5f183c70b0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-fa5cf6f6-c3d0-4095-8c92-0c5f183c70b0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-fa5cf6f6-c3d0-4095-8c92-0c5f183c70b0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-fa5cf6f6-c3d0-4095-8c92-0c5f183c70b0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-fa5cf6f6-c3d0-4095-8c92-0c5f183c70b0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-fa5cf6f6-c3d0-4095-8c92-0c5f183c70b0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-fa5cf6f6-c3d0-4095-8c92-0c5f183c70b0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-fa5cf6f6-c3d0-4095-8c92-0c5f183c70b0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-b692001d-5b83-462e-8899-9e85414effde {
  margin-left: 20px;
margin-right: 20px;
}

#s-b692001d-5b83-462e-8899-9e85414effde .shogun-icon-wrapper {
  text-align: left;
}


#s-b692001d-5b83-462e-8899-9e85414effde .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(14, 37, 58, 1);
}

#s-d38de878-2941-438c-a5ce-0f8a977bc341 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-573de73e-7336-4a2a-b9b5-0e9e36e9260b {
  margin-top: 5px;
margin-bottom: 5px;
min-height: 50px;
}








#s-573de73e-7336-4a2a-b9b5-0e9e36e9260b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-573de73e-7336-4a2a-b9b5-0e9e36e9260b {
  cursor: pointer;
}#s-573de73e-7336-4a2a-b9b5-0e9e36e9260b.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-0a1b3ee4-0f3c-481c-ad87-9bcb54107a25"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0a1b3ee4-0f3c-481c-ad87-9bcb54107a25"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-0a1b3ee4-0f3c-481c-ad87-9bcb54107a25"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-0a1b3ee4-0f3c-481c-ad87-9bcb54107a25"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-0a1b3ee4-0f3c-481c-ad87-9bcb54107a25"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-0a1b3ee4-0f3c-481c-ad87-9bcb54107a25"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-0a1b3ee4-0f3c-481c-ad87-9bcb54107a25"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-0a1b3ee4-0f3c-481c-ad87-9bcb54107a25"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-0a1b3ee4-0f3c-481c-ad87-9bcb54107a25"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-0a1b3ee4-0f3c-481c-ad87-9bcb54107a25"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-0a1b3ee4-0f3c-481c-ad87-9bcb54107a25"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-0a1b3ee4-0f3c-481c-ad87-9bcb54107a25"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-0a1b3ee4-0f3c-481c-ad87-9bcb54107a25"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-0a1b3ee4-0f3c-481c-ad87-9bcb54107a25"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-0a1b3ee4-0f3c-481c-ad87-9bcb54107a25"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-0a1b3ee4-0f3c-481c-ad87-9bcb54107a25"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-0a1b3ee4-0f3c-481c-ad87-9bcb54107a25"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-0a1b3ee4-0f3c-481c-ad87-9bcb54107a25"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-0a1b3ee4-0f3c-481c-ad87-9bcb54107a25"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-0a1b3ee4-0f3c-481c-ad87-9bcb54107a25"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-0a1b3ee4-0f3c-481c-ad87-9bcb54107a25"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-0a1b3ee4-0f3c-481c-ad87-9bcb54107a25"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-0a1b3ee4-0f3c-481c-ad87-9bcb54107a25"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-0a1b3ee4-0f3c-481c-ad87-9bcb54107a25"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-0a1b3ee4-0f3c-481c-ad87-9bcb54107a25"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-0a1b3ee4-0f3c-481c-ad87-9bcb54107a25"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-0a1b3ee4-0f3c-481c-ad87-9bcb54107a25"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-0a1b3ee4-0f3c-481c-ad87-9bcb54107a25"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-0a1b3ee4-0f3c-481c-ad87-9bcb54107a25"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-0a1b3ee4-0f3c-481c-ad87-9bcb54107a25"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-0a1b3ee4-0f3c-481c-ad87-9bcb54107a25"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-0a1b3ee4-0f3c-481c-ad87-9bcb54107a25"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-0a1b3ee4-0f3c-481c-ad87-9bcb54107a25"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-0a1b3ee4-0f3c-481c-ad87-9bcb54107a25"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-0a1b3ee4-0f3c-481c-ad87-9bcb54107a25"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-0a1b3ee4-0f3c-481c-ad87-9bcb54107a25"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-0a1b3ee4-0f3c-481c-ad87-9bcb54107a25"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-ad9daa97-19c6-4f55-a04c-1994ada6ffbe {
  margin-left: 20px;
margin-right: 20px;
}

#s-ad9daa97-19c6-4f55-a04c-1994ada6ffbe .shogun-icon-wrapper {
  text-align: left;
}


#s-ad9daa97-19c6-4f55-a04c-1994ada6ffbe .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(14, 37, 58, 1);
}

#s-452a4a70-1544-4c30-8130-9b44a14a9605 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-7c643ad8-e916-4d2a-8dbf-5c28d4c73fab {
  margin-top: 5px;
margin-bottom: 5px;
min-height: 50px;
}








#s-7c643ad8-e916-4d2a-8dbf-5c28d4c73fab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c643ad8-e916-4d2a-8dbf-5c28d4c73fab {
  cursor: pointer;
}#s-7c643ad8-e916-4d2a-8dbf-5c28d4c73fab.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-8145dd72-1543-4762-b58c-93a0326782f7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8145dd72-1543-4762-b58c-93a0326782f7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-8145dd72-1543-4762-b58c-93a0326782f7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-8145dd72-1543-4762-b58c-93a0326782f7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-8145dd72-1543-4762-b58c-93a0326782f7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-8145dd72-1543-4762-b58c-93a0326782f7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-8145dd72-1543-4762-b58c-93a0326782f7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-8145dd72-1543-4762-b58c-93a0326782f7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-8145dd72-1543-4762-b58c-93a0326782f7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-8145dd72-1543-4762-b58c-93a0326782f7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-8145dd72-1543-4762-b58c-93a0326782f7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-8145dd72-1543-4762-b58c-93a0326782f7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-8145dd72-1543-4762-b58c-93a0326782f7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-8145dd72-1543-4762-b58c-93a0326782f7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-8145dd72-1543-4762-b58c-93a0326782f7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-8145dd72-1543-4762-b58c-93a0326782f7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-8145dd72-1543-4762-b58c-93a0326782f7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-8145dd72-1543-4762-b58c-93a0326782f7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-8145dd72-1543-4762-b58c-93a0326782f7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-8145dd72-1543-4762-b58c-93a0326782f7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-8145dd72-1543-4762-b58c-93a0326782f7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-8145dd72-1543-4762-b58c-93a0326782f7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-8145dd72-1543-4762-b58c-93a0326782f7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-8145dd72-1543-4762-b58c-93a0326782f7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-8145dd72-1543-4762-b58c-93a0326782f7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-8145dd72-1543-4762-b58c-93a0326782f7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-8145dd72-1543-4762-b58c-93a0326782f7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-8145dd72-1543-4762-b58c-93a0326782f7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-8145dd72-1543-4762-b58c-93a0326782f7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-8145dd72-1543-4762-b58c-93a0326782f7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-8145dd72-1543-4762-b58c-93a0326782f7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-8145dd72-1543-4762-b58c-93a0326782f7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-8145dd72-1543-4762-b58c-93a0326782f7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-8145dd72-1543-4762-b58c-93a0326782f7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-8145dd72-1543-4762-b58c-93a0326782f7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-8145dd72-1543-4762-b58c-93a0326782f7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-8145dd72-1543-4762-b58c-93a0326782f7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-bab0dc28-5bc3-46fe-bfa5-b0d8bc2c8be1 {
  margin-left: 20px;
margin-right: 20px;
}

#s-bab0dc28-5bc3-46fe-bfa5-b0d8bc2c8be1 .shogun-icon-wrapper {
  text-align: left;
}


#s-bab0dc28-5bc3-46fe-bfa5-b0d8bc2c8be1 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(14, 37, 58, 1);
}

#s-124a43ce-c5b9-40a4-8c9e-e412621a4192 {
  margin-top: 10px;
margin-bottom: 10px;
margin-right: 0px;
}

#s-52e532db-9822-4fc3-a9f3-a231861fa80a {
  margin-top: 5px;
margin-bottom: 5px;
min-height: 50px;
}








#s-52e532db-9822-4fc3-a9f3-a231861fa80a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52e532db-9822-4fc3-a9f3-a231861fa80a {
  cursor: pointer;
}#s-52e532db-9822-4fc3-a9f3-a231861fa80a.shg-box.shg-c {
  justify-content: center;
}

#s-b819cbeb-12b4-48ba-ae34-77874f80adf5 {
  margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-b819cbeb-12b4-48ba-ae34-77874f80adf5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b819cbeb-12b4-48ba-ae34-77874f80adf5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-b819cbeb-12b4-48ba-ae34-77874f80adf5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-b819cbeb-12b4-48ba-ae34-77874f80adf5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-b819cbeb-12b4-48ba-ae34-77874f80adf5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-b819cbeb-12b4-48ba-ae34-77874f80adf5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-b819cbeb-12b4-48ba-ae34-77874f80adf5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-b819cbeb-12b4-48ba-ae34-77874f80adf5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-b819cbeb-12b4-48ba-ae34-77874f80adf5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-b819cbeb-12b4-48ba-ae34-77874f80adf5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-b819cbeb-12b4-48ba-ae34-77874f80adf5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-b819cbeb-12b4-48ba-ae34-77874f80adf5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-b819cbeb-12b4-48ba-ae34-77874f80adf5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-b819cbeb-12b4-48ba-ae34-77874f80adf5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-b819cbeb-12b4-48ba-ae34-77874f80adf5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-b819cbeb-12b4-48ba-ae34-77874f80adf5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-b819cbeb-12b4-48ba-ae34-77874f80adf5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-b819cbeb-12b4-48ba-ae34-77874f80adf5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-b819cbeb-12b4-48ba-ae34-77874f80adf5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-b819cbeb-12b4-48ba-ae34-77874f80adf5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-b819cbeb-12b4-48ba-ae34-77874f80adf5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-b819cbeb-12b4-48ba-ae34-77874f80adf5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-b819cbeb-12b4-48ba-ae34-77874f80adf5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-b819cbeb-12b4-48ba-ae34-77874f80adf5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-b819cbeb-12b4-48ba-ae34-77874f80adf5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-b819cbeb-12b4-48ba-ae34-77874f80adf5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-b819cbeb-12b4-48ba-ae34-77874f80adf5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-b819cbeb-12b4-48ba-ae34-77874f80adf5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-b819cbeb-12b4-48ba-ae34-77874f80adf5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-b819cbeb-12b4-48ba-ae34-77874f80adf5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-b819cbeb-12b4-48ba-ae34-77874f80adf5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-b819cbeb-12b4-48ba-ae34-77874f80adf5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-b819cbeb-12b4-48ba-ae34-77874f80adf5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-b819cbeb-12b4-48ba-ae34-77874f80adf5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-b819cbeb-12b4-48ba-ae34-77874f80adf5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-b819cbeb-12b4-48ba-ae34-77874f80adf5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-b819cbeb-12b4-48ba-ae34-77874f80adf5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-f21f057c-7233-409e-81a9-3320bb586836 {
  margin-left: 20px;
margin-right: 20px;
}

#s-f21f057c-7233-409e-81a9-3320bb586836 .shogun-icon-wrapper {
  text-align: left;
}


#s-f21f057c-7233-409e-81a9-3320bb586836 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(14, 37, 58, 1);
}

#s-feb124a1-cfd8-4471-a8f6-52f2d828e5bb {
  margin-top: 10px;
margin-bottom: 10px;
margin-right: 0px;
}

#s-5d943f82-1f88-449f-b439-014bce018bfe {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 500px;
background-position: right center;
}
@media (min-width: 1200px){#s-5d943f82-1f88-449f-b439-014bce018bfe {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5d943f82-1f88-449f-b439-014bce018bfe {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5d943f82-1f88-449f-b439-014bce018bfe {
  
}
}@media (max-width: 767px){#s-5d943f82-1f88-449f-b439-014bce018bfe {
  
}
}







#s-5d943f82-1f88-449f-b439-014bce018bfe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d943f82-1f88-449f-b439-014bce018bfe.shg-box.shg-c {
  justify-content: center;
}

#s-205ac6d9-db5c-4fa2-86b9-5d9fe9a28236 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
border-radius: 0px;
background-color: rgba(237, 237, 237, 1);
}

@media (min-width: 0px) {
[id="s-205ac6d9-db5c-4fa2-86b9-5d9fe9a28236"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-205ac6d9-db5c-4fa2-86b9-5d9fe9a28236"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-205ac6d9-db5c-4fa2-86b9-5d9fe9a28236"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-205ac6d9-db5c-4fa2-86b9-5d9fe9a28236"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-205ac6d9-db5c-4fa2-86b9-5d9fe9a28236"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-205ac6d9-db5c-4fa2-86b9-5d9fe9a28236"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-205ac6d9-db5c-4fa2-86b9-5d9fe9a28236"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-205ac6d9-db5c-4fa2-86b9-5d9fe9a28236"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-205ac6d9-db5c-4fa2-86b9-5d9fe9a28236"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-205ac6d9-db5c-4fa2-86b9-5d9fe9a28236"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-205ac6d9-db5c-4fa2-86b9-5d9fe9a28236"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-205ac6d9-db5c-4fa2-86b9-5d9fe9a28236"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-205ac6d9-db5c-4fa2-86b9-5d9fe9a28236"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-205ac6d9-db5c-4fa2-86b9-5d9fe9a28236"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-205ac6d9-db5c-4fa2-86b9-5d9fe9a28236"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-205ac6d9-db5c-4fa2-86b9-5d9fe9a28236"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-205ac6d9-db5c-4fa2-86b9-5d9fe9a28236"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-205ac6d9-db5c-4fa2-86b9-5d9fe9a28236"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-205ac6d9-db5c-4fa2-86b9-5d9fe9a28236"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-205ac6d9-db5c-4fa2-86b9-5d9fe9a28236"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-205ac6d9-db5c-4fa2-86b9-5d9fe9a28236"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-205ac6d9-db5c-4fa2-86b9-5d9fe9a28236"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-205ac6d9-db5c-4fa2-86b9-5d9fe9a28236"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-205ac6d9-db5c-4fa2-86b9-5d9fe9a28236"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-205ac6d9-db5c-4fa2-86b9-5d9fe9a28236"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-205ac6d9-db5c-4fa2-86b9-5d9fe9a28236"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-205ac6d9-db5c-4fa2-86b9-5d9fe9a28236"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-205ac6d9-db5c-4fa2-86b9-5d9fe9a28236"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-205ac6d9-db5c-4fa2-86b9-5d9fe9a28236"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-205ac6d9-db5c-4fa2-86b9-5d9fe9a28236"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-205ac6d9-db5c-4fa2-86b9-5d9fe9a28236"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-205ac6d9-db5c-4fa2-86b9-5d9fe9a28236"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-205ac6d9-db5c-4fa2-86b9-5d9fe9a28236"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-205ac6d9-db5c-4fa2-86b9-5d9fe9a28236"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-205ac6d9-db5c-4fa2-86b9-5d9fe9a28236"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-205ac6d9-db5c-4fa2-86b9-5d9fe9a28236"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-205ac6d9-db5c-4fa2-86b9-5d9fe9a28236"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-205ac6d9-db5c-4fa2-86b9-5d9fe9a28236"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-82faa35b-7365-4a6d-8ea9-2def6d29856e {
  margin-top: 5px;
margin-bottom: 5px;
min-height: 50px;
}








#s-82faa35b-7365-4a6d-8ea9-2def6d29856e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-82faa35b-7365-4a6d-8ea9-2def6d29856e.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-39d4c69d-ec20-4c24-a6cd-f77fc7c22291"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-39d4c69d-ec20-4c24-a6cd-f77fc7c22291"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-39d4c69d-ec20-4c24-a6cd-f77fc7c22291"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-39d4c69d-ec20-4c24-a6cd-f77fc7c22291"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-39d4c69d-ec20-4c24-a6cd-f77fc7c22291"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-39d4c69d-ec20-4c24-a6cd-f77fc7c22291"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-39d4c69d-ec20-4c24-a6cd-f77fc7c22291"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-39d4c69d-ec20-4c24-a6cd-f77fc7c22291"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-39d4c69d-ec20-4c24-a6cd-f77fc7c22291"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-39d4c69d-ec20-4c24-a6cd-f77fc7c22291"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-39d4c69d-ec20-4c24-a6cd-f77fc7c22291"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-39d4c69d-ec20-4c24-a6cd-f77fc7c22291"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-39d4c69d-ec20-4c24-a6cd-f77fc7c22291"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-39d4c69d-ec20-4c24-a6cd-f77fc7c22291"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-39d4c69d-ec20-4c24-a6cd-f77fc7c22291"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-39d4c69d-ec20-4c24-a6cd-f77fc7c22291"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-39d4c69d-ec20-4c24-a6cd-f77fc7c22291"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-39d4c69d-ec20-4c24-a6cd-f77fc7c22291"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-39d4c69d-ec20-4c24-a6cd-f77fc7c22291"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-39d4c69d-ec20-4c24-a6cd-f77fc7c22291"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-39d4c69d-ec20-4c24-a6cd-f77fc7c22291"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-39d4c69d-ec20-4c24-a6cd-f77fc7c22291"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-39d4c69d-ec20-4c24-a6cd-f77fc7c22291"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-39d4c69d-ec20-4c24-a6cd-f77fc7c22291"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-39d4c69d-ec20-4c24-a6cd-f77fc7c22291"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-39d4c69d-ec20-4c24-a6cd-f77fc7c22291"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-39d4c69d-ec20-4c24-a6cd-f77fc7c22291"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-39d4c69d-ec20-4c24-a6cd-f77fc7c22291"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-39d4c69d-ec20-4c24-a6cd-f77fc7c22291"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-39d4c69d-ec20-4c24-a6cd-f77fc7c22291"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-39d4c69d-ec20-4c24-a6cd-f77fc7c22291"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-39d4c69d-ec20-4c24-a6cd-f77fc7c22291"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-39d4c69d-ec20-4c24-a6cd-f77fc7c22291"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-39d4c69d-ec20-4c24-a6cd-f77fc7c22291"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-39d4c69d-ec20-4c24-a6cd-f77fc7c22291"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-39d4c69d-ec20-4c24-a6cd-f77fc7c22291"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-39d4c69d-ec20-4c24-a6cd-f77fc7c22291"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

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

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

.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.shg-sld-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyMDMgNTQ0cTAgMTMtMTAgMjNsLTM5MyAzOTMgMzkzIDM5M3ExMCAxMCAxMCAyM3QtMTAgMjNsLTUwIDUwcS0xMCAxMC0yMyAxMHQtMjMtMTBsLTQ2Ni00NjZxLTEwLTEwLTEwLTIzdDEwLTIzbDQ2Ni00NjZxMTAtMTAgMjMtMTB0MjMgMTBsNTAgNTBxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExNzEgOTYwcTAgMTMtMTAgMjNsLTQ2NiA0NjZxLTEwIDEwLTIzIDEwdC0yMy0xMGwtNTAtNTBxLTEwLTEwLTEwLTIzdDEwLTIzbDM5My0zOTMtMzkzLTM5M3EtMTAtMTAtMTAtMjN0MTAtMjNsNTAtNTBxMTAtMTAgMjMtMTB0MjMgMTBsNDY2IDQ2NnExMCAxMCAxMCAyM3oiLz48L3N2Zz4=);
}

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

.shg-sld-dot {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  background-color: #bbbbbb;
}

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

.shg-sld-dot.shg-sld-active {
  background-color: #717171;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-486db8ce-5109-4414-ac91-dfb09a810f58 {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-4559be47-d2d9-493f-8744-2074089aef25 {
  text-align: center;
}




  #s-4559be47-d2d9-493f-8744-2074089aef25 img.shogun-image {
    
    width: px;
  }


#s-4559be47-d2d9-493f-8744-2074089aef25 .shogun-image-content {
  
    align-items: center;
  
}

#s-d406d788-211b-4c71-9949-93f277604def {
  text-align: center;
}




  #s-d406d788-211b-4c71-9949-93f277604def img.shogun-image {
    
    width: px;
  }


#s-d406d788-211b-4c71-9949-93f277604def .shogun-image-content {
  
    align-items: center;
  
}

#s-b7013ec6-14ca-4cf6-a119-5e99e9465360 {
  text-align: center;
}




  #s-b7013ec6-14ca-4cf6-a119-5e99e9465360 img.shogun-image {
    
    width: px;
  }


#s-b7013ec6-14ca-4cf6-a119-5e99e9465360 .shogun-image-content {
  
    align-items: center;
  
}

#s-007f3acb-5a96-4974-9040-356c64944654 {
  text-align: center;
}




  #s-007f3acb-5a96-4974-9040-356c64944654 img.shogun-image {
    
    width: px;
  }


#s-007f3acb-5a96-4974-9040-356c64944654 .shogun-image-content {
  
    align-items: center;
  
}

#s-0e87a151-d011-4a03-a413-4e7252ce5a5c {
  text-align: center;
}




  #s-0e87a151-d011-4a03-a413-4e7252ce5a5c img.shogun-image {
    
    width: px;
  }


#s-0e87a151-d011-4a03-a413-4e7252ce5a5c .shogun-image-content {
  
    align-items: center;
  
}

#s-890664f8-d750-4a5d-be11-184429f2427c {
  text-align: center;
}




  #s-890664f8-d750-4a5d-be11-184429f2427c img.shogun-image {
    
    width: px;
  }


#s-890664f8-d750-4a5d-be11-184429f2427c .shogun-image-content {
  
    align-items: center;
  
}

#s-0676d14d-7b9c-4d7c-a81e-d8f622475711 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-0babba4d-b493-41d4-a60b-806e42710c43 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-333e4684-4f85-4b68-a683-0374aadf96a4 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-eb848c8b-2321-43df-a960-8a03aa36acb6 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-8545ba85-8954-479e-80c1-0a8f870dffea {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-80819e82-dd49-471f-a420-626fd106bd47 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-f7c76be5-efb3-4f50-8041-aef096e35200 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(23, 143, 238, 1);
border-radius: 0px;
min-height: 400px;
background-color: rgba(237, 237, 237, 1);
}
@media (min-width: 1200px){#s-f7c76be5-efb3-4f50-8041-aef096e35200 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f7c76be5-efb3-4f50-8041-aef096e35200 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f7c76be5-efb3-4f50-8041-aef096e35200 {
  
}
}@media (max-width: 767px){#s-f7c76be5-efb3-4f50-8041-aef096e35200 {
  
}
}







#s-f7c76be5-efb3-4f50-8041-aef096e35200 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-f7c76be5-efb3-4f50-8041-aef096e35200.shg-box.shg-c {
  justify-content: center;
}

#s-8528705a-b08c-4e69-ab44-a3fe10a569f9 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(23, 143, 238, 1);
border-radius: 0px;
min-height: 400px;
background-color: rgba(237, 237, 237, 1);
}
@media (min-width: 1200px){#s-8528705a-b08c-4e69-ab44-a3fe10a569f9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8528705a-b08c-4e69-ab44-a3fe10a569f9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8528705a-b08c-4e69-ab44-a3fe10a569f9 {
  
}
}@media (max-width: 767px){#s-8528705a-b08c-4e69-ab44-a3fe10a569f9 {
  
}
}







#s-8528705a-b08c-4e69-ab44-a3fe10a569f9 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-8528705a-b08c-4e69-ab44-a3fe10a569f9.shg-box.shg-c {
  justify-content: center;
}

#s-9545ec73-0b43-445a-80f2-e83846362068 {
  border-style: solid;
margin-top: 15px;
margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(219, 219, 219, 1);
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-e8eec648-4325-445e-be15-f26f8fcfdfdf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e8eec648-4325-445e-be15-f26f8fcfdfdf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e8eec648-4325-445e-be15-f26f8fcfdfdf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e8eec648-4325-445e-be15-f26f8fcfdfdf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e8eec648-4325-445e-be15-f26f8fcfdfdf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e8eec648-4325-445e-be15-f26f8fcfdfdf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e8eec648-4325-445e-be15-f26f8fcfdfdf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e8eec648-4325-445e-be15-f26f8fcfdfdf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e8eec648-4325-445e-be15-f26f8fcfdfdf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e8eec648-4325-445e-be15-f26f8fcfdfdf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e8eec648-4325-445e-be15-f26f8fcfdfdf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e8eec648-4325-445e-be15-f26f8fcfdfdf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e8eec648-4325-445e-be15-f26f8fcfdfdf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e8eec648-4325-445e-be15-f26f8fcfdfdf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e8eec648-4325-445e-be15-f26f8fcfdfdf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e8eec648-4325-445e-be15-f26f8fcfdfdf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e8eec648-4325-445e-be15-f26f8fcfdfdf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e8eec648-4325-445e-be15-f26f8fcfdfdf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e8eec648-4325-445e-be15-f26f8fcfdfdf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e8eec648-4325-445e-be15-f26f8fcfdfdf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e8eec648-4325-445e-be15-f26f8fcfdfdf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e8eec648-4325-445e-be15-f26f8fcfdfdf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e8eec648-4325-445e-be15-f26f8fcfdfdf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e8eec648-4325-445e-be15-f26f8fcfdfdf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e8eec648-4325-445e-be15-f26f8fcfdfdf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e8eec648-4325-445e-be15-f26f8fcfdfdf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e8eec648-4325-445e-be15-f26f8fcfdfdf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e8eec648-4325-445e-be15-f26f8fcfdfdf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e8eec648-4325-445e-be15-f26f8fcfdfdf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e8eec648-4325-445e-be15-f26f8fcfdfdf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e8eec648-4325-445e-be15-f26f8fcfdfdf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e8eec648-4325-445e-be15-f26f8fcfdfdf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e8eec648-4325-445e-be15-f26f8fcfdfdf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e8eec648-4325-445e-be15-f26f8fcfdfdf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e8eec648-4325-445e-be15-f26f8fcfdfdf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e8eec648-4325-445e-be15-f26f8fcfdfdf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e8eec648-4325-445e-be15-f26f8fcfdfdf"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-b6c940c3-7c21-422f-a245-f6e8e80332d8 {
  margin-bottom: 0px;
padding-left: 20px;
padding-right: 20px;
}

#s-79083f39-87c7-4101-95ee-9cb6be07aee8 {
  min-height: 50px;
}








#s-79083f39-87c7-4101-95ee-9cb6be07aee8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-79083f39-87c7-4101-95ee-9cb6be07aee8.shg-box.shg-c {
  justify-content: center;
}

#s-a128d8c2-8dcf-4eb3-b57e-3c68d1a53ced {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 400px;
background-position: left center;
}








#s-a128d8c2-8dcf-4eb3-b57e-3c68d1a53ced > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a128d8c2-8dcf-4eb3-b57e-3c68d1a53ced.shg-box.shg-c {
  justify-content: center;
}

#s-c42bb78a-c134-4762-a582-6ee790c1f27c {
  background-attachment: fixed;
min-height: 500px;
}








#s-c42bb78a-c134-4762-a582-6ee790c1f27c > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-c42bb78a-c134-4762-a582-6ee790c1f27c.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-a235e17d-ea1d-4fce-af6f-7646b28e60c5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a235e17d-ea1d-4fce-af6f-7646b28e60c5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a235e17d-ea1d-4fce-af6f-7646b28e60c5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a235e17d-ea1d-4fce-af6f-7646b28e60c5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a235e17d-ea1d-4fce-af6f-7646b28e60c5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a235e17d-ea1d-4fce-af6f-7646b28e60c5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a235e17d-ea1d-4fce-af6f-7646b28e60c5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a235e17d-ea1d-4fce-af6f-7646b28e60c5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a235e17d-ea1d-4fce-af6f-7646b28e60c5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a235e17d-ea1d-4fce-af6f-7646b28e60c5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a235e17d-ea1d-4fce-af6f-7646b28e60c5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a235e17d-ea1d-4fce-af6f-7646b28e60c5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a235e17d-ea1d-4fce-af6f-7646b28e60c5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a235e17d-ea1d-4fce-af6f-7646b28e60c5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a235e17d-ea1d-4fce-af6f-7646b28e60c5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a235e17d-ea1d-4fce-af6f-7646b28e60c5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a235e17d-ea1d-4fce-af6f-7646b28e60c5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a235e17d-ea1d-4fce-af6f-7646b28e60c5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a235e17d-ea1d-4fce-af6f-7646b28e60c5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a235e17d-ea1d-4fce-af6f-7646b28e60c5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a235e17d-ea1d-4fce-af6f-7646b28e60c5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a235e17d-ea1d-4fce-af6f-7646b28e60c5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a235e17d-ea1d-4fce-af6f-7646b28e60c5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a235e17d-ea1d-4fce-af6f-7646b28e60c5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a235e17d-ea1d-4fce-af6f-7646b28e60c5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a235e17d-ea1d-4fce-af6f-7646b28e60c5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a235e17d-ea1d-4fce-af6f-7646b28e60c5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a235e17d-ea1d-4fce-af6f-7646b28e60c5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a235e17d-ea1d-4fce-af6f-7646b28e60c5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a235e17d-ea1d-4fce-af6f-7646b28e60c5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a235e17d-ea1d-4fce-af6f-7646b28e60c5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a235e17d-ea1d-4fce-af6f-7646b28e60c5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a235e17d-ea1d-4fce-af6f-7646b28e60c5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a235e17d-ea1d-4fce-af6f-7646b28e60c5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a235e17d-ea1d-4fce-af6f-7646b28e60c5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a235e17d-ea1d-4fce-af6f-7646b28e60c5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a235e17d-ea1d-4fce-af6f-7646b28e60c5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-ef75b7ab-ccc3-4634-b68f-7fb35fd81f87 {
  min-height: 50px;
}








#s-ef75b7ab-ccc3-4634-b68f-7fb35fd81f87 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef75b7ab-ccc3-4634-b68f-7fb35fd81f87.shg-box.shg-c {
  justify-content: center;
}

#s-11910e5f-6303-4e2f-89f8-58df45a32fb9 {
  opacity: 1;
text-align: center;
}




  #s-11910e5f-6303-4e2f-89f8-58df45a32fb9 img.shogun-image {
    
    width: px;
  }


#s-11910e5f-6303-4e2f-89f8-58df45a32fb9 .shogun-image-content {
  
    align-items: 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-ceaf49dc-47b6-4026-bfa7-0fc5e4d4034f {
  padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
text-align: center;
}

#s-ceaf49dc-47b6-4026-bfa7-0fc5e4d4034f .shogun-heading-component h1 {
  color: rgba(251, 251, 251, 1);
  font-weight:  700 ;
  font-family: Raleway;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-547cffa2-1cd9-4a93-9080-2ad3528f2f15 {
  min-height: 50px;
}








#s-547cffa2-1cd9-4a93-9080-2ad3528f2f15 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-547cffa2-1cd9-4a93-9080-2ad3528f2f15.shg-box.shg-c {
  justify-content: center;
}

#s-636d49bb-c5ec-4c0d-8ef9-17a6d82d4c1e {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-636d49bb-c5ec-4c0d-8ef9-17a6d82d4c1e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-636d49bb-c5ec-4c0d-8ef9-17a6d82d4c1e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-636d49bb-c5ec-4c0d-8ef9-17a6d82d4c1e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-636d49bb-c5ec-4c0d-8ef9-17a6d82d4c1e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-636d49bb-c5ec-4c0d-8ef9-17a6d82d4c1e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-636d49bb-c5ec-4c0d-8ef9-17a6d82d4c1e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-636d49bb-c5ec-4c0d-8ef9-17a6d82d4c1e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-636d49bb-c5ec-4c0d-8ef9-17a6d82d4c1e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-636d49bb-c5ec-4c0d-8ef9-17a6d82d4c1e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-636d49bb-c5ec-4c0d-8ef9-17a6d82d4c1e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-636d49bb-c5ec-4c0d-8ef9-17a6d82d4c1e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-636d49bb-c5ec-4c0d-8ef9-17a6d82d4c1e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-636d49bb-c5ec-4c0d-8ef9-17a6d82d4c1e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-636d49bb-c5ec-4c0d-8ef9-17a6d82d4c1e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-636d49bb-c5ec-4c0d-8ef9-17a6d82d4c1e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-636d49bb-c5ec-4c0d-8ef9-17a6d82d4c1e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-636d49bb-c5ec-4c0d-8ef9-17a6d82d4c1e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-636d49bb-c5ec-4c0d-8ef9-17a6d82d4c1e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-636d49bb-c5ec-4c0d-8ef9-17a6d82d4c1e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-636d49bb-c5ec-4c0d-8ef9-17a6d82d4c1e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-636d49bb-c5ec-4c0d-8ef9-17a6d82d4c1e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-636d49bb-c5ec-4c0d-8ef9-17a6d82d4c1e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-636d49bb-c5ec-4c0d-8ef9-17a6d82d4c1e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-636d49bb-c5ec-4c0d-8ef9-17a6d82d4c1e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-636d49bb-c5ec-4c0d-8ef9-17a6d82d4c1e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-636d49bb-c5ec-4c0d-8ef9-17a6d82d4c1e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-636d49bb-c5ec-4c0d-8ef9-17a6d82d4c1e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-636d49bb-c5ec-4c0d-8ef9-17a6d82d4c1e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-636d49bb-c5ec-4c0d-8ef9-17a6d82d4c1e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-636d49bb-c5ec-4c0d-8ef9-17a6d82d4c1e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-636d49bb-c5ec-4c0d-8ef9-17a6d82d4c1e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-636d49bb-c5ec-4c0d-8ef9-17a6d82d4c1e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-636d49bb-c5ec-4c0d-8ef9-17a6d82d4c1e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-636d49bb-c5ec-4c0d-8ef9-17a6d82d4c1e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-636d49bb-c5ec-4c0d-8ef9-17a6d82d4c1e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-636d49bb-c5ec-4c0d-8ef9-17a6d82d4c1e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-636d49bb-c5ec-4c0d-8ef9-17a6d82d4c1e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-db37ee38-18a9-4a8a-b1e6-cb295a9d6bcd {
  padding-top: 25px;
padding-bottom: 10px;
text-align: center;
}

#s-db37ee38-18a9-4a8a-b1e6-cb295a9d6bcd .shogun-heading-component h3 {
  color: rgba(203, 137, 105, 1);
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a2d43e98-4965-4276-923d-328975015107 {
  text-align: center;
}




  #s-a2d43e98-4965-4276-923d-328975015107 img.shogun-image {
    
    width: px;
  }


#s-a2d43e98-4965-4276-923d-328975015107 .shogun-image-content {
  
    align-items:  flex-start;
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-6394602f-33ee-41b8-8dc7-4f858234398c {
  padding-bottom: 25px;
}

#s-6394602f-33ee-41b8-8dc7-4f858234398c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-6394602f-33ee-41b8-8dc7-4f858234398c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-6394602f-33ee-41b8-8dc7-4f858234398c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(6, 37, 57, 1);
}

#s-6394602f-33ee-41b8-8dc7-4f858234398c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-6394602f-33ee-41b8-8dc7-4f858234398c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(6, 37, 57, 1);
  text-align: center;
  font-family: Raleway;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-6394602f-33ee-41b8-8dc7-4f858234398c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-b3b1eaf3-a36a-418e-82b5-cf06d8a48215 {
  padding-left: 7px;
padding-right: 7px;
}

#s-4b7796a0-abf8-4416-ad1f-df31ddac0d17 {
  padding-top: 25px;
padding-bottom: 10px;
text-align: center;
}

#s-4b7796a0-abf8-4416-ad1f-df31ddac0d17 .shogun-heading-component h3 {
  color: rgba(203, 137, 105, 1);
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-573ebfd2-a7df-4539-a48b-c3d7de67ea9d {
  text-align: center;
}
@media (max-width: 767px){#s-573ebfd2-a7df-4539-a48b-c3d7de67ea9d {
  display: none;
}
#s-573ebfd2-a7df-4539-a48b-c3d7de67ea9d, #wrap-s-573ebfd2-a7df-4539-a48b-c3d7de67ea9d { display:none !important; }}



  #s-573ebfd2-a7df-4539-a48b-c3d7de67ea9d img.shogun-image {
    
    width: px;
  }


#s-573ebfd2-a7df-4539-a48b-c3d7de67ea9d .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-dec7662c-011e-42c7-95e5-0f6cd903603f {
  text-align: center;
}
@media (min-width: 1200px){#s-dec7662c-011e-42c7-95e5-0f6cd903603f {
  display: none;
}
#s-dec7662c-011e-42c7-95e5-0f6cd903603f, #wrap-s-dec7662c-011e-42c7-95e5-0f6cd903603f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dec7662c-011e-42c7-95e5-0f6cd903603f {
  display: none;
}
#s-dec7662c-011e-42c7-95e5-0f6cd903603f, #wrap-s-dec7662c-011e-42c7-95e5-0f6cd903603f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dec7662c-011e-42c7-95e5-0f6cd903603f {
  display: none;
}
#s-dec7662c-011e-42c7-95e5-0f6cd903603f, #wrap-s-dec7662c-011e-42c7-95e5-0f6cd903603f { display:none !important; }}



  #s-dec7662c-011e-42c7-95e5-0f6cd903603f img.shogun-image {
    
    width: px;
  }


#s-dec7662c-011e-42c7-95e5-0f6cd903603f .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-a324fed7-5e73-48f0-8148-78615c4d02b9 {
  padding-bottom: 25px;
}

#s-a324fed7-5e73-48f0-8148-78615c4d02b9 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-a324fed7-5e73-48f0-8148-78615c4d02b9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-a324fed7-5e73-48f0-8148-78615c4d02b9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(6, 37, 57, 1);
}

#s-a324fed7-5e73-48f0-8148-78615c4d02b9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-a324fed7-5e73-48f0-8148-78615c4d02b9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(6, 37, 57, 1);
  text-align: center;
  font-family: Raleway;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-a324fed7-5e73-48f0-8148-78615c4d02b9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-554b50a2-4605-47d3-8f90-dcbc2059e5db {
  padding-left: 7px;
padding-right: 7px;
}

#s-2c8ba8dd-8f07-4afc-97c9-fa3c8ba63eb2 {
  padding-top: 25px;
padding-bottom: 10px;
text-align: center;
}

#s-2c8ba8dd-8f07-4afc-97c9-fa3c8ba63eb2 .shogun-heading-component h3 {
  color: rgba(203, 137, 105, 1);
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-202b980d-98ea-449f-9fcf-f8b51db47880 {
  text-align: center;
}





#s-202b980d-98ea-449f-9fcf-f8b51db47880 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-8a7e41be-97e9-4297-bc32-d319abfb33bd {
  padding-bottom: 25px;
}

#s-8a7e41be-97e9-4297-bc32-d319abfb33bd > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-8a7e41be-97e9-4297-bc32-d319abfb33bd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-8a7e41be-97e9-4297-bc32-d319abfb33bd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(6, 37, 57, 1);
}

#s-8a7e41be-97e9-4297-bc32-d319abfb33bd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-8a7e41be-97e9-4297-bc32-d319abfb33bd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(6, 37, 57, 1);
  text-align: center;
  font-family: Raleway;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-8a7e41be-97e9-4297-bc32-d319abfb33bd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-059db823-8d71-494a-b2fe-908176a5aff0 {
  padding-left: 7px;
padding-right: 7px;
}

#s-da29c941-11b7-4ef5-a131-0aa2ce2ada84 {
  min-height: 50px;
}








#s-da29c941-11b7-4ef5-a131-0aa2ce2ada84 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da29c941-11b7-4ef5-a131-0aa2ce2ada84.shg-box.shg-c {
  justify-content: center;
}

#s-d9f086d7-2b3f-44bc-a5ab-d177e5e9a46f {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-d9f086d7-2b3f-44bc-a5ab-d177e5e9a46f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d9f086d7-2b3f-44bc-a5ab-d177e5e9a46f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d9f086d7-2b3f-44bc-a5ab-d177e5e9a46f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d9f086d7-2b3f-44bc-a5ab-d177e5e9a46f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d9f086d7-2b3f-44bc-a5ab-d177e5e9a46f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d9f086d7-2b3f-44bc-a5ab-d177e5e9a46f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d9f086d7-2b3f-44bc-a5ab-d177e5e9a46f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d9f086d7-2b3f-44bc-a5ab-d177e5e9a46f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d9f086d7-2b3f-44bc-a5ab-d177e5e9a46f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d9f086d7-2b3f-44bc-a5ab-d177e5e9a46f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d9f086d7-2b3f-44bc-a5ab-d177e5e9a46f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d9f086d7-2b3f-44bc-a5ab-d177e5e9a46f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d9f086d7-2b3f-44bc-a5ab-d177e5e9a46f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d9f086d7-2b3f-44bc-a5ab-d177e5e9a46f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d9f086d7-2b3f-44bc-a5ab-d177e5e9a46f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d9f086d7-2b3f-44bc-a5ab-d177e5e9a46f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d9f086d7-2b3f-44bc-a5ab-d177e5e9a46f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d9f086d7-2b3f-44bc-a5ab-d177e5e9a46f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d9f086d7-2b3f-44bc-a5ab-d177e5e9a46f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d9f086d7-2b3f-44bc-a5ab-d177e5e9a46f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d9f086d7-2b3f-44bc-a5ab-d177e5e9a46f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d9f086d7-2b3f-44bc-a5ab-d177e5e9a46f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d9f086d7-2b3f-44bc-a5ab-d177e5e9a46f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d9f086d7-2b3f-44bc-a5ab-d177e5e9a46f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d9f086d7-2b3f-44bc-a5ab-d177e5e9a46f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d9f086d7-2b3f-44bc-a5ab-d177e5e9a46f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d9f086d7-2b3f-44bc-a5ab-d177e5e9a46f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d9f086d7-2b3f-44bc-a5ab-d177e5e9a46f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d9f086d7-2b3f-44bc-a5ab-d177e5e9a46f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d9f086d7-2b3f-44bc-a5ab-d177e5e9a46f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d9f086d7-2b3f-44bc-a5ab-d177e5e9a46f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d9f086d7-2b3f-44bc-a5ab-d177e5e9a46f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d9f086d7-2b3f-44bc-a5ab-d177e5e9a46f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d9f086d7-2b3f-44bc-a5ab-d177e5e9a46f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d9f086d7-2b3f-44bc-a5ab-d177e5e9a46f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d9f086d7-2b3f-44bc-a5ab-d177e5e9a46f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d9f086d7-2b3f-44bc-a5ab-d177e5e9a46f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-9625d814-f10c-4bf9-942e-cbd17ef552c9 {
  padding-top: 25px;
padding-bottom: 10px;
text-align: center;
}

#s-9625d814-f10c-4bf9-942e-cbd17ef552c9 .shogun-heading-component h3 {
  color: rgba(203, 137, 105, 1);
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-63063ee2-6b0c-4fbc-a941-95c430f00d97 {
  margin-top: 25px;
margin-bottom: 25px;
text-align: center;
}




  #s-63063ee2-6b0c-4fbc-a941-95c430f00d97 img.shogun-image {
    
    width: px;
  }


#s-63063ee2-6b0c-4fbc-a941-95c430f00d97 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-4e79dcd4-f4fa-4f0d-b389-15d82d4012c7 {
  padding-bottom: 25px;
}

#s-4e79dcd4-f4fa-4f0d-b389-15d82d4012c7 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-4e79dcd4-f4fa-4f0d-b389-15d82d4012c7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-4e79dcd4-f4fa-4f0d-b389-15d82d4012c7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(6, 37, 57, 1);
}

#s-4e79dcd4-f4fa-4f0d-b389-15d82d4012c7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-4e79dcd4-f4fa-4f0d-b389-15d82d4012c7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(6, 37, 57, 1);
  text-align: center;
  font-family: Raleway;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-4e79dcd4-f4fa-4f0d-b389-15d82d4012c7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-ce10483c-c0b4-416b-954c-d7b093cad281 {
  padding-left: 7px;
padding-right: 7px;
}

#s-e49e97f3-0186-4fdb-a701-adf3a1b669a8 {
  padding-top: 25px;
padding-bottom: 10px;
text-align: center;
}

#s-e49e97f3-0186-4fdb-a701-adf3a1b669a8 .shogun-heading-component h3 {
  color: rgba(203, 137, 105, 1);
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ced35544-3b77-4ce5-b28f-036989d6684a {
  text-align: center;
}





#s-ced35544-3b77-4ce5-b28f-036989d6684a .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-86f7bc3d-93fe-4d3a-94e1-82f2ebfd68b1 {
  padding-bottom: 25px;
}

#s-86f7bc3d-93fe-4d3a-94e1-82f2ebfd68b1 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-86f7bc3d-93fe-4d3a-94e1-82f2ebfd68b1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-86f7bc3d-93fe-4d3a-94e1-82f2ebfd68b1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(6, 37, 57, 1);
}

#s-86f7bc3d-93fe-4d3a-94e1-82f2ebfd68b1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-86f7bc3d-93fe-4d3a-94e1-82f2ebfd68b1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(6, 37, 57, 1);
  text-align: center;
  font-family: Raleway;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-86f7bc3d-93fe-4d3a-94e1-82f2ebfd68b1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-55a80423-89ab-4967-ba62-75223ec29d57 {
  padding-left: 7px;
padding-right: 7px;
}

#s-c6a69e89-703c-4308-9e7e-11ef55ff1e46 {
  padding-top: 25px;
padding-bottom: 10px;
text-align: center;
}

#s-c6a69e89-703c-4308-9e7e-11ef55ff1e46 .shogun-heading-component h3 {
  color: rgba(203, 137, 105, 1);
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-63083f51-c725-4709-9a25-57a7a71f1656 {
  text-align: center;
}




  #s-63083f51-c725-4709-9a25-57a7a71f1656 img.shogun-image {
    
    width: px;
  }


#s-63083f51-c725-4709-9a25-57a7a71f1656 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-f05c196a-212a-4c32-b396-efb7ffb0a855 {
  padding-bottom: 25px;
}

#s-f05c196a-212a-4c32-b396-efb7ffb0a855 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-f05c196a-212a-4c32-b396-efb7ffb0a855 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-f05c196a-212a-4c32-b396-efb7ffb0a855 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(6, 37, 57, 1);
}

#s-f05c196a-212a-4c32-b396-efb7ffb0a855 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-f05c196a-212a-4c32-b396-efb7ffb0a855 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(6, 37, 57, 1);
  text-align: center;
  font-family: Raleway;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-f05c196a-212a-4c32-b396-efb7ffb0a855 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-c326ec02-920a-4d7e-af5b-6b2fc19ff428 {
  padding-left: 7px;
padding-right: 7px;
}

#s-62cb16c2-5586-436b-8e90-cef6d8f67868 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 400px;
background-position: center center;
}








#s-62cb16c2-5586-436b-8e90-cef6d8f67868 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-62cb16c2-5586-436b-8e90-cef6d8f67868.shg-box.shg-c {
  justify-content: center;
}

#s-9534f1e4-8f52-4b4d-919a-39ce6b630b31 {
  min-height: 50px;
}








#s-9534f1e4-8f52-4b4d-919a-39ce6b630b31 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9534f1e4-8f52-4b4d-919a-39ce6b630b31.shg-box.shg-c {
  justify-content: center;
}

#s-ea3ad03c-a9f9-468c-9fd3-f3753912f479 {
  min-height: 50px;
background-color: rgba(248, 249, 250, 1);
}








#s-ea3ad03c-a9f9-468c-9fd3-f3753912f479 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea3ad03c-a9f9-468c-9fd3-f3753912f479.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3cd766f1-9ea9-4149-abc0-2465937589ec {
  padding-top: 25px;
padding-bottom: 25px;
text-align: center;
}

#s-3cd766f1-9ea9-4149-abc0-2465937589ec .shogun-heading-component h2 {
  color: rgba(203, 137, 105, 1);
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 768px) and (max-width: 991px){#s-101ee750-c0c5-4e19-8820-e71631193c73 {
  display: none;
}
#s-101ee750-c0c5-4e19-8820-e71631193c73, #wrap-s-101ee750-c0c5-4e19-8820-e71631193c73 { display:none !important; }}@media (max-width: 767px){#s-101ee750-c0c5-4e19-8820-e71631193c73 {
  display: none;
}
#s-101ee750-c0c5-4e19-8820-e71631193c73, #wrap-s-101ee750-c0c5-4e19-8820-e71631193c73 { display:none !important; }}
@media (min-width: 0px) {
[id="s-101ee750-c0c5-4e19-8820-e71631193c73"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-101ee750-c0c5-4e19-8820-e71631193c73"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-101ee750-c0c5-4e19-8820-e71631193c73"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-101ee750-c0c5-4e19-8820-e71631193c73"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-101ee750-c0c5-4e19-8820-e71631193c73"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-101ee750-c0c5-4e19-8820-e71631193c73"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-101ee750-c0c5-4e19-8820-e71631193c73"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-101ee750-c0c5-4e19-8820-e71631193c73"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-101ee750-c0c5-4e19-8820-e71631193c73"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-101ee750-c0c5-4e19-8820-e71631193c73"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-101ee750-c0c5-4e19-8820-e71631193c73"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-101ee750-c0c5-4e19-8820-e71631193c73"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-101ee750-c0c5-4e19-8820-e71631193c73"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-101ee750-c0c5-4e19-8820-e71631193c73"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-101ee750-c0c5-4e19-8820-e71631193c73"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-101ee750-c0c5-4e19-8820-e71631193c73"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-101ee750-c0c5-4e19-8820-e71631193c73"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-101ee750-c0c5-4e19-8820-e71631193c73"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-101ee750-c0c5-4e19-8820-e71631193c73"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-101ee750-c0c5-4e19-8820-e71631193c73"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-101ee750-c0c5-4e19-8820-e71631193c73"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-101ee750-c0c5-4e19-8820-e71631193c73"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-101ee750-c0c5-4e19-8820-e71631193c73"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-101ee750-c0c5-4e19-8820-e71631193c73"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-101ee750-c0c5-4e19-8820-e71631193c73"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-101ee750-c0c5-4e19-8820-e71631193c73"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-101ee750-c0c5-4e19-8820-e71631193c73"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-101ee750-c0c5-4e19-8820-e71631193c73"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-101ee750-c0c5-4e19-8820-e71631193c73"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-101ee750-c0c5-4e19-8820-e71631193c73"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-101ee750-c0c5-4e19-8820-e71631193c73"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-101ee750-c0c5-4e19-8820-e71631193c73"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-101ee750-c0c5-4e19-8820-e71631193c73"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-101ee750-c0c5-4e19-8820-e71631193c73"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-101ee750-c0c5-4e19-8820-e71631193c73"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-101ee750-c0c5-4e19-8820-e71631193c73"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-101ee750-c0c5-4e19-8820-e71631193c73"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-5eb5a031-7c19-421a-a0ab-d188b2b51f54 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-5eb5a031-7c19-421a-a0ab-d188b2b51f54"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5eb5a031-7c19-421a-a0ab-d188b2b51f54"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5eb5a031-7c19-421a-a0ab-d188b2b51f54"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5eb5a031-7c19-421a-a0ab-d188b2b51f54"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5eb5a031-7c19-421a-a0ab-d188b2b51f54"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5eb5a031-7c19-421a-a0ab-d188b2b51f54"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5eb5a031-7c19-421a-a0ab-d188b2b51f54"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5eb5a031-7c19-421a-a0ab-d188b2b51f54"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5eb5a031-7c19-421a-a0ab-d188b2b51f54"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5eb5a031-7c19-421a-a0ab-d188b2b51f54"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5eb5a031-7c19-421a-a0ab-d188b2b51f54"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5eb5a031-7c19-421a-a0ab-d188b2b51f54"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5eb5a031-7c19-421a-a0ab-d188b2b51f54"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5eb5a031-7c19-421a-a0ab-d188b2b51f54"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5eb5a031-7c19-421a-a0ab-d188b2b51f54"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5eb5a031-7c19-421a-a0ab-d188b2b51f54"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5eb5a031-7c19-421a-a0ab-d188b2b51f54"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5eb5a031-7c19-421a-a0ab-d188b2b51f54"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5eb5a031-7c19-421a-a0ab-d188b2b51f54"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5eb5a031-7c19-421a-a0ab-d188b2b51f54"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5eb5a031-7c19-421a-a0ab-d188b2b51f54"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5eb5a031-7c19-421a-a0ab-d188b2b51f54"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5eb5a031-7c19-421a-a0ab-d188b2b51f54"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5eb5a031-7c19-421a-a0ab-d188b2b51f54"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5eb5a031-7c19-421a-a0ab-d188b2b51f54"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5eb5a031-7c19-421a-a0ab-d188b2b51f54"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5eb5a031-7c19-421a-a0ab-d188b2b51f54"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5eb5a031-7c19-421a-a0ab-d188b2b51f54"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5eb5a031-7c19-421a-a0ab-d188b2b51f54"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5eb5a031-7c19-421a-a0ab-d188b2b51f54"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5eb5a031-7c19-421a-a0ab-d188b2b51f54"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5eb5a031-7c19-421a-a0ab-d188b2b51f54"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5eb5a031-7c19-421a-a0ab-d188b2b51f54"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5eb5a031-7c19-421a-a0ab-d188b2b51f54"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5eb5a031-7c19-421a-a0ab-d188b2b51f54"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5eb5a031-7c19-421a-a0ab-d188b2b51f54"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5eb5a031-7c19-421a-a0ab-d188b2b51f54"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-bb6aa19f-3a49-40a2-96e6-651e51573643 {
  text-align: center;
}




  #s-bb6aa19f-3a49-40a2-96e6-651e51573643 img.shogun-image {
    
    width: px;
  }


#s-bb6aa19f-3a49-40a2-96e6-651e51573643 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-057eb5db-92bc-4257-abe7-f7cc67acb116 {
  text-align: center;
}




  #s-057eb5db-92bc-4257-abe7-f7cc67acb116 img.shogun-image {
    
    width: px;
  }


#s-057eb5db-92bc-4257-abe7-f7cc67acb116 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-79de99bc-4036-432c-8c3d-65cee31d8c11 {
  text-align: center;
}




  #s-79de99bc-4036-432c-8c3d-65cee31d8c11 img.shogun-image {
    
    width: px;
  }


#s-79de99bc-4036-432c-8c3d-65cee31d8c11 .shogun-image-content {
  
    align-items:  flex-start;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-2e7ee4fd-2304-4302-89c0-f5eb574719e9 {
  display: none;
}
#s-2e7ee4fd-2304-4302-89c0-f5eb574719e9, #wrap-s-2e7ee4fd-2304-4302-89c0-f5eb574719e9 { display:none !important; }}@media (max-width: 767px){#s-2e7ee4fd-2304-4302-89c0-f5eb574719e9 {
  display: none;
}
#s-2e7ee4fd-2304-4302-89c0-f5eb574719e9, #wrap-s-2e7ee4fd-2304-4302-89c0-f5eb574719e9 { display:none !important; }}
@media (min-width: 0px) {
[id="s-2e7ee4fd-2304-4302-89c0-f5eb574719e9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2e7ee4fd-2304-4302-89c0-f5eb574719e9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2e7ee4fd-2304-4302-89c0-f5eb574719e9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2e7ee4fd-2304-4302-89c0-f5eb574719e9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2e7ee4fd-2304-4302-89c0-f5eb574719e9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2e7ee4fd-2304-4302-89c0-f5eb574719e9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2e7ee4fd-2304-4302-89c0-f5eb574719e9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2e7ee4fd-2304-4302-89c0-f5eb574719e9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2e7ee4fd-2304-4302-89c0-f5eb574719e9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2e7ee4fd-2304-4302-89c0-f5eb574719e9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2e7ee4fd-2304-4302-89c0-f5eb574719e9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2e7ee4fd-2304-4302-89c0-f5eb574719e9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2e7ee4fd-2304-4302-89c0-f5eb574719e9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2e7ee4fd-2304-4302-89c0-f5eb574719e9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2e7ee4fd-2304-4302-89c0-f5eb574719e9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2e7ee4fd-2304-4302-89c0-f5eb574719e9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2e7ee4fd-2304-4302-89c0-f5eb574719e9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2e7ee4fd-2304-4302-89c0-f5eb574719e9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2e7ee4fd-2304-4302-89c0-f5eb574719e9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2e7ee4fd-2304-4302-89c0-f5eb574719e9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2e7ee4fd-2304-4302-89c0-f5eb574719e9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2e7ee4fd-2304-4302-89c0-f5eb574719e9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2e7ee4fd-2304-4302-89c0-f5eb574719e9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2e7ee4fd-2304-4302-89c0-f5eb574719e9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2e7ee4fd-2304-4302-89c0-f5eb574719e9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2e7ee4fd-2304-4302-89c0-f5eb574719e9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2e7ee4fd-2304-4302-89c0-f5eb574719e9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2e7ee4fd-2304-4302-89c0-f5eb574719e9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2e7ee4fd-2304-4302-89c0-f5eb574719e9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2e7ee4fd-2304-4302-89c0-f5eb574719e9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2e7ee4fd-2304-4302-89c0-f5eb574719e9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2e7ee4fd-2304-4302-89c0-f5eb574719e9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2e7ee4fd-2304-4302-89c0-f5eb574719e9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2e7ee4fd-2304-4302-89c0-f5eb574719e9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2e7ee4fd-2304-4302-89c0-f5eb574719e9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2e7ee4fd-2304-4302-89c0-f5eb574719e9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2e7ee4fd-2304-4302-89c0-f5eb574719e9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-4d207bab-34dc-4a2e-8497-9744d9a4df0e {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-4d207bab-34dc-4a2e-8497-9744d9a4df0e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4d207bab-34dc-4a2e-8497-9744d9a4df0e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4d207bab-34dc-4a2e-8497-9744d9a4df0e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4d207bab-34dc-4a2e-8497-9744d9a4df0e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4d207bab-34dc-4a2e-8497-9744d9a4df0e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4d207bab-34dc-4a2e-8497-9744d9a4df0e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4d207bab-34dc-4a2e-8497-9744d9a4df0e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4d207bab-34dc-4a2e-8497-9744d9a4df0e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4d207bab-34dc-4a2e-8497-9744d9a4df0e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4d207bab-34dc-4a2e-8497-9744d9a4df0e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4d207bab-34dc-4a2e-8497-9744d9a4df0e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4d207bab-34dc-4a2e-8497-9744d9a4df0e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4d207bab-34dc-4a2e-8497-9744d9a4df0e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4d207bab-34dc-4a2e-8497-9744d9a4df0e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4d207bab-34dc-4a2e-8497-9744d9a4df0e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4d207bab-34dc-4a2e-8497-9744d9a4df0e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4d207bab-34dc-4a2e-8497-9744d9a4df0e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4d207bab-34dc-4a2e-8497-9744d9a4df0e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4d207bab-34dc-4a2e-8497-9744d9a4df0e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4d207bab-34dc-4a2e-8497-9744d9a4df0e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4d207bab-34dc-4a2e-8497-9744d9a4df0e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4d207bab-34dc-4a2e-8497-9744d9a4df0e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4d207bab-34dc-4a2e-8497-9744d9a4df0e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4d207bab-34dc-4a2e-8497-9744d9a4df0e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4d207bab-34dc-4a2e-8497-9744d9a4df0e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4d207bab-34dc-4a2e-8497-9744d9a4df0e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4d207bab-34dc-4a2e-8497-9744d9a4df0e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4d207bab-34dc-4a2e-8497-9744d9a4df0e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4d207bab-34dc-4a2e-8497-9744d9a4df0e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4d207bab-34dc-4a2e-8497-9744d9a4df0e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4d207bab-34dc-4a2e-8497-9744d9a4df0e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4d207bab-34dc-4a2e-8497-9744d9a4df0e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4d207bab-34dc-4a2e-8497-9744d9a4df0e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4d207bab-34dc-4a2e-8497-9744d9a4df0e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4d207bab-34dc-4a2e-8497-9744d9a4df0e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4d207bab-34dc-4a2e-8497-9744d9a4df0e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4d207bab-34dc-4a2e-8497-9744d9a4df0e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-16436329-fecd-4550-b984-cf1c6ecde516 {
  text-align: center;
}




  #s-16436329-fecd-4550-b984-cf1c6ecde516 img.shogun-image {
    
    width: px;
  }


#s-16436329-fecd-4550-b984-cf1c6ecde516 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-531410c5-8d35-4df6-8801-5b4a89208407 {
  text-align: center;
}




  #s-531410c5-8d35-4df6-8801-5b4a89208407 img.shogun-image {
    
    width: px;
  }


#s-531410c5-8d35-4df6-8801-5b4a89208407 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-fcab2d78-93ee-4f3d-9691-5013e1c74c7c {
  text-align: center;
}




  #s-fcab2d78-93ee-4f3d-9691-5013e1c74c7c img.shogun-image {
    
    width: px;
  }


#s-fcab2d78-93ee-4f3d-9691-5013e1c74c7c .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-68e1cd49-3c93-46e4-b6ed-ef07de04c3ff {
  min-height: 50px;
}








#s-68e1cd49-3c93-46e4-b6ed-ef07de04c3ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-68e1cd49-3c93-46e4-b6ed-ef07de04c3ff.shg-box.shg-c {
  justify-content: center;
}

#s-0b36f603-6043-4d31-8a7f-67684be7d212 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-0b36f603-6043-4d31-8a7f-67684be7d212"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0b36f603-6043-4d31-8a7f-67684be7d212"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0b36f603-6043-4d31-8a7f-67684be7d212"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0b36f603-6043-4d31-8a7f-67684be7d212"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0b36f603-6043-4d31-8a7f-67684be7d212"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0b36f603-6043-4d31-8a7f-67684be7d212"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0b36f603-6043-4d31-8a7f-67684be7d212"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0b36f603-6043-4d31-8a7f-67684be7d212"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0b36f603-6043-4d31-8a7f-67684be7d212"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0b36f603-6043-4d31-8a7f-67684be7d212"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0b36f603-6043-4d31-8a7f-67684be7d212"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0b36f603-6043-4d31-8a7f-67684be7d212"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0b36f603-6043-4d31-8a7f-67684be7d212"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0b36f603-6043-4d31-8a7f-67684be7d212"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0b36f603-6043-4d31-8a7f-67684be7d212"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0b36f603-6043-4d31-8a7f-67684be7d212"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0b36f603-6043-4d31-8a7f-67684be7d212"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0b36f603-6043-4d31-8a7f-67684be7d212"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0b36f603-6043-4d31-8a7f-67684be7d212"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0b36f603-6043-4d31-8a7f-67684be7d212"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0b36f603-6043-4d31-8a7f-67684be7d212"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0b36f603-6043-4d31-8a7f-67684be7d212"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0b36f603-6043-4d31-8a7f-67684be7d212"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0b36f603-6043-4d31-8a7f-67684be7d212"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0b36f603-6043-4d31-8a7f-67684be7d212"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0b36f603-6043-4d31-8a7f-67684be7d212"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0b36f603-6043-4d31-8a7f-67684be7d212"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0b36f603-6043-4d31-8a7f-67684be7d212"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0b36f603-6043-4d31-8a7f-67684be7d212"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0b36f603-6043-4d31-8a7f-67684be7d212"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0b36f603-6043-4d31-8a7f-67684be7d212"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0b36f603-6043-4d31-8a7f-67684be7d212"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0b36f603-6043-4d31-8a7f-67684be7d212"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0b36f603-6043-4d31-8a7f-67684be7d212"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0b36f603-6043-4d31-8a7f-67684be7d212"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0b36f603-6043-4d31-8a7f-67684be7d212"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0b36f603-6043-4d31-8a7f-67684be7d212"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px){#s-5a814853-8a7a-4974-9fc1-4e14ea0f825f {
  display: none;
}
#s-5a814853-8a7a-4974-9fc1-4e14ea0f825f, #wrap-s-5a814853-8a7a-4974-9fc1-4e14ea0f825f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5a814853-8a7a-4974-9fc1-4e14ea0f825f {
  display: none;
}
#s-5a814853-8a7a-4974-9fc1-4e14ea0f825f, #wrap-s-5a814853-8a7a-4974-9fc1-4e14ea0f825f { display:none !important; }}
@media (min-width: 0px) {
[id="s-5a814853-8a7a-4974-9fc1-4e14ea0f825f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5a814853-8a7a-4974-9fc1-4e14ea0f825f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5a814853-8a7a-4974-9fc1-4e14ea0f825f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5a814853-8a7a-4974-9fc1-4e14ea0f825f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5a814853-8a7a-4974-9fc1-4e14ea0f825f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5a814853-8a7a-4974-9fc1-4e14ea0f825f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5a814853-8a7a-4974-9fc1-4e14ea0f825f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5a814853-8a7a-4974-9fc1-4e14ea0f825f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5a814853-8a7a-4974-9fc1-4e14ea0f825f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5a814853-8a7a-4974-9fc1-4e14ea0f825f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5a814853-8a7a-4974-9fc1-4e14ea0f825f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5a814853-8a7a-4974-9fc1-4e14ea0f825f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5a814853-8a7a-4974-9fc1-4e14ea0f825f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5a814853-8a7a-4974-9fc1-4e14ea0f825f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5a814853-8a7a-4974-9fc1-4e14ea0f825f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5a814853-8a7a-4974-9fc1-4e14ea0f825f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5a814853-8a7a-4974-9fc1-4e14ea0f825f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5a814853-8a7a-4974-9fc1-4e14ea0f825f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5a814853-8a7a-4974-9fc1-4e14ea0f825f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5a814853-8a7a-4974-9fc1-4e14ea0f825f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5a814853-8a7a-4974-9fc1-4e14ea0f825f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5a814853-8a7a-4974-9fc1-4e14ea0f825f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5a814853-8a7a-4974-9fc1-4e14ea0f825f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5a814853-8a7a-4974-9fc1-4e14ea0f825f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5a814853-8a7a-4974-9fc1-4e14ea0f825f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5a814853-8a7a-4974-9fc1-4e14ea0f825f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5a814853-8a7a-4974-9fc1-4e14ea0f825f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5a814853-8a7a-4974-9fc1-4e14ea0f825f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5a814853-8a7a-4974-9fc1-4e14ea0f825f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5a814853-8a7a-4974-9fc1-4e14ea0f825f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5a814853-8a7a-4974-9fc1-4e14ea0f825f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5a814853-8a7a-4974-9fc1-4e14ea0f825f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5a814853-8a7a-4974-9fc1-4e14ea0f825f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5a814853-8a7a-4974-9fc1-4e14ea0f825f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5a814853-8a7a-4974-9fc1-4e14ea0f825f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5a814853-8a7a-4974-9fc1-4e14ea0f825f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5a814853-8a7a-4974-9fc1-4e14ea0f825f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-9dc7a894-51f3-41af-8631-de15db7921d8 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-9dc7a894-51f3-41af-8631-de15db7921d8 {
  display: none;
}
#s-9dc7a894-51f3-41af-8631-de15db7921d8, #wrap-s-9dc7a894-51f3-41af-8631-de15db7921d8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9dc7a894-51f3-41af-8631-de15db7921d8 {
  display: none;
}
#s-9dc7a894-51f3-41af-8631-de15db7921d8, #wrap-s-9dc7a894-51f3-41af-8631-de15db7921d8 { display:none !important; }}
#s-4245e5a5-7b7c-45d1-9944-f7384e8dafd4 {
  text-align: center;
}




  #s-4245e5a5-7b7c-45d1-9944-f7384e8dafd4 img.shogun-image {
    
    width: px;
  }


#s-4245e5a5-7b7c-45d1-9944-f7384e8dafd4 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-19d91993-4bb9-45f2-ab5c-84fbc7d9f7fb {
  text-align: center;
}




  #s-19d91993-4bb9-45f2-ab5c-84fbc7d9f7fb img.shogun-image {
    
    width: px;
  }


#s-19d91993-4bb9-45f2-ab5c-84fbc7d9f7fb .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-fb3878cd-f095-4d59-a96a-6e8800285d5b {
  text-align: center;
}




  #s-fb3878cd-f095-4d59-a96a-6e8800285d5b img.shogun-image {
    
    width: px;
  }


#s-fb3878cd-f095-4d59-a96a-6e8800285d5b .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-46afc307-7a05-4af8-9d44-613cba00ee6e {
  text-align: center;
}




  #s-46afc307-7a05-4af8-9d44-613cba00ee6e img.shogun-image {
    
    width: px;
  }


#s-46afc307-7a05-4af8-9d44-613cba00ee6e .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-0e60455d-fc27-44d8-9259-7cd84a32a11f {
  text-align: center;
}




  #s-0e60455d-fc27-44d8-9259-7cd84a32a11f img.shogun-image {
    
    width: px;
  }


#s-0e60455d-fc27-44d8-9259-7cd84a32a11f .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-ec1f6874-2363-41b5-b239-f622e48780ba {
  text-align: center;
}




  #s-ec1f6874-2363-41b5-b239-f622e48780ba img.shogun-image {
    
    width: px;
  }


#s-ec1f6874-2363-41b5-b239-f622e48780ba .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-d9ecf08e-e928-4e7f-a974-cf7180f6afce {
  text-align: center;
}




  #s-d9ecf08e-e928-4e7f-a974-cf7180f6afce img.shogun-image {
    
    width: px;
  }


#s-d9ecf08e-e928-4e7f-a974-cf7180f6afce .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-87194016-dc57-4c15-bc46-ee7e8c4af52b {
  text-align: center;
}




  #s-87194016-dc57-4c15-bc46-ee7e8c4af52b img.shogun-image {
    
    width: px;
  }


#s-87194016-dc57-4c15-bc46-ee7e8c4af52b .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-f995224a-aec8-43d4-9096-b2a8f20173f0 {
  border-style: solid;
margin-top: 15px;
margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(229, 229, 229, 1);
text-align: center;
}

#s-f995224a-aec8-43d4-9096-b2a8f20173f0 .shogun-heading-component h2 {
  color: rgba(203, 137, 105, 1);
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-27f00ec3-f060-4a30-bbf0-9697adae3303 {
  margin-left: 10px;
margin-right: 10px;
}

#s-27f00ec3-f060-4a30-bbf0-9697adae3303 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-27f00ec3-f060-4a30-bbf0-9697adae3303 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(6, 37, 57, 1);
  padding: 5px;
}

#s-27f00ec3-f060-4a30-bbf0-9697adae3303 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-27f00ec3-f060-4a30-bbf0-9697adae3303 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-27f00ec3-f060-4a30-bbf0-9697adae3303 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Raleway;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-27f00ec3-f060-4a30-bbf0-9697adae3303 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
@media (min-width: 0px) {
[id="s-0f57de7e-55fb-4990-89dc-e015031d7ed4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0f57de7e-55fb-4990-89dc-e015031d7ed4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0f57de7e-55fb-4990-89dc-e015031d7ed4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0f57de7e-55fb-4990-89dc-e015031d7ed4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0f57de7e-55fb-4990-89dc-e015031d7ed4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0f57de7e-55fb-4990-89dc-e015031d7ed4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0f57de7e-55fb-4990-89dc-e015031d7ed4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0f57de7e-55fb-4990-89dc-e015031d7ed4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0f57de7e-55fb-4990-89dc-e015031d7ed4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0f57de7e-55fb-4990-89dc-e015031d7ed4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0f57de7e-55fb-4990-89dc-e015031d7ed4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0f57de7e-55fb-4990-89dc-e015031d7ed4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0f57de7e-55fb-4990-89dc-e015031d7ed4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0f57de7e-55fb-4990-89dc-e015031d7ed4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0f57de7e-55fb-4990-89dc-e015031d7ed4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0f57de7e-55fb-4990-89dc-e015031d7ed4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0f57de7e-55fb-4990-89dc-e015031d7ed4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0f57de7e-55fb-4990-89dc-e015031d7ed4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0f57de7e-55fb-4990-89dc-e015031d7ed4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0f57de7e-55fb-4990-89dc-e015031d7ed4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0f57de7e-55fb-4990-89dc-e015031d7ed4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0f57de7e-55fb-4990-89dc-e015031d7ed4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0f57de7e-55fb-4990-89dc-e015031d7ed4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0f57de7e-55fb-4990-89dc-e015031d7ed4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0f57de7e-55fb-4990-89dc-e015031d7ed4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0f57de7e-55fb-4990-89dc-e015031d7ed4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0f57de7e-55fb-4990-89dc-e015031d7ed4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0f57de7e-55fb-4990-89dc-e015031d7ed4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0f57de7e-55fb-4990-89dc-e015031d7ed4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0f57de7e-55fb-4990-89dc-e015031d7ed4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0f57de7e-55fb-4990-89dc-e015031d7ed4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0f57de7e-55fb-4990-89dc-e015031d7ed4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0f57de7e-55fb-4990-89dc-e015031d7ed4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0f57de7e-55fb-4990-89dc-e015031d7ed4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0f57de7e-55fb-4990-89dc-e015031d7ed4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0f57de7e-55fb-4990-89dc-e015031d7ed4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0f57de7e-55fb-4990-89dc-e015031d7ed4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-02007677-1029-4c1b-9242-dbae313711b9 {
  text-align: center;
}




  #s-02007677-1029-4c1b-9242-dbae313711b9 img.shogun-image {
    
    width: px;
  }


#s-02007677-1029-4c1b-9242-dbae313711b9 .shogun-image-content {
  
    align-items: center;
  
}

#s-f2d864ab-4deb-4730-bb0b-22966711e401 {
  margin-top: 10px;
margin-left: 15px;
margin-bottom: 10px;
margin-right: 15px;
}

#s-878abc60-6a17-45df-97b2-970946e0ad20 {
  text-align: center;
}




  #s-878abc60-6a17-45df-97b2-970946e0ad20 img.shogun-image {
    
    width: px;
  }


#s-878abc60-6a17-45df-97b2-970946e0ad20 .shogun-image-content {
  
    align-items: center;
  
}

#s-0605d6ca-0036-489c-9eca-66e585c17b95 {
  margin-top: 10px;
margin-left: 15px;
margin-bottom: 10px;
margin-right: 15px;
}

#s-5b2540b2-3db3-4448-94ee-7d6401d6bf35 {
  text-align: center;
}




  #s-5b2540b2-3db3-4448-94ee-7d6401d6bf35 img.shogun-image {
    
    width: px;
  }


#s-5b2540b2-3db3-4448-94ee-7d6401d6bf35 .shogun-image-content {
  
    align-items: center;
  
}

#s-99ae552e-e129-415a-aab8-bdc50a86bce3 {
  margin-top: 10px;
margin-left: 15px;
margin-bottom: 10px;
margin-right: 15px;
}

#s-9d1a3746-a670-4370-bac7-751712f11545 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-3ff74ce6-a73d-474b-8a66-186d409ea5eb {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

@media (min-width: 0px) {
[id="s-032e170f-6138-4f38-bdb2-bdb2dfeb2fc2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-032e170f-6138-4f38-bdb2-bdb2dfeb2fc2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-032e170f-6138-4f38-bdb2-bdb2dfeb2fc2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-032e170f-6138-4f38-bdb2-bdb2dfeb2fc2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-032e170f-6138-4f38-bdb2-bdb2dfeb2fc2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-032e170f-6138-4f38-bdb2-bdb2dfeb2fc2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-032e170f-6138-4f38-bdb2-bdb2dfeb2fc2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-032e170f-6138-4f38-bdb2-bdb2dfeb2fc2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-032e170f-6138-4f38-bdb2-bdb2dfeb2fc2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-032e170f-6138-4f38-bdb2-bdb2dfeb2fc2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-032e170f-6138-4f38-bdb2-bdb2dfeb2fc2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-032e170f-6138-4f38-bdb2-bdb2dfeb2fc2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-032e170f-6138-4f38-bdb2-bdb2dfeb2fc2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-032e170f-6138-4f38-bdb2-bdb2dfeb2fc2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-032e170f-6138-4f38-bdb2-bdb2dfeb2fc2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-032e170f-6138-4f38-bdb2-bdb2dfeb2fc2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-032e170f-6138-4f38-bdb2-bdb2dfeb2fc2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-032e170f-6138-4f38-bdb2-bdb2dfeb2fc2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-032e170f-6138-4f38-bdb2-bdb2dfeb2fc2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-032e170f-6138-4f38-bdb2-bdb2dfeb2fc2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-032e170f-6138-4f38-bdb2-bdb2dfeb2fc2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-032e170f-6138-4f38-bdb2-bdb2dfeb2fc2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-032e170f-6138-4f38-bdb2-bdb2dfeb2fc2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-032e170f-6138-4f38-bdb2-bdb2dfeb2fc2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-032e170f-6138-4f38-bdb2-bdb2dfeb2fc2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-032e170f-6138-4f38-bdb2-bdb2dfeb2fc2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-032e170f-6138-4f38-bdb2-bdb2dfeb2fc2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-032e170f-6138-4f38-bdb2-bdb2dfeb2fc2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-032e170f-6138-4f38-bdb2-bdb2dfeb2fc2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-032e170f-6138-4f38-bdb2-bdb2dfeb2fc2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-032e170f-6138-4f38-bdb2-bdb2dfeb2fc2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-032e170f-6138-4f38-bdb2-bdb2dfeb2fc2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-032e170f-6138-4f38-bdb2-bdb2dfeb2fc2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-032e170f-6138-4f38-bdb2-bdb2dfeb2fc2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-032e170f-6138-4f38-bdb2-bdb2dfeb2fc2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-032e170f-6138-4f38-bdb2-bdb2dfeb2fc2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-032e170f-6138-4f38-bdb2-bdb2dfeb2fc2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-7eeb3667-5390-4eb3-830b-3ae491abc87a {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

#s-984d1cab-99dc-4574-aaf4-ae05529e9880 {
  text-align: left;
}


.shg-c#s-984d1cab-99dc-4574-aaf4-ae05529e9880 {
  max-width: 100%;
}

.shg-c#s-984d1cab-99dc-4574-aaf4-ae05529e9880 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-984d1cab-99dc-4574-aaf4-ae05529e9880 .shg-image-zoom,
.shg-c#s-984d1cab-99dc-4574-aaf4-ae05529e9880 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-984d1cab-99dc-4574-aaf4-ae05529e9880 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-984d1cab-99dc-4574-aaf4-ae05529e9880 {
  max-width: 100%;
}

.shg-c#s-984d1cab-99dc-4574-aaf4-ae05529e9880 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-984d1cab-99dc-4574-aaf4-ae05529e9880 .shg-image-zoom,
.shg-c#s-984d1cab-99dc-4574-aaf4-ae05529e9880 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-984d1cab-99dc-4574-aaf4-ae05529e9880 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-984d1cab-99dc-4574-aaf4-ae05529e9880 {
  max-width: 100%;
}

.shg-c#s-984d1cab-99dc-4574-aaf4-ae05529e9880 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-984d1cab-99dc-4574-aaf4-ae05529e9880 .shg-image-zoom,
.shg-c#s-984d1cab-99dc-4574-aaf4-ae05529e9880 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-984d1cab-99dc-4574-aaf4-ae05529e9880 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-984d1cab-99dc-4574-aaf4-ae05529e9880 {
  max-width: 100%;
}

.shg-c#s-984d1cab-99dc-4574-aaf4-ae05529e9880 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-984d1cab-99dc-4574-aaf4-ae05529e9880 .shg-image-zoom,
.shg-c#s-984d1cab-99dc-4574-aaf4-ae05529e9880 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-984d1cab-99dc-4574-aaf4-ae05529e9880 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-984d1cab-99dc-4574-aaf4-ae05529e9880 {
  max-width: 100%;
}

.shg-c#s-984d1cab-99dc-4574-aaf4-ae05529e9880 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-984d1cab-99dc-4574-aaf4-ae05529e9880 .shg-image-zoom,
.shg-c#s-984d1cab-99dc-4574-aaf4-ae05529e9880 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-984d1cab-99dc-4574-aaf4-ae05529e9880 .shg-image-zoom {
  
    margin-left: 0px;
  
}

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

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

#s-cb50ff97-afa4-41d9-96d6-d51e83419dd9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cb50ff97-afa4-41d9-96d6-d51e83419dd9 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-2d4943ff-e9c3-4480-8421-f19cf36e7326 {
  text-align: center;
}

#s-2d4943ff-e9c3-4480-8421-f19cf36e7326 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-2d4943ff-e9c3-4480-8421-f19cf36e7326 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-2d4943ff-e9c3-4480-8421-f19cf36e7326 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-3b6f3ea9-8c6a-4353-ba6b-2e483246115c {
  display: none;
}
#s-b2fb2917-27f4-4e12-8cfc-26899fdc2306 {
  text-align: left;
}


.shg-c#s-b2fb2917-27f4-4e12-8cfc-26899fdc2306 {
  max-width: 100%;
}

.shg-c#s-b2fb2917-27f4-4e12-8cfc-26899fdc2306 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b2fb2917-27f4-4e12-8cfc-26899fdc2306 .shg-image-zoom,
.shg-c#s-b2fb2917-27f4-4e12-8cfc-26899fdc2306 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b2fb2917-27f4-4e12-8cfc-26899fdc2306 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b2fb2917-27f4-4e12-8cfc-26899fdc2306 {
  max-width: 100%;
}

.shg-c#s-b2fb2917-27f4-4e12-8cfc-26899fdc2306 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b2fb2917-27f4-4e12-8cfc-26899fdc2306 .shg-image-zoom,
.shg-c#s-b2fb2917-27f4-4e12-8cfc-26899fdc2306 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b2fb2917-27f4-4e12-8cfc-26899fdc2306 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b2fb2917-27f4-4e12-8cfc-26899fdc2306 {
  max-width: 100%;
}

.shg-c#s-b2fb2917-27f4-4e12-8cfc-26899fdc2306 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b2fb2917-27f4-4e12-8cfc-26899fdc2306 .shg-image-zoom,
.shg-c#s-b2fb2917-27f4-4e12-8cfc-26899fdc2306 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b2fb2917-27f4-4e12-8cfc-26899fdc2306 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b2fb2917-27f4-4e12-8cfc-26899fdc2306 {
  max-width: 100%;
}

.shg-c#s-b2fb2917-27f4-4e12-8cfc-26899fdc2306 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b2fb2917-27f4-4e12-8cfc-26899fdc2306 .shg-image-zoom,
.shg-c#s-b2fb2917-27f4-4e12-8cfc-26899fdc2306 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b2fb2917-27f4-4e12-8cfc-26899fdc2306 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b2fb2917-27f4-4e12-8cfc-26899fdc2306 {
  max-width: 100%;
}

.shg-c#s-b2fb2917-27f4-4e12-8cfc-26899fdc2306 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b2fb2917-27f4-4e12-8cfc-26899fdc2306 .shg-image-zoom,
.shg-c#s-b2fb2917-27f4-4e12-8cfc-26899fdc2306 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b2fb2917-27f4-4e12-8cfc-26899fdc2306 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-6b6c955c-96b8-48ef-89f2-bb71a916cfe4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6b6c955c-96b8-48ef-89f2-bb71a916cfe4 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-51ad1b97-ad40-4bf2-b9cc-df46457e7d53 {
  text-align: center;
}

#s-51ad1b97-ad40-4bf2-b9cc-df46457e7d53 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-51ad1b97-ad40-4bf2-b9cc-df46457e7d53 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-51ad1b97-ad40-4bf2-b9cc-df46457e7d53 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-e11045e9-ab42-43c6-ad55-6747ee8eeb23 {
  display: none;
}
#s-8a31635b-9fa7-4e46-bba4-620721cf18c4 {
  text-align: left;
}


.shg-c#s-8a31635b-9fa7-4e46-bba4-620721cf18c4 {
  max-width: 100%;
}

.shg-c#s-8a31635b-9fa7-4e46-bba4-620721cf18c4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a31635b-9fa7-4e46-bba4-620721cf18c4 .shg-image-zoom,
.shg-c#s-8a31635b-9fa7-4e46-bba4-620721cf18c4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8a31635b-9fa7-4e46-bba4-620721cf18c4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-8a31635b-9fa7-4e46-bba4-620721cf18c4 {
  max-width: 100%;
}

.shg-c#s-8a31635b-9fa7-4e46-bba4-620721cf18c4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a31635b-9fa7-4e46-bba4-620721cf18c4 .shg-image-zoom,
.shg-c#s-8a31635b-9fa7-4e46-bba4-620721cf18c4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8a31635b-9fa7-4e46-bba4-620721cf18c4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8a31635b-9fa7-4e46-bba4-620721cf18c4 {
  max-width: 100%;
}

.shg-c#s-8a31635b-9fa7-4e46-bba4-620721cf18c4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a31635b-9fa7-4e46-bba4-620721cf18c4 .shg-image-zoom,
.shg-c#s-8a31635b-9fa7-4e46-bba4-620721cf18c4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8a31635b-9fa7-4e46-bba4-620721cf18c4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8a31635b-9fa7-4e46-bba4-620721cf18c4 {
  max-width: 100%;
}

.shg-c#s-8a31635b-9fa7-4e46-bba4-620721cf18c4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a31635b-9fa7-4e46-bba4-620721cf18c4 .shg-image-zoom,
.shg-c#s-8a31635b-9fa7-4e46-bba4-620721cf18c4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8a31635b-9fa7-4e46-bba4-620721cf18c4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-8a31635b-9fa7-4e46-bba4-620721cf18c4 {
  max-width: 100%;
}

.shg-c#s-8a31635b-9fa7-4e46-bba4-620721cf18c4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a31635b-9fa7-4e46-bba4-620721cf18c4 .shg-image-zoom,
.shg-c#s-8a31635b-9fa7-4e46-bba4-620721cf18c4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8a31635b-9fa7-4e46-bba4-620721cf18c4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ff0e9824-5515-4db7-9a2f-2ddf1a0a825c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ff0e9824-5515-4db7-9a2f-2ddf1a0a825c .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-3fe08ecb-31f4-418a-b5b0-2bf3eab9207a {
  text-align: center;
}

#s-3fe08ecb-31f4-418a-b5b0-2bf3eab9207a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-3fe08ecb-31f4-418a-b5b0-2bf3eab9207a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-3fe08ecb-31f4-418a-b5b0-2bf3eab9207a .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 0px) {
[id="s-5c227675-22c7-49a8-905d-bdc5553ddfb8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5c227675-22c7-49a8-905d-bdc5553ddfb8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5c227675-22c7-49a8-905d-bdc5553ddfb8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5c227675-22c7-49a8-905d-bdc5553ddfb8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5c227675-22c7-49a8-905d-bdc5553ddfb8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5c227675-22c7-49a8-905d-bdc5553ddfb8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5c227675-22c7-49a8-905d-bdc5553ddfb8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5c227675-22c7-49a8-905d-bdc5553ddfb8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5c227675-22c7-49a8-905d-bdc5553ddfb8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5c227675-22c7-49a8-905d-bdc5553ddfb8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5c227675-22c7-49a8-905d-bdc5553ddfb8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5c227675-22c7-49a8-905d-bdc5553ddfb8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5c227675-22c7-49a8-905d-bdc5553ddfb8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5c227675-22c7-49a8-905d-bdc5553ddfb8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5c227675-22c7-49a8-905d-bdc5553ddfb8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5c227675-22c7-49a8-905d-bdc5553ddfb8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5c227675-22c7-49a8-905d-bdc5553ddfb8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5c227675-22c7-49a8-905d-bdc5553ddfb8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5c227675-22c7-49a8-905d-bdc5553ddfb8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5c227675-22c7-49a8-905d-bdc5553ddfb8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5c227675-22c7-49a8-905d-bdc5553ddfb8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5c227675-22c7-49a8-905d-bdc5553ddfb8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5c227675-22c7-49a8-905d-bdc5553ddfb8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5c227675-22c7-49a8-905d-bdc5553ddfb8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5c227675-22c7-49a8-905d-bdc5553ddfb8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5c227675-22c7-49a8-905d-bdc5553ddfb8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5c227675-22c7-49a8-905d-bdc5553ddfb8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5c227675-22c7-49a8-905d-bdc5553ddfb8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5c227675-22c7-49a8-905d-bdc5553ddfb8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5c227675-22c7-49a8-905d-bdc5553ddfb8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5c227675-22c7-49a8-905d-bdc5553ddfb8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5c227675-22c7-49a8-905d-bdc5553ddfb8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5c227675-22c7-49a8-905d-bdc5553ddfb8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5c227675-22c7-49a8-905d-bdc5553ddfb8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5c227675-22c7-49a8-905d-bdc5553ddfb8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5c227675-22c7-49a8-905d-bdc5553ddfb8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5c227675-22c7-49a8-905d-bdc5553ddfb8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-b3e7e7f7-f252-4981-82ec-4e404a2fb185 {
  padding-left: 15px;
padding-right: 15px;
}

#s-51a27e1a-8a80-4acc-a683-0aae6299fda6 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
text-align: center;
}




  #s-51a27e1a-8a80-4acc-a683-0aae6299fda6 img.shogun-image {
    
    width: px;
  }


#s-51a27e1a-8a80-4acc-a683-0aae6299fda6 .shogun-image-content {
  
    align-items: center;
  
}

#s-27f020ea-483c-40ff-bcbf-646a8f62a0f9 {
  padding-left: 15px;
padding-right: 15px;
}

#s-78046546-11ba-4d9f-9fcc-8b46795fb2b6 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
text-align: center;
}




  #s-78046546-11ba-4d9f-9fcc-8b46795fb2b6 img.shogun-image {
    
    width: px;
  }


#s-78046546-11ba-4d9f-9fcc-8b46795fb2b6 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-b0f009de-e02f-4a0f-9ed3-74dff97640af"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b0f009de-e02f-4a0f-9ed3-74dff97640af"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b0f009de-e02f-4a0f-9ed3-74dff97640af"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b0f009de-e02f-4a0f-9ed3-74dff97640af"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b0f009de-e02f-4a0f-9ed3-74dff97640af"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b0f009de-e02f-4a0f-9ed3-74dff97640af"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b0f009de-e02f-4a0f-9ed3-74dff97640af"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b0f009de-e02f-4a0f-9ed3-74dff97640af"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b0f009de-e02f-4a0f-9ed3-74dff97640af"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b0f009de-e02f-4a0f-9ed3-74dff97640af"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b0f009de-e02f-4a0f-9ed3-74dff97640af"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b0f009de-e02f-4a0f-9ed3-74dff97640af"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b0f009de-e02f-4a0f-9ed3-74dff97640af"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b0f009de-e02f-4a0f-9ed3-74dff97640af"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b0f009de-e02f-4a0f-9ed3-74dff97640af"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b0f009de-e02f-4a0f-9ed3-74dff97640af"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b0f009de-e02f-4a0f-9ed3-74dff97640af"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b0f009de-e02f-4a0f-9ed3-74dff97640af"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b0f009de-e02f-4a0f-9ed3-74dff97640af"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b0f009de-e02f-4a0f-9ed3-74dff97640af"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b0f009de-e02f-4a0f-9ed3-74dff97640af"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b0f009de-e02f-4a0f-9ed3-74dff97640af"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b0f009de-e02f-4a0f-9ed3-74dff97640af"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b0f009de-e02f-4a0f-9ed3-74dff97640af"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b0f009de-e02f-4a0f-9ed3-74dff97640af"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b0f009de-e02f-4a0f-9ed3-74dff97640af"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b0f009de-e02f-4a0f-9ed3-74dff97640af"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b0f009de-e02f-4a0f-9ed3-74dff97640af"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b0f009de-e02f-4a0f-9ed3-74dff97640af"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b0f009de-e02f-4a0f-9ed3-74dff97640af"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b0f009de-e02f-4a0f-9ed3-74dff97640af"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b0f009de-e02f-4a0f-9ed3-74dff97640af"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b0f009de-e02f-4a0f-9ed3-74dff97640af"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b0f009de-e02f-4a0f-9ed3-74dff97640af"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b0f009de-e02f-4a0f-9ed3-74dff97640af"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b0f009de-e02f-4a0f-9ed3-74dff97640af"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b0f009de-e02f-4a0f-9ed3-74dff97640af"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-81751d00-3d8b-4c15-8b26-ceab647acb5e {
  text-align: center;
}




  #s-81751d00-3d8b-4c15-8b26-ceab647acb5e img.shogun-image {
    
    width: px;
  }


#s-81751d00-3d8b-4c15-8b26-ceab647acb5e .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-ddd3194d-6470-40e3-8f5d-ebe0d2cd5232 {
  text-align: center;
}




  #s-ddd3194d-6470-40e3-8f5d-ebe0d2cd5232 img.shogun-image {
    
    width: px;
  }


#s-ddd3194d-6470-40e3-8f5d-ebe0d2cd5232 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-7da31949-94c1-4f6d-b269-f5035e44c6dd {
  text-align: center;
}




  #s-7da31949-94c1-4f6d-b269-f5035e44c6dd img.shogun-image {
    
    width: px;
  }


#s-7da31949-94c1-4f6d-b269-f5035e44c6dd .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-5381c5cb-6372-4031-94af-35bb15b48c0d {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

@media (min-width: 0px) {
[id="s-07d6ddf2-4e96-4cdb-aebb-0485856fd2bc"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-07d6ddf2-4e96-4cdb-aebb-0485856fd2bc"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-07d6ddf2-4e96-4cdb-aebb-0485856fd2bc"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-07d6ddf2-4e96-4cdb-aebb-0485856fd2bc"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-07d6ddf2-4e96-4cdb-aebb-0485856fd2bc"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-07d6ddf2-4e96-4cdb-aebb-0485856fd2bc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-07d6ddf2-4e96-4cdb-aebb-0485856fd2bc"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-07d6ddf2-4e96-4cdb-aebb-0485856fd2bc"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-07d6ddf2-4e96-4cdb-aebb-0485856fd2bc"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-07d6ddf2-4e96-4cdb-aebb-0485856fd2bc"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-07d6ddf2-4e96-4cdb-aebb-0485856fd2bc"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-07d6ddf2-4e96-4cdb-aebb-0485856fd2bc"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-07d6ddf2-4e96-4cdb-aebb-0485856fd2bc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-07d6ddf2-4e96-4cdb-aebb-0485856fd2bc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-07d6ddf2-4e96-4cdb-aebb-0485856fd2bc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-07d6ddf2-4e96-4cdb-aebb-0485856fd2bc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-07d6ddf2-4e96-4cdb-aebb-0485856fd2bc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-07d6ddf2-4e96-4cdb-aebb-0485856fd2bc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-07d6ddf2-4e96-4cdb-aebb-0485856fd2bc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-07d6ddf2-4e96-4cdb-aebb-0485856fd2bc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-07d6ddf2-4e96-4cdb-aebb-0485856fd2bc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-07d6ddf2-4e96-4cdb-aebb-0485856fd2bc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-07d6ddf2-4e96-4cdb-aebb-0485856fd2bc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-07d6ddf2-4e96-4cdb-aebb-0485856fd2bc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-07d6ddf2-4e96-4cdb-aebb-0485856fd2bc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-07d6ddf2-4e96-4cdb-aebb-0485856fd2bc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-07d6ddf2-4e96-4cdb-aebb-0485856fd2bc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-07d6ddf2-4e96-4cdb-aebb-0485856fd2bc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-07d6ddf2-4e96-4cdb-aebb-0485856fd2bc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-07d6ddf2-4e96-4cdb-aebb-0485856fd2bc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-07d6ddf2-4e96-4cdb-aebb-0485856fd2bc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-07d6ddf2-4e96-4cdb-aebb-0485856fd2bc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-07d6ddf2-4e96-4cdb-aebb-0485856fd2bc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-07d6ddf2-4e96-4cdb-aebb-0485856fd2bc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-07d6ddf2-4e96-4cdb-aebb-0485856fd2bc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-07d6ddf2-4e96-4cdb-aebb-0485856fd2bc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-07d6ddf2-4e96-4cdb-aebb-0485856fd2bc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-07d6ddf2-4e96-4cdb-aebb-0485856fd2bc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-07d6ddf2-4e96-4cdb-aebb-0485856fd2bc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-07d6ddf2-4e96-4cdb-aebb-0485856fd2bc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-07d6ddf2-4e96-4cdb-aebb-0485856fd2bc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-07d6ddf2-4e96-4cdb-aebb-0485856fd2bc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-07d6ddf2-4e96-4cdb-aebb-0485856fd2bc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-07d6ddf2-4e96-4cdb-aebb-0485856fd2bc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-07d6ddf2-4e96-4cdb-aebb-0485856fd2bc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-07d6ddf2-4e96-4cdb-aebb-0485856fd2bc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-07d6ddf2-4e96-4cdb-aebb-0485856fd2bc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-07d6ddf2-4e96-4cdb-aebb-0485856fd2bc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-ed4feddc-3863-4fa3-8175-5a39d388f92c {
  text-align: center;
}




  #s-ed4feddc-3863-4fa3-8175-5a39d388f92c img.shogun-image {
    
    width: px;
  }


#s-ed4feddc-3863-4fa3-8175-5a39d388f92c .shogun-image-content {
  
    align-items:  flex-start;
  
}

@media (min-width: 0px) {
[id="s-48b1b470-c5e9-4ed1-9453-0d58039d82ff"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-48b1b470-c5e9-4ed1-9453-0d58039d82ff"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-48b1b470-c5e9-4ed1-9453-0d58039d82ff"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-48b1b470-c5e9-4ed1-9453-0d58039d82ff"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-48b1b470-c5e9-4ed1-9453-0d58039d82ff"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-48b1b470-c5e9-4ed1-9453-0d58039d82ff"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-48b1b470-c5e9-4ed1-9453-0d58039d82ff"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-48b1b470-c5e9-4ed1-9453-0d58039d82ff"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-48b1b470-c5e9-4ed1-9453-0d58039d82ff"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-48b1b470-c5e9-4ed1-9453-0d58039d82ff"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-48b1b470-c5e9-4ed1-9453-0d58039d82ff"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-48b1b470-c5e9-4ed1-9453-0d58039d82ff"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-48b1b470-c5e9-4ed1-9453-0d58039d82ff"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-48b1b470-c5e9-4ed1-9453-0d58039d82ff"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-48b1b470-c5e9-4ed1-9453-0d58039d82ff"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-48b1b470-c5e9-4ed1-9453-0d58039d82ff"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-48b1b470-c5e9-4ed1-9453-0d58039d82ff"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-48b1b470-c5e9-4ed1-9453-0d58039d82ff"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-48b1b470-c5e9-4ed1-9453-0d58039d82ff"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-48b1b470-c5e9-4ed1-9453-0d58039d82ff"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-48b1b470-c5e9-4ed1-9453-0d58039d82ff"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-48b1b470-c5e9-4ed1-9453-0d58039d82ff"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-48b1b470-c5e9-4ed1-9453-0d58039d82ff"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-48b1b470-c5e9-4ed1-9453-0d58039d82ff"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-48b1b470-c5e9-4ed1-9453-0d58039d82ff"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-48b1b470-c5e9-4ed1-9453-0d58039d82ff"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-48b1b470-c5e9-4ed1-9453-0d58039d82ff"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-48b1b470-c5e9-4ed1-9453-0d58039d82ff"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-48b1b470-c5e9-4ed1-9453-0d58039d82ff"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-48b1b470-c5e9-4ed1-9453-0d58039d82ff"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-48b1b470-c5e9-4ed1-9453-0d58039d82ff"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-48b1b470-c5e9-4ed1-9453-0d58039d82ff"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-48b1b470-c5e9-4ed1-9453-0d58039d82ff"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-48b1b470-c5e9-4ed1-9453-0d58039d82ff"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-48b1b470-c5e9-4ed1-9453-0d58039d82ff"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-48b1b470-c5e9-4ed1-9453-0d58039d82ff"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-48b1b470-c5e9-4ed1-9453-0d58039d82ff"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-23e788b5-895d-4b1b-8055-43a266b54926 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

@media (min-width: 0px) {
[id="s-23e788b5-895d-4b1b-8055-43a266b54926"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-23e788b5-895d-4b1b-8055-43a266b54926"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-23e788b5-895d-4b1b-8055-43a266b54926"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-23e788b5-895d-4b1b-8055-43a266b54926"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-23e788b5-895d-4b1b-8055-43a266b54926"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-23e788b5-895d-4b1b-8055-43a266b54926"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-23e788b5-895d-4b1b-8055-43a266b54926"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-23e788b5-895d-4b1b-8055-43a266b54926"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-23e788b5-895d-4b1b-8055-43a266b54926"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-23e788b5-895d-4b1b-8055-43a266b54926"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-23e788b5-895d-4b1b-8055-43a266b54926"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-23e788b5-895d-4b1b-8055-43a266b54926"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-23e788b5-895d-4b1b-8055-43a266b54926"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-23e788b5-895d-4b1b-8055-43a266b54926"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-23e788b5-895d-4b1b-8055-43a266b54926"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-23e788b5-895d-4b1b-8055-43a266b54926"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-23e788b5-895d-4b1b-8055-43a266b54926"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-23e788b5-895d-4b1b-8055-43a266b54926"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-23e788b5-895d-4b1b-8055-43a266b54926"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-23e788b5-895d-4b1b-8055-43a266b54926"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-23e788b5-895d-4b1b-8055-43a266b54926"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-23e788b5-895d-4b1b-8055-43a266b54926"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-23e788b5-895d-4b1b-8055-43a266b54926"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-23e788b5-895d-4b1b-8055-43a266b54926"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-23e788b5-895d-4b1b-8055-43a266b54926"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-23e788b5-895d-4b1b-8055-43a266b54926"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-23e788b5-895d-4b1b-8055-43a266b54926"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-23e788b5-895d-4b1b-8055-43a266b54926"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-23e788b5-895d-4b1b-8055-43a266b54926"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-23e788b5-895d-4b1b-8055-43a266b54926"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-23e788b5-895d-4b1b-8055-43a266b54926"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-23e788b5-895d-4b1b-8055-43a266b54926"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-23e788b5-895d-4b1b-8055-43a266b54926"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-23e788b5-895d-4b1b-8055-43a266b54926"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-23e788b5-895d-4b1b-8055-43a266b54926"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-23e788b5-895d-4b1b-8055-43a266b54926"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-23e788b5-895d-4b1b-8055-43a266b54926"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-90365863-6bf7-422c-a5d6-a2b3492b8802 {
  text-align: center;
}




  #s-90365863-6bf7-422c-a5d6-a2b3492b8802 img.shogun-image {
    
    width: px;
  }


#s-90365863-6bf7-422c-a5d6-a2b3492b8802 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-c539ee36-15b8-433d-9d86-d1bae51e1b6f {
  padding-left: 5px;
padding-right: 5px;
}

@media (min-width: 0px) {
[id="s-b1739073-6298-4544-9c92-ce46ffbabbf9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b1739073-6298-4544-9c92-ce46ffbabbf9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b1739073-6298-4544-9c92-ce46ffbabbf9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b1739073-6298-4544-9c92-ce46ffbabbf9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b1739073-6298-4544-9c92-ce46ffbabbf9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b1739073-6298-4544-9c92-ce46ffbabbf9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b1739073-6298-4544-9c92-ce46ffbabbf9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b1739073-6298-4544-9c92-ce46ffbabbf9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b1739073-6298-4544-9c92-ce46ffbabbf9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b1739073-6298-4544-9c92-ce46ffbabbf9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b1739073-6298-4544-9c92-ce46ffbabbf9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b1739073-6298-4544-9c92-ce46ffbabbf9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b1739073-6298-4544-9c92-ce46ffbabbf9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b1739073-6298-4544-9c92-ce46ffbabbf9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b1739073-6298-4544-9c92-ce46ffbabbf9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b1739073-6298-4544-9c92-ce46ffbabbf9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b1739073-6298-4544-9c92-ce46ffbabbf9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b1739073-6298-4544-9c92-ce46ffbabbf9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b1739073-6298-4544-9c92-ce46ffbabbf9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b1739073-6298-4544-9c92-ce46ffbabbf9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b1739073-6298-4544-9c92-ce46ffbabbf9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b1739073-6298-4544-9c92-ce46ffbabbf9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b1739073-6298-4544-9c92-ce46ffbabbf9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b1739073-6298-4544-9c92-ce46ffbabbf9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b1739073-6298-4544-9c92-ce46ffbabbf9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b1739073-6298-4544-9c92-ce46ffbabbf9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b1739073-6298-4544-9c92-ce46ffbabbf9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b1739073-6298-4544-9c92-ce46ffbabbf9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b1739073-6298-4544-9c92-ce46ffbabbf9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b1739073-6298-4544-9c92-ce46ffbabbf9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b1739073-6298-4544-9c92-ce46ffbabbf9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b1739073-6298-4544-9c92-ce46ffbabbf9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b1739073-6298-4544-9c92-ce46ffbabbf9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b1739073-6298-4544-9c92-ce46ffbabbf9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b1739073-6298-4544-9c92-ce46ffbabbf9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b1739073-6298-4544-9c92-ce46ffbabbf9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b1739073-6298-4544-9c92-ce46ffbabbf9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-d2e27074-f00d-428f-82db-6f74b2334ba0 {
  text-align: center;
}




  #s-d2e27074-f00d-428f-82db-6f74b2334ba0 img.shogun-image {
    
    width: px;
  }


#s-d2e27074-f00d-428f-82db-6f74b2334ba0 .shogun-image-content {
  
    align-items: center;
  
}

#s-fe2cff6f-e653-465e-b986-fb1854d04491 {
  margin-top: 10px;
margin-left: 15px;
margin-bottom: 10px;
margin-right: 15px;
}

#s-0533c149-a640-41e8-b570-d1e30a2f98c7 {
  text-align: center;
}




  #s-0533c149-a640-41e8-b570-d1e30a2f98c7 img.shogun-image {
    
    width: px;
  }


#s-0533c149-a640-41e8-b570-d1e30a2f98c7 .shogun-image-content {
  
    align-items: center;
  
}

#s-6ca0e443-535c-4295-b9de-9e05f31d5d5c {
  margin-top: 10px;
margin-left: 15px;
margin-bottom: 10px;
margin-right: 15px;
}

#s-696abde5-a18a-47dc-bde1-bc5952b1274a {
  text-align: center;
}




  #s-696abde5-a18a-47dc-bde1-bc5952b1274a img.shogun-image {
    
    width: px;
  }


#s-696abde5-a18a-47dc-bde1-bc5952b1274a .shogun-image-content {
  
    align-items: center;
  
}

#s-f4cf47c3-c85b-47f7-867c-fdedf8d02d7a {
  margin-top: 10px;
margin-left: 15px;
margin-bottom: 10px;
margin-right: 15px;
}

.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-933e5753-7cba-4d14-ab81-bef5ca2a7837 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(164, 164, 164, 1);
text-decoration: none;
}
#s-933e5753-7cba-4d14-ab81-bef5ca2a7837:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-933e5753-7cba-4d14-ab81-bef5ca2a7837:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-933e5753-7cba-4d14-ab81-bef5ca2a7837.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

@media (min-width: 0px) {
[id="s-04daf3d1-7664-494b-a1f4-a827942a2ebe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-04daf3d1-7664-494b-a1f4-a827942a2ebe"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-04daf3d1-7664-494b-a1f4-a827942a2ebe"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-04daf3d1-7664-494b-a1f4-a827942a2ebe"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-04daf3d1-7664-494b-a1f4-a827942a2ebe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-04daf3d1-7664-494b-a1f4-a827942a2ebe"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-04daf3d1-7664-494b-a1f4-a827942a2ebe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-04daf3d1-7664-494b-a1f4-a827942a2ebe"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-04daf3d1-7664-494b-a1f4-a827942a2ebe"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-04daf3d1-7664-494b-a1f4-a827942a2ebe"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-04daf3d1-7664-494b-a1f4-a827942a2ebe"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-04daf3d1-7664-494b-a1f4-a827942a2ebe"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-04daf3d1-7664-494b-a1f4-a827942a2ebe"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-04daf3d1-7664-494b-a1f4-a827942a2ebe"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-04daf3d1-7664-494b-a1f4-a827942a2ebe"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-04daf3d1-7664-494b-a1f4-a827942a2ebe"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-04daf3d1-7664-494b-a1f4-a827942a2ebe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-04daf3d1-7664-494b-a1f4-a827942a2ebe"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-04daf3d1-7664-494b-a1f4-a827942a2ebe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-04daf3d1-7664-494b-a1f4-a827942a2ebe"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-04daf3d1-7664-494b-a1f4-a827942a2ebe"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-04daf3d1-7664-494b-a1f4-a827942a2ebe"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-04daf3d1-7664-494b-a1f4-a827942a2ebe"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-04daf3d1-7664-494b-a1f4-a827942a2ebe"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-04daf3d1-7664-494b-a1f4-a827942a2ebe"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-04daf3d1-7664-494b-a1f4-a827942a2ebe"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-04daf3d1-7664-494b-a1f4-a827942a2ebe"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-04daf3d1-7664-494b-a1f4-a827942a2ebe"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-04daf3d1-7664-494b-a1f4-a827942a2ebe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-04daf3d1-7664-494b-a1f4-a827942a2ebe"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-04daf3d1-7664-494b-a1f4-a827942a2ebe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-04daf3d1-7664-494b-a1f4-a827942a2ebe"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-04daf3d1-7664-494b-a1f4-a827942a2ebe"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-04daf3d1-7664-494b-a1f4-a827942a2ebe"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-04daf3d1-7664-494b-a1f4-a827942a2ebe"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-04daf3d1-7664-494b-a1f4-a827942a2ebe"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-04daf3d1-7664-494b-a1f4-a827942a2ebe"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-2baf7007-0726-4544-88f2-bf69ff052b62 {
  text-align: center;
}




  #s-2baf7007-0726-4544-88f2-bf69ff052b62 img.shogun-image {
    
    width: px;
  }


#s-2baf7007-0726-4544-88f2-bf69ff052b62 .shogun-image-content {
  
    align-items: center;
  
}

#s-8c064588-3e0e-4556-9396-7a1b418f982f {
  margin-top: 10px;
margin-left: 15px;
margin-bottom: 10px;
margin-right: 15px;
}

#s-6950a96b-6be2-48c1-bd54-0c6cdf4191ce {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-6950a96b-6be2-48c1-bd54-0c6cdf4191ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6950a96b-6be2-48c1-bd54-0c6cdf4191ce.shg-box.shg-c {
  justify-content: center;
}

#s-fad362bd-a9b8-4da8-b4eb-c4b791788d71 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 400px;
background-position: center center;
}








#s-fad362bd-a9b8-4da8-b4eb-c4b791788d71 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fad362bd-a9b8-4da8-b4eb-c4b791788d71.shg-box.shg-c {
  justify-content: center;
}

#s-9aa33893-e691-4c33-bcd1-a2e55fdff322 {
  min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-9aa33893-e691-4c33-bcd1-a2e55fdff322 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9aa33893-e691-4c33-bcd1-a2e55fdff322.shg-box.shg-c {
  justify-content: center;
}

#s-577aab7b-2011-43a6-8835-467ce0369ff2 {
  margin-top: 20px;
margin-bottom: 0px;
background-color: rgba(0, 0, 0, 0);
}

#s-577aab7b-2011-43a6-8835-467ce0369ff2 .shogun-icon-wrapper {
  text-align: center;
}


#s-577aab7b-2011-43a6-8835-467ce0369ff2 .shogun-icon-wrapper > .shogun-icon {

  font-size: 50px !important;
  color: rgba(73, 80, 86, 1);
}

#s-addba99d-6702-4723-bb93-23276f7d9d5a {
  border-style: solid;
margin-top: 20px;
margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.1);
text-align: center;
background-color: rgba(0, 0, 0, 0);
}

#s-addba99d-6702-4723-bb93-23276f7d9d5a .shogun-heading-component h2 {
  color: rgba(73, 80, 86, 1);
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-54c868fc-9cb9-4c8c-aed4-0c1dd44850f0 {
  margin-left: 50px;
margin-right: 50px;
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-54c868fc-9cb9-4c8c-aed4-0c1dd44850f0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-54c868fc-9cb9-4c8c-aed4-0c1dd44850f0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-54c868fc-9cb9-4c8c-aed4-0c1dd44850f0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-54c868fc-9cb9-4c8c-aed4-0c1dd44850f0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-54c868fc-9cb9-4c8c-aed4-0c1dd44850f0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-54c868fc-9cb9-4c8c-aed4-0c1dd44850f0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-54c868fc-9cb9-4c8c-aed4-0c1dd44850f0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-54c868fc-9cb9-4c8c-aed4-0c1dd44850f0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-54c868fc-9cb9-4c8c-aed4-0c1dd44850f0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-54c868fc-9cb9-4c8c-aed4-0c1dd44850f0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-54c868fc-9cb9-4c8c-aed4-0c1dd44850f0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-54c868fc-9cb9-4c8c-aed4-0c1dd44850f0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-54c868fc-9cb9-4c8c-aed4-0c1dd44850f0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-54c868fc-9cb9-4c8c-aed4-0c1dd44850f0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-54c868fc-9cb9-4c8c-aed4-0c1dd44850f0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-54c868fc-9cb9-4c8c-aed4-0c1dd44850f0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-54c868fc-9cb9-4c8c-aed4-0c1dd44850f0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-54c868fc-9cb9-4c8c-aed4-0c1dd44850f0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-54c868fc-9cb9-4c8c-aed4-0c1dd44850f0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-54c868fc-9cb9-4c8c-aed4-0c1dd44850f0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-54c868fc-9cb9-4c8c-aed4-0c1dd44850f0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-54c868fc-9cb9-4c8c-aed4-0c1dd44850f0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-54c868fc-9cb9-4c8c-aed4-0c1dd44850f0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-54c868fc-9cb9-4c8c-aed4-0c1dd44850f0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-54c868fc-9cb9-4c8c-aed4-0c1dd44850f0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-54c868fc-9cb9-4c8c-aed4-0c1dd44850f0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-54c868fc-9cb9-4c8c-aed4-0c1dd44850f0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-54c868fc-9cb9-4c8c-aed4-0c1dd44850f0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-54c868fc-9cb9-4c8c-aed4-0c1dd44850f0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-54c868fc-9cb9-4c8c-aed4-0c1dd44850f0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-54c868fc-9cb9-4c8c-aed4-0c1dd44850f0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-54c868fc-9cb9-4c8c-aed4-0c1dd44850f0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-54c868fc-9cb9-4c8c-aed4-0c1dd44850f0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-54c868fc-9cb9-4c8c-aed4-0c1dd44850f0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-54c868fc-9cb9-4c8c-aed4-0c1dd44850f0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-54c868fc-9cb9-4c8c-aed4-0c1dd44850f0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-54c868fc-9cb9-4c8c-aed4-0c1dd44850f0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c3810356-92e2-4371-9cd0-c17f10efcf49 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-c1e6f64c-ef8d-4838-bd44-ae1b7f9ad110 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-3b2bf97e-043e-47c8-9b60-c18dce235852 {
  box-shadow:0px 20px 40px 0px rgba(0, 0, 0, 0.1);
border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0.5);
border-radius: 0px;
opacity: 1;
background-color: rgba(255, 255, 255, 1);
}








#s-3b2bf97e-043e-47c8-9b60-c18dce235852 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b2bf97e-043e-47c8-9b60-c18dce235852.shg-box.shg-c {
  justify-content: center;
}

#s-e31bd3dc-a54b-45c4-acc7-a0a23bc4f73e {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-e31bd3dc-a54b-45c4-acc7-a0a23bc4f73e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e31bd3dc-a54b-45c4-acc7-a0a23bc4f73e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e31bd3dc-a54b-45c4-acc7-a0a23bc4f73e {
  
}
}@media (max-width: 767px){#s-e31bd3dc-a54b-45c4-acc7-a0a23bc4f73e {
  
}
}
#s-e31bd3dc-a54b-45c4-acc7-a0a23bc4f73e .shogun-heading-component h1 {
  color: rgba(62, 62, 62, 1);
  font-weight:  100 ;
  font-family: Raleway;
  font-style:   ;
  font-size: 38px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-289e862b-b099-4f5d-a5a2-c7e496c7b700 {
  border-style: solid;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-289e862b-b099-4f5d-a5a2-c7e496c7b700 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-289e862b-b099-4f5d-a5a2-c7e496c7b700 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-289e862b-b099-4f5d-a5a2-c7e496c7b700 {
  
}
}@media (max-width: 767px){#s-289e862b-b099-4f5d-a5a2-c7e496c7b700 {
  
}
}
@media (min-width: 0px) {
[id="s-289e862b-b099-4f5d-a5a2-c7e496c7b700"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-289e862b-b099-4f5d-a5a2-c7e496c7b700"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-289e862b-b099-4f5d-a5a2-c7e496c7b700"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-289e862b-b099-4f5d-a5a2-c7e496c7b700"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-289e862b-b099-4f5d-a5a2-c7e496c7b700"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-289e862b-b099-4f5d-a5a2-c7e496c7b700"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-289e862b-b099-4f5d-a5a2-c7e496c7b700"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-289e862b-b099-4f5d-a5a2-c7e496c7b700"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-289e862b-b099-4f5d-a5a2-c7e496c7b700"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-289e862b-b099-4f5d-a5a2-c7e496c7b700"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-289e862b-b099-4f5d-a5a2-c7e496c7b700"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-289e862b-b099-4f5d-a5a2-c7e496c7b700"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-289e862b-b099-4f5d-a5a2-c7e496c7b700"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-289e862b-b099-4f5d-a5a2-c7e496c7b700"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-289e862b-b099-4f5d-a5a2-c7e496c7b700"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-289e862b-b099-4f5d-a5a2-c7e496c7b700"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-289e862b-b099-4f5d-a5a2-c7e496c7b700"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-289e862b-b099-4f5d-a5a2-c7e496c7b700"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-289e862b-b099-4f5d-a5a2-c7e496c7b700"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-289e862b-b099-4f5d-a5a2-c7e496c7b700"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-289e862b-b099-4f5d-a5a2-c7e496c7b700"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-289e862b-b099-4f5d-a5a2-c7e496c7b700"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-289e862b-b099-4f5d-a5a2-c7e496c7b700"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-289e862b-b099-4f5d-a5a2-c7e496c7b700"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-289e862b-b099-4f5d-a5a2-c7e496c7b700"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-289e862b-b099-4f5d-a5a2-c7e496c7b700"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-289e862b-b099-4f5d-a5a2-c7e496c7b700"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-289e862b-b099-4f5d-a5a2-c7e496c7b700"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-289e862b-b099-4f5d-a5a2-c7e496c7b700"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-289e862b-b099-4f5d-a5a2-c7e496c7b700"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-289e862b-b099-4f5d-a5a2-c7e496c7b700"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-289e862b-b099-4f5d-a5a2-c7e496c7b700"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-289e862b-b099-4f5d-a5a2-c7e496c7b700"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-289e862b-b099-4f5d-a5a2-c7e496c7b700"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-289e862b-b099-4f5d-a5a2-c7e496c7b700"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-289e862b-b099-4f5d-a5a2-c7e496c7b700"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-289e862b-b099-4f5d-a5a2-c7e496c7b700"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 0px) {
[id="s-a4919947-edde-45b2-8cec-7a6e4e55ac5f"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a4919947-edde-45b2-8cec-7a6e4e55ac5f"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a4919947-edde-45b2-8cec-7a6e4e55ac5f"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a4919947-edde-45b2-8cec-7a6e4e55ac5f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a4919947-edde-45b2-8cec-7a6e4e55ac5f"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a4919947-edde-45b2-8cec-7a6e4e55ac5f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a4919947-edde-45b2-8cec-7a6e4e55ac5f"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a4919947-edde-45b2-8cec-7a6e4e55ac5f"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a4919947-edde-45b2-8cec-7a6e4e55ac5f"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a4919947-edde-45b2-8cec-7a6e4e55ac5f"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a4919947-edde-45b2-8cec-7a6e4e55ac5f"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a4919947-edde-45b2-8cec-7a6e4e55ac5f"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a4919947-edde-45b2-8cec-7a6e4e55ac5f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a4919947-edde-45b2-8cec-7a6e4e55ac5f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a4919947-edde-45b2-8cec-7a6e4e55ac5f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a4919947-edde-45b2-8cec-7a6e4e55ac5f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a4919947-edde-45b2-8cec-7a6e4e55ac5f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a4919947-edde-45b2-8cec-7a6e4e55ac5f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a4919947-edde-45b2-8cec-7a6e4e55ac5f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a4919947-edde-45b2-8cec-7a6e4e55ac5f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a4919947-edde-45b2-8cec-7a6e4e55ac5f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a4919947-edde-45b2-8cec-7a6e4e55ac5f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a4919947-edde-45b2-8cec-7a6e4e55ac5f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a4919947-edde-45b2-8cec-7a6e4e55ac5f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a4919947-edde-45b2-8cec-7a6e4e55ac5f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a4919947-edde-45b2-8cec-7a6e4e55ac5f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a4919947-edde-45b2-8cec-7a6e4e55ac5f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a4919947-edde-45b2-8cec-7a6e4e55ac5f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a4919947-edde-45b2-8cec-7a6e4e55ac5f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a4919947-edde-45b2-8cec-7a6e4e55ac5f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a4919947-edde-45b2-8cec-7a6e4e55ac5f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a4919947-edde-45b2-8cec-7a6e4e55ac5f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a4919947-edde-45b2-8cec-7a6e4e55ac5f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a4919947-edde-45b2-8cec-7a6e4e55ac5f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a4919947-edde-45b2-8cec-7a6e4e55ac5f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a4919947-edde-45b2-8cec-7a6e4e55ac5f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a4919947-edde-45b2-8cec-7a6e4e55ac5f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a4919947-edde-45b2-8cec-7a6e4e55ac5f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a4919947-edde-45b2-8cec-7a6e4e55ac5f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a4919947-edde-45b2-8cec-7a6e4e55ac5f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a4919947-edde-45b2-8cec-7a6e4e55ac5f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a4919947-edde-45b2-8cec-7a6e4e55ac5f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a4919947-edde-45b2-8cec-7a6e4e55ac5f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a4919947-edde-45b2-8cec-7a6e4e55ac5f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a4919947-edde-45b2-8cec-7a6e4e55ac5f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a4919947-edde-45b2-8cec-7a6e4e55ac5f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a4919947-edde-45b2-8cec-7a6e4e55ac5f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a4919947-edde-45b2-8cec-7a6e4e55ac5f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-6ddc0502-1f40-41e7-afb1-ca183713532c {
  text-align: center;
}




  #s-6ddc0502-1f40-41e7-afb1-ca183713532c img.shogun-image {
    
    width: px;
  }


#s-6ddc0502-1f40-41e7-afb1-ca183713532c .shogun-image-content {
  
    align-items: center;
  
}

#s-a8f96bc1-1202-409c-8463-bf480c9ed827 {
  text-align: center;
}




  #s-a8f96bc1-1202-409c-8463-bf480c9ed827 img.shogun-image {
    
    width: px;
  }


#s-a8f96bc1-1202-409c-8463-bf480c9ed827 .shogun-image-content {
  
    align-items: center;
  
}

#s-7f5e70af-541b-4b06-97e0-43e5b0754321 {
  min-height: 50px;
}








#s-7f5e70af-541b-4b06-97e0-43e5b0754321 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7f5e70af-541b-4b06-97e0-43e5b0754321.shg-box.shg-c {
  justify-content: center;
}

#s-131e99ea-9343-4c33-aa0c-8ddae1847964 {
  margin-top: 15px;
margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-131e99ea-9343-4c33-aa0c-8ddae1847964"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-131e99ea-9343-4c33-aa0c-8ddae1847964"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-131e99ea-9343-4c33-aa0c-8ddae1847964"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-131e99ea-9343-4c33-aa0c-8ddae1847964"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-131e99ea-9343-4c33-aa0c-8ddae1847964"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-131e99ea-9343-4c33-aa0c-8ddae1847964"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-131e99ea-9343-4c33-aa0c-8ddae1847964"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-131e99ea-9343-4c33-aa0c-8ddae1847964"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-131e99ea-9343-4c33-aa0c-8ddae1847964"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-131e99ea-9343-4c33-aa0c-8ddae1847964"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-131e99ea-9343-4c33-aa0c-8ddae1847964"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-131e99ea-9343-4c33-aa0c-8ddae1847964"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-131e99ea-9343-4c33-aa0c-8ddae1847964"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-131e99ea-9343-4c33-aa0c-8ddae1847964"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-131e99ea-9343-4c33-aa0c-8ddae1847964"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-131e99ea-9343-4c33-aa0c-8ddae1847964"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-131e99ea-9343-4c33-aa0c-8ddae1847964"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-131e99ea-9343-4c33-aa0c-8ddae1847964"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-131e99ea-9343-4c33-aa0c-8ddae1847964"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-131e99ea-9343-4c33-aa0c-8ddae1847964"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-131e99ea-9343-4c33-aa0c-8ddae1847964"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-131e99ea-9343-4c33-aa0c-8ddae1847964"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-131e99ea-9343-4c33-aa0c-8ddae1847964"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-131e99ea-9343-4c33-aa0c-8ddae1847964"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-131e99ea-9343-4c33-aa0c-8ddae1847964"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-131e99ea-9343-4c33-aa0c-8ddae1847964"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-131e99ea-9343-4c33-aa0c-8ddae1847964"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-131e99ea-9343-4c33-aa0c-8ddae1847964"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-131e99ea-9343-4c33-aa0c-8ddae1847964"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-131e99ea-9343-4c33-aa0c-8ddae1847964"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-131e99ea-9343-4c33-aa0c-8ddae1847964"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-131e99ea-9343-4c33-aa0c-8ddae1847964"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-131e99ea-9343-4c33-aa0c-8ddae1847964"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-131e99ea-9343-4c33-aa0c-8ddae1847964"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-131e99ea-9343-4c33-aa0c-8ddae1847964"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-131e99ea-9343-4c33-aa0c-8ddae1847964"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-131e99ea-9343-4c33-aa0c-8ddae1847964"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-30b0d5bf-2623-4009-847a-c6359cf02be8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-30b0d5bf-2623-4009-847a-c6359cf02be8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-30b0d5bf-2623-4009-847a-c6359cf02be8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-30b0d5bf-2623-4009-847a-c6359cf02be8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-30b0d5bf-2623-4009-847a-c6359cf02be8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-30b0d5bf-2623-4009-847a-c6359cf02be8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-30b0d5bf-2623-4009-847a-c6359cf02be8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-30b0d5bf-2623-4009-847a-c6359cf02be8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-30b0d5bf-2623-4009-847a-c6359cf02be8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-30b0d5bf-2623-4009-847a-c6359cf02be8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-30b0d5bf-2623-4009-847a-c6359cf02be8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-30b0d5bf-2623-4009-847a-c6359cf02be8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-30b0d5bf-2623-4009-847a-c6359cf02be8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-30b0d5bf-2623-4009-847a-c6359cf02be8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-30b0d5bf-2623-4009-847a-c6359cf02be8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-30b0d5bf-2623-4009-847a-c6359cf02be8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-30b0d5bf-2623-4009-847a-c6359cf02be8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-30b0d5bf-2623-4009-847a-c6359cf02be8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-30b0d5bf-2623-4009-847a-c6359cf02be8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-30b0d5bf-2623-4009-847a-c6359cf02be8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-30b0d5bf-2623-4009-847a-c6359cf02be8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-30b0d5bf-2623-4009-847a-c6359cf02be8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-30b0d5bf-2623-4009-847a-c6359cf02be8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-30b0d5bf-2623-4009-847a-c6359cf02be8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-30b0d5bf-2623-4009-847a-c6359cf02be8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-30b0d5bf-2623-4009-847a-c6359cf02be8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-30b0d5bf-2623-4009-847a-c6359cf02be8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-30b0d5bf-2623-4009-847a-c6359cf02be8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-30b0d5bf-2623-4009-847a-c6359cf02be8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-30b0d5bf-2623-4009-847a-c6359cf02be8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-30b0d5bf-2623-4009-847a-c6359cf02be8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-30b0d5bf-2623-4009-847a-c6359cf02be8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-30b0d5bf-2623-4009-847a-c6359cf02be8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-30b0d5bf-2623-4009-847a-c6359cf02be8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-30b0d5bf-2623-4009-847a-c6359cf02be8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-30b0d5bf-2623-4009-847a-c6359cf02be8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-30b0d5bf-2623-4009-847a-c6359cf02be8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-8696b51d-1a6e-4953-8d83-230b0635de5c {
  margin-left: 25px;
margin-right: 25px;
text-align: center;
}




  #s-8696b51d-1a6e-4953-8d83-230b0635de5c img.shogun-image {
    
    width: px;
  }


#s-8696b51d-1a6e-4953-8d83-230b0635de5c .shogun-image-content {
  
    align-items: center;
  
}

#s-269428c0-7ad0-4930-a37e-f9bc423a3752 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-69b0a4ba-850d-43d7-9fb9-eaa79a638edd {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 400px;
background-position: center center;
}








#s-69b0a4ba-850d-43d7-9fb9-eaa79a638edd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-69b0a4ba-850d-43d7-9fb9-eaa79a638edd.shg-box.shg-c {
  justify-content: center;
}

#s-076c59a4-24b8-4241-b521-478476e77142 {
  min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-076c59a4-24b8-4241-b521-478476e77142 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-076c59a4-24b8-4241-b521-478476e77142.shg-box.shg-c {
  justify-content: center;
}

#s-615e70b8-339a-4e91-8a51-d713a6107783 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-615e70b8-339a-4e91-8a51-d713a6107783"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-615e70b8-339a-4e91-8a51-d713a6107783"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-615e70b8-339a-4e91-8a51-d713a6107783"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-615e70b8-339a-4e91-8a51-d713a6107783"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-615e70b8-339a-4e91-8a51-d713a6107783"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-615e70b8-339a-4e91-8a51-d713a6107783"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-615e70b8-339a-4e91-8a51-d713a6107783"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-615e70b8-339a-4e91-8a51-d713a6107783"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-615e70b8-339a-4e91-8a51-d713a6107783"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-615e70b8-339a-4e91-8a51-d713a6107783"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-615e70b8-339a-4e91-8a51-d713a6107783"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-615e70b8-339a-4e91-8a51-d713a6107783"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-615e70b8-339a-4e91-8a51-d713a6107783"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-615e70b8-339a-4e91-8a51-d713a6107783"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-615e70b8-339a-4e91-8a51-d713a6107783"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-615e70b8-339a-4e91-8a51-d713a6107783"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-615e70b8-339a-4e91-8a51-d713a6107783"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-615e70b8-339a-4e91-8a51-d713a6107783"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-615e70b8-339a-4e91-8a51-d713a6107783"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-615e70b8-339a-4e91-8a51-d713a6107783"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-615e70b8-339a-4e91-8a51-d713a6107783"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-615e70b8-339a-4e91-8a51-d713a6107783"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-615e70b8-339a-4e91-8a51-d713a6107783"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-615e70b8-339a-4e91-8a51-d713a6107783"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-615e70b8-339a-4e91-8a51-d713a6107783"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-615e70b8-339a-4e91-8a51-d713a6107783"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-615e70b8-339a-4e91-8a51-d713a6107783"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-615e70b8-339a-4e91-8a51-d713a6107783"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-615e70b8-339a-4e91-8a51-d713a6107783"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-615e70b8-339a-4e91-8a51-d713a6107783"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-615e70b8-339a-4e91-8a51-d713a6107783"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-615e70b8-339a-4e91-8a51-d713a6107783"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-615e70b8-339a-4e91-8a51-d713a6107783"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-615e70b8-339a-4e91-8a51-d713a6107783"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-615e70b8-339a-4e91-8a51-d713a6107783"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-615e70b8-339a-4e91-8a51-d713a6107783"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-615e70b8-339a-4e91-8a51-d713a6107783"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-5ff356f1-ec54-4809-bf2e-65ce232aa6e5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5ff356f1-ec54-4809-bf2e-65ce232aa6e5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5ff356f1-ec54-4809-bf2e-65ce232aa6e5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5ff356f1-ec54-4809-bf2e-65ce232aa6e5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5ff356f1-ec54-4809-bf2e-65ce232aa6e5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5ff356f1-ec54-4809-bf2e-65ce232aa6e5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5ff356f1-ec54-4809-bf2e-65ce232aa6e5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5ff356f1-ec54-4809-bf2e-65ce232aa6e5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5ff356f1-ec54-4809-bf2e-65ce232aa6e5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5ff356f1-ec54-4809-bf2e-65ce232aa6e5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5ff356f1-ec54-4809-bf2e-65ce232aa6e5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5ff356f1-ec54-4809-bf2e-65ce232aa6e5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5ff356f1-ec54-4809-bf2e-65ce232aa6e5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5ff356f1-ec54-4809-bf2e-65ce232aa6e5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5ff356f1-ec54-4809-bf2e-65ce232aa6e5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5ff356f1-ec54-4809-bf2e-65ce232aa6e5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5ff356f1-ec54-4809-bf2e-65ce232aa6e5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5ff356f1-ec54-4809-bf2e-65ce232aa6e5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5ff356f1-ec54-4809-bf2e-65ce232aa6e5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5ff356f1-ec54-4809-bf2e-65ce232aa6e5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5ff356f1-ec54-4809-bf2e-65ce232aa6e5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5ff356f1-ec54-4809-bf2e-65ce232aa6e5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5ff356f1-ec54-4809-bf2e-65ce232aa6e5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5ff356f1-ec54-4809-bf2e-65ce232aa6e5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5ff356f1-ec54-4809-bf2e-65ce232aa6e5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5ff356f1-ec54-4809-bf2e-65ce232aa6e5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5ff356f1-ec54-4809-bf2e-65ce232aa6e5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5ff356f1-ec54-4809-bf2e-65ce232aa6e5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5ff356f1-ec54-4809-bf2e-65ce232aa6e5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5ff356f1-ec54-4809-bf2e-65ce232aa6e5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5ff356f1-ec54-4809-bf2e-65ce232aa6e5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5ff356f1-ec54-4809-bf2e-65ce232aa6e5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5ff356f1-ec54-4809-bf2e-65ce232aa6e5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5ff356f1-ec54-4809-bf2e-65ce232aa6e5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5ff356f1-ec54-4809-bf2e-65ce232aa6e5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5ff356f1-ec54-4809-bf2e-65ce232aa6e5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5ff356f1-ec54-4809-bf2e-65ce232aa6e5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-7e08d87f-2405-48e7-9dee-d95652846ca2 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-7e08d87f-2405-48e7-9dee-d95652846ca2 .shogun-icon-wrapper {
  text-align: center;
}


#s-7e08d87f-2405-48e7-9dee-d95652846ca2 .shogun-icon-wrapper > .shogun-icon {

  font-size: 50px !important;
  color: rgba(14, 36, 57, 1);
}

#s-a08efca7-aff2-4bd9-9e83-f0f889934550 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a08efca7-aff2-4bd9-9e83-f0f889934550 .shogun-heading-component h2 {
  color: rgba(14, 36, 57, 1);
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9b768482-f3d4-4d20-bfb7-840cba1f509b {
  padding-left: 10px;
padding-right: 10px;
background-color: rgba(248, 249, 250, 0);
}

#s-56aba04e-68e8-44c9-a219-6e35d599006f {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-56aba04e-68e8-44c9-a219-6e35d599006f .shogun-icon-wrapper {
  text-align: center;
}


#s-56aba04e-68e8-44c9-a219-6e35d599006f .shogun-icon-wrapper > .shogun-icon {

  font-size: 50px !important;
  color: rgba(14, 36, 57, 1);
}

#s-43c5961d-0db4-4b4e-95ba-4b68f5280d31 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-43c5961d-0db4-4b4e-95ba-4b68f5280d31 .shogun-heading-component h2 {
  color: rgba(14, 36, 57, 1);
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4835cc5d-a436-48f9-b7e4-04a60661a17c {
  padding-left: 10px;
padding-right: 10px;
background-color: rgba(248, 249, 250, 0);
}

#s-9f4ebed4-6b1a-4b4d-9ae1-2d63f607202c {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-9f4ebed4-6b1a-4b4d-9ae1-2d63f607202c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f4ebed4-6b1a-4b4d-9ae1-2d63f607202c.shg-box.shg-c {
  justify-content: center;
}

#s-088bc2e2-1b2e-4441-b4e5-09f2b2565bbd {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-088bc2e2-1b2e-4441-b4e5-09f2b2565bbd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-088bc2e2-1b2e-4441-b4e5-09f2b2565bbd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-088bc2e2-1b2e-4441-b4e5-09f2b2565bbd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-088bc2e2-1b2e-4441-b4e5-09f2b2565bbd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-088bc2e2-1b2e-4441-b4e5-09f2b2565bbd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-088bc2e2-1b2e-4441-b4e5-09f2b2565bbd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-088bc2e2-1b2e-4441-b4e5-09f2b2565bbd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-088bc2e2-1b2e-4441-b4e5-09f2b2565bbd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-088bc2e2-1b2e-4441-b4e5-09f2b2565bbd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-088bc2e2-1b2e-4441-b4e5-09f2b2565bbd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-088bc2e2-1b2e-4441-b4e5-09f2b2565bbd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-088bc2e2-1b2e-4441-b4e5-09f2b2565bbd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-088bc2e2-1b2e-4441-b4e5-09f2b2565bbd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-088bc2e2-1b2e-4441-b4e5-09f2b2565bbd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-088bc2e2-1b2e-4441-b4e5-09f2b2565bbd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-088bc2e2-1b2e-4441-b4e5-09f2b2565bbd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-088bc2e2-1b2e-4441-b4e5-09f2b2565bbd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-088bc2e2-1b2e-4441-b4e5-09f2b2565bbd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-088bc2e2-1b2e-4441-b4e5-09f2b2565bbd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-088bc2e2-1b2e-4441-b4e5-09f2b2565bbd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-088bc2e2-1b2e-4441-b4e5-09f2b2565bbd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-088bc2e2-1b2e-4441-b4e5-09f2b2565bbd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-088bc2e2-1b2e-4441-b4e5-09f2b2565bbd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-088bc2e2-1b2e-4441-b4e5-09f2b2565bbd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-088bc2e2-1b2e-4441-b4e5-09f2b2565bbd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-088bc2e2-1b2e-4441-b4e5-09f2b2565bbd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-088bc2e2-1b2e-4441-b4e5-09f2b2565bbd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-088bc2e2-1b2e-4441-b4e5-09f2b2565bbd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-088bc2e2-1b2e-4441-b4e5-09f2b2565bbd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-088bc2e2-1b2e-4441-b4e5-09f2b2565bbd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-088bc2e2-1b2e-4441-b4e5-09f2b2565bbd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-088bc2e2-1b2e-4441-b4e5-09f2b2565bbd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-088bc2e2-1b2e-4441-b4e5-09f2b2565bbd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-088bc2e2-1b2e-4441-b4e5-09f2b2565bbd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-088bc2e2-1b2e-4441-b4e5-09f2b2565bbd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-088bc2e2-1b2e-4441-b4e5-09f2b2565bbd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-088bc2e2-1b2e-4441-b4e5-09f2b2565bbd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-374fbdfe-27f7-4fef-9bd9-fa432330859a {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
}

#s-31b5d325-332e-43de-b0a0-7a91ca21f1dd {
  min-height: 50px;
}








#s-31b5d325-332e-43de-b0a0-7a91ca21f1dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31b5d325-332e-43de-b0a0-7a91ca21f1dd.shg-box.shg-c {
  justify-content: center;
}

#s-e62ef123-2d76-4f88-8ee7-ff89110408c1 {
  box-shadow:0px 20px 40px 0px rgba(0, 0, 0, 0.1);
margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-e62ef123-2d76-4f88-8ee7-ff89110408c1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e62ef123-2d76-4f88-8ee7-ff89110408c1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e62ef123-2d76-4f88-8ee7-ff89110408c1 {
  
}
}@media (max-width: 767px){#s-e62ef123-2d76-4f88-8ee7-ff89110408c1 {
  
}
}







#s-e62ef123-2d76-4f88-8ee7-ff89110408c1 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-e62ef123-2d76-4f88-8ee7-ff89110408c1.shg-box.shg-c {
  justify-content: center;
}

#s-298601ed-adee-4e46-a2aa-9ca1d6975ab6 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}
@media (min-width: 1200px){#s-298601ed-adee-4e46-a2aa-9ca1d6975ab6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-298601ed-adee-4e46-a2aa-9ca1d6975ab6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-298601ed-adee-4e46-a2aa-9ca1d6975ab6 {
  
}
}@media (max-width: 767px){#s-298601ed-adee-4e46-a2aa-9ca1d6975ab6 {
  
}
}
#s-298601ed-adee-4e46-a2aa-9ca1d6975ab6 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-dc7c1346-1a94-4f51-90aa-b7199c554317 {
  border-style: solid;
margin-left: 30px;
margin-bottom: 40px;
margin-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-dc7c1346-1a94-4f51-90aa-b7199c554317 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dc7c1346-1a94-4f51-90aa-b7199c554317 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dc7c1346-1a94-4f51-90aa-b7199c554317 {
  
}
}@media (max-width: 767px){#s-dc7c1346-1a94-4f51-90aa-b7199c554317 {
  
}
}
@media (min-width: 0px) {
[id="s-dc7c1346-1a94-4f51-90aa-b7199c554317"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dc7c1346-1a94-4f51-90aa-b7199c554317"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-dc7c1346-1a94-4f51-90aa-b7199c554317"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-dc7c1346-1a94-4f51-90aa-b7199c554317"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-dc7c1346-1a94-4f51-90aa-b7199c554317"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-dc7c1346-1a94-4f51-90aa-b7199c554317"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-dc7c1346-1a94-4f51-90aa-b7199c554317"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-dc7c1346-1a94-4f51-90aa-b7199c554317"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-dc7c1346-1a94-4f51-90aa-b7199c554317"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-dc7c1346-1a94-4f51-90aa-b7199c554317"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-dc7c1346-1a94-4f51-90aa-b7199c554317"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-dc7c1346-1a94-4f51-90aa-b7199c554317"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-dc7c1346-1a94-4f51-90aa-b7199c554317"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-dc7c1346-1a94-4f51-90aa-b7199c554317"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-dc7c1346-1a94-4f51-90aa-b7199c554317"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-dc7c1346-1a94-4f51-90aa-b7199c554317"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-dc7c1346-1a94-4f51-90aa-b7199c554317"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-dc7c1346-1a94-4f51-90aa-b7199c554317"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-dc7c1346-1a94-4f51-90aa-b7199c554317"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-dc7c1346-1a94-4f51-90aa-b7199c554317"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-dc7c1346-1a94-4f51-90aa-b7199c554317"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-dc7c1346-1a94-4f51-90aa-b7199c554317"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-dc7c1346-1a94-4f51-90aa-b7199c554317"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-dc7c1346-1a94-4f51-90aa-b7199c554317"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-dc7c1346-1a94-4f51-90aa-b7199c554317"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-dc7c1346-1a94-4f51-90aa-b7199c554317"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-dc7c1346-1a94-4f51-90aa-b7199c554317"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-dc7c1346-1a94-4f51-90aa-b7199c554317"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-dc7c1346-1a94-4f51-90aa-b7199c554317"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-dc7c1346-1a94-4f51-90aa-b7199c554317"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-dc7c1346-1a94-4f51-90aa-b7199c554317"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-dc7c1346-1a94-4f51-90aa-b7199c554317"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-dc7c1346-1a94-4f51-90aa-b7199c554317"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-dc7c1346-1a94-4f51-90aa-b7199c554317"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-dc7c1346-1a94-4f51-90aa-b7199c554317"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-dc7c1346-1a94-4f51-90aa-b7199c554317"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-dc7c1346-1a94-4f51-90aa-b7199c554317"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 0px) {
[id="s-e55747d1-d883-4736-a06d-6423e8488045"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e55747d1-d883-4736-a06d-6423e8488045"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e55747d1-d883-4736-a06d-6423e8488045"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e55747d1-d883-4736-a06d-6423e8488045"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e55747d1-d883-4736-a06d-6423e8488045"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e55747d1-d883-4736-a06d-6423e8488045"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e55747d1-d883-4736-a06d-6423e8488045"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e55747d1-d883-4736-a06d-6423e8488045"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e55747d1-d883-4736-a06d-6423e8488045"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e55747d1-d883-4736-a06d-6423e8488045"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e55747d1-d883-4736-a06d-6423e8488045"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e55747d1-d883-4736-a06d-6423e8488045"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e55747d1-d883-4736-a06d-6423e8488045"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e55747d1-d883-4736-a06d-6423e8488045"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e55747d1-d883-4736-a06d-6423e8488045"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e55747d1-d883-4736-a06d-6423e8488045"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e55747d1-d883-4736-a06d-6423e8488045"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e55747d1-d883-4736-a06d-6423e8488045"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e55747d1-d883-4736-a06d-6423e8488045"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e55747d1-d883-4736-a06d-6423e8488045"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e55747d1-d883-4736-a06d-6423e8488045"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e55747d1-d883-4736-a06d-6423e8488045"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e55747d1-d883-4736-a06d-6423e8488045"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e55747d1-d883-4736-a06d-6423e8488045"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e55747d1-d883-4736-a06d-6423e8488045"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e55747d1-d883-4736-a06d-6423e8488045"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e55747d1-d883-4736-a06d-6423e8488045"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e55747d1-d883-4736-a06d-6423e8488045"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e55747d1-d883-4736-a06d-6423e8488045"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e55747d1-d883-4736-a06d-6423e8488045"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e55747d1-d883-4736-a06d-6423e8488045"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e55747d1-d883-4736-a06d-6423e8488045"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e55747d1-d883-4736-a06d-6423e8488045"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e55747d1-d883-4736-a06d-6423e8488045"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e55747d1-d883-4736-a06d-6423e8488045"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e55747d1-d883-4736-a06d-6423e8488045"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e55747d1-d883-4736-a06d-6423e8488045"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-5fa79b8c-b34e-42d4-ba32-a528d8329259 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-5fa79b8c-b34e-42d4-ba32-a528d8329259 .shogun-icon-wrapper {
  text-align: center;
}


#s-5fa79b8c-b34e-42d4-ba32-a528d8329259 .shogun-icon-wrapper > .shogun-icon {

  font-size: 44px !important;
  color: rgba(203, 137, 105, 1);
}

#s-bac3fd31-538b-480f-a4a0-5e54317ca3de {
  border-style: solid;
margin-bottom: 20px;
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(0, 0, 0, 1);
border-radius: 30px;
opacity: 1;
text-align: center;
background-color: rgba(14, 37, 58, 1);
text-decoration: none;
}
#s-bac3fd31-538b-480f-a4a0-5e54317ca3de:hover {opacity: 1 !important;
background-color: rgba(75, 75, 75, 1) !important;
text-decoration: none !important;}#s-bac3fd31-538b-480f-a4a0-5e54317ca3de:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}


#s-bac3fd31-538b-480f-a4a0-5e54317ca3de.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-d4b7f435-5365-4e65-8abd-33b34be7c4e6 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-d4b7f435-5365-4e65-8abd-33b34be7c4e6 .shogun-icon-wrapper {
  text-align: center;
}


#s-d4b7f435-5365-4e65-8abd-33b34be7c4e6 .shogun-icon-wrapper > .shogun-icon {

  font-size: 44px !important;
  color: rgba(203, 137, 105, 1);
}

#s-bb6ca9c8-3e58-4b0b-9d83-1354aaa7e3c8 {
  border-style: solid;
margin-bottom: 20px;
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(0, 0, 0, 1);
border-radius: 30px;
opacity: 1;
text-align: center;
background-color: rgba(14, 37, 58, 1);
text-decoration: none;
}
#s-bb6ca9c8-3e58-4b0b-9d83-1354aaa7e3c8:hover {opacity: 1 !important;
background-color: rgba(75, 75, 75, 1) !important;
text-decoration: none !important;}#s-bb6ca9c8-3e58-4b0b-9d83-1354aaa7e3c8:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}


#s-bb6ca9c8-3e58-4b0b-9d83-1354aaa7e3c8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}

/*
  $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;
  }
}

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