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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

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

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

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

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

#s-7ddbdc5c-8202-4ab2-af2a-86b664ff8a4a {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}


  #s-7ddbdc5c-8202-4ab2-af2a-86b664ff8a4a .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid #DDDDDD;
  }
  #s-7ddbdc5c-8202-4ab2-af2a-86b664ff8a4a .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(215, 215, 215, 1);
    border: 1px solid #ddd;
  }
#s-7ddbdc5c-8202-4ab2-af2a-86b664ff8a4a .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: #50b3da;
  font-family: Montserrat;
  font-weight: 900;
  font-style: ;
  font-size: 30px;
}

#s-7ddbdc5c-8202-4ab2-af2a-86b664ff8a4a .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: #555;
}

#s-7ddbdc5c-8202-4ab2-af2a-86b664ff8a4a .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(215, 215, 215, 1);
}

#s-7ddbdc5c-8202-4ab2-af2a-86b664ff8a4a .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

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

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

#s-0fc4175e-2b70-4a32-9067-f11f2a2772e8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0fc4175e-2b70-4a32-9067-f11f2a2772e8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-ce9ce1bb-4718-46a1-a399-4d7da5c37a50 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ce9ce1bb-4718-46a1-a399-4d7da5c37a50 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-ea0fad4f-bdf3-4ded-8066-a12467e4d649 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ea0fad4f-bdf3-4ded-8066-a12467e4d649 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-da997a42-bd5c-4c56-929d-35e12d8ee7cf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-da997a42-bd5c-4c56-929d-35e12d8ee7cf .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-76b94cf9-2a97-4297-b907-581e5a9245e0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-76b94cf9-2a97-4297-b907-581e5a9245e0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-2748d499-d2cf-4347-ab5e-5578654222e8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2748d499-d2cf-4347-ab5e-5578654222e8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-5d572acf-c548-4a6b-81b1-44d0df6108d1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5d572acf-c548-4a6b-81b1-44d0df6108d1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-1689ef69-1de7-43ba-9589-938065f79b62 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1689ef69-1de7-43ba-9589-938065f79b62 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-68ca3837-da1b-48b4-8b7a-d1d1dd487ad2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-68ca3837-da1b-48b4-8b7a-d1d1dd487ad2 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-6696fac9-2193-4fe7-a9e7-b92cfc0d23a8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6696fac9-2193-4fe7-a9e7-b92cfc0d23a8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-93c4a2c7-398d-467c-8b87-bb461b49e5ba {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-93c4a2c7-398d-467c-8b87-bb461b49e5ba .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-4df5855c-4c61-4ce9-8add-d2f1a92d04dd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4df5855c-4c61-4ce9-8add-d2f1a92d04dd .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-2bc9e8cb-9a54-4e2b-a86f-e4c609da0784 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2bc9e8cb-9a54-4e2b-a86f-e4c609da0784 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



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

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

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

@media (min-width: 0px) {
[id="s-003c7a5e-323f-4c8d-8783-b9d40f68b0f5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-003c7a5e-323f-4c8d-8783-b9d40f68b0f5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-003c7a5e-323f-4c8d-8783-b9d40f68b0f5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-003c7a5e-323f-4c8d-8783-b9d40f68b0f5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-003c7a5e-323f-4c8d-8783-b9d40f68b0f5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-003c7a5e-323f-4c8d-8783-b9d40f68b0f5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-003c7a5e-323f-4c8d-8783-b9d40f68b0f5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-1b49e9a7-6b55-48e3-98d1-05f5ef0aefe0 {
  max-width: 3000px;
aspect-ratio: 3000/2000;
text-align: center;
}





  #s-1b49e9a7-6b55-48e3-98d1-05f5ef0aefe0 img.shogun-image,
  #s-1b49e9a7-6b55-48e3-98d1-05f5ef0aefe0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1b49e9a7-6b55-48e3-98d1-05f5ef0aefe0 {
    width: 100%;
    height: auto;
  }



  img.s-1b49e9a7-6b55-48e3-98d1-05f5ef0aefe0.shogun-image {
    
    
  }


.s-1b49e9a7-6b55-48e3-98d1-05f5ef0aefe0 .shogun-image-content {
  
    align-items: center;
  
}

.s-1b49e9a7-6b55-48e3-98d1-05f5ef0aefe0.shg-align-container {
  text-align: center
}

.s-1b49e9a7-6b55-48e3-98d1-05f5ef0aefe0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b49e9a7-6b55-48e3-98d1-05f5ef0aefe0.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-1b49e9a7-6b55-48e3-98d1-05f5ef0aefe0 img.shogun-image,
  #s-1b49e9a7-6b55-48e3-98d1-05f5ef0aefe0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1b49e9a7-6b55-48e3-98d1-05f5ef0aefe0 {
    width: 100%;
    height: auto;
  }



  img.s-1b49e9a7-6b55-48e3-98d1-05f5ef0aefe0.shogun-image {
    
    
  }


.s-1b49e9a7-6b55-48e3-98d1-05f5ef0aefe0 .shogun-image-content {
  
    align-items: center;
  
}

.s-1b49e9a7-6b55-48e3-98d1-05f5ef0aefe0.shg-align-container {
  text-align: center
}

.s-1b49e9a7-6b55-48e3-98d1-05f5ef0aefe0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b49e9a7-6b55-48e3-98d1-05f5ef0aefe0.shogun-image {
  box-sizing: border-box;
}


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



  #s-1b49e9a7-6b55-48e3-98d1-05f5ef0aefe0 img.shogun-image,
  #s-1b49e9a7-6b55-48e3-98d1-05f5ef0aefe0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1b49e9a7-6b55-48e3-98d1-05f5ef0aefe0 {
    width: 100%;
    height: auto;
  }



  img.s-1b49e9a7-6b55-48e3-98d1-05f5ef0aefe0.shogun-image {
    
    
  }


.s-1b49e9a7-6b55-48e3-98d1-05f5ef0aefe0 .shogun-image-content {
  
    align-items: center;
  
}

.s-1b49e9a7-6b55-48e3-98d1-05f5ef0aefe0.shg-align-container {
  text-align: center
}

.s-1b49e9a7-6b55-48e3-98d1-05f5ef0aefe0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b49e9a7-6b55-48e3-98d1-05f5ef0aefe0.shogun-image {
  box-sizing: border-box;
}


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



  #s-1b49e9a7-6b55-48e3-98d1-05f5ef0aefe0 img.shogun-image,
  #s-1b49e9a7-6b55-48e3-98d1-05f5ef0aefe0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1b49e9a7-6b55-48e3-98d1-05f5ef0aefe0 {
    width: 100%;
    height: auto;
  }



  img.s-1b49e9a7-6b55-48e3-98d1-05f5ef0aefe0.shogun-image {
    
    
  }


.s-1b49e9a7-6b55-48e3-98d1-05f5ef0aefe0 .shogun-image-content {
  
    align-items: center;
  
}

.s-1b49e9a7-6b55-48e3-98d1-05f5ef0aefe0.shg-align-container {
  text-align: center
}

.s-1b49e9a7-6b55-48e3-98d1-05f5ef0aefe0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b49e9a7-6b55-48e3-98d1-05f5ef0aefe0.shogun-image {
  box-sizing: border-box;
}


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



  #s-1b49e9a7-6b55-48e3-98d1-05f5ef0aefe0 img.shogun-image,
  #s-1b49e9a7-6b55-48e3-98d1-05f5ef0aefe0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1b49e9a7-6b55-48e3-98d1-05f5ef0aefe0 {
    width: 100%;
    height: auto;
  }



  img.s-1b49e9a7-6b55-48e3-98d1-05f5ef0aefe0.shogun-image {
    
    
  }


.s-1b49e9a7-6b55-48e3-98d1-05f5ef0aefe0 .shogun-image-content {
  
    align-items: center;
  
}

.s-1b49e9a7-6b55-48e3-98d1-05f5ef0aefe0.shg-align-container {
  text-align: center
}

.s-1b49e9a7-6b55-48e3-98d1-05f5ef0aefe0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b49e9a7-6b55-48e3-98d1-05f5ef0aefe0.shogun-image {
  box-sizing: border-box;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-284e67d4-db5c-456c-a0c7-99d573dcb9d9 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-284e67d4-db5c-456c-a0c7-99d573dcb9d9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-284e67d4-db5c-456c-a0c7-99d573dcb9d9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-284e67d4-db5c-456c-a0c7-99d573dcb9d9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-284e67d4-db5c-456c-a0c7-99d573dcb9d9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-284e67d4-db5c-456c-a0c7-99d573dcb9d9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
@media (min-width: 0px) {
[id="s-d232ea32-a750-4a41-972d-44000cb6ad1d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d232ea32-a750-4a41-972d-44000cb6ad1d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d232ea32-a750-4a41-972d-44000cb6ad1d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d232ea32-a750-4a41-972d-44000cb6ad1d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d232ea32-a750-4a41-972d-44000cb6ad1d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d232ea32-a750-4a41-972d-44000cb6ad1d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d232ea32-a750-4a41-972d-44000cb6ad1d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-b3f6fea7-221c-48c9-80a1-3c1ba8b5d6d9 {
  max-width: 5419px;
aspect-ratio: 5419/3387;
text-align: center;
}





  #s-b3f6fea7-221c-48c9-80a1-3c1ba8b5d6d9 img.shogun-image,
  #s-b3f6fea7-221c-48c9-80a1-3c1ba8b5d6d9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b3f6fea7-221c-48c9-80a1-3c1ba8b5d6d9 {
    width: 100%;
    height: auto;
  }



  img.s-b3f6fea7-221c-48c9-80a1-3c1ba8b5d6d9.shogun-image {
    
    
  }


.s-b3f6fea7-221c-48c9-80a1-3c1ba8b5d6d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-b3f6fea7-221c-48c9-80a1-3c1ba8b5d6d9.shg-align-container {
  text-align: center
}

.s-b3f6fea7-221c-48c9-80a1-3c1ba8b5d6d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3f6fea7-221c-48c9-80a1-3c1ba8b5d6d9.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-b3f6fea7-221c-48c9-80a1-3c1ba8b5d6d9 img.shogun-image,
  #s-b3f6fea7-221c-48c9-80a1-3c1ba8b5d6d9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b3f6fea7-221c-48c9-80a1-3c1ba8b5d6d9 {
    width: 100%;
    height: auto;
  }



  img.s-b3f6fea7-221c-48c9-80a1-3c1ba8b5d6d9.shogun-image {
    
    
  }


.s-b3f6fea7-221c-48c9-80a1-3c1ba8b5d6d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-b3f6fea7-221c-48c9-80a1-3c1ba8b5d6d9.shg-align-container {
  text-align: center
}

.s-b3f6fea7-221c-48c9-80a1-3c1ba8b5d6d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3f6fea7-221c-48c9-80a1-3c1ba8b5d6d9.shogun-image {
  box-sizing: border-box;
}


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



  #s-b3f6fea7-221c-48c9-80a1-3c1ba8b5d6d9 img.shogun-image,
  #s-b3f6fea7-221c-48c9-80a1-3c1ba8b5d6d9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b3f6fea7-221c-48c9-80a1-3c1ba8b5d6d9 {
    width: 100%;
    height: auto;
  }



  img.s-b3f6fea7-221c-48c9-80a1-3c1ba8b5d6d9.shogun-image {
    
    
  }


.s-b3f6fea7-221c-48c9-80a1-3c1ba8b5d6d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-b3f6fea7-221c-48c9-80a1-3c1ba8b5d6d9.shg-align-container {
  text-align: center
}

.s-b3f6fea7-221c-48c9-80a1-3c1ba8b5d6d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3f6fea7-221c-48c9-80a1-3c1ba8b5d6d9.shogun-image {
  box-sizing: border-box;
}


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



  #s-b3f6fea7-221c-48c9-80a1-3c1ba8b5d6d9 img.shogun-image,
  #s-b3f6fea7-221c-48c9-80a1-3c1ba8b5d6d9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b3f6fea7-221c-48c9-80a1-3c1ba8b5d6d9 {
    width: 100%;
    height: auto;
  }



  img.s-b3f6fea7-221c-48c9-80a1-3c1ba8b5d6d9.shogun-image {
    
    
  }


.s-b3f6fea7-221c-48c9-80a1-3c1ba8b5d6d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-b3f6fea7-221c-48c9-80a1-3c1ba8b5d6d9.shg-align-container {
  text-align: center
}

.s-b3f6fea7-221c-48c9-80a1-3c1ba8b5d6d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3f6fea7-221c-48c9-80a1-3c1ba8b5d6d9.shogun-image {
  box-sizing: border-box;
}


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



  #s-b3f6fea7-221c-48c9-80a1-3c1ba8b5d6d9 img.shogun-image,
  #s-b3f6fea7-221c-48c9-80a1-3c1ba8b5d6d9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b3f6fea7-221c-48c9-80a1-3c1ba8b5d6d9 {
    width: 100%;
    height: auto;
  }



  img.s-b3f6fea7-221c-48c9-80a1-3c1ba8b5d6d9.shogun-image {
    
    
  }


.s-b3f6fea7-221c-48c9-80a1-3c1ba8b5d6d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-b3f6fea7-221c-48c9-80a1-3c1ba8b5d6d9.shg-align-container {
  text-align: center
}

.s-b3f6fea7-221c-48c9-80a1-3c1ba8b5d6d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3f6fea7-221c-48c9-80a1-3c1ba8b5d6d9.shogun-image {
  box-sizing: border-box;
}


}
#s-0bb1eb16-51e9-4535-b896-58490d66f416 {
  padding-bottom: 15px;
}

#s-0bb1eb16-51e9-4535-b896-58490d66f416 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-0bb1eb16-51e9-4535-b896-58490d66f416 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-0bb1eb16-51e9-4535-b896-58490d66f416 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-0bb1eb16-51e9-4535-b896-58490d66f416 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-0bb1eb16-51e9-4535-b896-58490d66f416 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 900;
  font-style: ;
  font-size: 16px;
}

#s-0bb1eb16-51e9-4535-b896-58490d66f416 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
@media (min-width: 0px) {
[id="s-35562c55-2262-427c-9a4c-33a65a98d8d3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-35562c55-2262-427c-9a4c-33a65a98d8d3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-35562c55-2262-427c-9a4c-33a65a98d8d3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-35562c55-2262-427c-9a4c-33a65a98d8d3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0a785ea2-3640-4b5f-b11a-b491d3d9febd {
  max-width: 5196px;
aspect-ratio: 5196/3537;
text-align: center;
}





  #s-0a785ea2-3640-4b5f-b11a-b491d3d9febd img.shogun-image,
  #s-0a785ea2-3640-4b5f-b11a-b491d3d9febd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0a785ea2-3640-4b5f-b11a-b491d3d9febd {
    width: 100%;
    height: auto;
  }



  img.s-0a785ea2-3640-4b5f-b11a-b491d3d9febd.shogun-image {
    
    
  }


.s-0a785ea2-3640-4b5f-b11a-b491d3d9febd .shogun-image-content {
  
    align-items: center;
  
}

.s-0a785ea2-3640-4b5f-b11a-b491d3d9febd.shg-align-container {
  text-align: center
}

.s-0a785ea2-3640-4b5f-b11a-b491d3d9febd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a785ea2-3640-4b5f-b11a-b491d3d9febd.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-0a785ea2-3640-4b5f-b11a-b491d3d9febd img.shogun-image,
  #s-0a785ea2-3640-4b5f-b11a-b491d3d9febd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0a785ea2-3640-4b5f-b11a-b491d3d9febd {
    width: 100%;
    height: auto;
  }



  img.s-0a785ea2-3640-4b5f-b11a-b491d3d9febd.shogun-image {
    
    
  }


.s-0a785ea2-3640-4b5f-b11a-b491d3d9febd .shogun-image-content {
  
    align-items: center;
  
}

.s-0a785ea2-3640-4b5f-b11a-b491d3d9febd.shg-align-container {
  text-align: center
}

.s-0a785ea2-3640-4b5f-b11a-b491d3d9febd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a785ea2-3640-4b5f-b11a-b491d3d9febd.shogun-image {
  box-sizing: border-box;
}


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



  #s-0a785ea2-3640-4b5f-b11a-b491d3d9febd img.shogun-image,
  #s-0a785ea2-3640-4b5f-b11a-b491d3d9febd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0a785ea2-3640-4b5f-b11a-b491d3d9febd {
    width: 100%;
    height: auto;
  }



  img.s-0a785ea2-3640-4b5f-b11a-b491d3d9febd.shogun-image {
    
    
  }


.s-0a785ea2-3640-4b5f-b11a-b491d3d9febd .shogun-image-content {
  
    align-items: center;
  
}

.s-0a785ea2-3640-4b5f-b11a-b491d3d9febd.shg-align-container {
  text-align: center
}

.s-0a785ea2-3640-4b5f-b11a-b491d3d9febd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a785ea2-3640-4b5f-b11a-b491d3d9febd.shogun-image {
  box-sizing: border-box;
}


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



  #s-0a785ea2-3640-4b5f-b11a-b491d3d9febd img.shogun-image,
  #s-0a785ea2-3640-4b5f-b11a-b491d3d9febd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0a785ea2-3640-4b5f-b11a-b491d3d9febd {
    width: 100%;
    height: auto;
  }



  img.s-0a785ea2-3640-4b5f-b11a-b491d3d9febd.shogun-image {
    
    
  }


.s-0a785ea2-3640-4b5f-b11a-b491d3d9febd .shogun-image-content {
  
    align-items: center;
  
}

.s-0a785ea2-3640-4b5f-b11a-b491d3d9febd.shg-align-container {
  text-align: center
}

.s-0a785ea2-3640-4b5f-b11a-b491d3d9febd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a785ea2-3640-4b5f-b11a-b491d3d9febd.shogun-image {
  box-sizing: border-box;
}


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



  #s-0a785ea2-3640-4b5f-b11a-b491d3d9febd img.shogun-image,
  #s-0a785ea2-3640-4b5f-b11a-b491d3d9febd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0a785ea2-3640-4b5f-b11a-b491d3d9febd {
    width: 100%;
    height: auto;
  }



  img.s-0a785ea2-3640-4b5f-b11a-b491d3d9febd.shogun-image {
    
    
  }


.s-0a785ea2-3640-4b5f-b11a-b491d3d9febd .shogun-image-content {
  
    align-items: center;
  
}

.s-0a785ea2-3640-4b5f-b11a-b491d3d9febd.shg-align-container {
  text-align: center
}

.s-0a785ea2-3640-4b5f-b11a-b491d3d9febd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a785ea2-3640-4b5f-b11a-b491d3d9febd.shogun-image {
  box-sizing: border-box;
}


}
@media (min-width: 0px) {
[id="s-b8f32ed6-6d38-427a-810a-6fa6d2115620"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b8f32ed6-6d38-427a-810a-6fa6d2115620"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b8f32ed6-6d38-427a-810a-6fa6d2115620"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b8f32ed6-6d38-427a-810a-6fa6d2115620"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b8f32ed6-6d38-427a-810a-6fa6d2115620"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b8f32ed6-6d38-427a-810a-6fa6d2115620"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b8f32ed6-6d38-427a-810a-6fa6d2115620"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-85d85354-f65b-4702-8564-2d900b5ef911 {
  max-width: 4896px;
aspect-ratio: 4896/3264;
text-align: center;
}





  #s-85d85354-f65b-4702-8564-2d900b5ef911 img.shogun-image,
  #s-85d85354-f65b-4702-8564-2d900b5ef911 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-85d85354-f65b-4702-8564-2d900b5ef911 {
    width: 100%;
    height: auto;
  }



  img.s-85d85354-f65b-4702-8564-2d900b5ef911.shogun-image {
    
    
  }


.s-85d85354-f65b-4702-8564-2d900b5ef911 .shogun-image-content {
  
    align-items: center;
  
}

.s-85d85354-f65b-4702-8564-2d900b5ef911.shg-align-container {
  text-align: center
}

.s-85d85354-f65b-4702-8564-2d900b5ef911.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85d85354-f65b-4702-8564-2d900b5ef911.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-85d85354-f65b-4702-8564-2d900b5ef911 img.shogun-image,
  #s-85d85354-f65b-4702-8564-2d900b5ef911 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-85d85354-f65b-4702-8564-2d900b5ef911 {
    width: 100%;
    height: auto;
  }



  img.s-85d85354-f65b-4702-8564-2d900b5ef911.shogun-image {
    
    
  }


.s-85d85354-f65b-4702-8564-2d900b5ef911 .shogun-image-content {
  
    align-items: center;
  
}

.s-85d85354-f65b-4702-8564-2d900b5ef911.shg-align-container {
  text-align: center
}

.s-85d85354-f65b-4702-8564-2d900b5ef911.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85d85354-f65b-4702-8564-2d900b5ef911.shogun-image {
  box-sizing: border-box;
}


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



  #s-85d85354-f65b-4702-8564-2d900b5ef911 img.shogun-image,
  #s-85d85354-f65b-4702-8564-2d900b5ef911 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-85d85354-f65b-4702-8564-2d900b5ef911 {
    width: 100%;
    height: auto;
  }



  img.s-85d85354-f65b-4702-8564-2d900b5ef911.shogun-image {
    
    
  }


.s-85d85354-f65b-4702-8564-2d900b5ef911 .shogun-image-content {
  
    align-items: center;
  
}

.s-85d85354-f65b-4702-8564-2d900b5ef911.shg-align-container {
  text-align: center
}

.s-85d85354-f65b-4702-8564-2d900b5ef911.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85d85354-f65b-4702-8564-2d900b5ef911.shogun-image {
  box-sizing: border-box;
}


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



  #s-85d85354-f65b-4702-8564-2d900b5ef911 img.shogun-image,
  #s-85d85354-f65b-4702-8564-2d900b5ef911 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-85d85354-f65b-4702-8564-2d900b5ef911 {
    width: 100%;
    height: auto;
  }



  img.s-85d85354-f65b-4702-8564-2d900b5ef911.shogun-image {
    
    
  }


.s-85d85354-f65b-4702-8564-2d900b5ef911 .shogun-image-content {
  
    align-items: center;
  
}

.s-85d85354-f65b-4702-8564-2d900b5ef911.shg-align-container {
  text-align: center
}

.s-85d85354-f65b-4702-8564-2d900b5ef911.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85d85354-f65b-4702-8564-2d900b5ef911.shogun-image {
  box-sizing: border-box;
}


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



  #s-85d85354-f65b-4702-8564-2d900b5ef911 img.shogun-image,
  #s-85d85354-f65b-4702-8564-2d900b5ef911 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-85d85354-f65b-4702-8564-2d900b5ef911 {
    width: 100%;
    height: auto;
  }



  img.s-85d85354-f65b-4702-8564-2d900b5ef911.shogun-image {
    
    
  }


.s-85d85354-f65b-4702-8564-2d900b5ef911 .shogun-image-content {
  
    align-items: center;
  
}

.s-85d85354-f65b-4702-8564-2d900b5ef911.shg-align-container {
  text-align: center
}

.s-85d85354-f65b-4702-8564-2d900b5ef911.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85d85354-f65b-4702-8564-2d900b5ef911.shogun-image {
  box-sizing: border-box;
}


}
#s-ebc8e045-1825-4be8-b0f3-073012219f6b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-ebc8e045-1825-4be8-b0f3-073012219f6b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-ebc8e045-1825-4be8-b0f3-073012219f6b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-ebc8e045-1825-4be8-b0f3-073012219f6b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-ebc8e045-1825-4be8-b0f3-073012219f6b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-ebc8e045-1825-4be8-b0f3-073012219f6b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
@media (min-width: 0px) {
[id="s-fa86d2bc-265b-4fea-8a0d-35ec86928d1d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fa86d2bc-265b-4fea-8a0d-35ec86928d1d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fa86d2bc-265b-4fea-8a0d-35ec86928d1d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fa86d2bc-265b-4fea-8a0d-35ec86928d1d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fa86d2bc-265b-4fea-8a0d-35ec86928d1d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fa86d2bc-265b-4fea-8a0d-35ec86928d1d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fa86d2bc-265b-4fea-8a0d-35ec86928d1d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-5beeab8e-0662-4361-8bf6-81b38b11d662 {
  max-width: 4608px;
aspect-ratio: 16/9;
text-align: center;
}





  #s-5beeab8e-0662-4361-8bf6-81b38b11d662 img.shogun-image,
  #s-5beeab8e-0662-4361-8bf6-81b38b11d662 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5beeab8e-0662-4361-8bf6-81b38b11d662 {
    width: 100%;
    height: auto;
  }



  img.s-5beeab8e-0662-4361-8bf6-81b38b11d662.shogun-image {
    
    
  }


.s-5beeab8e-0662-4361-8bf6-81b38b11d662 .shogun-image-content {
  
    align-items: center;
  
}

.s-5beeab8e-0662-4361-8bf6-81b38b11d662.shg-align-container {
  text-align: center
}

.s-5beeab8e-0662-4361-8bf6-81b38b11d662.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5beeab8e-0662-4361-8bf6-81b38b11d662.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-5beeab8e-0662-4361-8bf6-81b38b11d662 img.shogun-image,
  #s-5beeab8e-0662-4361-8bf6-81b38b11d662 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5beeab8e-0662-4361-8bf6-81b38b11d662 {
    width: 100%;
    height: auto;
  }



  img.s-5beeab8e-0662-4361-8bf6-81b38b11d662.shogun-image {
    
    
  }


.s-5beeab8e-0662-4361-8bf6-81b38b11d662 .shogun-image-content {
  
    align-items: center;
  
}

.s-5beeab8e-0662-4361-8bf6-81b38b11d662.shg-align-container {
  text-align: center
}

.s-5beeab8e-0662-4361-8bf6-81b38b11d662.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5beeab8e-0662-4361-8bf6-81b38b11d662.shogun-image {
  box-sizing: border-box;
}


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



  #s-5beeab8e-0662-4361-8bf6-81b38b11d662 img.shogun-image,
  #s-5beeab8e-0662-4361-8bf6-81b38b11d662 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5beeab8e-0662-4361-8bf6-81b38b11d662 {
    width: 100%;
    height: auto;
  }



  img.s-5beeab8e-0662-4361-8bf6-81b38b11d662.shogun-image {
    
    
  }


.s-5beeab8e-0662-4361-8bf6-81b38b11d662 .shogun-image-content {
  
    align-items: center;
  
}

.s-5beeab8e-0662-4361-8bf6-81b38b11d662.shg-align-container {
  text-align: center
}

.s-5beeab8e-0662-4361-8bf6-81b38b11d662.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5beeab8e-0662-4361-8bf6-81b38b11d662.shogun-image {
  box-sizing: border-box;
}


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



  #s-5beeab8e-0662-4361-8bf6-81b38b11d662 img.shogun-image,
  #s-5beeab8e-0662-4361-8bf6-81b38b11d662 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5beeab8e-0662-4361-8bf6-81b38b11d662 {
    width: 100%;
    height: auto;
  }



  img.s-5beeab8e-0662-4361-8bf6-81b38b11d662.shogun-image {
    
    
  }


.s-5beeab8e-0662-4361-8bf6-81b38b11d662 .shogun-image-content {
  
    align-items: center;
  
}

.s-5beeab8e-0662-4361-8bf6-81b38b11d662.shg-align-container {
  text-align: center
}

.s-5beeab8e-0662-4361-8bf6-81b38b11d662.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5beeab8e-0662-4361-8bf6-81b38b11d662.shogun-image {
  box-sizing: border-box;
}


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



  #s-5beeab8e-0662-4361-8bf6-81b38b11d662 img.shogun-image,
  #s-5beeab8e-0662-4361-8bf6-81b38b11d662 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5beeab8e-0662-4361-8bf6-81b38b11d662 {
    width: 100%;
    height: auto;
  }



  img.s-5beeab8e-0662-4361-8bf6-81b38b11d662.shogun-image {
    
    
  }


.s-5beeab8e-0662-4361-8bf6-81b38b11d662 .shogun-image-content {
  
    align-items: center;
  
}

.s-5beeab8e-0662-4361-8bf6-81b38b11d662.shg-align-container {
  text-align: center
}

.s-5beeab8e-0662-4361-8bf6-81b38b11d662.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5beeab8e-0662-4361-8bf6-81b38b11d662.shogun-image {
  box-sizing: border-box;
}


}
#s-d413b950-9986-4686-aa2e-5e27cb646dac {
  padding-bottom: 15px;
}

#s-d413b950-9986-4686-aa2e-5e27cb646dac > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-d413b950-9986-4686-aa2e-5e27cb646dac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-d413b950-9986-4686-aa2e-5e27cb646dac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-d413b950-9986-4686-aa2e-5e27cb646dac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-d413b950-9986-4686-aa2e-5e27cb646dac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 900;
  font-style: ;
  font-size: 16px;
}

#s-d413b950-9986-4686-aa2e-5e27cb646dac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-6c425166-3128-4a40-a0a3-ebb457b9de43 {
  padding-bottom: 3px;
}

@media (min-width: 0px) {
[id="s-6c425166-3128-4a40-a0a3-ebb457b9de43"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6c425166-3128-4a40-a0a3-ebb457b9de43"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6c425166-3128-4a40-a0a3-ebb457b9de43"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6c425166-3128-4a40-a0a3-ebb457b9de43"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-cf6ed268-e1ae-4cdb-a691-6f7460678686 {
  max-width: 2310px;
aspect-ratio: 2310/1536;
text-align: center;
}





  #s-cf6ed268-e1ae-4cdb-a691-6f7460678686 img.shogun-image,
  #s-cf6ed268-e1ae-4cdb-a691-6f7460678686 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cf6ed268-e1ae-4cdb-a691-6f7460678686 {
    width: 100%;
    height: auto;
  }



  img.s-cf6ed268-e1ae-4cdb-a691-6f7460678686.shogun-image {
    
    
  }


.s-cf6ed268-e1ae-4cdb-a691-6f7460678686 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf6ed268-e1ae-4cdb-a691-6f7460678686.shg-align-container {
  text-align: center
}

.s-cf6ed268-e1ae-4cdb-a691-6f7460678686.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf6ed268-e1ae-4cdb-a691-6f7460678686.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-cf6ed268-e1ae-4cdb-a691-6f7460678686 img.shogun-image,
  #s-cf6ed268-e1ae-4cdb-a691-6f7460678686 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cf6ed268-e1ae-4cdb-a691-6f7460678686 {
    width: 100%;
    height: auto;
  }



  img.s-cf6ed268-e1ae-4cdb-a691-6f7460678686.shogun-image {
    
    
  }


.s-cf6ed268-e1ae-4cdb-a691-6f7460678686 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf6ed268-e1ae-4cdb-a691-6f7460678686.shg-align-container {
  text-align: center
}

.s-cf6ed268-e1ae-4cdb-a691-6f7460678686.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf6ed268-e1ae-4cdb-a691-6f7460678686.shogun-image {
  box-sizing: border-box;
}


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



  #s-cf6ed268-e1ae-4cdb-a691-6f7460678686 img.shogun-image,
  #s-cf6ed268-e1ae-4cdb-a691-6f7460678686 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cf6ed268-e1ae-4cdb-a691-6f7460678686 {
    width: 100%;
    height: auto;
  }



  img.s-cf6ed268-e1ae-4cdb-a691-6f7460678686.shogun-image {
    
    
  }


.s-cf6ed268-e1ae-4cdb-a691-6f7460678686 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf6ed268-e1ae-4cdb-a691-6f7460678686.shg-align-container {
  text-align: center
}

.s-cf6ed268-e1ae-4cdb-a691-6f7460678686.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf6ed268-e1ae-4cdb-a691-6f7460678686.shogun-image {
  box-sizing: border-box;
}


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



  #s-cf6ed268-e1ae-4cdb-a691-6f7460678686 img.shogun-image,
  #s-cf6ed268-e1ae-4cdb-a691-6f7460678686 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cf6ed268-e1ae-4cdb-a691-6f7460678686 {
    width: 100%;
    height: auto;
  }



  img.s-cf6ed268-e1ae-4cdb-a691-6f7460678686.shogun-image {
    
    
  }


.s-cf6ed268-e1ae-4cdb-a691-6f7460678686 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf6ed268-e1ae-4cdb-a691-6f7460678686.shg-align-container {
  text-align: center
}

.s-cf6ed268-e1ae-4cdb-a691-6f7460678686.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf6ed268-e1ae-4cdb-a691-6f7460678686.shogun-image {
  box-sizing: border-box;
}


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



  #s-cf6ed268-e1ae-4cdb-a691-6f7460678686 img.shogun-image,
  #s-cf6ed268-e1ae-4cdb-a691-6f7460678686 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cf6ed268-e1ae-4cdb-a691-6f7460678686 {
    width: 100%;
    height: auto;
  }



  img.s-cf6ed268-e1ae-4cdb-a691-6f7460678686.shogun-image {
    
    
  }


.s-cf6ed268-e1ae-4cdb-a691-6f7460678686 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf6ed268-e1ae-4cdb-a691-6f7460678686.shg-align-container {
  text-align: center
}

.s-cf6ed268-e1ae-4cdb-a691-6f7460678686.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf6ed268-e1ae-4cdb-a691-6f7460678686.shogun-image {
  box-sizing: border-box;
}


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

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

#s-9d3d1202-84c4-4cf3-a7ac-e8c67993ab5c hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-821b3066-c453-4403-bde9-910a0397f62c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-821b3066-c453-4403-bde9-910a0397f62c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-821b3066-c453-4403-bde9-910a0397f62c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-821b3066-c453-4403-bde9-910a0397f62c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5dafcd0b-eeab-4499-b7fa-3a568629f75b {
  max-width: 2400px;
aspect-ratio: 2400/1569;
text-align: center;
}





  #s-5dafcd0b-eeab-4499-b7fa-3a568629f75b img.shogun-image,
  #s-5dafcd0b-eeab-4499-b7fa-3a568629f75b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5dafcd0b-eeab-4499-b7fa-3a568629f75b {
    width: 100%;
    height: auto;
  }



  img.s-5dafcd0b-eeab-4499-b7fa-3a568629f75b.shogun-image {
    
    
  }


.s-5dafcd0b-eeab-4499-b7fa-3a568629f75b .shogun-image-content {
  
    align-items: center;
  
}

.s-5dafcd0b-eeab-4499-b7fa-3a568629f75b.shg-align-container {
  text-align: center
}

.s-5dafcd0b-eeab-4499-b7fa-3a568629f75b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5dafcd0b-eeab-4499-b7fa-3a568629f75b.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-5dafcd0b-eeab-4499-b7fa-3a568629f75b img.shogun-image,
  #s-5dafcd0b-eeab-4499-b7fa-3a568629f75b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5dafcd0b-eeab-4499-b7fa-3a568629f75b {
    width: 100%;
    height: auto;
  }



  img.s-5dafcd0b-eeab-4499-b7fa-3a568629f75b.shogun-image {
    
    
  }


.s-5dafcd0b-eeab-4499-b7fa-3a568629f75b .shogun-image-content {
  
    align-items: center;
  
}

.s-5dafcd0b-eeab-4499-b7fa-3a568629f75b.shg-align-container {
  text-align: center
}

.s-5dafcd0b-eeab-4499-b7fa-3a568629f75b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5dafcd0b-eeab-4499-b7fa-3a568629f75b.shogun-image {
  box-sizing: border-box;
}


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



  #s-5dafcd0b-eeab-4499-b7fa-3a568629f75b img.shogun-image,
  #s-5dafcd0b-eeab-4499-b7fa-3a568629f75b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5dafcd0b-eeab-4499-b7fa-3a568629f75b {
    width: 100%;
    height: auto;
  }



  img.s-5dafcd0b-eeab-4499-b7fa-3a568629f75b.shogun-image {
    
    
  }


.s-5dafcd0b-eeab-4499-b7fa-3a568629f75b .shogun-image-content {
  
    align-items: center;
  
}

.s-5dafcd0b-eeab-4499-b7fa-3a568629f75b.shg-align-container {
  text-align: center
}

.s-5dafcd0b-eeab-4499-b7fa-3a568629f75b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5dafcd0b-eeab-4499-b7fa-3a568629f75b.shogun-image {
  box-sizing: border-box;
}


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



  #s-5dafcd0b-eeab-4499-b7fa-3a568629f75b img.shogun-image,
  #s-5dafcd0b-eeab-4499-b7fa-3a568629f75b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5dafcd0b-eeab-4499-b7fa-3a568629f75b {
    width: 100%;
    height: auto;
  }



  img.s-5dafcd0b-eeab-4499-b7fa-3a568629f75b.shogun-image {
    
    
  }


.s-5dafcd0b-eeab-4499-b7fa-3a568629f75b .shogun-image-content {
  
    align-items: center;
  
}

.s-5dafcd0b-eeab-4499-b7fa-3a568629f75b.shg-align-container {
  text-align: center
}

.s-5dafcd0b-eeab-4499-b7fa-3a568629f75b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5dafcd0b-eeab-4499-b7fa-3a568629f75b.shogun-image {
  box-sizing: border-box;
}


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



  #s-5dafcd0b-eeab-4499-b7fa-3a568629f75b img.shogun-image,
  #s-5dafcd0b-eeab-4499-b7fa-3a568629f75b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5dafcd0b-eeab-4499-b7fa-3a568629f75b {
    width: 100%;
    height: auto;
  }



  img.s-5dafcd0b-eeab-4499-b7fa-3a568629f75b.shogun-image {
    
    
  }


.s-5dafcd0b-eeab-4499-b7fa-3a568629f75b .shogun-image-content {
  
    align-items: center;
  
}

.s-5dafcd0b-eeab-4499-b7fa-3a568629f75b.shg-align-container {
  text-align: center
}

.s-5dafcd0b-eeab-4499-b7fa-3a568629f75b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5dafcd0b-eeab-4499-b7fa-3a568629f75b.shogun-image {
  box-sizing: border-box;
}


}
#s-5dc46f18-acde-4761-80b1-8c5b27efa59a hr {
  border-top: 2px solid #ddd;
}

#s-65e9912a-3549-40c6-a4f9-ed9d15b2df1b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-65e9912a-3549-40c6-a4f9-ed9d15b2df1b .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-c27e2356-cdd3-43b7-b729-0529bbcdf094 hr {
  border-top: 2px solid #ddd;
}

#s-e30b4cf4-9867-407c-a49e-8f159b177682 hr {
  border-top: 2px solid #ddd;
}

#s-0bd1b204-c721-4ed6-b101-2f10a827262e hr {
  border-top: 2px solid #ddd;
}

#s-ba40e3bd-f269-4980-9657-a365affa6886 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ba40e3bd-f269-4980-9657-a365affa6886 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-2446fd29-d9ba-4b0a-8cad-7f7d90e937ba {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2446fd29-d9ba-4b0a-8cad-7f7d90e937ba .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



@media (min-width: 0px) {
[id="s-9412b9a1-f2a4-4ba7-af69-437539386c3e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9412b9a1-f2a4-4ba7-af69-437539386c3e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9412b9a1-f2a4-4ba7-af69-437539386c3e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9412b9a1-f2a4-4ba7-af69-437539386c3e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-9412b9a1-f2a4-4ba7-af69-437539386c3e"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-cf3ba2c1-56f2-4b09-89fc-a11fc7028ef9 {
  max-width: 6000px;
aspect-ratio: 6000/4000;
text-align: center;
}





  #s-cf3ba2c1-56f2-4b09-89fc-a11fc7028ef9 img.shogun-image,
  #s-cf3ba2c1-56f2-4b09-89fc-a11fc7028ef9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cf3ba2c1-56f2-4b09-89fc-a11fc7028ef9 {
    width: 100%;
    height: auto;
  }



  img.s-cf3ba2c1-56f2-4b09-89fc-a11fc7028ef9.shogun-image {
    
    
  }


.s-cf3ba2c1-56f2-4b09-89fc-a11fc7028ef9 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf3ba2c1-56f2-4b09-89fc-a11fc7028ef9.shg-align-container {
  text-align: center
}

.s-cf3ba2c1-56f2-4b09-89fc-a11fc7028ef9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf3ba2c1-56f2-4b09-89fc-a11fc7028ef9.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-cf3ba2c1-56f2-4b09-89fc-a11fc7028ef9 img.shogun-image,
  #s-cf3ba2c1-56f2-4b09-89fc-a11fc7028ef9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cf3ba2c1-56f2-4b09-89fc-a11fc7028ef9 {
    width: 100%;
    height: auto;
  }



  img.s-cf3ba2c1-56f2-4b09-89fc-a11fc7028ef9.shogun-image {
    
    
  }


.s-cf3ba2c1-56f2-4b09-89fc-a11fc7028ef9 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf3ba2c1-56f2-4b09-89fc-a11fc7028ef9.shg-align-container {
  text-align: center
}

.s-cf3ba2c1-56f2-4b09-89fc-a11fc7028ef9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf3ba2c1-56f2-4b09-89fc-a11fc7028ef9.shogun-image {
  box-sizing: border-box;
}


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



  #s-cf3ba2c1-56f2-4b09-89fc-a11fc7028ef9 img.shogun-image,
  #s-cf3ba2c1-56f2-4b09-89fc-a11fc7028ef9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cf3ba2c1-56f2-4b09-89fc-a11fc7028ef9 {
    width: 100%;
    height: auto;
  }



  img.s-cf3ba2c1-56f2-4b09-89fc-a11fc7028ef9.shogun-image {
    
    
  }


.s-cf3ba2c1-56f2-4b09-89fc-a11fc7028ef9 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf3ba2c1-56f2-4b09-89fc-a11fc7028ef9.shg-align-container {
  text-align: center
}

.s-cf3ba2c1-56f2-4b09-89fc-a11fc7028ef9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf3ba2c1-56f2-4b09-89fc-a11fc7028ef9.shogun-image {
  box-sizing: border-box;
}


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



  #s-cf3ba2c1-56f2-4b09-89fc-a11fc7028ef9 img.shogun-image,
  #s-cf3ba2c1-56f2-4b09-89fc-a11fc7028ef9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cf3ba2c1-56f2-4b09-89fc-a11fc7028ef9 {
    width: 100%;
    height: auto;
  }



  img.s-cf3ba2c1-56f2-4b09-89fc-a11fc7028ef9.shogun-image {
    
    
  }


.s-cf3ba2c1-56f2-4b09-89fc-a11fc7028ef9 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf3ba2c1-56f2-4b09-89fc-a11fc7028ef9.shg-align-container {
  text-align: center
}

.s-cf3ba2c1-56f2-4b09-89fc-a11fc7028ef9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf3ba2c1-56f2-4b09-89fc-a11fc7028ef9.shogun-image {
  box-sizing: border-box;
}


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



  #s-cf3ba2c1-56f2-4b09-89fc-a11fc7028ef9 img.shogun-image,
  #s-cf3ba2c1-56f2-4b09-89fc-a11fc7028ef9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cf3ba2c1-56f2-4b09-89fc-a11fc7028ef9 {
    width: 100%;
    height: auto;
  }



  img.s-cf3ba2c1-56f2-4b09-89fc-a11fc7028ef9.shogun-image {
    
    
  }


.s-cf3ba2c1-56f2-4b09-89fc-a11fc7028ef9 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf3ba2c1-56f2-4b09-89fc-a11fc7028ef9.shg-align-container {
  text-align: center
}

.s-cf3ba2c1-56f2-4b09-89fc-a11fc7028ef9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf3ba2c1-56f2-4b09-89fc-a11fc7028ef9.shogun-image {
  box-sizing: border-box;
}


}
#s-e3843ec2-a321-4657-a7a0-1f22cd61f71d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e3843ec2-a321-4657-a7a0-1f22cd61f71d .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-3e46b097-f28f-447a-b23c-0323145401fc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3e46b097-f28f-447a-b23c-0323145401fc .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-6a3e4a48-9fc6-4397-a4e1-850b99bb346e {
  padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-6a3e4a48-9fc6-4397-a4e1-850b99bb346e .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



@media (min-width: 0px) {
[id="s-1d397523-b752-4e88-b337-4488a3d13ee6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1d397523-b752-4e88-b337-4488a3d13ee6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1d397523-b752-4e88-b337-4488a3d13ee6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1d397523-b752-4e88-b337-4488a3d13ee6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1d397523-b752-4e88-b337-4488a3d13ee6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1d397523-b752-4e88-b337-4488a3d13ee6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1d397523-b752-4e88-b337-4488a3d13ee6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-fbee5e8f-63aa-421e-91aa-d5a33f122002 {
  max-width: 2592px;
aspect-ratio: 2592/1728;
text-align: center;
}





  #s-fbee5e8f-63aa-421e-91aa-d5a33f122002 img.shogun-image,
  #s-fbee5e8f-63aa-421e-91aa-d5a33f122002 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fbee5e8f-63aa-421e-91aa-d5a33f122002 {
    width: 100%;
    height: auto;
  }



  img.s-fbee5e8f-63aa-421e-91aa-d5a33f122002.shogun-image {
    
    
  }


.s-fbee5e8f-63aa-421e-91aa-d5a33f122002 .shogun-image-content {
  
    align-items: center;
  
}

.s-fbee5e8f-63aa-421e-91aa-d5a33f122002.shg-align-container {
  text-align: center
}

.s-fbee5e8f-63aa-421e-91aa-d5a33f122002.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbee5e8f-63aa-421e-91aa-d5a33f122002.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-fbee5e8f-63aa-421e-91aa-d5a33f122002 img.shogun-image,
  #s-fbee5e8f-63aa-421e-91aa-d5a33f122002 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fbee5e8f-63aa-421e-91aa-d5a33f122002 {
    width: 100%;
    height: auto;
  }



  img.s-fbee5e8f-63aa-421e-91aa-d5a33f122002.shogun-image {
    
    
  }


.s-fbee5e8f-63aa-421e-91aa-d5a33f122002 .shogun-image-content {
  
    align-items: center;
  
}

.s-fbee5e8f-63aa-421e-91aa-d5a33f122002.shg-align-container {
  text-align: center
}

.s-fbee5e8f-63aa-421e-91aa-d5a33f122002.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbee5e8f-63aa-421e-91aa-d5a33f122002.shogun-image {
  box-sizing: border-box;
}


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



  #s-fbee5e8f-63aa-421e-91aa-d5a33f122002 img.shogun-image,
  #s-fbee5e8f-63aa-421e-91aa-d5a33f122002 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fbee5e8f-63aa-421e-91aa-d5a33f122002 {
    width: 100%;
    height: auto;
  }



  img.s-fbee5e8f-63aa-421e-91aa-d5a33f122002.shogun-image {
    
    
  }


.s-fbee5e8f-63aa-421e-91aa-d5a33f122002 .shogun-image-content {
  
    align-items: center;
  
}

.s-fbee5e8f-63aa-421e-91aa-d5a33f122002.shg-align-container {
  text-align: center
}

.s-fbee5e8f-63aa-421e-91aa-d5a33f122002.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbee5e8f-63aa-421e-91aa-d5a33f122002.shogun-image {
  box-sizing: border-box;
}


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



  #s-fbee5e8f-63aa-421e-91aa-d5a33f122002 img.shogun-image,
  #s-fbee5e8f-63aa-421e-91aa-d5a33f122002 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fbee5e8f-63aa-421e-91aa-d5a33f122002 {
    width: 100%;
    height: auto;
  }



  img.s-fbee5e8f-63aa-421e-91aa-d5a33f122002.shogun-image {
    
    
  }


.s-fbee5e8f-63aa-421e-91aa-d5a33f122002 .shogun-image-content {
  
    align-items: center;
  
}

.s-fbee5e8f-63aa-421e-91aa-d5a33f122002.shg-align-container {
  text-align: center
}

.s-fbee5e8f-63aa-421e-91aa-d5a33f122002.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbee5e8f-63aa-421e-91aa-d5a33f122002.shogun-image {
  box-sizing: border-box;
}


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



  #s-fbee5e8f-63aa-421e-91aa-d5a33f122002 img.shogun-image,
  #s-fbee5e8f-63aa-421e-91aa-d5a33f122002 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fbee5e8f-63aa-421e-91aa-d5a33f122002 {
    width: 100%;
    height: auto;
  }



  img.s-fbee5e8f-63aa-421e-91aa-d5a33f122002.shogun-image {
    
    
  }


.s-fbee5e8f-63aa-421e-91aa-d5a33f122002 .shogun-image-content {
  
    align-items: center;
  
}

.s-fbee5e8f-63aa-421e-91aa-d5a33f122002.shg-align-container {
  text-align: center
}

.s-fbee5e8f-63aa-421e-91aa-d5a33f122002.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbee5e8f-63aa-421e-91aa-d5a33f122002.shogun-image {
  box-sizing: border-box;
}


}
#s-4f42412b-b277-4915-9db4-985614bdb93a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-4f42412b-b277-4915-9db4-985614bdb93a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-4f42412b-b277-4915-9db4-985614bdb93a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-4f42412b-b277-4915-9db4-985614bdb93a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-4f42412b-b277-4915-9db4-985614bdb93a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-4f42412b-b277-4915-9db4-985614bdb93a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
@media (min-width: 0px) {
[id="s-32877ae2-7145-45a1-8759-7136a1f8b4f4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-32877ae2-7145-45a1-8759-7136a1f8b4f4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-32877ae2-7145-45a1-8759-7136a1f8b4f4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-32877ae2-7145-45a1-8759-7136a1f8b4f4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-70029725-4931-48b2-84b3-800347357776 {
  max-width: 3999px;
aspect-ratio: 3999/2633;
text-align: center;
}





  #s-70029725-4931-48b2-84b3-800347357776 img.shogun-image,
  #s-70029725-4931-48b2-84b3-800347357776 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-70029725-4931-48b2-84b3-800347357776 {
    width: 100%;
    height: auto;
  }



  img.s-70029725-4931-48b2-84b3-800347357776.shogun-image {
    
    
  }


.s-70029725-4931-48b2-84b3-800347357776 .shogun-image-content {
  
    align-items: center;
  
}

.s-70029725-4931-48b2-84b3-800347357776.shg-align-container {
  text-align: center
}

.s-70029725-4931-48b2-84b3-800347357776.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70029725-4931-48b2-84b3-800347357776.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-70029725-4931-48b2-84b3-800347357776 img.shogun-image,
  #s-70029725-4931-48b2-84b3-800347357776 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-70029725-4931-48b2-84b3-800347357776 {
    width: 100%;
    height: auto;
  }



  img.s-70029725-4931-48b2-84b3-800347357776.shogun-image {
    
    
  }


.s-70029725-4931-48b2-84b3-800347357776 .shogun-image-content {
  
    align-items: center;
  
}

.s-70029725-4931-48b2-84b3-800347357776.shg-align-container {
  text-align: center
}

.s-70029725-4931-48b2-84b3-800347357776.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70029725-4931-48b2-84b3-800347357776.shogun-image {
  box-sizing: border-box;
}


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



  #s-70029725-4931-48b2-84b3-800347357776 img.shogun-image,
  #s-70029725-4931-48b2-84b3-800347357776 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-70029725-4931-48b2-84b3-800347357776 {
    width: 100%;
    height: auto;
  }



  img.s-70029725-4931-48b2-84b3-800347357776.shogun-image {
    
    
  }


.s-70029725-4931-48b2-84b3-800347357776 .shogun-image-content {
  
    align-items: center;
  
}

.s-70029725-4931-48b2-84b3-800347357776.shg-align-container {
  text-align: center
}

.s-70029725-4931-48b2-84b3-800347357776.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70029725-4931-48b2-84b3-800347357776.shogun-image {
  box-sizing: border-box;
}


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



  #s-70029725-4931-48b2-84b3-800347357776 img.shogun-image,
  #s-70029725-4931-48b2-84b3-800347357776 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-70029725-4931-48b2-84b3-800347357776 {
    width: 100%;
    height: auto;
  }



  img.s-70029725-4931-48b2-84b3-800347357776.shogun-image {
    
    
  }


.s-70029725-4931-48b2-84b3-800347357776 .shogun-image-content {
  
    align-items: center;
  
}

.s-70029725-4931-48b2-84b3-800347357776.shg-align-container {
  text-align: center
}

.s-70029725-4931-48b2-84b3-800347357776.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70029725-4931-48b2-84b3-800347357776.shogun-image {
  box-sizing: border-box;
}


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



  #s-70029725-4931-48b2-84b3-800347357776 img.shogun-image,
  #s-70029725-4931-48b2-84b3-800347357776 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-70029725-4931-48b2-84b3-800347357776 {
    width: 100%;
    height: auto;
  }



  img.s-70029725-4931-48b2-84b3-800347357776.shogun-image {
    
    
  }


.s-70029725-4931-48b2-84b3-800347357776 .shogun-image-content {
  
    align-items: center;
  
}

.s-70029725-4931-48b2-84b3-800347357776.shg-align-container {
  text-align: center
}

.s-70029725-4931-48b2-84b3-800347357776.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70029725-4931-48b2-84b3-800347357776.shogun-image {
  box-sizing: border-box;
}


}
@media (min-width: 0px) {
[id="s-870e3d62-7246-476e-999c-6b16e0cf221b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-870e3d62-7246-476e-999c-6b16e0cf221b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-870e3d62-7246-476e-999c-6b16e0cf221b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-870e3d62-7246-476e-999c-6b16e0cf221b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-870e3d62-7246-476e-999c-6b16e0cf221b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-870e3d62-7246-476e-999c-6b16e0cf221b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-870e3d62-7246-476e-999c-6b16e0cf221b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-ac26d32d-4770-422d-a8a1-126aceed3583 {
  max-width: 3000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-ac26d32d-4770-422d-a8a1-126aceed3583 img.shogun-image,
  #s-ac26d32d-4770-422d-a8a1-126aceed3583 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ac26d32d-4770-422d-a8a1-126aceed3583 {
    width: 100%;
    height: auto;
  }



  img.s-ac26d32d-4770-422d-a8a1-126aceed3583.shogun-image {
    
    
  }


.s-ac26d32d-4770-422d-a8a1-126aceed3583 .shogun-image-content {
  
    align-items: center;
  
}

.s-ac26d32d-4770-422d-a8a1-126aceed3583.shg-align-container {
  text-align: center
}

.s-ac26d32d-4770-422d-a8a1-126aceed3583.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac26d32d-4770-422d-a8a1-126aceed3583.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-ac26d32d-4770-422d-a8a1-126aceed3583 img.shogun-image,
  #s-ac26d32d-4770-422d-a8a1-126aceed3583 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ac26d32d-4770-422d-a8a1-126aceed3583 {
    width: 100%;
    height: auto;
  }



  img.s-ac26d32d-4770-422d-a8a1-126aceed3583.shogun-image {
    
    
  }


.s-ac26d32d-4770-422d-a8a1-126aceed3583 .shogun-image-content {
  
    align-items: center;
  
}

.s-ac26d32d-4770-422d-a8a1-126aceed3583.shg-align-container {
  text-align: center
}

.s-ac26d32d-4770-422d-a8a1-126aceed3583.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac26d32d-4770-422d-a8a1-126aceed3583.shogun-image {
  box-sizing: border-box;
}


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



  #s-ac26d32d-4770-422d-a8a1-126aceed3583 img.shogun-image,
  #s-ac26d32d-4770-422d-a8a1-126aceed3583 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ac26d32d-4770-422d-a8a1-126aceed3583 {
    width: 100%;
    height: auto;
  }



  img.s-ac26d32d-4770-422d-a8a1-126aceed3583.shogun-image {
    
    
  }


.s-ac26d32d-4770-422d-a8a1-126aceed3583 .shogun-image-content {
  
    align-items: center;
  
}

.s-ac26d32d-4770-422d-a8a1-126aceed3583.shg-align-container {
  text-align: center
}

.s-ac26d32d-4770-422d-a8a1-126aceed3583.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac26d32d-4770-422d-a8a1-126aceed3583.shogun-image {
  box-sizing: border-box;
}


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



  #s-ac26d32d-4770-422d-a8a1-126aceed3583 img.shogun-image,
  #s-ac26d32d-4770-422d-a8a1-126aceed3583 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ac26d32d-4770-422d-a8a1-126aceed3583 {
    width: 100%;
    height: auto;
  }



  img.s-ac26d32d-4770-422d-a8a1-126aceed3583.shogun-image {
    
    
  }


.s-ac26d32d-4770-422d-a8a1-126aceed3583 .shogun-image-content {
  
    align-items: center;
  
}

.s-ac26d32d-4770-422d-a8a1-126aceed3583.shg-align-container {
  text-align: center
}

.s-ac26d32d-4770-422d-a8a1-126aceed3583.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac26d32d-4770-422d-a8a1-126aceed3583.shogun-image {
  box-sizing: border-box;
}


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



  #s-ac26d32d-4770-422d-a8a1-126aceed3583 img.shogun-image,
  #s-ac26d32d-4770-422d-a8a1-126aceed3583 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ac26d32d-4770-422d-a8a1-126aceed3583 {
    width: 100%;
    height: auto;
  }



  img.s-ac26d32d-4770-422d-a8a1-126aceed3583.shogun-image {
    
    
  }


.s-ac26d32d-4770-422d-a8a1-126aceed3583 .shogun-image-content {
  
    align-items: center;
  
}

.s-ac26d32d-4770-422d-a8a1-126aceed3583.shg-align-container {
  text-align: center
}

.s-ac26d32d-4770-422d-a8a1-126aceed3583.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac26d32d-4770-422d-a8a1-126aceed3583.shogun-image {
  box-sizing: border-box;
}


}
#s-c5ca3d2e-d479-4512-9a7e-650b3aeb222a {
  padding-bottom: 15px;
}

#s-c5ca3d2e-d479-4512-9a7e-650b3aeb222a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-c5ca3d2e-d479-4512-9a7e-650b3aeb222a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-c5ca3d2e-d479-4512-9a7e-650b3aeb222a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-c5ca3d2e-d479-4512-9a7e-650b3aeb222a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-c5ca3d2e-d479-4512-9a7e-650b3aeb222a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 900;
  font-style: ;
  font-size: 16px;
}

#s-c5ca3d2e-d479-4512-9a7e-650b3aeb222a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
@media (min-width: 0px) {
[id="s-e688da31-d435-45dc-b6b5-aa055d19dfdb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e688da31-d435-45dc-b6b5-aa055d19dfdb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e688da31-d435-45dc-b6b5-aa055d19dfdb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e688da31-d435-45dc-b6b5-aa055d19dfdb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e688da31-d435-45dc-b6b5-aa055d19dfdb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e688da31-d435-45dc-b6b5-aa055d19dfdb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e688da31-d435-45dc-b6b5-aa055d19dfdb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-a2fa85ed-9251-400c-91c8-7734e9a7a630 {
  max-width: 4000px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-a2fa85ed-9251-400c-91c8-7734e9a7a630 img.shogun-image,
  #s-a2fa85ed-9251-400c-91c8-7734e9a7a630 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a2fa85ed-9251-400c-91c8-7734e9a7a630 {
    width: 100%;
    height: auto;
  }



  img.s-a2fa85ed-9251-400c-91c8-7734e9a7a630.shogun-image {
    
    
  }


.s-a2fa85ed-9251-400c-91c8-7734e9a7a630 .shogun-image-content {
  
    align-items: center;
  
}

.s-a2fa85ed-9251-400c-91c8-7734e9a7a630.shg-align-container {
  text-align: center
}

.s-a2fa85ed-9251-400c-91c8-7734e9a7a630.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2fa85ed-9251-400c-91c8-7734e9a7a630.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-a2fa85ed-9251-400c-91c8-7734e9a7a630 img.shogun-image,
  #s-a2fa85ed-9251-400c-91c8-7734e9a7a630 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a2fa85ed-9251-400c-91c8-7734e9a7a630 {
    width: 100%;
    height: auto;
  }



  img.s-a2fa85ed-9251-400c-91c8-7734e9a7a630.shogun-image {
    
    
  }


.s-a2fa85ed-9251-400c-91c8-7734e9a7a630 .shogun-image-content {
  
    align-items: center;
  
}

.s-a2fa85ed-9251-400c-91c8-7734e9a7a630.shg-align-container {
  text-align: center
}

.s-a2fa85ed-9251-400c-91c8-7734e9a7a630.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2fa85ed-9251-400c-91c8-7734e9a7a630.shogun-image {
  box-sizing: border-box;
}


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



  #s-a2fa85ed-9251-400c-91c8-7734e9a7a630 img.shogun-image,
  #s-a2fa85ed-9251-400c-91c8-7734e9a7a630 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a2fa85ed-9251-400c-91c8-7734e9a7a630 {
    width: 100%;
    height: auto;
  }



  img.s-a2fa85ed-9251-400c-91c8-7734e9a7a630.shogun-image {
    
    
  }


.s-a2fa85ed-9251-400c-91c8-7734e9a7a630 .shogun-image-content {
  
    align-items: center;
  
}

.s-a2fa85ed-9251-400c-91c8-7734e9a7a630.shg-align-container {
  text-align: center
}

.s-a2fa85ed-9251-400c-91c8-7734e9a7a630.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2fa85ed-9251-400c-91c8-7734e9a7a630.shogun-image {
  box-sizing: border-box;
}


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



  #s-a2fa85ed-9251-400c-91c8-7734e9a7a630 img.shogun-image,
  #s-a2fa85ed-9251-400c-91c8-7734e9a7a630 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a2fa85ed-9251-400c-91c8-7734e9a7a630 {
    width: 100%;
    height: auto;
  }



  img.s-a2fa85ed-9251-400c-91c8-7734e9a7a630.shogun-image {
    
    
  }


.s-a2fa85ed-9251-400c-91c8-7734e9a7a630 .shogun-image-content {
  
    align-items: center;
  
}

.s-a2fa85ed-9251-400c-91c8-7734e9a7a630.shg-align-container {
  text-align: center
}

.s-a2fa85ed-9251-400c-91c8-7734e9a7a630.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2fa85ed-9251-400c-91c8-7734e9a7a630.shogun-image {
  box-sizing: border-box;
}


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



  #s-a2fa85ed-9251-400c-91c8-7734e9a7a630 img.shogun-image,
  #s-a2fa85ed-9251-400c-91c8-7734e9a7a630 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a2fa85ed-9251-400c-91c8-7734e9a7a630 {
    width: 100%;
    height: auto;
  }



  img.s-a2fa85ed-9251-400c-91c8-7734e9a7a630.shogun-image {
    
    
  }


.s-a2fa85ed-9251-400c-91c8-7734e9a7a630 .shogun-image-content {
  
    align-items: center;
  
}

.s-a2fa85ed-9251-400c-91c8-7734e9a7a630.shg-align-container {
  text-align: center
}

.s-a2fa85ed-9251-400c-91c8-7734e9a7a630.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2fa85ed-9251-400c-91c8-7734e9a7a630.shogun-image {
  box-sizing: border-box;
}


}
#s-7bf81250-de77-4dda-a17b-9e43a262a448 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-7bf81250-de77-4dda-a17b-9e43a262a448 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-7bf81250-de77-4dda-a17b-9e43a262a448 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-7bf81250-de77-4dda-a17b-9e43a262a448 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-7bf81250-de77-4dda-a17b-9e43a262a448 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-7bf81250-de77-4dda-a17b-9e43a262a448 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
@media (min-width: 0px) {
[id="s-2b47bddb-1bdd-4a8d-8ee6-b100ada25cec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2b47bddb-1bdd-4a8d-8ee6-b100ada25cec"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2b47bddb-1bdd-4a8d-8ee6-b100ada25cec"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2b47bddb-1bdd-4a8d-8ee6-b100ada25cec"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2b47bddb-1bdd-4a8d-8ee6-b100ada25cec"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2b47bddb-1bdd-4a8d-8ee6-b100ada25cec"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2b47bddb-1bdd-4a8d-8ee6-b100ada25cec"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-c7fd2d02-d0e7-4226-aff3-bd791fcc3b0f {
  max-width: 640px;
aspect-ratio: 640/427;
text-align: center;
}





  #s-c7fd2d02-d0e7-4226-aff3-bd791fcc3b0f img.shogun-image,
  #s-c7fd2d02-d0e7-4226-aff3-bd791fcc3b0f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c7fd2d02-d0e7-4226-aff3-bd791fcc3b0f {
    width: 100%;
    height: auto;
  }



  img.s-c7fd2d02-d0e7-4226-aff3-bd791fcc3b0f.shogun-image {
    
    
  }


.s-c7fd2d02-d0e7-4226-aff3-bd791fcc3b0f .shogun-image-content {
  
    align-items: center;
  
}

.s-c7fd2d02-d0e7-4226-aff3-bd791fcc3b0f.shg-align-container {
  text-align: center
}

.s-c7fd2d02-d0e7-4226-aff3-bd791fcc3b0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7fd2d02-d0e7-4226-aff3-bd791fcc3b0f.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-c7fd2d02-d0e7-4226-aff3-bd791fcc3b0f img.shogun-image,
  #s-c7fd2d02-d0e7-4226-aff3-bd791fcc3b0f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c7fd2d02-d0e7-4226-aff3-bd791fcc3b0f {
    width: 100%;
    height: auto;
  }



  img.s-c7fd2d02-d0e7-4226-aff3-bd791fcc3b0f.shogun-image {
    
    
  }


.s-c7fd2d02-d0e7-4226-aff3-bd791fcc3b0f .shogun-image-content {
  
    align-items: center;
  
}

.s-c7fd2d02-d0e7-4226-aff3-bd791fcc3b0f.shg-align-container {
  text-align: center
}

.s-c7fd2d02-d0e7-4226-aff3-bd791fcc3b0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7fd2d02-d0e7-4226-aff3-bd791fcc3b0f.shogun-image {
  box-sizing: border-box;
}


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



  #s-c7fd2d02-d0e7-4226-aff3-bd791fcc3b0f img.shogun-image,
  #s-c7fd2d02-d0e7-4226-aff3-bd791fcc3b0f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c7fd2d02-d0e7-4226-aff3-bd791fcc3b0f {
    width: 100%;
    height: auto;
  }



  img.s-c7fd2d02-d0e7-4226-aff3-bd791fcc3b0f.shogun-image {
    
    
  }


.s-c7fd2d02-d0e7-4226-aff3-bd791fcc3b0f .shogun-image-content {
  
    align-items: center;
  
}

.s-c7fd2d02-d0e7-4226-aff3-bd791fcc3b0f.shg-align-container {
  text-align: center
}

.s-c7fd2d02-d0e7-4226-aff3-bd791fcc3b0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7fd2d02-d0e7-4226-aff3-bd791fcc3b0f.shogun-image {
  box-sizing: border-box;
}


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



  #s-c7fd2d02-d0e7-4226-aff3-bd791fcc3b0f img.shogun-image,
  #s-c7fd2d02-d0e7-4226-aff3-bd791fcc3b0f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c7fd2d02-d0e7-4226-aff3-bd791fcc3b0f {
    width: 100%;
    height: auto;
  }



  img.s-c7fd2d02-d0e7-4226-aff3-bd791fcc3b0f.shogun-image {
    
    
  }


.s-c7fd2d02-d0e7-4226-aff3-bd791fcc3b0f .shogun-image-content {
  
    align-items: center;
  
}

.s-c7fd2d02-d0e7-4226-aff3-bd791fcc3b0f.shg-align-container {
  text-align: center
}

.s-c7fd2d02-d0e7-4226-aff3-bd791fcc3b0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7fd2d02-d0e7-4226-aff3-bd791fcc3b0f.shogun-image {
  box-sizing: border-box;
}


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



  #s-c7fd2d02-d0e7-4226-aff3-bd791fcc3b0f img.shogun-image,
  #s-c7fd2d02-d0e7-4226-aff3-bd791fcc3b0f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c7fd2d02-d0e7-4226-aff3-bd791fcc3b0f {
    width: 100%;
    height: auto;
  }



  img.s-c7fd2d02-d0e7-4226-aff3-bd791fcc3b0f.shogun-image {
    
    
  }


.s-c7fd2d02-d0e7-4226-aff3-bd791fcc3b0f .shogun-image-content {
  
    align-items: center;
  
}

.s-c7fd2d02-d0e7-4226-aff3-bd791fcc3b0f.shg-align-container {
  text-align: center
}

.s-c7fd2d02-d0e7-4226-aff3-bd791fcc3b0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7fd2d02-d0e7-4226-aff3-bd791fcc3b0f.shogun-image {
  box-sizing: border-box;
}


}
#s-3fe1da54-b973-4d81-a985-02bee7a0e4ef {
  padding-bottom: 15px;
}

#s-3fe1da54-b973-4d81-a985-02bee7a0e4ef > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-3fe1da54-b973-4d81-a985-02bee7a0e4ef > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-3fe1da54-b973-4d81-a985-02bee7a0e4ef > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-3fe1da54-b973-4d81-a985-02bee7a0e4ef > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-3fe1da54-b973-4d81-a985-02bee7a0e4ef > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 900;
  font-style: ;
  font-size: 16px;
}

#s-3fe1da54-b973-4d81-a985-02bee7a0e4ef > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
@media (min-width: 0px) {
[id="s-016492db-e824-4b5f-92a9-a773b6999e5d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-016492db-e824-4b5f-92a9-a773b6999e5d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-016492db-e824-4b5f-92a9-a773b6999e5d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-016492db-e824-4b5f-92a9-a773b6999e5d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a1b04ed0-6f3b-45ae-a1cf-43d332da1312 {
  max-width: 640px;
aspect-ratio: 640/427;
text-align: center;
}





  #s-a1b04ed0-6f3b-45ae-a1cf-43d332da1312 img.shogun-image,
  #s-a1b04ed0-6f3b-45ae-a1cf-43d332da1312 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a1b04ed0-6f3b-45ae-a1cf-43d332da1312 {
    width: 100%;
    height: auto;
  }



  img.s-a1b04ed0-6f3b-45ae-a1cf-43d332da1312.shogun-image {
    
    
  }


.s-a1b04ed0-6f3b-45ae-a1cf-43d332da1312 .shogun-image-content {
  
    align-items: center;
  
}

.s-a1b04ed0-6f3b-45ae-a1cf-43d332da1312.shg-align-container {
  text-align: center
}

.s-a1b04ed0-6f3b-45ae-a1cf-43d332da1312.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1b04ed0-6f3b-45ae-a1cf-43d332da1312.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-a1b04ed0-6f3b-45ae-a1cf-43d332da1312 img.shogun-image,
  #s-a1b04ed0-6f3b-45ae-a1cf-43d332da1312 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a1b04ed0-6f3b-45ae-a1cf-43d332da1312 {
    width: 100%;
    height: auto;
  }



  img.s-a1b04ed0-6f3b-45ae-a1cf-43d332da1312.shogun-image {
    
    
  }


.s-a1b04ed0-6f3b-45ae-a1cf-43d332da1312 .shogun-image-content {
  
    align-items: center;
  
}

.s-a1b04ed0-6f3b-45ae-a1cf-43d332da1312.shg-align-container {
  text-align: center
}

.s-a1b04ed0-6f3b-45ae-a1cf-43d332da1312.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1b04ed0-6f3b-45ae-a1cf-43d332da1312.shogun-image {
  box-sizing: border-box;
}


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



  #s-a1b04ed0-6f3b-45ae-a1cf-43d332da1312 img.shogun-image,
  #s-a1b04ed0-6f3b-45ae-a1cf-43d332da1312 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a1b04ed0-6f3b-45ae-a1cf-43d332da1312 {
    width: 100%;
    height: auto;
  }



  img.s-a1b04ed0-6f3b-45ae-a1cf-43d332da1312.shogun-image {
    
    
  }


.s-a1b04ed0-6f3b-45ae-a1cf-43d332da1312 .shogun-image-content {
  
    align-items: center;
  
}

.s-a1b04ed0-6f3b-45ae-a1cf-43d332da1312.shg-align-container {
  text-align: center
}

.s-a1b04ed0-6f3b-45ae-a1cf-43d332da1312.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1b04ed0-6f3b-45ae-a1cf-43d332da1312.shogun-image {
  box-sizing: border-box;
}


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



  #s-a1b04ed0-6f3b-45ae-a1cf-43d332da1312 img.shogun-image,
  #s-a1b04ed0-6f3b-45ae-a1cf-43d332da1312 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a1b04ed0-6f3b-45ae-a1cf-43d332da1312 {
    width: 100%;
    height: auto;
  }



  img.s-a1b04ed0-6f3b-45ae-a1cf-43d332da1312.shogun-image {
    
    
  }


.s-a1b04ed0-6f3b-45ae-a1cf-43d332da1312 .shogun-image-content {
  
    align-items: center;
  
}

.s-a1b04ed0-6f3b-45ae-a1cf-43d332da1312.shg-align-container {
  text-align: center
}

.s-a1b04ed0-6f3b-45ae-a1cf-43d332da1312.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1b04ed0-6f3b-45ae-a1cf-43d332da1312.shogun-image {
  box-sizing: border-box;
}


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



  #s-a1b04ed0-6f3b-45ae-a1cf-43d332da1312 img.shogun-image,
  #s-a1b04ed0-6f3b-45ae-a1cf-43d332da1312 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a1b04ed0-6f3b-45ae-a1cf-43d332da1312 {
    width: 100%;
    height: auto;
  }



  img.s-a1b04ed0-6f3b-45ae-a1cf-43d332da1312.shogun-image {
    
    
  }


.s-a1b04ed0-6f3b-45ae-a1cf-43d332da1312 .shogun-image-content {
  
    align-items: center;
  
}

.s-a1b04ed0-6f3b-45ae-a1cf-43d332da1312.shg-align-container {
  text-align: center
}

.s-a1b04ed0-6f3b-45ae-a1cf-43d332da1312.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1b04ed0-6f3b-45ae-a1cf-43d332da1312.shogun-image {
  box-sizing: border-box;
}


}
#s-87ce64a0-9675-4259-a323-2179a46945c9 hr {
  border-top: 2px solid #ddd;
}

#s-395f78f6-a4bf-47b1-a9a1-0285d225dd64 hr {
  border-top: 2px solid #ddd;
}

#s-b5f634d2-908c-48d1-9c10-94ac6510231d hr {
  border-top: 2px solid #ddd;
}

#s-c2e9ea56-4420-4cb9-afac-a0a9bbe6d2e7 hr {
  border-top: 2px solid #ddd;
}

#s-bf097479-809b-4447-b09e-5628813fb9b9 hr {
  border-top: 2px solid #ddd;
}

#s-ffa026f4-9f82-4f5d-84d2-c8428af07e5d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ffa026f4-9f82-4f5d-84d2-c8428af07e5d .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (min-width: 0px) {
[id="s-13935258-920a-4b43-b6aa-5f8450b80e3e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-13935258-920a-4b43-b6aa-5f8450b80e3e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-13935258-920a-4b43-b6aa-5f8450b80e3e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-13935258-920a-4b43-b6aa-5f8450b80e3e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-904da7fd-51ba-42f8-b6e5-b923f78f6618 {
  max-width: 6000px;
aspect-ratio: 6000/4000;
text-align: center;
}





  #s-904da7fd-51ba-42f8-b6e5-b923f78f6618 img.shogun-image,
  #s-904da7fd-51ba-42f8-b6e5-b923f78f6618 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-904da7fd-51ba-42f8-b6e5-b923f78f6618 {
    width: 100%;
    height: auto;
  }



  img.s-904da7fd-51ba-42f8-b6e5-b923f78f6618.shogun-image {
    
    
  }


.s-904da7fd-51ba-42f8-b6e5-b923f78f6618 .shogun-image-content {
  
    align-items: center;
  
}

.s-904da7fd-51ba-42f8-b6e5-b923f78f6618.shg-align-container {
  text-align: center
}

.s-904da7fd-51ba-42f8-b6e5-b923f78f6618.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-904da7fd-51ba-42f8-b6e5-b923f78f6618.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-904da7fd-51ba-42f8-b6e5-b923f78f6618 img.shogun-image,
  #s-904da7fd-51ba-42f8-b6e5-b923f78f6618 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-904da7fd-51ba-42f8-b6e5-b923f78f6618 {
    width: 100%;
    height: auto;
  }



  img.s-904da7fd-51ba-42f8-b6e5-b923f78f6618.shogun-image {
    
    
  }


.s-904da7fd-51ba-42f8-b6e5-b923f78f6618 .shogun-image-content {
  
    align-items: center;
  
}

.s-904da7fd-51ba-42f8-b6e5-b923f78f6618.shg-align-container {
  text-align: center
}

.s-904da7fd-51ba-42f8-b6e5-b923f78f6618.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-904da7fd-51ba-42f8-b6e5-b923f78f6618.shogun-image {
  box-sizing: border-box;
}


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



  #s-904da7fd-51ba-42f8-b6e5-b923f78f6618 img.shogun-image,
  #s-904da7fd-51ba-42f8-b6e5-b923f78f6618 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-904da7fd-51ba-42f8-b6e5-b923f78f6618 {
    width: 100%;
    height: auto;
  }



  img.s-904da7fd-51ba-42f8-b6e5-b923f78f6618.shogun-image {
    
    
  }


.s-904da7fd-51ba-42f8-b6e5-b923f78f6618 .shogun-image-content {
  
    align-items: center;
  
}

.s-904da7fd-51ba-42f8-b6e5-b923f78f6618.shg-align-container {
  text-align: center
}

.s-904da7fd-51ba-42f8-b6e5-b923f78f6618.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-904da7fd-51ba-42f8-b6e5-b923f78f6618.shogun-image {
  box-sizing: border-box;
}


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



  #s-904da7fd-51ba-42f8-b6e5-b923f78f6618 img.shogun-image,
  #s-904da7fd-51ba-42f8-b6e5-b923f78f6618 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-904da7fd-51ba-42f8-b6e5-b923f78f6618 {
    width: 100%;
    height: auto;
  }



  img.s-904da7fd-51ba-42f8-b6e5-b923f78f6618.shogun-image {
    
    
  }


.s-904da7fd-51ba-42f8-b6e5-b923f78f6618 .shogun-image-content {
  
    align-items: center;
  
}

.s-904da7fd-51ba-42f8-b6e5-b923f78f6618.shg-align-container {
  text-align: center
}

.s-904da7fd-51ba-42f8-b6e5-b923f78f6618.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-904da7fd-51ba-42f8-b6e5-b923f78f6618.shogun-image {
  box-sizing: border-box;
}


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



  #s-904da7fd-51ba-42f8-b6e5-b923f78f6618 img.shogun-image,
  #s-904da7fd-51ba-42f8-b6e5-b923f78f6618 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-904da7fd-51ba-42f8-b6e5-b923f78f6618 {
    width: 100%;
    height: auto;
  }



  img.s-904da7fd-51ba-42f8-b6e5-b923f78f6618.shogun-image {
    
    
  }


.s-904da7fd-51ba-42f8-b6e5-b923f78f6618 .shogun-image-content {
  
    align-items: center;
  
}

.s-904da7fd-51ba-42f8-b6e5-b923f78f6618.shg-align-container {
  text-align: center
}

.s-904da7fd-51ba-42f8-b6e5-b923f78f6618.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-904da7fd-51ba-42f8-b6e5-b923f78f6618.shogun-image {
  box-sizing: border-box;
}


}
#s-b1012103-a0e7-4de9-800b-13e15590b0b7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b1012103-a0e7-4de9-800b-13e15590b0b7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-c66a648f-7414-4d26-8079-d1da091d8225 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c66a648f-7414-4d26-8079-d1da091d8225 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-32d1cb3c-dba5-4a85-909c-cd0734b54c3f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-32d1cb3c-dba5-4a85-909c-cd0734b54c3f .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-768894d4-b966-4816-9849-9d71b0230d1f {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-768894d4-b966-4816-9849-9d71b0230d1f .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



@media (min-width: 0px) {
[id="s-408ee9ef-4640-4e2e-b7e0-41e304b7fc8e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-408ee9ef-4640-4e2e-b7e0-41e304b7fc8e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-408ee9ef-4640-4e2e-b7e0-41e304b7fc8e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-408ee9ef-4640-4e2e-b7e0-41e304b7fc8e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-408ee9ef-4640-4e2e-b7e0-41e304b7fc8e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-408ee9ef-4640-4e2e-b7e0-41e304b7fc8e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-408ee9ef-4640-4e2e-b7e0-41e304b7fc8e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-bcb5956c-ac1b-4858-a0d0-d0df3108199d {
  max-width: 4496px;
aspect-ratio: 4496/3000;
text-align: center;
}





  #s-bcb5956c-ac1b-4858-a0d0-d0df3108199d img.shogun-image,
  #s-bcb5956c-ac1b-4858-a0d0-d0df3108199d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bcb5956c-ac1b-4858-a0d0-d0df3108199d {
    width: 100%;
    height: auto;
  }



  img.s-bcb5956c-ac1b-4858-a0d0-d0df3108199d.shogun-image {
    
    
  }


.s-bcb5956c-ac1b-4858-a0d0-d0df3108199d .shogun-image-content {
  
    align-items: center;
  
}

.s-bcb5956c-ac1b-4858-a0d0-d0df3108199d.shg-align-container {
  text-align: center
}

.s-bcb5956c-ac1b-4858-a0d0-d0df3108199d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcb5956c-ac1b-4858-a0d0-d0df3108199d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-bcb5956c-ac1b-4858-a0d0-d0df3108199d img.shogun-image,
  #s-bcb5956c-ac1b-4858-a0d0-d0df3108199d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bcb5956c-ac1b-4858-a0d0-d0df3108199d {
    width: 100%;
    height: auto;
  }



  img.s-bcb5956c-ac1b-4858-a0d0-d0df3108199d.shogun-image {
    
    
  }


.s-bcb5956c-ac1b-4858-a0d0-d0df3108199d .shogun-image-content {
  
    align-items: center;
  
}

.s-bcb5956c-ac1b-4858-a0d0-d0df3108199d.shg-align-container {
  text-align: center
}

.s-bcb5956c-ac1b-4858-a0d0-d0df3108199d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcb5956c-ac1b-4858-a0d0-d0df3108199d.shogun-image {
  box-sizing: border-box;
}


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



  #s-bcb5956c-ac1b-4858-a0d0-d0df3108199d img.shogun-image,
  #s-bcb5956c-ac1b-4858-a0d0-d0df3108199d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bcb5956c-ac1b-4858-a0d0-d0df3108199d {
    width: 100%;
    height: auto;
  }



  img.s-bcb5956c-ac1b-4858-a0d0-d0df3108199d.shogun-image {
    
    
  }


.s-bcb5956c-ac1b-4858-a0d0-d0df3108199d .shogun-image-content {
  
    align-items: center;
  
}

.s-bcb5956c-ac1b-4858-a0d0-d0df3108199d.shg-align-container {
  text-align: center
}

.s-bcb5956c-ac1b-4858-a0d0-d0df3108199d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcb5956c-ac1b-4858-a0d0-d0df3108199d.shogun-image {
  box-sizing: border-box;
}


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



  #s-bcb5956c-ac1b-4858-a0d0-d0df3108199d img.shogun-image,
  #s-bcb5956c-ac1b-4858-a0d0-d0df3108199d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bcb5956c-ac1b-4858-a0d0-d0df3108199d {
    width: 100%;
    height: auto;
  }



  img.s-bcb5956c-ac1b-4858-a0d0-d0df3108199d.shogun-image {
    
    
  }


.s-bcb5956c-ac1b-4858-a0d0-d0df3108199d .shogun-image-content {
  
    align-items: center;
  
}

.s-bcb5956c-ac1b-4858-a0d0-d0df3108199d.shg-align-container {
  text-align: center
}

.s-bcb5956c-ac1b-4858-a0d0-d0df3108199d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcb5956c-ac1b-4858-a0d0-d0df3108199d.shogun-image {
  box-sizing: border-box;
}


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



  #s-bcb5956c-ac1b-4858-a0d0-d0df3108199d img.shogun-image,
  #s-bcb5956c-ac1b-4858-a0d0-d0df3108199d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bcb5956c-ac1b-4858-a0d0-d0df3108199d {
    width: 100%;
    height: auto;
  }



  img.s-bcb5956c-ac1b-4858-a0d0-d0df3108199d.shogun-image {
    
    
  }


.s-bcb5956c-ac1b-4858-a0d0-d0df3108199d .shogun-image-content {
  
    align-items: center;
  
}

.s-bcb5956c-ac1b-4858-a0d0-d0df3108199d.shg-align-container {
  text-align: center
}

.s-bcb5956c-ac1b-4858-a0d0-d0df3108199d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcb5956c-ac1b-4858-a0d0-d0df3108199d.shogun-image {
  box-sizing: border-box;
}


}
#s-082727b3-fb2d-47b2-b08b-cf8171eb330d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-082727b3-fb2d-47b2-b08b-cf8171eb330d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-082727b3-fb2d-47b2-b08b-cf8171eb330d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-082727b3-fb2d-47b2-b08b-cf8171eb330d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-082727b3-fb2d-47b2-b08b-cf8171eb330d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-082727b3-fb2d-47b2-b08b-cf8171eb330d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
@media (min-width: 0px) {
[id="s-ba03d08d-1e5e-47da-bf9c-6e58ca4f38f3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ba03d08d-1e5e-47da-bf9c-6e58ca4f38f3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ba03d08d-1e5e-47da-bf9c-6e58ca4f38f3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ba03d08d-1e5e-47da-bf9c-6e58ca4f38f3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ba03d08d-1e5e-47da-bf9c-6e58ca4f38f3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ba03d08d-1e5e-47da-bf9c-6e58ca4f38f3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ba03d08d-1e5e-47da-bf9c-6e58ca4f38f3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-d43c728c-8541-4a2d-afcf-a3ca840a21c7 {
  max-width: 5184px;
aspect-ratio: 5184/3456;
text-align: center;
}





  #s-d43c728c-8541-4a2d-afcf-a3ca840a21c7 img.shogun-image,
  #s-d43c728c-8541-4a2d-afcf-a3ca840a21c7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d43c728c-8541-4a2d-afcf-a3ca840a21c7 {
    width: 100%;
    height: auto;
  }



  img.s-d43c728c-8541-4a2d-afcf-a3ca840a21c7.shogun-image {
    
    
  }


.s-d43c728c-8541-4a2d-afcf-a3ca840a21c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-d43c728c-8541-4a2d-afcf-a3ca840a21c7.shg-align-container {
  text-align: center
}

.s-d43c728c-8541-4a2d-afcf-a3ca840a21c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d43c728c-8541-4a2d-afcf-a3ca840a21c7.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-d43c728c-8541-4a2d-afcf-a3ca840a21c7 img.shogun-image,
  #s-d43c728c-8541-4a2d-afcf-a3ca840a21c7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d43c728c-8541-4a2d-afcf-a3ca840a21c7 {
    width: 100%;
    height: auto;
  }



  img.s-d43c728c-8541-4a2d-afcf-a3ca840a21c7.shogun-image {
    
    
  }


.s-d43c728c-8541-4a2d-afcf-a3ca840a21c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-d43c728c-8541-4a2d-afcf-a3ca840a21c7.shg-align-container {
  text-align: center
}

.s-d43c728c-8541-4a2d-afcf-a3ca840a21c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d43c728c-8541-4a2d-afcf-a3ca840a21c7.shogun-image {
  box-sizing: border-box;
}


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



  #s-d43c728c-8541-4a2d-afcf-a3ca840a21c7 img.shogun-image,
  #s-d43c728c-8541-4a2d-afcf-a3ca840a21c7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d43c728c-8541-4a2d-afcf-a3ca840a21c7 {
    width: 100%;
    height: auto;
  }



  img.s-d43c728c-8541-4a2d-afcf-a3ca840a21c7.shogun-image {
    
    
  }


.s-d43c728c-8541-4a2d-afcf-a3ca840a21c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-d43c728c-8541-4a2d-afcf-a3ca840a21c7.shg-align-container {
  text-align: center
}

.s-d43c728c-8541-4a2d-afcf-a3ca840a21c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d43c728c-8541-4a2d-afcf-a3ca840a21c7.shogun-image {
  box-sizing: border-box;
}


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



  #s-d43c728c-8541-4a2d-afcf-a3ca840a21c7 img.shogun-image,
  #s-d43c728c-8541-4a2d-afcf-a3ca840a21c7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d43c728c-8541-4a2d-afcf-a3ca840a21c7 {
    width: 100%;
    height: auto;
  }



  img.s-d43c728c-8541-4a2d-afcf-a3ca840a21c7.shogun-image {
    
    
  }


.s-d43c728c-8541-4a2d-afcf-a3ca840a21c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-d43c728c-8541-4a2d-afcf-a3ca840a21c7.shg-align-container {
  text-align: center
}

.s-d43c728c-8541-4a2d-afcf-a3ca840a21c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d43c728c-8541-4a2d-afcf-a3ca840a21c7.shogun-image {
  box-sizing: border-box;
}


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



  #s-d43c728c-8541-4a2d-afcf-a3ca840a21c7 img.shogun-image,
  #s-d43c728c-8541-4a2d-afcf-a3ca840a21c7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d43c728c-8541-4a2d-afcf-a3ca840a21c7 {
    width: 100%;
    height: auto;
  }



  img.s-d43c728c-8541-4a2d-afcf-a3ca840a21c7.shogun-image {
    
    
  }


.s-d43c728c-8541-4a2d-afcf-a3ca840a21c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-d43c728c-8541-4a2d-afcf-a3ca840a21c7.shg-align-container {
  text-align: center
}

.s-d43c728c-8541-4a2d-afcf-a3ca840a21c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d43c728c-8541-4a2d-afcf-a3ca840a21c7.shogun-image {
  box-sizing: border-box;
}


}
#s-8e59d3a7-7ae4-4a73-bf2d-80119ac08118 {
  padding-bottom: 15px;
}

#s-8e59d3a7-7ae4-4a73-bf2d-80119ac08118 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-8e59d3a7-7ae4-4a73-bf2d-80119ac08118 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-8e59d3a7-7ae4-4a73-bf2d-80119ac08118 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-8e59d3a7-7ae4-4a73-bf2d-80119ac08118 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-8e59d3a7-7ae4-4a73-bf2d-80119ac08118 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 900;
  font-style: ;
  font-size: 16px;
}

#s-8e59d3a7-7ae4-4a73-bf2d-80119ac08118 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
@media (min-width: 0px) {
[id="s-66dc7ff3-589a-4227-bc50-e9c6668a1bc3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-66dc7ff3-589a-4227-bc50-e9c6668a1bc3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-66dc7ff3-589a-4227-bc50-e9c6668a1bc3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-66dc7ff3-589a-4227-bc50-e9c6668a1bc3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-66dc7ff3-589a-4227-bc50-e9c6668a1bc3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-66dc7ff3-589a-4227-bc50-e9c6668a1bc3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-66dc7ff3-589a-4227-bc50-e9c6668a1bc3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-b83766af-c6be-4ebb-b86c-031b6894b963 {
  max-width: 4608px;
aspect-ratio: 4/3;
text-align: center;
}





  #s-b83766af-c6be-4ebb-b86c-031b6894b963 img.shogun-image,
  #s-b83766af-c6be-4ebb-b86c-031b6894b963 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b83766af-c6be-4ebb-b86c-031b6894b963 {
    width: 100%;
    height: auto;
  }



  img.s-b83766af-c6be-4ebb-b86c-031b6894b963.shogun-image {
    
    
  }


.s-b83766af-c6be-4ebb-b86c-031b6894b963 .shogun-image-content {
  
    align-items: center;
  
}

.s-b83766af-c6be-4ebb-b86c-031b6894b963.shg-align-container {
  text-align: center
}

.s-b83766af-c6be-4ebb-b86c-031b6894b963.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b83766af-c6be-4ebb-b86c-031b6894b963.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-b83766af-c6be-4ebb-b86c-031b6894b963 img.shogun-image,
  #s-b83766af-c6be-4ebb-b86c-031b6894b963 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b83766af-c6be-4ebb-b86c-031b6894b963 {
    width: 100%;
    height: auto;
  }



  img.s-b83766af-c6be-4ebb-b86c-031b6894b963.shogun-image {
    
    
  }


.s-b83766af-c6be-4ebb-b86c-031b6894b963 .shogun-image-content {
  
    align-items: center;
  
}

.s-b83766af-c6be-4ebb-b86c-031b6894b963.shg-align-container {
  text-align: center
}

.s-b83766af-c6be-4ebb-b86c-031b6894b963.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b83766af-c6be-4ebb-b86c-031b6894b963.shogun-image {
  box-sizing: border-box;
}


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



  #s-b83766af-c6be-4ebb-b86c-031b6894b963 img.shogun-image,
  #s-b83766af-c6be-4ebb-b86c-031b6894b963 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b83766af-c6be-4ebb-b86c-031b6894b963 {
    width: 100%;
    height: auto;
  }



  img.s-b83766af-c6be-4ebb-b86c-031b6894b963.shogun-image {
    
    
  }


.s-b83766af-c6be-4ebb-b86c-031b6894b963 .shogun-image-content {
  
    align-items: center;
  
}

.s-b83766af-c6be-4ebb-b86c-031b6894b963.shg-align-container {
  text-align: center
}

.s-b83766af-c6be-4ebb-b86c-031b6894b963.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b83766af-c6be-4ebb-b86c-031b6894b963.shogun-image {
  box-sizing: border-box;
}


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



  #s-b83766af-c6be-4ebb-b86c-031b6894b963 img.shogun-image,
  #s-b83766af-c6be-4ebb-b86c-031b6894b963 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b83766af-c6be-4ebb-b86c-031b6894b963 {
    width: 100%;
    height: auto;
  }



  img.s-b83766af-c6be-4ebb-b86c-031b6894b963.shogun-image {
    
    
  }


.s-b83766af-c6be-4ebb-b86c-031b6894b963 .shogun-image-content {
  
    align-items: center;
  
}

.s-b83766af-c6be-4ebb-b86c-031b6894b963.shg-align-container {
  text-align: center
}

.s-b83766af-c6be-4ebb-b86c-031b6894b963.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b83766af-c6be-4ebb-b86c-031b6894b963.shogun-image {
  box-sizing: border-box;
}


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



  #s-b83766af-c6be-4ebb-b86c-031b6894b963 img.shogun-image,
  #s-b83766af-c6be-4ebb-b86c-031b6894b963 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b83766af-c6be-4ebb-b86c-031b6894b963 {
    width: 100%;
    height: auto;
  }



  img.s-b83766af-c6be-4ebb-b86c-031b6894b963.shogun-image {
    
    
  }


.s-b83766af-c6be-4ebb-b86c-031b6894b963 .shogun-image-content {
  
    align-items: center;
  
}

.s-b83766af-c6be-4ebb-b86c-031b6894b963.shg-align-container {
  text-align: center
}

.s-b83766af-c6be-4ebb-b86c-031b6894b963.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b83766af-c6be-4ebb-b86c-031b6894b963.shogun-image {
  box-sizing: border-box;
}


}
#s-54900d3a-848a-433f-948c-7157ae445484 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-54900d3a-848a-433f-948c-7157ae445484 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-54900d3a-848a-433f-948c-7157ae445484 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-54900d3a-848a-433f-948c-7157ae445484 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-54900d3a-848a-433f-948c-7157ae445484 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-54900d3a-848a-433f-948c-7157ae445484 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
@media (min-width: 0px) {
[id="s-3ec33717-0f6e-4862-b2c8-8ee3fc055a4e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3ec33717-0f6e-4862-b2c8-8ee3fc055a4e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3ec33717-0f6e-4862-b2c8-8ee3fc055a4e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3ec33717-0f6e-4862-b2c8-8ee3fc055a4e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3ec33717-0f6e-4862-b2c8-8ee3fc055a4e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3ec33717-0f6e-4862-b2c8-8ee3fc055a4e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3ec33717-0f6e-4862-b2c8-8ee3fc055a4e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-0e460efe-c746-4c3d-b106-72f38742ffd9 {
  max-width: 640px;
aspect-ratio: 640/428;
text-align: center;
}





  #s-0e460efe-c746-4c3d-b106-72f38742ffd9 img.shogun-image,
  #s-0e460efe-c746-4c3d-b106-72f38742ffd9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0e460efe-c746-4c3d-b106-72f38742ffd9 {
    width: 100%;
    height: auto;
  }



  img.s-0e460efe-c746-4c3d-b106-72f38742ffd9.shogun-image {
    
    
  }


.s-0e460efe-c746-4c3d-b106-72f38742ffd9 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e460efe-c746-4c3d-b106-72f38742ffd9.shg-align-container {
  text-align: center
}

.s-0e460efe-c746-4c3d-b106-72f38742ffd9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e460efe-c746-4c3d-b106-72f38742ffd9.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-0e460efe-c746-4c3d-b106-72f38742ffd9 img.shogun-image,
  #s-0e460efe-c746-4c3d-b106-72f38742ffd9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0e460efe-c746-4c3d-b106-72f38742ffd9 {
    width: 100%;
    height: auto;
  }



  img.s-0e460efe-c746-4c3d-b106-72f38742ffd9.shogun-image {
    
    
  }


.s-0e460efe-c746-4c3d-b106-72f38742ffd9 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e460efe-c746-4c3d-b106-72f38742ffd9.shg-align-container {
  text-align: center
}

.s-0e460efe-c746-4c3d-b106-72f38742ffd9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e460efe-c746-4c3d-b106-72f38742ffd9.shogun-image {
  box-sizing: border-box;
}


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



  #s-0e460efe-c746-4c3d-b106-72f38742ffd9 img.shogun-image,
  #s-0e460efe-c746-4c3d-b106-72f38742ffd9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0e460efe-c746-4c3d-b106-72f38742ffd9 {
    width: 100%;
    height: auto;
  }



  img.s-0e460efe-c746-4c3d-b106-72f38742ffd9.shogun-image {
    
    
  }


.s-0e460efe-c746-4c3d-b106-72f38742ffd9 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e460efe-c746-4c3d-b106-72f38742ffd9.shg-align-container {
  text-align: center
}

.s-0e460efe-c746-4c3d-b106-72f38742ffd9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e460efe-c746-4c3d-b106-72f38742ffd9.shogun-image {
  box-sizing: border-box;
}


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



  #s-0e460efe-c746-4c3d-b106-72f38742ffd9 img.shogun-image,
  #s-0e460efe-c746-4c3d-b106-72f38742ffd9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0e460efe-c746-4c3d-b106-72f38742ffd9 {
    width: 100%;
    height: auto;
  }



  img.s-0e460efe-c746-4c3d-b106-72f38742ffd9.shogun-image {
    
    
  }


.s-0e460efe-c746-4c3d-b106-72f38742ffd9 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e460efe-c746-4c3d-b106-72f38742ffd9.shg-align-container {
  text-align: center
}

.s-0e460efe-c746-4c3d-b106-72f38742ffd9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e460efe-c746-4c3d-b106-72f38742ffd9.shogun-image {
  box-sizing: border-box;
}


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



  #s-0e460efe-c746-4c3d-b106-72f38742ffd9 img.shogun-image,
  #s-0e460efe-c746-4c3d-b106-72f38742ffd9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0e460efe-c746-4c3d-b106-72f38742ffd9 {
    width: 100%;
    height: auto;
  }



  img.s-0e460efe-c746-4c3d-b106-72f38742ffd9.shogun-image {
    
    
  }


.s-0e460efe-c746-4c3d-b106-72f38742ffd9 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e460efe-c746-4c3d-b106-72f38742ffd9.shg-align-container {
  text-align: center
}

.s-0e460efe-c746-4c3d-b106-72f38742ffd9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e460efe-c746-4c3d-b106-72f38742ffd9.shogun-image {
  box-sizing: border-box;
}


}
#s-1c0cd2f9-cee3-4638-8305-2c3dbe38ceba {
  padding-bottom: 15px;
}

#s-1c0cd2f9-cee3-4638-8305-2c3dbe38ceba > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-1c0cd2f9-cee3-4638-8305-2c3dbe38ceba > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-1c0cd2f9-cee3-4638-8305-2c3dbe38ceba > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-1c0cd2f9-cee3-4638-8305-2c3dbe38ceba > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-1c0cd2f9-cee3-4638-8305-2c3dbe38ceba > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 900;
  font-style: ;
  font-size: 16px;
}

#s-1c0cd2f9-cee3-4638-8305-2c3dbe38ceba > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
@media (min-width: 0px) {
[id="s-10386fc3-d4e5-4d01-b951-56328b173b88"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-10386fc3-d4e5-4d01-b951-56328b173b88"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-10386fc3-d4e5-4d01-b951-56328b173b88"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-10386fc3-d4e5-4d01-b951-56328b173b88"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d02f01ec-3301-407d-a203-ec2d65d257e3 {
  max-width: 640px;
aspect-ratio: 640/427;
text-align: center;
}





  #s-d02f01ec-3301-407d-a203-ec2d65d257e3 img.shogun-image,
  #s-d02f01ec-3301-407d-a203-ec2d65d257e3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d02f01ec-3301-407d-a203-ec2d65d257e3 {
    width: 100%;
    height: auto;
  }



  img.s-d02f01ec-3301-407d-a203-ec2d65d257e3.shogun-image {
    
    
  }


.s-d02f01ec-3301-407d-a203-ec2d65d257e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-d02f01ec-3301-407d-a203-ec2d65d257e3.shg-align-container {
  text-align: center
}

.s-d02f01ec-3301-407d-a203-ec2d65d257e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d02f01ec-3301-407d-a203-ec2d65d257e3.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-d02f01ec-3301-407d-a203-ec2d65d257e3 img.shogun-image,
  #s-d02f01ec-3301-407d-a203-ec2d65d257e3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d02f01ec-3301-407d-a203-ec2d65d257e3 {
    width: 100%;
    height: auto;
  }



  img.s-d02f01ec-3301-407d-a203-ec2d65d257e3.shogun-image {
    
    
  }


.s-d02f01ec-3301-407d-a203-ec2d65d257e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-d02f01ec-3301-407d-a203-ec2d65d257e3.shg-align-container {
  text-align: center
}

.s-d02f01ec-3301-407d-a203-ec2d65d257e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d02f01ec-3301-407d-a203-ec2d65d257e3.shogun-image {
  box-sizing: border-box;
}


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



  #s-d02f01ec-3301-407d-a203-ec2d65d257e3 img.shogun-image,
  #s-d02f01ec-3301-407d-a203-ec2d65d257e3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d02f01ec-3301-407d-a203-ec2d65d257e3 {
    width: 100%;
    height: auto;
  }



  img.s-d02f01ec-3301-407d-a203-ec2d65d257e3.shogun-image {
    
    
  }


.s-d02f01ec-3301-407d-a203-ec2d65d257e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-d02f01ec-3301-407d-a203-ec2d65d257e3.shg-align-container {
  text-align: center
}

.s-d02f01ec-3301-407d-a203-ec2d65d257e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d02f01ec-3301-407d-a203-ec2d65d257e3.shogun-image {
  box-sizing: border-box;
}


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



  #s-d02f01ec-3301-407d-a203-ec2d65d257e3 img.shogun-image,
  #s-d02f01ec-3301-407d-a203-ec2d65d257e3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d02f01ec-3301-407d-a203-ec2d65d257e3 {
    width: 100%;
    height: auto;
  }



  img.s-d02f01ec-3301-407d-a203-ec2d65d257e3.shogun-image {
    
    
  }


.s-d02f01ec-3301-407d-a203-ec2d65d257e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-d02f01ec-3301-407d-a203-ec2d65d257e3.shg-align-container {
  text-align: center
}

.s-d02f01ec-3301-407d-a203-ec2d65d257e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d02f01ec-3301-407d-a203-ec2d65d257e3.shogun-image {
  box-sizing: border-box;
}


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



  #s-d02f01ec-3301-407d-a203-ec2d65d257e3 img.shogun-image,
  #s-d02f01ec-3301-407d-a203-ec2d65d257e3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d02f01ec-3301-407d-a203-ec2d65d257e3 {
    width: 100%;
    height: auto;
  }



  img.s-d02f01ec-3301-407d-a203-ec2d65d257e3.shogun-image {
    
    
  }


.s-d02f01ec-3301-407d-a203-ec2d65d257e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-d02f01ec-3301-407d-a203-ec2d65d257e3.shg-align-container {
  text-align: center
}

.s-d02f01ec-3301-407d-a203-ec2d65d257e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d02f01ec-3301-407d-a203-ec2d65d257e3.shogun-image {
  box-sizing: border-box;
}


}
#s-f919f0f3-ad8c-42db-8165-7a7f00ced0da hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-b54b6060-a399-4875-98a7-5c0cdb1449c3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b54b6060-a399-4875-98a7-5c0cdb1449c3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b54b6060-a399-4875-98a7-5c0cdb1449c3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b54b6060-a399-4875-98a7-5c0cdb1449c3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4129ba87-30e1-4da5-a704-98abd45b4357 {
  max-width: 6016px;
aspect-ratio: 6016/4016;
text-align: center;
}





  #s-4129ba87-30e1-4da5-a704-98abd45b4357 img.shogun-image,
  #s-4129ba87-30e1-4da5-a704-98abd45b4357 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4129ba87-30e1-4da5-a704-98abd45b4357 {
    width: 100%;
    height: auto;
  }



  img.s-4129ba87-30e1-4da5-a704-98abd45b4357.shogun-image {
    
    
  }


.s-4129ba87-30e1-4da5-a704-98abd45b4357 .shogun-image-content {
  
    align-items: center;
  
}

.s-4129ba87-30e1-4da5-a704-98abd45b4357.shg-align-container {
  text-align: center
}

.s-4129ba87-30e1-4da5-a704-98abd45b4357.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4129ba87-30e1-4da5-a704-98abd45b4357.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-4129ba87-30e1-4da5-a704-98abd45b4357 img.shogun-image,
  #s-4129ba87-30e1-4da5-a704-98abd45b4357 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4129ba87-30e1-4da5-a704-98abd45b4357 {
    width: 100%;
    height: auto;
  }



  img.s-4129ba87-30e1-4da5-a704-98abd45b4357.shogun-image {
    
    
  }


.s-4129ba87-30e1-4da5-a704-98abd45b4357 .shogun-image-content {
  
    align-items: center;
  
}

.s-4129ba87-30e1-4da5-a704-98abd45b4357.shg-align-container {
  text-align: center
}

.s-4129ba87-30e1-4da5-a704-98abd45b4357.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4129ba87-30e1-4da5-a704-98abd45b4357.shogun-image {
  box-sizing: border-box;
}


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



  #s-4129ba87-30e1-4da5-a704-98abd45b4357 img.shogun-image,
  #s-4129ba87-30e1-4da5-a704-98abd45b4357 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4129ba87-30e1-4da5-a704-98abd45b4357 {
    width: 100%;
    height: auto;
  }



  img.s-4129ba87-30e1-4da5-a704-98abd45b4357.shogun-image {
    
    
  }


.s-4129ba87-30e1-4da5-a704-98abd45b4357 .shogun-image-content {
  
    align-items: center;
  
}

.s-4129ba87-30e1-4da5-a704-98abd45b4357.shg-align-container {
  text-align: center
}

.s-4129ba87-30e1-4da5-a704-98abd45b4357.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4129ba87-30e1-4da5-a704-98abd45b4357.shogun-image {
  box-sizing: border-box;
}


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



  #s-4129ba87-30e1-4da5-a704-98abd45b4357 img.shogun-image,
  #s-4129ba87-30e1-4da5-a704-98abd45b4357 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4129ba87-30e1-4da5-a704-98abd45b4357 {
    width: 100%;
    height: auto;
  }



  img.s-4129ba87-30e1-4da5-a704-98abd45b4357.shogun-image {
    
    
  }


.s-4129ba87-30e1-4da5-a704-98abd45b4357 .shogun-image-content {
  
    align-items: center;
  
}

.s-4129ba87-30e1-4da5-a704-98abd45b4357.shg-align-container {
  text-align: center
}

.s-4129ba87-30e1-4da5-a704-98abd45b4357.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4129ba87-30e1-4da5-a704-98abd45b4357.shogun-image {
  box-sizing: border-box;
}


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



  #s-4129ba87-30e1-4da5-a704-98abd45b4357 img.shogun-image,
  #s-4129ba87-30e1-4da5-a704-98abd45b4357 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4129ba87-30e1-4da5-a704-98abd45b4357 {
    width: 100%;
    height: auto;
  }



  img.s-4129ba87-30e1-4da5-a704-98abd45b4357.shogun-image {
    
    
  }


.s-4129ba87-30e1-4da5-a704-98abd45b4357 .shogun-image-content {
  
    align-items: center;
  
}

.s-4129ba87-30e1-4da5-a704-98abd45b4357.shg-align-container {
  text-align: center
}

.s-4129ba87-30e1-4da5-a704-98abd45b4357.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4129ba87-30e1-4da5-a704-98abd45b4357.shogun-image {
  box-sizing: border-box;
}


}
#s-e044bc80-a064-40a8-9bf1-a9002ab6558e hr {
  border-top: 2px solid #ddd;
}

#s-eb8394c4-45e2-471c-8883-88aad1055391 hr {
  border-top: 2px solid #ddd;
}

#s-b2e61275-9ddb-4dab-987d-56060cfd5b88 hr {
  border-top: 2px solid #ddd;
}

#s-5e9c30e8-b72e-49ac-8326-65f95ec1b137 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5e9c30e8-b72e-49ac-8326-65f95ec1b137 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-9a8dff3c-becf-4711-aac4-9836aac37a43 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9a8dff3c-becf-4711-aac4-9836aac37a43 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-c94e69ed-3bcc-40cb-82cb-6cb83ef1f52f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c94e69ed-3bcc-40cb-82cb-6cb83ef1f52f .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-8fdcca40-4974-45ce-85cd-a7f11fe3e495 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-8fdcca40-4974-45ce-85cd-a7f11fe3e495 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



@media (min-width: 0px) {
[id="s-dd30d266-188d-49e9-a69b-bcce4a4a6803"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dd30d266-188d-49e9-a69b-bcce4a4a6803"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dd30d266-188d-49e9-a69b-bcce4a4a6803"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dd30d266-188d-49e9-a69b-bcce4a4a6803"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dd30d266-188d-49e9-a69b-bcce4a4a6803"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dd30d266-188d-49e9-a69b-bcce4a4a6803"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dd30d266-188d-49e9-a69b-bcce4a4a6803"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-808ab844-01d7-4dbe-a27f-736eba731c59 {
  max-width: 6000px;
aspect-ratio: 6000/4000;
text-align: center;
}





  #s-808ab844-01d7-4dbe-a27f-736eba731c59 img.shogun-image,
  #s-808ab844-01d7-4dbe-a27f-736eba731c59 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-808ab844-01d7-4dbe-a27f-736eba731c59 {
    width: 100%;
    height: auto;
  }



  img.s-808ab844-01d7-4dbe-a27f-736eba731c59.shogun-image {
    
    
  }


.s-808ab844-01d7-4dbe-a27f-736eba731c59 .shogun-image-content {
  
    align-items: center;
  
}

.s-808ab844-01d7-4dbe-a27f-736eba731c59.shg-align-container {
  text-align: center
}

.s-808ab844-01d7-4dbe-a27f-736eba731c59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-808ab844-01d7-4dbe-a27f-736eba731c59.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-808ab844-01d7-4dbe-a27f-736eba731c59 img.shogun-image,
  #s-808ab844-01d7-4dbe-a27f-736eba731c59 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-808ab844-01d7-4dbe-a27f-736eba731c59 {
    width: 100%;
    height: auto;
  }



  img.s-808ab844-01d7-4dbe-a27f-736eba731c59.shogun-image {
    
    
  }


.s-808ab844-01d7-4dbe-a27f-736eba731c59 .shogun-image-content {
  
    align-items: center;
  
}

.s-808ab844-01d7-4dbe-a27f-736eba731c59.shg-align-container {
  text-align: center
}

.s-808ab844-01d7-4dbe-a27f-736eba731c59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-808ab844-01d7-4dbe-a27f-736eba731c59.shogun-image {
  box-sizing: border-box;
}


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



  #s-808ab844-01d7-4dbe-a27f-736eba731c59 img.shogun-image,
  #s-808ab844-01d7-4dbe-a27f-736eba731c59 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-808ab844-01d7-4dbe-a27f-736eba731c59 {
    width: 100%;
    height: auto;
  }



  img.s-808ab844-01d7-4dbe-a27f-736eba731c59.shogun-image {
    
    
  }


.s-808ab844-01d7-4dbe-a27f-736eba731c59 .shogun-image-content {
  
    align-items: center;
  
}

.s-808ab844-01d7-4dbe-a27f-736eba731c59.shg-align-container {
  text-align: center
}

.s-808ab844-01d7-4dbe-a27f-736eba731c59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-808ab844-01d7-4dbe-a27f-736eba731c59.shogun-image {
  box-sizing: border-box;
}


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



  #s-808ab844-01d7-4dbe-a27f-736eba731c59 img.shogun-image,
  #s-808ab844-01d7-4dbe-a27f-736eba731c59 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-808ab844-01d7-4dbe-a27f-736eba731c59 {
    width: 100%;
    height: auto;
  }



  img.s-808ab844-01d7-4dbe-a27f-736eba731c59.shogun-image {
    
    
  }


.s-808ab844-01d7-4dbe-a27f-736eba731c59 .shogun-image-content {
  
    align-items: center;
  
}

.s-808ab844-01d7-4dbe-a27f-736eba731c59.shg-align-container {
  text-align: center
}

.s-808ab844-01d7-4dbe-a27f-736eba731c59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-808ab844-01d7-4dbe-a27f-736eba731c59.shogun-image {
  box-sizing: border-box;
}


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



  #s-808ab844-01d7-4dbe-a27f-736eba731c59 img.shogun-image,
  #s-808ab844-01d7-4dbe-a27f-736eba731c59 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-808ab844-01d7-4dbe-a27f-736eba731c59 {
    width: 100%;
    height: auto;
  }



  img.s-808ab844-01d7-4dbe-a27f-736eba731c59.shogun-image {
    
    
  }


.s-808ab844-01d7-4dbe-a27f-736eba731c59 .shogun-image-content {
  
    align-items: center;
  
}

.s-808ab844-01d7-4dbe-a27f-736eba731c59.shg-align-container {
  text-align: center
}

.s-808ab844-01d7-4dbe-a27f-736eba731c59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-808ab844-01d7-4dbe-a27f-736eba731c59.shogun-image {
  box-sizing: border-box;
}


}
#s-61337ebf-8848-4982-abd6-18a2489e6749 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-61337ebf-8848-4982-abd6-18a2489e6749 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-61337ebf-8848-4982-abd6-18a2489e6749 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-61337ebf-8848-4982-abd6-18a2489e6749 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-61337ebf-8848-4982-abd6-18a2489e6749 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-61337ebf-8848-4982-abd6-18a2489e6749 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
@media (min-width: 0px) {
[id="s-cb5a23cd-1c84-4f71-8b67-72b23e5ead79"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cb5a23cd-1c84-4f71-8b67-72b23e5ead79"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cb5a23cd-1c84-4f71-8b67-72b23e5ead79"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cb5a23cd-1c84-4f71-8b67-72b23e5ead79"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cb5a23cd-1c84-4f71-8b67-72b23e5ead79"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cb5a23cd-1c84-4f71-8b67-72b23e5ead79"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cb5a23cd-1c84-4f71-8b67-72b23e5ead79"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-5ce85b49-025d-4ea9-9d5a-c47605c76c57 {
  max-width: 4000px;
aspect-ratio: 16/9;
text-align: center;
}





  #s-5ce85b49-025d-4ea9-9d5a-c47605c76c57 img.shogun-image,
  #s-5ce85b49-025d-4ea9-9d5a-c47605c76c57 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5ce85b49-025d-4ea9-9d5a-c47605c76c57 {
    width: 100%;
    height: auto;
  }



  img.s-5ce85b49-025d-4ea9-9d5a-c47605c76c57.shogun-image {
    
    
  }


.s-5ce85b49-025d-4ea9-9d5a-c47605c76c57 .shogun-image-content {
  
    align-items: center;
  
}

.s-5ce85b49-025d-4ea9-9d5a-c47605c76c57.shg-align-container {
  text-align: center
}

.s-5ce85b49-025d-4ea9-9d5a-c47605c76c57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ce85b49-025d-4ea9-9d5a-c47605c76c57.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-5ce85b49-025d-4ea9-9d5a-c47605c76c57 img.shogun-image,
  #s-5ce85b49-025d-4ea9-9d5a-c47605c76c57 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5ce85b49-025d-4ea9-9d5a-c47605c76c57 {
    width: 100%;
    height: auto;
  }



  img.s-5ce85b49-025d-4ea9-9d5a-c47605c76c57.shogun-image {
    
    
  }


.s-5ce85b49-025d-4ea9-9d5a-c47605c76c57 .shogun-image-content {
  
    align-items: center;
  
}

.s-5ce85b49-025d-4ea9-9d5a-c47605c76c57.shg-align-container {
  text-align: center
}

.s-5ce85b49-025d-4ea9-9d5a-c47605c76c57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ce85b49-025d-4ea9-9d5a-c47605c76c57.shogun-image {
  box-sizing: border-box;
}


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



  #s-5ce85b49-025d-4ea9-9d5a-c47605c76c57 img.shogun-image,
  #s-5ce85b49-025d-4ea9-9d5a-c47605c76c57 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5ce85b49-025d-4ea9-9d5a-c47605c76c57 {
    width: 100%;
    height: auto;
  }



  img.s-5ce85b49-025d-4ea9-9d5a-c47605c76c57.shogun-image {
    
    
  }


.s-5ce85b49-025d-4ea9-9d5a-c47605c76c57 .shogun-image-content {
  
    align-items: center;
  
}

.s-5ce85b49-025d-4ea9-9d5a-c47605c76c57.shg-align-container {
  text-align: center
}

.s-5ce85b49-025d-4ea9-9d5a-c47605c76c57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ce85b49-025d-4ea9-9d5a-c47605c76c57.shogun-image {
  box-sizing: border-box;
}


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



  #s-5ce85b49-025d-4ea9-9d5a-c47605c76c57 img.shogun-image,
  #s-5ce85b49-025d-4ea9-9d5a-c47605c76c57 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5ce85b49-025d-4ea9-9d5a-c47605c76c57 {
    width: 100%;
    height: auto;
  }



  img.s-5ce85b49-025d-4ea9-9d5a-c47605c76c57.shogun-image {
    
    
  }


.s-5ce85b49-025d-4ea9-9d5a-c47605c76c57 .shogun-image-content {
  
    align-items: center;
  
}

.s-5ce85b49-025d-4ea9-9d5a-c47605c76c57.shg-align-container {
  text-align: center
}

.s-5ce85b49-025d-4ea9-9d5a-c47605c76c57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ce85b49-025d-4ea9-9d5a-c47605c76c57.shogun-image {
  box-sizing: border-box;
}


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



  #s-5ce85b49-025d-4ea9-9d5a-c47605c76c57 img.shogun-image,
  #s-5ce85b49-025d-4ea9-9d5a-c47605c76c57 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5ce85b49-025d-4ea9-9d5a-c47605c76c57 {
    width: 100%;
    height: auto;
  }



  img.s-5ce85b49-025d-4ea9-9d5a-c47605c76c57.shogun-image {
    
    
  }


.s-5ce85b49-025d-4ea9-9d5a-c47605c76c57 .shogun-image-content {
  
    align-items: center;
  
}

.s-5ce85b49-025d-4ea9-9d5a-c47605c76c57.shg-align-container {
  text-align: center
}

.s-5ce85b49-025d-4ea9-9d5a-c47605c76c57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ce85b49-025d-4ea9-9d5a-c47605c76c57.shogun-image {
  box-sizing: border-box;
}


}
#s-e634a89a-0961-4f47-ac1b-3c2cedd015fd > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-e634a89a-0961-4f47-ac1b-3c2cedd015fd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-e634a89a-0961-4f47-ac1b-3c2cedd015fd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-e634a89a-0961-4f47-ac1b-3c2cedd015fd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-e634a89a-0961-4f47-ac1b-3c2cedd015fd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-e634a89a-0961-4f47-ac1b-3c2cedd015fd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
@media (min-width: 0px) {
[id="s-a078fef2-2592-4b6d-b56c-56054e1a54c6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a078fef2-2592-4b6d-b56c-56054e1a54c6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a078fef2-2592-4b6d-b56c-56054e1a54c6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a078fef2-2592-4b6d-b56c-56054e1a54c6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a078fef2-2592-4b6d-b56c-56054e1a54c6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a078fef2-2592-4b6d-b56c-56054e1a54c6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a078fef2-2592-4b6d-b56c-56054e1a54c6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-b40f3b47-44b4-47af-bf8b-6914a5671935 {
  max-width: 4921px;
aspect-ratio: 4921/3024;
text-align: center;
}





  #s-b40f3b47-44b4-47af-bf8b-6914a5671935 img.shogun-image,
  #s-b40f3b47-44b4-47af-bf8b-6914a5671935 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b40f3b47-44b4-47af-bf8b-6914a5671935 {
    width: 100%;
    height: auto;
  }



  img.s-b40f3b47-44b4-47af-bf8b-6914a5671935.shogun-image {
    
    
  }


.s-b40f3b47-44b4-47af-bf8b-6914a5671935 .shogun-image-content {
  
    align-items: center;
  
}

.s-b40f3b47-44b4-47af-bf8b-6914a5671935.shg-align-container {
  text-align: center
}

.s-b40f3b47-44b4-47af-bf8b-6914a5671935.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b40f3b47-44b4-47af-bf8b-6914a5671935.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-b40f3b47-44b4-47af-bf8b-6914a5671935 img.shogun-image,
  #s-b40f3b47-44b4-47af-bf8b-6914a5671935 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b40f3b47-44b4-47af-bf8b-6914a5671935 {
    width: 100%;
    height: auto;
  }



  img.s-b40f3b47-44b4-47af-bf8b-6914a5671935.shogun-image {
    
    
  }


.s-b40f3b47-44b4-47af-bf8b-6914a5671935 .shogun-image-content {
  
    align-items: center;
  
}

.s-b40f3b47-44b4-47af-bf8b-6914a5671935.shg-align-container {
  text-align: center
}

.s-b40f3b47-44b4-47af-bf8b-6914a5671935.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b40f3b47-44b4-47af-bf8b-6914a5671935.shogun-image {
  box-sizing: border-box;
}


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



  #s-b40f3b47-44b4-47af-bf8b-6914a5671935 img.shogun-image,
  #s-b40f3b47-44b4-47af-bf8b-6914a5671935 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b40f3b47-44b4-47af-bf8b-6914a5671935 {
    width: 100%;
    height: auto;
  }



  img.s-b40f3b47-44b4-47af-bf8b-6914a5671935.shogun-image {
    
    
  }


.s-b40f3b47-44b4-47af-bf8b-6914a5671935 .shogun-image-content {
  
    align-items: center;
  
}

.s-b40f3b47-44b4-47af-bf8b-6914a5671935.shg-align-container {
  text-align: center
}

.s-b40f3b47-44b4-47af-bf8b-6914a5671935.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b40f3b47-44b4-47af-bf8b-6914a5671935.shogun-image {
  box-sizing: border-box;
}


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



  #s-b40f3b47-44b4-47af-bf8b-6914a5671935 img.shogun-image,
  #s-b40f3b47-44b4-47af-bf8b-6914a5671935 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b40f3b47-44b4-47af-bf8b-6914a5671935 {
    width: 100%;
    height: auto;
  }



  img.s-b40f3b47-44b4-47af-bf8b-6914a5671935.shogun-image {
    
    
  }


.s-b40f3b47-44b4-47af-bf8b-6914a5671935 .shogun-image-content {
  
    align-items: center;
  
}

.s-b40f3b47-44b4-47af-bf8b-6914a5671935.shg-align-container {
  text-align: center
}

.s-b40f3b47-44b4-47af-bf8b-6914a5671935.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b40f3b47-44b4-47af-bf8b-6914a5671935.shogun-image {
  box-sizing: border-box;
}


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



  #s-b40f3b47-44b4-47af-bf8b-6914a5671935 img.shogun-image,
  #s-b40f3b47-44b4-47af-bf8b-6914a5671935 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b40f3b47-44b4-47af-bf8b-6914a5671935 {
    width: 100%;
    height: auto;
  }



  img.s-b40f3b47-44b4-47af-bf8b-6914a5671935.shogun-image {
    
    
  }


.s-b40f3b47-44b4-47af-bf8b-6914a5671935 .shogun-image-content {
  
    align-items: center;
  
}

.s-b40f3b47-44b4-47af-bf8b-6914a5671935.shg-align-container {
  text-align: center
}

.s-b40f3b47-44b4-47af-bf8b-6914a5671935.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b40f3b47-44b4-47af-bf8b-6914a5671935.shogun-image {
  box-sizing: border-box;
}


}
#s-24340751-26df-4673-a346-ca212ef7e7cf {
  padding-bottom: 15px;
}

#s-24340751-26df-4673-a346-ca212ef7e7cf > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-24340751-26df-4673-a346-ca212ef7e7cf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-24340751-26df-4673-a346-ca212ef7e7cf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-24340751-26df-4673-a346-ca212ef7e7cf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-24340751-26df-4673-a346-ca212ef7e7cf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 900;
  font-style: ;
  font-size: 16px;
}

#s-24340751-26df-4673-a346-ca212ef7e7cf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
@media (min-width: 0px) {
[id="s-61ee75e8-1733-4fb5-aa0f-dd04fe46da11"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-61ee75e8-1733-4fb5-aa0f-dd04fe46da11"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-61ee75e8-1733-4fb5-aa0f-dd04fe46da11"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-61ee75e8-1733-4fb5-aa0f-dd04fe46da11"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e8898bd4-12fb-42ce-8305-76e10f63a9aa {
  max-width: 5616px;
aspect-ratio: 5616/3744;
text-align: center;
}





  #s-e8898bd4-12fb-42ce-8305-76e10f63a9aa img.shogun-image,
  #s-e8898bd4-12fb-42ce-8305-76e10f63a9aa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e8898bd4-12fb-42ce-8305-76e10f63a9aa {
    width: 100%;
    height: auto;
  }



  img.s-e8898bd4-12fb-42ce-8305-76e10f63a9aa.shogun-image {
    
    
  }


.s-e8898bd4-12fb-42ce-8305-76e10f63a9aa .shogun-image-content {
  
    align-items: center;
  
}

.s-e8898bd4-12fb-42ce-8305-76e10f63a9aa.shg-align-container {
  text-align: center
}

.s-e8898bd4-12fb-42ce-8305-76e10f63a9aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8898bd4-12fb-42ce-8305-76e10f63a9aa.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-e8898bd4-12fb-42ce-8305-76e10f63a9aa img.shogun-image,
  #s-e8898bd4-12fb-42ce-8305-76e10f63a9aa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e8898bd4-12fb-42ce-8305-76e10f63a9aa {
    width: 100%;
    height: auto;
  }



  img.s-e8898bd4-12fb-42ce-8305-76e10f63a9aa.shogun-image {
    
    
  }


.s-e8898bd4-12fb-42ce-8305-76e10f63a9aa .shogun-image-content {
  
    align-items: center;
  
}

.s-e8898bd4-12fb-42ce-8305-76e10f63a9aa.shg-align-container {
  text-align: center
}

.s-e8898bd4-12fb-42ce-8305-76e10f63a9aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8898bd4-12fb-42ce-8305-76e10f63a9aa.shogun-image {
  box-sizing: border-box;
}


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



  #s-e8898bd4-12fb-42ce-8305-76e10f63a9aa img.shogun-image,
  #s-e8898bd4-12fb-42ce-8305-76e10f63a9aa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e8898bd4-12fb-42ce-8305-76e10f63a9aa {
    width: 100%;
    height: auto;
  }



  img.s-e8898bd4-12fb-42ce-8305-76e10f63a9aa.shogun-image {
    
    
  }


.s-e8898bd4-12fb-42ce-8305-76e10f63a9aa .shogun-image-content {
  
    align-items: center;
  
}

.s-e8898bd4-12fb-42ce-8305-76e10f63a9aa.shg-align-container {
  text-align: center
}

.s-e8898bd4-12fb-42ce-8305-76e10f63a9aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8898bd4-12fb-42ce-8305-76e10f63a9aa.shogun-image {
  box-sizing: border-box;
}


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



  #s-e8898bd4-12fb-42ce-8305-76e10f63a9aa img.shogun-image,
  #s-e8898bd4-12fb-42ce-8305-76e10f63a9aa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e8898bd4-12fb-42ce-8305-76e10f63a9aa {
    width: 100%;
    height: auto;
  }



  img.s-e8898bd4-12fb-42ce-8305-76e10f63a9aa.shogun-image {
    
    
  }


.s-e8898bd4-12fb-42ce-8305-76e10f63a9aa .shogun-image-content {
  
    align-items: center;
  
}

.s-e8898bd4-12fb-42ce-8305-76e10f63a9aa.shg-align-container {
  text-align: center
}

.s-e8898bd4-12fb-42ce-8305-76e10f63a9aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8898bd4-12fb-42ce-8305-76e10f63a9aa.shogun-image {
  box-sizing: border-box;
}


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



  #s-e8898bd4-12fb-42ce-8305-76e10f63a9aa img.shogun-image,
  #s-e8898bd4-12fb-42ce-8305-76e10f63a9aa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e8898bd4-12fb-42ce-8305-76e10f63a9aa {
    width: 100%;
    height: auto;
  }



  img.s-e8898bd4-12fb-42ce-8305-76e10f63a9aa.shogun-image {
    
    
  }


.s-e8898bd4-12fb-42ce-8305-76e10f63a9aa .shogun-image-content {
  
    align-items: center;
  
}

.s-e8898bd4-12fb-42ce-8305-76e10f63a9aa.shg-align-container {
  text-align: center
}

.s-e8898bd4-12fb-42ce-8305-76e10f63a9aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8898bd4-12fb-42ce-8305-76e10f63a9aa.shogun-image {
  box-sizing: border-box;
}


}
#s-035e8927-0281-44cf-acbe-651683f613fa hr {
  border-top: 2px solid #ddd;
}

#s-b6eeba70-aa33-4fc7-86ba-7c246197499d hr {
  border-top: 2px solid #ddd;
}

#s-4578e6ee-5599-4498-894f-2766324fbe53 hr {
  border-top: 2px solid #ddd;
}

#s-d862df06-0ad6-4ed2-952c-88aeeacb7ab2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d862df06-0ad6-4ed2-952c-88aeeacb7ab2 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-bff63c19-7e0d-4444-bfdf-f55d769c96aa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-bff63c19-7e0d-4444-bfdf-f55d769c96aa .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-d9fa6c46-e99c-4ca5-aef0-cabdf6f88453 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d9fa6c46-e99c-4ca5-aef0-cabdf6f88453 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



@media (min-width: 0px) {
[id="s-f15c5add-86d5-4df7-8d57-22412986fa81"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f15c5add-86d5-4df7-8d57-22412986fa81"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f15c5add-86d5-4df7-8d57-22412986fa81"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f15c5add-86d5-4df7-8d57-22412986fa81"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f15c5add-86d5-4df7-8d57-22412986fa81"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f15c5add-86d5-4df7-8d57-22412986fa81"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f15c5add-86d5-4df7-8d57-22412986fa81"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-3645ad2f-d87a-4de9-99ed-abcd895f4e2d {
  max-width: 5472px;
aspect-ratio: 5472/3648;
text-align: center;
}





  #s-3645ad2f-d87a-4de9-99ed-abcd895f4e2d img.shogun-image,
  #s-3645ad2f-d87a-4de9-99ed-abcd895f4e2d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3645ad2f-d87a-4de9-99ed-abcd895f4e2d {
    width: 100%;
    height: auto;
  }



  img.s-3645ad2f-d87a-4de9-99ed-abcd895f4e2d.shogun-image {
    
    
  }


.s-3645ad2f-d87a-4de9-99ed-abcd895f4e2d .shogun-image-content {
  
    align-items: center;
  
}

.s-3645ad2f-d87a-4de9-99ed-abcd895f4e2d.shg-align-container {
  text-align: center
}

.s-3645ad2f-d87a-4de9-99ed-abcd895f4e2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3645ad2f-d87a-4de9-99ed-abcd895f4e2d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-3645ad2f-d87a-4de9-99ed-abcd895f4e2d img.shogun-image,
  #s-3645ad2f-d87a-4de9-99ed-abcd895f4e2d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3645ad2f-d87a-4de9-99ed-abcd895f4e2d {
    width: 100%;
    height: auto;
  }



  img.s-3645ad2f-d87a-4de9-99ed-abcd895f4e2d.shogun-image {
    
    
  }


.s-3645ad2f-d87a-4de9-99ed-abcd895f4e2d .shogun-image-content {
  
    align-items: center;
  
}

.s-3645ad2f-d87a-4de9-99ed-abcd895f4e2d.shg-align-container {
  text-align: center
}

.s-3645ad2f-d87a-4de9-99ed-abcd895f4e2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3645ad2f-d87a-4de9-99ed-abcd895f4e2d.shogun-image {
  box-sizing: border-box;
}


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



  #s-3645ad2f-d87a-4de9-99ed-abcd895f4e2d img.shogun-image,
  #s-3645ad2f-d87a-4de9-99ed-abcd895f4e2d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3645ad2f-d87a-4de9-99ed-abcd895f4e2d {
    width: 100%;
    height: auto;
  }



  img.s-3645ad2f-d87a-4de9-99ed-abcd895f4e2d.shogun-image {
    
    
  }


.s-3645ad2f-d87a-4de9-99ed-abcd895f4e2d .shogun-image-content {
  
    align-items: center;
  
}

.s-3645ad2f-d87a-4de9-99ed-abcd895f4e2d.shg-align-container {
  text-align: center
}

.s-3645ad2f-d87a-4de9-99ed-abcd895f4e2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3645ad2f-d87a-4de9-99ed-abcd895f4e2d.shogun-image {
  box-sizing: border-box;
}


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



  #s-3645ad2f-d87a-4de9-99ed-abcd895f4e2d img.shogun-image,
  #s-3645ad2f-d87a-4de9-99ed-abcd895f4e2d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3645ad2f-d87a-4de9-99ed-abcd895f4e2d {
    width: 100%;
    height: auto;
  }



  img.s-3645ad2f-d87a-4de9-99ed-abcd895f4e2d.shogun-image {
    
    
  }


.s-3645ad2f-d87a-4de9-99ed-abcd895f4e2d .shogun-image-content {
  
    align-items: center;
  
}

.s-3645ad2f-d87a-4de9-99ed-abcd895f4e2d.shg-align-container {
  text-align: center
}

.s-3645ad2f-d87a-4de9-99ed-abcd895f4e2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3645ad2f-d87a-4de9-99ed-abcd895f4e2d.shogun-image {
  box-sizing: border-box;
}


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



  #s-3645ad2f-d87a-4de9-99ed-abcd895f4e2d img.shogun-image,
  #s-3645ad2f-d87a-4de9-99ed-abcd895f4e2d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3645ad2f-d87a-4de9-99ed-abcd895f4e2d {
    width: 100%;
    height: auto;
  }



  img.s-3645ad2f-d87a-4de9-99ed-abcd895f4e2d.shogun-image {
    
    
  }


.s-3645ad2f-d87a-4de9-99ed-abcd895f4e2d .shogun-image-content {
  
    align-items: center;
  
}

.s-3645ad2f-d87a-4de9-99ed-abcd895f4e2d.shg-align-container {
  text-align: center
}

.s-3645ad2f-d87a-4de9-99ed-abcd895f4e2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3645ad2f-d87a-4de9-99ed-abcd895f4e2d.shogun-image {
  box-sizing: border-box;
}


}
#s-acb52ecc-21d9-49a0-acf6-b1da989b3bcc > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-acb52ecc-21d9-49a0-acf6-b1da989b3bcc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-acb52ecc-21d9-49a0-acf6-b1da989b3bcc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-acb52ecc-21d9-49a0-acf6-b1da989b3bcc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-acb52ecc-21d9-49a0-acf6-b1da989b3bcc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-acb52ecc-21d9-49a0-acf6-b1da989b3bcc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
@media (min-width: 0px) {
[id="s-29142d2e-806f-481f-bf12-a54d4c6f07d0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-29142d2e-806f-481f-bf12-a54d4c6f07d0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-29142d2e-806f-481f-bf12-a54d4c6f07d0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-29142d2e-806f-481f-bf12-a54d4c6f07d0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-29142d2e-806f-481f-bf12-a54d4c6f07d0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-29142d2e-806f-481f-bf12-a54d4c6f07d0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-29142d2e-806f-481f-bf12-a54d4c6f07d0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-82fa3d10-0522-4da9-8309-076105ad650e {
  max-width: 4615px;
aspect-ratio: 4615/3057;
text-align: center;
}





  #s-82fa3d10-0522-4da9-8309-076105ad650e img.shogun-image,
  #s-82fa3d10-0522-4da9-8309-076105ad650e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-82fa3d10-0522-4da9-8309-076105ad650e {
    width: 100%;
    height: auto;
  }



  img.s-82fa3d10-0522-4da9-8309-076105ad650e.shogun-image {
    
    
  }


.s-82fa3d10-0522-4da9-8309-076105ad650e .shogun-image-content {
  
    align-items: center;
  
}

.s-82fa3d10-0522-4da9-8309-076105ad650e.shg-align-container {
  text-align: center
}

.s-82fa3d10-0522-4da9-8309-076105ad650e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82fa3d10-0522-4da9-8309-076105ad650e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-82fa3d10-0522-4da9-8309-076105ad650e img.shogun-image,
  #s-82fa3d10-0522-4da9-8309-076105ad650e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-82fa3d10-0522-4da9-8309-076105ad650e {
    width: 100%;
    height: auto;
  }



  img.s-82fa3d10-0522-4da9-8309-076105ad650e.shogun-image {
    
    
  }


.s-82fa3d10-0522-4da9-8309-076105ad650e .shogun-image-content {
  
    align-items: center;
  
}

.s-82fa3d10-0522-4da9-8309-076105ad650e.shg-align-container {
  text-align: center
}

.s-82fa3d10-0522-4da9-8309-076105ad650e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82fa3d10-0522-4da9-8309-076105ad650e.shogun-image {
  box-sizing: border-box;
}


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



  #s-82fa3d10-0522-4da9-8309-076105ad650e img.shogun-image,
  #s-82fa3d10-0522-4da9-8309-076105ad650e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-82fa3d10-0522-4da9-8309-076105ad650e {
    width: 100%;
    height: auto;
  }



  img.s-82fa3d10-0522-4da9-8309-076105ad650e.shogun-image {
    
    
  }


.s-82fa3d10-0522-4da9-8309-076105ad650e .shogun-image-content {
  
    align-items: center;
  
}

.s-82fa3d10-0522-4da9-8309-076105ad650e.shg-align-container {
  text-align: center
}

.s-82fa3d10-0522-4da9-8309-076105ad650e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82fa3d10-0522-4da9-8309-076105ad650e.shogun-image {
  box-sizing: border-box;
}


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



  #s-82fa3d10-0522-4da9-8309-076105ad650e img.shogun-image,
  #s-82fa3d10-0522-4da9-8309-076105ad650e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-82fa3d10-0522-4da9-8309-076105ad650e {
    width: 100%;
    height: auto;
  }



  img.s-82fa3d10-0522-4da9-8309-076105ad650e.shogun-image {
    
    
  }


.s-82fa3d10-0522-4da9-8309-076105ad650e .shogun-image-content {
  
    align-items: center;
  
}

.s-82fa3d10-0522-4da9-8309-076105ad650e.shg-align-container {
  text-align: center
}

.s-82fa3d10-0522-4da9-8309-076105ad650e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82fa3d10-0522-4da9-8309-076105ad650e.shogun-image {
  box-sizing: border-box;
}


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



  #s-82fa3d10-0522-4da9-8309-076105ad650e img.shogun-image,
  #s-82fa3d10-0522-4da9-8309-076105ad650e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-82fa3d10-0522-4da9-8309-076105ad650e {
    width: 100%;
    height: auto;
  }



  img.s-82fa3d10-0522-4da9-8309-076105ad650e.shogun-image {
    
    
  }


.s-82fa3d10-0522-4da9-8309-076105ad650e .shogun-image-content {
  
    align-items: center;
  
}

.s-82fa3d10-0522-4da9-8309-076105ad650e.shg-align-container {
  text-align: center
}

.s-82fa3d10-0522-4da9-8309-076105ad650e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82fa3d10-0522-4da9-8309-076105ad650e.shogun-image {
  box-sizing: border-box;
}


}
#s-7797663f-b0e2-4a5d-8f19-c95df1d64311 {
  padding-bottom: 15px;
}

#s-7797663f-b0e2-4a5d-8f19-c95df1d64311 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-7797663f-b0e2-4a5d-8f19-c95df1d64311 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-7797663f-b0e2-4a5d-8f19-c95df1d64311 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-7797663f-b0e2-4a5d-8f19-c95df1d64311 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-7797663f-b0e2-4a5d-8f19-c95df1d64311 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 900;
  font-style: ;
  font-size: 16px;
}

#s-7797663f-b0e2-4a5d-8f19-c95df1d64311 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
@media (min-width: 0px) {
[id="s-f9c00677-55a8-4e3b-a39a-369bb97e5ced"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f9c00677-55a8-4e3b-a39a-369bb97e5ced"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f9c00677-55a8-4e3b-a39a-369bb97e5ced"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f9c00677-55a8-4e3b-a39a-369bb97e5ced"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0adb59fb-76bc-4218-95a0-3fb21534f2ca {
  max-width: 5472px;
aspect-ratio: 5472/3648;
text-align: center;
}





  #s-0adb59fb-76bc-4218-95a0-3fb21534f2ca img.shogun-image,
  #s-0adb59fb-76bc-4218-95a0-3fb21534f2ca .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0adb59fb-76bc-4218-95a0-3fb21534f2ca {
    width: 100%;
    height: auto;
  }



  img.s-0adb59fb-76bc-4218-95a0-3fb21534f2ca.shogun-image {
    
    
  }


.s-0adb59fb-76bc-4218-95a0-3fb21534f2ca .shogun-image-content {
  
    align-items: center;
  
}

.s-0adb59fb-76bc-4218-95a0-3fb21534f2ca.shg-align-container {
  text-align: center
}

.s-0adb59fb-76bc-4218-95a0-3fb21534f2ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0adb59fb-76bc-4218-95a0-3fb21534f2ca.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-0adb59fb-76bc-4218-95a0-3fb21534f2ca img.shogun-image,
  #s-0adb59fb-76bc-4218-95a0-3fb21534f2ca .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0adb59fb-76bc-4218-95a0-3fb21534f2ca {
    width: 100%;
    height: auto;
  }



  img.s-0adb59fb-76bc-4218-95a0-3fb21534f2ca.shogun-image {
    
    
  }


.s-0adb59fb-76bc-4218-95a0-3fb21534f2ca .shogun-image-content {
  
    align-items: center;
  
}

.s-0adb59fb-76bc-4218-95a0-3fb21534f2ca.shg-align-container {
  text-align: center
}

.s-0adb59fb-76bc-4218-95a0-3fb21534f2ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0adb59fb-76bc-4218-95a0-3fb21534f2ca.shogun-image {
  box-sizing: border-box;
}


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



  #s-0adb59fb-76bc-4218-95a0-3fb21534f2ca img.shogun-image,
  #s-0adb59fb-76bc-4218-95a0-3fb21534f2ca .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0adb59fb-76bc-4218-95a0-3fb21534f2ca {
    width: 100%;
    height: auto;
  }



  img.s-0adb59fb-76bc-4218-95a0-3fb21534f2ca.shogun-image {
    
    
  }


.s-0adb59fb-76bc-4218-95a0-3fb21534f2ca .shogun-image-content {
  
    align-items: center;
  
}

.s-0adb59fb-76bc-4218-95a0-3fb21534f2ca.shg-align-container {
  text-align: center
}

.s-0adb59fb-76bc-4218-95a0-3fb21534f2ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0adb59fb-76bc-4218-95a0-3fb21534f2ca.shogun-image {
  box-sizing: border-box;
}


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



  #s-0adb59fb-76bc-4218-95a0-3fb21534f2ca img.shogun-image,
  #s-0adb59fb-76bc-4218-95a0-3fb21534f2ca .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0adb59fb-76bc-4218-95a0-3fb21534f2ca {
    width: 100%;
    height: auto;
  }



  img.s-0adb59fb-76bc-4218-95a0-3fb21534f2ca.shogun-image {
    
    
  }


.s-0adb59fb-76bc-4218-95a0-3fb21534f2ca .shogun-image-content {
  
    align-items: center;
  
}

.s-0adb59fb-76bc-4218-95a0-3fb21534f2ca.shg-align-container {
  text-align: center
}

.s-0adb59fb-76bc-4218-95a0-3fb21534f2ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0adb59fb-76bc-4218-95a0-3fb21534f2ca.shogun-image {
  box-sizing: border-box;
}


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



  #s-0adb59fb-76bc-4218-95a0-3fb21534f2ca img.shogun-image,
  #s-0adb59fb-76bc-4218-95a0-3fb21534f2ca .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0adb59fb-76bc-4218-95a0-3fb21534f2ca {
    width: 100%;
    height: auto;
  }



  img.s-0adb59fb-76bc-4218-95a0-3fb21534f2ca.shogun-image {
    
    
  }


.s-0adb59fb-76bc-4218-95a0-3fb21534f2ca .shogun-image-content {
  
    align-items: center;
  
}

.s-0adb59fb-76bc-4218-95a0-3fb21534f2ca.shg-align-container {
  text-align: center
}

.s-0adb59fb-76bc-4218-95a0-3fb21534f2ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0adb59fb-76bc-4218-95a0-3fb21534f2ca.shogun-image {
  box-sizing: border-box;
}


}
#s-46e308d4-b894-4195-955b-dc0d1b94f840 hr {
  border-top: 2px solid #ddd;
}

#s-8b007f05-dfb9-4753-a7da-1d81d987afaa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8b007f05-dfb9-4753-a7da-1d81d987afaa .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



@media (min-width: 0px) {
[id="s-03216c37-55c8-4079-aa93-abf15f84024a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-03216c37-55c8-4079-aa93-abf15f84024a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-03216c37-55c8-4079-aa93-abf15f84024a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-03216c37-55c8-4079-aa93-abf15f84024a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-03216c37-55c8-4079-aa93-abf15f84024a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-03216c37-55c8-4079-aa93-abf15f84024a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-03216c37-55c8-4079-aa93-abf15f84024a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-57c36ef7-239c-45cf-bc02-7fe62a3c38bb {
  max-width: 5760px;
aspect-ratio: 5760/3840;
text-align: center;
}





  #s-57c36ef7-239c-45cf-bc02-7fe62a3c38bb img.shogun-image,
  #s-57c36ef7-239c-45cf-bc02-7fe62a3c38bb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-57c36ef7-239c-45cf-bc02-7fe62a3c38bb {
    width: 100%;
    height: auto;
  }



  img.s-57c36ef7-239c-45cf-bc02-7fe62a3c38bb.shogun-image {
    
    
  }


.s-57c36ef7-239c-45cf-bc02-7fe62a3c38bb .shogun-image-content {
  
    align-items: center;
  
}

.s-57c36ef7-239c-45cf-bc02-7fe62a3c38bb.shg-align-container {
  text-align: center
}

.s-57c36ef7-239c-45cf-bc02-7fe62a3c38bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57c36ef7-239c-45cf-bc02-7fe62a3c38bb.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-57c36ef7-239c-45cf-bc02-7fe62a3c38bb img.shogun-image,
  #s-57c36ef7-239c-45cf-bc02-7fe62a3c38bb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-57c36ef7-239c-45cf-bc02-7fe62a3c38bb {
    width: 100%;
    height: auto;
  }



  img.s-57c36ef7-239c-45cf-bc02-7fe62a3c38bb.shogun-image {
    
    
  }


.s-57c36ef7-239c-45cf-bc02-7fe62a3c38bb .shogun-image-content {
  
    align-items: center;
  
}

.s-57c36ef7-239c-45cf-bc02-7fe62a3c38bb.shg-align-container {
  text-align: center
}

.s-57c36ef7-239c-45cf-bc02-7fe62a3c38bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57c36ef7-239c-45cf-bc02-7fe62a3c38bb.shogun-image {
  box-sizing: border-box;
}


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



  #s-57c36ef7-239c-45cf-bc02-7fe62a3c38bb img.shogun-image,
  #s-57c36ef7-239c-45cf-bc02-7fe62a3c38bb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-57c36ef7-239c-45cf-bc02-7fe62a3c38bb {
    width: 100%;
    height: auto;
  }



  img.s-57c36ef7-239c-45cf-bc02-7fe62a3c38bb.shogun-image {
    
    
  }


.s-57c36ef7-239c-45cf-bc02-7fe62a3c38bb .shogun-image-content {
  
    align-items: center;
  
}

.s-57c36ef7-239c-45cf-bc02-7fe62a3c38bb.shg-align-container {
  text-align: center
}

.s-57c36ef7-239c-45cf-bc02-7fe62a3c38bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57c36ef7-239c-45cf-bc02-7fe62a3c38bb.shogun-image {
  box-sizing: border-box;
}


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



  #s-57c36ef7-239c-45cf-bc02-7fe62a3c38bb img.shogun-image,
  #s-57c36ef7-239c-45cf-bc02-7fe62a3c38bb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-57c36ef7-239c-45cf-bc02-7fe62a3c38bb {
    width: 100%;
    height: auto;
  }



  img.s-57c36ef7-239c-45cf-bc02-7fe62a3c38bb.shogun-image {
    
    
  }


.s-57c36ef7-239c-45cf-bc02-7fe62a3c38bb .shogun-image-content {
  
    align-items: center;
  
}

.s-57c36ef7-239c-45cf-bc02-7fe62a3c38bb.shg-align-container {
  text-align: center
}

.s-57c36ef7-239c-45cf-bc02-7fe62a3c38bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57c36ef7-239c-45cf-bc02-7fe62a3c38bb.shogun-image {
  box-sizing: border-box;
}


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



  #s-57c36ef7-239c-45cf-bc02-7fe62a3c38bb img.shogun-image,
  #s-57c36ef7-239c-45cf-bc02-7fe62a3c38bb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-57c36ef7-239c-45cf-bc02-7fe62a3c38bb {
    width: 100%;
    height: auto;
  }



  img.s-57c36ef7-239c-45cf-bc02-7fe62a3c38bb.shogun-image {
    
    
  }


.s-57c36ef7-239c-45cf-bc02-7fe62a3c38bb .shogun-image-content {
  
    align-items: center;
  
}

.s-57c36ef7-239c-45cf-bc02-7fe62a3c38bb.shg-align-container {
  text-align: center
}

.s-57c36ef7-239c-45cf-bc02-7fe62a3c38bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57c36ef7-239c-45cf-bc02-7fe62a3c38bb.shogun-image {
  box-sizing: border-box;
}


}
#s-91f01c3f-cf51-4e1e-b740-cef178dbb685 {
  padding-bottom: 15px;
}

#s-91f01c3f-cf51-4e1e-b740-cef178dbb685 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-91f01c3f-cf51-4e1e-b740-cef178dbb685 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-91f01c3f-cf51-4e1e-b740-cef178dbb685 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-91f01c3f-cf51-4e1e-b740-cef178dbb685 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-91f01c3f-cf51-4e1e-b740-cef178dbb685 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 900;
  font-style: ;
  font-size: 16px;
}

#s-91f01c3f-cf51-4e1e-b740-cef178dbb685 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-60499ff1-2d81-4b3e-9c49-18a1f9c5ae40 hr {
  border-top: 2px solid #ddd;
}

#s-ae03b251-8073-4c37-a1f9-de98b5338ad6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ae03b251-8073-4c37-a1f9-de98b5338ad6 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



@media (min-width: 0px) {
[id="s-af32d49d-2510-4ad8-8a65-0b7a827b220a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-af32d49d-2510-4ad8-8a65-0b7a827b220a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-af32d49d-2510-4ad8-8a65-0b7a827b220a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-af32d49d-2510-4ad8-8a65-0b7a827b220a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-af32d49d-2510-4ad8-8a65-0b7a827b220a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-af32d49d-2510-4ad8-8a65-0b7a827b220a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-af32d49d-2510-4ad8-8a65-0b7a827b220a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-b5f790d4-2b57-4abe-9489-128d221b8d14 {
  max-width: 3155px;
aspect-ratio: 3155/1902;
text-align: center;
}





  #s-b5f790d4-2b57-4abe-9489-128d221b8d14 img.shogun-image,
  #s-b5f790d4-2b57-4abe-9489-128d221b8d14 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b5f790d4-2b57-4abe-9489-128d221b8d14 {
    width: 100%;
    height: auto;
  }



  img.s-b5f790d4-2b57-4abe-9489-128d221b8d14.shogun-image {
    
    
  }


.s-b5f790d4-2b57-4abe-9489-128d221b8d14 .shogun-image-content {
  
    align-items: center;
  
}

.s-b5f790d4-2b57-4abe-9489-128d221b8d14.shg-align-container {
  text-align: center
}

.s-b5f790d4-2b57-4abe-9489-128d221b8d14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5f790d4-2b57-4abe-9489-128d221b8d14.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-b5f790d4-2b57-4abe-9489-128d221b8d14 img.shogun-image,
  #s-b5f790d4-2b57-4abe-9489-128d221b8d14 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b5f790d4-2b57-4abe-9489-128d221b8d14 {
    width: 100%;
    height: auto;
  }



  img.s-b5f790d4-2b57-4abe-9489-128d221b8d14.shogun-image {
    
    
  }


.s-b5f790d4-2b57-4abe-9489-128d221b8d14 .shogun-image-content {
  
    align-items: center;
  
}

.s-b5f790d4-2b57-4abe-9489-128d221b8d14.shg-align-container {
  text-align: center
}

.s-b5f790d4-2b57-4abe-9489-128d221b8d14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5f790d4-2b57-4abe-9489-128d221b8d14.shogun-image {
  box-sizing: border-box;
}


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



  #s-b5f790d4-2b57-4abe-9489-128d221b8d14 img.shogun-image,
  #s-b5f790d4-2b57-4abe-9489-128d221b8d14 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b5f790d4-2b57-4abe-9489-128d221b8d14 {
    width: 100%;
    height: auto;
  }



  img.s-b5f790d4-2b57-4abe-9489-128d221b8d14.shogun-image {
    
    
  }


.s-b5f790d4-2b57-4abe-9489-128d221b8d14 .shogun-image-content {
  
    align-items: center;
  
}

.s-b5f790d4-2b57-4abe-9489-128d221b8d14.shg-align-container {
  text-align: center
}

.s-b5f790d4-2b57-4abe-9489-128d221b8d14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5f790d4-2b57-4abe-9489-128d221b8d14.shogun-image {
  box-sizing: border-box;
}


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



  #s-b5f790d4-2b57-4abe-9489-128d221b8d14 img.shogun-image,
  #s-b5f790d4-2b57-4abe-9489-128d221b8d14 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b5f790d4-2b57-4abe-9489-128d221b8d14 {
    width: 100%;
    height: auto;
  }



  img.s-b5f790d4-2b57-4abe-9489-128d221b8d14.shogun-image {
    
    
  }


.s-b5f790d4-2b57-4abe-9489-128d221b8d14 .shogun-image-content {
  
    align-items: center;
  
}

.s-b5f790d4-2b57-4abe-9489-128d221b8d14.shg-align-container {
  text-align: center
}

.s-b5f790d4-2b57-4abe-9489-128d221b8d14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5f790d4-2b57-4abe-9489-128d221b8d14.shogun-image {
  box-sizing: border-box;
}


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



  #s-b5f790d4-2b57-4abe-9489-128d221b8d14 img.shogun-image,
  #s-b5f790d4-2b57-4abe-9489-128d221b8d14 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b5f790d4-2b57-4abe-9489-128d221b8d14 {
    width: 100%;
    height: auto;
  }



  img.s-b5f790d4-2b57-4abe-9489-128d221b8d14.shogun-image {
    
    
  }


.s-b5f790d4-2b57-4abe-9489-128d221b8d14 .shogun-image-content {
  
    align-items: center;
  
}

.s-b5f790d4-2b57-4abe-9489-128d221b8d14.shg-align-container {
  text-align: center
}

.s-b5f790d4-2b57-4abe-9489-128d221b8d14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5f790d4-2b57-4abe-9489-128d221b8d14.shogun-image {
  box-sizing: border-box;
}


}
#s-2e121c13-6a50-4f08-9362-56b8306f7709 {
  padding-bottom: 15px;
}

#s-2e121c13-6a50-4f08-9362-56b8306f7709 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-2e121c13-6a50-4f08-9362-56b8306f7709 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-2e121c13-6a50-4f08-9362-56b8306f7709 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-2e121c13-6a50-4f08-9362-56b8306f7709 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-2e121c13-6a50-4f08-9362-56b8306f7709 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 900;
  font-style: ;
  font-size: 16px;
}

#s-2e121c13-6a50-4f08-9362-56b8306f7709 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-edf7e10f-d979-4ba8-acc7-17765aee7962 hr {
  border-top: 2px solid #ddd;
}

#s-4b5a7bf3-f2af-43c8-8dd4-d165f1c57d71 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4b5a7bf3-f2af-43c8-8dd4-d165f1c57d71 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



@media (min-width: 0px) {
[id="s-be8462f3-f21f-4054-abda-9e4561b6a8b7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-be8462f3-f21f-4054-abda-9e4561b6a8b7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-be8462f3-f21f-4054-abda-9e4561b6a8b7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-be8462f3-f21f-4054-abda-9e4561b6a8b7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-be8462f3-f21f-4054-abda-9e4561b6a8b7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-be8462f3-f21f-4054-abda-9e4561b6a8b7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-be8462f3-f21f-4054-abda-9e4561b6a8b7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-1bc0341c-5976-44ed-acdb-fe9a52e43fb9 {
  max-width: 4000px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-1bc0341c-5976-44ed-acdb-fe9a52e43fb9 img.shogun-image,
  #s-1bc0341c-5976-44ed-acdb-fe9a52e43fb9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1bc0341c-5976-44ed-acdb-fe9a52e43fb9 {
    width: 100%;
    height: auto;
  }



  img.s-1bc0341c-5976-44ed-acdb-fe9a52e43fb9.shogun-image {
    
    
  }


.s-1bc0341c-5976-44ed-acdb-fe9a52e43fb9 .shogun-image-content {
  
    align-items: center;
  
}

.s-1bc0341c-5976-44ed-acdb-fe9a52e43fb9.shg-align-container {
  text-align: center
}

.s-1bc0341c-5976-44ed-acdb-fe9a52e43fb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bc0341c-5976-44ed-acdb-fe9a52e43fb9.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-1bc0341c-5976-44ed-acdb-fe9a52e43fb9 img.shogun-image,
  #s-1bc0341c-5976-44ed-acdb-fe9a52e43fb9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1bc0341c-5976-44ed-acdb-fe9a52e43fb9 {
    width: 100%;
    height: auto;
  }



  img.s-1bc0341c-5976-44ed-acdb-fe9a52e43fb9.shogun-image {
    
    
  }


.s-1bc0341c-5976-44ed-acdb-fe9a52e43fb9 .shogun-image-content {
  
    align-items: center;
  
}

.s-1bc0341c-5976-44ed-acdb-fe9a52e43fb9.shg-align-container {
  text-align: center
}

.s-1bc0341c-5976-44ed-acdb-fe9a52e43fb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bc0341c-5976-44ed-acdb-fe9a52e43fb9.shogun-image {
  box-sizing: border-box;
}


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



  #s-1bc0341c-5976-44ed-acdb-fe9a52e43fb9 img.shogun-image,
  #s-1bc0341c-5976-44ed-acdb-fe9a52e43fb9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1bc0341c-5976-44ed-acdb-fe9a52e43fb9 {
    width: 100%;
    height: auto;
  }



  img.s-1bc0341c-5976-44ed-acdb-fe9a52e43fb9.shogun-image {
    
    
  }


.s-1bc0341c-5976-44ed-acdb-fe9a52e43fb9 .shogun-image-content {
  
    align-items: center;
  
}

.s-1bc0341c-5976-44ed-acdb-fe9a52e43fb9.shg-align-container {
  text-align: center
}

.s-1bc0341c-5976-44ed-acdb-fe9a52e43fb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bc0341c-5976-44ed-acdb-fe9a52e43fb9.shogun-image {
  box-sizing: border-box;
}


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



  #s-1bc0341c-5976-44ed-acdb-fe9a52e43fb9 img.shogun-image,
  #s-1bc0341c-5976-44ed-acdb-fe9a52e43fb9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1bc0341c-5976-44ed-acdb-fe9a52e43fb9 {
    width: 100%;
    height: auto;
  }



  img.s-1bc0341c-5976-44ed-acdb-fe9a52e43fb9.shogun-image {
    
    
  }


.s-1bc0341c-5976-44ed-acdb-fe9a52e43fb9 .shogun-image-content {
  
    align-items: center;
  
}

.s-1bc0341c-5976-44ed-acdb-fe9a52e43fb9.shg-align-container {
  text-align: center
}

.s-1bc0341c-5976-44ed-acdb-fe9a52e43fb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bc0341c-5976-44ed-acdb-fe9a52e43fb9.shogun-image {
  box-sizing: border-box;
}


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



  #s-1bc0341c-5976-44ed-acdb-fe9a52e43fb9 img.shogun-image,
  #s-1bc0341c-5976-44ed-acdb-fe9a52e43fb9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1bc0341c-5976-44ed-acdb-fe9a52e43fb9 {
    width: 100%;
    height: auto;
  }



  img.s-1bc0341c-5976-44ed-acdb-fe9a52e43fb9.shogun-image {
    
    
  }


.s-1bc0341c-5976-44ed-acdb-fe9a52e43fb9 .shogun-image-content {
  
    align-items: center;
  
}

.s-1bc0341c-5976-44ed-acdb-fe9a52e43fb9.shg-align-container {
  text-align: center
}

.s-1bc0341c-5976-44ed-acdb-fe9a52e43fb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bc0341c-5976-44ed-acdb-fe9a52e43fb9.shogun-image {
  box-sizing: border-box;
}


}
#s-faa39254-0ebc-462e-9cc4-da37bc8a17b8 {
  padding-bottom: 15px;
}

#s-faa39254-0ebc-462e-9cc4-da37bc8a17b8 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-faa39254-0ebc-462e-9cc4-da37bc8a17b8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-faa39254-0ebc-462e-9cc4-da37bc8a17b8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-faa39254-0ebc-462e-9cc4-da37bc8a17b8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-faa39254-0ebc-462e-9cc4-da37bc8a17b8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 900;
  font-style: ;
  font-size: 16px;
}

#s-faa39254-0ebc-462e-9cc4-da37bc8a17b8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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