.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-bbe8250c-703f-4528-a86a-033865db0037 {
  min-height: 50px;
}








#s-bbe8250c-703f-4528-a86a-033865db0037 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bbe8250c-703f-4528-a86a-033865db0037.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: #000000;
  font-family: Serif;
  font-weight: 400;
}

.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: 400;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: #000000;
  font-family: 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: #000000;
  font-family: Serif;
  font-weight: 400;
}

.shg-theme-text-content p {
  color: #000000;
  font-family: Serif;
  font-weight: 400;
}

#s-72d393d8-9684-4bee-8496-e745ebe415eb {
  margin-top: 20px;
margin-bottom: 20px;
}

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

@media (min-width: 0px) {
[id="s-3170a928-13f2-42c0-aa99-693e3b374de6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3170a928-13f2-42c0-aa99-693e3b374de6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3170a928-13f2-42c0-aa99-693e3b374de6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3170a928-13f2-42c0-aa99-693e3b374de6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

.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: 400;
  font-family: 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-1fc84fb2-0b76-4d11-bfc2-bc4203b91e19 {
  margin-top: 9px;
margin-bottom: 9px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(246, 246, 246, 1);
text-align: center;
text-decoration: none;
color: rgba(36, 37, 42, 1);
background-image: none;
hover-type: color;
}
#s-1fc84fb2-0b76-4d11-bfc2-bc4203b91e19:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-1fc84fb2-0b76-4d11-bfc2-bc4203b91e19:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1fc84fb2-0b76-4d11-bfc2-bc4203b91e19-root {
    text-align: center;
  }


#s-1fc84fb2-0b76-4d11-bfc2-bc4203b91e19.shg-btn {
  color: rgba(36, 37, 42, 1);
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1fc84fb2-0b76-4d11-bfc2-bc4203b91e19-root {
    text-align: center;
  }


#s-1fc84fb2-0b76-4d11-bfc2-bc4203b91e19.shg-btn {
  color: rgba(36, 37, 42, 1);
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1fc84fb2-0b76-4d11-bfc2-bc4203b91e19-root {
    text-align: center;
  }


#s-1fc84fb2-0b76-4d11-bfc2-bc4203b91e19.shg-btn {
  color: rgba(36, 37, 42, 1);
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1fc84fb2-0b76-4d11-bfc2-bc4203b91e19-root {
    text-align: center;
  }


#s-1fc84fb2-0b76-4d11-bfc2-bc4203b91e19.shg-btn {
  color: rgba(36, 37, 42, 1);
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1fc84fb2-0b76-4d11-bfc2-bc4203b91e19-root {
    text-align: center;
  }


#s-1fc84fb2-0b76-4d11-bfc2-bc4203b91e19.shg-btn {
  color: rgba(36, 37, 42, 1);
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-0f092418-809c-4bc7-85b9-a686c2185027 {
  margin-top: 9px;
margin-bottom: 9px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(246, 246, 246, 1);
text-align: center;
text-decoration: none;
color: rgba(36, 37, 42, 1);
background-image: none;
hover-type: color;
}
#s-0f092418-809c-4bc7-85b9-a686c2185027:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-0f092418-809c-4bc7-85b9-a686c2185027:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0f092418-809c-4bc7-85b9-a686c2185027-root {
    text-align: center;
  }


#s-0f092418-809c-4bc7-85b9-a686c2185027.shg-btn {
  color: rgba(36, 37, 42, 1);
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0f092418-809c-4bc7-85b9-a686c2185027-root {
    text-align: center;
  }


#s-0f092418-809c-4bc7-85b9-a686c2185027.shg-btn {
  color: rgba(36, 37, 42, 1);
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0f092418-809c-4bc7-85b9-a686c2185027-root {
    text-align: center;
  }


#s-0f092418-809c-4bc7-85b9-a686c2185027.shg-btn {
  color: rgba(36, 37, 42, 1);
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0f092418-809c-4bc7-85b9-a686c2185027-root {
    text-align: center;
  }


#s-0f092418-809c-4bc7-85b9-a686c2185027.shg-btn {
  color: rgba(36, 37, 42, 1);
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0f092418-809c-4bc7-85b9-a686c2185027-root {
    text-align: center;
  }


#s-0f092418-809c-4bc7-85b9-a686c2185027.shg-btn {
  color: rgba(36, 37, 42, 1);
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-7a013ab9-b5a6-42a5-8744-44c0008e1bee {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 50px;
}








#s-7a013ab9-b5a6-42a5-8744-44c0008e1bee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a013ab9-b5a6-42a5-8744-44c0008e1bee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f5c71aca-71ba-42da-b137-0dd55e394c60 {
  margin-top: 50px;
margin-left: 22%;
margin-bottom: 50px;
margin-right: 22%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f5c71aca-71ba-42da-b137-0dd55e394c60 {
  display: none;
}
#s-f5c71aca-71ba-42da-b137-0dd55e394c60, #wrap-s-f5c71aca-71ba-42da-b137-0dd55e394c60 { display:none !important; }}@media (max-width: 767px){#s-f5c71aca-71ba-42da-b137-0dd55e394c60 {
  display: none;
}
#s-f5c71aca-71ba-42da-b137-0dd55e394c60, #wrap-s-f5c71aca-71ba-42da-b137-0dd55e394c60 { display:none !important; }}







#s-f5c71aca-71ba-42da-b137-0dd55e394c60 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5c71aca-71ba-42da-b137-0dd55e394c60.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-96e25d51-4368-4c27-b74d-f990627ff245 {
  margin-top: 30px;
margin-bottom: 30px;
}

#s-4485db62-9f56-4360-85a6-a809bb28971d {
  margin-top: 0px;
margin-bottom: 28px;
}

#s-e5084d9b-ef54-4286-afcf-70d7bc4751eb {
  margin-top: 20px;
margin-left: 18%;
margin-bottom: 20px;
margin-right: 18%;
min-height: 50px;
}
@media (min-width: 1200px){#s-e5084d9b-ef54-4286-afcf-70d7bc4751eb {
  display: none;
}
#s-e5084d9b-ef54-4286-afcf-70d7bc4751eb, #wrap-s-e5084d9b-ef54-4286-afcf-70d7bc4751eb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e5084d9b-ef54-4286-afcf-70d7bc4751eb {
  display: none;
}
#s-e5084d9b-ef54-4286-afcf-70d7bc4751eb, #wrap-s-e5084d9b-ef54-4286-afcf-70d7bc4751eb { display:none !important; }}







#s-e5084d9b-ef54-4286-afcf-70d7bc4751eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5084d9b-ef54-4286-afcf-70d7bc4751eb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c9259cf4-8b2f-49cb-b0e5-dd9bbc94a312 {
  margin-top: 30px;
margin-bottom: 30px;
}

#s-e94ded54-3b79-4b17-a493-cadeeda5eccb {
  margin-top: -1px;
margin-bottom: 28px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

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

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

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

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


  #s-05018ea4-2b1f-44af-bf6a-864ae898b71e .shogun-tabs > li > .shogun-tab-box {
    background: rgba(246, 246, 246, 1);
    border: 2px solid rgba(250, 250, 250, 1);
  }
  #s-05018ea4-2b1f-44af-bf6a-864ae898b71e .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 1);
    border: 2px solid rgba(250, 250, 250, 1);
  }
#s-05018ea4-2b1f-44af-bf6a-864ae898b71e .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(132, 124, 117, 1);
  font-family: Poppins;
  font-weight: ;
  font-style: ;
  font-size: 17px;
}

#s-05018ea4-2b1f-44af-bf6a-864ae898b71e .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(32, 31, 30, 1);
}

#s-05018ea4-2b1f-44af-bf6a-864ae898b71e .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 2px);
  left: 2px;
  bottom: -2px;
  height: 2px;
  background: rgba(255, 255, 255, 1);
}

#s-05018ea4-2b1f-44af-bf6a-864ae898b71e .shogun-tabs-body {
  margin-top: -2px;
  border-top: 2px solid rgba(250, 250, 250, 1);
}

#s-ac7d750e-0de8-4b82-a0fb-5a34a2501bee {
  margin-bottom: 80px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ac7d750e-0de8-4b82-a0fb-5a34a2501bee {
  display: none;
}
#s-ac7d750e-0de8-4b82-a0fb-5a34a2501bee, #wrap-s-ac7d750e-0de8-4b82-a0fb-5a34a2501bee { display:none !important; }}@media (max-width: 767px){#s-ac7d750e-0de8-4b82-a0fb-5a34a2501bee {
  display: none;
}
#s-ac7d750e-0de8-4b82-a0fb-5a34a2501bee, #wrap-s-ac7d750e-0de8-4b82-a0fb-5a34a2501bee { display:none !important; }}







#s-ac7d750e-0de8-4b82-a0fb-5a34a2501bee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac7d750e-0de8-4b82-a0fb-5a34a2501bee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-bdb94344-7a36-40e1-b323-6e67299d950c {
  margin-top: 30px;
margin-left: 2%;
margin-bottom: 30px;
margin-right: 2%;
text-align: center;
}







  #s-bdb94344-7a36-40e1-b323-6e67299d950c img.shogun-image {
    

    
    
    
  }


#s-bdb94344-7a36-40e1-b323-6e67299d950c .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-imageV2-content {
  text-align: initial;
}

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

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

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

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

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

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

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

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

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

.shogun-image.hover ~ * {
  z-index: 1;
}

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

#s-a3dcd8db-b063-4214-b9f6-92fd15a365d5 {
  text-align: center;
}







  img.s-a3dcd8db-b063-4214-b9f6-92fd15a365d5.shogun-image {
    
    
  }


.s-a3dcd8db-b063-4214-b9f6-92fd15a365d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-a3dcd8db-b063-4214-b9f6-92fd15a365d5.shg-align-container {
  text-align: center
}

.s-a3dcd8db-b063-4214-b9f6-92fd15a365d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3dcd8db-b063-4214-b9f6-92fd15a365d5.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-a3dcd8db-b063-4214-b9f6-92fd15a365d5.shogun-image {
    
    
  }


.s-a3dcd8db-b063-4214-b9f6-92fd15a365d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-a3dcd8db-b063-4214-b9f6-92fd15a365d5.shg-align-container {
  text-align: center
}

.s-a3dcd8db-b063-4214-b9f6-92fd15a365d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3dcd8db-b063-4214-b9f6-92fd15a365d5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a3dcd8db-b063-4214-b9f6-92fd15a365d5.shogun-image {
    
    
  }


.s-a3dcd8db-b063-4214-b9f6-92fd15a365d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-a3dcd8db-b063-4214-b9f6-92fd15a365d5.shg-align-container {
  text-align: center
}

.s-a3dcd8db-b063-4214-b9f6-92fd15a365d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3dcd8db-b063-4214-b9f6-92fd15a365d5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a3dcd8db-b063-4214-b9f6-92fd15a365d5.shogun-image {
    
    
  }


.s-a3dcd8db-b063-4214-b9f6-92fd15a365d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-a3dcd8db-b063-4214-b9f6-92fd15a365d5.shg-align-container {
  text-align: center
}

.s-a3dcd8db-b063-4214-b9f6-92fd15a365d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3dcd8db-b063-4214-b9f6-92fd15a365d5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a3dcd8db-b063-4214-b9f6-92fd15a365d5.shogun-image {
    
    
  }


.s-a3dcd8db-b063-4214-b9f6-92fd15a365d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-a3dcd8db-b063-4214-b9f6-92fd15a365d5.shg-align-container {
  text-align: center
}

.s-a3dcd8db-b063-4214-b9f6-92fd15a365d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3dcd8db-b063-4214-b9f6-92fd15a365d5.shogun-image {
  box-sizing: border-box;
}


}
#s-16537bc4-ed7e-47ca-b67e-6dbed4d450bb {
  margin-top: 80px;
margin-left: 5%;
margin-bottom: 80px;
margin-right: 5%;
min-height: 50px;
}








#s-16537bc4-ed7e-47ca-b67e-6dbed4d450bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-16537bc4-ed7e-47ca-b67e-6dbed4d450bb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5958129b-ebfc-4da5-bd16-dc531ccd479d {
  margin-bottom: 30px;
}

#s-0f740187-07a4-430f-adb7-b30e3a40fc7b {
  margin-top: 20px;
margin-left: 7%;
margin-bottom: 20px;
margin-right: 7%;
}

#s-2cd727fd-4dc1-43f5-b160-c9315cd97546 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(250, 250, 250, 1);
border-style: solid;
text-align: center;
}







  #s-2cd727fd-4dc1-43f5-b160-c9315cd97546 img.shogun-image {
    

    
    
    
  }


#s-2cd727fd-4dc1-43f5-b160-c9315cd97546 .shogun-image-content {
  
    align-items: center;
  
}

#s-2c0bd057-9b60-4ebc-b151-7288fac387a8 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(250, 250, 250, 1);
border-style: solid;
border-radius: 25px;
text-align: center;
}







  #s-2c0bd057-9b60-4ebc-b151-7288fac387a8 img.shogun-image {
    

    
    
    
  }


#s-2c0bd057-9b60-4ebc-b151-7288fac387a8 .shogun-image-content {
  
    align-items: center;
  
}

#s-310ca053-f9ae-418d-8576-2a47a5bd6edf {
  margin-top: 60px;
margin-bottom: 1px;
min-height: 50px;
}








#s-310ca053-f9ae-418d-8576-2a47a5bd6edf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-310ca053-f9ae-418d-8576-2a47a5bd6edf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2ed565fe-60c0-4955-87cc-c7607a4b33db {
  margin-bottom: 30px;
}

#s-c004e858-28a9-4d23-8f53-756191af9db8 {
  margin-top: 20px;
margin-left: 12%;
margin-bottom: 20px;
margin-right: 12%;
}

#s-7ccea742-f6cb-4a91-b721-a779df61ac28 {
  margin-top: 20px;
margin-bottom: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(250, 250, 250, 1);
border-style: solid;
border-radius: 25px;
text-align: center;
}







  #s-7ccea742-f6cb-4a91-b721-a779df61ac28 img.shogun-image {
    

    
    
    
  }


#s-7ccea742-f6cb-4a91-b721-a779df61ac28 .shogun-image-content {
  
    align-items: center;
  
}

#s-953bfbed-49a0-4305-8ca2-92f1523c9d98 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-953bfbed-49a0-4305-8ca2-92f1523c9d98 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-953bfbed-49a0-4305-8ca2-92f1523c9d98.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8bf3f47c-15ea-4b14-a67d-7c4479a0dcfb {
  margin-bottom: 40px;
padding-top: 60px;
padding-bottom: 60px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-8bf3f47c-15ea-4b14-a67d-7c4479a0dcfb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8bf3f47c-15ea-4b14-a67d-7c4479a0dcfb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8bf3f47c-15ea-4b14-a67d-7c4479a0dcfb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8bf3f47c-15ea-4b14-a67d-7c4479a0dcfb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1f4838aa-aa1d-4d59-a630-0852442786e1 {
  margin-left: 16%;
margin-bottom: 20px;
padding-top: 80px;
}

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

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

#s-c0b6bea8-7c1a-427a-a46d-b8e31b1bae6b {
  margin-top: -13px;
margin-left: 0%;
margin-bottom: 23px;
padding-top: 0px;
padding-left: 17%;
padding-right: 81%;
}

#s-c0b6bea8-7c1a-427a-a46d-b8e31b1bae6b hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-1bfb8a87-b52b-4be5-8b4f-888c1b425d05 {
  margin-left: 16%;
margin-right: 15%;
}

#s-f627d083-220a-4030-a34f-16cd94349862 {
  margin-left: 0%;
text-align: center;
}







  #s-f627d083-220a-4030-a34f-16cd94349862 img.shogun-image {
    

    
    
    
  }


#s-f627d083-220a-4030-a34f-16cd94349862 .shogun-image-content {
  
    align-items: center;
  
}

#s-5f4af34b-7914-46a8-b33f-3a2d6f38c6e5 {
  margin-top: 60px;
margin-left: 3%;
margin-bottom: 120px;
margin-right: 3%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-5f4af34b-7914-46a8-b33f-3a2d6f38c6e5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5f4af34b-7914-46a8-b33f-3a2d6f38c6e5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5f4af34b-7914-46a8-b33f-3a2d6f38c6e5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5f4af34b-7914-46a8-b33f-3a2d6f38c6e5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c759e9c5-e8a8-460e-9a03-0b5f611c01b3 {
  margin-left: 0%;
text-align: center;
}







  #s-c759e9c5-e8a8-460e-9a03-0b5f611c01b3 img.shogun-image {
    

    
    
    
  }


#s-c759e9c5-e8a8-460e-9a03-0b5f611c01b3 .shogun-image-content {
  
    align-items: center;
  
}

#s-4985f9ff-7735-465a-ac7c-bda133cd86dc {
  margin-top: 60px;
margin-left: 15%;
margin-bottom: 20px;
}

#s-a992ec30-7184-475d-8ddc-779bafcc7719 {
  margin-top: -13px;
margin-left: 0%;
margin-bottom: 23px;
padding-top: 0px;
padding-left: 16%;
padding-right: 82%;
}

#s-a992ec30-7184-475d-8ddc-779bafcc7719 hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-bdbe027e-4954-4281-ae40-6cc1a0eb09d7 {
  margin-left: 16%;
margin-right: 15%;
}

#s-203556e2-f69f-4e9d-b1ae-177afbc63589 {
  margin-top: 20px;
padding-top: 60px;
padding-bottom: 60px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-203556e2-f69f-4e9d-b1ae-177afbc63589"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-203556e2-f69f-4e9d-b1ae-177afbc63589"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-203556e2-f69f-4e9d-b1ae-177afbc63589"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-203556e2-f69f-4e9d-b1ae-177afbc63589"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8342c208-9296-4b83-be95-0b720a74a4b1 {
  margin-left: 16%;
margin-bottom: 20px;
}

#s-21465139-6897-4e74-8897-2a6b89f345e6 {
  margin-top: -13px;
margin-left: 0%;
margin-bottom: 23px;
padding-top: 0px;
padding-left: 17%;
padding-right: 81%;
}

#s-21465139-6897-4e74-8897-2a6b89f345e6 hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-cb1dc6a3-0ffc-4d56-8f96-363a0862c47e {
  margin-left: 16%;
margin-right: 15%;
}

#s-95a56f7f-d9ed-4c44-9510-208b728cdc40 {
  margin-left: 6%;
margin-right: 11%;
text-align: center;
}







  #s-95a56f7f-d9ed-4c44-9510-208b728cdc40 img.shogun-image {
    

    
    
    
  }


#s-95a56f7f-d9ed-4c44-9510-208b728cdc40 .shogun-image-content {
  
    align-items: center;
  
}

#s-d131bad3-362a-4c01-998a-64f2608541dd {
  margin-left: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-d131bad3-362a-4c01-998a-64f2608541dd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d131bad3-362a-4c01-998a-64f2608541dd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-d131bad3-362a-4c01-998a-64f2608541dd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-d131bad3-362a-4c01-998a-64f2608541dd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

#s-8f86fa46-d437-428e-8281-7add34c86b90 {
  margin-left: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-8f86fa46-d437-428e-8281-7add34c86b90"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8f86fa46-d437-428e-8281-7add34c86b90"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-8f86fa46-d437-428e-8281-7add34c86b90"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-8f86fa46-d437-428e-8281-7add34c86b90"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

#s-ecb35742-1cf4-463b-b212-ea9ee33acd5d {
  text-align: center;
}







  img.s-ecb35742-1cf4-463b-b212-ea9ee33acd5d.shogun-image {
    
    
  }


.s-ecb35742-1cf4-463b-b212-ea9ee33acd5d .shogun-image-content {
  
    align-items: center;
  
}

.s-ecb35742-1cf4-463b-b212-ea9ee33acd5d.shg-align-container {
  text-align: center
}

.s-ecb35742-1cf4-463b-b212-ea9ee33acd5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecb35742-1cf4-463b-b212-ea9ee33acd5d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-ecb35742-1cf4-463b-b212-ea9ee33acd5d.shogun-image {
    
    
  }


.s-ecb35742-1cf4-463b-b212-ea9ee33acd5d .shogun-image-content {
  
    align-items: center;
  
}

.s-ecb35742-1cf4-463b-b212-ea9ee33acd5d.shg-align-container {
  text-align: center
}

.s-ecb35742-1cf4-463b-b212-ea9ee33acd5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecb35742-1cf4-463b-b212-ea9ee33acd5d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ecb35742-1cf4-463b-b212-ea9ee33acd5d.shogun-image {
    
    
  }


.s-ecb35742-1cf4-463b-b212-ea9ee33acd5d .shogun-image-content {
  
    align-items: center;
  
}

.s-ecb35742-1cf4-463b-b212-ea9ee33acd5d.shg-align-container {
  text-align: center
}

.s-ecb35742-1cf4-463b-b212-ea9ee33acd5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecb35742-1cf4-463b-b212-ea9ee33acd5d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ecb35742-1cf4-463b-b212-ea9ee33acd5d.shogun-image {
    
    
  }


.s-ecb35742-1cf4-463b-b212-ea9ee33acd5d .shogun-image-content {
  
    align-items: center;
  
}

.s-ecb35742-1cf4-463b-b212-ea9ee33acd5d.shg-align-container {
  text-align: center
}

.s-ecb35742-1cf4-463b-b212-ea9ee33acd5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecb35742-1cf4-463b-b212-ea9ee33acd5d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ecb35742-1cf4-463b-b212-ea9ee33acd5d.shogun-image {
    
    
  }


.s-ecb35742-1cf4-463b-b212-ea9ee33acd5d .shogun-image-content {
  
    align-items: center;
  
}

.s-ecb35742-1cf4-463b-b212-ea9ee33acd5d.shg-align-container {
  text-align: center
}

.s-ecb35742-1cf4-463b-b212-ea9ee33acd5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecb35742-1cf4-463b-b212-ea9ee33acd5d.shogun-image {
  box-sizing: border-box;
}


}
#s-d03900d4-7649-46e7-92cd-7ff34c81bf78 {
  text-align: center;
}







  img.s-d03900d4-7649-46e7-92cd-7ff34c81bf78.shogun-image {
    
    
  }


.s-d03900d4-7649-46e7-92cd-7ff34c81bf78 .shogun-image-content {
  
    align-items: center;
  
}

.s-d03900d4-7649-46e7-92cd-7ff34c81bf78.shg-align-container {
  text-align: center
}

.s-d03900d4-7649-46e7-92cd-7ff34c81bf78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d03900d4-7649-46e7-92cd-7ff34c81bf78.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-d03900d4-7649-46e7-92cd-7ff34c81bf78.shogun-image {
    
    
  }


.s-d03900d4-7649-46e7-92cd-7ff34c81bf78 .shogun-image-content {
  
    align-items: center;
  
}

.s-d03900d4-7649-46e7-92cd-7ff34c81bf78.shg-align-container {
  text-align: center
}

.s-d03900d4-7649-46e7-92cd-7ff34c81bf78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d03900d4-7649-46e7-92cd-7ff34c81bf78.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d03900d4-7649-46e7-92cd-7ff34c81bf78.shogun-image {
    
    
  }


.s-d03900d4-7649-46e7-92cd-7ff34c81bf78 .shogun-image-content {
  
    align-items: center;
  
}

.s-d03900d4-7649-46e7-92cd-7ff34c81bf78.shg-align-container {
  text-align: center
}

.s-d03900d4-7649-46e7-92cd-7ff34c81bf78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d03900d4-7649-46e7-92cd-7ff34c81bf78.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d03900d4-7649-46e7-92cd-7ff34c81bf78.shogun-image {
    
    
  }


.s-d03900d4-7649-46e7-92cd-7ff34c81bf78 .shogun-image-content {
  
    align-items: center;
  
}

.s-d03900d4-7649-46e7-92cd-7ff34c81bf78.shg-align-container {
  text-align: center
}

.s-d03900d4-7649-46e7-92cd-7ff34c81bf78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d03900d4-7649-46e7-92cd-7ff34c81bf78.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d03900d4-7649-46e7-92cd-7ff34c81bf78.shogun-image {
    
    
  }


.s-d03900d4-7649-46e7-92cd-7ff34c81bf78 .shogun-image-content {
  
    align-items: center;
  
}

.s-d03900d4-7649-46e7-92cd-7ff34c81bf78.shg-align-container {
  text-align: center
}

.s-d03900d4-7649-46e7-92cd-7ff34c81bf78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d03900d4-7649-46e7-92cd-7ff34c81bf78.shogun-image {
  box-sizing: border-box;
}


}
#s-c1d7cb7f-e61e-432c-9dad-c6461005fa51 {
  text-align: center;
}







  img.s-c1d7cb7f-e61e-432c-9dad-c6461005fa51.shogun-image {
    
    
  }


.s-c1d7cb7f-e61e-432c-9dad-c6461005fa51 .shogun-image-content {
  
    align-items: center;
  
}

.s-c1d7cb7f-e61e-432c-9dad-c6461005fa51.shg-align-container {
  text-align: center
}

.s-c1d7cb7f-e61e-432c-9dad-c6461005fa51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1d7cb7f-e61e-432c-9dad-c6461005fa51.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-c1d7cb7f-e61e-432c-9dad-c6461005fa51.shogun-image {
    
    
  }


.s-c1d7cb7f-e61e-432c-9dad-c6461005fa51 .shogun-image-content {
  
    align-items: center;
  
}

.s-c1d7cb7f-e61e-432c-9dad-c6461005fa51.shg-align-container {
  text-align: center
}

.s-c1d7cb7f-e61e-432c-9dad-c6461005fa51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1d7cb7f-e61e-432c-9dad-c6461005fa51.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c1d7cb7f-e61e-432c-9dad-c6461005fa51.shogun-image {
    
    
  }


.s-c1d7cb7f-e61e-432c-9dad-c6461005fa51 .shogun-image-content {
  
    align-items: center;
  
}

.s-c1d7cb7f-e61e-432c-9dad-c6461005fa51.shg-align-container {
  text-align: center
}

.s-c1d7cb7f-e61e-432c-9dad-c6461005fa51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1d7cb7f-e61e-432c-9dad-c6461005fa51.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c1d7cb7f-e61e-432c-9dad-c6461005fa51.shogun-image {
    
    
  }


.s-c1d7cb7f-e61e-432c-9dad-c6461005fa51 .shogun-image-content {
  
    align-items: center;
  
}

.s-c1d7cb7f-e61e-432c-9dad-c6461005fa51.shg-align-container {
  text-align: center
}

.s-c1d7cb7f-e61e-432c-9dad-c6461005fa51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1d7cb7f-e61e-432c-9dad-c6461005fa51.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c1d7cb7f-e61e-432c-9dad-c6461005fa51.shogun-image {
    
    
  }


.s-c1d7cb7f-e61e-432c-9dad-c6461005fa51 .shogun-image-content {
  
    align-items: center;
  
}

.s-c1d7cb7f-e61e-432c-9dad-c6461005fa51.shg-align-container {
  text-align: center
}

.s-c1d7cb7f-e61e-432c-9dad-c6461005fa51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1d7cb7f-e61e-432c-9dad-c6461005fa51.shogun-image {
  box-sizing: border-box;
}


}
#s-895fdf52-a31a-4b22-bf9f-4d981541e863 {
  margin-top: 80px;
margin-bottom: 1px;
padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-895fdf52-a31a-4b22-bf9f-4d981541e863 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-895fdf52-a31a-4b22-bf9f-4d981541e863.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e6ea40f4-eba6-4bca-a094-ed2e403cc3d8 {
  margin-bottom: 30px;
}

#s-1e89cd23-6c04-450d-9691-c4629d217602 {
  margin-top: 20px;
margin-left: 12%;
margin-bottom: 20px;
margin-right: 12%;
}

#s-baf2b81d-c0bb-4537-8b0a-94e6d9078fb2 {
  margin-top: 30px;
margin-left: 15%;
margin-bottom: 30px;
margin-right: 15%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(250, 250, 250, 1);
border-style: solid;
border-radius: 25px;
text-align: center;
}







  #s-baf2b81d-c0bb-4537-8b0a-94e6d9078fb2 img.shogun-image {
    

    
    
    
  }


#s-baf2b81d-c0bb-4537-8b0a-94e6d9078fb2 .shogun-image-content {
  
    align-items: center;
  
}

#s-05041bf5-28de-415e-99e9-afb1c675e403 {
  margin-top: 80px;
min-height: 50px;
}








#s-05041bf5-28de-415e-99e9-afb1c675e403 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-05041bf5-28de-415e-99e9-afb1c675e403.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-80cfade8-c98f-479d-84a4-9ab58690615b {
  margin-top: 60px;
margin-left: 3%;
margin-bottom: 120px;
margin-right: 3%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-80cfade8-c98f-479d-84a4-9ab58690615b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-80cfade8-c98f-479d-84a4-9ab58690615b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-80cfade8-c98f-479d-84a4-9ab58690615b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-80cfade8-c98f-479d-84a4-9ab58690615b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7fcca32d-f070-4bdf-a852-59708c3d8be7 {
  margin-left: 0%;
text-align: center;
}







  #s-7fcca32d-f070-4bdf-a852-59708c3d8be7 img.shogun-image {
    

    
    
    
  }


#s-7fcca32d-f070-4bdf-a852-59708c3d8be7 .shogun-image-content {
  
    align-items: center;
  
}

#s-8470c68f-6ea6-459f-9aba-f8daa0b703ba {
  margin-top: 60px;
margin-left: 15%;
margin-bottom: 20px;
}

#s-47418cc3-d87b-475a-a922-658acddd6b01 {
  margin-top: -13px;
margin-left: 0%;
margin-bottom: 23px;
padding-top: 0px;
padding-left: 16%;
padding-right: 82%;
}

#s-47418cc3-d87b-475a-a922-658acddd6b01 hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-c25beb4f-9012-42bd-8387-28e6b0aed5b7 {
  margin-left: 16%;
margin-right: 15%;
}

#s-33439026-eee2-4924-8c02-a9ddb9273100 {
  margin-top: 60px;
}

#s-304cdadc-09ef-461c-97be-3f71ce5166b7 {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-304cdadc-09ef-461c-97be-3f71ce5166b7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-304cdadc-09ef-461c-97be-3f71ce5166b7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-304cdadc-09ef-461c-97be-3f71ce5166b7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-304cdadc-09ef-461c-97be-3f71ce5166b7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1a2d0e9e-b1e8-428a-9efc-3f904c4b299f {
  text-align: center;
}







  img.s-1a2d0e9e-b1e8-428a-9efc-3f904c4b299f.shogun-image {
    
    
  }


.s-1a2d0e9e-b1e8-428a-9efc-3f904c4b299f .shogun-image-content {
  
    align-items: center;
  
}

.s-1a2d0e9e-b1e8-428a-9efc-3f904c4b299f.shg-align-container {
  text-align: center
}

.s-1a2d0e9e-b1e8-428a-9efc-3f904c4b299f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a2d0e9e-b1e8-428a-9efc-3f904c4b299f.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-1a2d0e9e-b1e8-428a-9efc-3f904c4b299f.shogun-image {
    
    
  }


.s-1a2d0e9e-b1e8-428a-9efc-3f904c4b299f .shogun-image-content {
  
    align-items: center;
  
}

.s-1a2d0e9e-b1e8-428a-9efc-3f904c4b299f.shg-align-container {
  text-align: center
}

.s-1a2d0e9e-b1e8-428a-9efc-3f904c4b299f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a2d0e9e-b1e8-428a-9efc-3f904c4b299f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1a2d0e9e-b1e8-428a-9efc-3f904c4b299f.shogun-image {
    
    
  }


.s-1a2d0e9e-b1e8-428a-9efc-3f904c4b299f .shogun-image-content {
  
    align-items: center;
  
}

.s-1a2d0e9e-b1e8-428a-9efc-3f904c4b299f.shg-align-container {
  text-align: center
}

.s-1a2d0e9e-b1e8-428a-9efc-3f904c4b299f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a2d0e9e-b1e8-428a-9efc-3f904c4b299f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1a2d0e9e-b1e8-428a-9efc-3f904c4b299f.shogun-image {
    
    
  }


.s-1a2d0e9e-b1e8-428a-9efc-3f904c4b299f .shogun-image-content {
  
    align-items: center;
  
}

.s-1a2d0e9e-b1e8-428a-9efc-3f904c4b299f.shg-align-container {
  text-align: center
}

.s-1a2d0e9e-b1e8-428a-9efc-3f904c4b299f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a2d0e9e-b1e8-428a-9efc-3f904c4b299f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1a2d0e9e-b1e8-428a-9efc-3f904c4b299f.shogun-image {
    
    
  }


.s-1a2d0e9e-b1e8-428a-9efc-3f904c4b299f .shogun-image-content {
  
    align-items: center;
  
}

.s-1a2d0e9e-b1e8-428a-9efc-3f904c4b299f.shg-align-container {
  text-align: center
}

.s-1a2d0e9e-b1e8-428a-9efc-3f904c4b299f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a2d0e9e-b1e8-428a-9efc-3f904c4b299f.shogun-image {
  box-sizing: border-box;
}


}
#s-b58c78ab-2009-4fc4-a30f-67dd46f4654d {
  text-align: center;
}







  img.s-b58c78ab-2009-4fc4-a30f-67dd46f4654d.shogun-image {
    
    
  }


.s-b58c78ab-2009-4fc4-a30f-67dd46f4654d .shogun-image-content {
  
    align-items: center;
  
}

.s-b58c78ab-2009-4fc4-a30f-67dd46f4654d.shg-align-container {
  text-align: center
}

.s-b58c78ab-2009-4fc4-a30f-67dd46f4654d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b58c78ab-2009-4fc4-a30f-67dd46f4654d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-b58c78ab-2009-4fc4-a30f-67dd46f4654d.shogun-image {
    
    
  }


.s-b58c78ab-2009-4fc4-a30f-67dd46f4654d .shogun-image-content {
  
    align-items: center;
  
}

.s-b58c78ab-2009-4fc4-a30f-67dd46f4654d.shg-align-container {
  text-align: center
}

.s-b58c78ab-2009-4fc4-a30f-67dd46f4654d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b58c78ab-2009-4fc4-a30f-67dd46f4654d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b58c78ab-2009-4fc4-a30f-67dd46f4654d.shogun-image {
    
    
  }


.s-b58c78ab-2009-4fc4-a30f-67dd46f4654d .shogun-image-content {
  
    align-items: center;
  
}

.s-b58c78ab-2009-4fc4-a30f-67dd46f4654d.shg-align-container {
  text-align: center
}

.s-b58c78ab-2009-4fc4-a30f-67dd46f4654d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b58c78ab-2009-4fc4-a30f-67dd46f4654d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b58c78ab-2009-4fc4-a30f-67dd46f4654d.shogun-image {
    
    
  }


.s-b58c78ab-2009-4fc4-a30f-67dd46f4654d .shogun-image-content {
  
    align-items: center;
  
}

.s-b58c78ab-2009-4fc4-a30f-67dd46f4654d.shg-align-container {
  text-align: center
}

.s-b58c78ab-2009-4fc4-a30f-67dd46f4654d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b58c78ab-2009-4fc4-a30f-67dd46f4654d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b58c78ab-2009-4fc4-a30f-67dd46f4654d.shogun-image {
    
    
  }


.s-b58c78ab-2009-4fc4-a30f-67dd46f4654d .shogun-image-content {
  
    align-items: center;
  
}

.s-b58c78ab-2009-4fc4-a30f-67dd46f4654d.shg-align-container {
  text-align: center
}

.s-b58c78ab-2009-4fc4-a30f-67dd46f4654d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b58c78ab-2009-4fc4-a30f-67dd46f4654d.shogun-image {
  box-sizing: border-box;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-674a7f20-7c0f-46f8-a08a-cc28b6d5b9a8 {
  margin-left: 2%;
margin-right: 2%;
}

#s-674a7f20-7c0f-46f8-a08a-cc28b6d5b9a8 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-674a7f20-7c0f-46f8-a08a-cc28b6d5b9a8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(246, 246, 246, 1);
  padding: 10px;
}

#s-674a7f20-7c0f-46f8-a08a-cc28b6d5b9a8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(36, 37, 42, 1);
}

#s-674a7f20-7c0f-46f8-a08a-cc28b6d5b9a8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-674a7f20-7c0f-46f8-a08a-cc28b6d5b9a8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(36, 37, 42, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-674a7f20-7c0f-46f8-a08a-cc28b6d5b9a8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-b8e54731-1b4b-4213-8d30-c68627f136c7 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-b8e54731-1b4b-4213-8d30-c68627f136c7 {
  display: none;
}
#s-b8e54731-1b4b-4213-8d30-c68627f136c7, #wrap-s-b8e54731-1b4b-4213-8d30-c68627f136c7 { display:none !important; }}







#s-b8e54731-1b4b-4213-8d30-c68627f136c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b8e54731-1b4b-4213-8d30-c68627f136c7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b73761cb-6c1c-4392-82f3-78de3535bccf {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
padding-top: 5px;
padding-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-b73761cb-6c1c-4392-82f3-78de3535bccf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b73761cb-6c1c-4392-82f3-78de3535bccf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-b73761cb-6c1c-4392-82f3-78de3535bccf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-b73761cb-6c1c-4392-82f3-78de3535bccf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-b73761cb-6c1c-4392-82f3-78de3535bccf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-b73761cb-6c1c-4392-82f3-78de3535bccf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-b73761cb-6c1c-4392-82f3-78de3535bccf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

}

#s-b2d14eff-cf19-4e51-8e2b-6a0bfc1fc47d {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(212, 208, 208, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(244, 244, 244, 1);
}

#s-01d2fa2f-2a32-4a85-bd75-da106ca26024 {
  margin-left: 3%;
margin-right: 3%;
}

#s-ea758406-e862-4fc6-bb82-421db31f5a53 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
padding-top: 5px;
padding-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-ea758406-e862-4fc6-bb82-421db31f5a53"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ea758406-e862-4fc6-bb82-421db31f5a53"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-ea758406-e862-4fc6-bb82-421db31f5a53"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-ea758406-e862-4fc6-bb82-421db31f5a53"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-ea758406-e862-4fc6-bb82-421db31f5a53"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-ea758406-e862-4fc6-bb82-421db31f5a53"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-ea758406-e862-4fc6-bb82-421db31f5a53"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

}

#s-9997c706-32e7-49f4-ba79-ada336f2824d {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(212, 208, 208, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(244, 244, 244, 1);
}

#s-cc882431-3ce1-4609-8192-9ca02f59eae8 {
  margin-left: 3%;
margin-right: 3%;
}

#s-4aa2af2f-11b7-4494-861e-ad0296a2c6b1 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
padding-top: 5px;
padding-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-4aa2af2f-11b7-4494-861e-ad0296a2c6b1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4aa2af2f-11b7-4494-861e-ad0296a2c6b1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-4aa2af2f-11b7-4494-861e-ad0296a2c6b1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-4aa2af2f-11b7-4494-861e-ad0296a2c6b1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-4aa2af2f-11b7-4494-861e-ad0296a2c6b1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-4aa2af2f-11b7-4494-861e-ad0296a2c6b1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-4aa2af2f-11b7-4494-861e-ad0296a2c6b1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

}

#s-b12411d7-bee2-42b1-8e96-820ebca8d50e {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(212, 208, 208, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(244, 244, 244, 1);
}

#s-6fb841d1-c078-4761-8138-3f2ef925008d {
  margin-left: 3%;
margin-right: 3%;
}

#s-e578aa1a-74e6-44f3-b008-ed40356bc0c6 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
padding-top: 5px;
padding-left: 0%;
padding-bottom: 5px;
padding-right: 0%;
}

@media (min-width: 0px) {
[id="s-e578aa1a-74e6-44f3-b008-ed40356bc0c6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e578aa1a-74e6-44f3-b008-ed40356bc0c6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-e578aa1a-74e6-44f3-b008-ed40356bc0c6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-e578aa1a-74e6-44f3-b008-ed40356bc0c6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-e578aa1a-74e6-44f3-b008-ed40356bc0c6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-e578aa1a-74e6-44f3-b008-ed40356bc0c6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-e578aa1a-74e6-44f3-b008-ed40356bc0c6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

}

#s-c62ba256-7da0-494c-a0ba-d66f74d45562 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(212, 208, 208, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(244, 244, 244, 1);
}

#s-f96976e2-113b-4770-8797-3e9b8e5b6727 {
  margin-left: 3%;
margin-right: 3%;
}

#s-9ae6f509-cac1-4f97-83da-9484e220c8f8 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
padding-top: 5px;
padding-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-9ae6f509-cac1-4f97-83da-9484e220c8f8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9ae6f509-cac1-4f97-83da-9484e220c8f8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-9ae6f509-cac1-4f97-83da-9484e220c8f8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-9ae6f509-cac1-4f97-83da-9484e220c8f8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-9ae6f509-cac1-4f97-83da-9484e220c8f8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-9ae6f509-cac1-4f97-83da-9484e220c8f8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-9ae6f509-cac1-4f97-83da-9484e220c8f8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

}

#s-69978a07-c746-4970-839c-a9ee8cb5db84 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(212, 208, 208, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(244, 244, 244, 1);
}

#s-e5bdef20-0405-4da1-8f91-e37825863650 {
  margin-left: 3%;
margin-right: 3%;
}

#s-461380df-7a81-4b65-a732-e8f010d2cecb {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
padding-top: 5px;
padding-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-461380df-7a81-4b65-a732-e8f010d2cecb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-461380df-7a81-4b65-a732-e8f010d2cecb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-461380df-7a81-4b65-a732-e8f010d2cecb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-461380df-7a81-4b65-a732-e8f010d2cecb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-461380df-7a81-4b65-a732-e8f010d2cecb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-461380df-7a81-4b65-a732-e8f010d2cecb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-461380df-7a81-4b65-a732-e8f010d2cecb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

}

#s-12abcf18-8bad-4bbc-b0c8-80d7511f8355 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(212, 208, 208, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(244, 244, 244, 1);
}

#s-ee5ba263-3014-4398-a8b2-158918db958f {
  margin-left: 3%;
margin-right: 3%;
}

#s-cbf75de7-f746-46f7-b121-32d76c86d05c {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
padding-top: 5px;
padding-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-cbf75de7-f746-46f7-b121-32d76c86d05c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cbf75de7-f746-46f7-b121-32d76c86d05c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-cbf75de7-f746-46f7-b121-32d76c86d05c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-cbf75de7-f746-46f7-b121-32d76c86d05c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-cbf75de7-f746-46f7-b121-32d76c86d05c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-cbf75de7-f746-46f7-b121-32d76c86d05c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-cbf75de7-f746-46f7-b121-32d76c86d05c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

}

#s-c6ff13fd-046c-450b-b781-04ba47bc021c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(212, 208, 208, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(244, 244, 244, 1);
}

#s-d469f042-f917-437f-ab95-864458d3e97f {
  margin-left: 3%;
margin-right: 3%;
}

#s-42f76f41-2390-4c85-9a96-8016b7ffdb78 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
padding-top: 5px;
padding-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-42f76f41-2390-4c85-9a96-8016b7ffdb78"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-42f76f41-2390-4c85-9a96-8016b7ffdb78"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-42f76f41-2390-4c85-9a96-8016b7ffdb78"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-42f76f41-2390-4c85-9a96-8016b7ffdb78"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-42f76f41-2390-4c85-9a96-8016b7ffdb78"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-42f76f41-2390-4c85-9a96-8016b7ffdb78"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-42f76f41-2390-4c85-9a96-8016b7ffdb78"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

}

#s-555086a2-0661-4397-a1e5-86a941cfc409 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(212, 208, 208, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(244, 244, 244, 1);
}

#s-2ef22a6f-9f8e-44d9-9e69-f9443afed14f {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
}

#s-08ae12fc-53a6-4d2e-9352-04288da2492c {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
padding-top: 5px;
padding-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-08ae12fc-53a6-4d2e-9352-04288da2492c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-08ae12fc-53a6-4d2e-9352-04288da2492c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-08ae12fc-53a6-4d2e-9352-04288da2492c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-08ae12fc-53a6-4d2e-9352-04288da2492c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-08ae12fc-53a6-4d2e-9352-04288da2492c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-08ae12fc-53a6-4d2e-9352-04288da2492c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-08ae12fc-53a6-4d2e-9352-04288da2492c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

}

#s-103c59bf-2cdd-4e1c-be52-73f75b9067e9 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(212, 208, 208, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(244, 244, 244, 1);
}

#s-809fa0d9-46b4-49dd-b93d-eaf0e492c71f {
  margin-left: 3%;
margin-right: 3%;
}

#s-8eb19ede-761b-411a-a043-c28803da7824 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 1%;
padding-bottom: 5px;
padding-right: 1%;
}

@media (min-width: 0px) {
[id="s-8eb19ede-761b-411a-a043-c28803da7824"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8eb19ede-761b-411a-a043-c28803da7824"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-8eb19ede-761b-411a-a043-c28803da7824"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-8eb19ede-761b-411a-a043-c28803da7824"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-8eb19ede-761b-411a-a043-c28803da7824"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-8eb19ede-761b-411a-a043-c28803da7824"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-8eb19ede-761b-411a-a043-c28803da7824"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

}

#s-8d0c6308-3149-40ea-ba6e-fc656a4721b3 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(212, 208, 208, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(244, 244, 244, 1);
}

#s-e32b6614-9263-4106-8e9e-e085f1dfdd18 {
  margin-left: 3%;
margin-right: 3%;
}

#s-61356586-5c39-4c4e-98ca-d2cbcff5818b {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 1%;
padding-bottom: 5px;
padding-right: 1%;
}

@media (min-width: 0px) {
[id="s-61356586-5c39-4c4e-98ca-d2cbcff5818b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-61356586-5c39-4c4e-98ca-d2cbcff5818b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-61356586-5c39-4c4e-98ca-d2cbcff5818b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-61356586-5c39-4c4e-98ca-d2cbcff5818b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-61356586-5c39-4c4e-98ca-d2cbcff5818b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-61356586-5c39-4c4e-98ca-d2cbcff5818b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-61356586-5c39-4c4e-98ca-d2cbcff5818b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

}

#s-034c28e1-38c6-404b-a9db-29b6cf7ad95e {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(212, 208, 208, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(244, 244, 244, 1);
}

#s-ef5bfc26-f941-458a-86e4-a2dcfc3bfedc {
  margin-left: 3%;
margin-right: 3%;
}

#s-9d6b495e-e8ef-4ace-b1d3-532e5e9bb2f8 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 8px;
padding-left: 1%;
padding-bottom: 8px;
padding-right: 1%;
}

@media (min-width: 0px) {
[id="s-9d6b495e-e8ef-4ace-b1d3-532e5e9bb2f8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9d6b495e-e8ef-4ace-b1d3-532e5e9bb2f8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-9d6b495e-e8ef-4ace-b1d3-532e5e9bb2f8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-9d6b495e-e8ef-4ace-b1d3-532e5e9bb2f8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-9d6b495e-e8ef-4ace-b1d3-532e5e9bb2f8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-9d6b495e-e8ef-4ace-b1d3-532e5e9bb2f8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-9d6b495e-e8ef-4ace-b1d3-532e5e9bb2f8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

}

#s-130588b1-8cd9-420d-9994-16e8acd81db2 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(212, 208, 208, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(244, 244, 244, 1);
}

#s-8eedbe3a-7043-49a5-b48d-770fb806a755 {
  margin-left: 3%;
margin-right: 3%;
}

#s-7d95a777-775c-4165-a6f1-6d75f371bd05 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 9px;
padding-left: 1%;
padding-bottom: 9px;
padding-right: 1%;
}

@media (min-width: 0px) {
[id="s-7d95a777-775c-4165-a6f1-6d75f371bd05"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7d95a777-775c-4165-a6f1-6d75f371bd05"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-7d95a777-775c-4165-a6f1-6d75f371bd05"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-7d95a777-775c-4165-a6f1-6d75f371bd05"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-7d95a777-775c-4165-a6f1-6d75f371bd05"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-7d95a777-775c-4165-a6f1-6d75f371bd05"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-7d95a777-775c-4165-a6f1-6d75f371bd05"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

}

#s-e871c0f6-7af3-4de4-9cdf-58618299cdb7 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(212, 208, 208, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(244, 244, 244, 1);
}

#s-bbfc9caa-b75b-4fef-89ec-7ccf0f33dd88 {
  margin-left: 3%;
margin-right: 3%;
}

#s-0dcc2bed-38eb-4f8a-9278-a728e631c3c0 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 9px;
padding-left: 1%;
padding-bottom: 9px;
padding-right: 1%;
}

@media (min-width: 0px) {
[id="s-0dcc2bed-38eb-4f8a-9278-a728e631c3c0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0dcc2bed-38eb-4f8a-9278-a728e631c3c0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-0dcc2bed-38eb-4f8a-9278-a728e631c3c0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-0dcc2bed-38eb-4f8a-9278-a728e631c3c0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-0dcc2bed-38eb-4f8a-9278-a728e631c3c0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-0dcc2bed-38eb-4f8a-9278-a728e631c3c0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-0dcc2bed-38eb-4f8a-9278-a728e631c3c0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

}

#s-ca371f88-f606-48ae-8f75-c86be510faa4 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(212, 208, 208, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(244, 244, 244, 1);
}

#s-dd41e12b-6530-4e4e-9d13-af69028bc7d9 {
  margin-left: 3%;
margin-right: 3%;
}

#s-378ca1ac-2773-4185-a9c3-4e5c79b68e32 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 9px;
padding-left: 1%;
padding-bottom: 9px;
padding-right: 1%;
}

@media (min-width: 0px) {
[id="s-378ca1ac-2773-4185-a9c3-4e5c79b68e32"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-378ca1ac-2773-4185-a9c3-4e5c79b68e32"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-378ca1ac-2773-4185-a9c3-4e5c79b68e32"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-378ca1ac-2773-4185-a9c3-4e5c79b68e32"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-378ca1ac-2773-4185-a9c3-4e5c79b68e32"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-378ca1ac-2773-4185-a9c3-4e5c79b68e32"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-378ca1ac-2773-4185-a9c3-4e5c79b68e32"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

}

#s-2aea00eb-a6e3-4998-8033-af91707b08ba {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(212, 208, 208, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(244, 244, 244, 1);
}

#s-09a861db-f2a6-4af2-906d-26013eab4dc5 {
  margin-left: 3%;
margin-right: 3%;
}

#s-07d11a0d-793a-4b89-b740-2e4b37d921ba {
  margin-left: 3%;
margin-right: 3%;
padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-07d11a0d-793a-4b89-b740-2e4b37d921ba {
  display: none;
}
#s-07d11a0d-793a-4b89-b740-2e4b37d921ba, #wrap-s-07d11a0d-793a-4b89-b740-2e4b37d921ba { display:none !important; }}







#s-07d11a0d-793a-4b89-b740-2e4b37d921ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07d11a0d-793a-4b89-b740-2e4b37d921ba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5dbeaaeb-f54f-4a35-84a9-9d44d9650627 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
padding-top: 5px;
padding-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-5dbeaaeb-f54f-4a35-84a9-9d44d9650627"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5dbeaaeb-f54f-4a35-84a9-9d44d9650627"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-5dbeaaeb-f54f-4a35-84a9-9d44d9650627"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-5dbeaaeb-f54f-4a35-84a9-9d44d9650627"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-5dbeaaeb-f54f-4a35-84a9-9d44d9650627"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-5dbeaaeb-f54f-4a35-84a9-9d44d9650627"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-5dbeaaeb-f54f-4a35-84a9-9d44d9650627"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

}

#s-73a4f34a-e487-44de-af47-37622bcde4fb {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(212, 208, 208, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(244, 244, 244, 1);
}

#s-7ea1a949-4df8-4b9d-9f61-749528c52fe4 {
  margin-left: 3%;
margin-right: 3%;
}

#s-a3ba89bb-0c62-4437-8e20-b31417b382ac {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
padding-top: 5px;
padding-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-a3ba89bb-0c62-4437-8e20-b31417b382ac"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a3ba89bb-0c62-4437-8e20-b31417b382ac"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a3ba89bb-0c62-4437-8e20-b31417b382ac"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-a3ba89bb-0c62-4437-8e20-b31417b382ac"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a3ba89bb-0c62-4437-8e20-b31417b382ac"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-a3ba89bb-0c62-4437-8e20-b31417b382ac"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a3ba89bb-0c62-4437-8e20-b31417b382ac"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

}

#s-c23d301b-cd71-4f3c-a4da-4fdb7b20dc3f {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(212, 208, 208, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(244, 244, 244, 1);
}

#s-59517038-f39f-44e2-a30e-547376281465 {
  margin-left: 3%;
margin-right: 3%;
}

#s-79aedae9-3cbb-4853-bd15-c0fcb6dbca14 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
padding-top: 5px;
padding-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-79aedae9-3cbb-4853-bd15-c0fcb6dbca14"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-79aedae9-3cbb-4853-bd15-c0fcb6dbca14"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-79aedae9-3cbb-4853-bd15-c0fcb6dbca14"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-79aedae9-3cbb-4853-bd15-c0fcb6dbca14"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-79aedae9-3cbb-4853-bd15-c0fcb6dbca14"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-79aedae9-3cbb-4853-bd15-c0fcb6dbca14"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-79aedae9-3cbb-4853-bd15-c0fcb6dbca14"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

}

#s-d6e239c5-fe39-4773-b085-986f2abb4bfe {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(212, 208, 208, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(244, 244, 244, 1);
}

#s-459e5412-45bb-407d-a74a-ffbc6ebd58fb {
  margin-left: 3%;
margin-right: 3%;
}

#s-1131d332-21f7-45a9-94cf-397bfe6bcaf7 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
padding-top: 5px;
padding-left: 0%;
padding-bottom: 5px;
padding-right: 0%;
}

@media (min-width: 0px) {
[id="s-1131d332-21f7-45a9-94cf-397bfe6bcaf7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1131d332-21f7-45a9-94cf-397bfe6bcaf7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-1131d332-21f7-45a9-94cf-397bfe6bcaf7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-1131d332-21f7-45a9-94cf-397bfe6bcaf7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-1131d332-21f7-45a9-94cf-397bfe6bcaf7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-1131d332-21f7-45a9-94cf-397bfe6bcaf7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-1131d332-21f7-45a9-94cf-397bfe6bcaf7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

}

#s-9cda8884-7e8e-492a-801c-1845f75a3621 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(212, 208, 208, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(244, 244, 244, 1);
}

#s-70cf859a-407c-4ff7-9657-85da06900619 {
  margin-left: 3%;
margin-right: 3%;
}

#s-1206bec9-4dab-47b4-a844-8f1a418989b9 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
padding-top: 5px;
padding-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-1206bec9-4dab-47b4-a844-8f1a418989b9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1206bec9-4dab-47b4-a844-8f1a418989b9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-1206bec9-4dab-47b4-a844-8f1a418989b9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-1206bec9-4dab-47b4-a844-8f1a418989b9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-1206bec9-4dab-47b4-a844-8f1a418989b9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-1206bec9-4dab-47b4-a844-8f1a418989b9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-1206bec9-4dab-47b4-a844-8f1a418989b9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

}

#s-7296a1df-c52c-4ce1-ba24-99ce2d0ed1c6 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(212, 208, 208, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(244, 244, 244, 1);
}

#s-c13941c4-f00c-4fb7-94d8-408f3774246d {
  margin-left: 3%;
margin-right: 3%;
}

#s-12745f94-58b4-42d1-b229-69b1fe3bc4b5 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
padding-top: 5px;
padding-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-12745f94-58b4-42d1-b229-69b1fe3bc4b5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-12745f94-58b4-42d1-b229-69b1fe3bc4b5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-12745f94-58b4-42d1-b229-69b1fe3bc4b5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-12745f94-58b4-42d1-b229-69b1fe3bc4b5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-12745f94-58b4-42d1-b229-69b1fe3bc4b5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-12745f94-58b4-42d1-b229-69b1fe3bc4b5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-12745f94-58b4-42d1-b229-69b1fe3bc4b5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

}

#s-6d7859da-bda1-48e8-be33-19f44261a3ee {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(212, 208, 208, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(244, 244, 244, 1);
}

#s-18b8991e-009c-48a9-9470-eca0d0bfc93a {
  margin-left: 3%;
margin-right: 3%;
}

#s-d8968e6c-df4b-421d-af57-3ab0bac2362d {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
padding-top: 5px;
padding-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-d8968e6c-df4b-421d-af57-3ab0bac2362d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d8968e6c-df4b-421d-af57-3ab0bac2362d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-d8968e6c-df4b-421d-af57-3ab0bac2362d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-d8968e6c-df4b-421d-af57-3ab0bac2362d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-d8968e6c-df4b-421d-af57-3ab0bac2362d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-d8968e6c-df4b-421d-af57-3ab0bac2362d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-d8968e6c-df4b-421d-af57-3ab0bac2362d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

}

#s-d96a6b18-ecfc-4963-a494-aa4c46a9fea7 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(212, 208, 208, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(244, 244, 244, 1);
}

#s-4785ca83-33c8-4752-b2c8-04c229428d3a {
  margin-left: 3%;
margin-right: 3%;
}

#s-85f38173-1478-4119-be81-1ad014f1beaa {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
padding-top: 5px;
padding-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-85f38173-1478-4119-be81-1ad014f1beaa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-85f38173-1478-4119-be81-1ad014f1beaa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-85f38173-1478-4119-be81-1ad014f1beaa"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-85f38173-1478-4119-be81-1ad014f1beaa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-85f38173-1478-4119-be81-1ad014f1beaa"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-85f38173-1478-4119-be81-1ad014f1beaa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-85f38173-1478-4119-be81-1ad014f1beaa"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

}

#s-cdc99e58-9f6c-4fcb-bab6-122704814a73 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(212, 208, 208, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(244, 244, 244, 1);
}

#s-356ba1bb-29d5-492f-9ddd-ff2164fb161d {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
}

#s-8ce3b473-2ffa-4a99-b0fb-71213019ca35 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
padding-top: 5px;
padding-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-8ce3b473-2ffa-4a99-b0fb-71213019ca35"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8ce3b473-2ffa-4a99-b0fb-71213019ca35"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-8ce3b473-2ffa-4a99-b0fb-71213019ca35"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-8ce3b473-2ffa-4a99-b0fb-71213019ca35"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-8ce3b473-2ffa-4a99-b0fb-71213019ca35"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-8ce3b473-2ffa-4a99-b0fb-71213019ca35"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-8ce3b473-2ffa-4a99-b0fb-71213019ca35"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

}

#s-018a60a0-a1ae-4a05-9a41-bbac5963b73f {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(212, 208, 208, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(244, 244, 244, 1);
}

#s-ffc5366a-296b-4118-8b65-b43be0c8989f {
  margin-left: 3%;
margin-right: 3%;
}

#s-839d1c93-b77d-4e9d-a391-09e1ced96568 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 1%;
padding-bottom: 5px;
padding-right: 1%;
}

@media (min-width: 0px) {
[id="s-839d1c93-b77d-4e9d-a391-09e1ced96568"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-839d1c93-b77d-4e9d-a391-09e1ced96568"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-839d1c93-b77d-4e9d-a391-09e1ced96568"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-839d1c93-b77d-4e9d-a391-09e1ced96568"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-839d1c93-b77d-4e9d-a391-09e1ced96568"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-839d1c93-b77d-4e9d-a391-09e1ced96568"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-839d1c93-b77d-4e9d-a391-09e1ced96568"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

}

#s-07577c89-3403-4414-a0ac-1554512c9384 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(212, 208, 208, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(244, 244, 244, 1);
}

#s-ee5b097e-ad8c-4122-9fdc-9aef1ebbe56c {
  margin-left: 3%;
margin-right: 3%;
}

#s-fe01c818-0fff-480d-b668-68869d971fab {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 1%;
padding-bottom: 5px;
padding-right: 1%;
}

@media (min-width: 0px) {
[id="s-fe01c818-0fff-480d-b668-68869d971fab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fe01c818-0fff-480d-b668-68869d971fab"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-fe01c818-0fff-480d-b668-68869d971fab"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-fe01c818-0fff-480d-b668-68869d971fab"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-fe01c818-0fff-480d-b668-68869d971fab"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-fe01c818-0fff-480d-b668-68869d971fab"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-fe01c818-0fff-480d-b668-68869d971fab"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

}

#s-d96e5456-b2b7-477e-9e2c-022e17a749db {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(212, 208, 208, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(244, 244, 244, 1);
}

#s-4990f58f-f46a-4f4e-a50a-90271cbbfbd6 {
  margin-left: 3%;
margin-right: 3%;
}

#s-0c5007ed-3c1e-49ee-8a42-6fdae94fce27 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 8px;
padding-left: 1%;
padding-bottom: 8px;
padding-right: 1%;
}

@media (min-width: 0px) {
[id="s-0c5007ed-3c1e-49ee-8a42-6fdae94fce27"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0c5007ed-3c1e-49ee-8a42-6fdae94fce27"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-0c5007ed-3c1e-49ee-8a42-6fdae94fce27"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-0c5007ed-3c1e-49ee-8a42-6fdae94fce27"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-0c5007ed-3c1e-49ee-8a42-6fdae94fce27"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-0c5007ed-3c1e-49ee-8a42-6fdae94fce27"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-0c5007ed-3c1e-49ee-8a42-6fdae94fce27"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

}

#s-f18db781-c38d-495e-a22a-35437fc5f558 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(212, 208, 208, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(244, 244, 244, 1);
}

#s-5d8a9ee5-0012-4217-baeb-3a75f48f0a42 {
  margin-left: 3%;
margin-right: 3%;
}

#s-e641877d-bd84-440f-9c91-6ac009e5786e {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 9px;
padding-left: 1%;
padding-bottom: 9px;
padding-right: 1%;
}

@media (min-width: 0px) {
[id="s-e641877d-bd84-440f-9c91-6ac009e5786e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e641877d-bd84-440f-9c91-6ac009e5786e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-e641877d-bd84-440f-9c91-6ac009e5786e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-e641877d-bd84-440f-9c91-6ac009e5786e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-e641877d-bd84-440f-9c91-6ac009e5786e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-e641877d-bd84-440f-9c91-6ac009e5786e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-e641877d-bd84-440f-9c91-6ac009e5786e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

}

#s-d03c0efb-938f-4f00-bde0-5801a4a212d8 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(212, 208, 208, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(244, 244, 244, 1);
}

#s-540de663-dca9-421f-90f7-e5cae2c42d30 {
  margin-left: 3%;
margin-right: 3%;
}

#s-36154bd0-3814-48eb-8765-59f2d0208993 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 9px;
padding-left: 1%;
padding-bottom: 9px;
padding-right: 1%;
}

@media (min-width: 0px) {
[id="s-36154bd0-3814-48eb-8765-59f2d0208993"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-36154bd0-3814-48eb-8765-59f2d0208993"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-36154bd0-3814-48eb-8765-59f2d0208993"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-36154bd0-3814-48eb-8765-59f2d0208993"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-36154bd0-3814-48eb-8765-59f2d0208993"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-36154bd0-3814-48eb-8765-59f2d0208993"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-36154bd0-3814-48eb-8765-59f2d0208993"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

}

#s-84c0a1ab-87a0-4552-a054-7492b6e0bf9d {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(212, 208, 208, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(244, 244, 244, 1);
}

#s-e43c249a-5b07-42ab-9ee9-3d976f376818 {
  margin-left: 3%;
margin-right: 3%;
}

#s-ca4d9479-b372-4c51-a14a-b9d8f9342f37 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 9px;
padding-left: 1%;
padding-bottom: 9px;
padding-right: 1%;
}

@media (min-width: 0px) {
[id="s-ca4d9479-b372-4c51-a14a-b9d8f9342f37"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ca4d9479-b372-4c51-a14a-b9d8f9342f37"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-ca4d9479-b372-4c51-a14a-b9d8f9342f37"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-ca4d9479-b372-4c51-a14a-b9d8f9342f37"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-ca4d9479-b372-4c51-a14a-b9d8f9342f37"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-ca4d9479-b372-4c51-a14a-b9d8f9342f37"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-ca4d9479-b372-4c51-a14a-b9d8f9342f37"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

}

#s-1623d3fc-f651-4811-81ae-bd7d7c252c59 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(212, 208, 208, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(244, 244, 244, 1);
}

#s-044e164f-6e6a-4e28-aa51-47027aebbe1a {
  margin-left: 3%;
margin-right: 3%;
}

#s-3b1f1d9e-f4fb-49ad-a5a1-55d445197963 {
  margin-top: 16px;
margin-left: 6%;
margin-bottom: 16px;
margin-right: 6%;
min-height: 50px;
}
@media (min-width: 1200px){#s-3b1f1d9e-f4fb-49ad-a5a1-55d445197963 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3b1f1d9e-f4fb-49ad-a5a1-55d445197963 {
  
}
}







#s-3b1f1d9e-f4fb-49ad-a5a1-55d445197963 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b1f1d9e-f4fb-49ad-a5a1-55d445197963.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5787b46e-3e0d-4d36-89a4-68f6b90e5dcc {
  margin-left: -3%;
margin-bottom: 15px;
}

#s-b0aa22a3-5172-4675-a5f8-5a1944dcb5fa > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-b0aa22a3-5172-4675-a5f8-5a1944dcb5fa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(244, 244, 244, 1);
  padding: 13px;
}

#s-b0aa22a3-5172-4675-a5f8-5a1944dcb5fa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-b0aa22a3-5172-4675-a5f8-5a1944dcb5fa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-b0aa22a3-5172-4675-a5f8-5a1944dcb5fa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Karla;
  font-weight: ;
  font-style: ;
  font-size: ;
}

#s-b0aa22a3-5172-4675-a5f8-5a1944dcb5fa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: ;
}
#s-1a65d035-7794-4701-99e5-2a6be0dd1e9e {
  margin-top: 5px;
margin-left: 4%;
margin-bottom: 5px;
margin-right: 4%;
}

#s-6c4a83e3-f933-489d-8c44-bfbddd3b854f {
  margin-top: 5px;
margin-left: 4%;
margin-bottom: 5px;
margin-right: 4%;
}

#s-c9f3e080-a7d9-443b-bd3c-a3c333014493 {
  margin-top: 5px;
margin-left: 4%;
margin-bottom: 5px;
margin-right: 4%;
}

#s-0223f2bb-b89d-447d-9fbd-b71134e23302 {
  margin-top: 5px;
margin-left: 4%;
margin-bottom: 5px;
margin-right: 4%;
}

#s-903f135a-f7bb-4172-afd8-21a609a53254 {
  margin-top: 5px;
margin-left: 4%;
margin-bottom: 5px;
margin-right: 4%;
}

#s-4156e0c3-753a-4f80-83f2-8ce372d6c449 {
  margin-top: 5px;
margin-left: 4%;
margin-bottom: 5px;
margin-right: 4%;
padding-left: 0%;
padding-right: 0%;
}

#s-e4c0e39e-892a-4f53-8ba4-2cde2ba3b058 {
  margin-top: 30px;
margin-left: -3%;
margin-bottom: 15px;
}

#s-2221243c-1298-4a83-835e-0ef97ade5d0b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-2221243c-1298-4a83-835e-0ef97ade5d0b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(244, 244, 244, 1);
  padding: 13px;
}

#s-2221243c-1298-4a83-835e-0ef97ade5d0b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-2221243c-1298-4a83-835e-0ef97ade5d0b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-2221243c-1298-4a83-835e-0ef97ade5d0b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Karla;
  font-weight: ;
  font-style: ;
  font-size: ;
}

#s-2221243c-1298-4a83-835e-0ef97ade5d0b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: ;
}
#s-6b959d21-9601-4a11-903e-5d40156c6d84 {
  margin-top: 6px;
margin-left: 4%;
margin-bottom: 6px;
margin-right: 4%;
}

#s-31d9d0f1-a5ad-4840-8779-52aa24b277d3 {
  margin-top: 6px;
margin-left: 4%;
margin-bottom: 6px;
margin-right: 4%;
}

#s-63af7160-06e7-4694-bb79-c4e31ec42a11 {
  margin-top: 6px;
margin-left: 4%;
margin-bottom: 6px;
margin-right: 4%;
}

#s-36e44144-a192-499c-933b-f40356eda8d1 {
  margin-top: 6px;
margin-left: 4%;
margin-bottom: 6px;
margin-right: 4%;
padding-left: 0%;
padding-right: 0%;
}

#s-0e8ce396-3c05-4294-bcac-382e16446460 {
  margin-top: 20px;
margin-bottom: 80px;
min-height: 50px;
}
@media (min-width: 1200px){#s-0e8ce396-3c05-4294-bcac-382e16446460 {
  display: none;
}
#s-0e8ce396-3c05-4294-bcac-382e16446460, #wrap-s-0e8ce396-3c05-4294-bcac-382e16446460 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0e8ce396-3c05-4294-bcac-382e16446460 {
  display: none;
}
#s-0e8ce396-3c05-4294-bcac-382e16446460, #wrap-s-0e8ce396-3c05-4294-bcac-382e16446460 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0e8ce396-3c05-4294-bcac-382e16446460 {
  
}
}@media (max-width: 767px){#s-0e8ce396-3c05-4294-bcac-382e16446460 {
  
}
}







#s-0e8ce396-3c05-4294-bcac-382e16446460 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e8ce396-3c05-4294-bcac-382e16446460.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c733a969-86d4-42f5-8997-da56983c17df {
  min-height: 50px;
}








#s-c733a969-86d4-42f5-8997-da56983c17df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c733a969-86d4-42f5-8997-da56983c17df.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2648434e-7d4a-465c-bc9e-42fa116963cb {
  margin-top: 50px;
text-align: center;
}







  #s-2648434e-7d4a-465c-bc9e-42fa116963cb img.shogun-image {
    

    
    
    
  }


#s-2648434e-7d4a-465c-bc9e-42fa116963cb .shogun-image-content {
  
    align-items: center;
  
}

#s-aa1148d7-008b-4c57-895f-bfdeb1119a54 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
min-height: 50px;
}








#s-aa1148d7-008b-4c57-895f-bfdeb1119a54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa1148d7-008b-4c57-895f-bfdeb1119a54.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8a98722c-3b8d-4de8-aa82-fdf8990dc8f9 {
  margin-top: 10px;
margin-bottom: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(250, 250, 250, 1);
border-style: solid;
border-radius: 25px;
text-align: center;
}







  #s-8a98722c-3b8d-4de8-aa82-fdf8990dc8f9 img.shogun-image {
    

    
    
    
  }


#s-8a98722c-3b8d-4de8-aa82-fdf8990dc8f9 .shogun-image-content {
  
    align-items: center;
  
}

#s-9705f2c9-4a58-4c64-92b3-7dd1429e2c04 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 4%;
padding-right: 4%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-9705f2c9-4a58-4c64-92b3-7dd1429e2c04 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9705f2c9-4a58-4c64-92b3-7dd1429e2c04.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5a6bfd97-c9ff-4458-89d3-26029ce31e57 {
  margin-top: 20px;
margin-left: 4%;
margin-bottom: 15px;
margin-right: 7%;
padding-left: 0%;
padding-right: 0%;
}

#s-321ee893-e4c3-4455-a84c-c7dfb75f9c59 {
  margin-left: 4%;
margin-right: 4%;
}

#s-47905624-8c87-459a-a979-7e2c72b3abd0 {
  margin-top: 20px;
margin-left: 3%;
margin-bottom: 30px;
margin-right: 2%;
text-align: center;
}







  #s-47905624-8c87-459a-a979-7e2c72b3abd0 img.shogun-image {
    

    
    
    
  }


#s-47905624-8c87-459a-a979-7e2c72b3abd0 .shogun-image-content {
  
    align-items: center;
  
}

#s-54ec0bd7-0182-428a-8aa2-3abb714e3872 {
  margin-top: 20px;
margin-left: 3%;
margin-bottom: 30px;
margin-right: 2%;
text-align: center;
}







  #s-54ec0bd7-0182-428a-8aa2-3abb714e3872 img.shogun-image {
    

    
    
    
  }


#s-54ec0bd7-0182-428a-8aa2-3abb714e3872 .shogun-image-content {
  
    align-items: center;
  
}

#s-ba547e47-fba7-4762-8927-fd08f8b3a9a6 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 4%;
padding-right: 4%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-ba547e47-fba7-4762-8927-fd08f8b3a9a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba547e47-fba7-4762-8927-fd08f8b3a9a6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-64fd6d79-2e94-4f18-b5b3-b31fbcc80439 {
  margin-top: 20px;
margin-left: 4%;
margin-bottom: 15px;
margin-right: 7%;
padding-left: 0%;
padding-right: 0%;
}

#s-3160f4a3-4685-46d4-bc4b-067255eef97d {
  margin-left: 4%;
margin-right: 4%;
}

#s-325024c4-9baa-47c2-b33b-534c5c494110 {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 10px;
margin-right: 3%;
padding-right: 0%;
text-align: center;
}







  #s-325024c4-9baa-47c2-b33b-534c5c494110 img.shogun-image {
    

    
    
    
  }


#s-325024c4-9baa-47c2-b33b-534c5c494110 .shogun-image-content {
  
    align-items: center;
  
}

#s-63d35122-01c8-4f2d-afe2-16359c191d8c {
  margin-top: 10px;
margin-left: 0%;
margin-right: 0%;
padding-left: 4%;
padding-right: 4%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-63d35122-01c8-4f2d-afe2-16359c191d8c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63d35122-01c8-4f2d-afe2-16359c191d8c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-05a840b4-7b4a-4c8a-afd0-c5c22d670443 {
  margin-top: 20px;
margin-left: 4%;
margin-right: 7%;
padding-left: 0%;
padding-right: 0%;
}

#s-c7d016b2-08e0-42ca-83e1-c6d6ba070825 {
  margin-left: 4%;
margin-right: 4%;
}

#s-cbe4f779-4532-41ed-8004-c086fcc1dd2e {
  margin-left: 3%;
margin-bottom: 30px;
margin-right: 3%;
padding-right: 0%;
text-align: center;
}







  #s-cbe4f779-4532-41ed-8004-c086fcc1dd2e img.shogun-image {
    

    
    
    
  }


#s-cbe4f779-4532-41ed-8004-c086fcc1dd2e .shogun-image-content {
  
    align-items: center;
  
}

#s-5f3bbb83-bb63-429b-b276-788921f0ac65 {
  margin-top: 10px;
margin-left: 0%;
margin-right: 0%;
padding-left: 4%;
padding-right: 4%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-5f3bbb83-bb63-429b-b276-788921f0ac65 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f3bbb83-bb63-429b-b276-788921f0ac65.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3bbfc841-21c6-4713-87b0-38a8edb2e367 {
  margin-top: 20px;
margin-left: 4%;
margin-bottom: 15px;
margin-right: 7%;
padding-left: 0%;
padding-right: 0%;
}

#s-e0abbd65-677c-4d3d-885d-7db183477bf6 {
  margin-left: 4%;
margin-right: 4%;
}

#s-af169c78-de76-4e1a-bb0e-40eb7c0d9fca {
  margin-left: 3%;
margin-bottom: 30px;
margin-right: 3%;
padding-right: 0%;
text-align: center;
}







  #s-af169c78-de76-4e1a-bb0e-40eb7c0d9fca img.shogun-image {
    

    
    
    
  }


#s-af169c78-de76-4e1a-bb0e-40eb7c0d9fca .shogun-image-content {
  
    align-items: center;
  
}

#s-c7c2d14a-a676-40d9-9b5d-3424ac71d065 {
  margin-top: 10px;
margin-left: 0%;
margin-right: 0%;
padding-left: 4%;
padding-right: 4%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-c7c2d14a-a676-40d9-9b5d-3424ac71d065 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c7c2d14a-a676-40d9-9b5d-3424ac71d065.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-794005c1-3bed-417f-9069-e669b83bb844 {
  margin-top: 20px;
margin-left: 4%;
margin-bottom: 15px;
margin-right: 7%;
padding-left: 0%;
padding-right: 0%;
}

#s-ee7629cf-695a-4335-b058-54e88abc6d58 {
  margin-left: 4%;
margin-right: 4%;
}

#s-283dd464-b2c0-4ee9-b92a-3c9a36b3d130 {
  margin-left: 3%;
margin-bottom: 30px;
margin-right: 3%;
padding-right: 0%;
text-align: center;
}







  #s-283dd464-b2c0-4ee9-b92a-3c9a36b3d130 img.shogun-image {
    

    
    
    
  }


#s-283dd464-b2c0-4ee9-b92a-3c9a36b3d130 .shogun-image-content {
  
    align-items: center;
  
}

#s-455d8357-e0ee-4708-a341-9e98cef5f909 {
  margin-top: 20px;
margin-left: 4%;
margin-bottom: 15px;
margin-right: 7%;
padding-left: 0%;
padding-right: 0%;
}

#s-13f8946f-20a8-472f-8584-06a05bcfc8d8 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 4%;
padding-right: 4%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-13f8946f-20a8-472f-8584-06a05bcfc8d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13f8946f-20a8-472f-8584-06a05bcfc8d8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3e115d8e-3922-4140-8f6e-71bdc8ab33e9 {
  margin-left: 4%;
margin-right: 4%;
}

#s-ddf82f52-e782-4d81-ab9f-d7de99b2b6a9 {
  margin-left: 3%;
margin-bottom: 30px;
margin-right: 3%;
padding-right: 0%;
text-align: center;
}







  #s-ddf82f52-e782-4d81-ab9f-d7de99b2b6a9 img.shogun-image {
    

    
    
    
  }


#s-ddf82f52-e782-4d81-ab9f-d7de99b2b6a9 .shogun-image-content {
  
    align-items: center;
  
}

#s-05821acf-c976-466f-873a-2141fbc5ba71 {
  margin-top: 25px;
margin-left: 4%;
margin-bottom: 10px;
margin-right: 7%;
padding-left: 0%;
padding-right: 0%;
}

#s-2ff3da47-4843-4024-84b6-1af2c6d23dbd {
  min-height: 50px;
}








#s-2ff3da47-4843-4024-84b6-1af2c6d23dbd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ff3da47-4843-4024-84b6-1af2c6d23dbd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-87a29476-4ce8-473f-8447-591b55500d2e {
  margin-left: 7%;
margin-right: 7%;
text-align: center;
}







  #s-87a29476-4ce8-473f-8447-591b55500d2e img.shogun-image {
    

    
    
    
  }


#s-87a29476-4ce8-473f-8447-591b55500d2e .shogun-image-content {
  
    align-items: center;
  
}

#s-045e502a-e017-4c1c-bb84-1d7f1c098179 {
  margin-left: 7%;
margin-right: 7%;
text-align: center;
}







  #s-045e502a-e017-4c1c-bb84-1d7f1c098179 img.shogun-image {
    

    
    
    
  }


#s-045e502a-e017-4c1c-bb84-1d7f1c098179 .shogun-image-content {
  
    align-items: center;
  
}

#s-4916ba21-7c43-4267-a3c2-1a0e9d8ac068 {
  margin-left: 5%;
margin-right: 5%;
text-align: center;
}







  img.s-4916ba21-7c43-4267-a3c2-1a0e9d8ac068.shogun-image {
    
    
  }


.s-4916ba21-7c43-4267-a3c2-1a0e9d8ac068 .shogun-image-content {
  
    align-items: center;
  
}

.s-4916ba21-7c43-4267-a3c2-1a0e9d8ac068.shg-align-container {
  text-align: center
}

.s-4916ba21-7c43-4267-a3c2-1a0e9d8ac068.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4916ba21-7c43-4267-a3c2-1a0e9d8ac068.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-4916ba21-7c43-4267-a3c2-1a0e9d8ac068.shogun-image {
    
    
  }


.s-4916ba21-7c43-4267-a3c2-1a0e9d8ac068 .shogun-image-content {
  
    align-items: center;
  
}

.s-4916ba21-7c43-4267-a3c2-1a0e9d8ac068.shg-align-container {
  text-align: center
}

.s-4916ba21-7c43-4267-a3c2-1a0e9d8ac068.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4916ba21-7c43-4267-a3c2-1a0e9d8ac068.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4916ba21-7c43-4267-a3c2-1a0e9d8ac068.shogun-image {
    
    
  }


.s-4916ba21-7c43-4267-a3c2-1a0e9d8ac068 .shogun-image-content {
  
    align-items: center;
  
}

.s-4916ba21-7c43-4267-a3c2-1a0e9d8ac068.shg-align-container {
  text-align: center
}

.s-4916ba21-7c43-4267-a3c2-1a0e9d8ac068.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4916ba21-7c43-4267-a3c2-1a0e9d8ac068.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4916ba21-7c43-4267-a3c2-1a0e9d8ac068.shogun-image {
    
    
  }


.s-4916ba21-7c43-4267-a3c2-1a0e9d8ac068 .shogun-image-content {
  
    align-items: center;
  
}

.s-4916ba21-7c43-4267-a3c2-1a0e9d8ac068.shg-align-container {
  text-align: center
}

.s-4916ba21-7c43-4267-a3c2-1a0e9d8ac068.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4916ba21-7c43-4267-a3c2-1a0e9d8ac068.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4916ba21-7c43-4267-a3c2-1a0e9d8ac068.shogun-image {
    
    
  }


.s-4916ba21-7c43-4267-a3c2-1a0e9d8ac068 .shogun-image-content {
  
    align-items: center;
  
}

.s-4916ba21-7c43-4267-a3c2-1a0e9d8ac068.shg-align-container {
  text-align: center
}

.s-4916ba21-7c43-4267-a3c2-1a0e9d8ac068.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4916ba21-7c43-4267-a3c2-1a0e9d8ac068.shogun-image {
  box-sizing: border-box;
}


}
#s-c00863bf-ede5-45e3-8ace-444483c2b1e6 {
  margin-bottom: 80px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c00863bf-ede5-45e3-8ace-444483c2b1e6 {
  display: none;
}
#s-c00863bf-ede5-45e3-8ace-444483c2b1e6, #wrap-s-c00863bf-ede5-45e3-8ace-444483c2b1e6 { display:none !important; }}@media (max-width: 767px){#s-c00863bf-ede5-45e3-8ace-444483c2b1e6 {
  display: none;
}
#s-c00863bf-ede5-45e3-8ace-444483c2b1e6, #wrap-s-c00863bf-ede5-45e3-8ace-444483c2b1e6 { display:none !important; }}







#s-c00863bf-ede5-45e3-8ace-444483c2b1e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c00863bf-ede5-45e3-8ace-444483c2b1e6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c1f9f882-7048-469c-8968-ab0e63516fb4 {
  margin-top: 30px;
margin-left: 2%;
margin-bottom: 30px;
margin-right: 2%;
text-align: center;
}







  #s-c1f9f882-7048-469c-8968-ab0e63516fb4 img.shogun-image {
    

    
    
    
  }


#s-c1f9f882-7048-469c-8968-ab0e63516fb4 .shogun-image-content {
  
    align-items: center;
  
}

#s-b6761ee4-c301-4b71-9511-27f5392645e6 {
  text-align: center;
}







  img.s-b6761ee4-c301-4b71-9511-27f5392645e6.shogun-image {
    
    
  }


.s-b6761ee4-c301-4b71-9511-27f5392645e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6761ee4-c301-4b71-9511-27f5392645e6.shg-align-container {
  text-align: center
}

.s-b6761ee4-c301-4b71-9511-27f5392645e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6761ee4-c301-4b71-9511-27f5392645e6.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-b6761ee4-c301-4b71-9511-27f5392645e6.shogun-image {
    
    
  }


.s-b6761ee4-c301-4b71-9511-27f5392645e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6761ee4-c301-4b71-9511-27f5392645e6.shg-align-container {
  text-align: center
}

.s-b6761ee4-c301-4b71-9511-27f5392645e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6761ee4-c301-4b71-9511-27f5392645e6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b6761ee4-c301-4b71-9511-27f5392645e6.shogun-image {
    
    
  }


.s-b6761ee4-c301-4b71-9511-27f5392645e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6761ee4-c301-4b71-9511-27f5392645e6.shg-align-container {
  text-align: center
}

.s-b6761ee4-c301-4b71-9511-27f5392645e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6761ee4-c301-4b71-9511-27f5392645e6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b6761ee4-c301-4b71-9511-27f5392645e6.shogun-image {
    
    
  }


.s-b6761ee4-c301-4b71-9511-27f5392645e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6761ee4-c301-4b71-9511-27f5392645e6.shg-align-container {
  text-align: center
}

.s-b6761ee4-c301-4b71-9511-27f5392645e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6761ee4-c301-4b71-9511-27f5392645e6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b6761ee4-c301-4b71-9511-27f5392645e6.shogun-image {
    
    
  }


.s-b6761ee4-c301-4b71-9511-27f5392645e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6761ee4-c301-4b71-9511-27f5392645e6.shg-align-container {
  text-align: center
}

.s-b6761ee4-c301-4b71-9511-27f5392645e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6761ee4-c301-4b71-9511-27f5392645e6.shogun-image {
  box-sizing: border-box;
}


}
#s-113ef93d-c364-4a1e-8b19-4c6c0df12088 {
  margin-top: 80px;
margin-left: 5%;
margin-bottom: 80px;
margin-right: 5%;
min-height: 50px;
}








#s-113ef93d-c364-4a1e-8b19-4c6c0df12088 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-113ef93d-c364-4a1e-8b19-4c6c0df12088.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-27f553ac-aad8-4dbc-a6dd-a06fe9eecf01 {
  margin-bottom: 30px;
}

#s-ac03e34c-50bc-4117-a08c-ba1bf18594c6 {
  margin-top: 20px;
margin-left: 7%;
margin-bottom: 20px;
margin-right: 7%;
}

#s-d8e4e15a-7273-4e10-b3d9-2c8cbd378e32 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(250, 250, 250, 1);
border-style: solid;
text-align: center;
}







  #s-d8e4e15a-7273-4e10-b3d9-2c8cbd378e32 img.shogun-image {
    

    
    
    
  }


#s-d8e4e15a-7273-4e10-b3d9-2c8cbd378e32 .shogun-image-content {
  
    align-items: center;
  
}

#s-07513888-f7a5-4352-89a2-d83105c8a52f {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(250, 250, 250, 1);
border-style: solid;
border-radius: 25px;
text-align: center;
}







  #s-07513888-f7a5-4352-89a2-d83105c8a52f img.shogun-image {
    

    
    
    
  }


#s-07513888-f7a5-4352-89a2-d83105c8a52f .shogun-image-content {
  
    align-items: center;
  
}

#s-451840c3-9fd6-4cf5-970f-b0c14409d7cd {
  margin-top: 60px;
margin-bottom: 1px;
min-height: 50px;
}








#s-451840c3-9fd6-4cf5-970f-b0c14409d7cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-451840c3-9fd6-4cf5-970f-b0c14409d7cd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4690c05d-70fa-4800-961d-a82ad0eafcf1 {
  margin-bottom: 30px;
}

#s-c3b9f4e2-c4a2-4719-8b6b-9737772fc1c2 {
  margin-top: 20px;
margin-left: 12%;
margin-bottom: 20px;
margin-right: 12%;
}

#s-313766b0-aac5-4a52-bf37-9a8153680331 {
  margin-top: 20px;
margin-bottom: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(250, 250, 250, 1);
border-style: solid;
border-radius: 25px;
text-align: center;
}







  #s-313766b0-aac5-4a52-bf37-9a8153680331 img.shogun-image {
    

    
    
    
  }


#s-313766b0-aac5-4a52-bf37-9a8153680331 .shogun-image-content {
  
    align-items: center;
  
}

#s-8faafa27-951f-443c-9333-09eb3131a73b {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-8faafa27-951f-443c-9333-09eb3131a73b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8faafa27-951f-443c-9333-09eb3131a73b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3699a610-6cfe-41a1-beab-a5950f501e6e {
  margin-bottom: 40px;
padding-top: 60px;
padding-bottom: 60px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-3699a610-6cfe-41a1-beab-a5950f501e6e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3699a610-6cfe-41a1-beab-a5950f501e6e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3699a610-6cfe-41a1-beab-a5950f501e6e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3699a610-6cfe-41a1-beab-a5950f501e6e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ed942443-74af-4e80-b990-bf4059ba5f0b {
  margin-left: 16%;
margin-bottom: 20px;
padding-top: 80px;
}

#s-77ca3ca1-6cb4-4bf0-9765-c94a54dc78c2 {
  margin-top: -13px;
margin-left: 0%;
margin-bottom: 23px;
padding-top: 0px;
padding-left: 17%;
padding-right: 81%;
}

#s-77ca3ca1-6cb4-4bf0-9765-c94a54dc78c2 hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-30193eb6-b21d-4ccd-afa5-84bafbc3e027 {
  margin-left: 16%;
margin-right: 15%;
}

#s-3af9ae88-c4d6-4477-8c78-365db72acdd1 {
  margin-left: 0%;
text-align: center;
}







  #s-3af9ae88-c4d6-4477-8c78-365db72acdd1 img.shogun-image {
    

    
    
    
  }


#s-3af9ae88-c4d6-4477-8c78-365db72acdd1 .shogun-image-content {
  
    align-items: center;
  
}

#s-558cb3be-6aeb-4faa-b162-31ed64e4da34 {
  margin-top: 60px;
margin-left: 3%;
margin-bottom: 120px;
margin-right: 3%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-558cb3be-6aeb-4faa-b162-31ed64e4da34"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-558cb3be-6aeb-4faa-b162-31ed64e4da34"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-558cb3be-6aeb-4faa-b162-31ed64e4da34"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-558cb3be-6aeb-4faa-b162-31ed64e4da34"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-eb6f3777-e9e3-4892-9974-179bae25b939 {
  margin-left: 0%;
text-align: center;
}







  #s-eb6f3777-e9e3-4892-9974-179bae25b939 img.shogun-image {
    

    
    
    
  }


#s-eb6f3777-e9e3-4892-9974-179bae25b939 .shogun-image-content {
  
    align-items: center;
  
}

#s-4e854327-3a6d-4771-b3bd-d8eed3f126db {
  margin-top: 60px;
margin-left: 15%;
margin-bottom: 20px;
}

#s-d2abe4d7-ef8b-4858-8c99-cfc5a4d4f171 {
  margin-top: -13px;
margin-left: 0%;
margin-bottom: 23px;
padding-top: 0px;
padding-left: 16%;
padding-right: 82%;
}

#s-d2abe4d7-ef8b-4858-8c99-cfc5a4d4f171 hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-78b3c862-39e7-4112-92f6-661b16300b8a {
  margin-left: 16%;
margin-right: 15%;
}

#s-073b2c43-af2a-4dc4-aab2-e7f4ebbee15b {
  margin-top: 20px;
padding-top: 60px;
padding-bottom: 60px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-073b2c43-af2a-4dc4-aab2-e7f4ebbee15b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-073b2c43-af2a-4dc4-aab2-e7f4ebbee15b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-073b2c43-af2a-4dc4-aab2-e7f4ebbee15b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-073b2c43-af2a-4dc4-aab2-e7f4ebbee15b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2eeb67c3-5542-4172-a268-6bbf23f2429e {
  margin-left: 16%;
margin-bottom: 20px;
}

#s-520e997f-d951-48e8-9d45-f8758c8b2faa {
  margin-top: -13px;
margin-left: 0%;
margin-bottom: 23px;
padding-top: 0px;
padding-left: 17%;
padding-right: 81%;
}

#s-520e997f-d951-48e8-9d45-f8758c8b2faa hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-7ba77578-e480-42c6-827c-292bc9428e7e {
  margin-left: 16%;
margin-right: 15%;
}

#s-d8380ce0-3b40-4824-bfe7-9b8a01f25040 {
  margin-left: 6%;
margin-right: 11%;
text-align: center;
}







  #s-d8380ce0-3b40-4824-bfe7-9b8a01f25040 img.shogun-image {
    

    
    
    
  }


#s-d8380ce0-3b40-4824-bfe7-9b8a01f25040 .shogun-image-content {
  
    align-items: center;
  
}

#s-6ea44bd0-2efa-40d5-9fc0-b0f6e91a025d {
  margin-left: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-6ea44bd0-2efa-40d5-9fc0-b0f6e91a025d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6ea44bd0-2efa-40d5-9fc0-b0f6e91a025d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-6ea44bd0-2efa-40d5-9fc0-b0f6e91a025d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-6ea44bd0-2efa-40d5-9fc0-b0f6e91a025d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

#s-c0990079-c4e9-42fe-a5e3-6ca405f9cee6 {
  margin-left: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-c0990079-c4e9-42fe-a5e3-6ca405f9cee6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c0990079-c4e9-42fe-a5e3-6ca405f9cee6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-c0990079-c4e9-42fe-a5e3-6ca405f9cee6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-c0990079-c4e9-42fe-a5e3-6ca405f9cee6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

#s-36e93740-9af5-49ff-8ec7-a3fe75f20c64 {
  text-align: center;
}







  img.s-36e93740-9af5-49ff-8ec7-a3fe75f20c64.shogun-image {
    
    
  }


.s-36e93740-9af5-49ff-8ec7-a3fe75f20c64 .shogun-image-content {
  
    align-items: center;
  
}

.s-36e93740-9af5-49ff-8ec7-a3fe75f20c64.shg-align-container {
  text-align: center
}

.s-36e93740-9af5-49ff-8ec7-a3fe75f20c64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36e93740-9af5-49ff-8ec7-a3fe75f20c64.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-36e93740-9af5-49ff-8ec7-a3fe75f20c64.shogun-image {
    
    
  }


.s-36e93740-9af5-49ff-8ec7-a3fe75f20c64 .shogun-image-content {
  
    align-items: center;
  
}

.s-36e93740-9af5-49ff-8ec7-a3fe75f20c64.shg-align-container {
  text-align: center
}

.s-36e93740-9af5-49ff-8ec7-a3fe75f20c64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36e93740-9af5-49ff-8ec7-a3fe75f20c64.shogun-image {
  box-sizing: border-box;
}


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





  img.s-36e93740-9af5-49ff-8ec7-a3fe75f20c64.shogun-image {
    
    
  }


.s-36e93740-9af5-49ff-8ec7-a3fe75f20c64 .shogun-image-content {
  
    align-items: center;
  
}

.s-36e93740-9af5-49ff-8ec7-a3fe75f20c64.shg-align-container {
  text-align: center
}

.s-36e93740-9af5-49ff-8ec7-a3fe75f20c64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36e93740-9af5-49ff-8ec7-a3fe75f20c64.shogun-image {
  box-sizing: border-box;
}


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





  img.s-36e93740-9af5-49ff-8ec7-a3fe75f20c64.shogun-image {
    
    
  }


.s-36e93740-9af5-49ff-8ec7-a3fe75f20c64 .shogun-image-content {
  
    align-items: center;
  
}

.s-36e93740-9af5-49ff-8ec7-a3fe75f20c64.shg-align-container {
  text-align: center
}

.s-36e93740-9af5-49ff-8ec7-a3fe75f20c64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36e93740-9af5-49ff-8ec7-a3fe75f20c64.shogun-image {
  box-sizing: border-box;
}


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





  img.s-36e93740-9af5-49ff-8ec7-a3fe75f20c64.shogun-image {
    
    
  }


.s-36e93740-9af5-49ff-8ec7-a3fe75f20c64 .shogun-image-content {
  
    align-items: center;
  
}

.s-36e93740-9af5-49ff-8ec7-a3fe75f20c64.shg-align-container {
  text-align: center
}

.s-36e93740-9af5-49ff-8ec7-a3fe75f20c64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36e93740-9af5-49ff-8ec7-a3fe75f20c64.shogun-image {
  box-sizing: border-box;
}


}
#s-6cf17359-6b0d-48c4-8272-20afb3cd1dc8 {
  text-align: center;
}







  img.s-6cf17359-6b0d-48c4-8272-20afb3cd1dc8.shogun-image {
    
    
  }


.s-6cf17359-6b0d-48c4-8272-20afb3cd1dc8 .shogun-image-content {
  
    align-items: center;
  
}

.s-6cf17359-6b0d-48c4-8272-20afb3cd1dc8.shg-align-container {
  text-align: center
}

.s-6cf17359-6b0d-48c4-8272-20afb3cd1dc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6cf17359-6b0d-48c4-8272-20afb3cd1dc8.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-6cf17359-6b0d-48c4-8272-20afb3cd1dc8.shogun-image {
    
    
  }


.s-6cf17359-6b0d-48c4-8272-20afb3cd1dc8 .shogun-image-content {
  
    align-items: center;
  
}

.s-6cf17359-6b0d-48c4-8272-20afb3cd1dc8.shg-align-container {
  text-align: center
}

.s-6cf17359-6b0d-48c4-8272-20afb3cd1dc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6cf17359-6b0d-48c4-8272-20afb3cd1dc8.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6cf17359-6b0d-48c4-8272-20afb3cd1dc8.shogun-image {
    
    
  }


.s-6cf17359-6b0d-48c4-8272-20afb3cd1dc8 .shogun-image-content {
  
    align-items: center;
  
}

.s-6cf17359-6b0d-48c4-8272-20afb3cd1dc8.shg-align-container {
  text-align: center
}

.s-6cf17359-6b0d-48c4-8272-20afb3cd1dc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6cf17359-6b0d-48c4-8272-20afb3cd1dc8.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6cf17359-6b0d-48c4-8272-20afb3cd1dc8.shogun-image {
    
    
  }


.s-6cf17359-6b0d-48c4-8272-20afb3cd1dc8 .shogun-image-content {
  
    align-items: center;
  
}

.s-6cf17359-6b0d-48c4-8272-20afb3cd1dc8.shg-align-container {
  text-align: center
}

.s-6cf17359-6b0d-48c4-8272-20afb3cd1dc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6cf17359-6b0d-48c4-8272-20afb3cd1dc8.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6cf17359-6b0d-48c4-8272-20afb3cd1dc8.shogun-image {
    
    
  }


.s-6cf17359-6b0d-48c4-8272-20afb3cd1dc8 .shogun-image-content {
  
    align-items: center;
  
}

.s-6cf17359-6b0d-48c4-8272-20afb3cd1dc8.shg-align-container {
  text-align: center
}

.s-6cf17359-6b0d-48c4-8272-20afb3cd1dc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6cf17359-6b0d-48c4-8272-20afb3cd1dc8.shogun-image {
  box-sizing: border-box;
}


}
#s-c2a33e91-2780-4b1d-8646-cbdfe6e1ee21 {
  text-align: center;
}







  img.s-c2a33e91-2780-4b1d-8646-cbdfe6e1ee21.shogun-image {
    
    
  }


.s-c2a33e91-2780-4b1d-8646-cbdfe6e1ee21 .shogun-image-content {
  
    align-items: center;
  
}

.s-c2a33e91-2780-4b1d-8646-cbdfe6e1ee21.shg-align-container {
  text-align: center
}

.s-c2a33e91-2780-4b1d-8646-cbdfe6e1ee21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2a33e91-2780-4b1d-8646-cbdfe6e1ee21.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-c2a33e91-2780-4b1d-8646-cbdfe6e1ee21.shogun-image {
    
    
  }


.s-c2a33e91-2780-4b1d-8646-cbdfe6e1ee21 .shogun-image-content {
  
    align-items: center;
  
}

.s-c2a33e91-2780-4b1d-8646-cbdfe6e1ee21.shg-align-container {
  text-align: center
}

.s-c2a33e91-2780-4b1d-8646-cbdfe6e1ee21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2a33e91-2780-4b1d-8646-cbdfe6e1ee21.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c2a33e91-2780-4b1d-8646-cbdfe6e1ee21.shogun-image {
    
    
  }


.s-c2a33e91-2780-4b1d-8646-cbdfe6e1ee21 .shogun-image-content {
  
    align-items: center;
  
}

.s-c2a33e91-2780-4b1d-8646-cbdfe6e1ee21.shg-align-container {
  text-align: center
}

.s-c2a33e91-2780-4b1d-8646-cbdfe6e1ee21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2a33e91-2780-4b1d-8646-cbdfe6e1ee21.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c2a33e91-2780-4b1d-8646-cbdfe6e1ee21.shogun-image {
    
    
  }


.s-c2a33e91-2780-4b1d-8646-cbdfe6e1ee21 .shogun-image-content {
  
    align-items: center;
  
}

.s-c2a33e91-2780-4b1d-8646-cbdfe6e1ee21.shg-align-container {
  text-align: center
}

.s-c2a33e91-2780-4b1d-8646-cbdfe6e1ee21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2a33e91-2780-4b1d-8646-cbdfe6e1ee21.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c2a33e91-2780-4b1d-8646-cbdfe6e1ee21.shogun-image {
    
    
  }


.s-c2a33e91-2780-4b1d-8646-cbdfe6e1ee21 .shogun-image-content {
  
    align-items: center;
  
}

.s-c2a33e91-2780-4b1d-8646-cbdfe6e1ee21.shg-align-container {
  text-align: center
}

.s-c2a33e91-2780-4b1d-8646-cbdfe6e1ee21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2a33e91-2780-4b1d-8646-cbdfe6e1ee21.shogun-image {
  box-sizing: border-box;
}


}
#s-ad2128a3-b4dd-4166-9abb-8f77a17a9781 {
  margin-top: 80px;
margin-bottom: 1px;
padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-ad2128a3-b4dd-4166-9abb-8f77a17a9781 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad2128a3-b4dd-4166-9abb-8f77a17a9781.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a23aeeee-9102-4066-a8cd-fbfea2b69c87 {
  margin-bottom: 30px;
}

#s-64ffd978-2113-4205-a2e7-1048d4a5fa1e {
  margin-top: 20px;
margin-left: 12%;
margin-bottom: 20px;
margin-right: 12%;
}

#s-0a14bbc9-d3fc-45ba-94b1-6c0eed551dc8 {
  margin-top: 30px;
margin-left: 15%;
margin-bottom: 30px;
margin-right: 15%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(250, 250, 250, 1);
border-style: solid;
border-radius: 25px;
text-align: center;
}







  #s-0a14bbc9-d3fc-45ba-94b1-6c0eed551dc8 img.shogun-image {
    

    
    
    
  }


#s-0a14bbc9-d3fc-45ba-94b1-6c0eed551dc8 .shogun-image-content {
  
    align-items: center;
  
}

#s-1756270b-fd5e-4fcd-a1d3-0a96ffb24616 {
  margin-top: 80px;
min-height: 50px;
}








#s-1756270b-fd5e-4fcd-a1d3-0a96ffb24616 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1756270b-fd5e-4fcd-a1d3-0a96ffb24616.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2902287e-7723-4261-8066-e678f873a329 {
  margin-top: 60px;
margin-left: 3%;
margin-bottom: 120px;
margin-right: 3%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-2902287e-7723-4261-8066-e678f873a329"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2902287e-7723-4261-8066-e678f873a329"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2902287e-7723-4261-8066-e678f873a329"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2902287e-7723-4261-8066-e678f873a329"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3e22f7cc-dcea-40c4-a92d-326599146636 {
  margin-left: 0%;
text-align: center;
}







  #s-3e22f7cc-dcea-40c4-a92d-326599146636 img.shogun-image {
    

    
    
    
  }


#s-3e22f7cc-dcea-40c4-a92d-326599146636 .shogun-image-content {
  
    align-items: center;
  
}

#s-6cc032fd-a1d6-4d46-9c0a-082d575dadd6 {
  margin-top: 60px;
margin-left: 15%;
margin-bottom: 20px;
}

#s-27cb1e5d-243a-4ced-a30d-f921b195c6d7 {
  margin-top: -13px;
margin-left: 0%;
margin-bottom: 23px;
padding-top: 0px;
padding-left: 16%;
padding-right: 82%;
}

#s-27cb1e5d-243a-4ced-a30d-f921b195c6d7 hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-01d463c3-b5df-4dd6-8953-48089b4c3bce {
  margin-left: 16%;
margin-right: 15%;
}

#s-d975256c-69ce-4c58-9876-dd4e580f4141 {
  margin-top: 60px;
}

#s-6ac11e5b-9994-4761-b283-6e57582cee8f {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-6ac11e5b-9994-4761-b283-6e57582cee8f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6ac11e5b-9994-4761-b283-6e57582cee8f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6ac11e5b-9994-4761-b283-6e57582cee8f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6ac11e5b-9994-4761-b283-6e57582cee8f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2177dd07-152c-43cf-9caa-138558733cbd {
  text-align: center;
}







  img.s-2177dd07-152c-43cf-9caa-138558733cbd.shogun-image {
    
    
  }


.s-2177dd07-152c-43cf-9caa-138558733cbd .shogun-image-content {
  
    align-items: center;
  
}

.s-2177dd07-152c-43cf-9caa-138558733cbd.shg-align-container {
  text-align: center
}

.s-2177dd07-152c-43cf-9caa-138558733cbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2177dd07-152c-43cf-9caa-138558733cbd.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-2177dd07-152c-43cf-9caa-138558733cbd.shogun-image {
    
    
  }


.s-2177dd07-152c-43cf-9caa-138558733cbd .shogun-image-content {
  
    align-items: center;
  
}

.s-2177dd07-152c-43cf-9caa-138558733cbd.shg-align-container {
  text-align: center
}

.s-2177dd07-152c-43cf-9caa-138558733cbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2177dd07-152c-43cf-9caa-138558733cbd.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2177dd07-152c-43cf-9caa-138558733cbd.shogun-image {
    
    
  }


.s-2177dd07-152c-43cf-9caa-138558733cbd .shogun-image-content {
  
    align-items: center;
  
}

.s-2177dd07-152c-43cf-9caa-138558733cbd.shg-align-container {
  text-align: center
}

.s-2177dd07-152c-43cf-9caa-138558733cbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2177dd07-152c-43cf-9caa-138558733cbd.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2177dd07-152c-43cf-9caa-138558733cbd.shogun-image {
    
    
  }


.s-2177dd07-152c-43cf-9caa-138558733cbd .shogun-image-content {
  
    align-items: center;
  
}

.s-2177dd07-152c-43cf-9caa-138558733cbd.shg-align-container {
  text-align: center
}

.s-2177dd07-152c-43cf-9caa-138558733cbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2177dd07-152c-43cf-9caa-138558733cbd.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2177dd07-152c-43cf-9caa-138558733cbd.shogun-image {
    
    
  }


.s-2177dd07-152c-43cf-9caa-138558733cbd .shogun-image-content {
  
    align-items: center;
  
}

.s-2177dd07-152c-43cf-9caa-138558733cbd.shg-align-container {
  text-align: center
}

.s-2177dd07-152c-43cf-9caa-138558733cbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2177dd07-152c-43cf-9caa-138558733cbd.shogun-image {
  box-sizing: border-box;
}


}
#s-29239cad-e7cb-4408-9f94-3b5e2ef292ae {
  text-align: center;
}







  img.s-29239cad-e7cb-4408-9f94-3b5e2ef292ae.shogun-image {
    
    
  }


.s-29239cad-e7cb-4408-9f94-3b5e2ef292ae .shogun-image-content {
  
    align-items: center;
  
}

.s-29239cad-e7cb-4408-9f94-3b5e2ef292ae.shg-align-container {
  text-align: center
}

.s-29239cad-e7cb-4408-9f94-3b5e2ef292ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29239cad-e7cb-4408-9f94-3b5e2ef292ae.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-29239cad-e7cb-4408-9f94-3b5e2ef292ae.shogun-image {
    
    
  }


.s-29239cad-e7cb-4408-9f94-3b5e2ef292ae .shogun-image-content {
  
    align-items: center;
  
}

.s-29239cad-e7cb-4408-9f94-3b5e2ef292ae.shg-align-container {
  text-align: center
}

.s-29239cad-e7cb-4408-9f94-3b5e2ef292ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29239cad-e7cb-4408-9f94-3b5e2ef292ae.shogun-image {
  box-sizing: border-box;
}


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





  img.s-29239cad-e7cb-4408-9f94-3b5e2ef292ae.shogun-image {
    
    
  }


.s-29239cad-e7cb-4408-9f94-3b5e2ef292ae .shogun-image-content {
  
    align-items: center;
  
}

.s-29239cad-e7cb-4408-9f94-3b5e2ef292ae.shg-align-container {
  text-align: center
}

.s-29239cad-e7cb-4408-9f94-3b5e2ef292ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29239cad-e7cb-4408-9f94-3b5e2ef292ae.shogun-image {
  box-sizing: border-box;
}


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





  img.s-29239cad-e7cb-4408-9f94-3b5e2ef292ae.shogun-image {
    
    
  }


.s-29239cad-e7cb-4408-9f94-3b5e2ef292ae .shogun-image-content {
  
    align-items: center;
  
}

.s-29239cad-e7cb-4408-9f94-3b5e2ef292ae.shg-align-container {
  text-align: center
}

.s-29239cad-e7cb-4408-9f94-3b5e2ef292ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29239cad-e7cb-4408-9f94-3b5e2ef292ae.shogun-image {
  box-sizing: border-box;
}


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





  img.s-29239cad-e7cb-4408-9f94-3b5e2ef292ae.shogun-image {
    
    
  }


.s-29239cad-e7cb-4408-9f94-3b5e2ef292ae .shogun-image-content {
  
    align-items: center;
  
}

.s-29239cad-e7cb-4408-9f94-3b5e2ef292ae.shg-align-container {
  text-align: center
}

.s-29239cad-e7cb-4408-9f94-3b5e2ef292ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29239cad-e7cb-4408-9f94-3b5e2ef292ae.shogun-image {
  box-sizing: border-box;
}


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