.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-1859fc20-ea06-4c9d-ab92-e4a42bb183a3 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-1859fc20-ea06-4c9d-ab92-e4a42bb183a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1859fc20-ea06-4c9d-ab92-e4a42bb183a3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-34b26568-cd58-4e81-8b72-416e6e1c0751 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
background-repeat: no-repeat;
background-size: cover;
padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-34b26568-cd58-4e81-8b72-416e6e1c0751 {
  padding-top: 15px;
padding-bottom: 15px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-34b26568-cd58-4e81-8b72-416e6e1c0751 {
  padding-top: 15px;
padding-bottom: 15px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-34b26568-cd58-4e81-8b72-416e6e1c0751 {
  padding-top: 10px;
padding-bottom: 10px;
}
}@media (max-width: 767px){#s-34b26568-cd58-4e81-8b72-416e6e1c0751 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
#s-34b26568-cd58-4e81-8b72-416e6e1c0751 {
  background-image: url(https://i.shgcdn.com/5010e93b-66d3-4fed-bb37-d9d30e9dff16/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-34b26568-cd58-4e81-8b72-416e6e1c0751 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34b26568-cd58-4e81-8b72-416e6e1c0751.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-533ce6a4-68c7-42d3-b733-270f59a0334b {
  margin-left: 3%;
margin-right: 3%;
padding-top: 20px;
padding-left: 0%;
text-align: left;
}
@media (max-width: 767px){#s-533ce6a4-68c7-42d3-b733-270f59a0334b {
  padding-top: 0px;
}
}
#s-533ce6a4-68c7-42d3-b733-270f59a0334b .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}



.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-87e24b15-0b7e-4c7a-bf97-4ae3fed3b04d {
  margin-left: 3%;
margin-right: 3%;
padding-left: 1%;
padding-right: 1%;
}
@media (max-width: 767px){#s-87e24b15-0b7e-4c7a-bf97-4ae3fed3b04d {
  
}
}@media (max-width: 767px){#s-87e24b15-0b7e-4c7a-bf97-4ae3fed3b04d, #wrap-s-87e24b15-0b7e-4c7a-bf97-4ae3fed3b04d { display: none !important; }}
#s-dadfdac6-b98d-4d9f-9c60-48288841b034 {
  margin-top: 30px;
margin-left: 0%;
margin-bottom: 40px;
margin-right: 0%;
min-height: 50px;
}








#s-dadfdac6-b98d-4d9f-9c60-48288841b034 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dadfdac6-b98d-4d9f-9c60-48288841b034.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-4b99fddc-96ee-46e2-98e8-959fa6cbd9a2 {
  margin-left: 5%;
margin-right: 5%;
padding-left: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(179, 179, 179, 1);
border-style: solid;
}
@media (min-width: 1200px){#s-4b99fddc-96ee-46e2-98e8-959fa6cbd9a2 {
  max-width: 1800px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4b99fddc-96ee-46e2-98e8-959fa6cbd9a2 {
  margin-left: 4%;
margin-right: 4%;
}
}@media (max-width: 767px){#s-4b99fddc-96ee-46e2-98e8-959fa6cbd9a2 {
  margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-4b99fddc-96ee-46e2-98e8-959fa6cbd9a2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4b99fddc-96ee-46e2-98e8-959fa6cbd9a2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4b99fddc-96ee-46e2-98e8-959fa6cbd9a2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4b99fddc-96ee-46e2-98e8-959fa6cbd9a2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-50a804fa-f012-41ba-9ba4-1665e3a69966 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(198, 198, 198, 1);
border-style: solid;
min-height: 50px;
}








#s-50a804fa-f012-41ba-9ba4-1665e3a69966 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50a804fa-f012-41ba-9ba4-1665e3a69966.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-755022ab-2ae9-4ee3-95c5-b643fc3ea1c7 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-755022ab-2ae9-4ee3-95c5-b643fc3ea1c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-755022ab-2ae9-4ee3-95c5-b643fc3ea1c7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9a54f1e9-c174-46f5-9e12-42b45bce8cf9 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
text-align: left;
}

#s-9a54f1e9-c174-46f5-9e12-42b45bce8cf9 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Brandon Grotesque Bold";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: left;
}



#s-20e0d9b5-80b4-432a-91ff-21aeb2b936b8 {
  margin-left: 5%;
margin-right: 5%;
padding-left: 0%;
padding-right: 0%;
}

#s-8ba6f16d-1ea5-496e-b1be-2b72c6b634d7 {
  padding-top: 30px;
padding-left: 5%;
padding-bottom: 30px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 3px;
border-bottom-width: 0px;
border-right-width: 3px;
border-color: rgba(242, 242, 242, 1);
border-style: solid;
min-height: 50px;
}
@media (max-width: 767px){#s-8ba6f16d-1ea5-496e-b1be-2b72c6b634d7 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 40px;
}
}







#s-8ba6f16d-1ea5-496e-b1be-2b72c6b634d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ba6f16d-1ea5-496e-b1be-2b72c6b634d7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-95a69ae9-c61f-4651-8b9e-912b70b76081 {
  padding-left: 0%;
padding-right: 0%;
}

@media (min-width: 0px) {
[id="s-95a69ae9-c61f-4651-8b9e-912b70b76081"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 768px) {
[id="s-95a69ae9-c61f-4651-8b9e-912b70b76081"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-95a69ae9-c61f-4651-8b9e-912b70b76081"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-95a69ae9-c61f-4651-8b9e-912b70b76081"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

.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-4de24f94-50ad-4398-ac0c-a08a570298ac {
  padding-top: 22px;
padding-left: 20px;
padding-bottom: 22px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 105, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 1em;
}
#s-4de24f94-50ad-4398-ac0c-a08a570298ac:hover {background-color: rgba(211, 68, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4de24f94-50ad-4398-ac0c-a08a570298ac:active {background-color: rgba(255, 105, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-4de24f94-50ad-4398-ac0c-a08a570298ac {
  padding-top: 15px;
padding-bottom: 15px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4de24f94-50ad-4398-ac0c-a08a570298ac {
  padding-top: 15px;
padding-bottom: 15px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4de24f94-50ad-4398-ac0c-a08a570298ac {
  padding-top: 22px;
padding-bottom: 22px;
line-height: 1em;
}
}@media (max-width: 767px){#s-4de24f94-50ad-4398-ac0c-a08a570298ac {
  padding-top: 22px;
padding-bottom: 22px;
}
}

  #s-4de24f94-50ad-4398-ac0c-a08a570298ac-root {
    text-align: center;
  }


#s-4de24f94-50ad-4398-ac0c-a08a570298ac.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-4de24f94-50ad-4398-ac0c-a08a570298ac-root {
    text-align: center;
  }


#s-4de24f94-50ad-4398-ac0c-a08a570298ac.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4de24f94-50ad-4398-ac0c-a08a570298ac-root {
    text-align: center;
  }


#s-4de24f94-50ad-4398-ac0c-a08a570298ac.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4de24f94-50ad-4398-ac0c-a08a570298ac-root {
    text-align: center;
  }


#s-4de24f94-50ad-4398-ac0c-a08a570298ac.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-4de24f94-50ad-4398-ac0c-a08a570298ac-root {
    text-align: center;
  }


#s-4de24f94-50ad-4398-ac0c-a08a570298ac.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
}
#s-e7a02daa-2033-44f5-b961-f3df297e8b71 {
  padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 105, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 1em;
}
#s-e7a02daa-2033-44f5-b961-f3df297e8b71:hover {background-color: rgba(211, 68, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e7a02daa-2033-44f5-b961-f3df297e8b71:active {background-color: rgba(255, 105, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-e7a02daa-2033-44f5-b961-f3df297e8b71 {
  padding-top: 15px;
padding-bottom: 15px;
}
}

  #s-e7a02daa-2033-44f5-b961-f3df297e8b71-root {
    text-align: center;
  }


#s-e7a02daa-2033-44f5-b961-f3df297e8b71.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-e7a02daa-2033-44f5-b961-f3df297e8b71-root {
    text-align: center;
  }


#s-e7a02daa-2033-44f5-b961-f3df297e8b71.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e7a02daa-2033-44f5-b961-f3df297e8b71-root {
    text-align: center;
  }


#s-e7a02daa-2033-44f5-b961-f3df297e8b71.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e7a02daa-2033-44f5-b961-f3df297e8b71-root {
    text-align: center;
  }


#s-e7a02daa-2033-44f5-b961-f3df297e8b71.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-e7a02daa-2033-44f5-b961-f3df297e8b71-root {
    text-align: center;
  }


#s-e7a02daa-2033-44f5-b961-f3df297e8b71.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
}
#s-e07fcee0-1b5c-41eb-a346-72672238b013 {
  padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 105, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 1em;
}
#s-e07fcee0-1b5c-41eb-a346-72672238b013:hover {background-color: rgba(211, 68, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e07fcee0-1b5c-41eb-a346-72672238b013:active {background-color: rgba(255, 105, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-e07fcee0-1b5c-41eb-a346-72672238b013 {
  padding-top: 13px;
padding-bottom: 13px;
}
}@media (max-width: 767px){#s-e07fcee0-1b5c-41eb-a346-72672238b013 {
  padding-top: 14px;
padding-bottom: 14px;
}
}

  #s-e07fcee0-1b5c-41eb-a346-72672238b013-root {
    text-align: center;
  }


#s-e07fcee0-1b5c-41eb-a346-72672238b013.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-e07fcee0-1b5c-41eb-a346-72672238b013-root {
    text-align: center;
  }


#s-e07fcee0-1b5c-41eb-a346-72672238b013.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e07fcee0-1b5c-41eb-a346-72672238b013-root {
    text-align: center;
  }


#s-e07fcee0-1b5c-41eb-a346-72672238b013.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e07fcee0-1b5c-41eb-a346-72672238b013-root {
    text-align: center;
  }


#s-e07fcee0-1b5c-41eb-a346-72672238b013.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-e07fcee0-1b5c-41eb-a346-72672238b013-root {
    text-align: center;
  }


#s-e07fcee0-1b5c-41eb-a346-72672238b013.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
}
#s-c2861312-b916-4bef-acc1-18b32d7e1ca9 {
  padding-top: 10px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 3px;
border-bottom-width: 0px;
border-right-width: 3px;
border-color: rgba(242, 242, 242, 1);
border-style: solid;
min-height: 50px;
}
@media (max-width: 767px){#s-c2861312-b916-4bef-acc1-18b32d7e1ca9 {
  padding-bottom: 10px;
}
}







#s-c2861312-b916-4bef-acc1-18b32d7e1ca9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c2861312-b916-4bef-acc1-18b32d7e1ca9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5e84f569-059a-4f07-99ce-7f0b97408a37 {
  min-height: 50px;
}








#s-5e84f569-059a-4f07-99ce-7f0b97408a37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e84f569-059a-4f07-99ce-7f0b97408a37.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e5ff055d-413f-43ed-82a8-45392ff5b555 {
  padding-top: 10px;
padding-left: 1%;
padding-bottom: 10px;
padding-right: 1%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
}
@media (max-width: 767px){#s-e5ff055d-413f-43ed-82a8-45392ff5b555 {
  
}
}@media (max-width: 767px){#s-e5ff055d-413f-43ed-82a8-45392ff5b555, #wrap-s-e5ff055d-413f-43ed-82a8-45392ff5b555 { display: none !important; }}
@media (min-width: 0px) {
[id="s-e5ff055d-413f-43ed-82a8-45392ff5b555"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-e5ff055d-413f-43ed-82a8-45392ff5b555"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e5ff055d-413f-43ed-82a8-45392ff5b555"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e5ff055d-413f-43ed-82a8-45392ff5b555"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-58f869ea-ecf7-40e7-9c7b-cb8956396d59 .shogun-icon-wrapper {
  text-align: center;
}


#s-58f869ea-ecf7-40e7-9c7b-cb8956396d59 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 50px !important;
  color: rgba(102, 103, 102, 1);
}

#s-6b8f5364-0d47-4cb0-aaa0-95312bf3c61b {
  margin-top: 5px;
margin-bottom: 0px;
}

#s-91a9e0db-e0ef-46e7-82af-070cd3937045 .shogun-icon-wrapper {
  text-align: center;
}


#s-91a9e0db-e0ef-46e7-82af-070cd3937045 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 40px !important;
  color: rgba(102, 103, 102, 1);
}

#s-9bd03630-6bab-4190-b9f1-f4f08c45a295 {
  margin-top: 5px;
}

#s-ba6124e7-7936-4cdc-bcd3-60d2d5fa25b1 .shogun-icon-wrapper {
  text-align: center;
}


#s-ba6124e7-7936-4cdc-bcd3-60d2d5fa25b1 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 40px !important;
  color: rgba(102, 103, 102, 1);
}

#s-5872d927-4e79-4301-b3a3-913a40fca0b0 {
  margin-top: 5px;
}

#s-cfae83e0-0b48-4c78-a4e3-3b2b391776c0 {
  padding-top: 10px;
padding-left: 1%;
padding-bottom: 10px;
padding-right: 1%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
}
@media (min-width: 1200px){#s-cfae83e0-0b48-4c78-a4e3-3b2b391776c0 {
  
}
}@media (min-width: 1200px){#s-cfae83e0-0b48-4c78-a4e3-3b2b391776c0, #wrap-s-cfae83e0-0b48-4c78-a4e3-3b2b391776c0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cfae83e0-0b48-4c78-a4e3-3b2b391776c0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cfae83e0-0b48-4c78-a4e3-3b2b391776c0, #wrap-s-cfae83e0-0b48-4c78-a4e3-3b2b391776c0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cfae83e0-0b48-4c78-a4e3-3b2b391776c0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cfae83e0-0b48-4c78-a4e3-3b2b391776c0, #wrap-s-cfae83e0-0b48-4c78-a4e3-3b2b391776c0 { display: none !important; }}
@media (min-width: 0px) {
[id="s-cfae83e0-0b48-4c78-a4e3-3b2b391776c0"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-cfae83e0-0b48-4c78-a4e3-3b2b391776c0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cfae83e0-0b48-4c78-a4e3-3b2b391776c0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cfae83e0-0b48-4c78-a4e3-3b2b391776c0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-ebfb5e70-0721-4e96-bd74-637f3d43ef8b .shogun-icon-wrapper {
  text-align: center;
}


#s-ebfb5e70-0721-4e96-bd74-637f3d43ef8b .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 40px !important;
  color: rgba(102, 103, 102, 1);
}

#s-1e6807ef-be45-4996-8e96-071ee1fcae9d {
  margin-top: 5px;
margin-bottom: 0px;
}

#s-bda55573-6c45-4ab8-a4ce-593d9cb024eb .shogun-icon-wrapper {
  text-align: center;
}


#s-bda55573-6c45-4ab8-a4ce-593d9cb024eb .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 40px !important;
  color: rgba(102, 103, 102, 1);
}

#s-2ac4f614-a966-41e7-b257-b7fdf079a2bc .shogun-icon-wrapper {
  text-align: center;
}


#s-2ac4f614-a966-41e7-b257-b7fdf079a2bc .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 40px !important;
  color: rgba(102, 103, 102, 1);
}

#s-fd9081f7-9da4-4929-95a1-e5e85bbe0442 {
  margin-top: 5px;
}

#s-4284acfd-3b72-40f5-9e28-053345471849 {
  padding-top: 10px;
padding-left: 1%;
padding-bottom: 10px;
padding-right: 1%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
}
@media (max-width: 767px){#s-4284acfd-3b72-40f5-9e28-053345471849 {
  
}
}@media (max-width: 767px){#s-4284acfd-3b72-40f5-9e28-053345471849, #wrap-s-4284acfd-3b72-40f5-9e28-053345471849 { display: none !important; }}
@media (min-width: 0px) {
[id="s-4284acfd-3b72-40f5-9e28-053345471849"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4284acfd-3b72-40f5-9e28-053345471849"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4284acfd-3b72-40f5-9e28-053345471849"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4284acfd-3b72-40f5-9e28-053345471849"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-ae2d2cee-a2c4-49fc-b470-9f1bc1124fa1 .shogun-icon-wrapper {
  text-align: center;
}


#s-ae2d2cee-a2c4-49fc-b470-9f1bc1124fa1 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 40px !important;
  color: rgba(102, 103, 102, 1);
}

#s-300c935e-bcf2-494c-a564-2d5f5d71c746 {
  margin-top: 5px;
margin-bottom: 0px;
}

#s-27927fd3-87e5-45fa-aa7a-beb1f17fffd6 .shogun-icon-wrapper {
  text-align: center;
}


#s-27927fd3-87e5-45fa-aa7a-beb1f17fffd6 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 40px !important;
  color: rgba(102, 103, 102, 1);
}

#s-4d302cd1-53e7-4d68-b131-6a44787e64dc {
  margin-top: 5px;
margin-bottom: 0px;
}

#s-f6a3cb95-cf60-4483-b498-a65c893fd3c0 .shogun-icon-wrapper {
  text-align: center;
}


#s-f6a3cb95-cf60-4483-b498-a65c893fd3c0 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 40px !important;
  color: rgba(102, 103, 102, 1);
}

#s-0f9cd62e-eaf6-4123-a961-f5f0aa733099 {
  margin-top: 5px;
}

#s-8e300803-0078-4b19-8ead-2a75a62bfa40 {
  padding-top: 10px;
padding-left: 1%;
padding-bottom: 10px;
padding-right: 1%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
}
@media (min-width: 1200px){#s-8e300803-0078-4b19-8ead-2a75a62bfa40 {
  
}
}@media (min-width: 1200px){#s-8e300803-0078-4b19-8ead-2a75a62bfa40, #wrap-s-8e300803-0078-4b19-8ead-2a75a62bfa40 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8e300803-0078-4b19-8ead-2a75a62bfa40 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8e300803-0078-4b19-8ead-2a75a62bfa40, #wrap-s-8e300803-0078-4b19-8ead-2a75a62bfa40 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8e300803-0078-4b19-8ead-2a75a62bfa40 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8e300803-0078-4b19-8ead-2a75a62bfa40, #wrap-s-8e300803-0078-4b19-8ead-2a75a62bfa40 { display: none !important; }}
@media (min-width: 0px) {
[id="s-8e300803-0078-4b19-8ead-2a75a62bfa40"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-8e300803-0078-4b19-8ead-2a75a62bfa40"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8e300803-0078-4b19-8ead-2a75a62bfa40"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8e300803-0078-4b19-8ead-2a75a62bfa40"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-2096c673-222d-4e71-b696-de192a3f2559 .shogun-icon-wrapper {
  text-align: center;
}


#s-2096c673-222d-4e71-b696-de192a3f2559 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 40px !important;
  color: rgba(102, 103, 102, 1);
}

#s-32c5440d-d3c4-4f93-83b0-17362d5c0b77 {
  margin-top: 5px;
margin-bottom: 0px;
}

#s-93c3faa7-689f-4158-b77c-3674c6c7efe3 .shogun-icon-wrapper {
  text-align: center;
}


#s-93c3faa7-689f-4158-b77c-3674c6c7efe3 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 40px !important;
  color: rgba(102, 103, 102, 1);
}

#s-550bb2b6-65b0-4048-804a-34de9e64a43c {
  margin-top: 5px;
margin-bottom: 0px;
}

#s-bd68d831-3282-43c2-a983-f8f99b461ca2 .shogun-icon-wrapper {
  text-align: center;
}


#s-bd68d831-3282-43c2-a983-f8f99b461ca2 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 40px !important;
  color: rgba(102, 103, 102, 1);
}

#s-1ef982db-ac6c-473b-b142-ca9d674fc047 {
  margin-top: 5px;
}

.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-c0c78c69-eb6b-417b-825c-c5fa98504149 {
  padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-c0c78c69-eb6b-417b-825c-c5fa98504149 {
  
}
}@media (min-width: 1200px){#s-c0c78c69-eb6b-417b-825c-c5fa98504149, #wrap-s-c0c78c69-eb6b-417b-825c-c5fa98504149 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c0c78c69-eb6b-417b-825c-c5fa98504149 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c0c78c69-eb6b-417b-825c-c5fa98504149, #wrap-s-c0c78c69-eb6b-417b-825c-c5fa98504149 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c0c78c69-eb6b-417b-825c-c5fa98504149 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c0c78c69-eb6b-417b-825c-c5fa98504149, #wrap-s-c0c78c69-eb6b-417b-825c-c5fa98504149 { display: none !important; }}@media (max-width: 767px){#s-c0c78c69-eb6b-417b-825c-c5fa98504149 {
  padding-bottom: 1px;
}
}
#s-c0c78c69-eb6b-417b-825c-c5fa98504149 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-c0c78c69-eb6b-417b-825c-c5fa98504149 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-c0c78c69-eb6b-417b-825c-c5fa98504149 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-c0c78c69-eb6b-417b-825c-c5fa98504149 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(242, 242, 242, 1);
  border-top: 1px solid #ddd;
}

#s-c0c78c69-eb6b-417b-825c-c5fa98504149 > .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: ;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-c0c78c69-eb6b-417b-825c-c5fa98504149 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-8269e161-a918-4248-bd8c-4088b2655153 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
opacity: 1;
}
@media (min-width: 1200px){#s-8269e161-a918-4248-bd8c-4088b2655153 {
  
}
}@media (min-width: 1200px){#s-8269e161-a918-4248-bd8c-4088b2655153, #wrap-s-8269e161-a918-4248-bd8c-4088b2655153 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8269e161-a918-4248-bd8c-4088b2655153 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8269e161-a918-4248-bd8c-4088b2655153, #wrap-s-8269e161-a918-4248-bd8c-4088b2655153 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8269e161-a918-4248-bd8c-4088b2655153 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8269e161-a918-4248-bd8c-4088b2655153, #wrap-s-8269e161-a918-4248-bd8c-4088b2655153 { display: none !important; }}
#s-8269e161-a918-4248-bd8c-4088b2655153 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-8269e161-a918-4248-bd8c-4088b2655153 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-8269e161-a918-4248-bd8c-4088b2655153 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(102, 103, 102, 1);
}

#s-8269e161-a918-4248-bd8c-4088b2655153 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-8269e161-a918-4248-bd8c-4088b2655153 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(102, 103, 102, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-8269e161-a918-4248-bd8c-4088b2655153 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-808e406d-c6fc-4b6d-a67e-d5e43ebabe79 {
  padding-left: 2%;
padding-right: 2%;
}

#s-96b4c896-0ffd-4411-9981-e5faddc5e18d {
  padding-left: 2%;
padding-right: 2%;
}

#s-cdbda7de-1d64-4c0d-9f2e-accaff777169 {
  padding-left: 2%;
padding-right: 2%;
}

#s-44e3cc8e-a018-4921-beeb-869c14ba0372 {
  padding-left: 2%;
padding-right: 2%;
}

#s-328ac329-0be7-4832-b12b-f34ecd7f66e8 {
  padding-left: 2%;
padding-right: 2%;
}

#s-e85d7391-c0b0-42d1-8aad-eddd4aa5a709 {
  padding-left: 2%;
padding-right: 2%;
}

#s-5278e8a7-2628-4d66-9b3d-d8d126f41cc4 {
  padding-left: 2%;
padding-right: 2%;
}

#s-16a7a8f8-d826-4d31-b2c7-19c77929ff6d {
  padding-top: 5px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-16a7a8f8-d826-4d31-b2c7-19c77929ff6d {
  margin-top: 0px;
margin-bottom: 40px;
padding-bottom: 20px;
}
}@media (max-width: 767px){#s-16a7a8f8-d826-4d31-b2c7-19c77929ff6d, #wrap-s-16a7a8f8-d826-4d31-b2c7-19c77929ff6d { display: none !important; }}







#s-16a7a8f8-d826-4d31-b2c7-19c77929ff6d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-16a7a8f8-d826-4d31-b2c7-19c77929ff6d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0d87544e-ac88-454e-a012-fcf13cf9a5f4 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0d87544e-ac88-454e-a012-fcf13cf9a5f4 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-bb606121-9ef6-4b51-ae2c-99e0ffb2e6bc {
  margin-left: 5%;
margin-right: 5%;
opacity: 1;
}

#s-bb606121-9ef6-4b51-ae2c-99e0ffb2e6bc > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-bb606121-9ef6-4b51-ae2c-99e0ffb2e6bc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-bb606121-9ef6-4b51-ae2c-99e0ffb2e6bc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(102, 103, 102, 1);
}

#s-bb606121-9ef6-4b51-ae2c-99e0ffb2e6bc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-bb606121-9ef6-4b51-ae2c-99e0ffb2e6bc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(102, 103, 102, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-bb606121-9ef6-4b51-ae2c-99e0ffb2e6bc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-9a44f2de-bb85-4036-ac71-87102ba7b559 {
  padding-left: 2%;
padding-right: 2%;
}

#s-dc684b62-c33f-4a10-ac2c-c41d6f568b55 {
  padding-left: 2%;
padding-right: 2%;
}

#s-9da213ed-642a-4cd7-bdd8-0624566ce4d3 {
  padding-left: 2%;
padding-right: 2%;
}

#s-d6572985-28fe-4f50-8752-634e4592aabe {
  padding-left: 2%;
padding-right: 2%;
}

#s-e7dd91ab-e2f6-4bcd-bbbc-f882074a2a81 {
  padding-left: 2%;
padding-right: 2%;
}

#s-c8c49eb3-e723-42bf-a2ec-4baf1fce8ee5 {
  padding-left: 2%;
padding-right: 2%;
}

#s-cde2bc7d-737a-42d0-b23f-84f837cbf7a0 {
  padding-left: 2%;
padding-right: 2%;
}

#s-f3ae7a27-4215-4bb3-a37c-30cb058cbdfb {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(198, 198, 198, 1);
border-style: solid;
min-height: 50px;
}








#s-f3ae7a27-4215-4bb3-a37c-30cb058cbdfb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3ae7a27-4215-4bb3-a37c-30cb058cbdfb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2510ce63-e556-4f4f-9169-608667847b9e {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-2510ce63-e556-4f4f-9169-608667847b9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2510ce63-e556-4f4f-9169-608667847b9e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a0351c3e-02d4-49a1-bb06-ca9a87942393 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
text-align: left;
}

#s-a0351c3e-02d4-49a1-bb06-ca9a87942393 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Brandon Grotesque Bold";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: left;
}



#s-76c39896-581a-441b-8491-3b3312528563 {
  margin-left: 5%;
margin-right: 5%;
padding-left: 0%;
padding-right: 0%;
}

#s-5cc1ffc0-37f0-4815-bfcc-3b315fcde100 {
  padding-top: 30px;
padding-bottom: 30px;
border-top-width: 0px;
border-left-width: 3px;
border-bottom-width: 0px;
border-right-width: 3px;
border-color: rgba(242, 242, 242, 1);
border-style: solid;
min-height: 50px;
}








#s-5cc1ffc0-37f0-4815-bfcc-3b315fcde100 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5cc1ffc0-37f0-4815-bfcc-3b315fcde100.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aab72906-641c-46ca-bc24-99264686c5ed {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-aab72906-641c-46ca-bc24-99264686c5ed"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-aab72906-641c-46ca-bc24-99264686c5ed"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-aab72906-641c-46ca-bc24-99264686c5ed"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-aab72906-641c-46ca-bc24-99264686c5ed"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-eeecd340-af89-43d6-8a48-b2d3fe95ef64 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 105, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 1em;
}
#s-eeecd340-af89-43d6-8a48-b2d3fe95ef64:hover {background-color: rgba(211, 68, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-eeecd340-af89-43d6-8a48-b2d3fe95ef64:active {background-color: rgba(255, 105, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-eeecd340-af89-43d6-8a48-b2d3fe95ef64 {
  padding-top: 10px;
padding-bottom: 10px;
}
}

  #s-eeecd340-af89-43d6-8a48-b2d3fe95ef64-root {
    text-align: center;
  }


#s-eeecd340-af89-43d6-8a48-b2d3fe95ef64.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-eeecd340-af89-43d6-8a48-b2d3fe95ef64-root {
    text-align: center;
  }


#s-eeecd340-af89-43d6-8a48-b2d3fe95ef64.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-eeecd340-af89-43d6-8a48-b2d3fe95ef64-root {
    text-align: center;
  }


#s-eeecd340-af89-43d6-8a48-b2d3fe95ef64.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-eeecd340-af89-43d6-8a48-b2d3fe95ef64-root {
    text-align: center;
  }


#s-eeecd340-af89-43d6-8a48-b2d3fe95ef64.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-eeecd340-af89-43d6-8a48-b2d3fe95ef64-root {
    text-align: center;
  }


#s-eeecd340-af89-43d6-8a48-b2d3fe95ef64.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
}
#s-262bc100-4532-4132-80c5-fad5c9d84b89 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 3px;
border-bottom-width: 0px;
border-right-width: 3px;
border-color: rgba(242, 242, 242, 1);
border-style: solid;
min-height: 50px;
}








#s-262bc100-4532-4132-80c5-fad5c9d84b89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-262bc100-4532-4132-80c5-fad5c9d84b89.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0cc0d967-0d62-45e4-9f6c-f35739bc8bbd {
  min-height: 50px;
}








#s-0cc0d967-0d62-45e4-9f6c-f35739bc8bbd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0cc0d967-0d62-45e4-9f6c-f35739bc8bbd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a638801a-0195-49ab-8af4-ca3e9117e51b {
  padding-top: 10px;
padding-left: 1%;
padding-bottom: 10px;
padding-right: 1%;
}
@media (max-width: 767px){#s-a638801a-0195-49ab-8af4-ca3e9117e51b {
  
}
}@media (max-width: 767px){#s-a638801a-0195-49ab-8af4-ca3e9117e51b, #wrap-s-a638801a-0195-49ab-8af4-ca3e9117e51b { display: none !important; }}
@media (min-width: 0px) {
[id="s-a638801a-0195-49ab-8af4-ca3e9117e51b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a638801a-0195-49ab-8af4-ca3e9117e51b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a638801a-0195-49ab-8af4-ca3e9117e51b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a638801a-0195-49ab-8af4-ca3e9117e51b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-1786737c-80d0-454b-8ced-6842686f5e37 .shogun-icon-wrapper {
  text-align: center;
}


#s-1786737c-80d0-454b-8ced-6842686f5e37 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 40px !important;
  color: rgba(102, 103, 102, 1);
}

#s-149279cd-fb84-4c36-b747-f0b9291db78b .shogun-icon-wrapper {
  text-align: center;
}


#s-149279cd-fb84-4c36-b747-f0b9291db78b .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 40px !important;
  color: rgba(102, 103, 102, 1);
}

#s-ba235243-55fb-4d17-b7af-64a5c673a6f5 .shogun-icon-wrapper {
  text-align: center;
}


#s-ba235243-55fb-4d17-b7af-64a5c673a6f5 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 40px !important;
  color: rgba(102, 103, 102, 1);
}

#s-557f3e47-e510-4751-b97b-2a448c324890 {
  padding-top: 10px;
padding-left: 1%;
padding-bottom: 10px;
padding-right: 1%;
}
@media (min-width: 1200px){#s-557f3e47-e510-4751-b97b-2a448c324890 {
  
}
}@media (min-width: 1200px){#s-557f3e47-e510-4751-b97b-2a448c324890, #wrap-s-557f3e47-e510-4751-b97b-2a448c324890 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-557f3e47-e510-4751-b97b-2a448c324890 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-557f3e47-e510-4751-b97b-2a448c324890, #wrap-s-557f3e47-e510-4751-b97b-2a448c324890 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-557f3e47-e510-4751-b97b-2a448c324890 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-557f3e47-e510-4751-b97b-2a448c324890, #wrap-s-557f3e47-e510-4751-b97b-2a448c324890 { display: none !important; }}
@media (min-width: 0px) {
[id="s-557f3e47-e510-4751-b97b-2a448c324890"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-557f3e47-e510-4751-b97b-2a448c324890"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-557f3e47-e510-4751-b97b-2a448c324890"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-557f3e47-e510-4751-b97b-2a448c324890"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-320e82a6-2427-4b40-ad3b-5c0374fcd56c .shogun-icon-wrapper {
  text-align: center;
}


#s-320e82a6-2427-4b40-ad3b-5c0374fcd56c .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 40px !important;
  color: rgba(102, 103, 102, 1);
}

#s-1f31f4c9-3924-41af-8fbe-e98d9a15071d {
  margin-top: 5px;
}

#s-c9d6b839-c098-4c85-ac72-ae6a09101f51 .shogun-icon-wrapper {
  text-align: center;
}


#s-c9d6b839-c098-4c85-ac72-ae6a09101f51 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 40px !important;
  color: rgba(102, 103, 102, 1);
}

#s-63c5f68b-f1de-483c-b168-e9c3ca1aa8b3 .shogun-icon-wrapper {
  text-align: center;
}


#s-63c5f68b-f1de-483c-b168-e9c3ca1aa8b3 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 40px !important;
  color: rgba(102, 103, 102, 1);
}

#s-3cb71209-ac78-45c8-8e5c-0d66fcedfb27 {
  margin-top: 5px;
}

#s-825ecd85-0886-418f-bebd-1866a7ee9924 {
  padding-top: 10px;
padding-left: 1%;
padding-bottom: 10px;
padding-right: 1%;
}
@media (min-width: 1200px){#s-825ecd85-0886-418f-bebd-1866a7ee9924 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-825ecd85-0886-418f-bebd-1866a7ee9924 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-825ecd85-0886-418f-bebd-1866a7ee9924 {
  
}
}@media (max-width: 767px){#s-825ecd85-0886-418f-bebd-1866a7ee9924 {
  
}
}@media (max-width: 767px){#s-825ecd85-0886-418f-bebd-1866a7ee9924, #wrap-s-825ecd85-0886-418f-bebd-1866a7ee9924 { display: none !important; }}
@media (min-width: 0px) {
[id="s-825ecd85-0886-418f-bebd-1866a7ee9924"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-825ecd85-0886-418f-bebd-1866a7ee9924"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-825ecd85-0886-418f-bebd-1866a7ee9924"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-825ecd85-0886-418f-bebd-1866a7ee9924"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-0a3d49fa-1b5f-442c-9392-6982d8f76de8 .shogun-icon-wrapper {
  text-align: center;
}


#s-0a3d49fa-1b5f-442c-9392-6982d8f76de8 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 40px !important;
  color: rgba(102, 103, 102, 1);
}

#s-0f52dba2-4633-4fca-afa6-73b9f42c4ef2 .shogun-icon-wrapper {
  text-align: center;
}


#s-0f52dba2-4633-4fca-afa6-73b9f42c4ef2 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 40px !important;
  color: rgba(102, 103, 102, 1);
}

#s-6cd40322-a8bb-4b0c-95c0-df6dd76d7a79 .shogun-icon-wrapper {
  text-align: center;
}


#s-6cd40322-a8bb-4b0c-95c0-df6dd76d7a79 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 40px !important;
  color: rgba(102, 103, 102, 1);
}

#s-cc92c1bb-b6b2-419d-80b2-af12cbbff7cf {
  margin-top: 5px;
}

#s-480d28da-d5e3-42eb-8d48-b060eed47db5 {
  padding-top: 10px;
padding-left: 1%;
padding-bottom: 10px;
padding-right: 1%;
}
@media (min-width: 1200px){#s-480d28da-d5e3-42eb-8d48-b060eed47db5 {
  
}
}@media (min-width: 1200px){#s-480d28da-d5e3-42eb-8d48-b060eed47db5, #wrap-s-480d28da-d5e3-42eb-8d48-b060eed47db5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-480d28da-d5e3-42eb-8d48-b060eed47db5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-480d28da-d5e3-42eb-8d48-b060eed47db5, #wrap-s-480d28da-d5e3-42eb-8d48-b060eed47db5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-480d28da-d5e3-42eb-8d48-b060eed47db5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-480d28da-d5e3-42eb-8d48-b060eed47db5, #wrap-s-480d28da-d5e3-42eb-8d48-b060eed47db5 { display: none !important; }}
@media (min-width: 0px) {
[id="s-480d28da-d5e3-42eb-8d48-b060eed47db5"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-480d28da-d5e3-42eb-8d48-b060eed47db5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-480d28da-d5e3-42eb-8d48-b060eed47db5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-480d28da-d5e3-42eb-8d48-b060eed47db5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-543c46f3-a077-4990-85da-e34ac774fa93 .shogun-icon-wrapper {
  text-align: center;
}


#s-543c46f3-a077-4990-85da-e34ac774fa93 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 40px !important;
  color: rgba(102, 103, 102, 1);
}

#s-ee93d57d-321e-4db8-9356-3c376654c3ba .shogun-icon-wrapper {
  text-align: center;
}


#s-ee93d57d-321e-4db8-9356-3c376654c3ba .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 40px !important;
  color: rgba(102, 103, 102, 1);
}

#s-91ca03d7-946e-4ec9-8850-38daa4df1dc3 .shogun-icon-wrapper {
  text-align: center;
}


#s-91ca03d7-946e-4ec9-8850-38daa4df1dc3 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 40px !important;
  color: rgba(102, 103, 102, 1);
}

#s-665426f3-30aa-40f1-933a-6059718fd555 {
  margin-top: 5px;
}

#s-1a298b4f-9b62-4b4c-b530-ef6bca88ad21 {
  padding-top: 5px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-1a298b4f-9b62-4b4c-b530-ef6bca88ad21 {
  
}
}@media (max-width: 767px){#s-1a298b4f-9b62-4b4c-b530-ef6bca88ad21, #wrap-s-1a298b4f-9b62-4b4c-b530-ef6bca88ad21 { display: none !important; }}







#s-1a298b4f-9b62-4b4c-b530-ef6bca88ad21 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a298b4f-9b62-4b4c-b530-ef6bca88ad21.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b17f157b-3d8d-4a8f-99d4-27ccf0ba5f2c {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b17f157b-3d8d-4a8f-99d4-27ccf0ba5f2c .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-4668571a-5ab4-427e-9590-ea56cacd0657 {
  padding-left: 5%;
padding-right: 5%;
}

#s-4668571a-5ab4-427e-9590-ea56cacd0657 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-4668571a-5ab4-427e-9590-ea56cacd0657 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-4668571a-5ab4-427e-9590-ea56cacd0657 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(102, 103, 102, 1);
}

#s-4668571a-5ab4-427e-9590-ea56cacd0657 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-4668571a-5ab4-427e-9590-ea56cacd0657 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(102, 103, 102, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-4668571a-5ab4-427e-9590-ea56cacd0657 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-3dc347f9-dc4e-43d0-a8e8-4f1a80072c14 {
  margin-left: 2%;
margin-right: 2%;
}

#s-a619a78b-93fb-4a7b-8c82-6114cfb6a77c {
  margin-left: 2%;
margin-right: 2%;
}

#s-19871569-7a0c-42d0-b96b-f979008f3903 {
  margin-left: 2%;
margin-right: 2%;
}

#s-b41bae80-888a-4933-9648-b5f6549b6ddc {
  margin-left: 2%;
margin-right: 2%;
}

#s-b3a17327-1858-4085-bed7-8c9d0862fca4 {
  margin-left: 2%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
}

#s-b1428395-0bc8-45f7-b984-eb0510bf7f32 {
  margin-left: 2%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
}

#s-d95ca7d7-33bb-4ebd-a5f6-6c800045e9a6 {
  margin-left: 2%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
}

#s-115164c1-c676-4e42-ae64-3d8c351dc969 {
  margin-left: 2%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
}

@media (min-width: 1200px){#s-7e63d540-5845-456b-b9dd-72714c60e7a8 {
  
}
}@media (min-width: 1200px){#s-7e63d540-5845-456b-b9dd-72714c60e7a8, #wrap-s-7e63d540-5845-456b-b9dd-72714c60e7a8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7e63d540-5845-456b-b9dd-72714c60e7a8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7e63d540-5845-456b-b9dd-72714c60e7a8, #wrap-s-7e63d540-5845-456b-b9dd-72714c60e7a8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7e63d540-5845-456b-b9dd-72714c60e7a8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7e63d540-5845-456b-b9dd-72714c60e7a8, #wrap-s-7e63d540-5845-456b-b9dd-72714c60e7a8 { display: none !important; }}
#s-7e63d540-5845-456b-b9dd-72714c60e7a8 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-7e63d540-5845-456b-b9dd-72714c60e7a8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-7e63d540-5845-456b-b9dd-72714c60e7a8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-7e63d540-5845-456b-b9dd-72714c60e7a8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(242, 242, 242, 1);
  border-top: 1px solid #ddd;
}

#s-7e63d540-5845-456b-b9dd-72714c60e7a8 > .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: ;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-7e63d540-5845-456b-b9dd-72714c60e7a8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-2aa098de-fd5a-4f23-bf88-7ca75bde7e29 {
  padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-2aa098de-fd5a-4f23-bf88-7ca75bde7e29 {
  
}
}@media (min-width: 1200px){#s-2aa098de-fd5a-4f23-bf88-7ca75bde7e29, #wrap-s-2aa098de-fd5a-4f23-bf88-7ca75bde7e29 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2aa098de-fd5a-4f23-bf88-7ca75bde7e29 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2aa098de-fd5a-4f23-bf88-7ca75bde7e29, #wrap-s-2aa098de-fd5a-4f23-bf88-7ca75bde7e29 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2aa098de-fd5a-4f23-bf88-7ca75bde7e29 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2aa098de-fd5a-4f23-bf88-7ca75bde7e29, #wrap-s-2aa098de-fd5a-4f23-bf88-7ca75bde7e29 { display: none !important; }}
#s-2aa098de-fd5a-4f23-bf88-7ca75bde7e29 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-2aa098de-fd5a-4f23-bf88-7ca75bde7e29 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-2aa098de-fd5a-4f23-bf88-7ca75bde7e29 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(102, 103, 102, 1);
}

#s-2aa098de-fd5a-4f23-bf88-7ca75bde7e29 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-2aa098de-fd5a-4f23-bf88-7ca75bde7e29 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(102, 103, 102, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-2aa098de-fd5a-4f23-bf88-7ca75bde7e29 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-57b675b8-6444-4fc5-8886-f7714062da38 {
  margin-left: 2%;
margin-right: 2%;
}

#s-c2bf9b2d-2bba-4ff2-ad54-8fe7fd26c34a {
  margin-left: 2%;
margin-right: 2%;
}

#s-f3702e3c-347b-47e6-8b2b-71dc196e2214 {
  margin-left: 2%;
margin-right: 2%;
}

#s-f784da16-fa22-427c-b6bd-cc49846d1308 {
  margin-left: 2%;
margin-right: 2%;
}

#s-0c4770fd-2c69-463a-89c0-dec3b762dd6e {
  margin-left: 2%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
}

#s-0cb2c39e-c52f-424e-96ba-6c4aead8947c {
  margin-left: 2%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
}

#s-f00b055b-91bd-432a-8627-2e8cd2979ed7 {
  margin-left: 2%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
}

#s-5f2670f3-73dd-424a-b0a7-11059949838f {
  min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-5f2670f3-73dd-424a-b0a7-11059949838f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f2670f3-73dd-424a-b0a7-11059949838f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c9404f83-13a7-4cfe-9f48-b7b8fa83ee88 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c9404f83-13a7-4cfe-9f48-b7b8fa83ee88 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c9404f83-13a7-4cfe-9f48-b7b8fa83ee88, #wrap-s-c9404f83-13a7-4cfe-9f48-b7b8fa83ee88 { display: none !important; }}@media (max-width: 767px){#s-c9404f83-13a7-4cfe-9f48-b7b8fa83ee88 {
  
}
}@media (max-width: 767px){#s-c9404f83-13a7-4cfe-9f48-b7b8fa83ee88, #wrap-s-c9404f83-13a7-4cfe-9f48-b7b8fa83ee88 { display: none !important; }}
@media (min-width: 0px) {
[id="s-c9404f83-13a7-4cfe-9f48-b7b8fa83ee88"] > .shg-row > .shg-c-xs-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 768px) {
[id="s-c9404f83-13a7-4cfe-9f48-b7b8fa83ee88"] > .shg-row > .shg-c-sm-1_2 {
  width: calc(10.0% - 24.0px);
}

[id="s-c9404f83-13a7-4cfe-9f48-b7b8fa83ee88"] > .shg-row > .shg-c-sm-0_4 {
  width: calc(3.333333333333334% - 24.0px);
}

[id="s-c9404f83-13a7-4cfe-9f48-b7b8fa83ee88"] > .shg-row > .shg-c-sm-5_6 {
  width: calc(46.666666666666664% - 24.0px);
}

[id="s-c9404f83-13a7-4cfe-9f48-b7b8fa83ee88"] > .shg-row > .shg-c-sm-3_6 {
  width: calc(30.000000000000004% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-c9404f83-13a7-4cfe-9f48-b7b8fa83ee88"] > .shg-row > .shg-c-md-1_2 {
  width: calc(10.0% - 24.0px);
}

[id="s-c9404f83-13a7-4cfe-9f48-b7b8fa83ee88"] > .shg-row > .shg-c-md-0_4 {
  width: calc(3.333333333333334% - 24.0px);
}

[id="s-c9404f83-13a7-4cfe-9f48-b7b8fa83ee88"] > .shg-row > .shg-c-md-5_6 {
  width: calc(46.666666666666664% - 24.0px);
}

[id="s-c9404f83-13a7-4cfe-9f48-b7b8fa83ee88"] > .shg-row > .shg-c-md-3_6 {
  width: calc(30.000000000000004% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-c9404f83-13a7-4cfe-9f48-b7b8fa83ee88"] > .shg-row > .shg-c-lg-1_2 {
  width: calc(10.0% - 24.0px);
}

[id="s-c9404f83-13a7-4cfe-9f48-b7b8fa83ee88"] > .shg-row > .shg-c-lg-0_4 {
  width: calc(3.333333333333334% - 24.0px);
}

[id="s-c9404f83-13a7-4cfe-9f48-b7b8fa83ee88"] > .shg-row > .shg-c-lg-5_6 {
  width: calc(46.666666666666664% - 24.0px);
}

[id="s-c9404f83-13a7-4cfe-9f48-b7b8fa83ee88"] > .shg-row > .shg-c-lg-3_6 {
  width: calc(30.000000000000004% - 24.0px);
}

}

#s-4ca7b408-8e60-4e47-9d4a-c2f0f1611025 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4ca7b408-8e60-4e47-9d4a-c2f0f1611025 .shogun-heading-component h4 {
  color: rgba(255, 105, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-5c2f2845-0eb5-4ccd-8ac6-f1722c59d5a7 {
  margin-top: 23px;
margin-left: 3%;
margin-bottom: 23px;
margin-right: 3%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 105, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-5c2f2845-0eb5-4ccd-8ac6-f1722c59d5a7:hover {background-color: rgba(221, 92, 1, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5c2f2845-0eb5-4ccd-8ac6-f1722c59d5a7:active {background-color: rgba(255, 105, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-5c2f2845-0eb5-4ccd-8ac6-f1722c59d5a7-root {
    text-align: center;
  }


#s-5c2f2845-0eb5-4ccd-8ac6-f1722c59d5a7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-5c2f2845-0eb5-4ccd-8ac6-f1722c59d5a7-root {
    text-align: center;
  }


#s-5c2f2845-0eb5-4ccd-8ac6-f1722c59d5a7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5c2f2845-0eb5-4ccd-8ac6-f1722c59d5a7-root {
    text-align: center;
  }


#s-5c2f2845-0eb5-4ccd-8ac6-f1722c59d5a7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5c2f2845-0eb5-4ccd-8ac6-f1722c59d5a7-root {
    text-align: center;
  }


#s-5c2f2845-0eb5-4ccd-8ac6-f1722c59d5a7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-5c2f2845-0eb5-4ccd-8ac6-f1722c59d5a7-root {
    text-align: center;
  }


#s-5c2f2845-0eb5-4ccd-8ac6-f1722c59d5a7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-5b7386e0-0f65-43a8-9102-ec16bdf33bd7 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-left: 1%;
padding-bottom: 20px;
padding-right: 1%;
}
@media (min-width: 1200px){#s-5b7386e0-0f65-43a8-9102-ec16bdf33bd7 {
  
}
}@media (min-width: 1200px){#s-5b7386e0-0f65-43a8-9102-ec16bdf33bd7, #wrap-s-5b7386e0-0f65-43a8-9102-ec16bdf33bd7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5b7386e0-0f65-43a8-9102-ec16bdf33bd7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5b7386e0-0f65-43a8-9102-ec16bdf33bd7, #wrap-s-5b7386e0-0f65-43a8-9102-ec16bdf33bd7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5b7386e0-0f65-43a8-9102-ec16bdf33bd7 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-5b7386e0-0f65-43a8-9102-ec16bdf33bd7 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 8px;
padding-left: 9%;
padding-bottom: 8px;
padding-right: 4%;
}
}
@media (min-width: 0px) {
[id="s-5b7386e0-0f65-43a8-9102-ec16bdf33bd7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5b7386e0-0f65-43a8-9102-ec16bdf33bd7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5b7386e0-0f65-43a8-9102-ec16bdf33bd7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5b7386e0-0f65-43a8-9102-ec16bdf33bd7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5b7386e0-0f65-43a8-9102-ec16bdf33bd7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5b7386e0-0f65-43a8-9102-ec16bdf33bd7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5b7386e0-0f65-43a8-9102-ec16bdf33bd7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-e5e543d9-2803-48c3-9d1d-a503dbe6fe79 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e5e543d9-2803-48c3-9d1d-a503dbe6fe79 .shogun-heading-component h4 {
  color: rgba(255, 105, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-8d4daaaa-c8e7-4c4d-9008-1847f00281a8 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 5px;
padding-left: 25%;
padding-bottom: 5px;
padding-right: 25%;
border-radius: 2px;
background-color: rgba(255, 105, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-repeat: repeat;
background-position: custom undefined;
line-height: 2em;
}
#s-8d4daaaa-c8e7-4c4d-9008-1847f00281a8:hover {background-color: rgba(211, 68, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8d4daaaa-c8e7-4c4d-9008-1847f00281a8:active {background-color: rgba(255, 105, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-8d4daaaa-c8e7-4c4d-9008-1847f00281a8 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-8d4daaaa-c8e7-4c4d-9008-1847f00281a8 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 18%;
padding-right: 18%;
}
}

  #s-8d4daaaa-c8e7-4c4d-9008-1847f00281a8-root {
    text-align: center;
  }


#s-8d4daaaa-c8e7-4c4d-9008-1847f00281a8.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8d4daaaa-c8e7-4c4d-9008-1847f00281a8-root {
    text-align: center;
  }


#s-8d4daaaa-c8e7-4c4d-9008-1847f00281a8.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8d4daaaa-c8e7-4c4d-9008-1847f00281a8-root {
    text-align: center;
  }


#s-8d4daaaa-c8e7-4c4d-9008-1847f00281a8.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8d4daaaa-c8e7-4c4d-9008-1847f00281a8-root {
    text-align: center;
  }


#s-8d4daaaa-c8e7-4c4d-9008-1847f00281a8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8d4daaaa-c8e7-4c4d-9008-1847f00281a8-root {
    text-align: center;
  }


#s-8d4daaaa-c8e7-4c4d-9008-1847f00281a8.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
/*
  $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}
