.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-7f17b60f-657d-4d46-b3e1-e4b60e764dd6 {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-7f17b60f-657d-4d46-b3e1-e4b60e764dd6 {
  display: none;
}
#s-7f17b60f-657d-4d46-b3e1-e4b60e764dd6, #wrap-s-7f17b60f-657d-4d46-b3e1-e4b60e764dd6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7f17b60f-657d-4d46-b3e1-e4b60e764dd6 {
  display: none;
}
#s-7f17b60f-657d-4d46-b3e1-e4b60e764dd6, #wrap-s-7f17b60f-657d-4d46-b3e1-e4b60e764dd6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7f17b60f-657d-4d46-b3e1-e4b60e764dd6 {
  display: none;
}
#s-7f17b60f-657d-4d46-b3e1-e4b60e764dd6, #wrap-s-7f17b60f-657d-4d46-b3e1-e4b60e764dd6 { display: none !important; }}







#s-7f17b60f-657d-4d46-b3e1-e4b60e764dd6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7f17b60f-657d-4d46-b3e1-e4b60e764dd6.shg-box.shg-c {
  justify-content: center;
}

#s-bc78d704-f9de-4939-8f3b-24420cabf829 {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}








#s-bc78d704-f9de-4939-8f3b-24420cabf829 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bc78d704-f9de-4939-8f3b-24420cabf829.shg-box.shg-c {
  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 {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-3823e366-e52b-4a30-9968-9f6e6cd0568d {
  max-width: 768px;
aspect-ratio: 768/360;
text-align: center;
}
@media (min-width: 1200px){#s-3823e366-e52b-4a30-9968-9f6e6cd0568d {
  display: none;
}
#s-3823e366-e52b-4a30-9968-9f6e6cd0568d, #wrap-s-3823e366-e52b-4a30-9968-9f6e6cd0568d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3823e366-e52b-4a30-9968-9f6e6cd0568d {
  display: none;
}
#s-3823e366-e52b-4a30-9968-9f6e6cd0568d, #wrap-s-3823e366-e52b-4a30-9968-9f6e6cd0568d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3823e366-e52b-4a30-9968-9f6e6cd0568d {
  display: none;
}
#s-3823e366-e52b-4a30-9968-9f6e6cd0568d, #wrap-s-3823e366-e52b-4a30-9968-9f6e6cd0568d { display: none !important; }}




  #s-3823e366-e52b-4a30-9968-9f6e6cd0568d img.shogun-image,
  #s-3823e366-e52b-4a30-9968-9f6e6cd0568d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3823e366-e52b-4a30-9968-9f6e6cd0568d {
    width: 100%;
    height: auto;
  }



  #s-3823e366-e52b-4a30-9968-9f6e6cd0568d img.shogun-image {
    

    
    
    
  }


#s-3823e366-e52b-4a30-9968-9f6e6cd0568d .shogun-image-content {
  
    align-items: center;
  
}

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

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

[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-9f4637eb-68b2-4f10-8681-7148d4a4c0b7 {
  margin-left: 35px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-9f4637eb-68b2-4f10-8681-7148d4a4c0b7 {
  display: none;
}
#s-9f4637eb-68b2-4f10-8681-7148d4a4c0b7, #wrap-s-9f4637eb-68b2-4f10-8681-7148d4a4c0b7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9f4637eb-68b2-4f10-8681-7148d4a4c0b7 {
  display: none;
}
#s-9f4637eb-68b2-4f10-8681-7148d4a4c0b7, #wrap-s-9f4637eb-68b2-4f10-8681-7148d4a4c0b7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9f4637eb-68b2-4f10-8681-7148d4a4c0b7 {
  display: none;
}
#s-9f4637eb-68b2-4f10-8681-7148d4a4c0b7, #wrap-s-9f4637eb-68b2-4f10-8681-7148d4a4c0b7 { display: none !important; }}@media (max-width: 767px){#s-9f4637eb-68b2-4f10-8681-7148d4a4c0b7 {
  display: none;
}
#s-9f4637eb-68b2-4f10-8681-7148d4a4c0b7, #wrap-s-9f4637eb-68b2-4f10-8681-7148d4a4c0b7 { display: none !important; }}
@media (min-width: 0px) {
[id="s-9f4637eb-68b2-4f10-8681-7148d4a4c0b7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9f4637eb-68b2-4f10-8681-7148d4a4c0b7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9f4637eb-68b2-4f10-8681-7148d4a4c0b7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9f4637eb-68b2-4f10-8681-7148d4a4c0b7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.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;
  color: rgba(0, 0, 0, 1);
  font-family: "Assistant, sans-serif";
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-fc52d13d-2cfc-4c68-be59-63aaf3701387 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-fc52d13d-2cfc-4c68-be59-63aaf3701387 .shogun-heading-component h1 {
  color: rgba(100, 100, 100, 1);
  font-weight:  300 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 42px;
  
  
  text-align: left;
}



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

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

#s-29ac124e-b3b9-4bb1-832a-c7c2fafca4cc {
  margin-right: 360px;
}

#s-29ac124e-b3b9-4bb1-832a-c7c2fafca4cc hr {
  border-top: 3px solid rgba(0, 51, 204, 1);
}

.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: rgba(0, 0, 0, 1);
  font-family: "Assistant, sans-serif";
  font-weight: normal;
}

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

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

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

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

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

.shg-default-text-content p {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: rgba(0, 0, 0, 1);
  font-family: "Assistant, sans-serif";
}

.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: rgba(0, 0, 0, 1);
  font-family: "Assistant, sans-serif";
  font-weight: normal;
}

.shg-theme-text-content p {
  color: rgba(0, 0, 0, 1);
  font-family: "Assistant, sans-serif";
  font-weight: normal;
}

#s-e2f5ebc0-4bad-4973-bbf7-e5f063e8531b {
  margin-right: 219px;
}

#s-df277503-79aa-4719-82a7-f6ba5dfb98fd {
  min-height: 30px;
}








#s-df277503-79aa-4719-82a7-f6ba5dfb98fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-df277503-79aa-4719-82a7-f6ba5dfb98fd.shg-box.shg-c {
  justify-content: center;
}

#s-c4c14087-f032-449c-9209-90a9e3183b3c {
  min-height: 50px;
}
@media (max-width: 767px){#s-c4c14087-f032-449c-9209-90a9e3183b3c {
  display: none;
}
#s-c4c14087-f032-449c-9209-90a9e3183b3c, #wrap-s-c4c14087-f032-449c-9209-90a9e3183b3c { display: none !important; }}







#s-c4c14087-f032-449c-9209-90a9e3183b3c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c4c14087-f032-449c-9209-90a9e3183b3c.shg-box.shg-c {
  justify-content: center;
}

#s-828099f5-9c78-4049-9187-59611c1a41fd {
  min-height: 50px;
}








#s-828099f5-9c78-4049-9187-59611c1a41fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-828099f5-9c78-4049-9187-59611c1a41fd.shg-box.shg-c {
  justify-content: center;
}

#s-a06c1742-1812-451a-9bda-39bbbe68af0e {
  max-width: 1028px;
aspect-ratio: 1028/260;
text-align: center;
}
@media (max-width: 767px){#s-a06c1742-1812-451a-9bda-39bbbe68af0e {
  display: none;
}
#s-a06c1742-1812-451a-9bda-39bbbe68af0e, #wrap-s-a06c1742-1812-451a-9bda-39bbbe68af0e { display: none !important; }}




  #s-a06c1742-1812-451a-9bda-39bbbe68af0e img.shogun-image,
  #s-a06c1742-1812-451a-9bda-39bbbe68af0e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a06c1742-1812-451a-9bda-39bbbe68af0e {
    width: 100%;
    height: auto;
  }



  #s-a06c1742-1812-451a-9bda-39bbbe68af0e img.shogun-image {
    

    
    
    
  }


#s-a06c1742-1812-451a-9bda-39bbbe68af0e .shogun-image-content {
  
    align-items: center;
  
}

#s-7dd0d419-d309-455b-ae61-e97b0ca54f97 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-7dd0d419-d309-455b-ae61-e97b0ca54f97 {
  display: none;
}
#s-7dd0d419-d309-455b-ae61-e97b0ca54f97, #wrap-s-7dd0d419-d309-455b-ae61-e97b0ca54f97 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7dd0d419-d309-455b-ae61-e97b0ca54f97 {
  display: none;
}
#s-7dd0d419-d309-455b-ae61-e97b0ca54f97, #wrap-s-7dd0d419-d309-455b-ae61-e97b0ca54f97 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7dd0d419-d309-455b-ae61-e97b0ca54f97 {
  display: none;
}
#s-7dd0d419-d309-455b-ae61-e97b0ca54f97, #wrap-s-7dd0d419-d309-455b-ae61-e97b0ca54f97 { display: none !important; }}@media (max-width: 767px){#s-7dd0d419-d309-455b-ae61-e97b0ca54f97 {
  display: none;
}
#s-7dd0d419-d309-455b-ae61-e97b0ca54f97, #wrap-s-7dd0d419-d309-455b-ae61-e97b0ca54f97 { display: none !important; }}







#s-7dd0d419-d309-455b-ae61-e97b0ca54f97 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7dd0d419-d309-455b-ae61-e97b0ca54f97.shg-box.shg-c {
  justify-content: center;
}

#s-ad8c9afa-24ea-4941-b9a4-237f9a497725 {
  margin-left: 50px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-ad8c9afa-24ea-4941-b9a4-237f9a497725"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ad8c9afa-24ea-4941-b9a4-237f9a497725"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ad8c9afa-24ea-4941-b9a4-237f9a497725"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ad8c9afa-24ea-4941-b9a4-237f9a497725"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3198a549-796c-4513-911f-2f2962091c68 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-3198a549-796c-4513-911f-2f2962091c68 .shogun-heading-component h1 {
  color: rgba(100, 100, 100, 1);
  font-weight:  300 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 42px;
  
  
  text-align: left;
}



#s-f3289017-d21d-471b-ba4a-0031a09d5650 {
  margin-right: 360px;
}

#s-f3289017-d21d-471b-ba4a-0031a09d5650 hr {
  border-top: 3px solid rgba(0, 51, 204, 1);
}

#s-73b773dc-3993-4766-bef4-f82e0dce5d49 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-73b773dc-3993-4766-bef4-f82e0dce5d49 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-73b773dc-3993-4766-bef4-f82e0dce5d49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-73b773dc-3993-4766-bef4-f82e0dce5d49.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4e5339d3-3cbb-407c-9130-c614ab8d0e43 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
max-width: 800px;
}

@media (min-width: 0px) {
[id="s-4e5339d3-3cbb-407c-9130-c614ab8d0e43"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4e5339d3-3cbb-407c-9130-c614ab8d0e43"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4e5339d3-3cbb-407c-9130-c614ab8d0e43"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4e5339d3-3cbb-407c-9130-c614ab8d0e43"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9addbc04-04b0-4d1a-866f-3b1ce5d908a2 {
  min-height: 50px;
}








#s-9addbc04-04b0-4d1a-866f-3b1ce5d908a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9addbc04-04b0-4d1a-866f-3b1ce5d908a2.shg-box.shg-c {
  justify-content: center;
}

#s-59f58e0b-6d00-4e99-87ec-04fd08e6d5dc {
  max-width: 500px;
aspect-ratio: 500/329;
text-align: center;
}





  #s-59f58e0b-6d00-4e99-87ec-04fd08e6d5dc img.shogun-image,
  #s-59f58e0b-6d00-4e99-87ec-04fd08e6d5dc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-59f58e0b-6d00-4e99-87ec-04fd08e6d5dc {
    width: 100%;
    height: auto;
  }



  #s-59f58e0b-6d00-4e99-87ec-04fd08e6d5dc img.shogun-image {
    

    
    
    
  }


#s-59f58e0b-6d00-4e99-87ec-04fd08e6d5dc .shogun-image-content {
  
    align-items: center;
  
}

#s-b8deff08-ed51-4179-9099-c7fb1cfd585a {
  padding-top: 0px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-b8deff08-ed51-4179-9099-c7fb1cfd585a {
  padding-bottom: 30px;
}
}







#s-b8deff08-ed51-4179-9099-c7fb1cfd585a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b8deff08-ed51-4179-9099-c7fb1cfd585a.shg-box.shg-c {
  justify-content: center;
}

#s-b0e36d29-40f3-43c9-a2b9-355ef320238e {
  padding-top: 25px;
padding-bottom: 25px;
text-align: left;
}

#s-b0e36d29-40f3-43c9-a2b9-355ef320238e .shogun-heading-component h3 {
  color: rgba(33, 33, 33, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-b0e36d29-40f3-43c9-a2b9-355ef320238e .shogun-heading-component h3 a {
  color: rgba(33, 33, 33, 1);
}


#s-17dcfec3-e4a4-4d68-ad8a-2bc306e9b1a0 {
  padding-bottom: 15px;
}

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

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  font-weight: normal;
  font-family: "Assistant, sans-serif";
}

.shg-btn.shg-btn-stretch {
  display: block;
}

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

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

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

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

#s-f235fad5-56fb-4671-ac61-2016f16eaa8d {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 51, 204, 1);
border-radius: 8px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 51, 204, 1);
}
#s-f235fad5-56fb-4671-ac61-2016f16eaa8d:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZTdiODE3NjQtM2U4OC00MDBkLWExMDMtNzI0OTg4OThlYWFiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojMDA2NmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAzM2NjO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlN2I4MTc2NC0zZTg4LTQwMGQtYTEwMy03MjQ5ODg5OGVhYWIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#0066ff"}, {"id"=>1, "pos"=>1, "color"=>"#0033cc"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-f235fad5-56fb-4671-ac61-2016f16eaa8d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f235fad5-56fb-4671-ac61-2016f16eaa8d-root {
    text-align: left;
  }


#s-f235fad5-56fb-4671-ac61-2016f16eaa8d.shg-btn {
  color: rgba(0, 51, 204, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f235fad5-56fb-4671-ac61-2016f16eaa8d-root {
    text-align: left;
  }


#s-f235fad5-56fb-4671-ac61-2016f16eaa8d.shg-btn {
  color: rgba(0, 51, 204, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f235fad5-56fb-4671-ac61-2016f16eaa8d-root {
    text-align: left;
  }


#s-f235fad5-56fb-4671-ac61-2016f16eaa8d.shg-btn {
  color: rgba(0, 51, 204, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f235fad5-56fb-4671-ac61-2016f16eaa8d-root {
    text-align: left;
  }


#s-f235fad5-56fb-4671-ac61-2016f16eaa8d.shg-btn {
  color: rgba(0, 51, 204, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f235fad5-56fb-4671-ac61-2016f16eaa8d-root {
    text-align: left;
  }


#s-f235fad5-56fb-4671-ac61-2016f16eaa8d.shg-btn {
  color: rgba(0, 51, 204, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-fd88abe5-6eee-4aa4-afa1-13e91ac2df7d {
  min-height: 50px;
}
@media (max-width: 767px){#s-fd88abe5-6eee-4aa4-afa1-13e91ac2df7d {
  margin-top: 3px;
margin-bottom: 3px;
padding-top: 30px;
}
}







#s-fd88abe5-6eee-4aa4-afa1-13e91ac2df7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fd88abe5-6eee-4aa4-afa1-13e91ac2df7d.shg-box.shg-c {
  justify-content: center;
}

#s-97aa9192-1399-400d-942b-11c892192cff {
  max-width: 500px;
aspect-ratio: 500/329;
text-align: center;
}





  #s-97aa9192-1399-400d-942b-11c892192cff img.shogun-image,
  #s-97aa9192-1399-400d-942b-11c892192cff .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-97aa9192-1399-400d-942b-11c892192cff {
    width: 100%;
    height: auto;
  }



  #s-97aa9192-1399-400d-942b-11c892192cff img.shogun-image {
    

    
    
    
  }


#s-97aa9192-1399-400d-942b-11c892192cff .shogun-image-content {
  
    align-items: center;
  
}

#s-5d1ee85d-9b66-4d28-81a4-01ae864ffff0 {
  padding-top: 0px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-5d1ee85d-9b66-4d28-81a4-01ae864ffff0 {
  padding-bottom: 30px;
}
}







#s-5d1ee85d-9b66-4d28-81a4-01ae864ffff0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5d1ee85d-9b66-4d28-81a4-01ae864ffff0.shg-box.shg-c {
  justify-content: center;
}

#s-1c702ea4-d147-44ba-89e4-45d58635ec95 {
  padding-top: 25px;
padding-bottom: 25px;
text-align: left;
}

#s-1c702ea4-d147-44ba-89e4-45d58635ec95 .shogun-heading-component h3 {
  color: rgba(33, 33, 33, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-1c702ea4-d147-44ba-89e4-45d58635ec95 .shogun-heading-component h3 a {
  color: rgba(33, 33, 33, 1);
}


#s-e403ff02-b5cb-4d97-95f7-f0623c23cf90 {
  padding-bottom: 15px;
}

#s-8f4f7105-821c-4fad-9f45-79890852356a {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 51, 204, 1);
border-radius: 8px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 51, 204, 1);
}
#s-8f4f7105-821c-4fad-9f45-79890852356a:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmYwMzE1YmItMTlmYy00NWY1LWJlM2YtYmQ2NTM5MWNmYWEwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojMDA2NmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAzM2NjO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyZjAzMTViYi0xOWZjLTQ1ZjUtYmUzZi1iZDY1MzkxY2ZhYTApIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#0066ff"}, {"id"=>1, "pos"=>1, "color"=>"#0033cc"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-8f4f7105-821c-4fad-9f45-79890852356a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8f4f7105-821c-4fad-9f45-79890852356a-root {
    text-align: left;
  }


#s-8f4f7105-821c-4fad-9f45-79890852356a.shg-btn {
  color: rgba(0, 51, 204, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8f4f7105-821c-4fad-9f45-79890852356a-root {
    text-align: left;
  }


#s-8f4f7105-821c-4fad-9f45-79890852356a.shg-btn {
  color: rgba(0, 51, 204, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8f4f7105-821c-4fad-9f45-79890852356a-root {
    text-align: left;
  }


#s-8f4f7105-821c-4fad-9f45-79890852356a.shg-btn {
  color: rgba(0, 51, 204, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8f4f7105-821c-4fad-9f45-79890852356a-root {
    text-align: left;
  }


#s-8f4f7105-821c-4fad-9f45-79890852356a.shg-btn {
  color: rgba(0, 51, 204, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8f4f7105-821c-4fad-9f45-79890852356a-root {
    text-align: left;
  }


#s-8f4f7105-821c-4fad-9f45-79890852356a.shg-btn {
  color: rgba(0, 51, 204, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-ff82735a-3fd1-4bd2-acb5-19cc5d1d9521 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-ff82735a-3fd1-4bd2-acb5-19cc5d1d9521 {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 20px;
padding-right: 20px;
}
}







#s-ff82735a-3fd1-4bd2-acb5-19cc5d1d9521 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ff82735a-3fd1-4bd2-acb5-19cc5d1d9521.shg-box.shg-c {
  justify-content: center;
}

#s-262489eb-c24b-4eb7-aacf-0f6a5a8956a8 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-bottom: 40px;
max-width: 800px;
}
@media (max-width: 767px){#s-262489eb-c24b-4eb7-aacf-0f6a5a8956a8 {
  padding-top: 30px;
padding-bottom: 30px;
}
}
@media (min-width: 0px) {
[id="s-262489eb-c24b-4eb7-aacf-0f6a5a8956a8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-262489eb-c24b-4eb7-aacf-0f6a5a8956a8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-262489eb-c24b-4eb7-aacf-0f6a5a8956a8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-262489eb-c24b-4eb7-aacf-0f6a5a8956a8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0724bfcd-0740-4862-bafa-09716dc5e6f9 {
  min-height: 50px;
}








#s-0724bfcd-0740-4862-bafa-09716dc5e6f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0724bfcd-0740-4862-bafa-09716dc5e6f9.shg-box.shg-c {
  justify-content: center;
}

#s-9fe64eb0-0665-46da-8d28-1f12eba06a80 {
  max-width: 500px;
aspect-ratio: 500/329;
text-align: center;
}





  #s-9fe64eb0-0665-46da-8d28-1f12eba06a80 img.shogun-image,
  #s-9fe64eb0-0665-46da-8d28-1f12eba06a80 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9fe64eb0-0665-46da-8d28-1f12eba06a80 {
    width: 100%;
    height: auto;
  }



  #s-9fe64eb0-0665-46da-8d28-1f12eba06a80 img.shogun-image {
    

    
    
    
  }


#s-9fe64eb0-0665-46da-8d28-1f12eba06a80 .shogun-image-content {
  
    align-items: center;
  
}

#s-57edcd0f-95c1-4301-b074-62c848be0f88 {
  padding-top: 0px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-57edcd0f-95c1-4301-b074-62c848be0f88 {
  padding-bottom: 30px;
}
}







#s-57edcd0f-95c1-4301-b074-62c848be0f88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-57edcd0f-95c1-4301-b074-62c848be0f88.shg-box.shg-c {
  justify-content: center;
}

#s-bf565979-4644-4eae-b735-7411a46882c6 {
  padding-top: 25px;
padding-bottom: 25px;
text-align: left;
}

#s-bf565979-4644-4eae-b735-7411a46882c6 .shogun-heading-component h3 {
  color: rgba(33, 33, 33, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-bf565979-4644-4eae-b735-7411a46882c6 .shogun-heading-component h3 a {
  color: rgba(33, 33, 33, 1);
}


#s-4fc13d03-24ea-4d2c-80f0-45a52f858e98 {
  padding-bottom: 15px;
}

#s-6df32b51-4780-475c-9e94-ab5a1064b478 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 51, 204, 1);
border-radius: 8px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 51, 204, 1);
}
#s-6df32b51-4780-475c-9e94-ab5a1064b478:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZWQyMzQzMTQtYjE3Yy00NDYyLTgzNzUtMjcyMWExNzRkZjJlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojMDA2NmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAzM2NjO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlZDIzNDMxNC1iMTdjLTQ0NjItODM3NS0yNzIxYTE3NGRmMmUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#0066ff"}, {"id"=>1, "pos"=>1, "color"=>"#0033cc"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-6df32b51-4780-475c-9e94-ab5a1064b478:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6df32b51-4780-475c-9e94-ab5a1064b478-root {
    text-align: left;
  }


#s-6df32b51-4780-475c-9e94-ab5a1064b478.shg-btn {
  color: rgba(0, 51, 204, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6df32b51-4780-475c-9e94-ab5a1064b478-root {
    text-align: left;
  }


#s-6df32b51-4780-475c-9e94-ab5a1064b478.shg-btn {
  color: rgba(0, 51, 204, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6df32b51-4780-475c-9e94-ab5a1064b478-root {
    text-align: left;
  }


#s-6df32b51-4780-475c-9e94-ab5a1064b478.shg-btn {
  color: rgba(0, 51, 204, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6df32b51-4780-475c-9e94-ab5a1064b478-root {
    text-align: left;
  }


#s-6df32b51-4780-475c-9e94-ab5a1064b478.shg-btn {
  color: rgba(0, 51, 204, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6df32b51-4780-475c-9e94-ab5a1064b478-root {
    text-align: left;
  }


#s-6df32b51-4780-475c-9e94-ab5a1064b478.shg-btn {
  color: rgba(0, 51, 204, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-179e2b36-ba54-4a93-b002-542f606f0f84 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 30px;
min-height: 50px;
max-width: 900px;
}








#s-179e2b36-ba54-4a93-b002-542f606f0f84 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-179e2b36-ba54-4a93-b002-542f606f0f84.shg-box.shg-c {
  justify-content: center;
}

#s-6a31aa4b-3f58-4df2-ad86-38d2330babad {
  padding-top: 40px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-6a31aa4b-3f58-4df2-ad86-38d2330babad {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-6a31aa4b-3f58-4df2-ad86-38d2330babad .shogun-heading-component h1 {
  color: rgba(29, 29, 31, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 38px;
  
  
  
}



#s-c3a1cbf7-2cd9-4a0c-8713-c0ffa5bd7bb8 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-c3a1cbf7-2cd9-4a0c-8713-c0ffa5bd7bb8 .shogun-heading-component h3 {
  color: rgba(29, 29, 31, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-46ecc534-a344-4605-a128-82a203f4fc47 {
  padding-top: 12px;
padding-bottom: 0px;
min-height: 50px;
}








#s-46ecc534-a344-4605-a128-82a203f4fc47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-46ecc534-a344-4605-a128-82a203f4fc47.shg-box.shg-c {
  justify-content: center;
}

#s-638bde1c-a3fc-4550-b2a5-9bd10e2a179f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-638bde1c-a3fc-4550-b2a5-9bd10e2a179f .shogun-heading-component h3 {
  color: rgba(29, 29, 31, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-919ec00b-8ecc-4683-a3f4-4c97fc2a5b01 {
  padding-top: 12px;
min-height: 50px;
}








#s-919ec00b-8ecc-4683-a3f4-4c97fc2a5b01 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-919ec00b-8ecc-4683-a3f4-4c97fc2a5b01.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-cbb2ef08-20da-4d0a-a0a3-1b7b23a2e9d0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cbb2ef08-20da-4d0a-a0a3-1b7b23a2e9d0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cbb2ef08-20da-4d0a-a0a3-1b7b23a2e9d0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cbb2ef08-20da-4d0a-a0a3-1b7b23a2e9d0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cbb2ef08-20da-4d0a-a0a3-1b7b23a2e9d0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cbb2ef08-20da-4d0a-a0a3-1b7b23a2e9d0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cbb2ef08-20da-4d0a-a0a3-1b7b23a2e9d0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cbb2ef08-20da-4d0a-a0a3-1b7b23a2e9d0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cbb2ef08-20da-4d0a-a0a3-1b7b23a2e9d0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cbb2ef08-20da-4d0a-a0a3-1b7b23a2e9d0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-9bd75f07-b54c-448c-835f-ac80a8ea89f6 {
  text-align: left;
}







  #s-9bd75f07-b54c-448c-835f-ac80a8ea89f6 img.shogun-image {
    

    
    
    
  }


#s-9bd75f07-b54c-448c-835f-ac80a8ea89f6 .shogun-image-content {
  
    align-items: center;
  
}

#s-0857ffaa-2897-4104-bac3-07f242dbf93e {
  padding-top: 12px;
}

#s-ccdbfa76-2b40-4076-bb96-e98f4d3def84 {
  padding-top: 12px;
}

#s-f5782a43-3ea2-49d6-8ea6-8047cb57a8a0 hr {
  border-top: 2px solid #ddd;
}

#s-85549f34-3b4a-4d49-8aca-c0785b7111c0 {
  padding-top: 12px;
padding-bottom: 0px;
min-height: 50px;
}








#s-85549f34-3b4a-4d49-8aca-c0785b7111c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-85549f34-3b4a-4d49-8aca-c0785b7111c0.shg-box.shg-c {
  justify-content: center;
}

#s-a99f54db-d622-449d-86d1-4d7a653644a5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a99f54db-d622-449d-86d1-4d7a653644a5 .shogun-heading-component h3 {
  color: rgba(29, 29, 31, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-06097058-3849-415c-8294-31a9c99b9fdf {
  padding-top: 12px;
min-height: 50px;
}








#s-06097058-3849-415c-8294-31a9c99b9fdf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-06097058-3849-415c-8294-31a9c99b9fdf.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-b581b02f-576e-4c20-9326-d4e454f90bec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b581b02f-576e-4c20-9326-d4e454f90bec"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b581b02f-576e-4c20-9326-d4e454f90bec"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b581b02f-576e-4c20-9326-d4e454f90bec"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b581b02f-576e-4c20-9326-d4e454f90bec"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b581b02f-576e-4c20-9326-d4e454f90bec"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b581b02f-576e-4c20-9326-d4e454f90bec"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b581b02f-576e-4c20-9326-d4e454f90bec"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b581b02f-576e-4c20-9326-d4e454f90bec"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b581b02f-576e-4c20-9326-d4e454f90bec"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-447da758-00ee-4130-919b-098f10c47ec8 {
  text-align: left;
}







  #s-447da758-00ee-4130-919b-098f10c47ec8 img.shogun-image {
    

    
    
    
  }


#s-447da758-00ee-4130-919b-098f10c47ec8 .shogun-image-content {
  
    align-items: center;
  
}

#s-615d1fb5-bdda-4253-ad9d-ad1f015d9e28 {
  padding-top: 12px;
}

#s-0d82e561-8913-4f4e-8995-08e7095a0611 {
  padding-top: 12px;
}

#s-e2cbbe8a-a37f-4246-b0c0-d67f8d4e4697 hr {
  border-top: 2px solid #ddd;
}

#s-26deec5b-9b66-4f87-b5bb-7211aa08eaa2 {
  padding-top: 12px;
padding-bottom: 0px;
min-height: 50px;
}








#s-26deec5b-9b66-4f87-b5bb-7211aa08eaa2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-26deec5b-9b66-4f87-b5bb-7211aa08eaa2.shg-box.shg-c {
  justify-content: center;
}

#s-7a2ddae0-5683-4916-a892-d09a52e7380b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7a2ddae0-5683-4916-a892-d09a52e7380b .shogun-heading-component h3 {
  color: rgba(29, 29, 31, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-5812b371-8a1f-4e3f-8e7e-5d060c15383c {
  padding-top: 12px;
min-height: 50px;
}








#s-5812b371-8a1f-4e3f-8e7e-5d060c15383c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5812b371-8a1f-4e3f-8e7e-5d060c15383c.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-3fc35933-3301-46ca-81b1-3569d44cc623"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3fc35933-3301-46ca-81b1-3569d44cc623"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3fc35933-3301-46ca-81b1-3569d44cc623"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3fc35933-3301-46ca-81b1-3569d44cc623"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3fc35933-3301-46ca-81b1-3569d44cc623"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3fc35933-3301-46ca-81b1-3569d44cc623"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3fc35933-3301-46ca-81b1-3569d44cc623"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3fc35933-3301-46ca-81b1-3569d44cc623"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3fc35933-3301-46ca-81b1-3569d44cc623"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3fc35933-3301-46ca-81b1-3569d44cc623"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-9e7f2b34-e69e-4870-8b88-4d569dcd8004 {
  text-align: left;
}







  #s-9e7f2b34-e69e-4870-8b88-4d569dcd8004 img.shogun-image {
    

    
    
    
  }


#s-9e7f2b34-e69e-4870-8b88-4d569dcd8004 .shogun-image-content {
  
    align-items: center;
  
}

#s-bc0d183e-43ab-4cb6-87db-30856b193e0b {
  padding-top: 12px;
}

#s-816fb7ac-bfd5-4232-90ce-cc3089df1a91 {
  padding-top: 12px;
}

#s-01ebe2a0-b866-449c-91f3-31d44f6053dd {
  border-style: solid;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 51, 204, 1);
border-radius: 8px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 51, 204, 1);
}
#s-01ebe2a0-b866-449c-91f3-31d44f6053dd:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzVlNjE0ZDktNmFmMS00YTRiLTg3NzItZDkxM2Y1N2ZhZmIyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojMDA2NmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAzM2NjO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzNWU2MTRkOS02YWYxLTRhNGItODc3Mi1kOTEzZjU3ZmFmYjIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#0066ff"}, {"id"=>1, "pos"=>1, "color"=>"#0033cc"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-01ebe2a0-b866-449c-91f3-31d44f6053dd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-01ebe2a0-b866-449c-91f3-31d44f6053dd-root {
    text-align: center;
  }


#s-01ebe2a0-b866-449c-91f3-31d44f6053dd.shg-btn {
  color: rgba(0, 51, 204, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-01ebe2a0-b866-449c-91f3-31d44f6053dd-root {
    text-align: center;
  }


#s-01ebe2a0-b866-449c-91f3-31d44f6053dd.shg-btn {
  color: rgba(0, 51, 204, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-01ebe2a0-b866-449c-91f3-31d44f6053dd-root {
    text-align: center;
  }


#s-01ebe2a0-b866-449c-91f3-31d44f6053dd.shg-btn {
  color: rgba(0, 51, 204, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-01ebe2a0-b866-449c-91f3-31d44f6053dd-root {
    text-align: center;
  }


#s-01ebe2a0-b866-449c-91f3-31d44f6053dd.shg-btn {
  color: rgba(0, 51, 204, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-01ebe2a0-b866-449c-91f3-31d44f6053dd-root {
    text-align: center;
  }


#s-01ebe2a0-b866-449c-91f3-31d44f6053dd.shg-btn {
  color: rgba(0, 51, 204, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-fd0e7938-1036-44ee-bc67-542e0d8b9395 {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
}








#s-fd0e7938-1036-44ee-bc67-542e0d8b9395 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fd0e7938-1036-44ee-bc67-542e0d8b9395.shg-box.shg-c {
  justify-content: center;
}

#s-6297c23e-ee7b-4955-9a19-dd941868aed4 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
}
@media (max-width: 767px){#s-6297c23e-ee7b-4955-9a19-dd941868aed4 {
  display: none;
}
#s-6297c23e-ee7b-4955-9a19-dd941868aed4, #wrap-s-6297c23e-ee7b-4955-9a19-dd941868aed4 { display: none !important; }}






  #s-6297c23e-ee7b-4955-9a19-dd941868aed4 img.shogun-image {
    

    
    
    
  }


#s-6297c23e-ee7b-4955-9a19-dd941868aed4 .shogun-image-content {
  
    align-items: center;
  
}

#s-5e849d4a-5d30-49ab-875f-f39045ce89d1 {
  padding-bottom: 0px;
}
@media (min-width: 1200px){#s-5e849d4a-5d30-49ab-875f-f39045ce89d1 {
  display: none;
}
#s-5e849d4a-5d30-49ab-875f-f39045ce89d1, #wrap-s-5e849d4a-5d30-49ab-875f-f39045ce89d1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5e849d4a-5d30-49ab-875f-f39045ce89d1 {
  display: none;
}
#s-5e849d4a-5d30-49ab-875f-f39045ce89d1, #wrap-s-5e849d4a-5d30-49ab-875f-f39045ce89d1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5e849d4a-5d30-49ab-875f-f39045ce89d1 {
  display: none;
}
#s-5e849d4a-5d30-49ab-875f-f39045ce89d1, #wrap-s-5e849d4a-5d30-49ab-875f-f39045ce89d1 { display: none !important; }}







#s-5e849d4a-5d30-49ab-875f-f39045ce89d1 .shogun-image-content {
  
    align-items: center;
  
}

/*
  $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;
}
