@font-face{
	font-family: 'Rubik';
	src:  url('fonts/Rubik-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: sans-serif; 
}

@font-face{
	font-family: 'Rubik';
	src:  url('fonts/Rubik-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: sans-serif; 
}

@font-face{
	font-family: 'Rubik';
	src:  url('fonts/Rubik-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: sans-serif; 
}

@font-face{
	font-family: 'Rubik';
	src:  url('fonts/Rubik-BoldItalic.ttf') format('truetype');
	font-weight: 700;
	font-style: italic;
}

@font-face{
	font-family: 'Rubik';
	src:  url('fonts/Rubik-Italic.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
}

@font-face{
	font-family: 'Rubik';
	src:  url('fonts/Rubik-LightItalic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}
@font-face{
	font-family: 'Rubik';
	src:  url('fonts/Rubik-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: sans-serif; 
}
 
@font-face{
	font-family: 'Rubik';
	src:  url('fonts/Rubik-SemiBoldItalic.ttf') format('truetype');
	font-weight: 600;
	font-style: italic; 
}


/* Main Colors variables */
:root {
	--max-page-w: 710px;
}
/* Init CSS base */

a:link, a:visited, a:hover, a:focus, a:active
{
	color:none;
	text-decoration: none;
	display: table-cell;
}

p, ul.WC_nomal_text li
{
	font-family: 'Rubik', sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #333333;
	line-height: normal;
}

h2 
{
    font-family: 'Rubik', sans-serif;
    font-size: 36px;
    font-weight: 400;
    color: #000;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: normal;
}

h3
{
	font-family: 'Rubik', sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #333333;
	line-height: normal;
}

h4
{
	font-family: 'Rubik', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #333333;
	margin-bottom: 10px;
	line-height: normal;
}

h5 
{
    font-family: 'Rubik', sans-serif;
    font-size: max(28px,28px);
    font-weight: 400;
    color: #333333;
    margin: 14px 0;
    line-height: normal;
}

table
{
	border: none;
	border-top: none;
	border-left: none;
	border-collapse: collapse;
}

tr, td
{
	padding: 0px;
}

.site 
{
	margin: 0 auto;
}

body 
{
  overflow-x:hidden;
  height: 100%;
 	margin:0px;
}

::placeholder {
    font-style: italic;
}

.WC_login_enzacta_logo
{
	width: 100px;
	margin: auto;
}

.WC_login_main_container
{
	width: 100%;
	margin: auto;
	max-width: 430px;
}

.WC_wellness_academy_logo_login_base 
{
	background-color: #000; 
	width: 100%; 
	max-width: 360px;
	margin-top: -60px;
}

input.WC_login_input
{
	font-family: 'Rubik', sans-serif;
	width: calc(100% - 30px);
	background-color: #fafaf8;
	border-radius: 15px;
	color: #333333;
	border: 1px solid #fafaf8;
	font-weight: 700;
	font-size: 14px;
	height: 55px;
	padding: 0 15px;
}

input.WC_login_input::placeholder
{
	font-family: 'Rubik', sans-serif;
	color: #b3b3b3;
	font-weight: 700;
	font-size: 14px;
	font-style: italic;
}

.WC_login_box
{
	background-color: #f2f0eb;
	width: 100%;
	border-radius: 20px;
	padding: 0.1em 0;
}

.WC_login_box_text
{
	font-family: 'Rubik', sans-serif;
	color: #333333;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	line-height: normal;
}

.WC_base_container_lateral_menu_hidden
{
	background: #fafaf9;
	width: 240px;
	min-width: 240px;
}

.WC_base_container_lateral_menu
{
	background: #fafaf9;
	width: 240px;
	position: fixed;
	left: 0;
	top: 0;
	max-height: 100vh;
	overflow-y: hidden;
	z-index: 99;
	border-right: 1px solid #eeeeed;
	height: 100vh;
}

.WC_base_container_lateral_menu:hover
{
	overflow-y: auto;
}

.WC_logo_lateral_menu
{
	width: 129px;
    margin: auto;
    margin-top: 6px;
}

.WC_lateral_menu_separator
{
	background-color: #efefee;
	width: 80%;
	height: 2px;
	margin: auto;
	margin-top: 20px;
}

.WC_main_container
{
	width: 100%;
}

.WC_header_container
{
	height: 150px;
	width: 100%;
	background-image: url("../img/header_background_pattern.jpg");
	background-size: 73px 180px;
}

.WC_header_login_container
{
	height: 100px;
	width: 100%;
	background-image: url("../img/header_background_pattern.jpg");
	background-size: 73px 180px;
}

.WC_container_content
{
	width: 100%;
	max-width: var(--max-page-w);
	margin: auto;
}

input.WC_text_input
{
	font-family: 'Rubik', sans-serif;
	width: calc(100% - 40px);
	background-color: #f2f0eb;
	border-radius: 15px;
	color: #333333;
	border: 1px solid #f2f0eb;
	font-weight: 700;
	font-size: 22px;
	height: 55px;
	padding: 0 20px;

}

textarea.WC_textbox_input
{
	font-family: 'Rubik', sans-serif;
	width: calc(100% - 40px);
	background-color: #f2f0eb;
	border-radius: 15px;
	color: #333333;
	border: 1px solid #f2f0eb;
	font-weight: 400;
	font-size: 18px;
	padding: 20px 20px 0px 20px;
	resize: none;
	/*overflow-y: hidden;*/
}

input.WC_text_input::placeholder, textarea.WC_textbox_input::placeholder 
{
  color: #b2b2b2; 
}

input.WC_text_dreams_input
{
	font-family: 'Rubik', sans-serif;
	background-color: #f5dda8;
	width: calc(100% - 30px);
	border-radius: 15px;
	color: #333333;
	border: none;
	font-weight: 700;
	font-size: 22px;
	height: 55px;
	padding: 0 15px;
	text-align: center;
	margin-bottom: 20px;
}

input.WC_text_dreams_input::placeholder
{
  color: #b2b2b2; 
  font-size: 18px;
  font-weight: 400;

}

.WC_dream_box_container
{
	background-color: #e4b757;
	border-radius: 15px;
	width: 100%;
	margin-top: 40px;
}

.WC_dream_click_box_container
{
	background-color: #f2f0eb;
	border-radius: 15px;
	width: 100%;
	margin-top: 40px;
}

.WC_dream_box_blue
{
	background-color: #eaf0f2;
}

.WC_cloud_image
{
	width: 100px;
	margin: auto;
}

.WC_dream_title_b 
{
	font-size: 22px; 
	text-align: left; 
	font-weight: 700; 
}

.WC_dream_plus_icon
{
	width: 35px;
	margin-right: 0;
	margin-left: auto;
	cursor: pointer;
}

.WC_division
{
	height: 2px;
	background-color: #e6e3d8;
	width: 100%;
	margin: 0;
}

.WC_dream_division {
    height: 2px;
    background-color: #cacaca;
    width: 100%;
    margin: 0 auto;
}

.WC_event_division {
    height: 2px;
    background-color: #e4e4e4;
    width: 100%;
    margin: 0 auto;
}

.WC_20-20_division 
{
	height: 2px;
    background-color: #666667;
    width: 50%;
    margin: 0 auto;
}

.WC_checkbox_container {
    display: block;
    position: relative;
    padding-left: 22px;
    padding-right: 30px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.WC_checkbox_container input 
{
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.WC_checkbox_checker 
{
    position: absolute;
    top: 1px;
    left: 0;
    height: 13px;
    width: 13px;
    border: 1px solid #767676;
    border-radius: 3px;
    background-color: none;
}

label.WC_checkbox_container p {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
}

.WC_checkbox_container p 
{
  font-weight: 400;
  margin: 0;
}

.WC_checkbox_container:hover input ~ .WC_checkbox_checker 
{
}

.WC_checkbox_container input:checked ~ .WC_checkbox_checker 
{
  border: 2px solid #0075ff;
  background-color: #0075ff;
}

.WC_checkbox_container input:checked + p
{
  font-weight: 600;
  text-decoration: underline;
  font-size: 14px;
}

.WC_checkbox_checker:after 
{
  content: "";
  position: absolute;
  display: none;
}

.WC_checkbox_container input:checked ~ .WC_checkbox_checker:after 
{
  display: block;
}

.WC_checkbox_container .WC_checkbox_checker:after 
{
    left: 4.5px;
    top: 2px;
    width: 2px;
    height: 6px;
    border: solid white;
    border-width: 0 2.5px 2.5px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.WC_simple_image
{
	width: 100%;
	margin: 1em auto;
}

.WC_visionborad_image
{
	width: 100%;
	margin: auto;
}

.WC_abc_list
{
	list-style-type: lower-alpha;
}

.WC_123_list
{
	list-style-type: decimal;
}

.WC_abc_list li, .WC_123_list li, li
{
	font-family: 'Rubik', sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #333333;
	line-height: normal;
}

.WC_responsive_container 
{
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

.WC_youtube_video
{
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.WC_products_cointainer
{
	width: 100%;
}

.WC_product_card
{
	width: 100%;
	border-radius: 20px;
	background-color: #f2f0eb;
	min-height: 145px;
	align-items: center;
    display: flex;
}

.WC_product_linedivider, .WC_contact_linedivider
{
	background-color: #e6e3d8;
	height: 2px;
	width: 100%;
}

.WC_product_image
{
	width: 100%;
	margin: auto;
	max-width: 50px;
	margin-right: 20px;
}

.WC_product_imageb
{
	width: calc(100% - 10px);
	margin: auto;
	max-width: 105px;
	margin-right: 20px;
}

.WC_product_imagem
{
	width: calc(100% - 10px);
	margin: auto;
	max-width: 79px;
  	margin-right: 15px;
}

.WC_product_innerdivision
{
	border-right: 2px solid #e6e3d8;
}

.WC_card_icon
{
	width: 30px;
	position: absolute;
	top: -68px;
  	right: 13px;
}

.WC_product_card_width
{
	width: 100%;
}

.WC_twist 
{
	min-height: 178px;
  	width: 100%;
  	position: relative;
  	margin-right: auto;
  	margin-left: auto;
  	cursor: pointer;
}

.WC_twist .WC_front 
{
  	left: -webkit-calc(50% - 200px);
  	left:    -moz-calc(50% - 200px);
  	left:         calc(50% - 200px);
  	width: inherit;
  	height: inherit;
  	position: absolute;
  	left: 0;
  	z-index: 3;
  	-webkit-transform: rotateX(0deg) rotateY(0deg);
  	-webkit-transform-style: preserve-3d;
  	-webkit-backface-visibility: hidden;
  	-moz-transform: rotateX(0deg) rotateY(0deg);
  	-moz-transform-style: preserve-3d;
  	-moz-backface-visibility: hidden;

  	-o-transition: all .4s ease-in-out;
  	-ms-transition: all .4s ease-in-out;
  	-moz-transition: all .4s ease-in-out;
  	-webkit-transition: all .4s ease-in-out;
  	transition: all .4s ease-in-out;
  	cursor: pointer;
}

.WC_twist.flip .WC_front 
{
  	z-index: 3;
  	-webkit-transform: rotateY(180deg);
  	-moz-transform: rotateY(180deg);
  	cursor: pointer;
}

.WC_twist .WC_back 
{
  	left: -webkit-calc(50% - 200px);
  	left:    -moz-calc(50% - 200px);
  	left:         calc(50% - 200px);
  	width: inherit;
  	height: inherit;
  	position: absolute;
  	left: 0;
  	top: -3000px;
  	z-index: 4;
  	-webkit-transform: rotateY(-180deg);
  	-webkit-transform-style: preserve-3d;
  	-webkit-backface-visibility: hidden;

  	-moz-transform: rotateY(-180deg);
  	-moz-transform-style: preserve-3d;
  	-moz-backface-visibility: hidden;

  	-o-transition: all .4s ease-in-out;
  	-ms-transition: all .4s ease-in-out;
  	-moz-transition: all .4s ease-in-out;
  	-webkit-transition: all .4s ease-in-out;
  	transition: transform .4s ease-in-out;
  	cursor: pointer;
}


.WC_twist.flip .WC_back 
{
  	z-index: 4;
  	-webkit-transform: rotateX(0deg) rotateY(0deg);
  	-moz-transform: rotateX(0deg) rotateY(0deg);
  	cursor: pointer;
  	margin-top: -14px;
  	top: 15px;
}

.WC_title_cathegory_container
{
	border-bottom: 4px solid #e4b757;
}

.WC_block_title_cathegory {
    border: 1.5px solid #e4b757;
    background-color: #f2f0eb;
    border-radius: 3px;
    width: 32px;
    float: inline-end;
    margin-top: 9px;
    height: 24px;
    box-sizing: border-box;
}

.WC_cathegory_number {
    font-weight: 700;
    color: #333333;
    font-size: 15px;
    text-align: center;
    margin: 0;
    padding-top: 2px;
}

.block05.WC_twist.flip
{
	flex: 100%;
}

.block05.WC_twist.flip.left_element, .block05.WC_twist.flip.right_element
{
	margin-right: 0em;
	margin-left: 0em;
}

a.WC_link
{
	color:none;
	text-decoration: none;
	display: inline-block;
	color: #333333;
	text-decoration: none;
	font-weight: 700;
}

.WC_imagenvideo
{
	width: 100%;
	max-width: 650px;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	cursor: pointer;
}

.WC_lateral_division
{
	height: 120%;
    width: 18px;
    border-radius: 12px;
    background-color: #e4b757;

}
.titleb02.centerv h2 {
    margin-left: 10px;
}

.WC_title_container
{
	margin-top: 60px;
	margin-bottom: 40px;
}

/* RRM-menu decoration height */
.WC_step_line_menu.on
{
	height: 14px;
	width: 4px;
	border-radius: 5px;
	background-color: #e4b757;
	margin-right: 10px;
}

/* RRM-menu decoration height */
.WC_step_line_menu
{
	height: 14px;
	width: 4px;
	border-radius: 5px;
	background-color: #666666;
	margin-right: 10px;
}

/* RRM-menu font weight */
.WC_menu_text
{
	font-size: 12px;
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	color: #666666;
	line-height: normal;
	margin: 0;
}

.WC_menu_text.on
{
	font-size: 12px;
	font-family: 'Rubik', sans-serif;
	font-weight: 700;
	color: #333333;
	line-height: normal;
	margin: 0;
}

.WC_menu_text-step
{
	font-size: 12px;
	font-family: 'Rubik', sans-serif;
	font-weight: 700;
	color: #666666;
	line-height: normal;
	margin: 0;
}

.WC_menu_text-step.on
{
	font-size: 12px;
	font-family: 'Rubik', sans-serif;
	font-weight: 700;
	color: #333333;
	line-height: normal;
	margin: 0;
}

.WC_menu_text_title
{
	font-size: 16px;
	font-family: 'Rubik', sans-serif;
	font-weight: 700;
	color: #666666;
	line-height: normal;
	margin: 0;
}

.WC_menu_text_title.on
{
	font-size: 16px;
	font-family: 'Rubik', sans-serif;
	font-weight: 700;
	color: #333333;
	line-height: normal;
	margin: 0;
}

/* RRM-menu font weight */
.WC_menu_text_c
{
	font-size: 12px;
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	color: #666666;
	line-height: normal;
	margin: 0;
	padding-bottom: 6px;
}
/* RRM-menu margin adjustment */
.WC_menu_text_c.on
{
	font-size: 12px;
	font-family: 'Rubik', sans-serif;
	font-weight: 700;
	color: #333333;
	line-height: normal;
	margin: 0;
	padding-bottom: 6px;
}

/* RRM-menu cathegory size */
.WC_menu_cathegory.on
{
    border: 1px solid #e4b757;
    background-color: #f2f0eb;
    border-radius: 3px;
    width: 20px;
    margin-right: 5px;
    margin-left: 12px;
}
/* RRM-menu cathegory size */
.WC_menu_cathegory
{
	border: 1px solid #dbdbdb;
	background-color: #e8e8e6;
	border-radius: 3px;
	width: 20px;
	margin-right: 5px;
	margin-left: 12px;
}

/* RRM-menu cat-icon alignment */
.WC_menu_cathegory_text
{
	font-size: 10px;
  	font-family: 'Rubik', sans-serif;
  	font-weight: 700;
 	color: #666666;
 	margin: 0 4px;
  	line-height: normal;
}
/* RRM-menu cat-icon alignment */
.WC_menu_cathegory_text.on
{
	font-size: 10px;
  	font-family: 'Rubik', sans-serif;
	font-weight: 700;
 	color: #333333;
  	margin: 0 4px;
  	line-height: normal;
}

/* RRM-menu cat-icon top alignment */
.WC_menu_cathegory_icon 
{
    display: table-cell;
    vertical-align: top;
}

.WC_menu_icon
{
	width: 20px;
	margin-right: 10px;
}

.WC_icon_tools
{
	width: 16px;
	margin-left: 15px;
	margin-right: 4px;
}

.CWI_01, .CWI_02
{
	margin-top: 15px;
}

.WC_line_button_divider
{
	width: 100%;
	height: 2px;
	background-color: #cbcbcb;
}

.WC_button 
{
    width: fit-content;
    background-color: #e4b757;
    border-radius: 10px;
    padding: 8px 20px 8px 20px;
    cursor: pointer;
    margin: 40px 0;
    transition: .2s ease;
}

.WC_button:hover {
    transition: .2s ease;
    scale: 1.05;
    box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 30%);
}

.WC_button_date
{
    width: fit-content;
    background-color: #e4b757;
    border-radius: 10px;
    padding: 5px 20px 5px 20px;
    cursor: pointer;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 0px;
    transition: .2s ease;
}

.WC_button_date:hover 
{
    scale: .95;
    transition: .2s ease;
}

.WC_button_date_no
{
    width: fit-content;
    background-color: #b1b1b1;
    border-radius: 10px;
    padding: 5px 20px 5px 20px;
    cursor: default;
    margin-bottom: 10px;
    margin-right: 10px;
}

.WC_button_date .WC_button_text
{
	font-weight: 400;
}

.WC_button_correct
{
    width: fit-content;
    background-color: #e4b757;
    border-radius: 10px;
    padding: 8px 20px 15px 20px;
    cursor: pointer;
    margin: 40px auto;
    transition: .2s ease;
}

.WC_button_correct:hover {
    transition: .2s ease;
    scale: 1.05;
    box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 30%);
}

.WC_margin1full p {
    margin-bottom: 0;
}

.WC_button_text
{
	font-family: 'Rubik', sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #333333;
	margin: 8px;
}

.WC_contactlist_text
{
	font-family: 'Rubik', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #333333;
	cursor: pointer;
}

.WC_contact_list_icon
{
	margin: auto;
	width: 30px;
}

.WC_contact_tag_container
{
	background-color: #f2f0eb;
	border-radius: 30px;
	width: 100%;
	margin: auto;
	padding-bottom: 10px;
}

.WC_contact_tag_container .WC_button {
    margin: 40px auto;
}

.WC_icon_contact_type
{
	width: 70px;
	margin: auto;
}

.WC_contact_tag_text
{
	font-family: 'Rubik', sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: #666666;
	text-align: center;
	margin: 0;
	line-height: normal;
}

.WC_contact_tag_text.on
{
	font-family: 'Rubik', sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: #000000;
	text-align: center;
	margin: 0;
	line-height: normal;
}

.WC_icon_type_container
{
	min-width: 50%;
	cursor: pointer;
}

.WC_selector_kind_container
{
	max-width: 250px;
  margin: auto;
}

.WC_input_contact_tag_container
{
	background-color: #fafaf8;
	border-radius: 10px;
	width: 100%;
	margin-bottom: 14px;
}

.WC_input_contact_tag_icon
{
	width: 30px;
	margin-left: 10px;
}

.WC_procut_x_icon_container
{
	width: 100%;
  display: flex;
  justify-content: end;
}

.WC_img_x_product
{
	width: 20px;
	height: 20px;
}

input.WC_input_text_contact
{
	font-family: 'Rubik', sans-serif;
	border-radius: 10px;
	background-color: #fafaf8;
	color: #333333;
	border: 1px solid #fafaf8;
	font-weight: 700;
	font-size: 14px;
	width: 100%;
	height: 40px;
	overflow: hidden;
	white-space: nowrap;
  	text-overflow: ellipsis;
}

input.WC_input_text_contact::placeholder
{
	color: #b1b1b1
}

input.WC_input_text_contact:focus, .WC_input_select_contact:focus
{
  outline: none;
}

.WC_input_select_contact
{
	display: inline-block; 
	box-sizing: border-box; 
	width: 100%; 
	border-radius: 10px;
	background-color: #fafaf8;
	color: #333333;
	border: 1px solid #fafaf8;
	height: 40px;  
	font-family: 'Rubik', sans-serif; 
	font-weight: 700;	
	font-size: 14px; 
	line-height: inherit; 
	-webkit-appearance: none; 
	-moz-appearance: none; 
	-ms-appearance: none; 
	appearance: none; 
	background: #fafaf8; 
	background-repeat: no-repeat; 
	background-image: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, transparent 50%); background-position: right 15px top 18px, right 10px top 18px; 
	background-size: 5px 5px, 5px 5px; 
	text-align-last: left;
	padding-right: 30px;
	overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.first-option {
  color: #b1b1b1;
}

.WC_conversation_right
{
	width: 80%;
	background-color: #e4b757;
	border-radius: 20px;
	margin: 1em 0em 0em 1em;
	padding: 1em; 
}

.WC_conversation_left
{
	width: 80%;
	background-color: #e0dcd3;
	border-radius: 20px;
	margin: 1em 1em 0em 0em;
	padding: 1em; 
}

.WC_text_conversation_right
{
	font-family: "Kalam", cursive;
	color: #333333;
	font-weight: 300;
	font-size: 22px;
	text-align: right;
	margin: 0;
	line-height: 1.2;
}

.WC_text_conversation_title_right
{
	font-family: 'Rubik', sans-serif;
	color: #919191;
	font-weight: 700;
	font-size: 14px;
	text-align: right;
	margin: 5px 0 0 0;
}

.WC_text_conversation_left
{
	font-family: "Kalam", cursive;
	color: #333333;
	font-weight: 300;
	font-size: 22px;
	text-align: left;
	margin: 0;
	line-height: 1.2;
}

.WC_text_conversation_title_left
{
	font-family: 'Rubik', sans-serif;
	color: #919191;
	font-weight: 700;
	font-size: 14px;
	text-align: left;
	margin: 5px 0 0 0;
}

.WC_opens_title
{
	font-family: 'Rubik', sans-serif;
	color: #333333;
	font-weight: 600;
	font-size: 20px;
	text-align: left;
	margin: 0;
}

.WC_opens_text
{
	font-family: 'Rubik', sans-serif;
	color: #333333;
	font-weight: 300;
	font-size: 16px;
	text-align: left;
	margin: 0;
	line-height: normal;
}

.WC_book_image_container
{
	width: 100%;
	position: relative;
  	display: inline-block;
  	cursor: pointer;
  	z-index: 1;
}

.WC_book_title
{
	font-family: 'Rubik', sans-serif;
	color: #333333;
	font-weight: 700;
	font-size: 16px;
	text-align: left;
	margin: 0;
	line-height: normal;
}

.WC_book_author
{
	font-family: 'Rubik', sans-serif;
	color: #333333;
	font-weight: 300;
	font-size: 14px;
	text-align: left;
	margin: 0;
	line-height: normal;
}

.WC_book_icon
{
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
}

.WC_podcast_container
{
	background-color: #f2f0eb;
	width: 100%;
	border-radius: 10px;
	padding: 0.1em 0 20px 0;
	margin-top: 24px;
}

.WC_podcast_image
{
	width: 80px;
	height: 80px;
	margin-right: 20px;
	border-radius: 5px;
}

.WC_podcast_text_title
{
	font-family: 'Rubik', sans-serif;
	color: #333333;
	font-weight: 300;
	font-size: 16px;
	text-align: left;
	margin: 0;
	line-height: normal;
}


.WC_podcast_text_header
{
	font-family: 'Rubik', sans-serif;
	color: #333333;
	font-weight: 300;
	font-size: 12px;
	text-align: left;
	margin: 0;
	line-height: normal;
}

.WC_podcast_text
{
	font-family: 'Rubik', sans-serif;
	color: #333333;
	font-weight: 300;
	font-size: 14px;
	text-align: left;
	margin: 0;
	line-height: normal;
}

.WC_center_podcast_text
{
	display: flex;
  align-content: center;
  flex-wrap: wrap;
}

.WC_book_modalbox_container
{
	width: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	position: absolute;
	z-index: 999;
}

.WC_contact_modalbox_container
{
	width: 100%;
	background-color: rgba(0, 0, 0, 1);
	position: absolute;
	z-index: 999;
	min-height: 120vh;
}

.WC_modal_xbutton, .WC_modal_contact_xbutton,  .WC_modal_certificate_xbutton
{
 	width: 38px;
  	height: 38px;
  	background-image: url("../img/xbutton-icon.svg");
  	background-repeat: no-repeat;
  	background-size: 38px 38px;
  	background-position: center;
  	float: right;
  	cursor: pointer;
  	margin-top: -50px;
}

.WC_book_modalbox_inner_card, .WC_contact_modalbox_inner_card
{
	width: 100%;
	max-width: 710px;
	margin: auto;
}

.WC_book_modalbox_card, .WC_contact_modalbox_card
{
	width: 100%;
	max-width: 710px;
	background-color: #f2f0eb;
	border-radius: 20px;
	box-shadow: 0px 3px 17px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 3px 17px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 17px 1px rgba(0,0,0,0.3);
	margin: auto;
	margin-top: 64px;
	margin-bottom: 40px;
	padding: 0.1em 0;
}

.WC_book_modalbox_title
{
	font-family: 'Rubik', sans-serif;
	color: #333333;
	font-weight: 700;
	font-size: 22px;
	text-align: left;
	margin: 0;
	line-height: normal;
}

.WC_book_modalbox_subtitle
{
	font-family: 'Rubik', sans-serif;
	color: #333333;
	font-weight: 300;
	font-size: 18px;
	text-align: left;
	margin: 0;
	line-height: normal;
}

.WC_book_modalbox_division
{
	width: 100%;
	height: 2px;
	background-color: #979595;
}

.WC_20_20_icon
{
	width: 100%;
	max-width: 300px;
	margin: auto;
}

.WC_20_20_circle
{
	background-color: #e4b757;
	border-radius: 50px;
	margin-top: 0;
}

.WC_20_20_circle_text
{
	font-family: 'Rubik', sans-serif;
	color: #333333;
	font-weight: 300;
	font-size: 22px;
	text-align: center;
	margin: 0;
	padding: 1em;
}

.WC_20_20_text
{
	font-family: 'Rubik', sans-serif;
	color: #333333;
	font-weight: 300;
	font-size: 17px;
	text-align: center;
	margin-botom: 0px;
	margin-top: 10px;
	line-height: normal;
}

.WC_20_20_team_container
{
	background-color: #f2f0eb;
	width: 100%;
	border-radius: 10px;
	padding: 0.1em 0;
	margin-top: 24px;
}

.WC_20_20_team_title {
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    font-size: 20px;
    text-align: center;
    margin: 0;
    line-height: normal;
    color: #58595b;
}

.WC_20_20_team_header
{
	font-family: 'Rubik', sans-serif;
	color: #333333;
	font-weight: 600;
	font-size: 18px;
	text-align: center;
	line-height: normal;
	padding-bottom: 20px;
}

.WC_20_20_team_header2
{
	font-family: 'Rubik', sans-serif;
	color: #333333;
	font-weight: 700;
	font-size: 18px;
	text-align: left;
	line-height: normal;
}

.WC_20_20_team_head
{
	font-family: 'Rubik', sans-serif;
	color: #333333;
	font-weight: 700;
	font-size: 14px;
	text-align: left;
	line-height: normal;
	margin: 4px 0;
}

.WC_20_20_team_description {
    font-family: 'Rubik', sans-serif;
    color: #333333;
    font-weight: 300;
    font-size: 14px;
    text-align: left;
    line-height: normal;
    margin: 4px 0;
}

.WC_20_20_team_text {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    margin: 0;
    line-height: normal;
    color: #58595b;
}

.WC_20_20_team_textextra
{
	font-family: 'Rubik', sans-serif;
	font-weight: 700;
	font-size: 11px;
	text-align: center;
	margin: 0;
	line-height: normal;
	color: #58595b;
}

.WC_contact_card
{
	width: 100%;
	border-radius: 20px;
	background-color: #f2f0eb;
	padding: 0.5em 0;
	min-height: 620px;
}

.warmme .WC_contact_card
{
	background-color: #f2f0eb;
}

.coldme .WC_contact_card
{
	background-color: #eaf1f3;
}

.deadme .WC_contact_card
{
	background-color: #efefef;
}

.WC_edit_contact_container
{
	width: 100%;
	display: flex;
  justify-content: end;
}

.WC_edit_contact_icon
{
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.WC_avatar_contact_container
{
	width: 100%;
	display: flex;
  justify-content: center;
}

.WC_avatar_contact_image
{
	width: 100px;
	height: 100px;
	margin-top: -20px;
}	

.WC_kind_contact_container
{
	width: 100%;
	display: flex;
  justify-content: center;
}

.WC_kind_contact_image
{
	width: 36px;
	height: 36px;
}

.WC_tab_contact_container
{
	width: 100%;
	display: flex;
  justify-content: center;
}

.WC_contact_left_tab_button
{
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: #f2f0eb;
	border: 2px solid #e4b757;
	height: 40px;
	width: 80px;
	cursor: pointer;
}

.WC_contact_left_tab_button.on
{
	background-color: #e4b757;
}

.WC_contact_right_tab_button
{
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: #f2f0eb;
	border: 2px solid #e4b757;
	height: 40px;
	width: 80px;
	cursor: pointer;
}

.WC_contact_left_tab_button .WC_contact_tab_button_text, .WC_contact_right_tab_button .WC_contact_tab_button_text
{
	font-family: 'Rubik', sans-serif;
	color: #e4b757;
	font-weight: 600;
	font-size: 14px;
	text-align: center;
	line-height: normal;
	margin-top: 12px;
}

.WC_contact_left_tab_button.on .WC_contact_tab_button_text, .WC_contact_right_tab_button.on .WC_contact_tab_button_text
{
	color: #000;
}

.WC_contact_right_tab_button.on
{
	background-color: #e4b757;
}

.WC_kind_contact_text
{
	font-family: 'Rubik', sans-serif;
	color: #333333;
	font-weight: 400;
	font-size: 12px;
	text-align: left;
	line-height: normal;
	margin-left: 10px;
}

.WC_flags_contact_container
{
	width: 100%;
	display: flex;
  justify-content: center;
}

.WC_flags_contact_block
{
	border-radius: 20px;
	border: 1px solid #aeacac;
	width: 20px;
	height: 6px;
	margin: 0 3px;
}

textarea.WC_textbox_contact_input
{
	font-family: 'Rubik', sans-serif;
	width: calc(100% - 30px);
	background-color: #ffffff;
	border-radius: 15px;
	color: #000;
	border: 1px solid #f2f0eb;
	font-weight: 300;
	font-size: 14px;
	padding: 15px 15px 0px 15px;
	resize: none;
	height: 190px;
	overflow-y: hidden;
}

.flags_01.on
{
	background-color: #7ac743;
}

.flags_02.on
{
	background-color: #f5911e;
}

.flags_03.on
{
	background-color: #ff0000;
}


.WC_checkbox_contact_container {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    min-height: 24px;
}

.WC_checkbox_contact_container input 
{
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.WC_contact_checkbox_checker
{
  	position: absolute;
    top: 5px;
    left: 0;
    height: 13px;
    width: 13px;
    border: 1px solid #767676;
    border-radius: 3px;
    background-color: none;
}

.WC_checkbox_contact_container p 
{
  font-weight: 400;
  font-size: 14px;
  margin: 0;
  line-height: normal;
}

.WC_checkbox_contact_container:hover input ~ .WC_contact_checkbox_checker 
{
}

.WC_checkbox_contact_container input:checked ~ .WC_contact_checkbox_checker 
{
  border: 2px solid #0075ff;
  background-color: #0075ff;
}

.WC_contact_checkbox_checker:after 
{
  content: "";
  position: absolute;
  display: none;
}

.WC_checkbox_contact_container input:checked ~ .WC_contact_checkbox_checker:after 
{
  display: block;
}

.WC_checkbox_contact_container .WC_contact_checkbox_checker:after 
{
  	left: 4.5px;
    top: 2px;
    width: 2px;
    height: 6px;
    border: solid white;
    border-width: 0 2.5px 2.5px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.WC_flags_selection_contact_container, .WC_flags_selection_contact
{
	width: 100%;
}

.WC_contact_warm_cold_text
{
	font-family: 'Rubik', sans-serif;
	color: #333333;
	font-weight: 300;
	font-size: 14px;
	text-align: left;
	line-height: normal;
}

.WC_contact_warm_cold_text.on
{
	font-family: 'Rubik', sans-serif;
	color: #333333;
	font-weight: 700;
	font-size: 14px;
	text-align: left;
	line-height: normal;
}

.CW_01, .CW_02
{
	cursor: pointer;
}

.WC_contact_limit_market
{
	max-width: 400px;
	margin: auto;
}

.WC_contact_title_text
{
	font-family: 'Rubik', sans-serif;
	color: #333333;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	line-height: normal;
}

.WC_contact_description_text
{
	font-family: 'Rubik', sans-serif;
	color: #333333;
	font-weight: 400;
	font-size: 12px;
	text-align: center;
	line-height: normal;
}

.WC_contact_switch_container
{
	border-radius: 50px;
	border: 2px solid #cacaca;
	width: 50px;
	height: 30px;
	margin: 0px 10px;
	background-color: #e5e2da;
	position: relative;
	cursor: pointer;
}

.WC_contact_circle_switch
{
	position: absolute;
	border-radius: 50px;
	background-color: #b23b52;
	height: 24px;
	width: 24px;
	top: 3px;
	left: calc(0% + 3px);
	transition: 0.3s ease;
	user-select: none;
	/*left: calc(100% - 26px);*/
}

.WC_contact_circle_switch.on
{
	left: calc(100% - 26px);
	background-color: #39b34a;
	transition: 0.3s ease;
}

.WC_contact_switch_icon
{
	width: 18px;
	margin: auto;
	margin-top: 3px;
	margin-left: 3px;
	user-select: none;
}

.WC_dreamboard_container
{
	border: 2px solid #e6e3d8;
	padding: 10px 30px;
}

.WC_dreamboard_container p {
    margin: 0;
}

.WC_dreamboard_container .WC_button {
    padding: 10px 20px;
}

.WC_blue_commitment_container
{
	border-radius: 20px;
	background-color: #eaf0f2;
	padding: 10px 0px;
}

.WC_special_blue_input
{
	background-color: #f9fbfb !important;
}

.WC_product_card p {
    margin-bottom: 0;
}

.WC_notice {
	margin-top: 40px;
    font-style: italic;
}

.WC_contact_block_container input::placeholder 
{
	font-style: italic;
}

select.WC_input_select_contact.first-option {
    font-style: italic;
}

.WC_blue_commitment_container .WC_checkbox_container .WC_compromiso {
    font-size: 18px;
    font-weight: 600;
}
/*EDU 240326*/

.WC_MW_logo_base
{
	width: 130px;
    float: inline-end;
    margin-top: -88px;	
}

.WC_mobilemenu_header
{
	position: fixed;
	height: 50px;
	background: white;
	width: 100%;
	top: 0;
	z-index: 10;
	border-bottom: 1px solid #eeeeed;
}

.WC_MW_logo_base_mobil
{
	width: 60px;
	float: inline-end;	
	margin-top: 6px;
	margin-right: 2em;
}

.WC_mobile_menu_button
{
	width: 42px;
	float: inline-start;
	margin-top: 8px;
	margin-left: 2em;
}
 
.WC_certificate_modalbox_container
{
	width: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	position: absolute;
	z-index: 999;
	height: 100vh;
}
 
.WC_index_modalbox_inner
{
	width: 100%;
	max-width: 700px;
	margin: auto;
}
 
.WC_index_modalbox_card
{
	width: 100%;
	max-width: 700px;
	background-color: #f2f0eb;
	border-radius: 20px;
	box-shadow: 0px 3px 17px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 3px 17px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 17px 1px rgba(0,0,0,0.3);
	padding: 0.1em 0;
	min-height: 450px;
}
 
.WC_index_warning_icon
{
	width: 100%;
	max-width: 105px;
}
 
.WC_center_modal
{
	display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

textarea.WC_textbox_input.error, input.WC_text_input.error
{
	border: 1px solid #db4851;
}

.center_input
{
	align-items: center;
}

.WC_input_contact_block.error
{
	border: 1px solid #db4851;
	border-radius: 10px;
}

.WC_contact_check_icon
{
	width: 75px;
	margin: auto;
}

.WC_complete_contact_text
{
	font-family: 'Rubik', sans-serif;
	color: #000000;
	font-weight: 700;
	font-size: 32px;
	text-align: center;
	line-height: normal;
}

.WC_complete_contact_text
{
	font-family: 'Rubik', sans-serif;
	color: #000000;
	font-weight: 700;
	font-size: 32px;
	text-align: center;
	line-height: normal;
}

.WC_back_mobil_container.on
{
	width: 100%;
    background-color: rgb(0, 0, 0, 0.5);
    height: 100vh;
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
}

#fixedElement.on
{
	display: initial!important;
    overflow-y: scroll!important;
    width: 80%!important;
}

.WC_text_mobil_title
{
	font-family: 'Rubik', sans-serif;
	color: #333333;
	font-weight: 700;
	font-size: 18px;
	text-align: left;
	line-height: normal;
	margin-top: 13px;
	margin-bottom: 0px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 90%;
}

.WC_close_menu_icon
{
	width: 20px;
	margin-top: 9px;
    margin-left: 10px;
}

.WC_modal_contact_title
{
	font-family: 'Rubik', sans-serif;
	color: #333333;
	font-weight: 600;
	font-size: 22px;
	text-align: center;
	line-height: normal;
}

.WC_modal_contact_count
{
	font-family: 'Rubik', sans-serif;
	color: #333333;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	line-height: normal;
	margin-top: 10px;
}

.WC_modal_contact_table_content
{
	border: 2px solid #e9e6dd;
	border-radius: 10px;
	background-color: #f6f5f0;
	width: 100%;
	border-bottom: 0px solid #e9e6dd;
}

.WC_modal_contact_table_content p
{
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.WC_modal_contact_table_content .block01, .WC_modal_contact_table_content .block10 .block02, .WC_modal_contact_table_content .block10 .block04
{
	border-right: 1px solid #e9e6dd;
	border-left: 1px solid #e9e6dd;
}

.WC_modal_contact_table_content .containerflex:nth-child(1)
{
	border-bottom: 2px solid #e9e6dd;
}

.WC_contact_text_general
{
	color: #333333;
    font-weight: 700;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-left: 5px;
}

.WC_contact_card_front
{
	width: 100%;
}

.menu_general tr:hover .WC_step_line_menu {
    background: #e6b957 !important;
    transition: .2s ;
}
 
 
.menu_general tr:hover p:not(.no-color) {
    color: #e6b957 !important;
    transition: .2s ;
}

.tablelimit_1
{
	border-bottom: 2px solid #e9e6dd;
	max-width: 29px;
	align-items: center;
	display: flex;
}

.tablediv_fit
{
	width: fit-content;
	display: flex;
}

.flex_to_right
{
	justify-content: flex-end; 
	width: 100%;
	display: flex;
}

.flex_to_left
{
	justify-content: flex-start; 
	width: 100%;
	display: flex;
}

.underl
{
	text-decoration: underline;
}

.titleb01
{
	width: 30px;
}

.titleb02
{
	width: calc(100% - 30px);
}
/* FLEX BASE */
.containerflex 
{
	display: flex;
 	flex-wrap: wrap;
}

.flexme 
{
	display: flex;
}

.centerflex
{
	align-items: center;
  	justify-content: center;
}

.centerflex-horizontal
{
  	justify-content: center;
}

.centerflexelement
{
	align-items: center;
	justify-content: center;
  	display: flex;
}

.block01 {flex: 8.333%;}
.block02 {flex: 16.666%;}
.block03 {flex: 25%;}
.block03b {flex: 25%;}
.block04 {flex: 33.333%;}
.block04b {flex: 33.333%;max-width: 215px;}
.blockc04 {flex: 33.333%;max-width: 33.333%;}
.block05 {flex: 41.666%;}
.block06 {flex: 50%;}
.block07 {flex: 58.333%;}
.block08, .blockm08 {flex: 66.666%;}
.block09, .blockm09 {flex: 75%;}
.block10, .blockm10 {flex: 83.333%;}
.block11, .blockm11 {flex: 91.666%;}
.block12, .blockm12 {flex: 100%;}
.blockauto, .blockautom {flex: 1 1 auto;}

@media (max-width: 829px)
{
  .block01, .block02, .block03, .block04, .block05, .block06, .block07, .block08, .block09, .block10, .block11, .block12, .blockauto
  {
  	flex: 100%;
  }
  .blockc04
  {
  	flex: 100%;
  	max-width: 800px;
  }
  .block04b
  {
  	flex: 50%;
  	max-width: 800px;
  }
}

@media (max-width: 400px)
{
  .block04b
  {
  	flex: 100%;
  	max-width: 800px;
  }

  .block03b
  {
  	flex: 100%;
  }
}

/* MEDIA FOR SPECIAL CASES */
@media only screen and (min-width: 0px)
{
	.visibledesk{display: none;}
  	.visibledevice{display: revert;}
  	p.WC_dream_title {font-size: 20px; text-align: center; }
	span.WC_dream_title_b {font-size: 22px; text-align: center; font-weight: 700; }
	.WC_wellness_academy_logo_base {background-color: #000; width: 100%; }
	.blockm01, .blockm02, .blockm03, .blockm04, .blockm05, .blockm06, .blockm07, .blockm08, .blockm09, .blockm10, .blockm11, .blockm12, .blockautom {flex: 100%; }
	.left_element {margin-right: 0em;}
	.right_element {margin-left: 0em;}
	.ul_space_01 {margin-bottom: 0px;}
	.ul_space_02 {margin-top: 0px;}
	.WC_opens_date{font-family: 'Rubik', sans-serif; color: #333333; font-weight: 300; font-size: 16px; text-align: left; margin: 0; } 
	.WC_opens_dateb{font-family: 'Rubik', sans-serif; color: #333333; font-weight: 300; font-size: 20px; text-align: left; margin: 0; } 
	.WC_book_container
	{
		background-color: #f2f0eb;
		width: 100%;
		border-radius: 10px;
		padding: 0.5em 0;
		max-width: 2000px;
	}

	.WC_book_image
	{
		width: 100%;
		max-width: 2000px;
	}

	.WC_book_image_modal
	{
		width: 100%;
		max-width: 200px;
		margin: auto;
		margin-bottom: 20px;
	}

	.marginrc0
	{
		margin-right: auto;
	}

	.WC_book_modalbox_description
	{
		font-family: 'Rubik', sans-serif;
		color: #333333;
		font-weight: 300;
		font-size: 14px;
		text-align: left;
		margin: 0;
		line-height: normal;
	}

	.WC_modal_action_fix
	{
		overflow-y: auto;
		position: fixed;
		top: 0;
		left: 0px;
		width: 100%;
		height: 100%;
	}

	.WC_table_bottom_divider
	{
		border-bottom: 2px solid #cacaca;
	}

	.absolute-center
	{
		justify-content: center;
	 	height: auto;
	}

	.absolute-center-books
	{
		justify-content: center;
	 	height: auto;
	}

	.WC_lateralr_divider
	{
		border-right: 0px solid #cacaca;
		border-bottom: 2px solid #cacaca;
		margin-bottom: 30px;
	}

	.WC_contact_line_top
	{
		border-right: 0px solid #efefee;
		border-bottom: 2px solid #efefee;
	}

	.centercards
	{
	    max-width: 320px;
	    width: 100%;
	    float: left;
	    margin: 10px auto;
	}

	.WC_line_division_contact
	{
		background-color: #e6e3d8;
		height: 2px;
		width: 100%;
		min-width: 0px;
	}

	.facecard_02
	{
		min-width: 0px;
	}

	.WC_margin2fullbook
	{
		margin: 0;
	}

	.WC_container_margin
	{
		margin: 1em;
		margin-top: -40px;
	}

	.WC_margin05fullcards
	{
		margin: 0em;
	}

	.WC_contact_block_container
	{
		width: 100%;
		margin: auto;
	}

	.extramb80mobil
	{
		margin-bottom: 80px;
	}

	.extramb200mobil
	{
		margin-bottom: 200px!important;
	}

	.WC_index_modalbox_container
	{
		width: 100%;
		background-color: rgba(0, 0, 0, 0.9);
		position: absolute;
		z-index: 999;
		height: auto;
	}

	.extramt60mobil
	{
		margin-top: 0px;
	}

	.extramb40mobil
	{
		margin-bottom: 40px!important;
	}
}

@media only screen and (min-width: 500px)
{
	.WC_wellness_academy_logo_base {background-color: #000; width: 300px; }
	p.WC_dream_title {font-size: 20px; text-align: left; }
	span.WC_dream_title_b {font-size: 22px; text-align: left; font-weight: 700; }
	.blockm01 {flex: 8.333%;}
	.blockm02 {flex: 16.666%;}
	.blockm03 {flex: 25%;}
	.blockm04 {flex: 33.333%;}
	.blockm05 {flex: 41.666%;}
	.blockm06 {flex: 50%;}
	.blockm07 {flex: 58.333%;}
	.blockm08 {flex: 66.666%;}
	.blockm09 {flex: 75%;}
	.blockm10 {flex: 83.333%;}
	.blockm11 {flex: 91.666%;}
	.blockm12 {flex: 100%;}
}

@media only screen and (min-width: 830px)
{
	.visibledesk{display: initial;}
  .visibledevice{display: none;}
  p.WC_dream_title {font-size: 20px; text-align: left; }
	span.WC_dream_title_b {font-size: 22px; text-align: left; font-weight: 700; }
	.WC_wellness_academy_logo_base {background-color: #000; width: 300px; }
	.left_element {margin-right: 0.5em;}
	.right_element {margin-left: 0.5em;}
	.ul_space_01 {margin-bottom: 16px;}
	.ul_space_02 {margin-top: 16px;}
	.WC_opens_date{font-family: 'Rubik', sans-serif; color: #333333; font-weight: 300; font-size: 16px; text-align: right; margin: 0; } 
	.WC_opens_dateb{font-family: 'Rubik', sans-serif; color: #333333; font-weight: 300; font-size: 20px; text-align: right; margin: 0; } 
	.WC_book_container
	{
		background-color: #f2f0eb;
		width: 100%;
		border-radius: 10px;
		padding: 0.5em 0;
		max-width: 190px;
	}

	.WC_book_image
	{
		width: 100%;
		max-width: 170px;
	}

	.WC_book_image_modal
	{
		width: 100%;
		max-width: 170px;
	}

	.marginrc0
	{
		margin-right: 0;
	}

	.WC_book_modalbox_description
	{
		font-family: 'Rubik', sans-serif;
		color: #333333;
		font-weight: 300;
		font-size: 16px;
		text-align: left;
		margin: 0;
		line-height: normal;
	}

	.WC_modal_action_fix
	{
		overflow-y: auto;
		position: fixed;
		top: 0;
		left: 120px;
		width: 100%;
		height: 100%;
	}

	.absolute-center
	{
		justify-content: center;
	 	height: auto;
	}

	.absolute-center-books
	{
		justify-content: center;
	 	height: 100vh;
	}

	.WC_lateralr_divider
	{
		border-right: 2px solid #cacaca;
		border-bottom: 0px solid #cacaca;
	}

	.WC_contact_line_top
	{
		border-right: 2px solid #efefee;
		border-bottom: 0px solid #efefee;
	}

	.centercards
	{
	  	max-width: 320px;
	    width: 50%;
	    float: left;
	    margin: 0px;
	}

	.WC_line_division_contact
	{
		background-color: #e6e3d8;
		height: 2px;
		width: 100%;
		min-width: 342px;
	}

	.facecard_02
	{
		min-width: 342px;
	}

	.WC_margin2fullbook
	{
		margin: 0em 2em 2em 2em;
	}

	.WC_container_margin
	{
		margin: 2em;
		margin-top: -40px;
	}

	.WC_margin05fullcards
	{
		margin: 0.5em 0.5em 0 0;
	}

	.WC_contact_block_container
	{
		width: fit-content;
		margin: auto;
	}

	.extramb80mobil
	{
		margin-bottom: 0px;
	}

	.extramb200mobil
	{
		margin-bottom: 120px!important;
	}

	.WC_index_modalbox_container
	{
		width: 100%;
		background-color: rgba(0, 0, 0, 0.9);
		position: absolute;
		z-index: 999;
		height: 103vh;
	}

	.extramt60mobil
	{
		margin-top: 60px;
	}

	.extramb40mobil
	{
		margin-bottom: 0px;
	}
}

.accordion-content 
{
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.WC_marginf1
{
	margin: 0 1em;
	display: flex;
}

.WC_marginf2
{
	margin:  0 2em;
	display: flex;
}

.WC_margin1
{
	margin: 1em;
	display: inline-block;
}

.WC_margin2
{
	margin:  2em;
	display: inline-block;
}

.WC_marginz1
{
	margin: 0 1em;
	display: inline-block;
}

.WC_marginzn2
{
	margin: 0 2em;
}

.WC_marginzn1
{
	margin: 0 1em;
}

.WC_marginz2
{
	margin: 0 2em;
	display: inline-block;
}

.WC_margin05full
{
	margin: 0.5em;
}

.WC_margin1full
{
	margin: 1em;
	margin-bottom: 0;
}

.WC_margin2full
{
	margin: 2em;
}

.WC_margin12full
{
	margin: 1em 2em;
}

.centerv
{
	align-items: center;
	display: flex;
}

.centertext
{
	text-align: center;
}

.absoluteme
{
	position: absolute;
}

.relativeme
{
	position: relative;
}

.tablediv
{
	display: flex;
}

.center_flex_div
{
	justify-content: center
}

.extramt0
{
	margin-top: 0px;
}

.extramt5
{
	margin-top: 5px;
}

.extramt10
{
	margin-top: 10px;
}

.extramt20
{
	margin-top: 20px;
}

.extramt30
{
	margin-top: 30px;
}

.extramt40
{
	margin-top: 40px;
}

.extramt50
{
	margin-top: 50px;
}

.extramt60
{
	margin-top: 60px;
}

.extramt80
{
	margin-top: 80px;
}

.extramt100
{
	margin-top: 100px;
}

.extramb10
{
	margin-bottom: 10px;
}

/* RRM-menu space hierarchy */
.extramb20
{
	margin-bottom: 15px;
}

.extramb30
{
	margin-bottom: 30px;
}

.extramb40
{
	margin-bottom: 40px!important;
}

.extramb50
{
	margin-bottom: 50px;
}

.extramb60
{
	margin-bottom: 60px!important;
}

.extramb80
{
	margin-bottom: 80px;
}

.extramb100
{
	margin-bottom: 100px!important;
}

.extramb120
{
	margin-bottom: 120px!important;
}

.extrapb20
{
	padding-bottom: 20px;
}

.extrapb40
{
	padding-bottom: 40px;
}

.marginb10
{
	margin-bottom: 10px;
}

.marginb0
{
	margin-bottom: 0px;
}

.margint0
{
	margin-top: 0px;
}

.extramr33
{
	margin-right: 16px;
}

.marginr0
{
	margin-right: 0;
}

.marginl0
{
	margin-left: 0;
}

.hidefull
{
	display: none;
}

.hideme
{
	height: 0px!important;
	opacity: 0!important;
	overflow: hidden!important;
	padding: 0!important;
	display: none;
}

.tablefull
{
	width: 100%;
	display: table;
}

.centertext
{
	text-align: center;
}

.centertextspace
{
	text-align: center;
	margin-left: 5px;
  	margin-right: 5px;
}

.nolimitw
{
	max-width: 100%;
}

.aligncenter
{
	align-items: center;
}

.pointermouse
{
	cursor: pointer;
}

.fontz16
{
	font-size: 16px;
}

.topm1
{
	top: 0px;
}

.border_right_div
{
	border-right: 1px solid #d0d2d3;
}

.border_bottom_div
{
	border-bottom: 1px solid #d0d2d3;
}

.specialmr10
{
	margin-right: 10.5px;
}

.WC_top_card
{
	margin-top: 180px!important;
}

.WC_bottom_card
{
	margin-bottom: 190px!important;
}

.greyme
{
	color: #666666;
	font-weight: 600;
}

/*Certificate styles*/
.WEA-modal-page-container {
    max-width: 700px;
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    margin: 0 auto;
    background-color: #FFFFFF;
    border-radius: 10px;
}

.WEA-modal-all-img
{
	max-width: 700px;
	width: 100%;
	height: auto;
	position: absolute;
	top:0px; 
	left:0px;
	border-radius: 10px;
}

.WEA-modal-name {
    text-align: center;
    font-weight: lighter;
    color: #333333;
    font-size: 60px;
    font-family: 'Rubik';
}

.WEA-modal-lastname {
    text-align: center;
    font-weight: bold;
    color: #333333;
    font-size: 40px;
    font-family: 'Rubik';
}

.WEA-modal-inbetween-space-01
{
	height: 150px;
}

.WEA-modal-spaceTOP 
{
	padding-top: 30px;
}

.WEA-modal-spaceTOP2
{
	padding-top: 42px;
}

.WEA-modal-EXTRAspaceTOP 
{
	padding-top: 70px;
}

.WEA-modal-logo-TXT {
    font-weight: 700;
    font-size: 22px;
    color: #e5b858;
    font-style: italic;
    font-family: 'Rubik';
}

.WEA-modal-logo-TXT2 {
    font-weight: 700;
    font-size: 22px;
    color: #e5b858;
    font-style: italic;
    font-family: 'Rubik';
}

.WEA-modal-TXT {
    font-size: 18px;
    font-weight: 100;
    color: #333333;
    margin: 0 2em;
    font-family: 'Rubik';
}

.WEA-modal-list {
    padding-left: 60px;
    padding-top: 20px;
	padding-bottom: 20px;
}

.WEA-modal-bold {
	font-weight: 700;
}

.WEA-modal-bold-italic {
	font-weight: 700;
	font-style: italic;
}

.WEA-modal-img-logo {
    width: 100px;
    float: left;
    margin-top: -13px;
}

.WEA-modal-img-logo img {
    width: 80px;
    margin-left: 120px;
}

.WEA-modal-2col {
	width: 400px;
    float: left;
}

.WEA-modal-Rubik-orange {
    text-align: center;
    color: #e5b858;
    font-size: 60px;
    font-family: Rubik;
    letter-spacing: -1px;
    font-weight: 700;
}

.WEA-modal-logo-img
{
	width: 80px;
	margin-right: 0;
	margin-bottom: 50px;
	margin-top: 0px;
}


@media only screen and (max-width: 700px) {
	.WEA-modal-TXT {
		font-size: 20px;
		margin: 0 1em;
	}
	.WEA-modal-logo-TXT {
		font-size: 40px;
	}

	.WEA-modal-logo-TXT2 {
		font-size: 20px;
	}
	.WEA-modal-img-logo img {
		width: 115px;
		margin-left: 90px;
		margin-top: 28px;
	}
	.WEA-modal-name {
		font-size: 40px;
	}
	.WEA-modal-lastname {
		font-size: 30px;
	}

	.WEA-modal-Rubik-orange {
    font-size: 9vw;
	}

	.WEA-modal-inbetween-space-01 
	{
		height: 80px;
	}

	.WEA-modal-EXTRAspaceTOP
	{
		padding-top: 40px;
	}

	.WEA-modal-list
	{
		padding-left: 0px;
	    padding-top: 20px;
	    padding-bottom: 20px;
	}

	.WEA-modal-logo-img
	{
		width: 100px;
		margin-right: 0;
		margin-bottom: 30px;
		margin-top: 30px;
	}
}

/*PRINTABLE CERTIFICATE STYLES*/

@page {
  size: letter landscape;
  margin: 0mm;
}

.ENZ-page-container
{
	width: 1375px;
	height: auto;
	position: relative; 
}

.ENZ-all-img
{
	width: 1370px;
	height: auto;
	position: absolute;
	top:0px; 
	left:0px;
}

.ENZ-Rubik-orange {
    text-align: center;
    color: #e5b858;
    font-size: 90px;
    font-family: Rubik;
    letter-spacing: -1px;
    font-weight: 700;
    margin-top: 50px;
}

.WEAP-name {
    text-align: center;
    font-weight: lighter;
    color: #333333;
    font-size: 60px;
    font-family: 'Rubik';
}

.WEAP-lastname {
    text-align: center;
    font-weight: bold;
    color: #333333;
    font-size: 40px;
    font-family: 'Rubik';
}

.ENZ-inbetween-space-01
{
	height: 190px;
}

.WEAP-spaceTOP 
{
	padding-top: 30px;
}

.WEAP-EXTRAspaceTOP 
{
	padding-top: 70px;
}

.WEAP-logo-TXT {
    font-weight: 700;
    margin: 0 150px;
    font-size: 22px;
    color: #e5b858;
    font-style: italic;
    font-family: 'Rubik';
}

.WEAP-TXT {
    font-size: 18px;
    font-weight: 100;
    color: #333333;
    margin: 0 150px;
    font-family: 'Rubik';
}

.WEAP-list {
    padding-left: 80px;
    padding-top: 20px;
	padding-bottom: 20px;
}

.WEAP-bold {
	font-weight: 700;
}

.WEAP-bold-italic {
	font-weight: 700;
	font-style: italic;
}

.WEAP-img-logo {
  width: 20%;
  float: left;
  margin-top: -35px;
  margin-left: 110px;
}

.WEAP-img-logo img {
    width: 110px;
}

.WEAP-2col {
	width: 50%;
    float: left;
}

@media print{
	header, footer, aside, nav, form, iframe
	{
  		display: none !important;
	}
	html, body {
	    width: 215mm;
	    height: 279mm;
	}
	.WEAP-logo-TXT, .ENZ-Rubik-orange {	
    color: rgb(220, 170, 0);
    opacity: 1;
	}
}

.rotateimg
{
	animation: rotate 1s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.preloadimg 
{
    position: absolute;
    top: -9999px;
    left: -9999px;
    width: 1px;
}

.SMK-video-responsive
{
	max-width: 1000px;
	margin: auto;
	margin-top: 38px;
	margin-bottom: 38px;
}

.SMK-video-responsive iframe, .SMK-video-responsive object, .SMK-video-responsive embed 
{
	aspect-ratio: 16 / 9;
  width: 100%;
}


.resource-caroucel-container
{
    margin-top: 10px;
    position: relative;
}


.carousel_resource_block_base
{
    padding: 0.01em 0.5em 0.5em 0.5em;
    background-color: #f2f0eb;
    border-radius: 10px;
    margin-top: 40px;
}

.carousel-resource-container {
    width: calc(100% - 6em);
    overflow: hidden;
    position: relative;
    padding: 0 3em;
}

.carousel-resource {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel-resource-item {
    min-width: 100%;
    box-sizing: border-box;
    flex: 1;
    padding: 1em 0.51em;
}

.carousel-resource-item img {
    width: 100%;
    height: auto;
    display: block;
}

.carousel-resource-controls-left {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
}

.carousel-resource-controls-right {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    height: 100%;
}

.carousel-resource-controls-left button, .carousel-resource-controls-right button {
    background-color: black;
    border: none;
    font-family: "Jakarta", sans-serif;
    color: white;
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
    height: 100%;
}

#WC_modal_video
{
	width: 50%;
	margin: auto;
}

@media screen and (min-width: 600px) {

    .carousel-resource-item {
        min-width: 50%;
    }

    .carousel-resource-item.presentation {
        min-width: 50%;
    }
}

@media screen and (min-width: 900px) {
    .carousel-resource-item {
        min-width: 33.33%;
    }

    .carousel-resource-item.presentation {
        min-width: 50%;
    }
}

@media screen and (min-width: 1200px) {
    .carousel-resource-item {
        min-width: 33.33%;
    }

    .carousel-resource-item.presentation {
        min-width: 50%;
    }
}

@media screen and (min-width: 1600px) {
    .carousel-resource-item {
        min-width: 33.33%;
    }

    .carousel-resource-item.presentation {
        min-width: 50%;
    }
}

button svg path
{
	fill: #e5b158;
}

button svg
{
	width: 20px;
}

.WC_modal_image
{
	width: 100%;
}

.carousel-resource
{
	display: flex;
    align-items: center;
}

.carousel-image, .carousel-image-video
{
	cursor: pointer;
}

.carousel-resource-item video
{
	width: 100%;
}

.carousel-resource-controls-left button {
    background: #f2f0eb;
    border-radius: 6px;
    transition: .3s ease;
}

.carousel-resource-controls-right button {
    background: #f2f0eb;
    border-radius: 6px;
    transition: .3s ease;
}

.carousel-resource-controls-left button:hover {
    border-radius: 6px;
    background: #f2f0eb;
    box-shadow: 5px 5px 7px #e3e2dd,
             -5px -5px 7px #fffef9;
}

.carousel-resource-controls-right button:hover {
    border-radius: 6px;
    background: #f2f0eb;
    box-shadow: -5px 5px 7px #e3e2dd,
             5px -5px 7px #fffef9;
}

.WC_podcast_text
{
	padding-right: 20px;
}

.WC_numberes_list, .WC_numberes_list ul 
{
	list-style-type: decimal;
}

.WC_numberes_list li::marker {
    font-weight: 700;
}

.WC_numberes_list ul li::marker {
    font-weight: 300;
}