#fw-section-rich-text-8c82e97f-66ba-4d1e-ae95-c5c65e571f46 {

h1 {
  text-align: center;
  padding: 15px;
  text-transform: none;
}
}
#fw-section-rich-text-adb1af2d-c06d-49d6-81e9-7b1859fa21c5 {

p {
  text-align: justify;
  padding: 5px;
}
h1 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h3 {
  text-align: center;
  padding: 5px;
  text-transform: none;  
}
}
#fw-section-links-list-f3628277-1471-4044-8c11-d856b6f2e581 {

h1 {
  text-align: center;
  padding: 15px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 15px;
  text-transform: none;
  column-span: all;
}
h3 {
  text-align: center;
  padding: 15px;
  text-transform: none; 
}
}
#fw-section-rich-text-c8ddeba7-8151-422b-bfce-a55329fc4395 {

p {
  text-align: justify;
  padding: 5px;
}
}
#fw-section-rich-text-bf354880-9aba-4e34-97ed-96b11b4551a6 {

p {
  text-align: justify;
  padding: 5px;
}
}
#fw-section-image-with-text-d526b328-f0dc-4a18-b741-428066ee6cf1 {

p {
  text-align: justify;
  padding: 5px;
}
}
#fw-section-rich-text-ce4b20f7-6947-4d60-9d66-3de7dd6f988c {

p {
  text-align: justify;
  padding: 5px;
}
}
#fw-section-rich-text-8d568ef6-d68a-46b3-b366-7642462f1c9a {

p {
  text-align: justify;
  padding: 5px;
}
}
#fw-section-rich-text-272b7569-a981-4927-9563-f8de458aed27 {

p {
  text-align: justify;
  padding: 5px;
}
}
#fw-section-links-list-096c5bca-c603-4b56-b0ec-848f43223580 {

h1 {
  text-align: center;
  padding: 15px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 15px;
  text-transform: none;
  column-span: all;
}
h3 {
  text-align: center;
  padding: 15px;
  text-transform: none; 
}
}
#fw-section-rich-text-14fc1642-eb02-4b4a-9006-f68fe99fe8d7 {

p {
  text-align: justify;
  padding: 5px;
}
}
#fw-section-rich-text-4239b946-9978-4bb9-9b88-f86ff1018d0e {

p {
  text-align: justify;
  padding: 5px;
}
h1 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h3 {
  text-align: center;
  padding: 5px;
  text-transform: none;  
}

}
#fw-section-rich-text-2f8c5ab1-f554-4ffa-a936-1bfc038b4fb4 {

p {
  text-align: justify;
  padding: 5px;
}
}
#fw-section-rich-text-394d3672-ef5c-4702-a13b-81098c64116d {

p {
  text-align: justify;
  padding: 5px;
}
}
#fw-section-rich-text-cb97a2a7-abb4-42c5-aab4-45ebb718cc19 {

p {
  text-align: justify;
  padding: 5px;
}
}
#fw-section-rich-text-767fd76a-ca8a-49d0-84cf-74814a7ce8c4 {

p {
  text-align: justify;
  padding: 5px;
}
h1 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h3 {
  text-align: center;
  padding: 5px;
  text-transform: none;  
}
}
#fw-section-rich-text-d5c83a35-da67-48c3-bd1c-2a7080d83d1c {

p {
  text-align: justify;
  padding: 5px;
}
h1 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h3 {
  text-align: center;
  padding: 5px;
  text-transform: none;  
}
}
#fw-section-custom-html-61666b8c-72d4-4872-a7dc-0aab35c6ee6f {

p {
  text-align: justify;
  padding: 5px;
}
.list {
	padding-top: 3px;
}
h1 {
  text-align: center;
  padding: 5px;
}
h2 {
  text-align: center;
  padding: 5px;
}
ul {
	display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
	padding-left: 1.1em;
    list-style-position: initial;
	list-style: disc outside none;
}
li {
	display: list-item;
	list-style-position: initial;
	padding: 3px;
}
/* Spoilers */
.spoiler {
    position: relative;
    display: inline-block;
    cursor: help;
  	border: 1px #fff;
}
.spoiler::before {
    content: 'Spoiler'; /* &hellip; */
    position: absolute;
    left: -2px;
    top: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 1px;
  	font-size: .9rem;
    color: #E0CFF1;
    background: #39116F;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: opacity 0.7s ease, transform 0.3s ease; /* hide faster than reveal */
}
.spoiler:hover::before {
    opacity: 0;
    transform: translateY(-50%)rotateX(80deg);
    transition: opacity 1.0s ease, transform 0.5s ease; /* slower reveal */
}
.twmenu {
  text-align: center;
}
}
#fw-section-rich-text-820792df-b023-44bc-bf7a-ddbdcab2f2ec {

h1 {
  text-align: center;
  padding: 15px;
  text-transform: none;
}
}
#fw-section-rich-text-67c77895-951e-4da6-9eaa-624432549bea {

h1 {
  text-align: center;
  padding: 15px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 15px;
  text-transform: none;
  column-span: all;
}
h3 {
  text-align: center;
  padding: 15px;
  text-transform: none; 
}
}

#fw-section-rich-text-18a1a471-f8ae-404b-a8d0-6bf19a837443 {

h1 {
  text-align: center;
  padding: 15px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 15px;
  text-transform: none;
  column-span: all;
}
h3 {
  text-align: center;
  padding: 15px;
  text-transform: none; 
}
}
#fw-section-links-list-25130be0-bf19-481c-87e4-b678400c3470 {

p {
  text-align: center;
  padding: 5px;
}
h1 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h3 {
  text-align: center;
  padding: 5px;
  text-transform: none;  
}
.button {
  border-radius: 16px 0px;
}
}
#fw-section-rich-text-90546792-54bb-4556-b6d3-8beb3fcdeca8 {

h1 {
  text-align: center;
  padding: 15px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 15px;
  text-transform: none;
  column-span: all;
}
h3 {
  text-align: center;
  padding: 15px;
  text-transform: none; 
}
}
#fw-section-rich-text-174198964118450 {

h1 {
  text-align: center;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 15px;
  text-transform: none;
  column-span: all;
}
h3 {
  text-align: center;
  padding: 15px;
  text-transform: none; 
}
}
#fw-section-custom-html-113afe68-41fb-4dc5-8b36-307f6d9f0aa7 {

p {
  text-align: justify;
  padding: 5px;
}
.list {
	padding-top: 3px;
}
h1 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h3 {
  text-align: center;
  padding: 5px;
  text-transform: none;  
}
ul {
	display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
	padding-left: 1.1em;
    list-style-position: initial;
	list-style: disc outside none;
}
li {
	display: list-item;
	list-style-position: initial;
	padding: 3px;
    text-align: justify;
}
/* Spoilers */
.spoiler {
    position: relative;
    display: inline-block;
    cursor: help;
  	border: 1px #fff;
}
.spoiler::before {
    content: 'Spoiler'; /* &hellip; */
    position: absolute;
    left: -2px;
    top: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 1px;
  	font-size: .9rem;
    color: #E0CFF1;
    background: #39116F;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: opacity 0.7s ease, transform 0.3s ease; /* hide faster than reveal */
}
.spoiler:hover::before {
    opacity: 0;
    transform: translateY(-50%)rotateX(80deg);
    transition: opacity 1.0s ease, transform 0.5s ease; /* slower reveal */
}
.twmenu {
  text-align: center;
}
}
#fw-section-image-6791fae5-513e-4939-8bbc-d13b5a917068 {

img {
  border-radius: 0px 0px 35px 35px;
  border-width: 1px 1px 5px 1px;
  border-style: solid;
  border-color: #A691B9;
}
}
#fw-section-rich-text-cc021d30-4751-4e22-a8aa-5a2a16e7687b {

h1 {
  text-align: center;
  padding: 15px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 15px;
  text-transform: none;
  column-span: all;
}
h3 {
  text-align: center;
  padding: 15px;
  text-transform: none; 
}
}
#fw-section-rich-text-0d55b853-8bf2-461e-a62f-a08b790937ba {

h1 {
  text-align: center;
  padding: 15px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 15px;
  text-transform: none;
  column-span: all;
}
h3 {
  text-align: center;
  padding: 15px;
  text-transform: none; 
}
}
#fw-section-rich-text-68e19a28-4d40-43b1-aee5-61d5f8039771 {

p {
  text-align: justify;
  padding: 5px;
}
h1 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h3 {
  text-align: center;
  padding: 5px;
  text-transform: none;  
}
}

#fw-section-rich-text-ef42df98-7477-4c88-a9af-c6beaf78b0d7 {

p {
  text-align: justify;
  padding: 5px;
}
h1 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h3 {
  text-align: center;
  padding: 5px;
  text-transform: none;  
}
}
#fw-section-rich-text-64c9c8b6-6cee-4498-a3bf-80390beb15d7 {

p {
  text-align: justify;
  padding: 5px;
}
.center {
	text-align: center;
}
h1 {
  text-align: center;
  padding: 15px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 15px;
  text-transform: none;
  column-span: all;
}
h3 {
  text-align: center;
  padding: 15px;
  text-transform: none; 
}
}
#fw-section-custom-html-9b910c5d-672b-451e-a962-2f5c31a437f7 {

p {
  text-align: justify;
  padding: 5px;
}
.list {
	padding-top: 3px;
}
h1 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h3 {
  text-align: center;
  padding: 5px;
  text-transform: none;  
}
ul {
	display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
	padding-left: 1.1em;
    list-style-position: initial;
	list-style: disc outside none;
}
li {
	display: list-item;
	list-style-position: initial;
	padding: 3px;
}
/* Spoilers */
.spoiler {
    position: relative;
    display: inline-block;
    cursor: help;
  	border: 1px #fff;
}
.spoiler::before {
    content: 'Spoiler'; /* &hellip; */
    position: absolute;
    left: -2px;
    top: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 1px;
  	font-size: .9rem;
    color: #E0CFF1;
    background: #39116F;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: opacity 0.7s ease, transform 0.3s ease; /* hide faster than reveal */
}
.spoiler:hover::before {
    opacity: 0;
    transform: translateY(-50%)rotateX(80deg);
    transition: opacity 1.0s ease, transform 0.5s ease; /* slower reveal */
}
.twmenu {
  text-align: center;
}
}
#fw-section-image-4a51d8ac-7b4e-4c5a-9144-433118b2aaf5 {

.image-section__image {
  width: 30%;
}
}


#fw-section-custom-html-06cdbdde-b45b-4da8-8b87-6aea2a1be91c {

p {
  text-align: justify;
  padding: 5px;
}
h1 {
  text-transform: none;
  padding: 20px;
}
h2 {
  text-transform: none;
  padding: 0px 20px 20px 20px;
  text-align: center;
  margin-top: 0px;
}
h3 {
  text-transform: none;
  padding: 20px;
  text-align: center;
}
.indent {
  margin: 0 10%;
}
.last {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
}
#fw-section-image-971e94d5-9dee-468c-9e0f-a2cd89f09318 {

img {
  width: 80%;
}
}



#fw-section-links-list-72377517-3218-4628-8a56-9cf2f29c12cd {

h1 {
  text-align: center;
  padding: 15px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 15px;
  text-transform: none;
  column-span: all;
}
h3 {
  text-align: center;
  padding: 15px;
  text-transform: none; 
}
}
#fw-section-links-list-a972621c-cc6d-47d3-86a7-0ee7bc324320 {

h1 {
  text-align: center;
  padding: 15px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 15px;
  text-transform: none;
  column-span: all;
}
h3 {
  text-align: center;
  padding: 15px;
  text-transform: none; 
}
}
#fw-section-image-4eca8ba0-569e-44c8-b9c9-f08ac5e03d6b {

img {
  width:200px;
}
}


#fw-section-links-list-0a25b481-9b87-4e3b-ab81-6d89a89d97d1 {

h1 {
  text-align: center;
  padding: 15px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 15px;
  text-transform: none;
  column-span: all;
}
h3 {
  text-align: center;
  padding: 15px;
  text-transform: none; 
}
}
#fw-section-rich-text-92d5b6d5-785e-44ad-ab1c-8a5a75516283 {

h1 {
  text-align: center;
  padding: 15px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 15px;
  text-transform: none;
  column-span: all;
}
h3 {
  text-align: center;
  padding: 15px;
  text-transform: none; 
}
}
#fw-section-rich-text-174198744590167 {

h1 {
  text-align: center;
  padding: 15px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 15px;
  text-transform: none;
  column-span: all;
}
h3 {
  text-align: center;
  padding: 15px;
  text-transform: none; 
}
}

#fw-section-image-74864d5b-ef42-4b91-b423-7d929a085c4f {

img {
  width:200px;
}
}
#fw-section-image-a5846fc9-f7bf-4dea-812e-3def65857c1f {

img {
  width: 40%;
}
}
#fw-section-image-cb1a86ad-23e7-455b-af5f-715ecad61ad7 {

img {
  width:200px;
}
}
#fw-section-rich-text-729093e6-cb4f-4b1c-b2a7-de4469da9271 {

h1 {
  text-align: center;
  padding: 15px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 15px;
  text-transform: none;
  column-span: all;
}
h3 {
  text-align: center;
  padding: 15px;
  text-transform: none; 
}
}
#fw-section-rich-text-174121605061615 {

p {
  text-align: justify;
  padding: 5px;
}
h1 {
	text-transform: none;
}
h2 {
	text-transform: none;
}
h3 {
	text-transform: none;
}
}
#fw-section-custom-html-3fb0e137-f596-47a0-9f71-716b1d879e83 {

p {
  text-align: justify;
  padding: 5px;
}
.list {
	padding-top: 3px;
}
h1 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h3 {
  text-align: center;
  padding: 5px;
  text-transform: none;  
}
ul {
	display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
	padding-left: 1.1em;
    list-style-position: initial;
	list-style: disc outside none;
}
li {
	display: list-item;
	list-style-position: initial;
	padding: 3px;
    text-align: justify;
}
/* Spoilers */
.spoiler {
    position: relative;
    display: inline-block;
    cursor: help;
  	border: 1px #fff;
}
.spoiler::before {
    content: 'Spoiler'; /* &hellip; */
    position: absolute;
    left: -2px;
    top: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 1px;
  	font-size: .9rem;
    color: #E0CFF1;
    background: #39116F;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: opacity 0.7s ease, transform 0.3s ease; /* hide faster than reveal */
}
.spoiler:hover::before {
    opacity: 0;
    transform: translateY(-50%)rotateX(80deg);
    transition: opacity 1.0s ease, transform 0.5s ease; /* slower reveal */
}
.twmenu {
  text-align: center;
}
}
#fw-section-rich-text-480401a9-a846-467d-b9ee-78df0df62154 {

p {
  text-align: justify;
  padding: 5px;
}
h1 {
  text-transform: none;
  padding: 20px;
}
h2 {
  text-transform: none;
  padding: 20px;
}
h3 {
  text-transform: none;
  padding: 20px;
}
}
#fw-section-image-b2da6cce-e5e0-462c-ad21-0a26082a6d36 {

img {
  width:200px;
}
}

#fw-section-rich-text-174121767850485 {

p {
  text-align: justify;
  padding: 5px;
}
h1 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h3 {
  text-align: center;
  padding: 5px;
  text-transform: none;  
}
}
#fw-section-image-f305fc07-a3b9-4335-81eb-a65f85d98fc7 {

img {
  width:200px;
}
}
#fw-section-rich-text-29b11c41-9b18-487d-b88f-6be2b6deaa6f {

p {
  text-align: justify;
  padding: 5px;
}
h1 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h3 {
  text-align: center;
  padding: 5px;
  text-transform: none;  
}
}
#fw-section-custom-html-2ee99f78-bce5-49ac-a172-0a08e7fe9036 {

p {
  text-align: justify;
  padding: 5px;
}
.center {
  text-align: center;
}
blockquote {
	text-align: justify;
    margin: 15px;
	padding: 15px;
	margin-left: 40px;
	margin-right: 40px;
	border-left: 2px solid #cccccc;
}
.cite {
	text-align: right;
	padding: 5px;
	font-style: italic;
	font-variant: small-caps;
}
.cite::before {
  content: "—";
}
h1 {
  text-align: center;
  padding: 15px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 15px;
  text-transform: none;
  column-span: all;
}
h3 {
  text-align: center;
  padding: 15px;
  text-transform: none; 
}
}
#fw-section-image-07bdc775-ede1-4ac1-b2d6-1290fae09345 {

img {
  border-radius: 0px 0px 35px 35px;
  border-width: 1px 1px 5px 1px;
  border-style: solid;
  border-color: #A691B9;
}
}
#fw-section-links-list-1a13e2b9-368e-4fbc-9751-029084139c95 {

h1 {
  text-align: center;
  padding: 15px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 15px;
  text-transform: none;
  column-span: all;
}
h3 {
  text-align: center;
  padding: 15px;
  text-transform: none; 
}
}
#fw-section-custom-html-4360bb08-888b-49b1-a726-01381657f413 {

.series {
  list-style: outside "📚 ";
  margin: 0;
  font-size: 20px;
}
.books {
  list-style: outside "📘 ";
  margin: 0;
  font-size: 18px;
  padding-left: 30px;
}
.twmenu {
  display: flex;
  justify-content: center;
}
}
#fw-section-links-list-3b4956f0-64a8-4073-a321-313e4e003a8c {

h1 {
  text-align: center;
  padding: 15px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 15px;
  text-transform: none;
  column-span: all;
}
h3 {
  text-align: center;
  padding: 15px;
  text-transform: none; 
}
}
#fw-section-custom-html-8b975f68-f06a-40ec-a2ef-38466251a7c8 {

p {
  text-align: justify;
  padding: 5px;
}
.list {
	padding-top: 3px;
}
h1 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h3 {
  text-align: center;
  padding: 5px;
  text-transform: none;  
}
ul {
	display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
	padding-left: 1.1em;
    list-style-position: initial;
	list-style: disc outside none;
}
li {
	display: list-item;
	list-style-position: initial;
	padding: 3px;
    text-align: justify;
}
/* Spoilers */
.spoiler {
    position: relative;
    display: inline-block;
    cursor: help;
  	border: 1px #fff;
}
.spoiler::before {
    content: 'Spoiler'; /* &hellip; */
    position: absolute;
    left: -2px;
    top: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 1px;
  	font-size: .9rem;
    color: #E0CFF1;
    background: #39116F;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: opacity 0.7s ease, transform 0.3s ease; /* hide faster than reveal */
}
.spoiler:hover::before {
    opacity: 0;
    transform: translateY(-50%)rotateX(80deg);
    transition: opacity 1.0s ease, transform 0.5s ease; /* slower reveal */
}
.twmenu {
  text-align: center;
}
}
#fw-section-image-3fe387bd-8c77-4817-a40a-a4f2bb85e970 {

img {
  width:200px;
}
}
#fw-section-image-a9dac633-5e42-4e60-8716-ba496c069cb6 {

img {
  width:200px;
}
}
#fw-section-image-12e84b1c-cae4-4bc6-b149-c541b01e8c58 {

img {
  width:200px;
}
}
#fw-section-image-with-text-3967a121-114d-4adf-a5ef-30469e51b5c8 {

p {
  text-align: justify;
  padding: 5px;
}
}

#fw-section-image-with-text-271c576e-1c4a-4c25-b3d8-8fef60f72af0 {

p {
  text-align: justify;
  padding: 5px;
}
}


#fw-section-image-with-text-aa59615f-2ba0-46dc-afd8-a8219786529f {

p {
  text-align: justify;
  padding: 5px;
}
}
#fw-section-image-e11c7f11-04c3-4e9a-b3fb-52d137d515be {

img {
  width: 80%;
}
}

#fw-section-image-with-text-d659921b-0105-46ac-b100-d3178cb0dfd7 {

p {
  text-align: justify;
  padding: 5px;
}
}



#fw-section-image-with-text-e13482f3-891f-48bd-ad60-591d9b7eb3ad {

p {
  text-align: justify;
  padding: 5px;
}
}
#fw-section-image-55216093-0048-4fbc-8c56-f8b7386d5aaa {

img {
  width: 80%;
}
}
#fw-section-image-with-text-22eb8e33-2db5-4355-ae78-aa5fb3f11f8d {

p {
  text-align: justify;
  padding: 5px;
}
}

#fw-section-rich-text-b3a83364-dbb8-4261-b80b-ebe7ad5b26eb {

p {
  text-align: justify;
  padding: 5px;
}
h1 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h3 {
  text-align: center;
  padding: 5px;
  text-transform: none;  
}
}
#fw-section-custom-html-776740d4-4f1c-4268-b1d4-f07f4350c4fe {

.series {
  list-style: outside "📚 ";
  margin: 0;
  font-size: 20px;
}
.books {
  list-style: outside "📘 ";
  margin: 0;
  font-size: 18px;
  padding-left: 30px;
}
.twmenu {
  display: flex;
  justify-content: center;
}
}
#fw-section-custom-html-fc4a2259-5146-4947-be2d-5461dd59558f {

p {
  text-align: justify;
  padding: 5px;
}
.list {
	padding-top: 3px;
}
h1 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h3 {
  text-align: center;
  padding: 5px;
  text-transform: none;  
}
ul {
	display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
	padding-left: 1.1em;
    list-style-position: initial;
	list-style: disc outside none;
}
li {
	display: list-item;
	list-style-position: initial;
	padding: 3px;
    text-align: justify;
}
/* Spoilers */
.spoiler {
    position: relative;
    display: inline-block;
    cursor: help;
  	border: 1px #fff;
}
.spoiler::before {
    content: 'Spoiler'; /* &hellip; */
    position: absolute;
    left: -2px;
    top: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 1px;
  	font-size: .9rem;
    color: #E0CFF1;
    background: #39116F;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: opacity 0.7s ease, transform 0.3s ease; /* hide faster than reveal */
}
.spoiler:hover::before {
    opacity: 0;
    transform: translateY(-50%)rotateX(80deg);
    transition: opacity 1.0s ease, transform 0.5s ease; /* slower reveal */
}
.twmenu {
  text-align: center;
}
}
#fw-section-image-6db57429-7b9a-488b-9b1d-86574d0c1264 {

img {
  border-radius: 0px 0px 35px 35px;
  border-width: 1px 1px 5px 1px;
  border-style: solid;
  border-color: #A691B9;
}
}
#fw-section-image-8246e88c-9334-4f50-9d4c-ef328da943bd {

img {
  border-radius: 0px 0px 35px 35px;
  border-width: 1px 1px 5px 1px;
  border-style: solid;
  border-color: #A691B9;
}
}
#fw-section-image-dd203a84-21d4-462c-9d1f-b28c8d1e6f89 {

img {
  border-radius: 0px 0px 35px 35px;
  border-width: 1px 1px 5px 1px;
  border-style: solid;
  border-color: #A691B9;
}
}
#fw-section-image-2982111c-b91d-49f5-830e-74e1fd85670b {

img {
  border-radius: 0px 0px 35px 35px;
  border-width: 1px 1px 5px 1px;
  border-style: solid;
  border-color: #A691B9;
}
}
#fw-section-image-with-text-9987d5ae-43a3-4fc4-b4ee-922db11bf836 {

p {
  text-align: justify;
  padding: 5px;
}
}
#fw-section-image-with-text-1c9ffbe1-24e3-45f3-b620-08b0e5003368 {

p {
  text-align: justify;
  padding: 5px;
}
}
#fw-section-custom-html-c2ad404b-7946-4efd-a89d-fa14cef809b5 {

p {
  text-align: justify;
  padding: 5px;
}
.list {
	padding-top: 3px;
}
h1 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h3 {
  text-align: center;
  padding: 5px;
  text-transform: none;  
}
ul {
	display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
	padding-left: 1.1em;
    list-style-position: initial;
	list-style: disc outside none;
}
li {
	display: list-item;
	list-style-position: initial;
	padding: 3px;
    text-align: justify;
}
/* Spoilers */
.spoiler {
    position: relative;
    display: inline-block;
    cursor: help;
  	border: 1px #fff;
}
.spoiler::before {
    content: 'Spoiler'; /* &hellip; */
    position: absolute;
    left: -2px;
    top: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 1px;
  	font-size: .9rem;
    color: #E0CFF1;
    background: #39116F;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: opacity 0.7s ease, transform 0.3s ease; /* hide faster than reveal */
}
.spoiler:hover::before {
    opacity: 0;
    transform: translateY(-50%)rotateX(80deg);
    transition: opacity 1.0s ease, transform 0.5s ease; /* slower reveal */
}
.twmenu {
  text-align: center;
}
}
#fw-section-image-with-text-eaa3dc6b-a7d4-4766-a6ea-e40e147d5be4 {

p {
  text-align: justify;
  padding: 5px;
}
}
#fw-section-image-with-text-977bfbee-598b-4913-b657-caa6d279e26d {

p {
  text-align: justify;
  padding: 5px;
}
}
#fw-section-links-list-d6bdbcae-7bc7-431f-8801-b8faf7b23bec {

h1 {
  text-align: center;
  padding: 15px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 15px;
  text-transform: none;
  column-span: all;
}
h3 {
  text-align: center;
  padding: 15px;
  text-transform: none; 
}
}
#fw-section-rich-text-a2d98ef0-b2de-4aeb-9b67-7bf90d4af630 {

h1 {
  text-align: center;
  padding: 15px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 15px;
  text-transform: none;
  column-span: all;
}
h3 {
  text-align: center;
  padding: 15px;
  text-transform: none; 
}
}
#fw-section-rich-text-58930a2a-6e53-4c4d-a4d4-b17b055a1e8e {

p {
  text-align: justify;
  padding: 5px;
}
h1 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h3 {
  text-align: center;
  padding: 5px;
  text-transform: none;  
}
}

#fw-section-rich-text-174121351885896 {

p {
  text-align: justify;
  padding: 5px;
}
h1 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h3 {
  text-align: center;
  padding: 5px;
  text-transform: none;  
}
}
#fw-section-rich-text-174139559049101 {

p {
  text-align: justify;
  padding: 5px;
}
h1 {
  text-transform: none;
  padding: 20px;
}
h2 {
  text-transform: none;
  padding: 20px;
}
h3 {
  text-transform: none;
  padding: 20px;
}
}
#fw-section-links-list-e0a96511-6ece-47cf-b62d-68bd9aca6fc5 {

h1 {
  text-align: center;
  padding: 15px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 15px;
  text-transform: none;
  column-span: all;
}
h3 {
  text-align: center;
  padding: 15px;
  text-transform: none; 
}
}
#fw-section-rich-text-174121678252923 {

p {
  text-align: justify;
  padding: 5px;
}
h1 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h3 {
  text-align: center;
  padding: 5px;
  text-transform: none;  
}
}
#fw-section-custom-html-0be4b1c5-0bfc-406b-8a99-c0c119c030f5 {

.series {
  list-style: outside "📚 ";
  margin: 0;
  font-size: 20px;
}
.books {
  list-style: outside "📘 ";
  margin: 0;
  font-size: 18px;
  padding-left: 30px;
}
.twmenu {
  display: flex;
  justify-content: center;
}
}
#fw-section-rich-text-174146772657617 {

p {
  text-align: justify;
  padding: 5px;
}
li {
  text-align: justify !important;
  padding: 5px;
}
h1 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h3 {
  text-align: center;
  padding: 5px;
  text-transform: none;  
}
}
#fw-section-custom-html-ad671867-b283-4251-b914-747d5240989d {

.series {
  list-style: outside "📚 ";
  margin: 0;
  font-size: 20px;
}
.books {
  list-style: outside "📘 ";
  margin: 0;
  font-size: 18px;
  padding-left: 30px;
}
.twmenu {
  display: flex;
  justify-content: center;
}
}
#fw-section-custom-html-797c7163-e82c-4506-b4bf-5b981ac2ba5e {

p {
  text-align: justify;
  padding: 5px;
}
.list {
	padding-top: 3px;
}
h1 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h3 {
  text-align: center;
  padding: 5px;
  text-transform: none;  
}
ul {
	display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
	padding-left: 1.1em;
    list-style-position: initial;
	list-style: disc outside none;
}
li {
	display: list-item;
	list-style-position: initial;
	padding: 3px;
    text-align: justify;
}
/* Spoilers */
.spoiler {
    position: relative;
    display: inline-block;
    cursor: help;
  	border: 1px #fff;
}
.spoiler::before {
    content: 'Spoiler'; /* &hellip; */
    position: absolute;
    left: -2px;
    top: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 1px;
  	font-size: .9rem;
    color: #E0CFF1;
    background: #39116F;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: opacity 0.7s ease, transform 0.3s ease; /* hide faster than reveal */
}
.spoiler:hover::before {
    opacity: 0;
    transform: translateY(-50%)rotateX(80deg);
    transition: opacity 1.0s ease, transform 0.5s ease; /* slower reveal */
}
.twmenu {
  text-align: center;
}
}
#fw-section-custom-html-7468845b-d562-46b5-966c-50acfbbec70b {

p {
  text-align: justify;
  padding: 5px;
}
.list {
	padding-top: 3px;
}
h1 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h3 {
  text-align: center;
  padding: 5px;
  text-transform: none;  
}
ul {
	display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
	padding-left: 1.1em;
    list-style-position: initial;
	list-style: disc outside none;
}
li {
	display: list-item;
	list-style-position: initial;
	padding: 3px;
    text-align: justify;
}
/* Spoilers */
.spoiler {
    position: relative;
    display: inline-block;
    cursor: help;
  	border: 1px #fff;
}
.spoiler::before {
    content: 'Spoiler'; /* &hellip; */
    position: absolute;
    left: -2px;
    top: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 1px;
  	font-size: .9rem;
    color: #E0CFF1;
    background: #39116F;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: opacity 0.7s ease, transform 0.3s ease; /* hide faster than reveal */
}
.spoiler:hover::before {
    opacity: 0;
    transform: translateY(-50%)rotateX(80deg);
    transition: opacity 1.0s ease, transform 0.5s ease; /* slower reveal */
}
.twmenu {
  text-align: center;
}
}
#fw-section-rich-text-a05807ed-1615-4345-895e-190f717abe19 {

p {
  text-align: justify;
  padding: 5px;
}
h1 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h3 {
  text-align: center;
  padding: 5px;
  text-transform: none;  
}
}
#fw-section-links-list-78544d43-a792-4b7b-a0e9-95b999022347 {

h1 {
  text-align: center;
  padding: 15px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 15px;
  text-transform: none;
  column-span: all;
}
h3 {
  text-align: center;
  padding: 15px;
  text-transform: none; 
}
}
#fw-section-rich-text-71714d5f-6b95-4a24-862e-0731581b5651 {

h1 {
  text-align: center;
  padding: 15px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 15px;
  text-transform: none;
  column-span: all;
}
h3 {
  text-align: center;
  padding: 15px;
  text-transform: none; 
}
}
#fw-section-links-list-610a199a-784b-4c94-8da6-d2b05ba6522d {

h1 {
  text-align: center;
  padding: 15px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 15px;
  text-transform: none;
  column-span: all;
}
h3 {
  text-align: center;
  padding: 15px;
  text-transform: none; 
}
}
#fw-section-image-4e350479-48b7-42a5-b3f6-ebbdc95f440e {

img {
  width:200px;
}
}




#fw-section-custom-html-a3f4cd5d-50c9-4d30-8998-ce9989867436 {

p {
  text-align: justify;
  padding: 5px;
}
.list {
	padding-top: 3px;
}
h1 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h3 {
  text-align: center;
  padding: 5px;
  text-transform: none;  
}
ul {
	display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
	padding-left: 1.1em;
    list-style-position: initial;
	list-style: disc outside none;
}
li {
	display: list-item;
	list-style-position: initial;
	padding: 3px;
    text-align: justify;
}
/* Spoilers */
.spoiler {
    position: relative;
    display: inline-block;
    cursor: help;
  	border: 1px #fff;
}
.spoiler::before {
    content: 'Spoiler'; /* &hellip; */
    position: absolute;
    left: -2px;
    top: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 1px;
  	font-size: .9rem;
    color: #E0CFF1;
    background: #39116F;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: opacity 0.7s ease, transform 0.3s ease; /* hide faster than reveal */
}
.spoiler:hover::before {
    opacity: 0;
    transform: translateY(-50%)rotateX(80deg);
    transition: opacity 1.0s ease, transform 0.5s ease; /* slower reveal */
}
.twmenu {
  text-align: center;
}
}
#fw-section-custom-html-f72cebb0-6a10-46b7-a2ca-5536e3a9247e {

p {
  text-align: justify;
  padding: 5px;
}
.list {
	padding-top: 3px;
}
h1 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h3 {
  text-align: center;
  padding: 5px;
  text-transform: none;  
}
ul {
	display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
	padding-left: 1.1em;
    list-style-position: initial;
	list-style: disc outside none;
}
li {
	display: list-item;
	list-style-position: initial;
	padding: 3px;
    text-align: justify;
}
/* Spoilers */
.spoiler {
    position: relative;
    display: inline-block;
    cursor: help;
  	border: 1px #fff;
}
.spoiler::before {
    content: 'Spoiler'; /* &hellip; */
    position: absolute;
    left: -2px;
    top: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 1px;
  	font-size: .9rem;
    color: #E0CFF1;
    background: #39116F;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: opacity 0.7s ease, transform 0.3s ease; /* hide faster than reveal */
}
.spoiler:hover::before {
    opacity: 0;
    transform: translateY(-50%)rotateX(80deg);
    transition: opacity 1.0s ease, transform 0.5s ease; /* slower reveal */
}
.twmenu {
  text-align: center;
}
}


#fw-section-image-with-text-6c1c5b7b-a683-4f04-b053-1ffab24bcbef {

p {
  text-align: justify;
  padding: 5px;
}
}
#fw-section-links-list-a761518a-dfb6-449f-903c-2cd7b6c5f1df {

h1 {
  text-align: center;
  padding: 15px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 15px;
  text-transform: none;
  column-span: all;
}
h3 {
  text-align: center;
  padding: 15px;
  text-transform: none; 
}
}
#fw-section-rich-text-7423a879-334f-4376-869f-dec08729235f {

h1 {
  text-align: center;
  padding: 15px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 15px;
  text-transform: none;
  column-span: all;
}
h3 {
  text-align: center;
  padding: 15px;
  text-transform: none; 
}
}
#fw-section-rich-text-026e669c-c470-42c3-9f24-26d8330d9e16 {

h1 {
  text-align: center;
  padding: 15px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 15px;
  text-transform: none;
  column-span: all;
}
h3 {
  text-align: center;
  padding: 15px;
  text-transform: none; 
}
}
#fw-section-links-list-a175cc3c-2ee9-4fc8-9656-bb1a1ce806dd {

h1 {
  text-align: center;
  padding: 15px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 15px;
  text-transform: none;
  column-span: all;
}
h3 {
  text-align: center;
  padding: 15px;
  text-transform: none; 
}
}
#fw-section-image-with-text-0295deef-0071-48ee-b9fe-db1bf7d9dfb2 {

p {
  text-align: justify;
  padding: 5px;
}
}
#fw-section-image-ce825d67-45c4-4c73-8fd1-baeb21818e2f {

img {
  width: 80%;
}
}
#fw-section-image-with-text-239110a5-b042-4c6d-ac0c-5f1cc42ea23c {

p {
  text-align: justify;
  padding: 5px;
}
}

#fw-section-image-ffeab5fe-9d6f-4be7-ad6b-5543f5b3839e {

img {
  border-radius: 0px 0px 35px 35px;
  border-width: 1px 1px 5px 1px;
  border-style: solid;
  border-color: #A691B9;
}
}


#fw-section-image-971ef1a0-537a-4471-9886-958e4c8c2c13 {

img {
  width:200px;
  padding-top:40px;
  padding-bottom:40px;
}
}

#fw-section-image-with-text-99d356ef-cadb-4949-b1d1-89a1ef7da30c {

p {
  text-align: justify;
  padding: 10px;
}
h1 {
  text-align: center;
  padding: 15px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 15px;
  text-transform: none;
  column-span: all;
}
h3 {
  text-align: center;
  padding: 15px;
  text-transform: none;  
}

}
#fw-section-image-2131324f-507f-40cc-98ac-fd67914536b5 {

img {
  width:200px;
}
}
#fw-section-custom-html-07248119-5809-4dbf-9e39-f2f55d49e60e {

.series {
  list-style: outside "📚 ";
  margin: 0;
  font-size: 20px;
}
.books {
  list-style: outside "📘 ";
  margin: 0;
  font-size: 18px;
  padding-left: 30px;
}
.twmenu {
  display: flex;
  justify-content: center;
}
}
#fw-section-links-list-b7a4b2b2-6133-4386-bda2-b31e380b5a58 {

h1 {
  text-align: center;
  padding: 15px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 15px;
  text-transform: none;
  column-span: all;
}
h3 {
  text-align: center;
  padding: 15px;
  text-transform: none; 
}
}

#fw-section-image-09b13196-351f-4cad-be69-828b1a4f9e46 {

img {
  width: 50%;
}
}

#fw-section-links-list-54bc25c2-6d2a-4c17-bac5-1b66507036ec {

h1 {
  text-align: center;
  padding: 15px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 15px;
  text-transform: none;
  column-span: all;
}
h3 {
  text-align: center;
  padding: 15px;
  text-transform: none; 
}
}
#fw-section-links-list-70e86c69-3377-427c-b20a-aae61eae0f37 {

h1 {
  text-align: center;
  padding: 15px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 15px;
  text-transform: none;
  column-span: all;
}
h3 {
  text-align: center;
  padding: 15px;
  text-transform: none; 
}
}
#fw-section-image-with-text-25ebafc7-47c9-4f56-a892-ada5ce0bcdaa {

p {
  text-align: justify;
  padding: 5px;
}
}
#fw-section-rich-text-a56fc4d5-ff4a-467c-8d3c-964e9b89e18d {

h1 {
  text-align: center;
  padding: 15px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 15px;
  text-transform: none;
  column-span: all;
}
h3 {
  text-align: center;
  padding: 15px;
  text-transform: none; 
}
}
#fw-section-custom-html-b33c6c47-77e5-45ac-b8f5-e4e61e305cef {

p {
  text-align: justify;
  padding: 5px;
}
.list {
	padding-top: 3px;
}
h1 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h3 {
  text-align: center;
  padding: 5px;
  text-transform: none;  
}
ul {
	display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
	padding-left: 1.1em;
    list-style-position: initial;
	list-style: disc outside none;
}
li {
	display: list-item;
	list-style-position: initial;
	padding: 3px;
    text-align: justify;
}
/* Spoilers */
.spoiler {
    position: relative;
    display: inline-block;
    cursor: help;
  	border: 1px #fff;
}
.spoiler::before {
    content: 'Spoiler'; /* &hellip; */
    position: absolute;
    left: -2px;
    top: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 1px;
  	font-size: .9rem;
    color: #E0CFF1;
    background: #39116F;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: opacity 0.7s ease, transform 0.3s ease; /* hide faster than reveal */
}
.spoiler:hover::before {
    opacity: 0;
    transform: translateY(-50%)rotateX(80deg);
    transition: opacity 1.0s ease, transform 0.5s ease; /* slower reveal */
}
.twmenu {
  text-align: center;
}
}
#fw-section-image-d41a0854-d287-487e-93e5-4116cb2e7813 {

img {
  width:200px;
}
}
#fw-section-image-86fa29bd-ed02-4ece-8e33-72f18d5871fc {

img {
  width:200px;
}
}
#fw-section-image-007c89ae-203e-40db-9390-3c8f504597f9 {

img {
  width:200px;
}
}
#fw-section-image-52f8627b-1a7a-4b09-8d8c-9a2e564a411b {

img {
  width:200px;
}
}
#fw-section-image-061e50be-fa63-4286-873b-60873d530750 {

img {
  width:200px;
}
}
#fw-section-image-72b7a9f0-e0fc-4ab5-9e3f-eb463159feda {

img {
  width:200px;
}
}
#fw-section-custom-html-695c8277-f1b7-4315-a1aa-61737febdfc5 {

p {
  text-align: justify;
  padding: 5px;
}
.list {
	padding-top: 3px;
}
h1 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h3 {
  text-align: center;
  padding: 5px;
  text-transform: none;  
}
ul {
	display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
	padding-left: 1.1em;
    list-style-position: initial;
	list-style: disc outside none;
}
li {
	display: list-item;
	list-style-position: initial;
	padding: 3px;
    text-align: justify;
}
/* Spoilers */
.spoiler {
    position: relative;
    display: inline-block;
    cursor: help;
  	border: 1px #fff;
}
.spoiler::before {
    content: 'Spoiler'; /* &hellip; */
    position: absolute;
    left: -2px;
    top: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 1px;
  	font-size: .9rem;
    color: #E0CFF1;
    background: #39116F;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: opacity 0.7s ease, transform 0.3s ease; /* hide faster than reveal */
}
.spoiler:hover::before {
    opacity: 0;
    transform: translateY(-50%)rotateX(80deg);
    transition: opacity 1.0s ease, transform 0.5s ease; /* slower reveal */
}
.twmenu {
  text-align: center;
}
}
#fw-section-custom-html-a93be9ed-a232-4b25-8c1d-01f9983abc3d {

p {
  text-align: justify;
  padding: 5px;
}
.list {
	padding-top: 3px;
}
h1 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h3 {
  text-align: center;
  padding: 5px;
  text-transform: none;  
}
ul {
	display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
	padding-left: 1.1em;
    list-style-position: initial;
	list-style: disc outside none;
}
li {
	display: list-item;
	list-style-position: initial;
	padding: 3px;
}
/* Spoilers */
.spoiler {
    position: relative;
    display: inline-block;
    cursor: help;
  	border: 1px #fff;
}
.spoiler::before {
    content: 'Spoiler'; /* &hellip; */
    position: absolute;
    left: -2px;
    top: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 1px;
  	font-size: .9rem;
    color: #E0CFF1;
    background: #39116F;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: opacity 0.7s ease, transform 0.3s ease; /* hide faster than reveal */
}
.spoiler:hover::before {
    opacity: 0;
    transform: translateY(-50%)rotateX(80deg);
    transition: opacity 1.0s ease, transform 0.5s ease; /* slower reveal */
}
.twmenu {
  text-align: center;
}
}
#fw-section-custom-html-01ae5157-5e2b-40e8-a90f-864d5dda2be0 {

p {
  text-align: justify;
  padding: 5px;
}
.list {
	padding-top: 3px;
}
h1 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h3 {
  text-align: center;
  padding: 5px;
  text-transform: none;  
}
ul {
	display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
	padding-left: 1.1em;
    list-style-position: initial;
	list-style: disc outside none;
}
li {
	display: list-item;
	list-style-position: initial;
	padding: 3px;
}
/* Spoilers */
.spoiler {
    position: relative;
    display: inline-block;
    cursor: help;
  	border: 1px #fff;
}
.spoiler::before {
    content: 'Spoiler'; /* &hellip; */
    position: absolute;
    left: -2px;
    top: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 1px;
  	font-size: .9rem;
    color: #E0CFF1;
    background: #39116F;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: opacity 0.7s ease, transform 0.3s ease; /* hide faster than reveal */
}
.spoiler:hover::before {
    opacity: 0;
    transform: translateY(-50%)rotateX(80deg);
    transition: opacity 1.0s ease, transform 0.5s ease; /* slower reveal */
}
.twmenu {
  text-align: center;
}
}
#fw-section-image-b1cd1b8b-ba05-4c10-8b67-8a3e472b3a0a {

img {
  width:200px;
}
}
#fw-section-image-29d3c480-b79f-4030-832f-d3399d30c416 {

img {
  width:200px;
}
}
#fw-section-image-5ca1d2c8-5fab-434c-8e9a-c7d4308081e8 {

img {
  width:200px;
}
}
#fw-section-image-cb3bc5ac-3022-465b-8c4a-b4ade1a70506 {

img {
  width:200px;
}
}
#fw-section-image-08540742-bb08-4bd7-bb85-5511217247a2 {

img {
  width:200px;
}
}
#fw-section-image-29aca053-7a58-4c43-88c3-5e744b443ef7 {

img {
  width:200px;
}
}
#fw-section-image-3c4289a1-2dd9-4dd1-b1dc-bafdaf202bd5 {

img {
  width:200px;
}
}
#fw-section-image-7945af7a-785c-4592-88ac-26c155063400 {

img {
  width:200px;
}
}
#fw-section-image-7fddb421-75af-49d4-b07f-4aaa42d1be53 {

img {
  width:200px;
}
}
#fw-section-image-3e0f6c4a-b78d-408f-982d-951e9b094573 {

img {
  width:200px;
  padding-top: 40px;
  padding-bottom: 40px;
}
}
#fw-section-image-85e9b9c5-9d33-401c-9b0b-12c9d7443d19 {

img {
  width:200px;
  padding-top:40px;
  padding-bottom:40px;
}
}
#fw-section-image-62c465f3-2011-40aa-ad20-35b046bfe814 {

img {
  width:200px;
  padding-top:40px;
  padding-bottom:40px;
}
}
#fw-section-image-dd4c4fd9-020c-4330-977e-a1034c1dc431 {

img {
  width:200px;
  padding-top:40px;
  padding-bottom:40px;
}
}
#fw-section-image-2a8f611d-a491-4db4-8824-6bd0bcead94c {

img {
  width:200px;
  padding-top:40px;
  padding-bottom:40px;
}
}
#fw-section-image-87f822a4-ac7b-408b-9bd2-ba03526cdd42 {

img {
  width:200px;
}
}
#fw-section-image-074f09a7-574c-4145-bfd7-edfc8eb02461 {

img {
  width:200px;
  padding-top:40px;
  padding-bottom:40px;
}
}
#fw-section-rich-text-39424769-9dfc-4fef-b6f6-958ea4c90268 {

p {
  text-align: justify;
  padding: 5px;
}
h1 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h3 {
  text-align: center;
  padding: 5px;
  text-transform: none;  
}
}
#fw-section-rich-text-174070049084365 {

p {
  text-align: justify;
  padding: 5px;
}
li {
  text-align: justify !important;
  padding: 5px 5px 5px 0px;
}
h1 {
  text-align: center;
  padding: 5px 5px 5px 0px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h3 {
  text-align: center;
  padding: 5px;
  text-transform: none;  
}
col {
  width: 33.33%;
}
tbody {
  vertical-align: top;
}
td {
  border: 1px solid #000;
  padding: 15px;
  text-align: center;
}
}
#fw-section-image-ab09b946-a316-454c-ba97-d6dba912977a {

img {
  border-radius: 0px 0px 35px 35px;
  border-width: 1px 1px 5px 1px;
  border-style: solid;
  border-color: #A691B9;
}
}

#fw-section-image-cca6e7f7-99f3-45ea-9f2f-7a903c316ff2 {

img {
  width: 70%;
}
}

#fw-section-links-list-e9bbee0c-3a7a-4d72-98dd-ddbb9a3ede99 {

h1 {
  text-align: center;
  padding: 15px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 15px;
  text-transform: none;
  column-span: all;
}
h3 {
  text-align: center;
  padding: 15px;
  text-transform: none; 
}
}
#fw-section-rich-text-174121510016955 {

p {
  text-align: justify;
  padding: 5px;
}
h1 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h3 {
  text-align: center;
  padding: 5px;
  text-transform: none;  
}

}
#fw-section-rich-text-ea178a30-669c-4136-bfc4-b2be4e4b399b {

p {
  text-align: justify;
  padding: 5px;
}
}
#fw-section-links-list-f891bbc9-4cfc-455e-a2f0-4b671f9f20e7 {

h1 {
  text-align: center;
  padding: 15px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 15px;
  text-transform: none;
  column-span: all;
}
h3 {
  text-align: center;
  padding: 15px;
  text-transform: none; 
}
}
#fw-section-image-with-text-8de19165-e869-4522-9146-f30c07c74040 {

p {
  text-align: justify;
  padding: 5px;
}
}
#fw-section-image-68a369d1-7aa9-4687-a1f4-d01a1b54dcd3 {

img {
  width:200px;
}
}
#fw-section-image-with-text-f6578301-37cc-43a2-857b-e040b9bd3637 {

p {
  text-align: justify;
  padding: 5px;
}
}
#fw-section-rich-text-027943ac-5db0-422e-ba5b-b4c489c86794 {

h1 {
  text-align: center;
  padding: 15px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 15px;
  text-transform: none;
  column-span: all;
}
h3 {
  text-align: center;
  padding: 15px;
  text-transform: none; 
}
}
#fw-section-rich-text-c83aef8e-69bb-4bfb-80f5-5b1c2580d78d {

h1 {
  text-align: center;
  padding: 15px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 15px;
  text-transform: none;
  column-span: all;
}
h3 {
  text-align: center;
  padding: 15px;
  text-transform: none; 
}
}
#fw-section-rich-text-dc54ca85-f904-4479-9a9b-8ed537a9e995 {

p {
  text-align: justify;
  padding: 5px;
}
h1 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h3 {
  text-align: center;
  padding: 5px;
  text-transform: none;  
}
}
#fw-section-rich-text-97a41e71-b499-4963-9ad2-d8cf7b05691b {

h1 {
  text-align: center;
  padding: 15px;
  text-transform: none;
}
}
#fw-section-rich-text-780ec4a9-d738-4f91-b968-a21ea5e5a595 {

p {
  text-align: justify;
  padding: 5px;
}
h1 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h3 {
  text-align: center;
  padding: 5px;
  text-transform: none;  
}
}
#fw-section-rich-text-70bb8b18-b5d5-4f57-9cd8-fe8dbd61ac3d {

p {
  text-align: justify;
  padding: 5px;
}
h1 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h3 {
  text-align: center;
  padding: 5px;
  text-transform: none;  
}
}


#fw-section-rich-text-8a1dfd0a-e8e1-470f-81ff-cdf8704bf66c {

p {
  text-align: justify;
  padding: 5px;
}
h1 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h3 {
  text-align: center;
  padding: 5px;
  text-transform: none;  
}
}
#fw-section-rich-text-9153a34c-c8cd-4f57-b906-befd0056bd29 {

p {
  text-align: justify;
  padding: 5px;
}
h1 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h3 {
  text-align: center;
  padding: 5px;
  text-transform: none;  
}
}
#fw-section-rich-text-1a4f18b0-2caf-46d9-bd9c-e14f9ebbe39a {

p {
  text-align: justify;
  padding: 5px;
}
h1 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h3 {
  text-align: center;
  padding: 5px;
  text-transform: none;  
}
}
#fw-section-rich-text-af9a2a46-1710-4f16-954d-7eeecd54e2ab {

p {
  text-align: justify;
  padding: 5px;
}
h1 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h3 {
  text-align: center;
  padding: 5px;
  text-transform: none;  
}
}

#fw-section-rich-text-386b30c1-0d3f-4a9d-a832-832c0b3c6f85 {

p {
  text-align: justify;
  padding: 10px;
}
h1 {
  text-align: center;
  padding: 15px;
  text-transform: none;
}
h2 {
  text-align: center;
  text-transform: none;
}
h3 {
  text-align: center;
  text-transform: none;
}
}
#fw-section-links-list-074cae78-592e-4af0-acdb-2e2265a4eb76 {

p {
  text-align: justify;
  padding: 10px;
}
.center {
	text-align: center;
}
h1 {
  text-align: center;
  text-transform: none;
}
h2 {
  text-align: center;
  text-transform: none;
  column-span: all;
}
h3 {
  text-align: center;
  text-transform: none;  
}
}
#fw-section-rich-text-ed72bff9-1c6f-4869-9ece-155415f8991b {

p {
  text-align: justify;
  padding: 10px;
}
h1 {
  text-align: center;
  padding: 15px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 15px;
  text-transform: none;
  column-span: all;
}
h3 {
  text-align: center;
  padding: 15px;
  text-transform: none;  
}
}
#fw-section-links-list-eb765204-b7e5-4637-ab55-a3658a4bf631 {

h1 {
  text-align: center;
  padding: 15px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 15px;
  text-transform: none;
  column-span: all;
}
h3 {
  text-align: center;
  padding: 15px;
  text-transform: none; 
}
}
#fw-section-rich-text-e6828fd2-d18d-4bcd-b9ac-31222b848410 {

p {
  text-align: justify;
  padding: 10px;
}
}
#fw-section-rich-text-174121562357517 {

p {
  text-align: justify;
  padding: 5px;
}
.list {
	padding-top: 3px;
}
h1 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h3 {
  text-align: center;
  padding: 5px;
  text-transform: none;  
}
ul {
	display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
	padding-left: 1.1em;
    list-style-position: initial;
	list-style: disc outside none;
}
li {
	display: list-item;
	list-style-position: initial;
	padding: 3px;
    text-align: justify;
}
/* Spoilers */
.spoiler {
    position: relative;
    display: inline-block;
    cursor: help;
  	border: 1px #fff;
}
.spoiler::before {
    content: 'Spoiler'; /* &hellip; */
    position: absolute;
    left: -2px;
    top: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 1px;
  	font-size: .9rem;
    color: #E0CFF1;
    background: #39116F;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: opacity 0.7s ease, transform 0.3s ease; /* hide faster than reveal */
}
.spoiler:hover::before {
    opacity: 0;
    transform: translateY(-50%)rotateX(80deg);
    transition: opacity 1.0s ease, transform 0.5s ease; /* slower reveal */
}
.twmenu {
  text-align: center;
}
}
#fw-section-rich-text-0b45ae97-194b-402b-a8a3-ed53d2bfca26 {

p {
  text-align: justify;
  padding: 5px;
}
h1 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h3 {
  text-align: center;
  padding: 5px;
  text-transform: none;  
}
}
#fw-section-custom-html-2f2f7beb-a7d8-4a2a-a0c1-2120085d51dc {

p {
  text-align: justify;
  padding: 5px;
}
.list {
	padding-top: 3px;
}
h1 {
  text-align: center;
  padding: 5px;
}
h2 {
  text-align: center;
  padding: 5px;
}
ul {
	display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
	padding-left: 1.1em;
    list-style-position: initial;
	list-style: disc outside none;
}
li {
	display: list-item;
	list-style-position: initial;
	padding: 3px;
}
/* Spoilers */
.spoiler {
    position: relative;
    display: inline-block;
    cursor: help;
  	border: 1px #fff;
}
.spoiler::before {
    content: 'Spoiler'; /* &hellip; */
    position: absolute;
    left: -2px;
    top: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 1px;
  	font-size: .9rem;
    color: #E0CFF1;
    background: #39116F;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: opacity 0.7s ease, transform 0.3s ease; /* hide faster than reveal */
}
.spoiler:hover::before {
    opacity: 0;
    transform: translateY(-50%)rotateX(80deg);
    transition: opacity 1.0s ease, transform 0.5s ease; /* slower reveal */
}
.twmenu {
  text-align: center;
}
}
#fw-section-links-list-072c11f1-ecfa-4853-9d8e-08e4ba2bf8c4 {

h1 {
  text-align: center;
  padding: 15px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 15px;
  text-transform: none;
  column-span: all;
}
h3 {
  text-align: center;
  padding: 15px;
  text-transform: none; 
}
}
#fw-section-rich-text-abda23be-3f8c-4391-bf47-929e373c7f1d {

p {
  text-align: justify;
  padding: 5px;
}
h1 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h3 {
  text-align: center;
  padding: 5px;
  text-transform: none;  
}
}
#fw-section-custom-html-00c65703-7964-4576-ae37-acd2b7ecd6d6 {

p {
  text-align: justify;
  padding: 5px;
}
.list {
	padding-top: 3px;
}
h1 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h3 {
  text-align: center;
  padding: 5px;
  text-transform: none;  
}
ul {
	display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
	padding-left: 1.1em;
    list-style-position: initial;
	list-style: disc outside none;
}
li {
	display: list-item;
	list-style-position: initial;
	padding: 3px;
    text-align: justify;
}
/* Spoilers */
.spoiler {
    position: relative;
    display: inline-block;
    cursor: help;
  	border: 1px #fff;
}
.spoiler::before {
    content: 'Spoiler'; /* &hellip; */
    position: absolute;
    left: -2px;
    top: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 1px;
  	font-size: .9rem;
    color: #E0CFF1;
    background: #39116F;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: opacity 0.7s ease, transform 0.3s ease; /* hide faster than reveal */
}
.spoiler:hover::before {
    opacity: 0;
    transform: translateY(-50%)rotateX(80deg);
    transition: opacity 1.0s ease, transform 0.5s ease; /* slower reveal */
}
.twmenu {
  text-align: center;
}
}
#fw-section-custom-html-e27295f0-2478-4398-800a-96ff6f8df2e1 {

p {
  text-align: justify;
  padding: 5px;
}
.list {
	padding-top: 3px;
}
h1 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h3 {
  text-align: center;
  padding: 5px;
  text-transform: none;  
}
ul {
	display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
	padding-left: 1.1em;
    list-style-position: initial;
	list-style: disc outside none;
}
li {
	display: list-item;
	list-style-position: initial;
	padding: 3px;
    text-align: justify;
}
/* Spoilers */
.spoiler {
    position: relative;
    display: inline-block;
    cursor: help;
  	border: 1px #fff;
}
.spoiler::before {
    content: 'Spoiler'; /* &hellip; */
    position: absolute;
    left: -2px;
    top: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 1px;
  	font-size: .9rem;
    color: #E0CFF1;
    background: #39116F;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: opacity 0.7s ease, transform 0.3s ease; /* hide faster than reveal */
}
.spoiler:hover::before {
    opacity: 0;
    transform: translateY(-50%)rotateX(80deg);
    transition: opacity 1.0s ease, transform 0.5s ease; /* slower reveal */
}
.twmenu {
  text-align: center;
}
}
#fw-section-custom-html-aa3fae00-58f0-41c5-be1c-91d9157f8ea4 {

p {
  text-align: justify;
  padding: 5px;
}
.list {
	padding-top: 3px;
}
h1 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h3 {
  text-align: center;
  padding: 5px;
  text-transform: none;  
}
ul {
	display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
	padding-left: 1.1em;
    list-style-position: initial;
	list-style: disc outside none;
}
li {
	display: list-item;
	list-style-position: initial;
	padding: 3px;
    text-align: justify;
}
/* Spoilers */
.spoiler {
    position: relative;
    display: inline-block;
    cursor: help;
  	border: 1px #fff;
}
.spoiler::before {
    content: 'Spoiler'; /* &hellip; */
    position: absolute;
    left: -2px;
    top: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 1px;
  	font-size: .9rem;
    color: #E0CFF1;
    background: #39116F;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: opacity 0.7s ease, transform 0.3s ease; /* hide faster than reveal */
}
.spoiler:hover::before {
    opacity: 0;
    transform: translateY(-50%)rotateX(80deg);
    transition: opacity 1.0s ease, transform 0.5s ease; /* slower reveal */
}
.twmenu {
  text-align: center;
}
}
#fw-section-rich-text-174198889551847 {

h1 {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 0px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding-top: 0px;
  padding-bottom: 15px;
  text-transform: none;
}
h3 {
  text-align: center;
  padding: 15px;
  text-transform: none; 
}
}
#fw-section-custom-html-bbb0dc09-d908-43b7-a719-467a304cba1f {

p {
  text-align: justify;
  padding: 5px;
}
.list {
	padding-top: 3px;
}
h1 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h3 {
  text-align: center;
  padding: 5px;
  text-transform: none;  
}
ul {
	display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
	padding-left: 1.1em;
    list-style-position: initial;
	list-style: disc outside none;
}
li {
	display: list-item;
	list-style-position: initial;
	padding: 3px;
    text-align: justify;
}
/* Spoilers */
.spoiler {
    position: relative;
    display: inline-block;
    cursor: help;
  	border: 1px #fff;
}
.spoiler::before {
    content: 'Spoiler'; /* &hellip; */
    position: absolute;
    left: -2px;
    top: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 1px;
  	font-size: .9rem;
    color: #E0CFF1;
    background: #39116F;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: opacity 0.7s ease, transform 0.3s ease; /* hide faster than reveal */
}
.spoiler:hover::before {
    opacity: 0;
    transform: translateY(-50%)rotateX(80deg);
    transition: opacity 1.0s ease, transform 0.5s ease; /* slower reveal */
}
.twmenu {
  text-align: center;
}
}
#fw-section-custom-html-e3af61ee-4659-4e84-87db-1f34d8e7da95 {

p {
  text-align: justify;
  padding: 5px;
}
.list {
	padding-top: 3px;
}
h1 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h3 {
  text-align: center;
  padding: 5px;
  text-transform: none;  
}
ul {
	display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
	padding-left: 1.1em;
    list-style-position: initial;
	list-style: disc outside none;
}
li {
	display: list-item;
	list-style-position: initial;
	padding: 3px;
    text-align: justify;
}
/* Spoilers */
.spoiler {
    position: relative;
    display: inline-block;
    cursor: help;
  	border: 1px #fff;
}
.spoiler::before {
    content: 'Spoiler'; /* &hellip; */
    position: absolute;
    left: -2px;
    top: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 1px;
  	font-size: .9rem;
    color: #E0CFF1;
    background: #39116F;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: opacity 0.7s ease, transform 0.3s ease; /* hide faster than reveal */
}
.spoiler:hover::before {
    opacity: 0;
    transform: translateY(-50%)rotateX(80deg);
    transition: opacity 1.0s ease, transform 0.5s ease; /* slower reveal */
}
.twmenu {
  text-align: center;
}
}
#fw-section-custom-html-01a05afb-fc18-4200-9c78-7056e83ae13a {

p {
  text-align: justify;
  padding: 5px;
}
.list {
	padding-top: 3px;
}
h1 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h3 {
  text-align: center;
  padding: 5px;
  text-transform: none;  
}
ul {
	display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
	padding-left: 1.1em;
    list-style-position: initial;
	list-style: disc outside none;
}
li {
	display: list-item;
	list-style-position: initial;
	padding: 3px;
    text-align: justify;
}
/* Spoilers */
.spoiler {
    position: relative;
    display: inline-block;
    cursor: help;
  	border: 1px #fff;
}
.spoiler::before {
    content: 'Spoiler'; /* &hellip; */
    position: absolute;
    left: -2px;
    top: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 1px;
  	font-size: .9rem;
    color: #E0CFF1;
    background: #39116F;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: opacity 0.7s ease, transform 0.3s ease; /* hide faster than reveal */
}
.spoiler:hover::before {
    opacity: 0;
    transform: translateY(-50%)rotateX(80deg);
    transition: opacity 1.0s ease, transform 0.5s ease; /* slower reveal */
}
.twmenu {
  text-align: center;
}
}
#fw-section-links-list-9c41ca90-4229-4e04-9205-c9685b72530f {

h1 {
  text-align: center;
  padding: 15px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 15px;
  text-transform: none;
  column-span: all;
}
h3 {
  text-align: center;
  padding: 15px;
  text-transform: none; 
}
}
#fw-section-rich-text-f7bd8bfc-cb52-41c9-bf9c-75038a44957f {

p {
  text-align: justify;
  padding: 5px;
}
}
#fw-section-custom-html-df58fba9-60d5-46f5-b6eb-27589be6fac8 {

p {
  text-align: justify;
  padding: 5px;
}
.list {
	padding-top: 3px;
}
h1 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h3 {
  text-align: center;
  padding: 5px;
  text-transform: none;  
}
ul {
	display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
	padding-left: 1.1em;
    list-style-position: initial;
	list-style: disc outside none;
}
li {
	display: list-item;
	list-style-position: initial;
	padding: 3px;
    text-align: justify;
}
/* Spoilers */
.spoiler {
    position: relative;
    display: inline-block;
    cursor: help;
  	border: 1px #fff;
}
.spoiler::before {
    content: 'Spoiler'; /* &hellip; */
    position: absolute;
    left: -2px;
    top: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 1px;
  	font-size: .9rem;
    color: #E0CFF1;
    background: #39116F;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: opacity 0.7s ease, transform 0.3s ease; /* hide faster than reveal */
}
.spoiler:hover::before {
    opacity: 0;
    transform: translateY(-50%)rotateX(80deg);
    transition: opacity 1.0s ease, transform 0.5s ease; /* slower reveal */
}
.twmenu {
  text-align: center;
}
}
#fw-section-image-747a636a-4d2d-41b7-997e-8728c01f9dbb {

img {
  width:200px;
  padding-top:40px;
  padding-bottom:40px;
}
}
#fw-section-custom-html-fb0ff883-cc57-4a8f-a727-c35018fef081 {

p {
  text-align: justify;
  padding: 5px;
}
.list {
	padding-top: 3px;
}
h1 {
  text-align: center;
  padding: 5px;
}
h2 {
  text-align: center;
  padding: 5px;
}
.book {
  text-align: center;
}
.triggers {
  margin: 5%;
  text-align: justify;
}
ul {
	display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
	padding-left: 1.1em;
    list-style-position: initial;
	list-style: disc outside none;
}
li {
	display: list-item;
	list-style-position: initial;
	padding: 3px;
}
/* Spoilers */
.spoiler {
    position: relative;
    display: inline-block;
    cursor: help;
  	border: 1px #fff;
}
.spoiler::before {
    content: 'Spoiler'; /* &hellip; */
    position: absolute;
    left: -2px;
    top: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 1px;
  	font-size: .9rem;
    color: #E0CFF1;
    background: #39116F;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: opacity 0.7s ease, transform 0.3s ease; /* hide faster than reveal */
}
.spoiler:hover::before {
    opacity: 0;
    transform: translateY(-50%)rotateX(80deg);
    transition: opacity 1.0s ease, transform 0.5s ease; /* slower reveal */
}
.twmenu {
  text-align: center;
}
}
#fw-section-image-9501fe85-8a63-4b60-a98b-59a1b07479ca {

img {
  border-radius: 0px 0px 35px 35px;
  border-width: 1px 1px 5px 1px;
  border-style: solid;
  border-color: #A691B9;
}
}
#fw-section-image-with-text-7f41014f-003f-4e51-baea-444a79821f89 {

p {
  text-align: justify;
  padding: 5px;
}
}
#fw-section-image-5c856e1e-6e49-4985-a716-0cfcd356b904 {

img {
  width:200px;
}
}
#fw-section-rich-text-4b821d37-1efc-49ca-a1be-72ac9bd1bbbb {

p {
  text-align: justify;
  padding: 5px;
}
h1 {
  text-transform: none;
  padding: 20px;
}
h2 {
  text-transform: none;
  padding: 20px;
}
h3 {
  text-transform: none;
  padding: 20px;
}
}
#fw-section-rich-text-5f68d0d5-b23b-45bb-a917-a511d0c8b8b5 {

p {
  text-align: justify;
  padding: 5px;
}
h1 {
  text-transform: none;
  padding: 20px;
}
h2 {
  text-transform: none;
  padding: 20px;
}
h3 {
  text-transform: none;
  padding: 20px;
}
}

#fw-section-tiers-aec2a3c0-b2b1-466b-b634-c295e8d0fa31 {

.tiers__tier-description {
  text-align: justify;
  padding: 5px;
}
h1 {
  text-transform: none;
  padding-bottom: 20px;
}
h2 {
  text-transform: none;
  padding-bottom: 20px;
}
h3 {
  text-transform: none;
  padding-bottom: 20px;
}
}

#fw-section-rich-text-e2673e96-8b32-41ff-be24-cdaff3c2f5b9 {

p {
  text-align: justify;
  padding: 5px;
}
h1 {
	text-transform: none;
}
h2 {
	text-transform: none;
}
h3 {
	text-transform: none;
}
}
#fw-section-image-3bb62771-92f6-409c-a59b-532443637787 {

img {
  width:200px;
}
}
#fw-section-image-8e1128b6-09d9-4273-953d-7f5384133751 {

img {
  width:200px;
}
}
#fw-section-image-d59bd060-274d-471a-8d1b-9c3ffdccda55 {

img {
  width:200px;
}
}
#fw-section-app-memberships-43a4ca {

.tiers__tier-description {
  text-align: justify;
}
.tiers__heading {
  text-transform: none;
}
.button {
  border-radius: 16px 0px;
}
}
#fw-section-rich-text-45bd960b-4484-4b4a-83a7-4afd36eff9b5 {

h1 {
  text-align: center;
  padding: 15px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 15px;
  text-transform: none;
  column-span: all;
}
h3 {
  text-align: center;
  padding: 15px;
  text-transform: none; 
}
}
#fw-section-rich-text-bfb55995-ce06-406d-8574-4283acc338f9 {

h1 {
  text-align: center;
  padding: 15px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 15px;
  text-transform: none;
  column-span: all;
}
h3 {
  text-align: center;
  padding: 15px;
  text-transform: none; 
}
}
#fw-section-links-list-6b1dac69-5f26-47a9-b873-137ec0c6d55b {

h1 {
  text-align: center;
  padding: 15px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 15px;
  text-transform: none;
  column-span: all;
}
h3 {
  text-align: center;
  padding: 15px;
  text-transform: none; 
}
}
#fw-section-image-with-text-4dfb3d6e-6dfc-495f-82f8-ecf26151eb84 {

p {
  text-align: justify;
  padding: 5px;
}
}
#fw-section-links-list-d54a5a41-11c8-4afe-badf-11214669f14e {

h1 {
  text-align: center;
  padding: 15px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 15px;
  text-transform: none;
  column-span: all;
}
h3 {
  text-align: center;
  padding: 15px;
  text-transform: none; 
}
}
#fw-section-rich-text-e3e43610-85ad-4fd2-bd0f-c242ddfbdbe4 {

h1 {
  text-align: center;
  padding: 15px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 15px;
  text-transform: none;
  column-span: all;
}
h3 {
  text-align: center;
  padding: 15px;
  text-transform: none; 
}
}
#fw-section-links-list-69d504b7-e789-4058-8153-3d285ad1a79c {

h1 {
  text-align: center;
  padding: 15px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 15px;
  text-transform: none;
  column-span: all;
}
h3 {
  text-align: center;
  padding: 15px;
  text-transform: none; 
}
}
#fw-section-rich-text-a3075629-0559-4ffa-9f35-b57dc65ce030 {

p {
  text-align: justify;
  padding: 5px;
}
}
#fw-section-image-aa1caac1-6e0d-433d-ba81-2aa9c84b8ee1 {

img {
  border-radius: 0;
  margin-top:-30px;
  z-index:-999;
}
}

#fw-section-rich-text-6602a1a2-e0bb-4ddf-a535-d656a38365bd {

p {
  text-align: justify;
  padding: 5px;
}
}
#fw-section-rich-text-29e36b1d-a960-4ac5-8b21-951927aafbb6 {

p {
  text-align: justify;
  padding: 5px;
}
}
#fw-section-rich-text-1647019f-3eb0-4cc6-93df-84213fa267a9 {

p {
  text-align: justify;
  padding: 5px;
}
}
#fw-section-rich-text-d0c670ea-7e51-4ba4-90e3-899989260839 {

p {
  text-align: justify;
  padding: 5px;
}
}
#fw-section-image-c64a0213-053b-4349-bd74-da309c5b47b7 {

img {
  width:200px;
}
}
#fw-section-rich-text-b7c45997-c198-4476-9d12-c977cb22777c {

p {
  text-align: justify;
  padding: 5px;
}
}
#fw-section-image-with-text-ddbf4977-2a8a-4798-8c2c-da1b7956e184 {

p {
  text-align: justify;
  padding: 5px;
}
}
#fw-section-image-982b9083-3764-4881-a2e8-550adcd93978 {

img {
  width:200px;
}
}
#fw-section-image-83959e4b-f193-4055-bd44-5176c435d7d3 {

img {
  width:200px;
}
}
#fw-section-image-f7a66503-1145-4d7a-bee6-9a67c4036988 {

img {
  width:200px;
}
}
#fw-section-image-e0827b0e-4637-4e73-8e12-fc9915a62833 {

img {
  width:200px;
}
}
#fw-section-rich-text-69f15c37-711d-474c-bede-faf33d83b442 {

p {
  text-align: justify;
  padding: 5px;
}
h1 {
  text-transform: none;
  padding: 20px;
}
h2 {
  text-transform: none;
  padding: 20px;
}
h3 {
  text-transform: none;
  padding: 20px;
}
}
#fw-section-custom-html-f3af998e-b508-4345-84f8-8a128e2b4069 {

.formkit-form[data-uid="a4dbd7e224"] form {
	display:inline-block;
	text-align:center;
}
.formkit-powered-by-convertkit-container {
     display:none;
}
div .seva-form .formkit-form {
     text-align: center;
}
.kit-form {
  padding-left: 20%;
  padding-right:20%;
}
}
#fw-section-image-8d163d0a-1604-4c92-9e52-47f7789d2bc0 {

img {
  width:200px;
  padding-top:30px;
}
}
#fw-section-image-4c1189d6-fb1f-4896-ab59-968ee83bddad {

img {
  width:200px;
}
}
#fw-section-image-36177065-7b86-4471-9726-27c48254469c {

img {
  width:200px;
}
}
#fw-section-image-8211b318-6144-4434-ac04-4469f3401c44 {

img {
  width:200px;
}
}
#fw-section-image-d94a3712-83d4-4bae-bfe5-a68772f06421 {

img {
  width:200px;
}
}
#fw-section-rich-text-eca14b45-225e-46bf-bf37-e6ed91ca0f5c {

p {
  text-align: justify;
  padding: 5px;
}
}
#fw-section-image-fc97b0f7-67b7-40a1-83b3-d6381f7724bf {

img {
  width:200px;
}
}
#fw-section-image-7a4aa1c5-aa40-48a2-9147-ddc994467ac0 {

img {
  width:200px;
}
}
#fw-section-image-bc193920-7da8-43ca-a0c3-2b30013ad4cc {

img {
  border-radius: 0px 0px 35px 35px;
  border-width: 1px 1px 5px 1px;
  border-style: solid;
  border-color: #A691B9;
}
}
#fw-section-links-list-ffbf71bb-9653-4424-bad7-675766d5be57 {
--color-primary: #e0cff1;
--color-primary-rgb: 224, 207, 241;
--color-background: #ffffff;
--color-background-rgb: 255, 255, 255;
--color-on-primary: #2b0c54;
--color-on-primary-rgb: 43, 12, 84;
--color-on-background: #2b0c54;
--color-on-background-rgb: 43, 12, 84;
--color-product-image-background: #ffffff;
--color-background-brightness: 255;
background-color: var(--color-background);
color: var(--color-on-background);
.button{
  border: 1px solid #2b0c54;
}
}
#fw-section-links-list-4107aacc-0c74-44d1-be40-08bda0bb885a {
--color-primary: #e0cff1;
--color-primary-rgb: 224, 207, 241;
--color-background: #ffffff;
--color-background-rgb: 255, 255, 255;
--color-on-primary: #2b0c54;
--color-on-primary-rgb: 43, 12, 84;
--color-on-background: #2b0c54;
--color-on-background-rgb: 43, 12, 84;
--color-product-image-background: #ffffff;
--color-background-brightness: 255;
background-color: var(--color-background);
color: var(--color-on-background);
.button{
  border: 1px solid #2b0c54;
}
}
#fw-section-image-0f62adb1-0f44-4b14-b0c9-da3e0fa8ffe8 {

img {
  width:200px;
  padding-top:40px;
  padding-bottom:40px;
}
}
#fw-section-custom-html-59af05f3-9b76-4f7e-9ec0-826628f4a2d6 {

.formkit-powered-by-convertkit-container {
  display: none;
}
.kit-container {
  width: 100%;
}
.kit-form {
  width: 100%;
  margin-top: 0%;
  margin-bottom: 5%;
  padding-right: 30%;
  padding-left: 30%;
  padding-top: 0%;
}
}


#fw-section-image-42aa0e2a-cb9f-461d-a9c5-d29eb62320ac {

img {
  border-radius: 0px 0px 35px 35px;
  border-width: 1px 1px 5px 1px;
  border-style: solid;
  border-color: #A691B9;
}
}
#fw-section-footer {

.footer {
  background: url("https://i.imgur.com/Dh85Zed.jpeg") #fafafa no-repeat center top;
  background-size: cover;
  padding-top: 30px;
  border-radius: 35px 35px 0px 0px;
  border-width: 5px 1px 1px;
  border-style: solid;
  border-color: #A691B9;
  margin-top:40px;
}
.footer__list {
  color: #a691b9;
}
.footer__list a {
  color: #e0cff1;
  text-shadow: 0px 0px 3px #000000,0px 0px 5px #000000;
}
.footer__list a:hover {
  color: #a691b9;
  text-shadow: 0px 0px 3px #000000,0px 0px 5px #000000;
}
.footer__list a:active {
  color: #a691b9;
}
.footer__list {
  flex-direction: row;
}
}
#fw-section-image-0f274c2d-f3b1-47ba-9386-d635ec90e636 {

img {
  border-radius: 0px 0px 35px 35px;
  border-width: 1px 1px 5px 1px;
  border-style: solid;
  border-color: #A691B9;
}
}
#fw-section-rich-text-174070056487426 {

p {
  text-align: justify;
  padding: 5px;
}
h1 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h3 {
  text-align: center;
  padding: 5px;
  text-transform: none;  
}
}
#fw-section-image-f3701365-40ea-4727-9011-c059fb0326bd {

img {
  border-radius: 0px 0px 35px 35px;
  border-width: 1px 1px 5px 1px;
  border-style: solid;
  border-color: #A691B9;
}
}
#fw-section-image-647d1bb0-2f2d-4efc-aadc-9ef4c2a06172 {

img {
  border-radius: 0px 0px 35px 35px;
  border-width: 1px 1px 5px 1px;
  border-style: solid;
  border-color: #A691B9;
}
}

#fw-section-image-d20634e9-a234-4405-8050-0f515c697fcb {

img {
  width:200px;
  padding-top:40px;
  padding-bottom:40px;
}
}
#fw-section-image-cfde0f68-cd44-4669-92ac-4b2d42c74dc4 {

img {
  border-radius: 0px 0px 35px 35px;
  border-width: 1px 1px 5px 1px;
  border-style: solid;
  border-color: #A691B9;
}
}
#fw-section-image-e2e79cbc-a013-4cff-ae6d-98bafc776651 {

img {
  border-radius: 0px 0px 35px 35px;
  border-width: 1px 1px 5px 1px;
  border-style: solid;
  border-color: #A691B9;
}
}
#fw-section-header {

.header__logo-container .header__logo {
  display: none;
}
.wrapper {
  padding-left: 5px;
  z-index: 999;
  position: relative;
  box-shadow: 0px 3px 20px -5px #2B0C54;
  width: 100%;
}
.header--left-all {
  column-gap: 1rem;
}
}
#fw-section-image-bcc39069-8651-423c-a543-a3dfb0ebee9c {

img {
  border-radius: 0px 0px 35px 35px;
  border-width: 1px 1px 5px 1px;
  border-style: solid;
  border-color: #A691B9;
}
}
#fw-section-rich-text-174199003657572 {

h1 {
  text-align: center;
  padding-bottom: 0px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding-top: 0px;
  padding-bottom: 15px;
  text-transform: none;
  column-span: all;
}
h3 {
  text-align: center;
  padding: 15px;
  text-transform: none; 
}
}

#fw-section-image-2176b331-2162-4838-9c0d-939f314ece3f {

img {
  border-radius: 0px 0px 35px 35px;
  border-width: 1px 1px 5px 1px;
  border-style: solid;
  border-color: #A691B9;
}
}
#fw-section-image-3286e941-eba2-476f-9463-d6b35ed6ce7f {

img {
  border-radius: 0px 0px 35px 35px;
  border-width: 1px 1px 5px 1px;
  border-style: solid;
  border-color: #A691B9;
}
}
#fw-section-rich-text-c1fea5b0-ab66-4844-8ee6-c17a43ac89c1 {

p {
  text-align: justify;
  padding: 5px;
}
h1 {
  text-transform: none;
  padding-bottom: 20px;
}
h2 {
  text-transform: none;
  padding: 20px;
}
h3 {
  text-transform: none;
  padding: 20px;
}
}
#fw-section-rich-text-875035b5-128e-443c-881c-da24f832b2bb {

p {
  text-align: justify;
  padding: 5px;
}
h1 {
  text-transform: none;
  padding: 20px;
}
h2 {
  text-transform: none;
  padding: 20px;
}
h3 {
  text-transform: none;
  padding: 20px;
}
}
#fw-section-image-89309457-2ec1-4b96-842a-d17db5930378 {

img {
  width:200px;
}
}
#fw-section-image-67936351-b3c7-4e09-b02a-7b066b724da3 {

img {
  width:200px;
}
}
#fw-section-custom-html-72f697ef-db2c-48d5-9ec1-37728b96b488 {

p {
  text-align: justify;
  padding: 5px;
}
h1 {
  text-transform: none;
  padding: 20px;
}
h2 {
  text-transform: none;
  padding: 0px 20px 20px 20px;
  text-align: center;
  margin-top: 0px;
}
h3 {
  text-transform: none;
  padding: 20px;
  text-align: center;
}
.indent {
  margin: 0 10%;
}
.last {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
}
#fw-section-rich-text-7e7fda8a-67bb-4cdd-a57e-7ee0de933260 {

p {
  text-align: justify;
  padding: 5px;
}
h1 {
  text-transform: none;
  padding: 20px;
}
h2 {
  text-transform: none;
  padding: 20px;
}
h3 {
  text-transform: none;
  padding: 20px;
}
}
#fw-section-tiers-9d38bf93-0160-4807-9bcf-bce73827c324 {

.tiers__tier-description {
  text-align: justify;
  padding: 5px;
}
h1 {
  text-transform: none;
  padding-bottom: 20px;
}
h2 {
  text-transform: none;
  padding-bottom: 20px;
}
h3 {
  text-transform: none;
  padding-bottom: 20px;
}
}
#fw-section-image-f86b2cf9-7e38-4bca-aedc-0eb60145b15b {

img {
  border-radius: 0px 0px 35px 35px;
  border-width: 1px 1px 5px 1px;
  border-style: solid;
  border-color: #A691B9;
}
}
#fw-section-image-430df271-ead9-43e6-b235-961432c46f65 {

img {
  border-radius: 0px 0px 35px 35px;
  border-width: 1px 1px 5px 1px;
  border-style: solid;
  border-color: #A691B9;
}
}
#fw-section-image-fb10d80a-57bb-4767-bce5-9e300a1ef608 {

img {
  border-radius: 0px 0px 35px 35px;
  border-width: 1px 1px 5px 1px;
  border-style: solid;
  border-color: #A691B9;
}
}
#fw-section-rich-text-174198524276413 {

h1 {
  text-align: center;
  padding: 15px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 15px;
  text-transform: none;
  column-span: all;
}
h3 {
  text-align: center;
  padding: 15px;
  text-transform: none; 
}
}
#fw-section-rich-text-2a056118-f142-4fbd-b362-a4e464bb5e6d {

p {
  text-align: justify;
  padding: 5px;
}
h1 {
  text-transform: none;
  padding: 20px;
}
h2 {
  text-transform: none;
  padding: 20px;
}
h3 {
  text-transform: none;
  padding: 20px;
}
}
#fw-section-image-ace5f51d-0697-4da8-b219-0f2a865e5e8b {

img {
  border-radius: 0px 0px 35px 35px;
  border-width: 1px 1px 5px 1px;
  border-style: solid;
  border-color: #A691B9;
}
}
#fw-section-image-3e5d6ef5-7665-444c-9236-56fea19fb6d4 {

img {
  border-radius: 0px 0px 35px 35px;
  border-width: 1px 1px 5px 1px;
  border-style: solid;
  border-color: #A691B9;
}
}
#fw-section-rich-text-63daa1a6-bed4-476d-9cb0-539cb27dadeb {

p {
  text-align: justify;
  padding: 5px;
}
li {
  text-align: justify !important;
  padding: 5px;
}
h1 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h3 {
  text-align: center;
  padding: 5px;
  text-transform: none;  
}
}
#fw-section-image-45e3b218-c970-41dc-95db-182a8f4e86ee {

img {
  border-radius: 0px 0px 35px 35px;
  border-width: 1px 1px 5px 1px;
  border-style: solid;
  border-color: #A691B9;
  box-shadow: 0px 5px 10px #2B0C54;
  z-index: 996;
}
}
#fw-section-custom-html-7b3b3015-d3ed-40ea-b8e7-61edd159e18a {

.center {
  text-align: center;
}
table {
  border-collapse: collapse;
  border: 0;
  margin: auto;
  text-align: center;
}
tr{
  text-align: center;
}
td {
  padding: 10px;
  text-align: center;
}
img {
  width: 60px;
}
}


#fw-section-image-with-text-4551a11e-2147-4ab5-92c2-987e21c4ff6b {

p {
  text-align: justify;
  padding: 5px;
}
}
#fw-section-links-list-e062c8b7-17ca-47b1-a768-433035f2b4f3 {

h1 {
  text-align: center;
  padding: 15px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 15px;
  text-transform: none;
  column-span: all;
}
h3 {
  text-align: center;
  padding: 15px;
  text-transform: none; 
}
}
#fw-section-rich-text-7c798c1e-71ff-4a8e-bfe9-755e4fca70c3 {

p {
  text-align: justify;
  padding: 5px;
}
}
#fw-section-rich-text-a48da989-85c2-4003-bfd6-699d79fc3389 {

p {
  text-align: justify;
  padding: 5px;
}
}
#fw-section-image-with-text-b1615df5-ba17-458f-a0a8-6dc39945344f {

p {
  text-align: justify;
  padding: 5px;
}
}
#fw-section-image-with-text-7e4169af-257a-45e0-9e16-84878b4dac48 {

p {
  text-align: justify;
  padding: 5px;
}
}
#fw-section-rich-text-01f1eb51-33a8-4604-ba7a-a721056aebd1 {

p {
  text-align: justify;
  padding: 5px;
}
}
#fw-section-rich-text-cf4d6723-f6a2-4f97-97e3-a71c3eea7016 {

p {
  text-align: justify;
  padding: 5px;
}
.center {
	text-align: center;
}
h1 {
  text-align: center;
  padding: 15px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 15px;
  text-transform: none;
  column-span: all;
}
h3 {
  text-align: center;
  padding: 15px;
  text-transform: none; 
}
}

#fw-section-rich-text-d9bdbaa0-f46b-4b5f-aba0-3d3b85c3defd {

p {
  text-align: justify;
  padding: 5px;
}
h1 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h3 {
  text-align: center;
  padding: 5px;
  text-transform: none;  
}
}
#fw-section-rich-text-4c9aeff5-d6e6-4739-b0b4-4bf5947ebde1 {

p {
  text-align: justify;
  padding: 5px;
}
h1 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 5px;
  text-transform: none;
}
h3 {
  text-align: center;
  padding: 5px;
  text-transform: none;  
}
}



#fw-section-links-list-ad3f3de4-8983-4124-8ee5-c90d4efbc67c {

h1 {
  text-align: center;
  padding: 15px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 15px;
  text-transform: none;
  column-span: all;
}
h3 {
  text-align: center;
  padding: 15px;
  text-transform: none; 
}
}
#fw-section-links-list-f7fa8617-2186-4a5a-863b-67368ac1da24 {

h1 {
  text-align: center;
  padding: 15px;
  text-transform: none;
}
h2 {
  text-align: center;
  padding: 15px;
  text-transform: none;
  column-span: all;
}
h3 {
  text-align: center;
  padding: 15px;
  text-transform: none; 
}
}