.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-8190475b-cd62-4d80-818f-48bde1705fe8 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-8190475b-cd62-4d80-818f-48bde1705fe8 {
  display: none;
}
#s-8190475b-cd62-4d80-818f-48bde1705fe8, #wrap-s-8190475b-cd62-4d80-818f-48bde1705fe8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8190475b-cd62-4d80-818f-48bde1705fe8 {
  display: none;
}
#s-8190475b-cd62-4d80-818f-48bde1705fe8, #wrap-s-8190475b-cd62-4d80-818f-48bde1705fe8 { display: none !important; }}







#s-8190475b-cd62-4d80-818f-48bde1705fe8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8190475b-cd62-4d80-818f-48bde1705fe8.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: 1200px){#s-80bf8a86-129f-4b51-ae73-bbc16d00daf3 {
  display: none;
}
#s-80bf8a86-129f-4b51-ae73-bbc16d00daf3, #wrap-s-80bf8a86-129f-4b51-ae73-bbc16d00daf3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-80bf8a86-129f-4b51-ae73-bbc16d00daf3 {
  display: none;
}
#s-80bf8a86-129f-4b51-ae73-bbc16d00daf3, #wrap-s-80bf8a86-129f-4b51-ae73-bbc16d00daf3 { display: none !important; }}@media (max-width: 767px){#s-80bf8a86-129f-4b51-ae73-bbc16d00daf3 {
  display: none;
}
#s-80bf8a86-129f-4b51-ae73-bbc16d00daf3, #wrap-s-80bf8a86-129f-4b51-ae73-bbc16d00daf3 { display: none !important; }}
@media (min-width: 0px) {
[id="s-80bf8a86-129f-4b51-ae73-bbc16d00daf3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-80bf8a86-129f-4b51-ae73-bbc16d00daf3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-80bf8a86-129f-4b51-ae73-bbc16d00daf3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-80bf8a86-129f-4b51-ae73-bbc16d00daf3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-b1264013-d657-4a28-8ef1-e5a048ee2240"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b1264013-d657-4a28-8ef1-e5a048ee2240"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b1264013-d657-4a28-8ef1-e5a048ee2240"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b1264013-d657-4a28-8ef1-e5a048ee2240"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.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-f6ee7f0b-e39f-44a9-9326-d9b86c265952 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f6ee7f0b-e39f-44a9-9326-d9b86c265952:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f6ee7f0b-e39f-44a9-9326-d9b86c265952:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-f6ee7f0b-e39f-44a9-9326-d9b86c265952 {
  display: none;
}
#s-f6ee7f0b-e39f-44a9-9326-d9b86c265952, #wrap-s-f6ee7f0b-e39f-44a9-9326-d9b86c265952 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f6ee7f0b-e39f-44a9-9326-d9b86c265952 {
  display: none;
}
#s-f6ee7f0b-e39f-44a9-9326-d9b86c265952, #wrap-s-f6ee7f0b-e39f-44a9-9326-d9b86c265952 { display: none !important; }}

  #s-f6ee7f0b-e39f-44a9-9326-d9b86c265952-root {
    text-align: center;
  }


#s-f6ee7f0b-e39f-44a9-9326-d9b86c265952.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f6ee7f0b-e39f-44a9-9326-d9b86c265952-root {
    text-align: center;
  }


#s-f6ee7f0b-e39f-44a9-9326-d9b86c265952.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f6ee7f0b-e39f-44a9-9326-d9b86c265952-root {
    text-align: center;
  }


#s-f6ee7f0b-e39f-44a9-9326-d9b86c265952.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f6ee7f0b-e39f-44a9-9326-d9b86c265952-root {
    text-align: center;
  }


#s-f6ee7f0b-e39f-44a9-9326-d9b86c265952.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f6ee7f0b-e39f-44a9-9326-d9b86c265952-root {
    text-align: center;
  }


#s-f6ee7f0b-e39f-44a9-9326-d9b86c265952.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-11a6826d-3512-48f6-9522-d6074e5ec3ea {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-11a6826d-3512-48f6-9522-d6074e5ec3ea:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-11a6826d-3512-48f6-9522-d6074e5ec3ea:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-11a6826d-3512-48f6-9522-d6074e5ec3ea-root {
    text-align: center;
  }


#s-11a6826d-3512-48f6-9522-d6074e5ec3ea.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-11a6826d-3512-48f6-9522-d6074e5ec3ea-root {
    text-align: center;
  }


#s-11a6826d-3512-48f6-9522-d6074e5ec3ea.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-11a6826d-3512-48f6-9522-d6074e5ec3ea-root {
    text-align: center;
  }


#s-11a6826d-3512-48f6-9522-d6074e5ec3ea.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-11a6826d-3512-48f6-9522-d6074e5ec3ea-root {
    text-align: center;
  }


#s-11a6826d-3512-48f6-9522-d6074e5ec3ea.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-11a6826d-3512-48f6-9522-d6074e5ec3ea-root {
    text-align: center;
  }


#s-11a6826d-3512-48f6-9522-d6074e5ec3ea.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-004561ac-9e13-4831-903b-1681251d5f1c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-004561ac-9e13-4831-903b-1681251d5f1c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-004561ac-9e13-4831-903b-1681251d5f1c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-004561ac-9e13-4831-903b-1681251d5f1c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f94f753a-7711-47f5-b764-31b08bdd0f30 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f94f753a-7711-47f5-b764-31b08bdd0f30:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f94f753a-7711-47f5-b764-31b08bdd0f30:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f94f753a-7711-47f5-b764-31b08bdd0f30-root {
    text-align: center;
  }


#s-f94f753a-7711-47f5-b764-31b08bdd0f30.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f94f753a-7711-47f5-b764-31b08bdd0f30-root {
    text-align: center;
  }


#s-f94f753a-7711-47f5-b764-31b08bdd0f30.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f94f753a-7711-47f5-b764-31b08bdd0f30-root {
    text-align: center;
  }


#s-f94f753a-7711-47f5-b764-31b08bdd0f30.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f94f753a-7711-47f5-b764-31b08bdd0f30-root {
    text-align: center;
  }


#s-f94f753a-7711-47f5-b764-31b08bdd0f30.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f94f753a-7711-47f5-b764-31b08bdd0f30-root {
    text-align: center;
  }


#s-f94f753a-7711-47f5-b764-31b08bdd0f30.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-1540e4de-d729-4e11-a36a-2281d014b341 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-1540e4de-d729-4e11-a36a-2281d014b341:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1540e4de-d729-4e11-a36a-2281d014b341:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1540e4de-d729-4e11-a36a-2281d014b341-root {
    text-align: center;
  }


#s-1540e4de-d729-4e11-a36a-2281d014b341.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1540e4de-d729-4e11-a36a-2281d014b341-root {
    text-align: center;
  }


#s-1540e4de-d729-4e11-a36a-2281d014b341.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1540e4de-d729-4e11-a36a-2281d014b341-root {
    text-align: center;
  }


#s-1540e4de-d729-4e11-a36a-2281d014b341.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1540e4de-d729-4e11-a36a-2281d014b341-root {
    text-align: center;
  }


#s-1540e4de-d729-4e11-a36a-2281d014b341.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1540e4de-d729-4e11-a36a-2281d014b341-root {
    text-align: center;
  }


#s-1540e4de-d729-4e11-a36a-2281d014b341.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-ddff43eb-4585-4a90-9a5a-d40bee26d30f {
  background-attachment: fixed;
min-height: 700px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ddff43eb-4585-4a90-9a5a-d40bee26d30f {
  display: none;
}
#s-ddff43eb-4585-4a90-9a5a-d40bee26d30f, #wrap-s-ddff43eb-4585-4a90-9a5a-d40bee26d30f { display: none !important; }}@media (max-width: 767px){#s-ddff43eb-4585-4a90-9a5a-d40bee26d30f {
  display: none;
}
#s-ddff43eb-4585-4a90-9a5a-d40bee26d30f, #wrap-s-ddff43eb-4585-4a90-9a5a-d40bee26d30f { display: none !important; }}







#s-ddff43eb-4585-4a90-9a5a-d40bee26d30f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ddff43eb-4585-4a90-9a5a-d40bee26d30f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-673dd1d9-656e-40e2-88f0-686e673f1e7e {
  min-height: 250px;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-673dd1d9-656e-40e2-88f0-686e673f1e7e {
  display: none;
}
#s-673dd1d9-656e-40e2-88f0-686e673f1e7e, #wrap-s-673dd1d9-656e-40e2-88f0-686e673f1e7e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-673dd1d9-656e-40e2-88f0-686e673f1e7e {
  display: none;
}
#s-673dd1d9-656e-40e2-88f0-686e673f1e7e, #wrap-s-673dd1d9-656e-40e2-88f0-686e673f1e7e { display: none !important; }}







#s-673dd1d9-656e-40e2-88f0-686e673f1e7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-673dd1d9-656e-40e2-88f0-686e673f1e7e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

@media (min-width: 768px) and (max-width: 991px){#s-8ef8eae9-55c2-4901-a434-075eee610f08 {
  display: none;
}
#s-8ef8eae9-55c2-4901-a434-075eee610f08, #wrap-s-8ef8eae9-55c2-4901-a434-075eee610f08 { display: none !important; }}@media (max-width: 767px){#s-8ef8eae9-55c2-4901-a434-075eee610f08 {
  display: none;
}
#s-8ef8eae9-55c2-4901-a434-075eee610f08, #wrap-s-8ef8eae9-55c2-4901-a434-075eee610f08 { display: none !important; }}
#s-8ef8eae9-55c2-4901-a434-075eee610f08 hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

.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-1720c79c-a061-4007-b84c-eaf79484f50f {
  margin-top: 22px;
margin-left: 4%;
margin-bottom: 22px;
margin-right: 4%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1720c79c-a061-4007-b84c-eaf79484f50f .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "AvenirLTStd-Black";
  font-style:  normal ;
  font-size: 55px;
  
  
  
}



#s-bb942964-f8f9-48fd-8b8f-ec9a532172ee {
  margin-left: 10%;
margin-bottom: 50px;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bb942964-f8f9-48fd-8b8f-ec9a532172ee .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "AvenirLTStd-Book";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



.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-00141d05-ad13-4a68-87d4-28c0580d203c {
  margin-left: 7%;
margin-right: 7%;
text-align: left;
}


  #s-00141d05-ad13-4a68-87d4-28c0580d203c .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 1);
    border: 3px solid rgba(0, 0, 0, 0);
  }
  #s-00141d05-ad13-4a68-87d4-28c0580d203c .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(171, 171, 171, 1);
    border: 3px solid #ddd;
  }
#s-00141d05-ad13-4a68-87d4-28c0580d203c .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(73, 80, 86, 1);
  font-family: AvenirLTStd-Black;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-00141d05-ad13-4a68-87d4-28c0580d203c .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: #555;
}

#s-00141d05-ad13-4a68-87d4-28c0580d203c .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 3px);
  left: 3px;
  bottom: -3px;
  height: 3px;
  background: rgba(171, 171, 171, 1);
}

#s-00141d05-ad13-4a68-87d4-28c0580d203c .shogun-tabs-body {
  margin-top: -3px;
  border-top: 3px solid #ddd;
}

#s-d7f8aa3f-6bcf-4ba1-a244-0692d754381f {
  margin-top: 10px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

@media (min-width: 0px) {
[id="s-d7f8aa3f-6bcf-4ba1-a244-0692d754381f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d7f8aa3f-6bcf-4ba1-a244-0692d754381f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d7f8aa3f-6bcf-4ba1-a244-0692d754381f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d7f8aa3f-6bcf-4ba1-a244-0692d754381f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d7f8aa3f-6bcf-4ba1-a244-0692d754381f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d7f8aa3f-6bcf-4ba1-a244-0692d754381f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d7f8aa3f-6bcf-4ba1-a244-0692d754381f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

#s-302303da-f1b0-4f4f-bd01-e1db797a705b {
  margin-top: 3px;
margin-bottom: 3px;
padding-top: 3px;
padding-left: 5%;
padding-bottom: 3px;
padding-right: 5%;
text-align: center;
}

#s-302303da-f1b0-4f4f-bd01-e1db797a705b .shogun-heading-component h2 {
  color: rgba(133, 133, 133, 1);
  font-weight:  normal ;
  font-family: "AvenirLTStd-Black";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}



#s-07f1082c-d7c2-4915-9ec1-90291b0bdd2d {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-07f1082c-d7c2-4915-9ec1-90291b0bdd2d .shogun-icon-wrapper {
  text-align: center;
}


#s-07f1082c-d7c2-4915-9ec1-90291b0bdd2d .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: #495056;
}

#s-63fbede1-2a4b-4c8d-ab96-378440406703 {
  min-height: 50px;
}








#s-63fbede1-2a4b-4c8d-ab96-378440406703 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63fbede1-2a4b-4c8d-ab96-378440406703.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-678e5ff1-93db-47eb-ad49-d32fac1a7b45 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-678e5ff1-93db-47eb-ad49-d32fac1a7b45 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "AvenirLTStd-Black";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



@media (min-width: 768px) and (max-width: 991px){#s-0c4e74f2-ace6-400a-8c2e-61a02c2f771f {
  display: none;
}
#s-0c4e74f2-ace6-400a-8c2e-61a02c2f771f, #wrap-s-0c4e74f2-ace6-400a-8c2e-61a02c2f771f { display: none !important; }}@media (max-width: 767px){#s-0c4e74f2-ace6-400a-8c2e-61a02c2f771f {
  display: none;
}
#s-0c4e74f2-ace6-400a-8c2e-61a02c2f771f, #wrap-s-0c4e74f2-ace6-400a-8c2e-61a02c2f771f { display: none !important; }}
#s-0c4e74f2-ace6-400a-8c2e-61a02c2f771f hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

.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-baa8f1ca-0d70-484e-a3ad-7fb39cce68e1 {
  margin-left: 3%;
margin-right: 3%;
}

#s-d374c833-01a9-44dc-9edd-858da99d6ba5 {
  margin-top: 6px;
margin-bottom: 6px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-d374c833-01a9-44dc-9edd-858da99d6ba5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d374c833-01a9-44dc-9edd-858da99d6ba5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d374c833-01a9-44dc-9edd-858da99d6ba5-root {
    text-align: center;
  }


#s-d374c833-01a9-44dc-9edd-858da99d6ba5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d374c833-01a9-44dc-9edd-858da99d6ba5-root {
    text-align: center;
  }


#s-d374c833-01a9-44dc-9edd-858da99d6ba5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d374c833-01a9-44dc-9edd-858da99d6ba5-root {
    text-align: center;
  }


#s-d374c833-01a9-44dc-9edd-858da99d6ba5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d374c833-01a9-44dc-9edd-858da99d6ba5-root {
    text-align: center;
  }


#s-d374c833-01a9-44dc-9edd-858da99d6ba5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d374c833-01a9-44dc-9edd-858da99d6ba5-root {
    text-align: center;
  }


#s-d374c833-01a9-44dc-9edd-858da99d6ba5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-eb715626-0272-4a57-ab41-5b00c9ef4084 {
  display: none;
}
#s-eb715626-0272-4a57-ab41-5b00c9ef4084, #wrap-s-eb715626-0272-4a57-ab41-5b00c9ef4084 { display: none !important; }}@media (max-width: 767px){#s-eb715626-0272-4a57-ab41-5b00c9ef4084 {
  display: none;
}
#s-eb715626-0272-4a57-ab41-5b00c9ef4084, #wrap-s-eb715626-0272-4a57-ab41-5b00c9ef4084 { display: none !important; }}
#s-eb715626-0272-4a57-ab41-5b00c9ef4084 hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

.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-56e1d88c-4cfa-48ad-a663-fd514baa043f {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-56e1d88c-4cfa-48ad-a663-fd514baa043f img.shogun-image,
  #s-56e1d88c-4cfa-48ad-a663-fd514baa043f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-56e1d88c-4cfa-48ad-a663-fd514baa043f {
    width: 100%;
    height: auto;
  }



  #s-56e1d88c-4cfa-48ad-a663-fd514baa043f img.shogun-image {
    

    
    
    
  }


#s-56e1d88c-4cfa-48ad-a663-fd514baa043f .shogun-image-content {
  
    align-items: center;
  
}

#s-53101cd5-90be-419c-b37f-6cc190352b5e {
  min-height: 50px;
}








#s-53101cd5-90be-419c-b37f-6cc190352b5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-53101cd5-90be-419c-b37f-6cc190352b5e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b1014f71-9d03-4c2b-b2db-be9c8196a7d9 {
  margin-top: 10px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

@media (min-width: 0px) {
[id="s-b1014f71-9d03-4c2b-b2db-be9c8196a7d9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b1014f71-9d03-4c2b-b2db-be9c8196a7d9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b1014f71-9d03-4c2b-b2db-be9c8196a7d9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b1014f71-9d03-4c2b-b2db-be9c8196a7d9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b1014f71-9d03-4c2b-b2db-be9c8196a7d9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b1014f71-9d03-4c2b-b2db-be9c8196a7d9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b1014f71-9d03-4c2b-b2db-be9c8196a7d9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

#s-ca75d47f-32a7-4353-a864-2c86e12ef5b5 {
  margin-top: 3px;
margin-bottom: 3px;
padding-top: 3px;
padding-left: 5%;
padding-bottom: 3px;
padding-right: 5%;
text-align: center;
}

#s-ca75d47f-32a7-4353-a864-2c86e12ef5b5 .shogun-heading-component h2 {
  color: rgba(133, 133, 133, 1);
  font-weight:  normal ;
  font-family: "AvenirLTStd-Black";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}



#s-7c23d94f-05c3-4698-a4bd-cfe35ddcb363 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-7c23d94f-05c3-4698-a4bd-cfe35ddcb363 .shogun-icon-wrapper {
  text-align: center;
}


#s-7c23d94f-05c3-4698-a4bd-cfe35ddcb363 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: #495056;
}

#s-fc7d5e7b-8657-4675-b299-3f203422e444 {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
text-align: center;
}

#s-fc7d5e7b-8657-4675-b299-3f203422e444 .shogun-heading-component h2 {
  color: rgba(73, 80, 86, 1);
  font-weight:  normal ;
  font-family: "AvenirLTStd-Black";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-2896ac63-db1a-4cd7-96e5-08fb53b10a71 {
  min-height: 50px;
}








#s-2896ac63-db1a-4cd7-96e5-08fb53b10a71 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2896ac63-db1a-4cd7-96e5-08fb53b10a71.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6126e5db-c30c-4f63-afa2-21dfdaac97c4 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6126e5db-c30c-4f63-afa2-21dfdaac97c4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "AvenirLTStd-Black";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



@media (min-width: 768px) and (max-width: 991px){#s-0357554f-81e3-4702-9aa3-5f11d9110dde {
  display: none;
}
#s-0357554f-81e3-4702-9aa3-5f11d9110dde, #wrap-s-0357554f-81e3-4702-9aa3-5f11d9110dde { display: none !important; }}@media (max-width: 767px){#s-0357554f-81e3-4702-9aa3-5f11d9110dde {
  display: none;
}
#s-0357554f-81e3-4702-9aa3-5f11d9110dde, #wrap-s-0357554f-81e3-4702-9aa3-5f11d9110dde { display: none !important; }}
#s-0357554f-81e3-4702-9aa3-5f11d9110dde hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-1ac8290f-6e00-4847-91f1-dc6574b73998 {
  margin-left: 3%;
margin-right: 3%;
}

#s-8a90ee52-0f6c-44a0-b912-58778304d523 {
  margin-top: 6px;
margin-bottom: 6px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-8a90ee52-0f6c-44a0-b912-58778304d523:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8a90ee52-0f6c-44a0-b912-58778304d523:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8a90ee52-0f6c-44a0-b912-58778304d523-root {
    text-align: center;
  }


#s-8a90ee52-0f6c-44a0-b912-58778304d523.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8a90ee52-0f6c-44a0-b912-58778304d523-root {
    text-align: center;
  }


#s-8a90ee52-0f6c-44a0-b912-58778304d523.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8a90ee52-0f6c-44a0-b912-58778304d523-root {
    text-align: center;
  }


#s-8a90ee52-0f6c-44a0-b912-58778304d523.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8a90ee52-0f6c-44a0-b912-58778304d523-root {
    text-align: center;
  }


#s-8a90ee52-0f6c-44a0-b912-58778304d523.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8a90ee52-0f6c-44a0-b912-58778304d523-root {
    text-align: center;
  }


#s-8a90ee52-0f6c-44a0-b912-58778304d523.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-4ff931c8-fed7-4a8c-8051-6a3a2d4dbce2 {
  display: none;
}
#s-4ff931c8-fed7-4a8c-8051-6a3a2d4dbce2, #wrap-s-4ff931c8-fed7-4a8c-8051-6a3a2d4dbce2 { display: none !important; }}@media (max-width: 767px){#s-4ff931c8-fed7-4a8c-8051-6a3a2d4dbce2 {
  display: none;
}
#s-4ff931c8-fed7-4a8c-8051-6a3a2d4dbce2, #wrap-s-4ff931c8-fed7-4a8c-8051-6a3a2d4dbce2 { display: none !important; }}
#s-4ff931c8-fed7-4a8c-8051-6a3a2d4dbce2 hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-6757291d-735d-4491-b567-cc4b024738fe {
  max-width: 668px;
aspect-ratio: 668/464;
text-align: center;
}





  #s-6757291d-735d-4491-b567-cc4b024738fe img.shogun-image,
  #s-6757291d-735d-4491-b567-cc4b024738fe .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6757291d-735d-4491-b567-cc4b024738fe {
    width: 100%;
    height: auto;
  }



  #s-6757291d-735d-4491-b567-cc4b024738fe img.shogun-image {
    

    
    
    
  }


#s-6757291d-735d-4491-b567-cc4b024738fe .shogun-image-content {
  
    align-items: center;
  
}

#s-e774a7cb-4d6c-4e64-a72f-8b0d13ed6c06 {
  padding-left: 3%;
padding-right: 3%;
}

#s-e774a7cb-4d6c-4e64-a72f-8b0d13ed6c06 hr {
  border-top: 4px solid #ddd;
}

#s-49795c8a-042e-4c98-b9eb-1b6b3a535702 {
  margin-top: 10px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

@media (min-width: 0px) {
[id="s-49795c8a-042e-4c98-b9eb-1b6b3a535702"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-49795c8a-042e-4c98-b9eb-1b6b3a535702"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-49795c8a-042e-4c98-b9eb-1b6b3a535702"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-49795c8a-042e-4c98-b9eb-1b6b3a535702"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-49795c8a-042e-4c98-b9eb-1b6b3a535702"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-49795c8a-042e-4c98-b9eb-1b6b3a535702"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-49795c8a-042e-4c98-b9eb-1b6b3a535702"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

#s-70500942-c13c-4f73-87bc-cd0507c85fbf {
  margin-top: 3px;
margin-bottom: 3px;
padding-top: 3px;
padding-left: 5%;
padding-bottom: 3px;
padding-right: 5%;
text-align: center;
}

#s-70500942-c13c-4f73-87bc-cd0507c85fbf .shogun-heading-component h2 {
  color: rgba(133, 133, 133, 1);
  font-weight:  normal ;
  font-family: "AvenirLTStd-Black";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}



#s-172a6dd1-3a42-419a-802b-172bc662f9cd {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-172a6dd1-3a42-419a-802b-172bc662f9cd .shogun-icon-wrapper {
  text-align: center;
}


#s-172a6dd1-3a42-419a-802b-172bc662f9cd .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: #495056;
}

#s-2221804e-30f8-4ea3-b8c9-2a774fb822ab {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
text-align: center;
}

#s-2221804e-30f8-4ea3-b8c9-2a774fb822ab .shogun-heading-component h2 {
  color: rgba(73, 80, 86, 1);
  font-weight:  normal ;
  font-family: "AvenirLTStd-Black";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-611fc149-2fad-46b9-b622-7f7e33d01761 {
  min-height: 50px;
}








#s-611fc149-2fad-46b9-b622-7f7e33d01761 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-611fc149-2fad-46b9-b622-7f7e33d01761.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-87d19c04-6d1f-4bec-b2be-eb43ab9940a1 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-87d19c04-6d1f-4bec-b2be-eb43ab9940a1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "AvenirLTStd-Black";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



@media (min-width: 768px) and (max-width: 991px){#s-a09f6278-55a0-4983-8739-a32900ac379c {
  display: none;
}
#s-a09f6278-55a0-4983-8739-a32900ac379c, #wrap-s-a09f6278-55a0-4983-8739-a32900ac379c { display: none !important; }}@media (max-width: 767px){#s-a09f6278-55a0-4983-8739-a32900ac379c {
  display: none;
}
#s-a09f6278-55a0-4983-8739-a32900ac379c, #wrap-s-a09f6278-55a0-4983-8739-a32900ac379c { display: none !important; }}
#s-a09f6278-55a0-4983-8739-a32900ac379c hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-2c8584ea-6051-40bf-a935-fbd1ae8c53bf {
  margin-left: 3%;
margin-right: 3%;
}

#s-b3c267f5-a9f4-4557-a98c-ebb8937da2fc {
  margin-top: 6px;
margin-bottom: 6px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-b3c267f5-a9f4-4557-a98c-ebb8937da2fc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b3c267f5-a9f4-4557-a98c-ebb8937da2fc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b3c267f5-a9f4-4557-a98c-ebb8937da2fc-root {
    text-align: center;
  }


#s-b3c267f5-a9f4-4557-a98c-ebb8937da2fc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b3c267f5-a9f4-4557-a98c-ebb8937da2fc-root {
    text-align: center;
  }


#s-b3c267f5-a9f4-4557-a98c-ebb8937da2fc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b3c267f5-a9f4-4557-a98c-ebb8937da2fc-root {
    text-align: center;
  }


#s-b3c267f5-a9f4-4557-a98c-ebb8937da2fc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b3c267f5-a9f4-4557-a98c-ebb8937da2fc-root {
    text-align: center;
  }


#s-b3c267f5-a9f4-4557-a98c-ebb8937da2fc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b3c267f5-a9f4-4557-a98c-ebb8937da2fc-root {
    text-align: center;
  }


#s-b3c267f5-a9f4-4557-a98c-ebb8937da2fc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-575915be-12ff-4cca-8637-8af99cfdf70b {
  display: none;
}
#s-575915be-12ff-4cca-8637-8af99cfdf70b, #wrap-s-575915be-12ff-4cca-8637-8af99cfdf70b { display: none !important; }}@media (max-width: 767px){#s-575915be-12ff-4cca-8637-8af99cfdf70b {
  display: none;
}
#s-575915be-12ff-4cca-8637-8af99cfdf70b, #wrap-s-575915be-12ff-4cca-8637-8af99cfdf70b { display: none !important; }}
#s-575915be-12ff-4cca-8637-8af99cfdf70b hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-8ef22204-4e27-4c50-b49f-6ec2ad4829e6 {
  max-width: 720px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-8ef22204-4e27-4c50-b49f-6ec2ad4829e6 img.shogun-image,
  #s-8ef22204-4e27-4c50-b49f-6ec2ad4829e6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8ef22204-4e27-4c50-b49f-6ec2ad4829e6 {
    width: 100%;
    height: auto;
  }



  #s-8ef22204-4e27-4c50-b49f-6ec2ad4829e6 img.shogun-image {
    

    
    
    
  }


#s-8ef22204-4e27-4c50-b49f-6ec2ad4829e6 .shogun-image-content {
  
    align-items: center;
  
}

#s-125566d3-f1c8-4948-8917-d691d5c05f0f {
  padding-left: 3%;
padding-right: 3%;
}

#s-125566d3-f1c8-4948-8917-d691d5c05f0f hr {
  border-top: 4px solid #ddd;
}

#s-32d92782-d763-425a-a7fd-43a0df5ce9e7 {
  margin-top: 10px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

@media (min-width: 0px) {
[id="s-32d92782-d763-425a-a7fd-43a0df5ce9e7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-32d92782-d763-425a-a7fd-43a0df5ce9e7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-32d92782-d763-425a-a7fd-43a0df5ce9e7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-32d92782-d763-425a-a7fd-43a0df5ce9e7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-32d92782-d763-425a-a7fd-43a0df5ce9e7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-32d92782-d763-425a-a7fd-43a0df5ce9e7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-32d92782-d763-425a-a7fd-43a0df5ce9e7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

#s-db1e3c21-0bdf-495e-a55b-45535a6141cd {
  margin-top: 3px;
margin-bottom: 3px;
padding-top: 3px;
padding-left: 5%;
padding-bottom: 3px;
padding-right: 5%;
text-align: center;
}

#s-db1e3c21-0bdf-495e-a55b-45535a6141cd .shogun-heading-component h2 {
  color: rgba(133, 133, 133, 1);
  font-weight:  normal ;
  font-family: "AvenirLTStd-Black";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}



#s-25d7d1d6-b2d6-43ba-bba4-ffa9fad3e63a {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-25d7d1d6-b2d6-43ba-bba4-ffa9fad3e63a .shogun-icon-wrapper {
  text-align: center;
}


#s-25d7d1d6-b2d6-43ba-bba4-ffa9fad3e63a .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: #495056;
}

#s-526fc5d0-c1eb-48df-ab57-8784e342786b {
  min-height: 50px;
}








#s-526fc5d0-c1eb-48df-ab57-8784e342786b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-526fc5d0-c1eb-48df-ab57-8784e342786b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0573fcaa-d94f-4b86-bb7e-194a03714635 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0573fcaa-d94f-4b86-bb7e-194a03714635 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "AvenirLTStd-Black";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



@media (min-width: 768px) and (max-width: 991px){#s-844f6f3c-91f8-4012-807d-81c5f005dd27 {
  display: none;
}
#s-844f6f3c-91f8-4012-807d-81c5f005dd27, #wrap-s-844f6f3c-91f8-4012-807d-81c5f005dd27 { display: none !important; }}@media (max-width: 767px){#s-844f6f3c-91f8-4012-807d-81c5f005dd27 {
  display: none;
}
#s-844f6f3c-91f8-4012-807d-81c5f005dd27, #wrap-s-844f6f3c-91f8-4012-807d-81c5f005dd27 { display: none !important; }}
#s-844f6f3c-91f8-4012-807d-81c5f005dd27 hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-45aaa64c-5df4-4b1c-a032-40b3c28811f0 {
  margin-left: 3%;
margin-right: 3%;
}

#s-fe01b2bc-0dbe-4882-a48e-6f9ed962379a {
  margin-top: 6px;
margin-bottom: 6px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-fe01b2bc-0dbe-4882-a48e-6f9ed962379a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fe01b2bc-0dbe-4882-a48e-6f9ed962379a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fe01b2bc-0dbe-4882-a48e-6f9ed962379a-root {
    text-align: center;
  }


#s-fe01b2bc-0dbe-4882-a48e-6f9ed962379a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fe01b2bc-0dbe-4882-a48e-6f9ed962379a-root {
    text-align: center;
  }


#s-fe01b2bc-0dbe-4882-a48e-6f9ed962379a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fe01b2bc-0dbe-4882-a48e-6f9ed962379a-root {
    text-align: center;
  }


#s-fe01b2bc-0dbe-4882-a48e-6f9ed962379a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fe01b2bc-0dbe-4882-a48e-6f9ed962379a-root {
    text-align: center;
  }


#s-fe01b2bc-0dbe-4882-a48e-6f9ed962379a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fe01b2bc-0dbe-4882-a48e-6f9ed962379a-root {
    text-align: center;
  }


#s-fe01b2bc-0dbe-4882-a48e-6f9ed962379a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-28a6c7ed-9746-4801-b981-f77144987f90 {
  display: none;
}
#s-28a6c7ed-9746-4801-b981-f77144987f90, #wrap-s-28a6c7ed-9746-4801-b981-f77144987f90 { display: none !important; }}@media (max-width: 767px){#s-28a6c7ed-9746-4801-b981-f77144987f90 {
  display: none;
}
#s-28a6c7ed-9746-4801-b981-f77144987f90, #wrap-s-28a6c7ed-9746-4801-b981-f77144987f90 { display: none !important; }}
#s-28a6c7ed-9746-4801-b981-f77144987f90 hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-9ab1df2b-3c61-4fe4-9bbc-e43adff8efb6 {
  max-width: 4032px;
aspect-ratio: 4/3;
text-align: center;
}





  #s-9ab1df2b-3c61-4fe4-9bbc-e43adff8efb6 img.shogun-image,
  #s-9ab1df2b-3c61-4fe4-9bbc-e43adff8efb6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9ab1df2b-3c61-4fe4-9bbc-e43adff8efb6 {
    width: 100%;
    height: auto;
  }

  #s-9ab1df2b-3c61-4fe4-9bbc-e43adff8efb6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9ab1df2b-3c61-4fe4-9bbc-e43adff8efb6.shogun-image {
    
    
  }


.s-9ab1df2b-3c61-4fe4-9bbc-e43adff8efb6 .shogun-image-content {
  
    align-items: center;
  
}

.s-9ab1df2b-3c61-4fe4-9bbc-e43adff8efb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ab1df2b-3c61-4fe4-9bbc-e43adff8efb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ab1df2b-3c61-4fe4-9bbc-e43adff8efb6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9ab1df2b-3c61-4fe4-9bbc-e43adff8efb6 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-9ab1df2b-3c61-4fe4-9bbc-e43adff8efb6.shogun-image-container {
      position: relative;
    }

    .s-9ab1df2b-3c61-4fe4-9bbc-e43adff8efb6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ab1df2b-3c61-4fe4-9bbc-e43adff8efb6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ab1df2b-3c61-4fe4-9bbc-e43adff8efb6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-9ab1df2b-3c61-4fe4-9bbc-e43adff8efb6 img.shogun-image,
  #s-9ab1df2b-3c61-4fe4-9bbc-e43adff8efb6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9ab1df2b-3c61-4fe4-9bbc-e43adff8efb6 {
    width: 100%;
    height: auto;
  }

  #s-9ab1df2b-3c61-4fe4-9bbc-e43adff8efb6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9ab1df2b-3c61-4fe4-9bbc-e43adff8efb6.shogun-image {
    
    
  }


.s-9ab1df2b-3c61-4fe4-9bbc-e43adff8efb6 .shogun-image-content {
  
    align-items: center;
  
}

.s-9ab1df2b-3c61-4fe4-9bbc-e43adff8efb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ab1df2b-3c61-4fe4-9bbc-e43adff8efb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ab1df2b-3c61-4fe4-9bbc-e43adff8efb6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9ab1df2b-3c61-4fe4-9bbc-e43adff8efb6 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-9ab1df2b-3c61-4fe4-9bbc-e43adff8efb6.shogun-image-container {
      position: relative;
    }

    .s-9ab1df2b-3c61-4fe4-9bbc-e43adff8efb6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ab1df2b-3c61-4fe4-9bbc-e43adff8efb6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ab1df2b-3c61-4fe4-9bbc-e43adff8efb6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-9ab1df2b-3c61-4fe4-9bbc-e43adff8efb6 img.shogun-image,
  #s-9ab1df2b-3c61-4fe4-9bbc-e43adff8efb6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9ab1df2b-3c61-4fe4-9bbc-e43adff8efb6 {
    width: 100%;
    height: auto;
  }

  #s-9ab1df2b-3c61-4fe4-9bbc-e43adff8efb6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9ab1df2b-3c61-4fe4-9bbc-e43adff8efb6.shogun-image {
    
    
  }


.s-9ab1df2b-3c61-4fe4-9bbc-e43adff8efb6 .shogun-image-content {
  
    align-items: center;
  
}

.s-9ab1df2b-3c61-4fe4-9bbc-e43adff8efb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ab1df2b-3c61-4fe4-9bbc-e43adff8efb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ab1df2b-3c61-4fe4-9bbc-e43adff8efb6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9ab1df2b-3c61-4fe4-9bbc-e43adff8efb6 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-9ab1df2b-3c61-4fe4-9bbc-e43adff8efb6.shogun-image-container {
      position: relative;
    }

    .s-9ab1df2b-3c61-4fe4-9bbc-e43adff8efb6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ab1df2b-3c61-4fe4-9bbc-e43adff8efb6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ab1df2b-3c61-4fe4-9bbc-e43adff8efb6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-9ab1df2b-3c61-4fe4-9bbc-e43adff8efb6 img.shogun-image,
  #s-9ab1df2b-3c61-4fe4-9bbc-e43adff8efb6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9ab1df2b-3c61-4fe4-9bbc-e43adff8efb6 {
    width: 100%;
    height: auto;
  }

  #s-9ab1df2b-3c61-4fe4-9bbc-e43adff8efb6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9ab1df2b-3c61-4fe4-9bbc-e43adff8efb6.shogun-image {
    
    
  }


.s-9ab1df2b-3c61-4fe4-9bbc-e43adff8efb6 .shogun-image-content {
  
    align-items: center;
  
}

.s-9ab1df2b-3c61-4fe4-9bbc-e43adff8efb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ab1df2b-3c61-4fe4-9bbc-e43adff8efb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ab1df2b-3c61-4fe4-9bbc-e43adff8efb6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9ab1df2b-3c61-4fe4-9bbc-e43adff8efb6 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-9ab1df2b-3c61-4fe4-9bbc-e43adff8efb6.shogun-image-container {
      position: relative;
    }

    .s-9ab1df2b-3c61-4fe4-9bbc-e43adff8efb6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ab1df2b-3c61-4fe4-9bbc-e43adff8efb6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ab1df2b-3c61-4fe4-9bbc-e43adff8efb6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-9ab1df2b-3c61-4fe4-9bbc-e43adff8efb6 img.shogun-image,
  #s-9ab1df2b-3c61-4fe4-9bbc-e43adff8efb6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9ab1df2b-3c61-4fe4-9bbc-e43adff8efb6 {
    width: 100%;
    height: auto;
  }

  #s-9ab1df2b-3c61-4fe4-9bbc-e43adff8efb6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9ab1df2b-3c61-4fe4-9bbc-e43adff8efb6.shogun-image {
    
    
  }


.s-9ab1df2b-3c61-4fe4-9bbc-e43adff8efb6 .shogun-image-content {
  
    align-items: center;
  
}

.s-9ab1df2b-3c61-4fe4-9bbc-e43adff8efb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ab1df2b-3c61-4fe4-9bbc-e43adff8efb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ab1df2b-3c61-4fe4-9bbc-e43adff8efb6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9ab1df2b-3c61-4fe4-9bbc-e43adff8efb6 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-9ab1df2b-3c61-4fe4-9bbc-e43adff8efb6.shogun-image-container {
      position: relative;
    }

    .s-9ab1df2b-3c61-4fe4-9bbc-e43adff8efb6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ab1df2b-3c61-4fe4-9bbc-e43adff8efb6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ab1df2b-3c61-4fe4-9bbc-e43adff8efb6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-249d5022-a77e-4781-8273-5e4f6730c215 {
  padding-left: 3%;
padding-right: 3%;
}

#s-249d5022-a77e-4781-8273-5e4f6730c215 hr {
  border-top: 4px solid #ddd;
}

#s-15993eb9-f610-4f87-8eec-b1a1d5e1c771 {
  margin-top: 10px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

@media (min-width: 0px) {
[id="s-15993eb9-f610-4f87-8eec-b1a1d5e1c771"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-15993eb9-f610-4f87-8eec-b1a1d5e1c771"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-15993eb9-f610-4f87-8eec-b1a1d5e1c771"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-15993eb9-f610-4f87-8eec-b1a1d5e1c771"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-15993eb9-f610-4f87-8eec-b1a1d5e1c771"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-15993eb9-f610-4f87-8eec-b1a1d5e1c771"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-15993eb9-f610-4f87-8eec-b1a1d5e1c771"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

#s-ffedd03d-5922-4371-b6d3-32073ebf9a6a {
  margin-top: 3px;
margin-bottom: 3px;
padding-top: 3px;
padding-left: 5%;
padding-bottom: 3px;
padding-right: 5%;
text-align: center;
}

#s-ffedd03d-5922-4371-b6d3-32073ebf9a6a .shogun-heading-component h2 {
  color: rgba(133, 133, 133, 1);
  font-weight:  normal ;
  font-family: "AvenirLTStd-Black";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}



#s-2a9efe7e-f11b-4adc-a6f8-b6c8543e6113 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-2a9efe7e-f11b-4adc-a6f8-b6c8543e6113 .shogun-icon-wrapper {
  text-align: center;
}


#s-2a9efe7e-f11b-4adc-a6f8-b6c8543e6113 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: #495056;
}

#s-05d2d809-fffd-41b0-b8bd-fe38f4179b78 {
  min-height: 50px;
}








#s-05d2d809-fffd-41b0-b8bd-fe38f4179b78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-05d2d809-fffd-41b0-b8bd-fe38f4179b78.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4302695d-3bef-40b6-a297-6f44b8e01df6 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4302695d-3bef-40b6-a297-6f44b8e01df6 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "AvenirLTStd-Black";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



@media (min-width: 768px) and (max-width: 991px){#s-86ce935f-915e-4783-bcef-6f7934e7abf3 {
  display: none;
}
#s-86ce935f-915e-4783-bcef-6f7934e7abf3, #wrap-s-86ce935f-915e-4783-bcef-6f7934e7abf3 { display: none !important; }}@media (max-width: 767px){#s-86ce935f-915e-4783-bcef-6f7934e7abf3 {
  display: none;
}
#s-86ce935f-915e-4783-bcef-6f7934e7abf3, #wrap-s-86ce935f-915e-4783-bcef-6f7934e7abf3 { display: none !important; }}
#s-86ce935f-915e-4783-bcef-6f7934e7abf3 hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-ddf4bfb2-5544-4483-b209-316728639282 {
  margin-left: 3%;
margin-right: 3%;
}

#s-347fb6a2-a1fa-4c62-9b3a-56c59caab95e {
  margin-top: 6px;
margin-bottom: 6px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-347fb6a2-a1fa-4c62-9b3a-56c59caab95e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-347fb6a2-a1fa-4c62-9b3a-56c59caab95e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-347fb6a2-a1fa-4c62-9b3a-56c59caab95e-root {
    text-align: center;
  }


#s-347fb6a2-a1fa-4c62-9b3a-56c59caab95e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-347fb6a2-a1fa-4c62-9b3a-56c59caab95e-root {
    text-align: center;
  }


#s-347fb6a2-a1fa-4c62-9b3a-56c59caab95e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-347fb6a2-a1fa-4c62-9b3a-56c59caab95e-root {
    text-align: center;
  }


#s-347fb6a2-a1fa-4c62-9b3a-56c59caab95e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-347fb6a2-a1fa-4c62-9b3a-56c59caab95e-root {
    text-align: center;
  }


#s-347fb6a2-a1fa-4c62-9b3a-56c59caab95e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-347fb6a2-a1fa-4c62-9b3a-56c59caab95e-root {
    text-align: center;
  }


#s-347fb6a2-a1fa-4c62-9b3a-56c59caab95e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-8325264c-3d13-491d-b43d-14b799b22d69 {
  display: none;
}
#s-8325264c-3d13-491d-b43d-14b799b22d69, #wrap-s-8325264c-3d13-491d-b43d-14b799b22d69 { display: none !important; }}@media (max-width: 767px){#s-8325264c-3d13-491d-b43d-14b799b22d69 {
  display: none;
}
#s-8325264c-3d13-491d-b43d-14b799b22d69, #wrap-s-8325264c-3d13-491d-b43d-14b799b22d69 { display: none !important; }}
#s-8325264c-3d13-491d-b43d-14b799b22d69 hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-f16ebb60-90b1-44cb-97b6-b9bb5826e3e6 {
  max-width: 1272px;
aspect-ratio: 4/3;
text-align: center;
}





  #s-f16ebb60-90b1-44cb-97b6-b9bb5826e3e6 img.shogun-image,
  #s-f16ebb60-90b1-44cb-97b6-b9bb5826e3e6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f16ebb60-90b1-44cb-97b6-b9bb5826e3e6 {
    width: 100%;
    height: auto;
  }



  #s-f16ebb60-90b1-44cb-97b6-b9bb5826e3e6 img.shogun-image {
    

    
    
    
  }


#s-f16ebb60-90b1-44cb-97b6-b9bb5826e3e6 .shogun-image-content {
  
    align-items: center;
  
}

#s-30bae0cc-f7e6-4d28-ae3b-c10e58ca84fb {
  padding-left: 3%;
padding-right: 3%;
}

#s-30bae0cc-f7e6-4d28-ae3b-c10e58ca84fb hr {
  border-top: 4px solid #ddd;
}

#s-e0b17d31-3ec8-459e-a700-8700cda06176 {
  margin-top: 10px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

@media (min-width: 0px) {
[id="s-e0b17d31-3ec8-459e-a700-8700cda06176"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e0b17d31-3ec8-459e-a700-8700cda06176"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e0b17d31-3ec8-459e-a700-8700cda06176"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e0b17d31-3ec8-459e-a700-8700cda06176"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e0b17d31-3ec8-459e-a700-8700cda06176"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e0b17d31-3ec8-459e-a700-8700cda06176"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e0b17d31-3ec8-459e-a700-8700cda06176"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

#s-0a99a1c3-6524-4d77-9f9a-a59408551c25 {
  margin-top: 3px;
margin-bottom: 3px;
padding-top: 3px;
padding-left: 5%;
padding-bottom: 3px;
padding-right: 5%;
text-align: center;
}

#s-0a99a1c3-6524-4d77-9f9a-a59408551c25 .shogun-heading-component h2 {
  color: rgba(133, 133, 133, 1);
  font-weight:  normal ;
  font-family: "AvenirLTStd-Black";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}



#s-17c0f767-3bd9-43c9-960e-99457f86aa62 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-17c0f767-3bd9-43c9-960e-99457f86aa62 .shogun-icon-wrapper {
  text-align: center;
}


#s-17c0f767-3bd9-43c9-960e-99457f86aa62 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: #495056;
}

#s-b1ff4da4-1927-491e-b795-51e3e0356c43 {
  min-height: 50px;
}








#s-b1ff4da4-1927-491e-b795-51e3e0356c43 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b1ff4da4-1927-491e-b795-51e3e0356c43.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b7b49ab0-55d3-40ca-a9aa-ab580e03e8f4 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b7b49ab0-55d3-40ca-a9aa-ab580e03e8f4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "AvenirLTStd-Black";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



@media (min-width: 768px) and (max-width: 991px){#s-6a62b71b-a7d1-4b01-a688-bb34ee08316f {
  display: none;
}
#s-6a62b71b-a7d1-4b01-a688-bb34ee08316f, #wrap-s-6a62b71b-a7d1-4b01-a688-bb34ee08316f { display: none !important; }}@media (max-width: 767px){#s-6a62b71b-a7d1-4b01-a688-bb34ee08316f {
  display: none;
}
#s-6a62b71b-a7d1-4b01-a688-bb34ee08316f, #wrap-s-6a62b71b-a7d1-4b01-a688-bb34ee08316f { display: none !important; }}
#s-6a62b71b-a7d1-4b01-a688-bb34ee08316f hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-0e62095b-07e5-41f2-8df2-9bb744ac3c19 {
  margin-left: 3%;
margin-right: 3%;
}

#s-464ffea7-4861-4970-8f9c-a2b038a444aa {
  margin-top: 6px;
margin-bottom: 6px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-464ffea7-4861-4970-8f9c-a2b038a444aa:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-464ffea7-4861-4970-8f9c-a2b038a444aa:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-464ffea7-4861-4970-8f9c-a2b038a444aa-root {
    text-align: center;
  }


#s-464ffea7-4861-4970-8f9c-a2b038a444aa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-464ffea7-4861-4970-8f9c-a2b038a444aa-root {
    text-align: center;
  }


#s-464ffea7-4861-4970-8f9c-a2b038a444aa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-464ffea7-4861-4970-8f9c-a2b038a444aa-root {
    text-align: center;
  }


#s-464ffea7-4861-4970-8f9c-a2b038a444aa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-464ffea7-4861-4970-8f9c-a2b038a444aa-root {
    text-align: center;
  }


#s-464ffea7-4861-4970-8f9c-a2b038a444aa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-464ffea7-4861-4970-8f9c-a2b038a444aa-root {
    text-align: center;
  }


#s-464ffea7-4861-4970-8f9c-a2b038a444aa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-3c38be24-e020-4f53-8c71-c52e2a229221 {
  display: none;
}
#s-3c38be24-e020-4f53-8c71-c52e2a229221, #wrap-s-3c38be24-e020-4f53-8c71-c52e2a229221 { display: none !important; }}@media (max-width: 767px){#s-3c38be24-e020-4f53-8c71-c52e2a229221 {
  display: none;
}
#s-3c38be24-e020-4f53-8c71-c52e2a229221, #wrap-s-3c38be24-e020-4f53-8c71-c52e2a229221 { display: none !important; }}
#s-3c38be24-e020-4f53-8c71-c52e2a229221 hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-c294bf7e-5dc2-446e-98ff-d31df0634577 {
  max-width: 955px;
aspect-ratio: 955/1401;
text-align: center;
}





  #s-c294bf7e-5dc2-446e-98ff-d31df0634577 img.shogun-image,
  #s-c294bf7e-5dc2-446e-98ff-d31df0634577 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c294bf7e-5dc2-446e-98ff-d31df0634577 {
    width: 100%;
    height: auto;
  }



  #s-c294bf7e-5dc2-446e-98ff-d31df0634577 img.shogun-image {
    

    
    
    
  }


#s-c294bf7e-5dc2-446e-98ff-d31df0634577 .shogun-image-content {
  
    align-items: center;
  
}

#s-fbc87e36-2594-4f21-b45b-930e1484795f {
  padding-left: 3%;
padding-right: 3%;
}

#s-fbc87e36-2594-4f21-b45b-930e1484795f hr {
  border-top: 4px solid #ddd;
}

#s-c9cddb82-5562-4566-8528-ff87909b8c73 {
  margin-top: 10px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

@media (min-width: 0px) {
[id="s-c9cddb82-5562-4566-8528-ff87909b8c73"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c9cddb82-5562-4566-8528-ff87909b8c73"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c9cddb82-5562-4566-8528-ff87909b8c73"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c9cddb82-5562-4566-8528-ff87909b8c73"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c9cddb82-5562-4566-8528-ff87909b8c73"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c9cddb82-5562-4566-8528-ff87909b8c73"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c9cddb82-5562-4566-8528-ff87909b8c73"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

#s-bc1076ed-fcd6-48e2-81be-b0fec92ed6d9 {
  margin-top: 3px;
margin-bottom: 3px;
padding-top: 3px;
padding-left: 5%;
padding-bottom: 3px;
padding-right: 5%;
text-align: center;
}

#s-bc1076ed-fcd6-48e2-81be-b0fec92ed6d9 .shogun-heading-component h2 {
  color: rgba(133, 133, 133, 1);
  font-weight:  normal ;
  font-family: "AvenirLTStd-Black";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}



#s-efcfb683-e716-40d1-9f2e-74f0b9f71190 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-efcfb683-e716-40d1-9f2e-74f0b9f71190 .shogun-icon-wrapper {
  text-align: center;
}


#s-efcfb683-e716-40d1-9f2e-74f0b9f71190 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: #495056;
}

#s-374e4bc9-fdcf-464f-9789-461de3a272f8 {
  min-height: 50px;
}








#s-374e4bc9-fdcf-464f-9789-461de3a272f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-374e4bc9-fdcf-464f-9789-461de3a272f8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cedf89c8-bf1b-4d84-bd54-17bc6d58620f {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cedf89c8-bf1b-4d84-bd54-17bc6d58620f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "AvenirLTStd-Black";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



@media (min-width: 768px) and (max-width: 991px){#s-098034c5-0841-4e63-ba6f-6a7f0880ca15 {
  display: none;
}
#s-098034c5-0841-4e63-ba6f-6a7f0880ca15, #wrap-s-098034c5-0841-4e63-ba6f-6a7f0880ca15 { display: none !important; }}@media (max-width: 767px){#s-098034c5-0841-4e63-ba6f-6a7f0880ca15 {
  display: none;
}
#s-098034c5-0841-4e63-ba6f-6a7f0880ca15, #wrap-s-098034c5-0841-4e63-ba6f-6a7f0880ca15 { display: none !important; }}
#s-098034c5-0841-4e63-ba6f-6a7f0880ca15 hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-2228f2d0-4cbb-46ff-8bdc-39f12bff7e72 {
  margin-left: 3%;
margin-right: 3%;
}

#s-3528c6f0-fdc6-4055-a91a-5b1979bb469a {
  margin-top: 6px;
margin-bottom: 6px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-3528c6f0-fdc6-4055-a91a-5b1979bb469a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3528c6f0-fdc6-4055-a91a-5b1979bb469a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3528c6f0-fdc6-4055-a91a-5b1979bb469a-root {
    text-align: center;
  }


#s-3528c6f0-fdc6-4055-a91a-5b1979bb469a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3528c6f0-fdc6-4055-a91a-5b1979bb469a-root {
    text-align: center;
  }


#s-3528c6f0-fdc6-4055-a91a-5b1979bb469a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3528c6f0-fdc6-4055-a91a-5b1979bb469a-root {
    text-align: center;
  }


#s-3528c6f0-fdc6-4055-a91a-5b1979bb469a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3528c6f0-fdc6-4055-a91a-5b1979bb469a-root {
    text-align: center;
  }


#s-3528c6f0-fdc6-4055-a91a-5b1979bb469a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3528c6f0-fdc6-4055-a91a-5b1979bb469a-root {
    text-align: center;
  }


#s-3528c6f0-fdc6-4055-a91a-5b1979bb469a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-fa5cae6c-853b-475d-82a9-75cf981b4d64 {
  display: none;
}
#s-fa5cae6c-853b-475d-82a9-75cf981b4d64, #wrap-s-fa5cae6c-853b-475d-82a9-75cf981b4d64 { display: none !important; }}@media (max-width: 767px){#s-fa5cae6c-853b-475d-82a9-75cf981b4d64 {
  display: none;
}
#s-fa5cae6c-853b-475d-82a9-75cf981b4d64, #wrap-s-fa5cae6c-853b-475d-82a9-75cf981b4d64 { display: none !important; }}
#s-fa5cae6c-853b-475d-82a9-75cf981b4d64 hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-fb4bcef4-ac82-4e88-ba41-027d8bbf40e2 {
  max-width: 720px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-fb4bcef4-ac82-4e88-ba41-027d8bbf40e2 img.shogun-image,
  #s-fb4bcef4-ac82-4e88-ba41-027d8bbf40e2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fb4bcef4-ac82-4e88-ba41-027d8bbf40e2 {
    width: 100%;
    height: auto;
  }



  #s-fb4bcef4-ac82-4e88-ba41-027d8bbf40e2 img.shogun-image {
    

    
    
    
  }


#s-fb4bcef4-ac82-4e88-ba41-027d8bbf40e2 .shogun-image-content {
  
    align-items: center;
  
}

#s-bd9f68f7-81de-4deb-b491-b2e58bd9d830 {
  min-height: 50px;
}








#s-bd9f68f7-81de-4deb-b491-b2e58bd9d830 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd9f68f7-81de-4deb-b491-b2e58bd9d830.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b7659921-85f9-4156-810f-a561c9e378c3 {
  margin-top: 10px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

@media (min-width: 0px) {
[id="s-b7659921-85f9-4156-810f-a561c9e378c3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b7659921-85f9-4156-810f-a561c9e378c3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b7659921-85f9-4156-810f-a561c9e378c3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b7659921-85f9-4156-810f-a561c9e378c3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b7659921-85f9-4156-810f-a561c9e378c3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b7659921-85f9-4156-810f-a561c9e378c3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b7659921-85f9-4156-810f-a561c9e378c3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

#s-ba3804e6-798f-4e90-b446-376e01c4366d {
  margin-top: 3px;
margin-bottom: 3px;
padding-top: 3px;
padding-left: 5%;
padding-bottom: 3px;
padding-right: 5%;
text-align: center;
}

#s-ba3804e6-798f-4e90-b446-376e01c4366d .shogun-heading-component h2 {
  color: rgba(133, 133, 133, 1);
  font-weight:  normal ;
  font-family: "AvenirLTStd-Black";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}



#s-e6956e90-1048-4328-af6a-f7dc7630f600 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-e6956e90-1048-4328-af6a-f7dc7630f600 .shogun-icon-wrapper {
  text-align: center;
}


#s-e6956e90-1048-4328-af6a-f7dc7630f600 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: #495056;
}

#s-8fb8a1da-67e8-4bee-bcf5-5b437abd81e6 {
  min-height: 50px;
}








#s-8fb8a1da-67e8-4bee-bcf5-5b437abd81e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8fb8a1da-67e8-4bee-bcf5-5b437abd81e6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ae94d5b7-1242-403e-b679-277b2c5f6f56 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ae94d5b7-1242-403e-b679-277b2c5f6f56 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "AvenirLTStd-Black";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



@media (min-width: 768px) and (max-width: 991px){#s-2de88578-bb32-4c47-ba94-9b849a07fcb8 {
  display: none;
}
#s-2de88578-bb32-4c47-ba94-9b849a07fcb8, #wrap-s-2de88578-bb32-4c47-ba94-9b849a07fcb8 { display: none !important; }}@media (max-width: 767px){#s-2de88578-bb32-4c47-ba94-9b849a07fcb8 {
  display: none;
}
#s-2de88578-bb32-4c47-ba94-9b849a07fcb8, #wrap-s-2de88578-bb32-4c47-ba94-9b849a07fcb8 { display: none !important; }}
#s-2de88578-bb32-4c47-ba94-9b849a07fcb8 hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-e88b4068-6d30-49cf-a04a-9c4d0e3d9cc9 {
  margin-left: 3%;
margin-right: 3%;
}

#s-3047a108-c933-4366-8373-93dd9f975230 {
  margin-top: 6px;
margin-bottom: 6px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-3047a108-c933-4366-8373-93dd9f975230:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3047a108-c933-4366-8373-93dd9f975230:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3047a108-c933-4366-8373-93dd9f975230-root {
    text-align: center;
  }


#s-3047a108-c933-4366-8373-93dd9f975230.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3047a108-c933-4366-8373-93dd9f975230-root {
    text-align: center;
  }


#s-3047a108-c933-4366-8373-93dd9f975230.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3047a108-c933-4366-8373-93dd9f975230-root {
    text-align: center;
  }


#s-3047a108-c933-4366-8373-93dd9f975230.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3047a108-c933-4366-8373-93dd9f975230-root {
    text-align: center;
  }


#s-3047a108-c933-4366-8373-93dd9f975230.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3047a108-c933-4366-8373-93dd9f975230-root {
    text-align: center;
  }


#s-3047a108-c933-4366-8373-93dd9f975230.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-ccb4c77f-737d-49a9-91e5-a9fa39d26295 {
  display: none;
}
#s-ccb4c77f-737d-49a9-91e5-a9fa39d26295, #wrap-s-ccb4c77f-737d-49a9-91e5-a9fa39d26295 { display: none !important; }}@media (max-width: 767px){#s-ccb4c77f-737d-49a9-91e5-a9fa39d26295 {
  display: none;
}
#s-ccb4c77f-737d-49a9-91e5-a9fa39d26295, #wrap-s-ccb4c77f-737d-49a9-91e5-a9fa39d26295 { display: none !important; }}
#s-ccb4c77f-737d-49a9-91e5-a9fa39d26295 hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-880b53f0-0a37-4a5f-9d83-45cbc6bcff26 {
  max-width: 500px;
aspect-ratio: 1146/705;
text-align: center;
}





  #s-880b53f0-0a37-4a5f-9d83-45cbc6bcff26 img.shogun-image,
  #s-880b53f0-0a37-4a5f-9d83-45cbc6bcff26 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-880b53f0-0a37-4a5f-9d83-45cbc6bcff26 {
    width: 100%;
    height: auto;
  }



  #s-880b53f0-0a37-4a5f-9d83-45cbc6bcff26 img.shogun-image {
    

    
    
    
  }


#s-880b53f0-0a37-4a5f-9d83-45cbc6bcff26 .shogun-image-content {
  
    align-items: center;
  
}

#s-daf2e6e1-b080-4052-be3f-c9a488a50a37 {
  padding-left: 3%;
padding-right: 3%;
}

#s-daf2e6e1-b080-4052-be3f-c9a488a50a37 hr {
  border-top: 4px solid #ddd;
}

#s-cd967b62-e7a7-4ea4-bcc9-43d67e32b528 {
  margin-top: 10px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

@media (min-width: 0px) {
[id="s-cd967b62-e7a7-4ea4-bcc9-43d67e32b528"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cd967b62-e7a7-4ea4-bcc9-43d67e32b528"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cd967b62-e7a7-4ea4-bcc9-43d67e32b528"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cd967b62-e7a7-4ea4-bcc9-43d67e32b528"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cd967b62-e7a7-4ea4-bcc9-43d67e32b528"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cd967b62-e7a7-4ea4-bcc9-43d67e32b528"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cd967b62-e7a7-4ea4-bcc9-43d67e32b528"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

#s-9227985c-4e15-4f74-97f3-7ba96881289e {
  margin-top: 3px;
margin-bottom: 3px;
padding-top: 3px;
padding-left: 5%;
padding-bottom: 3px;
padding-right: 5%;
text-align: center;
}

#s-9227985c-4e15-4f74-97f3-7ba96881289e .shogun-heading-component h2 {
  color: rgba(133, 133, 133, 1);
  font-weight:  normal ;
  font-family: "AvenirLTStd-Black";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}



#s-7b446d58-0610-4bd5-a1e7-569cf3e4edf0 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-7b446d58-0610-4bd5-a1e7-569cf3e4edf0 .shogun-icon-wrapper {
  text-align: center;
}


#s-7b446d58-0610-4bd5-a1e7-569cf3e4edf0 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: #495056;
}

#s-40ad6823-2727-42c7-b190-1bda818de419 {
  min-height: 50px;
}








#s-40ad6823-2727-42c7-b190-1bda818de419 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-40ad6823-2727-42c7-b190-1bda818de419.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-038e56fc-519d-4c00-83ef-18c9f0768d03 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-038e56fc-519d-4c00-83ef-18c9f0768d03 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "AvenirLTStd-Black";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



@media (min-width: 768px) and (max-width: 991px){#s-ea513f1d-3dca-4b28-b1c3-ab378ea878fa {
  display: none;
}
#s-ea513f1d-3dca-4b28-b1c3-ab378ea878fa, #wrap-s-ea513f1d-3dca-4b28-b1c3-ab378ea878fa { display: none !important; }}@media (max-width: 767px){#s-ea513f1d-3dca-4b28-b1c3-ab378ea878fa {
  display: none;
}
#s-ea513f1d-3dca-4b28-b1c3-ab378ea878fa, #wrap-s-ea513f1d-3dca-4b28-b1c3-ab378ea878fa { display: none !important; }}
#s-ea513f1d-3dca-4b28-b1c3-ab378ea878fa hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-24f5c7bc-dd95-45de-bdd1-be515ae2352e {
  margin-left: 3%;
margin-right: 3%;
}

#s-68475421-3305-48db-a8f8-8d5cdbcb4497 {
  margin-top: 6px;
margin-bottom: 6px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-68475421-3305-48db-a8f8-8d5cdbcb4497:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-68475421-3305-48db-a8f8-8d5cdbcb4497:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-68475421-3305-48db-a8f8-8d5cdbcb4497-root {
    text-align: center;
  }


#s-68475421-3305-48db-a8f8-8d5cdbcb4497.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-68475421-3305-48db-a8f8-8d5cdbcb4497-root {
    text-align: center;
  }


#s-68475421-3305-48db-a8f8-8d5cdbcb4497.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-68475421-3305-48db-a8f8-8d5cdbcb4497-root {
    text-align: center;
  }


#s-68475421-3305-48db-a8f8-8d5cdbcb4497.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-68475421-3305-48db-a8f8-8d5cdbcb4497-root {
    text-align: center;
  }


#s-68475421-3305-48db-a8f8-8d5cdbcb4497.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-68475421-3305-48db-a8f8-8d5cdbcb4497-root {
    text-align: center;
  }


#s-68475421-3305-48db-a8f8-8d5cdbcb4497.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-9bca207b-f288-40d0-aa5c-a15aacafcfb7 {
  display: none;
}
#s-9bca207b-f288-40d0-aa5c-a15aacafcfb7, #wrap-s-9bca207b-f288-40d0-aa5c-a15aacafcfb7 { display: none !important; }}@media (max-width: 767px){#s-9bca207b-f288-40d0-aa5c-a15aacafcfb7 {
  display: none;
}
#s-9bca207b-f288-40d0-aa5c-a15aacafcfb7, #wrap-s-9bca207b-f288-40d0-aa5c-a15aacafcfb7 { display: none !important; }}
#s-9bca207b-f288-40d0-aa5c-a15aacafcfb7 hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-8b525dbd-4b78-4d43-9eee-5d1dfb53f077 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 20%;
padding-right: 20%;
max-width: 500px;
text-align: center;
}







  #s-8b525dbd-4b78-4d43-9eee-5d1dfb53f077 img.shogun-image {
    

    
    
    
  }


#s-8b525dbd-4b78-4d43-9eee-5d1dfb53f077 .shogun-image-content {
  
    align-items: center;
  
}

#s-4793d663-febf-41de-b927-b64ac9a26ebf {
  padding-left: 3%;
padding-right: 3%;
}

#s-4793d663-febf-41de-b927-b64ac9a26ebf hr {
  border-top: 4px solid #ddd;
}

#s-fa723017-ff64-498b-b245-2ecf88bedc38 {
  margin-top: 10px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

@media (min-width: 0px) {
[id="s-fa723017-ff64-498b-b245-2ecf88bedc38"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fa723017-ff64-498b-b245-2ecf88bedc38"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fa723017-ff64-498b-b245-2ecf88bedc38"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-fa723017-ff64-498b-b245-2ecf88bedc38"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fa723017-ff64-498b-b245-2ecf88bedc38"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-fa723017-ff64-498b-b245-2ecf88bedc38"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fa723017-ff64-498b-b245-2ecf88bedc38"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

#s-eba5275b-8823-4368-a969-bfa96fab39e7 {
  margin-top: 3px;
margin-bottom: 3px;
padding-top: 3px;
padding-left: 5%;
padding-bottom: 3px;
padding-right: 5%;
text-align: center;
}

#s-eba5275b-8823-4368-a969-bfa96fab39e7 .shogun-heading-component h2 {
  color: rgba(133, 133, 133, 1);
  font-weight:  normal ;
  font-family: "AvenirLTStd-Black";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}



#s-ef4905ee-059a-4bcf-9bb5-ba86d88b9f24 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-ef4905ee-059a-4bcf-9bb5-ba86d88b9f24 .shogun-icon-wrapper {
  text-align: center;
}


#s-ef4905ee-059a-4bcf-9bb5-ba86d88b9f24 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: #495056;
}

#s-f65d0dca-fc35-4e73-b59c-f61e737ff08a {
  min-height: 50px;
}








#s-f65d0dca-fc35-4e73-b59c-f61e737ff08a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f65d0dca-fc35-4e73-b59c-f61e737ff08a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8277b2c2-22fa-4ad1-9ff8-f2b9c6b583d7 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8277b2c2-22fa-4ad1-9ff8-f2b9c6b583d7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "AvenirLTStd-Black";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



@media (min-width: 768px) and (max-width: 991px){#s-e9324e68-ee4d-49ee-a77d-fe3c0c3608f9 {
  display: none;
}
#s-e9324e68-ee4d-49ee-a77d-fe3c0c3608f9, #wrap-s-e9324e68-ee4d-49ee-a77d-fe3c0c3608f9 { display: none !important; }}@media (max-width: 767px){#s-e9324e68-ee4d-49ee-a77d-fe3c0c3608f9 {
  display: none;
}
#s-e9324e68-ee4d-49ee-a77d-fe3c0c3608f9, #wrap-s-e9324e68-ee4d-49ee-a77d-fe3c0c3608f9 { display: none !important; }}
#s-e9324e68-ee4d-49ee-a77d-fe3c0c3608f9 hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-cca32b65-3627-4801-9fcb-3ab877c27e49 {
  margin-left: 3%;
margin-right: 3%;
}

#s-4b446f39-4c8d-45fc-8475-97d6b19c4ab7 {
  margin-top: 6px;
margin-bottom: 6px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-4b446f39-4c8d-45fc-8475-97d6b19c4ab7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4b446f39-4c8d-45fc-8475-97d6b19c4ab7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4b446f39-4c8d-45fc-8475-97d6b19c4ab7-root {
    text-align: center;
  }


#s-4b446f39-4c8d-45fc-8475-97d6b19c4ab7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4b446f39-4c8d-45fc-8475-97d6b19c4ab7-root {
    text-align: center;
  }


#s-4b446f39-4c8d-45fc-8475-97d6b19c4ab7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4b446f39-4c8d-45fc-8475-97d6b19c4ab7-root {
    text-align: center;
  }


#s-4b446f39-4c8d-45fc-8475-97d6b19c4ab7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4b446f39-4c8d-45fc-8475-97d6b19c4ab7-root {
    text-align: center;
  }


#s-4b446f39-4c8d-45fc-8475-97d6b19c4ab7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4b446f39-4c8d-45fc-8475-97d6b19c4ab7-root {
    text-align: center;
  }


#s-4b446f39-4c8d-45fc-8475-97d6b19c4ab7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-d0fa94c3-a752-4b93-a8e1-9feaeba4fb69 {
  display: none;
}
#s-d0fa94c3-a752-4b93-a8e1-9feaeba4fb69, #wrap-s-d0fa94c3-a752-4b93-a8e1-9feaeba4fb69 { display: none !important; }}@media (max-width: 767px){#s-d0fa94c3-a752-4b93-a8e1-9feaeba4fb69 {
  display: none;
}
#s-d0fa94c3-a752-4b93-a8e1-9feaeba4fb69, #wrap-s-d0fa94c3-a752-4b93-a8e1-9feaeba4fb69 { display: none !important; }}
#s-d0fa94c3-a752-4b93-a8e1-9feaeba4fb69 hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-d0c0f5a6-b8d5-44e7-b907-34e159e42cf8 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 10%;
padding-right: 10%;
max-width: 500px;
text-align: center;
}







  #s-d0c0f5a6-b8d5-44e7-b907-34e159e42cf8 img.shogun-image {
    

    
    
    
  }


#s-d0c0f5a6-b8d5-44e7-b907-34e159e42cf8 .shogun-image-content {
  
    align-items: center;
  
}

#s-4bceef21-3e35-4f5a-a895-72206e1c6745 {
  padding-left: 3%;
padding-right: 3%;
}

#s-4bceef21-3e35-4f5a-a895-72206e1c6745 hr {
  border-top: 4px solid #ddd;
}

#s-56a8e051-040b-4ade-90b7-50f3a369f754 {
  margin-top: 10px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

@media (min-width: 0px) {
[id="s-56a8e051-040b-4ade-90b7-50f3a369f754"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-56a8e051-040b-4ade-90b7-50f3a369f754"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-56a8e051-040b-4ade-90b7-50f3a369f754"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-56a8e051-040b-4ade-90b7-50f3a369f754"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-56a8e051-040b-4ade-90b7-50f3a369f754"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-56a8e051-040b-4ade-90b7-50f3a369f754"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-56a8e051-040b-4ade-90b7-50f3a369f754"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

#s-8ec12606-5726-4b52-a547-0958d97a13d5 {
  margin-top: 3px;
margin-bottom: 3px;
padding-top: 3px;
padding-left: 5%;
padding-bottom: 3px;
padding-right: 5%;
text-align: center;
}

#s-8ec12606-5726-4b52-a547-0958d97a13d5 .shogun-heading-component h2 {
  color: rgba(133, 133, 133, 1);
  font-weight:  normal ;
  font-family: "AvenirLTStd-Black";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}



#s-d9df45ff-545c-4b8f-9fc7-14e730b8f65d {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-d9df45ff-545c-4b8f-9fc7-14e730b8f65d .shogun-icon-wrapper {
  text-align: center;
}


#s-d9df45ff-545c-4b8f-9fc7-14e730b8f65d .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: #495056;
}

#s-afa69b74-1da5-4506-b86d-b23fc2c95cb0 {
  min-height: 50px;
}








#s-afa69b74-1da5-4506-b86d-b23fc2c95cb0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-afa69b74-1da5-4506-b86d-b23fc2c95cb0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f3116c66-8ae7-4464-a201-6446737a4ce3 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f3116c66-8ae7-4464-a201-6446737a4ce3 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "AvenirLTStd-Black";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



@media (min-width: 768px) and (max-width: 991px){#s-18d582b8-a449-4740-b627-7f3a963eac23 {
  display: none;
}
#s-18d582b8-a449-4740-b627-7f3a963eac23, #wrap-s-18d582b8-a449-4740-b627-7f3a963eac23 { display: none !important; }}@media (max-width: 767px){#s-18d582b8-a449-4740-b627-7f3a963eac23 {
  display: none;
}
#s-18d582b8-a449-4740-b627-7f3a963eac23, #wrap-s-18d582b8-a449-4740-b627-7f3a963eac23 { display: none !important; }}
#s-18d582b8-a449-4740-b627-7f3a963eac23 hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-fadde786-10de-4ae5-a0c5-6b39027a9683 {
  margin-left: 3%;
margin-right: 3%;
}

#s-188a6f22-44e9-44ad-a24f-f4e70320c330 {
  margin-top: 6px;
margin-bottom: 6px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-188a6f22-44e9-44ad-a24f-f4e70320c330:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-188a6f22-44e9-44ad-a24f-f4e70320c330:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-188a6f22-44e9-44ad-a24f-f4e70320c330-root {
    text-align: center;
  }


#s-188a6f22-44e9-44ad-a24f-f4e70320c330.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-188a6f22-44e9-44ad-a24f-f4e70320c330-root {
    text-align: center;
  }


#s-188a6f22-44e9-44ad-a24f-f4e70320c330.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-188a6f22-44e9-44ad-a24f-f4e70320c330-root {
    text-align: center;
  }


#s-188a6f22-44e9-44ad-a24f-f4e70320c330.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-188a6f22-44e9-44ad-a24f-f4e70320c330-root {
    text-align: center;
  }


#s-188a6f22-44e9-44ad-a24f-f4e70320c330.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-188a6f22-44e9-44ad-a24f-f4e70320c330-root {
    text-align: center;
  }


#s-188a6f22-44e9-44ad-a24f-f4e70320c330.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}
#s-15e6b893-a958-4a6e-aae1-9592612b524d {
  margin-left: 0%;
margin-right: 0%;
padding-left: 20%;
padding-right: 20%;
max-width: 500px;
text-align: center;
}







  #s-15e6b893-a958-4a6e-aae1-9592612b524d img.shogun-image {
    

    
    
    
  }


#s-15e6b893-a958-4a6e-aae1-9592612b524d .shogun-image-content {
  
    align-items: center;
  
}

#s-071818fd-832c-4402-85bf-b1f0c34e7271 {
  padding-left: 3%;
padding-right: 3%;
}

#s-071818fd-832c-4402-85bf-b1f0c34e7271 hr {
  border-top: 4px solid #ddd;
}

#s-7c55ca32-931d-400e-b7ec-e838ff434a8c {
  margin-top: 10px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

@media (min-width: 0px) {
[id="s-7c55ca32-931d-400e-b7ec-e838ff434a8c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7c55ca32-931d-400e-b7ec-e838ff434a8c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7c55ca32-931d-400e-b7ec-e838ff434a8c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7c55ca32-931d-400e-b7ec-e838ff434a8c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7c55ca32-931d-400e-b7ec-e838ff434a8c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7c55ca32-931d-400e-b7ec-e838ff434a8c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7c55ca32-931d-400e-b7ec-e838ff434a8c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

#s-53e9ef47-4016-46d9-bb74-8b8e8a7c5222 {
  margin-top: 3px;
margin-bottom: 3px;
padding-top: 3px;
padding-left: 5%;
padding-bottom: 3px;
padding-right: 5%;
text-align: center;
}

#s-53e9ef47-4016-46d9-bb74-8b8e8a7c5222 .shogun-heading-component h2 {
  color: rgba(133, 133, 133, 1);
  font-weight:  normal ;
  font-family: "AvenirLTStd-Black";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}



#s-46746e84-b666-44fc-9f9b-8183de91b267 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-46746e84-b666-44fc-9f9b-8183de91b267 .shogun-icon-wrapper {
  text-align: center;
}


#s-46746e84-b666-44fc-9f9b-8183de91b267 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: #495056;
}

#s-46b3aae3-83cd-48ba-aa97-1c8f25bea84a {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
text-align: center;
}

#s-46b3aae3-83cd-48ba-aa97-1c8f25bea84a .shogun-heading-component h2 {
  color: rgba(73, 80, 86, 1);
  font-weight:  normal ;
  font-family: "AvenirLTStd-Black";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-58cba081-17de-4082-baeb-16072abb6862 {
  min-height: 50px;
}








#s-58cba081-17de-4082-baeb-16072abb6862 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58cba081-17de-4082-baeb-16072abb6862.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-587efcf8-b980-47a8-8d5b-173ce0a620b0 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-587efcf8-b980-47a8-8d5b-173ce0a620b0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "AvenirLTStd-Black";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



@media (min-width: 768px) and (max-width: 991px){#s-72f8dcf5-3178-4e10-a2b0-4ad22d92eaec {
  display: none;
}
#s-72f8dcf5-3178-4e10-a2b0-4ad22d92eaec, #wrap-s-72f8dcf5-3178-4e10-a2b0-4ad22d92eaec { display: none !important; }}@media (max-width: 767px){#s-72f8dcf5-3178-4e10-a2b0-4ad22d92eaec {
  display: none;
}
#s-72f8dcf5-3178-4e10-a2b0-4ad22d92eaec, #wrap-s-72f8dcf5-3178-4e10-a2b0-4ad22d92eaec { display: none !important; }}
#s-72f8dcf5-3178-4e10-a2b0-4ad22d92eaec hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-04df44c1-3ae5-496e-850f-b130f783c117 {
  margin-left: 3%;
margin-right: 3%;
}

#s-252094b0-a546-40e5-b2fc-9c96689337cb {
  margin-top: 6px;
margin-bottom: 6px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-252094b0-a546-40e5-b2fc-9c96689337cb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-252094b0-a546-40e5-b2fc-9c96689337cb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-252094b0-a546-40e5-b2fc-9c96689337cb-root {
    text-align: center;
  }


#s-252094b0-a546-40e5-b2fc-9c96689337cb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-252094b0-a546-40e5-b2fc-9c96689337cb-root {
    text-align: center;
  }


#s-252094b0-a546-40e5-b2fc-9c96689337cb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-252094b0-a546-40e5-b2fc-9c96689337cb-root {
    text-align: center;
  }


#s-252094b0-a546-40e5-b2fc-9c96689337cb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-252094b0-a546-40e5-b2fc-9c96689337cb-root {
    text-align: center;
  }


#s-252094b0-a546-40e5-b2fc-9c96689337cb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-252094b0-a546-40e5-b2fc-9c96689337cb-root {
    text-align: center;
  }


#s-252094b0-a546-40e5-b2fc-9c96689337cb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-4ace67c8-bcf4-4b35-b429-9dbbb2ee5174 {
  display: none;
}
#s-4ace67c8-bcf4-4b35-b429-9dbbb2ee5174, #wrap-s-4ace67c8-bcf4-4b35-b429-9dbbb2ee5174 { display: none !important; }}@media (max-width: 767px){#s-4ace67c8-bcf4-4b35-b429-9dbbb2ee5174 {
  display: none;
}
#s-4ace67c8-bcf4-4b35-b429-9dbbb2ee5174, #wrap-s-4ace67c8-bcf4-4b35-b429-9dbbb2ee5174 { display: none !important; }}
#s-4ace67c8-bcf4-4b35-b429-9dbbb2ee5174 hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-410b347e-0fb6-4f4c-b869-e0bca20d8e0c {
  margin-left: 0%;
margin-right: 0%;
padding-left: 20%;
padding-right: 20%;
max-width: 500px;
text-align: center;
}







  #s-410b347e-0fb6-4f4c-b869-e0bca20d8e0c img.shogun-image {
    

    
    
    
  }


#s-410b347e-0fb6-4f4c-b869-e0bca20d8e0c .shogun-image-content {
  
    align-items: center;
  
}

#s-de5a0db6-35b1-4574-a407-1a3b435693d3 {
  padding-left: 3%;
padding-right: 3%;
}

#s-de5a0db6-35b1-4574-a407-1a3b435693d3 hr {
  border-top: 4px solid #ddd;
}

#s-e33ecd0c-105f-47f4-9921-229589b398a0 {
  margin-top: 10px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

@media (min-width: 0px) {
[id="s-e33ecd0c-105f-47f4-9921-229589b398a0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e33ecd0c-105f-47f4-9921-229589b398a0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e33ecd0c-105f-47f4-9921-229589b398a0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e33ecd0c-105f-47f4-9921-229589b398a0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e33ecd0c-105f-47f4-9921-229589b398a0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e33ecd0c-105f-47f4-9921-229589b398a0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e33ecd0c-105f-47f4-9921-229589b398a0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

#s-bf326256-38b1-4291-81c7-104a51e69653 {
  margin-top: 3px;
margin-bottom: 3px;
padding-top: 3px;
padding-left: 5%;
padding-bottom: 3px;
padding-right: 5%;
text-align: center;
}

#s-bf326256-38b1-4291-81c7-104a51e69653 .shogun-heading-component h2 {
  color: rgba(133, 133, 133, 1);
  font-weight:  normal ;
  font-family: "AvenirLTStd-Black";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}



#s-49e8b955-3744-4cc2-a642-28c5ddc5a82a {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-49e8b955-3744-4cc2-a642-28c5ddc5a82a .shogun-icon-wrapper {
  text-align: center;
}


#s-49e8b955-3744-4cc2-a642-28c5ddc5a82a .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: #495056;
}

#s-1c8b5933-2959-4c0c-a392-25dec537e575 {
  min-height: 50px;
}








#s-1c8b5933-2959-4c0c-a392-25dec537e575 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c8b5933-2959-4c0c-a392-25dec537e575.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0231623d-8930-46e4-ad56-acef657cb974 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0231623d-8930-46e4-ad56-acef657cb974 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "AvenirLTStd-Black";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



@media (min-width: 768px) and (max-width: 991px){#s-b30d0ca4-e67a-42de-ac31-dfd9364a6887 {
  display: none;
}
#s-b30d0ca4-e67a-42de-ac31-dfd9364a6887, #wrap-s-b30d0ca4-e67a-42de-ac31-dfd9364a6887 { display: none !important; }}@media (max-width: 767px){#s-b30d0ca4-e67a-42de-ac31-dfd9364a6887 {
  display: none;
}
#s-b30d0ca4-e67a-42de-ac31-dfd9364a6887, #wrap-s-b30d0ca4-e67a-42de-ac31-dfd9364a6887 { display: none !important; }}
#s-b30d0ca4-e67a-42de-ac31-dfd9364a6887 hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-f90ab64e-a989-482c-9e10-a0cea3550a5c {
  margin-left: 3%;
margin-right: 3%;
}

#s-52a22773-3db7-4d0b-99a7-c8bfac15bdc1 {
  margin-top: 6px;
margin-bottom: 6px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-52a22773-3db7-4d0b-99a7-c8bfac15bdc1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-52a22773-3db7-4d0b-99a7-c8bfac15bdc1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-52a22773-3db7-4d0b-99a7-c8bfac15bdc1-root {
    text-align: center;
  }


#s-52a22773-3db7-4d0b-99a7-c8bfac15bdc1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-52a22773-3db7-4d0b-99a7-c8bfac15bdc1-root {
    text-align: center;
  }


#s-52a22773-3db7-4d0b-99a7-c8bfac15bdc1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-52a22773-3db7-4d0b-99a7-c8bfac15bdc1-root {
    text-align: center;
  }


#s-52a22773-3db7-4d0b-99a7-c8bfac15bdc1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-52a22773-3db7-4d0b-99a7-c8bfac15bdc1-root {
    text-align: center;
  }


#s-52a22773-3db7-4d0b-99a7-c8bfac15bdc1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-52a22773-3db7-4d0b-99a7-c8bfac15bdc1-root {
    text-align: center;
  }


#s-52a22773-3db7-4d0b-99a7-c8bfac15bdc1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-6951cff1-b6e0-464c-b00b-e95aa783579c {
  display: none;
}
#s-6951cff1-b6e0-464c-b00b-e95aa783579c, #wrap-s-6951cff1-b6e0-464c-b00b-e95aa783579c { display: none !important; }}@media (max-width: 767px){#s-6951cff1-b6e0-464c-b00b-e95aa783579c {
  display: none;
}
#s-6951cff1-b6e0-464c-b00b-e95aa783579c, #wrap-s-6951cff1-b6e0-464c-b00b-e95aa783579c { display: none !important; }}
#s-6951cff1-b6e0-464c-b00b-e95aa783579c hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-f633d303-8ed7-44d3-be47-eab61864548a {
  margin-left: 0%;
margin-right: 0%;
padding-left: 20%;
padding-right: 20%;
max-width: 500px;
text-align: center;
}







  #s-f633d303-8ed7-44d3-be47-eab61864548a img.shogun-image {
    

    
    
    
  }


#s-f633d303-8ed7-44d3-be47-eab61864548a .shogun-image-content {
  
    align-items: center;
  
}

#s-ec51ad80-7274-4bf6-8f89-b9f81397b767 {
  padding-left: 3%;
padding-right: 3%;
}

#s-ec51ad80-7274-4bf6-8f89-b9f81397b767 hr {
  border-top: 4px solid #ddd;
}

#s-673a83af-466d-4c21-be24-1971bf32162e {
  margin-top: 10px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

@media (min-width: 0px) {
[id="s-673a83af-466d-4c21-be24-1971bf32162e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-673a83af-466d-4c21-be24-1971bf32162e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-673a83af-466d-4c21-be24-1971bf32162e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-673a83af-466d-4c21-be24-1971bf32162e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-673a83af-466d-4c21-be24-1971bf32162e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-673a83af-466d-4c21-be24-1971bf32162e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-673a83af-466d-4c21-be24-1971bf32162e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

#s-1947ad32-2cff-4c1b-b1f3-9576c9faece4 {
  margin-top: 3px;
margin-bottom: 3px;
padding-top: 3px;
padding-left: 5%;
padding-bottom: 3px;
padding-right: 5%;
text-align: center;
}

#s-1947ad32-2cff-4c1b-b1f3-9576c9faece4 .shogun-heading-component h2 {
  color: rgba(133, 133, 133, 1);
  font-weight:  normal ;
  font-family: "AvenirLTStd-Black";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}



#s-69da7db3-341f-4b8f-8b95-927e6add0cfc {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-69da7db3-341f-4b8f-8b95-927e6add0cfc .shogun-icon-wrapper {
  text-align: center;
}


#s-69da7db3-341f-4b8f-8b95-927e6add0cfc .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: #495056;
}

#s-ad99042e-e6f3-4dce-a86c-7324770a6d10 {
  min-height: 50px;
}








#s-ad99042e-e6f3-4dce-a86c-7324770a6d10 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad99042e-e6f3-4dce-a86c-7324770a6d10.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f03df790-1858-43f0-a79d-4429c96a5523 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f03df790-1858-43f0-a79d-4429c96a5523 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "AvenirLTStd-Black";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



@media (min-width: 768px) and (max-width: 991px){#s-1dff49f3-f7f7-4577-9915-60c549b7201e {
  display: none;
}
#s-1dff49f3-f7f7-4577-9915-60c549b7201e, #wrap-s-1dff49f3-f7f7-4577-9915-60c549b7201e { display: none !important; }}@media (max-width: 767px){#s-1dff49f3-f7f7-4577-9915-60c549b7201e {
  display: none;
}
#s-1dff49f3-f7f7-4577-9915-60c549b7201e, #wrap-s-1dff49f3-f7f7-4577-9915-60c549b7201e { display: none !important; }}
#s-1dff49f3-f7f7-4577-9915-60c549b7201e hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-e55d4e5b-ad5e-4d08-95c2-bc0873694404 {
  margin-left: 3%;
margin-right: 3%;
}

#s-330eb2be-738d-4adb-9351-3990cdde322a {
  margin-top: 6px;
margin-bottom: 6px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-330eb2be-738d-4adb-9351-3990cdde322a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-330eb2be-738d-4adb-9351-3990cdde322a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-330eb2be-738d-4adb-9351-3990cdde322a-root {
    text-align: center;
  }


#s-330eb2be-738d-4adb-9351-3990cdde322a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-330eb2be-738d-4adb-9351-3990cdde322a-root {
    text-align: center;
  }


#s-330eb2be-738d-4adb-9351-3990cdde322a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-330eb2be-738d-4adb-9351-3990cdde322a-root {
    text-align: center;
  }


#s-330eb2be-738d-4adb-9351-3990cdde322a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-330eb2be-738d-4adb-9351-3990cdde322a-root {
    text-align: center;
  }


#s-330eb2be-738d-4adb-9351-3990cdde322a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-330eb2be-738d-4adb-9351-3990cdde322a-root {
    text-align: center;
  }


#s-330eb2be-738d-4adb-9351-3990cdde322a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-3579e4ad-1cf2-4f21-80f6-62e028d194d6 {
  display: none;
}
#s-3579e4ad-1cf2-4f21-80f6-62e028d194d6, #wrap-s-3579e4ad-1cf2-4f21-80f6-62e028d194d6 { display: none !important; }}@media (max-width: 767px){#s-3579e4ad-1cf2-4f21-80f6-62e028d194d6 {
  display: none;
}
#s-3579e4ad-1cf2-4f21-80f6-62e028d194d6, #wrap-s-3579e4ad-1cf2-4f21-80f6-62e028d194d6 { display: none !important; }}
#s-3579e4ad-1cf2-4f21-80f6-62e028d194d6 hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-10dd265e-bcb6-4664-bf1e-d8e8acd0ca5a {
  margin-left: 0%;
margin-right: 0%;
padding-left: 10%;
padding-right: 10%;
max-width: 500px;
text-align: center;
}







  #s-10dd265e-bcb6-4664-bf1e-d8e8acd0ca5a img.shogun-image {
    

    
    
    
  }


#s-10dd265e-bcb6-4664-bf1e-d8e8acd0ca5a .shogun-image-content {
  
    align-items: center;
  
}

#s-37cdfa2e-204e-45fe-b1ec-005f774af671 {
  padding-left: 3%;
padding-right: 3%;
}

#s-37cdfa2e-204e-45fe-b1ec-005f774af671 hr {
  border-top: 4px solid #ddd;
}

#s-c08fa577-9af4-42c3-a984-d2e5eb10cb03 {
  margin-top: 10px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

@media (min-width: 0px) {
[id="s-c08fa577-9af4-42c3-a984-d2e5eb10cb03"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c08fa577-9af4-42c3-a984-d2e5eb10cb03"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c08fa577-9af4-42c3-a984-d2e5eb10cb03"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c08fa577-9af4-42c3-a984-d2e5eb10cb03"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c08fa577-9af4-42c3-a984-d2e5eb10cb03"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c08fa577-9af4-42c3-a984-d2e5eb10cb03"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c08fa577-9af4-42c3-a984-d2e5eb10cb03"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

#s-cee4c9b3-621e-4a79-a6cf-93ea899cfce5 {
  margin-top: 3px;
margin-bottom: 3px;
padding-top: 3px;
padding-left: 5%;
padding-bottom: 3px;
padding-right: 5%;
text-align: center;
}

#s-cee4c9b3-621e-4a79-a6cf-93ea899cfce5 .shogun-heading-component h2 {
  color: rgba(133, 133, 133, 1);
  font-weight:  normal ;
  font-family: "AvenirLTStd-Black";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}



#s-00115fdc-0741-48f7-8a94-ff2bad7ad1db {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-00115fdc-0741-48f7-8a94-ff2bad7ad1db .shogun-icon-wrapper {
  text-align: center;
}


#s-00115fdc-0741-48f7-8a94-ff2bad7ad1db .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: #495056;
}

#s-e8cff2f5-49d3-4985-bfca-f20583470d14 {
  min-height: 50px;
}








#s-e8cff2f5-49d3-4985-bfca-f20583470d14 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8cff2f5-49d3-4985-bfca-f20583470d14.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-787f68a8-cd6a-4e3b-9e75-27ff00d185b2 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-787f68a8-cd6a-4e3b-9e75-27ff00d185b2 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "AvenirLTStd-Black";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



@media (min-width: 768px) and (max-width: 991px){#s-9f92edc3-8b33-4278-afae-c31f8233bdbe {
  display: none;
}
#s-9f92edc3-8b33-4278-afae-c31f8233bdbe, #wrap-s-9f92edc3-8b33-4278-afae-c31f8233bdbe { display: none !important; }}@media (max-width: 767px){#s-9f92edc3-8b33-4278-afae-c31f8233bdbe {
  display: none;
}
#s-9f92edc3-8b33-4278-afae-c31f8233bdbe, #wrap-s-9f92edc3-8b33-4278-afae-c31f8233bdbe { display: none !important; }}
#s-9f92edc3-8b33-4278-afae-c31f8233bdbe hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-9e24f863-6662-4bab-b952-a0890dfbaf6e {
  margin-left: 3%;
margin-right: 3%;
}

#s-34930b00-3941-4b0e-a92b-0ec5a0acdda6 {
  margin-top: 6px;
margin-bottom: 6px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-34930b00-3941-4b0e-a92b-0ec5a0acdda6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-34930b00-3941-4b0e-a92b-0ec5a0acdda6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-34930b00-3941-4b0e-a92b-0ec5a0acdda6-root {
    text-align: center;
  }


#s-34930b00-3941-4b0e-a92b-0ec5a0acdda6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-34930b00-3941-4b0e-a92b-0ec5a0acdda6-root {
    text-align: center;
  }


#s-34930b00-3941-4b0e-a92b-0ec5a0acdda6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-34930b00-3941-4b0e-a92b-0ec5a0acdda6-root {
    text-align: center;
  }


#s-34930b00-3941-4b0e-a92b-0ec5a0acdda6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-34930b00-3941-4b0e-a92b-0ec5a0acdda6-root {
    text-align: center;
  }


#s-34930b00-3941-4b0e-a92b-0ec5a0acdda6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-34930b00-3941-4b0e-a92b-0ec5a0acdda6-root {
    text-align: center;
  }


#s-34930b00-3941-4b0e-a92b-0ec5a0acdda6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-a071dde6-ceff-41be-a086-f9e75f2e27e7 {
  display: none;
}
#s-a071dde6-ceff-41be-a086-f9e75f2e27e7, #wrap-s-a071dde6-ceff-41be-a086-f9e75f2e27e7 { display: none !important; }}@media (max-width: 767px){#s-a071dde6-ceff-41be-a086-f9e75f2e27e7 {
  display: none;
}
#s-a071dde6-ceff-41be-a086-f9e75f2e27e7, #wrap-s-a071dde6-ceff-41be-a086-f9e75f2e27e7 { display: none !important; }}
#s-a071dde6-ceff-41be-a086-f9e75f2e27e7 hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-14ca4af4-c0e7-4e7c-8c8a-ef145873d8cb {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 500px;
text-align: center;
}







  #s-14ca4af4-c0e7-4e7c-8c8a-ef145873d8cb img.shogun-image {
    

    
    
    
  }


#s-14ca4af4-c0e7-4e7c-8c8a-ef145873d8cb .shogun-image-content {
  
    align-items: center;
  
}

#s-fda28055-3e7e-461b-ab0d-2b8384153267 {
  padding-left: 3%;
padding-right: 3%;
}

#s-fda28055-3e7e-461b-ab0d-2b8384153267 hr {
  border-top: 4px solid #ddd;
}

#s-b92f53f5-430d-4179-9ecd-960d63301e4c {
  margin-top: 10px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

@media (min-width: 0px) {
[id="s-b92f53f5-430d-4179-9ecd-960d63301e4c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b92f53f5-430d-4179-9ecd-960d63301e4c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b92f53f5-430d-4179-9ecd-960d63301e4c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b92f53f5-430d-4179-9ecd-960d63301e4c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b92f53f5-430d-4179-9ecd-960d63301e4c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b92f53f5-430d-4179-9ecd-960d63301e4c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b92f53f5-430d-4179-9ecd-960d63301e4c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

#s-a5716cf8-4e8a-4e5f-ad86-64987418edc1 {
  margin-top: 3px;
margin-bottom: 3px;
padding-top: 3px;
padding-left: 5%;
padding-bottom: 3px;
padding-right: 5%;
text-align: center;
}

#s-a5716cf8-4e8a-4e5f-ad86-64987418edc1 .shogun-heading-component h2 {
  color: rgba(133, 133, 133, 1);
  font-weight:  normal ;
  font-family: "AvenirLTStd-Black";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}



#s-a4baa224-8a97-49a2-b603-5db37887a9ba {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-a4baa224-8a97-49a2-b603-5db37887a9ba .shogun-icon-wrapper {
  text-align: center;
}


#s-a4baa224-8a97-49a2-b603-5db37887a9ba .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: #495056;
}

#s-fb91b004-7faf-4ab5-91a5-b04940e6be3b {
  min-height: 50px;
}








#s-fb91b004-7faf-4ab5-91a5-b04940e6be3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb91b004-7faf-4ab5-91a5-b04940e6be3b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-12da9471-d23c-4782-a91f-4dda7b6f7c85 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-12da9471-d23c-4782-a91f-4dda7b6f7c85 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "AvenirLTStd-Black";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



@media (min-width: 768px) and (max-width: 991px){#s-65d39e61-5bca-4271-b842-43d9467b3dd0 {
  display: none;
}
#s-65d39e61-5bca-4271-b842-43d9467b3dd0, #wrap-s-65d39e61-5bca-4271-b842-43d9467b3dd0 { display: none !important; }}@media (max-width: 767px){#s-65d39e61-5bca-4271-b842-43d9467b3dd0 {
  display: none;
}
#s-65d39e61-5bca-4271-b842-43d9467b3dd0, #wrap-s-65d39e61-5bca-4271-b842-43d9467b3dd0 { display: none !important; }}
#s-65d39e61-5bca-4271-b842-43d9467b3dd0 hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-b2726e35-7a7b-4d42-9ac3-ccf35e63e10c {
  margin-left: 3%;
margin-right: 3%;
}

#s-d63c3b2f-69c5-4c11-b424-05c5acc0f589 {
  margin-top: 6px;
margin-bottom: 6px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-d63c3b2f-69c5-4c11-b424-05c5acc0f589:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d63c3b2f-69c5-4c11-b424-05c5acc0f589:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d63c3b2f-69c5-4c11-b424-05c5acc0f589-root {
    text-align: center;
  }


#s-d63c3b2f-69c5-4c11-b424-05c5acc0f589.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d63c3b2f-69c5-4c11-b424-05c5acc0f589-root {
    text-align: center;
  }


#s-d63c3b2f-69c5-4c11-b424-05c5acc0f589.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d63c3b2f-69c5-4c11-b424-05c5acc0f589-root {
    text-align: center;
  }


#s-d63c3b2f-69c5-4c11-b424-05c5acc0f589.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d63c3b2f-69c5-4c11-b424-05c5acc0f589-root {
    text-align: center;
  }


#s-d63c3b2f-69c5-4c11-b424-05c5acc0f589.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d63c3b2f-69c5-4c11-b424-05c5acc0f589-root {
    text-align: center;
  }


#s-d63c3b2f-69c5-4c11-b424-05c5acc0f589.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-df24efca-22a5-44a2-b350-2d7ce34a5946 {
  display: none;
}
#s-df24efca-22a5-44a2-b350-2d7ce34a5946, #wrap-s-df24efca-22a5-44a2-b350-2d7ce34a5946 { display: none !important; }}@media (max-width: 767px){#s-df24efca-22a5-44a2-b350-2d7ce34a5946 {
  display: none;
}
#s-df24efca-22a5-44a2-b350-2d7ce34a5946, #wrap-s-df24efca-22a5-44a2-b350-2d7ce34a5946 { display: none !important; }}
#s-df24efca-22a5-44a2-b350-2d7ce34a5946 hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

.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-9678dac2-da8e-4313-9236-0c93ddc85b16 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-9678dac2-da8e-4313-9236-0c93ddc85b16 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-9678dac2-da8e-4313-9236-0c93ddc85b16 .shg-sld-nav-button.shg-sld-left,
#s-9678dac2-da8e-4313-9236-0c93ddc85b16 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-16c06575-f211-4277-ac5d-e177c012ea80 {
  text-align: center;
}







  img.s-16c06575-f211-4277-ac5d-e177c012ea80.shogun-image {
    
    
  }


.s-16c06575-f211-4277-ac5d-e177c012ea80 .shogun-image-content {
  
    align-items: center;
  
}

.s-16c06575-f211-4277-ac5d-e177c012ea80.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16c06575-f211-4277-ac5d-e177c012ea80.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16c06575-f211-4277-ac5d-e177c012ea80.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-16c06575-f211-4277-ac5d-e177c012ea80.shogun-image {
    
    
  }


.s-16c06575-f211-4277-ac5d-e177c012ea80 .shogun-image-content {
  
    align-items: center;
  
}

.s-16c06575-f211-4277-ac5d-e177c012ea80.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16c06575-f211-4277-ac5d-e177c012ea80.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16c06575-f211-4277-ac5d-e177c012ea80.shogun-image {
  box-sizing: border-box;
}



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





  img.s-16c06575-f211-4277-ac5d-e177c012ea80.shogun-image {
    
    
  }


.s-16c06575-f211-4277-ac5d-e177c012ea80 .shogun-image-content {
  
    align-items: center;
  
}

.s-16c06575-f211-4277-ac5d-e177c012ea80.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16c06575-f211-4277-ac5d-e177c012ea80.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16c06575-f211-4277-ac5d-e177c012ea80.shogun-image {
  box-sizing: border-box;
}



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





  img.s-16c06575-f211-4277-ac5d-e177c012ea80.shogun-image {
    
    
  }


.s-16c06575-f211-4277-ac5d-e177c012ea80 .shogun-image-content {
  
    align-items: center;
  
}

.s-16c06575-f211-4277-ac5d-e177c012ea80.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16c06575-f211-4277-ac5d-e177c012ea80.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16c06575-f211-4277-ac5d-e177c012ea80.shogun-image {
  box-sizing: border-box;
}



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





  img.s-16c06575-f211-4277-ac5d-e177c012ea80.shogun-image {
    
    
  }


.s-16c06575-f211-4277-ac5d-e177c012ea80 .shogun-image-content {
  
    align-items: center;
  
}

.s-16c06575-f211-4277-ac5d-e177c012ea80.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16c06575-f211-4277-ac5d-e177c012ea80.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16c06575-f211-4277-ac5d-e177c012ea80.shogun-image {
  box-sizing: border-box;
}



}
#s-040a54b5-413d-4017-b766-99763316b878 {
  max-width: 500px;
text-align: center;
}







  img.s-040a54b5-413d-4017-b766-99763316b878.shogun-image {
    
    
  }


.s-040a54b5-413d-4017-b766-99763316b878 .shogun-image-content {
  
    align-items: center;
  
}

.s-040a54b5-413d-4017-b766-99763316b878.shg-align-container {
  display: flex;
  justify-content: center
}

.s-040a54b5-413d-4017-b766-99763316b878.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-040a54b5-413d-4017-b766-99763316b878.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-040a54b5-413d-4017-b766-99763316b878.shogun-image {
    
    
  }


.s-040a54b5-413d-4017-b766-99763316b878 .shogun-image-content {
  
    align-items: center;
  
}

.s-040a54b5-413d-4017-b766-99763316b878.shg-align-container {
  display: flex;
  justify-content: center
}

.s-040a54b5-413d-4017-b766-99763316b878.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-040a54b5-413d-4017-b766-99763316b878.shogun-image {
  box-sizing: border-box;
}



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





  img.s-040a54b5-413d-4017-b766-99763316b878.shogun-image {
    
    
  }


.s-040a54b5-413d-4017-b766-99763316b878 .shogun-image-content {
  
    align-items: center;
  
}

.s-040a54b5-413d-4017-b766-99763316b878.shg-align-container {
  display: flex;
  justify-content: center
}

.s-040a54b5-413d-4017-b766-99763316b878.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-040a54b5-413d-4017-b766-99763316b878.shogun-image {
  box-sizing: border-box;
}



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





  img.s-040a54b5-413d-4017-b766-99763316b878.shogun-image {
    
    
  }


.s-040a54b5-413d-4017-b766-99763316b878 .shogun-image-content {
  
    align-items: center;
  
}

.s-040a54b5-413d-4017-b766-99763316b878.shg-align-container {
  display: flex;
  justify-content: center
}

.s-040a54b5-413d-4017-b766-99763316b878.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-040a54b5-413d-4017-b766-99763316b878.shogun-image {
  box-sizing: border-box;
}



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





  img.s-040a54b5-413d-4017-b766-99763316b878.shogun-image {
    
    
  }


.s-040a54b5-413d-4017-b766-99763316b878 .shogun-image-content {
  
    align-items: center;
  
}

.s-040a54b5-413d-4017-b766-99763316b878.shg-align-container {
  display: flex;
  justify-content: center
}

.s-040a54b5-413d-4017-b766-99763316b878.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-040a54b5-413d-4017-b766-99763316b878.shogun-image {
  box-sizing: border-box;
}



}
#s-d75a5c47-e56d-48e3-afa5-9bbcc3d571d6 {
  padding-left: 3%;
padding-right: 3%;
}

#s-d75a5c47-e56d-48e3-afa5-9bbcc3d571d6 hr {
  border-top: 4px solid #ddd;
}

#s-e18338ec-cbe1-4579-a272-50a2855f1266 {
  margin-top: 10px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

@media (min-width: 0px) {
[id="s-e18338ec-cbe1-4579-a272-50a2855f1266"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e18338ec-cbe1-4579-a272-50a2855f1266"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e18338ec-cbe1-4579-a272-50a2855f1266"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e18338ec-cbe1-4579-a272-50a2855f1266"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e18338ec-cbe1-4579-a272-50a2855f1266"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e18338ec-cbe1-4579-a272-50a2855f1266"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e18338ec-cbe1-4579-a272-50a2855f1266"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

#s-56ff0a33-bd80-4348-b315-1158ec03b53e {
  margin-top: 3px;
margin-bottom: 3px;
padding-top: 3px;
padding-left: 5%;
padding-bottom: 3px;
padding-right: 5%;
text-align: center;
}

#s-56ff0a33-bd80-4348-b315-1158ec03b53e .shogun-heading-component h2 {
  color: rgba(133, 133, 133, 1);
  font-weight:  normal ;
  font-family: "AvenirLTStd-Black";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}



#s-2b9c457a-2ced-400f-8987-b14ecdf0a947 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-2b9c457a-2ced-400f-8987-b14ecdf0a947 .shogun-icon-wrapper {
  text-align: center;
}


#s-2b9c457a-2ced-400f-8987-b14ecdf0a947 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: #495056;
}

#s-f7b90ba9-6a8d-4032-ae6c-9db457d3e3f0 {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
text-align: center;
}

#s-f7b90ba9-6a8d-4032-ae6c-9db457d3e3f0 .shogun-heading-component h2 {
  color: rgba(73, 80, 86, 1);
  font-weight:  normal ;
  font-family: "AvenirLTStd-Black";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-bc1c8096-b0d9-41b3-bc4a-d0e6e05357b8 {
  min-height: 50px;
}








#s-bc1c8096-b0d9-41b3-bc4a-d0e6e05357b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc1c8096-b0d9-41b3-bc4a-d0e6e05357b8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c4be34eb-ffcb-40a0-8475-27a6c7b0145a {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c4be34eb-ffcb-40a0-8475-27a6c7b0145a .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "AvenirLTStd-Black";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



@media (min-width: 768px) and (max-width: 991px){#s-3ed87d01-1990-4d2a-8a1b-4826cb7ec6cf {
  display: none;
}
#s-3ed87d01-1990-4d2a-8a1b-4826cb7ec6cf, #wrap-s-3ed87d01-1990-4d2a-8a1b-4826cb7ec6cf { display: none !important; }}@media (max-width: 767px){#s-3ed87d01-1990-4d2a-8a1b-4826cb7ec6cf {
  display: none;
}
#s-3ed87d01-1990-4d2a-8a1b-4826cb7ec6cf, #wrap-s-3ed87d01-1990-4d2a-8a1b-4826cb7ec6cf { display: none !important; }}
#s-3ed87d01-1990-4d2a-8a1b-4826cb7ec6cf hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-8030cdef-475e-47ad-8926-6cf08784a7d8 {
  margin-left: 3%;
margin-right: 3%;
}

#s-ae74cbee-0bdf-45be-bd84-a2946febd25c {
  margin-top: 6px;
margin-bottom: 6px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-ae74cbee-0bdf-45be-bd84-a2946febd25c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ae74cbee-0bdf-45be-bd84-a2946febd25c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ae74cbee-0bdf-45be-bd84-a2946febd25c-root {
    text-align: center;
  }


#s-ae74cbee-0bdf-45be-bd84-a2946febd25c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ae74cbee-0bdf-45be-bd84-a2946febd25c-root {
    text-align: center;
  }


#s-ae74cbee-0bdf-45be-bd84-a2946febd25c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ae74cbee-0bdf-45be-bd84-a2946febd25c-root {
    text-align: center;
  }


#s-ae74cbee-0bdf-45be-bd84-a2946febd25c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ae74cbee-0bdf-45be-bd84-a2946febd25c-root {
    text-align: center;
  }


#s-ae74cbee-0bdf-45be-bd84-a2946febd25c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ae74cbee-0bdf-45be-bd84-a2946febd25c-root {
    text-align: center;
  }


#s-ae74cbee-0bdf-45be-bd84-a2946febd25c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-ed1a4889-5d97-4bf7-a8ac-f0874f58cc94 {
  display: none;
}
#s-ed1a4889-5d97-4bf7-a8ac-f0874f58cc94, #wrap-s-ed1a4889-5d97-4bf7-a8ac-f0874f58cc94 { display: none !important; }}@media (max-width: 767px){#s-ed1a4889-5d97-4bf7-a8ac-f0874f58cc94 {
  display: none;
}
#s-ed1a4889-5d97-4bf7-a8ac-f0874f58cc94, #wrap-s-ed1a4889-5d97-4bf7-a8ac-f0874f58cc94 { display: none !important; }}
#s-ed1a4889-5d97-4bf7-a8ac-f0874f58cc94 hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-e4b0ee14-5058-4c30-8d5b-2ef857de658b {
  max-width: 1221px;
aspect-ratio: 1221/655;
text-align: center;
}





  #s-e4b0ee14-5058-4c30-8d5b-2ef857de658b img.shogun-image,
  #s-e4b0ee14-5058-4c30-8d5b-2ef857de658b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e4b0ee14-5058-4c30-8d5b-2ef857de658b {
    width: 100%;
    height: auto;
  }



  #s-e4b0ee14-5058-4c30-8d5b-2ef857de658b img.shogun-image {
    

    
    
    
  }


#s-e4b0ee14-5058-4c30-8d5b-2ef857de658b .shogun-image-content {
  
    align-items: center;
  
}

#s-ee4318d5-9626-43bd-bbdb-8b319182d55f {
  padding-left: 3%;
padding-right: 3%;
}

#s-ee4318d5-9626-43bd-bbdb-8b319182d55f hr {
  border-top: 4px solid #ddd;
}

#s-26c29cfc-b0ca-4468-9f34-d9006babee42 {
  margin-top: 10px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

@media (min-width: 0px) {
[id="s-26c29cfc-b0ca-4468-9f34-d9006babee42"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-26c29cfc-b0ca-4468-9f34-d9006babee42"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-26c29cfc-b0ca-4468-9f34-d9006babee42"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-26c29cfc-b0ca-4468-9f34-d9006babee42"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-26c29cfc-b0ca-4468-9f34-d9006babee42"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-26c29cfc-b0ca-4468-9f34-d9006babee42"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-26c29cfc-b0ca-4468-9f34-d9006babee42"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

#s-6f2a74b4-40d8-4005-82fd-806ecdebf826 {
  margin-top: 3px;
margin-bottom: 3px;
padding-top: 3px;
padding-left: 5%;
padding-bottom: 3px;
padding-right: 5%;
text-align: center;
}

#s-6f2a74b4-40d8-4005-82fd-806ecdebf826 .shogun-heading-component h2 {
  color: rgba(133, 133, 133, 1);
  font-weight:  normal ;
  font-family: "AvenirLTStd-Black";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}



#s-2839225d-ee2b-4cd7-8c01-b068a6f325f9 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-2839225d-ee2b-4cd7-8c01-b068a6f325f9 .shogun-icon-wrapper {
  text-align: center;
}


#s-2839225d-ee2b-4cd7-8c01-b068a6f325f9 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: #495056;
}

#s-25a761c6-b24a-4da5-a1a8-287d2792636b {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
text-align: center;
}

#s-25a761c6-b24a-4da5-a1a8-287d2792636b .shogun-heading-component h2 {
  color: rgba(73, 80, 86, 1);
  font-weight:  normal ;
  font-family: "AvenirLTStd-Black";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-da39309d-059e-4e9f-a11d-485734defca2 {
  min-height: 50px;
}








#s-da39309d-059e-4e9f-a11d-485734defca2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da39309d-059e-4e9f-a11d-485734defca2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dfb6f02b-0a95-4db4-89b7-aa360e390745 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dfb6f02b-0a95-4db4-89b7-aa360e390745 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "AvenirLTStd-Black";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



@media (min-width: 768px) and (max-width: 991px){#s-a03b4e59-65eb-45be-bcab-80e091bd3ce6 {
  display: none;
}
#s-a03b4e59-65eb-45be-bcab-80e091bd3ce6, #wrap-s-a03b4e59-65eb-45be-bcab-80e091bd3ce6 { display: none !important; }}@media (max-width: 767px){#s-a03b4e59-65eb-45be-bcab-80e091bd3ce6 {
  display: none;
}
#s-a03b4e59-65eb-45be-bcab-80e091bd3ce6, #wrap-s-a03b4e59-65eb-45be-bcab-80e091bd3ce6 { display: none !important; }}
#s-a03b4e59-65eb-45be-bcab-80e091bd3ce6 hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-27c5c787-850b-455f-88ab-d4be20be66f7 {
  margin-left: 3%;
margin-right: 3%;
}

#s-fdd6c69b-1c3d-422d-8935-bd7c0cd5438b {
  margin-top: 6px;
margin-bottom: 6px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-fdd6c69b-1c3d-422d-8935-bd7c0cd5438b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fdd6c69b-1c3d-422d-8935-bd7c0cd5438b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fdd6c69b-1c3d-422d-8935-bd7c0cd5438b-root {
    text-align: center;
  }


#s-fdd6c69b-1c3d-422d-8935-bd7c0cd5438b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fdd6c69b-1c3d-422d-8935-bd7c0cd5438b-root {
    text-align: center;
  }


#s-fdd6c69b-1c3d-422d-8935-bd7c0cd5438b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fdd6c69b-1c3d-422d-8935-bd7c0cd5438b-root {
    text-align: center;
  }


#s-fdd6c69b-1c3d-422d-8935-bd7c0cd5438b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fdd6c69b-1c3d-422d-8935-bd7c0cd5438b-root {
    text-align: center;
  }


#s-fdd6c69b-1c3d-422d-8935-bd7c0cd5438b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fdd6c69b-1c3d-422d-8935-bd7c0cd5438b-root {
    text-align: center;
  }


#s-fdd6c69b-1c3d-422d-8935-bd7c0cd5438b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-607c9dc1-6529-47f2-8721-9e506f573cf5 {
  display: none;
}
#s-607c9dc1-6529-47f2-8721-9e506f573cf5, #wrap-s-607c9dc1-6529-47f2-8721-9e506f573cf5 { display: none !important; }}@media (max-width: 767px){#s-607c9dc1-6529-47f2-8721-9e506f573cf5 {
  display: none;
}
#s-607c9dc1-6529-47f2-8721-9e506f573cf5, #wrap-s-607c9dc1-6529-47f2-8721-9e506f573cf5 { display: none !important; }}
#s-607c9dc1-6529-47f2-8721-9e506f573cf5 hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-abc0376d-d596-49f4-ba6b-08b8a6dc0d69 {
  max-width: 2048px;
aspect-ratio: 2048/1365;
text-align: center;
}





  #s-abc0376d-d596-49f4-ba6b-08b8a6dc0d69 img.shogun-image,
  #s-abc0376d-d596-49f4-ba6b-08b8a6dc0d69 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-abc0376d-d596-49f4-ba6b-08b8a6dc0d69 {
    width: 100%;
    height: auto;
  }



  #s-abc0376d-d596-49f4-ba6b-08b8a6dc0d69 img.shogun-image {
    

    
    
    
  }


#s-abc0376d-d596-49f4-ba6b-08b8a6dc0d69 .shogun-image-content {
  
    align-items: center;
  
}

#s-03246470-18b7-4451-b6c9-1ba63753362a {
  padding-left: 3%;
padding-right: 3%;
}

#s-03246470-18b7-4451-b6c9-1ba63753362a hr {
  border-top: 4px solid #ddd;
}

#s-2b92de84-9500-4f70-8aef-b9fe0d1205f6 {
  margin-top: 10px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

@media (min-width: 0px) {
[id="s-2b92de84-9500-4f70-8aef-b9fe0d1205f6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2b92de84-9500-4f70-8aef-b9fe0d1205f6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2b92de84-9500-4f70-8aef-b9fe0d1205f6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2b92de84-9500-4f70-8aef-b9fe0d1205f6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2b92de84-9500-4f70-8aef-b9fe0d1205f6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2b92de84-9500-4f70-8aef-b9fe0d1205f6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2b92de84-9500-4f70-8aef-b9fe0d1205f6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

#s-998e9461-fddd-4446-93e8-bfbf194b2875 {
  margin-top: 3px;
margin-bottom: 3px;
padding-top: 3px;
padding-left: 5%;
padding-bottom: 3px;
padding-right: 5%;
text-align: center;
}

#s-998e9461-fddd-4446-93e8-bfbf194b2875 .shogun-heading-component h2 {
  color: rgba(133, 133, 133, 1);
  font-weight:  normal ;
  font-family: "AvenirLTStd-Black";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}



#s-ec8f7a92-e96c-42de-a2fc-f6fe9bc5814e {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-ec8f7a92-e96c-42de-a2fc-f6fe9bc5814e .shogun-icon-wrapper {
  text-align: center;
}


#s-ec8f7a92-e96c-42de-a2fc-f6fe9bc5814e .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: #495056;
}

#s-3c2499cd-992f-48bd-bb74-f4974003ca9d {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
text-align: center;
}

#s-3c2499cd-992f-48bd-bb74-f4974003ca9d .shogun-heading-component h2 {
  color: rgba(73, 80, 86, 1);
  font-weight:  normal ;
  font-family: "AvenirLTStd-Black";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-344ac06b-c837-42b8-8b21-6b5a79671bb5 {
  min-height: 50px;
}








#s-344ac06b-c837-42b8-8b21-6b5a79671bb5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-344ac06b-c837-42b8-8b21-6b5a79671bb5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-87575fb0-7130-43fe-8391-84906f0106bd {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-87575fb0-7130-43fe-8391-84906f0106bd .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "AvenirLTStd-Black";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



@media (min-width: 768px) and (max-width: 991px){#s-30d23258-3cdb-4693-a7e9-f0c3f88e1997 {
  display: none;
}
#s-30d23258-3cdb-4693-a7e9-f0c3f88e1997, #wrap-s-30d23258-3cdb-4693-a7e9-f0c3f88e1997 { display: none !important; }}@media (max-width: 767px){#s-30d23258-3cdb-4693-a7e9-f0c3f88e1997 {
  display: none;
}
#s-30d23258-3cdb-4693-a7e9-f0c3f88e1997, #wrap-s-30d23258-3cdb-4693-a7e9-f0c3f88e1997 { display: none !important; }}
#s-30d23258-3cdb-4693-a7e9-f0c3f88e1997 hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-adaf8d61-7b0a-4f67-b3ae-9df293376370 {
  margin-left: 3%;
margin-right: 3%;
}

#s-414ae569-0a5b-4300-8cee-e25c4d4df524 {
  margin-top: 6px;
margin-bottom: 6px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-414ae569-0a5b-4300-8cee-e25c4d4df524:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-414ae569-0a5b-4300-8cee-e25c4d4df524:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-414ae569-0a5b-4300-8cee-e25c4d4df524-root {
    text-align: center;
  }


#s-414ae569-0a5b-4300-8cee-e25c4d4df524.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-414ae569-0a5b-4300-8cee-e25c4d4df524-root {
    text-align: center;
  }


#s-414ae569-0a5b-4300-8cee-e25c4d4df524.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-414ae569-0a5b-4300-8cee-e25c4d4df524-root {
    text-align: center;
  }


#s-414ae569-0a5b-4300-8cee-e25c4d4df524.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-414ae569-0a5b-4300-8cee-e25c4d4df524-root {
    text-align: center;
  }


#s-414ae569-0a5b-4300-8cee-e25c4d4df524.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-414ae569-0a5b-4300-8cee-e25c4d4df524-root {
    text-align: center;
  }


#s-414ae569-0a5b-4300-8cee-e25c4d4df524.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-7ae5c185-f8ed-42af-aa7b-20e14508a212 {
  display: none;
}
#s-7ae5c185-f8ed-42af-aa7b-20e14508a212, #wrap-s-7ae5c185-f8ed-42af-aa7b-20e14508a212 { display: none !important; }}@media (max-width: 767px){#s-7ae5c185-f8ed-42af-aa7b-20e14508a212 {
  display: none;
}
#s-7ae5c185-f8ed-42af-aa7b-20e14508a212, #wrap-s-7ae5c185-f8ed-42af-aa7b-20e14508a212 { display: none !important; }}
#s-7ae5c185-f8ed-42af-aa7b-20e14508a212 hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-3d40d8be-c84f-426c-a040-64339599a4f0 {
  max-width: 2048px;
aspect-ratio: 2048/1365;
text-align: center;
}





  #s-3d40d8be-c84f-426c-a040-64339599a4f0 img.shogun-image,
  #s-3d40d8be-c84f-426c-a040-64339599a4f0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3d40d8be-c84f-426c-a040-64339599a4f0 {
    width: 100%;
    height: auto;
  }



  #s-3d40d8be-c84f-426c-a040-64339599a4f0 img.shogun-image {
    

    
    
    
  }


#s-3d40d8be-c84f-426c-a040-64339599a4f0 .shogun-image-content {
  
    align-items: center;
  
}

#s-614aaf4f-d6e6-4e81-b2c2-641f5907ad3a {
  padding-left: 3%;
padding-right: 3%;
}

#s-614aaf4f-d6e6-4e81-b2c2-641f5907ad3a hr {
  border-top: 4px solid #ddd;
}

#s-ec8fdeeb-70d8-40d0-97b6-72be7fd43a01 {
  margin-top: 10px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

@media (min-width: 0px) {
[id="s-ec8fdeeb-70d8-40d0-97b6-72be7fd43a01"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ec8fdeeb-70d8-40d0-97b6-72be7fd43a01"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ec8fdeeb-70d8-40d0-97b6-72be7fd43a01"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ec8fdeeb-70d8-40d0-97b6-72be7fd43a01"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ec8fdeeb-70d8-40d0-97b6-72be7fd43a01"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ec8fdeeb-70d8-40d0-97b6-72be7fd43a01"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ec8fdeeb-70d8-40d0-97b6-72be7fd43a01"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

#s-3ff05ee3-c1f3-407a-8347-d84c67ea6613 {
  margin-top: 3px;
margin-bottom: 3px;
padding-top: 3px;
padding-left: 5%;
padding-bottom: 3px;
padding-right: 5%;
text-align: center;
}

#s-3ff05ee3-c1f3-407a-8347-d84c67ea6613 .shogun-heading-component h2 {
  color: rgba(133, 133, 133, 1);
  font-weight:  normal ;
  font-family: "AvenirLTStd-Black";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}



#s-bcadece4-062a-4b61-a0bd-8447c9a0b03f {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-bcadece4-062a-4b61-a0bd-8447c9a0b03f .shogun-icon-wrapper {
  text-align: center;
}


#s-bcadece4-062a-4b61-a0bd-8447c9a0b03f .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: #495056;
}

#s-88099726-08fc-4247-b515-03311ed620ab {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
text-align: center;
}

#s-88099726-08fc-4247-b515-03311ed620ab .shogun-heading-component h2 {
  color: rgba(73, 80, 86, 1);
  font-weight:  normal ;
  font-family: "AvenirLTStd-Black";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-5bde5da4-5c38-4e0d-8b56-9e89b99b3b0b {
  min-height: 50px;
}








#s-5bde5da4-5c38-4e0d-8b56-9e89b99b3b0b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5bde5da4-5c38-4e0d-8b56-9e89b99b3b0b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e69faaf0-1961-4507-b9fb-af8f64e64bec {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e69faaf0-1961-4507-b9fb-af8f64e64bec .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "AvenirLTStd-Black";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



@media (min-width: 768px) and (max-width: 991px){#s-f81de03f-34ba-4714-a02f-181f276828bb {
  display: none;
}
#s-f81de03f-34ba-4714-a02f-181f276828bb, #wrap-s-f81de03f-34ba-4714-a02f-181f276828bb { display: none !important; }}@media (max-width: 767px){#s-f81de03f-34ba-4714-a02f-181f276828bb {
  display: none;
}
#s-f81de03f-34ba-4714-a02f-181f276828bb, #wrap-s-f81de03f-34ba-4714-a02f-181f276828bb { display: none !important; }}
#s-f81de03f-34ba-4714-a02f-181f276828bb hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-21663578-9f5c-48cd-a3ad-3a979848940b {
  margin-left: 3%;
margin-right: 3%;
}

#s-57992033-d5ca-4093-bfd0-6b6ad9067137 {
  margin-top: 6px;
margin-bottom: 6px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-57992033-d5ca-4093-bfd0-6b6ad9067137:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-57992033-d5ca-4093-bfd0-6b6ad9067137:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-57992033-d5ca-4093-bfd0-6b6ad9067137-root {
    text-align: center;
  }


#s-57992033-d5ca-4093-bfd0-6b6ad9067137.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-57992033-d5ca-4093-bfd0-6b6ad9067137-root {
    text-align: center;
  }


#s-57992033-d5ca-4093-bfd0-6b6ad9067137.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-57992033-d5ca-4093-bfd0-6b6ad9067137-root {
    text-align: center;
  }


#s-57992033-d5ca-4093-bfd0-6b6ad9067137.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-57992033-d5ca-4093-bfd0-6b6ad9067137-root {
    text-align: center;
  }


#s-57992033-d5ca-4093-bfd0-6b6ad9067137.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-57992033-d5ca-4093-bfd0-6b6ad9067137-root {
    text-align: center;
  }


#s-57992033-d5ca-4093-bfd0-6b6ad9067137.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-57a08d92-14c5-4fe8-aa87-8fd295a15fbc {
  display: none;
}
#s-57a08d92-14c5-4fe8-aa87-8fd295a15fbc, #wrap-s-57a08d92-14c5-4fe8-aa87-8fd295a15fbc { display: none !important; }}@media (max-width: 767px){#s-57a08d92-14c5-4fe8-aa87-8fd295a15fbc {
  display: none;
}
#s-57a08d92-14c5-4fe8-aa87-8fd295a15fbc, #wrap-s-57a08d92-14c5-4fe8-aa87-8fd295a15fbc { display: none !important; }}
#s-57a08d92-14c5-4fe8-aa87-8fd295a15fbc hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-55ec183c-afa2-4b7f-9a32-8de4a52886db {
  max-width: 843px;
aspect-ratio: 843/527;
text-align: center;
}





  #s-55ec183c-afa2-4b7f-9a32-8de4a52886db img.shogun-image,
  #s-55ec183c-afa2-4b7f-9a32-8de4a52886db .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-55ec183c-afa2-4b7f-9a32-8de4a52886db {
    width: 100%;
    height: auto;
  }



  #s-55ec183c-afa2-4b7f-9a32-8de4a52886db img.shogun-image {
    

    
    
    
  }


#s-55ec183c-afa2-4b7f-9a32-8de4a52886db .shogun-image-content {
  
    align-items: center;
  
}

#s-f2abda57-f1ea-4f3b-9933-ccaba71bf623 {
  padding-left: 3%;
padding-right: 3%;
}

#s-f2abda57-f1ea-4f3b-9933-ccaba71bf623 hr {
  border-top: 4px solid #ddd;
}

#s-2236fccc-8bef-48e4-9f5e-37dcd2ce578d {
  margin-top: 10px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

@media (min-width: 0px) {
[id="s-2236fccc-8bef-48e4-9f5e-37dcd2ce578d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2236fccc-8bef-48e4-9f5e-37dcd2ce578d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2236fccc-8bef-48e4-9f5e-37dcd2ce578d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2236fccc-8bef-48e4-9f5e-37dcd2ce578d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2236fccc-8bef-48e4-9f5e-37dcd2ce578d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2236fccc-8bef-48e4-9f5e-37dcd2ce578d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2236fccc-8bef-48e4-9f5e-37dcd2ce578d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

#s-b45a48b5-8bc7-487a-891b-9aaa34c815c9 {
  margin-top: 3px;
margin-bottom: 3px;
padding-top: 3px;
padding-left: 5%;
padding-bottom: 3px;
padding-right: 5%;
text-align: center;
}

#s-b45a48b5-8bc7-487a-891b-9aaa34c815c9 .shogun-heading-component h2 {
  color: rgba(133, 133, 133, 1);
  font-weight:  normal ;
  font-family: "AvenirLTStd-Black";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}



#s-5c963fc2-3f8d-4e5a-ad15-9ade5555f942 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-5c963fc2-3f8d-4e5a-ad15-9ade5555f942 .shogun-icon-wrapper {
  text-align: center;
}


#s-5c963fc2-3f8d-4e5a-ad15-9ade5555f942 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: #495056;
}

#s-9c3b6b68-7c1e-41c5-8e7a-b34577121916 {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
text-align: center;
}

#s-9c3b6b68-7c1e-41c5-8e7a-b34577121916 .shogun-heading-component h2 {
  color: rgba(73, 80, 86, 1);
  font-weight:  normal ;
  font-family: "AvenirLTStd-Black";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-baac10e0-a83e-4058-8a6a-4871b790e1cb {
  min-height: 50px;
}








#s-baac10e0-a83e-4058-8a6a-4871b790e1cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-baac10e0-a83e-4058-8a6a-4871b790e1cb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9bf40382-0648-4c44-bda5-750ef5f52716 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9bf40382-0648-4c44-bda5-750ef5f52716 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "AvenirLTStd-Black";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



@media (min-width: 768px) and (max-width: 991px){#s-c73c673d-350e-432c-b464-21c75201d462 {
  display: none;
}
#s-c73c673d-350e-432c-b464-21c75201d462, #wrap-s-c73c673d-350e-432c-b464-21c75201d462 { display: none !important; }}@media (max-width: 767px){#s-c73c673d-350e-432c-b464-21c75201d462 {
  display: none;
}
#s-c73c673d-350e-432c-b464-21c75201d462, #wrap-s-c73c673d-350e-432c-b464-21c75201d462 { display: none !important; }}
#s-c73c673d-350e-432c-b464-21c75201d462 hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-4f1e4425-7763-4c55-a21d-8957d1e008f7 {
  margin-left: 3%;
margin-right: 3%;
}

#s-d7da0941-4949-44fc-bdfa-965903f2a593 {
  margin-top: 6px;
margin-bottom: 6px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-d7da0941-4949-44fc-bdfa-965903f2a593:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d7da0941-4949-44fc-bdfa-965903f2a593:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d7da0941-4949-44fc-bdfa-965903f2a593-root {
    text-align: center;
  }


#s-d7da0941-4949-44fc-bdfa-965903f2a593.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d7da0941-4949-44fc-bdfa-965903f2a593-root {
    text-align: center;
  }


#s-d7da0941-4949-44fc-bdfa-965903f2a593.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d7da0941-4949-44fc-bdfa-965903f2a593-root {
    text-align: center;
  }


#s-d7da0941-4949-44fc-bdfa-965903f2a593.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d7da0941-4949-44fc-bdfa-965903f2a593-root {
    text-align: center;
  }


#s-d7da0941-4949-44fc-bdfa-965903f2a593.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d7da0941-4949-44fc-bdfa-965903f2a593-root {
    text-align: center;
  }


#s-d7da0941-4949-44fc-bdfa-965903f2a593.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-b8abce0a-6f02-40c7-b94f-06219c8d9c11 {
  display: none;
}
#s-b8abce0a-6f02-40c7-b94f-06219c8d9c11, #wrap-s-b8abce0a-6f02-40c7-b94f-06219c8d9c11 { display: none !important; }}@media (max-width: 767px){#s-b8abce0a-6f02-40c7-b94f-06219c8d9c11 {
  display: none;
}
#s-b8abce0a-6f02-40c7-b94f-06219c8d9c11, #wrap-s-b8abce0a-6f02-40c7-b94f-06219c8d9c11 { display: none !important; }}
#s-b8abce0a-6f02-40c7-b94f-06219c8d9c11 hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-510ce4c6-92e1-418b-8324-a86e11a8648a {
  max-width: 504px;
aspect-ratio: 504/442;
text-align: center;
}





  #s-510ce4c6-92e1-418b-8324-a86e11a8648a img.shogun-image,
  #s-510ce4c6-92e1-418b-8324-a86e11a8648a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-510ce4c6-92e1-418b-8324-a86e11a8648a {
    width: 100%;
    height: auto;
  }



  #s-510ce4c6-92e1-418b-8324-a86e11a8648a img.shogun-image {
    

    
    
    
  }


#s-510ce4c6-92e1-418b-8324-a86e11a8648a .shogun-image-content {
  
    align-items: center;
  
}

#s-881e783b-9b08-4b56-80c1-796d09dd23f6 {
  padding-left: 3%;
padding-right: 3%;
}

#s-881e783b-9b08-4b56-80c1-796d09dd23f6 hr {
  border-top: 4px solid #ddd;
}

#s-d0d17f63-7b09-46e9-a461-5a86faaf64b6 {
  margin-top: 10px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

@media (min-width: 0px) {
[id="s-d0d17f63-7b09-46e9-a461-5a86faaf64b6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d0d17f63-7b09-46e9-a461-5a86faaf64b6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d0d17f63-7b09-46e9-a461-5a86faaf64b6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d0d17f63-7b09-46e9-a461-5a86faaf64b6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d0d17f63-7b09-46e9-a461-5a86faaf64b6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d0d17f63-7b09-46e9-a461-5a86faaf64b6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d0d17f63-7b09-46e9-a461-5a86faaf64b6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

#s-85bd46a7-741e-431a-84d8-ea9fb43a27e9 {
  margin-top: 3px;
margin-bottom: 3px;
padding-top: 3px;
padding-left: 5%;
padding-bottom: 3px;
padding-right: 5%;
text-align: center;
}

#s-85bd46a7-741e-431a-84d8-ea9fb43a27e9 .shogun-heading-component h2 {
  color: rgba(133, 133, 133, 1);
  font-weight:  normal ;
  font-family: "AvenirLTStd-Black";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}



#s-4dc8089e-e0a1-43dd-9a6b-0c5ddb46a9ba {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-4dc8089e-e0a1-43dd-9a6b-0c5ddb46a9ba .shogun-icon-wrapper {
  text-align: center;
}


#s-4dc8089e-e0a1-43dd-9a6b-0c5ddb46a9ba .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: #495056;
}

#s-1feb5e2b-2324-4c66-849e-df52b0a026e6 {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
text-align: center;
}

#s-1feb5e2b-2324-4c66-849e-df52b0a026e6 .shogun-heading-component h2 {
  color: rgba(73, 80, 86, 1);
  font-weight:  normal ;
  font-family: "AvenirLTStd-Black";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-3a05b6a4-91ec-47e3-a1fc-0e1d73b72d62 {
  min-height: 50px;
}








#s-3a05b6a4-91ec-47e3-a1fc-0e1d73b72d62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a05b6a4-91ec-47e3-a1fc-0e1d73b72d62.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-71d61761-bd19-4cae-b5dc-a6ca58e89c76 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-71d61761-bd19-4cae-b5dc-a6ca58e89c76 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "AvenirLTStd-Black";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



@media (min-width: 768px) and (max-width: 991px){#s-03b18b41-3d8d-4695-9aa5-16b44b8d76b2 {
  display: none;
}
#s-03b18b41-3d8d-4695-9aa5-16b44b8d76b2, #wrap-s-03b18b41-3d8d-4695-9aa5-16b44b8d76b2 { display: none !important; }}@media (max-width: 767px){#s-03b18b41-3d8d-4695-9aa5-16b44b8d76b2 {
  display: none;
}
#s-03b18b41-3d8d-4695-9aa5-16b44b8d76b2, #wrap-s-03b18b41-3d8d-4695-9aa5-16b44b8d76b2 { display: none !important; }}
#s-03b18b41-3d8d-4695-9aa5-16b44b8d76b2 hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-71488517-7535-422f-accb-8714a3468c25 {
  margin-left: 3%;
margin-right: 3%;
}

#s-b5285dd4-9d94-4d4f-9691-1172097d9b8a {
  margin-top: 6px;
margin-bottom: 6px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-b5285dd4-9d94-4d4f-9691-1172097d9b8a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b5285dd4-9d94-4d4f-9691-1172097d9b8a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b5285dd4-9d94-4d4f-9691-1172097d9b8a-root {
    text-align: center;
  }


#s-b5285dd4-9d94-4d4f-9691-1172097d9b8a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b5285dd4-9d94-4d4f-9691-1172097d9b8a-root {
    text-align: center;
  }


#s-b5285dd4-9d94-4d4f-9691-1172097d9b8a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b5285dd4-9d94-4d4f-9691-1172097d9b8a-root {
    text-align: center;
  }


#s-b5285dd4-9d94-4d4f-9691-1172097d9b8a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b5285dd4-9d94-4d4f-9691-1172097d9b8a-root {
    text-align: center;
  }


#s-b5285dd4-9d94-4d4f-9691-1172097d9b8a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b5285dd4-9d94-4d4f-9691-1172097d9b8a-root {
    text-align: center;
  }


#s-b5285dd4-9d94-4d4f-9691-1172097d9b8a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AvenirLTStd-Book;
  display:  inline-block ;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-551aa1f4-d6aa-4eb2-ad1e-6f7b8e952578 {
  display: none;
}
#s-551aa1f4-d6aa-4eb2-ad1e-6f7b8e952578, #wrap-s-551aa1f4-d6aa-4eb2-ad1e-6f7b8e952578 { display: none !important; }}@media (max-width: 767px){#s-551aa1f4-d6aa-4eb2-ad1e-6f7b8e952578 {
  display: none;
}
#s-551aa1f4-d6aa-4eb2-ad1e-6f7b8e952578, #wrap-s-551aa1f4-d6aa-4eb2-ad1e-6f7b8e952578 { display: none !important; }}
#s-551aa1f4-d6aa-4eb2-ad1e-6f7b8e952578 hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-d951cc6f-1632-4ee4-8c67-ad77b9a53837 {
  max-width: 500px;
aspect-ratio: 500/406;
text-align: center;
}





  #s-d951cc6f-1632-4ee4-8c67-ad77b9a53837 img.shogun-image,
  #s-d951cc6f-1632-4ee4-8c67-ad77b9a53837 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d951cc6f-1632-4ee4-8c67-ad77b9a53837 {
    width: 100%;
    height: auto;
  }



  #s-d951cc6f-1632-4ee4-8c67-ad77b9a53837 img.shogun-image {
    

    
    
    
  }


#s-d951cc6f-1632-4ee4-8c67-ad77b9a53837 .shogun-image-content {
  
    align-items: center;
  
}

#s-92599a6e-6420-4690-9e41-b531ab1d61bd {
  padding-left: 3%;
padding-right: 3%;
}

#s-92599a6e-6420-4690-9e41-b531ab1d61bd hr {
  border-top: 4px solid #ddd;
}

#s-e4220591-e5d9-4442-8e4c-192636c92fd6 {
  min-height: 50px;
}








#s-e4220591-e5d9-4442-8e4c-192636c92fd6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e4220591-e5d9-4442-8e4c-192636c92fd6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

@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}
