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

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

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

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

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

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

#s-6626171f-6173-4f5d-8bd2-c97db1f4fc9b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-6626171f-6173-4f5d-8bd2-c97db1f4fc9b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6626171f-6173-4f5d-8bd2-c97db1f4fc9b.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  
  
  
}

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  
  
  
}

.shg-theme-text-content p {
  
  
  
}

#s-10a86139-7870-4c16-8c9b-e4f9bb86b4d8 {
  margin-top: 40px;
margin-left: 5%;
margin-right: 3%;
}

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

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

#s-81093997-708f-4ea5-b761-611c55724006 {
  margin-top: 5%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-81093997-708f-4ea5-b761-611c55724006"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-81093997-708f-4ea5-b761-611c55724006"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-81093997-708f-4ea5-b761-611c55724006"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-81093997-708f-4ea5-b761-611c55724006"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-81093997-708f-4ea5-b761-611c55724006"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-81093997-708f-4ea5-b761-611c55724006"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-81093997-708f-4ea5-b761-611c55724006"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-70425303-1d92-45d6-8785-ad70773e60ef {
  margin-left: auto;
margin-right: auto;
}

.shg-product-image-wrapper a.shogun-product-image-url {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

#s-71a46534-df24-4a72-8d76-b811477a3627 {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
padding-right: 2%;
text-align: left;
}



.shg-c#s-71a46534-df24-4a72-8d76-b811477a3627 .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-71a46534-df24-4a72-8d76-b811477a3627 .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





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

.shg-c#s-71a46534-df24-4a72-8d76-b811477a3627 .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





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

.shg-c#s-71a46534-df24-4a72-8d76-b811477a3627 .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





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

.shg-c#s-71a46534-df24-4a72-8d76-b811477a3627 .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





}
.shg-gallery-root {}

.shg-gallery-arrows-container {
  display: flex;
  align-items: center;
  position: relative;
}

.shg-gallery-dots-container {
  display: flex;
  justify-content: center;
  position: relative;
}

.shg-gallery-scroll-container {
  position: relative;
}

.shg-gallery-thumb-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}

.shg-gallery-thumb-image {
  max-width: 100%;
  display: inline-block;
  cursor: pointer;
}

.shg-gallery-thumb-image:hover {
  opacity: 0.6;
}

.shg-gallery-thumb-image-square {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.shg-gallery-image-hidden {
  display: none;
}

.shg-gallery-scroll-button {
  position: absolute;
  width: 3%;
  max-width: 48px;
  max-height: 48px;
}

.shg-left {
  left: 0;
  margin-left: 1%;
}

.shg-right {
  right: 0;
  margin-right: 1%;
}

.shg-gallery-dot {
  height: 14px;
  width: 14px;
  opacity: 0.5;
  border-radius: 100%;
  margin: 0 8px;
}

.shg-selected {
  opacity: 1;
}
#s-23f1ee90-7691-48a4-a247-2242e994a399 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 20px;
padding-left: 0%;
padding-bottom: 20px;
padding-right: 0%;
text-align: left;
}

#s-23f1ee90-7691-48a4-a247-2242e994a399 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 25.0%;
  padding-right: 10px;
  padding-bottom: 0px;
}

#s-23f1ee90-7691-48a4-a247-2242e994a399 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-23f1ee90-7691-48a4-a247-2242e994a399 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-23f1ee90-7691-48a4-a247-2242e994a399 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-23f1ee90-7691-48a4-a247-2242e994a399 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-23f1ee90-7691-48a4-a247-2242e994a399 .shg-gallery-dot {
  background-color: #FFF;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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 {
  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-dac044af-926b-466d-b317-6df12bb3e0e2 {
  margin-top: 3%;
margin-left: 0%;
margin-bottom: 3%;
margin-right: 0%;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-dac044af-926b-466d-b317-6df12bb3e0e2 {
  display: none;
}
#s-dac044af-926b-466d-b317-6df12bb3e0e2, #wrap-s-dac044af-926b-466d-b317-6df12bb3e0e2, #wrap-content-s-dac044af-926b-466d-b317-6df12bb3e0e2 { display: none !important; }}@media (max-width: 767px){#s-dac044af-926b-466d-b317-6df12bb3e0e2 {
  display: none;
}
#s-dac044af-926b-466d-b317-6df12bb3e0e2, #wrap-s-dac044af-926b-466d-b317-6df12bb3e0e2, #wrap-content-s-dac044af-926b-466d-b317-6df12bb3e0e2 { display: none !important; }}

  #s-dac044af-926b-466d-b317-6df12bb3e0e2 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(51, 51, 51, 0);
    border: 1px solid rgba(51, 51, 51, 1);
  }
  #s-dac044af-926b-466d-b317-6df12bb3e0e2 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(51, 51, 51, 1);
    border: 1px solid rgba(51, 51, 51, 1);
  }
#s-dac044af-926b-466d-b317-6df12bb3e0e2 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(235, 235, 235, 1);
  font-family: Titillium Web;
  font-weight: 200;
  
  font-size: 16px;
}

#s-dac044af-926b-466d-b317-6df12bb3e0e2 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(235, 235, 235, 1);
}

#s-dac044af-926b-466d-b317-6df12bb3e0e2 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(51, 51, 51, 1);
}

#s-dac044af-926b-466d-b317-6df12bb3e0e2 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(51, 51, 51, 1);
}

#s-16599b6e-5696-4735-8eb2-a1e27f269119 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-16599b6e-5696-4735-8eb2-a1e27f269119 {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-16599b6e-5696-4735-8eb2-a1e27f269119 {
  padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
}
}
#s-3a5a75e7-0e14-49dd-85ea-4a05e9a456b1 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-3a5a75e7-0e14-49dd-85ea-4a05e9a456b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3a5a75e7-0e14-49dd-85ea-4a05e9a456b1.shg-box.shg-c {
  justify-content: center;
}

#s-3ff038fa-983c-498c-98a0-e362dc0299c1 {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 10px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-3ff038fa-983c-498c-98a0-e362dc0299c1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3ff038fa-983c-498c-98a0-e362dc0299c1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3ff038fa-983c-498c-98a0-e362dc0299c1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3ff038fa-983c-498c-98a0-e362dc0299c1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3ff038fa-983c-498c-98a0-e362dc0299c1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3ff038fa-983c-498c-98a0-e362dc0299c1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3ff038fa-983c-498c-98a0-e362dc0299c1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

.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;
  
  
  text-transform: none;
  
  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-4d2e5b1c-1d11-4222-99bd-17dd1297f984 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4d2e5b1c-1d11-4222-99bd-17dd1297f984 .shogun-heading-component h2 {
  
  font-weight:  700 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: right;
}



#s-e59668cd-cb15-467f-9f81-fd93bacd6449 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e59668cd-cb15-467f-9f81-fd93bacd6449 .shogun-heading-component h2 {
  
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-0110d336-14b6-4409-b8d2-113b0208ad55 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-0110d336-14b6-4409-b8d2-113b0208ad55"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0110d336-14b6-4409-b8d2-113b0208ad55"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0110d336-14b6-4409-b8d2-113b0208ad55"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0110d336-14b6-4409-b8d2-113b0208ad55"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0110d336-14b6-4409-b8d2-113b0208ad55"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0110d336-14b6-4409-b8d2-113b0208ad55"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0110d336-14b6-4409-b8d2-113b0208ad55"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-75ef8f6d-a62c-4890-8b8b-f77df9f52506 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-75ef8f6d-a62c-4890-8b8b-f77df9f52506 .shogun-heading-component h2 {
  
  font-weight:  700 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: right;
}



#s-5d578a53-6afb-46c5-8acf-ca0922e05ced {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5d578a53-6afb-46c5-8acf-ca0922e05ced .shogun-heading-component h2 {
  
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-d3a721cd-82f4-43be-bcc6-1dbf64adf51d {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-d3a721cd-82f4-43be-bcc6-1dbf64adf51d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d3a721cd-82f4-43be-bcc6-1dbf64adf51d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d3a721cd-82f4-43be-bcc6-1dbf64adf51d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d3a721cd-82f4-43be-bcc6-1dbf64adf51d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d3a721cd-82f4-43be-bcc6-1dbf64adf51d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d3a721cd-82f4-43be-bcc6-1dbf64adf51d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d3a721cd-82f4-43be-bcc6-1dbf64adf51d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-705ecfc8-eb0c-4386-adde-8dea44f6c6dc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-705ecfc8-eb0c-4386-adde-8dea44f6c6dc .shogun-heading-component h2 {
  
  font-weight:  700 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: right;
}



#s-50aaf2c0-cf4d-43f7-9418-dea0ba211cce {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-50aaf2c0-cf4d-43f7-9418-dea0ba211cce .shogun-heading-component h2 {
  
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-a48e837c-d294-4164-a5ec-b5268889c2a4 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-a48e837c-d294-4164-a5ec-b5268889c2a4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a48e837c-d294-4164-a5ec-b5268889c2a4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a48e837c-d294-4164-a5ec-b5268889c2a4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a48e837c-d294-4164-a5ec-b5268889c2a4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a48e837c-d294-4164-a5ec-b5268889c2a4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a48e837c-d294-4164-a5ec-b5268889c2a4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a48e837c-d294-4164-a5ec-b5268889c2a4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-eb9cb49d-c4f9-4478-a1c9-cb3ebc0267e8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eb9cb49d-c4f9-4478-a1c9-cb3ebc0267e8 .shogun-heading-component h2 {
  
  font-weight:  700 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: right;
}



#s-4401e4f4-aec4-4a34-acac-02e9d663ba8a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4401e4f4-aec4-4a34-acac-02e9d663ba8a .shogun-heading-component h2 {
  
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-d496de1d-f32b-4963-8f1a-ce609309a269 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-d496de1d-f32b-4963-8f1a-ce609309a269"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d496de1d-f32b-4963-8f1a-ce609309a269"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d496de1d-f32b-4963-8f1a-ce609309a269"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d496de1d-f32b-4963-8f1a-ce609309a269"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d496de1d-f32b-4963-8f1a-ce609309a269"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d496de1d-f32b-4963-8f1a-ce609309a269"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d496de1d-f32b-4963-8f1a-ce609309a269"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-61b602b4-2544-4fd7-9f44-7d60474903b6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-61b602b4-2544-4fd7-9f44-7d60474903b6 .shogun-heading-component h2 {
  
  font-weight:  700 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: right;
}



#s-aaa60fdd-de25-4311-b1ea-1070a96b4390 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aaa60fdd-de25-4311-b1ea-1070a96b4390 .shogun-heading-component h2 {
  
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-5890e5c4-9af0-4cfc-93a1-1b88ea333e37 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-5890e5c4-9af0-4cfc-93a1-1b88ea333e37"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5890e5c4-9af0-4cfc-93a1-1b88ea333e37"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5890e5c4-9af0-4cfc-93a1-1b88ea333e37"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5890e5c4-9af0-4cfc-93a1-1b88ea333e37"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5890e5c4-9af0-4cfc-93a1-1b88ea333e37"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5890e5c4-9af0-4cfc-93a1-1b88ea333e37"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5890e5c4-9af0-4cfc-93a1-1b88ea333e37"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-c38970ac-368d-4e69-80eb-683187723406 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c38970ac-368d-4e69-80eb-683187723406 .shogun-heading-component h2 {
  
  font-weight:  700 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: right;
}



#s-08f418f4-0d58-4e4d-a2a6-9733ccec1a8b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-08f418f4-0d58-4e4d-a2a6-9733ccec1a8b .shogun-heading-component h2 {
  
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-af33bcd8-827f-4f85-9545-08d0166ec6c2 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-af33bcd8-827f-4f85-9545-08d0166ec6c2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-af33bcd8-827f-4f85-9545-08d0166ec6c2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-af33bcd8-827f-4f85-9545-08d0166ec6c2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-af33bcd8-827f-4f85-9545-08d0166ec6c2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-af33bcd8-827f-4f85-9545-08d0166ec6c2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-af33bcd8-827f-4f85-9545-08d0166ec6c2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-af33bcd8-827f-4f85-9545-08d0166ec6c2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-bd90499b-4a78-4204-ac3a-c42f250ab17c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bd90499b-4a78-4204-ac3a-c42f250ab17c .shogun-heading-component h2 {
  
  font-weight:  700 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: right;
}



#s-dca4f262-8729-4bbd-8102-01ba41a78e75 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dca4f262-8729-4bbd-8102-01ba41a78e75 .shogun-heading-component h2 {
  
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-bd785b60-03d5-4af3-9370-8d6cc7591ec5 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-bd785b60-03d5-4af3-9370-8d6cc7591ec5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bd785b60-03d5-4af3-9370-8d6cc7591ec5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bd785b60-03d5-4af3-9370-8d6cc7591ec5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bd785b60-03d5-4af3-9370-8d6cc7591ec5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bd785b60-03d5-4af3-9370-8d6cc7591ec5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bd785b60-03d5-4af3-9370-8d6cc7591ec5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bd785b60-03d5-4af3-9370-8d6cc7591ec5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-33a54d14-1f92-45e5-85e7-3f38d652f4fc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-33a54d14-1f92-45e5-85e7-3f38d652f4fc .shogun-heading-component h2 {
  
  font-weight:  700 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: right;
}



#s-ae534e01-91e5-4308-b0e7-d093630243b7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ae534e01-91e5-4308-b0e7-d093630243b7 .shogun-heading-component h2 {
  
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-bdb16fbd-ae08-40f9-a359-5632b3108ec1 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-bdb16fbd-ae08-40f9-a359-5632b3108ec1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bdb16fbd-ae08-40f9-a359-5632b3108ec1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bdb16fbd-ae08-40f9-a359-5632b3108ec1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bdb16fbd-ae08-40f9-a359-5632b3108ec1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bdb16fbd-ae08-40f9-a359-5632b3108ec1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bdb16fbd-ae08-40f9-a359-5632b3108ec1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bdb16fbd-ae08-40f9-a359-5632b3108ec1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-cedd4252-6caf-4eb5-820a-ff189688bb03 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cedd4252-6caf-4eb5-820a-ff189688bb03 .shogun-heading-component h2 {
  
  font-weight:  700 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: right;
}



#s-0ca3d62e-e05b-4339-8599-4ee134ffdc11 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0ca3d62e-e05b-4339-8599-4ee134ffdc11 .shogun-heading-component h2 {
  
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-6efc7d38-48b2-42c0-ab09-5ee34dd37e16 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-6efc7d38-48b2-42c0-ab09-5ee34dd37e16"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6efc7d38-48b2-42c0-ab09-5ee34dd37e16"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6efc7d38-48b2-42c0-ab09-5ee34dd37e16"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6efc7d38-48b2-42c0-ab09-5ee34dd37e16"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6efc7d38-48b2-42c0-ab09-5ee34dd37e16"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6efc7d38-48b2-42c0-ab09-5ee34dd37e16"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6efc7d38-48b2-42c0-ab09-5ee34dd37e16"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-1b04b345-4d6f-4c78-b803-5b0def866b69 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1b04b345-4d6f-4c78-b803-5b0def866b69 .shogun-heading-component h2 {
  
  font-weight:  700 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: right;
}



#s-3dd6c564-2740-4d9c-940e-cbc258dba176 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3dd6c564-2740-4d9c-940e-cbc258dba176 .shogun-heading-component h2 {
  
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-9453ced8-6d36-4d4c-82b5-851d8a2b4eaf {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-9453ced8-6d36-4d4c-82b5-851d8a2b4eaf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9453ced8-6d36-4d4c-82b5-851d8a2b4eaf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9453ced8-6d36-4d4c-82b5-851d8a2b4eaf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9453ced8-6d36-4d4c-82b5-851d8a2b4eaf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9453ced8-6d36-4d4c-82b5-851d8a2b4eaf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9453ced8-6d36-4d4c-82b5-851d8a2b4eaf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9453ced8-6d36-4d4c-82b5-851d8a2b4eaf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-06f2f00d-7006-407d-9571-5b7c747a3294 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-06f2f00d-7006-407d-9571-5b7c747a3294 .shogun-heading-component h2 {
  
  font-weight:  700 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: right;
}



#s-a047e7f3-27e7-4b3e-a16a-4a9e0b61a80c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a047e7f3-27e7-4b3e-a16a-4a9e0b61a80c .shogun-heading-component h2 {
  
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-78e8e72b-23ed-4987-a247-42f48fc23a6a {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-78e8e72b-23ed-4987-a247-42f48fc23a6a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-78e8e72b-23ed-4987-a247-42f48fc23a6a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-78e8e72b-23ed-4987-a247-42f48fc23a6a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-78e8e72b-23ed-4987-a247-42f48fc23a6a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-78e8e72b-23ed-4987-a247-42f48fc23a6a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-78e8e72b-23ed-4987-a247-42f48fc23a6a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-78e8e72b-23ed-4987-a247-42f48fc23a6a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-b30747c8-1470-4feb-a2a7-76da3a70a879 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b30747c8-1470-4feb-a2a7-76da3a70a879 .shogun-heading-component h2 {
  
  font-weight:  700 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: right;
}



#s-c2b3e97e-d297-46d2-8761-a15d4ca1f139 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c2b3e97e-d297-46d2-8761-a15d4ca1f139 .shogun-heading-component h2 {
  
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-ad02458a-8701-412a-9b03-dd4f75ae15d2 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-ad02458a-8701-412a-9b03-dd4f75ae15d2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ad02458a-8701-412a-9b03-dd4f75ae15d2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ad02458a-8701-412a-9b03-dd4f75ae15d2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ad02458a-8701-412a-9b03-dd4f75ae15d2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ad02458a-8701-412a-9b03-dd4f75ae15d2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ad02458a-8701-412a-9b03-dd4f75ae15d2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ad02458a-8701-412a-9b03-dd4f75ae15d2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-ac738610-4a94-48bf-85a5-e6770c565d9c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ac738610-4a94-48bf-85a5-e6770c565d9c .shogun-heading-component h2 {
  
  font-weight:  700 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: right;
}



#s-0fe5c1ee-f7a8-46d7-be09-90432b4696cc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0fe5c1ee-f7a8-46d7-be09-90432b4696cc .shogun-heading-component h2 {
  
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-13c988a6-2ffc-4a32-b614-3b8bbafff699 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-13c988a6-2ffc-4a32-b614-3b8bbafff699"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-13c988a6-2ffc-4a32-b614-3b8bbafff699"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-13c988a6-2ffc-4a32-b614-3b8bbafff699"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-13c988a6-2ffc-4a32-b614-3b8bbafff699"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-13c988a6-2ffc-4a32-b614-3b8bbafff699"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-13c988a6-2ffc-4a32-b614-3b8bbafff699"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-13c988a6-2ffc-4a32-b614-3b8bbafff699"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-5fc34315-a4f5-4064-a616-c32e410f1aef {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5fc34315-a4f5-4064-a616-c32e410f1aef .shogun-heading-component h2 {
  
  font-weight:  700 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: right;
}



#s-7d1044ce-98e8-405d-947a-feb7f91d63e1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7d1044ce-98e8-405d-947a-feb7f91d63e1 .shogun-heading-component h2 {
  
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-8034215b-cfb3-4af6-b6a6-16165917a1dd {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-8034215b-cfb3-4af6-b6a6-16165917a1dd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8034215b-cfb3-4af6-b6a6-16165917a1dd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8034215b-cfb3-4af6-b6a6-16165917a1dd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8034215b-cfb3-4af6-b6a6-16165917a1dd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8034215b-cfb3-4af6-b6a6-16165917a1dd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8034215b-cfb3-4af6-b6a6-16165917a1dd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8034215b-cfb3-4af6-b6a6-16165917a1dd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-dd99c306-24f6-4528-89cc-34f64cdd6961 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dd99c306-24f6-4528-89cc-34f64cdd6961 .shogun-heading-component h2 {
  
  font-weight:  700 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: right;
}



#s-bd863ec7-776f-4324-bd2c-dc3a2d447b7d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bd863ec7-776f-4324-bd2c-dc3a2d447b7d .shogun-heading-component h2 {
  
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-52ed7041-536a-42d1-a1d6-23f4b29fd939 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-52ed7041-536a-42d1-a1d6-23f4b29fd939 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-52ed7041-536a-42d1-a1d6-23f4b29fd939.shg-box.shg-c {
  justify-content: center;
}

#s-166e1dbd-de89-44c7-839a-4ccb1392c9b0 {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 10px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-166e1dbd-de89-44c7-839a-4ccb1392c9b0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-166e1dbd-de89-44c7-839a-4ccb1392c9b0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-166e1dbd-de89-44c7-839a-4ccb1392c9b0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-166e1dbd-de89-44c7-839a-4ccb1392c9b0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-166e1dbd-de89-44c7-839a-4ccb1392c9b0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-166e1dbd-de89-44c7-839a-4ccb1392c9b0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-166e1dbd-de89-44c7-839a-4ccb1392c9b0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-b30546dc-4a2b-4b49-8058-2097613cd790 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b30546dc-4a2b-4b49-8058-2097613cd790 .shogun-heading-component h2 {
  
  font-weight:  700 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: right;
}



#s-54b8f371-92db-49b7-928a-293121f472e3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-54b8f371-92db-49b7-928a-293121f472e3 .shogun-heading-component h2 {
  
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-99e681f2-c2b2-45c6-a761-40b0b48d4525 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-99e681f2-c2b2-45c6-a761-40b0b48d4525"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-99e681f2-c2b2-45c6-a761-40b0b48d4525"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-99e681f2-c2b2-45c6-a761-40b0b48d4525"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-99e681f2-c2b2-45c6-a761-40b0b48d4525"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-99e681f2-c2b2-45c6-a761-40b0b48d4525"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-99e681f2-c2b2-45c6-a761-40b0b48d4525"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-99e681f2-c2b2-45c6-a761-40b0b48d4525"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-e62cb504-7ec0-41ec-b958-537d05af7947 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e62cb504-7ec0-41ec-b958-537d05af7947 .shogun-heading-component h2 {
  
  font-weight:  700 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: right;
}



#s-a6b829db-b56f-4e7c-ae2a-88b7d7cc7a35 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a6b829db-b56f-4e7c-ae2a-88b7d7cc7a35 .shogun-heading-component h2 {
  
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-efbee9e3-ff47-4766-ab39-28ff79a03d3b {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-efbee9e3-ff47-4766-ab39-28ff79a03d3b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-efbee9e3-ff47-4766-ab39-28ff79a03d3b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-efbee9e3-ff47-4766-ab39-28ff79a03d3b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-efbee9e3-ff47-4766-ab39-28ff79a03d3b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-efbee9e3-ff47-4766-ab39-28ff79a03d3b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-efbee9e3-ff47-4766-ab39-28ff79a03d3b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-efbee9e3-ff47-4766-ab39-28ff79a03d3b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-75d037bc-bca3-4845-8e75-362c75e80982 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-75d037bc-bca3-4845-8e75-362c75e80982 .shogun-heading-component h2 {
  
  font-weight:  700 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: right;
}



#s-5c3b2294-a69b-47c5-a0af-63b9cdadee8e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5c3b2294-a69b-47c5-a0af-63b9cdadee8e .shogun-heading-component h2 {
  
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-5d90087a-e824-41ed-89be-4ed6c53a40ff {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-5d90087a-e824-41ed-89be-4ed6c53a40ff"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5d90087a-e824-41ed-89be-4ed6c53a40ff"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5d90087a-e824-41ed-89be-4ed6c53a40ff"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5d90087a-e824-41ed-89be-4ed6c53a40ff"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5d90087a-e824-41ed-89be-4ed6c53a40ff"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5d90087a-e824-41ed-89be-4ed6c53a40ff"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5d90087a-e824-41ed-89be-4ed6c53a40ff"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-e57983a9-13e6-402c-a8b8-f242a567671e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e57983a9-13e6-402c-a8b8-f242a567671e .shogun-heading-component h2 {
  
  font-weight:  700 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: right;
}



#s-fb83af4b-8eae-49db-9ba3-f76914273e70 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fb83af4b-8eae-49db-9ba3-f76914273e70 .shogun-heading-component h2 {
  
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-be10b6cf-b8de-4c63-8b6c-4c9c75da1c70 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-be10b6cf-b8de-4c63-8b6c-4c9c75da1c70"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-be10b6cf-b8de-4c63-8b6c-4c9c75da1c70"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-be10b6cf-b8de-4c63-8b6c-4c9c75da1c70"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-be10b6cf-b8de-4c63-8b6c-4c9c75da1c70"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-be10b6cf-b8de-4c63-8b6c-4c9c75da1c70"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-be10b6cf-b8de-4c63-8b6c-4c9c75da1c70"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-be10b6cf-b8de-4c63-8b6c-4c9c75da1c70"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-0e2256f7-e756-42be-baa8-babf31beff46 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0e2256f7-e756-42be-baa8-babf31beff46 .shogun-heading-component h2 {
  
  font-weight:  700 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: right;
}



#s-c5261b2b-3f98-484f-a412-ffd657934eee {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c5261b2b-3f98-484f-a412-ffd657934eee .shogun-heading-component h2 {
  
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-7c3b3ada-7e10-4e2f-9b11-6478028d3d82 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-7c3b3ada-7e10-4e2f-9b11-6478028d3d82"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7c3b3ada-7e10-4e2f-9b11-6478028d3d82"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7c3b3ada-7e10-4e2f-9b11-6478028d3d82"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7c3b3ada-7e10-4e2f-9b11-6478028d3d82"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7c3b3ada-7e10-4e2f-9b11-6478028d3d82"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7c3b3ada-7e10-4e2f-9b11-6478028d3d82"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7c3b3ada-7e10-4e2f-9b11-6478028d3d82"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-ac31d06e-23a0-4f31-90ef-a8be2d66f91a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ac31d06e-23a0-4f31-90ef-a8be2d66f91a .shogun-heading-component h2 {
  
  font-weight:  700 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: right;
}



#s-97ad69ec-a76d-4e81-b636-876510e94e4b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-97ad69ec-a76d-4e81-b636-876510e94e4b .shogun-heading-component h2 {
  
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-077b06bc-3456-4139-9103-f4041e375ff5 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-077b06bc-3456-4139-9103-f4041e375ff5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-077b06bc-3456-4139-9103-f4041e375ff5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-077b06bc-3456-4139-9103-f4041e375ff5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-077b06bc-3456-4139-9103-f4041e375ff5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-077b06bc-3456-4139-9103-f4041e375ff5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-077b06bc-3456-4139-9103-f4041e375ff5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-077b06bc-3456-4139-9103-f4041e375ff5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-109ea2a0-d302-487f-9f70-5645b24471cc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-109ea2a0-d302-487f-9f70-5645b24471cc .shogun-heading-component h2 {
  
  font-weight:  700 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: right;
}



#s-7dd57c92-4eb5-4d5c-b058-5e53cf374ac1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7dd57c92-4eb5-4d5c-b058-5e53cf374ac1 .shogun-heading-component h2 {
  
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-d441887b-9ee8-4e7a-b9e1-e1c088f71b5a {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-d441887b-9ee8-4e7a-b9e1-e1c088f71b5a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d441887b-9ee8-4e7a-b9e1-e1c088f71b5a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d441887b-9ee8-4e7a-b9e1-e1c088f71b5a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d441887b-9ee8-4e7a-b9e1-e1c088f71b5a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d441887b-9ee8-4e7a-b9e1-e1c088f71b5a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d441887b-9ee8-4e7a-b9e1-e1c088f71b5a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d441887b-9ee8-4e7a-b9e1-e1c088f71b5a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-08201f94-b631-41cd-ad4a-a66e1fc0333d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-08201f94-b631-41cd-ad4a-a66e1fc0333d .shogun-heading-component h2 {
  
  font-weight:  700 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: right;
}



#s-c47cd451-815a-41d4-8a5e-12fab1af71e8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c47cd451-815a-41d4-8a5e-12fab1af71e8 .shogun-heading-component h2 {
  
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-ecba3a99-9304-4bb8-950a-331cd4893567 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-ecba3a99-9304-4bb8-950a-331cd4893567"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ecba3a99-9304-4bb8-950a-331cd4893567"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ecba3a99-9304-4bb8-950a-331cd4893567"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ecba3a99-9304-4bb8-950a-331cd4893567"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ecba3a99-9304-4bb8-950a-331cd4893567"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ecba3a99-9304-4bb8-950a-331cd4893567"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ecba3a99-9304-4bb8-950a-331cd4893567"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-95a86779-8a0a-4391-8e5e-b77597c20a0f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-95a86779-8a0a-4391-8e5e-b77597c20a0f .shogun-heading-component h2 {
  
  font-weight:  700 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: right;
}



#s-d907b382-9ee6-49b8-8d12-a1bfac0a8779 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d907b382-9ee6-49b8-8d12-a1bfac0a8779 .shogun-heading-component h2 {
  
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-6a6b1deb-31e9-422c-be50-15499d0c79b6 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-6a6b1deb-31e9-422c-be50-15499d0c79b6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6a6b1deb-31e9-422c-be50-15499d0c79b6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6a6b1deb-31e9-422c-be50-15499d0c79b6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6a6b1deb-31e9-422c-be50-15499d0c79b6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6a6b1deb-31e9-422c-be50-15499d0c79b6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6a6b1deb-31e9-422c-be50-15499d0c79b6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6a6b1deb-31e9-422c-be50-15499d0c79b6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-dc05c8e1-8c2a-4d6d-8c84-5272be9dcef4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dc05c8e1-8c2a-4d6d-8c84-5272be9dcef4 .shogun-heading-component h2 {
  
  font-weight:  700 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: right;
}



#s-116b9542-6bf5-4e1f-8581-7fbe47604337 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-116b9542-6bf5-4e1f-8581-7fbe47604337 .shogun-heading-component h2 {
  
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-21d984ba-2c0e-4b48-8813-38ed145be444 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-21d984ba-2c0e-4b48-8813-38ed145be444"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-21d984ba-2c0e-4b48-8813-38ed145be444"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-21d984ba-2c0e-4b48-8813-38ed145be444"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-21d984ba-2c0e-4b48-8813-38ed145be444"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-21d984ba-2c0e-4b48-8813-38ed145be444"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-21d984ba-2c0e-4b48-8813-38ed145be444"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-21d984ba-2c0e-4b48-8813-38ed145be444"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-6f6be143-55ba-4436-9b8b-3a56704ad7d7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6f6be143-55ba-4436-9b8b-3a56704ad7d7 .shogun-heading-component h2 {
  
  font-weight:  700 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: right;
}



#s-fb3ba8a3-5557-43ff-bb63-2922b0a57db4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fb3ba8a3-5557-43ff-bb63-2922b0a57db4 .shogun-heading-component h2 {
  
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-d5919d7c-30e5-492c-88a7-b3a78308e0b7 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-d5919d7c-30e5-492c-88a7-b3a78308e0b7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d5919d7c-30e5-492c-88a7-b3a78308e0b7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d5919d7c-30e5-492c-88a7-b3a78308e0b7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d5919d7c-30e5-492c-88a7-b3a78308e0b7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d5919d7c-30e5-492c-88a7-b3a78308e0b7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d5919d7c-30e5-492c-88a7-b3a78308e0b7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d5919d7c-30e5-492c-88a7-b3a78308e0b7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-60e33499-9060-4dc4-9529-6459f2d04f34 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-60e33499-9060-4dc4-9529-6459f2d04f34 .shogun-heading-component h2 {
  
  font-weight:  700 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: right;
}



#s-54bceed9-a95e-433e-801d-c1031dd10695 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-54bceed9-a95e-433e-801d-c1031dd10695 .shogun-heading-component h2 {
  
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-5694d377-2c60-48bf-bad0-1847d031ae1d {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-5694d377-2c60-48bf-bad0-1847d031ae1d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5694d377-2c60-48bf-bad0-1847d031ae1d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5694d377-2c60-48bf-bad0-1847d031ae1d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5694d377-2c60-48bf-bad0-1847d031ae1d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5694d377-2c60-48bf-bad0-1847d031ae1d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5694d377-2c60-48bf-bad0-1847d031ae1d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5694d377-2c60-48bf-bad0-1847d031ae1d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-5a4c0e0b-fec3-40bf-93f7-ad1a7c61a455 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5a4c0e0b-fec3-40bf-93f7-ad1a7c61a455 .shogun-heading-component h2 {
  
  font-weight:  700 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: right;
}



#s-7f5ef5ad-4400-436e-a476-e1dd9d8c2b50 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7f5ef5ad-4400-436e-a476-e1dd9d8c2b50 .shogun-heading-component h2 {
  
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-8743f410-0d02-4c5b-9d6f-c5056f22caf7 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}

#s-90bf796e-a412-47ec-8177-239582e4f5af {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}

#s-561d527b-4ac8-40c5-a335-8d271524aea5 {
  margin-left: auto;
margin-right: auto;
}

.shg-product-title-component h1 span,
.shg-product-title-component h2 span,
.shg-product-title-component h3 span,
.shg-product-title-component h4 span,
.shg-product-title-component h5 span,
.shg-product-title-component h6 span {
  margin: 0;
  padding: 0;
  display: block;
  
  
  text-transform: none;
  
  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-bc28bb9f-18d9-438b-9fec-692be0721f9e {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-bc28bb9f-18d9-438b-9fec-692be0721f9e .shg-product-title-component h1 span {
  
  font-weight:  200 ;
  font-family: Titillium Web;
  
  font-size: 28px;
  
  
  
}

#s-8f116691-4b7b-435e-b0ad-b86eba58ff23 {
  margin-top: 5%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
}

#s-3fb0e4c8-e2c3-44fa-bcdb-e56c31a7ae17 {
  margin-left: auto;
margin-bottom: 5%;
margin-right: auto;
padding-top: 0%;
padding-bottom: 0%;
text-align: left;
}

#s-3fb0e4c8-e2c3-44fa-bcdb-e56c31a7ae17 .shogun-heading-component h2 {
  
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.5em;
  
  
}



#s-35bd1fe6-35c6-44e8-b200-73fe6eaebd37 {
  margin-top: 5%;
margin-left: auto;
margin-bottom: 5%;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-35bd1fe6-35c6-44e8-b200-73fe6eaebd37 .shogun-heading-component h2 {
  
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



.shg-btn-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

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

.shg-variant-btn {
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  letter-spacing: normal;
}

.shg-variant-btn.hidden {
  display: none;
}

.shg-variant-btn.disabled {
  cursor: not-allowed;
}

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

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

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

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

#s-c5308e37-8ae5-4398-ba51-37f00b2e38e4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: left;
}

#s-c5308e37-8ae5-4398-ba51-37f00b2e38e4 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-c5308e37-8ae5-4398-ba51-37f00b2e38e4 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-c5308e37-8ae5-4398-ba51-37f00b2e38e4 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-c5308e37-8ae5-4398-ba51-37f00b2e38e4 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-c5308e37-8ae5-4398-ba51-37f00b2e38e4 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-c5308e37-8ae5-4398-ba51-37f00b2e38e4 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-c5308e37-8ae5-4398-ba51-37f00b2e38e4 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-c5308e37-8ae5-4398-ba51-37f00b2e38e4 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-c5308e37-8ae5-4398-ba51-37f00b2e38e4 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c5308e37-8ae5-4398-ba51-37f00b2e38e4 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c5308e37-8ae5-4398-ba51-37f00b2e38e4 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-c5308e37-8ae5-4398-ba51-37f00b2e38e4-btn-wrapper {
    text-align: center;
  }


#s-c5308e37-8ae5-4398-ba51-37f00b2e38e4 .shg-variant-btn {
  
    background-color: #252525;
  

  color: #ffffff;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-c5308e37-8ae5-4398-ba51-37f00b2e38e4 .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-c5308e37-8ae5-4398-ba51-37f00b2e38e4 .shg-variant-btn:active, #s-c5308e37-8ae5-4398-ba51-37f00b2e38e4 .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-c5308e37-8ae5-4398-ba51-37f00b2e38e4 .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-056ad582-6ddb-42e2-afc1-76c80df6c986 {
  margin-top: 5%;
margin-left: auto;
margin-bottom: 5%;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-056ad582-6ddb-42e2-afc1-76c80df6c986 .shogun-heading-component h2 {
  
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-25be0249-7929-4e7e-a5ca-d57aa6c7476a {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
margin-top: 0%;
margin-left: auto;
margin-bottom: 5%;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}

#s-25be0249-7929-4e7e-a5ca-d57aa6c7476a .shg-product-quantity-wrapper {
  display: flex;
}

#s-25be0249-7929-4e7e-a5ca-d57aa6c7476a .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-25be0249-7929-4e7e-a5ca-d57aa6c7476a .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-25be0249-7929-4e7e-a5ca-d57aa6c7476a .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-25be0249-7929-4e7e-a5ca-d57aa6c7476a .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-0c167600-9868-4711-8b8e-714706acfc93 {
  margin-top: 5%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-0c167600-9868-4711-8b8e-714706acfc93 .shogun-heading-component h2 {
  
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-bbda7ba7-86a3-4838-9bb6-85a13d519d45 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-bbda7ba7-86a3-4838-9bb6-85a13d519d45 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 36px;
  font-weight:  normal ;
  font-family: Titillium Web;
  font-style:  normal ;
}

#s-bbda7ba7-86a3-4838-9bb6-85a13d519d45 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: Titillium Web;
  font-style:  normal ;
  font-size: 36px;
}

#s-bbda7ba7-86a3-4838-9bb6-85a13d519d45 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

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

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

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

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

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

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

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

#s-643d39e3-3ab0-4622-9ad4-d7b0ea32cb6a {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDBlNTRkODEtMmM4Ni00NzQyLThjZTgtNWI2ZGZhZDAwMjgzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojYzgwMDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTEwMDAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkMGU1NGQ4MS0yYzg2LTQ3NDItOGNlOC01YjZkZmFkMDAyODMpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 5%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 15px;
padding-left: 0px;
padding-bottom: 15px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 0px;
text-align: center;
cursor: pointer;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#c80000"}, {"id"=>1, "pos"=>1, "color"=>"#e10000"}];
hover-type: gradient;
color: rgba(235, 235, 235, 1);
}
#s-643d39e3-3ab0-4622-9ad4-d7b0ea32cb6a:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzQ5MTRkN2MtYmE0Mi00YjhhLThlYzctMWJlZWM5ZGVmNzQ2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojYTkwMDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYzQwMDAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzNDkxNGQ3Yy1iYTQyLTRiOGEtOGVjNy0xYmVlYzlkZWY3NDYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-radius: 0px !important;
text-decoration: none !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#a90000"}, {"id"=>1, "pos"=>1, "color"=>"#c40000"}] !important;
hover-type: gradient !important;
color: rgba(235, 235, 235, 1) !important;}#s-643d39e3-3ab0-4622-9ad4-d7b0ea32cb6a:active {border-radius: 0px !important;
background-color: rgba(255, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(235, 235, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-643d39e3-3ab0-4622-9ad4-d7b0ea32cb6a-atc-btn-wrapper {
    text-align: center;
  }


#s-643d39e3-3ab0-4622-9ad4-d7b0ea32cb6a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-643d39e3-3ab0-4622-9ad4-d7b0ea32cb6a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-643d39e3-3ab0-4622-9ad4-d7b0ea32cb6a.shg-btn {
  color: rgba(235, 235, 235, 1);
  font-size: 18px;
  font-weight: 300;
  
  font-family: Titillium Web;
  display:  block ;
}

#s-643d39e3-3ab0-4622-9ad4-d7b0ea32cb6a.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Titillium Web;
  
  
  
}


@media (min-width: 1200px){
  #s-643d39e3-3ab0-4622-9ad4-d7b0ea32cb6a-atc-btn-wrapper {
    text-align: center;
  }


#s-643d39e3-3ab0-4622-9ad4-d7b0ea32cb6a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-643d39e3-3ab0-4622-9ad4-d7b0ea32cb6a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-643d39e3-3ab0-4622-9ad4-d7b0ea32cb6a.shg-btn {
  color: rgba(235, 235, 235, 1);
  font-size: 18px;
  font-weight: 300;
  
  font-family: Titillium Web;
  display:  block ;
}

#s-643d39e3-3ab0-4622-9ad4-d7b0ea32cb6a.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Titillium Web;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-643d39e3-3ab0-4622-9ad4-d7b0ea32cb6a-atc-btn-wrapper {
    text-align: center;
  }


#s-643d39e3-3ab0-4622-9ad4-d7b0ea32cb6a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-643d39e3-3ab0-4622-9ad4-d7b0ea32cb6a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-643d39e3-3ab0-4622-9ad4-d7b0ea32cb6a.shg-btn {
  color: rgba(235, 235, 235, 1);
  font-size: 18px;
  font-weight: 300;
  
  font-family: Titillium Web;
  display:  block ;
}

#s-643d39e3-3ab0-4622-9ad4-d7b0ea32cb6a.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Titillium Web;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-643d39e3-3ab0-4622-9ad4-d7b0ea32cb6a-atc-btn-wrapper {
    text-align: center;
  }


#s-643d39e3-3ab0-4622-9ad4-d7b0ea32cb6a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-643d39e3-3ab0-4622-9ad4-d7b0ea32cb6a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-643d39e3-3ab0-4622-9ad4-d7b0ea32cb6a.shg-btn {
  color: rgba(235, 235, 235, 1);
  font-size: 18px;
  font-weight: 300;
  
  font-family: Titillium Web;
  display:  block ;
}

#s-643d39e3-3ab0-4622-9ad4-d7b0ea32cb6a.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Titillium Web;
  
  
  
}


}@media (max-width: 767px){
  #s-643d39e3-3ab0-4622-9ad4-d7b0ea32cb6a-atc-btn-wrapper {
    text-align: center;
  }


#s-643d39e3-3ab0-4622-9ad4-d7b0ea32cb6a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-643d39e3-3ab0-4622-9ad4-d7b0ea32cb6a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-643d39e3-3ab0-4622-9ad4-d7b0ea32cb6a.shg-btn {
  color: rgba(235, 235, 235, 1);
  font-size: 18px;
  font-weight: 300;
  
  font-family: Titillium Web;
  display:  block ;
}

#s-643d39e3-3ab0-4622-9ad4-d7b0ea32cb6a.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Titillium Web;
  
  
  
}


}
.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;
          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-9a1ebef3-2a0c-4b07-bc40-83ee016fc29c {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}
@media (min-width: 1200px){#s-9a1ebef3-2a0c-4b07-bc40-83ee016fc29c {
  display: none;
}
#s-9a1ebef3-2a0c-4b07-bc40-83ee016fc29c, #wrap-s-9a1ebef3-2a0c-4b07-bc40-83ee016fc29c, #wrap-content-s-9a1ebef3-2a0c-4b07-bc40-83ee016fc29c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9a1ebef3-2a0c-4b07-bc40-83ee016fc29c {
  display: none;
}
#s-9a1ebef3-2a0c-4b07-bc40-83ee016fc29c, #wrap-s-9a1ebef3-2a0c-4b07-bc40-83ee016fc29c, #wrap-content-s-9a1ebef3-2a0c-4b07-bc40-83ee016fc29c { display: none !important; }}
#s-9a1ebef3-2a0c-4b07-bc40-83ee016fc29c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(51, 51, 51, 1);
}

#s-9a1ebef3-2a0c-4b07-bc40-83ee016fc29c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(51, 51, 51, 1);
  padding: 15px;
}

#s-9a1ebef3-2a0c-4b07-bc40-83ee016fc29c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(235, 235, 235, 1);
}

#s-9a1ebef3-2a0c-4b07-bc40-83ee016fc29c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(51, 51, 51, 1);
}

#s-9a1ebef3-2a0c-4b07-bc40-83ee016fc29c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(235, 235, 235, 1);
  text-align: left;
  font-family: Titillium Web;
  font-weight: 200;
  
  font-size: 16px;
}

#s-9a1ebef3-2a0c-4b07-bc40-83ee016fc29c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-6a1ff88c-c02c-4be7-ac7b-7d30483d3e2f {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-6a1ff88c-c02c-4be7-ac7b-7d30483d3e2f {
  padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
}
}
#s-857b013b-88bd-44a7-b9bf-f0f78c7a8fb7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-857b013b-88bd-44a7-b9bf-f0f78c7a8fb7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-857b013b-88bd-44a7-b9bf-f0f78c7a8fb7.shg-box.shg-c {
  justify-content: center;
}

#s-f995fe2f-c416-4e09-9b6a-8f5a8f8e753c {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: 0%;
padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-f995fe2f-c416-4e09-9b6a-8f5a8f8e753c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f995fe2f-c416-4e09-9b6a-8f5a8f8e753c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f995fe2f-c416-4e09-9b6a-8f5a8f8e753c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f995fe2f-c416-4e09-9b6a-8f5a8f8e753c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f995fe2f-c416-4e09-9b6a-8f5a8f8e753c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f995fe2f-c416-4e09-9b6a-8f5a8f8e753c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f995fe2f-c416-4e09-9b6a-8f5a8f8e753c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-61b0acf1-dce4-4efb-abe6-d74bf6cf9437 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-61b0acf1-dce4-4efb-abe6-d74bf6cf9437 .shogun-heading-component h2 {
  
  font-weight:  700 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-7c94c889-713a-4260-b378-0af092a83ffc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7c94c889-713a-4260-b378-0af092a83ffc .shogun-heading-component h2 {
  
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-d9bbed06-303f-4205-8d34-f898abb9dfd7 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-d9bbed06-303f-4205-8d34-f898abb9dfd7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d9bbed06-303f-4205-8d34-f898abb9dfd7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d9bbed06-303f-4205-8d34-f898abb9dfd7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d9bbed06-303f-4205-8d34-f898abb9dfd7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d9bbed06-303f-4205-8d34-f898abb9dfd7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d9bbed06-303f-4205-8d34-f898abb9dfd7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d9bbed06-303f-4205-8d34-f898abb9dfd7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-97b45e20-4f5b-4a2f-9a3c-7d465fb39f0d {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-97b45e20-4f5b-4a2f-9a3c-7d465fb39f0d .shogun-heading-component h2 {
  
  font-weight:  700 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-3006b4e6-14a9-4637-88f6-f25ee0bd7245 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3006b4e6-14a9-4637-88f6-f25ee0bd7245 .shogun-heading-component h2 {
  
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-69e429a0-244c-4144-abdd-5362c20a1cbd {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: 0%;
padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-69e429a0-244c-4144-abdd-5362c20a1cbd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-69e429a0-244c-4144-abdd-5362c20a1cbd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-69e429a0-244c-4144-abdd-5362c20a1cbd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-69e429a0-244c-4144-abdd-5362c20a1cbd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-69e429a0-244c-4144-abdd-5362c20a1cbd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-69e429a0-244c-4144-abdd-5362c20a1cbd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-69e429a0-244c-4144-abdd-5362c20a1cbd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-bdabc543-cc7b-4f5a-b2d1-102d9638e8b1 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-bdabc543-cc7b-4f5a-b2d1-102d9638e8b1 .shogun-heading-component h2 {
  
  font-weight:  700 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-0c668adf-e4f2-4fea-bfe3-d7dbce72f97a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0c668adf-e4f2-4fea-bfe3-d7dbce72f97a .shogun-heading-component h2 {
  
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-63759bbf-67fa-4f97-9a10-21b103243b9c {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: 0%;
padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-63759bbf-67fa-4f97-9a10-21b103243b9c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-63759bbf-67fa-4f97-9a10-21b103243b9c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-63759bbf-67fa-4f97-9a10-21b103243b9c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-63759bbf-67fa-4f97-9a10-21b103243b9c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-63759bbf-67fa-4f97-9a10-21b103243b9c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-63759bbf-67fa-4f97-9a10-21b103243b9c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-63759bbf-67fa-4f97-9a10-21b103243b9c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-da427100-21ff-4127-bdd4-428c6cf1cf7a {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-da427100-21ff-4127-bdd4-428c6cf1cf7a .shogun-heading-component h2 {
  
  font-weight:  700 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-11496dd0-3a37-4f48-8d24-ff1e3564871e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-11496dd0-3a37-4f48-8d24-ff1e3564871e .shogun-heading-component h2 {
  
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-e4c919c7-4f08-47fe-9539-0fc9f65624e3 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: 0%;
padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-e4c919c7-4f08-47fe-9539-0fc9f65624e3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e4c919c7-4f08-47fe-9539-0fc9f65624e3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e4c919c7-4f08-47fe-9539-0fc9f65624e3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e4c919c7-4f08-47fe-9539-0fc9f65624e3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e4c919c7-4f08-47fe-9539-0fc9f65624e3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e4c919c7-4f08-47fe-9539-0fc9f65624e3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e4c919c7-4f08-47fe-9539-0fc9f65624e3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-1a44f80d-0bf1-4acc-b00f-dbdcc3f90969 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-1a44f80d-0bf1-4acc-b00f-dbdcc3f90969 .shogun-heading-component h2 {
  
  font-weight:  700 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-c18df7f9-3356-4493-a503-a61524b7205f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c18df7f9-3356-4493-a503-a61524b7205f .shogun-heading-component h2 {
  
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-13d08503-638b-4c48-8db8-f041c6205c49 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-13d08503-638b-4c48-8db8-f041c6205c49"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-13d08503-638b-4c48-8db8-f041c6205c49"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-13d08503-638b-4c48-8db8-f041c6205c49"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-13d08503-638b-4c48-8db8-f041c6205c49"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-13d08503-638b-4c48-8db8-f041c6205c49"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-13d08503-638b-4c48-8db8-f041c6205c49"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-13d08503-638b-4c48-8db8-f041c6205c49"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-3e156673-26ec-4d45-9c8a-8921f889ea02 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-3e156673-26ec-4d45-9c8a-8921f889ea02 .shogun-heading-component h2 {
  
  font-weight:  700 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-58f956a4-0095-4199-9bd8-3076f41a7f84 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-58f956a4-0095-4199-9bd8-3076f41a7f84 .shogun-heading-component h2 {
  
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-e211c784-c6e1-490b-8d88-1fc76f4c772f {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-e211c784-c6e1-490b-8d88-1fc76f4c772f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e211c784-c6e1-490b-8d88-1fc76f4c772f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e211c784-c6e1-490b-8d88-1fc76f4c772f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e211c784-c6e1-490b-8d88-1fc76f4c772f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e211c784-c6e1-490b-8d88-1fc76f4c772f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e211c784-c6e1-490b-8d88-1fc76f4c772f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e211c784-c6e1-490b-8d88-1fc76f4c772f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-a0a3c134-87f7-4d6f-9eda-f3f9d70cf399 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a0a3c134-87f7-4d6f-9eda-f3f9d70cf399 .shogun-heading-component h2 {
  
  font-weight:  700 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-590450d0-6776-4250-909e-ff72e4c029ae {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-590450d0-6776-4250-909e-ff72e4c029ae .shogun-heading-component h2 {
  
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-eddd590e-fdb5-4b5d-85b8-08d36b9d2cef {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-eddd590e-fdb5-4b5d-85b8-08d36b9d2cef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eddd590e-fdb5-4b5d-85b8-08d36b9d2cef"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-eddd590e-fdb5-4b5d-85b8-08d36b9d2cef"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-eddd590e-fdb5-4b5d-85b8-08d36b9d2cef"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-eddd590e-fdb5-4b5d-85b8-08d36b9d2cef"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-eddd590e-fdb5-4b5d-85b8-08d36b9d2cef"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-eddd590e-fdb5-4b5d-85b8-08d36b9d2cef"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-fa47d260-fb04-40b1-b792-dd633147340c {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-fa47d260-fb04-40b1-b792-dd633147340c .shogun-heading-component h2 {
  
  font-weight:  700 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-9521daad-c1ab-429c-847f-78fe2e32713e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9521daad-c1ab-429c-847f-78fe2e32713e .shogun-heading-component h2 {
  
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-e8fe104f-65e5-4651-942c-91ae243d2119 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: 10%;
padding-left: 5%;
padding-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-e8fe104f-65e5-4651-942c-91ae243d2119 {
  margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-e8fe104f-65e5-4651-942c-91ae243d2119"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e8fe104f-65e5-4651-942c-91ae243d2119"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e8fe104f-65e5-4651-942c-91ae243d2119"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e8fe104f-65e5-4651-942c-91ae243d2119"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e8fe104f-65e5-4651-942c-91ae243d2119"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e8fe104f-65e5-4651-942c-91ae243d2119"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e8fe104f-65e5-4651-942c-91ae243d2119"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-50376e1e-6bea-47a1-9a5c-df492132506b {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-50376e1e-6bea-47a1-9a5c-df492132506b .shogun-heading-component h3 {
  
  font-weight:  700 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-8361edd5-f244-48a0-b10b-5f7e06fc282b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8361edd5-f244-48a0-b10b-5f7e06fc282b .shogun-heading-component h2 {
  
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-c464d31a-5d7b-413a-beba-893a9963b898 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-c464d31a-5d7b-413a-beba-893a9963b898 {
  margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-c464d31a-5d7b-413a-beba-893a9963b898"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c464d31a-5d7b-413a-beba-893a9963b898"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c464d31a-5d7b-413a-beba-893a9963b898"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c464d31a-5d7b-413a-beba-893a9963b898"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c464d31a-5d7b-413a-beba-893a9963b898"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c464d31a-5d7b-413a-beba-893a9963b898"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c464d31a-5d7b-413a-beba-893a9963b898"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-337a0565-557e-4553-8a80-abea7db57f26 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-337a0565-557e-4553-8a80-abea7db57f26 .shogun-heading-component h2 {
  
  font-weight:  700 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-f2172ed1-c215-4821-98e8-8463dd52d397 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f2172ed1-c215-4821-98e8-8463dd52d397 .shogun-heading-component h2 {
  
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-e7da2037-3248-4758-8874-de145a9d6cf6 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-e7da2037-3248-4758-8874-de145a9d6cf6 {
  margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-e7da2037-3248-4758-8874-de145a9d6cf6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e7da2037-3248-4758-8874-de145a9d6cf6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e7da2037-3248-4758-8874-de145a9d6cf6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e7da2037-3248-4758-8874-de145a9d6cf6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e7da2037-3248-4758-8874-de145a9d6cf6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e7da2037-3248-4758-8874-de145a9d6cf6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e7da2037-3248-4758-8874-de145a9d6cf6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-3c7eed7e-3699-478f-b4e1-be21b9fc35d8 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-3c7eed7e-3699-478f-b4e1-be21b9fc35d8 .shogun-heading-component h2 {
  
  font-weight:  700 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-e483d3f9-0bf4-4e6e-8c02-a3b41b4fce87 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e483d3f9-0bf4-4e6e-8c02-a3b41b4fce87 .shogun-heading-component h2 {
  
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-35415c27-4ff9-4f01-9bc6-aa897a884302 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-35415c27-4ff9-4f01-9bc6-aa897a884302 {
  margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-35415c27-4ff9-4f01-9bc6-aa897a884302"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-35415c27-4ff9-4f01-9bc6-aa897a884302"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-35415c27-4ff9-4f01-9bc6-aa897a884302"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-35415c27-4ff9-4f01-9bc6-aa897a884302"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-35415c27-4ff9-4f01-9bc6-aa897a884302"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-35415c27-4ff9-4f01-9bc6-aa897a884302"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-35415c27-4ff9-4f01-9bc6-aa897a884302"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-0549ff1e-9680-4641-893f-7669f678afc4 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-0549ff1e-9680-4641-893f-7669f678afc4 .shogun-heading-component h2 {
  
  font-weight:  700 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-edb1107a-99b6-4700-8f4b-b57393dd6a3d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-edb1107a-99b6-4700-8f4b-b57393dd6a3d .shogun-heading-component h2 {
  
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-c181afdb-e6a6-4fa2-b248-57e9fc32522d {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 40px;
margin-right: 10%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-c181afdb-e6a6-4fa2-b248-57e9fc32522d {
  margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-c181afdb-e6a6-4fa2-b248-57e9fc32522d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c181afdb-e6a6-4fa2-b248-57e9fc32522d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c181afdb-e6a6-4fa2-b248-57e9fc32522d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c181afdb-e6a6-4fa2-b248-57e9fc32522d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c181afdb-e6a6-4fa2-b248-57e9fc32522d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c181afdb-e6a6-4fa2-b248-57e9fc32522d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c181afdb-e6a6-4fa2-b248-57e9fc32522d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-2bf17577-1aa1-446a-b27b-b39f94d60b04 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-2bf17577-1aa1-446a-b27b-b39f94d60b04 .shogun-heading-component h2 {
  
  font-weight:  700 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-2f4e8122-c66d-424a-ad17-ec945856c50e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2f4e8122-c66d-424a-ad17-ec945856c50e .shogun-heading-component h2 {
  
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-e580160a-e9d7-4058-a6fa-54ca239850ae {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-e580160a-e9d7-4058-a6fa-54ca239850ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e580160a-e9d7-4058-a6fa-54ca239850ae.shg-box.shg-c {
  justify-content: center;
}

#s-52c0cf54-9b37-4139-961b-6703b1ab9d65 {
  margin-top: 40px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-52c0cf54-9b37-4139-961b-6703b1ab9d65"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-52c0cf54-9b37-4139-961b-6703b1ab9d65"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-52c0cf54-9b37-4139-961b-6703b1ab9d65"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-52c0cf54-9b37-4139-961b-6703b1ab9d65"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-52c0cf54-9b37-4139-961b-6703b1ab9d65"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-52c0cf54-9b37-4139-961b-6703b1ab9d65"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-52c0cf54-9b37-4139-961b-6703b1ab9d65"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-627b468f-20a6-4dcc-8afc-ad32a29691b2 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-627b468f-20a6-4dcc-8afc-ad32a29691b2 .shogun-heading-component h2 {
  
  font-weight:  700 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-50d17354-0b5e-45f7-aab8-34d47cfb2c30 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-50d17354-0b5e-45f7-aab8-34d47cfb2c30 {
  padding-top: 0px;
padding-bottom: 20px;
}
}
#s-50d17354-0b5e-45f7-aab8-34d47cfb2c30 .shogun-heading-component h2 {
  
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-67162d0c-33e2-4b78-bf86-474a769e04b1 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-67162d0c-33e2-4b78-bf86-474a769e04b1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-67162d0c-33e2-4b78-bf86-474a769e04b1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-67162d0c-33e2-4b78-bf86-474a769e04b1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-67162d0c-33e2-4b78-bf86-474a769e04b1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-67162d0c-33e2-4b78-bf86-474a769e04b1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-67162d0c-33e2-4b78-bf86-474a769e04b1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-67162d0c-33e2-4b78-bf86-474a769e04b1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-82eac55a-49d4-42fb-b613-57c8dacc3831 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-82eac55a-49d4-42fb-b613-57c8dacc3831 .shogun-heading-component h2 {
  
  font-weight:  700 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-7cba8f9f-e258-4675-a9bd-f209a9f7800d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7cba8f9f-e258-4675-a9bd-f209a9f7800d {
  padding-top: 0px;
padding-bottom: 20px;
}
}
#s-7cba8f9f-e258-4675-a9bd-f209a9f7800d .shogun-heading-component h2 {
  
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-ff2a5a14-8ce7-42ad-90ab-28f7b9e900fe {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-ff2a5a14-8ce7-42ad-90ab-28f7b9e900fe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ff2a5a14-8ce7-42ad-90ab-28f7b9e900fe"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ff2a5a14-8ce7-42ad-90ab-28f7b9e900fe"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ff2a5a14-8ce7-42ad-90ab-28f7b9e900fe"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ff2a5a14-8ce7-42ad-90ab-28f7b9e900fe"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ff2a5a14-8ce7-42ad-90ab-28f7b9e900fe"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ff2a5a14-8ce7-42ad-90ab-28f7b9e900fe"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-f245e121-d48c-497f-bc17-f9c842dc0ab1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f245e121-d48c-497f-bc17-f9c842dc0ab1 {
  padding-top: 0px;
}
}
#s-f245e121-d48c-497f-bc17-f9c842dc0ab1 .shogun-heading-component h2 {
  
  font-weight:  700 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-712c2f91-1e49-4294-8987-ab025691bb24 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-712c2f91-1e49-4294-8987-ab025691bb24 .shogun-heading-component h2 {
  
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-91f2d1ba-af72-45a5-80be-ef903d2b9041 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-91f2d1ba-af72-45a5-80be-ef903d2b9041"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-91f2d1ba-af72-45a5-80be-ef903d2b9041"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-91f2d1ba-af72-45a5-80be-ef903d2b9041"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-91f2d1ba-af72-45a5-80be-ef903d2b9041"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-91f2d1ba-af72-45a5-80be-ef903d2b9041"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-91f2d1ba-af72-45a5-80be-ef903d2b9041"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-91f2d1ba-af72-45a5-80be-ef903d2b9041"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-13116865-e144-4fc1-b4df-632679eb320e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-13116865-e144-4fc1-b4df-632679eb320e {
  padding-top: 0px;
}
}
#s-13116865-e144-4fc1-b4df-632679eb320e .shogun-heading-component h2 {
  
  font-weight:  700 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-83bf9557-2935-4d56-b623-b88e3fa5f27b {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-83bf9557-2935-4d56-b623-b88e3fa5f27b .shogun-heading-component h2 {
  
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-c6497066-8d52-44d1-87e0-e0af41c4b139 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-c6497066-8d52-44d1-87e0-e0af41c4b139"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c6497066-8d52-44d1-87e0-e0af41c4b139"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c6497066-8d52-44d1-87e0-e0af41c4b139"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c6497066-8d52-44d1-87e0-e0af41c4b139"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c6497066-8d52-44d1-87e0-e0af41c4b139"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c6497066-8d52-44d1-87e0-e0af41c4b139"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c6497066-8d52-44d1-87e0-e0af41c4b139"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-525fd028-d39a-415e-a116-094c2f058a1d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-525fd028-d39a-415e-a116-094c2f058a1d {
  padding-top: 0px;
}
}
#s-525fd028-d39a-415e-a116-094c2f058a1d .shogun-heading-component h2 {
  
  font-weight:  700 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-4931b44a-df23-43e5-b4af-edae0a60560c {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-4931b44a-df23-43e5-b4af-edae0a60560c .shogun-heading-component h2 {
  
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-c1aaf204-b3b7-44bd-98aa-809f130f0754 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-c1aaf204-b3b7-44bd-98aa-809f130f0754"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c1aaf204-b3b7-44bd-98aa-809f130f0754"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c1aaf204-b3b7-44bd-98aa-809f130f0754"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c1aaf204-b3b7-44bd-98aa-809f130f0754"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c1aaf204-b3b7-44bd-98aa-809f130f0754"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c1aaf204-b3b7-44bd-98aa-809f130f0754"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c1aaf204-b3b7-44bd-98aa-809f130f0754"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-d01ea919-750c-43a1-8ea4-eeed889655d8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d01ea919-750c-43a1-8ea4-eeed889655d8 {
  padding-top: 0px;
}
}
#s-d01ea919-750c-43a1-8ea4-eeed889655d8 .shogun-heading-component h2 {
  
  font-weight:  700 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-c4e72f71-9f62-41b8-a4d9-10534c4e8482 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c4e72f71-9f62-41b8-a4d9-10534c4e8482 .shogun-heading-component h2 {
  
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-cdb39b72-3417-4d17-bf5b-5a1dfe971489 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-cdb39b72-3417-4d17-bf5b-5a1dfe971489"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cdb39b72-3417-4d17-bf5b-5a1dfe971489"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cdb39b72-3417-4d17-bf5b-5a1dfe971489"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cdb39b72-3417-4d17-bf5b-5a1dfe971489"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cdb39b72-3417-4d17-bf5b-5a1dfe971489"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cdb39b72-3417-4d17-bf5b-5a1dfe971489"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cdb39b72-3417-4d17-bf5b-5a1dfe971489"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-056d95eb-70c6-43df-8c4c-6f1d4f5dfaa4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-056d95eb-70c6-43df-8c4c-6f1d4f5dfaa4 {
  padding-top: 0px;
}
}
#s-056d95eb-70c6-43df-8c4c-6f1d4f5dfaa4 .shogun-heading-component h2 {
  
  font-weight:  700 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-8b6d6c87-c811-4abd-b3e7-13f694c0b55b {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-8b6d6c87-c811-4abd-b3e7-13f694c0b55b .shogun-heading-component h2 {
  
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-38128583-6927-4323-b1f0-f702e849283d {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-38128583-6927-4323-b1f0-f702e849283d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-38128583-6927-4323-b1f0-f702e849283d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-38128583-6927-4323-b1f0-f702e849283d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-38128583-6927-4323-b1f0-f702e849283d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-38128583-6927-4323-b1f0-f702e849283d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-38128583-6927-4323-b1f0-f702e849283d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-38128583-6927-4323-b1f0-f702e849283d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-ab055a1a-22d3-4a2b-954e-1cc0868318df {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ab055a1a-22d3-4a2b-954e-1cc0868318df {
  padding-top: 0px;
}
}
#s-ab055a1a-22d3-4a2b-954e-1cc0868318df .shogun-heading-component h2 {
  
  font-weight:  700 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-8e71cc3d-921f-46d2-a7d7-8925c5ed2e5e {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-8e71cc3d-921f-46d2-a7d7-8925c5ed2e5e .shogun-heading-component h2 {
  
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-cd0d4c8a-521b-446f-8add-9714adc9d93c {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-cd0d4c8a-521b-446f-8add-9714adc9d93c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cd0d4c8a-521b-446f-8add-9714adc9d93c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cd0d4c8a-521b-446f-8add-9714adc9d93c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cd0d4c8a-521b-446f-8add-9714adc9d93c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cd0d4c8a-521b-446f-8add-9714adc9d93c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cd0d4c8a-521b-446f-8add-9714adc9d93c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cd0d4c8a-521b-446f-8add-9714adc9d93c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-5988964e-edec-42cc-8fb6-4b2217451c7b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5988964e-edec-42cc-8fb6-4b2217451c7b .shogun-heading-component h2 {
  
  font-weight:  700 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-2c1b6b7f-02eb-4311-be58-0a2931022808 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-2c1b6b7f-02eb-4311-be58-0a2931022808 .shogun-heading-component h2 {
  
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-5b4a5fc5-bb3e-484d-a0b3-b617adda8214 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-5b4a5fc5-bb3e-484d-a0b3-b617adda8214"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5b4a5fc5-bb3e-484d-a0b3-b617adda8214"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5b4a5fc5-bb3e-484d-a0b3-b617adda8214"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5b4a5fc5-bb3e-484d-a0b3-b617adda8214"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5b4a5fc5-bb3e-484d-a0b3-b617adda8214"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5b4a5fc5-bb3e-484d-a0b3-b617adda8214"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5b4a5fc5-bb3e-484d-a0b3-b617adda8214"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-e9db496c-bfeb-4618-8916-e227fff5cf6e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-e9db496c-bfeb-4618-8916-e227fff5cf6e {
  padding-top: 0px;
}
}
#s-e9db496c-bfeb-4618-8916-e227fff5cf6e .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-8622ad6a-cdc9-48ce-898a-43f93f582431 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-8622ad6a-cdc9-48ce-898a-43f93f582431 .shogun-heading-component h2 {
  
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-00a8b422-2ca2-4a5c-b6fb-d07c66de1fd4 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-00a8b422-2ca2-4a5c-b6fb-d07c66de1fd4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-00a8b422-2ca2-4a5c-b6fb-d07c66de1fd4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-00a8b422-2ca2-4a5c-b6fb-d07c66de1fd4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-00a8b422-2ca2-4a5c-b6fb-d07c66de1fd4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-00a8b422-2ca2-4a5c-b6fb-d07c66de1fd4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-00a8b422-2ca2-4a5c-b6fb-d07c66de1fd4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-00a8b422-2ca2-4a5c-b6fb-d07c66de1fd4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-2b0ff22a-9240-49a2-ba8e-da487330b873 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2b0ff22a-9240-49a2-ba8e-da487330b873 {
  padding-top: 0px;
}
}
#s-2b0ff22a-9240-49a2-ba8e-da487330b873 .shogun-heading-component h2 {
  
  font-weight:  700 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-03ca1645-8437-4faa-be13-201ba4a438b9 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-03ca1645-8437-4faa-be13-201ba4a438b9 .shogun-heading-component h2 {
  
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-9ecdd590-9fdc-45c0-be2e-e492d80371f0 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-9ecdd590-9fdc-45c0-be2e-e492d80371f0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9ecdd590-9fdc-45c0-be2e-e492d80371f0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9ecdd590-9fdc-45c0-be2e-e492d80371f0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9ecdd590-9fdc-45c0-be2e-e492d80371f0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9ecdd590-9fdc-45c0-be2e-e492d80371f0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9ecdd590-9fdc-45c0-be2e-e492d80371f0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9ecdd590-9fdc-45c0-be2e-e492d80371f0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-3badf48d-1e09-4022-bca0-74c29045a88b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-3badf48d-1e09-4022-bca0-74c29045a88b {
  padding-top: 0px;
}
}
#s-3badf48d-1e09-4022-bca0-74c29045a88b .shogun-heading-component h2 {
  
  font-weight:  700 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-def0ff1c-b866-4fc7-89b7-d39ae20908ec {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-def0ff1c-b866-4fc7-89b7-d39ae20908ec .shogun-heading-component h2 {
  
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-2456e220-5b38-42a4-86a7-adc6e3baa054 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-2456e220-5b38-42a4-86a7-adc6e3baa054 {
  margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-2456e220-5b38-42a4-86a7-adc6e3baa054"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2456e220-5b38-42a4-86a7-adc6e3baa054"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2456e220-5b38-42a4-86a7-adc6e3baa054"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2456e220-5b38-42a4-86a7-adc6e3baa054"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2456e220-5b38-42a4-86a7-adc6e3baa054"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2456e220-5b38-42a4-86a7-adc6e3baa054"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2456e220-5b38-42a4-86a7-adc6e3baa054"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-5e356336-dc2f-47f1-851d-c61b2721efd6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-5e356336-dc2f-47f1-851d-c61b2721efd6 {
  padding-top: 0px;
}
}
#s-5e356336-dc2f-47f1-851d-c61b2721efd6 .shogun-heading-component h2 {
  
  font-weight:  700 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-1748a669-b1ba-4ef3-a6a3-9707e0f8178c {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-1748a669-b1ba-4ef3-a6a3-9707e0f8178c .shogun-heading-component h2 {
  
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-16560af4-6794-42ff-9a71-8bc06ebe19b3 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-16560af4-6794-42ff-9a71-8bc06ebe19b3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-16560af4-6794-42ff-9a71-8bc06ebe19b3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-16560af4-6794-42ff-9a71-8bc06ebe19b3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-16560af4-6794-42ff-9a71-8bc06ebe19b3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-16560af4-6794-42ff-9a71-8bc06ebe19b3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-16560af4-6794-42ff-9a71-8bc06ebe19b3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-16560af4-6794-42ff-9a71-8bc06ebe19b3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-dc47e6b7-42cc-417e-a21b-05b10175debc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-dc47e6b7-42cc-417e-a21b-05b10175debc {
  padding-top: 0px;
}
}
#s-dc47e6b7-42cc-417e-a21b-05b10175debc .shogun-heading-component h2 {
  
  font-weight:  700 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-3d091b32-6db5-4bfa-a8dc-256e0530a1f2 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-3d091b32-6db5-4bfa-a8dc-256e0530a1f2 .shogun-heading-component h2 {
  
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-bdb4ecff-ab1d-469b-a290-b5314782a862 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 40px;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-bdb4ecff-ab1d-469b-a290-b5314782a862"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bdb4ecff-ab1d-469b-a290-b5314782a862"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bdb4ecff-ab1d-469b-a290-b5314782a862"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bdb4ecff-ab1d-469b-a290-b5314782a862"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bdb4ecff-ab1d-469b-a290-b5314782a862"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bdb4ecff-ab1d-469b-a290-b5314782a862"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bdb4ecff-ab1d-469b-a290-b5314782a862"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-87f02685-7073-44e6-8908-dba43f77db03 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-87f02685-7073-44e6-8908-dba43f77db03 {
  padding-top: 0px;
}
}
#s-87f02685-7073-44e6-8908-dba43f77db03 .shogun-heading-component h2 {
  
  font-weight:  700 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-9cc11760-e992-40b9-bd13-2bbfa9623859 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-9cc11760-e992-40b9-bd13-2bbfa9623859 .shogun-heading-component h2 {
  
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-6e63f669-ecaf-45dd-8d35-7992ac1a258d {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}

#s-91f41a0e-7dcf-45a4-ac68-6dd2ee74e8d6 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}

#s-0dd6ddfc-2865-4d11-b72c-00b879ac7f78 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-f8fa658b-ea1b-4a82-aad9-5cdbb867778c {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-f8fa658b-ea1b-4a82-aad9-5cdbb867778c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f8fa658b-ea1b-4a82-aad9-5cdbb867778c.shg-box.shg-c {
  justify-content: center;
}

#s-1c5192b0-5576-4540-94aa-6d1910bef14c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
text-align: left;
}
@media (min-width: 1200px){#s-1c5192b0-5576-4540-94aa-6d1910bef14c {
  padding-left: 0%;
padding-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1c5192b0-5576-4540-94aa-6d1910bef14c {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-1c5192b0-5576-4540-94aa-6d1910bef14c .shogun-heading-component h2 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-f0f6c0d3-34d1-4d2c-acd5-e4a666c8ee96 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-f0f6c0d3-34d1-4d2c-acd5-e4a666c8ee96"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f0f6c0d3-34d1-4d2c-acd5-e4a666c8ee96"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f0f6c0d3-34d1-4d2c-acd5-e4a666c8ee96"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f0f6c0d3-34d1-4d2c-acd5-e4a666c8ee96"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

.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;
  flex-direction: column;
  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;
  height: inherit;
  position: relative;
}

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

.shg-imageV2-content {
  text-align: initial;
}

.shogun-image-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  min-width: 100%;
  min-height: 100%;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

.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-top {
  align-items: flex-start;
}

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9 {
  margin-left: auto;
margin-right: auto;
max-width: 994px;
aspect-ratio: 16/9;
text-align: center;
}

#s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9 {
  margin: 0 !important;
  overflow: visible;
}

#s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9 img.shogun-image {
  /* Add background color handling */
  
}

#s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 994px;
  }



  img.s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9.shogun-image {
    
    
    
    max-height: 994px;
  }


.s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9.shogun-image {
  box-sizing: border-box;
}



.s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9.shogun-image-container {
      position: relative;
    }

    .s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 994px;
    }
  }

@media (min-width: 1200px){#s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9 {
  margin: 0 !important;
  overflow: visible;
}

#s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9 img.shogun-image {
  /* Add background color handling */
  
}

#s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 994px;
  }



  img.s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9.shogun-image {
    
    
    
    max-height: 994px;
  }


.s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9.shogun-image {
  box-sizing: border-box;
}



.s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9.shogun-image-container {
      position: relative;
    }

    .s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 994px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9 {
  margin: 0 !important;
  overflow: visible;
}

#s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9 img.shogun-image {
  /* Add background color handling */
  
}

#s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 994px;
  }



  img.s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9.shogun-image {
    
    
    
    max-height: 994px;
  }


.s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9.shogun-image {
  box-sizing: border-box;
}



.s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9.shogun-image-container {
      position: relative;
    }

    .s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 994px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9 {
  margin: 0 !important;
  overflow: visible;
}

#s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9 img.shogun-image {
  /* Add background color handling */
  
}

#s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 994px;
  }



  img.s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9.shogun-image {
    
    
    
    max-height: 994px;
  }


.s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9.shogun-image {
  box-sizing: border-box;
}



.s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9.shogun-image-container {
      position: relative;
    }

    .s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 994px;
    }
  }

}@media (max-width: 767px){#s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9 {
  margin: 0 !important;
  overflow: visible;
}

#s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9 img.shogun-image {
  /* Add background color handling */
  
}

#s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 994px;
  }



  img.s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9.shogun-image {
    
    
    
    max-height: 994px;
  }


.s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9.shogun-image {
  box-sizing: border-box;
}



.s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9.shogun-image-container {
      position: relative;
    }

    .s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5898d87e-2f88-449d-b3cc-ddf0d2a336a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 994px;
    }
  }

}
.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-2eb4686b-7b65-4952-8b29-ae4dfb841370 {
  margin-left: auto;
margin-right: auto;
}

#s-39abab70-b76f-44c7-98c5-79bcd9997348 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-39abab70-b76f-44c7-98c5-79bcd9997348"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-39abab70-b76f-44c7-98c5-79bcd9997348"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-39abab70-b76f-44c7-98c5-79bcd9997348"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-39abab70-b76f-44c7-98c5-79bcd9997348"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-08f2b321-f4ce-4646-b6eb-3f9d11f99959 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
}

#s-6a0ed2ef-b5b6-4e6b-88ca-f02746e08c8c {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
}

#s-a66e3c5b-3b79-47a8-8305-9c4253c9df51 {
  margin-left: auto;
margin-right: auto;
}

#s-ac959a88-1bd1-4171-af7b-652addd370b6 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-ac959a88-1bd1-4171-af7b-652addd370b6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ac959a88-1bd1-4171-af7b-652addd370b6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ac959a88-1bd1-4171-af7b-652addd370b6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ac959a88-1bd1-4171-af7b-652addd370b6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8251b63b-4a46-4547-a4ef-4f8f773a24d1 {
  margin-left: auto;
margin-right: auto;
}

#s-40ab6c99-31e4-4664-baef-4bdd75b0c909 {
  margin-left: auto;
margin-right: auto;
}

#s-5cab34a9-536f-42b5-b777-5d652ab06b25 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-5cab34a9-536f-42b5-b777-5d652ab06b25"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5cab34a9-536f-42b5-b777-5d652ab06b25"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5cab34a9-536f-42b5-b777-5d652ab06b25"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5cab34a9-536f-42b5-b777-5d652ab06b25"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e803695c-f7f3-4d4e-9f3e-ee32b4fce749 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
}

#s-56d4657f-5b1d-4473-99ed-7e1b52f4e9a6 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
}

#s-b26c97e9-9dbf-4059-9178-dbd8038f4236 {
  margin-left: auto;
margin-right: auto;
}

#s-b0417620-7e9b-4892-9172-5d76f94156fc {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-b0417620-7e9b-4892-9172-5d76f94156fc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b0417620-7e9b-4892-9172-5d76f94156fc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b0417620-7e9b-4892-9172-5d76f94156fc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b0417620-7e9b-4892-9172-5d76f94156fc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f213b2b7-f36e-4aed-9fe2-0df23877067d {
  margin-left: auto;
margin-right: auto;
}

#s-6dfb68c0-dbcc-41c7-95ae-ad390d1e2d7c {
  margin-left: auto;
margin-right: auto;
}

#s-0b7511cf-12e4-4a9f-a1bd-418f82fa4115 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 0%;
padding-bottom: 0%;
min-height: 500px;
max-width: 1200px;
background-color: rgba(20, 20, 20, 1);
}








#s-0b7511cf-12e4-4a9f-a1bd-418f82fa4115 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0b7511cf-12e4-4a9f-a1bd-418f82fa4115.shg-box.shg-c {
  justify-content: center;
}

#s-72427dc5-5339-4ad8-8466-8c0079491bf7 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 50px;
margin-right: 5%;
padding-top: 10px;
text-align: left;
}

#s-72427dc5-5339-4ad8-8466-8c0079491bf7 .shogun-heading-component h2 {
  color: rgba(235, 235, 235, 1);
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-b63d9779-309f-4978-81d0-e1ead33a40b7 {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-b63d9779-309f-4978-81d0-e1ead33a40b7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b63d9779-309f-4978-81d0-e1ead33a40b7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-b63d9779-309f-4978-81d0-e1ead33a40b7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-b63d9779-309f-4978-81d0-e1ead33a40b7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 50.0px);
}

}

#s-1d3ca9d1-17eb-4da3-82b6-5036496ffd37 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 30%;
margin-right: auto;
min-height: 50px;
}








#s-1d3ca9d1-17eb-4da3-82b6-5036496ffd37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1d3ca9d1-17eb-4da3-82b6-5036496ffd37.shg-box.shg-c {
  justify-content: center;
}

#s-334ddf96-7bbe-4005-96ab-4a88ddc29887 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-334ddf96-7bbe-4005-96ab-4a88ddc29887 .shogun-heading-component h2 {
  color: rgba(226, 226, 0, 1);
  font-weight:  500 ;
  font-family: "EB Garamond";
  font-style:  italic ;
  font-size: 32px;
  line-height: 1em;
  
  text-align: left;
}



#s-870bc04f-1a7c-4213-86a7-b41043bd367d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-870bc04f-1a7c-4213-86a7-b41043bd367d .shogun-heading-component h2 {
  
  font-weight:  600 ;
  font-family: "EB Garamond";
  font-style:  italic ;
  font-size: 21px;
  
  
  text-align: left;
}



#s-67f5ad11-dfe7-4eed-be1d-47f764ec5cd5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-67f5ad11-dfe7-4eed-be1d-47f764ec5cd5 .shogun-heading-component h2 {
  
  font-weight:  800 ;
  font-family: "EB Garamond";
  font-style:  italic ;
  font-size: 18px;
  
  
  text-align: right;
}



#s-f45ebbd2-9b44-4541-9170-c2d789a58e0b {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 20%;
margin-right: auto;
min-height: 50px;
}








#s-f45ebbd2-9b44-4541-9170-c2d789a58e0b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f45ebbd2-9b44-4541-9170-c2d789a58e0b.shg-box.shg-c {
  justify-content: center;
}

#s-0bb6f00a-ee78-4461-996d-8f3c74d4b4fb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0bb6f00a-ee78-4461-996d-8f3c74d4b4fb .shogun-heading-component h2 {
  color: rgba(226, 226, 0, 1);
  font-weight:  500 ;
  font-family: "EB Garamond";
  font-style:  italic ;
  font-size: 32px;
  line-height: 1em;
  
  text-align: left;
}



#s-e9879f17-1ff4-40ec-a5ea-6ee1b2e65f5d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e9879f17-1ff4-40ec-a5ea-6ee1b2e65f5d .shogun-heading-component h2 {
  
  font-weight:  600 ;
  font-family: "EB Garamond";
  font-style:  italic ;
  font-size: 21px;
  
  
  text-align: left;
}



#s-71e1772c-e8ea-49e8-aa18-4c535c1cabf9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-71e1772c-e8ea-49e8-aa18-4c535c1cabf9 .shogun-heading-component h2 {
  
  font-weight:  800 ;
  font-family: "EB Garamond";
  font-style:  italic ;
  font-size: 18px;
  
  
  text-align: right;
}



#s-5977ae65-ff89-48d1-9f9a-74f5029df180 {
  margin-top: 30%;
margin-left: auto;
margin-bottom: 30%;
margin-right: auto;
min-height: 50px;
}








#s-5977ae65-ff89-48d1-9f9a-74f5029df180 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5977ae65-ff89-48d1-9f9a-74f5029df180.shg-box.shg-c {
  justify-content: center;
}

#s-dee9dbb9-0a62-4a95-8d23-02ea3bf655bd {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dee9dbb9-0a62-4a95-8d23-02ea3bf655bd .shogun-heading-component h2 {
  color: rgba(226, 226, 0, 1);
  font-weight:  500 ;
  font-family: "EB Garamond";
  font-style:  italic ;
  font-size: 32px;
  line-height: 1em;
  
  text-align: left;
}



#s-7620f3b8-498d-4be9-980d-f60f373a3cb7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7620f3b8-498d-4be9-980d-f60f373a3cb7 .shogun-heading-component h2 {
  
  font-weight:  600 ;
  font-family: "EB Garamond";
  font-style:  italic ;
  font-size: 21px;
  
  
  text-align: left;
}



#s-836fed32-1e69-4ec2-9999-e31a42dc3fc1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-836fed32-1e69-4ec2-9999-e31a42dc3fc1 .shogun-heading-component h2 {
  
  font-weight:  800 ;
  font-family: "EB Garamond";
  font-style:  italic ;
  font-size: 18px;
  
  
  text-align: right;
}



#s-f2ac00ec-410a-4ac8-b0ab-42fdd7f5ed36 {
  margin-top: 10%;
margin-left: auto;
margin-bottom: 30%;
margin-right: auto;
min-height: 50px;
}








#s-f2ac00ec-410a-4ac8-b0ab-42fdd7f5ed36 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f2ac00ec-410a-4ac8-b0ab-42fdd7f5ed36.shg-box.shg-c {
  justify-content: center;
}

#s-656583ef-4a85-4a77-8c06-5a8b0250d4b1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-656583ef-4a85-4a77-8c06-5a8b0250d4b1 .shogun-heading-component h2 {
  color: rgba(226, 226, 0, 1);
  font-weight:  500 ;
  font-family: "EB Garamond";
  font-style:  italic ;
  font-size: 32px;
  line-height: 1em;
  
  text-align: left;
}



#s-89d5bcc1-d6ba-466a-9e01-3da638950b4b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-89d5bcc1-d6ba-466a-9e01-3da638950b4b .shogun-heading-component h2 {
  
  font-weight:  600 ;
  font-family: "EB Garamond";
  font-style:  italic ;
  font-size: 21px;
  
  
  text-align: left;
}



#s-81b45fe2-2910-4241-8ea4-f0f65acbcde6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-81b45fe2-2910-4241-8ea4-f0f65acbcde6 .shogun-heading-component h2 {
  
  font-weight:  800 ;
  font-family: "EB Garamond";
  font-style:  italic ;
  font-size: 18px;
  
  
  text-align: right;
}



#s-44e6aaac-47cb-4757-ad22-af09fecd0607 {
  margin-top: 10%;
margin-left: auto;
margin-bottom: 10%;
margin-right: auto;
min-height: 50px;
}








#s-44e6aaac-47cb-4757-ad22-af09fecd0607 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-44e6aaac-47cb-4757-ad22-af09fecd0607.shg-box.shg-c {
  justify-content: center;
}

#s-894bf0e7-e454-416e-ae67-4497668fa903 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-894bf0e7-e454-416e-ae67-4497668fa903 .shogun-heading-component h2 {
  color: rgba(226, 226, 0, 1);
  font-weight:  500 ;
  font-family: "EB Garamond";
  font-style:  italic ;
  font-size: 32px;
  line-height: 1em;
  
  text-align: left;
}



#s-5cccbcc5-ba98-47a4-aa38-a6fc013c7b63 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5cccbcc5-ba98-47a4-aa38-a6fc013c7b63 .shogun-heading-component h2 {
  
  font-weight:  600 ;
  font-family: "EB Garamond";
  font-style:  italic ;
  font-size: 21px;
  
  
  text-align: left;
}



#s-efc43ce7-d894-4330-b781-53b7a9a937ef {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-efc43ce7-d894-4330-b781-53b7a9a937ef .shogun-heading-component h2 {
  
  font-weight:  800 ;
  font-family: "EB Garamond";
  font-style:  italic ;
  font-size: 18px;
  
  
  text-align: right;
}



#s-6d3d0753-99fb-4cb8-a78a-62445c92c16d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-6d3d0753-99fb-4cb8-a78a-62445c92c16d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6d3d0753-99fb-4cb8-a78a-62445c92c16d.shg-box.shg-c {
  justify-content: center;
}

#s-ef838d79-f286-49e5-a0cc-8bf42eca77ce {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

/*
  $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;
}

#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;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

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

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

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

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

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

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

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

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

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

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

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

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

/* <-- User Content Animations */

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

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

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