.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-7e214b2e-6cec-474b-b671-5f005f3bab2a {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 50px;
margin-bottom: 50px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7e214b2e-6cec-474b-b671-5f005f3bab2a {
  
}
}@media (max-width: 767px){#s-7e214b2e-6cec-474b-b671-5f005f3bab2a {
  
}
}







#s-7e214b2e-6cec-474b-b671-5f005f3bab2a > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-7e214b2e-6cec-474b-b671-5f005f3bab2a {
  cursor: pointer;
}#s-7e214b2e-6cec-474b-b671-5f005f3bab2a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4335f42e-9290-4235-8963-6ffe8b0bd377 {
  min-height: 50px;
}








#s-4335f42e-9290-4235-8963-6ffe8b0bd377 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4335f42e-9290-4235-8963-6ffe8b0bd377.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-480469c5-0b6b-43ba-8e27-4572a1fd978b {
  padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 10px;
background-color: rgba(240, 240, 240, 1);
}

@media (min-width: 0px) {
[id="s-480469c5-0b6b-43ba-8e27-4572a1fd978b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-480469c5-0b6b-43ba-8e27-4572a1fd978b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-480469c5-0b6b-43ba-8e27-4572a1fd978b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-480469c5-0b6b-43ba-8e27-4572a1fd978b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8564aef2-80e9-421a-9da2-387eee2b922a {
  background-repeat: no-repeat;
background-size: cover;
min-height: 200px;
background-position: center center;
}
@media (min-width: 1200px){#s-8564aef2-80e9-421a-9da2-387eee2b922a {
  min-height: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8564aef2-80e9-421a-9da2-387eee2b922a {
  min-height: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8564aef2-80e9-421a-9da2-387eee2b922a {
  min-height: 150px;
}
}







#s-8564aef2-80e9-421a-9da2-387eee2b922a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8564aef2-80e9-421a-9da2-387eee2b922a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eb6b106e-597d-4ba5-8af7-67f74b5ecb33 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 50px;
padding-bottom: 20px;
padding-right: 50px;
min-height: 50px;
}








#s-eb6b106e-597d-4ba5-8af7-67f74b5ecb33 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb6b106e-597d-4ba5-8af7-67f74b5ecb33.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-2667de24-9fe8-4c9d-bbfe-2be5c67a02a3 {
  margin-top: 30px;
margin-bottom: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2667de24-9fe8-4c9d-bbfe-2be5c67a02a3 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-09baf119-78a6-4754-8683-5acdda50de64 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-09baf119-78a6-4754-8683-5acdda50de64 .shogun-heading-component h3 {
  color: rgba(208, 44, 49, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



.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: ;
  font-family: ;
}

.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-5185bce1-13d3-4562-95d2-3c2fae3fa909 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(143, 42, 43, 1);
border-radius: 5px;
text-align: left;
background-color: rgba(208, 44, 48, 1);
text-decoration: none;
}
#s-5185bce1-13d3-4562-95d2-3c2fae3fa909:hover {background-color: rgba(143, 42, 43, 1) !important;
text-decoration: none !important;}#s-5185bce1-13d3-4562-95d2-3c2fae3fa909:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5185bce1-13d3-4562-95d2-3c2fae3fa909-root {
    text-align: left;
  }


#s-5185bce1-13d3-4562-95d2-3c2fae3fa909.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5185bce1-13d3-4562-95d2-3c2fae3fa909-root {
    text-align: left;
  }


#s-5185bce1-13d3-4562-95d2-3c2fae3fa909.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5185bce1-13d3-4562-95d2-3c2fae3fa909-root {
    text-align: left;
  }


#s-5185bce1-13d3-4562-95d2-3c2fae3fa909.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5185bce1-13d3-4562-95d2-3c2fae3fa909-root {
    text-align: left;
  }


#s-5185bce1-13d3-4562-95d2-3c2fae3fa909.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5185bce1-13d3-4562-95d2-3c2fae3fa909-root {
    text-align: left;
  }


#s-5185bce1-13d3-4562-95d2-3c2fae3fa909.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-ed263f19-4281-4230-aee6-9d8f573b49ab {
  min-height: 50px;
}








#s-ed263f19-4281-4230-aee6-9d8f573b49ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed263f19-4281-4230-aee6-9d8f573b49ab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d5ac3789-1b9d-4d5a-89e8-c5cd4351ff94 {
  min-height: 50px;
}








#s-d5ac3789-1b9d-4d5a-89e8-c5cd4351ff94 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d5ac3789-1b9d-4d5a-89e8-c5cd4351ff94.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-472eac43-2750-48ed-b539-e3813d844508 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-472eac43-2750-48ed-b539-e3813d844508"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-472eac43-2750-48ed-b539-e3813d844508"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-472eac43-2750-48ed-b539-e3813d844508"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-472eac43-2750-48ed-b539-e3813d844508"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-472eac43-2750-48ed-b539-e3813d844508"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-472eac43-2750-48ed-b539-e3813d844508"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-472eac43-2750-48ed-b539-e3813d844508"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

}

@media (max-width: 767px) {
  [id="s-472eac43-2750-48ed-b539-e3813d844508"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-2879b1cc-4980-4608-9033-22fe1b4d77d1 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2879b1cc-4980-4608-9033-22fe1b4d77d1 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (max-width: 767px){#s-2879b1cc-4980-4608-9033-22fe1b4d77d1 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
.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-0bd06968-b7eb-453a-8e7a-dc9dca407eea {
  margin-left: 15%;
margin-bottom: 40px;
margin-right: 15%;
}
@media (min-width: 768px) and (max-width: 991px){#s-0bd06968-b7eb-453a-8e7a-dc9dca407eea {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-0bd06968-b7eb-453a-8e7a-dc9dca407eea {
  margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-0bd06968-b7eb-453a-8e7a-dc9dca407eea"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-0bd06968-b7eb-453a-8e7a-dc9dca407eea"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-0bd06968-b7eb-453a-8e7a-dc9dca407eea"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-0bd06968-b7eb-453a-8e7a-dc9dca407eea"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

#s-8faad709-6643-4eb0-9194-cf3bb3489957 {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-8faad709-6643-4eb0-9194-cf3bb3489957 .shogun-icon-wrapper {
  text-align: center;
}


#s-8faad709-6643-4eb0-9194-cf3bb3489957 .shogun-icon-wrapper > .shogun-icon {

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

#s-b20f2f67-f3c3-4121-a83a-41c1cfad272f {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-b20f2f67-f3c3-4121-a83a-41c1cfad272f .shogun-heading-component h3 {
  color: rgba(35, 31, 32, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-f2ef0019-d9d7-4e5a-87b0-5bf9a53564ec {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-f2ef0019-d9d7-4e5a-87b0-5bf9a53564ec .shogun-icon-wrapper {
  text-align: center;
}


#s-f2ef0019-d9d7-4e5a-87b0-5bf9a53564ec .shogun-icon-wrapper > .shogun-icon {

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

#s-ac39957b-6c30-4a29-9d49-637a905c10c2 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-ac39957b-6c30-4a29-9d49-637a905c10c2 .shogun-heading-component h3 {
  color: rgba(35, 31, 32, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-fb6e114a-947a-4e77-a4a0-dc2654e60381 {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-fb6e114a-947a-4e77-a4a0-dc2654e60381 .shogun-icon-wrapper {
  text-align: center;
}


#s-fb6e114a-947a-4e77-a4a0-dc2654e60381 .shogun-icon-wrapper > .shogun-icon {

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

#s-28f014d9-75a9-442a-b319-615678b9a6fa {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-28f014d9-75a9-442a-b319-615678b9a6fa .shogun-heading-component h3 {
  color: rgba(35, 31, 32, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-b8d75a9e-41f7-493c-9e8e-a3c0aec63655 {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-b8d75a9e-41f7-493c-9e8e-a3c0aec63655 .shogun-icon-wrapper {
  text-align: center;
}


#s-b8d75a9e-41f7-493c-9e8e-a3c0aec63655 .shogun-icon-wrapper > .shogun-icon {

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

#s-807e18e8-8949-475d-aed7-0f95a11e2efa {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-807e18e8-8949-475d-aed7-0f95a11e2efa .shogun-heading-component h3 {
  color: rgba(35, 31, 32, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-081d3f76-d02c-45ca-8134-9ba593b7b63d {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-081d3f76-d02c-45ca-8134-9ba593b7b63d .shogun-icon-wrapper {
  text-align: center;
}


#s-081d3f76-d02c-45ca-8134-9ba593b7b63d .shogun-icon-wrapper > .shogun-icon {

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

#s-cea5d87d-cbc5-4530-80c8-105bf75ce699 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-cea5d87d-cbc5-4530-80c8-105bf75ce699 .shogun-heading-component h3 {
  color: rgba(35, 31, 32, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-35f075e5-9b6f-4fe2-9b73-e83fcd4ea470 {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-35f075e5-9b6f-4fe2-9b73-e83fcd4ea470 .shogun-icon-wrapper {
  text-align: center;
}


#s-35f075e5-9b6f-4fe2-9b73-e83fcd4ea470 .shogun-icon-wrapper > .shogun-icon {

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

#s-1cca4330-b323-48e4-bb66-0a7d53c783cf {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-1cca4330-b323-48e4-bb66-0a7d53c783cf .shogun-heading-component h3 {
  color: rgba(35, 31, 32, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-8dbb7359-1f26-4647-935d-5d7a3c124833 {
  margin-bottom: 20px;
padding-top: 20px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-8dbb7359-1f26-4647-935d-5d7a3c124833 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-8dbb7359-1f26-4647-935d-5d7a3c124833 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-8dbb7359-1f26-4647-935d-5d7a3c124833 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8dbb7359-1f26-4647-935d-5d7a3c124833.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-b26f651a-db37-4417-8290-db8502e0a5a1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b26f651a-db37-4417-8290-db8502e0a5a1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-b26f651a-db37-4417-8290-db8502e0a5a1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-b26f651a-db37-4417-8290-db8502e0a5a1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (max-width: 767px) {
  [id="s-b26f651a-db37-4417-8290-db8502e0a5a1"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-dd3a5281-9195-4411-a8cf-1ee954b60f45 {
  margin-top: 30px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-dd3a5281-9195-4411-a8cf-1ee954b60f45 {
  margin-top: 0px;
}
}
#s-dd3a5281-9195-4411-a8cf-1ee954b60f45 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (max-width: 767px){#s-dd3a5281-9195-4411-a8cf-1ee954b60f45 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-9b70f36e-a679-4396-a76c-cf0beb7dde4b {
  margin-left: 20px;
margin-right: 20px;
}

.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-8d8603fe-2f53-4f39-904e-9278ab7cd44c {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}







  #s-8d8603fe-2f53-4f39-904e-9278ab7cd44c img.shogun-image {
    

    
    
    
  }


#s-8d8603fe-2f53-4f39-904e-9278ab7cd44c .shogun-image-content {
  
    align-items: center;
  
}

#s-5938fe9e-9847-48be-af92-2334f908d5c8 {
  margin-bottom: 20px;
padding-top: 20px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-5938fe9e-9847-48be-af92-2334f908d5c8 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-5938fe9e-9847-48be-af92-2334f908d5c8 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-5938fe9e-9847-48be-af92-2334f908d5c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5938fe9e-9847-48be-af92-2334f908d5c8.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-444011f3-cb72-438b-a522-53dc0c81d5d4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-444011f3-cb72-438b-a522-53dc0c81d5d4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-444011f3-cb72-438b-a522-53dc0c81d5d4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-444011f3-cb72-438b-a522-53dc0c81d5d4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-0d79009a-0f43-4fce-b0be-03a74d94b4fc {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}







  #s-0d79009a-0f43-4fce-b0be-03a74d94b4fc img.shogun-image {
    

    
    
    
  }


#s-0d79009a-0f43-4fce-b0be-03a74d94b4fc .shogun-image-content {
  
    align-items: center;
  
}

#s-c53cfdb5-bf3e-40b0-b038-c88aa55ee72c {
  margin-top: 30px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-c53cfdb5-bf3e-40b0-b038-c88aa55ee72c {
  margin-top: 0px;
}
}
#s-c53cfdb5-bf3e-40b0-b038-c88aa55ee72c .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (max-width: 767px){#s-c53cfdb5-bf3e-40b0-b038-c88aa55ee72c .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-7e660e4e-ddac-4bbe-b347-eaf48e1bf140 {
  margin-left: 20px;
margin-right: 20px;
}

#s-95819162-b83f-4784-ab98-c9d56cb58698 {
  margin-bottom: 20px;
padding-top: 20px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-95819162-b83f-4784-ab98-c9d56cb58698 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-95819162-b83f-4784-ab98-c9d56cb58698 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-95819162-b83f-4784-ab98-c9d56cb58698 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95819162-b83f-4784-ab98-c9d56cb58698.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-157482f7-b70a-4061-983b-4226a8c7fdcf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-157482f7-b70a-4061-983b-4226a8c7fdcf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-157482f7-b70a-4061-983b-4226a8c7fdcf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-157482f7-b70a-4061-983b-4226a8c7fdcf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (max-width: 767px) {
  [id="s-157482f7-b70a-4061-983b-4226a8c7fdcf"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-4026bbad-0bd7-43c4-b241-c473b858b598 {
  margin-top: 30px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-4026bbad-0bd7-43c4-b241-c473b858b598 {
  margin-top: 0px;
}
}
#s-4026bbad-0bd7-43c4-b241-c473b858b598 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (max-width: 767px){#s-4026bbad-0bd7-43c4-b241-c473b858b598 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-27513f79-9713-4dec-a5bd-877ceee64103 {
  margin-left: 20px;
margin-right: 20px;
}

#s-2ec177e1-62cb-4d28-b250-5be10e3c503a {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}







  #s-2ec177e1-62cb-4d28-b250-5be10e3c503a img.shogun-image {
    

    
    
    
  }


#s-2ec177e1-62cb-4d28-b250-5be10e3c503a .shogun-image-content {
  
    align-items: center;
  
}

#s-ae04d1ab-aa44-4b0b-987f-d2efd7ec299b {
  margin-bottom: 20px;
padding-top: 20px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-ae04d1ab-aa44-4b0b-987f-d2efd7ec299b {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-ae04d1ab-aa44-4b0b-987f-d2efd7ec299b {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-ae04d1ab-aa44-4b0b-987f-d2efd7ec299b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae04d1ab-aa44-4b0b-987f-d2efd7ec299b.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-fd4c19c7-ece4-4737-8814-ec88ed182f5f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fd4c19c7-ece4-4737-8814-ec88ed182f5f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-fd4c19c7-ece4-4737-8814-ec88ed182f5f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-fd4c19c7-ece4-4737-8814-ec88ed182f5f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-e940605c-44c5-401b-a297-e77fb7a17679 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}







  #s-e940605c-44c5-401b-a297-e77fb7a17679 img.shogun-image {
    

    
    
    
  }


#s-e940605c-44c5-401b-a297-e77fb7a17679 .shogun-image-content {
  
    align-items: center;
  
}

#s-e5b85edb-4ae5-4b17-8600-0f8ef8f5a561 {
  margin-top: 30px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-e5b85edb-4ae5-4b17-8600-0f8ef8f5a561 {
  margin-top: 0px;
}
}
#s-e5b85edb-4ae5-4b17-8600-0f8ef8f5a561 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (max-width: 767px){#s-e5b85edb-4ae5-4b17-8600-0f8ef8f5a561 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-45c5b5e1-4b4b-4c3f-b099-05c86e070a26 {
  margin-left: 20px;
margin-right: 20px;
}

#s-76e379ad-9496-4e34-b194-4c57af575205 {
  margin-bottom: 20px;
padding-top: 20px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-76e379ad-9496-4e34-b194-4c57af575205 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-76e379ad-9496-4e34-b194-4c57af575205 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-76e379ad-9496-4e34-b194-4c57af575205 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-76e379ad-9496-4e34-b194-4c57af575205.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-f799167f-57d7-4ace-9f66-122679631815"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f799167f-57d7-4ace-9f66-122679631815"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-f799167f-57d7-4ace-9f66-122679631815"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-f799167f-57d7-4ace-9f66-122679631815"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (max-width: 767px) {
  [id="s-f799167f-57d7-4ace-9f66-122679631815"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-7b0fe581-a175-473d-8301-ba76aea3f595 {
  margin-top: 30px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-7b0fe581-a175-473d-8301-ba76aea3f595 {
  margin-top: 0px;
}
}
#s-7b0fe581-a175-473d-8301-ba76aea3f595 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (max-width: 767px){#s-7b0fe581-a175-473d-8301-ba76aea3f595 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-77757a95-be2f-4283-af69-4c4265b5f9c7 {
  margin-left: 20px;
margin-right: 20px;
}

#s-cf6d6fe6-77ee-48a8-8d7c-defe40c9b448 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}







  #s-cf6d6fe6-77ee-48a8-8d7c-defe40c9b448 img.shogun-image {
    

    
    
    
  }


#s-cf6d6fe6-77ee-48a8-8d7c-defe40c9b448 .shogun-image-content {
  
    align-items: center;
  
}

#s-d76e2e1f-258f-44ad-ba36-cec7a450467a {
  margin-bottom: 20px;
padding-top: 20px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-d76e2e1f-258f-44ad-ba36-cec7a450467a {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-d76e2e1f-258f-44ad-ba36-cec7a450467a {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-d76e2e1f-258f-44ad-ba36-cec7a450467a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d76e2e1f-258f-44ad-ba36-cec7a450467a.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-76faf4ed-f226-4386-bf24-a2fa2d6d9633"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-76faf4ed-f226-4386-bf24-a2fa2d6d9633"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-76faf4ed-f226-4386-bf24-a2fa2d6d9633"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-76faf4ed-f226-4386-bf24-a2fa2d6d9633"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-3ed72446-6ed0-44e7-9223-f77e3e65a5af {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}







  #s-3ed72446-6ed0-44e7-9223-f77e3e65a5af img.shogun-image {
    

    
    
    
  }


#s-3ed72446-6ed0-44e7-9223-f77e3e65a5af .shogun-image-content {
  
    align-items: center;
  
}

#s-c96b06d3-28ba-4d39-8120-5123aaa74648 {
  margin-top: 30px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-c96b06d3-28ba-4d39-8120-5123aaa74648 {
  margin-top: 0px;
}
}
#s-c96b06d3-28ba-4d39-8120-5123aaa74648 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (max-width: 767px){#s-c96b06d3-28ba-4d39-8120-5123aaa74648 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-aaaaa99d-131a-4a97-bd80-e88134d32f9c {
  margin-left: 20px;
margin-right: 20px;
}

.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-419070d4-ac80-45e3-8b56-eb5325b58665 {
  margin-left: 10px;
margin-right: 10px;
}

#s-419070d4-ac80-45e3-8b56-eb5325b58665 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(212, 212, 212, 1);
}

#s-419070d4-ac80-45e3-8b56-eb5325b58665 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 1);
  padding: 12px;
}

#s-419070d4-ac80-45e3-8b56-eb5325b58665 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(208, 44, 48, 1);
}

#s-419070d4-ac80-45e3-8b56-eb5325b58665 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(212, 212, 212, 1);
}

#s-419070d4-ac80-45e3-8b56-eb5325b58665 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(208, 44, 48, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-419070d4-ac80-45e3-8b56-eb5325b58665 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-e065dbf7-ed29-4fcb-8003-6e209c999fe6 {
  margin-left: 20px;
margin-right: 20px;
}

#s-5810a4b6-8dc8-41e0-b187-843ef98424b8 {
  margin-left: 20px;
margin-right: 20px;
}

#s-76d3b503-31c0-4ebe-8fda-374129f8c172 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-76d3b503-31c0-4ebe-8fda-374129f8c172 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-76d3b503-31c0-4ebe-8fda-374129f8c172.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0f9aac1c-56f2-4141-a863-d78f62a0c0b0 {
  min-height: 50px;
}








#s-0f9aac1c-56f2-4141-a863-d78f62a0c0b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0f9aac1c-56f2-4141-a863-d78f62a0c0b0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f46d0844-8224-4f79-983a-90426a376a0a {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(212, 212, 212, 0);
border-radius: 0px;
background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-f46d0844-8224-4f79-983a-90426a376a0a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-f46d0844-8224-4f79-983a-90426a376a0a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f46d0844-8224-4f79-983a-90426a376a0a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f46d0844-8224-4f79-983a-90426a376a0a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-9f53be92-76e9-490f-9c93-1508f87c17a5 {
  
}

#s-51d263c1-11ab-4faa-8005-8b4437cb4d5e {
  
}

#s-53fae748-951d-40f5-a421-57690ba83457 {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(212, 212, 212, 0);
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-53fae748-951d-40f5-a421-57690ba83457"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-53fae748-951d-40f5-a421-57690ba83457"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-53fae748-951d-40f5-a421-57690ba83457"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-53fae748-951d-40f5-a421-57690ba83457"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-76ced0cf-9e75-4d28-a9bc-f3635b415dc4 {
  
}

#s-e08f0f46-710c-4f91-9e4e-0e552ee66cdc {
  
}

#s-641834f2-8fba-41de-95a7-ecf168f1ba46 {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(212, 212, 212, 0);
background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-641834f2-8fba-41de-95a7-ecf168f1ba46"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-641834f2-8fba-41de-95a7-ecf168f1ba46"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-641834f2-8fba-41de-95a7-ecf168f1ba46"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-641834f2-8fba-41de-95a7-ecf168f1ba46"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-6ea695db-ac74-497d-ae45-f058c762067c {
  
}

#s-2adaea80-98be-40ee-8053-12c5bbf53cd0 {
  
}

#s-11e66874-ea85-42b2-abe5-df903ec5dbe3 {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-11e66874-ea85-42b2-abe5-df903ec5dbe3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-11e66874-ea85-42b2-abe5-df903ec5dbe3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-11e66874-ea85-42b2-abe5-df903ec5dbe3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-11e66874-ea85-42b2-abe5-df903ec5dbe3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-36d96762-4eda-45cb-a253-776a3fe0e5d3 {
  
}

#s-f48fec52-5b63-4802-b0ae-2306aa4eac2f {
  
}

#s-9f084574-dcb1-404e-b759-55a4056ab889 {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-9f084574-dcb1-404e-b759-55a4056ab889"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-9f084574-dcb1-404e-b759-55a4056ab889"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9f084574-dcb1-404e-b759-55a4056ab889"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9f084574-dcb1-404e-b759-55a4056ab889"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-027c01b1-2842-4743-b1ec-d032a431af3d {
  
}

#s-6ae7c10f-fd12-4fe8-a438-0864b7c0e312 {
  
}

#s-259c845a-6dad-46db-826c-619ddd0556ef {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-259c845a-6dad-46db-826c-619ddd0556ef"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-259c845a-6dad-46db-826c-619ddd0556ef"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-259c845a-6dad-46db-826c-619ddd0556ef"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-259c845a-6dad-46db-826c-619ddd0556ef"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-20a39299-cd5e-42b6-89ea-5e15c35a3359 {
  
}

#s-13b69298-9d05-4dfd-afad-11440b9e4593 {
  
}

#s-d168a45e-5691-40fb-841b-28485a01ba38 {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-d168a45e-5691-40fb-841b-28485a01ba38"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-d168a45e-5691-40fb-841b-28485a01ba38"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d168a45e-5691-40fb-841b-28485a01ba38"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d168a45e-5691-40fb-841b-28485a01ba38"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-a6655947-3bdb-4e8f-950d-e71dd5152dc8 {
  
}

#s-be54ea37-4045-411f-918d-27d315de10ff {
  
}

#s-081c8989-da71-486d-b684-e518e7c7a27d {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-081c8989-da71-486d-b684-e518e7c7a27d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-081c8989-da71-486d-b684-e518e7c7a27d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-081c8989-da71-486d-b684-e518e7c7a27d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-081c8989-da71-486d-b684-e518e7c7a27d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-ca2feb62-ccb7-461b-ac82-0cfa2dec7246 {
  
}

#s-62d8194b-8a88-4b89-b138-98368b7a6569 {
  
}

#s-b092811b-d619-4afa-893d-2e60ec79e110 {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-b092811b-d619-4afa-893d-2e60ec79e110"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-b092811b-d619-4afa-893d-2e60ec79e110"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b092811b-d619-4afa-893d-2e60ec79e110"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b092811b-d619-4afa-893d-2e60ec79e110"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-010907ec-dfae-4ab9-a1c7-dcc1b0629f86 {
  
}

#s-fae30182-6f88-4b0e-bad3-141d269a190f {
  
}

#s-51dfb742-e017-4a82-a603-dcce0019cf57 {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-51dfb742-e017-4a82-a603-dcce0019cf57"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-51dfb742-e017-4a82-a603-dcce0019cf57"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-51dfb742-e017-4a82-a603-dcce0019cf57"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-51dfb742-e017-4a82-a603-dcce0019cf57"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-6f57cc76-a75e-4bb2-a5f9-6ae358b1ca4e {
  
}

#s-41075cd6-0f8f-40ad-84ea-afb104c31cdf {
  
}

#s-e584324c-4f24-4f8c-ae50-b12ca0cd0e64 {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-e584324c-4f24-4f8c-ae50-b12ca0cd0e64"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-e584324c-4f24-4f8c-ae50-b12ca0cd0e64"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e584324c-4f24-4f8c-ae50-b12ca0cd0e64"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e584324c-4f24-4f8c-ae50-b12ca0cd0e64"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-1ee1f71c-902c-4c06-a846-7009317f8a19 {
  
}

#s-1f37e576-2992-4fba-beae-20c9492b1134 {
  
}

#s-fd8661cd-cd83-4b3a-b31d-f531a655484e {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-fd8661cd-cd83-4b3a-b31d-f531a655484e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-fd8661cd-cd83-4b3a-b31d-f531a655484e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fd8661cd-cd83-4b3a-b31d-f531a655484e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fd8661cd-cd83-4b3a-b31d-f531a655484e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-23a197c4-3b84-4114-a58c-42e2bee8b35e {
  
}

#s-c6ebc81e-f41e-4c1e-8af1-b868c06264f9 {
  
}

#s-2d959386-951e-43a8-9ba4-350aab3ee2b6 {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-2d959386-951e-43a8-9ba4-350aab3ee2b6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-2d959386-951e-43a8-9ba4-350aab3ee2b6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2d959386-951e-43a8-9ba4-350aab3ee2b6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d959386-951e-43a8-9ba4-350aab3ee2b6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-451e425c-0381-4acb-bf6f-b74a63c6358d {
  
}

#s-97e99f79-6513-477a-a4ec-c91fa004b1d3 {
  
}

#s-b52616d9-0f5f-4b73-8e45-0e1c9f9838bd {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-b52616d9-0f5f-4b73-8e45-0e1c9f9838bd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-b52616d9-0f5f-4b73-8e45-0e1c9f9838bd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b52616d9-0f5f-4b73-8e45-0e1c9f9838bd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b52616d9-0f5f-4b73-8e45-0e1c9f9838bd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-b5e8344c-c663-43f1-83be-6b1fb695ee2e {
  
}

#s-2fa1d4b0-3d5f-45e6-bfcd-9cf355817311 {
  
}

#s-5570bb59-aeb2-419a-9fd4-45e896a90ded {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-5570bb59-aeb2-419a-9fd4-45e896a90ded"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-5570bb59-aeb2-419a-9fd4-45e896a90ded"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5570bb59-aeb2-419a-9fd4-45e896a90ded"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5570bb59-aeb2-419a-9fd4-45e896a90ded"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-0e2a5afc-3436-4757-8406-1857b278ba8e {
  
}

#s-6e4c26d6-8876-49c2-953d-2c371c7308de {
  
}

#s-fa4ac70a-6c14-4524-b8d0-7d82f7c34989 {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-fa4ac70a-6c14-4524-b8d0-7d82f7c34989"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-fa4ac70a-6c14-4524-b8d0-7d82f7c34989"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fa4ac70a-6c14-4524-b8d0-7d82f7c34989"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fa4ac70a-6c14-4524-b8d0-7d82f7c34989"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c662d7b8-27bf-44dc-9dd4-b332fb84e5d6 {
  
}

#s-c0613b50-759e-421f-9a85-6b0469eb6099 {
  
}

#s-5923311c-9665-4d30-b49b-fe88aa776185 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-5923311c-9665-4d30-b49b-fe88aa776185 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5923311c-9665-4d30-b49b-fe88aa776185.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-d06843bf-3644-4cab-b33b-9d375a6a559d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d06843bf-3644-4cab-b33b-9d375a6a559d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-d06843bf-3644-4cab-b33b-9d375a6a559d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-d06843bf-3644-4cab-b33b-9d375a6a559d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

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

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

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

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

#s-85002f15-4d29-4306-8db2-98390912b92e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-85002f15-4d29-4306-8db2-98390912b92e .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-25c9da3c-6ae8-4826-b037-50469346c666 {
  margin-left: 20px;
margin-right: 20px;
}

#s-a7053a0b-6d93-42ed-a6b2-160db1598ef1 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}

#s-3cca1a7b-901f-4dd5-9c86-2f29363fe1de {
  margin-top: 20px;
min-height: 50px;
background-color: rgba(51, 49, 49, 1);
}








#s-3cca1a7b-901f-4dd5-9c86-2f29363fe1de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3cca1a7b-901f-4dd5-9c86-2f29363fe1de.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0f5c6767-7b81-4b45-9ecb-7cc380ba54cf {
  margin-top: 20px;
margin-left: 15%;
margin-bottom: 20px;
margin-right: 15%;
}
@media (min-width: 768px) and (max-width: 991px){#s-0f5c6767-7b81-4b45-9ecb-7cc380ba54cf {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-0f5c6767-7b81-4b45-9ecb-7cc380ba54cf {
  margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-0f5c6767-7b81-4b45-9ecb-7cc380ba54cf"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-0f5c6767-7b81-4b45-9ecb-7cc380ba54cf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-0f5c6767-7b81-4b45-9ecb-7cc380ba54cf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-0f5c6767-7b81-4b45-9ecb-7cc380ba54cf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

#s-6a02b7c1-5190-4e33-b71e-37866b48ebef {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-6a02b7c1-5190-4e33-b71e-37866b48ebef .shogun-icon-wrapper {
  text-align: center;
}


#s-6a02b7c1-5190-4e33-b71e-37866b48ebef .shogun-icon-wrapper > .shogun-icon {

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

#s-48d1580e-b65a-4e51-b278-3fe676fac5d0 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-48d1580e-b65a-4e51-b278-3fe676fac5d0 .shogun-heading-component h3 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-4ef60ac4-144b-4533-b59d-2fb971cb9e5b {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-c484b22b-8512-45cd-8a16-e8da733164ac {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-c484b22b-8512-45cd-8a16-e8da733164ac .shogun-icon-wrapper {
  text-align: center;
}


#s-c484b22b-8512-45cd-8a16-e8da733164ac .shogun-icon-wrapper > .shogun-icon {

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

#s-a5a6cade-53ad-4781-b410-420d5cd49abb {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-a5a6cade-53ad-4781-b410-420d5cd49abb .shogun-heading-component h3 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-0149c1f5-4c1e-4ee2-9ffd-3fe532e05090 {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-d2c3fda2-9823-435b-b22f-e6358324eea4 {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-d2c3fda2-9823-435b-b22f-e6358324eea4 .shogun-icon-wrapper {
  text-align: center;
}


#s-d2c3fda2-9823-435b-b22f-e6358324eea4 .shogun-icon-wrapper > .shogun-icon {

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

#s-a51a7757-2dae-4d98-ab1d-c8b4ecb97850 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-a51a7757-2dae-4d98-ab1d-c8b4ecb97850 .shogun-heading-component h3 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-e0d15626-38b5-4424-b9c4-91c0d18c673d {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-01bc5682-d65d-4bd4-b805-2eab8022aab2 {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-01bc5682-d65d-4bd4-b805-2eab8022aab2 .shogun-icon-wrapper {
  text-align: center;
}


#s-01bc5682-d65d-4bd4-b805-2eab8022aab2 .shogun-icon-wrapper > .shogun-icon {

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

#s-6042621a-a55c-4291-8629-645c82073a6c {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-6042621a-a55c-4291-8629-645c82073a6c .shogun-heading-component h3 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-64285519-fdf1-46de-9a39-5108e1605397 {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-6e524bcf-aafc-4f4f-b8cb-b7a039921da5 {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-6e524bcf-aafc-4f4f-b8cb-b7a039921da5 .shogun-icon-wrapper {
  text-align: center;
}


#s-6e524bcf-aafc-4f4f-b8cb-b7a039921da5 .shogun-icon-wrapper > .shogun-icon {

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

#s-811f7be3-1e05-4754-8c52-e104e80eaf48 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-811f7be3-1e05-4754-8c52-e104e80eaf48 .shogun-heading-component h3 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-b65cdbfd-b51d-4f10-8db1-c3196a6e2d99 {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-87caa937-e8d7-467f-b8d4-7748173f113a {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-87caa937-e8d7-467f-b8d4-7748173f113a .shogun-icon-wrapper {
  text-align: center;
}


#s-87caa937-e8d7-467f-b8d4-7748173f113a .shogun-icon-wrapper > .shogun-icon {

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

#s-c10d8247-0135-45bd-9a59-9529f2db6110 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-c10d8247-0135-45bd-9a59-9529f2db6110 .shogun-heading-component h3 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-8f90e265-cf15-43b5-a6ec-5d266e7fbbc7 {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
}

/*
  $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:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{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,.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:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.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}