.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

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

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

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

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

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

#s-837b5927-1d36-4223-a477-934f4d4ab151 {
  padding-top: 0px;
padding-bottom: 80px;
min-height: 50px;
background-color: rgba(33, 30, 21, 1);
}
@media (min-width: 1200px){#s-837b5927-1d36-4223-a477-934f4d4ab151 {
  padding-left: 20px;
padding-right: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-837b5927-1d36-4223-a477-934f4d4ab151 {
  padding-left: 20px;
padding-right: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-837b5927-1d36-4223-a477-934f4d4ab151 {
  padding-left: 30px;
padding-right: 30px;
}
}







#s-837b5927-1d36-4223-a477-934f4d4ab151 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-837b5927-1d36-4223-a477-934f4d4ab151.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.accordion-styles--dark .shogun-accordion-title {
    padding-bottom: 10px !important;
    max-width: 208px;
}

.accordion-styles--dark .shogun-accordion-header {
    min-height: 67px;
    border-bottom: 1px solid white;
}

.accordion-styles--dark .shogun-accordion-header:after {
    content: '';
    width: 13px;
    background-color: white;
    height: 1px;
    position: absolute;
    right: 14px;
}

.accordion-styles--dark .shogun-accordion-header:before {
    content: '';
    height: 13px;
    background-color: white;
    width: 1px;
    position: absolute;
    right: 20px;
}

.accordion-styles--dark .shogun-accordion-active .shogun-accordion-header:before {
    display: none;
}


.accordion-styles--dark .shg-c-xs-6 {
    width: 80%;
    margin: 0 auto;
}

.accordion-styles--dark .shg-row {
    display: block !important;
}

.accordion-styles--dark .shogun-accordion-body {
    margin-top: 15px;
}

[id="s-160b1b44-d9ee-465a-b970-a2858f5909a4"]>.shg-row>.shg-c-xs-6 {
    width: 80% !important;
}

#s-9ee97e30-60fe-495f-a8bd-258624c5dc7b {
    z-index: 10;
}

@media (min-width: 425px) {
    .accordion-styles--dark .shg-c-xs-6 {
        margin: 0 auto;
        width: initial;
    }

    .accordion-styles--dark .shg-row {
        display: flex !important;
    }
    
    [id="s-160b1b44-d9ee-465a-b970-a2858f5909a4"]>.shg-row>.shg-c-xs-6 {
        width: 45% !important;
    }
}


@media (min-width: 768px) {
    .accordion-styles--dark .shogun-accordion-body {
        position: absolute;
    }
    
        [id="s-160b1b44-d9ee-465a-b970-a2858f5909a4"]>.shg-row>.shg-c-xs-6 {
        width: 23% !important;
    }
    
    .accordion-styles--dark .shogun-accordion-title {
        max-width: 100px;
    }
}

@media (min-width: 1024px) {
    .accordion-styles--dark .shogun-accordion-title {
        max-width: 206px;
    }
}

@media (min-width: 1440px) {
    [id="s-160b1b44-d9ee-465a-b970-a2858f5909a4"]>.shg-row>.shg-c-xs-6 {
        width: 20% !important;
    }
    
    .accordion-styles--dark .shogun-accordion-title {
        max-width: 258px;
    }
}

@media (min-width: 1200px){#s-b4167865-fe2a-41d0-9732-256c670ffa3d {
  padding-left: 10%;
padding-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b4167865-fe2a-41d0-9732-256c670ffa3d {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-b4167865-fe2a-41d0-9732-256c670ffa3d {
  padding-left: 3%;
padding-right: 3%;
}
}
.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

#s-d0ab10d3-3ed4-4cee-a4dc-3cd5017df969 {
  margin-left: auto;
margin-right: auto;
max-width: 1600px;
}

@media (min-width: 0px) {
[id="s-d0ab10d3-3ed4-4cee-a4dc-3cd5017df969"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d0ab10d3-3ed4-4cee-a4dc-3cd5017df969"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-d0ab10d3-3ed4-4cee-a4dc-3cd5017df969"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-d0ab10d3-3ed4-4cee-a4dc-3cd5017df969"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-b3ffde45-8885-4aed-878f-cbdf8a64de76 {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
}








#s-b3ffde45-8885-4aed-878f-cbdf8a64de76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3ffde45-8885-4aed-878f-cbdf8a64de76.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
  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;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked>div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content>div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-37033559-f952-46d8-9d2b-5fe0b349c2a4 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}







  img.s-37033559-f952-46d8-9d2b-5fe0b349c2a4.shogun-image {
    
    
  }


.s-37033559-f952-46d8-9d2b-5fe0b349c2a4 .shogun-image-content {
  
    align-items: center;
  
}

.s-37033559-f952-46d8-9d2b-5fe0b349c2a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37033559-f952-46d8-9d2b-5fe0b349c2a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37033559-f952-46d8-9d2b-5fe0b349c2a4.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-37033559-f952-46d8-9d2b-5fe0b349c2a4.shogun-image {
    
    
  }


.s-37033559-f952-46d8-9d2b-5fe0b349c2a4 .shogun-image-content {
  
    align-items: center;
  
}

.s-37033559-f952-46d8-9d2b-5fe0b349c2a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37033559-f952-46d8-9d2b-5fe0b349c2a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37033559-f952-46d8-9d2b-5fe0b349c2a4.shogun-image {
  box-sizing: border-box;
}

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





  img.s-37033559-f952-46d8-9d2b-5fe0b349c2a4.shogun-image {
    
    
  }


.s-37033559-f952-46d8-9d2b-5fe0b349c2a4 .shogun-image-content {
  
    align-items: center;
  
}

.s-37033559-f952-46d8-9d2b-5fe0b349c2a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37033559-f952-46d8-9d2b-5fe0b349c2a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37033559-f952-46d8-9d2b-5fe0b349c2a4.shogun-image {
  box-sizing: border-box;
}

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





  img.s-37033559-f952-46d8-9d2b-5fe0b349c2a4.shogun-image {
    
    
  }


.s-37033559-f952-46d8-9d2b-5fe0b349c2a4 .shogun-image-content {
  
    align-items: center;
  
}

.s-37033559-f952-46d8-9d2b-5fe0b349c2a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37033559-f952-46d8-9d2b-5fe0b349c2a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37033559-f952-46d8-9d2b-5fe0b349c2a4.shogun-image {
  box-sizing: border-box;
}

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





  img.s-37033559-f952-46d8-9d2b-5fe0b349c2a4.shogun-image {
    
    
  }


.s-37033559-f952-46d8-9d2b-5fe0b349c2a4 .shogun-image-content {
  
    align-items: center;
  
}

.s-37033559-f952-46d8-9d2b-5fe0b349c2a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37033559-f952-46d8-9d2b-5fe0b349c2a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37033559-f952-46d8-9d2b-5fe0b349c2a4.shogun-image {
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-39090933-8d26-451b-a265-3253bbf61255 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(33, 30, 21, 1);
}

#s-39090933-8d26-451b-a265-3253bbf61255 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(33, 30, 21, 1);
  padding: 0px;
}

#s-39090933-8d26-451b-a265-3253bbf61255 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-39090933-8d26-451b-a265-3253bbf61255 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(33, 30, 21, 1);
}

#s-39090933-8d26-451b-a265-3253bbf61255 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Moderat;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-39090933-8d26-451b-a265-3253bbf61255 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}@media (min-width: 1200px){#s-39090933-8d26-451b-a265-3253bbf61255 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(33, 30, 21, 1);
}

#s-39090933-8d26-451b-a265-3253bbf61255 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(33, 30, 21, 1);
  padding: 0px;
}

#s-39090933-8d26-451b-a265-3253bbf61255 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-39090933-8d26-451b-a265-3253bbf61255 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(33, 30, 21, 1);
}

#s-39090933-8d26-451b-a265-3253bbf61255 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Moderat;
  font-weight: ;
  font-style: ;
  font-size: 22px;
}

#s-39090933-8d26-451b-a265-3253bbf61255 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}}@media (min-width: 992px) and (max-width: 1199px){#s-39090933-8d26-451b-a265-3253bbf61255 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(33, 30, 21, 1);
}

#s-39090933-8d26-451b-a265-3253bbf61255 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(33, 30, 21, 1);
  padding: 0px;
}

#s-39090933-8d26-451b-a265-3253bbf61255 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-39090933-8d26-451b-a265-3253bbf61255 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(33, 30, 21, 1);
}

#s-39090933-8d26-451b-a265-3253bbf61255 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Moderat;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-39090933-8d26-451b-a265-3253bbf61255 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}}@media (min-width: 768px) and (max-width: 991px){#s-39090933-8d26-451b-a265-3253bbf61255 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(33, 30, 21, 1);
}

#s-39090933-8d26-451b-a265-3253bbf61255 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(33, 30, 21, 1);
  padding: 0px;
}

#s-39090933-8d26-451b-a265-3253bbf61255 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-39090933-8d26-451b-a265-3253bbf61255 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(33, 30, 21, 1);
}

#s-39090933-8d26-451b-a265-3253bbf61255 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Moderat;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-39090933-8d26-451b-a265-3253bbf61255 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}}@media (max-width: 767px){#s-39090933-8d26-451b-a265-3253bbf61255 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(33, 30, 21, 1);
}

#s-39090933-8d26-451b-a265-3253bbf61255 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(33, 30, 21, 1);
  padding: 0px;
}

#s-39090933-8d26-451b-a265-3253bbf61255 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-39090933-8d26-451b-a265-3253bbf61255 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(33, 30, 21, 1);
}

#s-39090933-8d26-451b-a265-3253bbf61255 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Moderat;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-39090933-8d26-451b-a265-3253bbf61255 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}}
#s-6e4fc4ac-0c91-47f6-acb4-3291b30a6c0a {
  min-height: 50px;
}








#s-6e4fc4ac-0c91-47f6-acb4-3291b30a6c0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e4fc4ac-0c91-47f6-acb4-3291b30a6c0a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  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 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-41334db1-fac8-4f35-95ec-b4a532a1e6f3 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-ee68575a-e28c-4ca2-a358-536f9cdd6187 {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
}








#s-ee68575a-e28c-4ca2-a358-536f9cdd6187 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee68575a-e28c-4ca2-a358-536f9cdd6187.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-733aceb2-88f6-4b86-a015-d7633495ac25 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}







  img.s-733aceb2-88f6-4b86-a015-d7633495ac25.shogun-image {
    
    
  }


.s-733aceb2-88f6-4b86-a015-d7633495ac25 .shogun-image-content {
  
    align-items: center;
  
}

.s-733aceb2-88f6-4b86-a015-d7633495ac25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-733aceb2-88f6-4b86-a015-d7633495ac25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-733aceb2-88f6-4b86-a015-d7633495ac25.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-733aceb2-88f6-4b86-a015-d7633495ac25.shogun-image {
    
    
  }


.s-733aceb2-88f6-4b86-a015-d7633495ac25 .shogun-image-content {
  
    align-items: center;
  
}

.s-733aceb2-88f6-4b86-a015-d7633495ac25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-733aceb2-88f6-4b86-a015-d7633495ac25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-733aceb2-88f6-4b86-a015-d7633495ac25.shogun-image {
  box-sizing: border-box;
}

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





  img.s-733aceb2-88f6-4b86-a015-d7633495ac25.shogun-image {
    
    
  }


.s-733aceb2-88f6-4b86-a015-d7633495ac25 .shogun-image-content {
  
    align-items: center;
  
}

.s-733aceb2-88f6-4b86-a015-d7633495ac25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-733aceb2-88f6-4b86-a015-d7633495ac25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-733aceb2-88f6-4b86-a015-d7633495ac25.shogun-image {
  box-sizing: border-box;
}

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





  img.s-733aceb2-88f6-4b86-a015-d7633495ac25.shogun-image {
    
    
  }


.s-733aceb2-88f6-4b86-a015-d7633495ac25 .shogun-image-content {
  
    align-items: center;
  
}

.s-733aceb2-88f6-4b86-a015-d7633495ac25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-733aceb2-88f6-4b86-a015-d7633495ac25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-733aceb2-88f6-4b86-a015-d7633495ac25.shogun-image {
  box-sizing: border-box;
}

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





  img.s-733aceb2-88f6-4b86-a015-d7633495ac25.shogun-image {
    
    
  }


.s-733aceb2-88f6-4b86-a015-d7633495ac25 .shogun-image-content {
  
    align-items: center;
  
}

.s-733aceb2-88f6-4b86-a015-d7633495ac25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-733aceb2-88f6-4b86-a015-d7633495ac25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-733aceb2-88f6-4b86-a015-d7633495ac25.shogun-image {
  box-sizing: border-box;
}

}
#s-efc9f738-015f-45a8-80ac-8a2e919006fb > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(33, 30, 21, 1);
}

#s-efc9f738-015f-45a8-80ac-8a2e919006fb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(33, 30, 21, 1);
  padding: 0px;
}

#s-efc9f738-015f-45a8-80ac-8a2e919006fb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-efc9f738-015f-45a8-80ac-8a2e919006fb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(33, 30, 21, 1);
}

#s-efc9f738-015f-45a8-80ac-8a2e919006fb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Moderat;
  font-weight: ;
  font-style: ;
  font-size: 22px;
}

#s-efc9f738-015f-45a8-80ac-8a2e919006fb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}@media (min-width: 992px) and (max-width: 1199px){#s-efc9f738-015f-45a8-80ac-8a2e919006fb > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(33, 30, 21, 1);
}

#s-efc9f738-015f-45a8-80ac-8a2e919006fb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(33, 30, 21, 1);
  padding: 0px;
}

#s-efc9f738-015f-45a8-80ac-8a2e919006fb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-efc9f738-015f-45a8-80ac-8a2e919006fb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(33, 30, 21, 1);
}

#s-efc9f738-015f-45a8-80ac-8a2e919006fb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Moderat;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-efc9f738-015f-45a8-80ac-8a2e919006fb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}}@media (min-width: 768px) and (max-width: 991px){#s-efc9f738-015f-45a8-80ac-8a2e919006fb > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(33, 30, 21, 1);
}

#s-efc9f738-015f-45a8-80ac-8a2e919006fb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(33, 30, 21, 1);
  padding: 0px;
}

#s-efc9f738-015f-45a8-80ac-8a2e919006fb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-efc9f738-015f-45a8-80ac-8a2e919006fb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(33, 30, 21, 1);
}

#s-efc9f738-015f-45a8-80ac-8a2e919006fb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Moderat;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-efc9f738-015f-45a8-80ac-8a2e919006fb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}}@media (max-width: 767px){#s-efc9f738-015f-45a8-80ac-8a2e919006fb > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(33, 30, 21, 1);
}

#s-efc9f738-015f-45a8-80ac-8a2e919006fb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(33, 30, 21, 1);
  padding: 0px;
}

#s-efc9f738-015f-45a8-80ac-8a2e919006fb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-efc9f738-015f-45a8-80ac-8a2e919006fb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(33, 30, 21, 1);
}

#s-efc9f738-015f-45a8-80ac-8a2e919006fb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Moderat;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-efc9f738-015f-45a8-80ac-8a2e919006fb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}}
#s-c5f6c68f-ed00-44a4-86fa-b532927b623d {
  min-height: 50px;
}








#s-c5f6c68f-ed00-44a4-86fa-b532927b623d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5f6c68f-ed00-44a4-86fa-b532927b623d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-879fe4b7-4fe4-4f65-8ba8-85fed86d894b {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-a6cf614f-ff69-4ba5-9226-643db78ac0b3 {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
}








#s-a6cf614f-ff69-4ba5-9226-643db78ac0b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a6cf614f-ff69-4ba5-9226-643db78ac0b3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e9d24e8f-9841-4367-9de2-ca27460cd973 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}







  img.s-e9d24e8f-9841-4367-9de2-ca27460cd973.shogun-image {
    
    
  }


.s-e9d24e8f-9841-4367-9de2-ca27460cd973 .shogun-image-content {
  
    align-items: center;
  
}

.s-e9d24e8f-9841-4367-9de2-ca27460cd973.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9d24e8f-9841-4367-9de2-ca27460cd973.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9d24e8f-9841-4367-9de2-ca27460cd973.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-e9d24e8f-9841-4367-9de2-ca27460cd973.shogun-image {
    
    
  }


.s-e9d24e8f-9841-4367-9de2-ca27460cd973 .shogun-image-content {
  
    align-items: center;
  
}

.s-e9d24e8f-9841-4367-9de2-ca27460cd973.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9d24e8f-9841-4367-9de2-ca27460cd973.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9d24e8f-9841-4367-9de2-ca27460cd973.shogun-image {
  box-sizing: border-box;
}

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





  img.s-e9d24e8f-9841-4367-9de2-ca27460cd973.shogun-image {
    
    
  }


.s-e9d24e8f-9841-4367-9de2-ca27460cd973 .shogun-image-content {
  
    align-items: center;
  
}

.s-e9d24e8f-9841-4367-9de2-ca27460cd973.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9d24e8f-9841-4367-9de2-ca27460cd973.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9d24e8f-9841-4367-9de2-ca27460cd973.shogun-image {
  box-sizing: border-box;
}

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





  img.s-e9d24e8f-9841-4367-9de2-ca27460cd973.shogun-image {
    
    
  }


.s-e9d24e8f-9841-4367-9de2-ca27460cd973 .shogun-image-content {
  
    align-items: center;
  
}

.s-e9d24e8f-9841-4367-9de2-ca27460cd973.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9d24e8f-9841-4367-9de2-ca27460cd973.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9d24e8f-9841-4367-9de2-ca27460cd973.shogun-image {
  box-sizing: border-box;
}

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





  img.s-e9d24e8f-9841-4367-9de2-ca27460cd973.shogun-image {
    
    
  }


.s-e9d24e8f-9841-4367-9de2-ca27460cd973 .shogun-image-content {
  
    align-items: center;
  
}

.s-e9d24e8f-9841-4367-9de2-ca27460cd973.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9d24e8f-9841-4367-9de2-ca27460cd973.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9d24e8f-9841-4367-9de2-ca27460cd973.shogun-image {
  box-sizing: border-box;
}

}
#s-4bb75487-0f85-44b0-9471-326b1074fa19 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(33, 30, 21, 1);
}

#s-4bb75487-0f85-44b0-9471-326b1074fa19 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(33, 30, 21, 1);
  padding: 0px;
}

#s-4bb75487-0f85-44b0-9471-326b1074fa19 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-4bb75487-0f85-44b0-9471-326b1074fa19 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(33, 30, 21, 1);
}

#s-4bb75487-0f85-44b0-9471-326b1074fa19 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Moderat;
  font-weight: ;
  font-style: ;
  font-size: 22px;
}

#s-4bb75487-0f85-44b0-9471-326b1074fa19 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}@media (min-width: 992px) and (max-width: 1199px){#s-4bb75487-0f85-44b0-9471-326b1074fa19 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(33, 30, 21, 1);
}

#s-4bb75487-0f85-44b0-9471-326b1074fa19 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(33, 30, 21, 1);
  padding: 0px;
}

#s-4bb75487-0f85-44b0-9471-326b1074fa19 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-4bb75487-0f85-44b0-9471-326b1074fa19 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(33, 30, 21, 1);
}

#s-4bb75487-0f85-44b0-9471-326b1074fa19 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Moderat;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-4bb75487-0f85-44b0-9471-326b1074fa19 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}}@media (min-width: 768px) and (max-width: 991px){#s-4bb75487-0f85-44b0-9471-326b1074fa19 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(33, 30, 21, 1);
}

#s-4bb75487-0f85-44b0-9471-326b1074fa19 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(33, 30, 21, 1);
  padding: 0px;
}

#s-4bb75487-0f85-44b0-9471-326b1074fa19 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-4bb75487-0f85-44b0-9471-326b1074fa19 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(33, 30, 21, 1);
}

#s-4bb75487-0f85-44b0-9471-326b1074fa19 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Moderat;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-4bb75487-0f85-44b0-9471-326b1074fa19 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}}@media (max-width: 767px){#s-4bb75487-0f85-44b0-9471-326b1074fa19 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(33, 30, 21, 1);
}

#s-4bb75487-0f85-44b0-9471-326b1074fa19 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(33, 30, 21, 1);
  padding: 0px;
}

#s-4bb75487-0f85-44b0-9471-326b1074fa19 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-4bb75487-0f85-44b0-9471-326b1074fa19 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(33, 30, 21, 1);
}

#s-4bb75487-0f85-44b0-9471-326b1074fa19 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Moderat;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-4bb75487-0f85-44b0-9471-326b1074fa19 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}}
#s-e5051bf2-3e6e-4ecc-90c7-56a1daadb366 {
  min-height: 50px;
}








#s-e5051bf2-3e6e-4ecc-90c7-56a1daadb366 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5051bf2-3e6e-4ecc-90c7-56a1daadb366.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-401c9c0d-cb00-40bb-9c8f-92523f398127 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-3faf6d71-a820-46d6-87f0-b975312cf28f {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
}








#s-3faf6d71-a820-46d6-87f0-b975312cf28f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3faf6d71-a820-46d6-87f0-b975312cf28f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-61216173-d8e6-464e-a3fc-c1ee6900d635 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}







  img.s-61216173-d8e6-464e-a3fc-c1ee6900d635.shogun-image {
    
    
  }


.s-61216173-d8e6-464e-a3fc-c1ee6900d635 .shogun-image-content {
  
    align-items: center;
  
}

.s-61216173-d8e6-464e-a3fc-c1ee6900d635.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61216173-d8e6-464e-a3fc-c1ee6900d635.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61216173-d8e6-464e-a3fc-c1ee6900d635.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-61216173-d8e6-464e-a3fc-c1ee6900d635.shogun-image {
    
    
  }


.s-61216173-d8e6-464e-a3fc-c1ee6900d635 .shogun-image-content {
  
    align-items: center;
  
}

.s-61216173-d8e6-464e-a3fc-c1ee6900d635.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61216173-d8e6-464e-a3fc-c1ee6900d635.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61216173-d8e6-464e-a3fc-c1ee6900d635.shogun-image {
  box-sizing: border-box;
}

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





  img.s-61216173-d8e6-464e-a3fc-c1ee6900d635.shogun-image {
    
    
  }


.s-61216173-d8e6-464e-a3fc-c1ee6900d635 .shogun-image-content {
  
    align-items: center;
  
}

.s-61216173-d8e6-464e-a3fc-c1ee6900d635.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61216173-d8e6-464e-a3fc-c1ee6900d635.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61216173-d8e6-464e-a3fc-c1ee6900d635.shogun-image {
  box-sizing: border-box;
}

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





  img.s-61216173-d8e6-464e-a3fc-c1ee6900d635.shogun-image {
    
    
  }


.s-61216173-d8e6-464e-a3fc-c1ee6900d635 .shogun-image-content {
  
    align-items: center;
  
}

.s-61216173-d8e6-464e-a3fc-c1ee6900d635.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61216173-d8e6-464e-a3fc-c1ee6900d635.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61216173-d8e6-464e-a3fc-c1ee6900d635.shogun-image {
  box-sizing: border-box;
}

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





  img.s-61216173-d8e6-464e-a3fc-c1ee6900d635.shogun-image {
    
    
  }


.s-61216173-d8e6-464e-a3fc-c1ee6900d635 .shogun-image-content {
  
    align-items: center;
  
}

.s-61216173-d8e6-464e-a3fc-c1ee6900d635.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61216173-d8e6-464e-a3fc-c1ee6900d635.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61216173-d8e6-464e-a3fc-c1ee6900d635.shogun-image {
  box-sizing: border-box;
}

}
#s-82787a15-ce54-4374-9c94-452a4e17e799 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(33, 30, 21, 1);
}

#s-82787a15-ce54-4374-9c94-452a4e17e799 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(33, 30, 21, 1);
  padding: 0px;
}

#s-82787a15-ce54-4374-9c94-452a4e17e799 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-82787a15-ce54-4374-9c94-452a4e17e799 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(33, 30, 21, 1);
}

#s-82787a15-ce54-4374-9c94-452a4e17e799 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Moderat;
  font-weight: ;
  font-style: ;
  font-size: 22px;
}

#s-82787a15-ce54-4374-9c94-452a4e17e799 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}@media (min-width: 992px) and (max-width: 1199px){#s-82787a15-ce54-4374-9c94-452a4e17e799 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(33, 30, 21, 1);
}

#s-82787a15-ce54-4374-9c94-452a4e17e799 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(33, 30, 21, 1);
  padding: 0px;
}

#s-82787a15-ce54-4374-9c94-452a4e17e799 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-82787a15-ce54-4374-9c94-452a4e17e799 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(33, 30, 21, 1);
}

#s-82787a15-ce54-4374-9c94-452a4e17e799 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Moderat;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-82787a15-ce54-4374-9c94-452a4e17e799 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}}@media (min-width: 768px) and (max-width: 991px){#s-82787a15-ce54-4374-9c94-452a4e17e799 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(33, 30, 21, 1);
}

#s-82787a15-ce54-4374-9c94-452a4e17e799 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(33, 30, 21, 1);
  padding: 0px;
}

#s-82787a15-ce54-4374-9c94-452a4e17e799 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-82787a15-ce54-4374-9c94-452a4e17e799 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(33, 30, 21, 1);
}

#s-82787a15-ce54-4374-9c94-452a4e17e799 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Moderat;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-82787a15-ce54-4374-9c94-452a4e17e799 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}}@media (max-width: 767px){#s-82787a15-ce54-4374-9c94-452a4e17e799 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(33, 30, 21, 1);
}

#s-82787a15-ce54-4374-9c94-452a4e17e799 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(33, 30, 21, 1);
  padding: 0px;
}

#s-82787a15-ce54-4374-9c94-452a4e17e799 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-82787a15-ce54-4374-9c94-452a4e17e799 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(33, 30, 21, 1);
}

#s-82787a15-ce54-4374-9c94-452a4e17e799 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Moderat;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-82787a15-ce54-4374-9c94-452a4e17e799 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}}
#s-07ae1b34-dd2d-4e6f-80c3-0f64a93907fe {
  min-height: 50px;
}








#s-07ae1b34-dd2d-4e6f-80c3-0f64a93907fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07ae1b34-dd2d-4e6f-80c3-0f64a93907fe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-04144ad1-695b-4828-bb93-36d39167bc82 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-40a14738-47fe-4ccc-926e-621456a45c1e {
  min-height: 50px;
}








#s-40a14738-47fe-4ccc-926e-621456a45c1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-40a14738-47fe-4ccc-926e-621456a45c1e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-9f3f28e6-9560-4d33-af47-5ddae98f5126 {
  text-align: center;
}
@media (max-width: 767px){#s-9f3f28e6-9560-4d33-af47-5ddae98f5126 {
  display: none;
}
#s-9f3f28e6-9560-4d33-af47-5ddae98f5126, #wrap-s-9f3f28e6-9560-4d33-af47-5ddae98f5126 { display:none !important; }}







#s-9f3f28e6-9560-4d33-af47-5ddae98f5126 .shogun-image-content {
  
    align-items: center;
  
}

#s-a896d4a9-2251-48dd-b78d-df5b4a2190aa {
  text-align: center;
}
@media (min-width: 1200px){#s-a896d4a9-2251-48dd-b78d-df5b4a2190aa {
  display: none;
}
#s-a896d4a9-2251-48dd-b78d-df5b4a2190aa, #wrap-s-a896d4a9-2251-48dd-b78d-df5b4a2190aa { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a896d4a9-2251-48dd-b78d-df5b4a2190aa {
  display: none;
}
#s-a896d4a9-2251-48dd-b78d-df5b4a2190aa, #wrap-s-a896d4a9-2251-48dd-b78d-df5b4a2190aa { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a896d4a9-2251-48dd-b78d-df5b4a2190aa {
  display: none;
}
#s-a896d4a9-2251-48dd-b78d-df5b4a2190aa, #wrap-s-a896d4a9-2251-48dd-b78d-df5b4a2190aa { display:none !important; }}






  #s-a896d4a9-2251-48dd-b78d-df5b4a2190aa img.shogun-image {
    

    
    
    
  }


#s-a896d4a9-2251-48dd-b78d-df5b4a2190aa .shogun-image-content {
  
    align-items: center;
  
}

#s-4f2b97d8-ef52-4490-a28f-48a542bd25da {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 60px;
background-position: center center;
}








#s-4f2b97d8-ef52-4490-a28f-48a542bd25da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f2b97d8-ef52-4490-a28f-48a542bd25da.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5179cd85-f2e3-49c9-ac6c-85016becc095 {
  padding-top: 35px;
padding-left: 3%;
padding-bottom: 25px;
padding-right: 3%;
}

#s-63482459-10c6-4a31-bd84-45830ec68794 {
  min-height: 100px;
background-color: rgba(247, 245, 240, 1);
}
@media (min-width: 1200px){#s-63482459-10c6-4a31-bd84-45830ec68794 {
  display: none;
}
#s-63482459-10c6-4a31-bd84-45830ec68794, #wrap-s-63482459-10c6-4a31-bd84-45830ec68794 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-63482459-10c6-4a31-bd84-45830ec68794 {
  display: none;
}
#s-63482459-10c6-4a31-bd84-45830ec68794, #wrap-s-63482459-10c6-4a31-bd84-45830ec68794 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-63482459-10c6-4a31-bd84-45830ec68794 {
  display: none;
}
#s-63482459-10c6-4a31-bd84-45830ec68794, #wrap-s-63482459-10c6-4a31-bd84-45830ec68794 { display:none !important; }}@media (max-width: 767px){#s-63482459-10c6-4a31-bd84-45830ec68794 {
  display: none;
}
#s-63482459-10c6-4a31-bd84-45830ec68794, #wrap-s-63482459-10c6-4a31-bd84-45830ec68794 { display:none !important; }}







#s-63482459-10c6-4a31-bd84-45830ec68794 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63482459-10c6-4a31-bd84-45830ec68794.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-34013ad3-a309-4b59-b96d-54032830cfa3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-34013ad3-a309-4b59-b96d-54032830cfa3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-34013ad3-a309-4b59-b96d-54032830cfa3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-34013ad3-a309-4b59-b96d-54032830cfa3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (max-width: 767px) {
  [id="s-34013ad3-a309-4b59-b96d-54032830cfa3"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-7cf94620-5ba7-4e85-aa1a-c8fc59da9fea {
  padding-left: 12%;
padding-right: 12%;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (max-width: 767px){#s-7cf94620-5ba7-4e85-aa1a-c8fc59da9fea {
  padding-top: 40px;
padding-left: 9%;
padding-bottom: 40px;
padding-right: 7%;
}
}







#s-7cf94620-5ba7-4e85-aa1a-c8fc59da9fea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7cf94620-5ba7-4e85-aa1a-c8fc59da9fea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-97a2c683-b552-4009-b860-ddb20c472faa {
  text-align: left;
}

#s-97a2c683-b552-4009-b860-ddb20c472faa .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 52px;
  line-height: 0.9em;
  
  text-align: left;
}


@media (max-width: 767px){#s-97a2c683-b552-4009-b860-ddb20c472faa .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 49px;
  line-height: 0.9em;
  
  text-align: left;
}


}
#s-81053a70-7d5d-4da4-b0ae-d5fe7ff52c48 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 0px;
padding-right: 10%;
}

#s-276db090-f7ae-42c5-afd1-c076ca7ebddb {
  min-height: 50px;
}








#s-276db090-f7ae-42c5-afd1-c076ca7ebddb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-276db090-f7ae-42c5-afd1-c076ca7ebddb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c9930736-0194-4144-8efa-2e08a8a8feb4 {
  padding-left: 0%;
padding-bottom: 20px;
padding-right: 0%;
}
@media (max-width: 767px){#s-c9930736-0194-4144-8efa-2e08a8a8feb4 {
  padding-right: 21%;
}
}
@media (min-width: 0px) {
[id="s-c9930736-0194-4144-8efa-2e08a8a8feb4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5px);
}

}

@media (min-width: 768px) {
[id="s-c9930736-0194-4144-8efa-2e08a8a8feb4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.75px);
}

[id="s-c9930736-0194-4144-8efa-2e08a8a8feb4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.75px);
}

}

@media (min-width: 992px) {
[id="s-c9930736-0194-4144-8efa-2e08a8a8feb4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.75px);
}

[id="s-c9930736-0194-4144-8efa-2e08a8a8feb4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.75px);
}

}

@media (min-width: 1200px) {
[id="s-c9930736-0194-4144-8efa-2e08a8a8feb4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.75px);
}

[id="s-c9930736-0194-4144-8efa-2e08a8a8feb4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.75px);
}

}

#s-47200e77-eeed-4590-938f-23b34fd0ba2d {
  text-align: center;
}







  #s-47200e77-eeed-4590-938f-23b34fd0ba2d img.shogun-image {
    

    
    
    
  }


#s-47200e77-eeed-4590-938f-23b34fd0ba2d .shogun-image-content {
  
    align-items: center;
  
}

#s-86d14bec-38d7-4ed1-a3aa-8e00a0171fe3 {
  margin-left: 0%;
padding-left: 0px;
padding-right: 0px;
text-align: center;
}







  #s-86d14bec-38d7-4ed1-a3aa-8e00a0171fe3 img.shogun-image {
    

    
    
    
  }


#s-86d14bec-38d7-4ed1-a3aa-8e00a0171fe3 .shogun-image-content {
  
    align-items: center;
  
}

#s-ffb14e28-5f72-4d45-9d25-5abb0e74be31 {
  text-align: center;
}







  #s-ffb14e28-5f72-4d45-9d25-5abb0e74be31 img.shogun-image {
    

    
    
    
  }


#s-ffb14e28-5f72-4d45-9d25-5abb0e74be31 .shogun-image-content {
  
    align-items: center;
  
}

#s-8e158ff1-8e4e-42e2-9701-5fae52520091 {
  min-height: 50px;
}








#s-8e158ff1-8e4e-42e2-9701-5fae52520091 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e158ff1-8e4e-42e2-9701-5fae52520091.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-f0324ec5-dcfd-4509-bb94-b20bcf6f80e1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f0324ec5-dcfd-4509-bb94-b20bcf6f80e1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f0324ec5-dcfd-4509-bb94-b20bcf6f80e1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f0324ec5-dcfd-4509-bb94-b20bcf6f80e1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-860160ce-c888-432e-b009-908c00868df2 {
  text-align: center;
}








#s-860160ce-c888-432e-b009-908c00868df2 .shogun-image-content {
  
    align-items: center;
  
}

#s-d2bfb8b4-c25e-46d9-bd6f-82afcb10ae94 {
  background-repeat: no-repeat;
background-size: cover;
padding-left: 12%;
padding-right: 12%;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-d2bfb8b4-c25e-46d9-bd6f-82afcb10ae94 {
  padding-top: 70px;
padding-left: 8%;
padding-bottom: 70px;
padding-right: 7%;
}
}







#s-d2bfb8b4-c25e-46d9-bd6f-82afcb10ae94 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2bfb8b4-c25e-46d9-bd6f-82afcb10ae94.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.two-line-header-pdp {
  font-size: 30px !important;
  line-height: 1;
  text-transform: uppercase;
}

.two-line-header-pdp p {
  font-family: Sectra,serif;
  margin: 0;
}

.two-line-header-pdp span p{
  font-family: Adonis,serif;
  display: block;
  font-style: normal;
  font-size: 30px !important;
}

.two-line-header-pdp.white {
  color: white;
}

@media (min-width: 1024px) {
    .two-line-header-pdp {
        line-height: 1;
    }
    
    .two-line-header-pdp.white {
      font-size: 40px !important;
    }
    
    .two-line-header-pdp.white span p{
      font-size: 40px !important;
    }
}

@media (min-width: 1440px) {
    .two-line-header-pdp.white {
      font-size: 60px !important;
    }
    
    .two-line-header-pdp.white span p{
      font-size: 60px !important;
    }
}

.responsive-content span {
    font-size: 18px !important;
    line-height: 1.35;
}

@media (min-width: 1024px) {
    .responsive-content span {
        font-size: 24px !important; 
        line-height: 1.35;
    }
}
#s-a5ccb3d3-0d12-4919-aa50-c3e579f4d741 {
  margin-top: 20px;
padding-left: 0px;
padding-right: 10%;
}

#s-2c0ee44b-b316-4e45-a813-b02df14d667a {
  min-height: 50px;
}








#s-2c0ee44b-b316-4e45-a813-b02df14d667a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c0ee44b-b316-4e45-a813-b02df14d667a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-e9a2fbed-f477-4870-97b3-be1a848997b2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e9a2fbed-f477-4870-97b3-be1a848997b2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e9a2fbed-f477-4870-97b3-be1a848997b2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e9a2fbed-f477-4870-97b3-be1a848997b2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-e9a2fbed-f477-4870-97b3-be1a848997b2"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-e163369a-2fb3-4ccf-a650-a8c6113ddd2e {
  padding-left: 12%;
padding-right: 12%;
min-height: 50px;
background-color: rgba(247, 245, 240, 1);
}
@media (max-width: 767px){#s-e163369a-2fb3-4ccf-a650-a8c6113ddd2e {
  padding-top: 70px;
padding-left: 8%;
padding-bottom: 70px;
padding-right: 7%;
}
}







#s-e163369a-2fb3-4ccf-a650-a8c6113ddd2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e163369a-2fb3-4ccf-a650-a8c6113ddd2e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a463ca83-2dfd-48c0-bf43-335021ecd091 {
  margin-top: 20px;
padding-left: 0px;
padding-right: 10%;
}

#s-a3d706a6-91df-4801-b597-8cf8a1f3f3f2 {
  text-align: center;
}








#s-a3d706a6-91df-4801-b597-8cf8a1f3f3f2 .shogun-image-content {
  
    align-items: center;
  
}

#s-a27f3ca4-553f-4984-90f8-24e82392e289 {
  min-height: 50px;
background-color: rgba(32, 30, 21, 1);
}








#s-a27f3ca4-553f-4984-90f8-24e82392e289 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a27f3ca4-553f-4984-90f8-24e82392e289.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-21b51141-edfb-48d0-80b9-72a2dcc0c75b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-21b51141-edfb-48d0-80b9-72a2dcc0c75b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-21b51141-edfb-48d0-80b9-72a2dcc0c75b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-21b51141-edfb-48d0-80b9-72a2dcc0c75b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-68793689-17e4-456a-8f7e-2d4250a95f86 {
  text-align: center;
}








#s-68793689-17e4-456a-8f7e-2d4250a95f86 .shogun-image-content {
  
    align-items: center;
  
}

#s-3f2b8a5f-058c-48c2-95b4-af596f3724bb {
  background-repeat: no-repeat;
background-size: cover;
padding-left: 12%;
padding-right: 12%;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-3f2b8a5f-058c-48c2-95b4-af596f3724bb {
  padding-top: 70px;
padding-left: 8%;
padding-bottom: 70px;
padding-right: 7%;
}
}







#s-3f2b8a5f-058c-48c2-95b4-af596f3724bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3f2b8a5f-058c-48c2-95b4-af596f3724bb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bc9dee40-c3a7-4ad6-9129-ca3bac32aea0 {
  margin-top: 20px;
padding-right: 20%;
}
@media (min-width: 1200px){#s-bc9dee40-c3a7-4ad6-9129-ca3bac32aea0 {
  padding-right: 25%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-bc9dee40-c3a7-4ad6-9129-ca3bac32aea0 {
  padding-right: 10%;
}
}@media (max-width: 767px){#s-bc9dee40-c3a7-4ad6-9129-ca3bac32aea0 {
  padding-right: 0%;
}
}
#s-13e9cf18-5f2b-4813-8a44-c1795f225ece {
  margin-top: 20px;
padding-right: 20%;
}
@media (min-width: 1200px){#s-13e9cf18-5f2b-4813-8a44-c1795f225ece {
  padding-right: 25%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-13e9cf18-5f2b-4813-8a44-c1795f225ece {
  padding-right: 10%;
}
}@media (max-width: 767px){#s-13e9cf18-5f2b-4813-8a44-c1795f225ece {
  padding-right: 0%;
}
}
#s-a265dc11-e625-4cf2-adec-1d34b9313f62 {
  margin-top: 20px;
padding-right: 10%;
}

@media (min-width: 0px) {
[id="s-a265dc11-e625-4cf2-adec-1d34b9313f62"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-a265dc11-e625-4cf2-adec-1d34b9313f62"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-a265dc11-e625-4cf2-adec-1d34b9313f62"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-a265dc11-e625-4cf2-adec-1d34b9313f62"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-263bb67f-3e60-49e3-b44d-4ca4045cd32f {
  min-height: 50px;
}








#s-263bb67f-3e60-49e3-b44d-4ca4045cd32f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-263bb67f-3e60-49e3-b44d-4ca4045cd32f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-849e1d7d-2c67-42dc-b30a-b49a55915e19 {
  text-align: center;
}







  img.s-849e1d7d-2c67-42dc-b30a-b49a55915e19.shogun-image {
    
    
  }


.s-849e1d7d-2c67-42dc-b30a-b49a55915e19 .shogun-image-content {
  
    align-items: center;
  
}

.s-849e1d7d-2c67-42dc-b30a-b49a55915e19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-849e1d7d-2c67-42dc-b30a-b49a55915e19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-849e1d7d-2c67-42dc-b30a-b49a55915e19.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-849e1d7d-2c67-42dc-b30a-b49a55915e19.shogun-image {
    
    
  }


.s-849e1d7d-2c67-42dc-b30a-b49a55915e19 .shogun-image-content {
  
    align-items: center;
  
}

.s-849e1d7d-2c67-42dc-b30a-b49a55915e19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-849e1d7d-2c67-42dc-b30a-b49a55915e19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-849e1d7d-2c67-42dc-b30a-b49a55915e19.shogun-image {
  box-sizing: border-box;
}

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





  img.s-849e1d7d-2c67-42dc-b30a-b49a55915e19.shogun-image {
    
    
  }


.s-849e1d7d-2c67-42dc-b30a-b49a55915e19 .shogun-image-content {
  
    align-items: center;
  
}

.s-849e1d7d-2c67-42dc-b30a-b49a55915e19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-849e1d7d-2c67-42dc-b30a-b49a55915e19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-849e1d7d-2c67-42dc-b30a-b49a55915e19.shogun-image {
  box-sizing: border-box;
}

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





  img.s-849e1d7d-2c67-42dc-b30a-b49a55915e19.shogun-image {
    
    
  }


.s-849e1d7d-2c67-42dc-b30a-b49a55915e19 .shogun-image-content {
  
    align-items: center;
  
}

.s-849e1d7d-2c67-42dc-b30a-b49a55915e19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-849e1d7d-2c67-42dc-b30a-b49a55915e19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-849e1d7d-2c67-42dc-b30a-b49a55915e19.shogun-image {
  box-sizing: border-box;
}

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





  img.s-849e1d7d-2c67-42dc-b30a-b49a55915e19.shogun-image {
    
    
  }


.s-849e1d7d-2c67-42dc-b30a-b49a55915e19 .shogun-image-content {
  
    align-items: center;
  
}

.s-849e1d7d-2c67-42dc-b30a-b49a55915e19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-849e1d7d-2c67-42dc-b30a-b49a55915e19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-849e1d7d-2c67-42dc-b30a-b49a55915e19.shogun-image {
  box-sizing: border-box;
}

}
#s-838b68e0-e832-44cd-b7ca-95574bd3c05f {
  margin-top: 20px;
padding-left: 0px;
padding-right: 10%;
}

#s-67f699cb-159e-4e8c-b47a-8e2ef6e41520 {
  min-height: 50px;
}








#s-67f699cb-159e-4e8c-b47a-8e2ef6e41520 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67f699cb-159e-4e8c-b47a-8e2ef6e41520.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a42f9cf9-ddb2-4519-806f-ebb29cdf6e3e {
  text-align: center;
}







  img.s-a42f9cf9-ddb2-4519-806f-ebb29cdf6e3e.shogun-image {
    
    
  }


.s-a42f9cf9-ddb2-4519-806f-ebb29cdf6e3e .shogun-image-content {
  
    align-items: center;
  
}

.s-a42f9cf9-ddb2-4519-806f-ebb29cdf6e3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a42f9cf9-ddb2-4519-806f-ebb29cdf6e3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a42f9cf9-ddb2-4519-806f-ebb29cdf6e3e.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-a42f9cf9-ddb2-4519-806f-ebb29cdf6e3e.shogun-image {
    
    
  }


.s-a42f9cf9-ddb2-4519-806f-ebb29cdf6e3e .shogun-image-content {
  
    align-items: center;
  
}

.s-a42f9cf9-ddb2-4519-806f-ebb29cdf6e3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a42f9cf9-ddb2-4519-806f-ebb29cdf6e3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a42f9cf9-ddb2-4519-806f-ebb29cdf6e3e.shogun-image {
  box-sizing: border-box;
}

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





  img.s-a42f9cf9-ddb2-4519-806f-ebb29cdf6e3e.shogun-image {
    
    
  }


.s-a42f9cf9-ddb2-4519-806f-ebb29cdf6e3e .shogun-image-content {
  
    align-items: center;
  
}

.s-a42f9cf9-ddb2-4519-806f-ebb29cdf6e3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a42f9cf9-ddb2-4519-806f-ebb29cdf6e3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a42f9cf9-ddb2-4519-806f-ebb29cdf6e3e.shogun-image {
  box-sizing: border-box;
}

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





  img.s-a42f9cf9-ddb2-4519-806f-ebb29cdf6e3e.shogun-image {
    
    
  }


.s-a42f9cf9-ddb2-4519-806f-ebb29cdf6e3e .shogun-image-content {
  
    align-items: center;
  
}

.s-a42f9cf9-ddb2-4519-806f-ebb29cdf6e3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a42f9cf9-ddb2-4519-806f-ebb29cdf6e3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a42f9cf9-ddb2-4519-806f-ebb29cdf6e3e.shogun-image {
  box-sizing: border-box;
}

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





  img.s-a42f9cf9-ddb2-4519-806f-ebb29cdf6e3e.shogun-image {
    
    
  }


.s-a42f9cf9-ddb2-4519-806f-ebb29cdf6e3e .shogun-image-content {
  
    align-items: center;
  
}

.s-a42f9cf9-ddb2-4519-806f-ebb29cdf6e3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a42f9cf9-ddb2-4519-806f-ebb29cdf6e3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a42f9cf9-ddb2-4519-806f-ebb29cdf6e3e.shogun-image {
  box-sizing: border-box;
}

}
#s-f80e354f-ef44-4393-b85b-d813004525b9 {
  margin-top: 20px;
padding-left: 0px;
padding-right: 10%;
}

#s-8790056b-b1b3-4eeb-b2fb-35cdff248c4a {
  padding-top: 40px;
padding-left: 5%;
padding-bottom: 80px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-8790056b-b1b3-4eeb-b2fb-35cdff248c4a {
  padding-top: 40px;
padding-bottom: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8790056b-b1b3-4eeb-b2fb-35cdff248c4a {
  padding-bottom: 40px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8790056b-b1b3-4eeb-b2fb-35cdff248c4a {
  padding-bottom: 40px;
}
}@media (max-width: 767px){#s-8790056b-b1b3-4eeb-b2fb-35cdff248c4a {
  padding-bottom: 40px;
}
}







#s-8790056b-b1b3-4eeb-b2fb-35cdff248c4a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8790056b-b1b3-4eeb-b2fb-35cdff248c4a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-8a17b19f-9507-4f7b-a27b-d89c8d4d29f0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8a17b19f-9507-4f7b-a27b-d89c8d4d29f0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8a17b19f-9507-4f7b-a27b-d89c8d4d29f0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8a17b19f-9507-4f7b-a27b-d89c8d4d29f0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-8a17b19f-9507-4f7b-a27b-d89c8d4d29f0"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-18ee4418-ffd2-475c-ad47-c64c178b7383 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}
@media (min-width: 1200px){#s-18ee4418-ffd2-475c-ad47-c64c178b7383 {
  padding-left: 3%;
padding-right: 3%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-18ee4418-ffd2-475c-ad47-c64c178b7383 {
  padding-left: 3%;
padding-right: 3%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-18ee4418-ffd2-475c-ad47-c64c178b7383 {
  margin-top: 30px;
margin-bottom: 30px;
}
}@media (max-width: 767px){#s-18ee4418-ffd2-475c-ad47-c64c178b7383 {
  margin-top: 70px;
margin-bottom: 70px;
}
}







#s-18ee4418-ffd2-475c-ad47-c64c178b7383 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-18ee4418-ffd2-475c-ad47-c64c178b7383.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e7f013c5-bc2f-4c7a-9cba-fb2a74036c89 {
  margin-top: 20px;
padding-left: 0px;
padding-right: 10%;
}

#s-6e638924-cd66-40f8-8f0b-79c57462a63f {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 150px;
background-color: rgba(250, 250, 250, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-6e638924-cd66-40f8-8f0b-79c57462a63f {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-6e638924-cd66-40f8-8f0b-79c57462a63f {
  padding-top: 0px;
padding-bottom: 0px;
}
}







#s-6e638924-cd66-40f8-8f0b-79c57462a63f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e638924-cd66-40f8-8f0b-79c57462a63f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d2ae22b8-49e0-404a-b856-147635bd1a7b {
  max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-d2ae22b8-49e0-404a-b856-147635bd1a7b img.shogun-image,
  #s-d2ae22b8-49e0-404a-b856-147635bd1a7b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d2ae22b8-49e0-404a-b856-147635bd1a7b {
    width: 100%;
    height: auto;
  }




#s-d2ae22b8-49e0-404a-b856-147635bd1a7b .shogun-image-content {
  
    align-items: center;
  
}

#s-b2cc71e7-e90d-4f60-b118-32c66914a89e {
  min-height: 50px;
background-color: rgba(247, 245, 240, 1);
}








#s-b2cc71e7-e90d-4f60-b118-32c66914a89e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b2cc71e7-e90d-4f60-b118-32c66914a89e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4c302820-87dd-4183-a6d5-0de625002c73 {
  padding-top: 40px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-4c302820-87dd-4183-a6d5-0de625002c73 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4c302820-87dd-4183-a6d5-0de625002c73 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-4c302820-87dd-4183-a6d5-0de625002c73 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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