.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 {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-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;
}
#s-e770027b-183f-4feb-97e5-c34fb5b1714c {
  margin-top: 40px;
text-align: center;
}
@media (max-width: 767px){#s-e770027b-183f-4feb-97e5-c34fb5b1714c {
  margin-top: 30px;
min-height: 300px;
}
}




#s-e770027b-183f-4feb-97e5-c34fb5b1714c .shogun-image-content {
  
    align-items: center;
  
}

.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * 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: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  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 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-3b2d30b2-5b8a-42fa-884a-e0e6e174e1ba {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-left: 25px;
padding-right: 25px;
min-height: 50px;
max-width: 1330px;
}








#s-3b2d30b2-5b8a-42fa-884a-e0e6e174e1ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b2d30b2-5b8a-42fa-884a-e0e6e174e1ba.shg-box.shg-c {
  justify-content: center;
}

#s-b7f1f014-731c-45f2-8f69-f8fba839006c {
  margin-left: auto;
margin-right: 0px;
min-height: 50px;
max-width: 40%;
}
@media (min-width: 768px) and (max-width: 991px){#s-b7f1f014-731c-45f2-8f69-f8fba839006c {
  max-width: 47%;
}
}@media (max-width: 767px){#s-b7f1f014-731c-45f2-8f69-f8fba839006c {
  max-width: 54%;
}
}







#s-b7f1f014-731c-45f2-8f69-f8fba839006c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7f1f014-731c-45f2-8f69-f8fba839006c.shg-box.shg-c {
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  text-transform: none;
  font-weight: normal;
  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-8d2dc09b-bb59-4bc2-b1db-6d78509d819b {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 350px;
text-align: left;
}
@media (min-width: 1200px){#s-8d2dc09b-bb59-4bc2-b1db-6d78509d819b {
  margin-bottom: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8d2dc09b-bb59-4bc2-b1db-6d78509d819b {
  margin-bottom: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8d2dc09b-bb59-4bc2-b1db-6d78509d819b {
  max-width: 320px;
}
}@media (max-width: 767px){#s-8d2dc09b-bb59-4bc2-b1db-6d78509d819b {
  max-width: 100%;
}
}
#s-8d2dc09b-bb59-4bc2-b1db-6d78509d819b .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 1200px){#s-8d2dc09b-bb59-4bc2-b1db-6d78509d819b .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 28px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8d2dc09b-bb59-4bc2-b1db-6d78509d819b .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 28px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-8d2dc09b-bb59-4bc2-b1db-6d78509d819b .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: left;
}


}@media (max-width: 767px){#s-8d2dc09b-bb59-4bc2-b1db-6d78509d819b .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


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

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

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

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

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

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

.shg-default-text-content 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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.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 {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          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;
}

#s-6c4026e6-0d58-405c-ac79-e49c511f79c9 {
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6c4026e6-0d58-405c-ac79-e49c511f79c9 {
  margin-top: 10px;
}
}@media (max-width: 767px){#s-6c4026e6-0d58-405c-ac79-e49c511f79c9 {
  margin-bottom: 0px;
display: none;
}
#s-6c4026e6-0d58-405c-ac79-e49c511f79c9, #wrap-s-6c4026e6-0d58-405c-ac79-e49c511f79c9 { display:none !important; }}
#s-6e8b9777-b68b-41de-b26f-b9891b261c5a {
  margin-bottom: 20px;
}
@media (min-width: 1200px){#s-6e8b9777-b68b-41de-b26f-b9891b261c5a {
  display: none;
}
#s-6e8b9777-b68b-41de-b26f-b9891b261c5a, #wrap-s-6e8b9777-b68b-41de-b26f-b9891b261c5a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6e8b9777-b68b-41de-b26f-b9891b261c5a {
  display: none;
}
#s-6e8b9777-b68b-41de-b26f-b9891b261c5a, #wrap-s-6e8b9777-b68b-41de-b26f-b9891b261c5a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6e8b9777-b68b-41de-b26f-b9891b261c5a {
  display: none;
}
#s-6e8b9777-b68b-41de-b26f-b9891b261c5a, #wrap-s-6e8b9777-b68b-41de-b26f-b9891b261c5a { display:none !important; }}@media (max-width: 767px){#s-6e8b9777-b68b-41de-b26f-b9891b261c5a {
  margin-bottom: 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.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-17f4340a-90c5-441a-b026-bac4f4848616 {
  background-image: url(https://cdn.getshogun.com/none);
background-repeat: no-repeat;
margin-top: 20px;
padding-top: 18px;
padding-left: 32px;
padding-bottom: 18px;
padding-right: 32px;
text-align: left;
background-color: rgba(49, 97, 227, 1);
text-decoration: none;
letter-spacing: 1px;
hover-type: color;
}
#s-17f4340a-90c5-441a-b026-bac4f4848616:hover {background-image: url(https://cdn.getshogun.com/none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-17f4340a-90c5-441a-b026-bac4f4848616:active {background-color: rgba(79, 178, 255, 1) !important;
text-decoration: none !important;}@media (max-width: 767px){#s-17f4340a-90c5-441a-b026-bac4f4848616 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}
}


#s-17f4340a-90c5-441a-b026-bac4f4848616.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (max-width: 767px){

#s-17f4340a-90c5-441a-b026-bac4f4848616.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-94979053-af98-47fd-9d73-0546a44a60ef {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-94979053-af98-47fd-9d73-0546a44a60ef {
  padding-left: 25px;
padding-right: 25px;
}
}@media (max-width: 767px){#s-94979053-af98-47fd-9d73-0546a44a60ef {
  padding-left: 25px;
padding-right: 25px;
}
}



  #s-94979053-af98-47fd-9d73-0546a44a60ef img.shogun-image {
    
    width: px;
  }


#s-94979053-af98-47fd-9d73-0546a44a60ef .shogun-image-content {
  
    align-items: center;
  
}

#s-545db0ea-7fff-4691-8ff7-b41e07ddfd51 {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}








#s-545db0ea-7fff-4691-8ff7-b41e07ddfd51 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-545db0ea-7fff-4691-8ff7-b41e07ddfd51.shg-box.shg-c {
  justify-content: center;
}

#s-8daf5ba2-73bd-4d26-8c26-6490273f6981 {
  padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
text-align: center;
}

#s-8daf5ba2-73bd-4d26-8c26-6490273f6981 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-66de6aed-306a-4078-b053-6d2b9336fcb1 {
  padding-left: 25px;
padding-right: 25px;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
justify-content: space-between;
}

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

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

#s-695b6eba-63c2-45d0-8921-c043a5fb48d1 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
max-width: 600px;
}

@media (min-width: 0px) {
[id="s-695b6eba-63c2-45d0-8921-c043a5fb48d1"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-695b6eba-63c2-45d0-8921-c043a5fb48d1"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-695b6eba-63c2-45d0-8921-c043a5fb48d1"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-695b6eba-63c2-45d0-8921-c043a5fb48d1"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-695b6eba-63c2-45d0-8921-c043a5fb48d1"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-695b6eba-63c2-45d0-8921-c043a5fb48d1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-695b6eba-63c2-45d0-8921-c043a5fb48d1"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-695b6eba-63c2-45d0-8921-c043a5fb48d1"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-695b6eba-63c2-45d0-8921-c043a5fb48d1"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-695b6eba-63c2-45d0-8921-c043a5fb48d1"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-695b6eba-63c2-45d0-8921-c043a5fb48d1"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-695b6eba-63c2-45d0-8921-c043a5fb48d1"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-695b6eba-63c2-45d0-8921-c043a5fb48d1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-695b6eba-63c2-45d0-8921-c043a5fb48d1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-695b6eba-63c2-45d0-8921-c043a5fb48d1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-695b6eba-63c2-45d0-8921-c043a5fb48d1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-695b6eba-63c2-45d0-8921-c043a5fb48d1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-695b6eba-63c2-45d0-8921-c043a5fb48d1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-695b6eba-63c2-45d0-8921-c043a5fb48d1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-695b6eba-63c2-45d0-8921-c043a5fb48d1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-695b6eba-63c2-45d0-8921-c043a5fb48d1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-695b6eba-63c2-45d0-8921-c043a5fb48d1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-695b6eba-63c2-45d0-8921-c043a5fb48d1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-695b6eba-63c2-45d0-8921-c043a5fb48d1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-695b6eba-63c2-45d0-8921-c043a5fb48d1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-695b6eba-63c2-45d0-8921-c043a5fb48d1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-695b6eba-63c2-45d0-8921-c043a5fb48d1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-695b6eba-63c2-45d0-8921-c043a5fb48d1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-695b6eba-63c2-45d0-8921-c043a5fb48d1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-695b6eba-63c2-45d0-8921-c043a5fb48d1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-695b6eba-63c2-45d0-8921-c043a5fb48d1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-695b6eba-63c2-45d0-8921-c043a5fb48d1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-695b6eba-63c2-45d0-8921-c043a5fb48d1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-695b6eba-63c2-45d0-8921-c043a5fb48d1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-695b6eba-63c2-45d0-8921-c043a5fb48d1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-695b6eba-63c2-45d0-8921-c043a5fb48d1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-695b6eba-63c2-45d0-8921-c043a5fb48d1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-695b6eba-63c2-45d0-8921-c043a5fb48d1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-695b6eba-63c2-45d0-8921-c043a5fb48d1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-695b6eba-63c2-45d0-8921-c043a5fb48d1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-695b6eba-63c2-45d0-8921-c043a5fb48d1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-695b6eba-63c2-45d0-8921-c043a5fb48d1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-695b6eba-63c2-45d0-8921-c043a5fb48d1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-695b6eba-63c2-45d0-8921-c043a5fb48d1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-695b6eba-63c2-45d0-8921-c043a5fb48d1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-695b6eba-63c2-45d0-8921-c043a5fb48d1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-695b6eba-63c2-45d0-8921-c043a5fb48d1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-695b6eba-63c2-45d0-8921-c043a5fb48d1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-0fb7bc49-2958-413f-8d03-fddb60d2f201 {
  margin-left: auto;
margin-right: auto;
max-width: 80px;
text-align: center;
}




  #s-0fb7bc49-2958-413f-8d03-fddb60d2f201 img.shogun-image {
    
    width: px;
  }


#s-0fb7bc49-2958-413f-8d03-fddb60d2f201 .shogun-image-content {
  
    align-items: center;
  
}

#s-0ddd9789-f0e5-4a49-9531-fead54fd3d20 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-0ddd9789-f0e5-4a49-9531-fead54fd3d20 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-474bf6b9-0149-4612-98f4-1c1161cdd4e8 {
  margin-left: auto;
margin-right: auto;
max-width: 80px;
text-align: center;
}




  #s-474bf6b9-0149-4612-98f4-1c1161cdd4e8 img.shogun-image {
    
    width: px;
  }


#s-474bf6b9-0149-4612-98f4-1c1161cdd4e8 .shogun-image-content {
  
    align-items: center;
  
}

#s-22cd8b4f-0777-4c61-9995-e902043e6374 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-22cd8b4f-0777-4c61-9995-e902043e6374 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4e20d923-8c08-496b-bdad-8a54a3b2e2ca {
  margin-left: auto;
margin-right: auto;
max-width: 80px;
text-align: center;
}




  #s-4e20d923-8c08-496b-bdad-8a54a3b2e2ca img.shogun-image {
    
    width: px;
  }


#s-4e20d923-8c08-496b-bdad-8a54a3b2e2ca .shogun-image-content {
  
    align-items: center;
  
}

#s-e8da48ec-49b2-4e9d-b038-b1021f2ddd69 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-e8da48ec-49b2-4e9d-b038-b1021f2ddd69 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-365eeb89-c9bd-4ab1-a3cb-246f7c54f1a0 {
  min-height: 50px;
}








#s-365eeb89-c9bd-4ab1-a3cb-246f7c54f1a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-365eeb89-c9bd-4ab1-a3cb-246f7c54f1a0.shg-box.shg-c {
  justify-content: center;
}

#s-fa2a031c-b1a6-44f1-9c9d-0eb0565233b0 {
  margin-top: 40px;
}
@media (max-width: 767px){#s-fa2a031c-b1a6-44f1-9c9d-0eb0565233b0 {
  margin-left: auto;
margin-right: auto;
max-width: 520px;
}
}
@media (min-width: 0px) {
[id="s-fa2a031c-b1a6-44f1-9c9d-0eb0565233b0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

[id="s-fa2a031c-b1a6-44f1-9c9d-0eb0565233b0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fa2a031c-b1a6-44f1-9c9d-0eb0565233b0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fa2a031c-b1a6-44f1-9c9d-0eb0565233b0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fa2a031c-b1a6-44f1-9c9d-0eb0565233b0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fa2a031c-b1a6-44f1-9c9d-0eb0565233b0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fa2a031c-b1a6-44f1-9c9d-0eb0565233b0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fa2a031c-b1a6-44f1-9c9d-0eb0565233b0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fa2a031c-b1a6-44f1-9c9d-0eb0565233b0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fa2a031c-b1a6-44f1-9c9d-0eb0565233b0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fa2a031c-b1a6-44f1-9c9d-0eb0565233b0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fa2a031c-b1a6-44f1-9c9d-0eb0565233b0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fa2a031c-b1a6-44f1-9c9d-0eb0565233b0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fa2a031c-b1a6-44f1-9c9d-0eb0565233b0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fa2a031c-b1a6-44f1-9c9d-0eb0565233b0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fa2a031c-b1a6-44f1-9c9d-0eb0565233b0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fa2a031c-b1a6-44f1-9c9d-0eb0565233b0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fa2a031c-b1a6-44f1-9c9d-0eb0565233b0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fa2a031c-b1a6-44f1-9c9d-0eb0565233b0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fa2a031c-b1a6-44f1-9c9d-0eb0565233b0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fa2a031c-b1a6-44f1-9c9d-0eb0565233b0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fa2a031c-b1a6-44f1-9c9d-0eb0565233b0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fa2a031c-b1a6-44f1-9c9d-0eb0565233b0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fa2a031c-b1a6-44f1-9c9d-0eb0565233b0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fa2a031c-b1a6-44f1-9c9d-0eb0565233b0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fa2a031c-b1a6-44f1-9c9d-0eb0565233b0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fa2a031c-b1a6-44f1-9c9d-0eb0565233b0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fa2a031c-b1a6-44f1-9c9d-0eb0565233b0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fa2a031c-b1a6-44f1-9c9d-0eb0565233b0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fa2a031c-b1a6-44f1-9c9d-0eb0565233b0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fa2a031c-b1a6-44f1-9c9d-0eb0565233b0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fa2a031c-b1a6-44f1-9c9d-0eb0565233b0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fa2a031c-b1a6-44f1-9c9d-0eb0565233b0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fa2a031c-b1a6-44f1-9c9d-0eb0565233b0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fa2a031c-b1a6-44f1-9c9d-0eb0565233b0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fa2a031c-b1a6-44f1-9c9d-0eb0565233b0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fa2a031c-b1a6-44f1-9c9d-0eb0565233b0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fa2a031c-b1a6-44f1-9c9d-0eb0565233b0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-3c8c8c0a-f51f-42c0-97f9-043b6c438f83 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 22px;
padding-left: 22px;
padding-bottom: 22px;
padding-right: 22px;
min-height: 50px;
}
@media (max-width: 767px){#s-3c8c8c0a-f51f-42c0-97f9-043b6c438f83 {
  padding-left: 0px;
padding-right: 0px;
}
}







#s-3c8c8c0a-f51f-42c0-97f9-043b6c438f83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c8c8c0a-f51f-42c0-97f9-043b6c438f83.shg-box.shg-c {
  justify-content: center;
}

#s-14802bc9-2fb7-40ac-a850-b5b6b89a90d7 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}




  #s-14802bc9-2fb7-40ac-a850-b5b6b89a90d7 img.shogun-image {
    
    width: px;
  }


#s-14802bc9-2fb7-40ac-a850-b5b6b89a90d7 .shogun-image-content {
  
    align-items: center;
  
}

#s-cc473edf-417e-4254-8588-061e3e53f5a6 {
  padding-top: 10px;
min-height: 50px;
}








#s-cc473edf-417e-4254-8588-061e3e53f5a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc473edf-417e-4254-8588-061e3e53f5a6.shg-box.shg-c {
  justify-content: center;
}

#s-752520d9-2836-49f4-b4e2-babd6ee5f16a {
  padding-bottom: 10px;
text-align: center;
}

#s-752520d9-2836-49f4-b4e2-babd6ee5f16a .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-33c81a9f-35db-4cf2-92f6-698584d48788 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 22px;
padding-left: 22px;
padding-bottom: 22px;
padding-right: 22px;
min-height: 50px;
}
@media (max-width: 767px){#s-33c81a9f-35db-4cf2-92f6-698584d48788 {
  padding-left: 0px;
padding-right: 0px;
}
}







#s-33c81a9f-35db-4cf2-92f6-698584d48788 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-33c81a9f-35db-4cf2-92f6-698584d48788.shg-box.shg-c {
  justify-content: center;
}

#s-aee04fbe-1df4-4930-974e-8c9d9a23d6cc {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}




  #s-aee04fbe-1df4-4930-974e-8c9d9a23d6cc img.shogun-image {
    
    width: px;
  }


#s-aee04fbe-1df4-4930-974e-8c9d9a23d6cc .shogun-image-content {
  
    align-items: center;
  
}

#s-4b447b48-daac-4402-ac36-3c53dc1b08b4 {
  padding-top: 10px;
min-height: 50px;
}








#s-4b447b48-daac-4402-ac36-3c53dc1b08b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b447b48-daac-4402-ac36-3c53dc1b08b4.shg-box.shg-c {
  justify-content: center;
}

#s-e07567b6-a06c-42e8-b4df-d5fa697cad05 {
  padding-bottom: 10px;
text-align: center;
}

#s-e07567b6-a06c-42e8-b4df-d5fa697cad05 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-fb9ac117-d607-4b40-bcd4-94e1204231f3 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 22px;
padding-left: 22px;
padding-bottom: 22px;
padding-right: 22px;
min-height: 50px;
}
@media (max-width: 767px){#s-fb9ac117-d607-4b40-bcd4-94e1204231f3 {
  padding-left: 0px;
padding-right: 0px;
}
}







#s-fb9ac117-d607-4b40-bcd4-94e1204231f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb9ac117-d607-4b40-bcd4-94e1204231f3.shg-box.shg-c {
  justify-content: center;
}

#s-8cf466f6-8a5d-4ea1-9bee-ff87da83e29f {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}




  #s-8cf466f6-8a5d-4ea1-9bee-ff87da83e29f img.shogun-image {
    
    width: px;
  }


#s-8cf466f6-8a5d-4ea1-9bee-ff87da83e29f .shogun-image-content {
  
    align-items: center;
  
}

#s-5dd5e92b-724e-4761-a43a-a03fc82aece3 {
  padding-top: 10px;
min-height: 50px;
}








#s-5dd5e92b-724e-4761-a43a-a03fc82aece3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5dd5e92b-724e-4761-a43a-a03fc82aece3.shg-box.shg-c {
  justify-content: center;
}

#s-50bac91d-709b-48ce-83ff-7be10ad7f055 {
  padding-bottom: 10px;
text-align: center;
}

#s-50bac91d-709b-48ce-83ff-7be10ad7f055 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-210a7e8e-e2c0-4074-88fc-e29fb7c38013 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 22px;
padding-left: 22px;
padding-bottom: 22px;
padding-right: 22px;
min-height: 50px;
}
@media (max-width: 767px){#s-210a7e8e-e2c0-4074-88fc-e29fb7c38013 {
  padding-left: 0px;
padding-right: 0px;
}
}







#s-210a7e8e-e2c0-4074-88fc-e29fb7c38013 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-210a7e8e-e2c0-4074-88fc-e29fb7c38013.shg-box.shg-c {
  justify-content: center;
}

#s-f57aa672-7c74-4341-be5f-d19e00b38a42 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}




  #s-f57aa672-7c74-4341-be5f-d19e00b38a42 img.shogun-image {
    
    width: px;
  }


#s-f57aa672-7c74-4341-be5f-d19e00b38a42 .shogun-image-content {
  
    align-items: center;
  
}

#s-7752d8fb-2dea-4ea4-b64c-c3bcf5761514 {
  padding-top: 10px;
min-height: 50px;
}








#s-7752d8fb-2dea-4ea4-b64c-c3bcf5761514 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7752d8fb-2dea-4ea4-b64c-c3bcf5761514.shg-box.shg-c {
  justify-content: center;
}

#s-13d03ca6-55d1-4338-97b6-164d1c53b11f {
  padding-bottom: 10px;
text-align: center;
}

#s-13d03ca6-55d1-4338-97b6-164d1c53b11f .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-15ccf724-7a8c-46c3-956c-d661f183a52f {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 22px;
padding-left: 22px;
padding-bottom: 22px;
padding-right: 22px;
min-height: 50px;
}
@media (max-width: 767px){#s-15ccf724-7a8c-46c3-956c-d661f183a52f {
  padding-left: 0px;
padding-right: 0px;
}
}







#s-15ccf724-7a8c-46c3-956c-d661f183a52f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-15ccf724-7a8c-46c3-956c-d661f183a52f.shg-box.shg-c {
  justify-content: center;
}

#s-bb50c8a7-2a3e-4324-877c-ecf373d8bd4c {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}




  #s-bb50c8a7-2a3e-4324-877c-ecf373d8bd4c img.shogun-image {
    
    width: px;
  }


#s-bb50c8a7-2a3e-4324-877c-ecf373d8bd4c .shogun-image-content {
  
    align-items: center;
  
}

#s-3c3b0cb1-4371-4ef0-8307-04fbe121ad7f {
  padding-top: 10px;
min-height: 50px;
}








#s-3c3b0cb1-4371-4ef0-8307-04fbe121ad7f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c3b0cb1-4371-4ef0-8307-04fbe121ad7f.shg-box.shg-c {
  justify-content: center;
}

#s-b746971e-bc5e-41a6-8056-26b2d5b60fe5 {
  padding-bottom: 10px;
text-align: center;
}

#s-b746971e-bc5e-41a6-8056-26b2d5b60fe5 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (max-width: 767px){#s-e5847217-ad42-4d93-aa90-6220ba6061fd {
  margin-left: auto;
margin-right: auto;
max-width: 520px;
}
}
@media (min-width: 0px) {
[id="s-e5847217-ad42-4d93-aa90-6220ba6061fd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

[id="s-e5847217-ad42-4d93-aa90-6220ba6061fd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e5847217-ad42-4d93-aa90-6220ba6061fd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e5847217-ad42-4d93-aa90-6220ba6061fd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e5847217-ad42-4d93-aa90-6220ba6061fd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e5847217-ad42-4d93-aa90-6220ba6061fd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e5847217-ad42-4d93-aa90-6220ba6061fd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e5847217-ad42-4d93-aa90-6220ba6061fd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e5847217-ad42-4d93-aa90-6220ba6061fd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e5847217-ad42-4d93-aa90-6220ba6061fd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e5847217-ad42-4d93-aa90-6220ba6061fd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e5847217-ad42-4d93-aa90-6220ba6061fd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e5847217-ad42-4d93-aa90-6220ba6061fd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e5847217-ad42-4d93-aa90-6220ba6061fd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e5847217-ad42-4d93-aa90-6220ba6061fd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e5847217-ad42-4d93-aa90-6220ba6061fd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e5847217-ad42-4d93-aa90-6220ba6061fd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e5847217-ad42-4d93-aa90-6220ba6061fd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e5847217-ad42-4d93-aa90-6220ba6061fd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e5847217-ad42-4d93-aa90-6220ba6061fd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e5847217-ad42-4d93-aa90-6220ba6061fd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e5847217-ad42-4d93-aa90-6220ba6061fd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e5847217-ad42-4d93-aa90-6220ba6061fd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e5847217-ad42-4d93-aa90-6220ba6061fd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e5847217-ad42-4d93-aa90-6220ba6061fd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e5847217-ad42-4d93-aa90-6220ba6061fd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e5847217-ad42-4d93-aa90-6220ba6061fd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e5847217-ad42-4d93-aa90-6220ba6061fd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e5847217-ad42-4d93-aa90-6220ba6061fd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e5847217-ad42-4d93-aa90-6220ba6061fd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e5847217-ad42-4d93-aa90-6220ba6061fd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e5847217-ad42-4d93-aa90-6220ba6061fd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e5847217-ad42-4d93-aa90-6220ba6061fd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e5847217-ad42-4d93-aa90-6220ba6061fd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e5847217-ad42-4d93-aa90-6220ba6061fd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e5847217-ad42-4d93-aa90-6220ba6061fd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e5847217-ad42-4d93-aa90-6220ba6061fd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e5847217-ad42-4d93-aa90-6220ba6061fd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-d5ce1765-6f36-4483-b3a5-7b1bd23a00bb {
  margin-left: auto;
margin-right: auto;
padding-top: 22px;
padding-left: 22px;
padding-bottom: 22px;
padding-right: 22px;
min-height: 50px;
}
@media (max-width: 767px){#s-d5ce1765-6f36-4483-b3a5-7b1bd23a00bb {
  padding-left: 0px;
padding-right: 0px;
}
}







#s-d5ce1765-6f36-4483-b3a5-7b1bd23a00bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d5ce1765-6f36-4483-b3a5-7b1bd23a00bb.shg-box.shg-c {
  justify-content: center;
}

#s-a6f16179-dd77-4f5a-8bcf-89738770030d {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}




  #s-a6f16179-dd77-4f5a-8bcf-89738770030d img.shogun-image {
    
    width: px;
  }


#s-a6f16179-dd77-4f5a-8bcf-89738770030d .shogun-image-content {
  
    align-items: center;
  
}

#s-6d6eb852-1e37-4859-a97a-6a028579f31a {
  padding-top: 10px;
min-height: 50px;
}








#s-6d6eb852-1e37-4859-a97a-6a028579f31a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d6eb852-1e37-4859-a97a-6a028579f31a.shg-box.shg-c {
  justify-content: center;
}

#s-4845d101-267f-4aa4-a463-f047e3a8a191 {
  padding-bottom: 10px;
text-align: center;
}

#s-4845d101-267f-4aa4-a463-f047e3a8a191 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4aee14e8-b8e2-4f81-8d75-3f16af7815c5 {
  margin-left: auto;
margin-right: auto;
padding-top: 22px;
padding-left: 22px;
padding-bottom: 22px;
padding-right: 22px;
min-height: 50px;
}
@media (max-width: 767px){#s-4aee14e8-b8e2-4f81-8d75-3f16af7815c5 {
  padding-left: 0px;
padding-right: 0px;
}
}







#s-4aee14e8-b8e2-4f81-8d75-3f16af7815c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4aee14e8-b8e2-4f81-8d75-3f16af7815c5.shg-box.shg-c {
  justify-content: center;
}

#s-023e9c58-494e-4309-98f6-c157b1c1dff4 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}




  #s-023e9c58-494e-4309-98f6-c157b1c1dff4 img.shogun-image {
    
    width: px;
  }


#s-023e9c58-494e-4309-98f6-c157b1c1dff4 .shogun-image-content {
  
    align-items: center;
  
}

#s-46c782d0-c211-4523-9675-b3e2ac8d92cc {
  padding-top: 10px;
min-height: 50px;
}








#s-46c782d0-c211-4523-9675-b3e2ac8d92cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-46c782d0-c211-4523-9675-b3e2ac8d92cc.shg-box.shg-c {
  justify-content: center;
}

#s-108668f8-21ae-42f0-93c3-3c06aa5be9f9 {
  padding-bottom: 10px;
text-align: center;
}

#s-108668f8-21ae-42f0-93c3-3c06aa5be9f9 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7abc6f90-cb9b-4d93-bdae-0de5b6bcdc37 {
  margin-left: auto;
margin-right: auto;
padding-top: 22px;
padding-left: 22px;
padding-bottom: 22px;
padding-right: 22px;
min-height: 50px;
}
@media (max-width: 767px){#s-7abc6f90-cb9b-4d93-bdae-0de5b6bcdc37 {
  padding-left: 0px;
padding-right: 0px;
}
}







#s-7abc6f90-cb9b-4d93-bdae-0de5b6bcdc37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7abc6f90-cb9b-4d93-bdae-0de5b6bcdc37.shg-box.shg-c {
  justify-content: center;
}

#s-6234190a-4fc8-4455-a372-cac97b49b2f0 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}




  #s-6234190a-4fc8-4455-a372-cac97b49b2f0 img.shogun-image {
    
    width: px;
  }


#s-6234190a-4fc8-4455-a372-cac97b49b2f0 .shogun-image-content {
  
    align-items: center;
  
}

#s-b570a12a-79eb-457b-982c-794a9144f970 {
  padding-top: 10px;
min-height: 50px;
}








#s-b570a12a-79eb-457b-982c-794a9144f970 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b570a12a-79eb-457b-982c-794a9144f970.shg-box.shg-c {
  justify-content: center;
}

#s-52fcdab2-675f-46ed-8dec-04b5c5b3402b {
  padding-bottom: 10px;
text-align: center;
}

#s-52fcdab2-675f-46ed-8dec-04b5c5b3402b .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4ac654b4-d77e-4401-ad04-6011fdafdcf0 {
  margin-left: auto;
margin-right: auto;
padding-top: 22px;
padding-left: 22px;
padding-bottom: 22px;
padding-right: 22px;
min-height: 50px;
}
@media (max-width: 767px){#s-4ac654b4-d77e-4401-ad04-6011fdafdcf0 {
  padding-left: 0px;
padding-right: 0px;
}
}







#s-4ac654b4-d77e-4401-ad04-6011fdafdcf0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ac654b4-d77e-4401-ad04-6011fdafdcf0.shg-box.shg-c {
  justify-content: center;
}

#s-a109b070-27b7-467b-9988-c5af90dceb9d {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}




  #s-a109b070-27b7-467b-9988-c5af90dceb9d img.shogun-image {
    
    width: px;
  }


#s-a109b070-27b7-467b-9988-c5af90dceb9d .shogun-image-content {
  
    align-items: center;
  
}

#s-16263dc8-e673-4bfb-830f-e0ae4b6359b3 {
  padding-top: 10px;
min-height: 50px;
}








#s-16263dc8-e673-4bfb-830f-e0ae4b6359b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-16263dc8-e673-4bfb-830f-e0ae4b6359b3.shg-box.shg-c {
  justify-content: center;
}

#s-8eea8242-ef3e-4d0d-868d-82cfac0e058f {
  padding-bottom: 10px;
text-align: center;
}

#s-8eea8242-ef3e-4d0d-868d-82cfac0e058f .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f14cb0f9-7f5b-4b53-9994-6e3727bc5bb2 {
  margin-left: auto;
margin-right: auto;
padding-top: 22px;
padding-left: 22px;
padding-bottom: 22px;
padding-right: 22px;
min-height: 50px;
}
@media (max-width: 767px){#s-f14cb0f9-7f5b-4b53-9994-6e3727bc5bb2 {
  padding-left: 0px;
padding-right: 0px;
}
}







#s-f14cb0f9-7f5b-4b53-9994-6e3727bc5bb2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f14cb0f9-7f5b-4b53-9994-6e3727bc5bb2.shg-box.shg-c {
  justify-content: center;
}

#s-5d9be73e-d320-4d0c-8b57-0255112e6485 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}




  #s-5d9be73e-d320-4d0c-8b57-0255112e6485 img.shogun-image {
    
    width: px;
  }


#s-5d9be73e-d320-4d0c-8b57-0255112e6485 .shogun-image-content {
  
    align-items: center;
  
}

#s-446db77b-dbcb-411a-96ed-826c9b046841 {
  padding-top: 10px;
min-height: 50px;
}








#s-446db77b-dbcb-411a-96ed-826c9b046841 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-446db77b-dbcb-411a-96ed-826c9b046841.shg-box.shg-c {
  justify-content: center;
}

#s-b5fb9253-fc93-4626-bf93-2f5be4c04000 {
  padding-bottom: 10px;
text-align: center;
}

#s-b5fb9253-fc93-4626-bf93-2f5be4c04000 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c4df1f9a-2be1-4358-80f4-379a6bb2d573 {
  background-image: url(https://cdn.getshogun.com/none);
background-repeat: no-repeat;
margin-top: 20px;
margin-bottom: 75px;
padding-top: 18px;
padding-left: 32px;
padding-bottom: 18px;
padding-right: 32px;
text-align: center;
background-color: rgba(49, 97, 227, 1);
text-decoration: none;
letter-spacing: 1px;
hover-type: color;
}
#s-c4df1f9a-2be1-4358-80f4-379a6bb2d573:hover {background-image: url(https://cdn.getshogun.com/none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-c4df1f9a-2be1-4358-80f4-379a6bb2d573:active {background-color: rgba(79, 178, 255, 1) !important;
text-decoration: none !important;}

  #s-c4df1f9a-2be1-4358-80f4-379a6bb2d573-btn-wrapper {
    text-align: center;
  }


#s-c4df1f9a-2be1-4358-80f4-379a6bb2d573.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (max-width: 767px){
  #s-c4df1f9a-2be1-4358-80f4-379a6bb2d573-btn-wrapper {
    text-align: center;
  }


#s-c4df1f9a-2be1-4358-80f4-379a6bb2d573.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-36274ae7-6465-4464-a063-2a59ec5d9d9d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1330px;
}
@media (max-width: 767px){#s-36274ae7-6465-4464-a063-2a59ec5d9d9d {
  margin-left: -25px;
margin-right: -25px;
}
}







#s-36274ae7-6465-4464-a063-2a59ec5d9d9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-36274ae7-6465-4464-a063-2a59ec5d9d9d.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-34838bd5-626c-4cfb-adf4-a428ae959bee {
  margin-left: -25px;
margin-right: -25px;
}
}
@media (min-width: 0px) {
[id="s-34838bd5-626c-4cfb-adf4-a428ae959bee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-34838bd5-626c-4cfb-adf4-a428ae959bee"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-34838bd5-626c-4cfb-adf4-a428ae959bee"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-34838bd5-626c-4cfb-adf4-a428ae959bee"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-34838bd5-626c-4cfb-adf4-a428ae959bee"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-34838bd5-626c-4cfb-adf4-a428ae959bee"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-34838bd5-626c-4cfb-adf4-a428ae959bee"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-34838bd5-626c-4cfb-adf4-a428ae959bee"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-34838bd5-626c-4cfb-adf4-a428ae959bee"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-34838bd5-626c-4cfb-adf4-a428ae959bee"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-34838bd5-626c-4cfb-adf4-a428ae959bee"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-34838bd5-626c-4cfb-adf4-a428ae959bee"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-34838bd5-626c-4cfb-adf4-a428ae959bee"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-34838bd5-626c-4cfb-adf4-a428ae959bee"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-34838bd5-626c-4cfb-adf4-a428ae959bee"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-34838bd5-626c-4cfb-adf4-a428ae959bee"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-34838bd5-626c-4cfb-adf4-a428ae959bee"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-34838bd5-626c-4cfb-adf4-a428ae959bee"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-34838bd5-626c-4cfb-adf4-a428ae959bee"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-34838bd5-626c-4cfb-adf4-a428ae959bee"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-34838bd5-626c-4cfb-adf4-a428ae959bee"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-34838bd5-626c-4cfb-adf4-a428ae959bee"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-34838bd5-626c-4cfb-adf4-a428ae959bee"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-34838bd5-626c-4cfb-adf4-a428ae959bee"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-34838bd5-626c-4cfb-adf4-a428ae959bee"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-34838bd5-626c-4cfb-adf4-a428ae959bee"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-34838bd5-626c-4cfb-adf4-a428ae959bee"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-34838bd5-626c-4cfb-adf4-a428ae959bee"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-34838bd5-626c-4cfb-adf4-a428ae959bee"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-34838bd5-626c-4cfb-adf4-a428ae959bee"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-34838bd5-626c-4cfb-adf4-a428ae959bee"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-34838bd5-626c-4cfb-adf4-a428ae959bee"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-34838bd5-626c-4cfb-adf4-a428ae959bee"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-34838bd5-626c-4cfb-adf4-a428ae959bee"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-34838bd5-626c-4cfb-adf4-a428ae959bee"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-34838bd5-626c-4cfb-adf4-a428ae959bee"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-34838bd5-626c-4cfb-adf4-a428ae959bee"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

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

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

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

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

@media (min-width: 768px) and (max-width: 991px){#s-b21cf4fe-d531-462e-b129-a6710e772021 {
  min-height: 400px;
}
}
#s-c2dceb5f-a4fa-4161-88eb-37e0618ec364 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 50px;
padding-left: 50px;
padding-bottom: 50px;
padding-right: 50px;
min-height: 50px;
background-position: right center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-c2dceb5f-a4fa-4161-88eb-37e0618ec364 {
  padding-top: 50px;
padding-bottom: 50px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c2dceb5f-a4fa-4161-88eb-37e0618ec364 {
  padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
}
}@media (max-width: 767px){#s-c2dceb5f-a4fa-4161-88eb-37e0618ec364 {
  margin-bottom: 20px;
padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
}
}







#s-c2dceb5f-a4fa-4161-88eb-37e0618ec364 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c2dceb5f-a4fa-4161-88eb-37e0618ec364.shg-box.shg-c {
  justify-content: center;
}

#s-61e4a2c1-bae0-413b-9e6c-2e64c66f6c22 {
  margin-bottom: 20px;
text-align: left;
}




  #s-61e4a2c1-bae0-413b-9e6c-2e64c66f6c22 img.shogun-image {
    
    width: px;
  }


#s-61e4a2c1-bae0-413b-9e6c-2e64c66f6c22 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-c6735861-87d2-411e-bc80-a3d994fdc1ba {
  margin-left: -25px;
margin-right: -25px;
}
}
@media (min-width: 0px) {
[id="s-c6735861-87d2-411e-bc80-a3d994fdc1ba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c6735861-87d2-411e-bc80-a3d994fdc1ba"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c6735861-87d2-411e-bc80-a3d994fdc1ba"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c6735861-87d2-411e-bc80-a3d994fdc1ba"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c6735861-87d2-411e-bc80-a3d994fdc1ba"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c6735861-87d2-411e-bc80-a3d994fdc1ba"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c6735861-87d2-411e-bc80-a3d994fdc1ba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c6735861-87d2-411e-bc80-a3d994fdc1ba"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c6735861-87d2-411e-bc80-a3d994fdc1ba"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c6735861-87d2-411e-bc80-a3d994fdc1ba"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c6735861-87d2-411e-bc80-a3d994fdc1ba"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c6735861-87d2-411e-bc80-a3d994fdc1ba"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c6735861-87d2-411e-bc80-a3d994fdc1ba"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c6735861-87d2-411e-bc80-a3d994fdc1ba"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c6735861-87d2-411e-bc80-a3d994fdc1ba"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c6735861-87d2-411e-bc80-a3d994fdc1ba"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c6735861-87d2-411e-bc80-a3d994fdc1ba"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c6735861-87d2-411e-bc80-a3d994fdc1ba"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c6735861-87d2-411e-bc80-a3d994fdc1ba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c6735861-87d2-411e-bc80-a3d994fdc1ba"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c6735861-87d2-411e-bc80-a3d994fdc1ba"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c6735861-87d2-411e-bc80-a3d994fdc1ba"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c6735861-87d2-411e-bc80-a3d994fdc1ba"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c6735861-87d2-411e-bc80-a3d994fdc1ba"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c6735861-87d2-411e-bc80-a3d994fdc1ba"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c6735861-87d2-411e-bc80-a3d994fdc1ba"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c6735861-87d2-411e-bc80-a3d994fdc1ba"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c6735861-87d2-411e-bc80-a3d994fdc1ba"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c6735861-87d2-411e-bc80-a3d994fdc1ba"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c6735861-87d2-411e-bc80-a3d994fdc1ba"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c6735861-87d2-411e-bc80-a3d994fdc1ba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c6735861-87d2-411e-bc80-a3d994fdc1ba"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c6735861-87d2-411e-bc80-a3d994fdc1ba"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c6735861-87d2-411e-bc80-a3d994fdc1ba"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c6735861-87d2-411e-bc80-a3d994fdc1ba"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c6735861-87d2-411e-bc80-a3d994fdc1ba"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c6735861-87d2-411e-bc80-a3d994fdc1ba"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-c6735861-87d2-411e-bc80-a3d994fdc1ba"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-e4ae09b1-211a-47b9-8d72-aaf08f69c180 {
  padding-top: 50px;
padding-left: 50px;
padding-bottom: 50px;
padding-right: 50px;
min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-e4ae09b1-211a-47b9-8d72-aaf08f69c180 {
  padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
}
}@media (max-width: 767px){#s-e4ae09b1-211a-47b9-8d72-aaf08f69c180 {
  margin-bottom: 20px;
padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
}
}







#s-e4ae09b1-211a-47b9-8d72-aaf08f69c180 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e4ae09b1-211a-47b9-8d72-aaf08f69c180.shg-box.shg-c {
  justify-content: center;
}

#s-70de7a17-dac2-40e3-8204-656ab4f6d4c0 {
  padding-bottom: 20px;
text-align: left;
}

#s-70de7a17-dac2-40e3-8204-656ab4f6d4c0 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-70de7a17-dac2-40e3-8204-656ab4f6d4c0 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}@media (max-width: 767px){#s-70de7a17-dac2-40e3-8204-656ab4f6d4c0 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-4cf4d1e6-d58a-4522-8459-ea5be4acef90 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4cf4d1e6-d58a-4522-8459-ea5be4acef90 {
  min-height: 400px;
}
}




#s-4cf4d1e6-d58a-4522-8459-ea5be4acef90 .shogun-image-content {
  
    align-items: center;
  
}

#s-3ed62a75-0c18-4c74-a70f-05d27ae6e446 {
  margin-left: -25px;
margin-right: -25px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-3ed62a75-0c18-4c74-a70f-05d27ae6e446 {
  margin-left: auto;
margin-right: auto;
}
}@media (max-width: 767px){#s-3ed62a75-0c18-4c74-a70f-05d27ae6e446 {
  margin-left: 0px;
margin-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-3ed62a75-0c18-4c74-a70f-05d27ae6e446"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3ed62a75-0c18-4c74-a70f-05d27ae6e446"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3ed62a75-0c18-4c74-a70f-05d27ae6e446"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3ed62a75-0c18-4c74-a70f-05d27ae6e446"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3ed62a75-0c18-4c74-a70f-05d27ae6e446"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3ed62a75-0c18-4c74-a70f-05d27ae6e446"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3ed62a75-0c18-4c74-a70f-05d27ae6e446"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3ed62a75-0c18-4c74-a70f-05d27ae6e446"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3ed62a75-0c18-4c74-a70f-05d27ae6e446"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3ed62a75-0c18-4c74-a70f-05d27ae6e446"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3ed62a75-0c18-4c74-a70f-05d27ae6e446"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3ed62a75-0c18-4c74-a70f-05d27ae6e446"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3ed62a75-0c18-4c74-a70f-05d27ae6e446"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3ed62a75-0c18-4c74-a70f-05d27ae6e446"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3ed62a75-0c18-4c74-a70f-05d27ae6e446"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3ed62a75-0c18-4c74-a70f-05d27ae6e446"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3ed62a75-0c18-4c74-a70f-05d27ae6e446"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3ed62a75-0c18-4c74-a70f-05d27ae6e446"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3ed62a75-0c18-4c74-a70f-05d27ae6e446"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3ed62a75-0c18-4c74-a70f-05d27ae6e446"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3ed62a75-0c18-4c74-a70f-05d27ae6e446"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3ed62a75-0c18-4c74-a70f-05d27ae6e446"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3ed62a75-0c18-4c74-a70f-05d27ae6e446"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3ed62a75-0c18-4c74-a70f-05d27ae6e446"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3ed62a75-0c18-4c74-a70f-05d27ae6e446"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3ed62a75-0c18-4c74-a70f-05d27ae6e446"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3ed62a75-0c18-4c74-a70f-05d27ae6e446"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3ed62a75-0c18-4c74-a70f-05d27ae6e446"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3ed62a75-0c18-4c74-a70f-05d27ae6e446"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3ed62a75-0c18-4c74-a70f-05d27ae6e446"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3ed62a75-0c18-4c74-a70f-05d27ae6e446"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3ed62a75-0c18-4c74-a70f-05d27ae6e446"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3ed62a75-0c18-4c74-a70f-05d27ae6e446"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3ed62a75-0c18-4c74-a70f-05d27ae6e446"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3ed62a75-0c18-4c74-a70f-05d27ae6e446"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3ed62a75-0c18-4c74-a70f-05d27ae6e446"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3ed62a75-0c18-4c74-a70f-05d27ae6e446"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-564c528e-dead-4292-ac13-4bbf7f78e2f7 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-564c528e-dead-4292-ac13-4bbf7f78e2f7 {
  min-height: 370px;
}
}




#s-564c528e-dead-4292-ac13-4bbf7f78e2f7 .shogun-image-content {
  
    align-items: center;
  
}

#s-b0137ec4-2c66-419d-a2dd-28a238724d02 {
  padding-top: 50px;
padding-left: 50px;
padding-bottom: 50px;
padding-right: 50px;
min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-b0137ec4-2c66-419d-a2dd-28a238724d02 {
  padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
}
}@media (max-width: 767px){#s-b0137ec4-2c66-419d-a2dd-28a238724d02 {
  padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
}
}







#s-b0137ec4-2c66-419d-a2dd-28a238724d02 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b0137ec4-2c66-419d-a2dd-28a238724d02.shg-box.shg-c {
  justify-content: center;
}

#s-b35858a0-d774-4026-aad8-c33da156a437 {
  padding-bottom: 20px;
text-align: left;
}

#s-b35858a0-d774-4026-aad8-c33da156a437 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-b35858a0-d774-4026-aad8-c33da156a437 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}@media (max-width: 767px){#s-b35858a0-d774-4026-aad8-c33da156a437 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-2dc5c99d-a35e-464e-b9aa-1052a7209b2b {
  margin-left: -25px;
margin-right: -25px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-2dc5c99d-a35e-464e-b9aa-1052a7209b2b {
  margin-left: auto;
margin-right: auto;
}
}@media (max-width: 767px){#s-2dc5c99d-a35e-464e-b9aa-1052a7209b2b {
  margin-left: 0px;
margin-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-2dc5c99d-a35e-464e-b9aa-1052a7209b2b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2dc5c99d-a35e-464e-b9aa-1052a7209b2b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2dc5c99d-a35e-464e-b9aa-1052a7209b2b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2dc5c99d-a35e-464e-b9aa-1052a7209b2b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2dc5c99d-a35e-464e-b9aa-1052a7209b2b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2dc5c99d-a35e-464e-b9aa-1052a7209b2b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2dc5c99d-a35e-464e-b9aa-1052a7209b2b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2dc5c99d-a35e-464e-b9aa-1052a7209b2b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2dc5c99d-a35e-464e-b9aa-1052a7209b2b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2dc5c99d-a35e-464e-b9aa-1052a7209b2b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2dc5c99d-a35e-464e-b9aa-1052a7209b2b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2dc5c99d-a35e-464e-b9aa-1052a7209b2b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2dc5c99d-a35e-464e-b9aa-1052a7209b2b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2dc5c99d-a35e-464e-b9aa-1052a7209b2b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2dc5c99d-a35e-464e-b9aa-1052a7209b2b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2dc5c99d-a35e-464e-b9aa-1052a7209b2b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2dc5c99d-a35e-464e-b9aa-1052a7209b2b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2dc5c99d-a35e-464e-b9aa-1052a7209b2b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2dc5c99d-a35e-464e-b9aa-1052a7209b2b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2dc5c99d-a35e-464e-b9aa-1052a7209b2b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2dc5c99d-a35e-464e-b9aa-1052a7209b2b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2dc5c99d-a35e-464e-b9aa-1052a7209b2b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2dc5c99d-a35e-464e-b9aa-1052a7209b2b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2dc5c99d-a35e-464e-b9aa-1052a7209b2b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2dc5c99d-a35e-464e-b9aa-1052a7209b2b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2dc5c99d-a35e-464e-b9aa-1052a7209b2b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2dc5c99d-a35e-464e-b9aa-1052a7209b2b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2dc5c99d-a35e-464e-b9aa-1052a7209b2b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2dc5c99d-a35e-464e-b9aa-1052a7209b2b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2dc5c99d-a35e-464e-b9aa-1052a7209b2b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2dc5c99d-a35e-464e-b9aa-1052a7209b2b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2dc5c99d-a35e-464e-b9aa-1052a7209b2b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2dc5c99d-a35e-464e-b9aa-1052a7209b2b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2dc5c99d-a35e-464e-b9aa-1052a7209b2b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2dc5c99d-a35e-464e-b9aa-1052a7209b2b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2dc5c99d-a35e-464e-b9aa-1052a7209b2b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2dc5c99d-a35e-464e-b9aa-1052a7209b2b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-2dc5c99d-a35e-464e-b9aa-1052a7209b2b"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-e55c0e41-1413-4856-b6c4-8da170157cff {
  padding-top: 50px;
padding-left: 50px;
padding-bottom: 50px;
padding-right: 50px;
min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-e55c0e41-1413-4856-b6c4-8da170157cff {
  padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
}
}@media (max-width: 767px){#s-e55c0e41-1413-4856-b6c4-8da170157cff {
  margin-bottom: 20px;
padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
}
}







#s-e55c0e41-1413-4856-b6c4-8da170157cff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e55c0e41-1413-4856-b6c4-8da170157cff.shg-box.shg-c {
  justify-content: center;
}

#s-9a6ef5c2-e5e5-4da8-81e3-fed73f9bef1c {
  padding-bottom: 20px;
text-align: left;
}

#s-9a6ef5c2-e5e5-4da8-81e3-fed73f9bef1c .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-9a6ef5c2-e5e5-4da8-81e3-fed73f9bef1c .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}@media (max-width: 767px){#s-9a6ef5c2-e5e5-4da8-81e3-fed73f9bef1c .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-61f68fac-2456-46e7-b9e7-fa9ac5e240a2 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-61f68fac-2456-46e7-b9e7-fa9ac5e240a2 {
  min-height: 330px;
}
}




#s-61f68fac-2456-46e7-b9e7-fa9ac5e240a2 .shogun-image-content {
  
    align-items: center;
  
}

#s-7a6ef13e-c04a-430c-a4be-57a0dff8b731 {
  margin-left: -25px;
margin-bottom: 40px;
margin-right: -25px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-7a6ef13e-c04a-430c-a4be-57a0dff8b731 {
  margin-left: auto;
margin-right: auto;
}
}
@media (min-width: 0px) {
[id="s-7a6ef13e-c04a-430c-a4be-57a0dff8b731"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7a6ef13e-c04a-430c-a4be-57a0dff8b731"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7a6ef13e-c04a-430c-a4be-57a0dff8b731"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7a6ef13e-c04a-430c-a4be-57a0dff8b731"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7a6ef13e-c04a-430c-a4be-57a0dff8b731"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7a6ef13e-c04a-430c-a4be-57a0dff8b731"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7a6ef13e-c04a-430c-a4be-57a0dff8b731"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7a6ef13e-c04a-430c-a4be-57a0dff8b731"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7a6ef13e-c04a-430c-a4be-57a0dff8b731"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7a6ef13e-c04a-430c-a4be-57a0dff8b731"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7a6ef13e-c04a-430c-a4be-57a0dff8b731"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7a6ef13e-c04a-430c-a4be-57a0dff8b731"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7a6ef13e-c04a-430c-a4be-57a0dff8b731"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7a6ef13e-c04a-430c-a4be-57a0dff8b731"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7a6ef13e-c04a-430c-a4be-57a0dff8b731"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7a6ef13e-c04a-430c-a4be-57a0dff8b731"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7a6ef13e-c04a-430c-a4be-57a0dff8b731"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7a6ef13e-c04a-430c-a4be-57a0dff8b731"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7a6ef13e-c04a-430c-a4be-57a0dff8b731"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7a6ef13e-c04a-430c-a4be-57a0dff8b731"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7a6ef13e-c04a-430c-a4be-57a0dff8b731"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7a6ef13e-c04a-430c-a4be-57a0dff8b731"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7a6ef13e-c04a-430c-a4be-57a0dff8b731"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7a6ef13e-c04a-430c-a4be-57a0dff8b731"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7a6ef13e-c04a-430c-a4be-57a0dff8b731"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7a6ef13e-c04a-430c-a4be-57a0dff8b731"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7a6ef13e-c04a-430c-a4be-57a0dff8b731"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7a6ef13e-c04a-430c-a4be-57a0dff8b731"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7a6ef13e-c04a-430c-a4be-57a0dff8b731"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7a6ef13e-c04a-430c-a4be-57a0dff8b731"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7a6ef13e-c04a-430c-a4be-57a0dff8b731"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7a6ef13e-c04a-430c-a4be-57a0dff8b731"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7a6ef13e-c04a-430c-a4be-57a0dff8b731"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7a6ef13e-c04a-430c-a4be-57a0dff8b731"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7a6ef13e-c04a-430c-a4be-57a0dff8b731"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7a6ef13e-c04a-430c-a4be-57a0dff8b731"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7a6ef13e-c04a-430c-a4be-57a0dff8b731"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-ee0a86ca-c439-494e-b237-6081218e1350 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ee0a86ca-c439-494e-b237-6081218e1350 {
  min-height: 320px;
}
}




#s-ee0a86ca-c439-494e-b237-6081218e1350 .shogun-image-content {
  
    align-items: center;
  
}

#s-5922ce21-3fa2-4b05-b03b-7ce7242f7f54 {
  padding-top: 50px;
padding-left: 50px;
padding-bottom: 50px;
padding-right: 50px;
min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-5922ce21-3fa2-4b05-b03b-7ce7242f7f54 {
  padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
}
}@media (max-width: 767px){#s-5922ce21-3fa2-4b05-b03b-7ce7242f7f54 {
  padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
}
}







#s-5922ce21-3fa2-4b05-b03b-7ce7242f7f54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5922ce21-3fa2-4b05-b03b-7ce7242f7f54.shg-box.shg-c {
  justify-content: center;
}

#s-b8c766b0-ba6f-48ab-bd9f-47c05642bc15 {
  padding-bottom: 20px;
text-align: left;
}

#s-b8c766b0-ba6f-48ab-bd9f-47c05642bc15 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-b8c766b0-ba6f-48ab-bd9f-47c05642bc15 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}@media (max-width: 767px){#s-b8c766b0-ba6f-48ab-bd9f-47c05642bc15 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-df1b36fe-0bb7-4e22-8109-36ae614ff602 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0px;
margin-right: 0px;
padding-left: 40px;
padding-right: 40px;
min-height: 420px;
background-position: center center;
}








#s-df1b36fe-0bb7-4e22-8109-36ae614ff602 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
}#s-df1b36fe-0bb7-4e22-8109-36ae614ff602.shg-box.shg-c {
  justify-content: center;
}

#s-be3fbcd7-379c-4dec-b150-ff3c8e6d05eb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-be3fbcd7-379c-4dec-b150-ff3c8e6d05eb .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 34px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4586891b-976b-4285-9d85-73fccaa14d48 {
  box-shadow:    #515151;
margin-top: 0px;
margin-bottom: 0em;
}

#s-241f0d51-70ab-41c0-878b-4b3da074b852 {
  background-image: url(https://cdn.getshogun.com/none);
background-repeat: no-repeat;
margin-top: 20px;
padding-top: 18px;
padding-left: 32px;
padding-bottom: 18px;
padding-right: 32px;
text-align: center;
background-color: rgba(49, 97, 227, 1);
text-decoration: none;
letter-spacing: 1px;
hover-type: color;
}
#s-241f0d51-70ab-41c0-878b-4b3da074b852:hover {background-image: url(https://cdn.getshogun.com/none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-241f0d51-70ab-41c0-878b-4b3da074b852:active {background-color: rgba(79, 178, 255, 1) !important;
text-decoration: none !important;}@media (max-width: 767px){#s-241f0d51-70ab-41c0-878b-4b3da074b852 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}
}

  #s-241f0d51-70ab-41c0-878b-4b3da074b852-btn-wrapper {
    text-align: center;
  }


#s-241f0d51-70ab-41c0-878b-4b3da074b852.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (max-width: 767px){
  #s-241f0d51-70ab-41c0-878b-4b3da074b852-btn-wrapper {
    text-align: center;
  }


#s-241f0d51-70ab-41c0-878b-4b3da074b852.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-3dc7852f-7f85-4302-aa35-4cd9d9909d7f {
  background-repeat: no-repeat;
background-size: 300px;
border-style: solid;
padding-top: 60px;
padding-bottom: 70px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
min-height: 50px;
background-position: right bottom;
}








#s-3dc7852f-7f85-4302-aa35-4cd9d9909d7f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3dc7852f-7f85-4302-aa35-4cd9d9909d7f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7c79bfb7-c425-4fa2-99fb-b833acaa31d4 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-7c79bfb7-c425-4fa2-99fb-b833acaa31d4 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 34px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-af7f2e0e-4192-4113-8b9f-ef9e2ac78ba1 {
  margin-left: 30px;
margin-right: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-af7f2e0e-4192-4113-8b9f-ef9e2ac78ba1 {
  
}
}@media (max-width: 767px){#s-af7f2e0e-4192-4113-8b9f-ef9e2ac78ba1 {
  
}
}
@media (min-width: 0px) {
[id="s-af7f2e0e-4192-4113-8b9f-ef9e2ac78ba1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-af7f2e0e-4192-4113-8b9f-ef9e2ac78ba1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-af7f2e0e-4192-4113-8b9f-ef9e2ac78ba1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-af7f2e0e-4192-4113-8b9f-ef9e2ac78ba1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-af7f2e0e-4192-4113-8b9f-ef9e2ac78ba1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-af7f2e0e-4192-4113-8b9f-ef9e2ac78ba1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-af7f2e0e-4192-4113-8b9f-ef9e2ac78ba1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-af7f2e0e-4192-4113-8b9f-ef9e2ac78ba1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-af7f2e0e-4192-4113-8b9f-ef9e2ac78ba1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-af7f2e0e-4192-4113-8b9f-ef9e2ac78ba1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-af7f2e0e-4192-4113-8b9f-ef9e2ac78ba1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-af7f2e0e-4192-4113-8b9f-ef9e2ac78ba1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-af7f2e0e-4192-4113-8b9f-ef9e2ac78ba1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-af7f2e0e-4192-4113-8b9f-ef9e2ac78ba1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-af7f2e0e-4192-4113-8b9f-ef9e2ac78ba1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-af7f2e0e-4192-4113-8b9f-ef9e2ac78ba1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-af7f2e0e-4192-4113-8b9f-ef9e2ac78ba1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-af7f2e0e-4192-4113-8b9f-ef9e2ac78ba1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-af7f2e0e-4192-4113-8b9f-ef9e2ac78ba1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-af7f2e0e-4192-4113-8b9f-ef9e2ac78ba1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-af7f2e0e-4192-4113-8b9f-ef9e2ac78ba1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-af7f2e0e-4192-4113-8b9f-ef9e2ac78ba1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-af7f2e0e-4192-4113-8b9f-ef9e2ac78ba1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-af7f2e0e-4192-4113-8b9f-ef9e2ac78ba1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-af7f2e0e-4192-4113-8b9f-ef9e2ac78ba1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-af7f2e0e-4192-4113-8b9f-ef9e2ac78ba1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-af7f2e0e-4192-4113-8b9f-ef9e2ac78ba1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-af7f2e0e-4192-4113-8b9f-ef9e2ac78ba1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-af7f2e0e-4192-4113-8b9f-ef9e2ac78ba1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-af7f2e0e-4192-4113-8b9f-ef9e2ac78ba1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-af7f2e0e-4192-4113-8b9f-ef9e2ac78ba1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-af7f2e0e-4192-4113-8b9f-ef9e2ac78ba1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-af7f2e0e-4192-4113-8b9f-ef9e2ac78ba1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-af7f2e0e-4192-4113-8b9f-ef9e2ac78ba1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-af7f2e0e-4192-4113-8b9f-ef9e2ac78ba1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-af7f2e0e-4192-4113-8b9f-ef9e2ac78ba1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-af7f2e0e-4192-4113-8b9f-ef9e2ac78ba1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-af7f2e0e-4192-4113-8b9f-ef9e2ac78ba1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-baa6333f-42d5-4455-a666-b32130b79d52 {
  padding-top: 30px;
padding-bottom: 20px;
min-height: 50px;
}








#s-baa6333f-42d5-4455-a666-b32130b79d52 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-baa6333f-42d5-4455-a666-b32130b79d52.shg-box.shg-c {
  justify-content: flex-start;
}

#s-90a7720b-af9d-4854-93a7-977c1612263c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 120px;
text-align: center;
}




  #s-90a7720b-af9d-4854-93a7-977c1612263c img.shogun-image {
    
    width: px;
  }


#s-90a7720b-af9d-4854-93a7-977c1612263c .shogun-image-content {
  
    align-items: center;
  
}

#s-4e2155d1-4b70-4b72-8161-30daf3d0fc92 {
  padding-left: 0px;
padding-right: 0px;
}

#s-cae93c30-ef54-4c04-8119-29aec06da07e {
  padding-top: 30px;
padding-bottom: 20px;
min-height: 50px;
}








#s-cae93c30-ef54-4c04-8119-29aec06da07e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cae93c30-ef54-4c04-8119-29aec06da07e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-15dd479b-974c-4baa-8a26-701624618e1c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 120px;
text-align: center;
}




  #s-15dd479b-974c-4baa-8a26-701624618e1c img.shogun-image {
    
    width: px;
  }


#s-15dd479b-974c-4baa-8a26-701624618e1c .shogun-image-content {
  
    align-items: center;
  
}

#s-e727f41a-9722-4666-9722-bbb27a14f1e4 {
  padding-left: 0px;
padding-right: 0px;
}

#s-31673660-0f2d-47f2-9177-f03dd2ad7f6c {
  padding-top: 30px;
padding-bottom: 20px;
min-height: 50px;
}








#s-31673660-0f2d-47f2-9177-f03dd2ad7f6c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31673660-0f2d-47f2-9177-f03dd2ad7f6c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-69c155b1-5938-45d8-8026-53cc1fa1a254 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 120px;
text-align: center;
}




  #s-69c155b1-5938-45d8-8026-53cc1fa1a254 img.shogun-image {
    
    width: px;
  }


#s-69c155b1-5938-45d8-8026-53cc1fa1a254 .shogun-image-content {
  
    align-items: center;
  
}

#s-836a2cf7-caaa-4380-bcd6-1613f9f27a3f {
  padding-left: 0px;
padding-right: 0px;
}

#s-01c94d6b-6eea-4537-9c10-61d71443bfac {
  padding-top: 30px;
padding-bottom: 20px;
min-height: 50px;
}








#s-01c94d6b-6eea-4537-9c10-61d71443bfac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01c94d6b-6eea-4537-9c10-61d71443bfac.shg-box.shg-c {
  justify-content: flex-start;
}

#s-db1b8076-1505-4571-a184-4d3d16c1444d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 120px;
text-align: center;
}




  #s-db1b8076-1505-4571-a184-4d3d16c1444d img.shogun-image {
    
    width: px;
  }


#s-db1b8076-1505-4571-a184-4d3d16c1444d .shogun-image-content {
  
    align-items: center;
  
}

#s-12fcff33-3e98-4eaa-9eb5-a9853b2f8bfd {
  padding-left: 0px;
padding-right: 0px;
}

#s-c2435f66-126a-41cd-bd11-6dc79c7b99b9 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-c2435f66-126a-41cd-bd11-6dc79c7b99b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c2435f66-126a-41cd-bd11-6dc79c7b99b9.shg-box.shg-c {
  justify-content: center;
}

@media (max-width: 767px){#s-bbede7d0-49c3-4ffe-a367-063c7bb7ea00 {
  margin-left: -25px;
margin-right: -25px;
}
}
@media (min-width: 0px) {
[id="s-bbede7d0-49c3-4ffe-a367-063c7bb7ea00"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bbede7d0-49c3-4ffe-a367-063c7bb7ea00"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bbede7d0-49c3-4ffe-a367-063c7bb7ea00"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bbede7d0-49c3-4ffe-a367-063c7bb7ea00"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bbede7d0-49c3-4ffe-a367-063c7bb7ea00"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bbede7d0-49c3-4ffe-a367-063c7bb7ea00"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bbede7d0-49c3-4ffe-a367-063c7bb7ea00"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bbede7d0-49c3-4ffe-a367-063c7bb7ea00"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bbede7d0-49c3-4ffe-a367-063c7bb7ea00"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bbede7d0-49c3-4ffe-a367-063c7bb7ea00"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bbede7d0-49c3-4ffe-a367-063c7bb7ea00"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bbede7d0-49c3-4ffe-a367-063c7bb7ea00"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-bbede7d0-49c3-4ffe-a367-063c7bb7ea00"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bbede7d0-49c3-4ffe-a367-063c7bb7ea00"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bbede7d0-49c3-4ffe-a367-063c7bb7ea00"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bbede7d0-49c3-4ffe-a367-063c7bb7ea00"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bbede7d0-49c3-4ffe-a367-063c7bb7ea00"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bbede7d0-49c3-4ffe-a367-063c7bb7ea00"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bbede7d0-49c3-4ffe-a367-063c7bb7ea00"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bbede7d0-49c3-4ffe-a367-063c7bb7ea00"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bbede7d0-49c3-4ffe-a367-063c7bb7ea00"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bbede7d0-49c3-4ffe-a367-063c7bb7ea00"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bbede7d0-49c3-4ffe-a367-063c7bb7ea00"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bbede7d0-49c3-4ffe-a367-063c7bb7ea00"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bbede7d0-49c3-4ffe-a367-063c7bb7ea00"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bbede7d0-49c3-4ffe-a367-063c7bb7ea00"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bbede7d0-49c3-4ffe-a367-063c7bb7ea00"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bbede7d0-49c3-4ffe-a367-063c7bb7ea00"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bbede7d0-49c3-4ffe-a367-063c7bb7ea00"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bbede7d0-49c3-4ffe-a367-063c7bb7ea00"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bbede7d0-49c3-4ffe-a367-063c7bb7ea00"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bbede7d0-49c3-4ffe-a367-063c7bb7ea00"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bbede7d0-49c3-4ffe-a367-063c7bb7ea00"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bbede7d0-49c3-4ffe-a367-063c7bb7ea00"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bbede7d0-49c3-4ffe-a367-063c7bb7ea00"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bbede7d0-49c3-4ffe-a367-063c7bb7ea00"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bbede7d0-49c3-4ffe-a367-063c7bb7ea00"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bbede7d0-49c3-4ffe-a367-063c7bb7ea00"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bbede7d0-49c3-4ffe-a367-063c7bb7ea00"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bbede7d0-49c3-4ffe-a367-063c7bb7ea00"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bbede7d0-49c3-4ffe-a367-063c7bb7ea00"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bbede7d0-49c3-4ffe-a367-063c7bb7ea00"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bbede7d0-49c3-4ffe-a367-063c7bb7ea00"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bbede7d0-49c3-4ffe-a367-063c7bb7ea00"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bbede7d0-49c3-4ffe-a367-063c7bb7ea00"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bbede7d0-49c3-4ffe-a367-063c7bb7ea00"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bbede7d0-49c3-4ffe-a367-063c7bb7ea00"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bbede7d0-49c3-4ffe-a367-063c7bb7ea00"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-e4a38af8-d2b7-4826-8469-9df841b59f45 {
  min-height: 250px;
text-align: right;
}
@media (min-width: 768px) and (max-width: 991px){#s-e4a38af8-d2b7-4826-8469-9df841b59f45 {
  margin-left: -25px;
margin-right: -25px;
}
}@media (max-width: 767px){#s-e4a38af8-d2b7-4826-8469-9df841b59f45 {
  margin-right: -100px;
min-height: 200px;
}
}




#s-e4a38af8-d2b7-4826-8469-9df841b59f45 .shogun-image-content {
  
    align-items: center;
  
}

#s-08a04133-3871-4db7-bd14-982bb36d5ac3 {
  margin-left: auto;
margin-right: auto;
padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
min-height: 50px;
}
@media (max-width: 767px){#s-08a04133-3871-4db7-bd14-982bb36d5ac3 {
  padding-top: 15px;
padding-left: 0px;
padding-bottom: 15px;
padding-right: 25px;
}
}







#s-08a04133-3871-4db7-bd14-982bb36d5ac3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-08a04133-3871-4db7-bd14-982bb36d5ac3.shg-box.shg-c {
  justify-content: center;
}

#s-423f7aaa-fe5c-4417-a1bf-18944ebc8c03 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-423f7aaa-fe5c-4417-a1bf-18944ebc8c03 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-423f7aaa-fe5c-4417-a1bf-18944ebc8c03 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (max-width: 767px){#s-423f7aaa-fe5c-4417-a1bf-18944ebc8c03 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-44873ae3-e449-4b1d-b5b3-e7a5cf1c5718 {
  background-image: url(https://cdn.getshogun.com/none);
background-repeat: no-repeat;
margin-top: 20px;
padding-top: 18px;
padding-left: 32px;
padding-bottom: 18px;
padding-right: 32px;
text-align: center;
background-color: rgba(49, 97, 227, 1);
text-decoration: none;
letter-spacing: 1px;
hover-type: color;
}
#s-44873ae3-e449-4b1d-b5b3-e7a5cf1c5718:hover {background-image: url(https://cdn.getshogun.com/none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-44873ae3-e449-4b1d-b5b3-e7a5cf1c5718:active {background-color: rgba(79, 178, 255, 1) !important;
text-decoration: none !important;}@media (max-width: 767px){#s-44873ae3-e449-4b1d-b5b3-e7a5cf1c5718 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}
}

  #s-44873ae3-e449-4b1d-b5b3-e7a5cf1c5718-btn-wrapper {
    text-align: center;
  }


#s-44873ae3-e449-4b1d-b5b3-e7a5cf1c5718.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (max-width: 767px){
  #s-44873ae3-e449-4b1d-b5b3-e7a5cf1c5718-btn-wrapper {
    text-align: center;
  }


#s-44873ae3-e449-4b1d-b5b3-e7a5cf1c5718.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

#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;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          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;
}