@charset "utf-8";
/* CSS Document */


@font-face {
  font-family:grandam;
  font-style:normal;
  font-weight:400;
  src:url(https://storage.googleapis.com/studio-front/fonts/grandam.ttf) format("truetype")
}
@font-face {
  font-family:Material Icons;
  font-style:normal;
  font-weight:400;
  src:url(https://storage.googleapis.com/production-os-assets/assets/material-icons/1629704621943/MaterialIcons-Regular.eot);
  src:local("Material Icons"),
  local("MaterialIcons-Regular"),
  url(https://storage.googleapis.com/production-os-assets/assets/material-icons/1629704621943/MaterialIcons-Regular.woff2) format("woff2"),
  url(https://storage.googleapis.com/production-os-assets/assets/material-icons/1629704621943/MaterialIcons-Regular.woff) format("woff"),
  url(https://storage.googleapis.com/production-os-assets/assets/material-icons/1629704621943/MaterialIcons-Regular.ttf) format("truetype")
}
.sd {
  flex-wrap:nowrap;
  max-width:100%;
  pointer-events:all;
  z-index:0;
  -webkit-overflow-scrolling:touch;
  align-content:center;
  align-items:center;
  display:flex;
  flex:none;
  flex-direction:column;
  position:relative
}
.sd::-webkit-scrollbar {
  display:none
}
.sd,
.sd.richText * {
  transition-property:all,--g-angle,--g-color-0,--g-position-0,--g-color-1,--g-position-1,--g-color-2,--g-position-2,--g-color-3,--g-position-3,--g-color-4,--g-position-4,--g-color-5,--g-position-5,--g-color-6,--g-position-6,--g-color-7,--g-position-7,--g-color-8,--g-position-8,--g-color-9,--g-position-9,--g-color-10,--g-position-10,--g-color-11,--g-position-11
}
input.sd,
textarea.sd {
  align-content:normal
}
.sd[tabindex]:focus {
  outline:none
}
.sd[tabindex]:focus-visible {
  outline:1px solid;
  outline-color:Highlight;
  outline-color:-webkit-focus-ring-color
}
input[type=email],
input[type=tel],
input[type=text],
select,
textarea {
  -webkit-appearance:none
}
select {
  cursor:pointer
}
.frame {
  display:block;
  overflow:hidden
}
.frame>iframe {
  height:100%;
  width:100%
}
.frame .formrun-embed>iframe:not(:first-child) {
  display:none!important
}
.image {
  position:relative
}
.image:before {
  background-position:50%;
  background-size:cover;
  border-radius:inherit;
  content:"";
  height:100%;
  left:0;
  pointer-events:none;
  position:absolute;
  top:0;
  transition:inherit;
  width:100%;
  z-index:-2
}
.sd.file {
  cursor:pointer;
  flex-direction:row;
  outline:2px solid transparent;
  outline-offset:-1px;
  overflow-wrap:anywhere;
  word-break:break-word
}
.sd.file:focus-within {
  outline-color:Highlight;
  outline-color:-webkit-focus-ring-color
}
.file>input[type=file] {
  opacity:0;
  pointer-events:none;
  position:absolute
}
.sd.icon,
.sd.text {
  align-content:center;
  align-items:center;
  display:flex;
  flex-direction:row;
  justify-content:center;
  overflow:visible;
  overflow-wrap:anywhere;
  word-break:break-word
}
.material-icons {
  display:inline-block;
  font-family:Material Icons;
  font-size:24px;
  font-style:normal;
  font-weight:400;
  letter-spacing:normal;
  line-height:1;
  text-transform:none;
  white-space:nowrap;
  word-wrap:normal;
  direction:ltr;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased
}
a,
a.icon,
a.text {
  -webkit-tap-highlight-color:rgba(0,0,0,.15)
}
.fixed {
  z-index:2
}
.sticky {
  z-index:1
}
.button {
  transition:.4s cubic-bezier(.4,.4,0,1)
}
.button,
.link {
  cursor:pointer
}
.submitLoading {
  opacity:.5!important;
  pointer-events:none!important
}
.richText {
  display:block;
  word-break:break-word
}
.richText [data-thread],
.richText a,
.richText blockquote,
.richText em,
.richText h1,
.richText h2,
.richText h3,
.richText h4,
.richText li,
.richText ol,
.richText p,
.richText p>code,
.richText pre,
.richText pre>code,
.richText s,
.richText strong,
.richText table tbody,
.richText table tbody tr,
.richText table tbody tr>td,
.richText table tbody tr>th,
.richText u,
.richText ul {
  backface-visibility:visible;
  color:inherit;
  font-family:inherit;
  font-size:inherit;
  font-style:inherit;
  font-weight:inherit;
  letter-spacing:inherit;
  line-height:inherit;
  text-align:inherit
}
.richText p {
  display:block;
  margin:10px 0
}
.richText>p {
  min-height:1em
}
.richText img,
.richText video {
  height:auto;
  max-width:100%;
  vertical-align:bottom
}
.richText h1 {
  display:block;
  font-size:3em;
  font-weight:700;
  margin:20px 0
}
.richText h2 {
  font-size:2em
}
.richText h2,
.richText h3 {
  display:block;
  font-weight:700;
  margin:10px 0
}
.richText h3 {
  font-size:1em
}
.richText h4,
.richText h5 {
  font-weight:600
}
.richText h4,
.richText h5,
.richText h6 {
  display:block;
  font-size:1em;
  margin:10px 0
}
.richText h6 {
  font-weight:500
}
.richText [data-type=table] {
  overflow-x:auto
}
.richText [data-type=table] p {
  white-space:pre-line;
  word-break:break-all
}
.richText table {
  border:1px solid #f2f2f2;
  border-collapse:collapse;
  border-spacing:unset;
  color:#1a1a1a;
  font-size:14px;
  line-height:1.4;
  margin:10px 0;
  table-layout:auto
}
.richText table tr th {
  background:hsla(0,0%,96%,.5)
}
.richText table tr td,
.richText table tr th {
  border:1px solid #f2f2f2;
  max-width:240px;
  min-width:100px;
  padding:12px
}
.richText table tr td p,
.richText table tr th p {
  margin:0
}
.richText blockquote {
  border-left:3px solid rgba(0,0,0,.15);
  font-style:italic;
  margin:10px 0;
  padding:10px 15px
}
.richText [data-type=embed_code] {
  margin:20px 0;
  position:relative
}
.richText [data-type=embed_code]>.height-adjuster>.wrapper {
  position:relative
}
.richText [data-type=embed_code]>.height-adjuster>.wrapper[style*=padding-top] iframe {
  height:100%;
  left:0;
  position:absolute;
  top:0;
  width:100%
}
.richText [data-type=embed_code][data-embed-sandbox=true] {
  display:block;
  overflow:hidden
}
.richText [data-type=embed_code][data-embed-code-type=instagram]>.height-adjuster>.wrapper[style*=padding-top] {
  padding-top:100%
}
.richText [data-type=embed_code][data-embed-code-type=instagram]>.height-adjuster>.wrapper[style*=padding-top] blockquote {
  height:100%;
  left:0;
  overflow:hidden;
  position:absolute;
  top:0;
  width:100%
}
.richText [data-type=embed_code][data-embed-code-type=codepen]>.height-adjuster>.wrapper {
  padding-top:50%
}
.richText [data-type=embed_code][data-embed-code-type=codepen]>.height-adjuster>.wrapper iframe {
  height:100%;
  left:0;
  position:absolute;
  top:0;
  width:100%
}
.richText [data-type=embed_code][data-embed-code-type=slideshare]>.height-adjuster>.wrapper {
  padding-top:56.25%
}
.richText [data-type=embed_code][data-embed-code-type=slideshare]>.height-adjuster>.wrapper iframe {
  height:100%;
  left:0;
  position:absolute;
  top:0;
  width:100%
}
.richText [data-type=embed_code][data-embed-code-type=speakerdeck]>.height-adjuster>.wrapper {
  padding-top:56.25%
}
.richText [data-type=embed_code][data-embed-code-type=speakerdeck]>.height-adjuster>.wrapper iframe {
  height:100%;
  left:0;
  position:absolute;
  top:0;
  width:100%
}
.richText [data-type=embed_code][data-embed-code-type=snapwidget]>.height-adjuster>.wrapper {
  padding-top:30%
}
.richText [data-type=embed_code][data-embed-code-type=snapwidget]>.height-adjuster>.wrapper iframe {
  height:100%;
  left:0;
  position:absolute;
  top:0;
  width:100%
}
.richText [data-type=embed_code][data-embed-code-type=firework]>.height-adjuster>.wrapper fw-embed-feed {
  -webkit-user-select:none;
  -moz-user-select:none;
  user-select:none
}
.richText [data-type=embed_code_empty] {
  display:none
}
.richText ul {
  margin:0 0 0 20px
}
.richText ul li {
  list-style:disc;
  margin:10px 0
}
.richText ul li p {
  margin:0
}
.richText ol {
  margin:0 0 0 20px
}
.richText ol li {
  list-style:decimal;
  margin:10px 0
}
.richText ol li p {
  margin:0
}
.richText hr {
  border-top:1px solid #ccc;
  margin:10px 0
}
.richText p>code {
  background:#eee;
  border:1px solid rgba(0,0,0,.1);
  border-radius:6px;
  display:inline;
  margin:2px;
  padding:0 5px
}
.richText pre {
  background:#eee;
  border-radius:6px;
  font-family:Menlo,Monaco,Courier New,monospace;
  margin:20px 0;
  padding:25px 35px;
  white-space:pre-wrap
}
.richText pre code {
  border:none;
  padding:0
}
.richText strong {
  color:inherit;
  display:inline;
  font-family:inherit;
  font-weight:900
}
.richText em {
  font-style:italic
}
.richText a,
.richText u {
  text-decoration:underline
}
.richText a {
  color:#007cff;
  display:inline
}
.richText s {
  text-decoration:line-through
}
.richText [data-type=table_of_contents] {
  background-color:#f5f5f5;
  border-radius:2px;
  color:#616161;
  font-size:16px;
  list-style:none;
  margin:0;
  padding:24px 24px 8px;
  text-decoration:underline
}
.richText [data-type=table_of_contents] .toc_list {
  margin:0
}
.richText [data-type=table_of_contents] .toc_item {
  color:currentColor;
  font-size:inherit!important;
  font-weight:inherit;
  list-style:none
}
.richText [data-type=table_of_contents] .toc_item>a {
  border:none;
  color:currentColor;
  font-size:inherit!important;
  font-weight:inherit;
  text-decoration:none
}
.richText [data-type=table_of_contents] .toc_item>a:hover {
  opacity:.7
}
.richText [data-type=table_of_contents] .toc_item--1 {
  margin:0 0 16px
}
.richText [data-type=table_of_contents] .toc_item--2 {
  margin:0 0 16px;
  padding-left:2rem
}
.richText [data-type=table_of_contents] .toc_item--3 {
  margin:0 0 16px;
  padding-left:4rem
}
.sd.section {
  align-content:center!important;
  align-items:center!important;
  flex-direction:column!important;
  flex-wrap:nowrap!important;
  height:auto!important;
  max-width:100%!important;
  padding:0!important;
  width:100%!important
}
.sd.section-inner {
  position:static!important
}
@property --g-angle {
  syntax:"<angle>";
  inherits:false;
  initial-value:180deg
}
@property --g-color-0 {
  syntax:"<color>";
  inherits:false;
  initial-value:transparent
}
@property --g-position-0 {
  syntax:"<percentage>";
  inherits:false;
  initial-value:.01%
}
@property --g-color-1 {
  syntax:"<color>";
  inherits:false;
  initial-value:transparent
}
@property --g-position-1 {
  syntax:"<percentage>";
  inherits:false;
  initial-value:100%
}
@property --g-color-2 {
  syntax:"<color>";
  inherits:false;
  initial-value:transparent
}
@property --g-position-2 {
  syntax:"<percentage>";
  inherits:false;
  initial-value:100%
}
@property --g-color-3 {
  syntax:"<color>";
  inherits:false;
  initial-value:transparent
}
@property --g-position-3 {
  syntax:"<percentage>";
  inherits:false;
  initial-value:100%
}
@property --g-color-4 {
  syntax:"<color>";
  inherits:false;
  initial-value:transparent
}
@property --g-position-4 {
  syntax:"<percentage>";
  inherits:false;
  initial-value:100%
}
@property --g-color-5 {
  syntax:"<color>";
  inherits:false;
  initial-value:transparent
}
@property --g-position-5 {
  syntax:"<percentage>";
  inherits:false;
  initial-value:100%
}
@property --g-color-6 {
  syntax:"<color>";
  inherits:false;
  initial-value:transparent
}
@property --g-position-6 {
  syntax:"<percentage>";
  inherits:false;
  initial-value:100%
}
@property --g-color-7 {
  syntax:"<color>";
  inherits:false;
  initial-value:transparent
}
@property --g-position-7 {
  syntax:"<percentage>";
  inherits:false;
  initial-value:100%
}
@property --g-color-8 {
  syntax:"<color>";
  inherits:false;
  initial-value:transparent
}
@property --g-position-8 {
  syntax:"<percentage>";
  inherits:false;
  initial-value:100%
}
@property --g-color-9 {
  syntax:"<color>";
  inherits:false;
  initial-value:transparent
}
@property --g-position-9 {
  syntax:"<percentage>";
  inherits:false;
  initial-value:100%
}
@property --g-color-10 {
  syntax:"<color>";
  inherits:false;
  initial-value:transparent
}
@property --g-position-10 {
  syntax:"<percentage>";
  inherits:false;
  initial-value:100%
}
@property --g-color-11 {
  syntax:"<color>";
  inherits:false;
  initial-value:transparent
}
@property --g-position-11 {
  syntax:"<percentage>";
  inherits:false;
  initial-value:100%
}
.snackbar[data-v-3129703d] {
  align-items:center;
  background:#fff;
  border:1px solid #ededed;
  border-radius:6px;
  box-shadow:0 16px 48px -8px #00000014,0 10px 25px -5px #0000001c;
  display:flex;
  flex-direction:row;
  gap:8px;
  justify-content:space-between;
  left:50%;
  max-width:90vw;
  padding:16px 20px;
  position:fixed;
  top:32px;
  transform:translate(-50%);
  -webkit-user-select:none;
  -moz-user-select:none;
  user-select:none;
  width:480px;
  z-index:9999
}
.snackbar.v-enter-active[data-v-3129703d],
.snackbar.v-leave-active[data-v-3129703d] {
  transition:.4s cubic-bezier(.4,.4,0,1)
}
.snackbar.v-enter-from[data-v-3129703d],
.snackbar.v-leave-to[data-v-3129703d] {
  opacity:0;
  transform:translate(-50%,-10px)
}
.snackbar .convey[data-v-3129703d] {
  align-items:center;
  display:flex;
  flex-direction:row;
  gap:8px;
  padding:0
}
.snackbar .convey .icon[data-v-3129703d] {
  background-position:50%;
  background-repeat:no-repeat;
  flex-shrink:0;
  height:24px;
  width:24px
}
.snackbar .convey .message[data-v-3129703d] {
  font-size:14px;
  font-style:normal;
  font-weight:400;
  line-height:20px;
  white-space:pre-line
}
.snackbar .convey.error .icon[data-v-3129703d] {
  background-image:url(./close_circle.c7480f3c.svg)
}
.snackbar .convey.error .message[data-v-3129703d] {
  color:#f84f65
}
.snackbar .convey.success .icon[data-v-3129703d] {
  background-image:url(./round_check.0ebac23f.svg)
}
.snackbar .convey.success .message[data-v-3129703d] {
  color:#111
}
.snackbar .button[data-v-3129703d] {
  align-items:center;
  border-radius:40px;
  color:#4b9cfb;
  display:flex;
  flex-shrink:0;
  font-family:Inter;
  font-size:12px;
  font-style:normal;
  font-weight:700;
  justify-content:center;
  line-height:16px;
  padding:4px 8px
}
.snackbar .button[data-v-3129703d]:hover {
  background:#f5f5f5
}
a[data-v-d912033c] {
  align-items:center;
  border-radius:4px;
  bottom:20px;
  height:20px;
  justify-content:center;
  left:20px;
  perspective:300px;
  position:fixed;
  transition:0s linear;
  width:84px;
  z-index:2000
}
@media (hover:hover) {
  a[data-v-d912033c] {
    transition:.4s cubic-bezier(.4,.4,0,1)
  }
  a[data-v-d912033c]:hover {
    height:32px;
    width:200px
  }
}
[data-v-d912033c] .custom-fill path {
  fill:var(--22ea1528)
}
.fade-enter-active[data-v-d912033c],
.fade-leave-active[data-v-d912033c] {
  transition:opacity .2s cubic-bezier(.4,.4,0,1)
}
.fade-enter[data-v-d912033c],
.fade-leave-to[data-v-d912033c] {
  opacity:0
}


/*----------------------------*/
.sd[data-s-25d8a072-dd4b-468d-9ab1-6c0e161e7453] {
	background: #eeece7;
	border-radius: 0;
	box-shadow: ;
	gap: 120px;
	height: 100%;
	margin: 0 0 0 0;
	opacity: 1;
	padding: 70px 0px 0px 0px;
	width: 100%;
	--gap-h-25d8a072-dd4b-468d-9ab1-6c0e161e7453: 0px;
	--gap-v-25d8a072-dd4b-468d-9ab1-6c0e161e7453: 120px;
	--gap-uuid: 25d8a072-dd4b-468d-9ab1-6c0e161e7453;
	max-width: 100%;
}
@media screen and (max-width: 1140px) {
	.sd[data-s-25d8a072-dd4b-468d-9ab1-6c0e161e7453] {
		gap: 100px;
		--gap-h-25d8a072-dd4b-468d-9ab1-6c0e161e7453: 0px;
		--gap-v-25d8a072-dd4b-468d-9ab1-6c0e161e7453: 100px;
	}
}
@media screen and (max-width: 768px) {
	.sd[data-s-25d8a072-dd4b-468d-9ab1-6c0e161e7453] {
		gap: 80px;
		--gap-h-25d8a072-dd4b-468d-9ab1-6c0e161e7453: 0px;
		--gap-v-25d8a072-dd4b-468d-9ab1-6c0e161e7453: 80px;
	}
}
@media screen and (max-width: 480px) {
	.sd[data-s-25d8a072-dd4b-468d-9ab1-6c0e161e7453] {
		gap: 60px;
		--gap-h-25d8a072-dd4b-468d-9ab1-6c0e161e7453: 0px;
		--gap-v-25d8a072-dd4b-468d-9ab1-6c0e161e7453: 60px;
	}
}
.sd[data-s-93360860-94bf-4bd8-8519-1f48f6e35ddb] {}
.sd[data-s-7e738a7f-b91b-438f-9fd2-94c053fd76fb] {}
.sd[data-s-a288e537-6c8a-4408-920e-6e0d48c692a2] {
	align-content: center;
	align-items: center;
	flex: none;
	flex-wrap: nowrap;
	gap: 120px;
	justify-content: center;
	padding: 0px 32px;
	width: calc(100% - (var(--gap-h-25d8a072-dd4b-468d-9ab1-6c0e161e7453) * 0));
	--gap-h-a288e537-6c8a-4408-920e-6e0d48c692a2: 0px;
	--gap-v-a288e537-6c8a-4408-920e-6e0d48c692a2: 120px;
	--gap-uuid: a288e537-6c8a-4408-920e-6e0d48c692a2;
	max-width: calc(100% - (var(--gap-h-25d8a072-dd4b-468d-9ab1-6c0e161e7453) * 0));
}
@media screen and (max-width: 1140px) {
	.sd[data-s-a288e537-6c8a-4408-920e-6e0d48c692a2] {
		gap: 100px;
		--gap-h-a288e537-6c8a-4408-920e-6e0d48c692a2: 0px;
		--gap-v-a288e537-6c8a-4408-920e-6e0d48c692a2: 100px;
	}
}
@media screen and (max-width: 768px) {
	.sd[data-s-a288e537-6c8a-4408-920e-6e0d48c692a2] {
		gap: 80px;
		--gap-h-a288e537-6c8a-4408-920e-6e0d48c692a2: 0px;
		--gap-v-a288e537-6c8a-4408-920e-6e0d48c692a2: 80px;
	}
}
@media screen and (max-width: 480px) {
	.sd[data-s-a288e537-6c8a-4408-920e-6e0d48c692a2] {
		gap: 60px;
		padding: 0px 16px;
		--gap-h-a288e537-6c8a-4408-920e-6e0d48c692a2: 0px;
		--gap-v-a288e537-6c8a-4408-920e-6e0d48c692a2: 60px;
	}
}
.sd[data-s-baeb437d-101d-4128-be6f-038676fba20b] {
	align-content: flex-start;
	align-items: flex-start;
	flex: none;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 80px;
	justify-content: center;
	padding: 0px;
	width: 1280px;
	--gap-h-baeb437d-101d-4128-be6f-038676fba20b: 80px;
	--gap-v-baeb437d-101d-4128-be6f-038676fba20b: 0px;
	--gap-uuid: baeb437d-101d-4128-be6f-038676fba20b;
	max-width: 100%;
}
@media screen and (max-width: 1140px) {
	.sd[data-s-baeb437d-101d-4128-be6f-038676fba20b] {
		align-content: flex-start;
		align-items: flex-start;
		flex: none;
		gap: 60px;
		justify-content: space-between;
		width: calc(100% - (var(--gap-h-a288e537-6c8a-4408-920e-6e0d48c692a2) * 0));
		--gap-h-baeb437d-101d-4128-be6f-038676fba20b: 60px;
		--gap-v-baeb437d-101d-4128-be6f-038676fba20b: 0px;
		max-width: calc(100% - (var(--gap-h-a288e537-6c8a-4408-920e-6e0d48c692a2) * 0));
	}
}
@media screen and (max-width: 768px) {
	.sd[data-s-baeb437d-101d-4128-be6f-038676fba20b] {
		flex-direction: column;
		flex-wrap: nowrap;
		gap: 52px;
		--gap-h-baeb437d-101d-4128-be6f-038676fba20b: 0px;
		--gap-v-baeb437d-101d-4128-be6f-038676fba20b: 52px;
	}
}
@media screen and (max-width: 480px) {
	.sd[data-s-baeb437d-101d-4128-be6f-038676fba20b] {
		gap: 32px;
		--gap-h-baeb437d-101d-4128-be6f-038676fba20b: 32px;
		--gap-v-baeb437d-101d-4128-be6f-038676fba20b: 0px;
	}
}
.sd[data-s-c4eb0615-7812-4166-9b2c-f1d96bdfa261] {
	align-content: flex-start;
	align-items: flex-start;
	flex: none;
	flex-wrap: nowrap;
	gap: 24px;
	justify-content: flex-start;
	padding: 0px;
	width: calc(31.6% - (var(--gap-h-baeb437d-101d-4128-be6f-038676fba20b) * 0.684));
	--gap-h-c4eb0615-7812-4166-9b2c-f1d96bdfa261: 0px;
	--gap-v-c4eb0615-7812-4166-9b2c-f1d96bdfa261: 24px;
	--gap-uuid: c4eb0615-7812-4166-9b2c-f1d96bdfa261;
	max-width: calc(31.6% - (var(--gap-h-baeb437d-101d-4128-be6f-038676fba20b) * 0.684));
}
@media screen and (max-width: 1140px) {
	.sd[data-s-c4eb0615-7812-4166-9b2c-f1d96bdfa261] {
		flex: none;
		width: calc(40% - (var(--gap-h-baeb437d-101d-4128-be6f-038676fba20b) * 0.6));
		--gap-h-c4eb0615-7812-4166-9b2c-f1d96bdfa261: 0px;
		--gap-v-c4eb0615-7812-4166-9b2c-f1d96bdfa261: 24px;
		max-width: calc(40% - (var(--gap-h-baeb437d-101d-4128-be6f-038676fba20b) * 0.6));
	}
}
@media screen and (max-width: 768px) {
	.sd[data-s-c4eb0615-7812-4166-9b2c-f1d96bdfa261] {
		flex: none;
		width: calc(100% - (var(--gap-h-baeb437d-101d-4128-be6f-038676fba20b) * 0));
		--gap-h-c4eb0615-7812-4166-9b2c-f1d96bdfa261: 0px;
		--gap-v-c4eb0615-7812-4166-9b2c-f1d96bdfa261: 24px;
		max-width: calc(100% - (var(--gap-h-baeb437d-101d-4128-be6f-038676fba20b) * 0));
	}
}
.sd[data-s-8ff86a65-9208-40e1-8e7a-02678158bfc8] {}
.sd[data-s-8f1618b3-4a7e-41e5-af85-08514cd6db0d] {
	align-content: flex-start;
	align-items: flex-start;
	flex-wrap: nowrap;
	gap: 8px;
	justify-content: flex-start;
	padding: 0px;
	--gap-h-8f1618b3-4a7e-41e5-af85-08514cd6db0d: 0px;
	--gap-v-8f1618b3-4a7e-41e5-af85-08514cd6db0d: 8px;
	--gap-uuid: 8f1618b3-4a7e-41e5-af85-08514cd6db0d;
}
.sd[data-s-50c05883-a119-4fd0-b0e6-e28b9f9b83dd] {
	color: #836A47b3;
	flex: none;
	font-family: var(--s-font-e298a2b5);
	font-size: 15px;
	font-style: italic;
	font-weight: 600;
	height: auto;
	letter-spacing: 0.05em;
	line-height: 1.3;
	text-align: left;
	width: auto;
	max-width: 100%;
	justify-content: flex-start;
}
.sd[data-s-fea70021-d30b-4011-bf0a-d89f1d7e7681] {
	color: #836A47;
	flex: none;
	font-family: var(--s-font-1daec59c);
	font-size: 15px;
	font-style: italic;
	font-weight: 600;
	height: auto;
	letter-spacing: 0.15em;
	line-height: 1.2em;
	text-align: left;
	width: auto;
	max-width: 100%;
	justify-content: flex-start;
}
.sd[data-s-c84edbad-0789-44d9-9de4-57d56e603e21] {
	color: #836A47;
	flex: none;
	font-family: var(--s-font-a3a1c582);
	font-size: 15px;
	font-weight: 400;
	height: auto;
	letter-spacing: 0.15em;
	line-height: 1.2em;
	text-align: left;
	width: auto;
	max-width: 100%;
	justify-content: flex-start;
}
.sd[data-s-99ba19a0-2823-4a63-a5c5-5f555c18ef1e] {
	border-bottom: 1px solid #ccccccff;
	border-left: 0px solid #ccccccff;
	border-right: 0px solid #ccccccff;
	border-top: 1px solid #ccccccff;
	color: #836A47;
	flex: none;
	font-family: var(--s-font-a3a1c582);
	font-size: 15px;
	font-weight: 400;
	height: auto;
	letter-spacing: 0.15em;
	line-height: 1.2em;
	padding: 16px 0px;
	text-align: left;
	width: auto;
	max-width: 100%;
	justify-content: flex-start;
}
.sd[data-s-5e97df7a-866c-4c3b-88fb-0f8aeea7c26e] {
	align-content: flex-start;
	align-items: flex-start;
	flex: 1;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 80px;
	justify-content: center;
	padding: 0px;
	width: auto;
	--gap-h-5e97df7a-866c-4c3b-88fb-0f8aeea7c26e: 80px;
	--gap-v-5e97df7a-866c-4c3b-88fb-0f8aeea7c26e: 0px;
	--gap-uuid: 5e97df7a-866c-4c3b-88fb-0f8aeea7c26e;
	max-width: 100%;
}
@media screen and (max-width: 1140px) {
	.sd[data-s-5e97df7a-866c-4c3b-88fb-0f8aeea7c26e] {
		align-content: flex-start;
		align-items: flex-start;
		gap: 60px;
		justify-content: space-between;
		--gap-h-5e97df7a-866c-4c3b-88fb-0f8aeea7c26e: 60px;
		--gap-v-5e97df7a-866c-4c3b-88fb-0f8aeea7c26e: 0px;
	}
}
@media screen and (max-width: 768px) {
	.sd[data-s-5e97df7a-866c-4c3b-88fb-0f8aeea7c26e] {
		flex-direction: column;
		gap: 52px;
		--gap-h-5e97df7a-866c-4c3b-88fb-0f8aeea7c26e: 0px;
		--gap-v-5e97df7a-866c-4c3b-88fb-0f8aeea7c26e: 52px;
	}
}
@media screen and (max-width: 480px) {
	.sd[data-s-5e97df7a-866c-4c3b-88fb-0f8aeea7c26e] {
		gap: 32px;
		--gap-h-5e97df7a-866c-4c3b-88fb-0f8aeea7c26e: 32px;
		--gap-v-5e97df7a-866c-4c3b-88fb-0f8aeea7c26e: 0px;
	}
}
.sd[data-s-e6c8350b-a975-4789-bcdb-64db2d4d2367] {
	flex: none;
	height: auto;
	width: calc(100% - (var(--gap-h-5e97df7a-866c-4c3b-88fb-0f8aeea7c26e) * 0));
	max-width: calc(100% - (var(--gap-h-5e97df7a-866c-4c3b-88fb-0f8aeea7c26e) * 0));
}
.sd[data-s-3395278d-26ec-4e63-ab3f-e74fe743843e] {
	align-content: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.0);
	flex: none;
	gap: 100px;
	height: auto;
	justify-content: flex-start;
	padding: 0px;
	width: calc(100% - (var(--gap-h-25d8a072-dd4b-468d-9ab1-6c0e161e7453) * 0));
	--gap-h-3395278d-26ec-4e63-ab3f-e74fe743843e: 0px;
	--gap-v-3395278d-26ec-4e63-ab3f-e74fe743843e: 100px;
	--gap-uuid: 3395278d-26ec-4e63-ab3f-e74fe743843e;
	max-width: calc(100% - (var(--gap-h-25d8a072-dd4b-468d-9ab1-6c0e161e7453) * 0));
}
@media screen and (max-width: 1140px) {
	.sd[data-s-3395278d-26ec-4e63-ab3f-e74fe743843e] {
		gap: 80px;
		--gap-h-3395278d-26ec-4e63-ab3f-e74fe743843e: 0px;
		--gap-v-3395278d-26ec-4e63-ab3f-e74fe743843e: 80px;
	}
}
@media screen and (max-width: 768px) {
	.sd[data-s-3395278d-26ec-4e63-ab3f-e74fe743843e] {
		gap: 60px;
		--gap-h-3395278d-26ec-4e63-ab3f-e74fe743843e: 0px;
		--gap-v-3395278d-26ec-4e63-ab3f-e74fe743843e: 60px;
	}
}
@media screen and (max-width: 480px) {
	.sd[data-s-3395278d-26ec-4e63-ab3f-e74fe743843e] {
		gap: 40px;
		--gap-h-3395278d-26ec-4e63-ab3f-e74fe743843e: 0px;
		--gap-v-3395278d-26ec-4e63-ab3f-e74fe743843e: 40px;
	}
}
.sd[data-s-section-inner-3395278d-26ec-4e63-ab3f-e74fe743843e] {
	padding: 0px;
	width: calc(100% - (var(--gap-h-3395278d-26ec-4e63-ab3f-e74fe743843e) * 0));
	height: auto;
	flex-direction: column;
	align-content: center;
	align-items: center;
	justify-content: flex-start;
	gap: 100px;
	max-width: calc(100% - (var(--gap-h-3395278d-26ec-4e63-ab3f-e74fe743843e) * 0));
}
@media screen and (max-width: 1140px) {
	.sd[data-s-section-inner-3395278d-26ec-4e63-ab3f-e74fe743843e] {
		flex-direction: column;
		gap: 80px;
	}
}
@media screen and (max-width: 768px) {
	.sd[data-s-section-inner-3395278d-26ec-4e63-ab3f-e74fe743843e] {
		flex-direction: column;
		gap: 60px;
	}
}
@media screen and (max-width: 480px) {
	.sd[data-s-section-inner-3395278d-26ec-4e63-ab3f-e74fe743843e] {
		flex-direction: column;
		gap: 40px;
	}
}
.sd[data-s-7ba109b9-c97c-40d4-b0d5-64627750f9e2] {
	align-content: center;
	align-items: center;
	border-bottom: 1px solid #D0C8BD;
	border-left: 0px solid #D0C8BD;
	border-right: 0px solid #D0C8BD;
	border-top: 0px solid #D0C8BD;
	flex: none;
	flex-wrap: nowrap;
	justify-content: flex-start;
	padding: 0px;
	width: 100%;
	max-width: 100%;
}
@media screen and (max-width: 768px) {
	.sd[data-s-7ba109b9-c97c-40d4-b0d5-64627750f9e2] {
		border-bottom: 0px solid #ccccccff;
		border-left: 0px solid #ccccccff;
		border-right: 0px solid #ccccccff;
		border-top: 0px solid #ccccccff;
	}
}
.sd[data-s-f68bbb16-a515-4eaf-ad2d-04aa244b9943] {
	align-content: center;
	align-items: center;
	border-bottom: 0px solid #D0C8BD;
	border-left: 0px solid #D0C8BD;
	border-right: 0px solid #D0C8BD;
	border-top: 1px solid #D0C8BD;
	flex: none;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	margin: 0px 32px;
	padding: 0px;
	width: 1280px;
	max-width: calc(100% - 64px);
}
@media screen and (max-width: 1140px) {
	.sd[data-s-f68bbb16-a515-4eaf-ad2d-04aa244b9943] {
		align-content: stretch;
		align-items: stretch;
		justify-content: center;
	}
}
@media screen and (max-width: 768px) {
	.sd[data-s-f68bbb16-a515-4eaf-ad2d-04aa244b9943] {
		align-content: flex-start;
		align-items: flex-start;
		border-bottom: 1px solid #D0C8BD;
		border-left: 1px solid #D0C8BD;
		border-right: 1px solid #D0C8BD;
		border-top: 1px solid #D0C8BD;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
}
@media screen and (max-width: 480px) {
	.sd[data-s-f68bbb16-a515-4eaf-ad2d-04aa244b9943] {
		margin: 0px 16px;
		max-width: calc(100% - 32px);
	}
}
.sd[data-s-4b09f159-2120-44ca-9ee0-6f39d491f271] {
	align-content: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.0);
	border-bottom: 0px solid #D0C8BD;
	border-left: 1px solid #D0C8BD;
	border-radius: 0px;
	border-right: 1px solid #D0C8BD;
	border-top: 0px solid #D0C8BD;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
	color: #8F795A;
	flex: 1;
	flex-direction: row;
	flex-wrap: nowrap;
	font-family: var(--s-font-868471a5);
	font-size: 15px;
	font-weight: 400;
	gap: 16px;
	justify-content: space-between;
	letter-spacing: 0em;
	line-height: 1.4;
	margin: 0px 0px 0px 0px;
	opacity: 1;
	padding: 40px;
	text-align: left;
	width: auto;
	--gap-h-4b09f159-2120-44ca-9ee0-6f39d491f271: 16px;
	--gap-v-4b09f159-2120-44ca-9ee0-6f39d491f271: 0px;
	--gap-uuid: 4b09f159-2120-44ca-9ee0-6f39d491f271;
	max-width: 100%;
}
.sd[data-s-4b09f159-2120-44ca-9ee0-6f39d491f271]:hover {
	background: #fafafab3;
	--gap-h-4b09f159-2120-44ca-9ee0-6f39d491f271: 16px;
	--gap-v-4b09f159-2120-44ca-9ee0-6f39d491f271: 0px;
}
@media screen and (max-width: 1140px) {
	.sd[data-s-4b09f159-2120-44ca-9ee0-6f39d491f271] {
		padding: 32px;
		--gap-h-4b09f159-2120-44ca-9ee0-6f39d491f271: 16px;
		--gap-v-4b09f159-2120-44ca-9ee0-6f39d491f271: 0px;
	}
}
@media screen and (max-width: 768px) {
	.sd[data-s-4b09f159-2120-44ca-9ee0-6f39d491f271] {
		border-bottom: 0px solid #ccccccff;
		border-left: 0px solid #ccccccff;
		border-right: 0px solid #ccccccff;
		border-top: 0px solid #ccccccff;
		padding: 24px;
		width: 100%;
		--gap-h-4b09f159-2120-44ca-9ee0-6f39d491f271: 16px;
		--gap-v-4b09f159-2120-44ca-9ee0-6f39d491f271: 0px;
		max-width: 100%;
	}
}
.sd[data-s-07e18069-d06e-4dfc-a82a-18d41c94af8c] {
	align-content: flex-start;
	align-items: flex-start;
	flex: 1;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 8px;
	justify-content: flex-start;
	padding: 0px;
	width: auto;
	--gap-h-07e18069-d06e-4dfc-a82a-18d41c94af8c: 0px;
	--gap-v-07e18069-d06e-4dfc-a82a-18d41c94af8c: 8px;
	--gap-uuid: 07e18069-d06e-4dfc-a82a-18d41c94af8c;
	max-width: 100%;
}
.sd[data-s-4b15bbb2-9211-4f94-a39a-b9d7025dd177] {
	color: #836A47b3;
	flex: none;
	font-family: var(--s-font-e298a2b5);
	font-size: 15px;
	font-style: italic;
	font-weight: 600;
	height: auto;
	letter-spacing: 0.05em;
	line-height: 1.3;
	text-align: left;
	width: auto;
	max-width: 100%;
	justify-content: flex-start;
}
.sd[data-s-4b09f159-2120-44ca-9ee0-6f39d491f271]:hover .sd[data-s-4b15bbb2-9211-4f94-a39a-b9d7025dd177] {
	color: #836A47b3;
}
.sd[data-s-762e6d1d-07c2-482e-b036-b8105b59df29] {
	border-radius: 0;
	color: #836A47ff;
	font-family: var(--s-font-1daec59c);
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	margin: 0 0 0 0;
	opacity: 1;
	padding: 0px 0px 2px 0px;
	text-align: center;
	max-width: 100%;
	justify-content: center;
}
.sd[data-s-4b09f159-2120-44ca-9ee0-6f39d491f271]:hover .sd[data-s-762e6d1d-07c2-482e-b036-b8105b59df29] {
	color: #836A47;
}
.sd[data-s-36365180-e6eb-4804-bd3b-17bc3747614c] {
	height: 16px;
	transform: rotate(90deg);
	width: 10px;
	max-width: 100%;
}
.sd[data-s-9121a151-fec5-489f-b00b-8633634a0616] {
	align-content: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.0);
	border-bottom: 0px solid #ccccccff;
	border-left: 0px solid #ccccccff;
	border-radius: 0px;
	border-right: 0px solid #ccccccff;
	border-top: 0px solid #ccccccff;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
	color: #8F795A;
	flex: 1;
	flex-direction: row;
	flex-wrap: nowrap;
	font-family: var(--s-font-868471a5);
	font-size: 15px;
	font-weight: 400;
	gap: 16px;
	justify-content: space-between;
	letter-spacing: 0em;
	line-height: 1.4;
	margin: 0px 0px 0px 0px;
	opacity: 1;
	padding: 40px;
	text-align: left;
	width: auto;
	--gap-h-9121a151-fec5-489f-b00b-8633634a0616: 16px;
	--gap-v-9121a151-fec5-489f-b00b-8633634a0616: 0px;
	--gap-uuid: 9121a151-fec5-489f-b00b-8633634a0616;
	max-width: 100%;
}
.sd[data-s-9121a151-fec5-489f-b00b-8633634a0616]:hover {
	background: #fafafab3;
	--gap-h-9121a151-fec5-489f-b00b-8633634a0616: 16px;
	--gap-v-9121a151-fec5-489f-b00b-8633634a0616: 0px;
}
@media screen and (max-width: 1140px) {
	.sd[data-s-9121a151-fec5-489f-b00b-8633634a0616] {
		padding: 32px;
		--gap-h-9121a151-fec5-489f-b00b-8633634a0616: 16px;
		--gap-v-9121a151-fec5-489f-b00b-8633634a0616: 0px;
	}
}
@media screen and (max-width: 768px) {
	.sd[data-s-9121a151-fec5-489f-b00b-8633634a0616] {
		border-bottom: 1px solid #D0C8BD;
		border-left: 0px solid #D0C8BD;
		border-right: 0px solid #D0C8BD;
		border-top: 1px solid #D0C8BD;
		padding: 24px;
		width: 100%;
		--gap-h-9121a151-fec5-489f-b00b-8633634a0616: 16px;
		--gap-v-9121a151-fec5-489f-b00b-8633634a0616: 0px;
		max-width: 100%;
	}
}
.sd[data-s-8021e2ad-ad4f-4f9d-9d97-4b25b65b4cca] {
	align-content: flex-start;
	align-items: flex-start;
	flex: 1;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 8px;
	justify-content: flex-start;
	padding: 0px;
	width: auto;
	--gap-h-8021e2ad-ad4f-4f9d-9d97-4b25b65b4cca: 0px;
	--gap-v-8021e2ad-ad4f-4f9d-9d97-4b25b65b4cca: 8px;
	--gap-uuid: 8021e2ad-ad4f-4f9d-9d97-4b25b65b4cca;
	max-width: 100%;
}
.sd[data-s-2501f60d-a21b-41e5-9015-584b73580517] {
	color: #836A47b3;
	flex: none;
	font-family: var(--s-font-e298a2b5);
	font-size: 15px;
	font-style: italic;
	font-weight: 600;
	height: auto;
	letter-spacing: 0.05em;
	line-height: 1.3;
	text-align: left;
	width: auto;
	max-width: 100%;
	justify-content: flex-start;
}
.sd[data-s-9121a151-fec5-489f-b00b-8633634a0616]:hover .sd[data-s-2501f60d-a21b-41e5-9015-584b73580517] {
	color: #836A47b3;
}
.sd[data-s-35e7ac2f-6159-4cc4-8023-20b789692302] {
	border-radius: 0;
	color: #836A47ff;
	font-family: var(--s-font-1daec59c);
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	margin: 0 0 0 0;
	opacity: 1;
	padding: 0px 0px 2px 0px;
	text-align: center;
	max-width: 100%;
	justify-content: center;
}
.sd[data-s-9121a151-fec5-489f-b00b-8633634a0616]:hover .sd[data-s-35e7ac2f-6159-4cc4-8023-20b789692302] {
	color: #836A47;
}
.sd[data-s-8a0ad8d2-d4a6-453a-b526-8f891fd831c6] {
	height: 16px;
	transform: rotate(90deg);
	width: 10px;
	max-width: 100%;
}
.sd[data-s-6703e157-536e-41d5-a451-1ff343b82c43] {
	align-content: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.0);
	border-bottom: 0px solid #D0C8BD;
	border-left: 1px solid #D0C8BD;
	border-radius: 0px;
	border-right: 1px solid #D0C8BD;
	border-top: 0px solid #D0C8BD;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
	color: #8F795A;
	flex: 1;
	flex-direction: row;
	flex-wrap: nowrap;
	font-family: var(--s-font-868471a5);
	font-size: 15px;
	font-weight: 400;
	gap: 16px;
	justify-content: space-between;
	letter-spacing: 0em;
	line-height: 1.4;
	margin: 0px 0px 0px 0px;
	opacity: 1;
	padding: 40px;
	text-align: left;
	width: auto;
	--gap-h-6703e157-536e-41d5-a451-1ff343b82c43: 16px;
	--gap-v-6703e157-536e-41d5-a451-1ff343b82c43: 0px;
	--gap-uuid: 6703e157-536e-41d5-a451-1ff343b82c43;
	max-width: 100%;
}
.sd[data-s-6703e157-536e-41d5-a451-1ff343b82c43]:hover {
	background: #fafafab3;
	--gap-h-6703e157-536e-41d5-a451-1ff343b82c43: 16px;
	--gap-v-6703e157-536e-41d5-a451-1ff343b82c43: 0px;
}
@media screen and (max-width: 1140px) {
	.sd[data-s-6703e157-536e-41d5-a451-1ff343b82c43] {
		padding: 32px;
		--gap-h-6703e157-536e-41d5-a451-1ff343b82c43: 16px;
		--gap-v-6703e157-536e-41d5-a451-1ff343b82c43: 0px;
	}
}
@media screen and (max-width: 768px) {
	.sd[data-s-6703e157-536e-41d5-a451-1ff343b82c43] {
		border-bottom: 0px solid #ccccccff;
		border-left: 0px solid #ccccccff;
		border-right: 0px solid #ccccccff;
		border-top: 0px solid #ccccccff;
		padding: 24px;
		width: 100%;
		--gap-h-6703e157-536e-41d5-a451-1ff343b82c43: 16px;
		--gap-v-6703e157-536e-41d5-a451-1ff343b82c43: 0px;
		max-width: 100%;
	}
}
.sd[data-s-9b6f29ca-e82a-4994-a9c5-861962bcde0e] {
	align-content: flex-start;
	align-items: flex-start;
	flex: 1;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 8px;
	justify-content: flex-start;
	padding: 0px;
	width: auto;
	--gap-h-9b6f29ca-e82a-4994-a9c5-861962bcde0e: 0px;
	--gap-v-9b6f29ca-e82a-4994-a9c5-861962bcde0e: 8px;
	--gap-uuid: 9b6f29ca-e82a-4994-a9c5-861962bcde0e;
	max-width: 100%;
}
.sd[data-s-6db26107-dbe0-42fd-95c3-c74ef8ae1bc1] {
	color: #836A47b3;
	flex: none;
	font-family: var(--s-font-e298a2b5);
	font-size: 15px;
	font-style: italic;
	font-weight: 600;
	height: auto;
	letter-spacing: 0.05em;
	line-height: 1.3;
	text-align: left;
	width: auto;
	max-width: 100%;
	justify-content: flex-start;
}
.sd[data-s-6703e157-536e-41d5-a451-1ff343b82c43]:hover .sd[data-s-6db26107-dbe0-42fd-95c3-c74ef8ae1bc1] {
	color: #836A47b3;
}
.sd[data-s-3d74f80e-a306-4fc9-b9c6-118b04e64dfd] {
	border-radius: 0;
	color: #836A47ff;
	font-family: var(--s-font-1daec59c);
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	margin: 0 0 0 0;
	opacity: 1;
	padding: 0px 0px 2px 0px;
	text-align: center;
	max-width: 100%;
	justify-content: center;
}
.sd[data-s-6703e157-536e-41d5-a451-1ff343b82c43]:hover .sd[data-s-3d74f80e-a306-4fc9-b9c6-118b04e64dfd] {
	color: #836A47;
}
.sd[data-s-ce477b2d-6af9-4102-936a-2c2554eea3a4] {
	height: 16px;
	transform: rotate(90deg);
	width: 10px;
	max-width: 100%;
}
.sd[data-s-31dbfbf5-41f5-4cdc-964c-dfc1782db5dd] {
	align-content: center;
	align-items: center;
	flex: none;
	flex-wrap: nowrap;
	gap: 0px;
	justify-content: flex-start;
	overflow-x: visible;
	overflow-y: visible;
	padding: 0px 32px;
	width: 100%;
	--gap-h-31dbfbf5-41f5-4cdc-964c-dfc1782db5dd: 0px;
	--gap-v-31dbfbf5-41f5-4cdc-964c-dfc1782db5dd: 0px;
	--gap-uuid: 31dbfbf5-41f5-4cdc-964c-dfc1782db5dd;
	max-width: 100%;
}
@media screen and (max-width: 480px) {
	.sd[data-s-31dbfbf5-41f5-4cdc-964c-dfc1782db5dd] {
		padding: 0px 16px;
		--gap-h-31dbfbf5-41f5-4cdc-964c-dfc1782db5dd: 0px;
		--gap-v-31dbfbf5-41f5-4cdc-964c-dfc1782db5dd: 0px;
	}
}
.sd[data-s-99250bd1-4443-42a3-b06f-37be374d8ab7] {
	align-content: stretch;
	align-items: stretch;
	flex: none;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 80px 0px;
	justify-content: space-between;
	padding: 0px;
	width: 1280px;
	--gap-h-99250bd1-4443-42a3-b06f-37be374d8ab7: 0px;
	--gap-v-99250bd1-4443-42a3-b06f-37be374d8ab7: 80px;
	--gap-uuid: 99250bd1-4443-42a3-b06f-37be374d8ab7;
	max-width: 100%;
}
@media screen and (max-width: 768px) {
	.sd[data-s-99250bd1-4443-42a3-b06f-37be374d8ab7] {
		flex-direction: column;
		flex-wrap: nowrap;
		gap: 60px;
		--gap-h-99250bd1-4443-42a3-b06f-37be374d8ab7: 0px;
		--gap-v-99250bd1-4443-42a3-b06f-37be374d8ab7: 60px;
	}
}
@media screen and (max-width: 480px) {
	.sd[data-s-99250bd1-4443-42a3-b06f-37be374d8ab7] {
		flex-direction: column;
		flex-wrap: nowrap;
		gap: 40px;
		--gap-h-99250bd1-4443-42a3-b06f-37be374d8ab7: 0px;
		--gap-v-99250bd1-4443-42a3-b06f-37be374d8ab7: 40px;
	}
}
.sd[data-s-94aa97ea-b6ec-4e33-8fb0-953fb636a5d5] {}
.sd[data-s-ff49b11d-8ebc-4d41-a054-df1d4c23099d] {}
.sd[data-s-9ac547a0-6243-4e04-b5b0-0c94c8142aad] {}
.sd[data-s-1cdd4442-e2e6-4a3c-b9a3-b600a74fee6e] {}
.sd[data-s-0188b81a-cf20-47c1-879c-ebb004eb676a] {}
.sd[data-s-481a72f9-54d8-4c62-b0f1-590b19416bd9] {}
.sd[data-s-46b2d9bf-a6ef-4b7f-9503-e3eb7eff28b4] {}
.sd[data-s-3b0099b7-b929-463e-9d28-9e95428b4fcf] {}
.sd[data-s-a19c262d-80de-41b5-b5d7-c8514c37726d] {}
.sd[data-s-3438ee27-375c-4852-bedd-cbc435b2844d] {}
.sd[data-s-a237fa0f-7e89-4aa6-83e0-b4118631ef68] {
	align-content: center;
	align-items: center;
	flex: none;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 80px 0px;
	justify-content: flex-start;
	padding: 0px;
	width: 1280px;
	--gap-h-a237fa0f-7e89-4aa6-83e0-b4118631ef68: 0px;
	--gap-v-a237fa0f-7e89-4aa6-83e0-b4118631ef68: 80px;
	--gap-uuid: a237fa0f-7e89-4aa6-83e0-b4118631ef68;
	max-width: 100%;
}
@media screen and (max-width: 768px) {
	.sd[data-s-a237fa0f-7e89-4aa6-83e0-b4118631ef68] {
		flex-direction: row;
		flex-wrap: nowrap;
		gap: 60px;
		--gap-h-a237fa0f-7e89-4aa6-83e0-b4118631ef68: 60px;
		--gap-v-a237fa0f-7e89-4aa6-83e0-b4118631ef68: 0px;
	}
}
@media screen and (max-width: 480px) {
	.sd[data-s-a237fa0f-7e89-4aa6-83e0-b4118631ef68] {
		align-content: flex-start;
		align-items: flex-start;
		flex-direction: row;
		flex-wrap: nowrap;
		/*gap: 20px;*/
		gap: 10px;
		justify-content: flex-start;
		--gap-h-a237fa0f-7e89-4aa6-83e0-b4118631ef68: 20px;
		--gap-v-a237fa0f-7e89-4aa6-83e0-b4118631ef68: 0px;
	}
}
.sd[data-s-d865cd3f-54e1-40cc-88a1-e0fe7e22389d] {
	align-content: stretch;
	align-items: stretch;
	flex: none;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 0px 10px;
	justify-content: space-between;
	padding: 0px;
	width: calc(100% - (var(--gap-h-a237fa0f-7e89-4aa6-83e0-b4118631ef68) * 0));
	--gap-h-d865cd3f-54e1-40cc-88a1-e0fe7e22389d: 10px;
	--gap-v-d865cd3f-54e1-40cc-88a1-e0fe7e22389d: 0px;
	--gap-uuid: d865cd3f-54e1-40cc-88a1-e0fe7e22389d;
	max-width: calc(100% - (var(--gap-h-a237fa0f-7e89-4aa6-83e0-b4118631ef68) * 0));
}
@media screen and (max-width: 768px) {
	.sd[data-s-d865cd3f-54e1-40cc-88a1-e0fe7e22389d] {
		flex: 1;
		flex-direction: column;
		gap: 10px;
		width: calc(50% - (var(--gap-h-a237fa0f-7e89-4aa6-83e0-b4118631ef68) * 0.5));
		--gap-h-d865cd3f-54e1-40cc-88a1-e0fe7e22389d: 0px;
		--gap-v-d865cd3f-54e1-40cc-88a1-e0fe7e22389d: 10px;
		max-width: calc(50% - (var(--gap-h-a237fa0f-7e89-4aa6-83e0-b4118631ef68) * 0.5));
	}
}
@media screen and (max-width: 480px) {
	.sd[data-s-d865cd3f-54e1-40cc-88a1-e0fe7e22389d] {
		flex-direction: column;
		--gap-h-d865cd3f-54e1-40cc-88a1-e0fe7e22389d: 0px;
		--gap-v-d865cd3f-54e1-40cc-88a1-e0fe7e22389d: 0px;
	}
}
.sd[data-s-65107c4b-b01e-4ed1-83e7-e954384a877b] {
	align-content: center;
	align-items: center;
	background: #F4F3F1;
	border-bottom: 1px solid #836A47;
	border-left: 1px solid #836A47;
	border-right: 1px solid #836A47;
	border-top: 1px solid #836A47;
	flex: none;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 80px 0px;
	height: 150px;
	justify-content: center;
	padding: 0px 30px;
	width: auto;
	--gap-h-65107c4b-b01e-4ed1-83e7-e954384a877b: 0px;
	--gap-v-65107c4b-b01e-4ed1-83e7-e954384a877b: 80px;
	--gap-uuid: 65107c4b-b01e-4ed1-83e7-e954384a877b;
	max-width: 100%;
}
@media screen and (max-width: 768px) {
	.sd[data-s-65107c4b-b01e-4ed1-83e7-e954384a877b] {
		flex: none;
		flex-direction: column;
		gap: 60px;
		height: auto;
		padding: 10px 10px;
		--gap-h-65107c4b-b01e-4ed1-83e7-e954384a877b: 0px;
		--gap-v-65107c4b-b01e-4ed1-83e7-e954384a877b: 60px;
		max-width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.sd[data-s-65107c4b-b01e-4ed1-83e7-e954384a877b] {
		flex-direction: column;
		gap: 40px;
		--gap-h-65107c4b-b01e-4ed1-83e7-e954384a877b: 0px;
		--gap-v-65107c4b-b01e-4ed1-83e7-e954384a877b: 40px;
	}
}
.sd[data-s-1d5f5748-1152-49df-9be9-fb6eaf0067df] {
	color: #836A47;
	flex: none;
	font-family: var(--s-font-1daec59c);
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	height: auto;
	line-height: 1.2em;
	text-align: left;
	width: auto;
	writing-mode: vertical-rl;
	-ms-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	max-width: 100%;
	justify-content: flex-start;
}
@media screen and (max-width: 768px) {
	.sd[data-s-1d5f5748-1152-49df-9be9-fb6eaf0067df] {
		font-feature-settings: normal;
		text-orientation: mixed;
		-webkit-text-orientation: mixed;
		writing-mode: horizontal-tb;
		-ms-writing-mode: horizontal-tb;
		-webkit-writing-mode: horizontal-tb;
		font-size: 12px;
	}
}
.sd[data-s-ff73b986-4ff0-4216-8225-4c0f24ae7119] {
	align-content: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.0);
	flex: 1;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 10px 0px;
	height: 150px;
	justify-content: flex-start;
	padding: 74px 0px 0px 0px;
	width: auto;
	--gap-h-ff73b986-4ff0-4216-8225-4c0f24ae7119: 0px;
	--gap-v-ff73b986-4ff0-4216-8225-4c0f24ae7119: 10px;
	--gap-uuid: ff73b986-4ff0-4216-8225-4c0f24ae7119;
	max-width: 100%;
}
@media screen and (max-width: 768px) {
	.sd[data-s-ff73b986-4ff0-4216-8225-4c0f24ae7119] {
		align-content: center;
		align-items: center;
		flex-direction: row;
		flex-wrap: nowrap;
		gap: 0px 10px;
		justify-content: center;
		padding: 0px 0px 0px 0px;
		--gap-h-ff73b986-4ff0-4216-8225-4c0f24ae7119: 10px;
		--gap-v-ff73b986-4ff0-4216-8225-4c0f24ae7119: 0px;
	}
}
@media screen and (max-width: 480px) {
	.sd[data-s-ff73b986-4ff0-4216-8225-4c0f24ae7119] {
		flex-direction: row;
		flex-wrap: nowrap;
		--gap-h-ff73b986-4ff0-4216-8225-4c0f24ae7119: 0px;
		--gap-v-ff73b986-4ff0-4216-8225-4c0f24ae7119: 0px;
	}
}
.sd[data-s-deea1935-74ce-405a-b7d1-50d7fd7e365d] {
	background: rgba(0, 0, 0, 0.0);
	border-bottom: 0px dashed #D0C8BD;
	border-left: 0px dashed #D0C8BD;
	border-right: 0px dashed #D0C8BD;
	border-top: 2px dashed #D0C8BD;
	flex: none;
	height: 0px;
	width: calc(100% - (var(--gap-h-ff73b986-4ff0-4216-8225-4c0f24ae7119) * 0));
	max-width: calc(100% - (var(--gap-h-ff73b986-4ff0-4216-8225-4c0f24ae7119) * 0));
}
@media screen and (max-width: 768px) {
	.sd[data-s-deea1935-74ce-405a-b7d1-50d7fd7e365d] {
		border-bottom: 0px dashed #D0C8BD;
		border-left: 0px dashed #D0C8BD;
		border-right: 2px dashed #D0C8BD;
		border-top: 0px dashed #D0C8BD;
		flex: none;
		height: 192px;
		width: 0px;
		max-width: 100%;
	}
}
.sd[data-s-265882c9-53a5-4bea-a554-16ef282da089] {
	align-content: flex-start;
	align-items: flex-start;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 10px 0px;
	justify-content: flex-start;
	padding: 0px;
	--gap-h-265882c9-53a5-4bea-a554-16ef282da089: 0px;
	--gap-v-265882c9-53a5-4bea-a554-16ef282da089: 0px;
	--gap-uuid: 265882c9-53a5-4bea-a554-16ef282da089;
}
@media screen and (max-width: 768px) {
	.sd[data-s-265882c9-53a5-4bea-a554-16ef282da089] {
		align-content: center;
		align-items: center;
		flex-direction: column;
		gap: 5px 0px;
		justify-content: flex-start;
		--gap-h-265882c9-53a5-4bea-a554-16ef282da089: 0px;
		--gap-v-265882c9-53a5-4bea-a554-16ef282da089: 5px;
	}
}
@media screen and (max-width: 480px) {
	.sd[data-s-265882c9-53a5-4bea-a554-16ef282da089] {
		flex-direction: column;
		--gap-h-265882c9-53a5-4bea-a554-16ef282da089: 0px;
		--gap-v-265882c9-53a5-4bea-a554-16ef282da089: 10px;
	}
}
.sd[data-s-f1ecfd50-6d59-44cb-9c9a-9e2095154f64] {
	color: #836A47;
	font-size: 20px;
}
.sd[data-s-9fcfa6d3-ba33-4acf-8229-5343d1c001e9] {
	align-content: center;
	align-items: center;
	flex: 1;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 0px 0px;
	justify-content: flex-start;
	padding: 0px;
	width: auto;
	--gap-h-9fcfa6d3-ba33-4acf-8229-5343d1c001e9: 0px;
	--gap-v-9fcfa6d3-ba33-4acf-8229-5343d1c001e9: 0px;
	--gap-uuid: 9fcfa6d3-ba33-4acf-8229-5343d1c001e9;
	max-width: 100%;
}
@media screen and (max-width: 768px) {
	.sd[data-s-9fcfa6d3-ba33-4acf-8229-5343d1c001e9] {
		align-content: center;
		align-items: center;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: flex-start;
		--gap-h-9fcfa6d3-ba33-4acf-8229-5343d1c001e9: 0px;
		--gap-v-9fcfa6d3-ba33-4acf-8229-5343d1c001e9: 0px;
	}
}
@media screen and (max-width: 480px) {
	.sd[data-s-9fcfa6d3-ba33-4acf-8229-5343d1c001e9] {
		flex-direction: column;
		--gap-h-9fcfa6d3-ba33-4acf-8229-5343d1c001e9: 0px;
		--gap-v-9fcfa6d3-ba33-4acf-8229-5343d1c001e9: 0px;
	}
}
.sd[data-s-edb97f6c-3c15-4689-9d90-759c96beb144] {
	color: #836A47;
	flex: none;
	font-family: var(--s-font-a3a1c582);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	height: auto;
	line-height: 1.3;
	text-align: center;
	width: auto;
	max-width: 100%;
	justify-content: center;
}
@media screen and (max-width:768px) {
	.sd[data-s-edb97f6c-3c15-4689-9d90-759c96beb144] {
		writing-mode: vertical-lr;
	}
}
.sd[data-s-fa974a93-2157-4a3c-a5d3-112019f7c9ba] {
	color: #836A47;
	flex: none;
	font-family: var(--s-font-a3a1c582);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	height: auto;
	letter-spacing: 0.15em;
	line-height: 1.3;
	text-align: center;
	width: auto;
	max-width: 100%;
	justify-content: center;
}
.sd[data-s-94476364-589d-4f74-bec4-7f565586a75f] {
	color: #836A47;
	flex: none;
	font-family: var(--s-font-a3a1c582);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	height: auto;
	letter-spacing: 0.15em;
	line-height: 1.3;
	text-align: center;
	width: auto;
	max-width: 100%;
	justify-content: center;
}
.sd[data-s-0d369a2f-9d4e-4c30-bed3-de21b5565c95] {
	color: #836A47;
	flex: none;
	font-family: var(--s-font-a3a1c582);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	height: auto;
	letter-spacing: 0.15em;
	line-height: 1.3;
	text-align: center;
	width: auto;
	max-width: 100%;
	justify-content: center;
}
.sd[data-s-ad113abe-28b0-407e-a6fa-0f3290a1d85a] {
	color: #836A47;
	flex: none;
	font-family: var(--s-font-a3a1c582);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	height: auto;
	letter-spacing: 0.15em;
	line-height: 1.3;
	text-align: center;
	width: auto;
	max-width: 100%;
	justify-content: center;
}
.sd[data-s-f3066b4a-fa5c-4ce4-bc90-16df0e59a03f] {
	color: #836A47;
	flex: none;
	font-family: var(--s-font-a3a1c582);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	height: auto;
	letter-spacing: 0.15em;
	line-height: 1.3;
	text-align: center;
	width: auto;
	max-width: 100%;
	justify-content: center;
}
.sd[data-s-58f0b3b8-6ff7-449e-b7e2-3aac2cfd6e93] {
	color: #836A47;
	flex: none;
	font-family: var(--s-font-a3a1c582);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	height: auto;
	letter-spacing: 0.15em;
	line-height: 1.3;
	text-align: center;
	width: auto;
	max-width: 100%;
	justify-content: center;
}
.sd[data-s-bd4c979e-7a5f-4624-a533-b7b24f9445c4] {
	align-content: center;
	align-items: center;
	background: #F4F3F1;
	border-bottom: 1px solid #836A47;
	border-left: 1px solid #836A47;
	border-right: 1px solid #836A47;
	border-top: 1px solid #836A47;
	flex: none;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 80px 0px;
	height: 150px;
	justify-content: center;
	padding: 0px 30px;
	width: auto;
	--gap-h-bd4c979e-7a5f-4624-a533-b7b24f9445c4: 0px;
	--gap-v-bd4c979e-7a5f-4624-a533-b7b24f9445c4: 80px;
	--gap-uuid: bd4c979e-7a5f-4624-a533-b7b24f9445c4;
	max-width: 100%;
}
@media screen and (max-width: 768px) {
	.sd[data-s-bd4c979e-7a5f-4624-a533-b7b24f9445c4] {
		flex: none;
		flex-direction: column;
		gap: 60px;
		height: auto;
		min-height: 31px;
		padding: 10px 10px;
		--gap-h-bd4c979e-7a5f-4624-a533-b7b24f9445c4: 0px;
		--gap-v-bd4c979e-7a5f-4624-a533-b7b24f9445c4: 60px;
		max-width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.sd[data-s-bd4c979e-7a5f-4624-a533-b7b24f9445c4] {
		flex-direction: column;
		gap: 40px;
		--gap-h-bd4c979e-7a5f-4624-a533-b7b24f9445c4: 0px;
		--gap-v-bd4c979e-7a5f-4624-a533-b7b24f9445c4: 40px;
	}
}
.sd[data-s-6d4c2d8c-f128-49de-88bb-5046f7960a12] {
	color: #836A47;
	flex: none;
	font-family: var(--s-font-1daec59c);
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	height: auto;
	line-height: 1.2em;
	text-align: left;
	width: auto;
	writing-mode: vertical-rl;
	-ms-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	max-width: 100%;
	justify-content: flex-start;
}
@media screen and (max-width: 768px) {
	.sd[data-s-6d4c2d8c-f128-49de-88bb-5046f7960a12] {
		font-feature-settings: normal;
		text-orientation: mixed;
		-webkit-text-orientation: mixed;
		writing-mode: horizontal-tb;
		-ms-writing-mode: horizontal-tb;
		-webkit-writing-mode: horizontal-tb;
		font-size: 12px;
	}
}
.sd[data-s-4cd27512-dffb-4fb0-98bd-0a55616c01ff] {
	align-content: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.0);
	flex: 1;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 0px 0px;
	height: 150px;
	justify-content: flex-start;
	padding: 74px 0px 0px 0px;
	width: auto;
	--gap-h-4cd27512-dffb-4fb0-98bd-0a55616c01ff: 0px;
	--gap-v-4cd27512-dffb-4fb0-98bd-0a55616c01ff: 10px;
	--gap-uuid: 4cd27512-dffb-4fb0-98bd-0a55616c01ff;
	max-width: 100%;
}
@media screen and (max-width: 768px) {
	.sd[data-s-4cd27512-dffb-4fb0-98bd-0a55616c01ff] {
		align-content: center;
		align-items: center;
		flex-direction: row;
		flex-wrap: nowrap;
		gap: 0px;
		justify-content: center;
		padding: 0px 0px 0px 0px;
		--gap-h-4cd27512-dffb-4fb0-98bd-0a55616c01ff: 10px;
		--gap-v-4cd27512-dffb-4fb0-98bd-0a55616c01ff: 0px;
	}
}
@media screen and (max-width: 480px) {
	.sd[data-s-4cd27512-dffb-4fb0-98bd-0a55616c01ff] {
		flex-direction: row;
		flex-wrap: nowrap;
		--gap-h-4cd27512-dffb-4fb0-98bd-0a55616c01ff: 0px;
		--gap-v-4cd27512-dffb-4fb0-98bd-0a55616c01ff: 0px;
	}
}
.sd[data-s-fe107a32-d572-4e75-9704-1f40054e4e1a] {
	background: rgba(0, 0, 0, 0.0);
	border-bottom: 0px dashed #D0C8BD;
	border-left: 0px dashed #D0C8BD;
	border-right: 0px dashed #D0C8BD;
	border-top: 2px dashed #D0C8BD;
	flex: none;
	height: 0px;
	width: calc(100% - (var(--gap-h-4cd27512-dffb-4fb0-98bd-0a55616c01ff) * 0));
	max-width: calc(100% - (var(--gap-h-4cd27512-dffb-4fb0-98bd-0a55616c01ff) * 0));
	margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
	.sd[data-s-fe107a32-d572-4e75-9704-1f40054e4e1a] {
		border-bottom: 0px dashed #D0C8BD;
		border-left: 0px dashed #D0C8BD;
		border-right: 2px dashed #D0C8BD;
		border-top: 0px dashed #D0C8BD;
		flex: none;
		height: 260px;
		width: 0px;
		max-width: 100%;
		margin-right: 10px;
		margin-bottom: 0px;
	}
}
.sd[data-s-1347cf35-2538-4f64-af49-732a30b8b623] {
	align-content: flex-start;
	align-items: flex-start;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 10px 0px;
	justify-content: flex-start;
	padding: 0px;
	--gap-h-1347cf35-2538-4f64-af49-732a30b8b623: 0px;
	--gap-v-1347cf35-2538-4f64-af49-732a30b8b623: 0px;
	--gap-uuid: 1347cf35-2538-4f64-af49-732a30b8b623;
}
@media screen and (max-width: 768px) {
	.sd[data-s-1347cf35-2538-4f64-af49-732a30b8b623] {
		align-content: center;
		align-items: end;
		flex-direction: column;
		gap: 5px 0px;
		justify-content: flex-start;
		--gap-h-1347cf35-2538-4f64-af49-732a30b8b623: 0px;
		--gap-v-1347cf35-2538-4f64-af49-732a30b8b623: 5px;
	}
}
@media screen and (max-width: 480px) {
	.sd[data-s-1347cf35-2538-4f64-af49-732a30b8b623] {
		flex-direction: column;
		--gap-h-1347cf35-2538-4f64-af49-732a30b8b623: 0px;
		--gap-v-1347cf35-2538-4f64-af49-732a30b8b623: 10px;
	}
}
.sd[data-s-7ea94655-ad51-4215-98f1-75da5a5a5358] {
	color: #8F795A;
	font-size: 20px;
}
.sd[data-s-58d7ecd2-12f8-4637-9fb3-cf52e0b5667d] {
	align-content: center;
	align-items: center;
	flex: 1;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 0px 0px;
	justify-content: flex-start;
	padding: 0px;
	width: auto;
	--gap-h-58d7ecd2-12f8-4637-9fb3-cf52e0b5667d: 0px;
	--gap-v-58d7ecd2-12f8-4637-9fb3-cf52e0b5667d: 0px;
	--gap-uuid: 58d7ecd2-12f8-4637-9fb3-cf52e0b5667d;
	max-width: 100%;
}
@media screen and (max-width: 768px) {
	.sd[data-s-58d7ecd2-12f8-4637-9fb3-cf52e0b5667d] {
		align-content: center;
		align-items: center;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: flex-start;
		--gap-h-58d7ecd2-12f8-4637-9fb3-cf52e0b5667d: 0px;
		--gap-v-58d7ecd2-12f8-4637-9fb3-cf52e0b5667d: 0px;
	}
}
@media screen and (max-width: 480px) {
	.sd[data-s-58d7ecd2-12f8-4637-9fb3-cf52e0b5667d] {
		flex-direction: column;
		--gap-h-58d7ecd2-12f8-4637-9fb3-cf52e0b5667d: 0px;
		--gap-v-58d7ecd2-12f8-4637-9fb3-cf52e0b5667d: 0px;
	}
}
.sd[data-s-416e201b-b305-4869-9f8c-c9c8d8593984] {
	color: #836A47;
	flex: none;
	font-family: var(--s-font-a3a1c582);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	height: auto;
	line-height: 1.3;
	text-align: center;
	width: auto;
	max-width: 100%;
	justify-content: center;
}
@media screen and (max-width:768px) {
	.sd[data-s-416e201b-b305-4869-9f8c-c9c8d8593984] {
		writing-mode: vertical-rl;
	}
}
.sd[data-s-cb8b6db2-9565-4b97-b743-3d3bc2d82548] {
	color: #836A47;
	flex: none;
	font-family: var(--s-font-a3a1c582);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	height: auto;
	letter-spacing: 0.15em;
	line-height: 1.3;
	text-align: center;
	width: auto;
	max-width: 100%;
	justify-content: center;
}
.sd[data-s-2ff04d44-6e1e-4394-9435-eaf0eeab9ec9] {
	color: #836A47;
	flex: none;
	font-family: var(--s-font-a3a1c582);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	height: auto;
	letter-spacing: 0.15em;
	line-height: 1.3;
	text-align: center;
	width: auto;
	max-width: 100%;
	justify-content: center;
}
.sd[data-s-9a7cbce1-aa48-48cb-9de1-2b5f5bbcc818] {
	color: #836A47;
	flex: none;
	font-family: var(--s-font-a3a1c582);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	height: auto;
	letter-spacing: 0.15em;
	line-height: 1.3;
	text-align: center;
	width: auto;
	max-width: 100%;
	justify-content: center;
}
.sd[data-s-0f34ef46-a480-4bdb-8504-609c911650c1] {
	color: #836A47;
	flex: none;
	font-family: var(--s-font-a3a1c582);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	height: auto;
	letter-spacing: 0.15em;
	line-height: 1.3;
	text-align: center;
	width: auto;
	max-width: 100%;
	justify-content: center;
}
.sd[data-s-cf4d8e40-e400-4814-976b-01cf60ffad97] {
	color: #836A47;
	flex: none;
	font-family: var(--s-font-a3a1c582);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	height: auto;
	letter-spacing: 0.15em;
	line-height: 1.3;
	text-align: center;
	width: auto;
	max-width: 100%;
	justify-content: center;
}
.sd[data-s-c35eba0d-9e05-46c4-b20d-b0f7a5e23374] {
	color: #836A47;
	flex: none;
	font-family: var(--s-font-a3a1c582);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	height: auto;
	letter-spacing: 0.15em;
	line-height: 1.3;
	text-align: center;
	width: auto;
	max-width: 100%;
	justify-content: center;
}
.sd[data-s-03cef38c-b6cc-4897-b451-15a3d0c313d2] {
	color: #836A47;
	flex: none;
	font-family: var(--s-font-a3a1c582);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	height: auto;
	letter-spacing: 0.15em;
	line-height: 1.3;
	text-align: center;
	width: auto;
	max-width: 100%;
	justify-content: center;
}
.sd[data-s-50021f41-c949-4a7e-9cca-f55e4e674052] {
	align-content: center;
	align-items: center;
	background: #F4F3F1;
	border-bottom: 1px solid #836A47;
	border-left: 1px solid #836A47;
	border-right: 1px solid #836A47;
	border-top: 1px solid #836A47;
	flex: none;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 80px 0px;
	height: 150px;
	justify-content: center;
	padding: 0px 30px;
	width: auto;
	--gap-h-50021f41-c949-4a7e-9cca-f55e4e674052: 0px;
	--gap-v-50021f41-c949-4a7e-9cca-f55e4e674052: 80px;
	--gap-uuid: 50021f41-c949-4a7e-9cca-f55e4e674052;
	max-width: 100%;
}
@media screen and (max-width: 768px) {
	.sd[data-s-50021f41-c949-4a7e-9cca-f55e4e674052] {
		flex: none;
		flex-direction: column;
		gap: 60px;
		height: auto;
		min-height: 46px;
		padding: 10px 10px;
		--gap-h-50021f41-c949-4a7e-9cca-f55e4e674052: 0px;
		--gap-v-50021f41-c949-4a7e-9cca-f55e4e674052: 60px;
		max-width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.sd[data-s-50021f41-c949-4a7e-9cca-f55e4e674052] {
		flex-direction: column;
		gap: 40px;
		--gap-h-50021f41-c949-4a7e-9cca-f55e4e674052: 0px;
		--gap-v-50021f41-c949-4a7e-9cca-f55e4e674052: 40px;
	}
}
.sd[data-s-3ff5a62d-af3d-4ef4-ad8c-7dbfc611242f] {
	color: #836A47;
	flex: none;
	font-family: var(--s-font-1daec59c);
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	height: auto;
	line-height: 1.2em;
	text-align: left;
	width: auto;
	writing-mode: vertical-rl;
	-ms-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	max-width: 100%;
	justify-content: flex-start;
}
@media screen and (max-width: 768px) {
	.sd[data-s-3ff5a62d-af3d-4ef4-ad8c-7dbfc611242f] {
		font-feature-settings: normal;
		text-orientation: mixed;
		-webkit-text-orientation: mixed;
		writing-mode: horizontal-tb;
		-ms-writing-mode: horizontal-tb;
		-webkit-writing-mode: horizontal-tb;
		font-size: 12px;
	}
}
.sd[data-s-74c2700f-617b-472b-bdb7-609e151940e0] {
	align-content: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.0);
	border-bottom: 0px solid #D0C8BD;
	border-left: 0px solid #D0C8BD;
	border-right: 0px solid #D0C8BD;
	border-top: 0px solid #D0C8BD;
	flex: 1;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 10px 0px;
	height: 150px;
	justify-content: flex-start;
	padding: 74px 0px 0px 0px;
	width: auto;
	--gap-h-74c2700f-617b-472b-bdb7-609e151940e0: 0px;
	--gap-v-74c2700f-617b-472b-bdb7-609e151940e0: 10px;
	--gap-uuid: 74c2700f-617b-472b-bdb7-609e151940e0;
	max-width: 100%;
}
@media screen and (max-width: 768px) {
	.sd[data-s-74c2700f-617b-472b-bdb7-609e151940e0] {
		align-content: center;
		align-items: center;
		flex-direction: row;
		flex-wrap: nowrap;
		gap: 10px;
		justify-content: center;
		padding: 0px 0px 0px 0px;
		--gap-h-74c2700f-617b-472b-bdb7-609e151940e0: 10px;
		--gap-v-74c2700f-617b-472b-bdb7-609e151940e0: 0px;
	}
}
@media screen and (max-width: 480px) {
	.sd[data-s-74c2700f-617b-472b-bdb7-609e151940e0] {
		flex-direction: row;
		flex-wrap: nowrap;
		--gap-h-74c2700f-617b-472b-bdb7-609e151940e0: 0px;
		--gap-v-74c2700f-617b-472b-bdb7-609e151940e0: 0px;
	}
}
.sd[data-s-dcedb26a-4783-4ea9-bfdf-5e88ee991e66] {
	background: rgba(0, 0, 0, 0.0);
	border-bottom: 0px solid #D0C8BD;
	border-left: 0px solid #D0C8BD;
	border-right: 0px solid #D0C8BD;
	border-top: 2px solid #D0C8BD;
	flex: none;
	height: 0px;
	width: calc(100% - (var(--gap-h-74c2700f-617b-472b-bdb7-609e151940e0) * 0));
	max-width: calc(100% - (var(--gap-h-74c2700f-617b-472b-bdb7-609e151940e0) * 0));
}
@media screen and (max-width: 768px) {
	.sd[data-s-dcedb26a-4783-4ea9-bfdf-5e88ee991e66] {
		border-bottom: 0px solid #D0C8BD;
		border-left: 0px solid #D0C8BD;
		border-right: 2px solid #D0C8BD;
		border-top: 0px solid #D0C8BD;
		flex: none;
		height: 240px;
		width: 0px;
		max-width: 100%;
	}
}
.sd[data-s-84ed7072-c812-40b3-b92f-70c8f631b832] {
	align-content: flex-start;
	align-items: flex-start;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 10px 0px;
	justify-content: flex-start;
	padding: 0px;
	--gap-h-84ed7072-c812-40b3-b92f-70c8f631b832: 0px;
	--gap-v-84ed7072-c812-40b3-b92f-70c8f631b832: 0px;
	--gap-uuid: 84ed7072-c812-40b3-b92f-70c8f631b832;
}
@media screen and (max-width: 768px) {
	.sd[data-s-84ed7072-c812-40b3-b92f-70c8f631b832] {
		align-content: center;
		align-items: center;
		flex-direction: column;
		gap: 5px 0px;
		justify-content: flex-start;
		--gap-h-84ed7072-c812-40b3-b92f-70c8f631b832: 0px;
		--gap-v-84ed7072-c812-40b3-b92f-70c8f631b832: 5px;
	}
}
@media screen and (max-width: 480px) {
	.sd[data-s-84ed7072-c812-40b3-b92f-70c8f631b832] {
		flex-direction: column;
		--gap-h-84ed7072-c812-40b3-b92f-70c8f631b832: 0px;
		--gap-v-84ed7072-c812-40b3-b92f-70c8f631b832: 10px;
	}
}
.sd[data-s-e3c0f120-dcee-4945-adf2-8e4d48b7e722] {
	color: #8F795A;
	font-size: 20px;
}
.sd[data-s-79d960a5-ee66-4e18-9ae8-866487676f08] {
	align-content: center;
	align-items: center;
	flex: 1;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 0px 0px;
	justify-content: flex-start;
	padding: 0px;
	width: auto;
	--gap-h-79d960a5-ee66-4e18-9ae8-866487676f08: 0px;
	--gap-v-79d960a5-ee66-4e18-9ae8-866487676f08: 0px;
	--gap-uuid: 79d960a5-ee66-4e18-9ae8-866487676f08;
	max-width: 100%;
}
@media screen and (max-width: 768px) {
	.sd[data-s-79d960a5-ee66-4e18-9ae8-866487676f08] {
		align-content: center;
		align-items: center;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: flex-start;
		--gap-h-79d960a5-ee66-4e18-9ae8-866487676f08: 0px;
		--gap-v-79d960a5-ee66-4e18-9ae8-866487676f08: 0px;
	}
}
@media screen and (max-width: 480px) {
	.sd[data-s-79d960a5-ee66-4e18-9ae8-866487676f08] {
		flex-direction: column;
		--gap-h-79d960a5-ee66-4e18-9ae8-866487676f08: 0px;
		--gap-v-79d960a5-ee66-4e18-9ae8-866487676f08: 0px;
	}
}
.sd[data-s-58539f7e-36eb-43b5-b314-d79e1fe7f97a] {
	color: #836A47;
	flex: none;
	font-family: var(--s-font-a3a1c582);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	height: auto;
	line-height: 1.3;
	text-align: center;
	width: auto;
	max-width: 100%;
	justify-content: center;
}
@media screen and (max-width:768px) {
	.sd[data-s-58539f7e-36eb-43b5-b314-d79e1fe7f97a] {
	 writing-mode: vertical-lr;
	}
}
.sd[data-s-2cd432de-56c1-479b-a1e3-9de542bffbee] {
	color: #836A47;
	flex: none;
	font-family: var(--s-font-a3a1c582);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	height: auto;
	letter-spacing: 0.15em;
	line-height: 1.3;
	text-align: center;
	width: auto;
	max-width: 100%;
	justify-content: center;
}
.sd[data-s-c7e9747a-2c12-482f-ada6-895939dbacd6] {
	color: #836A47;
	flex: none;
	font-family: var(--s-font-a3a1c582);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	height: auto;
	letter-spacing: 0.15em;
	line-height: 1.3;
	text-align: center;
	width: auto;
	max-width: 100%;
	justify-content: center;
}
.sd[data-s-af2704c8-6390-41bc-90c9-52f47b0914ab] {
	color: #836A47;
	flex: none;
	font-family: var(--s-font-a3a1c582);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	height: auto;
	letter-spacing: 0.15em;
	line-height: 1.3;
	text-align: center;
	width: auto;
	max-width: 100%;
	justify-content: center;
}
.sd[data-s-422548d1-4bfa-49dc-932c-3dc4e474f9f9] {
	color: #836A47;
	flex: none;
	font-family: var(--s-font-a3a1c582);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	height: auto;
	letter-spacing: 0.15em;
	line-height: 1.3;
	text-align: center;
	width: auto;
	max-width: 100%;
	justify-content: center;
}
.sd[data-s-8a6f49d4-3d9f-43b8-a91a-c00cc6774123] {
	align-content: center;
	align-items: center;
	background: #000000;
	border-bottom: 0px solid #836A47;
	border-left: 0px solid #836A47;
	border-right: 0px solid #836A47;
	border-top: 0px solid #836A47;
	flex: none;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 80px 0px;
	height: 150px;
	justify-content: center;
	padding: 0px 30px;
	width: auto;
	--gap-h-8a6f49d4-3d9f-43b8-a91a-c00cc6774123: 0px;
	--gap-v-8a6f49d4-3d9f-43b8-a91a-c00cc6774123: 80px;
	--gap-uuid: 8a6f49d4-3d9f-43b8-a91a-c00cc6774123;
	max-width: 100%;
}
@media screen and (max-width: 768px) {
	.sd[data-s-8a6f49d4-3d9f-43b8-a91a-c00cc6774123] {
		flex: none;
		flex-direction: column;
		gap: 60px;
		height: auto;
		padding: 21px 30px;
		--gap-h-8a6f49d4-3d9f-43b8-a91a-c00cc6774123: 0px;
		--gap-v-8a6f49d4-3d9f-43b8-a91a-c00cc6774123: 60px;
		max-width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.sd[data-s-8a6f49d4-3d9f-43b8-a91a-c00cc6774123] {
		flex-direction: column;
		gap: 40px;
		--gap-h-8a6f49d4-3d9f-43b8-a91a-c00cc6774123: 0px;
		--gap-v-8a6f49d4-3d9f-43b8-a91a-c00cc6774123: 40px;
	}
}
.sd[data-s-590cc9e4-f1ca-4d4f-81b1-056563c87dcd] {
	flex: none;
	height: auto;
	width: 110px;
	max-width: 100%;
}
.sd[data-s-1f664f35-f535-44f1-8e8b-f92d4a746bb9] {
	align-content: stretch;
	align-items: stretch;
	flex: none;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 0px 10px;
	justify-content: space-between;
	padding: 0px;
	width: calc(100% - (var(--gap-h-a237fa0f-7e89-4aa6-83e0-b4118631ef68) * 0));
	--gap-h-1f664f35-f535-44f1-8e8b-f92d4a746bb9: 10px;
	--gap-v-1f664f35-f535-44f1-8e8b-f92d4a746bb9: 0px;
	--gap-uuid: 1f664f35-f535-44f1-8e8b-f92d4a746bb9;
	max-width: calc(100% - (var(--gap-h-a237fa0f-7e89-4aa6-83e0-b4118631ef68) * 0));
}
@media screen and (max-width: 768px) {
	.sd[data-s-1f664f35-f535-44f1-8e8b-f92d4a746bb9] {
		flex: 1;
		flex-direction: column;
		gap: 10px;
		width: calc(50% - (var(--gap-h-a237fa0f-7e89-4aa6-83e0-b4118631ef68) * 0.5));
		--gap-h-1f664f35-f535-44f1-8e8b-f92d4a746bb9: 0px;
		--gap-v-1f664f35-f535-44f1-8e8b-f92d4a746bb9: 10px;
		max-width: calc(50% - (var(--gap-h-a237fa0f-7e89-4aa6-83e0-b4118631ef68) * 0.5));
	}
}
@media screen and (max-width: 480px) {
	.sd[data-s-1f664f35-f535-44f1-8e8b-f92d4a746bb9] {
		flex-direction: column;
		--gap-h-1f664f35-f535-44f1-8e8b-f92d4a746bb9: 0px;
		--gap-v-1f664f35-f535-44f1-8e8b-f92d4a746bb9: 0px;
	}
}
.sd[data-s-7243dc16-90b2-4550-b45b-07466074f42b] {
	align-content: center;
	align-items: center;
	background: #F4F3F1;
	border-bottom: 1px solid #836A47;
	border-left: 1px solid #836A47;
	border-right: 1px solid #836A47;
	border-top: 1px solid #836A47;
	flex: none;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 80px 0px;
	height: 150px;
	justify-content: center;
	padding: 0px 30px;
	width: auto;
	--gap-h-7243dc16-90b2-4550-b45b-07466074f42b: 0px;
	--gap-v-7243dc16-90b2-4550-b45b-07466074f42b: 80px;
	--gap-uuid: 7243dc16-90b2-4550-b45b-07466074f42b;
	max-width: 100%;
}
@media screen and (max-width: 768px) {
	.sd[data-s-7243dc16-90b2-4550-b45b-07466074f42b] {
		flex: none;
		flex-direction: column;
		gap: 60px;
		height: auto;
		padding: 10px 10px;
		--gap-h-7243dc16-90b2-4550-b45b-07466074f42b: 0px;
		--gap-v-7243dc16-90b2-4550-b45b-07466074f42b: 60px;
		max-width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.sd[data-s-7243dc16-90b2-4550-b45b-07466074f42b] {
		flex-direction: column;
		gap: 40px;
		--gap-h-7243dc16-90b2-4550-b45b-07466074f42b: 0px;
		--gap-v-7243dc16-90b2-4550-b45b-07466074f42b: 40px;
	}
}
.sd[data-s-744f4523-4819-41fd-a923-d0cffb781b0f] {
	color: #836A47;
	flex: none;
	font-family: var(--s-font-1daec59c);
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	height: auto;
	line-height: 1.2em;
	text-align: left;
	width: auto;
	writing-mode: vertical-rl;
	-ms-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	max-width: 100%;
	justify-content: flex-start;
}
@media screen and (max-width: 768px) {
	.sd[data-s-744f4523-4819-41fd-a923-d0cffb781b0f] {
		font-feature-settings: normal;
		text-orientation: mixed;
		-webkit-text-orientation: mixed;
		writing-mode: horizontal-tb;
		-ms-writing-mode: horizontal-tb;
		-webkit-writing-mode: horizontal-tb;
		font-size: 12px;
	}
}
.sd[data-s-1280bec6-1070-4e46-8ac0-ac9e18e1a5a7] {
	align-content: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.0);
	flex: 1;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 10px 0px;
	height: 150px;
	justify-content: flex-start;
	padding: 74px 0px 0px 0px;
	width: auto;
	--gap-h-1280bec6-1070-4e46-8ac0-ac9e18e1a5a7: 0px;
	--gap-v-1280bec6-1070-4e46-8ac0-ac9e18e1a5a7: 10px;
	--gap-uuid: 1280bec6-1070-4e46-8ac0-ac9e18e1a5a7;
	max-width: 100%;
}
@media screen and (max-width: 768px) {
	.sd[data-s-1280bec6-1070-4e46-8ac0-ac9e18e1a5a7] {
		align-content: center;
		align-items: center;
		flex-direction: row;
		flex-wrap: nowrap;
		gap: 0px 10px;
		justify-content: center;
		padding: 0px 0px 0px 0px;
		--gap-h-1280bec6-1070-4e46-8ac0-ac9e18e1a5a7: 10px;
		--gap-v-1280bec6-1070-4e46-8ac0-ac9e18e1a5a7: 0px;
	}
}
@media screen and (max-width: 480px) {
	.sd[data-s-1280bec6-1070-4e46-8ac0-ac9e18e1a5a7] {
		flex-direction: row;
		flex-wrap: nowrap;
		--gap-h-1280bec6-1070-4e46-8ac0-ac9e18e1a5a7: 0px;
		--gap-v-1280bec6-1070-4e46-8ac0-ac9e18e1a5a7: 0px;
	}
}
.sd[data-s-dc38a01e-80aa-4347-b1cb-c3836a015780] {
	background: rgba(0, 0, 0, 0.0);
	border-bottom: 0px dashed #D0C8BD;
	border-left: 0px dashed #D0C8BD;
	border-right: 0px dashed #D0C8BD;
	border-top: 2px dashed #D0C8BD;
	flex: none;
	height: 0px;
	width: calc(100% - (var(--gap-h-1280bec6-1070-4e46-8ac0-ac9e18e1a5a7) * 0));
	max-width: calc(100% - (var(--gap-h-1280bec6-1070-4e46-8ac0-ac9e18e1a5a7) * 0));
}
@media screen and (max-width: 768px) {
	.sd[data-s-dc38a01e-80aa-4347-b1cb-c3836a015780] {
		border-bottom: 0px dashed #D0C8BD;
		border-left: 0px dashed #D0C8BD;
		border-right: 2px dashed #D0C8BD;
		border-top: 0px dashed #D0C8BD;
		flex: none;
		height: 192px;
		width: 0px;
		max-width: 100%;
	}
}
.sd[data-s-35276a2f-d1d4-4223-87c8-99d5053bbceb] {
	align-content: flex-start;
	align-items: flex-start;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 10px 0px;
	justify-content: flex-start;
	padding: 0px;
	--gap-h-35276a2f-d1d4-4223-87c8-99d5053bbceb: 0px;
	--gap-v-35276a2f-d1d4-4223-87c8-99d5053bbceb: 0px;
	--gap-uuid: 35276a2f-d1d4-4223-87c8-99d5053bbceb;
}
@media screen and (max-width: 768px) {
	.sd[data-s-35276a2f-d1d4-4223-87c8-99d5053bbceb] {
		align-content: center;
		align-items: center;
		flex-direction: column;
		gap: 5px 0px;
		justify-content: flex-start;
		--gap-h-35276a2f-d1d4-4223-87c8-99d5053bbceb: 0px;
		--gap-v-35276a2f-d1d4-4223-87c8-99d5053bbceb: 5px;
	}
}
@media screen and (max-width: 480px) {
	.sd[data-s-35276a2f-d1d4-4223-87c8-99d5053bbceb] {
		flex-direction: column;
		--gap-h-35276a2f-d1d4-4223-87c8-99d5053bbceb: 0px;
		--gap-v-35276a2f-d1d4-4223-87c8-99d5053bbceb: 10px;
	}
}
.sd[data-s-0eade9fc-b5b4-427b-9840-05ee3e2ec89e] {
	color: #8F795A;
	font-size: 20px;
}
.sd[data-s-7d5506f6-ee0d-48a0-be06-9b7dcd88071d] {
	align-content: center;
	align-items: center;
	flex: 1;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 0px 0px;
	justify-content: flex-start;
	padding: 0px;
	width: auto;
	--gap-h-7d5506f6-ee0d-48a0-be06-9b7dcd88071d: 0px;
	--gap-v-7d5506f6-ee0d-48a0-be06-9b7dcd88071d: 0px;
	--gap-uuid: 7d5506f6-ee0d-48a0-be06-9b7dcd88071d;
	max-width: 100%;
}
@media screen and (max-width: 768px) {
	.sd[data-s-7d5506f6-ee0d-48a0-be06-9b7dcd88071d] {
		align-content: center;
		align-items: center;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: flex-start;
		--gap-h-7d5506f6-ee0d-48a0-be06-9b7dcd88071d: 0px;
		--gap-v-7d5506f6-ee0d-48a0-be06-9b7dcd88071d: 0px;
	}
}
@media screen and (max-width: 480px) {
	.sd[data-s-7d5506f6-ee0d-48a0-be06-9b7dcd88071d] {
		flex-direction: column;
		--gap-h-7d5506f6-ee0d-48a0-be06-9b7dcd88071d: 0px;
		--gap-v-7d5506f6-ee0d-48a0-be06-9b7dcd88071d: 0px;
	}
}
.sd[data-s-792137de-e23e-4499-a9f0-060a21d21774] {
	color: #836A47;
	flex: none;
	font-family: var(--s-font-a3a1c582);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	height: auto;
	line-height: 1.3;
	text-align: center;
	width: auto;
	max-width: 100%;
	justify-content: center;
}
@media screen and (max-width:768px) {
	.sd[data-s-792137de-e23e-4499-a9f0-060a21d21774] {
		writing-mode: vertical-lr;
	}
}
.sd[data-s-f0dc8da5-465c-40ff-880e-3e4c85e4a20a] {
	color: #836A47;
	flex: none;
	font-family: var(--s-font-a3a1c582);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	height: auto;
	letter-spacing: 0.15em;
	line-height: 1.3;
	text-align: center;
	width: auto;
	max-width: 100%;
	justify-content: center;
}
.sd[data-s-b78e0ca0-b596-4848-9f8d-06ae3921c651] {
	color: #836A47;
	flex: none;
	font-family: var(--s-font-a3a1c582);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	height: auto;
	letter-spacing: 0.15em;
	line-height: 1.3;
	text-align: center;
	width: auto;
	max-width: 100%;
	justify-content: center;
}
.sd[data-s-b0a673f6-a2f3-42d9-96c2-9d47476c715d] {
	color: #836A47;
	flex: none;
	font-family: var(--s-font-a3a1c582);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	height: auto;
	letter-spacing: 0.15em;
	line-height: 1.3;
	text-align: center;
	width: auto;
	max-width: 100%;
	justify-content: center;
}
.sd[data-s-aee13127-66fa-4300-a874-6fca41587758] {
	color: #836A47;
	flex: none;
	font-family: var(--s-font-a3a1c582);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	height: auto;
	letter-spacing: 0.15em;
	line-height: 1.3;
	text-align: center;
	width: auto;
	max-width: 100%;
	justify-content: center;
}
.sd[data-s-16f062d2-9f8d-49e7-b9c5-34d9b9b8bec0] {
	align-content: center;
	align-items: center;
	background: #F4F3F1;
	border-bottom: 1px solid #836A47;
	border-left: 1px solid #836A47;
	border-right: 1px solid #836A47;
	border-top: 1px solid #836A47;
	flex: none;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 80px 0px;
	height: 150px;
	justify-content: center;
	padding: 0px 30px;
	width: auto;
	--gap-h-16f062d2-9f8d-49e7-b9c5-34d9b9b8bec0: 0px;
	--gap-v-16f062d2-9f8d-49e7-b9c5-34d9b9b8bec0: 80px;
	--gap-uuid: 16f062d2-9f8d-49e7-b9c5-34d9b9b8bec0;
	max-width: 100%;
}
@media screen and (max-width: 768px) {
	.sd[data-s-16f062d2-9f8d-49e7-b9c5-34d9b9b8bec0] {
		flex: none;
		flex-direction: column;
		gap: 60px;
		height: auto;
		min-height: 31px;
		padding: 10px 10px;
		--gap-h-16f062d2-9f8d-49e7-b9c5-34d9b9b8bec0: 0px;
		--gap-v-16f062d2-9f8d-49e7-b9c5-34d9b9b8bec0: 60px;
		max-width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.sd[data-s-16f062d2-9f8d-49e7-b9c5-34d9b9b8bec0] {
		flex-direction: column;
		gap: 40px;
		--gap-h-16f062d2-9f8d-49e7-b9c5-34d9b9b8bec0: 0px;
		--gap-v-16f062d2-9f8d-49e7-b9c5-34d9b9b8bec0: 40px;
	}
}
.sd[data-s-ab431e5a-a70f-4e11-89a6-e4a65104ee55] {
	color: #836A47;
	flex: none;
	font-family: var(--s-font-1daec59c);
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	height: auto;
	line-height: 1.2em;
	text-align: left;
	width: auto;
	writing-mode: vertical-rl;
	-ms-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	max-width: 100%;
	justify-content: flex-start;
}
@media screen and (max-width: 768px) {
	.sd[data-s-ab431e5a-a70f-4e11-89a6-e4a65104ee55] {
		font-feature-settings: normal;
		text-orientation: mixed;
		-webkit-text-orientation: mixed;
		writing-mode: horizontal-tb;
		-ms-writing-mode: horizontal-tb;
		-webkit-writing-mode: horizontal-tb;
		font-size: 12px;
	}
}
.sd[data-s-eb0fb12b-4bce-45c0-bc24-b96f202c0d32] {
	align-content: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.0);
	flex: 1;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 10px 0px;
	height: 150px;
	justify-content: flex-start;
	padding: 74px 0px 0px 0px;
	width: auto;
	--gap-h-eb0fb12b-4bce-45c0-bc24-b96f202c0d32: 0px;
	--gap-v-eb0fb12b-4bce-45c0-bc24-b96f202c0d32: 10px;
	--gap-uuid: eb0fb12b-4bce-45c0-bc24-b96f202c0d32;
	max-width: 100%;
}
@media screen and (max-width: 768px) {
	.sd[data-s-eb0fb12b-4bce-45c0-bc24-b96f202c0d32] {
		align-content: center;
		align-items: center;
		flex-direction: row;
		flex-wrap: nowrap;
		gap: 10px;
		justify-content: center;
		padding: 0px 0px 0px 0px;
		--gap-h-eb0fb12b-4bce-45c0-bc24-b96f202c0d32: 10px;
		--gap-v-eb0fb12b-4bce-45c0-bc24-b96f202c0d32: 0px;
	}
}
@media screen and (max-width: 480px) {
	.sd[data-s-eb0fb12b-4bce-45c0-bc24-b96f202c0d32] {
		flex-direction: row;
		flex-wrap: nowrap;
		--gap-h-eb0fb12b-4bce-45c0-bc24-b96f202c0d32: 0px;
		--gap-v-eb0fb12b-4bce-45c0-bc24-b96f202c0d32: 0px;
	}
}
.sd[data-s-8645146d-2535-4b7d-b851-75bce8d44ce9] {
	background: rgba(0, 0, 0, 0.0);
	border-bottom: 0px dashed #D0C8BD;
	border-left: 0px dashed #D0C8BD;
	border-right: 0px dashed #D0C8BD;
	border-top: 2px dashed #D0C8BD;
	flex: none;
	height: 0px;
	width: calc(100% - (var(--gap-h-eb0fb12b-4bce-45c0-bc24-b96f202c0d32) * 0));
	max-width: calc(100% - (var(--gap-h-eb0fb12b-4bce-45c0-bc24-b96f202c0d32) * 0));
}
@media screen and (max-width: 768px) {
	.sd[data-s-8645146d-2535-4b7d-b851-75bce8d44ce9] {
		border-bottom: 0px dashed #D0C8BD;
		border-left: 0px dashed #D0C8BD;
		border-right: 2px dashed #D0C8BD;
		border-top: 0px dashed #D0C8BD;
		flex: none;
		height: 260px;
		width: 0px;
		max-width: 100%;
	}
}
.sd[data-s-a77aa127-4837-4ed3-946e-75472c611aaa] {
	align-content: flex-start;
	align-items: flex-start;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 10px 0px;
	justify-content: flex-start;
	padding: 0px;
	--gap-h-a77aa127-4837-4ed3-946e-75472c611aaa: 0px;
	--gap-v-a77aa127-4837-4ed3-946e-75472c611aaa: 0px;
	--gap-uuid: a77aa127-4837-4ed3-946e-75472c611aaa;
}
@media screen and (max-width: 768px) {
	.sd[data-s-a77aa127-4837-4ed3-946e-75472c611aaa] {
		align-content: center;
		align-items: center;
		flex-direction: column;
		gap: 5px 0px;
		justify-content: flex-start;
		--gap-h-a77aa127-4837-4ed3-946e-75472c611aaa: 0px;
		--gap-v-a77aa127-4837-4ed3-946e-75472c611aaa: 5px;
	}
}
@media screen and (max-width: 480px) {
	.sd[data-s-a77aa127-4837-4ed3-946e-75472c611aaa] {
		flex-direction: column;
		--gap-h-a77aa127-4837-4ed3-946e-75472c611aaa: 0px;
		--gap-v-a77aa127-4837-4ed3-946e-75472c611aaa: 10px;
	}
}
.sd[data-s-c0bee8cc-74c7-40b3-bac1-ba4eafd5d888] {
	color: #8F795A;
	font-size: 20px;
}
.sd[data-s-8a9ade6b-f71e-4a23-b8c1-f0c50bcf2195] {
	align-content: center;
	align-items: center;
	flex: 1;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 0px 0px;
	justify-content: flex-start;
	padding: 0px;
	width: auto;
	--gap-h-8a9ade6b-f71e-4a23-b8c1-f0c50bcf2195: 0px;
	--gap-v-8a9ade6b-f71e-4a23-b8c1-f0c50bcf2195: 0px;
	--gap-uuid: 8a9ade6b-f71e-4a23-b8c1-f0c50bcf2195;
	max-width: 100%;
}
@media screen and (max-width: 768px) {
	.sd[data-s-8a9ade6b-f71e-4a23-b8c1-f0c50bcf2195] {
		align-content: center;
		align-items: center;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: flex-start;
		--gap-h-8a9ade6b-f71e-4a23-b8c1-f0c50bcf2195: 0px;
		--gap-v-8a9ade6b-f71e-4a23-b8c1-f0c50bcf2195: 0px;
	}
}
@media screen and (max-width: 480px) {
	.sd[data-s-8a9ade6b-f71e-4a23-b8c1-f0c50bcf2195] {
		flex-direction: column;
		--gap-h-8a9ade6b-f71e-4a23-b8c1-f0c50bcf2195: 0px;
		--gap-v-8a9ade6b-f71e-4a23-b8c1-f0c50bcf2195: 0px;
	}
}
.sd[data-s-1e49e07e-a7c4-4a8e-b7bd-5c3444ae22ed] {
	color: #836A47;
	flex: none;
	font-family: var(--s-font-a3a1c582);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	height: auto;
	line-height: 1.3;
	text-align: center;
	width: auto;
	max-width: 100%;
	justify-content: center;
}
@media screen and (max-width:768px) {
	.sd[data-s-1e49e07e-a7c4-4a8e-b7bd-5c3444ae22ed] {
		writing-mode: vertical-lr;
	}
}
.sd[data-s-b9986ece-9a0f-43b5-b95f-da7f5d5a9307] {
	color: #836A47;
	flex: none;
	font-family: var(--s-font-a3a1c582);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	height: auto;
	letter-spacing: 0.15em;
	line-height: 1.3;
	text-align: center;
	width: auto;
	max-width: 100%;
	justify-content: center;
}
.sd[data-s-77d73d4a-331b-4775-9d07-02fea2269770] {
	color: #836A47;
	flex: none;
	font-family: var(--s-font-a3a1c582);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	height: auto;
	letter-spacing: 0.15em;
	line-height: 1.3;
	text-align: center;
	width: auto;
	max-width: 100%;
	justify-content: center;
}
.sd[data-s-4b902bb1-18a1-4fc4-b74a-6b4f3ba26b57] {
	color: #836A47;
	flex: none;
	font-family: var(--s-font-a3a1c582);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	height: auto;
	letter-spacing: 0.15em;
	line-height: 1.3;
	text-align: center;
	width: auto;
	max-width: 100%;
	justify-content: center;
}
.sd[data-s-bd0ab419-16c6-474e-a34b-74e170820187] {
	color: #836A47;
	flex: none;
	font-family: var(--s-font-a3a1c582);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	height: auto;
	letter-spacing: 0.15em;
	line-height: 1.3;
	text-align: center;
	width: auto;
	max-width: 100%;
	justify-content: center;
}
.sd[data-s-d07c695e-b73f-412b-96a7-82b262669297] {
	color: #836A47;
	flex: none;
	font-family: var(--s-font-a3a1c582);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	height: auto;
	letter-spacing: 0.15em;
	line-height: 1.3;
	text-align: center;
	width: auto;
	max-width: 100%;
	justify-content: center;
}
.sd[data-s-6378a25c-b588-481d-b371-982029007177] {
	color: #836A47;
	flex: none;
	font-family: var(--s-font-a3a1c582);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	height: auto;
	letter-spacing: 0.15em;
	line-height: 1.3;
	text-align: center;
	width: auto;
	max-width: 100%;
	justify-content: center;
}
.sd[data-s-acbccd44-b90b-4141-b60b-8a9404daba52] {
	color: #836A47;
	flex: none;
	font-family: var(--s-font-a3a1c582);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	height: auto;
	letter-spacing: 0.15em;
	line-height: 1.3;
	text-align: center;
	width: auto;
	max-width: 100%;
	justify-content: center;
}
.sd[data-s-c609e4bb-bfa2-4e22-a910-731735e205fe] {
	color: #836A47;
	flex: none;
	font-family: var(--s-font-a3a1c582);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	height: auto;
	letter-spacing: 0.15em;
	line-height: 1.3;
	text-align: center;
	width: auto;
	max-width: 100%;
	justify-content: center;
}
.sd[data-s-f0482011-1b6f-4f70-9e33-a0fed9a69e60] {
	align-content: center;
	align-items: center;
	background: #F4F3F1;
	border-bottom: 1px solid #836A47;
	border-left: 1px solid #836A47;
	border-right: 1px solid #836A47;
	border-top: 1px solid #836A47;
	flex: none;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 80px 0px;
	height: 150px;
	justify-content: center;
	padding: 0px 30px;
	width: auto;
	--gap-h-f0482011-1b6f-4f70-9e33-a0fed9a69e60: 0px;
	--gap-v-f0482011-1b6f-4f70-9e33-a0fed9a69e60: 80px;
	--gap-uuid: f0482011-1b6f-4f70-9e33-a0fed9a69e60;
	max-width: 100%;
}
@media screen and (max-width: 768px) {
	.sd[data-s-f0482011-1b6f-4f70-9e33-a0fed9a69e60] {
		flex: none;
		flex-direction: column;
		gap: 60px;
		height: auto;
		min-height: 46px;
		padding: 10px 10px;
		--gap-h-f0482011-1b6f-4f70-9e33-a0fed9a69e60: 0px;
		--gap-v-f0482011-1b6f-4f70-9e33-a0fed9a69e60: 60px;
		max-width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.sd[data-s-f0482011-1b6f-4f70-9e33-a0fed9a69e60] {
		flex-direction: column;
		gap: 40px;
		--gap-h-f0482011-1b6f-4f70-9e33-a0fed9a69e60: 0px;
		--gap-v-f0482011-1b6f-4f70-9e33-a0fed9a69e60: 40px;
	}
}
.sd[data-s-aa9431c6-e987-4723-8321-eb8f30b6e4aa] {
	color: #836A47;
	flex: none;
	font-family: var(--s-font-1daec59c);
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	height: auto;
	line-height: 1.2em;
	text-align: left;
	width: auto;
	writing-mode: vertical-rl;
	-ms-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	max-width: 100%;
	justify-content: flex-start;
}
@media screen and (max-width: 768px) {
	.sd[data-s-aa9431c6-e987-4723-8321-eb8f30b6e4aa] {
		font-feature-settings: normal;
		text-orientation: mixed;
		-webkit-text-orientation: mixed;
		writing-mode: horizontal-tb;
		-ms-writing-mode: horizontal-tb;
		-webkit-writing-mode: horizontal-tb;
		font-size: 12px;
	}
}
.sd[data-s-fc7eb676-cd09-4a15-85ea-5870449c5bb5] {
	align-content: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.0);
	border-bottom: 0px solid #D0C8BD;
	border-left: 0px solid #D0C8BD;
	border-right: 0px solid #D0C8BD;
	border-top: 0px solid #D0C8BD;
	flex: 1;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 10px 0px;
	height: 150px;
	justify-content: flex-start;
	padding: 74px 0px 0px 0px;
	width: auto;
	--gap-h-fc7eb676-cd09-4a15-85ea-5870449c5bb5: 0px;
	--gap-v-fc7eb676-cd09-4a15-85ea-5870449c5bb5: 10px;
	--gap-uuid: fc7eb676-cd09-4a15-85ea-5870449c5bb5;
	max-width: 100%;
}
@media screen and (max-width: 768px) {
	.sd[data-s-fc7eb676-cd09-4a15-85ea-5870449c5bb5] {
		align-content: center;
		align-items: center;
		flex-direction: row;
		flex-wrap: nowrap;
		gap: 10px;
		justify-content: center;
		padding: 0px 0px 0px 0px;
		--gap-h-fc7eb676-cd09-4a15-85ea-5870449c5bb5: 10px;
		--gap-v-fc7eb676-cd09-4a15-85ea-5870449c5bb5: 0px;
	}
}
@media screen and (max-width: 480px) {
	.sd[data-s-fc7eb676-cd09-4a15-85ea-5870449c5bb5] {
		flex-direction: row;
		flex-wrap: nowrap;
		--gap-h-fc7eb676-cd09-4a15-85ea-5870449c5bb5: 0px;
		--gap-v-fc7eb676-cd09-4a15-85ea-5870449c5bb5: 0px;
	}
}
.sd[data-s-789cd852-eed7-493e-805f-dc99bc5e2e09] {
	background: rgba(0, 0, 0, 0.0);
	border-bottom: 0px solid #D0C8BD;
	border-left: 0px solid #D0C8BD;
	border-right: 0px solid #D0C8BD;
	border-top: 2px solid #D0C8BD;
	flex: none;
	height: 0px;
	width: calc(100% - (var(--gap-h-fc7eb676-cd09-4a15-85ea-5870449c5bb5) * 0));
	max-width: calc(100% - (var(--gap-h-fc7eb676-cd09-4a15-85ea-5870449c5bb5) * 0));
}
@media screen and (max-width: 768px) {
	.sd[data-s-789cd852-eed7-493e-805f-dc99bc5e2e09] {
		border-bottom: 0px solid #D0C8BD;
		border-left: 0px solid #D0C8BD;
		border-right: 2px solid #D0C8BD;
		border-top: 0px solid #D0C8BD;
		flex: none;
		height: 240px;
		width: 0px;
		max-width: 100%;
	}
}
.sd[data-s-602c9fcf-6431-4dea-87f7-9e53c5a6fee8] {
	align-content: flex-start;
	align-items: flex-start;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 10px 0px;
	justify-content: flex-start;
	padding: 0px;
	--gap-h-602c9fcf-6431-4dea-87f7-9e53c5a6fee8: 0px;
	--gap-v-602c9fcf-6431-4dea-87f7-9e53c5a6fee8: 0px;
	--gap-uuid: 602c9fcf-6431-4dea-87f7-9e53c5a6fee8;
}
@media screen and (max-width: 768px) {
	.sd[data-s-602c9fcf-6431-4dea-87f7-9e53c5a6fee8] {
		align-content: center;
		align-items: center;
		flex-direction: column;
		gap: 5px 0px;
		justify-content: flex-start;
		--gap-h-602c9fcf-6431-4dea-87f7-9e53c5a6fee8: 0px;
		--gap-v-602c9fcf-6431-4dea-87f7-9e53c5a6fee8: 5px;
	}
}
@media screen and (max-width: 480px) {
	.sd[data-s-602c9fcf-6431-4dea-87f7-9e53c5a6fee8] {
		flex-direction: column;
		--gap-h-602c9fcf-6431-4dea-87f7-9e53c5a6fee8: 0px;
		--gap-v-602c9fcf-6431-4dea-87f7-9e53c5a6fee8: 10px;
	}
}
.sd[data-s-4472191c-05f1-44b0-8568-d824aff6f7ba] {
	color: #8F795A;
	font-size: 20px;
}
.sd[data-s-aee25712-9240-4171-a958-6665606553df] {
	align-content: center;
	align-items: center;
	flex: 1;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 0px 0px;
	justify-content: flex-start;
	padding: 0px;
	width: auto;
	--gap-h-aee25712-9240-4171-a958-6665606553df: 0px;
	--gap-v-aee25712-9240-4171-a958-6665606553df: 0px;
	--gap-uuid: aee25712-9240-4171-a958-6665606553df;
	max-width: 100%;
}
@media screen and (max-width: 768px) {
	.sd[data-s-aee25712-9240-4171-a958-6665606553df] {
		align-content: center;
		align-items: center;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: flex-start;
		--gap-h-aee25712-9240-4171-a958-6665606553df: 0px;
		--gap-v-aee25712-9240-4171-a958-6665606553df: 0px;
	}
}
@media screen and (max-width: 480px) {
	.sd[data-s-aee25712-9240-4171-a958-6665606553df] {
		flex-direction: column;
		--gap-h-aee25712-9240-4171-a958-6665606553df: 0px;
		--gap-v-aee25712-9240-4171-a958-6665606553df: 0px;
	}
}
.sd[data-s-f4f1bdaf-0daf-4687-9835-3716fc94501d] {
	color: #836A47;
	flex: none;
	font-family: var(--s-font-a3a1c582);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	height: auto;
	line-height: 1.3;
	text-align: center;
	width: auto;
	max-width: 100%;
	justify-content: center;
}
@media screen and (max-width:768px) {
	.sd[data-s-f4f1bdaf-0daf-4687-9835-3716fc94501d] {
		writing-mode: vertical-lr;
	}
}
.sd[data-s-2db44acb-1039-426a-b3d3-f1a153b7733b] {
	color: #836A47;
	flex: none;
	font-family: var(--s-font-a3a1c582);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	height: auto;
	letter-spacing: 0.15em;
	line-height: 1.3;
	text-align: center;
	width: auto;
	max-width: 100%;
	justify-content: center;
}
.sd[data-s-69bdbf93-3e7c-4a6e-ba14-0e055c6ebc71] {
	color: #836A47;
	flex: none;
	font-family: var(--s-font-a3a1c582);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	height: auto;
	letter-spacing: 0.15em;
	line-height: 1.3;
	text-align: center;
	width: auto;
	max-width: 100%;
	justify-content: center;
}
.sd[data-s-b8650506-84c8-4b5f-a4e5-d35414c3b260] {
	color: #836A47;
	flex: none;
	font-family: var(--s-font-a3a1c582);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	height: auto;
	letter-spacing: 0.15em;
	line-height: 1.3;
	text-align: center;
	width: auto;
	max-width: 100%;
	justify-content: center;
}
.sd[data-s-bd513c98-9663-4d5b-b077-5a3770c64aa6] {
	color: #836A47;
	flex: none;
	font-family: var(--s-font-a3a1c582);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	height: auto;
	letter-spacing: 0.15em;
	line-height: 1.3;
	text-align: center;
	width: auto;
	max-width: 100%;
	justify-content: center;
}
.sd[data-s-59daf1d2-f34c-4127-90df-1b263fbcb1e7] {
	align-content: center;
	align-items: center;
	background: #000000;
	border-bottom: 0px solid #836A47;
	border-left: 0px solid #836A47;
	border-right: 0px solid #836A47;
	border-top: 0px solid #836A47;
	flex: none;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 80px 0px;
	height: 150px;
	justify-content: center;
	padding: 0px 30px;
	width: auto;
	--gap-h-59daf1d2-f34c-4127-90df-1b263fbcb1e7: 0px;
	--gap-v-59daf1d2-f34c-4127-90df-1b263fbcb1e7: 80px;
	--gap-uuid: 59daf1d2-f34c-4127-90df-1b263fbcb1e7;
	max-width: 100%;
}
@media screen and (max-width: 768px) {
	.sd[data-s-59daf1d2-f34c-4127-90df-1b263fbcb1e7] {
		flex: none;
		flex-direction: column;
		gap: 60px;
		height: auto;
		padding: 21px 30px;
		--gap-h-59daf1d2-f34c-4127-90df-1b263fbcb1e7: 0px;
		--gap-v-59daf1d2-f34c-4127-90df-1b263fbcb1e7: 60px;
		max-width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.sd[data-s-59daf1d2-f34c-4127-90df-1b263fbcb1e7] {
		flex-direction: column;
		gap: 40px;
		--gap-h-59daf1d2-f34c-4127-90df-1b263fbcb1e7: 0px;
		--gap-v-59daf1d2-f34c-4127-90df-1b263fbcb1e7: 40px;
	}
}
.sd[data-s-5bfa6a70-690b-453a-b102-04735c92f5d3] {
	flex: none;
	height: auto;
	width: 110px;
	max-width: 100%;
}
.sd[data-s-b8a858c0-cc70-4033-ac23-b304973f9e56] {
	align-content: stretch;
	align-items: stretch;
	flex: none;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 80px 0px;
	justify-content: space-between;
	padding: 0px;
	width: 1280px;
	--gap-h-b8a858c0-cc70-4033-ac23-b304973f9e56: 0px;
	--gap-v-b8a858c0-cc70-4033-ac23-b304973f9e56: 80px;
	--gap-uuid: b8a858c0-cc70-4033-ac23-b304973f9e56;
	max-width: 100%;
}
@media screen and (max-width: 768px) {
	.sd[data-s-b8a858c0-cc70-4033-ac23-b304973f9e56] {
		flex-direction: column;
		flex-wrap: nowrap;
		gap: 60px;
		--gap-h-b8a858c0-cc70-4033-ac23-b304973f9e56: 0px;
		--gap-v-b8a858c0-cc70-4033-ac23-b304973f9e56: 60px;
	}
}
@media screen and (max-width: 480px) {
	.sd[data-s-b8a858c0-cc70-4033-ac23-b304973f9e56] {
		flex-direction: column;
		flex-wrap: nowrap;
		gap: 40px;
		--gap-h-b8a858c0-cc70-4033-ac23-b304973f9e56: 0px;
		--gap-v-b8a858c0-cc70-4033-ac23-b304973f9e56: 40px;
	}
}
.sd[data-s-9907122a-4959-4024-8323-868df16721bd] {}
.sd[data-s-b661d596-9ad2-499d-8b85-06efcf66db4d] {}
.sd[data-s-a06b5bb7-2268-483a-8fee-ad71721798b6] {}
.sd[data-s-32ad904e-c0d8-4713-b513-86bb097c2fb9] {}
.sd[data-s-5915dca0-1d29-4c3b-b551-b20351b9d651] {}
.sd[data-s-241d2fa3-dc40-4222-aeed-8e646211a8da] {}
.sd[data-s-ef4b91c5-5f8d-4835-aa95-35ade35a1a93] {
	align-content: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.0);
	flex: none;
	height: auto;
	justify-content: flex-start;
	padding: 0 0;
	width: calc(100% - (var(--gap-h-25d8a072-dd4b-468d-9ab1-6c0e161e7453) * 0));
	max-width: calc(100% - (var(--gap-h-25d8a072-dd4b-468d-9ab1-6c0e161e7453) * 0));
}
.sd[data-s-section-inner-ef4b91c5-5f8d-4835-aa95-35ade35a1a93] {
	padding: 0 0;
	width: 100%;
	height: auto;
	flex-direction: column;
	align-content: center;
	align-items: center;
	justify-content: flex-start;
	max-width: 100%;
}
.sd[data-s-25988a22-4867-4df2-a208-7c7da7e1d87b] {
	background: #e0dfdaff;
	flex: none;
	height: auto;
	padding: 0px 32px;
	width: 100%;
	max-width: 100%;
}
@media screen and (max-width: 480px) {
	.sd[data-s-25988a22-4867-4df2-a208-7c7da7e1d87b] {
		padding: 0px 16px;
	}
}
.sd[data-s-4ba9fd5e-7aa3-46f5-b3b8-f128c7015521] {
	flex: none;
	height: auto;
	margin: -7px 0px 0px 0px;
	width: 520px;
	max-width: 100%;
}
@media screen and (max-width: 480px) {
	.sd[data-s-4ba9fd5e-7aa3-46f5-b3b8-f128c7015521] {
		margin: -4px 0px 0px 0px;
		max-width: 100%;
	}
}
.sd[data-s-ea334319-cc17-4e65-b9a6-890af578144b] {
	align-content: center;
	align-items: center;
	flex: none;
	flex-wrap: nowrap;
	justify-content: flex-start;
	margin: -35px 0px 0px 0px;
	padding: 0px 32px;
	width: 100%;
	max-width: 100%;
}
@media screen and (max-width: 480px) {
	.sd[data-s-ea334319-cc17-4e65-b9a6-890af578144b] {
		padding: 0px 16px;
	}
}
.sd[data-s-feae2bd8-e547-43b8-bfe4-18998bfa87df] {
	flex: none;
	height: 500px;
	width: 1280px;
	max-width: 100%;
}
@media screen and (max-width: 768px) {
	.sd[data-s-feae2bd8-e547-43b8-bfe4-18998bfa87df] {
		flex: none;
		height: 400px;
		width: 100%;
		max-width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.sd[data-s-feae2bd8-e547-43b8-bfe4-18998bfa87df] {
		flex: none;
		height: 300px;
		width: 100%;
		max-width: 100%;
	}
}
.sd[data-s-603fc8aa-c5e1-4c8c-9f1e-732abe0dd014] {
	background: #e0dfdaff;
	flex: none;
	height: 50%;
	left: 0;
	margin: 0 0 0 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	max-width: 100%;
}
.sd[data-s-2514ad4a-5cb4-47bf-a8a3-393dc9221af3] {
	align-content: center;
	align-items: center;
	flex: none;
	flex-wrap: nowrap;
	gap: 120px;
	justify-content: center;
	padding: 0px 32px;
	width: calc(100% - (var(--gap-h-25d8a072-dd4b-468d-9ab1-6c0e161e7453) * 0));
	--gap-h-2514ad4a-5cb4-47bf-a8a3-393dc9221af3: 0px;
	--gap-v-2514ad4a-5cb4-47bf-a8a3-393dc9221af3: 120px;
	--gap-uuid: 2514ad4a-5cb4-47bf-a8a3-393dc9221af3;
	max-width: calc(100% - (var(--gap-h-25d8a072-dd4b-468d-9ab1-6c0e161e7453) * 0));
}
@media screen and (max-width: 1140px) {
	.sd[data-s-2514ad4a-5cb4-47bf-a8a3-393dc9221af3] {
		gap: 100px;
		--gap-h-2514ad4a-5cb4-47bf-a8a3-393dc9221af3: 0px;
		--gap-v-2514ad4a-5cb4-47bf-a8a3-393dc9221af3: 100px;
	}
}
@media screen and (max-width: 768px) {
	.sd[data-s-2514ad4a-5cb4-47bf-a8a3-393dc9221af3] {
		gap: 80px;
		--gap-h-2514ad4a-5cb4-47bf-a8a3-393dc9221af3: 0px;
		--gap-v-2514ad4a-5cb4-47bf-a8a3-393dc9221af3: 80px;
	}
}
@media screen and (max-width: 480px) {
	.sd[data-s-2514ad4a-5cb4-47bf-a8a3-393dc9221af3] {
		gap: 60px;
		--gap-h-2514ad4a-5cb4-47bf-a8a3-393dc9221af3: 0px;
		--gap-v-2514ad4a-5cb4-47bf-a8a3-393dc9221af3: 60px;
	}
}
.sd[data-s-8be60c3e-0723-4654-9d10-366967d0b9b4] {
	background: #F4F3F1;
	flex: none;
	height: auto;
	width: 1280px;
	max-width: 100%;
}
.sd[data-s-ccd7c4ed-3f2e-4c80-b854-61494f0f6fec] {
	align-content: stretch;
	align-items: stretch;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	padding: 8px;
}
@media screen and (max-width: 768px) {
	.sd[data-s-ccd7c4ed-3f2e-4c80-b854-61494f0f6fec] {
		align-content: center;
		align-items: center;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
}
.sd[data-s-9d887d7d-6859-4afe-a747-d5d5320ba4d0] {
	align-content: flex-start;
	align-items: flex-start;
	flex: none;
	flex-wrap: nowrap;
	gap: 24px;
	height: auto;
	justify-content: flex-start;
	padding: 40px;
	width: 50%;
	--gap-h-9d887d7d-6859-4afe-a747-d5d5320ba4d0: 0px;
	--gap-v-9d887d7d-6859-4afe-a747-d5d5320ba4d0: 24px;
	--gap-uuid: 9d887d7d-6859-4afe-a747-d5d5320ba4d0;
	max-width: 50%;
}
@media screen and (max-width: 768px) {
	.sd[data-s-9d887d7d-6859-4afe-a747-d5d5320ba4d0] {
		flex: none;
		padding: 32px;
		width: 100%;
		--gap-h-9d887d7d-6859-4afe-a747-d5d5320ba4d0: 0px;
		--gap-v-9d887d7d-6859-4afe-a747-d5d5320ba4d0: 24px;
		max-width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.sd[data-s-9d887d7d-6859-4afe-a747-d5d5320ba4d0] {
		padding: 24px;
		--gap-h-9d887d7d-6859-4afe-a747-d5d5320ba4d0: 0px;
		--gap-v-9d887d7d-6859-4afe-a747-d5d5320ba4d0: 24px;
	}
}
.sd[data-s-7295bbcc-7e17-4d90-b421-e3a4c7e71a58] {
	align-content: flex-start;
	align-items: flex-start;
	flex-wrap: nowrap;
	gap: 0px;
	justify-content: flex-start;
	padding: 0px;
	--gap-h-7295bbcc-7e17-4d90-b421-e3a4c7e71a58: 0px;
	--gap-v-7295bbcc-7e17-4d90-b421-e3a4c7e71a58: 0px;
	--gap-uuid: 7295bbcc-7e17-4d90-b421-e3a4c7e71a58;
}
.sd[data-s-9ad871f1-caad-41f0-a100-ee5a263cd684] {
	color: #836A47b3;
	flex: none;
	font-family: var(--s-font-e298a2b5);
	font-size: 15px;
	font-style: italic;
	font-weight: 600;
	height: auto;
	letter-spacing: 0.05em;
	line-height: 1.2em;
	text-align: left;
	width: auto;
	max-width: 100%;
	justify-content: flex-start;
}
.sd[data-s-6e6f0466-cae6-4b05-bb73-8c5046484b60] {
	color: #836A47;
	flex: none;
	font-family: var(--s-font-1daec59c);
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	height: auto;
	letter-spacing: 0.15em;
	line-height: 1.2em;
	text-align: left;
	width: auto;
	max-width: 100%;
	justify-content: flex-start;
}
.sd[data-s-4cb7278a-2242-4247-ac9a-e8519485ecd2] {
	color: #836A47;
	font-family: var(--s-font-a3a1c582);
	font-size: 15px;
	font-weight: 400;
	height: auto;
	letter-spacing: 0.15em;
	line-height: 1.2em;
	text-align: left;
	width: auto;
	max-width: 100%;
	justify-content: flex-start;
}
.sd[data-s-e710fad4-fa1d-4831-a5be-c4b8543e2824] {
	align-content: flex-start;
	align-items: flex-start;
	background: #000000;
	flex: none;
	height: 40px;
	justify-content: flex-start;
	left: -16px;
	margin: 0 0 0 0;
	position: absolute;
	top: -16px;
	width: 40px;
	max-width: 100%;
}
@media screen and (max-width: 768px) {
	.sd[data-s-e710fad4-fa1d-4831-a5be-c4b8543e2824] {
		flex: none;
		height: 35px;
		left: -12px;
		top: -12px;
		width: 35px;
		max-width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.sd[data-s-e710fad4-fa1d-4831-a5be-c4b8543e2824] {
		flex: none;
		height: 30px;
		width: 30px;
		max-width: 100%;
	}
}
.sd[data-s-1ee51914-f0ae-472d-adb0-ba0634d3002a] {
	align-content: flex-start;
	align-items: flex-start;
	flex: none;
	flex-wrap: nowrap;
	height: 50%;
	justify-content: flex-start;
	padding: 0px;
	width: 100%;
	max-width: 100%;
}
.sd[data-s-25a0c88c-b6d0-44dd-a3e7-5b641ab43ad1] {
	background: #F4F3F11a;
	flex: none;
	height: 100%;
	width: 50%;
	max-width: 50%;
}
.sd[data-s-c720420c-2b68-43e8-bd55-39bc48f4e44a] {
	align-content: flex-end;
	align-items: flex-end;
	flex: none;
	flex-wrap: nowrap;
	height: 50%;
	justify-content: flex-start;
	padding: 0px;
	width: 100%;
	max-width: 100%;
}
.sd[data-s-b6304955-4cfe-43a5-a592-67af4ccbe3a0] {
	background: #F4F3F11a;
	flex: none;
	height: 100%;
	width: 50%;
	max-width: 50%;
}
.sd[data-s-41631713-6925-4215-8886-d9efe35a6851] {
	align-content: stretch;
	align-items: stretch;
	flex: none;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-start;
	padding: 0px;
	width: 50%;
	--gap-h-41631713-6925-4215-8886-d9efe35a6851: 8px;
	--gap-v-41631713-6925-4215-8886-d9efe35a6851: 8px;
	--gap-uuid: 41631713-6925-4215-8886-d9efe35a6851;
	max-width: 50%;
}
@media screen and (max-width: 768px) {
	.sd[data-s-41631713-6925-4215-8886-d9efe35a6851] {
		flex: none;
		width: 100%;
		--gap-h-41631713-6925-4215-8886-d9efe35a6851: 8px;
		--gap-v-41631713-6925-4215-8886-d9efe35a6851: 8px;
		max-width: 100%;
	}
}
.sd[data-s-6a778caf-7edf-4eb4-84f6-a4cf72b9d904] {
	align-content: flex-start;
	align-items: flex-start;
	flex: none;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	padding: 0px;
	width: calc(50% - (var(--gap-h-41631713-6925-4215-8886-d9efe35a6851) * 0.5));
	max-width: calc(50% - (var(--gap-h-41631713-6925-4215-8886-d9efe35a6851) * 0.5));
}
.sd[data-s-50951680-0541-423b-9ed6-5e809a4ee05a] {
	flex: none;
	height: 100%;
	width: 100%;
	max-width: 100%;
}
.sd[data-s-affa7b63-db6d-48e8-be9a-856440101918] {
	align-content: flex-start;
	align-items: flex-start;
	flex: none;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	padding: 0px;
	width: calc(50% - (var(--gap-h-41631713-6925-4215-8886-d9efe35a6851) * 0.5));
	max-width: calc(50% - (var(--gap-h-41631713-6925-4215-8886-d9efe35a6851) * 0.5));
}
.sd[data-s-d626b7a5-b9e7-4eaa-b961-874f955f0395] {
	flex: none;
	height: 100%;
	width: 100%;
	max-width: 100%;
}
.sd[data-s-e207762f-68da-45a1-b0cd-b65d47e4351b] {
	align-content: flex-start;
	align-items: flex-start;
	flex: none;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	padding: 0px;
	width: calc(33.33% - (var(--gap-h-41631713-6925-4215-8886-d9efe35a6851) * 0.6667));
	max-width: calc(33.33% - (var(--gap-h-41631713-6925-4215-8886-d9efe35a6851) * 0.6667));
}
.sd[data-s-2adc5bf2-4822-41a1-a8e9-f8feca4678a6] {
	flex: none;
	height: 100%;
	width: 100%;
	max-width: 100%;
}
.sd[data-s-ff3794e9-e9c6-4446-afff-5881824bab5c] {
	align-content: flex-start;
	align-items: flex-start;
	flex: none;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	padding: 0px;
	width: calc(33.33% - (var(--gap-h-41631713-6925-4215-8886-d9efe35a6851) * 0.6667));
	max-width: calc(33.33% - (var(--gap-h-41631713-6925-4215-8886-d9efe35a6851) * 0.6667));
}
.sd[data-s-0416b319-04a9-4a70-af98-37448432c638] {
	flex: none;
	height: 100%;
	width: 100%;
	max-width: 100%;
}
.sd[data-s-868ba299-66cd-43cb-a9f2-90a21c04f693] {
	align-content: flex-start;
	align-items: flex-start;
	flex: none;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	padding: 0px;
	width: calc(33.33% - (var(--gap-h-41631713-6925-4215-8886-d9efe35a6851) * 0.6667));
	max-width: calc(33.33% - (var(--gap-h-41631713-6925-4215-8886-d9efe35a6851) * 0.6667));
}
.sd[data-s-9077475f-6111-4b45-b7a0-ba21c4c1ad1f] {
	flex: none;
	height: 100%;
	width: 100%;
	max-width: 100%;
}
.sd[data-s-734f8a60-0dea-4ad5-b779-b9d868dea441] {}