.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-1d9e792f-0a26-4c2f-a551-16526dc91637 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-1d9e792f-0a26-4c2f-a551-16526dc91637 {
  display: none;
}
#s-1d9e792f-0a26-4c2f-a551-16526dc91637, #wrap-s-1d9e792f-0a26-4c2f-a551-16526dc91637 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1d9e792f-0a26-4c2f-a551-16526dc91637 {
  display: none;
}
#s-1d9e792f-0a26-4c2f-a551-16526dc91637, #wrap-s-1d9e792f-0a26-4c2f-a551-16526dc91637 { display: none !important; }}







#s-1d9e792f-0a26-4c2f-a551-16526dc91637 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1d9e792f-0a26-4c2f-a551-16526dc91637.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

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

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

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

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

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

#s-6762815e-ebb2-43aa-a63b-d737caa93e03 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(142, 78, 69, 1);
border-style: solid;
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
line-height: 2em;
color: rgba(142, 78, 69, 1);
}
#s-6762815e-ebb2-43aa-a63b-d737caa93e03:hover {background-color: rgba(142, 78, 69, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-6762815e-ebb2-43aa-a63b-d737caa93e03:active {background-color: rgba(142, 78, 69, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (min-width: 1200px){#s-6762815e-ebb2-43aa-a63b-d737caa93e03 {
  display: none;
}
#s-6762815e-ebb2-43aa-a63b-d737caa93e03, #wrap-s-6762815e-ebb2-43aa-a63b-d737caa93e03 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6762815e-ebb2-43aa-a63b-d737caa93e03 {
  display: none;
}
#s-6762815e-ebb2-43aa-a63b-d737caa93e03, #wrap-s-6762815e-ebb2-43aa-a63b-d737caa93e03 { display: none !important; }}

  #s-6762815e-ebb2-43aa-a63b-d737caa93e03-root {
    text-align: center;
  }


#s-6762815e-ebb2-43aa-a63b-d737caa93e03.shg-btn {
  color: rgba(142, 78, 69, 1);
  font-size: 10px;
  
  
  font-family: Fjalla One;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6762815e-ebb2-43aa-a63b-d737caa93e03-root {
    text-align: center;
  }


#s-6762815e-ebb2-43aa-a63b-d737caa93e03.shg-btn {
  color: rgba(142, 78, 69, 1);
  font-size: 10px;
  
  
  font-family: Fjalla One;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6762815e-ebb2-43aa-a63b-d737caa93e03-root {
    text-align: center;
  }


#s-6762815e-ebb2-43aa-a63b-d737caa93e03.shg-btn {
  color: rgba(142, 78, 69, 1);
  font-size: 10px;
  
  
  font-family: Fjalla One;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6762815e-ebb2-43aa-a63b-d737caa93e03-root {
    text-align: center;
  }


#s-6762815e-ebb2-43aa-a63b-d737caa93e03.shg-btn {
  color: rgba(142, 78, 69, 1);
  font-size: 10px;
  
  
  font-family: Fjalla One;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6762815e-ebb2-43aa-a63b-d737caa93e03-root {
    text-align: center;
  }


#s-6762815e-ebb2-43aa-a63b-d737caa93e03.shg-btn {
  color: rgba(142, 78, 69, 1);
  font-size: 10px;
  
  
  font-family: Fjalla One;
  display:  block ;
}
}
#s-368adfa4-e6b1-4faf-8ddb-d066b033ef49 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(142, 78, 69, 1);
border-style: solid;
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
line-height: 2em;
color: rgba(142, 78, 69, 1);
}
#s-368adfa4-e6b1-4faf-8ddb-d066b033ef49:hover {background-color: rgba(142, 78, 69, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-368adfa4-e6b1-4faf-8ddb-d066b033ef49:active {background-color: rgba(142, 78, 69, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-368adfa4-e6b1-4faf-8ddb-d066b033ef49 {
  display: none;
}
#s-368adfa4-e6b1-4faf-8ddb-d066b033ef49, #wrap-s-368adfa4-e6b1-4faf-8ddb-d066b033ef49 { display: none !important; }}@media (max-width: 767px){#s-368adfa4-e6b1-4faf-8ddb-d066b033ef49 {
  display: none;
}
#s-368adfa4-e6b1-4faf-8ddb-d066b033ef49, #wrap-s-368adfa4-e6b1-4faf-8ddb-d066b033ef49 { display: none !important; }}

  #s-368adfa4-e6b1-4faf-8ddb-d066b033ef49-root {
    text-align: center;
  }


#s-368adfa4-e6b1-4faf-8ddb-d066b033ef49.shg-btn {
  color: rgba(142, 78, 69, 1);
  font-size: 10px;
  
  
  font-family: Fjalla One;
  display:  block ;
}
@media (min-width: 1200px){
  #s-368adfa4-e6b1-4faf-8ddb-d066b033ef49-root {
    text-align: center;
  }


#s-368adfa4-e6b1-4faf-8ddb-d066b033ef49.shg-btn {
  color: rgba(142, 78, 69, 1);
  font-size: 10px;
  
  
  font-family: Fjalla One;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-368adfa4-e6b1-4faf-8ddb-d066b033ef49-root {
    text-align: center;
  }


#s-368adfa4-e6b1-4faf-8ddb-d066b033ef49.shg-btn {
  color: rgba(142, 78, 69, 1);
  font-size: 10px;
  
  
  font-family: Fjalla One;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-368adfa4-e6b1-4faf-8ddb-d066b033ef49-root {
    text-align: center;
  }


#s-368adfa4-e6b1-4faf-8ddb-d066b033ef49.shg-btn {
  color: rgba(142, 78, 69, 1);
  font-size: 10px;
  
  
  font-family: Fjalla One;
  display:  block ;
}
}@media (max-width: 767px){
  #s-368adfa4-e6b1-4faf-8ddb-d066b033ef49-root {
    text-align: center;
  }


#s-368adfa4-e6b1-4faf-8ddb-d066b033ef49.shg-btn {
  color: rgba(142, 78, 69, 1);
  font-size: 10px;
  
  
  font-family: Fjalla One;
  display:  block ;
}
}
.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-fc0ffb47-3093-43d3-972c-ab0c9605ca2c {
  box-shadow:0px 0px 0px 0px ;
margin-top: 10px;
margin-left: -12px;
margin-bottom: 30px;
margin-right: 100px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-fc0ffb47-3093-43d3-972c-ab0c9605ca2c {
  display: none;
}
#s-fc0ffb47-3093-43d3-972c-ab0c9605ca2c, #wrap-s-fc0ffb47-3093-43d3-972c-ab0c9605ca2c { display: none !important; }}@media (max-width: 767px){#s-fc0ffb47-3093-43d3-972c-ab0c9605ca2c {
  display: none;
}
#s-fc0ffb47-3093-43d3-972c-ab0c9605ca2c, #wrap-s-fc0ffb47-3093-43d3-972c-ab0c9605ca2c { display: none !important; }}

  #s-fc0ffb47-3093-43d3-972c-ab0c9605ca2c .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 1);
  }
  #s-fc0ffb47-3093-43d3-972c-ab0c9605ca2c .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 1);
  }
#s-fc0ffb47-3093-43d3-972c-ab0c9605ca2c .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(190, 190, 190, 1);
  font-family: Fjalla One;
  font-weight: ;
  font-style: ;
  font-size: 13px;
}

#s-fc0ffb47-3093-43d3-972c-ab0c9605ca2c .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-fc0ffb47-3093-43d3-972c-ab0c9605ca2c .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-fc0ffb47-3093-43d3-972c-ab0c9605ca2c .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-ade454e8-540c-4b7d-9abf-7889b8128867 {
  margin-top: -15px;
margin-left: 16px;
margin-right: -30px;
}

#s-06096e08-98fd-48f2-beb3-df7c3e27e7fc {
  margin-top: -15px;
margin-left: 16px;
margin-right: -30px;
}

#s-107e20c1-e2f3-41d0-b69f-2b3e8483c14d {
  margin-top: -15px;
margin-left: 16px;
margin-right: -30px;
}

#s-6d1ab8ea-6f15-49ed-bfbc-59733eccd1ad {
  margin-top: -10px;
margin-bottom: 20px;
padding-top: 1px;
padding-bottom: 1px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6d1ab8ea-6f15-49ed-bfbc-59733eccd1ad {
  display: none;
}
#s-6d1ab8ea-6f15-49ed-bfbc-59733eccd1ad, #wrap-s-6d1ab8ea-6f15-49ed-bfbc-59733eccd1ad { display: none !important; }}@media (max-width: 767px){#s-6d1ab8ea-6f15-49ed-bfbc-59733eccd1ad {
  display: none;
}
#s-6d1ab8ea-6f15-49ed-bfbc-59733eccd1ad, #wrap-s-6d1ab8ea-6f15-49ed-bfbc-59733eccd1ad { display: none !important; }}







#s-6d1ab8ea-6f15-49ed-bfbc-59733eccd1ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d1ab8ea-6f15-49ed-bfbc-59733eccd1ad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

@media (min-width: 0px) {
[id="s-0feb9f8a-3843-4bed-8d77-179d79d62b20"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0feb9f8a-3843-4bed-8d77-179d79d62b20"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-0feb9f8a-3843-4bed-8d77-179d79d62b20"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-0feb9f8a-3843-4bed-8d77-179d79d62b20"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 0px) {
[id="s-9c09b753-3241-4ef6-8400-7901b1a0943b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9c09b753-3241-4ef6-8400-7901b1a0943b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-9c09b753-3241-4ef6-8400-7901b1a0943b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-9c09b753-3241-4ef6-8400-7901b1a0943b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 0px) {
[id="s-c1d3b7ef-f01d-481d-bc2d-9178535de9ca"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c1d3b7ef-f01d-481d-bc2d-9178535de9ca"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 992px) {
[id="s-c1d3b7ef-f01d-481d-bc2d-9178535de9ca"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 1200px) {
[id="s-c1d3b7ef-f01d-481d-bc2d-9178535de9ca"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5px);
}

}

.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-a42620e3-81bc-4ef3-a597-bfa0823dbc42 {
  text-align: center;
}







  #s-a42620e3-81bc-4ef3-a597-bfa0823dbc42 img.shogun-image {
    

    
    
    
  }


#s-a42620e3-81bc-4ef3-a597-bfa0823dbc42 .shogun-image-content {
  
    align-items: center;
  
}

#s-7a12eddf-88c4-4a5b-b351-3a290938b2fc {
  margin-top: 15px;
}

@media (min-width: 0px) {
[id="s-c9d7290c-2853-4106-b3c8-45511304bfe2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c9d7290c-2853-4106-b3c8-45511304bfe2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c9d7290c-2853-4106-b3c8-45511304bfe2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c9d7290c-2853-4106-b3c8-45511304bfe2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-68b09402-ecdf-4706-aaef-9b56163f3dfa {
  text-align: center;
}







  #s-68b09402-ecdf-4706-aaef-9b56163f3dfa img.shogun-image {
    

    
    
    
  }


#s-68b09402-ecdf-4706-aaef-9b56163f3dfa .shogun-image-content {
  
    align-items: center;
  
}

#s-e1fe0c35-c9c4-4253-95ae-7ba42ef9613a {
  margin-top: 15px;
}

@media (min-width: 0px) {
[id="s-89c516ee-deec-42ce-81f7-de8a90c53c58"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-89c516ee-deec-42ce-81f7-de8a90c53c58"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-89c516ee-deec-42ce-81f7-de8a90c53c58"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-89c516ee-deec-42ce-81f7-de8a90c53c58"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 0px) {
[id="s-055bd55f-eb40-42a2-98c7-b0b67f0ef076"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-055bd55f-eb40-42a2-98c7-b0b67f0ef076"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-055bd55f-eb40-42a2-98c7-b0b67f0ef076"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-055bd55f-eb40-42a2-98c7-b0b67f0ef076"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-fea7991a-4493-42a9-be2f-11fb359990cd {
  text-align: center;
}







  #s-fea7991a-4493-42a9-be2f-11fb359990cd img.shogun-image {
    

    
    
    
  }


#s-fea7991a-4493-42a9-be2f-11fb359990cd .shogun-image-content {
  
    align-items: center;
  
}

#s-1d077665-f936-4ca6-819c-ddf9eb07a261 {
  margin-top: 15px;
}

@media (min-width: 0px) {
[id="s-083ca31e-8ba5-448c-b00d-cc3ac63cf3a3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-083ca31e-8ba5-448c-b00d-cc3ac63cf3a3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 992px) {
[id="s-083ca31e-8ba5-448c-b00d-cc3ac63cf3a3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 1200px) {
[id="s-083ca31e-8ba5-448c-b00d-cc3ac63cf3a3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5px);
}

}

#s-0c208c11-4125-44e9-8ddf-fd7f56189a31 {
  text-align: center;
}







  #s-0c208c11-4125-44e9-8ddf-fd7f56189a31 img.shogun-image {
    

    
    
    
  }


#s-0c208c11-4125-44e9-8ddf-fd7f56189a31 .shogun-image-content {
  
    align-items: center;
  
}

#s-df502eae-5232-4f25-bf96-7909d1b4e8c9 {
  margin-top: 15px;
}

#s-40352302-1076-43a3-b2bc-4db429eb0731 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-40352302-1076-43a3-b2bc-4db429eb0731 {
  display: none;
}
#s-40352302-1076-43a3-b2bc-4db429eb0731, #wrap-s-40352302-1076-43a3-b2bc-4db429eb0731 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-40352302-1076-43a3-b2bc-4db429eb0731 {
  display: none;
}
#s-40352302-1076-43a3-b2bc-4db429eb0731, #wrap-s-40352302-1076-43a3-b2bc-4db429eb0731 { display: none !important; }}







#s-40352302-1076-43a3-b2bc-4db429eb0731 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-40352302-1076-43a3-b2bc-4db429eb0731.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ddda4fc3-d2fd-4144-aa30-3f40992c51c2 {
  margin-top: -47px;
margin-left: 15px;
margin-bottom: -47px;
margin-right: 15px;
}

@media (min-width: 0px) {
[id="s-ddda4fc3-d2fd-4144-aa30-3f40992c51c2"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-ddda4fc3-d2fd-4144-aa30-3f40992c51c2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ddda4fc3-d2fd-4144-aa30-3f40992c51c2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ddda4fc3-d2fd-4144-aa30-3f40992c51c2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-e100163e-abc3-43cc-aca4-f89060a02d42 {
  text-align: center;
}







  #s-e100163e-abc3-43cc-aca4-f89060a02d42 img.shogun-image {
    

    
    
    
  }


#s-e100163e-abc3-43cc-aca4-f89060a02d42 .shogun-image-content {
  
    align-items: center;
  
}

#s-3ae587db-15eb-4f37-bb00-c73102ace577 {
  text-align: center;
}







  #s-3ae587db-15eb-4f37-bb00-c73102ace577 img.shogun-image {
    

    
    
    
  }


#s-3ae587db-15eb-4f37-bb00-c73102ace577 .shogun-image-content {
  
    align-items: center;
  
}

#s-24b53dfb-516d-4b38-8b9e-22749277b6d7 {
  text-align: center;
}







  #s-24b53dfb-516d-4b38-8b9e-22749277b6d7 img.shogun-image {
    

    
    
    
  }


#s-24b53dfb-516d-4b38-8b9e-22749277b6d7 .shogun-image-content {
  
    align-items: center;
  
}

#s-0915c842-11b3-4b26-a8b6-e508917addb6 {
  text-align: center;
}







  #s-0915c842-11b3-4b26-a8b6-e508917addb6 img.shogun-image {
    

    
    
    
  }


#s-0915c842-11b3-4b26-a8b6-e508917addb6 .shogun-image-content {
  
    align-items: center;
  
}

#s-7d797b23-285a-4bfc-a196-91ede360f856 {
  margin-top: 19px;
margin-left: 15px;
margin-right: 15px;
}

@media (min-width: 0px) {
[id="s-7d797b23-285a-4bfc-a196-91ede360f856"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-7d797b23-285a-4bfc-a196-91ede360f856"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7d797b23-285a-4bfc-a196-91ede360f856"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7d797b23-285a-4bfc-a196-91ede360f856"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-ed81f2d6-7b55-4acc-8c78-b429b36c6353 {
  margin-top: 7px;
margin-bottom: 7px;
}

#s-044fb686-fcd6-4c4d-ab2c-cfad3e529b91 {
  margin-top: 7px;
margin-bottom: 7px;
}

#s-7005a084-dde2-4377-835a-40afe3d7176b {
  margin-top: 7px;
margin-bottom: 7px;
}

#s-f2cc208d-d993-4c54-a5c5-4f6b25831fc6 {
  margin-top: 7px;
margin-bottom: 7px;
}

#s-8806c636-3c5a-4af3-b6f7-ec16f9a58a3a {
  margin-left: 25px;
margin-right: 25px;
}

#s-ed2d9949-b368-4187-9b9d-f188c204d096 {
  margin-top: 30px;
margin-left: 25px;
margin-bottom: 20px;
margin-right: 25px;
}

#s-207454f3-0530-41ce-a0a5-65bf06cbdd11 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 0px;
}

#s-e0b26cea-0fd7-4f22-a9a7-f9c5c5bec64c {
  margin-top: 30px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-e0b26cea-0fd7-4f22-a9a7-f9c5c5bec64c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0b26cea-0fd7-4f22-a9a7-f9c5c5bec64c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

@media (min-width: 1200px){#s-5521e884-5e04-4fdb-9d1e-028c36de1be5 {
  display: none;
}
#s-5521e884-5e04-4fdb-9d1e-028c36de1be5, #wrap-s-5521e884-5e04-4fdb-9d1e-028c36de1be5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5521e884-5e04-4fdb-9d1e-028c36de1be5 {
  display: none;
}
#s-5521e884-5e04-4fdb-9d1e-028c36de1be5, #wrap-s-5521e884-5e04-4fdb-9d1e-028c36de1be5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5521e884-5e04-4fdb-9d1e-028c36de1be5 {
  
}
}@media (max-width: 767px){#s-5521e884-5e04-4fdb-9d1e-028c36de1be5 {
  
}
}
#s-5521e884-5e04-4fdb-9d1e-028c36de1be5 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(245, 245, 245, 1);
}

#s-5521e884-5e04-4fdb-9d1e-028c36de1be5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 1);
  padding: 14px;
}

#s-5521e884-5e04-4fdb-9d1e-028c36de1be5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-5521e884-5e04-4fdb-9d1e-028c36de1be5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(245, 245, 245, 1);
  border-top: 1px solid rgba(245, 245, 245, 1);
}

#s-5521e884-5e04-4fdb-9d1e-028c36de1be5 > .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: Fjalla One;
  font-weight: ;
  font-style: ;
  font-size: 12px;
}

#s-5521e884-5e04-4fdb-9d1e-028c36de1be5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 12px;
}
#s-4b925ba2-e742-4925-8a30-8e244e4ace6a {
  margin-left: 25px;
margin-bottom: 30px;
margin-right: 20px;
}

#s-4085a010-8aaa-489f-9ab4-e2248b59f51e {
  min-height: 50px;
}








#s-4085a010-8aaa-489f-9ab4-e2248b59f51e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4085a010-8aaa-489f-9ab4-e2248b59f51e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e59de566-409d-4107-b166-8a32b8687523 {
  margin-left: 25px;
margin-bottom: 20px;
margin-right: 30px;
}

#s-4710eb8a-5a89-40a9-a8d1-5fef62dee613 {
  min-height: 50px;
}








#s-4710eb8a-5a89-40a9-a8d1-5fef62dee613 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4710eb8a-5a89-40a9-a8d1-5fef62dee613.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-77600d0b-1d01-42bc-bd63-793f03477c6f {
  margin-left: 25px;
margin-bottom: 20px;
margin-right: 30px;
}

#s-7f6be3cb-0c0a-4e29-9023-41518071be3c {
  margin-top: 30px;
margin-left: 25px;
margin-bottom: 20px;
margin-right: 25px;
}

#s-a86608e9-9f31-4227-8042-6b3e4d6bb955 {
  margin-left: 25px;
margin-right: 25px;
text-align: center;
}







  #s-a86608e9-9f31-4227-8042-6b3e4d6bb955 img.shogun-image {
    

    
    
    
  }


#s-a86608e9-9f31-4227-8042-6b3e4d6bb955 .shogun-image-content {
  
    align-items: center;
  
}

#s-ae981e94-4869-42a4-aa31-c355c2c8c49a {
  margin-left: 25px;
margin-right: 25px;
padding-top: 40px;
padding-bottom: 30px;
}

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

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

#s-36d95d9d-4c23-4711-bc30-b4f1400fa9ee {
  margin-left: 25px;
margin-right: 25px;
}

#s-36d95d9d-4c23-4711-bc30-b4f1400fa9ee hr {
  border-top: 1px solid #ddd;
}

#s-8c519752-a5cd-4ef6-9ec5-7fa8dbc43737 {
  margin-top: 10px;
margin-left: 25px;
margin-right: 25px;
}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-a0f33c9f-9060-4bb1-91c3-272160cdb37f {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-a0f33c9f-9060-4bb1-91c3-272160cdb37f .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-a0f33c9f-9060-4bb1-91c3-272160cdb37f .shg-sld-nav-button.shg-sld-left,
#s-a0f33c9f-9060-4bb1-91c3-272160cdb37f .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-2b2562d1-2aee-47fc-9a16-4eae72006833 {
  text-align: center;
}







  #s-2b2562d1-2aee-47fc-9a16-4eae72006833 img.shogun-image {
    

    
    
    
  }


#s-2b2562d1-2aee-47fc-9a16-4eae72006833 .shogun-image-content {
  
    align-items: center;
  
}

#s-07f89447-fc80-4d16-905d-177ad3b1a08a {
  text-align: center;
}







  #s-07f89447-fc80-4d16-905d-177ad3b1a08a img.shogun-image {
    

    
    
    
  }


#s-07f89447-fc80-4d16-905d-177ad3b1a08a .shogun-image-content {
  
    align-items: center;
  
}

#s-387b2a39-581b-4f33-bc9e-964256d3eee8 {
  text-align: center;
}







  #s-387b2a39-581b-4f33-bc9e-964256d3eee8 img.shogun-image {
    

    
    
    
  }


#s-387b2a39-581b-4f33-bc9e-964256d3eee8 .shogun-image-content {
  
    align-items: center;
  
}

#s-9fe469b6-bba0-429c-8d58-fa0a1bbd7c34 {
  text-align: center;
}







  #s-9fe469b6-bba0-429c-8d58-fa0a1bbd7c34 img.shogun-image {
    

    
    
    
  }


#s-9fe469b6-bba0-429c-8d58-fa0a1bbd7c34 .shogun-image-content {
  
    align-items: center;
  
}

#s-86c30d55-6515-4657-a152-6834c9f7a021 {
  text-align: center;
}







  #s-86c30d55-6515-4657-a152-6834c9f7a021 img.shogun-image {
    

    
    
    
  }


#s-86c30d55-6515-4657-a152-6834c9f7a021 .shogun-image-content {
  
    align-items: center;
  
}

#s-503f080c-cc9f-49fd-9772-b076009dcb01 {
  margin-top: 10px;
}

#s-9f9f02f1-d596-4d1c-9034-f0930416cbcf {
  margin-top: 10px;
}

#s-8a4f5aff-8739-4888-b071-35d341d23e4b {
  margin-top: 10px;
}

#s-03b0230d-b0bd-4de2-97f8-57338aaa5041 {
  margin-top: 10px;
}

#s-5a8de4f8-59d8-436b-a6f5-d49b441a7f96 {
  margin-top: 10px;
}

#s-56a8694e-3936-4891-8aec-ccd4226692fc {
  margin-top: 20px;
min-height: 50px;
background-color: rgba(248, 248, 248, 1);
}
@media (min-width: 1200px){#s-56a8694e-3936-4891-8aec-ccd4226692fc {
  display: none;
}
#s-56a8694e-3936-4891-8aec-ccd4226692fc, #wrap-s-56a8694e-3936-4891-8aec-ccd4226692fc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-56a8694e-3936-4891-8aec-ccd4226692fc {
  display: none;
}
#s-56a8694e-3936-4891-8aec-ccd4226692fc, #wrap-s-56a8694e-3936-4891-8aec-ccd4226692fc { display: none !important; }}







#s-56a8694e-3936-4891-8aec-ccd4226692fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56a8694e-3936-4891-8aec-ccd4226692fc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5c0e1c52-91f5-4eb1-b928-9e394465b01d {
  margin-left: 30px;
margin-right: 30px;
padding-top: 30px;
}
@media (min-width: 1200px){#s-5c0e1c52-91f5-4eb1-b928-9e394465b01d {
  display: none;
}
#s-5c0e1c52-91f5-4eb1-b928-9e394465b01d, #wrap-s-5c0e1c52-91f5-4eb1-b928-9e394465b01d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5c0e1c52-91f5-4eb1-b928-9e394465b01d {
  display: none;
}
#s-5c0e1c52-91f5-4eb1-b928-9e394465b01d, #wrap-s-5c0e1c52-91f5-4eb1-b928-9e394465b01d { display: none !important; }}
#s-6f93dc85-a14e-41d8-a93f-24678d8e93a0 {
  padding-top: 30px;
padding-bottom: 30px;
}
@media (min-width: 1200px){#s-6f93dc85-a14e-41d8-a93f-24678d8e93a0 {
  display: none;
}
#s-6f93dc85-a14e-41d8-a93f-24678d8e93a0, #wrap-s-6f93dc85-a14e-41d8-a93f-24678d8e93a0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6f93dc85-a14e-41d8-a93f-24678d8e93a0 {
  display: none;
}
#s-6f93dc85-a14e-41d8-a93f-24678d8e93a0, #wrap-s-6f93dc85-a14e-41d8-a93f-24678d8e93a0 { display: none !important; }}
#s-8e34561b-1869-437e-b8f9-c337e54bedc5 {
  padding-bottom: 30px;
}
@media (min-width: 1200px){#s-8e34561b-1869-437e-b8f9-c337e54bedc5 {
  display: none;
}
#s-8e34561b-1869-437e-b8f9-c337e54bedc5, #wrap-s-8e34561b-1869-437e-b8f9-c337e54bedc5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8e34561b-1869-437e-b8f9-c337e54bedc5 {
  display: none;
}
#s-8e34561b-1869-437e-b8f9-c337e54bedc5, #wrap-s-8e34561b-1869-437e-b8f9-c337e54bedc5 { display: none !important; }}
#s-95080f52-5509-4a9b-a2d1-d2ecbead4eb0 {
  margin-left: 100px;
margin-right: 100px;
padding-top: 40px;
padding-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-95080f52-5509-4a9b-a2d1-d2ecbead4eb0 {
  display: none;
}
#s-95080f52-5509-4a9b-a2d1-d2ecbead4eb0, #wrap-s-95080f52-5509-4a9b-a2d1-d2ecbead4eb0 { display: none !important; }}@media (max-width: 767px){#s-95080f52-5509-4a9b-a2d1-d2ecbead4eb0 {
  display: none;
}
#s-95080f52-5509-4a9b-a2d1-d2ecbead4eb0, #wrap-s-95080f52-5509-4a9b-a2d1-d2ecbead4eb0 { display: none !important; }}
#s-95080f52-5509-4a9b-a2d1-d2ecbead4eb0 hr {
  border-top: 1px solid rgba(194, 194, 194, 1);
}

#s-78d28441-2741-4105-ac95-e606fcc8acb2 {
  margin-left: 100px;
margin-right: 100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-78d28441-2741-4105-ac95-e606fcc8acb2 {
  display: none;
}
#s-78d28441-2741-4105-ac95-e606fcc8acb2, #wrap-s-78d28441-2741-4105-ac95-e606fcc8acb2 { display: none !important; }}@media (max-width: 767px){#s-78d28441-2741-4105-ac95-e606fcc8acb2 {
  display: none;
}
#s-78d28441-2741-4105-ac95-e606fcc8acb2, #wrap-s-78d28441-2741-4105-ac95-e606fcc8acb2 { display: none !important; }}
@media (min-width: 0px) {
[id="s-78d28441-2741-4105-ac95-e606fcc8acb2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-78d28441-2741-4105-ac95-e606fcc8acb2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-78d28441-2741-4105-ac95-e606fcc8acb2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-78d28441-2741-4105-ac95-e606fcc8acb2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b91fffba-c25e-4c8b-8f6e-a087f93407aa {
  margin-left: 50px;
margin-right: 50px;
padding-top: 45px;
}

#s-d43c3e41-51d0-47d2-a67f-3bbb4b0b911f {
  margin-left: 100px;
margin-right: 100px;
padding-top: 40px;
padding-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d43c3e41-51d0-47d2-a67f-3bbb4b0b911f {
  display: none;
}
#s-d43c3e41-51d0-47d2-a67f-3bbb4b0b911f, #wrap-s-d43c3e41-51d0-47d2-a67f-3bbb4b0b911f { display: none !important; }}@media (max-width: 767px){#s-d43c3e41-51d0-47d2-a67f-3bbb4b0b911f {
  display: none;
}
#s-d43c3e41-51d0-47d2-a67f-3bbb4b0b911f, #wrap-s-d43c3e41-51d0-47d2-a67f-3bbb4b0b911f { display: none !important; }}
#s-d43c3e41-51d0-47d2-a67f-3bbb4b0b911f hr {
  border-top: 1px solid rgba(194, 194, 194, 1);
}

#s-fe55c71b-abb3-408f-bb89-4da81e4a6e46 {
  margin-left: 130px;
margin-right: 130px;
}
@media (min-width: 768px) and (max-width: 991px){#s-fe55c71b-abb3-408f-bb89-4da81e4a6e46 {
  display: none;
}
#s-fe55c71b-abb3-408f-bb89-4da81e4a6e46, #wrap-s-fe55c71b-abb3-408f-bb89-4da81e4a6e46 { display: none !important; }}@media (max-width: 767px){#s-fe55c71b-abb3-408f-bb89-4da81e4a6e46 {
  display: none;
}
#s-fe55c71b-abb3-408f-bb89-4da81e4a6e46, #wrap-s-fe55c71b-abb3-408f-bb89-4da81e4a6e46 { display: none !important; }}
@media (min-width: 0px) {
[id="s-fe55c71b-abb3-408f-bb89-4da81e4a6e46"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-fe55c71b-abb3-408f-bb89-4da81e4a6e46"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-fe55c71b-abb3-408f-bb89-4da81e4a6e46"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-fe55c71b-abb3-408f-bb89-4da81e4a6e46"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-27fe68b4-492c-4f71-98fa-fe9f6956828c {
  margin-left: 100px;
margin-right: 100px;
padding-top: 40px;
padding-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-27fe68b4-492c-4f71-98fa-fe9f6956828c {
  display: none;
}
#s-27fe68b4-492c-4f71-98fa-fe9f6956828c, #wrap-s-27fe68b4-492c-4f71-98fa-fe9f6956828c { display: none !important; }}@media (max-width: 767px){#s-27fe68b4-492c-4f71-98fa-fe9f6956828c {
  display: none;
}
#s-27fe68b4-492c-4f71-98fa-fe9f6956828c, #wrap-s-27fe68b4-492c-4f71-98fa-fe9f6956828c { display: none !important; }}
#s-27fe68b4-492c-4f71-98fa-fe9f6956828c hr {
  border-top: 1px solid rgba(194, 194, 194, 1);
}

#s-e47763bf-e3e2-4e99-a37f-71cea25db072 {
  margin-left: 100px;
margin-right: 100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e47763bf-e3e2-4e99-a37f-71cea25db072 {
  display: none;
}
#s-e47763bf-e3e2-4e99-a37f-71cea25db072, #wrap-s-e47763bf-e3e2-4e99-a37f-71cea25db072 { display: none !important; }}@media (max-width: 767px){#s-e47763bf-e3e2-4e99-a37f-71cea25db072 {
  display: none;
}
#s-e47763bf-e3e2-4e99-a37f-71cea25db072, #wrap-s-e47763bf-e3e2-4e99-a37f-71cea25db072 { display: none !important; }}
@media (min-width: 0px) {
[id="s-e47763bf-e3e2-4e99-a37f-71cea25db072"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e47763bf-e3e2-4e99-a37f-71cea25db072"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e47763bf-e3e2-4e99-a37f-71cea25db072"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e47763bf-e3e2-4e99-a37f-71cea25db072"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-522dd3d9-6f0c-4fd2-a766-8f0cab017062 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-522dd3d9-6f0c-4fd2-a766-8f0cab017062 {
  display: none;
}
#s-522dd3d9-6f0c-4fd2-a766-8f0cab017062, #wrap-s-522dd3d9-6f0c-4fd2-a766-8f0cab017062 { display: none !important; }}@media (max-width: 767px){#s-522dd3d9-6f0c-4fd2-a766-8f0cab017062 {
  display: none;
}
#s-522dd3d9-6f0c-4fd2-a766-8f0cab017062, #wrap-s-522dd3d9-6f0c-4fd2-a766-8f0cab017062 { display: none !important; }}






  #s-522dd3d9-6f0c-4fd2-a766-8f0cab017062 img.shogun-image {
    

    
    
    
  }


#s-522dd3d9-6f0c-4fd2-a766-8f0cab017062 .shogun-image-content {
  
    align-items: center;
  
}

#s-a449d601-85ea-45e9-a47e-c853b8c4a480 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
}

#s-3f54378f-86e5-4454-b85f-f0fcb8c12a4f {
  margin-left: 100px;
margin-right: 100px;
padding-top: 40px;
padding-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3f54378f-86e5-4454-b85f-f0fcb8c12a4f {
  display: none;
}
#s-3f54378f-86e5-4454-b85f-f0fcb8c12a4f, #wrap-s-3f54378f-86e5-4454-b85f-f0fcb8c12a4f { display: none !important; }}@media (max-width: 767px){#s-3f54378f-86e5-4454-b85f-f0fcb8c12a4f {
  display: none;
}
#s-3f54378f-86e5-4454-b85f-f0fcb8c12a4f, #wrap-s-3f54378f-86e5-4454-b85f-f0fcb8c12a4f { display: none !important; }}
#s-3f54378f-86e5-4454-b85f-f0fcb8c12a4f hr {
  border-top: 1px solid rgba(194, 194, 194, 1);
}

#s-3f4a38aa-0812-4e3d-9695-7d1dbf996737 {
  margin-left: 100px;
margin-right: 100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3f4a38aa-0812-4e3d-9695-7d1dbf996737 {
  display: none;
}
#s-3f4a38aa-0812-4e3d-9695-7d1dbf996737, #wrap-s-3f4a38aa-0812-4e3d-9695-7d1dbf996737 { display: none !important; }}@media (max-width: 767px){#s-3f4a38aa-0812-4e3d-9695-7d1dbf996737 {
  display: none;
}
#s-3f4a38aa-0812-4e3d-9695-7d1dbf996737, #wrap-s-3f4a38aa-0812-4e3d-9695-7d1dbf996737 { display: none !important; }}
#s-2a72f92a-92a1-4554-947e-16faa7fb8313 {
  margin-left: 100px;
margin-right: 100px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2a72f92a-92a1-4554-947e-16faa7fb8313 {
  display: none;
}
#s-2a72f92a-92a1-4554-947e-16faa7fb8313, #wrap-s-2a72f92a-92a1-4554-947e-16faa7fb8313 { display: none !important; }}@media (max-width: 767px){#s-2a72f92a-92a1-4554-947e-16faa7fb8313 {
  display: none;
}
#s-2a72f92a-92a1-4554-947e-16faa7fb8313, #wrap-s-2a72f92a-92a1-4554-947e-16faa7fb8313 { display: none !important; }}
#s-2a72f92a-92a1-4554-947e-16faa7fb8313 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-2a72f92a-92a1-4554-947e-16faa7fb8313 .shg-sld-nav-button.shg-sld-left,
#s-2a72f92a-92a1-4554-947e-16faa7fb8313 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-8221375f-1c9a-40e4-a864-81ce476a0b6f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-8221375f-1c9a-40e4-a864-81ce476a0b6f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-8221375f-1c9a-40e4-a864-81ce476a0b6f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-8221375f-1c9a-40e4-a864-81ce476a0b6f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-428a7a0b-0704-447e-bb39-969ba5a5d4b0 {
  text-align: center;
}







  #s-428a7a0b-0704-447e-bb39-969ba5a5d4b0 img.shogun-image {
    

    
    
    
  }


#s-428a7a0b-0704-447e-bb39-969ba5a5d4b0 .shogun-image-content {
  
    align-items: center;
  
}

#s-f175c618-6cbd-4405-a29f-3438063794e5 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-00db13fb-6e1c-4fc3-a242-578ecd7cf7f7 {
  text-align: center;
}







  #s-00db13fb-6e1c-4fc3-a242-578ecd7cf7f7 img.shogun-image {
    

    
    
    
  }


#s-00db13fb-6e1c-4fc3-a242-578ecd7cf7f7 .shogun-image-content {
  
    align-items: center;
  
}

#s-8cafb521-b23e-43a1-af73-e345a9cd499c {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-9820d511-d934-40b7-bba2-a63c89973ced {
  text-align: center;
}







  #s-9820d511-d934-40b7-bba2-a63c89973ced img.shogun-image {
    

    
    
    
  }


#s-9820d511-d934-40b7-bba2-a63c89973ced .shogun-image-content {
  
    align-items: center;
  
}

#s-294543f7-0b20-47dd-9b32-00b6ef2d085a {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-372da1ed-fec5-42cd-816c-62c08a83d3b1 {
  text-align: center;
}







  #s-372da1ed-fec5-42cd-816c-62c08a83d3b1 img.shogun-image {
    

    
    
    
  }


#s-372da1ed-fec5-42cd-816c-62c08a83d3b1 .shogun-image-content {
  
    align-items: center;
  
}

#s-247238e5-5387-43cf-aee2-dec5309f557c {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-6808e988-9614-420a-bc4d-e73d19a2f72c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-6808e988-9614-420a-bc4d-e73d19a2f72c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-6808e988-9614-420a-bc4d-e73d19a2f72c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-6808e988-9614-420a-bc4d-e73d19a2f72c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-b825caf0-d74d-4854-b90d-78bacf59fd89 {
  text-align: center;
}







  #s-b825caf0-d74d-4854-b90d-78bacf59fd89 img.shogun-image {
    

    
    
    
  }


#s-b825caf0-d74d-4854-b90d-78bacf59fd89 .shogun-image-content {
  
    align-items: center;
  
}

#s-9204b54b-8639-4289-9f3a-53051dcaef79 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-368952aa-a4ed-47b0-90ce-637190420db2 {
  text-align: center;
}







  #s-368952aa-a4ed-47b0-90ce-637190420db2 img.shogun-image {
    

    
    
    
  }


#s-368952aa-a4ed-47b0-90ce-637190420db2 .shogun-image-content {
  
    align-items: center;
  
}

#s-7ffedb44-cc66-4ba0-a9e6-8918f5bd421d {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-1c68d3e4-527d-40c4-abd7-f8484c4ceae6 {
  text-align: center;
}







  #s-1c68d3e4-527d-40c4-abd7-f8484c4ceae6 img.shogun-image {
    

    
    
    
  }


#s-1c68d3e4-527d-40c4-abd7-f8484c4ceae6 .shogun-image-content {
  
    align-items: center;
  
}

#s-20d7b50a-03d8-4535-86ba-35f04f731f61 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-1fde7210-7abc-4455-a432-4d5220abfc61 {
  text-align: center;
}







  #s-1fde7210-7abc-4455-a432-4d5220abfc61 img.shogun-image {
    

    
    
    
  }


#s-1fde7210-7abc-4455-a432-4d5220abfc61 .shogun-image-content {
  
    align-items: center;
  
}

#s-40cb912c-d478-49e0-bfcb-3a1d5c81f6be {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-9f90eaa0-5503-4d87-a402-f8d988b899c6 {
  margin-left: 100px;
margin-right: 100px;
padding-top: 20px;
min-height: 68px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9f90eaa0-5503-4d87-a402-f8d988b899c6 {
  display: none;
}
#s-9f90eaa0-5503-4d87-a402-f8d988b899c6, #wrap-s-9f90eaa0-5503-4d87-a402-f8d988b899c6 { display: none !important; }}@media (max-width: 767px){#s-9f90eaa0-5503-4d87-a402-f8d988b899c6 {
  display: none;
}
#s-9f90eaa0-5503-4d87-a402-f8d988b899c6, #wrap-s-9f90eaa0-5503-4d87-a402-f8d988b899c6 { display: none !important; }}







#s-9f90eaa0-5503-4d87-a402-f8d988b899c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f90eaa0-5503-4d87-a402-f8d988b899c6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a8f99ae5-9704-49bf-9da2-a4f8d66c3ccc {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a8f99ae5-9704-49bf-9da2-a4f8d66c3ccc {
  display: none;
}
#s-a8f99ae5-9704-49bf-9da2-a4f8d66c3ccc, #wrap-s-a8f99ae5-9704-49bf-9da2-a4f8d66c3ccc { display: none !important; }}@media (max-width: 767px){#s-a8f99ae5-9704-49bf-9da2-a4f8d66c3ccc {
  display: none;
}
#s-a8f99ae5-9704-49bf-9da2-a4f8d66c3ccc, #wrap-s-a8f99ae5-9704-49bf-9da2-a4f8d66c3ccc { display: none !important; }}







#s-a8f99ae5-9704-49bf-9da2-a4f8d66c3ccc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8f99ae5-9704-49bf-9da2-a4f8d66c3ccc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f66eb090-9a5c-4b06-ba1b-22c8a6b35b31 {
  margin-top: 8px;
margin-left: 150px;
margin-right: 150px;
padding-top: 50px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-f66eb090-9a5c-4b06-ba1b-22c8a6b35b31 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f66eb090-9a5c-4b06-ba1b-22c8a6b35b31 {
  display: none;
}
#s-f66eb090-9a5c-4b06-ba1b-22c8a6b35b31, #wrap-s-f66eb090-9a5c-4b06-ba1b-22c8a6b35b31 { display: none !important; }}@media (max-width: 767px){#s-f66eb090-9a5c-4b06-ba1b-22c8a6b35b31 {
  display: none;
}
#s-f66eb090-9a5c-4b06-ba1b-22c8a6b35b31, #wrap-s-f66eb090-9a5c-4b06-ba1b-22c8a6b35b31 { display: none !important; }}







#s-f66eb090-9a5c-4b06-ba1b-22c8a6b35b31 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f66eb090-9a5c-4b06-ba1b-22c8a6b35b31.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-73b509b4-516a-4022-b7af-6e61e659a340"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-73b509b4-516a-4022-b7af-6e61e659a340"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-73b509b4-516a-4022-b7af-6e61e659a340"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-73b509b4-516a-4022-b7af-6e61e659a340"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-1a6a79a5-2cd5-4ade-8876-511ef9fa9f54 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(199, 152, 48, 1);
}

#s-d79db66d-35b9-43b8-9c04-ddcd6868c446 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(199, 152, 48, 1);
}

#s-6f89454a-550d-4b2a-8d69-129e1009bae0 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(206, 206, 206, 1);
}

#s-ac2fb104-e6e2-4781-82d2-75072f0eab52 {
  margin-left: 180px;
margin-right: 180px;
padding-top: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ac2fb104-e6e2-4781-82d2-75072f0eab52 {
  display: none;
}
#s-ac2fb104-e6e2-4781-82d2-75072f0eab52, #wrap-s-ac2fb104-e6e2-4781-82d2-75072f0eab52 { display: none !important; }}@media (max-width: 767px){#s-ac2fb104-e6e2-4781-82d2-75072f0eab52 {
  display: none;
}
#s-ac2fb104-e6e2-4781-82d2-75072f0eab52, #wrap-s-ac2fb104-e6e2-4781-82d2-75072f0eab52 { display: none !important; }}
@media (min-width: 0px) {
[id="s-ac2fb104-e6e2-4781-82d2-75072f0eab52"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-ac2fb104-e6e2-4781-82d2-75072f0eab52"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ac2fb104-e6e2-4781-82d2-75072f0eab52"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ac2fb104-e6e2-4781-82d2-75072f0eab52"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-ff8a1046-f97d-4cdf-9147-8fcaff15c408 {
  padding-top: 10px;
}

#s-9ba62838-0932-4704-bd2c-f56e77a515f1 {
  padding-top: 10px;
}

#s-c7f09db0-a149-43e7-a128-4ed7a77f0744 {
  padding-top: 10px;
}

#s-db76a218-49b9-4fd9-bcdd-a297ac6b6898 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-74912f95-66a9-4782-a583-015b1e9ba744 {
  min-height: 50px;
}








#s-74912f95-66a9-4782-a583-015b1e9ba744 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-74912f95-66a9-4782-a583-015b1e9ba744.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e112ded6-9984-4a05-8a6e-19c7a00cf585 {
  margin-left: 300px;
margin-right: 300px;
padding-top: 70px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e112ded6-9984-4a05-8a6e-19c7a00cf585 {
  display: none;
}
#s-e112ded6-9984-4a05-8a6e-19c7a00cf585, #wrap-s-e112ded6-9984-4a05-8a6e-19c7a00cf585 { display: none !important; }}@media (max-width: 767px){#s-e112ded6-9984-4a05-8a6e-19c7a00cf585 {
  display: none;
}
#s-e112ded6-9984-4a05-8a6e-19c7a00cf585, #wrap-s-e112ded6-9984-4a05-8a6e-19c7a00cf585 { display: none !important; }}







#s-e112ded6-9984-4a05-8a6e-19c7a00cf585 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e112ded6-9984-4a05-8a6e-19c7a00cf585.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5979a840-02f0-43b7-8eef-37fe81fa809c {
  margin-left: 300px;
margin-right: 300px;
padding-top: 0px;
padding-left: 100px;
padding-bottom: 0px;
padding-right: 100px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5979a840-02f0-43b7-8eef-37fe81fa809c {
  display: none;
}
#s-5979a840-02f0-43b7-8eef-37fe81fa809c, #wrap-s-5979a840-02f0-43b7-8eef-37fe81fa809c { display: none !important; }}@media (max-width: 767px){#s-5979a840-02f0-43b7-8eef-37fe81fa809c {
  display: none;
}
#s-5979a840-02f0-43b7-8eef-37fe81fa809c, #wrap-s-5979a840-02f0-43b7-8eef-37fe81fa809c { display: none !important; }}







#s-5979a840-02f0-43b7-8eef-37fe81fa809c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5979a840-02f0-43b7-8eef-37fe81fa809c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2d87cbea-e3ad-432d-8b67-69ca9d537939 {
  padding-top: 13px;
padding-bottom: 50px;
}
@media (min-width: 1200px){#s-2d87cbea-e3ad-432d-8b67-69ca9d537939 {
  display: none;
}
#s-2d87cbea-e3ad-432d-8b67-69ca9d537939, #wrap-s-2d87cbea-e3ad-432d-8b67-69ca9d537939 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2d87cbea-e3ad-432d-8b67-69ca9d537939 {
  display: none;
}
#s-2d87cbea-e3ad-432d-8b67-69ca9d537939, #wrap-s-2d87cbea-e3ad-432d-8b67-69ca9d537939 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2d87cbea-e3ad-432d-8b67-69ca9d537939 {
  display: none;
}
#s-2d87cbea-e3ad-432d-8b67-69ca9d537939, #wrap-s-2d87cbea-e3ad-432d-8b67-69ca9d537939 { display: none !important; }}
#s-2d87cbea-e3ad-432d-8b67-69ca9d537939 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-2d87cbea-e3ad-432d-8b67-69ca9d537939 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-2d87cbea-e3ad-432d-8b67-69ca9d537939 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(128, 128, 128, 1);
}

#s-2d87cbea-e3ad-432d-8b67-69ca9d537939 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-2d87cbea-e3ad-432d-8b67-69ca9d537939 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(128, 128, 128, 1);
  text-align: left;
  font-family: Crimson Text;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
}

#s-2d87cbea-e3ad-432d-8b67-69ca9d537939 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-004db4b0-05c6-40a8-b626-e3accead2aba {
  margin-left: 20px;
margin-right: 20px;
}

#s-0a47f3f0-3882-450c-90cb-26850067d490 {
  margin-left: 20px;
margin-right: 20px;
}

#s-942da0ae-0100-405f-8dbc-8482616bd217 {
  margin-left: 20px;
margin-right: 20px;
}

#s-14df492d-5f26-4ae7-b3d7-722f347799e2 {
  margin-left: 20px;
margin-right: 20px;
}

#s-3bdfb8cc-1d83-484b-b4ba-6038ea53baab {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
}








#s-3bdfb8cc-1d83-484b-b4ba-6038ea53baab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3bdfb8cc-1d83-484b-b4ba-6038ea53baab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3f25d1de-2fe2-46ab-baf4-98cae32e24cb {
  margin-left: 20px;
margin-right: 20px;
}

#s-cea995b7-5d5c-4b4a-99ee-85209559217c {
  margin-left: 20px;
margin-right: 20px;
}

#s-bb453af7-84a1-498c-817b-1a391a5414a7 {
  margin-left: 20px;
margin-right: 20px;
}

#s-794ecdb4-5916-4730-a1a0-fbb68b645d95 {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 1200px){#s-79339361-e1bf-4749-b8bd-9bd34ffccfad {
  display: none;
}
#s-79339361-e1bf-4749-b8bd-9bd34ffccfad, #wrap-s-79339361-e1bf-4749-b8bd-9bd34ffccfad { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-79339361-e1bf-4749-b8bd-9bd34ffccfad {
  display: none;
}
#s-79339361-e1bf-4749-b8bd-9bd34ffccfad, #wrap-s-79339361-e1bf-4749-b8bd-9bd34ffccfad { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-79339361-e1bf-4749-b8bd-9bd34ffccfad {
  
}
}
#s-5410e7c7-083f-408d-a779-894c4ddfccdf {
  margin-left: 20px;
margin-right: 20px;
padding-bottom: 20px;
}

#s-bcc89ef1-b17c-4b9c-b21e-f0ad0deaaa60 {
  margin-left: 20px;
margin-right: 20px;
}

#s-4d726138-af51-420f-8edc-c6e65f451349 {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 1200px){#s-7809ff54-fe2c-43ed-b574-ce9a7d0ec982 {
  display: none;
}
#s-7809ff54-fe2c-43ed-b574-ce9a7d0ec982, #wrap-s-7809ff54-fe2c-43ed-b574-ce9a7d0ec982 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7809ff54-fe2c-43ed-b574-ce9a7d0ec982 {
  display: none;
}
#s-7809ff54-fe2c-43ed-b574-ce9a7d0ec982, #wrap-s-7809ff54-fe2c-43ed-b574-ce9a7d0ec982 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7809ff54-fe2c-43ed-b574-ce9a7d0ec982 {
  
}
}
#s-dd4c560f-a6f4-4004-b2d0-963b52281d73 {
  margin-left: 20px;
margin-right: 20px;
padding-bottom: 20px;
}

#s-2b62554a-e098-4dc9-bb59-169ed16d7a93 {
  margin-left: 20px;
margin-right: 20px;
padding-bottom: 20px;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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